/**
 ** Luan css: 10-05-2024
 **/
.content-lienhe ul li:nth-child(1):before {
    background: url(../images/favicon.png) no-repeat !important;
    background-size: contain !important;
}

.menu-item .sub-menu{
    border: none;
    border-radius: 8px !important;
    li a{
        color: #222;
        font-size: 16px;
        font-weight: 600 !important;
        &:hover{
            color: #21436e;
        }
    }
}
.block__element_head{
    text-align: center;
    margin-top: 2vw;
    margin-bottom: 30px;
}
.block__element_head h2{
    margin-bottom: 0;
    font-size: 28px;
    line-height: 42px;
    color: #583231;
}
.block__element_head h3{
    font-size: 16px;
    line-height: 23px;
    color: #c43d2b;
    margin-bottom: 0;
}
.tax-project .webrt-page-title{
    display: none;
}
.webrt-title{
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    background: #fff;
}
.testimonials {
    padding: 0 100px;
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.testimonials .owl-carousel .owl-stage-outer {
    padding: 4.5rem 0;
}
.position-relative{
    position: relative;
}
.testimonials .video{
    cursor: grab;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
}
.testimonials .owl-item.active.center .video{
    transform: translate(-50%, -50%);
}
.testimonials .video img{
    width: 82px;
  height: 82px;
  z-index: 2;
  transition: all .5s ease-in-out;
  transform: scale(0.6);
}
.testimonials iframe{
    border: none;
}
.d-none{
    display: none !important;
}
.testimonials .owl-item.first-active .video img,
.testimonials .owl-item.last-last .video img,
.testimonials .owl-item:not(.active) .video img{
    display: none;
    visibility: hidden;
    opacity: 0;
}
.testimonials .owl-item.active.center iframe{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.brochure a{
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    background: white;
    color: #21436e;
    border-radius: 5px;
    border: 1px solid #21436e;
    padding: 10px 20px;
    display: inline-block;
}
.brochure a:hover{
    background-color: #21436e;
    color: #fff;
}
.mw-100{
    max-width: 100% !important;
}
.block_banner{
    height: 297px;
    padding: 120px 0 90px;
}
.block_banner h3.heading{
    font-size: 6vw;
    color: #FFF;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    margin-bottom: 0;
}
.box_hocvien .new-list .page-numbers,
.box_hocvien .new-list{
    margin-top: 30px;
}
.box__des a{
    color: #21436e;
    font-weight: 600;
}
.box__colum__nth2{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}
.box__colum__nth2 .news-post-news .box__news__inner{
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    border-radius: 8px;
    padding: .5rem;
    background: #fff;
}
.box__colum__nth2 .news-post-news .box__thumb__img img{
    border-radius: 8px;
    object-fit: cover;
    transition: all 0.25s ease-out;
    aspect-ratio: 16 / 9;
    width: auto;
    &:hover{
        transform: scale(1.1) rotate(1deg);
    }
}
.box__colum__nth2 .news-post-news .box__content h3{
    margin-top: .5rem;
    margin-bottom: .5rem;
    line-height: 24px;
    display: inline-block;
    width: 100%;
}
.box__colum__nth2 .news-post-news .box__content h3 span{
    color: #212529;
    font-size: 16px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 600;
}
.box__colum__nth2 .news-post-news .box__content h3 a{
    float: right;
}
.box__colum__nth2 .news-post-news .box__content h3 a img{
    height: 24px;
    width: 24px;
}
.box__colum__nth2 .news-post-news .box__content .text .box__des:nth-child(1) p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box__colum__nth2 .news-post-news .box__content .box__des{
    border-top: 1px solid #ccc;
    padding-top: 10px;
    font-size: 14px;
    p{
        margin-bottom: 0;
    }
}
.box__colum__nth2 .news-post-news .box__content .rt_doc{
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: right;
    font-size: 14px;
}
.slick-arrow{
    height: 35px;
    width: 35px;
    line-height: 46px;
    top: 50%;
    transform: translateY(-50%);
    background: #dddcdb;
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border: none;
    outline: none;
    cursor: pointer;
}
.slick-arrow:hover{
    background: #c43d2b;
}
.slick-arrow i{
    line-height: 35px;
}
.slick-prev i:before{
    content: '←';
}
.slick-next i:before{
    content: '→';
}
.slick-prev i:before, .slick-next i:before{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev{
    left: -25px;
}
.slick-next{
    right: -25px;
}
.dichvu_01 .rt-breadcrumbs{
    text-align: center;
    padding-bottom: 20px;
    display: block;
}
.dichvu_01 .rt-breadcrumbs .breadcrumbs{
    padding: 15px 0;
    margin-bottom: 20px;
}
.dichvu_01 .gallery-col{
    padding: 5px 20px;
}
.dichvu_01 .gallery-col .box-image{
    border-radius: 15px;
    box-shadow: 1px 1px 5px 1px #b9b0a0;
}
.dichvu_01 .gallery-col img{
    display: block;
    /* margin: 0 auto;
    max-height: 100%;
    width: auto; */
    box-shadow: 1px 1px 5px 1px #b9b0a0;
    border-radius: 15px;
}
.dichvu_01 .gallery-col .box-text{
    display: none;
}
.dichvu_00 .flickity-prev-next-button,
.dichvu_00 .slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button{
    margin-top: 0;
    bottom: auto;
}
.dichvu_00 .slider:hover .flickity-prev-next-button{
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
}
.dichvu_00 .flickity-button,
.dichvu_00 .slider-nav-push:not(.slider-nav-reveal) .flickity-button{
    height: 35px;
    width: 35px !important;
    line-height: 46px;
    top: 50%;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    background: #dddcdb !important;
    border-radius: 50%;
    z-index: 2;
}
.dichvu_00 .flickity-prev-next-button.previous,
.dichvu_00 .slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button.previous{
    left: -10px;
}
.dichvu_00 .flickity-prev-next-button.next,
.dichvu_00 .slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button.next{
    right: -10px;
}
.dichvu_02 .news-block-widget-style-4{
    margin: 0 -15px;
}
.dichvu_02 .news-block-widget-style-4 .news-item{
    padding: 0 15px;
}
.dichvu_02 .slick-arrow{
    top: 35%;
}
.dichvu_03 .text_dv{
    line-height: 1.2;
    margin-bottom: 15px;
}
.dichvu_03 .text_dv h2{
    line-height: 1.35;
    font-size: 1.8rem;
    margin-bottom: 0;
}
.news-block-widget-style-4 .news-thumb{
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
}
.news-block-widget-style-4 .news-thumb img{
    border-radius: 10px;
    object-fit: cover;
    height: 100%;
}
.news-block-widget-style-4 .box__slider{
    text-align: center;
}
.news-block-widget-style-4 .box__slider .date{
    color: #636363;
    padding: 5px 0;
    font-size: 16px;
    line-height: 31px;
}
.news-block-widget-style-4 .box__slider h4{
    margin-bottom: 0;
    height: 55px;
    overflow: hidden;
    line-height: normal;
    font-size: 1.2rem;
}
.news-block-widget-style-4 .box__slider h4 a{
    color: #583231;
    font-size: 1.2rem;
    font-weight: 600;
}
.dichvu_03 .button_uu{
    background: url(../images/dat-lich-chance-kim-300x85.png) no-repeat;
    margin: 0;
    min-width: 280px;
    height: 60px;
    border: none;
    background-size: contain;
    box-shadow: none !important;
}
.text_uu p{
    font-size: 16px;
    color: #333;
    line-height: 25px;
}
.dichvu_04{
    min-height: 45vw;
    padding-top: 3vw !important;
    padding-bottom: 8vw !important;
    margin-top: 3vw;
    margin-bottom: 2vw;
}
.dichvu_04 .block__element_head h2{
    font-size: 43px;
    margin: 0;
    color: #21436e;
    font-weight: 700;
    line-height: 63px;
}
.dichvu_04 .box .box-image img{
    border-radius: 15px;
}
.dichvu_04 .box .box-text{
    padding: 0;
}
.dichvu_04 .box .box-text h3{
    margin: 0;
}
.dichvu_04 .box .box-text h3 span{
    font-size: 1.563em;
    margin: 1em 0 .5em;
    line-height: 1.4;
    display: block;
}
.dichvu_04 .box .box-text p{
    font-size: 16px;
    line-height: 23px;
}
.dichvu_04 .button_uu{
    display: inline-block;
    background: url(../images/dat-lich-chance-kim-300x85.png) no-repeat;
    margin: 0 auto;
    min-width: 200px;
    height: 56px;
    border: none;
    background-size: contain;
    box-shadow: none !important;
}
.dichvu_05 .block__element_head{
    margin: 0;
    text-align: left;
    margin-bottom: 50px;
}
.dichvu_05 .icon-box{
    background: #ead9cc;
    border-radius: 10px;
    padding: 30px;
    line-height: normal;
    min-height: 193px;
    align-items: center;
    margin-bottom: 30px;
}
.dichvu_05 .icon-box:last-child{
    background-image: linear-gradient(90deg, #583231 0%, #D09E7B 100%);
    color: #fff;
    box-shadow: 1px 5px 8px #ead9cc;
}
.dichvu_05 .icon-box .icon-box-text h3{
    color: #21436e !important;
    font-size: 1.563em;
    margin: 1em 0 .5em;
    line-height: 1.4;
}
.dichvu_05 .icon-box:last-child .icon-box-text h3{
    color: #252422 !important;
}
.dichvu_05 .icon-box .icon-box-text p{
    font-size: 16px;
    line-height: 23px;
}
.dichvu_06 .section-content > .row{
    background: url(../images/bg-logo-chance.png) no-repeat;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center right 15%;
}
.dichvu_06 .block__element_head{
    margin-top: 0;
}
.dichvu_06 .block__element_head h2{
    text-align: left;
}
.dichvu_06 .block__element_head h3{
    text-align: left;
}
.dichvu_06 .col-right .col{
    display: flex;
    align-items: center;
}
.dichvu_06 .col-right .col img{
    border-radius: 8px;
}
.dichvu_06 p{
    font-size: 16px;
}
.dichvu_06 .wpb_wrapper .detail{
    margin: 0;
    width: 170px;
    max-width: 100%;
    margin-top: 15%;
    display: table;
    text-align: center;
    border: 1px solid #21436e;
    color: #21436e;
    padding: 3px 12px;
    border-radius: 5px;
    font-size: 16px;
}
.dichvu_07{
    margin-top: 1vw;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 6vw !important;
    padding-bottom: 12vw !important;
}
.dichvu_07 .block__element_head{
    margin: 0;
}
.dichvu_07 .box .box-text{
    padding: 30px 0 20px;
}
.dichvu_07 .box .box-text h3{
    font-size: 20px;
    margin: 0 0 .5em;
}
.dichvu_07 .box .box-text p{
    font-size: 16px;
}
.dichvu_08 .block__element_head{
    margin-bottom: 0;
}
.dichvu_08 .box .box-image img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.dichvu_08 .box .box-text{
    padding: 0;
}
.dichvu_08 .box .box-text-inner .box{
    background: #f6eceb;
    position: relative;
    border-radius: 10px;
    margin-top: -30px;
    padding: 40px 12px 15px;
    text-align: center;
    line-height: normal;
}
.dichvu_08 .box .box-text-inner .size{
    background: #f2ae85;
    display: table;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    border-radius: 50%;
    color: #21436e;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.dichvu_08 .box .box-text-inner .title{
    color: #21436e;
    font-weight: 700;
    margin: 0;
    font-size: 25px;
    line-height: 35px;
}
.dichvu_08 .box .box-text-inner .content{
    color: #333;
    font-size: 16px;
    line-height: 23px;
}
.dichvu_09 .gallery-col .box .box-image{
    box-shadow: 1px 1px 5px 1px #b9b0a0;
    border-radius: 15px;
}
.dichvu_09 .gallery-col .box .box-image img{
    display: block;
    box-shadow: 1px 1px 5px 1px #b9b0a0;
    border-radius: 15px;
}
.dichvu_10{
    background-repeat: no-repeat;
    background-position: top -10vw center;
    background-size: 100%;
    margin-top: 1vw;
    padding-bottom: 5vw !important;
}
.dichvu_10 .bang-gia-content{
    margin: 0 auto;
    width: 70%;
    background-image: linear-gradient(to right, #ea9367, #f47736, #f16c26);
    color: #fff;
    box-shadow: 1px 5px 8px #ffc592;
    border-radius: 15px;
}
.dichvu_10 .bang-gia-content .col:nth-child(1) img{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.dichvu_10 .bang-gia-content .button {
    margin: 0 auto;
    color: #fff;
    background: #f36e2a;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 80%;
    margin: 0 auto;
    font-weight: 600;
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 20px;
}
.dichvu_11 .accordion .toggle{
    left: auto;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    padding: 6px;
    margin-top: 4px;
    opacity: 1;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.dichvu_11 .accordion .accordion-item{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.dichvu_11 .accordion .accordion-item:last-child{
    margin-bottom: 0;
}
.dichvu_11 .accordion .accordion-title{
    padding: 15px 20px;
    background: #fef0e8;
    opacity: 1;
    outline: none !important;
    width: 100%;
    text-align: left;
    text-transform: none;
    border: none;
}
.dichvu_11 .accordion .accordion-title > span{
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    color: #21436e;
    font-weight: 600;
    font-size: 1rem;
    padding: 7px 0;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.dichvu_11 .accordion .accordion-inner{
    background-color: #fef0e8;
    padding: 15px 20px;
    text-align: center;
    position: relative;
}
.dichvu_11 .accordion .accordion-inner p{
    margin-bottom: 0;
}
.dichvu_11 .accordion .accordion-inner::before{
    content: "";
    border-top: 1px solid #b3b3b3;
    position: absolute;
    top: 0;
    height: 1px;
    width: calc(100% - 30px);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.archive #main{
    background: #f4f4f4;
}
.kiemthuc_01 .col{
    padding-bottom: 0;
}
.kiemthuc_01 .rt-breadcrumbs{
    text-align: center;
}
.new-list .heading{
    border-top: 1.5px solid #999;
    color: #21436e;
    font-size: 2rem;
    font-weight: 600;
    padding-top: 30px;
    margin-bottom: 35px;
}
.box__content__rights .jeg_post_title{
    text-align: center;
    color: #21436e;
    font-weight: 600;
    font-size: 2.4rem;
    margin-top: 30px;
}
.list-news-noi-bat.oa{
    margin-bottom: 60px;
}
.list-news-noi-bat .item-sl{
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
.list-news-noi-bat .item-sl .box-content{
    background: #f4f4f4;
    width: 33.333333%;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 8.333333%;
    padding: 0 20px 20px;
}
.list-news-noi-bat .item-sl .box-content .date,
.list-news-cat .item-sl .date,
.post-related .item-sl .date{
    background: #21436e;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 50px;
    text-align: center;
    padding: 2px 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.list-news-noi-bat .item-sl .box-content .date span:nth-child(2){
    font-weight: 400;
    font-size: 14px;
}
.list-news-noi-bat .item-sl .box-content h2{
    color: #21436e;
    font-weight: 600;
    font-size: 1.5rem;
    margin-top: 15px;
    margin-bottom: 5px;
}
.box-content .border-h2{
    border-bottom: 2px solid #21436e;
    width: 38%;
}
.list-news-noi-bat .item-sl .box-content .description{
    margin-top: 20px;
}
.list-news-noi-bat .item-sl .box-content .description p{
    font-size: 16px;
    line-height: 26px;
}
.list-news-noi-bat .view-more a{
    color: #fd4f18;
    display: flex;
    align-items: center;
    gap: 7px;
}
.list-news-noi-bat .item-sl figure{
    width: 58.33333%;
    margin-right: 8.3333%;
    overflow: hidden;
    position: relative;
    padding-bottom: 43.7%;
    border-radius: 10px;
    float: right;
}
.list-news-noi-bat .item-sl figure img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.list-news-cat .item-sl{
    margin-bottom: 20px;
}
.item-sl figure a img{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    object-fit: cover;
    border-radius: 10px;
}
.list-news-cat .item-sl .date, .post-related .item-sl .date{
    position: absolute;
    z-index: 2;
    left: 30px;
    color: #21436e;
    background: #fff;
    font-size: 12px;
}
.list-news-cat .item-sl .box-content{
    background: #fff;
    padding: 10px 15px;
    width: 90%;
    margin: -55px auto 0;
    position: relative;
}
.list-news-cat .item-sl .box-content h2{
    font-size: 1.2rem;
    font-weight: 600;
    color: #21436e;
    height: 52px;
    overflow: hidden;
    margin-top: 0;
}
.list-news-cat .item-sl .box-content .border-h2{
    border-width: 1px;
}
.list-news-cat .item-sl .box-content .description{
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-news-cat .item-sl .box-content .view-more{
    font-style: italic;
    color: #fd4f18;
}
@media (max-width: 1200px) {
    .dichvu_00 .flickity-prev-next-button.previous, .dichvu_00 .slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button.previous{
        left: 20px;
    }
    .dichvu_00 .flickity-prev-next-button.next, .dichvu_00 .slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button.next{
        right: 20px;
    }
    .dichvu_04 .block__element_head h2{
        line-height: 44px;
        font-size: 32px;
    }
    .testimonials{
        padding: 0 15px;
    }
    .box__colum__nth2{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 992px) {
    .testimonials .owl-carousel .owl-stage-outer{
        padding: 20px 0;
    }
}
@media only screen and (min-width: 992px) {
    .testimonials .owl-item:has(~ .active.center) {
        filter: blur(2px);
        transform: perspective(1200px) rotateY(35deg) scale(0.9, 0.95) translateX(20px);
        z-index: 1;
    }

    .testimonials .owl-item:has(+ .active.center) {
        transform: perspective(1200px) rotateY(35deg) scale(0.95, 1) translateX(-62px);
        filter: none;
        z-index: 2;
    }

    .testimonials .owl-item.active.center ~ * {
        filter: blur(2px);
        transform: perspective(1200px) rotateY(-35deg) scale(0.9, 0.95) translateX(-20px);
        z-index: 1;
    }

    .testimonials .owl-item.active.center + * {
        transform: perspective(1200px) rotateY(-35deg) scale(0.95, 1) translateX(62px);
        filter: none;
        z-index: 2;
    }

    .testimonials .owl-item.active.center,
    .testimonials .owl-item.active.center-active {
        /*transform: scale(2) translateY(-13px);*/
        transform: scale(1.5);
        filter: none;
        border-radius: 8px;
        border: none;
        z-index: 3;
    }
}
@media (max-width: 767px) {
    .block_banner{
        height: unset;
        padding: 50px 0 40px;
    }
    .block__element_head{
        margin-bottom: 25px;
    }
    .block__element_head h2{
        font-size: 22px;
        line-height: 34px;
    }
    .block__element_head h3{
        font-size: 15px;
    }
    .dichvu_02 .news-block-widget-style-4{
        margin: 0;
    }
    .dichvu_02 .news-block-widget-style-4 .news-item{
        padding: 0 15px;
    }
    .news-block-widget-style-4 .box__slider h4 a{
        font-size: 18px;
    }
    .dichvu_03 .text_dv h2{
        line-height: 1.5;
        font-size: 1.3rem;
        margin-bottom: 10px;
    }
    .dichvu_04 .block__element_head h2{
        font-size: 24px;
        line-height: 36px;
    }
    .dichvu_05 .block__element_head{
        margin-bottom: 20px;
    }
    .dichvu_05 .icon-box{
        padding: 20px;
        display: grid;
    }
    .dichvu_05 .icon-box.icon-box-left .icon-box-img{
        margin: 0 auto;
    }
    .dichvu_05 .icon-box .icon-box-text h3{
        font-size: 18px;
    }
    .dichvu_08 .box .box-text-inner .title{
        font-size: 18px;
        line-height: 26px;
    }
    .dichvu_11 .accordion .toggle{
        right: 10px;
        top: 35px;
    }
    .dichvu_11 .accordion .accordion-title > span{
        font-size: 15px;
    }
    .list-news-cat .item-sl .box-content h2{
        font-size: 15px;
        height: 42px;
    }
}
@media (max-width: 480px) {
    .box__colum__nth2{
        grid-template-columns: repeat(1, 1fr);
    }
}