.Hot-News {
    padding-bottom: 40px;
    align-items: self-start;
}

.Hot-News .section-bg {
    background: var(--mainColor);
}

.title-bar .text-title {
    background-color: var(--secondColor);
    padding: 4px 20px;
    display: block;
    width: max-content;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: var(--mainColor);
    margin-bottom: 12px;
    border-radius: 0 0 4px 4px;
}

.list-news-left .item>a {
    position: relative;
    color: var(--textLightColor);
    font-size: 15px;
    line-height: 20px;
    height: 60px;
    padding-left: 20px;
    text-align: justify;
}

.list-news-left .item {
    padding-bottom: 10px;
    margin-bottom: 4px;
    border-bottom: 1px solid rgba(215, 228, 241, 0.31);
}

.list-news-left .item:last-child {
    margin: 0;
}

.list-news-left .item>a::before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background: url('../images/Star.png') no-repeat;
    left: 3px;
    top: 6px;
}

.list-news-left .item>a:hover {
    color: var(--secondColor);
}

.center-news .box-image img {
    width: 100%;
    height: 297px;
    object-fit: cover;
}

.center-news .box-news.box-shape {
    position: relative;
}

.center-news .box-news.box-shape .box-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 10px;
    background: #00000087;
}

.center-news .box-news.box-shape .box-text .meta-des {
    font-size: 14px;
    line-height: 20px;
    color: var(--textLightColor);
    font-weight: 300;
    margin-bottom: 8px;
}
.slider-news-center .title-news-center>a{
    font-size: 18px;
    line-height: 23px;
    color: var(--textLightColor);
    font-weight: 400;
}
.center-news .box-news.box-shape .box-text>a>.title-news-center {
    font-size: 18px;
    line-height: 23px;
    color: var(--textLightColor);
    font-weight: 400;
}

.list-cate-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -10px;
}

.list-cate-box>.item {
    width: calc(50% - 10px);
    margin-right: 10px;
    padding: 5.1px 10px;
    background-color: var(--textLightColor);
    margin-bottom: 10px;
}

.list-cate-box>.item:nth-child(1),
.list-cate-box>.item:nth-child(4),
.list-cate-box>.item:nth-child(5),
.list-cate-box>.item:nth-child(8) {
    background: var(--secondColor);
}

.list-cate-box>.item .box-icon img {
    height: 42px;
    width: auto;
    max-width: 68px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    margin-bottom: 8px;
}

.list-cate-box>.item .box-icon .text-name-box {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    color: var(--textSecondColor);
    text-align: center;
    height: 32px;
}

.Banner-2 {
    padding: 30px 0;
}

.Banner-2 .banner-home {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.button-control {
    width: 24px;
    height: 24px;
    position: absolute;
    cursor: pointer;
    z-index: 2;
}
/*
pev-btn3281: arrow slider trang vi
pev-btn3295: arrow slider trang en
*/
.slider-news-center .button-control.pev-btn3281, 
.slider-news-center .button-control.pev-btn3295  {
    left: 30px;
    top: 50%;
    transform: translate(-50%, 0);
    background: url('../images/keyboard_arrow_left_24px.png') no-repeat;
}
.slider-news-center .button-control.next-btn3281,
.slider-news-center .button-control.next-btn3295 {
    right: 5px;
    top: 50%;
    transform: translate(-50%, 0);
    background: url('../images/keyboard_arrow_right_24px.png') no-repeat;
}

.block-slider-media .button-control.pev-btn {
    left: 30px;
    top: 50%;
    transform: translate(-50%, 0);
    background: url('../images/media-icon-left.png') no-repeat;
    width: 40px;
    height: 40px;
}

.block-slider-media .button-control.next-btn{
    right: 5px;
    top: 50%;
    transform: translate(-50%, 0);
    background: url('../images/media-icon-right.png') no-repeat;
    width: 40px;
    height: 40px;
}

.box-service {
    background: #f3f3f3;
    /* background: var(--backgroundGray); */
    padding: 22px 8px;
    /* padding-bottom: 0; */
    padding-bottom: 17px;
}

.text-link-service {
    font-size: 13.8px;
    line-height: 20px;
    color: var(--text-linkColor);
    text-transform: uppercase;
    height: 35px;
    padding: 0;
    text-align: center;
    margin-bottom: 10px;
}

.image-service {
    margin-bottom: 20px;
}

.image-service img {
    height: auto;
    object-fit: cover;
    width: 100%;
}

.button-service {
    text-align: center;
}

.button-service .btn-link-service {
    background: var(--text-linkColor);
    padding: 5px 25px;
    font-size: 14px;
    color: var(--textLightColor);
    font-weight: 300;
    min-height: auto;
    border-radius: 4px 4px 0 0;
}

.List-Service {
    padding-bottom: 40px;
}

.title-line-home {
    margin-bottom: 10px;
}

.title-line-home .text-title {
    font-size: 16px;
    color: var(--mainColor);
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    font-family: Roboto;
}

/* .title-line-home .text-title::after {
    content: "";
    position: absolute;
    width: calc(100% - 25px);
    height: 2px;
    background-color: var(--mainColor);
    bottom: -17px;
    left: 13px;
} */

.item-specialize .label-block {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    color: var(--textDarkSecondColor);
    margin-bottom: 30px;
    font-weight: 500;
}

.first-specialize {
    display: flex;
}

.first-specialize .box-image img {
    width: 215px;
    width: 100%;
    height: 125px;
    object-fit: cover;
}

.first-specialize .box-text {
    flex: 1;
    padding: 0 14px;
}

.first-specialize .box-text>a {
    font-size: 16px;
    color: var(--text-linkColor);
    line-height: 20px;
    height: auto;
    text-align: justify;
    margin-bottom: 10px;
}

.first-specialize .box-text .meta-spec {
    font-size: 13px;
    line-height: 20px;
    color: var(--text-meta);
    padding: 10px 0 10px 0;
}

.first-specialize__new .box-image img {
    width: 100%;
    height: 168px;
}

.first-specialize__new .box-text>a {
    font-size: 16px;
    color: var(--text-linkColor);
    line-height: 20px;
    height: auto;
    margin-bottom: 10px;
}

.first-specialize__new .box-text .meta-spec {
    font-size: 13px;
    line-height: 20px;
    color: var(--text-meta);
    padding: 10px 0 10px 0;
}

.list-spec {
    margin-top: 20px;
}

.list-spec .item-spec {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid var(--borderAdsColor);
}

.list-spec .item-spec .meta-spec-list {
    width: 75px;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: var(--text-meta);
    position: relative;
}

.list-spec .item-spec .meta-spec-list::after {
    content: "";
    position: absolute;
    right: 1px;
    top: -3px;
    height: 30px;
    width: 1px;
    background-color: #CBCBCB;
}

.list-spec .item-spec .title-spec-list {
    flex: 1;
    padding-left: 5px;
}

.list-spec .item-spec .title-spec-list>a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--desciptionTextColor);
    height: 40px;
}

.specialize .item-specialize {
    border-right: 1px solid var(--borderAdsColor);
}

.specialize .item-specialize:last-child {
    border: none;
}

.list-spec .item-spec:last-child {
    border-bottom: 1px solid var(--borderAdsColor);
}

.specialization {
    /* padding-bottom: 30px; */
	padding-bottom: 0px;
}

.Media-Home .label-bar {
    position: relative;
    background: var(--backgroundFooterGray);
}

.Media-Home .label-bar span {
    padding: 18px 0;
    display: block;
    position: relative;
    padding-left: 60px;
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;
    color: var(--mainColor);
}

.Media-Home .label-bar span::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
    width: 33px;
    height: 33px;
    background: url('../images/icon-movie.png') no-repeat;
}

.box-shape-media {
    position: relative;
}

.box-shape-media .box-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.box-shape-media .box-text {
    position: absolute;
    padding: 15px 140px;
    bottom: 15px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
}

.box-shape-media .box-text .link-play {
    position: relative;
    font-weight: 600;
    font-size: 36px;
    line-height: 20px;
    color: var(--textLightColor);
    line-height: 1.3em;
    flex: 1;
    margin-left: 20px;
    height: 1.3em;
}

.box-shape-media .box-text .icon-play {
    width: 61px;
}

/* .box-shape-media .box-text .link-play::before{
    content: "";
    position: absolute;
    width: 61px;
    height: 61px;
    background: url('./../images/icon-play.png') no-repeat;
    left: -70px;
    top: -25px;
} */
.slider-media .button-control {
    width: 40px;
    height: 40px;
}

.slider-media .button-control.pev-btn {
    left: 30px;
    top: 50%;
    transform: translate(-50%, 0);
    background: url('../images/keyboard_arrow_left_24px-v2.png') no-repeat;
    background-color: rgba(255, 255, 255, 0.64);
}

.slider-media .button-control.next-btn {
    right: -10px;
    top: 50%;
    transform: translate(-50%, 0);
    background: url('../images/keyboard_arrow_right_24px_v2.png') no-repeat;
    background-color: rgba(255, 255, 255, 0.64);
}
.slider-media .box-image .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000030;
    top: 0;
    left: 0;
}
.Media-Home {
    padding-bottom: 30px;
}

.main-video .box-video .box-image {
    position: relative;
}

.main-video div .row .item-video .box-video .box-image .play-video {
    position: absolute;
    bottom: 39%;
    left: 43%;
}

.main-video div .row .item-video .box-video .box-image .play-video img {
    width: 48px;
    height: 48px;
}

.main-video div .row .item-video .box-video .box-image>img {
    width: 100%;
    height: 222px;
    object-fit: cover;
}

.box-title-video a {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--desciptionTextColor);
    margin-top: 15px;
    height: 40px;
}

.Video-Home {
    padding-bottom: 30px;
}

.item-album-main .box-image img {
    width: 100%;
    height: 222px;
    object-fit: cover;
}

.block-link .form-control {
    font-size: 14px;
    line-height: 25px;
    color: #454856;
    font-weight: 300;
    appearance: none;
    background-image: url(../images/caret-down.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    width: 100%;
    border: unset;
    border-radius: unset;
}

.main-links-wapper .block-link .inner-block-links {
    background: #f3f3f3;
    margin-bottom: 15px;
    padding: 16px;
}

.main-links-wapper .block-link .inner-block-links .lable-link {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #181818;
    margin-bottom: 15px;
}

.Banner-3 {
    padding-top: 30px;
    padding-bottom: 15px;
}

.Banner-3 .banner-home {
    width: 100%;
    height: auto;
}

.item-partner>a {
    position: relative;
    height: 90px;
}

.item-partner img {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.slider_partner .slick-next {
    right: -40px;
    top: 50%;
    transform: translate(-50%, 0);
    background: url('../images/right-partner.png') no-repeat;
}

.slider_partner .slick-prev {
    left: -20px;
    top: 50%;
    transform: translate(-50%, 0);
    background: url('../images/left-partner.png') no-repeat;
}

.Patner-Home .section-content {
    border-top: 2px solid var(--mainColor);
    padding-top: 25px;
    padding-bottom: 25px;
}

.Breadcumb-nav {
    padding: 10px 0;
	background-color: #f3f3f3;
}

.Breadcumb-nav .bg {
    background-color: #EDEDED;
}

.Breadcumb-nav .main-breadcumb,
.Breadcumb-nav .main-breadcumb a {
    color: #555555;
    font-size: 14px;
    line-height: 20px;
}

.Breadcumb-nav .main-breadcumb a:last-child {
    color: var(--mainColor);
}

.news-archive {
    margin-top: 30px;
}

.main-news-item .box-news {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EDEDED;
}

.main-news-item .box-news .box-image {
    width: 215px;
}

.main-news-item .box-news .box-image img {
    width: 100%;
    height: 155px;
    object-fit: cover;
}

.main-news-item .box-news .box-text {
    flex: 1;
    padding: 0 15px;
}

.main-news-item .box-news .box-text>a.textLine-2 {
    color: #555555;
    font-size: 24px;
    line-height: 32px;
    height: 64px;
    margin-bottom: 8px;
}

.main-news-item .box-news .box-text .meta-spec {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    color: #3777BC;
    margin-bottom: 10px;
}

.main-news-item .box-news .box-text .des-news {
    font-size: 16px;
    line-height: 23px;
    text-align: justify;
    color: #8A8C8E;
    height: 48px;
    margin-bottom: 0;
}

.widget .title-line-home .text-title::after {
    /* left: 0; */
    width: calc(100% - 25px);
}

.news_top_widget {
    margin-bottom: 20px;
}

.news_top_widget .title_widget_first .Normal{
    background: #0066BC;
    color: var(--textLightColor);
    text-align: justify;
    padding: 14px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.news_top_widget .title_widget_first .Normal p{
    margin-bottom: 0;
}

.list_item_detail {
    background: #EDEDED;
    /* padding: 15px; */
    border-bottom: 2px solid #D1DF85;
}

.list_item_detail .item {
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 20px;
}

.list_item_detail .item:last-child {
    margin-bottom: 0;
}

.list_item_detail .item a {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    position: relative;
    /* padding-left: 25px; */
}

/* .list_item_detail .item a::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    background: url('../images/style-list-widget.png') no-repeat;
} */

.list-cate-widget>li {
    padding: 10px 15px;
    background: #F6F6F6;
    border-bottom: 1px solid #D1DF85;
    margin-bottom: 10px;
}

.list-cate-widget>li>a {
    display: flex;
    min-height: 66px;
    align-items: center;
}

.list-cate-widget>li>a>img {
    width: 35px;
    height: auto;
    object-fit: contain;
    margin-right: 20px;
}

.list-cate-widget>li>a>span {
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    color: #2E4398;
}

.side-bar-news .widget {
    margin-top: 30px;
}

.pagination-dcc .pagination {
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 10px;
}

.main-news-item .box-news:last-child {
    border-bottom: none;
}

.pagination-dcc .page-link {
    background: #EDEDED;
    margin-right: 10px;
    color: #555555;
    border-radius: 3px;
    border: none;
}

.pagination-dcc .page-link.active {
    background: var(--mainColor);
    color: var(--textLightColor);
}

.wapper_news_details {
    margin-top: 30px;
}

.w-100.title-line-home .text-title::after {
    width: 100%;
    left: 0;
    bottom: -9px;
}

.list-same-news .box-image .image-box-item img {
    width: 100%;
    height: 175px;
    object-fit: cover;
}

.text-box-item .title-box-news {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    height: 40px;
    margin-top: 10px;
}

.list-same-news>.col {
    margin-bottom: 30px;
}

.list-read-more-main .box-image-vetical {
    display: flex;
    flex-wrap: wrap;
}

.list-read-more-main .box-image-vetical .image-box-item {
    width: 230px;
}

.list-read-more-main .box-image-vetical .image-box-item img {
    width: 100%;
    height: 155px;
    object-fit: cover;
}

.list-read-more-main .box-image-vetical .text-box-item {
    flex: 1;
    padding: 0 15px;
    margin-left: 10px;
}

.list-read-more-main .box-image-vetical .text-box-item .title-box-news {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    height: 64px;
    text-align: justify;
    color: #555555;
    margin-top: 0;
}

.list-read-more-main .box-image-vetical .text-box-item .date {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    color: #3777BC;
    margin-bottom: 10px;
}

.list-read-more-main .box-image-vetical .text-box-item .description-news {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #8A8C8E;
}

.list-read-more-main .col {
    margin-bottom: 55px;
}

.list-read-more-main .col:last-child {
    margin-bottom: 0;
}

.article-inner .entry-header .title_post {
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #181818;
    margin-bottom: 15px;
}

.block_isocal .date {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    color: #3777BC;
    margin-bottom: 25px;
}

.article-inner .entry-content.single-page {
    border-bottom: 1px solid #CBCBCB;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.entry-content.single-page .share .list_isocal {
    display: flex;
    /* display: none; */
    align-items: center;
    justify-content: flex-end;
}

.entry-content.single-page .share .list_isocal .item {
    margin-right: 10px;
}

.entry-content.single-page .share .list_isocal .item i {
    color: var(--mainColor);
}

.entry-content.single-page .share .list_isocal .item span {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    color: #555555;
    margin-left: 8px;
}

.entry-content.single-page .share .list_isocal .item.dowload a {
    border-right: 1px solid #8A8C8E;
    padding-right: 10px;
}

.wapper_album_archive {
    margin-top: 30px;
    border-bottom: 2px solid var(--mainColor);

}

.list-item-news{
    padding-top: 10px;
}

.list-item-news.center-news .box-image img {
    height: 500px;
}

.list-album-main .item-album .box-image .image-box-item img {
    width: 100%;
    height: 222px;
    object-fit: cover;
}

.list-album-main {
    margin-top: 40px;
}

.list-album-main .col {
    margin-bottom: 20px;
}

.list-item-news.center-news .button-control {
    display: none !important;
}

.list-video-main .image-box-item {
    position: relative;
}

.list-video-main .image-box-item img {
    width: 100%;
    height: 222px;
    object-fit: cover;
}

.list-video-main .image-box-item img.icon-play {
    height: 48px;
    width: 48px;
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.list-video-main .item-album {
    margin-bottom: 25px;
}

.youtube {
    position: relative;
    
    padding-bottom: 60.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.youtube2{
	position: relative;
    
    padding-bottom: 40.25%;
    padding-top: 14px;
    height: 0;
    overflow: hidden;
}

.youtube iframe,
.youtube object,
.youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.youtube .jwplayer.youtube-content-item {
    width: 100% !important;
    height: 720px !important;
}
.list-item-video{
    padding:0 12px;
    height: 600px;
    margin-bottom: 50px;
}
.list-item-video .info-video{
    background: #0066BC;
}
.list-item-video .info-video .title-video{
    font-weight: 500;
    font-size: 30px;
    line-height: 49px;
    color: var(--textLightColor);
    padding:0 10px;
    margin-top: 25px;
    margin-bottom: 20px;
}
.list-item-video .info-video .date-video-post{
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
    color: #EDEDED;
    margin-bottom: 20px;
    padding:0 10px;
}
.list-item-video .info-video  .like-isocal{
    padding:0 10px;
}
.list-video-main{
    padding-top: 10px;
}
.item-read-more-video .list-read-more-main .box-image img{
    width: 100%;
    height: 222px;
    object-fit: cover;
}
.item-read-more-video .list-read-more-main .text-box-item .time-line{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    color: #3777BC;
    margin-top: 10px;
}
.item-read-more-video .list-read-more-main .text-box-item .time-line i{
    color: #000;
    font-size: 10px;
    position: relative;
    top: -1px;
    margin-right: 8px;
}
.item-read-more-video .list-read-more-main .text-box-item .title-box-video{
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    height: 40px;
    font-weight: 600;
    margin-top: 8px;
    font-family: Roboto;
}
.main-video-block .share .list_isocal{
    margin-top: 20px;
}
.main-video-block .youtube{
    /* padding-bottom: 54%; */
}
.main-video-block .list-read-more-main .col{
    margin-bottom: 30px;
}
.main-video-block  .article-inner .entry-header .title_post{
    font-size: 36px;
    line-height: 49px;
    color: #181818;
}
.filter-video .group_filter{
    display: flex;
    align-items: center;
    background: #EDEDED;
    height: 82px;
    padding: 0 15px;
    margin-bottom: 25px;
    border-bottom: 2px solid var(--mainColor);
}
.filter-video .group_filter .text-input{
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    margin-right: 65px;
}
.filter-video .group_filter .text-input input[type="text"]{
    border:none;
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 16px;
    color: #181818;
    width: 440px;
}
.filter-video .group_filter .text-input input[type="text"]::placeholder{
    font-size: 14px;
    line-height: 16px;
    color: #8A8C8E;
}
.filter-video .group_filter .text-input input[type="text"]:active, .filter-video .group_filter .text-input input[type="text"]:focus{
    outline: none;
}
.filter-video .group_filter .text-input .search{
    height: 40px;
    width: 40px;
    position: relative;
    background: #fff;
}
.filter-video .group_filter .text-input .search img{
    width: 31px;
    height: 31px;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    background: #fff;
}
.filter-video .group_filter .filter-cate {
    margin-right: 20px;
}
.filter-video .group_filter .filter-cate label{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #555555;
    margin-right: 15px;
}
.filter-video .group_filter .filter-cate select{
    border: 1px solid #ccc;
    width: 260px;
    height: 40px;
    padding:0 15px;
    font-size: 14px;
    line-height: 16px;
    color: #8A8C8E;
    outline: none !important;
}
.filter-video .group_filter .button-search input[type="button"]{
    height: 40px;
    width: 220px;
    background: var(--mainColor);
    border: none;
    color: #fff;
    font-size: 16px;
}
/* ====== Em Thế ======  */
/* parth  */
#homePage::after {
    content: " / ";
}
.parth a {
    font-size: 14px;
    line-height: 20px;
    color: #555555;
}
.parth a:last-child {
    color: #0066BC;
}
.parth .parth-inner {
    margin: 10px 0;
}
.parth .section-bg {
    background: var(--backgroundGray);
}
/* contact information  */
.contact-information.section {
    padding: 30px 0 50px 0;
}
.contact-information .title-line-page h2{
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #0066BC;
}
.contact-information .title-line-page .text-title {
    position: relative;
}
.contact-information .title-line-page .text-title::after{
    content:" ";
    bottom: -8px;
    left: 13px;
    position: absolute;
    width: calc(100% - 25px);
    height: 2px;
    background-color: var(--mainColor);
}
#checked-lan{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(../images/arrow_down_select.svg);
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: 6px;
    padding-right: 25px;
    background-size: 10px;
}
.section-google {
    padding: 20px 0;
}
.google-maps .google-maps-item {
    width: 100%;
}
.google-maps-item > iframe {
    width: 100%;
    height: 390px;
}
.forms-group-contact .form-control {
    border-radius: 0;
    border: 1px solid #C1C7CD;
}
.forms-group-contact .col-6 input{
    margin-bottom: 20px;
    line-height: 45px;
    height: 45px;
}
.forms-group-contact .col-6:nth-child(2n+1) {
    padding-right: 9px;
}
.forms-group-contact .col-6:nth-child(2n+2) {
    padding-left: 9px;
}
.forms-group-contact .form-content {
    margin-top: -10px;
}
.forms-group-contact .form-content textarea {
    height: 200px;
}
.forms-group-contact .col-6 input::-webkit-input-placeholder { /* Edge */
    color: #8A8C8E;
    font-size: 14px;
    line-height: 16px;
}

.forms-group-contact .col-6 input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #8A8C8E;
    font-size: 14px;
    line-height: 16px;
}

.forms-group-contact .col-6 input::placeholder {
    color: #8A8C8E;
    font-size: 14px;
    line-height: 16px;
}
.forms-group-contact .btn-submit {
    margin-top: 20px;
    height: 40px;
}
.forms-group-contact .btn-submit button {
    display: block;
    background: #3777BC;
    border-radius: 3px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}
.contact-infomation-item {
    margin-top: 20px;
}
.contact-infomation-item > h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #0066BC;
}
.list-contact-info > ul {
    list-style: none;
    display: flex;
    margin-bottom: 12px;
}
.list-contact-info > ul > li {
    line-height: 24px;
    margin-right: 12px;
}
.list-contact-info > ul > li a {
    color: #555555;
    font-size: 16px;
    font-size: 15px;
}
.list-contact-info > ul > li img {
    width: 18px;
    height: 18px;
}
/* detail album img  */

.body-album-img .album-img-section .detail-album-img-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 49px;
    margin-bottom: 15px;
    color: var(--textDarkSecondColor);
}
.body-album-img .album-img-section .detail-album-img-date-created {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    color: var(--mainColor);
}
.body-album-img .album-img-section .detail-album-img-description {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 35px;
    color: var(--desciptionTextColor);
}
.detail-album-img-item + .detail-album-img-item {
    margin-top: 35px;
}
.body-album-img .album-img-section .detail-album-img-item img {
    width: 100%;
    margin-bottom: 10px;
}
.body-album-img .album-img-section .detail-album-img-item .description-album-img-item,
.body-album-img .album-img-section .detail-album-img-item .cre-album-img-item {
    font-size: 15px;
    line-height: 26px;
    color: var(--desciptionTextColor);
}
.all-album-other {
    margin-top: 80px;
}
.all-album-other .section-content .row.item-album-main .col {
    margin-bottom: 36px;
}
/* Css Menu news */
.mega-menu > .sub-menu{
    width: 1140px;
  min-height: 510px;
  position: absolute;
  /* top: 80px; */
  right: 0;
  margin-left: 0;
  z-index: 99;
  border-width: 0;
  border-style: solid;
  background: rgb(255,255,255);
}
.main_menu> .header-nav-main>.menu-item{
    list-style: none;
}
.main_menu> .header-nav-main>.menu-item:nth-child(2) > .sub-menu > .menu-item{
    width: 33.333%;
}
.main_menu> .header-nav-main>.menu-item:nth-child(2) > .sub-menu > .menu-item > .sub-menu > .menu-item >ul{
    margin-top: 15px;
}
.main_menu> .header-nav-main>.menu-item:nth-child(2) > .sub-menu > .menu-item > .sub-menu > .menu-item >ul >li > a{
    font-weight: bold;
}
.main_menu> .header-nav-main>.menu-item:nth-child(2) > .sub-menu > .menu-item > .sub-menu > .menu-item >ul >li{
    margin-bottom: 15px;
}
.main_menu> .header-nav-main>.menu-item:nth-child(2) > .sub-menu > .menu-item > .sub-menu > .menu-item >ul >li > ul > li > a{
    position: relative;
}
.main_menu> .header-nav-main>.menu-item:nth-child(2) > .sub-menu > .menu-item > .sub-menu > .menu-item >ul >li > ul > li > a::after{
    content: "";
    position: absolute;
    top: 6px;
    left: -15px;
    width: 4px;
    height: 4px;
    background: #11519B;
    border-top: 2px solid #11519B;
    transform: rotate( 45deg);
}
@-moz-document url-prefix() {
  .main_menu> .header-nav-main>.menu-item:nth-child(2) > .sub-menu > .menu-item > .sub-menu > .menu-item >ul >li > ul > li > a::after{
    top: 30px;
  }
}
.main_menu> .header-nav-main>.menu-item:nth-child(2) > .sub-menu > .menu-item > .sub-menu > .menu-item >ul li a{
    font-size: 14px;
    line-height: 30px;
    color: #454856;
    text-transform: unset;
    font-family: Roboto;
}
.main_menu> .header-nav-main>.menu-item:nth-child(2) > .sub-menu > .menu-item > .sub-menu > .menu-item >ul li a:hover{
    color: #019EE1;
}
.header-nav>li {
    margin: 0 17px;
}
.header-nav>li:first-child {
    margin-left: 0 !important;
}
/* .main_menu> .header-nav-main>.menu-item:last-child{
    margin-right: 0 !important;
    width: 40px;
    position: relative;
    padding-bottom: 4px;
    margin-left: 5px;
} */
.main_menu> .header-nav-main>.menu-item>a{
    font-size: 14.5px;
  line-height: 36px;
  color: #555555;
  text-transform: uppercase;
  padding: 15px 0;
  position: relative;
  font-family: 'Roboto';
}
.main_menu> .header-nav-main>.menu-item>a>i{
    left: 3px;
    top: -2px;
    position: relative;
}
.header-nav-main>.menu-item:hover>a:not(.icon-seach)::before{
    content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0px;
  background: #4285f4;
}
.nav-dropdown-search{
    position: absolute;
  top: 50px;
  right: 0px;
  display: none;
}
.nav-dropdown-search.active{
    display: block;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.search-item>.icon-seach{
  position: relative !important;
  /* left: 50%; */
  /* top: 50%; */
  /* transform: translate(-50%,-50%); */
}
.nav-dropdown-search>li.header-search-form{
    list-style: none;
}
.searchform-wrapper .searchform>.flex-row{
    display: flex;
}
#woocommerce-product-search-field-0:active,#woocommerce-product-search-field-0:focus{
    border: unset !important;
}
#woocommerce-product-search-field-0{
    padding-left: 15px;
    min-height: 30px;
    border: unset !important;
    font-size: 13px;
    outline: none;
    background-color: rgb(182, 182, 182);
}
#woocommerce-product-search-field-0::placeholder{
    font-size: 13px;    
    color: #333;
}
.nav-dropdown-search .searchform-wrapper .submit-button{
    height: 43px;
  border: none;
  padding: 0 12px;
}
.mega-menu > .sub-menu> .menu-item > .sub-menu > .menu-item.lead>a{
    font-size: 14px;
    line-height: 24px;
    color: #454856;
    text-transform: uppercase;
    position: relative;
}
.mega-menu > .sub-menu> .menu-item > .sub-menu > .menu-item.lead>a::before{
    content: "";
    position: absolute;
    height: 2px;
    width: 60px;
    background: #4285f4;
    bottom: -6px;
    left: 0;
}
.mega-menu > .sub-menu> .menu-item > .sub-menu > .menu-item.lead{
    margin-top: 5px;
    margin-bottom: 12px;
}
.mega-menu > .sub-menu{
    position: absolute;
    padding: 40px 75px;
    background: #ffffff;
    background-size: cover;
    padding-top: 30px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    display: none;
    font-family: Roboto;
}

.mega-menu > .sub-menu.active{
    display: flex;
    flex-wrap: wrap;
    -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.4s;
  transform-origin:  left top;
}
@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0);opacity: 0;} 
  to {transform: scale(1);opacity: 1;}
}
.mega-menu > .sub-menu> .menu-item{
    width: 33.333%;
    padding: 0 15px;
}
.mega-menu > .sub-menu> .menu-item > .sub-menu > .menu-item{
    list-style: none;
}
.mega-menu > .sub-menu> .menu-item > .sub-menu > .menu-item>a{
    font-size: 14px;
    line-height: 30px;
    color: #454856;
    text-transform: unset;
}
.mega-menu > .sub-menu> .menu-item > .sub-menu > .menu-item:not(.lead)>a{
    height: 30px;
    display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mega-menu > .sub-menu> .menu-item > .sub-menu > .menu-item:not(.lead)>a:hover{
    color:#019EE1 ;
}
.main_menu > .header-nav-main > li.has-children{
    position: relative;
}
.main_menu > .header-nav-main > li.has-children > .nav-dropdown{
    position: absolute;
    left: 0;
    top: 42px;
    min-width: 260px;
  background: #f1f1f1f1;
  display: none;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.main_menu > .header-nav-main > li.has-children > .nav-dropdown>li.menu-item{
    list-style: none;
    padding: 0px 15px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.main_menu > .header-nav-main > li.has-children > .nav-dropdown>li.menu-item>ul{
    position: absolute;
    width: 100%;
    top: 0;
    left: -100%;
    background: #f1f1f1f1;
    display: none;
}
.main_menu > .header-nav-main > li.has-children > .nav-dropdown>li.menu-item:hover>ul{
    display: block;
    max-width: 235px;
    left: -235px;
}
.main_menu > .header-nav-main > li.has-children > .nav-dropdown>li.menu-item>ul>li{
    list-style: none;
    padding: 0px 15px;
    border-bottom: 1px solid #ccc;
}
.main_menu > .header-nav-main > li.has-children > .nav-dropdown>li.menu-item>ul>li>a{
    color: #454856;
    display: block;
    font-family: 'Roboto';
    line-height: 1.3em;
    padding: 8px 0;
}
.main_menu > .header-nav-main > li.has-children > .nav-dropdown>li.menu-item>ul>li:hover{
    background: #019EE1;
}
.main_menu > .header-nav-main > li.has-children > .nav-dropdown>li.menu-item>ul>li:hover>a{
    color: #fff;
}
.main_menu > .header-nav-main > li.has-children > .nav-dropdown>li.menu-item:hover{
    background: var(--mainColor);
}
.main_menu > .header-nav-main > li.has-children > .nav-dropdown>li.menu-item:hover>a{
    color: #fff;
}
.main_menu > .header-nav-main > li.has-children > .nav-dropdown>li.menu-item>a{
    font-size: 14px;
    line-height: 1.3em;
    color: #454856;
    font-weight: 400;
    display: block;
    font-family: Roboto;
    text-transform: inherit;
}
.main_menu > .header-nav-main > li.has-children > .nav-dropdown.active{
    display: block;
    -webkit-animation: animatebonce 0.3s;
  animation: animatebonce 0.3s
}
@keyframes animatebonce {
    from {
        top: 70px;
        opacity: 0;
    }
    to {
        top: 45px;
        opacity: 1;
    }
}
.top_menu .nav-menu-contact > .menu-item{
    list-style: none;
}
.top_menu .nav-menu-contact, .main_menu> .header-nav-main{
    margin: 0;
    position: relative;
}
.top_menu .nav-menu-contact{
    margin-bottom: 10px;
}
.top_menu .nav-menu-contact > .menu-item>a{
    font-size: 13px;
    letter-spacing: 0px;
    color: #ffffff;
    border-right: 1px solid #fff;
    padding: 0 12px;
    font-family: 'Roboto';
}
.section-intro{
    padding: 0 !important;
}
.slider-wrapper-home .flickity-slider{
    margin: 0;  
}
.section-intro{
    position: relative;
    margin-top: -125px;
    z-index: 1;
}
.slider-wrapper-home .flickity-slider>img{
    height: 750px;
    object-fit: cover;
    object-position: top;
}
.main_menu> .header-nav-main .menu-item>a.icon-seach>i{
    font-size: 20px;
    position: relative;
    top: 1px;
}

.main_menu .menu-item.search-item{
    display: block;
}
.menu-item.search-item:focus-within .nav-dropdown-search
{
    display: block;
}
.search-field {
    border-radius: 25px 0 0 25px; /* Bo tròn bên trái */
    padding: 10px 15px;
}

.ux-search-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--mainColor);
    color: #fff;
    border: none;
    border-radius: 0 25px 25px 0; /* Bo tròn bên phải */
    width: 45px;
    height: 45px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, transform 0.2s;
}

/* .ux-search-submit:hover { */
    /* background-color: var(--mainColor); */
    /* transform: scale(1.1); */
/* } */

.ux-search-submit i {
    font-size: 18px;
    line-height: 1;
}
.nav-dropdown-search {
    display: none;
    z-index: 10;
}
.wapper-breadcumb > a > span{
    margin-left: 10px;
}
.wapper-breadcumb #dnn_dnnBreadcrumb_lblBreadCrumb a > span{
    margin-left: 4px;
}
.pagination.custom-pagination.post-v2 {
    margin-top: 10px;
}
.leislation-archive .pagination.custom-pagination {
	margin: 0;
	padding-bottom: 0;
}
.pagination.custom-pagination {
	display: flex;
	justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pagination.custom-pagination li:first-child, 
.pagination.custom-pagination li:last-child {
	display: none;
}

.pagination>.active>a {
	background-color: #009FE1 !important;
	border-color: #009FE1 !important;
    color: #fff !important;
}
.block-slider-media, .slider-news-center{
    position: relative;
}
.main_single_gallery.wapper_videos .thumbnail_video_large img{
    height: auto;
    object-fit: cover;
    width: 100%;
    margin-bottom: 15px;
}
.custom-gallery-image{
    margin-bottom: 30px;
}
.thumbnail_video_large a{
    color: #555555;
}
.thumbnail_video_large a span{
   font-weight: 400;
    font-size: 15px;
    line-height: 26px;
}
.body-album-img .section-content > .row{
    max-width: 844px;
    margin: 0 auto;
    margin-top: 30px;
}
.list-cate-box .text-name-box > a{
    font-weight: 700;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    color: #2E4398;
}
.wapper_search_leislation .top_form>div.key_search>input[type="text"], .wapper_search_video .top_form>div.key_search>input[type="text"]{
    width: 100%;
  display: block;
  width: 100%;
  height: 45px;
  padding: .375rem .75rem;
  font-size: 15px;
    line-height: 36px;
    color: #454856;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}
.top_form .form-control{
    height: 45px;
}
.top_form .form-control,.top_form .form-control option{
    font-size: 15px;
    line-height: 36px;
    color: #454856;
    appearance: none;
    background-image: url(../images/caret-down.png);
    background-repeat: no-repeat;
    background-position: 90% center;
}
.wapper_search_leislation .top_form>div.key_search>input[type="text"]::placeholder, .wapper_search_video .top_form>div.key_search>input[type="text"]::placeholder{
    font-size: 15px;
    line-height: 36px;
    color: #454856;
}
.wapper_search_leislation .top_form>div.key_search>input[type="text"]:active,.wapper_search_leislation .top_form>div.key_search>input[type="text"]:focus,
.wapper_search_video .top_form>div.key_search>input[type="text"]:active,.wapper_search_video .top_form>div.key_search>input[type="text"]:focus{
    border: 1px solid #ced4da !important;
}
.wapper_search_leislation .bot_form{
    display: flex;
    align-items: center;
}
.wapper_search_leislation .bot_form .form-check .form-check-label{
    font-size: 14px;
    line-height: 36px;
    color: #454856;
}

.bot_form .form-check-label{
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.bot_form .form-check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 10px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 1px solid #333;
}

/* On mouse-over, add a grey background color */
.bot_form .form-check-label:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.bot_form .form-check-label input:checked ~ .checkmark {
  background-color: #676767;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.bot_form .form-check-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.bot_form .form-check-label .checkmark:after {
  left: 4px;
  top: 0px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.buton_search_leislation .btn{
    width: 216px;
    height: 45px;
    border-radius: 5px;
    background-color: #3777bc;
    border: 0px solid #000000;
	font-size: 16px;
}
.wapper_leislation_list.main-document,.wapper_videos {
    margin-top: 30px;
}
.wapper_leislation_list.main-document .box_item_vb .title_vb > a{
    color: #019fe2;
}
.leislation-archive .pagination.custom-pagination{
    margin-top: 0;
    padding-bottom: 40px;
}
.leislation-title{
    font-size: 25px;
    line-height: 36px;
    color: #454856;
    margin-bottom: 40px;
}
.content-editor span,.content-editor strong,.noi_dung_editor .text_nde, .noi_dung_editor .lead{
    display: block;
    font-size: 14px;
  line-height: 24px;
  color: #454856;
}
.content-editor .flex_span>img{
    width: auto;
    margin-right: 10px;
}
.content-editor strong,.noi_dung_editor .lead{
    font-size: 16px;
}
.content-editor td,.content-editor tr{
    padding-bottom: 40px;
}
.content-editor .flex_span a{
    font-size: 14px;
  line-height: 24px;
  color: #454856;
}
.single-other-document .slick-slide{
    margin: 0;
}
.title_block_other_document{
    margin-top: 50px;
}
.title_block_other_document>h2{
    font-size: 18px;
    line-height: 40px;
    color: #454856;
}
.wapper_sidebar_leislation{
    padding: 35px 25px;
    background: #EFEFEF;
    border-radius: 7px;
}
.title_widget_leislation{
    font-size: 20px;
    line-height: 32px;
    color: #0f3240;
    margin-bottom: 15px;
}
.wapper_search_leislation .top_form, .wapper_search_video .top_form{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}
.wapper_search_leislation .top_form>div.key_search {
    padding-right: 12.5px;
}
.wapper_search_leislation .top_form>div {
    width: 25%;
}
.wapper_search_leislation .top_form>div.co_quan {
    padding-right: 12.5px;
    padding-left: 12.5px;
}
.wapper_search_leislation .top_form>div.lv_van_ban {
    padding-right: 12.5px;
    padding-left: 12.5px;
}
.wapper_search_leislation .top_form>div.type_document {
    padding-left: 12.5px;
}
.wapper_search_leislation{
    filter: drop-shadow(0.313px 1.975px 17.5px rgba(0,0,0,0.09));
    padding: 25px;
    background: #f1f1f1;
    border-radius: 5px;
    margin-top: 30px;
}
.main-document .box_item_vb {
    padding: 32px 45px 26px 37px;
    background: #f1f1f1;
    border-radius: 5px;
    filter: drop-shadow(0 0 8px rgba(0,0,0,0.05));
    border: 0px solid #d4d4d4;
	height: 184px
}
.main-document .box_item_vb .title_vb {
    margin-bottom: 12px;
}
.wapper_leislation_list.main-document .box_item_vb .title_vb > a {
    font-size: 15px;
    color: #019EE1;
    height: 20px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main-document .box_item_vb .block_info {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.main-document .box_item_vb .block_info .date {
    width: 50%;
    font-size: 12px;
    line-height: 20px;
    color: #454856;
    text-align: left;
}
.main-document .box_item_vb .block_info .download {
    width: 50%;
    position: relative;
    padding-left: 30px;
}
.archive-anpham .box-anPham .wapper_detail .download::before, .wapper_leislation_list.main-document .box_item_vb .block_info .download::before {
    background: url(../images/download_xanh.png) no-repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 16px;
}
.download2ct{
	width: 50%;
    position: relative;
    padding-left: 30px;
}
.download2ct::before {
    background: url(../images/download_xanh.png) no-repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 16px;
}
.main-document .box_item_vb .block_info .download>a {
    font-size: 12px;
    line-height: 20px;
    color: #454856;
    position: relative;
    top: -3px;
}
.main-document .box_item_vb .block_info .download::after {
    content: "";
    width: 1px;
    height: 16px;
    background-color: #454856;
    left: -30px;
    top: 8px;
    position: absolute;
}
.description_vb {
    font-size: 13px;
    line-height: 20px;
    color: #454856;
    text-align: justify;
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wapper_leislation_list > .col{
    margin-bottom: 15px;
}
.wapper-breadcumb{
    font-size: 14px;
}
.wapper-breadcumb > a{
    color: #555555;
}
.leislation-single > .row.align-center{
    margin-top: 20px;
}
.title_widget_leislation {
    font-size: 20px;
    line-height: 32px;
    color: #0f3240;
    margin-bottom: 15px;
}
.wapper_sidebar_leislation .top_form>div {
    margin-bottom: 10px;
}
.key_search>input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    font-size: 15px;
    line-height: 36px;
    color: #454856;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.wapper_sidebar_leislation .top_form input, .wapper_sidebar_leislation .top_form select {
    height: 45px;
    border: none;
    border-radius: 5px;
}
.bot_form .form-check.form-check-inline{
    display: flex;
    align-items: center;
    padding: 0;
}
.wapper_sidebar_leislation .bot_form .label_radio{
    margin-right: 15px;
}
.wapper_sidebar_leislation .bot_form .form-check-label .checkmark{
    top: 5px;
}
.wapper_sidebar_leislation .bot_form{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.wapper_sidebar_leislation .bot_form .buton_search_leislation{
    width: 100%;
    margin-top: 15px;
}
.wapper_sidebar_leislation .bot_form .form-check-inline{
    margin: 0;
}
.wapper_sidebar_leislation .bot_form .form-check-inline:first-child{
    margin-right: 15px;
}
.main-document .box_item_vb .title_vb > a {
    font-size: 15px;
    color: #019EE1;
    height: 20px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main-document.single-other-document >.col{
    margin-bottom: 20px;
}
.main-document .box_item_vb .block_info .download::before {
    content: "";
    position: absolute;
    /* top: 0; */
	top: 8px;
    left: 0;
    width: 22px;
    height: 16px;
    background: url('../images/download_xanh.png') no-repeat;
}
.title_block_other_document>h2 {
    font-size: 20px;
    line-height: 40px;
    color: #454856;
    font-weight: bold;
    margin-bottom: 30px;
}
.section-content .hidden{
    display: none;
}
.search-page-new #post-list{
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
}
.search-page-new #post-list .post{ 
    width: calc(33.3333% - 20px);
    margin-right: 20px;
    margin-bottom: 30px;
}
.search-page-new #post-list .post img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.search-page-new #post-list .post .entry-content .entry-summary{
    padding: 0;
}
.search-page-new #post-list .post .entry-content .entry-summary .title_name_post >a{
    width: 100%;
    color: #555555;
    font-size: 20px;
    line-height: 25px;
    height: 50px;
    margin-bottom: 8px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
}
.search-page-new #post-list .post .entry-content .entry-summary p{
    color: #555555;
    font-size: 14px;
    line-height: 17px;
    height: 68px;
    margin-bottom: 8px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    text-align: justify;
}
.search-page-new #post-list .post .entry-content .entry-summary .date_status {
    color: #a0a0a0;
    font-size: 12px;
}
.single-page img{
    max-width: 100%;
    height: auto;
}
.banner-dcc {
    background: url(../images/banner-dcc.png) no-repeat;
    background-size: cover;
    min-height: 480px;
    align-items: flex-start;
    padding: 60px 0;
}
.title-page-dcc {
    max-width: 785px;
    margin-bottom: 25px;
}

    .title-page-dcc > h2 {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 35px;
        line-height: 38px;
        text-align: justify;
        color: #FFFFFF;
    }

    .title-page-dcc > .subtitle {
        text-align: center;
        color: #D1DF85;
        font-size: 20px;
        line-height: 38px;
        font-weight: 500;
    }
.content-banner-dcc {
    max-width: 770px;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.btn-page-dcc {
    display: block;
    width: 100px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D1DF85;
    border-radius: 3px 3px 0px 0px;
}

    .btn-page-dcc > a {
        font-weight: 400;
        font-size: 14px;
        text-align: center;
        color: #181818;
        width: 100%;
        line-height: 32px;
    }
.action-dcc {
    padding: 60px 0;
}

    .action-dcc .block-head {
        display: flex;
    }

        .action-dcc .block-head .title-left {
            flex: 1;
            font-weight: 700;
            font-size: 36px;
            line-height: 1.3em;
            color: #0066BC;
            margin-right: 15px;
        }
.search-block {
    display: flex;
    width: 50%;
}

    .search-block #type {
        font-size: 14px;
        line-height: 25px;
        color: #454856;
        font-weight: 300;
        min-height: 35px;
        padding: 0 20px;
        margin-right: 10px;
        height: 40px;
    }

    .search-block #year {
        font-size: 14px;
        line-height: 25px;
        color: #454856;
        font-weight: 300;
        min-height: 35px;
        padding: 0 20px;
        margin-right: 10px;
        height: 40px;
    }
.action-dcc .block-head .btn-search {
    width: 44px;
    height: 40px;
    position: relative;
    background: #0066BC;
    cursor: pointer;
}

    .action-dcc .block-head .btn-search .icon-searh {
        width: 26px;
        height: 26px;
        background: url(../images/search-dcc.png) no-repeat;
        background-size: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
.main-action-ndc {
    margin-top: 25px;
    margin-bottom: 40px;
}

    .main-action-ndc > .table > thead > tr {
        background: #3777BC;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 400;
    }

        .main-action-ndc > .table > thead > tr > th {
            padding: 14px 0.5rem;
        }

    .main-action-ndc > .table > tbody > tr > th {
        padding-left: 20px;
    }

    .main-action-ndc > .table > tbody {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #555555;
    }

        .main-action-ndc > .table > tbody .field-download {
            position: relative;
        }

            .main-action-ndc > .table > tbody .field-download > .download {
                display: block;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%);
                width: 24px;
                height: 24px;
                background: url(../images/download.png) no-repeat;
                background-size: 100% 100%;
            }

        .main-action-ndc > .table > tbody > tr {
            height: 70px;
        }

            .main-action-ndc > .table > tbody > tr > th, .main-action-ndc > .table > tbody > tr > td {
                vertical-align: middle;
            }

            .main-action-ndc > .table > tbody > tr:nth-child(odd) {
                background: #D7E4F1;
            }
.pagging-page .pagination {
    margin: 0 auto;
    width: max-content;
}

.main_menu .header-nav-main > .menu-item {
    padding: 15px 0;
}

.has-children.menu-item > .nav-dropdown {
    top: 54px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px;
    width: 170px;
}

    .has-children.menu-item > .nav-dropdown > li {
        background: #EDEDED;
        border-bottom: 1px solid #CBCBCB;
    }

        .has-children.menu-item > .nav-dropdown > li > .nav-dropdown > li {
            background: #FFFFFF;
        }

.ListBanner__New{
    display: flex;
    align-items: center;
    /* gap: 3.5rem; */
    list-style: none;
    margin: 0;
    padding: 0;
}
.ListBanner__New-1{
    display: flex;
    align-items: center;
    /* gap: 10px; */
    list-style: none;
    margin: 0;
    padding: 0;
    /* padding-left: 50px; */
}
.ListBanner__New-1 li,
.ListBanner__New li{
    display: inline-block;
}
.ListBanner__New li{
    text-align: center;
}
/* .ListBanner__New-1 li a img,
.ListBanner__New li a img{
    width: 100%;
    max-width: 100px;
    /* height: auto;
    height: 100%;
    left: 50%;
    top: 50%;
} */
.ListBanner__New li a img,
.ListBanner__New-1 li a img {
    display: block; /* Đảm bảo hình ảnh không có khoảng trống thừa */
    max-width: 97px; /* Chiều rộng tối đa */
    max-height: 70px; /* Chiều cao tối đa */
    margin: auto; /* Căn giữa hình ảnh */
    object-fit: contain; /* Giữ nguyên tỷ lệ hình ảnh */
}

.divLogo__so1{
    border-right: 1px solid #cbcbcb;
}

/*Phần css của tab tin tức*/
.tabs {
    border-bottom: 3px solid #3777BC;
}

.tablink {
    background-color: #f1f1f1;
    color: black;
    padding: 10px 16px;
    margin-bottom: 10px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-right: 2px;
    width: 100%;
    height: 85px;
}

.tablink:hover {
    background-color: #ddd;
}

.tablink.active {
    background-color: #0066BC;
    color: white;
}

.tabcontent {
    display: none;
    padding: 12px;
}

.solieucongbo-title{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #555555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 15px;
}
/*Kết thúc phần css tab tin tức*/

.img__Tab__SLCB{
    height: 236px;
}

/* CSS cho class active */
.item.active {
    background-color: #0066BC; /* Đổi màu nền thành xanh dương */
}

.item.active a {
    color: #FFFFFF; /* Đổi màu chữ thành trắng */
}

.swal2-content iframe{
    width: 100%;
    height: 400px;
}

.lnl__moi {
    height: 300px; /* Giới hạn chiều cao */
    overflow: hidden; /* Ẩn nội dung tràn */
}
.moidaden{
    gap: 3.2rem;
}

main .section-home-1 .content .swiper .swiper-wrapper .swiper-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 353px;
}
@media only screen and (max-width: 1199px) {
  main .section-home-1 .content .swiper .swiper-wrapper .swiper-slide {
    height: 35rem;
  }
}
main .section-home-1 .content .swiper .swiper-wrapper .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(0deg, rgba(8, 45, 175, 0.6) 0%, rgba(30, 63, 180, 0) 97.81%);
  z-index: 1; */
}
main .section-home-1 .content .swiper .swiper-wrapper .swiper-slide .item {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 5.62rem;
  transform: translateX(-50%);
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  main .section-home-1 .content .swiper .swiper-wrapper .swiper-slide .item {
    width: 80%;
    top: 50%;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 767px) {
  main .section-home-1 .content .swiper .swiper-wrapper .swiper-slide .item {
    width: 90%;
  }
}
main .section-home-1 .content .swiper .swiper-wrapper .swiper-slide .item h2 {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 800;
  color: #fff;
  margin: 0 auto 1.25rem;
}
@media only screen and (max-width: 1199px) {
  main .section-home-1 .content .swiper .swiper-wrapper .swiper-slide .item h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  main .section-home-1 .content .swiper .swiper-wrapper .swiper-slide .item h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
main .section-home-1 .content .swiper .swiper-wrapper .swiper-slide .item p {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  line-height: 1.695rem;
  font-weight: 400;
  color: #fff;
  margin: 0 auto;
}
main .section-home-1 .content .swiper .swiper-wrapper .swiper-slide .item a {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  line-height: normal;
  font-weight: 400;
  color: #fff;
  text-decoration: underline;
}
main .section-home-1 .content .swiper .swiper-wrapper .swiper-slide .item .bnt-ideal {
  width: 10.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #fff;
  border: 0;
  background: var(--gradient);
  border-radius: 0.625rem;
  margin: 1.87rem auto 0;
  text-decoration: none;
}
main .section-home-1 .content .swiper .swiper-wrapper .swiper-slide .item .bnt-ideal:hover {
  background: var(--blue);
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;

  clear: unset !important;
  margin: unset !important;
  max-width: unset !important;
  list-style: unset !important;
  text-align: unset !important;

}

.item-bc {
  border: 1px solid #ccc;
  padding: 10px 15px;
  border-radius: 6px;
  background: #f2f8ff;
  text-align: left;
}

.item-bc h4 {
  margin: 0;
  color: #181818;
  font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
}

.item-bc p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #666;
}

.pagination {
  margin-top: 20px;
}

.pagination button {
  margin: 0 3px;
  padding: 6px 12px;
  border: none;
  background: #eee;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
}

.pagination button.active {
  background: #007bff;
  color: white;
}

.list-footer li a {
    color: var(--textLightColor);
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
}

.footer-cc {
  background-color: #0056a1;
  color: white;
  font-family: Arial, sans-serif;
  padding-top: 20px;
  /* border-top: 4px solid #007bff; */
}

.footer-content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0 40px 20px;
}

.footer-logo h1 {
  font-size: 48px;
  margin: 0;
  font-weight: bold;
  color: white;
}

.footer-logo p {
  margin-top: -10px;
  font-size: 14px;
  color: #dcdcdc;
}

.footer-info {
  flex: 1 1 40%;
  /* max-width: 545px; */
  font-size: 14px;
  margin-top: 10px;
  width: 100%;
}

.footer-info h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-info p {
  margin: 5px 0;
}

.footer-social {
  margin-top: 10px;
}

.footer-social span {
  margin-right: 10px;
  font-weight: bold;
}

.footer-social a {
  margin-right: 10px;
  display: inline-block;
}

.footer-social img {
  vertical-align: middle;
  width: 40px;
  height: 40px;
}

.footer-links {
  display: flex;
  flex-direction: row;
  gap: 40px;
  font-size: 14px;
  margin-top: 10px;
}

.footer-links a {
  color: white;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-bottom {
  background-color: #004b87;
  text-align: center;
  padding: 10px;
  font-size: 13px;
  color: #ccc;
  border-top: 1px solid #003f73;
}

.footer-title-h4 h4{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.txtFspan{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    margin-bottom: 0.5rem !important;
}
.footer-cc .txtFspan, .footer-cc .footer-social{color:#fff}
.txtLK{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}

.txtLink a{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: justify;
    color: #fff;
    text-decoration: none;
}

.txtLink{
    margin-bottom: 0.5rem !important;
}

.input-timkiemcs{
    width: 309px;
    height: 44px;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #ccc;
}
.input-timkiemcs::placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
}

main .section-intro-1 {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* height: 26.375rem; */
  height: 19.375rem;
}
main .section-intro-1:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.52%, rgba(0, 0, 0, 0.7) 100%); */
  /* background-color: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.52%, rgba(0, 0, 0, 0.7) 100%); */
  z-index: -1;
}
/* main .section-intro-1 .content {
  height: inherit;
} */
main .section-intro-1 .content .title {
  /* display: flex;
  justify-content: center;
  flex-direction: column; */
  height: 100%;
  color: #fff;
  padding: 360px 0 0 0;
}
main .section-intro-1 .content .title h1 {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 44px;
  line-height: 54px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.625rem 0;
}
@media only screen and (max-width: 767px) {
  main .section-intro-1 .content .title h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
main .section-intro-1 .content .title .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.56rem;
}
main .section-intro-1 .content .title .breadcrumb span {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24.41px;
  color: #fff;
  margin: 0;
}
main .section-intro-1 .content .title .breadcrumb span a {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 24.41px;
  color: #fff;
}
.gioithieuspan{
    color: #79D0FF !important;
}
.containerdd {
  display: flex;
  margin: 0 auto;
  overflow: hidden;
}

.image-section {
  flex: 1;
}

.image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-section {
  flex: 1;
  background: #0066BC;
  color: white;
  padding: 30px;
}

.text-section h2 {
	margin-bottom: 20px;
	color: white !important;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-style: Bold;
	font-size: 25px;
	line-height: 37px;
}

.text-section p {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 1.6;
}
.txtgioithieucustom{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
	text-align: justify;
}
.txtgioithieucustom b{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
}

main .section-news-1 {
  /* margin: 3.25rem auto; */
  background-color: #D7E4F1;
  padding-top: 10px;
  padding-bottom: 5px;
}
main .section-news-1 .content .links {
  display: flex;
  align-items: center;
  gap: 0.56rem;
  color: var(--black);
  margin-bottom: 0.56rem;
}
main .section-news-1 .content .links span {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 24.41px;
  font-weight: 600;
  color: #555;
  margin: 0;
}
main .section-news-1 .content .links span a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #555;
}
main .section-news-1 .content .title {
  display: flex;
  align-items: center;
  gap: 1.88rem;
}
main .section-news-1 .content .title h1 {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 44px;
  line-height: 54px;
  font-weight: 800;
  color: #555;
  margin: 0;
}
main .section-news-2 .content .title h1 {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 44px;
  line-height: 54px;
  font-weight: 800;
  color: #555;
  margin: 0;
}
main .section-news-1 .content .title p {
  position: relative;
  flex: 1 0 0;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  line-height: normal;
  font-weight: 500;
  color: #555;
  margin: 0;
  padding-left: 1.88rem;
}
main .section-news-1 .content .title p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #41464b;
  width: 0.0625rem;
  height: 1.6875rem;
}

/* main .section-news-3 {
  margin-bottom: 6.25rem;
} */
main .section-news-3 .content .col-left .content-left .title h1 {
  display: block;
  font-family: 'Roboto', sans-serif;
  color: #41464b;
font-weight: 500;
font-style: Medium;
font-size: 36px;
line-height: 44px;
letter-spacing: 0%;
}
main .section-news-3 .content .col-left .content-left .title .author {
  display: flex;
  align-items: center;
  gap: 0.94rem;
  padding-bottom: 1.5rem;
  margin: 1.5rem auto;
}
main .section-news-3 .content .col-left .content-left .title .author a {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 27.12px;
  font-weight: 700;
  color: var(--blue);
}
main .section-news-3 .content .col-left .content-left .title .author span {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: normal;
  font-weight: 700;
  color: #707070;
  margin: 0;
}
main .section-news-3 .content .col-left .content-left .title .author time {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #3777BC;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
text-align: justify;
}
main .section-news-3 .content .col-left .content-left .content-text {
  padding-bottom: 0.69rem;
  /* border-bottom: 0.0625rem solid #c6c7c8; */
  margin-bottom: 1.8rem;
}
main .section-news-3 .content .col-left .content-left .content-text input[name=readmore] {
  display: none;
}
main .section-news-3 .content .col-left .content-left .content-text input[name=readmore]:checked ~ .full-content {
  max-height: 100%;
  transition: max-height 0.8s ease;
}
main .section-news-3 .content .col-left .content-left .content-text input[name=readmore]:checked ~ .full-content:before {
  opacity: 0;
}
/* main .section-news-3 .content .col-left .content-left .content-text input[name=readmore]:checked ~ .readmore label:before {
  content: attr(data-reset);
} */
main .section-news-3 .content .col-left .content-left .content-text .full-content {
  position: relative;
  /* max-height: 40.625rem; */
  overflow: hidden;
  transition: max-height 0.4s;
}
main .section-news-3 .content .col-left .content-left .content-text .full-content:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  /* background-image: linear-gradient(to top, var(--expandFade), transparent);
  opacity: 1;
  --expandFade: #fff;
  transition: opacity 0.4s, --expandFade 0.8s; */
}
main .section-news-3 .content .col-left .content-left .content-text .full-content strong {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: #1d1d1b;
  margin: 1rem auto;
}
main .section-news-3 .content .col-left .content-left .content-text .full-content p {
  display: block;
  font-family: 'Roboto', sans-serif;
  color: #555;
  margin: 1rem auto;
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 30px;
letter-spacing: 0%;
text-align: justify;
}
main .section-news-3 .content .col-left .content-left .content-text .full-content img {
  border-radius: 0.625rem;
}
main .section-news-3 .content .col-left .content-left .content-text .full-content .picture figure img {
  border-radius: 0.625rem;
}
main .section-news-3 .content .col-left .content-left .content-text .readmore {
  width: 8.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #fff;
  border: 0;
  /* background: var(--gradient); */
  border-radius: 0.625rem;
  margin: 1.87rem auto 0;
  cursor: pointer;
}
main .section-news-3 .content .col-left .content-left .content-text .readmore label {
  cursor: pointer;
}
/* main .section-news-3 .content .col-left .content-left .content-text .readmore label:before {
  content: attr(data-more);
} */
main .section-news-3 .content .col-left .content-left .tag {
  margin-bottom: 2.35rem;
}
main .section-news-3 .content .col-left .content-left .tag h3 {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 800;
  color: #1d1d1b;
  margin: 0 0 1.35rem 0;
}
main .section-news-3 .content .col-left .content-left .tag .list {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
main .section-news-3 .content .col-left .content-left .tag .list .list-tag {
  width: 100%;
  max-width: 30%;
}
main .section-news-3 .content .col-left .content-left .tag .list .list-tag ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.94rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
main .section-news-3 .content .col-left .content-left .tag .list .list-tag ul li {
  padding: 0.62rem;
  border-radius: 0.625rem;
  background: rgba(76, 92, 197, 0.1);
}
main .section-news-3 .content .col-left .content-left .tag .list .list-tag ul li a {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 24.41px;
  font-weight: 700;
  color: var(--blue);
}
main .section-news-3 .content .col-left .content-left .tag .list .social {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
main .section-news-3 .content .col-left .content-left .tag .list .social .list-social ul {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
main .section-news-3 .content .col-left .content-left .tag .list .social .list-social ul li a {
  display: block;
}
main .section-news-3 .content .col-left .content-left .tag .list .social .share {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  line-height: normal;
  font-weight: 700;
  color: #1d1d1b;
  margin: 0;
  padding-left: 0.62rem;
  position: relative;
}
main .section-news-3 .content .col-left .content-left .tag .list .social .share:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.0625rem;
  height: 1.25rem;
  background: #c6c7c8;
}
@media only screen and (max-width: 991px) {
  .secrelate .relate {
    margin-top: 2.5rem;
  }
}
.secrelate .relate h3 {
  display: block;
  font-family: 'Roboto', sans-serif;
  line-height: normal;
  color: #0066BC;
  margin: 0 0 1.35rem 0;
font-weight: 500;
font-style: Medium;
font-size: 24px;
line-height: 20px;
letter-spacing: 0%;

}
@media only screen and (max-width: 991px) {
  .secrelate .relate .list-relate .col-item {
    margin-bottom: 2.5rem;
  }
}
.secrelate .relate .list-relate .col-item .blog .picture {
  display: block;
  width: 100%;
}
.secrelate .relate .list-relate .col-item .blog .picture figure {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 67.399267399%;
  border-radius: 0.62rem;
}
.secrelate .relate .list-relate .col-item .blog .picture figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.62rem;
  width: 100%; 
  height: 100%
}
.secrelate .relate .list-relate .col-item .blog .desc {
  margin-top: 1rem;
}
.secrelate .relate .list-relate .col-item .blog .desc .v-card {
  display: flex;
  align-items: center;
  gap: 0.94rem;
  margin-bottom: 0.5rem;
}
.secrelate .relate .list-relate .col-item .blog .desc .v-card span {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: normal;
  font-weight: 700;
  color: #ffba34;
}
.secrelate .relate .list-relate .col-item .blog .desc .v-card span a {
  display: block;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
}
.secrelate .relate .list-relate .col-item .blog .desc .v-card time {
  position: relative;
  display: block;
  padding-left: 0.94rem;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: normal;
  font-weight: 700;
  color: #707070;
}
.secrelate .relate .list-relate .col-item .blog .desc .v-card time:before {
  content: "";
  width: 0.0625rem;
  height: 0.75rem;
  background: #707070;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.secrelate .relate .list-relate .col-item .blog .desc h4 {
  display: block;
  font-family: 'Roboto', sans-serif;
  color: #555555;
  margin: 0;
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 20px;
letter-spacing: 0%;

}
.secrelate .relate .list-relate .col-item .blog .desc h4 a {
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.secrelate .relate .list-relate .col-item .blog .desc h4:hover {
  color: var(--blue);
}
main .section-news-3 .content .col-right .category {
  padding: 1.25rem 2.12rem 1.25rem 1.69rem;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 1.88rem;
}
main .section-news-3 .content .col-right .category h3 {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  color: #41464b;
  margin: 0 0 0.63rem 0;
}
main .section-news-3 .content .col-right .category ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.94rem;
}
main .section-news-3 .content .col-right .category ul li {
  padding: 0.625rem;
  border-radius: 0.625rem;
  background: rgba(76, 92, 197, 0.1);
}
main .section-news-3 .content .col-right .category ul li a {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24.41px;
  color: var(--blue);
}
main .section-news-3 .content .col-right .category ul li.current {
  background: var(--blue);
}
main .section-news-3 .content .col-right .category ul li.current a {
  color: #fff;
}
main .section-news-3 .content .col-right .recent {
  margin-left: 1.69rem;
}
@media only screen and (max-width: 767px) {
  main .section-news-3 .content .col-right .recent {
    margin: 0 auto;
  }
}
main .section-news-3 .content .col-right .recent h3 {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 800;
  color: #41464b;
  margin: 0 0 0.94rem 0;
}
main .section-news-3 .content .col-right .recent .list-recent .blog {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 1199px) {
  main .section-news-3 .content .col-right .recent .list-recent .blog {
    display: block;
  }
}
main .section-news-3 .content .col-right .recent .list-recent .blog .picture {
  display: block;
  width: 8.55225rem;
}
@media only screen and (max-width: 1199px) {
  main .section-news-3 .content .col-right .recent .list-recent .blog .picture {
    width: 100%;
    margin-bottom: 1rem;
  }
}
main .section-news-3 .content .col-right .recent .list-recent .blog .picture figure {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 62.319126545%;
  border-radius: 0.20656rem;
}
main .section-news-3 .content .col-right .recent .list-recent .blog .picture figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.20656rem;
}
main .section-news-3 .content .col-right .recent .list-recent .blog .desc {
  flex: 1 0 0;
}
main .section-news-3 .content .col-right .recent .list-recent .blog .desc .v-card {
  display: flex;
  align-items: center;
  gap: 0.94rem;
  margin-bottom: 0.5rem;
}
main .section-news-3 .content .col-right .recent .list-recent .blog .desc .v-card span {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 21.7px;
  font-weight: 700;
  color: #ffba34;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  width: 5rem;
}
main .section-news-3 .content .col-right .recent .list-recent .blog .desc .v-card span a {
  display: block;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
}
main .section-news-3 .content .col-right .recent .list-recent .blog .desc .v-card time {
  position: relative;
  display: block;
  padding-left: 0.94rem;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 21.7px;
  font-weight: 700;
  color: #707070;
}
main .section-news-3 .content .col-right .recent .list-recent .blog .desc .v-card time:before {
  content: "";
  width: 0.0625rem;
  height: 0.75rem;
  background: #707070;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
main .section-news-3 .content .col-right .recent .list-recent .blog .desc h4 {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24.41px;
  color: #1d1d1b;
  margin: 0;
}
main .section-news-3 .content .col-right .recent .list-recent .blog .desc h4 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
main .section-news-3 .content .col-right .recent .list-recent .blog .desc h4:hover {
  color: var(--blue);
}
.txt-author{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: justify;
    color: #555;
}
.txtdow,
.txtshare{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: justify;
    color: #555;
}
.h1vanban{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #0066BC;
}
.spancard{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 10.88px;
    line-height: 16px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #6B7280;
}
.txtvideokhac span{
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #0066BC;
}

.event-card .card-img-top {
    height: 210px;
    object-fit: cover;
}
.event-date {
    position: absolute;
    top: 184px;
    left: 10px;
    background-color: #3777BC;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
}
.event-location {
    font-size: 0.875rem;
    color: #6c757d;
}
.event-card-title {
    font-size: 1rem;
    font-weight: 500;
    margin-top: 8px;
}

.txttitlesukien{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #0066BC !important;
}

main .section-detailevent-1 .content h1 {
	display: block;
	color: #1F2937;
	margin: 0;
	padding-bottom: 40px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 23.25px;
	line-height: 32px;
}
main .section-detailevent-1 {
  margin: 2.5rem auto 0.25rem;
}
main .section-detailevent-1 .content .col-double .col-left .picture {
  display: block;
  width: 100%;
}
main .section-detailevent-1 .content .col-double .col-left .picture figure {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 51.761517615%;
  border-radius: 0.5rem;
}
main .section-detailevent-1 .content .col-double .col-left .picture figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.5rem;
  
  width: 100%;
}
@media only screen and (max-width: 991px) {
  main .section-detailevent-1 .content .col-double .col-right {
    margin-top: 2.5rem;
  }
}
main .section-detailevent-1 .content .col-double .col-right .list-option {
  padding-left: 1.25rem;
}
@media only screen and (max-width: 991px) {
  main .section-detailevent-1 .content .col-double .col-right .list-option {
    padding-left: 0rem;
  }
}
main .section-detailevent-1 .content .col-double .col-right .list-option ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
main .section-detailevent-1 .content .col-double .col-right .list-option ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.13rem;
  margin-bottom: 1.56rem;
}
main .section-detailevent-1 .content .col-double .col-right .list-option ul li strong {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 24.41px;
  font-weight: 400;
  color: #41464B;
}
main .section-detailevent-1 .content .col-double .col-right .list-option ul li strong span {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 13.45px;
  line-height: 24.41px;
  font-weight: 700;
  color: #41464B;
  margin: 0;
}
main .section-detailevent-1 .content .col-double .col-right .list-option ul li p {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 24.41px;
  font-weight: 400;
  color: #000;
  margin: 0;
}
main .section-detailevent-1 .content .col-double .col-right .list-option ul li p a {
  display: flex;
  align-items: center;
  gap: 0.62rem;
}
main .section-detailevent-1 .content .col-double .col-right .list-option ul li p a span {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  color: #000;
  margin: 0;
}
main .section-detailevent-1 .content .col-double .col-right .list-option ul li:last-child {
  gap: 1.2rem;
}
main .section-detailevent-1 .content .col-double .col-right .list-option .join {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  line-height: normal;
  font-weight: 700;
  color: #fff;
  background: var(--blue);
  padding: 0.625rem 1rem;
  border-radius: 0.5rem;
  margin-top: 5.94rem;
  border: 0;
}
main .section-detailevent-1 .content .text {
  margin-top: 3.12rem;
}
main .section-detailevent-1 .content .text strong {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 27.12px;
  font-weight: 700;
  color: var(--black);
  margin: 0;
}
main .section-detailevent-1 .content .text p {
    display: block;
    font-family: 'Roboto', sans-serif;
    color: #1d1d1b;
    margin: 1.25rem 0;
    font-weight: 400;
    font-size: 13.13px;
    line-height: 20px;
}

main .section-detailevent-2 {
  padding: 29px 0 48px 0;
  /* background: #fafafa; */
}
main .section-detailevent-2 .content .title {
  text-align: left;
  margin-bottom: 16px;
}
main .section-detailevent-2 .content .title h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 17.58px;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: middle;
}
/* main .section-detailevent-2 .content .list-other .col-item {
  margin-bottom: 3.5rem;
  
  
} */
main .section-detailevent-2 .content .list-other .col-item .event{
  background-color: #F0F0F0;
  padding: 20px;
}
main .section-detailevent-2 .content .list-other .col-item .event .picture {
  display: block;
  width: 100%;
}
main .section-detailevent-2 .content .list-other .col-item .event .picture figure {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 66.343825665%;
  border-radius: 0.25rem;
}
main .section-detailevent-2 .content .list-other .col-item .event .picture figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.25rem;
  transition: all 0.3s;
}
main .section-detailevent-2 .content .list-other .col-item .event .picture figure img:hover {
  transform: scale(1.1, 1.1);
}
main .section-detailevent-2 .content .list-other .col-item .event .desc {
  margin-bottom: 14px;
}
main .section-detailevent-2 .content .list-other .col-item .event .desc h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 13.13px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    display: block;
}
main .section-detailevent-2 .content .list-other .col-item .event .desc h4 a {
  display: block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: #1D4ED8;
}
main .section-detailevent-2 .content .list-other .col-item .event .desc h4:hover {
  color: var(--yellow);
}
main .section-detailevent-2 .content .list-other .col-item .event .desc .option ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
main .section-detailevent-2 .content .list-other .col-item .event .desc .option ul li {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  margin-bottom: 0.62rem;
}
@media only screen and (max-width: 1199px) {
  main .section-detailevent-2 .content .list-other .col-item .event .desc .option ul li {
    align-items: flex-start;
  }
}
main .section-detailevent-2 .content .list-other .col-item .event .desc .option ul li:last-child {
  margin-bottom: 0;
}
main .section-detailevent-2 .content .list-other .col-item .event .desc .option ul li strong {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  margin: 0;
}
main .section-detailevent-2 .content .list-other .col-item .event .desc .option ul li strong span {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 21.7px;
  font-weight: 700;
  color: #41464b;
  margin: 0;
}
main .section-detailevent-2 .content .list-other .col-item .event .desc .option ul li p {
    flex: 1 0 0;
    display: block;
    font-family: 'Roboto', sans-serif;
    color: #6B7280;
    margin: 0;
    font-weight: 400;
    font-style: Regular;
    font-size: 13.02px;
    line-height: 20px;
    letter-spacing: 0%;
}
main .section-detailevent-2 .content .list-other .col-item .event .desc .view-detail {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  line-height: normal;
  font-weight: 500;
  color: #000;
  padding-bottom: 0.31rem;
  border-bottom: 0.0625rem solid #41464b;
}

#NutMoPopupED{
  width: 357px;
  background:#3777BC;
  margin-top: 40px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 27.12px;

}
@media only screen and (max-width: 991px) {
  #NutMoPopupED{
    margin-top: 0px;
    width: 100%;
  }
}
.titlechitietsk{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 23.25px;
    line-height: 32px;
    letter-spacing: 0%;
    vertical-align: middle;
}
.imgcenter p img{
	display: block; 
	margin: 0 auto;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.custom-pagination li a {
  font-family: "Font Awesome 5 Free", Arial, sans-serif;
  font-weight: 900; /* cần nếu bạn dùng Font Awesome 5+ */
}
.txtftcustom{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	text-decoration: none;
	color: #181818;
}
.khoifooter{
	width: 140px;
	height: 115px;
	padding-top: 15px;
	/* padding-bottom: 20px; */
	border-radius: 5px;
}
.maunennuocbienchobando{
	background: linear-gradient(
		180deg,
		#a8d0e6 0%,
		#91c4e0 25%,
		#76b2d4 50%,
		#5c9ecf 75%,
		#4b90c1 100%
	);
	z-index: 0;
}
.txtlogo3{
	font-size: 16px !important;
} 
.txtxanha{
	font-size: 15px;
    color: #019EE1 !important;
    line-height: 24px;
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
}
.pagination-first a, .pagination-prev a, .pagination-page a, .pagination-next a, .pagination-last a {
	margin: 0 4px !important;
	width: 40px !important;
	height: 40px !important;
	border-radius: 3px !important;
	position: relative !important;
	text-align: center !important;
	padding-top: 12px !important;
	display: block !important;
	background-color: #ededed !important;
}
.footerRes{
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 30px;
}
.sectionResCC{
	margin-top: 50px;
}
.table-bordered>:not(caption)>* {
    border-bottom: 1px solid #ccc !important;
}
.itemcc{
	margin-right: 10px;
	padding-right: 10px;
    border-right: 1px solid #3777BC;
}

.lang{
	margin-top: 2px;
}
.lang .bnt-lang {
  display: flex;
  align-items: center;
  gap: 0.63rem;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0);
}
.lang .bnt-lang img {
  width: 1.9025rem;
  height: 1.25rem;
}
.lang .bnt-lang span {
  display: flex;
  align-items: center;
  gap: 0.31rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  color: #3777BC;
  margin: 0;
}
.lang .bnt-lang span i {
  font-size: 1rem;
  line-height: 1;
}
.lang .list-lang {
  min-width: 8.5rem;
  list-style: none;
  margin: 0;
  padding: 0.625rem;
  background: #fff;
  transition: all 0.3s;
  position: absolute;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0rem;
  z-index: 2;
  border-radius: 0.625rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.lang .list-lang li {
  margin-bottom: 1rem;
}
.lang .list-lang li:last-child {
  margin-bottom: 0;
}
.lang .list-lang li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: normal;
  color: #000000;
}
.lang .list-lang li a img {
  width: 1.9025rem;
  height: 1.25rem;
}
.lang .list-lang li a span {
  display: flex;
  align-items: center;
  gap: 0.31rem;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #000000;
  margin: 0;
}
.lang .list-lang.active {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}

/* css cua map */
/* CSS cho nút chuyển đổi bản đồ */
.map-toggle-container {
    position: absolute;
    top: 92%;
    right: 88px;
    z-index: 1000;
    display: flex;
    gap: 10px;
}

.map-toggle-btn {
    padding: 10px 20px;
    border: 2px solid #4CAF50;
    background-color: white;
    color: #4CAF50;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.map-toggle-btn:hover {
    background-color: #4CAF50;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.map-toggle-btn.active {
    background-color: #4CAF50;
    color: white;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.map-toggle-btn.active:hover {
    background-color: #45a049;
}

/* Responsive */
@media (max-width: 768px) {
    .map-toggle-container {
        top: 10px;
        right: 10px;
        flex-direction: column;
        gap: 5px;
    }
    
    .map-toggle-btn {
        padding: 8px 16px;
        font-size: 12px;
    }
}

/* Loading animation */
.map-loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #4CAF50;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
