﻿@font-face{font-family:Quicksand;src:url(/template/desktop/styles/fonts/Quicksand/Quicksand-SemiBold.woff2);font-weight:600;font-display:swap}
@font-face{font-family:Quicksand;src:url(/template/desktop/styles/fonts/Quicksand/Quicksand-Light.woff2);font-weight:300;font-display:swap}
@font-face{font-family:Quicksand;src:url(/template/desktop/styles/fonts/Quicksand/Quicksand-Bold.woff2);font-weight:700;font-display:swap}
@font-face{font-family:Quicksand;src:url(/template/desktop/styles/fonts/Quicksand/Quicksand-Medium.woff2);font-weight:500;font-display:swap}
@font-face{font-family:Righteous;src:url(/template/desktop/styles/fonts/Righteous/Righteous-Regular.woff2);font-weight:400;font-display:swap}
@font-face{font-family:NotoSerif;src:url(/template/desktop/styles/fonts/NotoSerif/NotoSerif-Regular.woff2);font-weight:400;font-display:swap}
@font-face{font-family:NotoSerif;src:url(/template/desktop/styles/fonts/NotoSerif/NotoSerif-Medium.woff2);font-weight:500;font-display:swap}
@font-face{font-family:NotoSerif;src:url(/template/desktop/styles/fonts/NotoSerif/NotoSerif-Bold.woff2);font-weight:600;font-display:swap}
/*Index*/
.nav-ultilites {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.position-relative {
    position: relative !important;
}

.search-form {
    display: flex;
    position: absolute;
    border-right: 1px solid rgba(255,255,255,.2);
}

    .search-form .form-control {
        font-size: 13px;
        font-size: 1.3rem;
        /*color: rgba(255,255,255,.5);*/
        width: 0;
        /* height: 50px; */
        box-shadow: none;
        background: 0 0;
        border: none;
        border-radius: 0;
        font-family: Quicksand;
    }

    .search-form .icon-search {
        margin-left: unset;
    }

    .search-form.active {
        background: rgba(237, 240, 242);
        right: -70px;
    }

        .search-form.active .form-control {
            width: 150px;
            padding: 0 0 0 20px;
        }

.abf-homepage .bottom-wrapper > * {
    min-height: 260px;
}

.topics-wrapper .box-content .wrapper .story__thumb {    width: 90px;    height: 60px;}
.zone-2 .main-col .topics-wrapper:nth-child(2) .story__thumb {    width: 90px;    height: 60px;}
.zone-3 .topics-wrapper .box-content > .story .story__thumb {    width: 160px !important;    height: 100px !important;}
.timeline .wrapper .cate {color: #870110;}
.most-read .heading {color: #870110;}
.topics-wrapper .heading {color: #870110;}
.legal-glossary .box-content {height: auto;}
/*End Index*/
/*Back To Top*/
.wrap-to-top {    position: fixed;    bottom: 100px;    right: 30px;    z-index: 1;}
.wrap-to-top .social {        display: block;    }
.social {    display: flex;    align-items: center;}
.back-to-top.show {    opacity: 1;    visibility: visible;}
.back-to-top {    background-color: #e82335;}
.back-to-top {    background: #870110 url(../template/desktop/styles/img/icon-suite.png) center center/14px no-repeat;   width:36px; height: 36px;    font-size: 0;    opacity: 0;    visibility: hidden;    cursor: pointer;    transition: .5s;  transform: rotate(270deg);}
.social .insta {    background: radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);}
.social .icon-insta {    width: 18px;    height: 18px;    display: block;    background: url(../template/desktop/styles/img/insta.png) center center/18px no-repeat;}
.social .tw {    background: #1c96e9;}
.social .icon-tw {
    width: 18px;
    height: 18px;
    display: block;
    background: url(../template/desktop/styles/img/twitter.png) center center/18px no-repeat;
}
.social .fb {
    background: #3b5998;
}
.social .icon-fb {
    width: 18px;
    height: 18px;
    display: block;
    background: url(../template/desktop/styles/img/fb.png) center center/9px no-repeat;
}
.wrap-to-top .social > * {
    width: 36px;
    height: 36px;
    margin-top: 10px;
}

.social > * {
    width: 32px;
    height: 32px;
    display: block;
    background: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
/*Paging*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 30px;
}

    .pagination .btn-prev {
        background: url(../template/desktop/styles/img/control-left.png) center center/16px no-repeat;
    }

    .pagination .btn-next {
        background: url(../template/desktop/styles/img/control-right.png) center center/16px no-repeat;
    }

    .pagination .btn-next, .pagination .btn-prev {
        border: 1px solid #d03927;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0;
    }

    .pagination .pages {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    .pagination .page {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        cursor: pointer;
        color: #d03927 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-weight: 700;
    }

        .pagination .page.active, .pagination .page:hover {
            background-color: #d03927;
            color: #fff !important;
        }
/*End Paging*/
/*10-04-2023*/
a{color:blue;}
.page-footer{background:#870110;}
/* 04 - 05 -2023*/
.zone-2 .main-col .topics-wrapper:nth-child(2) .box-content>.story .story__thumb {    width: 265px;    height: 157px;float:unset ;}
.zone-2 .main-col .topics-wrapper:nth-child(2) .box-content>.story .story__heading a {    font-weight: 700;    font-size: 14px;    line-height: 22px;    color: #212529;   padding-top: 8px;max-width: unset;}
.zone-2 .main-col .topics-wrapper:nth-child(2) .story { overflow: hidden;  }
#adv_index_center .banner{margin:0 auto;}
img{max-width:100%;}
.zone-2 .sub-col{width:300px;}

/* 04-05-2023 sửa heading phần multmedia*/
.multimedia {
    position: relative;
}

    .multimedia .box-heading .more-photos {
        padding: 4px 0;
        font-family: Quicksand;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        color: #bd1723;
        position: absolute;
        top: 7px;
        right: 0;
    }

        .multimedia .box-heading .more-photos .more-items {
            background: rgba(248,215,218,.5);
            padding: 4px 8px;
            font-family: Quicksand;
            font-weight: 500;
            font-size: 14px;
            line-height: 24px;
            color: #bd1723;
            text-transform: uppercase;
        }

    .multimedia .heading {
        font-family: Righteous;
        font-weight: 400;
        font-size: 36px;
        line-height: 45px;
        text-transform: uppercase;
        color: #870110;
    }

.icon-info {
    background: url(../template/desktop/styles/img/icon-info.svg) rgba(0,0,0,.7) center center/18px no-repeat;
}

.icon-longform {
    background: url(../template/desktop/styles/img/icon-longform.svg) rgba(0,0,0,.7) center center/18px no-repeat;
}
.cate-breadcrumb .active {
    color: #871000;
    font-weight: 700;
    font-size: 25px;
}
/*sua box offcial-gazette them anh phia tren*/
.official-gazette .box-picture{padding: unset;}
/*bo sung */
.top-header__right .sub-menu {    display: none;    position: absolute;    top: 40x;    width: 150px;    background: #fff;    z-index: 9999;    box-shadow: 0 3px 10px rgba(0,0,0,.2);    padding-left: 0;}
.top-header__right li:hover .sub-menu {   display: block;}
.top-header__right .sub-menu a.active,.top-header__right .sub-menu a:hover {  background-color: #870110!important;    color: #fff!important;}
.top-header__right .sub-menu a {  color: #870110;    background-color: #fff!important;    margin: 0 auto;    padding: 10px;    display: block;    white-space: normal;    height: auto;    transform: .5s;}
.top-header__right .menu>li:hover a {    color: #870110;}
.official-gazette .box-content {  max-height: 180px; overflow-y:scroll}

.box-tips .heading{background: unset;}
.box-tips .heading img{width: 149px;position:absolute;top: 0;}

/*---Gallery iamge ----*/
.gallery button.slick-prev {
    background: url(../images/control-left.png) center center/46px no-repeat;
    width: 46px;
    height: 50px;
    font-size: 0;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.gallery button.slick-next {
    background: url(../images/control-right.png) center center/46px no-repeat;
    width: 46px;
    height: 50px;
    font-size: 0;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.gallery .slider-for .story__thumb {
    width: 100%;
    height: 634px;
}

.gallery .slider-for .story__heading a {
    padding: 10px;
    text-align: center;
}

.gallery .slider-nav .img-wrapper {
    margin: 10px;
    position: relative;
    text-align: center;
    width: 205px;
    height: 137px;
    cursor: pointer
}

.gallery .slick-slide img {
    object-fit: contain;
}

.gallery .slider-nav .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

img {
    max-width: 100%;
}
/*End gallery image*/

/*--  Two - Five photos ---*/
.article .article__body table.picture.picture-cols .caption {
    display: table-cell;
    text-align: center;
}

.article .article__body table.picture-cols .pic {
    padding: 2px;
}

.article table.picture.l-2 {
    margin-top: unset;
}


/*-- End Two - Five photos ---*/
/*-- Video -- */
.article table.video {    width: 100%;}
/*-- End Video ---*/
/*Fix footer logo*/
.brand-wrapper img {    max-height: 45px;}
.brand-wrapper>* {margin: 5px;}
.article__body iframe {    margin: 0 auto;    display: block;}
/* Related News*/
.related-news .story {    margin-top: 24px;    padding-top: 24px;    border-top: 1px solid #e9ecef}
.related-news .story:first-child {        margin-top: 0;        padding-top: 0;        border-top: none;    }
.related-news .heading {    font-weight: 700;    font-size: 20px;    line-height: 20px;    text-transform: uppercase;    color: #870110;    margin-top: 12px}
.related-news .box-heading {    padding-bottom: 15px;}
/* End Related News*/
/* -- Comment button ---*/
.box-comment .btnSubmit {    background: #870110;    border-radius: 8px;}

.box-comment a.btnSubmit {    color: #fff;}
/* -- Preview Box ---*/
.article__body .prebox table {    width: inherit !important;}

/*Full Detail*/
.article-page .col-wrapper {    display: flex;    justify-content: space-between;    margin-top: 30px;}
.article-page-full .container {    max-width: 900px !important;}
.article table.picture .caption {    text-align: center;}
.article table.picture .pic img.full-screen-width {    position: relative;    left: 50%;    right: 50%;    margin-left: -50vw;    margin-right: -50vw;    max-width: 100vw;    width: 99vw;}
/* .lr-pic{margin: 0 auto;width: 1080px;} */
.article-page-full .article__body > :not(table.picture,.lr-pic) {    width: 900px;    margin: 0 auto;}
.article-page-full .article__body .prebox table {    width: unset !important;}
/*End Full Detail*/
/*Fix most read*/
.most-read .story {    height: auto;    min-height: 96px;}
/* -- 2023T626 -- */
.official-gazette .box-heading .text::before { content:none;}
.official-gazette .box-heading .text{color:#fff;}