@media only screen and (max-width: 767px) {

    footer .top-part {
        border-bottom: solid 2px var(--orange-color);
        padding-bottom: 14px;
    }

    .section-1-left {
        background-image: url('../images/section-1-1.png');
        height: 272px;
        width: 50%;
    }

    .section-1-left img {
        width: 50px;
        height: 50px;
        margin: 40px 50px 0 0;
    }

    .section-1-left .top {
        display: flex;
        justify-content: space-between;
    }

    .section-1-left .bottom {
        margin-top: 40px;
    }


    .section-1-right {
        background-image: url('../images/section-1-2.png');
        height: 272px;
        width: 50%;
        translate: -5px;
        border-top-right-radius: 25%;
        position: relative;
        cursor: pointer;
    }

    .icon-play {
        width: 80px;
        position: absolute;
        top: calc(50% - 40px);
        left: calc(50% - 40px);
    }

    .section-1-left-text-1 {
        color: var(--white);
        font-size: 1rem;
        padding: 20px 0 0 25px;
    }

    .section-1-left-text-2 {
        color: var(--orange-color);
        font-size: 1.1rem;
        font-weight: 700;
        padding: 10px 0 0 25px;
        line-height: 1.5;
    }

    .section-1-left-text-3 {
        color: var(--white);
        text-transform: uppercase;
        width: 71%;
        text-align: right;
        translate: 28% -12%;
        line-height: 1.5;
        font-size: 12px;

    }

    .section-1-homepage .content .background-text {
        height: 5rem;
        flex-shrink: 0;
        border-radius: 0.75rem;
        position: absolute;
        left: 20%;
        top: 3%;
        z-index: 2;
        /*width: 100%;*/
    }

    .section-1-homepage .content .background-text .text-bg-sec1-1 {
        color: var(--orange-color);
        font-size: 1.5rem;
        font-weight: 800;
        margin-left: -3%;
    }

    .section-1-homepage .content .background-text .text-bg-sec1-2 {
        color: var(--white);
        font-size: 1.5rem;
        margin-left: 8%;
        margin-top: 2px;
    }

    .section-1-left-right-1 {
        position: absolute;
        bottom: 20px;
        right: 20px;
        color: var(--white);
        text-decoration: underline;
        text-transform: uppercase;
        font-size: 12px;
    }

    .flex-row {
        display: flex;
    }

    .section-2-left {
        width: 100%
    }

    .section-2-right {
        width: 100%
    }

    .section-2-text-1 {
        color: var(--orange-color);
        font-size: 1.6rem;
        width: 100%;
        line-height: 1.5;
        padding: 0 0 0 0%;
    }

    .section-2-text-2 {
        color: var(--blue-color);
        font-size: 1.8rem;
        width: 100%;
        line-height: 1.5;
        padding: 0 0 0 0%;
        text-transform: uppercase;
        font-weight: 700;
    }

    .section-2-text-3 {
        color: var(--blue-color);
        font-size: 1rem;
        width: 96%;
        line-height: 1.5;
        padding: 0 4% 0 0%;
        margin-top: 20px;
        text-align: justify;
    }

    .section-2-text-4 {
        color: var(--blue-color);
        font-size: 1.8rem;
        width: 100%;
        line-height: 1.5;
        text-transform: uppercase;
        margin-top: 30px;
    }

    .section-2-text-5 {
        font-size: 1rem;
        width: 96%;
        line-height: 1.5;
        padding: 0 4% 0 0;
        text-align: justify;
    }

    .section-2-table {
        margin-top: 20px;
        border-collapse: collapse;
    }

    .section-2-table th,
    .section-2-table td {
        padding: 5px 5px;
        text-align: left;
        border: none;
        font-size: 1rem;
    }

    .section-2-table-col-1 {
        width: 40%;
        color: var(--orange-color);
        font-weight: 700;
    }

    /*.section-2-table-col-2 {
    font-weight: 700;
}*/

    .section-2-bg-1 {
        background-image: url(../images/section-2-1.png);
        width: 100%;
        height: 570px;
        /*position: absolute;
        top: 0px;*/
        background-size: 800px 600px;
        background-position: -100px 0px;
        background-repeat: no-repeat;
        padding: 10px 0 0 0;
    }

    .section-2-bg-2 {
        /* background-image: url(../images/section-2-2.png);
        width: 100%;
        height: 1000px;
        top: 0;
        position: absolute;
        top: 150px;*/
        display: none;
    }

    .section-2-3 {
        /*  position: absolute;
        top: 850px;*/
        margin: 10px 20%;
        background-color: var(--lightgray-color);
        width: 80%;
        border-top-right-radius: 20%;
    }

    .section-2-bg-3 {
        background-image: url(../images/section-2-3.png);
        width: 100vw;
        height: 100vw;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }


    .img-part .content {
        position: relative;
        height: 1700px;
    }

    .section-2-logo {
        position: absolute;
        top: 200px;
        right: 0;
    }

    .section-2-logo img {
        width: 40px;
    }

    .section-2-box-text {
        background: var(--orange-color);
        width: 300px;
        height: 340px;
        border-top-right-radius: 20%;
        margin: 10% 0 0 7%;
    }

    .section-2-box-text-1 {
        text-transform: uppercase;
        color: var(--blue-color);
        font-size: 1.5rem;
        width: 275px;
        padding: 10% 0 0 10%;
        font-weight: 700;
    }

    .section-2-box-text-2 {
        color: var(--white);
        font-size: 1.0rem;
        font-size: 0.9rem;
        padding: 0 10% 0 10%;
        margin: 35px 0 0 0;
        line-height: 1.5;
    }

    .section-2-box-text-3 {
        color: var(--white);
        font-size: 0.8rem;
        text-transform: uppercase;
        padding: 0 0 0 0%;
        width: 70%;
        margin: 70px 55px;
        line-height: 1.5;
    }

    .link-ban-do {
        color: var(--white);
        padding: 44px 24px;
        font-size: 0.8rem;
        text-decoration: underline;
        text-underline-offset: 4px;
        cursor: pointer;
    }

    .section-2-textbox {
        width: 100%;
        padding: 0 11% 0 2%;
    }

    .section-2-textbox-1 {
        color: var(--blue-color);
        font-size: 2.5rem;
        margin-top: 30px;
        text-align: right;
    }

    .section-2-textbox-2 {
        color: var(--orange-color);
        font-size: 2.5rem;
        margin-top: 20px;
        font-weight: 700;
        text-align: right;
    }

    .section-2-textbox-3 {
        font-size: 16px;
        margin-top: 20px;
        text-align: right;
    }

    .section-2-textbox-4 {
        font-size: 1.2rem;
        margin-top: 20px;
    }

    .section-2-textbox-4 .div-text-left,
    .div-text-right {
        width: 50%;
        text-align: right;
    }

    .section-2-textbox-4 .text-title {
        color: var(--orange-color);
        text-decoration: underline;
        text-underline-offset: 4px;
        text-transform: uppercase;
        margin: 20px 0 10px 0;
        font-weight: 700;
    }

    .section-2-textbox-4 .text-content {
        text-transform: uppercase;
        font-size: 1rem;
    }

    .section-3-1 {
        background: var(--lightgray-color);
    }

    .section-3-bg-1 {
        background-image: url(../images/section-3-1.png);
        width: 100%;
        height: 620px;
        padding: 80px 0 0 25%;
        background-size: 690px 600px;
        background-position: -50px 0px;
        background-repeat: no-repeat;
    }

    .section-3-bg-2 {
        background-image: url(../images/section-3-2.png);
        width: 45%;
        height: 690px;
    }

    .section-3-bg-1 .text-1 {
        color: var(--white);
        font-size: 2rem;
        text-transform: uppercase;
    }

    .section-3-bg-1 .text-2 {
        color: var(--orange-color);
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 700;
        margin: 30px 0 0 0;
        width: 280px;
    }

    .section-3-bg-1 .text-3 {
        color: var(--white);
        font-size: 1rem;
        margin: 45px 0 0 0;
        width: 285px;
        line-height: 1.5;
    }


    .relative {
        position: relative;
    }

    .section-3-2 {
        position: absolute;
        top: 760px;
        margin: 100px 20%;
        width: 80%;
        display: none;
    }

    .section-3-textbox {
        background-color: var(--blue-color);
        width: 55%;
        padding: 80px 20% 0 5%;
        text-align: right;
    }

    .section-3-textbox-1 {
        color: var(--white);
        text-transform: uppercase;
        font-size: 3rem;
    }

    .section-3-textbox-2 {
        font-size: 3rem;
        color: var(--orange-color);
        text-transform: uppercase;
        margin: 10px 0 45px 0;
    }

    .section-3-textbox-parent {
        color: var(--white);
        text-transform: uppercase;
        font-size: 1.2rem;
        margin: 25px 0 0 0;
        cursor: pointer;
        text-decoration: underline;
        text-underline-offset: 4px;
    }

    .section-3-textbox-parent:hover {
        color: var(--orange-color);
    }

    .section-3-textbox-parent.active {
        color: var(--orange-color);
        text-decoration: underline;
        text-underline-offset: 4px;
    }

    .section-3-textbox-child {
        color: var(--white);
        font-size: 1rem;
        margin: 10px 0 0 0;
        cursor: pointer;
    }

    .section-3-textbox-child .div-text {
        margin: 10px 0 0 0;
    }

    .section-3-textbox-child .div-text.active {
        text-decoration: underline;
        text-underline-offset: 4px;
    }

    .section-3-2-div-text {
        width: 100%;
        position: absolute;
        bottom: 50px;
        padding: 0 30px;
        border-radius: 10%;
    }

    .section-3-2-div-text .text {
        background: var(--orange-color);
        border-radius: 30px;
        padding: 15px 20px;
        text-transform: uppercase;
    }

    .section-3-homepage .slider {
        /* position: absolute;
        top: 150px;
        left: 40%;*/
    }

    .section-4-homepage {
        padding-top: 0;
        min-height:unset;
        /*height: 900px;*/
    }

    .section-5-homepage .header {
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .section-5-homepage .header .col-left {
        width: 55%;
        font-size: 2rem;
        color: var(--blue-color);
        text-transform: uppercase;
    }

    .section-5-homepage .header .col-right {
        width: 75%;
        justify-content: end;
        font-size: 0.8rem;
        color: var(--blue-color);
        text-transform: uppercase;
        margin: 12px 0
    }



    .section-5-homepage .header .col-right .col-1 {
        width: 50%;
    }

    .section-5-homepage .header .col-right .col-2 {
        width: 50%;
    }

    .section-5-homepage .header .col-right .col-1:hover {
        text-decoration: underline;
        text-underline-offset: 4px;
        font-weight: 700;
    }

    .section-5-homepage .header .col-right .col-2:hover {
        text-decoration: underline;
        text-underline-offset: 4px;
        font-weight: 700;
    }

    .section-5-homepage .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        background: var(--lightgray-color);
    }

    .section-5-homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--orange-color) !important;
    }

    .section-5-homepage .swiper-button-prev {
        color: var(--blue-color);
        background: var(--orange-color);
        width: 40px;
        height: 50px;
        font-size: 13px;
    }

    .section-5-homepage .swiper-button-next {
        color: var(--blue-color);
        background: var(--orange-color);
        width: 40px;
        height: 50px;
    }

    .section-7-homepage .header {
        justify-content: space-between;
        margin-bottom: 30px;
        border-bottom: solid 1px var(--lightgray-color);
    }

    .section-7-homepage .header .col-left {
        width: 55%;
        font-size: 3rem;
        color: var(--orange-color);
        text-transform: uppercase;
    }

    .section-7-homepage .header .col-right {
        width: 45%;
        justify-content: end;
        font-size: 1.2rem;
        margin: 30px 0;
    }

    .section-7-homepage .header .col-right .btn {
        border: solid 1px var(--orange-color);
        border-radius: 30px;
        font-size: 1rem;
        padding: 10px 20px;
    }

    section-6-homepage .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
        background: var(--lightgray-color);
    }

    .section-6-homepage .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--orange-color) !important;
    }

    .section-6-homepage .swiper-button-prev {
        color: var(--blue-color);
        background: var(--orange-color);
        width: 40px;
        height: 50px;
        font-size: 13px;
    }

    .section-6-homepage .swiper-button-next {
        color: var(--blue-color);
        background: var(--orange-color);
        width: 40px;
        height: 50px;
    }

    .section-6-homepage .swiper-slide .title {
        position: absolute;
        bottom: 20px;
        left: 10px;
        color: var(--white);
        text-transform: uppercase;
        width: 123px;
        font-size: 12px;
    }

    footer .top-part .col-left {
        width: 30%;
    }

    footer .bottom-part .col-left {
        width: 30%;
    }

    footer .bottom-part .col-right {
        margin-top: 37px;
        font-size: 14px;
    }

    footer .top-part .col-right .col-1 {
        color: var(--white);
        margin-left: 180px;
        width: 100%;
    }

    footer .bottom-part .col-right .col-1 {
        color: var(--white);
        margin-left: 180px;
        width: 78%
    }

    footer .bottom-part .col-right .col-1 .items-1 {
        margin-bottom: 20px;
        font-weight: 700;
        border-left: 3px solid var(--orange-color);
        padding: 0 0 0 10px;
    }


    footer .bottom-part .col-right .col-1 .items-2 {
        margin-bottom: 20px;
    }

    footer .bottom-part .col-right .col-2 .items {
        margin-top: 30px;
        margin-bottom: 10px;
        padding: 0 0 0 20px;
    }

    footer .bottom-part .col-right .col-2 .img1 {
        width: 100px;
    }

    footer .bottom-part .col-right .col-2 .img {
        width: 180px;
        padding: 0 0 0 20px;
    }


    footer .bottom-part .col-right .col-2 {
        color: var(--white);
        width: 100%
    }

    footer .contact .flex-row {
        justify-content: space-between;
        color: var(--white);
        width: 100%;
        font-size: 14px;
    }

    .fixed-btn1 .btn.dknt {
        border: solid 1px var(--orange-color);
        border-radius: 20px;
        font-size: 1rem;
        padding: 5px 5px;
        width: 150px;
        color: var(--blue-color);
        background: var(--white);
        font-size: 12px;
    }

    .fixed-btn1 .btn-li {
        margin-left: 20px;
    }

    .fixed-btn1 {
        top: calc(18% + 240px);
        margin-right: 80px;
    }

    .fixed-btn .btn-li {
        margin-left: 20px;
    }

    .fixed-btn {
        top: 58%;
    }

    .section-1-homepage .content .find-room {
        position: unset;
        transform: unset;
        /* margin: 2rem auto 0; */
        width: 100%;
        margin: 0;
    }

    .section-1-homepage .content .find-room .content {
        padding: 0;
    }

    .mobile-nflex {
        display: unset;
    }

    .section-2-homepage {
        margin-top: 0px;
        height: 2500px;
    }

    .section-3-homepage {
        padding-top: 9.5rem;
        height: unset;
        max-height: unset;
    }

    .section-6-homepage {
        background-size: 700px 400px;
        background-position: -154px -35px;
        background-repeat: no-repeat;
        padding-top: 137px;
        height: 370px;

    }

    .section-6-homepage .container .list-slider {
        margin-top: 10px;
        width: 75%;
    }

    .section-6-homepage .container .list-slider .swiper-pagination-6-home {
        display: none;
    }

    .section-7-homepage {
        padding: 20px 0;
    }

    .footer-wrapper .top-part {
        display: none;
    }

    .footer-wrapper .bottom-part {
        display: none;
    }

    .logo-footer img {
        width: 150px
    }



    .mobile-footer {
        margin: 0 0 0 60px
    }

    .contact {
        display: flex;
        color: var(--white);
        font-size: 12px;
    }

    .list-contact {
        margin: 10px 0 0 0;
    }

    .list-contact .items-1 {
        color: var(--white);
        font-size: 12px;
        margin: 5px 0 0 0;
    }

    .list-contact .items-2 {
        color: var(--white);
        font-size: 12px;
        margin: 5px 0 0 0;
    }

    .list-contact .left {
        width: 70%
    }

    footer .img1 {
        width: 60px
    }

    footer .items {
        color: var(--white);
        font-size: 11px;
        margin: 10px 0 0 10px;
    }

    footer .right .img {
        margin: 0px 0 0 10px;
        width: 70px;
    }

    .list-contact .right {
        width: 30%
    }

    .pop-up-home .background {
        height: 62vh;
        overflow: auto;
    }

    .pop-up-home-policy .background {
        height: 62vh;
        overflow: auto;
    }

    .section-2-homepage {
        margin-top: 0px;
        height: 1250px;
    }

    .section-2-homepage .container .item {
        flex: 0 1 100%;
    }

    .section-2-homepage .container .flex-row.gap {
        flex-wrap: wrap;
    }

    .section-3-homepage .container .flex-row.gap {
        flex-wrap: wrap;
    }

    .section-3-homepage .container .card-area {
        flex-wrap: wrap;
        margin: 10px 0 0 0;
        width: 100%;
    }

    .section-3-homepage .container .card-area .card {
        flex: 0 1 100%;
        margin-bottom: 20px;
    }

    .text-intro {
        font-size: 30px
    }

    .section-2-homepage .flex-row.part2 {
        flex-wrap: wrap;
    }

    .section-2-homepage .part2 .item2 {
        flex: 0 1 100%;
    }

    .div-logo.desktop {
        display: none;
    }

    .div-logo.mobile {
        display: block;
    }

    .section-2-homepage .part2 .div-btn {
        margin: 20px 0 0px 0;
    }

    .thumbnail-nav-btn {
       /* height: 40px!important;
        width: 40px!important;*/
    }

        .thumbnail-nav-btn.prev::after {
            width: 40px;
            height: 40px;
        }

        .thumbnail-nav-btn.prev:hover::after {
            width: 40px;
            height: 40px;
        }

        .thumbnail-nav-btn.next::after {
            width: 40px;
            height: 40px;
        }

        .thumbnail-nav-btn.next:hover::after {
            width: 40px;
            height: 40px;
        }

    .section-2-homepage .part2 .div-logo {
        width: auto;
        margin: 0px 0 0 45px;
        height: 60px;
    }

    .section-3-homepage .container .card-area .card .card-header {
        /*background-color: var(--main-color);
        color: var(--white);*/
        font-size: 20px;
        font-weight: 700;
        padding: 20px 15px;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
    }

    .section-3-homepage .container .card-area .card .card-content .price {
        font-size: 20px;
        /*color: var(--main-color);*/
        font-weight: 700;
        display: flex;
        justify-content: start start;
        padding: 0 20px;
        margin-top: 15px;
    }

    .section-3-homepage .container .card-area .card .card-content .register-btn {
       /* background-color: var(--main-color);
        color: var(--white);*/
        font-size: 14px;
        padding: 8px 15px;
        border-radius: 30px;
        text-transform: uppercase;
        display: flex;
        margin: 35px 10px 0 10px;
        height: 36px;
        cursor: pointer;
    }

    table.table-agenda td.col-day {
        font-size: 18px;
    }

    th.th-agenda {
        background: var(--fourth-color);
        color: var(--white);
        font-size: 18px;
        font-weight: 700;
        text-align: center;
        padding: 20px;
    }

    .section-5-homepage .flex-row.part1 {
        flex-wrap: wrap;
    }

    .section-5-homepage .part1 .item1 {
        flex: 0 1 100%;
        padding:0;
    }

    .section-5-homepage .part1 .item1 .img-title {
        position: absolute;
        top: 15%;
        left: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 40px 0px 30px;
        border-top-right-radius: 35px;
        border-bottom-right-radius: 35px;
        font-size: 16px;
    }

    .section-5-homepage .part1 .item1 .img-title .p2 {
        font-weight: 500;
        font-family: 'Bickham';
        margin-left: 9px;
        scale: 2.2;
        padding: 0 15px 0 15px;
    }

    .section-5-homepage .part1 .active-img {
        border-radius: 20px;
        height: 300px;
    }

    .section-5-homepage .flex-row.part3 {
        flex-wrap: wrap;
        padding: 35px 0 0 0;
    }

    .section-5-homepage .part3 .item2 {
        flex: 0 1 100%;
        padding: unset;
    }

    .section-5-homepage .part3 .item2 .img-title {
        position: absolute;
        top: 15%;
        left: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 40px 0px 30px;
        border-top-right-radius: 35px;
        border-bottom-right-radius: 35px;
        font-size: 16px;
    }

    .section-5-homepage .part1 .item2 {
        flex: 0 1 100%;
        width: 100%;
    }

    .section-5-homepage .part3 .item1 {
        flex: 0 1 100%;
        width: 100%;
        order: 1;
    }

    .section-5-homepage .part4 .item1 {
        flex: 0 1 100%;
        width: 100%;
        padding:35px 0 0 0;
    }

    .section-5-homepage .part3 .active-img {
        border-radius: 20px;
        height: 300px;
    }




    .section-5-homepage .flex-row.part4 {
        flex-wrap: wrap;
    }

    .section-5-homepage .part4 .item2 {
        flex: 0 1 100%;
        padding:0px 0 0 0;
    }

    .section-5-homepage .part4 .item2 .img-title {
        position: absolute;
        top: 15%;
        left: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--white);
        padding: 0px 40px 0px 30px;
        border-top-right-radius: 35px;
        border-bottom-right-radius: 35px;
        color: var(--main-color);
        font-size: 16px;
    }

    .section-5-homepage .part4 .active-img {
        border-radius: 20px;
        height: 300px;
    }

    .section-5-homepage .part1 .webite-link {
        font-size: 13px;
        text-decoration: underline;
        margin-top: 10px;
    }

    .section-5-homepage .part2 .webite-link {
        margin-top: 10px;
    }

    .section-5-homepage .part3 .webite-link {
        margin-top: 10px;
    }

    .section-5-homepage .part4 .webite-link {
        margin-top: 10px;
    }

    .section-5-homepage .part1 .div-btn {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .section-5-homepage {
        padding-top: 30px;
    }


    footer .footer-wrapper {
        /* background: var(--main-color); */
        box-shadow: 15px 15px 30px 0px rgba(0, 0, 0, 0.05);
        padding-top: 4.19rem;
        padding-bottom: 3.41rem;
        background-position: center;
        padding-top: 10px !important;
        height: unset !important;
    }

    footer .footer-wrapper .container .content .col-right .col-2-right {
        width: 100%;
        margin-left: 0;
    }

    footer .footer-wrapper .container .content .col-right .col-3-right nav .col-right {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
    }

    footer .footer-wrapper .container .content .col-right .col-3-right nav {
        gap: 1rem;
    }

    footer .footer-wrapper .container .content .col-right .col-2-right .profile {
        margin-top: 1rem;
    }

    footer .footer-wrapper .container .content .col-left .list-contact .contact {
        gap: 1rem;
    }

    .pop-up-home {
        display: none;
        position: fixed;
        top: 7.875rem;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9999;
    }


    .logo-bct {
        margin-top: -10px;
        height: 50px;
        width: 120px;
    }

    .section-5-homepage .part4 .item1 .img-title {
        position: absolute;
        top: 10%;
        left: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 40px 0px 30px;
        border-top-right-radius: 35px;
        border-bottom-right-radius: 35px;
        color: var(--main-color);
        font-size: 16px;
    }

    .section-5-homepage .part1 .item2 .div-logo {
       width: 110px;
        height: 65px;
    }


    .section-5-homepage .part1 .item2 .div-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .section-5-homepage .part1 .title2 {
        height: unset;
        max-height: unset;
        overflow: unset;
        display: unset;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
    }

    .section-5-homepage .part3 .item1 .div-logo {
       width: 110px;
        height: 65px;
    }

    .section-5-homepage .part3 .item1 .div-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .section-5-homepage .part3 .title2 {
        height: unset;
        max-height: unset;
        overflow: unset;
        display: unset;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
    }

    .section-5-homepage .part4 .item2 .div-logo {
        width: 110px;
        height: 65px;
    }

    .section-5-homepage .part4 .item2 .div-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .section-5-homepage .part4 .title2 {
        height: unset;
        max-height: unset;
        overflow: unset;
        display: unset;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
    }

    .section-2-homepage .part2 .div-logo {
           width: 110px;
        height: 65px;
    }

    .section-2-homepage .part2 .div-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .title-popup {
        font-size: 20px;
    }
    .content-popup {
        font-size: 14px;
    }

}