﻿/* PSC Portal Date create: 29.10.2018  Modified Date: 10.01.2024 by TruongPT*/
/* font-face */
@import url("../../../lib/simple-line-icons/css/simple-line-icons.css");
/* typography */
.txt-menu, .menu .navbar-default .navbar-nav > li > a {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #034ea2;
}

.txt-light {
    font-weight: 300;
}

.txt-bold {
    font-weight: 700;
}

.text-head.large {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-head.small {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-left: 10px;
}

.su-kien-thumb img {
    width: 100%;
    height: 145px;
}

.text-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: justify;
}

    .text-title a {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        float: left;
    }

    .text-title.large {
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .text-title.small {
        font-size: 12px;
        font-weight: 700;
        line-height: 1.5;
    }

.header-tab {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
/* end typography */
/* global */
* {
    padding: 0;
    margin: 0;
}

:focus {
    outline: none;
}

::placeholder {
    color: #fff;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #fff;
}

::-ms-input-placeholder {
    color: #fff;
}

ul {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover, a:focus, a:active {
        color: #034ea2;
        text-decoration: none;
    }

select {
    background: transparent;
    border: 0;
}

.width-common {
    width: 100%;
    float: left;
}

#page {
    width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

@media(max-width:1199px) {
    #page {
        width: 100%;
    }
}

.line {
    border-bottom: 1px solid #004490;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
}

.ml-120 {
    margin-left: 120px;
}

.pt-20 {
    padding-top: 20px;
}
/* end global */
/* layout */
/* #bd{
     */
/* width:100%;
     */
/* min-height:1000px;
     */
/* float:left;
     */
/*
}
 */
/* body {
     */
/* font-family: Arial, Helvetica, sans-serif;
     */
/* font-size: 13px;
     */
/* font-weight: 400;
     */
/* color: #4f4f4f;
}
 */
/*.container {
  width: 1200px;
}*/
@media (min-width: 1200px) {
    .menu .container {
        width: 1170px;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 100%;
    }
}

.section.bg-grey {
    background-color: #eee;
}
/* end layout */
/* ____ header _____*/
.header {
    font-size: 14px;
    line-height: 1.1;
    color: #87c0ff;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .header ul {
        margin: 15px 0 0 0;
    }

        .header ul li {
            display: inline-block;
            padding: 0 10px 10px 0;
        }

            .header ul li a:hover {
                color: #fff;
            }

    .header .icons {
        margin-right: 5px;
    }

@media (max-width: 768px) {
    .header .header-logo img {
        margin: 0 auto;
    }

    .header ul {
        font-size: 12px;
    }
}

@media (min-width: 769px) {
    .header {
        text-align: left;
    }

        .header .header-bottom {
            float: right;
        }
}
/* end header */
/*==============Banner - Header=========================*/
#banner {
    display: block;
    position: relative;
    overflow: hidden;
}

    #banner .logo {
        margin-right: 10px;
        padding: 0px;
    }

    #banner img {
        width: 100%;
        display: block;
    }

    #banner .hero-cover {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 80%;
        z-index: 1;
        text-align: right;
    }

        #banner .hero-cover img {
            max-width: 100%;
            display: inline-block;
        }

    #banner .hero-text {
        position: relative;
        z-index: 10;
        padding: 0px 15px;
    }

    #banner .bg {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 3;
        background: #f7ce6f;
        /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(left, #f7ce6f 0%, #f7ce6f 30%, rgba(255, 255, 255, 0) 70%);
        /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(left, #f7ce6f 0%, #f7ce6f 30%, rgba(255, 255, 255, 0) 70%);
        /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(left, #f7ce6f 0%, #f7ce6f 30%, rgba(255, 255, 255, 0) 70%);
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(left, #f7ce6f 0%, #f7ce6f 30%, rgba(255, 255, 255, 0) 70%);
        /* Standard syntax */;
    }

    #banner .desc__title2 {
        font-size: 20px;
        font-weight: normal;
    }

    #banner .desc {
        padding: 15px 0px;
        padding-top: 30px;
        text-transform: uppercase;
        font-weight: bold;
        text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    }

    #banner .desc__title1 {
        font-size: 24px;
        color: #ff0000;
        margin-bottom: 5px;
    }

    #banner .desc__title__main {
        color: #014cbd;
        font-size: 26px;
        font-weight: bold;
        margin: 7px 0px;
        display: block;
        line-height: normal;
    }

    #banner .desc__title2 {
        font-size: 20px;
        font-weight: normal;
    }

#banner {
    display: block;
    position: relative;
    overflow: hidden;
    background: #f7ce6f;
}

.hero-cover .owl-dots {
    display: none;
}

@media (max-width: 762px) {
    .hero-cover {
        display: none;
    }
}

@media (max-width: 527px) {
    #banner .logo {
        padding: 0px;
        width: 100%;
        margin-right: 0px;
        text-align: center;
    }

        #banner .logo img {
            max-width: 80px;
        }

    #banner img {
        display: inline-block;
    }

    #banner .desc {
        width: 100%;
        padding: 0 20px;
    }

    #banner .desc__title1 {
        font-size: 14px;
    }

    #banner .desc__title__main {
        font-size: 16px;
    }
}
/*=============END Banner - Header===============*/
/* _____ MENU _____ */
.affix {
    top: 0;
    /*width: 100%;*/
    z-index: 9999 !important;
    animation: pulse 0.7s;
}

.menu .navbar {
    margin-bottom: 0px;
    /*background-color: #e9fddb;*/
    border: 0;
}

.menu .navbar-nav {
    margin-top: 0px;
    margin-bottom: 0;
    width: 100%;
    padding-top: 6px;
}

.menu .navbar-default .navbar-collapse {
    border-color: #fff;
}

.menu .navbar-default .navbar-nav > li > a:hover {
    color: #072546;
}

.menu .navbar-collapse {
    background-color: transparent;
}

.menu .fa {
    padding-right: 10px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #034ea2;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #034ea2;
    color: #fff !important;
}

.nav-padding {
    padding-top: 61px;
}

.navbar-nav > li > .dropdown-menu {
    border-radius: 0;
    margin-right: -1px;
    min-width: 225px;
}

.navbar-nav .dropdown-menu {
    padding: 0;
}

.navbar-nav > li:not(.dropdown-right) > .dropdown-menu {
    left: 0px;
    margin-left: -1px;
    right: auto;
}

.navbar-nav > li > .dropdown-menu > li.active > a, .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-nav > li > .dropdown-menu > li > a:focus {
    background-color: #034ea2;
    color: #fff;
}

.navbar-header .navbar-toggle {
    background-color: #034ea2;
    background-image: none;
    border-color: transparent;
    padding: 5px;
}

    .navbar-header .navbar-toggle .icon-bar {
        background-color: #fff;
        width: 25px;
        height: 4px;
    }

    .navbar-header .navbar-toggle:focus, .navbar-header .navbar-toggle:hover {
        background-color: #87c0ff;
    }

.caret.navbar-toggle.sub-arrow:focus, .caret.navbar-toggle.sub-arrow:hover {
    background-color: transparent;
}

.dropdown-menu {
    border-radius: 0;
}

.open .open > .dropdown-menu {
    background-color: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
}

.dropdown-menu > li > a {
    padding: 11px 20px;
    white-space: nowrap;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: #034ea2;
        color: #fff;
    }

@media (min-width: 993px) {
    .menu .caret {
        display: none;
    }

    .menu .affix {
        background-color: rgba(255, 255, 255, 0.9);
        -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 992px) {
    .menu .affix {
        position: relative;
        animation: none;
    }

    .menu .navbar-nav {
        margin: 0 -15px 15px -15px;
        width: auto;
    }

    .menu .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #034ea2;
        position: relative;
    }

        .menu .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .menu .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #87c0ff;
        }

    .menu .navbar-nav.sm-collapsible .caret, .menu .navbar-nav.sm-collapsible ul .caret {
        border-width: 0px;
        top: 0;
        position: static;
        margin-right: 0;
    }

    .menu .navbar-nav.sm-collapsible .open > a > .caret:before {
        content: "\f106";
    }

    .menu .navbar-nav.sm-collapsible .caret:before {
        content: "\f107";
        font-family: FontAwesome;
        font-weight: bold;
    }

    .menu .nav .open > a, .menu .nav .open > a:focus, .menu .nav .open > a:hover {
        background-color: transparent;
        color: #87c0ff !important;
    }

    .menu .navbar-nav > li:not(.dropdown-right) > .dropdown-menu {
        margin-left: 0;
    }

    .menu li {
        width: 100% !important;
    }

    .menu button.navbar-toggle {
        float: left;
        border-radius: 0;
        margin-left: 15px;
    }
}
/* change breakpoint */
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
        margin-left: 5px;
    }

    .navbar-nav.sm-collapsible a.has-submenu {
        padding-right: 15px;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-right: 0;
    }
}

.sub-arrow {
    display: none;
}

@media (min-width: 992px) {
    .menu .nav.navbar-nav > li {
        float: none;
        display: table-cell;
        width: 1%;
        text-align: center;
    }

        .menu .nav.navbar-nav > li a {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .navbar-nav.sm-collapsible a.has-submenu {
        padding-right: 15px;
    }

    .navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}
/* END MENU */
/* *********** v3 search ********* */
/* search : desktop */
#search {
    min-height: 40px;
    position: relative;
    cursor: pointer;
    z-index: 1005;
    background-color: transparent;
    padding-top: 5px;
}

.search-submit {
    background-color: transparent;
    background-image: url("../imgs/search.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    min-height: 24px;
    border: none;
    text-indent: -9999px;
    position: absolute;
    right: 0;
    top: 7px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

#m_search {
    background: #034ea2;
    border: 1px solid #87c0ff;
    padding: 10px;
    position: absolute;
    top: 100%;
    width: 200px;
    right: 0;
    font-style: italic;
    color: #fff;
    display: none;
    font-size: 13px;
}
/* search : mobile */
.search-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 48px;
}

.search-toggle {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

    .search-toggle::before, .search-toggle::after {
        content: '';
        position: absolute;
        display: block;
        transition: all 0.1s;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .search-toggle::before {
        border: 2px solid #034ea2;
        border-radius: 50%;
        height: 10px;
        width: 10px;
        left: 42%;
        top: 38%;
    }

    .search-toggle::after {
        height: 2px;
        width: 10px;
        background: #034ea2;
        top: 65%;
        left: 60%;
        transform: rotate(45deg);
    }

    .search-toggle.active {
        background-color: #e4e7e9;
    }

        .search-toggle.active::before {
            width: 0;
            border-width: 1px;
            border-radius: 0;
            transform: rotate(45deg);
            top: 40%;
            left: 50%;
        }

        .search-toggle.active::after {
            width: 12px;
            left: 41%;
            top: 49%;
        }

.search-input:focus {
    outline: none;
}

#search-mobile .search-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-height: 0;
    transform: translateY(100%);
    background-color: #fff;
    transition: all 0.3s;
}

    #search-mobile .search-box .search-input {
        width: 100%;
        height: 100%;
        padding: 0 1em;
        border: 0;
        background-color: #034ea2;
        opacity: 0;
        color: #fff;
        font-size: 16px;
        /* font-size < 16px sẽ bị zoom trên safari */
        border: 1px solid #034ea2;
    }

        #search-mobile .search-box .search-input::-webkit-input-placeholder {
            color: #fff;
            text-transform: italic;
        }

#search-mobile.showSearch .search-box {
    max-height: 60px;
    min-height: 60px;
    padding: 10px 15px;
}

    #search-mobile.showSearch .search-box .search-input {
        opacity: 1;
    }

@media (max-width: 992px) {
    #search-mobile {
        display: block !important;
    }
}
/* *********** end search ********* */
/* Slider main */
.slider-main .union_main_image {
    position: relative;
}

    .slider-main .union_main_image img {
        width: 100%;
        height: 378px;
    }

.slider-main .Union_desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 15px;
    font-size: 14px;
}

    .slider-main .Union_desc h2 {
        font-size: 14px;
        line-height: 1.4;
        font-weight: 400;
        margin: 0;
    }

    .slider-main .Union_desc a {
        color: #fff;
    }

        .slider-main .Union_desc a:hover {
            color: #f9cc6d;
        }

.slider-main .Union_block {
    opacity: 1 !important;
    text-align: justify;
}
/* SLIDER HOAT DONG */
.slider-hoat-dong {
    padding: 10px 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #001fc1;
    background-image: linear-gradient(to top, #a5c5ff 0%, #eaf2ff 100%);
    float: left;
    width: 100%;
}

    .slider-hoat-dong .text-head {
        color: #034ea2;
        margin-top: 0px !important;
        padding-top: 10px;
    }

    .slider-hoat-dong .text-title a {
        color: #1f1f1f;
    }

        .slider-hoat-dong .text-title a:hover {
            color: #034ea2;
        }

    .slider-hoat-dong .article-thumb {
        margin-bottom: 10px;
    }

    .slider-hoat-dong .owl-theme {
        padding: 0px 0px;
        position: relative;
    }

        .slider-hoat-dong .owl-theme .owl-nav [class*='owl-'] {
            transition: all .3s ease;
            color: #ccc;
            font-size: 50px;
            padding: 73px 5px !important;
            border-radius: 0;
        }

            .slider-hoat-dong .owl-theme .owl-nav [class*='owl-']:hover {
                background: rgba(0, 0, 0, 0.5);
                color: #fff;
            }

        .slider-hoat-dong .owl-theme .owl-next, .slider-hoat-dong .owl-theme .owl-prev {
            position: absolute;
            top: 0;
        }

        .slider-hoat-dong .owl-theme .owl-prev {
            left: -10px;
        }

        .slider-hoat-dong .owl-theme .owl-next {
            right: -10px;
        }

.slider-thu-vien-anh .item-content {
    border: 1px solid #ccc;
    border-radius: 10px;
}

    .slider-thu-vien-anh .item-content .slider-pro {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .slider-thu-vien-anh .item-content .sp-caption-custom {
        position: absolute;
        margin: 0;
        background: rgba(0, 0, 0, 0.5);
        visibility: visible;
        width: 100%;
        left: 0px;
        bottom: 0px;
        transform-origin: left bottom 0px;
        transform: scale(1) translate3d(0px, 0px, 0px);
        opacity: 1;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        padding: 15px;
    }

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
    left: auto;
    right: 0;
}

.sp-bottom-thumbnails.sp-has-pointer {
    padding-top: 30px;
}

    .sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
        top: 0px;
    }

@media(max-width:767px) {
    .slider-main .union_main_image img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 500px) {
    .slider-thu-vien-anh .item-content {
        border-color: transparent;
    }

    .sp-bottom-thumbnails.sp-has-pointer {
        display: none;
    }
}

.sp-has-pointer .sp-selected-thumbnail:before, .sp-has-pointer .sp-selected-thumbnail:after {
    display: none;
}

.sp-thumbnail-container {
    overflow: unset;
}

.sp-thumbnail-image-container {
    border: 2px solid transparent;
}

.sp-has-pointer .sp-selected-thumbnail .sp-thumbnail-image-container {
    border-color: #d6560e;
}

.psc-three-col {
    overflow: hidden;
}

@media (min-width: 769px) {
    .psc-three-col li {
        width: 33.3333%;
        float: left;
    }

        .psc-three-col li:nth-child(3n + 1) {
            clear: both;
        }
}

@media (max-width: 768px) and (min-width: 500px) {
    .psc-three-col li {
        width: 50%;
        float: left;
    }

        .psc-three-col li:nth-child(2n + 1) {
            clear: both;
        }
}
/* tab */
.tab {
    margin-left: 0px;
    border: 1px solid #c8c8c8;
    overflow: hidden;
}

@media (max-width: 992px) {
    .tab {
        margin-left: 0;
        margin-top: 0px;
    }
}

.tab .nav-tabs {
    padding-left: 15px;
    padding-top: 5px;
    background-color: #f0f0f0;
    border-color: #c8c8c8;
    /*display: none;*/
}

    .tab .nav-tabs .active a {
        text-transform: uppercase;
        color: #034ea2 !important;
        border-color: #c8c8c8;
        border-bottom-color: transparent;
    }

.tab.tab-tochuc {
    margin-bottom: 20px;
}

    .tab.tab-tochuc .header-tab {
        text-transform: uppercase;
    }

.qlnt {
    width: 100%;
}
/* map */
.map {
    margin-bottom: 15px;
}
/* Sự kiện */
.su-kien {
    margin-bottom: 15px;
    padding: 15px;
    background-color: #ccc;
    background-image: linear-gradient(to top, #e3e6e8 0%, white 100%);
    border: 1px solid #ccc;
    height: 265px;
}

    .su-kien h2 {
        color: #034ea2;
        text-align: center;
        margin: 0 0 20px 0;
    }

.su-kien-thumb {
    margin-bottom: 10px;
}
/* banner small */
.banner.small .banner-thumb {
    margin-bottom: 8px;
    margin-top: 8px;
}
/* banners big */
.banners.big .banner-thumb {
    margin-bottom: 8px;
    margin-top: 8px;
}

[class^="item"] .text-head {
    padding-left: 10px;
    background-repeat: no-repeat;
    background-position: 0 2px;
}

.tabxahoi h2 {
    color: #000;
    padding: 5px 0 5px 0;
    border-top: 2px solid #001fc1;
    margin-top: 0px;
    background: #c9dcff;
}

.item-1 .text-head {
    background-image: url(../imgs/icon-head/icon-01.png);
}

.item-2 .text-head {
    background-image: url(../imgs/icon-head/icon-02.png);
}

.item-3 .text-head {
    background-image: url(../imgs/icon-head/icon-03.png);
}

.item-4 .text-head {
    background-image: url(../imgs/icon-head/icon-04.png);
}

.item-5 .text-head {
    background-image: url(../imgs/icon-head/icon-05.png);
}

.item-6 .text-head {
    background-image: url(../imgs/icon-head/icon-06.png);
}

.item-7 .text-head {
    background-image: url(../imgs/icon-head/icon-07.png);
}

.block {
    overflow: hidden;
}

    .block .col-left {
        width: 65%;
        float: left;
    }

    .block .col-right {
        width: 35%;
        float: left;
        padding-right: 0;
        padding-left: 5px;
        max-height: 400px;
        overflow: auto;
    }
        /* width */
        .block .col-right::-webkit-scrollbar {
            width: 5px;
        }

        /* Track */
        .block .col-right::-webkit-scrollbar-track {
            box-shadow: inset 0 0 5px grey;
            border-radius: 10px;
        }

        /* Handle */
        .block .col-right::-webkit-scrollbar-thumb {
            background: #919191;
            border-radius: 2px;
        }

            /* Handle on hover */
            .block .col-right::-webkit-scrollbar-thumb:hover {
                background: #7d7d7d;
            }

@media (max-width: 992px) {
    .block .col-left, .block .col-right {
        width: 100%;
    }
}

.block.two-col article {
    overflow: hidden;
    margin-bottom: 10px;
}

.owl-item .article-thumb {
    width: 100%;
}

.block.two-col article .article-thumb {
    float: left;
    width: 150px;
    margin: 0 10px 0 0;
}

.article-thumbtsnew {
    width: 100%;
    height: 153px;
    overflow: hidden;
    float: left;
    margin-right: 0px;
}

.block.two-col article .text-title {
    margin-top: 0px;
    margin-bottom: 0;
}

.block.two-col [class^="item"]:nth-child(odd) {
    clear: both;
}

.block.three-col article {
    overflow: hidden;
}

    .block.three-col article .article-thumb {
        margin-bottom: 15px;
    }

    .block.three-col article .text-title {
        margin-top: 0px;
        margin-bottom: 15px;
        float: left;
        font-size: 15px;
    }

.customhom {
    float: left;
    margin: 5px 0;
}
/* list */
.articles li {
    font-size: 15px;
    padding-top: 10px;
    padding-left: 12px;
    margin-bottom: 10px;
    border-top: 1px dashed rgba(0, 0, 0, .15);
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

    .articles li:before {
        margin-left: -12px;
        font-family: 'FontAwesome';
        content: "\f009";
        font-weight: 400;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        float: left;
        position: relative;
        top: 8px;
        color: #4f4f4f;
        font-size: 6px;
    }

@media (min-width: 768px) {
    .articles.two-col-desktop {
        overflow: hidden;
    }

        .articles.two-col-desktop li {
            float: left;
            width: 50%;
        }

            .articles.two-col-desktop li:nth-child(odd) {
                clear: both;
                padding-right: 5%;
            }

            .articles.two-col-desktop li:nth-child(even) {
                padding-left: 5%;
            }
}

#divNew1 {
    height: 322px;
}

.articles.style-1 {
    margin-top: 7px;
    overflow-y: scroll;
    height: 321px;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.articles.style-1 li {
    padding: 7px 10px 7px 20px;
    margin-bottom: 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

    .articles.style-1 li:last-child {
        border-bottom: 0;
    }

    .articles.style-1 li::before {
        color: #034ea2;
    }

    .articles.style-1 li:hover, .articles.style-1 li.hover, .articles.style-1 li.firstflag.active, .articles.style-1 li.active {
        background-color: #f0f0f0;
    }

        .articles.style-1 li:hover a, .articles.style-1 li.hover a, .articles.style-1 li.firstflag.active a, .articles.style-1 li.active a {
            color: #034ea2;
        }

.articles.style-1 h2 {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    margin: 0;
}

.articles.style-2 {
    margin-top: 5px;
    padding-left: 15px;
}

    .articles.style-2 li {
        padding: 10px 0 10px 12px;
        margin-bottom: 0;
        border-top: none !important;
    }

        .articles.style-2 li::before {
            color: #034ea2;
        }

        .articles.style-2 li:hover {
            background-color: #f0f0f0;
        }

            .articles.style-2 li:hover a {
                color: #034ea2;
            }

    .articles.style-2 h2 {
        font-size: 13px;
        line-height: 1.4;
        font-weight: 400;
        margin: 0;
    }

.list-tb {
    overflow: hidden;
}

    .list-tb li {
        float: left;
        width: 20%;
        margin-bottom: 25px;
        font-size: 15px;
    }

@media (min-width: 1001px) {
    .list-tb li:nth-child(5n +1) {
        clear: both;
    }
}

@media (max-width: 1000px) {
    .list-tb li {
        width: 25%;
    }
}

@media (max-width: 900px) {
    .list-tb li {
        width: 33.3333%;
    }
}

@media (max-width: 500px) {
    .list-tb li {
        width: 50%;
    }
}

@media (max-width: 320px) {
    .list-tb li {
        width: 100%;
    }
}

.list-tb .tb-icon {
    display: table;
}

    .list-tb .tb-icon img, .list-tb .tb-icon span {
        display: inline-block;
    }

    .list-tb .tb-icon span {
        vertical-align: middle;
        padding-left: 5px;
    }
/* footer */
.footer {
    background-color: #034ea2;
    color: #fff;
    font-size: 14px;
    line-height: 1.1;
    line-height: 1.5;
    padding: 20px 0 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .footer a:hover, .footer a:focus, .footer a:active {
        color: #87c0ff;
    }

    .footer h4 {
        line-height: inherit;
        font-size: inherit;
        margin-top: 0;
    }

    .footer .footer-logo {
        float: left;
        margin-left: 2px;
        margin-right: 2px;
        margin-top: -10px;
    }

        .footer .footer-logo ~ .footer-box {
            margin-left: 120px;
        }

    .footer .footer-bottom {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: 400;
        color: #c3c3c3;
    }

    .footer .footer-box {
        margin-bottom: 15px;
        padding-left: 5px;
    }

    .footer .fa {
        border: 1px solid transparent;
        margin-bottom: 10px;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
    }

    .footer .fa-facebook {
        background-color: #3b5998;
        padding: 10px 14px;
    }

    .footer .fa-google-plus {
        background-color: #dd4b39;
        padding: 10px 9px;
    }

    .footer .fa-twitter {
        background-color: #00aced;
        padding: 10px 11px;
    }

    .footer .social a:hover .fa {
        border-color: #fff;
    }
/* end footer */
/* back to top */
a.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 10px;
    right: 18px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #fff;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #034ea2 url("../imgs/cd-top-arrow.svg") no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

    a.cd-top.cd-is-visible, a.cd-top.cd-fade-out, .no-touch a.cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    a.cd-top, a.cd-top:visited, a.cd-top:hover {
        color: #CCCCCC;
        text-decoration: none;
    }

        a.cd-top.cd-is-visible {
            /* the button becomes visible */
            visibility: visible;
            opacity: 1;
            z-index: 1;
        }

        a.cd-top.cd-fade-out {
            /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
            opacity: 1;
        }
/* hanging fix right */
.hanging {
    border: 1px solid #fff;
    list-style: none;
    padding: 0;
    position: fixed;
    margin-top: 30px;
    perspective: 1000px;
    top: 50%;
    margin-top: -150px;
    right: 0;
    z-index: 999999;
}

    .hanging li {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 16px;
        vertical-align: baseline;
    }

        .hanging li a {
            display: block;
            width: 40px;
            height: 40px;
            background-color: rgba(3, 78, 162, 0.9);
            color: #fff;
            padding: 5px;
            text-decoration: none;
            text-align: center;
            transition: background .5s ease .300ms;
        }

            .hanging li a img {
                margin-top: 5px;
            }

            .hanging li a:hover {
                background-color: #d6322c;
            }

            .hanging li a span {
                width: 150px;
                float: right;
                text-align: center;
                background: #222;
                color: #fff;
                margin: -30px 50px 0 0;
                padding: 8px;
                transform-origin: 0;
                visibility: hidden;
                opacity: 0;
                transform: rotateY(45deg);
                transition: all .5s ease .300ms;
                font-size: 12px;
                line-height: 23px;
                text-transform: uppercase;
            }

        .hanging li span:after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            right: -20px;
            top: 9px;
            border: 10px solid transparent;
            border-left: 10px solid #222;
        }

        .hanging li a:hover span {
            visibility: visible;
            opacity: 1;
            transform: rotateY(0);
        }

@media (max-width: 978px) {
    .hanging {
        display: none;
    }
}
/* _____ responsive _____ */
@media (max-width: 768px) and (min-width: 420px) {
    .side-right .banner.small {
        margin: 0 -2px;
    }

        .side-right .banner.small .banner-thumb {
            width: 50%;
            float: left;
            padding: 0 2px;
        }
}
/* .footer */
@media (max-width: 900px) {
    .footer .footer-top .my-col:nth-child(1) {
        width: 100%;
    }

    .footer .footer-top .my-col:nth-child(2) {
        width: 70%;
    }

        .footer .footer-top .my-col:nth-child(2) > * {
            margin-left: 0px;
        }

    .footer .footer-top .my-col:nth-child(3) {
        width: 30%;
    }
}

@media (max-width: 768px) and (min-width: 471px) {
    .footer .my-col {
        width: 100% !important;
        text-align: left;
    }

    .footer .footer-box {
        margin-left: 120px;
    }

    .footer .footer-bottom .my-col {
        text-align: left !important;
    }

        .footer .footer-bottom .my-col > * {
            margin-left: 120px !important;
        }
}

@media (max-width: 470px) {
    .footer .footer-logo {
        width: 100%;
        text-align: center;
        margin: 0 0 20px 0;
    }

    .footer .my-col {
        width: 100% !important;
        text-align: left;
    }

    .footer .footer-box {
        margin-left: 0 !important;
    }

    .footer .ml-120 {
        margin-left: 0;
    }
}
/*# sourceMappingURL=index.css.map */
.side-right .banner {
    overflow: hidden;
    width: 100%;
}
/******** KHOA GIAO XA HOI *******/
.khoagiao h2 {
    color: #000;
    padding: 5px 0 0 0;
    border-top: 2px solid #001fc1;
    margin-top: 0px;
}

.xahoi h2 {
    color: #000;
    padding: 5px 0 5px 0;
    border-top: 2px solid #001fc1;
    margin-top: 0px;
    background: #c9dcff;
}

.khoagiao, .xahoi {
    margin-top: 0px;
    margin-bottom: 15px;
    background: #f5f5f5;
}

.khoagiao-thumb, .xahoi-thumb {
    margin-bottom: 10px;
}

    .khoagiao-thumb img {
        width: 100%;
        /*height: 150px;*/
    }

.title-khoagiao, .title-xahoi {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
}

.i-more {
    margin-bottom: 15px;
}

.i-title {
    color: #000;
    font-size: 15px;
    line-height: 23px;
    padding-top: 10px;
    border-top: 1px dashed #a2a2a2;
}

.xahoi article {
    overflow: hidden;
    margin-bottom: 15px;
}

    .xahoi article .article-xahoi {
        float: left;
        width: 100px;
        height: 70px;
        margin: 0 10px 0 0;
    }

.article-xahoi {
    overflow: hidden;
}

    .article-xahoi .ttgd {
        width: 100%;
        height: 70px;
    }

.text-title-xahoi {
    color: #000;
    font-size: 15px;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list-xahoi {
    padding-top: 15px;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
}
/******** end KHOA GIAO XA HOI ********/
/******** KINH TE PHAP LUAT ********/
.listarticlesto {
    padding-left: 0px;
    padding-right: 0px;
    height: 140px;
}

.KT-PL h2 {
    color: #000;
    padding: 5px 0 5px 0;
    border-top: 2px solid #001fc1;
    margin-top: 0px;
}

.KT-PL {
    overflow: hidden;
}

    .KT-PL article {
        overflow: hidden;
        margin-bottom: 0px;
    }

        .KT-PL article .article-KT-PL {
            float: left;
            width: 150px;
            height: 100px;
            margin: 0 10px 0 0;
        }

.article-KT-PL {
    overflow: hidden;
}

    .article-KT-PL .ttgd {
        width: 100%;
        height: 85px;
    }

.text-title-KT-PL {
    color: #000;
    text-align: justify;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.chitiet {
    text-align: justify;
    font-size: 12px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.col8 {
    padding: 0;
}

.KT-PL .i-more {
    margin-bottom: 8;
    padding: 0px;
}

.row5 {
    margin-left: -2px;
    margin-right: -2px;
}

.col5 {
    padding: 4px;
}

    .col5.ximg img {
        width: 100%;
        height: 60px;
    }

.KT-PL .title-KTPL {
    min-height: 60px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 0px;
    line-height: 20px;
    font-size: 15px;
    display: -webkit-box;
    padding-bottom: 1px;
    padding-right: 5px;
    padding-left: 0px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.i-first {
    padding: 0;
}

@media (max-width: 992px) {
    .row-KTPL {
        margin-left: -15px;
    }
}

@media (max-width: 767px) {
    .list-phim {
        padding: 50px 0 0 5px;
    }

    .KT-PL article .article-KT-PL {
        width: 170px;
    }

    .col5.ximg img {
        height: auto;
    }

    .KT-PL .i-more {
        padding: 0;
    }

    .KT-PL .title-KTPL {
        min-height: auto;
        font-size: 15px;
        font-family: Helvetica, Arial, sans-serif;
    }

    .block.three-col article .article-thumb {
        width: 100%;
    }

    .sp-grab {
        width: 100% !important;
    }

    .sp-slide {
        width: 100% !important;
    }
    /* .slider-thu-vien-anh .item-content .sp-caption-custom{
         */
    /* left: 10px;
         */
    /*
    }
     */
    .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
        width: 100%;
    }

    .block.two-col article .text-title {
        margin-top: 0;
    }
}

@media (max-width: 399px) {
    .col5 {
        width: 50%;
    }
}
/***** end KINH TE PHAP LUAT *****/
/*********** PHIM ANH *********/
.articles-phim.style-2-phim {
    margin-top: 15px;
}

    .articles-phim.style-2-phim li {
        padding: 7px 15px;
        margin-bottom: 0;
    }

.articles-phim li:before {
    color: #034ea2;
    margin-left: -10px;
    font-family: 'FontAwesome';
    content: "\f0da";
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    position: relative;
    top: -3px;
    color: #4f4f4f;
    font-size: 15px;
}

.tab.tab-phim {
    margin-bottom: 20px;
}

.nav-tabs-phim > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs-phim {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs-phim > li.active > a, .nav-tabs-phim > li.active > a:focus, .nav-tabs-phim > li.active > a:hover {
        color: #555;
        cursor: default;
        background-color: #fff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
    }

    .nav-tabs-phim > li > a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0;
    }

.tab-list {
    margin-left: 10px;
    border: 1px solid #c8c8c8;
    overflow: hidden;
}

@media (max-width: 992px) {
    .tab-list {
        margin-left: 0;
        margin-top: 15px;
    }
}

.tab-list .nav-tabs-phim {
    padding-left: 15px;
    padding-top: 5px;
    background-color: #f0f0f0;
    border-color: #c8c8c8;
}

    .tab-list .nav-tabs-phim .active a {
        color: #034ea2 !important;
        border-color: #c8c8c8;
        border-bottom-color: transparent;
        font-weight: 700;
    }

.tab-list.tab-phim {
    margin-bottom: 20px;
    border-top: 2px solid #001fc1;
}

    .tab-list.tab-phim .header-tab-phim {
        font-size: 18px;
    }

.title-phim {
    color: #000;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 700;
}

.box article .article-phim {
    float: left;
    width: 180px;
    height: 119px;
    margin: 0 10px 10px 0;
}

.article-phim {
    overflow: hidden;
}

    .article-phim .img-phim {
        width: 100%;
        height: 119px;
    }

.text-title-phim {
    color: #333;
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list-phim {
    border-left: 1px #c8c8c8 solid;
}

    .list-phim li a {
        color: #000;
        margin-left: 5px;
        line-height: 23px;
        font-size: 16px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
/********* end PHIM ANH *********/
.col-sm-4 .article-thumb img {
    height: 140px;
    width: 100%;
}

.col-sm-6 .article-thumb img {
    height: 90px;
    width: 100%;
}

.owl-item .article-thumb img {
    height: 110px;
}
/*===========list_right_1=============*/
.list_right_1 {
    margin-top: 20px;
}

.icon {
    background: #f4f4f4;
    display: block;
    overflow: hidden;
    padding: 10px 5px 10px 10px;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    text-transform: uppercase;
}

    .icon:hover {
        background-color: rgba(162, 211, 247, 0.47843137254901963);
    }

    .icon img {
        margin-right: 10px;
        width: auto;
        float: left;
    }

    .icon span {
        color: #1c5599;
        font-weight: bold;
        line-height: 20px;
    }

#banner {
    min-height: 130px;
    width: 100%;
    float: left;
}

#psc-divPanelBottom .container {
    padding: 0;
    width: 100%;
    float: left;
}

.header .container, .menu .container {
    /*width: auto;*/
    padding: 0;
}

@media(min-width:768px) {
    #psc-divPanelCenter {
        width: 75%;
        float: left;
        padding: 0px 0px 0px 15px;
    }

    #psc-divPanelRight {
        width: 25%;
        float: left;
        padding: 0 15px;
    }

    #psc-divPanelMid {
        overflow: hidden;
        margin: 0 -15px;
    }
}

.sp-thumbnail-image-container img {
    width: 162px;
    height: 95px;
}

.languages {
    z-index: 100;
    /* width: 10%; */
    float: right;
    right: 10px;
    top: 0px;
    position: absolute;
}

@media(max-width:767px) {
    .languages {
        z-index: 100;
        float: right;
        right: 10px;
        top: 0px;
        position: absolute;
    }

    .owl-item .article-thumb img {
        height: 150px;
    }

    .block .col-right {
        padding: 0;
        padding-top: 15px;
    }

    .mCSB_scrollTools {
        width: 5px;
    }

    .mCSB_inside > .mCSB_container {
        margin-right: 4px;
    }

    .mCustomScrollBox {
    }
}

.luottruycap {
    border: 1px solid #c9dcff;
    width: 100%;
    float: left;
    margin-top: 8px;
    margin-bottom: 8px;
}

.luottruycap1 {
    border: 1px solid #c9dcff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.table-bordered {
    font-size: 15px;
}

.table-responsive-sm {
    margin-top: -10px;
}

.bsw-btn {
    border: 1px solid #034ea2;
    overflow: hidden;
    position: relative;
    padding: 5px 15px 5px 15px;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    font-size: 12px;
    float: right;
    margin: 2px 0;
    background: #c9dcff;
}

.tabvanban h2 {
    color: #000;
    padding: 5px 0 3px 0;
    border-top: 2px solid #001fc1;
    margin-top: 0px;
    background: #c9dcff;
}

/*Banner4Img*/
.select-box1 p {
    margin: 0;
}

.select-box1 img {
    font-size: 9pt;
    width: 100%;
    height: 75px;
}

.select-box1 {
    width: 25%;
    margin-right: 1%;
    float: left;
}

.select-box2 p {
    margin: 0;
}

.select-box2 img {
    font-size: 9pt;
    width: 100%;
    height: 75px;
    margin-bottom: 3px;
}

.select-box2 {
    width: 50%;
    margin-right: 1%;
    float: left;
}

#select-box {
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}

.select-box1 {
    padding: 0px;
}

.select-box2 {
    padding: 0px;
}

    .select-box2:last-child {
        margin-right: 0;
    }

.select-box1:last-child {
    margin-right: 0;
}

@media (max-width: 1199px) {
    .select-box1 img {
        float: none;
    }

    .select-box1 {
        text-align: center;
    }

    .select-box2 img {
        float: none;
    }

    .select-box2 {
        text-align: center;
    }

    #text-box1 {
        width: 100%;
        padding-left: 0;
    }

    #select-box img {
        padding-bottom: 5px;
    }
}

@media (max-width: 500px) {
    .select-box1 {
        width: 49%;
        margin-bottom: 1%;
    }

    .select-box2 {
        width: 100%;
    }

    #select-box {
        display: unset;
    }
}

@media(max-width:767px) {
    .select-box2 {
        width: 100%;
    }
}
/*End Banner4Img*/

/* Custom CSS Do not remove*/

/* HOMEBUTTON-DVCONG */
.section-hbutton {
    text-transform: uppercase;
    letter-spacing: -0.4px;
    margin: 10px 0
}

    .section-hbutton:after {
        content: "";
        display: table;
        clear: both;
    }

.section-hbutton-col {
    float: left;
    width: 25%;
    text-align: center
}

    .section-hbutton-col #first, .section-hbutton-col #second, .section-hbutton-col #third {
        margin-right: 10px
    }

.section-hbutton-item {
    cursor: pointer;
    font-size: 14px;
    color: #00499A;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-weight: 600;
    display: inline-block;
    width: 95%;
    padding: 15px 0
}

.section-hbutton-item-icon {
    width: 25%;
    float: left;
    text-align: right
}

    .section-hbutton-item-icon .fa {
        color: #00499A;
        font-size: 35px
    }

.section-hbutton-item-content {
    width: 75%;
    float: left;
    text-align: center
}

.section-hbutton-item a, .section-hbutton-item a:visited {
    color: #333
}

.section-hbutton-item:hover {
    background: #004B9E;
    border-color: #004B9E
}

    .section-hbutton-item:hover a, .section-hbutton-item span:hover, .section-hbutton-item:hover span {
        color: #fff
    }

.section-bannercenter {
    width: 100%;
    margin-bottom: 12px;
    text-align: center
}

    .section-bannercenter img {
        max-width: 100%;
        border-radius: 8px;
    }

.section-tonghop {
    width: 100%;
    margin-top: 5px
}

    .section-tonghop:after {
        content: "";
        display: table;
        clear: both;
    }

    .section-tonghop .column-1 {
        float: left;
        width: 53%;
        margin-right: 17px
    }

    .section-tonghop .column-2 {
        float: left;
        width: 45%
    }

div.tthc {
    letter-spacing: -0.4px;
    width: auto;
    height: 395px;
    background: #FFAA2F;
    border-radius: 8px;
    padding: 10px
}

    div.tthc #content {
        cursor: pointer;
        background: #004C80;
        margin: 0 10px 8px 10px;
        display: block;
        padding: 15px;
        font-size: 15px;
        font-weight: 600;
        color: white;
        border-radius: 7px;
        line-height: 1.5em
    }

        div.tthc #content a:link, div.tthc #content a:visited {
            color: white
        }

        div.tthc #content:hover, div.tthc #content:hover a {
            background: #D93F2E !important;
            color: white !important
        }

        div.tthc #content a:hover {
            color: white !important
        }

div.dichvucong {
    letter-spacing: -0.5px;
    width: auto;
    height: 395px;
    background: #E3E3E3;
    border-radius: 8px;
    padding: 10px
}

    div.dichvucong .title {
        background: #004E83;
        padding: 10px;
        color: white;
        font-size: 16px;
        text-align: center;
        border-radius: 5px 5px 0 0;
        margin-bottom: 10px;
        font-weight: bold
    }

    div.dichvucong img {
        max-width: 365px;
    }

.hotline {
    background: white;
    border-radius: 8px;
    color: #333;
    width: 90%;
    margin: 0 auto;
    padding: 0 20px;
    letter-spacing: -0.5px;
}

    .hotline .hotline-title {
        font-weight: bold;
        font-size: 15px;
        color: #00499A;
        border-bottom: 1px solid #FFAA2F;
        padding: 15px 20px 6px 10px;
        text-align: center;
        letter-spacing: -0.7px
    }

    .hotline .hotline-phone {
        color: #AB0B04;
        font-size: 28px;
        text-align: center;
        padding-bottom: 10px;
        margin-left: -10px
    }

    .hotline a {
        color: #00499A !important
    }

        .hotline a:hover {
            color: red !important
        }

    .hotline .hotline-tiepnhan {
        font-weight: bold;
        font-size: 15px;
        color: #00499A;
        padding: 5px 20px 16px 10px;
        text-align: center;
        letter-spacing: -0.7px
    }

@media only screen and (max-width: 1160px) {
    .section-hbutton-col {
        width: 50%
    }

        .section-hbutton-col #first, .section-hbutton-col #third {
            margin: 0 5px 0 0
        }

        .section-hbutton-col #second, .section-hbutton-col #four {
            margin: 0 0 5px 0
        }

    div.dichvucong img {
        max-width: 100%;
        height: auto;
    }

    div.tthc #content {
        margin: 0 5px 8px 5px;
        padding: 10px 6px 10px 16px
    }

    .section-tonghop .column-1 {
        float: left;
        width: 53%;
        margin-right: 15px
    }

    .section-tonghop .column-2 {
        float: left;
        width: 44%
    }

    div.dichvucong, div.tthc {
        height: 360px
    }

    .hotline .hotline-title {
        font-size: 14px;
        padding: 15px 10px 6px 8px
    }

    div.tthc #content {
        font-size: 14px
    }
}

@media only screen and (min-width: 719px) and (max-width: 960px) {
    .section-tonghop .column-1 {
        float: none;
        width: 100%;
        margin-right: 0
    }

    .section-tonghop .column-2 {
        float: none;
        width: 100%
    }

    div.dichvucong img {
        max-width: 100%;
        height: auto;
    }

    .section-tonghop {
        margin-top: 0
    }

    div.tthc, div.dichvucong {
        height: auto;
        display: block;
        padding-bottom: 15px
    }
}

@media only screen and (max-width: 719px) {
    .section-hbutton-item {
        width: 96%
    }

    .section-hbutton-item-icon .fa {
        font-size: 33px
    }

    .section-hbutton-item {
        font-size: 13px
    }

    .section-tonghop {
        margin: 0 !important;
        width: 99%
    }

        .section-tonghop .column-1 {
            float: none;
            width: 100%;
            margin-right: 0
        }

        .section-tonghop .column-2 {
            float: none;
            width: 100%;
            margin-top: 10px
        }

    div.tthc, div.dichvucong {
        height: auto;
        display: block;
        padding-bottom: 15px
    }

    .hotline {
        width: 95%
    }

        .hotline .hotline-title {
            padding: 15px 0 6px 0;
            text-align: center;
            font-size: 13px
        }

    div.dichvucong img {
        max-width: 100%;
        height: auto;
        padding: 0 10px
    }
}
/* HE THONG VAN BAN */
.title-htvb {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px 0 10px 0;
    letter-spacing: -0.2px;
}

    .title-htvb span {
        color: #004A9F
    }

.section-htvb {
    letter-spacing: -0.6px;
    width: 100%;
    height: 155px;
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 10px 0 60px 0;
    background: #fff;
    cursor: pointer
}

    .section-htvb .row {
        padding: 8px 10px;
        margin-top: 10px;
        text-align: center;
        margin: 0 auto
    }

    .section-htvb .column {
        font-weight: bold;
        display: inline-block;
        margin-right: 10px;
        width: 23%;
        padding: 10px;
        color: #444;
        border-radius: 8px
    }

        .section-htvb .column span {
            display: block;
            font-size: 37px;
            padding: 10px 0;
            color: #00499A
        }

        .section-htvb .column:hover {
            background: #004B9E
        }

        .section-htvb .column a:link, .section-htvb .column a:visited {
            color: #444
        }

        .section-htvb .column:hover a, .section-htvb .column:hover span, .section-htvb .column span:hover, .section-htvb .column:hover {
            color: #fff
        }

    .section-htvb .row:after {
        content: "";
        display: table;
        clear: both;
    }

@media only screen and (max-width: 1160px) {
    .section-htvb .column {
        width: 23%;
        padding: 10px 5px;
        margin-right: 5px
    }
}

@media only screen and (min-width: 719px) and (max-width: 960px) {
    .section-htvb, .section-htvb .row {
        padding: 10px 0 0 0
    }

        .section-htvb .column {
            width: 24%;
            padding: 10px 2px;
            margin-right: 2px;
            font-size: 12px
        }

            .section-htvb .column span {
                font-size: 25px
            }
}

@media only screen and (max-width: 719px) {
    .section-htvb {
        height: 280px;
        padding-top: 5px
    }

        .section-htvb .row {
            padding: 0 5px
        }

        .section-htvb .column {
            width: 47%;
            margin-top: 20px;
            padding: 5px 0;
            letter-spacing: -0.7px;
            margin-right: 3px
        }
}
/* HOI DONG NHAN DAN */
.section-hdnd {
    background-image: url("https://nhatrang.khanhhoa.gov.vn/resources/images/banners/Portlet-HDND-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #FFDD51;
    text-align: center;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    float: left;
    height: 150px;
    padding: 15px;
    border-radius: 8px;
    letter-spacing: -0.5px
}

    .section-hdnd .hdndicon {
        width: 30%;
        float: left
    }

    .section-hdnd .content {
        width: 70%;
        float: left;
        margin-top: 20px
    }

    .section-hdnd .quochuy {
        padding-top: 10px
    }

        .section-hdnd .quochuy img {
            width: 190px
        }

    .section-hdnd .item {
        font-weight: bold;
        font-size: 17px;
        padding: 10px 30px 10px 20px;
    }

        .section-hdnd .item span {
            color: #AB0B04
        }

        .section-hdnd .item a:link, .section-hdnd .item a:visited {
            color: #AB0B04
        }

        .section-hdnd .item a:hover {
            color: #444
        }

@media (min-width: 481px) and (max-width: 767px) {
    .section-hdnd .item {
        padding-left: 80px !important
    }
}

@media only screen and (max-width: 719px) {
    .section-hdnd {
        background-image: none !important;
        background: #FFDD51;
        height: auto;
        margin-top: 10px;
        padding-bottom: 30px
    }

        .section-hdnd .hdndicon {
            width: 100%;
            float: none;
            padding: 0 0 20px 0
        }

        .section-hdnd .quochuy img {
            width: 220px
        }

        .section-hdnd .content {
            width: 100%;
            float: none;
            margin: 0 auto
        }

        .section-hdnd .item {
            padding: 15px 0 0 15px;
            font-size: 16px
        }
}

.section-cchc {
    background: #004C80;
    width: 100%;
    border-radius: 5px;
    padding-bottom: 25px;
    margin: 0 auto
}

    .section-cchc .cchcitem {
        background: white;
        color: #004B7D;
        width: 85%;
        display: block;
        margin: 0 auto;
        text-align: center;
        border-radius: 4px;
        padding: 5px 10px;
        margin-bottom: 10px;
        font-weight: bold
    }

    .section-cchc a:hover {
        color: white !important
    }

    .section-cchc .cchcitem:hover {
        background: #D03B2B;
        color: white
    }

.section-giaoducphapluat {
    background-color: #FF3A36;
    width: 100%;
    border-radius: 5px;
    padding-bottom: 20px;
    margin: 0 auto
}

    .section-giaoducphapluat .item {
        background: white;
        color: #004B7D;
        width: 85%;
        display: block;
        margin: 0 auto;
        text-align: center;
        border-radius: 4px;
        padding: 5px 10px;
        margin-bottom: 10px;
        font-weight: bold
    }
}

.section-giaoducphapluat a:hover {
    color: #E63734 !important
}

.section-giaoducphapluat .item:hover, .section-giaoducphapluat .item a:hover {
    background: #F3EC4C;
    color: #E63734 !important
}

.section-nghiepvucntt {
    background-image: url("/Resources/Images/SubDomain/HomePage/Banner/background-huong-dan-nghiep-vu-cntt.png");
    background-repeat: no-repeat;
    background-size: 100% 120%;
    background-color: #004C80;
    width: 100%;
    border-radius: 5px;
    padding-bottom: 15px;
    margin: 0 auto
}

    .section-nghiepvucntt .item {
        background: white;
        color: #004B7D;
        width: 85%;
        display: block;
        margin: 0 auto;
        text-align: center;
        border-radius: 4px;
        padding: 5px 10px;
        margin-bottom: 15px;
        font-weight: bold
    }
}

.section-nghiepvucntt a:hover {
    color: white !important
}

.section-nghiepvucntt .item:hover, .section-nghiepvucntt .item a:hover {
    background: #005ABD;
    color: white !important
}

.title_topic a {
    line-height: 44px;
    font-size: 30px;
    font-style: normal;
    text-align: left;
    color: #000;
    font-weight: 700;
    float: left;
    width: 100%;
    margin: 10px 0px 10px 0;
}

/*End custom css*/