/*body {*/
/*    font-family: UTM-Avo, Arial, Helvetica, sans-serif;*/
/*}*/
.cus-block-tintucsukien .article-item {
    margin-bottom: 0rem;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-21 {
    font-size: 21px !important;
}

.text-gray {
    color: gray;
}

.fix {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 300 !important;
    -webkit-transition: position 0.8s;
    -o-transition: position 0.8s;
    transition: position 0.8s;
    -webkit-animation: affix-menu 1s;
    animation: affix-menu 1s;
    background: var(--color-highlight);
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}

/*Header*/
.breadcrumbs-section {
    padding: 0.7rem 0 !important;
}

.bg-color-header {
    background-color: #FFA500;
    padding: 3px 0;
    font-size: 13px;
}

.bg-highlight-so2 {
    background-color: #d7a53f;
}

.menu-section > ul > li > a {
    font-size: 1.5rem;
    padding: 8px 8px;
}

/*@media (min-width: 1180px) {*/
/*    .logo-section {*/
/*        position: relative;*/
/*        margin-right: -30px;*/
/*    }*/
/*}*/
.header-main>.container>.row {
    align-items: center;
}

.cus-icon-menu {
    margin-right: 1rem;
}

.header-main .col-md-10 {
    display: flex;
}

.header-main .col-md-11 {
    display: flex;
}

.header-main > .container > .row > div:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#google_translate_element > .goog-te-gadget > span {
    display: none;
}

.skiptranslate.goog-te-gadget {
    color: transparent;
    font-size: 0;
    padding-left: 20px;
}

/* div#google_translate_element {*/
/*     margin: 0.8rem 0px 0px 5.3rem;*/
/*}*/
.goog-te-gadget .goog-te-combo {
    border-radius: 5px;
    padding: 0.3rem 0.3rem;
}

/*css icon search*/
.entire-action-header .btn-action-header {
    color: var(--white);
    padding: 0;
}

.entire-action-header .btn-action-header:hover {
    color: var(--white);
}

.btn-action-header {
    display: inline-block;
    padding: 12px 14px 11px;
}

.btn-action-header i {
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 26px;
    font-size: 20px;
    color: white;
}

.entire-action-header {
    position: relative;
}

.entire-action-header .form-dropdown {
    border-radius: 5px;
    position: absolute;
    padding: 10px 10px 0px 5px;
    background-color: var(--white);
    width: 350px;
    top: 100%;
    left: auto;
    right: -25px;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.entire-action-header:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}

.form-dropdown .form-control {
    background-color: var(--white);
    border: none;
}

.search-section .btn-submit {
    padding: 0 0.75rem !important;
    font-size: 13px;
}

.slider-banner-duan .img-fluid {
    height: 70rem;
    min-height: 0px;
}

.swiper-slider-main .swiper-slide img {
    min-height: 0;
    height: 44vw;
}

.slider-banner-duan .swiper-slide--tile {
    color: var(--color-highlight);
    font-size: 2.1rem;
    text-shadow: 6px 1.7px 0px rgba(255, 255, 255, 0.62);
}

/*css icon search*/
/*CALL NOW*/
.call-now {
    position: fixed;
    right: -4px;
    bottom: 62px;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 2000 !important;
}

.img-phone {
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    top: 40px;
    left: 40px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: var(--color-highlight);
}

.small-circle {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: var(--color-highlight);
    opacity: .75 !important;
}

.big-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: var(--color-highlight);
    opacity: .5;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

/*//zoom in CSS*/
.img-hover-zoom {
    overflow: hidden;
}

.img-hover-zoom img {
    transition: transform .5s ease;
}

.img-hover-zoom:hover img {
    transform: scale(1.1);
}

/*//////////////////*/
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1, -3deg );
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1, -3deg );
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1, 3deg );
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1, 3deg );
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1, -3deg );
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1, -3deg );
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

/*CALL NOW*/
/*Products*/
.product-title a {
    color: var(--color-highlight);
}

.product-item .inner-image:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    z-index: 10;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
    transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
}

.product-item .inner-image:hover:before {
    webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
    transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
}

.product-item .inner-image img {
    transition: all 1s ease 0s;
}

.product-item .inner-image:hover img {
    transform: scale(1.1);
}

.product-item .inner-content .product-desc {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: var(--black);
}

.product-item .inner-content .product-desc p {
    margin-bottom: 0;
}

.hvr-float {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    /* box-shadow: 0 0 1px rgb(0 0 0 / 0%); */
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hvr-forward {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

/*.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {*/
/*    -webkit-transform: translateX(8px);*/
/*    transform: translateX(8px);*/
/*}*/
.box-shadow {
    box-shadow: 0 0 9px rgb(0 0 0 / 36%);
}

.box-feature__item-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.3;
    text-align: center;
}

.box-feature__item-number {
    font-size: 48px;
    font-weight: 800;
    color: var(--white);
}

.box-feature__item-desc {
    font-size: 16px;
    color: var(--white);
}

.box-feature__item-image img {
    width: 100%;
}

.cus-padding-top-bot {
    background-color: #cccccc;
    background-repeat: repeat-x;
    background-position: center bottom;
    padding: 60px 0;
}

.blog-2__item {
    background: var(--white);
    /*padding: 15px;*/
}

.blog-2 .tin_tuc_1 .col-12 {
    height: 530px;
}

.blog-2 .article-item .article-title {
    height: 75px !important;
}

/*.blog-2 .article-description {*/
/*    margin-bottom: 15px !important;*/
/*}*/
.chay_hotro .cus-img-width-40px {
    width: 40px;
}

.box-partner__item img {
    border: 1px solid #ddd;
    padding: 10px;
    height: 80px;
    width: 100%;
    object-fit: contain;
}

.box-partner__item {
    position: relative;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
    /* width: 100%; */
}

.box-partner__item:hover {
    box-shadow: 0 0 9px rgb(255 151 0 / 36%), 0 7px 36px rgb(255 151 0 / 36%);
}

.align-items-baseline {
    align-items: baseline;
}

.form-footer .form-control {
    background-color: var(--white);
    border: 1px solid var(--color-highlight);
}

.form-footer .title-section {
    color: var(--color-highlight);
    font-size: 15px;
}

.title-footer {
    color: #205090;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

.title-footer:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 60px;
    height: 2px;
    background: var(--color-highlight2);
}

.pagination .page-link i {
    color: var(--color-highlight);
    font-weight: bold;
}

.page-link:hover i {
    color: white;
}

footer {
    position: relative;
}

.bg-ct-1 {
    position: relative;
    z-index: 99;
}

.box-footer-banner>.row>div {
    position: inherit;
}

.banner-footer img {
    position: absolute;
    top: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.footer-section ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 12px;
}

.footer-section ul li a {
    color: black;
}

.khung-anh-banner-du-an img {
    max-height: 700px;
    width: 100%;
    object-fit: cover;
}

.bg-fill {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
    padding: 40px 0;
}

.section-bg-overlay:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: rgb(32 80 144 / 60%);
}

.khung-nd-tien-ich {
    position: relative;
    z-index: 9;
}

.btn--gui-tin-tien-ich {
    background: var(--linear, linear-gradient(175deg, #FCBC4E 0%, #d7a53f 37.63%, #F5636E 76.00%, #FB9720 100%)) !important;
    /* background: var(--color-highlight); */
    border-radius: 3px;
    height: calc(1.5em + 1.7rem + 2px);
    padding: 0.85rem 1.25rem;
    color: #ffffff;
    /*width: max-content;*/
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

.btn-gui-tin-popup {
    background: var(--linear, linear-gradient(175deg, #FCBC4E 0%, #d7a53f 37.63%, #F5636E 76.00%, #FB9720 100%)) !important;
    /* background: #D7A53F; */
    border-radius: 3px;
    height: calc(1.5em + 1.7rem + 2px);
    padding: 0.85rem 1.25rem;
    color: white;
    /*width: max-content;*/
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

.css-khung-ly-do {
    border-top: 4px solid var(--color-highlight);
    border-right: 3px solid var(--color-highlight);
    border-left: 1px solid var(--color-highlight);
    border-bottom: 3px solid var(--color-highlight);
    border-radius: 10px;
    background-color: white;
    padding: 15px;
    text-align: center;
    height: 100%;
}

.tieu-de-cac-ly-do {
    font-size: 20px;
    color: var(--color-highlight);
    font-weight: 600;
    margin-bottom: 10px;
}

.border-dasher-giaban {
    /* border: 2px dashed var(--color-highlight); */
    /* padding: 15px; */
}

.fix-3-dong {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.btn-popup-du-an {
    background: var(--linear, linear-gradient(175deg, #FCBC4E 0%, #ebd35b 37.63%, #F5636E 76.00%, #FB9720 100%)) !important;
    /* background: var(--color-highlight); */
    border-radius: 3px;
    height: calc(1.5em + 1.7rem + 2px);
    padding: 0.85rem 1.25rem;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    width: max-content;
    border-radius: 30px;
    position: relative;
}

.btn-popup-du-an:before {
    content: '';
    position: absolute;
    top: 0;
    right: 45px;
    width: 1px;
    height: 100%;
    background-color: white;
}

.nut-x-popup {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    border-radius: 4px;
    color: white;
    background-color: var(--color-highlight);
}

.cus-border-popup-duan {
    border: 2px solid var(--color-highlight);
}

/*binh luan tuyen dung*/
.binhluan-tuyendung .edit-comment textarea {
    height: 161px;
}

@media (max-width: 767px) {
    .box-feature__item-desc {
        font-size: 12px;
        padding: 0px 20px;
    }

    .box-feature__item-number {
        font-size: 28px;
    }

    .layout-du-an-mobile i {
        color: white;
    }
}

@media (max-width: 768px) {
    .box-feature__item-desc {
        font-size: 12px;
        padding: 0px 20px;
    }

    .box-feature__item-number {
        font-size: 28px;
    }

    .layout-du-an-mobile i {
        color: white;
    }
}

@media (max-width: 992px) {
    .header-main .logo-section img.img-fluid {
        width: 15rem !important;
        height: auto !important;
        max-width: 200%;
    }

    .cus-icon-menu {
        margin-right: 4rem;
    }
}

@media (max-width: 1000px) {
    .header-main .col-md-11 {
        justify-content: space-between !important;
    }
}

@media (max-width: 1200px) {
    .blog-2 .tin_tuc_1 .col-12 {
        height: 486px;
    }
}

.css-mat-bang-block .article-detail img {
    max-width: 100%;
    height: auto;
}

.rounded-20 {
    border-radius: 20px;
}

.btn-submit-new {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.7rem + 2px);
    padding: 0.85rem 1.25rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    background-color: var(--color-highlight);
    background-clip: padding-box;
    border: 1px solid #f5f5f5;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-danhgia {
    border: none;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.btn-danhgia:hover {
    background: var(--linear, linear-gradient(175deg, #FCBC4E 0%, #d7a53f 37.63%, #F5636E 76.00%, #FB9720 100%)) !important;
}

.btn-danhgia.hover {
    background: var(--linear, linear-gradient(175deg, #FCBC4E 0%, #d7a53f 37.63%, #F5636E 76.00%, #FB9720 100%)) !important;
}

.address-lien-he {
    align-items: center;
    display: flex;
}

.cus-address-lien-he i {
    width: 23px;
}

.custom-form-lienhe {
    padding: 2rem;
    /* border: 1px solid var(--gray); */
}

.custom-form-lienhe .form-control {
    background: var(--white);
}

.cus-sdt-header-top a {
    background-image: linear-gradient(to right, #ebd35b 0%, #ffef81 51%, #ebd35b 100%);
    /* background: var(--color-highlight); */
    border-radius: 3px;
    height: calc(1.5em + 1.7rem + 2px);
    padding: 0.85rem 1.25rem;
    color: black;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    width: max-content;
}

.cus-sdt-header-top:hover a {
    color: #fff;
    background-color: #205090;
    background-image: linear-gradient(to right, #205090 0%, #14936a 51%, #205090 100%);
    border: 1px solid;
}

.heartbeat {
    -webkit-animation: heartbeat 1.8s ease-in-out infinite both;
    animation: heartbeat 1.8s ease-in-out infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-8-2 14:59:35
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

/*zoom-anh bai viet*/
.article-item {
    overflow: hidden;
}

.article-item img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    overflow: hidden;
}

.article-item:hover img {
    overflow: hidden;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*zoom-anh bai viet*/
/*Call now*/
.zalo .call-now {
    bottom: 100px;
}

#zalo-vr, #messenger-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

.button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #21c572;
    background-color: rgb(33 197 114 / 50%);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

#zalo-vr .phone-vr-circle-fill, #messenger-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

.phone-vr-img-circle {
    background-color: #21c572;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

#zalo-vr .phone-vr-img-circle, #messenger-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img {
    max-height: 50px;
    max-width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

.fixed-contact {
    position: fixed;
    right: 10px;
    bottom: 40px;
    cursor: pointer;
    z-index: 9999 !important;
}

.phone-number {
    display: none;
    position: absolute;
    top: 50%;
    right: 45%;
    padding: 9px 40px;
    padding-right: 15px;
    border-radius: 15px;
    background: #e60808;
    color: #fff;
    font-weight: 600;
    transform: translateY(-50%);
}

/*-----------------------CSS by Quyettq----------------------------*/
/*language-dropdown*/
.language-section {
    position: relative;
    display: inline-block;
}

.language-dropdown .language-picker {
    background-color: transparent;
    border: none;
    padding: 5px;
    cursor: pointer;
}

.language-dropdown .language-picker img {
    width: 3.5rem;
    height: 2.5rem;
    object-fit: cover;
}

.language-dropdown .dropdown-content {
    display: none;
    left: -22px;
    position: absolute;
    background-color: #efefef;
    min-width: 90px;
    box-shadow: 0px -4px 16px 0px rgba(0, 0, 0, 0.3);
    z-index: 10000;
}

.language-dropdown .dropdown-content a {
    color: black;
    padding: 10px 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.language-dropdown .dropdown-content a img {
    width: 3.5rem;
    height: 2.5rem;
    /* margin-right: 10px; */
    object-fit: cover;
}

.language-dropdown .dropdown-content a:hover {
    background-color: #f1f1f1;
}

.language-dropdown:hover .dropdown-content {
    display: block;
}

.is-mobile .language-dropdown .dropdown-content {
    left: -9px;
}

.is-mobile .logo-section img {
    height: 25px;
}

.is-mobile .row-align-center.bg-highlight > .container > .row > div:first-child > div {
    float: left !important;
}

.is-mobile .row-align-center.bg-highlight > .container > .row > div:last-child > div {
    margin: 0;
}

.is-mobile .btn-menu-mobile {
    color: white;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

html {
    scroll-behavior: smooth;
}

@media (min-width: 992px) {
    html {
        scroll-padding-top: 250px;
    }
}

.article-grid {
    display: flex;
    flex-wrap: wrap;
}

.header-main .entire-action-header {
    padding: 0;
}

/*end language*/
@media (min-width: 992px) {
    .col-lg-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.fix-2dong {
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.cus-nd-center-home {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 12;
    opacity: 0;
}

.article-item:hover .cus-nd-center-home {
    opacity: 1;
}

.item-box {
    position: relative;
}

.item-box:before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    max-width: 100%;
    height: 100%;
    /*margin: 20px;*/
    background-color: rgba(0, 0, 0, .7);
    z-index: 10;
    opacity: 0;
    transition: all ease .8s;
}

.item-box:hover:before {
    /* left: 40px; */
    /* right: 40px; */
    /* top: 40px; */
    /* bottom: 40px; */
    opacity: 1;
}

.is-mobile .cus-padding-top-bot {
    padding: 20px 0;
}

.cus-de-position {
    position: relative;
    z-index: 9;
}

.form-lien-he .form-control {
    background: #fff;
    border: 1px solid var(--color-highlight);
}

.article-item.cus-datieubieu {
    height: auto;
}

.po-relative {
    position: relative;
}

.cus-datieubieu.article-item .article-title {
    /*height: max-content;*/
    min-height: 64px;
    line-height: 50px;
}

/*.cus-datieubieu .inner-content {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    background: #ffffffa6;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*}*/
.categories-section .dropdown-toggle::after {
    display: inline-block;
    margin-left: auto;
    vertical-align: 0;
    content: '';
    font-size: 6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    clear: both;
}

.bg-left-lh-ngay-ctsp {
    background-color: #31bf75;
    color: white;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.bg-right-lh-ngay-ctsp {
    background-color: #444a6e;
    color: white;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.border-highlight {
    background: #fff !important;
    border: 1px solid var(--color-highlight) !important;
    border-radius: 30px !important;
}

.form-lien-he textarea.form-control {
    height: 175px;
}

footer {
    font-size: 16px;
}

.color-linear-highlight {
    background: var(--linear, linear-gradient(175deg, #FCBC4E 0%, #d7a53f 37.63%, #F5636E 76.00%, #FB9720 100%)) !important;
}

.bg-custom {
    background: gray;
}

.search-custom .form-control {
    width: 15rem;
    border: none;
    background: white;
}

.search-custom button {
    background: white;
    border: none;
    color: var(--color-highlight);
}

.search-custom button:hover {
    background: var(--color-top);
    color: white;
}

/*body {*/
/*    font-family: UTM-Avo, Arial, Helvetica, sans-serif;*/
/*}*/
.fix {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 300 !important;
    -webkit-transition: position 0.4s;
    -o-transition: position 0.4s;
    transition: position 0.4s;
    -webkit-animation: affix-menu 1s;
    animation: affix-menu 1s;
    background: var(--color-highlight);
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}

/*Header*/
.breadcrumbs-section {
    padding: 0.5rem 0 !important;
}

.bg-color-header {
    background-color: #FFA500;
    padding: 3px 0;
    font-size: 13px;
}

.bg-highlight-so2 {
    background-color: #d7a53f;
}

.menu-section > ul > li > a {
    font-size: 1.5rem;
    padding: 8px 8px;
}

/*@media (min-width: 1180px) {*/
/*    .logo-section {*/
/*        position: relative;*/
/*        margin-right: -30px;*/
/*    }*/
/*}*/
.header-main>.container>.row {
    align-items: center;
}

.cus-icon-menu {
    margin-right: 1rem;
}

.header-main .col-md-10 {
    display: flex;
}

.header-main .col-md-11 {
    display: flex;
}

.header-main > .container > .row > div:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#google_translate_element > .goog-te-gadget > span {
    display: none;
}

.skiptranslate.goog-te-gadget {
    color: transparent;
    font-size: 0;
    padding-left: 20px;
}

/* div#google_translate_element {*/
/*     margin: 0.8rem 0px 0px 5.3rem;*/
/*}*/
.goog-te-gadget .goog-te-combo {
    border-radius: 5px;
    padding: 0.3rem 0.3rem;
}

/*css icon search*/
.entire-action-header .btn-action-header {
    color: var(--white);
    padding: 0;
}

.entire-action-header .btn-action-header:hover {
    color: var(--white);
}

.btn-action-header {
    display: inline-block;
    padding: 12px 14px 11px;
}

.btn-action-header i {
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 26px;
    font-size: 20px;
    color: white;
}

.entire-action-header {
    position: relative;
}

.entire-action-header .form-dropdown {
    border-radius: 5px;
    position: absolute;
    padding: 10px 10px 0px 5px;
    background-color: var(--white);
    width: 350px;
    top: 100%;
    left: auto;
    right: -25px;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.entire-action-header:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}

.form-dropdown .form-control {
    background-color: var(--white);
    border: none;
}

.search-section .btn-submit {
    padding: 0 0.75rem !important;
    font-size: 13px;
}

.slider-banner-duan .img-fluid {
    height: 70rem;
    min-height: 0px;
}

.swiper-slider-main .swiper-slide img {
    min-height: 0;
    height: 44vw;
}

/*css icon search*/
/*CALL NOW*/
.call-now {
    position: fixed;
    right: -4px;
    bottom: 62px;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 2000 !important;
}

.img-phone {
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    top: 40px;
    left: 40px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: var(--color-highlight);
}

.small-circle {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: var(--color-highlight);
    opacity: .75 !important;
}

.big-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: var(--color-highlight);
    opacity: .5;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

/*//zoom in CSS*/
.img-hover-zoom {
    overflow: hidden;
}

.img-hover-zoom {
    border-radius: 0.5rem;
}

.img-hover-zoom img {
    transition: transform .5s ease;
}

.img-hover-zoom:hover img {
    transform: scale(1.1);
}

/*//////////////////*/
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1, -3deg );
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1, -3deg );
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1, 3deg );
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1, 3deg );
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1, -3deg );
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1, -3deg );
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

/*CALL NOW*/
/*Products*/
.product-item .inner-image:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    z-index: 10;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
    transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
}

.product-item .inner-image:hover:before {
    webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
    transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
}

.product-item .inner-image img {
    transition: all 1s ease 0s;
}

.product-item .inner-image:hover img {
    transform: scale(1.1);
}

.product-item .inner-content .product-desc {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: var(--black);
}

.product-item .inner-content .product-desc p {
    margin-bottom: 0;
}

.hvr-float {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    /* box-shadow: 0 0 1px rgb(0 0 0 / 0%); */
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hvr-forward {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

/*.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {*/
/*    -webkit-transform: translateX(8px);*/
/*    transform: translateX(8px);*/
/*}*/
.box-shadow {
    box-shadow: 0 0 9px rgb(0 0 0 / 36%);
}

.box-feature__item-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.3;
    text-align: center;
}

.box-feature__item-number {
    font-size: 48px;
    font-weight: 800;
    color: var(--white);
}

.box-feature__item-desc {
    font-size: 16px;
    color: var(--white);
}

.box-feature__item-image img {
    width: 100%;
}

.cus-padding-top-bot {
    background-color: #cccccc;
    background-repeat: repeat-x;
    background-position: center bottom;
    padding: 60px 0;
}

.blog-2__item {
    background: var(--white);
    /*padding: 15px;*/
}

.blog-2 .tin_tuc_1 .col-12 {
    height: 530px;
}

.blog-2 .article-item .article-title {
    height: 75px !important;
}

/*.blog-2 .article-description {*/
/*    margin-bottom: 15px !important;*/
/*}*/
.chay_hotro .cus-img-width-40px {
    width: 40px;
}

.box-partner__item img {
    border: 1px solid #ddd;
    padding: 10px;
    height: 80px;
    width: 100%;
    object-fit: contain;
}

.box-partner__item {
    background: var(--white);
    position: relative;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
    /* width: 100%; */
}

.box-partner__item:hover {
    box-shadow: 0 0 9px rgb(255 151 0 / 36%), 0 7px 36px rgb(255 151 0 / 36%);
}

.align-items-baseline {
    align-items: baseline;
}

.form-footer .form-control {
    background-color: var(--white);
    border: 1px solid var(--color-highlight);
}

.form-footer .title-section {
    color: var(--color-highlight);
    font-size: 15px;
}

.title-footer {
    color: #205090;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    font-size: 1.8rem;
}

.title-footer:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 60px;
    height: 2px;
    background: var(--color-highlight2);
}

.bg-ct-1 {
    position: relative;
    z-index: 99;
}

.box-footer-banner>.row>div {
    position: inherit;
}

.banner-footer img {
    position: absolute;
    top: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.footer-section ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 12px;
}

.footer-section ul li a {
    color: black;
}

.khung-anh-banner-du-an img {
    max-height: 700px;
    width: 100%;
    object-fit: cover;
}

.bg-fill {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
    padding: 15px 0;
}

.section-bg-overlay:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: rgb(32 80 144 / 60%);
}

.khung-nd-tien-ich {
    position: relative;
    z-index: 9;
}

.btn--gui-tin-tien-ich {
    background: var(--linear, linear-gradient(175deg, #FCBC4E 0%, #d7a53f 37.63%, #F5636E 76.00%, #FB9720 100%)) !important;
    /* background: var(--color-highlight); */
    border-radius: 3px;
    height: calc(1.5em + 1.7rem + 2px);
    padding: 0.85rem 1.25rem;
    color: #ffffff;
    /*width: max-content;*/
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

.btn-gui-tin-popup {
    background: var(--linear, linear-gradient(175deg, #FCBC4E 0%, #d7a53f 37.63%, #F5636E 76.00%, #FB9720 100%)) !important;
    /* background: #D7A53F; */
    border-radius: 3px;
    height: calc(1.5em + 1.7rem + 2px);
    padding: 0.85rem 1.25rem;
    color: white;
    /*width: max-content;*/
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

.css-khung-ly-do {
    border-top: 4px solid var(--color-highlight);
    border-right: 3px solid var(--color-highlight);
    border-left: 1px solid var(--color-highlight);
    border-bottom: 3px solid var(--color-highlight);
    border-radius: 10px;
    background-color: white;
    padding: 15px;
    text-align: center;
    height: 100%;
}

.tieu-de-cac-ly-do {
    font-size: 20px;
    color: var(--color-highlight);
    font-weight: 600;
    margin-bottom: 10px;
}

.border-dasher-giaban {
    /* border: 2px dashed var(--color-highlight); */
    /* padding: 15px; */
}

.fix-3-dong {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.btn-popup-du-an {
    background: var(--linear, linear-gradient(175deg, #FCBC4E 0%, #d7a53f 37.63%, #F5636E 76.00%, #FB9720 100%)) !important;
    /* background: var(--color-highlight); */
    border-radius: 3px;
    height: calc(1.5em + 1.7rem + 2px);
    padding: 0.85rem 1.25rem;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    width: max-content;
    /* border-radius: 30px; */
    position: relative;
}

.btn-popup-du-an:before {
    content: '';
    position: absolute;
    top: 0;
    right: 45px;
    width: 1px;
    height: 100%;
    background-color: white;
}

.nut-x-popup {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 24px;
    border-radius: 4px;
    color: white;
    background-color: var(--color-highlight);
}

/*Css By Thuongkt*/
.product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.product-description {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

/*.categories .h4, .news .h4, .tinnoibat-small .h4 {*/
/*    font-size: 16px;*/
/*}*/
.product-content-detail .product-title-detail {
    font-size: 21px;
}

/*End css*/
@media (max-width: 767px) {
    .box-feature__item-desc {
        font-size: 12px;
        padding: 0px 20px;
    }

    .box-feature__item-number {
        font-size: 28px;
    }

    .layout-du-an-mobile i {
        color: white;
    }
}

@media (max-width: 768px) {
    .box-feature__item-desc {
        font-size: 12px;
        padding: 0px 20px;
    }

    .box-feature__item-number {
        font-size: 28px;
    }

    .layout-du-an-mobile i {
        color: white;
    }
}

@media (max-width: 992px) {
    .header-main .logo-section img.img-fluid {
        width: 15rem !important;
        height: auto !important;
        max-width: 200%;
    }

    .cus-icon-menu {
        margin-right: 4rem;
    }
}

@media (max-width: 1000px) {
    .header-main .col-md-11 {
        justify-content: space-between !important;
    }
}

@media (max-width: 1200px) {
    .blog-2 .tin_tuc_1 .col-12 {
        height: 486px;
    }
}

.css-mat-bang-block .article-detail img {
    max-width: 100%;
    height: auto;
}

.rounded-20 {
    border-radius: 5px;
}

.btn-submit-new {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.7rem + 2px);
    padding: 0.85rem 1.25rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    background-color: var(--color-highlight);
    background-clip: padding-box;
    border: 1px solid #f5f5f5;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-danhgia {
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 500;
}

.btn-danhgia:hover {
    background: var(--linear, linear-gradient(175deg, #FCBC4E 0%, #d7a53f 37.63%, #F5636E 76.00%, #FB9720 100%)) !important;
}

.address-lien-he {
    align-items: center;
    display: flex;
}

.cus-address-lien-he i {
    width: 23px;
}

.custom-form-lienhe {
    padding: 2rem;
    /* border: 1px solid var(--gray); */
}

.custom-form-lienhe .form-control {
    background: var(--white);
}

.cus-sdt-header-top a {
    background-image: linear-gradient(to right, #ebd35b 0%, #ffef81 51%, #ebd35b 100%);
    /* background: var(--color-highlight); */
    border-radius: 3px;
    height: calc(1.5em + 1.7rem + 2px);
    padding: 0.85rem 1.25rem;
    color: black;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    width: max-content;
}

.cus-sdt-header-top:hover a {
    color: #fff;
    background-color: #205090;
    background-image: linear-gradient(to right, #205090 0%, #14936a 51%, #205090 100%);
    border: 1px solid;
}

.heartbeat {
    -webkit-animation: heartbeat 1.8s ease-in-out infinite both;
    animation: heartbeat 1.8s ease-in-out infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-8-2 14:59:35
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

/*zoom-anh bai viet*/
.article-item {
    overflow: hidden;
    border-radius: 0.5rem 0.5rem 0 0;
}

.tinnoibat-small .article-item {
    overflow: hidden;
    border-radius: 0.5rem 0.5rem 0 0;
}

.article-item img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    overflow: hidden;
}

.article-item:hover img {
    overflow: hidden;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*zoom-anh bai viet*/
/*Call now*/
.zalo .call-now {
    bottom: 100px;
}

#zalo-vr, #messenger-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

.button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #21c572;
    background-color: rgb(33 197 114 / 50%);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

#zalo-vr .phone-vr-circle-fill, #messenger-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

.phone-vr-img-circle {
    background-color: #21c572;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

#zalo-vr .phone-vr-img-circle, #messenger-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img {
    max-height: 50px;
    max-width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

.fixed-contact {
    position: fixed;
    right: 10px;
    bottom: 40px;
    cursor: pointer;
    z-index: 9999 !important;
}

.phone-number {
    display: none;
    position: absolute;
    top: 50%;
    right: 45%;
    padding: 9px 40px;
    padding-right: 15px;
    border-radius: 15px;
    background: #e60808;
    color: #fff;
    font-weight: 600;
    transform: translateY(-50%);
}

/*-----------------------CSS by Quyettq----------------------------*/
/*language-dropdown*/
.language-section {
    position: relative;
    display: inline-block;
}

.language-dropdown .language-picker {
    background-color: transparent;
    border: none;
    padding: 5px;
    cursor: pointer;
}

.language-dropdown .language-picker img {
    width: 3.5rem;
    height: 2.5rem;
    object-fit: cover;
}

.language-dropdown .dropdown-content {
    display: none;
    left: -22px;
    position: absolute;
    background-color: #efefef;
    min-width: 90px;
    box-shadow: 0px -4px 16px 0px rgba(0, 0, 0, 0.3);
    z-index: 10000;
}

.language-dropdown .dropdown-content a {
    color: black;
    padding: 10px 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.language-dropdown .dropdown-content a img {
    width: 3.5rem;
    height: 2.5rem;
    /* margin-right: 10px; */
    object-fit: cover;
}

.language-dropdown .dropdown-content a:hover {
    background-color: #f1f1f1;
}

.language-dropdown:hover .dropdown-content {
    display: block;
}

.is-mobile .language-dropdown .dropdown-content {
    left: -9px;
}

.is-mobile .logo-section img {
    height: 7rem;
}

.is-mobile .row-align-center.bg-highlight > .container > .row > div:first-child > div {
    float: left !important;
}

.is-mobile .row-align-center.bg-highlight > .container > .row > div:last-child > div {
    margin: 0;
}

.is-mobile .btn-menu-mobile {
    color: white;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

html {
    scroll-behavior: smooth;
}

@media (min-width: 992px) {
    html {
        scroll-padding-top: 250px;
    }
}

.article-grid {
    display: flex;
    flex-wrap: wrap;
}

.header-main .entire-action-header {
    padding: 0;
}

/*end language*/
@media (min-width: 992px) {
    .col-lg-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .cus-row-rating-width > div:nth-child(1) {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .cus-row-rating-width > div:nth-child(3) {
        flex: 0 0 30%;
        max-width: 30%;
    }
}

.fix-2dong {
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.cus-nd-center-home {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 12;
    opacity: 0;
}

.article-item:hover .cus-nd-center-home {
    opacity: 1;
}

.item-box {
    position: relative;
}

.item-box:before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    max-width: 100%;
    height: 100%;
    /*margin: 20px;*/
    background-color: rgba(0, 0, 0, .7);
    z-index: 10;
    opacity: 0;
    transition: all ease .8s;
}

.item-box:hover:before {
    /* left: 40px; */
    /* right: 40px; */
    /* top: 40px; */
    /* bottom: 40px; */
    opacity: 1;
}

.is-mobile .cus-padding-top-bot {
    padding: 20px 0;
}

.cus-de-position {
    position: relative;
    z-index: 9;
}

.form-lien-he .form-control {
    background: #fff;
    border: 1px solid var(--color-highlight);
}

.article-item.cus-datieubieu {
    height: auto;
}

.po-relative {
    position: relative;
}

/*.cus-datieubieu .inner-content {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    background: #ffffffa6;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*}*/
.bg-left-lh-ngay-ctsp {
    background-color: #31bf75;
    background: var(--linear, linear-gradient(175deg, #FCBC4E 0%, #d7a53f 37.63%, #F5636E 76.00%, #FB9720 100%)) !important;
    color: white;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.bg-right-lh-ngay-ctsp {
    background-color: #444a6e;
    background: var(--linear, linear-gradient(175deg, #205090 0%, #4b6a93 37.63%, #444a6e 76.00%, #205090 100%)) !important;
    color: white;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.border-highlight {
    background: #fff !important;
    border: 1px solid var(--color-highlight) !important;
    border-radius: 5px !important;
}

.form-lien-he textarea.form-control {
    height: 115px;
}

.color-linear-highlight {
    background: var(--linear, linear-gradient(175deg, #FCBC4E 0%, #d7a53f 37.63%, #F5636E 76.00%, #FB9720 100%)) !important;
}

.bg-custom {
    background: gray;
}

.search-custom .form-control {
    width: 15rem;
    border: none;
    background: white;
}

.search-custom button {
    background: white;
    border: none;
    color: var(--color-highlight);
}

.search-custom button:hover {
    background: var(--color-top);
    color: white;
}

.ratio-custom {
    aspect-ratio: 407/305;
}

.title-cam .article-item .article-title a {
    /* color: #ff0000; */
}

.ds-duan .article-title a {
    /*color: #ff0000;*/
}

/*.video-text .btn-xem-them{*/
/*    left: -130px;*/
/*}*/
.is-mobile .video-text .container {
    padding: 0;
}

.btn-xem-them {
    position: absolute;
    text-transform: uppercase;
    font-size: 1.6rem;
    /* position: relative; */
    top: -50px;
    right: 0;
    color: #ff0000 !important;
}

.text-end {
    /* text-align: end !important; */
    position: relative;
}

.bg-du-an {
    background: #EFF2F8;
}

.bg-tongquanduan, .bg-lydochonduan, .bg-tienichduan, .bg-thuvienvideo, .article_detail footer {
    background: #f0ffff;
    /*padding: 0.7rem 0 !important;*/
}

.bg-anh {
    background: #EFF2F8;
}

.bg-doi-tac {
    background: #EFF2F8;
}

/*.title-section { */
/*    margin-bottom: 1.5rem;   */
/*}*/
@media (min-width: 992px) {
    .fs-du-an-home .article-title {
        font-size: 21px !important;
    }

    .fs-du-an-home .inner-content {
        position: absolute;
        bottom: 0;
        background-color: #ffffff94;
        width: 100%;
    }

    /*.fs-du-an-home .title-section {*/
    /*    font-size: 25px !important;*/
    /*}*/
    /*.bg-tin-tuc .news .title-section  {*/
    /*    font-size: 25px;*/
    /*}*/
    .ds-duan .article-title a {
        font-size: 18px !important;
    }

    .product-item .product-title a {
        font-size: 18px !important;
    }
}

.bg-gioithieuduan, .bg-vitriduan, .bg-matbangduan, .bg-dkithamquan, .bg-tintucduan {
    background: #EFF2F8;
}

.categories .categories-section > li > a::before {
    content: "" !important;
    display: inline-block;
    width: 5px;
    height: 5px;
    background: var(--gray-bold);
    top: 50%;
}

/*CSS by quyettq2*/
.home .bg-tin-tuc .article-item .article-title a {
    text-align: left !important;
}

/*.product-description p strong {*/
/*    color: var(--color-main);*/
/*}*/
.product-item .product-title a {
    font-weight: 500;
}

.bg-tin-tuc .news .cus-datieubieu.article-item .article-title {
    min-height: 64px;
    position: absolute;
    bottom: 0;
    background-color: #ffffff94;
}

.news .cus-datieubieu.article-item .article-title {
    line-height: 1.3;
}

.color-text {
    color: var(--color-text);
}

.video-product {
    margin-bottom: 20px;
    /*border: 1px solid #ddd;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
}

.media-video .video-title {
    font-size: 18px;
    font-weight: 500;
}

footer, .bg-tin-tuc, .bg-video {
    font-size: 16px;
    background: #F0FFFF !important;
}

.title-top {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.title-top i {
    color: white;
}

.modal-header {
    color: var(--color-highlight);
}

.modal-header div {
    text-transform: uppercase;
}

.modal-body .form-control {
    background: #fff;
    border: 1px solid var(--color-highlight);
}

.modal-content {
    border: 2px solid var(--color-highlight);
    border-radius: 15px !important;
}

#formrating .modal-header {
    border: none;
}

#formrating .rating-form {
    padding: 0 1rem;
    margin-bottom: 1rem;
}

/*#formrating label {*/
/*    color: var(--color-highlight);*/
/*}*/
.product-description {
    color: var(--gray-bold);
    font-weight: normal;
}

.product-description {
    /*white-space: pre-wrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 16px !important;
}

.product-description p {
    margin-bottom: 0px !important;
}

.swiper-slide--wrap.image-lib, .swiper-slide--wrap.video-lib {
    bottom: 0;
    top: auto;
    transform: none;
    background: rgb(255 255 255 / 15%);
    left: 0;
    border-radius: 0;
    width: 100%;
    text-align: center;
    min-height: 64px;
}

.swiper-slide--wrap.image-lib .swiper-slide--description, .swiper-slide--wrap.video-lib .swiper-slide--description {
    font-weight: 500;
    line-height: 34px;
    font-size: 2.1rem;
}

.swiper-slide--wrap.video-lib {
    position: absolute;
    bottom: 0;
    background-color: #ffffff94;
    width: 100%;
}

.bg-anh .swiper-thumbs .swiper-slide.swiper-slide-thumb-active, .bg-video .swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-width: 2px;
}

.fs-du-an-home .cus-datieubieu.article-item .article-title {
    min-height: 48px;
    height: 48px;
    line-height: 28px;
}

.rating-form .form-group textarea.form-control {
    min-height: 8rem;
}

.swiper-slide--wrap.image-lib .swiper-slide--description {
    font-weight: 400;
}

/*End css by quyettq2*/
.title-detail-article {
    font-size: 21px;
}

.article-title.article-title-du-an {
    height: auto;
}

.swiper-cus-next-prew .swiper-button-prev, .swiper-cus-next-prew .swiper-button-next {
    top: 48%;
    transform: translateY(-48%);
    /*color: red;*/
    font-size: 3rem;
}

.cus-block-tintucsukien .swiper-cus-next-prew .swiper-button-prev, .cus-block-tintucsukien .swiper-cus-next-prew .swiper-button-next {
    top: 28%;
    transform: translateY(-28%);
}

.cus-block-tintucsukien .swiper-button-next, .cus-block-tintucsukien .swiper-button-prev {
    top: 35%;
}

.color-blue {
    color: var(--color-highlight);
}

.btn-danhgia-form-ct-duan {
    background: var(--linear, linear-gradient(175deg, #FCBC4E 0%, #d7a53f 37.63%, #F5636E 76.00%, #FB9720 100%)) !important;
    /* background: var(--color-highlight); */
    border-radius: 3px;
    height: calc(1.5em + 1.7rem + 2px);
    padding: 0.85rem 1.25rem;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    margin-top: 18px;
    color: white;
}

/*.btn-danhgia-form-ct-duan:hover {*/
/*    background: white !important;*/
/*    border: 1px solid var(--color-highlight) ;*/
/*}*/
.ratio-83 {
    padding-top: 83%;
}

.article .effect-image::before, .article .effect-video::before {
    display: none;
}

.is-mobile .slider-banner-duan .swiper-slide img {
    min-height: 32rem;
}

#popup-dangkydathang {
    padding: 0 !important;
}

.main_link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6%;
    width: max-content;
    margin: auto;
    border-radius: 5px;
    font-weight: 600;
    background-color: #3b332069;
    border-color: white !important;
    color: #f0eeee !important;
    font-size: 19px;
}

.is-mobile .main_link {
    bottom: 9%;
}

body.bjfitgd .menu-section > ul > li > a {
    /*color: var(--color-highlight2);*/
}

.bg-hl-2 {
    background-color: var(--color-highlight2) !important;
}

.article-content *, #content * {
    font-size: 16px !important;
}

.border-dasher-giaban img {
    max-height: 58rem;
    object-fit: contain;
    object-position: center;
}

.cs-pointer {
    cursor: pointer;
}

@media (min-width: 576px) {
    .product-content-detail .modal-dialog {
        /*margin: 22.5vh auto;*/
    }

    .binhluan-sanpham .modal-dialog {
        /*margin: 22.5vh auto;*/
    }
}

@media (min-width: 1200px) {
    .modal-content {
        height: 540px;
        position: absolute;
        top: 95px;
    }
}

@media (min-width: 1000px) {
    .quick_search_content {
        display: block !important;
    }
}

@media (max-width: 1000px) {
    .header-mobile {
        position: relative;
    }

    .header-mobile > .container > .row > div {
        position: static;
    }

    .quick_btn[aria-expanded="true"] i::before {
        content: "\f00d";
        transition: all .5s linear;
    }

    .quick_search_content {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 100;
        background-color: white;
        transform: none;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        transition: all .3s ease-in-out;
    }

    .quick_search_content.show {
        height: max-content;
    }

    .quick_search_content a {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .is-mobile.article_detail.modal-open .modal-dialog-centered {
        min-height: auto !important;
    }
}

.menu-du-an-scroll .menu-section > ul > li > a {
    color: white;
}

.article-content * {
    font-size: 16px !important;
}

.bg-breadcrums {
    /*background: linear-gradient(to bottom, #3F7EB3, #4A84B4, #427FAC, #5089BE);*/
    background-image: url('https://cdn3022.cdn4s6.io.vn/media/icon/z7002805739185_eba19cc9074e053b5a32e21960bfad27.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.bg-chinhssachduan {
    background-color: #f0ffff;
}

.bg-menu-scroll-du-an {
    /*background-color: #457ba9;*/
    background-image: url('https://cdn3022.cdn4s6.io.vn/media/icon/z7002805739185_eba19cc9074e053b5a32e21960bfad27.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.article_detail .title-section {
    margin-bottom: 15px;
}

.slider-banner-duan.slide-banner-home .swiper-slide--description {
    margin-bottom: 0.5rem;
}

.slider-banner-duan.slide-banner-home .swiper-slide--description span
 {
    background: rgba(255, 255, 255, 0.8);
    padding: 1rem 1.5rem;
    border-radius: 5px;
    color: var(--color-highlight);
    font-weight: 600;
    transition: 0.3s;
}

.slider-banner-duan.slide-banner-home .swiper-slide:hover .swiper-slide--description span {
    color: #007bff;
}





























