section.process .process-item {
    position: relative;
    text-align: center;
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
}



.row-service-process {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.service-home-2 .box-4,
.service-home-2 .box-5,
.service-home-2 .box-6 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 8px 0;
    font-size: 30px;
    line-height: 48px;
}

.service-home-2 {
    position: relative;
    background-image: url(../images/backgroud_01.png);
    background-position: right;
}

.service-home-2 .box-4 {
    background: #863ae2;
}

.service-home-2 .box-5 {
    background: #3a6ae2;
}

.service-home-2 .box-6 {
    background: #E23A59;
}

.service-home-2 .col-service-process:nth-child(4) h3 {
    color: #863ae2;
}

.service-home-2 .col-service-process:nth-child(5) h3 {
    color: #3a6ae2;
}

.service-home-2 .service-box {
    padding: 15px 12px;
}

.service-home-2 .text-box h3 {
    font-size: 16px;
    line-height: 23px;
}

section.process {
    background: url(../images/bg_image_03.png) center / cover no-repeat;
}

@media(min-width:992px) {
    .language-mobile {
        display: none;
    }
}

@media(max-width:992px) {
    .navbar-toggler {
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
    }

    .header-main .navbar-toggler span {
        height: 18px;
    }

    .header-main .navbar-toggler i {
        color: #333;
    }

    .language-mobile {
        position: absolute;
        right: 60px;
        top: 50%;
        transform: translateY(-50%);
    }

    a.navbar-brand.mobile {
        margin-left: unset;
        margin-right: auto;
    }

    nav.navbar.navbar-expand-lg.navbar-light.bg.mobile {
        padding: 0;
    }

    .language-mobile a {
        margin-left: 6px;
    }
}

@media(max-width:768px) {
    .row-service-process {
        grid-template-columns: 100%;
    }
}

.service-home-2 .icon-box img {
    height: 80px;
    width: 80px !important;
    margin: auto;
}

.service-home-2 .text-box p {
    font-size: 14px;
}

@media(min-width: 768px) {

    .process-wrapper .swiper-button-next,
    .process-wrapper .swiper-button-prev,
    .process-wrapper .swiper-button-next,
    .process-wrapper .swiper-button-prev {
        display: block;
    }

    .service-slide-wrapper .swiper-slide .product-item {
        margin: 20px;
    }

    section.process .process-wrapper {
        display: unset;
    }

    .service-slide-wrapper .swiper-button-next,
    .service-slide-wrapper .swiper-button-prev {
        background-image: unset;
        width: 40px;
        height: 40px;
        background: #cccccc8c;
        border-radius: 50%;
    }

    .service-slide-wrapper .swiper-button-next {
        right: -12px;
    }

    .service-slide-wrapper .swiper-button-prev {
        left: -12px;
    }

    .service-slide-wrapper .swiper-button-next i,
    .service-slide-wrapper .swiper-button-prev i {
        position: absolute;
        left: 50%;
        top: 50%;
        color: #145D2F;
        font-weight: 600;
        font-size: 30px;
        transform: translate(-50%, -50%);
    }


    .process-wrapper .swiper-button-next,
    .process-wrapper .swiper-button-prev {
        background-image: unset;
        width: 40px;
        height: 40px;
        background: #cccccc8c;
        border-radius: 50%;
    }

    .process-wrapper .swiper-button-next {
        right: -12px;
    }

    .process-wrapper .swiper-button-prev {
        left: -12px;
    }

    .process-wrapper .swiper-button-next i,
    .process-wrapper .swiper-button-prev i {
        position: absolute;
        left: 50%;
        top: 50%;
        color: #145D2F;
        font-weight: 600;
        font-size: 30px;
        transform: translate(-50%, -50%);
    }

}

@media(max-width: 768px) {
    .home .header-main {
        position: relative;
    }
}

@media(max-width: 740px) {

    .service-slide-wrapper .swiper-button-next,
    .service-slide-wrapper .swiper-button-prev,
    .process-wrapper .swiper-button-next,
    .process-wrapper .swiper-button-prev {
        background: unset;
        width: 35px;
        height: 35px;
        border-radius: 50px;
        background: #fff;
        display: flex;
    }

    .service-slide-wrapper .swiper-button-next i,
    .service-slide-wrapper .swiper-button-prev i,
    .process-wrapper .swiper-button-next i,
    .process-wrapper .swiper-button-prev i {
        margin: auto;
        font-weight: bold;
    }

    .service-slide-wrapper .swiper-button-next,
    .process-wrapper .swiper-button-next {
        right: -10px;
        box-shadow: 1px 6px 4px -3px #959595;
    }

    .service-slide-wrapper .swiper-button-prev,
    .process-wrapper .swiper-button-prev {
        left: -10px;
        box-shadow: 1px 6px 4px -3px #959595;
    }

    .process-wrapper .swiper-button-next,
    .process-wrapper .swiper-button-prev {
        top: 48px;
    }

    .slider-home .swiper-slide .slide-link img {
        height: 176px;
    }

    section.advantages,
    .sign-consultation {
        padding-top: 30px;
        padding-bottom: 30px;
    }



}

@media(max-width: 640px) {
    .product-item {
        margin: 6px;
    }

    .product-item .product-image img {
        height: 145px;
    }

    section.process .process-item::after {
        transform: unset;
        right: -66px;
        top: 20px;
    }

    section.process .process-wrapper {
        display: unset;
    }





}

section.process .process-item .process-img img {
    height: unset;
    width: unset;
}

.service-process .service-box {
    height: 212px;
    margin-bottom: 50px;
    overflow: hidden;
    transition: all 0.3s;
}

.btn_readmore {
    text-align: center;
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    bottom: 45px;
    width: 100%;
    background: #ebebeb;
}

.btn_readmore i {
    color: #fcc82b;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s;
}

.btn_readmore.active i {
    transform: rotate(-180deg);
}

.btn_readmore::before {
    height: 70px;
    margin-top: -65px;
    content: -webkit-gradient(linear, 0% 90%, 0% 0%, from(#ebebeb), color-stop(0.2, #ededed), to(rgba(255, 255, 255, 0)));
    display: block;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.service-box.active {
    height: 420px;
}

.post-list .post-item a img {
    object-fit: cover;
}

.header-main .main-nav .navbar-nav .sub-menu li:hover a {
    color: #145D2F !important;
}

.page_title {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.service-home .grid-col:first-child .service-item .text-box {
    padding-left: 10px;
    padding-right: 10px;
}

.service-content .col-inner {
    height: 100%;
}

section.solution .solution-title {
    padding-bottom: 10px;
}

.service-home .text-box .des-short {
    display: none;
}

.service-home .text-box .des-short p {
    font-weight: 500;
    line-height: 23px;
}

/*add style phuonghv 20/10/2022*/



.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
    top: -60px;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {



    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }

    a.certificate img {
        position: absolute;
        top: -93px;
    }

    .info {

        text-align: center;
    }
}


.popup__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    color: #fff;
    background-color: #000;
    border: 2px solid #dee2e6;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.popup__close::after,
.popup__close::before {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
    transform: translate(-50%, -50%) rotateZ(45deg)
}

.popup__close_2::after {
    -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
    transform: translate(-50%, -50%) rotateZ(-45deg)
}


.popup__close_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 10px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    color: #fff;
    background-color: #000;
    border: 2px solid #dee2e6;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.popup__close_2::after,
.popup__close_2::before {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
    transform: translate(-50%, -50%) rotateZ(45deg)
}

.popup__close_2::after {
    -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
    transform: translate(-50%, -50%) rotateZ(-45deg)
}

.popup .modal-content {
    background: 0;
    border: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.popup .modal-content img {
    width: 100%;
}

.n-popup {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.3);
}



.n-popup.show {
    display: flex;
    animation: fadeIn 0.4s ease-out;
}

.n-popup_2 {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.3);
}

.n-popup_2.show {
    display: flex;
    animation: fadeIn 0.4s ease-out;
}

.related-posts-item img {
    height: 175px;
    object-fit: cover;
}

@media(max-width:540px) {
    .related-posts-item img {
        height: auto;
    }


    .dk_tt {
        background: #fff;
        border-radius: 20px;
        padding: 0px;
        width: 100% !important;
        margin: 0 auto;
    }

    .dk_ff p {
        padding: 20px;
    }
}

.sidebar-post-item .post-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 4.5em;
}




.post-detail {
    width: 100%;
}

.page-tempate {
    width: 100%;
}

.product-content-wrapper {
    width: 100%;
}

.header-main {
    position: relative;
}

@media (max-width: 992px) {


    .language-mobile {
        display: none;
    }

    .post-detail {
        width: 100% !important;
    }

    .page-tempate {
        width: 100% !important;
    }

    .product-content-wrapper {
        width: 100% !important;
    }

    .gp_ct {
        border: 1px solid #fff;
        border-radius: 100px;
        width: 150px !important;
        height: 150px !important;
        left: 8px !important;
        position: relative;
        background: #fff;
    }

    .item_fk a {
        color: #fff;
        font-size: 18px !important;
    }




    .price_item {
        width: auto !important;
        margin: auto;
    }

    .item_pr {
        width: 100% !important;
    }

    .items:nth-child(2) .item_pr {
        transform: scale(1.0) !important;
    }

    .img_frame_uu {
        height: 282px !important;
    }

    .item-dv {
        background: #d3ebc3;
        padding: 15px;
        min-height: auto !important;
        box-shadow: 0px 0px 11px 3px #00000040;
    }

    .contet_ud {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .sapo_identified {
        margin-top: 0 !important;
        margin: 10px !important;
    }

    .title_identified {
        position: absolute;
        top: -532px !important;
        right: 0;
    }

    .sapo_lifecycle {
        padding-top: 0 !important;
    }

}

.product-gallery .gallery-1 {
    max-height: 500px;
}

.product-gallery .gallery-1 img {
    height: 500px;
    object-fit: contain;
}

.product-gallery .gallery-2 .swiper-slide {
    cursor: pointer;
}


.service-banner {
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    overflow-x: clip;
    height: 600px;
}

.service-banner .text-banner {
    /*    background-color: #843c0cad;*/
    padding: 185px 55px;
}

.service-banner .btn-advise {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 15px;
    background: #831601;
    border-radius: 4px;
    /*    border: 1px solid;*/
}

section.steps .section-title::after {
    content: unset;
}

section.steps .steps-label {
    color: #fff;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

section.steps .steps-label:after {
    content: '';
    width: 30px;
    height: 30px;
    background: #5d5d5d;
    display: block;
    position: absolute;
    top: -4px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    border-radius: 10px;
}

section.steps .icon-box {
    position: relative;
    width: 120px;
    height: 120px;
    padding: 0;
    border-radius: 100px;
    border: 1px dashed #333;
}

section.steps .icon-box a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

section.steps .service-item {
    padding: 10px;
    position: relative;
}

section.steps .service-item::after {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 26px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: -18px;
}

section.steps .grid-col:last-child .service-item::after {
    content: unset;
}

section.steps .text-box p {
    font-size: 14px;
    font-weight: 500;
}

h2.section-title {
    font-size: 24px;
    font-weight: 700;
}

.strategy-content-wrapper .nav {
    justify-content: space-evenly;
}

/*.strategy-content-wrapper ul {
    border-bottom: 1px solid #333;
}

.strategy-content-wrapper ul li.nav-item {
    padding-bottom: 10px;
}

.strategy-content-wrapper ul li.nav-item {
    position: relative;
}

.strategy-content-wrapper ul li.nav-item a {
    font-size: 22px;
}

.strategy-content-wrapper ul li.nav-item a.active::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #548235;
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
}*/

h2.section-title::after {
    content: unset;
}

.gallery-item {
    position: relative;
    padding: 8px
}

.gallery-item .box-text {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.box-text .gallery-label,
.box-text .gallery-name,
.box-text .gallery-date {
    color: #fff;
}

.gallery-item .box-img {
    width: 100%;
    height: 300px;
}

.gallery-item .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

i.fa-angle-down.rotate {
    transform: rotate(180deg);
    transition: all 0.3s;
}

section.bg-faq {
    background: #eee;
}

section.faq .card {
    background-color: unset !important;
    border: unset;
    border-top: 1px solid #ccc;
}

section.faq .card-header {
    background: unset;
    border: unset;
    padding: 6px 10px;
}

section.faq .card-header button {
    color: #333;
}

.faq-title {
    color: #c80d0d;
}

.faq-title:after {
    content: '' !important;
    width: 120px;
    height: 2px;
    background: rgb(68, 68, 68);
    display: block;
}

.gallery-item .box-img {
    overflow: hidden;
}

.gallery-item .box-img img {
    transition: all 0.3s;
}

.gallery-item:hover .box-img img {
    transform: scale(1.1);
}

.service-banner .btn-advise:hover {
    background: linear-gradient(to bottom, #789465, #437126);
}

.whyUs-item .box-icon {
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
}

.whyUs-item .box-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.whyUs-item .box-text {
    padding: 5px 16px;
}

.whyUs-item .box-text h3 {
    font-size: 18px;
    padding-left: 82px;
    padding-right: 82px;
    line-height: 25px;
}

.whyUs-item .box-text p {
    font-size: 14;
    text-align: justify;
}

section.service-about {
    background: #f2f2f2;
    overflow-x: clip;
}

section.service-about .about-img,
section.service-about .about-img img,
section.service-about .box-img {
    height: 100%;
}

section.service-about .about-img {
    width: 100%;
    justify-content: center;
}

section.service-about .about-content h3 {
    font-size: 20px;
    font-weight: 400;
}

section.service-about .about-img {
    /*    transform: skew(-10deg);*/
    text-align: center;
}

section.service-about .about-img img {
    width: 100%;
    object-fit: cover;
}

.grid-row.gallery-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 4px;
}

.grid-row.gallery-images .grid-col:first-child {
    grid-column: 1/3;
}

.grid-row.gallery-images .grid-col:nth-child(4) {
    grid-column: 2/4;
}

.strategy-content-wrapper .strategy-2 .swiper-wrapper {
    border-bottom: 1px solid #333;
}

.strategy-content-wrapper .strategy-2 .swiper-slide-thumb-active a:after {
    content: '';
    width: 65%;
    height: 2px;
    background: #548235;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
}

.strategy-content-wrapper .strategy-2 .swiper-slide a {
    margin-bottom: 2px;
}

.strategy-content-wrapper {
    position: relative;
}

.strategy-next {
    right: -60px;
}

.strategy-prev {
    left: -60px;
}

.strategy-next,
.strategy-prev {
    filter: brightness(0.5);
    background-size: 75%;
    display: none;
}

.control-strategy:hover .strategy-next,
.control-strategy:hover .strategy-prev {
    display: block;
}

@media(max-width:540px) {
    .gallery-item {
        margin-bottom: 10px;
        padding: 0;
    }

    section.steps .icon-box {
        width: 80px;
        height: 80px;
    }

    section.steps .service-item::after {
        content: unset;
    }

    .service-home.steps {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .strategy-content-wrapper ul li.nav-item a {
        font-size: 18px;
    }

    h2.section-title {
        font-size: 16px;
        line-height: 28px;
    }

    section.service-about .about-content h3 {
        font-size: 18px;
    }

    .strategy-content-wrapper .strategy-2 .swiper-slide a {
        font-size: 14px;
    }


    .grid-row.gallery-images {
        display: block;
    }


}

/*add sytle phone */

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
    background-color: #81d742;
}

#phone-vr .phone-vr-circle-fill {
    opacity: 0.7;
    box-shadow: 0 0 0 0 #81d742;
}



#button-contact-vr {
    position: fixed;
    bottom: 0;
    z-index: 99999;
}

#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}


#button-contact-vr .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;
}


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



.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, .7);
    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-img-circle {
    background-color: #2196F3;
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    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;
}

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

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    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%);
}

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

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
    background-color: #81d742;
}

.phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
}

.phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
}

#button-contact-vr {
    position: fixed;
    bottom: 0;
    z-index: 99999
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px
}

#button-contact-vr .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 #c31d1d;
    background-color: rgba(230, 8, 8, .7);
    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
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    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
}

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

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    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(.9)
    }

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

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

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

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

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

.phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap
}

.phone-bar a:hover {
    opacity: .8;
    color: #fff
}

@media(max-width:736px) {
    .phone-bar {
        display: none
    }
}

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

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

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113, 68, 151, .8)
}

#viber-vr .phone-vr-img-circle {
    background-color: #714497
}

#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, .7)
}

#contact-vr .phone-vr-img-circle {
    background-color: #2196F3
}




/*End*/


.sapo_text {
    color: #fff;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 40px;
}

/*css update  2023*/

section.advantages {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #dee2e6;
}


/*.advantages-item img {
    height: 75px;
}
*/



.counting {
    max-width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    color: #191616;
    padding: 10px 0;
    /*    margin-top: 30px;*/
    margin-bottom: 30px;
}

.counting__number {
    color: #005c17;
}

.counting__label {
    font-size: 16px;
    font-weight: bold;
    /*color: #fff;*/
}

.counting__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 5px 10px;
    border-right: 1px solid #e9ecef;
    height: 100%;
}

.item-counting:last-child .counting__item {
    border: unset;
}




section.about-us {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #141212;

}



section.about-us h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
}

section.about-us .questions {
    background: none;
}

.questions .card {
    margin-bottom: 5px;
    border: none;
    border-radius: unset;
    background: none;
    border-bottom: 1px solid #fff;
}

section.about-us .card-header button {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
}

.about-right {
    background: #ffaf00;
    padding: 10px;
}


.about-right span {
    color: #000;
}

.regis-form {
    border-radius: 20px;
    padding: 0;
    width: 100%;
    margin-left: auto;
}

.regis-form .form-control {
    border-radius: 0;
}


.title_kh {
    float: right;
    margin-right: 31px;
    font-weight: bold;
}

section.uudiem {

    background: url(../images/bg_02.jpg) center / cover no-repeat;
}


.img_frame_uu img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 11px 3px #00000040;
    border-radius: 20px;
    margin-top: 80px;
}

.img_frame_uu {
    height: 655px;
}

.img_dv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_dv {
    height: 580px;
}


.item_dvhh {}

.service-item.text-center.img_ff.wow.fadeInUp.animated.animated.animated {
    box-shadow: 0px 0px 11px 3px #ffffff40;
}




a.hv_dvhh {
    color: #000;
}

.img_dvhh.text-left img {
    width: 28px;
}

.img_ff {
    height: 627px;
}

.img_ff img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}




/*.item_dvhh::after {
    content: '';
    width: 150px;
    height: 150px;
    position: absolute;
    left: 5px;
    z-index: -1;
    top: -10px;
    border-top: 10px solid #49a80f;
    border-left: 10px solid #49a80f;
}*/

.item_dvhh:hover {
    background: #005c17d4;
    color: #fff !important;
    /*    box-shadow: 0px 0px 11px 3px #42970e;*/
}



.title_dvhh {
    font-size: 18px;
    font-weight: bold;

}

span.title_home_dv {
    color: #fff;
}


.gp_ct {
    border: 1px solid #fff;
    border-radius: 100px;
    width: 150px;
    height: 150px;
    left: 53px;
    position: relative;
    background: #fff;
}

.gp_ct img {
    top: 3px;
    position: relative;
}



.gp_ct:hover {
    border: 5px solid #145d2f;
}

.gp_title.text-center {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 34px;
    margin-top: 26px;
}

.item_gp.text-center .view-more {
    font-weight: bold;
    color: #ffffff;
    font-size: 20px;
    background: #008000;
    padding: 10px;
    border-radius: 5px;
}

.title_dv.text-center {
    padding: 70px;
}

.item-dv {
    background: #d3ebc3;
    padding: 15px;
    min-height: 292px;
    box-shadow: 0px 0px 11px 3px #00000040;
}

.item-dv:hover {
    background: #005c17d4;
    color: #fff;
}



.title_dvit {
    font-weight: bold;
}

/*.item-dvs:first-child .item-dv::after {
    content: '';
    width: 150px;
    height: 150px;
    position: absolute;
    left: 5px;
    z-index: -1;
    top: -10px;
    border-top: 10px solid #28a745;
    border-left: 10px solid #28a745;
}*/

.col-lg-4.item-dvs {
    margin-bottom: 10px;
}

section.ff_dk.text-center {
    position: relative;
}

.item_fk {
    border-bottom-right-radius: 30px;
    background: linear-gradient(to right, #026102, #2b9d2b);
    width: 800px;
    margin: 0 auto;
    padding: 33px;
    border-top-left-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 30px;
}

.item_fk img {
    position: absolute;
    width: 189px;
    bottom: -95px;
    right: 0;
}


.item_fk a {
    color: #fff;
    font-size: 22px;
}

.fk {
    margin-left: 40px;
}




/*modal dk_ff */

.dk_ff {
    text-align: center;
}

.dk_ff h3 {
    margin-top: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.dk_ff span {
    font-size: 20px;
    color: #fff;
}


.dk_tt {
    background: #fff;
    border-radius: 20px;
    padding: 0px;
    width: 600px;
    margin: 0 auto;
    min-height: 360px;
}

.modal-content.dt_tv_item {
    border: none;
    background: none;
}


h3.sp_from_23 {
    background: #f2f2f2;
    color: #666666;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding: 10px;
}

.regis-form .form-control {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border: 1px solid #ccc;
}

section.dichvuxuly {
    background-image: url(../images/backgroup-dichvu.png);
}


.counting__number {
    display: inline-flex;
}

.counting__number p {
    margin-top: 0px;
}

/*banggia*/
section.price_home {
    margin-top: 30px;
    margin-bottom: 30px;
}

.title_pr_home h3 {
    padding: 40px;
    font-size: 30px;
    font-weight: bold;
}

.sapo_pr_home {
    padding: 20px;
    margin-bottom: 60px;
}

.price_item {
    width: 1000px;
    margin: auto;
}


.item_pr {
    width: 280px;
    text-align: center;
    border: 2px solid #008000;
    padding: 64px 0;
    border-radius: 40px;
    transition: all 0.2s;
    margin-bottom: 40px;
}


.item_p ul li {
    margin-bottom: 16px;
    list-style-type: none;
    text-align: justify;
    margin-left: 40px;
    font-weight: bold;
}

.items:nth-child(2) .item_pr {
    transform: scale(1.3);
    background: green;
    color: #fff;
}

.row.home_one_pr {
    margin-bottom: 50px;
}


.item_pr:hover {
    background: #008000;
    color: #fff;
    transform: scale(1.0);
}


.item_p ul li::before {
    content: "\f0a4";
    font-family: 'FontAwesome';
    margin-right: 10px;
}

.btn-dk_ff a {
    margin-top: 20px;
    color: #fff;
    background: #008000;
    border-radius: 5px;
    padding: 7px;
    border: 2px solid #fff;
}

.btn-dk_ff {
    text-align: center;
    margin-top: 40px;
}

.home_one_pr.wow.fadeInUp.animated.animated.animated {
    text-align: center;
}


.home_one_pr.wow.fadeInUp.animated.animated.animated h3 {
    /*    text-transform: uppercase;*/
    font-weight: bold;
    color: #008000;
    font-size: 35px;
}




/*camket*/

section.camket_home {
    background: url(../images/bg_image_02.jpg) center / cover no-repeat;
    padding: 20px;
    text-align: center;
    color: #fff;
}



.item_ck {
    color: #000;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    margin-bottom: 30px;
}

.title_ck {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.sapo_ck {
    text-align: initial;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 4px;

}

.news-2__sapo {
    font-size: 16px;
}

.item_uudiem {
    margin-top: 40px;
}

/*End*/

/*End*/

/*End*/


/**/

/*Custom dịch vụ 16/05/2023*/

.harms {
    padding: 70px;
    background: #EBEBEB;
    position: relative;
}

.harms:after {
    content: '';
    border-bottom: 10px solid #008000;
    display: block;
    position: absolute;
    width: 500px;
    height: 10px;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}



.item_hrams {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 11px 3px #00000040;
    transition: all 0.2s;
}

.item_hrams:hover {
    scale: 1.1;
}


.title_hrams {
    font-size: 16px;
    font-weight: bold;
}


section.effective_solution {
    margin-bottom: 30px;
    margin-top: 30px;

}


.items_effective_solution {
    margin-top: 20px;
}

.list_item_solution {
    background: #ebebeb;
    margin-bottom: 28px;
    padding: 18px;
    position: relative;
    box-shadow: 0px 0px 11px 3px #00000040;
}

.list_item_solution::after {
    content: '';
    border-bottom: 4px solid #008000;
    display: block;
    position: absolute;
    width: 300px;
    height: 10px;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}


.title_solution {
    font-weight: bold;
    font-size: 16px;
}

section.lifecycle {
    margin-top: 30px;
    margin-bottom: 30px;
}



.sapo_lifecycle {
    padding-top: 110px;
}


.img_lifecycle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img_lifecycle {
    height: 382px;
}


section.identified {
    margin-top: 140px;
    margin-bottom: 30px;
    background: #ebebeb;
    position: relative;
}

.title_identified {
    position: absolute;
    top: -93px;
    right: 0;
}

.img_identified {
    height: 400px;
}


.img_identified img {
    width: 70%;
    height: 100%;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    object-fit: cover;
    position: absolute;
    bottom: 40px;
}


.sapo_identified {
    margin-top: 77px;
}

.sapo_benefit {
    margin-bottom: 20px;
}



.list_benefit {
    background: #fff;
    margin-bottom: 99px;
    margin-top: 90px;
    padding: 40px;
    box-shadow: 0px 0px 11px 3px #00000040;
}

.news-2__title a {
    color: #ffaf00;
}

.benefit {
    position: relative;
    margin-bottom: 20px;
}

.benefit:after {
    content: '';
    border-bottom: 10px solid #008000;
    display: block;
    position: absolute;
    width: 500px;
    height: 10px;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

section.service_process {

    background-image: url(../images/backgroud_01.png) center / cover no-repeat;
    padding-top: 30px;
}

ul.nav.step {
    margin-top: 40px;
}


.step__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: -webkit-gradient(linear, right top, left top, from(#008000), to(#008000));
    background: linear-gradient(to left, #008000, #008000);
    color: #fff;
    font-weight: 700;
    margin-right: 20px;
}


li.nav-item.border_l:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #000;
    top: 8px;
    left: 30px;
    z-index: -1;
}

li.nav-item.border_l {
    position: relative;
}


/*End*/


/*Mega mmenu*/

@media (min-width: 992px) {
    .header-main span.btn-dropmenu {
        display: none;
    }

    .nav-item .sub-menu {
        overflow: hidden;
        animation-name: menu-effect-out;
        animation-duration: 0.2s;
        animation-direction: alternate;
        animation-fill-mode: forwards;
        animation-timing-function: linear;
        transition: all 0.2s ease;
        visibility: hidden;
        height: auto;
        position: absolute;
        z-index: 10000;
    }

    .nav-item:hover .sub-menu {
        /*  display: revert !important;*/
        animation-name: menu-effect-in;
        visibility: visible;
        /*  animation-duration: 0.3s;*/
        animation-direction: alternate;
        animation-fill-mode: backwards;
        animation-timing-function: linear;
        visibility: visible;
    }

    @keyframes menu-effect-in {
        from {
            height: 0px;
            opacity: 0.5;
        }

        to {
            height: 200px;
            opacity: 1;
        }
    }

    @keyframes menu-effect-out {
        from {
            height: auto;
            opacity: 1;
        }

        to {
            height: 0;
            opacity: 0;
        }
    }

    .nav-item .sub-menu {
        background-color: #ffffff;
        min-width: 160px;
        padding: 5px;
        box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
    }

    /* .header-main .main-nav .navbar-nav .nav-item .sub-menu li a {
        font-size: 12px;
        color: #777 !important;
        font-weight: 400;
        text-transform: uppercase;
        white-space: nowrap;
        padding: 6px 14px 6px 7px;
        font-size: 0.9em;
        line-height: 20px;
    }*/

    .header-main .main-nav .navbar-nav .nav-item .sub-menu li:hover {
        background: #f4f4f4;
    }

    .header-main .main-nav .navbar-nav .nav-item .sub-menu li {
        border-bottom: 1px solid #f2f2f2;
    }

    .header-main .main-nav .navbar-nav .nav-item .sub-menu li:last-child {
        border: unset;
    }

    .main-nav .navbar-nav .menu-item-mega a {
        position: relative;
    }

    .menu-item-mega {
        position: static !important;
    }

    .menu-item-mega .mega-item a {
        text-transform: inherit;
    }

    div.mega-menu {
        position: absolute;
        width: 100%;
        background: #fff;
        right: 0px;
        z-index: 100;
        top: 110px;
        opacity: 0;
        visibility: hidden;
        padding: 35px 31px 20px;
        box-shadow: 0 1px 3px 0 #eee;
        transition: all 0.3s;
    }

    div.mega-menu .mega-item a {
        color: #333;
        padding-left: 0;
        padding-right: 0;
        text-transform: inherit;
    }

    div.mega-menu ul {
        list-style: none;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        margin-left: auto;
        padding-left: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    div.mega-menu .mega-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex;
    }

    div.mega-menu .mega-item:before {
        content: "\f105";
        display: block;
        color: #FF000A;
        font-family: 'FontAwesome';
        margin-right: 5px;
        font-weight: bold;
    }

    .main-nav .nav-item:hover .mega-menu {
        top: 86px;
        opacity: 1;
        visibility: visible;
    }

    .navbar-brand.mobile {
        display: none;
    }

    .navbar-toggler {
        display: none;
    }

    .row-small {
        margin-left: -10px;
        margin-right: -10px;
    }

    .row-small .col-lg-2,
    .row-small .col-lg-3,
    .row-small .col-lg-4,
    .row-small .col-lg-6 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row-large .col-lg-2,
    .row-large .col-lg-3,
    .row-large .col-lg-4,
    .row-large .col-lg-6 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .row-large {
        margin-left: -30px;
        margin-right: -30px;
    }

    .row-smaller .col-lg-2,
    .row-smaller .col-lg-3,
    .row-smaller .col-lg-4,
    .row-smaller .col-lg-6 {
        padding-left: 6px;
        padding-right: 6px;
    }

    .row-smaller {
        margin-left: -6px;
        margin-right: -6px;
    }
}

.main-nav .mega-menu li {
    width: 100%;
    display: block;
    margin-bottom: 18px;
    font-size: 16px;
    /*    font-weight: bold;*/

}

a.cat-title h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    color: #000000c7;
}

a.cat-title span {
    font-size: 18px;
    font-weight: bold;
}

.main-nav .mega-menu li a {
    color: #000000c7 !important;
}


section.info_news {
    background: #1d8f47;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
    padding-bottom: 50px;
}

.list_info_news {
    padding: 20px;
    font-size: 16px;
}

a.btn_news_info {
    border: 1px solid #fff;
    font-size: 16px;
    padding: 9px;
    color: #fff;
    font-weight: bold;
}



/*add 10/06/2023*/
section.section_sale {
    padding-bottom: 10px;
    background: green;
    padding-top: 10px;
    font-size: 16px;
}

a.title_sale_10 {
    color: #fff;
    font-weight: bold;
}

a.view-more.text-uppercase.text-center {
    background: #fff;
    padding: 7px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-weight: bold;
    color: green;
}

/*Rung chữ*/
.rung {
    animation: code-pro-rung-lac 2s ease infinite
}

@-webkit-keyframes code-pro-rung-lac {
    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)
    }
}

/*End*/
/*End*/



/*ENd*/

footer .footer-title {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}



.bg-light {
    background-color: #f3f3f3 !important;
}



.header-main.is-fixed {
    position: fixed;
    background: #fff;
    z-index: 99;
    width: 100%;
}

.post-menu {
    display: none;
    background-color: #f3f3f3;
    border: 1px dashed #dee2e6;
    border-radius: 8px;
    padding: 12px 20px;
    margin-bottom: 16px
}

.post-menu.show {
    display: block
}

.post-menu__title {
    font-size: 18px;
    margin-bottom: 0
}

.post-menu__toggle {
    cursor: pointer;
    color: #3398cb
}

.post-menu__content {
    padding-top: 12px;
    overflow: auto;
    margin-right: -10px;
    padding-right: 10px;
    max-height: 140px
}

.post-menu__content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #f5f5f5
}

.post-menu__content::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5
}

.post-menu__content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #19b7f9
}

.post-menu__content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.post-menu__content ul ul {
    padding-left: 12px
}

.post-menu__content a {
    color: #3398cb
}

.post-content-wrapper h1 {
    font-size: 26px;
}



.post-detail.js-post-content h2 {
    font-size: 26px;
    font-weight: bold;
}



.post-detail.js-post-content h3 {
    font-size: 20px;
    font-weight: bold;
}

.header-main .search-header i {

    color: #333 !important;
}


.see_more_23 {
    text-align: center;
    margin-top: 20px;

}

.see_more_23 a {

    margin-top: 20px;
    color: #fff;
    background: #008000;
    border-radius: 5px;
    padding: 7px;
    border: 2px solid #fff;
}


/*add 19102023*/

.news-title-home {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 4.5em;
}

.news-sapo-home {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 5.5em;
    font-size: 14px;
    color: #000;
}

/* col-8r */


@media (max-width: 768px) {
    .col-8r {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 100%;
        max-width: 100%;
    }

    .advantages-item {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .col-8r.mt-3.mb-3.wow.fadeInUp.animated.animated.animated {
        padding-left: 10px;
        padding-right: 10px;
    }



}

@media (min-width: 992px) {
    .col-8r {
        width: 12.5%;
    }

    .advantages-item {
        width: 130px;
        height: 108px;
        display: flex;
        align-items: center;
    }

}


.advantages-item {
    background: white;
    padding: 10px !important;
}



.breadcrumb {
    background: 0;
}

.project__btn {
    font-size: 12px;
    line-height: 25px;
    padding: 0 20px;
    border-radius: 18px;
    background: #108f45;
    color: #fff;
}


/*End*/
/*style add project 2024*/
.preview__thumbs {
    margin-top: 10px;
}

.project-preview .thumb-slider__prev {
    display: none;
}

.project-preview .thumb-slider__next {
    display: none;
}

.project-preview .preview-slider {
    border: 0
}

.project-preview .preview-slider__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.project-preview .preview-slider__frame::before {
    content: "";
    display: block;
    width: 100%;
    /*    padding-bottom: 56.25%*/
}

.project-preview .preview-slider__frame img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0
}

.project-preview .preview-slider__frame img {
    -o-object-fit: cover;
    object-fit: cover
}

.project-preview .thumb-slider__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 0
}

.project-preview .thumb-slider__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 56.25%
}

.project-preview .thumb-slider__frame img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0
}

.project-preview .thumb-slider__frame img {
    -o-object-fit: cover;
    object-fit: cover
}

/*End*/
/*add style 2024*/
.service-home {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgb(37 52 60);
}

.title_dvhh {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    background-color: rgb(53 74 85);
}

.title_dvhh img {
    margin-top: 18px;
}

.title_home_dv {
    color: #fff;
    margin-top: 10px;
    margin-right: 72px;
}

.title_dvhh:hover {
    border: 1px solid #108f45;
}

.title_home_dv:hover {
    color: #108f45;
}

.page-tempate ul {
    padding-left: 35px;
}

/*Alongay*/
.show-popup {
    display: block !important;
}


/*End*/
/*CSS */


/*Khoi I*/
.section-2.home-product {
    width: 100%;
    overflow: hidden;
    /* tránh tràn ngang do 100vw */
}

.section-2.home-product .title_breakout {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);

    z-index: 50;
    pointer-events: none;

    color: #ffaf00;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    white-space: nowrap;


}




/* SÂN: vừa là nền, vừa là hệ tọa độ canh icon */
.section-2.home-product .product__stage {

    width: 100vw;
    min-height: 940px;

    background: url(../images/bg_product_01.jpg) center bottom / cover no-repeat;

    position: relative;
    left: 50%;
    transform: translateX(-50%);

    margin: 0;
    /* bỏ margin auto */
    max-width: none;
    /* bỏ bó 1200px */
    padding-top: 90px;
    /* chừa chỗ cho title */
    box-sizing: border-box;




}

/* feature chung */

/* feature chung */
.section-2.home-product .product__feature {
    position: absolute;
    text-align: center;
    color: #fff;
    animation: float 3s ease-in-out infinite;

    /* QUAN TRỌNG: khóa khung theo icon để span canh chuẩn */
    width: 114px;
    /* 90 + 12*2 */
    height: 114px;
    /* 90 + 12*2 */
}

/* icon */
.section-2.home-product .product__feature img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, #ffd36a 0%, #ffb300 40%, transparent 70%);
    padding: 12px;
    display: block;
}

/* chữ dưới icon, sát và đúng tâm */
.section-2.home-product .product__feature span {
    position: absolute;
    top: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);

    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(255, 180, 0, .8);
    white-space: nowrap;

    /* để chữ không bị “lọt” vào icon */
    line-height: 1.2;
    pointer-events: none;
}





/* ==== TỌA ĐỘ THEO ẢNH DEMO ==== */
.section-2.home-product .f1 {
    top: 18%;
    left: 30%;
}

.section-2.home-product .f2 {
    top: 18%;
    right: 28%;
}

.section-2.home-product .f3 {
    bottom: 22%;
    left: 26%;
}

.section-2.home-product .f4 {
    bottom: 22%;
    right: 26%;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }

    100% {
        transform: translateY(0);
    }
}

/* FIX: khóa vị trí 2 icon bên phải (HÀU + QUẢ CỌ LÙN) */
.section-2.home-product .f2,
.section-2.home-product .f4 {
    left: auto !important;

}

.section-2.home-product .f2 {
    top: 18% !important;
    bottom: auto !important;
}

.section-2.home-product .f3 {
    bottom: 44% !important;
    top: auto !important;
}


.section-2.home-product .f4 {
    bottom: 44% !important;
    top: auto !important;
}


/* Mobile */
@media (max-width: 768px) {
    .section-2.home-product .product__stage {
        min-height: 520px;
        background-position: center center;
    }

    .section-2.home-product .product__feature img {
        width: 62px;
        height: 62px;
    }

    .section-2.home-product .product__feature span {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .section-2.home-product .title_breakout {
        top: 18px;
        font-size: 18px;
        white-space: normal;
        width: 92%;
    }
}



@media (max-width: 768px) {

    /* stage làm mốc */
    .section-2.home-product .product__stage {
        position: relative;
        min-height: 520px;
        padding-bottom: 110px;
    }

    /* chuẩn hóa tất cả feature */
    .section-2.home-product .product__feature {
        position: absolute !important;
        top: auto !important;
        right: auto !important;
        bottom: 16px !important;
        /* cùng 1 hàng */
        left: auto !important;

        display: flex;
        flex-direction: column;
        align-items: center;
        width: 72px;
        text-align: center;

        /* float nhẹ */
        animation: mobileFloat 3.2s ease-in-out infinite;
    }

    /* RESET + set cột đều nhau */
    .section-2.home-product .f1,
    .section-2.home-product .f2,
    .section-2.home-product .f3,
    .section-2.home-product .f4 {
        top: auto !important;
        right: auto !important;
        bottom: 0px !important;
        left: auto !important;
        transform: translateX(-50%) !important;
        /* căn giữa từng cột */
    }

    .section-2.home-product .f1 {
        left: 12.5% !important;
    }

    .section-2.home-product .f2 {
        left: 37.5% !important;
    }

    .section-2.home-product .f3 {
        left: 62.5% !important;
    }

    .section-2.home-product .f4 {
        left: 87.5% !important;
    }

    /* icon + chữ */
    .section-2.home-product .product__feature img {
        width: 52px;
        height: 52px;
        padding: 8px;
        display: block;
        position: relative;
        z-index: 2;
        /* icon nằm trên halo */
    }

    .section-2.home-product .product__feature span {
        position: static;
        transform: none;
        margin-top: 6px;
        width: 100%;
        font-size: 10px;
        line-height: 1.2;
        white-space: normal;
        text-align: center;
    }

    /* float animation (giữ translateX -50% để không lệch cột) */
    @keyframes mobileFloat {
        0% {
            transform: translateX(-50%) translateY(0);
        }

        50% {
            transform: translateX(-50%) translateY(-4px);
        }

        100% {
            transform: translateX(-50%) translateY(0);
        }
    }

    /* delay so le */
    .section-2.home-product .f1 {
        animation-delay: 0s;
    }

    .section-2.home-product .f2 {
        animation-delay: .2s;
    }

    .section-2.home-product .f3 {
        animation-delay: .4s;
    }

    .section-2.home-product .f4 {
        animation-delay: .6s;
    }

    /* ===== HALO XOAY TỰ ĐỘNG (CHẠY ĐƯỢC TRÊN MOBILE) ===== */
    .section-2.home-product .product__feature::before {
        content: "";
        position: absolute;

        /* đặt halo đúng tâm icon */
        top: 0px;
        left: 50%;
        transform: translateX(-50%) rotate(0deg);

        width: 68px;
        /* 52 + 8*2 */
        height: 68px;
        border-radius: 50%;

        background: conic-gradient(from 0deg,
            rgba(255, 210, 100, 0),
            rgba(255, 210, 100, .55),
            rgba(255, 180, 0, .95),
            rgba(255, 210, 100, .55),
            rgba(255, 210, 100, 0));

        filter: blur(5px);
        z-index: 1;
        /* dưới icon, trên nền */
        pointer-events: none;

        animation: haloSpin 9s linear infinite;
    }

    @keyframes haloSpin {
        from {
            transform: translateX(-50%) rotate(0deg);
        }

        to {
            transform: translateX(-50%) rotate(360deg);
        }
    }

}



/*End*/

.section-2__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: UTMIsadoraBold, serif;
    font-size: 40px;
    color: #00377c;
    position: relative;
    margin-bottom: 20px;
}

.product {
    position: relative;
    padding-top: 70px;
}

.product__frame {
    width: 50%;
    margin: 0 auto;
}

.product__feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 10;
    top: 100px;
    width: 30%;
    left: 100px;
}

.product__thumb {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 135px;
    border-radius: 50%;
}

.product__thumb::before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 100%;
}

.product__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
}

.product__thumb::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.product__feature:nth-child(1) .product__text {
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.product__text::after {
    content: '';
    width: 100%;
    height: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.product__feature:nth-child(3) {
    top: 300px
}

.product__feature:nth-child(5) {
    top: 380px
}

.product__feature:nth-child(2) {
    left: auto;
    right: 100px
}

.product__feature:nth-child(4) {
    left: auto;
    right: 100px;
    top: 300px
}

.product__feature:nth-child(6) {
    left: auto;
    right: 0;
    top: 380px
}

.product__feature:nth-child(2),
.product__feature:nth-child(4),
.product__feature:nth-child(6) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.product__feature:nth-child(1) .product__text {
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.product__feature:nth-child(3) .product__text {
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px)
}

.product__feature:nth-child(5) .product__text {
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg)
}

.product__feature:nth-child(2) .product__text {
    -webkit-transform-origin: center right;
    transform-origin: center right;

}

.product__feature:nth-child(2) .product__text::after {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.product__feature:nth-child(4) .product__text {
    -webkit-transform: translateX(12px);
    transform: translateX(12px)
}

.product__feature:nth-child(4) .product__text::after {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.product__feature:nth-child(6) .product__text {
    -webkit-transform-origin: center right;
    transform-origin: center right;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

.product__feature:nth-child(6) .product__text::after {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@media (max-width:991px) {
    .product__features {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -20px -10px 0
    }

    .product__feature {
        position: static;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 10px
    }

    .product__text {
        -webkit-transform: unset !important;
        transform: unset !important
    }
}

.product__text {
    color: #fff;
    font-weight: bold;
}

@media (max-width:767px) {
    .product {
        padding-top: 0
    }

    .product__frame {
        width: 60%
    }

    .product__thumb {
        width: 80px
    }

    .product__text {
        font-size: 12px;
        padding-bottom: 20px
    }
}

.tt_info ul {
    list-style: none;
    margin-top: 25px;
}

.gallery.wow.zoomIn {
    position: relative;
}

img.icon-nv {
    position: absolute;
    right: 0;
    bottom: 246px;
}

section.section-2.py-40.des_info {
    background: #ffffff;
    text-align: center;
    font-size: 20px;
    color: #0c0c0c;
}

img.img_info_des {
    width: 100px;
}

@media (max-width: 767px) {

    .title_why {
        color: #265151;
        text-align: center;
    }

    h2.title_ingredient {
        font-family: UTMAndrogyne, sans-serif;
        text-align: center;
    }

    h2.title_ingredient strong {
        color: #ffffff;
        text-align: center;
    }

    h3.news-list__title span {
        font-size: 20px;
        margin-right: 14px;
    }

    .title_why h3 {
        font-size: 16px;
    }

    .des_ingredient ul {
        padding: 10px;
        color: #f8f9fa;
    }

}

@media (min-width: 576px) {

    .mb-sm-30,
    .my-sm-30 {
        margin-bottom: 30px !important;
    }
}

.gallery.wow.zoomIn {
    position: relative;
}

.info {

    text-align: end;
}


.info h2 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
    color: #f7b202;
}

.info p {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
    border-bottom: 3px solid #f7b202;
    display: inline;
}

.tt_info ul li {
    font-size: 16px;
}

.tt_info ul {
    list-style: none;
    margin-top: 25px;
}

.gallery.wow.zoomIn {
    position: relative;
}

img.icon-nv {
    position: absolute;
    right: 0;
    bottom: 246px;
}

img {
    max-width: 100%;
}

section.section-2.py-40.ingredient {
    background-image: url('../images/home-product-banner.png');
}

h2.title_ingredient {
    font-family: UTMAndrogyne, sans-serif;
}

h2.title_ingredient strong {
    color: #009999;
}

.des_ingredient ul {
    padding: 10px;
}

.des_ingredient ul li {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 18px;
}

.booking {
    background: url(../images/order-bg.jpg) center / cover no-repeat;
    padding: 50px 0 25px;
}

.booking__title {
    font-size: 40px;
    font-weight: 700;
    color: #006631;
    margin-bottom: 16px;
}

.booking__desc {
    font-size: 16px;
    color: #006631;
}

.booking .form-control {
    border: 0;
    padding-left: 20px;
}

.footer {
    padding: 30px 0 0;
}

.footer__grid {
    display: grid;
    grid-template-columns: 1fr 240px 170px 250px;
    grid-gap: 24px;
    margin-bottom: 24px;
}

.footer__title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 24px;
    position: relative;
}

.footer__title::after {
    content: "";
    display: block;
    width: 30px;
    border-bottom: 3px solid #006631;
    position: absolute;
    bottom: 0;
    left: 0;
}

.f-menu:not(:last-child) {
    margin-bottom: 24px;
}

.f-menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.f-menu__link {
    color: #333;
}

.f-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.f-social__item:not(:last-child) {
    margin-right: 15px;
}

.f-social__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.footer__copyright {
    background-color: #ffaf00;
    color: #fff;
    padding: 15px 0;
    text-align: center;
}

@media (max-width: 767px) {
    .footer__grid {
        grid-template-columns: 1fr;
    }
}

section.problem {
    text-align: center;
    background: #000000;
    color: #fff;
}

.title_breakout {
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 25px;
    font-weight: bold;
    color: #ffaf00;
    text-align: center;
    margin-bottom: 20px;
}

.sapo_breakout {
    margin-bottom: 30px;
}

button.btn-breakout {
    background: #000000;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px;
    margin-bottom: 10px;
    border: 2px solid #ffaf00;
    color: #fff;
}

button.btn-breakout a {
    color: #fff;
}

section#chung-nhan {
    background: #272424;
}


.tt_info {
    text-align: end;
    color: #fff;
}

.customer img {
    width: 150px;
    height: 150px;
    border-radius: 100px;
}

section.news-home {
    /*background: #131212;*/
}

.section-title {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.sapo_kh {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
}

:root {
    --bg: #070707;
    --card: #1a1f23;
    --card2: #161b1f;
    --text: #e9eef2;
    --muted: #b9c0c6;
    --orange: #f59b2a;
}

* {
    box-sizing: border-box;
}




.problem {
    position: relative;
    padding: 20px 0 20px;
    overflow: hidden;
    background:
        radial-gradient(900px 420px at 50% 52%, rgba(255, 255, 255, .08), rgba(255, 255, 255, 0) 60%),
        radial-gradient(800px 420px at 50% 52%, rgba(245, 155, 42, .08), rgba(245, 155, 42, 0) 65%),
        linear-gradient(#050505, #090909);
}

.container {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}

.problem__head {
    text-align: center;
    margin-bottom: 44px;
}

.problem__title {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: bold;
    color: var(--orange);
}

.problem__desc {
    margin: 0 auto;
    max-width: 980px;
    font-size: 18px;
    line-height: 1.6;
    color: #d8dde1;
    opacity: .95;
}

/* GRID: left - center - right */
.problem__grid {
    display: grid;
    grid-template-columns: 1fr minmax(280px, 420px) 1fr;
    gap: 34px;
    align-items: center;
    margin-top: 18px;
}

.problem__col {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* Item giống thanh trong ảnh */
.chip {
    position: relative;
    padding: 10px 20px;
    background: linear-gradient(180deg, var(--card), var(--card2));
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #e9eef2;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .35);
    border: 1px solid rgba(255, 255, 255, .06);
}

.chip::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 3px;
    height: 56%;
    transform: translateY(-50%);
    background: var(--orange);
    border-radius: 2px;
    opacity: .95;
}

.chip--left::before {
    left: 12px;
}

.chip--right::before {
    right: 12px;
}

/* Center */
.problem__center {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 360px;
}

.problem__img {
    width: min(420px, 100%);
    height: auto;
    display: block;
    z-index: 2;
    filter: drop-shadow(0 24px 50px rgba(0, 0, 0, .6));
}

/* vệt sáng sau người */
.problem__glow {
    position: absolute;
    inset: -40px -60px -40px -60px;
    background: radial-gradient(closest-side at 50% 55%, rgba(255, 255, 255, .14), rgba(255, 255, 255, 0) 62%);
    z-index: 1;
    pointer-events: none;
}

/* CTA */
.problem__cta {
    display: flex;
    justify-content: center;
    margin-top: 44px;
}

.cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 5px 28px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    letter-spacing: .03em;
    font-size: 16px;
    border: 2px solid rgba(245, 155, 42, .7);
    background: rgba(0, 0, 0, .35);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .55);
    border-radius: 4px;
}

.cta__arrow {
    font-size: 28px;
    line-height: 1;
    transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 980px) {
    .problem__grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .problem__col {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .chip {
        width: min(520px, 100%);
        font-size: 20px;
    }

    .cta {
        min-width: 100%;
        font-size: 18px;
    }
}

@media (max-width: 520px) {
    .problem {
        padding: 44px 0 60px;
    }

    .problem__desc {
        font-size: 16px;
    }

    .chip {
        font-size: 16px;
        padding: 16px 18px;
    }

    .cta {
        padding: 16px;
    }
}


.banner-home-item img {
    border-radius: 10px;
    margin: 10px;
}

/*Mua hàng*/

section.order_home {
    background: #201d1d;
}

.form-group {
    margin-bottom: 1rem;
    color: #fff;
}

.combo-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

@media(min-width:992px) {
    .combo-cards {
        grid-template-columns: 1fr 1fr;
    }
}

.combo-card {
    position: relative;
    margin: 0;
    cursor: pointer;
    user-select: none;
}

.combo-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.combo-ui {
    display: block;
    padding: 5px 5px;
    border-radius: 14px;
    border: 2px solid #e9ecef;
    background: #fff;
    transition: all .18s ease;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .04);

}

.combo-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
}

.combo-title {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.combo-desc {
    display: block;
    font-size: 13px;
    color: #6c757d;
    margin-bottom: 6px;
}

.combo-price {
    display: block;
    font-weight: 800;
    font-size: 16px;
    color: #e53935;
}

/* tick */
.combo-tick {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e9ecef;
    color: transparent;
    background: #fff;
    transition: all .18s ease;
    font-weight: 900;
    line-height: 1;
}

/* hover */
.combo-card:hover .combo-ui {
    transform: translateY(-1px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, .07);
}

/* ACTIVE */
.combo-card input:checked+.combo-ui {
    border-color: #28a745;
    box-shadow: 0 10px 28px rgba(40, 167, 69, .14);
    background: linear-gradient(180deg, rgba(40, 167, 69, .06), rgba(255, 255, 255, 1));
}

.combo-card input:checked+.combo-ui .combo-tick {
    border-color: #28a745;
    background: #28a745;
    color: #fff;
}

/* qty + total */
.qty-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.qty-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 10px;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
}

.qty-btn:active {
    transform: scale(.98);
}

.qty-input {
    max-width: 90px;
    text-align: center;
}

.total-box {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    font-weight: 800;
    font-size: 18px;
    color: #e53935;
    background: #fff;
}

.btn-breakout {
    background: linear-gradient(135deg, #ff9800, #ff5722);
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    padding: 14px 28px;
    border-radius: 999px;
    border: none;
    box-shadow: 0 12px 28px rgba(255, 87, 34, .35);
    transition: all .2s ease;
    text-transform: uppercase;
}

.btn-breakout:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(255, 87, 34, .45);
    color: #fff;
}

.btn-breakout:active {
    transform: scale(.98);
}

.breakout-title-white {
    position: relative;
    color: #ffffff;
    font-weight: blod;
    font-size: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 48px;
    /* 👈 tăng khoảng cách với nội dung bên dưới */
    text-align: center;
}

.title_breakout.breakout-title-white span {
    border-bottom: 3px solid #fff;
}

@media(max-width:768px) {
    .breakout-title-white {
        font-size: 22px;
        margin-bottom: 36px;
    }
}


.option-list-vertical {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.option-item-vertical {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
}

.option-item-vertical input {
    accent-color: #e53935;
}


.banner-home {

    /*background: url(../images/bg_product_02.jpg) center / cover no-repeat;*/

}

/* nhóm CTA */
.cta-group {
    gap: 12px;
    flex-wrap: wrap;
    /* mobile tự xuống dòng nếu hẹp */
}




.title_breakout span {
    border-bottom: 3px solid;
}


/* ===== CĂN THẲNG HÀNG CTA VỚI MENU ===== */
.header-main .main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

/* menu chiếm phần giữa, CTA bám bên phải */
.header-main .main-nav nav.navbar {
    flex: 1;
    min-width: 0;
}

/* CTA nằm bên phải */
.header-main .cta-group {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}




a.link-bao-gia img {
    width: 150px;
}

a.btn-hotline img {
    width: 150px;
    margin-bottom: 10px;
}

/*End*/

/*ArrSub*/


.post-list .post-box {
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}

.post-list .post-box:last-child {
    border: unset;
}

.post-box .post-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.post-box img {
    object-fit: cover;
    transition: all 0.3s;
}

h2.post-title {
    font-weight: 500;
    font-weight: bold;
}

.post-date {
    color: #1F427E;
}

.section-knowledge .post-title,
.post-list.right .post-excert {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 2.6em;
}



.post-list .post-img {
    border-radius: 10px;
    padding-top: 16%;
    min-width: 200px;
    max-width: 200px;
}

.post-archive .post-list .post-img {
    padding-top: 18%;
    height: 100%;
}

.post-archive .post-list .post-img {
    padding-top: 18%;
    height: 100%;
}


.post-box .post-img {
    position: relative;
    padding-top: 18%;
}

.img-hover {
    overflow: hidden;
}

.me-3 {
    margin-right: 1rem !important;
}

.first-post .post-box .post-img {
    padding-top: 62%;
}

.post-list .post-excerpt,
.post-list .event-post .post-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 3.5em;
}

@media (max-width: 550px) {
    .post-title a {
        font-size: 14px !important;
        text-transform: none;
    }
}

.from-widget-title {
    text-align: center;
    background: #d88616;
    padding: 5px;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
}

.from-faq {
    background: #e3b245;
    padding: 20px;
}

.btn-faq {
    background: #ff4500;
    color: #fff;
    font-weight: bold;
}


/* Trạng thái fixed theo container */
.widget-sidebar.is-fixed {
  position: fixed;
  top: 20px;            /* khoảng cách từ đỉnh màn hình */
  z-index: 999;
  width: var(--ws-width); /* JS set theo width lúc đầu */
}

/* Trạng thái dừng ở cuối container để không đè footer */
.widget-sidebar.is-stopped {
  position: absolute;
  top: auto;
  bottom: 0;
  width: var(--ws-width);
}


/* Sticky chỉ hoạt động khi KHÔNG có overflow hidden/auto/scroll ở cha */
@media (min-width: 992px) {
  .widget-sidebar {
    position: sticky;
    top: 20px;      /* cách đỉnh màn hình */
    z-index: 10;
  }
}