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-size: cover;
}

@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: 10px;
    }

    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
    }
}


.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;
}

.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 {
    background-image: url('../images/backgroup-about-us.png');
    padding-top: 50px;
    padding-bottom: 50px;
}

.border_lr {
    border-right: 3px solid #157137;
    padding: 0 21px;
}


section.about-us h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 29px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
}

section.about-us .questions {
    background: none;
}

.questions .card {
    margin-bottom: 16px;
    border: none;
    border-radius: unset;
}

section.about-us .card-header button {
    font-weight: bold;
}

.about-right {
    text-align: center;
}


.about-right span {
    color: #145D2F;
    font-size: 24px;
    font-weight: bold;
}

.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 {
    margin-bottom: 40px;
    margin-top: 100px;
}

.img_frame_uu img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 11px 3px #00000040;
    border-radius: 20px;
}

.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-radius: 0.42rem !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 {
    margin-top: 30px;
    margin-bottom: 20px;
    background: #0d8f45;
    padding: 40px;
}

.item_ck {
    text-align: center;
    justify-content: center;
    color: #fff;
}

.title_ck {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.sapo_ck {
    text-align: initial;
}



/*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: #000000;
}

.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);
    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;
}

/* 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*/