.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.home-slider {
    margin-bottom: 60px !important
}

@media (max-width: 992px) {
    .home-slider {
        margin-bottom: 25px !important;
        margin-top: 10px !important
    }
}

.home-slider .swiper-slide {
    text-align: center;
    position: relative
}

    .home-slider .swiper-slide img {
        display: block;
        margin: 0 auto
    }

    .home-slider .swiper-slide.swiper-slide-active .slider-text {
        opacity: 1;
        top: 50%
    }

        .home-slider .swiper-slide.swiper-slide-active .slider-text .title, .home-slider .swiper-slide.swiper-slide-active .slider-text .content, .home-slider .swiper-slide.swiper-slide-active .slider-text .button {
            top: 0px;
            opacity: 1
        }

.home-slider .swiper-button-next:after, .home-slider .swiper-button-prev:after {
    font-size: 20px;
    color: #000
}

.home-slider .slider-text {
    position: absolute;
    top: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    z-index: 2;
    width: 60%;
    transition: 2s all;
    opacity: 0
}

@media (max-width: 992px) {
    .home-slider .slider-text {
        width: 80%
    }
}

.home-slider .slider-text .title {
    color: #fff;
    font-size: 34px;
    position: relative;
    top: 150px;
    opacity: 0;
    transition: 1.4s all;
    font-weight: 600;
    margin-bottom: 0.5rem
}

    .home-slider .slider-text .title .mona-title-img {
        margin-bottom: 5px
    }

@media (max-width: 1025px) {
    .home-slider .slider-text .title {
        font-size: 30px
    }
}

@media (max-width: 991px) {
    .home-slider .slider-text .title {
        font-size: 24px
    }
}

@media (max-width: 767px) {
    .home-slider .slider-text .title {
        font-size: 22px
    }
}

.home-slider .slider-text .content {
    font-size: 52px;
    line-height: 1.2;
    position: relative;
    top: 200px;
    opacity: 0;
    transition: 1.6s all;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0.5rem
}

@media (max-width: 1025px) {
    .home-slider .slider-text .content {
        font-size: 44px
    }
}

@media (max-width: 991px) {
    .home-slider .slider-text .content {
        font-size: 34px
    }
}

@media (max-width: 767px) {
    .home-slider .slider-text .content {
        font-size: 26px
    }
}

.home-slider .slider-text .button {
    color: #fff;
    padding: 0px 30px;
    border: 0;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    top: 300px;
    opacity: 0;
    transition: 1.8s all;
    background-color: #fb7f7f
}

@media (max-width: 991px) {
    .home-slider .slider-text .button {
        padding: 0px 15px;
        font-size: 14px;
        height: 38px;
        line-height: 38px
    }
}

@media (max-width: 767px) {
    .home-slider .slider-text .button {
        margin-top: 0px;
        padding: 0px 14px;
        font-size: 12px;
        height: 34px;
        line-height: 34px
    }
}

.home-slider .slider-text .button:hover {
    background-color: #33beb3
}

@media (max-width: 767px) {
    .home-slider .slider-text {
        width: 90%;
        opacity: 1;
        top: 50%
    }

        .home-slider .slider-text .title, .home-slider .slider-text .content, .home-slider .slider-text .button {
            top: 0px;
            opacity: 1
        }
}

.section_about {
    position: relative;
    margin-bottom: 60px
}

@media (max-width: 992px) {
    .section_about {
        margin-bottom: 25px
    }
}

.section_about .img_about {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
    padding-bottom: 80%
}

@media (max-width: 992px) {
    .section_about .img_about {
        margin-bottom: 15px
    }
}

.section_about .img_about img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    will-change: opacify;
    transform: scale(1);
    transition: all 0.5s ease
}

@media (min-width: 992px) {
    .section_about .row {
        align-items: center
    }
}

.section_about .title_about {
    color: #fb7f7f;
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1
}

@media (max-width: 992px) {
    .section_about .title_about {
        font-size: 30px
    }
}

.section_about .title_about_2 {
    font-size: 34px;
    color: #1b685f;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px
}

@media (max-width: 992px) {
    .section_about .title_about_2 {
        font-size: 22px
    }
}

.section_about .content_about {
    color: #565656;
    font-size: 16px;
    font-weight: 400
}

@media (max-width: 767px) {
    .section_about .content_about {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden
    }
}

.section_about .btn_about {
    margin-bottom: 25px
}

    .section_about .btn_about a {
        display: inline-block;
        background-color: #33beb3;
        color: #fff;
        padding: 7px 25px;
        border-radius: 20px
    }

        .section_about .btn_about a:nth-child(2) {
            background-color: #fb7f7f;
            margin-left: 20px
        }

        .section_about .btn_about a:hover {
            opacity: 0.8
        }

.section_about .box_thong_so {
    gap: 0px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    overflow: auto;
    justify-content: start;
    padding: 0px;
    box-shadow: 0 0 10px rgba(251,127,127,0.3) !important;
    background-color: rgba(251,127,127,0.05);
    border-radius: 10px
}

    .section_about .box_thong_so .item_thong_so {
        text-align: center;
        padding: 7px;
        font-weight: 400;
        position: relative
    }

@media (max-width: 767px) {
    .section_about .box_thong_so .item_thong_so {
        width: 200px
    }
}

.section_about .box_thong_so .item_thong_so:before {
    content: "";
    height: 50%;
    width: 1px;
    background-color: #e5e5e5;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0%, -50%)
}

.section_about .box_thong_so .item_thong_so:last-child:before {
    content: none
}

.section_about .box_thong_so .item_thong_so img {
    max-width: 44px;
    margin-bottom: 5px;
    height: 44px
}

.section_about .box_thong_so .item_thong_so .content_thong_so {
    color: #000;
    font-size: 14px;
    margin-bottom: 0px
}

    .section_about .box_thong_so .item_thong_so .content_thong_so span {
        color: #33beb3;
        font-weight: 600
    }

.bg_dich_vu {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0px;
    background-position: 50% 50%
}

.section_dich_vu {
    position: relative;
    background-color: #fff;
    padding: 40px 0px
}

@media (max-width: 992px) {
    .section_dich_vu {
        padding: 15px 0px
    }
}

.section_dich_vu .title_dich_vu a {
    color: #fb7f7f;
    font-size: 40px;
    margin-bottom: 10px;
    text-align: center;
    display: block
}

@media (max-width: 992px) {
    .section_dich_vu .title_dich_vu a {
        font-size: 30px
    }
}

.section_dich_vu .title_dich_vu a:hover {
    color: #33beb3
}

.section_dich_vu .content_dich_vu {
    color: #565656;
    font-size: 16px;
    font-weight: 400;
    display: block;
    text-align: center;
    margin-bottom: 25px
}

@media (max-width: 992px) {
    .section_dich_vu .row {
        display: grid;
        grid-template-rows: 1fr;
        overflow: auto;
        justify-content: start;
        grid-template-columns: repeat(4, 40%)
    }

        .section_dich_vu .row .col-lg-3 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }
}

@media (max-width: 992px) and (max-width: 767px) {
    .section_dich_vu .row {
        grid-template-columns: repeat(4, 60%)
    }
}

.section_dich_vu .item_dich_vu {
    background-color: rgba(104,220,209,0.3);
    padding: 10px;
    border-radius: 10px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    height: calc(100% - 20px)
}

@media (max-width: 767px) {
    .section_dich_vu .item_dich_vu {
        padding: 5px;
        margin-bottom: 15px
    }
}

.section_dich_vu .item_dich_vu .opaci_href {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1
}

.section_dich_vu .item_dich_vu .img_dv {
    overflow: hidden;
    width: 100%;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
    padding-bottom: 63.5%;
    margin-bottom: 10px;
    border-radius: 10px
}

    .section_dich_vu .item_dich_vu .img_dv img {
        width: auto !important;
        max-height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        will-change: opacify;
        transform: scale(1);
        transition: all 0.5s ease
    }

.section_dich_vu .item_dich_vu .title_item {
    color: #1b685f;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

@media (max-width: 767px) {
    .section_dich_vu .item_dich_vu .title_item {
        font-size: 16px;
        margin-bottom: 5px
    }
}

.section_dich_vu .item_dich_vu .content_item {
    margin-bottom: 10px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: initial;
    font-weight: 400
}

@media (max-width: 991px) {
    .section_dich_vu .item_dich_vu .content_item {
        height: 44px;
        -webkit-line-clamp: 2
    }
}

.section_dich_vu .item_dich_vu .see_more {
    display: inline-block;
    background-color: #33beb3;
    color: #fff;
    padding: 7px 25px;
    border-radius: 20px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1
}

    .section_dich_vu .item_dich_vu .see_more:hover {
        background-color: #fb7f7f
    }

.section_dich_vu .item_dich_vu:hover .title_item {
    color: #33beb3
}

.section_dich_vu .item_dich_vu:hover .img_dv img {
    transform: scale(1.2)
}

.section_dich_vu .see_more_all {
    display: block;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    margin-top: 15px
}

    .section_dich_vu .see_more_all a {
        background-color: #33beb3;
        color: #fff;
        height: 40px;
        line-height: 40px;
        padding: 1px 30px;
        border: 0;
        display: inline-block;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        border-radius: 40px;
        overflow: hidden;
        position: relative
    }

@media (max-width: 767px) {
    .section_dich_vu .see_more_all a {
        height: 32px;
        line-height: 32px;
        padding: 1px 15px;
        font-size: 14px
    }
}

.section_dich_vu .see_more_all a:hover {
    background-color: #fb7f7f
}

.section_quytrinh {
    padding: 110px 0px;
    color: #fff;
    position: relative;
    overflow: hidden;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    text-align: center;
    margin-bottom: 60px
}

@media (max-width: 992px) {
    .section_quytrinh {
        margin-bottom: 25px;
        padding: 35px 0px
    }
}

.section_quytrinh .item_null {
    margin-right: 0px !important
}

    .section_quytrinh .item_null .item_quy_trinh {
        aspect-ratio: 240/210;
        background: #bfeeea;
        height: auto;
        padding: 0px;
        border-radius: 10px
    }

@media (max-width: 767px) {
    .section_quytrinh .item_null .item_quy_trinh {
        margin-bottom: 14px
    }
}

@media (min-width: 1600px) {
    .section_quytrinh {
        padding: 175px 0px
    }
}

.section_quytrinh .title_quy_trinh {
    color: #fb7f7f;
    font-size: 40px;
    margin-bottom: 10px
}

@media (max-width: 992px) {
    .section_quytrinh .title_quy_trinh {
        font-size: 30px
    }
}

.section_quytrinh .content_quy_trinh {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: block;
    text-align: center;
    margin-bottom: 25px
}

.section_quytrinh .list_quy_trinh {
    margin: 30px 0px;
    gap: 15px;
    grid-template-columns: repeat(5, 1fr);
    display: grid;
    overflow: auto;
    justify-content: start;
    padding: 0px
}

@media (max-width: 1025px) {
    .section_quytrinh .list_quy_trinh {
        justify-content: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: grid;
        grid-template-rows: 1fr;
        overflow: auto;
        justify-content: start;
        grid-template-columns: repeat(5, 28%)
    }

        .section_quytrinh .list_quy_trinh .item_quy_trinh {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }
}

@media (max-width: 1025px) and (max-width: 992px) {
    .section_quytrinh .list_quy_trinh {
        grid-template-columns: repeat(5, 35%)
    }
}

@media (max-width: 1025px) and (max-width: 767px) {
    .section_quytrinh .list_quy_trinh {
        grid-template-columns: repeat(5, 55%)
    }
}

.section_quytrinh .list_quy_trinh .item_quy_trinh {
    background-color: #bfeeea;
    border-radius: 5px;
    border: 3px solid #33beb3;
    border-radius: 10px;
    margin-top: 40px;
    padding: 10px
}

@media (max-width: 767px) {
    .section_quytrinh .list_quy_trinh .item_quy_trinh {
        padding: 5px
    }
}

.section_quytrinh .list_quy_trinh .item_quy_trinh .icon_item {
    position: relative;
    width: 70px;
    height: 70px;
    margin: -45px auto 15px;
    border-radius: 100%;
    box-shadow: 0 4px 4px rgba(0,0,0,0.25);
    z-index: 1
}

@media (max-width: 767px) {
    .section_quytrinh .list_quy_trinh .item_quy_trinh .icon_item {
        width: 50px;
        height: 50px;
        margin: -30px auto 8px
    }
}

.section_quytrinh .list_quy_trinh .item_quy_trinh .icon_item::before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    background-color: transparent;
    border: 10px solid #33beb3;
    border-radius: 50%;
    border-bottom-color: transparent;
    border-left-color: transparent;
    transform: rotate(-45deg);
    z-index: -1
}

.section_quytrinh .list_quy_trinh .item_quy_trinh .icon_item a {
    width: 70px;
    height: 70px;
    background-color: #fb7f7f;
    border-radius: 100%;
    text-shadow: #19202f 3px 2px 5px;
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.4;
    display: block
}

@media (max-width: 767px) {
    .section_quytrinh .list_quy_trinh .item_quy_trinh .icon_item span {
        width: 50px;
        height: 50px;
        font-size: 36px;
        line-height: 1.4
    }
}

.section_quytrinh .list_quy_trinh .item_quy_trinh p {
    margin-bottom: 0px
}

.section_quytrinh .list_quy_trinh .item_quy_trinh .title_item {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .section_quytrinh .list_quy_trinh .item_quy_trinh .title_item {
        font-size: 14px
    }
}

.section_quytrinh .list_quy_trinh .item_quy_trinh .content_item {
    color: #212529;
    margin-bottom: 5px;
    font-weight: 400
}

@media (max-width: 767px) {
    .section_quytrinh .list_quy_trinh .item_quy_trinh .content_item {
        font-size: 12px
    }
}

.section_product_noibat {
    margin-bottom: 40px
}

@media (max-width: 992px) {
    .section_product_noibat {
        margin-bottom: 25px
    }
}

.section_product_noibat .title_product_noibat {
    text-align: center;
    margin-bottom: 0px
}

    .section_product_noibat .title_product_noibat a {
        color: #fb7f7f;
        font-size: 40px;
        margin-bottom: 10px;
        text-align: center;
        display: inline-block
    }

@media (max-width: 992px) {
    .section_product_noibat .title_product_noibat a {
        font-size: 30px
    }
}

.section_product_noibat .title_product_noibat a:hover {
    color: #33beb3
}

.section_product_noibat .item_null {
    margin-right: 0px !important
}

    .section_product_noibat .item_null .item_product_main {
        aspect-ratio: 300/380;
        background: #f0f1f2;
        height: auto;
        padding: 0px;
        border-radius: 10px
    }

@media (max-width: 767px) {
    .section_product_noibat .item_null .item_product_main {
        margin-bottom: 14px
    }
}

.section_product_noibat .content_product_noibat {
    color: #565656;
    font-size: 16px;
    font-weight: 400;
    display: block;
    text-align: center;
    margin-bottom: 25px
}

@media (max-width: 767px) {
    .section_product_noibat .content_product_noibat {
        margin-bottom: 15px
    }
}

.section_product_noibat .see-more {
    text-align: center;
    position: relative;
    margin-top: 10px;
    font-size: 16px
}

    .section_product_noibat .see-more a {
        background-color: #33beb3;
        color: #fff;
        height: 40px;
        line-height: 40px;
        padding: 1px 30px;
        border: 0;
        display: inline-block;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        border-radius: 40px;
        overflow: hidden;
        position: relative
    }

@media (max-width: 767px) {
    .section_product_noibat .see-more a {
        height: 32px;
        line-height: 32px;
        padding: 1px 15px;
        font-size: 14px
    }
}

.section_product_noibat .see-more a:hover {
    background-color: #fb7f7f
}

.section_product_noibat .tabs-title {
    text-align: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

@media (max-width: 1199px) {
    .section_product_noibat .tabs-title {
        justify-content: center;
        width: 100%;
        overflow-x: scroll;
        margin-top: 10px
    }
}

@media (max-width: 767px) {
    .section_product_noibat .tabs-title {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        justify-content: inherit
    }
}

.section_product_noibat .tabs-title .tab-link {
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    margin: 0 15px;
    border: 1px solid #33beb3;
    border-radius: 5px;
    padding: 7px 15px;
    transition: 0s all;
    padding-bottom: 7px
}

@media (max-width: 1199px) {
    .section_product_noibat .tabs-title .tab-link {
        margin-right: 15px;
        margin-left: 0
    }

        .section_product_noibat .tabs-title .tab-link:last-child {
            margin-right: 0px
        }
}

@media (max-width: 767px) {
    .section_product_noibat .tabs-title .tab-link {
        margin-right: 15px;
        margin-left: 0
    }

        .section_product_noibat .tabs-title .tab-link:last-child {
            margin-right: 0px
        }
}

.section_product_noibat .tabs-title .tab-link span {
    position: relative;
    display: block;
    margin-top: 0;
    font-weight: 600;
    font-size: 18px;
    color: #33beb3
}

@media (max-width: 767px) {
    .section_product_noibat .tabs-title .tab-link span {
        font-size: 16px
    }
}

.section_product_noibat .tabs-title .tab-link.current, .section_product_noibat .tabs-title .tab-link:hover {
    background-color: #fb7f7f;
    border: 1px solid #fb7f7f
}

    .section_product_noibat .tabs-title .tab-link.current span, .section_product_noibat .tabs-title .tab-link:hover span {
        color: #fff
    }

.section_product_noibat .tab-content {
    display: none
}

    .section_product_noibat .tab-content.current {
        display: block
    }

@media (max-width: 992px) {
    .section_product_noibat .tab-content .row {
        display: grid;
        grid-template-rows: 1fr;
        overflow: auto;
        justify-content: start;
        grid-template-columns: repeat(4, 40%)
    }

        .section_product_noibat .tab-content .row .col-xl-3 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }
}

@media (max-width: 992px) and (max-width: 767px) {
    .section_product_noibat .tab-content .row {
        grid-template-columns: repeat(4, 60%)
    }
}

@media (max-width: 767px) {
    .section_product_noibat .e-tabs {
        margin-bottom: 30px
    }
}

.section_why_choose {
    position: relative;
    background-color: #e5f6f5;
    padding: 40px 0px
}

@media (max-width: 992px) {
    .section_why_choose {
        padding: 15px 0px
    }
}

.section_why_choose .title_choose {
    color: #fb7f7f;
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1
}

@media (max-width: 992px) {
    .section_why_choose .title_choose {
        font-size: 30px
    }
}

.section_why_choose .title_choose_2 {
    font-size: 34px;
    color: #1b685f;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px
}

@media (max-width: 992px) {
    .section_why_choose .title_choose_2 {
        font-size: 22px
    }
}

.section_why_choose .img_thm {
    position: relative;
    margin-bottom: 15px
}

    .section_why_choose .img_thm .img-cover {
        border-radius: 10px
    }

    .section_why_choose .img_thm .box_img {
        overflow: hidden;
        width: 100%;
        display: flex;
        -o-justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -os-justify-content: center;
        -o-display: flex;
        -moz-display: flex;
        -webkit-display: flex;
        -os-display: flex;
        align-items: center;
        position: relative;
        height: auto !important;
        padding-bottom: 73%;
        border-radius: 10px
    }

        .section_why_choose .img_thm .box_img img {
            width: auto !important;
            max-height: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            will-change: opacify;
            transform: scale(1);
            transition: all 0.5s ease
        }

        .section_why_choose .img_thm .box_img:before {
            position: absolute;
            z-index: 1;
            content: "";
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.3);
            border-radius: 10px
        }

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.section_why_choose .img_thm .icon_video {
    background: transparent;
    width: 80px;
    height: 80px;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 3;
    transition: all 0.3s ease-in-out;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
    cursor: pointer
}

@media (max-width: 767px) {
    .section_why_choose .img_thm .icon_video {
        width: 50px;
        height: 50px
    }
}

.section_why_choose .img_thm .icon_video span {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #33beb3;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 767px) {
    .section_why_choose .img_thm .icon_video span {
        width: 50px;
        height: 50px
    }
}

.section_why_choose .img_thm .icon_video span i {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 27px solid #fff;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    transform: translate(4px, 2px)
}

@media (max-width: 767px) {
    .section_why_choose .img_thm .icon_video span i {
        border-left: 20px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent
    }
}

.section_why_choose .img_thm .icon_video span::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background-color: #33beb3;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite
}

@media (max-width: 767px) {
    .section_why_choose .img_thm .icon_video span::before {
        width: 50px;
        height: 50px
    }
}

.section_why_choose .img_thm .icon_video:hover span {
    background-color: #fb7f7f
}

    .section_why_choose .img_thm .icon_video:hover span::before {
        background-color: #fb7f7f
    }

.section_why_choose .content_choose {
    color: #565656;
    font-size: 16px;
    font-weight: 400
}

.section_why_choose .faq li {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px
}

    .section_why_choose .faq li h3 {
        font-size: 16px;
        position: relative;
        padding-right: 10px;
        font-weight: 700;
        cursor: pointer;
        margin-bottom: 0
    }

        .section_why_choose .faq li h3 svg {
            width: 10px;
            height: 10px;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translate(0, -50%);
            transition: 0.5s
        }

    .section_why_choose .faq li .content-faq {
        margin-top: 10px;
        font-weight: 400
    }

    .section_why_choose .faq li:hover svg path {
        fill: #33beb3
    }

    .section_why_choose .faq li:hover h3 {
        color: #33beb3
    }

    .section_why_choose .faq li.active svg {
        transform: rotate(180deg) translate(0, 50%)
    }

        .section_why_choose .faq li.active svg path {
            fill: #33beb3
        }

    .section_why_choose .faq li.active h3 {
        color: #33beb3
    }

.section_why_choose .m_white_bg_module {
    background: #fff;
    padding: 1rem;
    margin: auto !important;
    border-radius: 10px
}

.section_why_choose .popup_video {
    top: 0 !important;
    left: 0;
    visibility: hidden;
    z-index: 0;
    opacity: 0;
    transition: all 0.5s;
    pointer-events: none;
    height: 100%;
    width: 100%;
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .section_why_choose .popup_video.open {
        z-index: 12;
        background: rgba(0,0,0,0.5);
        visibility: visible;
        opacity: 1;
        pointer-events: auto
    }

    .section_why_choose .popup_video .b_video {
        width: 800px;
        max-width: calc(100% - 10px)
    }

        .section_why_choose .popup_video .b_video .embed-responsive {
            position: relative;
            display: block;
            width: 100%;
            padding: 0;
            overflow: hidden
        }

        .section_why_choose .popup_video .b_video .embed-responsive-16by9::before {
            padding-top: 56.25%
        }

        .section_why_choose .popup_video .b_video .embed-responsive::before {
            display: block;
            content: ""
        }

        .section_why_choose .popup_video .b_video .embed-responsive iframe {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0
        }

    .section_why_choose .popup_video .max-100 {
        position: relative;
        max-width: 100%
    }

    .section_why_choose .popup_video .close_video {
        border-radius: 50%;
        width: 30px;
        height: 30px;
        border: 2px solid #000;
        z-index: 2
    }

@media (min-width: 768px) {
    .section_why_choose .popup_video .close_video {
        right: -6px;
        top: -12px;
        transition: all 0.3s;
        position: absolute
    }
}

.section_why_choose .popup_video .close_video img {
    max-width: 16px;
    filter: brightness(0)
}

@media (min-width: 768px) {
    .section_why_choose .popup_video .close_video:hover {
        transform: scale(1.1) rotate(360deg)
    }
}

.section_thong_ke {
    position: relative;
    background-color: #33beb3;
    margin-bottom: 60px;
    padding: 40px 0px
}

@media (max-width: 992px) {
    .section_thong_ke {
        margin-bottom: 25px;
        padding: 25px 0px
    }
}

.section_thong_ke .item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%
}

    .section_thong_ke .item:last-child {
        border-right: 0
    }

@media (max-width: 991px) {
    .section_thong_ke .item {
        display: block;
        text-align: center;
        margin-bottom: 20px
    }

        .section_thong_ke .item:nth-child(3), .section_thong_ke .item:nth-child(4) {
            margin-bottom: 0px
        }

        .section_thong_ke .item:nth-child(2), .section_thong_ke .item:nth-child(4) {
            border-right: 0
        }
}

.section_thong_ke .item .content {
    width: 100%;
    text-align: center;
    padding: 10px;
    position: relative
}

    .section_thong_ke .item .content:before {
        content: "";
        position: absolute;
        border-left: 2px solid #fff;
        border-top: 2px solid #fff;
        width: 55px;
        height: 30px;
        left: 0;
        top: 0;
        transition: .5s;
        -webkit-transition: .5s
    }

    .section_thong_ke .item .content:after {
        content: "";
        position: absolute;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        width: 55px;
        height: 30px;
        right: 0;
        bottom: 0;
        transition: .5s;
        -webkit-transition: .5s
    }

    .section_thong_ke .item .content:hover:before {
        width: 100%;
        height: 100%;
        border-left: 2px solid #fff;
        border-top: 2px solid #fff
    }

    .section_thong_ke .item .content:hover:after {
        width: 100%;
        height: 100%;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff
    }

@media (max-width: 992px) {
    .section_thong_ke .item .content:before {
        width: 100%;
        height: 100%;
        border-left: 2px solid #fff;
        border-top: 2px solid #fff;
        border-radius: 5px
    }

    .section_thong_ke .item .content:after {
        width: 100%;
        height: 100%;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        border-radius: 5px
    }
}

.section_thong_ke .item .content .num {
    font-size: 42px;
    line-height: 50px;
    display: inline-block;
    font-weight: 600;
    color: #fff;
    display: block;
    text-align: center
}

@media (max-width: 767px) {
    .section_thong_ke .item .content .num {
        font-size: 30px;
        line-height: 36px
    }
}

.section_thong_ke .item .content .title {
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.1em;
    color: #ffffff;
    font-weight: 400
}

@media (max-width: 767px) {
    .section_thong_ke .item .content .title {
        font-size: 14px
    }
}

.section_about_2 {
    position: relative;
    margin-bottom: 60px
}

@media (max-width: 992px) {
    .section_about_2 {
        margin-bottom: 40px
    }
}

@media (min-width: 992px) {
    .section_about_2 .row {
        align-items: center
    }
}

.section_about_2 .title_about_2 {
    font-size: 34px;
    color: #1b685f;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px
}

@media (max-width: 992px) {
    .section_about_2 .title_about_2 {
        font-size: 22px
    }
}

.section_about_2 .content_about {
    color: #565656;
    font-size: 16px;
    font-weight: 400
}

@media (max-width: 767px) {
    .section_about_2 .content_about {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden
    }
}

.section_about_2 .img_about_2 {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
    padding-bottom: 80%
}

@media (max-width: 992px) {
    .section_about_2 .img_about_2 {
        margin-bottom: 15px
    }
}

.section_about_2 .img_about_2 img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    will-change: opacify;
    transform: scale(1);
    transition: all 0.5s ease
}

.section_about_2 .btn_about a {
    display: inline-block;
    background-color: #33beb3;
    color: #fff;
    padding: 7px 25px;
    border-radius: 20px
}

    .section_about_2 .btn_about a:nth-child(2) {
        background-color: #fb7f7f;
        margin-left: 20px
    }

    .section_about_2 .btn_about a:hover {
        opacity: 0.8
    }

.section_about_2 .box_thong_so {
    margin-bottom: 15px;
    gap: 0px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    overflow: auto;
    justify-content: start;
    padding: 0px;
    box-shadow: 0 0 10px rgba(251,127,127,0.3) !important;
    background-color: rgba(251,127,127,0.05);
    border-radius: 10px
}

    .section_about_2 .box_thong_so .item_thong_so {
        text-align: center;
        padding: 7px;
        font-weight: 400;
        position: relative
    }

@media (max-width: 767px) {
    .section_about_2 .box_thong_so .item_thong_so {
        width: 200px
    }
}

.section_about_2 .box_thong_so .item_thong_so:before {
    content: "";
    height: 50%;
    width: 1px;
    background-color: #e5e5e5;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0%, -50%)
}

.section_about_2 .box_thong_so .item_thong_so:last-child:before {
    content: none
}

.section_about_2 .box_thong_so .item_thong_so img {
    max-width: 44px;
    margin-bottom: 5px
}

.section_about_2 .box_thong_so .item_thong_so .content_thong_so {
    color: #000;
    font-size: 14px;
    margin-bottom: 0px
}

    .section_about_2 .box_thong_so .item_thong_so .content_thong_so span {
        color: #33beb3;
        font-weight: 600
    }

.section_about_3 {
    position: relative;
    margin-bottom: 60px
}

@media (max-width: 992px) {
    .section_about_3 {
        margin-bottom: 40px
    }
}

@media (min-width: 992px) {
    .section_about_3 .row {
        align-items: center
    }
}

.section_about_3 .title_about_3 {
    font-size: 34px;
    color: #1b685f;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px
}

@media (max-width: 992px) {
    .section_about_3 .title_about_3 {
        font-size: 22px
    }
}

.section_about_3 .content_about {
    color: #565656;
    font-size: 16px;
    font-weight: 400
}

@media (max-width: 767px) {
    .section_about_3 .content_about {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden
    }
}

.section_about_3 .img_about_3 {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
    padding-bottom: 80%
}

@media (max-width: 992px) {
    .section_about_3 .img_about_3 {
        margin-bottom: 15px
    }
}

.section_about_3 .img_about_3 img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    will-change: opacify;
    transform: scale(1);
    transition: all 0.5s ease
}

.section_about_3 .btn_about a {
    display: inline-block;
    background-color: #33beb3;
    color: #fff;
    padding: 7px 25px;
    border-radius: 20px
}

    .section_about_3 .btn_about a:nth-child(2) {
        background-color: #fb7f7f;
        margin-left: 20px
    }

    .section_about_3 .btn_about a:hover {
        opacity: 0.8
    }

.section_about_3 .box_thong_so {
    margin-bottom: 15px;
    gap: 0px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    overflow: auto;
    justify-content: start;
    padding: 0px;
    box-shadow: 0 0 10px rgba(251,127,127,0.3) !important;
    background-color: rgba(251,127,127,0.05);
    border-radius: 10px
}

    .section_about_3 .box_thong_so .item_thong_so {
        text-align: center;
        padding: 7px;
        font-weight: 400;
        position: relative
    }

@media (max-width: 767px) {
    .section_about_3 .box_thong_so .item_thong_so {
        width: 200px
    }
}

.section_about_3 .box_thong_so .item_thong_so:before {
    content: "";
    height: 50%;
    width: 1px;
    background-color: #e5e5e5;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0%, -50%)
}

.section_about_3 .box_thong_so .item_thong_so:last-child:before {
    content: none
}

.section_about_3 .box_thong_so .item_thong_so img {
    max-width: 44px;
    margin-bottom: 5px
}

.section_about_3 .box_thong_so .item_thong_so .content_thong_so {
    color: #000;
    font-size: 14px;
    margin-bottom: 0px
}

    .section_about_3 .box_thong_so .item_thong_so .content_thong_so span {
        color: #33beb3;
        font-weight: 600
    }

.section_blog {
    position: relative;
    margin-bottom: 60px
}

@media (max-width: 992px) {
    .section_blog {
        margin-bottom: 40px
    }
}

.section_blog .swiper-slide {
    height: auto
}

.section_blog .title_blogs {
    text-align: center;
    margin-bottom: 0px
}

    .section_blog .title_blogs a {
        color: #fb7f7f;
        font-size: 40px;
        margin-bottom: 10px;
        text-align: center;
        display: inline-block
    }

@media (max-width: 992px) {
    .section_blog .title_blogs a {
        font-size: 30px
    }
}

.section_blog .title_blogs a:hover {
    color: #33beb3
}

.section_blog .content_blogs {
    color: #565656;
    font-size: 16px;
    font-weight: 400;
    display: block;
    text-align: center;
    margin-bottom: 25px
}

.section_blog .see-more {
    text-align: center;
    position: relative;
    margin-top: 10px;
    font-size: 16px
}

    .section_blog .see-more a {
        background-color: #33beb3;
        color: #fff;
        height: 40px;
        line-height: 40px;
        padding: 1px 30px;
        border: 0;
        display: inline-block;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        border-radius: 40px;
        overflow: hidden;
        position: relative
    }

@media (max-width: 767px) {
    .section_blog .see-more a {
        height: 32px;
        line-height: 32px;
        padding: 1px 15px;
        font-size: 14px
    }
}

.section_blog .see-more a:hover {
    background-color: #fb7f7f
}

.section_blog .item-blog {
    margin-bottom: 20px;
    background-color: #e5f6f5;
    border-radius: 10px;
    padding: 10px;
    height: calc(100% - 20px)
}

    .section_blog .item-blog .block-thumb {
        position: relative
    }

        .section_blog .item-blog .block-thumb .thumb {
            overflow: hidden;
            width: 100%;
            display: flex;
            -o-justify-content: center;
            -moz-justify-content: center;
            -webkit-justify-content: center;
            -os-justify-content: center;
            -o-display: flex;
            -moz-display: flex;
            -webkit-display: flex;
            -os-display: flex;
            align-items: center;
            position: relative;
            height: auto !important;
            padding-bottom: 63.5%
        }

            .section_blog .item-blog .block-thumb .thumb img {
                width: auto !important;
                max-height: 100%;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                will-change: opacify;
                transform: scale(1);
                transition: all 0.5s ease
            }

        .section_blog .item-blog .block-thumb:hover img {
            transform: scale(1.1)
        }

    .section_blog .item-blog .block-content {
        -webkit-box-flex: 1;
        flex-grow: 1;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        width: 100%;
        position: relative;
        margin-top: 15px
    }

        .section_blog .item-blog .block-content h3 {
            font-size: 18px;
            margin-top: 0;
            padding-top: 0;
            text-transform: capitalize;
            margin-bottom: 0;
            min-height: 48px;
            font-weight: 500
        }

@media (max-width: 767px) {
    .section_blog .item-blog .block-content h3 {
        font-size: 16px
    }
}

.section_blog .item-blog .block-content h3 a {
    color: #000;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

    .section_blog .item-blog .block-content h3 a:hover {
        color: #33beb3
    }

.section_blog .item-blog .block-content .time-post {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-top: 1px solid #33beb3;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 0px
}

    .section_blog .item-blog .block-content .time-post span {
        border-radius: 10px;
        font-size: 14px;
        line-height: 20px;
        z-index: 1;
        color: #333
    }

    .section_blog .item-blog .block-content .time-post a {
        color: #33beb3
    }

        .section_blog .item-blog .block-content .time-post a svg {
            width: 14px;
            height: 18px
        }

            .section_blog .item-blog .block-content .time-post a svg path {
                fill: #33beb3
            }

        .section_blog .item-blog .block-content .time-post a:hover {
            color: #fb7f7f
        }

            .section_blog .item-blog .block-content .time-post a:hover svg path {
                fill: #fb7f7f
            }

.section_blog .item-blog .block-content .justify {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media (max-width: 767px) {
    .section_blog .swiper-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        width: auto
    }

        .section_blog .swiper-wrapper .swiper-slide {
            -ms-flex: 0 0 80%;
            flex: 0 0 80%;
            max-width: 80%;
            min-width: 80%;
            height: auto;
            margin-right: 14px
        }

            .section_blog .swiper-wrapper .swiper-slide:last-child {
                margin-right: 0px
            }

    .section_blog .swiper-button-next, .section_blog .swiper-button-prev {
        display: none
    }
}

.section_danh_gia {
    margin-bottom: 60px;
    position: relative;
    background: #e5f6f5;
    padding: 40px 0px
}

@media (max-width: 992px) {
    .section_danh_gia {
        padding: 15px 0px;
        margin-bottom: 40px
    }
}

.section_danh_gia .clipsvg {
    width: 100%;
    position: absolute;
    top: auto;
    bottom: -60px;
    right: 0px;
    height: 125px
}

@media (max-width: 992px) {
    .section_danh_gia .clipsvg {
        bottom: -38px;
        height: 40px
    }
}

@media (max-width: 767px) {
    .section_danh_gia .clipsvg {
        bottom: -30px;
        height: 30px
    }
}

.section_danh_gia .title_danh_gia {
    color: #fb7f7f;
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px
}

@media (max-width: 992px) {
    .section_danh_gia .title_danh_gia {
        font-size: 30px
    }
}

.section_danh_gia .content_danh_gia {
    color: #565656;
    font-size: 16px;
    font-weight: 400;
    display: block;
    text-align: center;
    margin-bottom: 25px
}

@media (max-width: 992px) {
    .section_danh_gia .content_danh_gia {
        margin-bottom: 15px
    }
}

.section_danh_gia .review_box {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 10px;
    margin-bottom: 0px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    padding: 20px;
    background-color: #fff;
    text-align: center;
    border: 2px solid #33beb3;
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .section_danh_gia .review_box {
        margin-top: 10px;
        padding: 10px
    }
}

.section_danh_gia .review_box .review_img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    flex: none;
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 10px
}

.section_danh_gia .review_box .icon_gach {
    max-height: 12px;
    line-height: 1;
    margin-bottom: 3px
}

    .section_danh_gia .review_box .icon_gach img {
        max-height: 12px;
        max-width: 80px
    }

.section_danh_gia .review_box p {
    margin-bottom: 10px
}

.section_danh_gia .review_box .name_review {
    font-size: 18px;
    font-weight: 600;
    color: #33beb3;
    display: block;
    margin-bottom: 1px
}

@media (max-width: 767px) {
    .section_danh_gia .review_box .name_review {
        font-size: 16px
    }
}

.section_danh_gia .review_box .job_review {
    color: #7a7a7a
}

.section_danh_gia .review_box .content_review {
    font-size: 16px;
    font-weight: 400
}

@media (max-width: 767px) {
    .section_danh_gia .review_box .content_review {
        font-size: 14px
    }
}

.section_danh_gia .swiper-pagination.swiper-pagination-bullets {
    bottom: 0px
}

    .section_danh_gia .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        border-radius: 3px;
        width: 20px;
        height: 7px;
        background-color: #999999;
        line-height: 9px
    }

        .section_danh_gia .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: #33beb3
        }

.section_hinh_anh_thuc_te {
    background-color: #e5f6f5;
    padding: 40px 0;
    position: relative
}

@media (max-width: 992px) {
    .section_hinh_anh_thuc_te {
        padding: 25px 0
    }
}

.section_hinh_anh_thuc_te .title_hinh_anh_thuc_te {
    color: #fb7f7f;
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px
}

@media (max-width: 992px) {
    .section_hinh_anh_thuc_te .title_hinh_anh_thuc_te {
        font-size: 30px
    }
}

.section_hinh_anh_thuc_te .content_hinh_anh_thuc_te {
    color: #565656;
    font-size: 16px;
    font-weight: 400;
    display: block;
    text-align: center;
    margin-bottom: 25px
}

.section_hinh_anh_thuc_te .box_hinh_anh_thuc_te {
    margin-top: 0px !important;
    text-align: center;
    gap: 20px;
    grid-template-columns: repeat(5, 1fr);
    display: grid;
    overflow: auto;
    justify-content: start
}

@media (max-width: 991px) {
    .section_hinh_anh_thuc_te .box_hinh_anh_thuc_te .thumb-image {
        width: 185px
    }
}

@media (max-width: 767px) {
    .section_hinh_anh_thuc_te .box_hinh_anh_thuc_te {
        gap: 14px
    }

        .section_hinh_anh_thuc_te .box_hinh_anh_thuc_te .thumb-image {
            width: 145px
        }
}

.section_hinh_anh_thuc_te .thumb-image {
    padding-bottom: 100%;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
    border-radius: 10px
}

    .section_hinh_anh_thuc_te .thumb-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.swiper-wrapper {
    padding-bottom: 1px
}

.button-control > div {
    cursor: pointer
}

.button-control .swiper-button-disabled {
    opacity: 0.7;
    cursor: inherit
}
