* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    * h1, * h2, * h3, * h4, * h5, * h6 {
        margin: 0;
    }

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    100% {
        visibility: inherit;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    100% {
        visibility: inherit;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.btn_header,
.btn_header-1,
.btn_header-2,
.btn_header-3 {
    background-color: transparent;
    background-image: url("../../asset/image/product_bg_img/button_bg.png");
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    width: 230px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    border: none;
    outline: none;
    -webkit-transition: ease-in-out 0.1s;
    transition: ease-in-out 0.1s;
}

    .btn_header:hover,
    .btn_header-1:hover,
    .btn_header-2:hover,
    .btn_header-3:hover {
        top: 5px;
        left: 5px;
    }

        .btn_header:hover span,
        .btn_header-1:hover span,
        .btn_header-2:hover span,
        .btn_header-3:hover span {
            opacity: 0.5;
        }

        .btn_header:hover::after,
        .btn_header-1:hover::after,
        .btn_header-2:hover::after,
        .btn_header-3:hover::after {
            display: none;
        }

    .btn_header:focus,
    .btn_header-1:focus,
    .btn_header-2:focus,
    .btn_header-3:focus {
        outline: none;
    }

    .btn_header::after,
    .btn_header-1::after,
    .btn_header-2::after,
    .btn_header-3::after {
        content: "";
        background-image: url("../../asset/image/product_bg_img/button_bg_shadow.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 5px;
        left: 5px;
        z-index: -1;
    }

.btn_header-2 {
    margin-top: 1.5rem;
}

    .btn_header-2::after {
        background-image: url("../../asset/image/product_bg_img/button_bg_shadow_light.png");
    }

.btn_header-3 {
    content: "";
    margin-top: 1rem;
    color: #000;
    font-weight: bolder;
    font-size: 22px;
    width: 250px;
    height: 80px;
    background-image: url("../../asset/image/product_bg_img/Vector (1).png");
}

    .btn_header-3::after {
        content: "";
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-image: url("../../asset/image/product_bg_img/button_bg_shadow_light.png");
    }

.btn_news {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 6px 10px;
    border-radius: 50%;
    color: black;
    border: 1px solid rgba(128, 128, 128, 0.5);
}

@media (max-width: 996px) {
    .btn_header,
    .btn_header-1,
    .btn_header-2,
    .btn_header-3 {
        margin-top: 0.5rem;
        width: 150px;
        height: 40px;
        font-size: 12px;
    }

        .btn_header::after,
        .btn_header-1::after,
        .btn_header-2::after,
        .btn_header-3::after {
            width: 100%;
            height: 100%;
        }

    .btn-custom {
        display: block !important;
    }
}

@media (max-width: 768px) {
    .btn_header,
    .btn_header-1,
    .btn_header-2,
    .btn_header-3 {
        width: 100px;
        height: 60px;
        font-size: 10px;
        margin-top: 5px;
    }
}

@media (max-width: 379px) {
    .btn_header-1,
    .btn_header-2,
    .btn_header-3,
    .btn_header {
        width: 80px;
        height: 20px;
        font-size: 8px;
    }

        .btn_header-1::after,
        .btn_header-2::after,
        .btn_header-3::after,
        .btn_header::after {
            width: 100%;
            height: 100%;
            top: 2px;
            left: 2px;
        }
}

.btn-custom {
    display: none;
    position: relative;
    font-weight: 500;
    padding: 12px 42px 12px 12px;
    line-height: 1.3;
    padding: 0 !important;
    border: 2px solid rgba(128, 128, 128, 0.6);
    border-radius: 5px;
    width: 50px;
    height: 50px;
    margin-left: 15px;
    background-color: transparent;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

    .btn-custom:focus {
        outline: none;
    }

    .btn-custom .filter {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 33px;
        right: -8.5px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        opacity: 0.7;
    }

        .btn-custom .filter span,
        .btn-custom .filter span:before,
        .btn-custom .filter span:after {
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            background: gray;
            position: absolute;
        }

            .btn-custom .filter span:before,
            .btn-custom .filter span:after {
                content: "";
                display: block;
                width: 20px;
                height: 2px;
                left: 0px;
            }

        .btn-custom .filter span {
            height: 2px;
            width: 20px;
            top: 7px;
            left: 8.5px;
            -webkit-box-shadow: 0px 0px 0 gray;
            box-shadow: 0px 0px 0 gray;
        }

            .btn-custom .filter span:before {
                top: 7px;
            }

            .btn-custom .filter span:after {
                top: 15px;
            }

    .btn-custom[aria-expanded=true] .filter span {
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        background: transparent;
        -webkit-box-shadow: 8px 11px 0 transparent;
        box-shadow: 8px 11px 0 transparent;
    }

    .btn-custom[aria-expanded=true] .filter::after,
    .btn-custom[aria-expanded=true] .filter::before {
        opacity: 0;
    }

    .btn-custom[aria-expanded=true] .filter span.rotate::after,
    .btn-custom[aria-expanded=true] .filter span.rotate::before {
        opacity: 1;
    }

    .btn-custom[aria-expanded=true] .filter span:before {
        top: 4px;
    }

    .btn-custom[aria-expanded=true] .filter span.rotate::before {
        -webkit-transform: rotate(45deg) translate(3px, 1px);
        transform: rotate(45deg) translate(3px, 1px);
    }

    .btn-custom[aria-expanded=true] .filter span.rotate::after {
        -webkit-transform: rotate(-45deg) translate(6.5px, -5px);
        transform: rotate(-45deg) translate(6.5px, -5px);
    }

body {
    position: relative;
    z-index: 0;
    font-family: "Inter", sans-serif;
    background-color: #fff;
}

    body .contact-infor-part .contact-infor-content .contact-infor-left .vertical-title-wrap {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

        body .contact-infor-part .contact-infor-content .contact-infor-left .vertical-title-wrap .vertical-title {
            line-height: 1.1;
            padding-bottom: 30px;
            padding-left: 30px;
            bottom: 0;
        }

    body .contact-part .vertical-title {
        -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        margin-bottom: 115px !important;
        margin-top: unset !important;
        text-align: center;
    }

        body .contact-part .vertical-title .color-1 {
            font-size: 45px !important;
            letter-spacing: 7px !important;
        }

        body .contact-part .vertical-title .color-2,
        body .contact-part .vertical-title .color-3 {
            font-size: 75px !important;
        }

    body .news-part .news-item-larger .news-item-content {
        height: 100%;
    }

        body .news-part .news-item-larger .news-item-content .news-item-content-text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: end;
        }

    body .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    body .products-part-detail .sliders-wrap .cover_img {
        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;
        padding-top: 3rem;
        padding-bottom: 3rem;
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
        display: flex;
        justify-content: center;
    }

    body .contact-part .contact-content .contact-form h3 {
        white-space: nowrap;
    }

    body .color-1 {
        color: #EC1C24;
    }

    body .color-3 {
        color: #fff;
    }

    body .color-2 {
        color: #2E3191;
    }

    body .color-4 {
        color: #EC1C24;
    }

    body .color-5 {
        color: #FDC56C;
    }

    body select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-position: calc(100% - 15px) center !important;
        background: url("../../asset/image/icon_img/pngwing.com.png");
        background-size: 4%;
        background-repeat: no-repeat;
        padding: 8px 32px 8px 16px;
    }

    body .vertical-title {
        font-size: 55px;
        white-space: nowrap;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        text-align: center;
        text-shadow: 2px 2px gray;
        padding-bottom: 120px;
        position: relative;
        bottom: 10%;
    }

    body h1,
    body h2,
    body h3,
    body h4,
    body h5,
    body h6 {
        font-family: "Alfa Slab One", cursive;
    }

    body h1 {
        font-size: 100px;
    }

    body h3 {
        font-size: 58px;
    }

    body p {
        font-weight: 400;
        letter-spacing: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: auto;
    }

    body .main_title {
        padding: 110px 0;
        text-align: center;
    }

    body .card {
        z-index: 0 !important;
    }

    body .row,
    body .col-6 {
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
    }

    body .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    body .container-fluid {
        padding-left: 65px;
        padding-right: 65px;
    }

    body .slick-dots li.slick-active button:before {
        color: #EC1C24 !important;
    }

    body .slick-arrow {
        display: inline-block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #fff;
    }

    body .slick-prev {
        -webkit-transform: translate(100%, -100%);
        transform: translate(100%, -100%);
        z-index: 9999;
        opacity: 1;
        background-color: #fff;
        left: 20%;
        -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    }

        body .slick-prev::before {
            color: #000 !important;
        }

        body .slick-prev:hover, body .slick-prev:focus {
            opacity: 0.5;
            background-color: #EC1C24 !important;
        }

            body .slick-prev:hover::before, body .slick-prev:focus::before {
                color: #fff !important;
            }

        body .slick-prev:before {
            font-family: unset;
            line-height: 0.5;
        }

    body .slick-next {
        -webkit-transform: translate(-100%, -100%);
        transform: translate(-100%, -100%);
        opacity: 1;
        background-color: #fff;
        right: 20%;
        -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    }

        body .slick-next::before {
            color: #000 !important;
        }

        body .slick-next:hover, body .slick-next:focus {
            opacity: 0.5;
            background-color: #EC1C24 !important;
        }

            body .slick-next:hover::before, body .slick-next:focus::before {
                color: #fff !important;
            }

        body .slick-next:before {
            font-family: unset;
            line-height: 0.5;
        }

    body header {
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
        background-color: #F5EDD6;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        width: 100%;
        height: 126px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        body header .navbar {
            padding-bottom: 0;
            padding-bottom: 0;
        }

            body header .navbar .navbar-brand img {
                max-width: 170px;
            }

        body header .navbar-collapse ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            body header .navbar-collapse ul .nav-item {
                border-radius: 25px;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-transition: all ease-in-out 150ms;
                transition: all ease-in-out 150ms;
                margin: 1.5px 10px;
            }

                body header .navbar-collapse ul .nav-item .nav-link {
                    color: #000 !important;
                    padding: 5px 10px !important;
                    font-weight: 500;
                    text-decoration: none;
                }

                body header .navbar-collapse ul .nav-item:hover {
                    background-color: #2E3191;
                }

                    body header .navbar-collapse ul .nav-item:hover .nav-link {
                        color: #fff !important;
                    }

            body header .navbar-collapse ul li.active {
                background-color: #2E3191;
            }

                body header .navbar-collapse ul li.active .nav-link {
                    color: #fff !important;
                }

    body .contact-page,
    body .introduce-part,
    body .aboutUs-part,
    body .contact-page {
        padding-top: 120px;
    }

        body .contact-page .contact-page-carousel {
            position: relative;
        }

            body .contact-page .contact-page-carousel .carousel-img {
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                -o-object-position: center;
                object-position: center;
            }

            body .contact-page .contact-page-carousel .contact-page-title {
                width: 100%;
                position: absolute;
                top: 35%;
                left: 50%;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
            }

        body .contact-page .location-decor-img {
            background-color: #f9f9f9;
            position: relative;
        }

            body .contact-page .location-decor-img img {
                position: absolute;
                left: 0;
                top: -13px;
            }

    body .location-page {
        overflow: hidden;
        padding-top: 5rem;
        padding-bottom: 5rem;
        position: relative;
        background-color: #f9f9f9;
    }

        body .location-page h4 {
            font-size: 38px;
            line-height: 70px;
        }

        body .location-page::before {
            content: "";
            position: absolute;
            right: 0;
            bottom: 0;
            width: 50%;
            height: -webkit-fill-available;
            background-image: url("../../asset/image/bg_img/location28.png");
            background-position: bottom;
            background-repeat: no-repeat;
            background-size: contain;
        }

        body .location-page::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 50%;
            height: -webkit-fill-available;
            background-image: url("../../asset/image/bg_img/location47.png");
            background-position: bottom;
            background-repeat: no-repeat;
            background-size: contain;
            -webkit-transform: rotate(7deg) translate(0%, 5%);
            transform: rotate(7deg) translate(0%, 5%);
        }

        body .location-page .location-infor .form-name {
            font-family: "Alfa Slab One", cursive;
            font-size: 38px;
            text-align: center;
        }

        body .location-page .location-infor .form-ref {
            height: 92px;
            font-size: 20px;
            color: #fff;
            background-color: #2E3191;
            border-radius: 15px 0 0 15px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            body .location-page .location-infor .form-ref p {
                padding: 0;
                text-transform: uppercase;
            }

        body .location-page .location-infor .form-fill {
            height: 92px;
            padding: 34px 38px;
            font-size: 20px;
            color: #000;
            background-color: #fff;
            border-radius: 0 15px 15px 0;
            border: 1px solid rgba(128, 128, 128, 0.2);
            -webkit-box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.1);
        }

            body .location-page .location-infor .form-fill select {
                width: 100%;
            }

    body .introduce-part {
        position: relative;
        background-color: #2E3191;
    }

        body .introduce-part > img {
            width: 100%;
            max-height: 900px;
            height: 810px;
        }

        body .introduce-part .introduce_bg_top {
            overflow: hidden;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            padding-top: 120px;
        }

        body .introduce-part .introduce-part-bg .introduce_bg_img img {
            mix-blend-mode: soft-light;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
        }

        body .introduce-part .introduce-part-bg .introduce-content-left {
            z-index: 10;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 50%;
            padding-bottom: 120px;
        }

        body .introduce-part .introduce-part-bg .introduce-content-right {
            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;
            text-align: center;
            top: 5rem;
        }

            body .introduce-part .introduce-part-bg .introduce-content-right > img {
                left: -2rem;
                position: absolute;
                top: 5%;
                left: -12%;
                z-index: 1;
            }

            body .introduce-part .introduce-part-bg .introduce-content-right .main_img {
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                body .introduce-part .introduce-part-bg .introduce-content-right .main_img img {
                    z-index: 2;
                }

                    body .introduce-part .introduce-part-bg .introduce-content-right .main_img img:nth-child(1) {
                        position: relative;
                        bottom: 25px;
                        right: 40px;
                    }

                    body .introduce-part .introduce-part-bg .introduce-content-right .main_img img:nth-child(2) {
                        position: relative;
                        bottom: 165px;
                        right: 20px;
                    }

        body .introduce-part .prize-banner {
            color: #fff;
            position: relative;
            background-color: #2E3191;
        }

            body .introduce-part .prize-banner .prize-banner_header .main_title {
                padding-bottom: 2rem;
            }

                body .introduce-part .prize-banner .prize-banner_header .main_title h3 {
                    position: relative;
                }

                    body .introduce-part .prize-banner .prize-banner_header .main_title h3::before {
                        content: "";
                        background-image: url("../../asset/image/bg_img/A3-9.png");
                        width: 165px;
                        height: 128px;
                        background-position: center;
                        background-repeat: no-repeat;
                        background-size: cover;
                        position: absolute;
                        left: 10%;
                        top: 0;
                    }

                    body .introduce-part .prize-banner .prize-banner_header .main_title h3::after {
                        content: "";
                        background-image: url("../../asset/image/bg_img/A3-9.png");
                        width: 165px;
                        height: 128px;
                        background-position: center;
                        background-repeat: no-repeat;
                        background-size: cover;
                        position: absolute;
                        right: 10%;
                        top: 0;
                        -webkit-transform: scaleX(-1);
                        transform: scaleX(-1);
                    }

            body .introduce-part .prize-banner .prize-bg {
                position: relative;
            }

                body .introduce-part .prize-banner .prize-bg .prize-bg-left {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                }

                body .introduce-part .prize-banner .prize-bg .prize-bg-right {
                    position: absolute;
                    bottom: 0;
                    right: 0;
                }

                body .introduce-part .prize-banner .prize-bg .prize-bg-content {
                    text-align: center;
                }

                    body .introduce-part .prize-banner .prize-bg .prize-bg-content > p:last-of-type {
                       font-size: 24px
                    }

                    body .introduce-part .prize-banner .prize-bg .prize-bg-content .prize-img {
                        margin: 4rem auto;
                        -webkit-transform: scale(1.3);
                        transform: scale(1.3);
                    }

    body .products-part .card {
        border: none;
    }

        body .products-part .card .wrap_item {
            cursor: pointer;
            height: 300px;
            -o-object-fit: contain;
            object-fit: contain;
            overflow: hidden;
            position: relative;
        }

            body .products-part .card .wrap_item .item-overlay {
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-35%);
                transform: translateY(-35%);
            }

                body .products-part .card .wrap_item .item-overlay img {
                    width: 100%;
                    -webkit-transform: unset;
                    transform: unset;
                }

        body .products-part .card .card-body {
            text-align: center;
        }

            body .products-part .card .card-body .card-title {
                cursor: pointer;
                font-size: 26px;
                color: #2E3191;
                font-family: "Inter", sans-serif;
                font-weight: bold;
            }

            body .products-part .card .card-body .detail-1 {
                font-size: 16px;
                color: #EC1C24;
                text-transform: uppercase;
            }

            body .products-part .card .card-body .detail-2 {
                font-size: 18px;
                color: #000;
                opacity: 0.5;
            }

        body .products-part .card:nth-child(1) img {
            -webkit-transform: scale(0.3);
            transform: scale(0.3);
            -webkit-transform-origin: center top;
            transform-origin: center top;
        }

        body .products-part .card:nth-child(2) {
            position: relative;
        }

            body .products-part .card:nth-child(2) .product-image {
                position: relative;
                right: 5%;
            }

                body .products-part .card:nth-child(2) .product-image img:nth-child(1) {
                    -webkit-transform: scale(0.3);
                    transform: scale(0.3);
                    -webkit-transform-origin: center top;
                    transform-origin: center top;
                }

                body .products-part .card:nth-child(2) .product-image img:nth-child(2) {
                    -webkit-transform: scale(0.2) translate(100%, 50%);
                    transform: scale(0.2) translate(100%, 50%);
                    position: absolute;
                    bottom: 44%;
                    right: 0;
                }

        body .products-part .card:nth-child(3) img {
            -webkit-transform: scale(0.7);
            transform: scale(0.7);
            -webkit-transform-origin: center top;
            transform-origin: center top;
        }

    body .products-part-detail {
        background-color: #f9f9f9;
        padding-top: 5rem;
        padding-bottom: 5rem;
        position: relative;
    }

        body .products-part-detail .bg-bottom {
            padding-left: 10%;
            padding-right: 10%;
            position: relative;
            margin-top: -6rem;
            z-index: -2;
        }

        body .products-part-detail .slick-prev {
            left: 0;
        }

        body .products-part-detail .slick-next {
            right: 0;
            z-index: 999;
        }

        body .products-part-detail .slick-prev,
        body .products-part-detail .slick-next {
            font-family: "slick";
            -webkit-box-shadow: none;
            box-shadow: none;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content;
        }

            body .products-part-detail .slick-prev::before,
            body .products-part-detail .slick-next::before {
                line-height: 1;
            }

        body .products-part-detail .sliders-wrap {
            background-image: -webkit-gradient(linear, left top, left bottom, from(#E2D09C), to(#f9f9f9));
            background-image: linear-gradient(#E2D09C, #f9f9f9);
            border-radius: 20px;
            position: relative;
        }

            body .products-part-detail .sliders-wrap .cover_img {
                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;
                padding-top: 3rem;
                padding-bottom: 3rem;
                -webkit-transform: translateX(5%);
                transform: translateX(5%);
            }

        body .products-part-detail .detail-content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -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;
        }

            body .products-part-detail .detail-content .detail-content-title {
                font-size: 28px;
            }

            body .products-part-detail .detail-content p {
                font-weight: 100;
                font-size: 18px;
                margin-bottom: 1rem;
            }

            body .products-part-detail .detail-content select {
                padding: 14px;
                width: 80%;
                border: 1px solid rgba(128, 128, 128, 0.2);
            }

    body .media-part {
        background-color: #F9F9F9;
    }

        body .media-part .media-content {
            background-color: #F9F9F9;
            background-image: url("../../asset/image/bg_img/Group46.png");
            color: #fff;
            background-position: bottom;
            background-repeat: repeat-x;
            background-size: contain;
            height: 100%;
        }

            body .media-part .media-content .video-zone {
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                bottom: 3rem;
            }

                body .media-part .media-content .video-zone .video-bg {
                    border-radius: 20px;
                }

                body .media-part .media-content .video-zone .video-icon {
                    cursor: pointer;
                    z-index: 5;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    -webkit-transform: translateX(-50%) translateY(-50%);
                    transform: translateX(-50%) translateY(-50%);
                }

            body .media-part .media-content .text-zone {
                position: relative;
                z-index: 1;
                background-color: transparent;
                background-image: url("../../asset/image/bg_img/Group49.png");
                color: #fff;
                background-position: bottom;
                background-repeat: no-repeat;
                background-size: contain;
                padding-bottom: 12%;
            }

                body .media-part .media-content .text-zone h4 {
                    font-size: 1.2rem;
                }

    body .customer-part .client_slides .cover_img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 300px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-image: url("/asset/image/product_bg_img/A8-021.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
    }

        body .customer-part .client_slides .cover_img img {
            mix-blend-mode: darken;
        }

    body .contact-infor-part {
        z-index: 0;
        background: #F2DFC5;
        position: relative;
    }

        body .contact-infor-part .contact-infor-content {
            margin-left: 0;
            margin-right: 0;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            position: relative;
        }

            body .contact-infor-part .contact-infor-content > img {
                position: absolute;
                right: 0;
                bottom: -15%;
                z-index: -3;
                width: 40%;
            }

            body .contact-infor-part .contact-infor-content .contact-infor-left {
                padding-left: 0;
                padding-right: 0;
                background-color: #FDC56C;
                position: relative;
                z-index: -5;
            }

                body .contact-infor-part .contact-infor-content .contact-infor-left > img {
                    width: 115%;
                    position: absolute;
                    bottom: -20px;
                    left: 0;
                }

                body .contact-infor-part .contact-infor-content .contact-infor-left .vertical-title-wrap {
                    position: absolute;
                    top: 0;
                    right: 0;
                }

                    body .contact-infor-part .contact-infor-content .contact-infor-left .vertical-title-wrap .color-1 {
                        font-size: 2.5rem;
                    }

            body .contact-infor-part .contact-infor-content .contact-infor-right {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: left;
                -ms-flex-pack: left;
                justify-content: left;
                padding-right: 15%;
            }

                body .contact-infor-part .contact-infor-content .contact-infor-right .contact-form {
                    min-width: 733px;
                    padding-bottom: 5rem;
                    padding-top: 3rem;
                    margin-bottom: 0;
                    position: relative;
                }

                    body .contact-infor-part .contact-infor-content .contact-infor-right .contact-form input,
                    body .contact-infor-part .contact-infor-content .contact-infor-right .contact-form textarea {
                        background-color: #F9F9F9;
                        width: 100%;
                        margin: 3px;
                        padding: 10px;
                    }

                    body .contact-infor-part .contact-infor-content .contact-infor-right .contact-form h3 {
                        margin-bottom: 1.2rem;
                    }

                    body .contact-infor-part .contact-infor-content .contact-infor-right .contact-form img {
                        position: absolute;
                        bottom: -5%;
                        right: -70%;
                        width: 85%;
                        z-index: 10;
                    }

    body .contact-infor-part,
    body .contact-part,
    body .products-part,
    body .products-part-detail,
    body .brand-part {
        position: relative;
        width: 100%;
        z-index: 0;
    }

        body .contact-infor-part .cotact-decor-img,
        body .contact-part .cotact-decor-img,
        body .products-part .cotact-decor-img,
        body .products-part-detail .cotact-decor-img,
        body .brand-part .cotact-decor-img {
            position: absolute;
            left: 0;
            bottom: -82px;
            z-index: -5;
            height: 93px;
        }

            body .contact-infor-part .cotact-decor-img img,
            body .contact-part .cotact-decor-img img,
            body .products-part .cotact-decor-img img,
            body .products-part-detail .cotact-decor-img img,
            body .brand-part .cotact-decor-img img {
                width: 100%;
            }

    body .contact-part {
        background-image: url("../../asset/image/bg_img/Contact-12.jpg?v=2.2");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 5rem;
        padding-bottom: 9rem;
        overflow: inherit;
    }

        body .contact-part .contact-content .contact-form {
            padding-bottom: 5rem;
            max-width: 625px;
            position: relative;
        }

            body .contact-part .contact-content .contact-form input,
            body .contact-part .contact-content .contact-form textarea {
                width: 100%;
                margin: 3px;
                padding: 10px;
            }

            body .contact-part .contact-content .contact-form h3 {
                margin-bottom: 1.2rem;
            }

        body .contact-part .contact-content .vertical-title-wrap {
            padding-left: 5rem;
        }

            body .contact-part .contact-content .vertical-title-wrap .vertical-title {
                text-align: start;
                line-height: initial;
                margin-top: auto;
                margin-bottom: auto;
                padding-bottom: 0;
                padding-top: 0;
            }

                body .contact-part .contact-content .vertical-title-wrap .vertical-title span {
                    font-size: 1em;
                    font-weight: 400;
                }

                    body .contact-part .contact-content .vertical-title-wrap .vertical-title span:first-child {
                        font-size: 0.7em;
                    }

        body .contact-part .contact-content > img {
            position: absolute;
            right: 0;
            bottom: -10%;
            z-index: -3;
            width: 40%;
        }

    body .aboutUs-part {
        background-color: #fff;
    }

        body .aboutUs-part .container-fluid {
            position: relative;
            padding-left: 15%;
            padding-right: 15%;
            padding-bottom: 30px;
        }

            body .aboutUs-part .container-fluid::before {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                background-image: url("../../asset/image/bg_img/bg_aboutUs_2.png");
                background-position: center;
                background-repeat: no-repeat;
                background-size: inherit;
                -webkit-transform: rotate(-3deg) translate(-67%, 10%);
                transform: rotate(-3deg) translate(-67%, 10%);
                left: 50%;
                bottom: 0;
            }

        body .aboutUs-part .carousel-img {
            margin-bottom: 3rem;
        }

        body .aboutUs-part .carousel-decor-img {
            position: absolute;
            top: -60px;
            left: 0;
        }

        body .aboutUs-part .aboutUs-content {
            padding-top: 3rem;
            padding-bottom: 3rem;
        }

        body .aboutUs-part .about_prize {
            padding-top: 100px;
            padding-bottom: 100px;
            background-color: #2E3191;
            color: #fff;
            position: relative;
        }

            body .aboutUs-part .about_prize p {
                line-height: 37px;
                font-size: 26px;
            }

            body .aboutUs-part .about_prize .prize-img {
                width: 45%;
                margin: 4rem auto;
            }

            body .aboutUs-part .about_prize .prize-bg-left {
                position: absolute;
                left: 0;
                top: 0;
                height: 90%;
            }

            body .aboutUs-part .about_prize .prize-bg-right {
                position: absolute;
                right: 0;
                top: 0;
                height: 90%;
            }

    body .brand-part {
        background-color: #F9F9F9;
        position: relative;
        padding-bottom: 8rem;
    }

        body .brand-part .brand-bg-decor {
            position: absolute;
            top: -12px;
            left: 0;
            width: 100%;
        }

        body .brand-part .brand-item .brand-img-wrap {
            background: #fff;
            height: 243px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            body .brand-part .brand-item .brand-img-wrap img {
                width: 70%;
            }

    body .news-part {
        margin-top: 3.5rem;
    }

        body .news-part #expand-item {
            margin-top: 3rem;
            margin-bottom: 3rem;
        }

            body .news-part #expand-item.disable {
                cursor: none;
                pointer-events: none;
                background-image: url("../../asset/image/product_bg_img/Vector (1).png") !important;
            }

        body .news-part .news-list {
            margin-bottom: 10px;
            width: 80%;
            margin: auto;
        }

            body .news-part .news-list .fix-padding-col {
                display: none;
                padding-left: 7px;
                padding-right: 7px;
            }

            body .news-part .news-list .news-item-larger,
            body .news-part .news-list .news-item-smaller {
                cursor: pointer;
                border-radius: 37px;
                margin-bottom: 15px;
            }

                body .news-part .news-list .news-item-larger a,
                body .news-part .news-list .news-item-smaller a {
                    text-decoration: none;
                }

                body .news-part .news-list .news-item-larger .news-item-content-text p.news-header,
                body .news-part .news-list .news-item-smaller .news-item-content-text p.news-header {
                    color: #fff;
                    margin-bottom: 0.3rem;
                    margin-top: 1rem;
                    font-weight: bold;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: block;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                    font-size: 18px;
                }

                body .news-part .news-list .news-item-larger .news-item-content-text p.news-pa,
                body .news-part .news-list .news-item-smaller .news-item-content-text p.news-pa {
                    font-weight: 100;
                    color: #fff;
                    margin: 0 auto;
                    font-size: 16px;
                    display: block;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                body .news-part .news-list .news-item-larger .news-item-content-text p.news-date,
                body .news-part .news-list .news-item-smaller .news-item-content-text p.news-date {
                    font-weight: 100;
                    color: #fff;
                }

                body .news-part .news-list .news-item-larger .news-item-smaller-bg,
                body .news-part .news-list .news-item-smaller .news-item-smaller-bg {
                    height: -webkit-fit-content;
                    height: -moz-fit-content;
                    height: fit-content;
                    border-radius: 22px;
                    height: 250px;
                }

                    body .news-part .news-list .news-item-larger .news-item-smaller-bg img,
                    body .news-part .news-list .news-item-smaller .news-item-smaller-bg img {
                        width: 100%;
                        height: 100%;
                        border-radius: 22px;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -o-object-fit: cover;
                        object-fit: cover;
                        -o-object-position: center;
                        object-position: center;
                        position: relative;
                    }

        body .news-part .fix-padding-col:nth-child(1) .news-item-smaller,
        body .news-part .fix-padding-col:nth-child(4) .news-item-smaller,
        body .news-part .fix-padding-col:nth-child(7) .news-item-smaller {
            background-color: #2E3191;
            padding: 15px;
        }

        body .news-part .fix-padding-col:nth-child(2) .news-item-smaller,
        body .news-part .fix-padding-col:nth-child(5) .news-item-smaller,
        body .news-part .fix-padding-col:nth-child(8) .news-item-smaller {
            background-color: #EC1C24;
            padding: 15px;
        }

        body .news-part .fix-padding-col:nth-child(3) .news-item-smaller,
        body .news-part .fix-padding-col:nth-child(6) .news-item-smaller,
        body .news-part .fix-padding-col:nth-child(9) .news-item-smaller {
            background-color: #FDC56C;
            padding: 15px;
        }

        body .news-part .news-item-larger .news-item-larger-bg {
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

            body .news-part .news-item-larger .news-item-larger-bg img {
                -o-object-fit: fill;
                object-fit: fill;
                -o-object-position: center;
                object-position: center;
                width: 100%;
                height: 100%;
            }

        body .news-part .news-item-larger .news-item-content {
            background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
            background-image: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
            position: absolute;
            bottom: 0;
            left: 0;
            margin-left: 7px;
            margin-right: 7px;
            padding: 100px 25px 25px 25px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            border-radius: 0 0 37px 37px;
        }

            body .news-part .news-item-larger .news-item-content .news-pa {
                font-size: 20px;
            }

            body .news-part .news-item-larger .news-item-content .news-date {
                font-size: 14px;
            }

        body .news-part .news-item-smaller .news-item-content .news-item-content-text .news-pa {
            font-size: 17px;
        }

        body .news-part .news-item-smaller .news-item-content .news-item-content-text .news-date {
            font-size: 14px;
        }

        body .news-part .orther-new {
            background-color: #F5EDD6;
            padding-top: 6rem;
            padding-bottom: 6rem;
            color: #fff;
        }

            body .news-part .orther-new .main_title {
                padding-bottom: 5rem !important;
            }

            body .news-part .orther-new .orther-news-item .orther-new-wrap {
                border-radius: 37px;
                padding: 15px;
            }

            body .news-part .orther-new .orther-news-item:nth-child(1) > .orther-new-wrap {
                background-color: #EC1C24;
            }

            body .news-part .orther-new .orther-news-item:nth-child(2) > .orther-new-wrap {
                background-color: #FDC56C;
            }

            body .news-part .orther-new .orther-news-item:nth-child(3) > .orther-new-wrap {
                background-color: #2E3191;
            }

            body .news-part .orther-new .instagram_head_content {
                color: #2E3191;
                padding-top: 50px;
                padding-bottom: 50px;
                text-align: center;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                border-top: 2px solid rgba(128, 128, 128, 0.2);
            }

                body .news-part .orther-new .instagram_head_content .insta-logo {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                }

                    body .news-part .orther-new .instagram_head_content .insta-logo .insta-logo-border img {
                        border-radius: 50%;
                        border: 3px solid pink;
                    }

                body .news-part .orther-new .instagram_head_content .insta-infor p {
                    text-align: left;
                }

                body .news-part .orther-new .instagram_head_content .insta-infor .user_name {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: start;
                    -ms-flex-pack: start;
                    justify-content: flex-start;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                    body .news-part .orther-new .instagram_head_content .insta-infor .user_name button {
                        margin-left: 3rem;
                        font-size: 0.8rem;
                    }

                body .news-part .orther-new .instagram_head_content .insta-infor .follow {
                    text-align: left;
                }

                    body .news-part .orther-new .instagram_head_content .insta-infor .follow span {
                        margin-right: 3rem;
                    }

            body .news-part .orther-new .instagram_main_content {
                border-top: 2px solid rgba(128, 128, 128, 0.2);
                padding-top: 3rem;
            }

                body .news-part .orther-new .instagram_main_content .post_wrap {
                    padding-left: 3px;
                    padding-right: 3px;
                    margin-bottom: 10px;
                }

                    body .news-part .orther-new .instagram_main_content .post_wrap .post_item {
                        background-color: #fff;
                        border-radius: 4px;
                        -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.3);
                        box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.3);
                    }

                        body .news-part .orther-new .instagram_main_content .post_wrap .post_item .post_item_content {
                            width: 100%;
                            height: 450px;
                            overflow: hidden;
                        }

                            body .news-part .orther-new .instagram_main_content .post_wrap .post_item .post_item_content img {
                                width: 100%;
                                height: inherit;
                                display: block;
                                -o-object-fit: cover;
                                object-fit: cover;
                                -o-object-position: top;
                                object-position: top;
                            }

    body .news-part-detail p {
        font-weight: 100;
        font-size: 18px;
    }

    body .news-part-detail .main_title {
        margin-top: 120px;
    }

    body .news-part-detail .news-detail-bg {
        width: 100%;
        margin-bottom: 3rem;
    }

    body .news-part-detail .news-detail-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 0;
    }

    body .news-part-detail .news-detail-right {
        padding-right: 0;
    }

    body .news-part-detail .orther-new {
        background-color: #F5EDD6;
        padding-top: 3rem;
        padding-bottom: 6rem;
        color: #fff;
    }

        body .news-part-detail .orther-new .orther-news-item .orther-new-wrap {
            border-radius: 37px;
            padding: 15px;
        }

        body .news-part-detail .orther-new .orther-news-item:nth-child(1) > .orther-new-wrap {
            background-color: #EC1C24;
        }

        body .news-part-detail .orther-new .orther-news-item:nth-child(2) > .orther-new-wrap {
            background-color: #FDC56C;
        }

        body .news-part-detail .orther-new .orther-news-item:nth-child(3) > .orther-new-wrap {
            background-color: #2E3191;
        }

    body footer {
        background-color: #2E3191;
        color: #fff;
        padding-top: 3rem;
        display: grid;
        position: relative;
        z-index: -3;
    }

        body footer .footer-end {
            text-align: center;
            color: #fff;
            border-top: solid 1px rgba(128, 128, 128, 0.5);
        }

            body footer .footer-end p {
                font-size: 18px;
                line-height: 30px;
                font-weight: unset;
            }

        body footer .footer-content {
            padding-top: 35px;
            padding-bottom: 35px;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            grid-template-rows: auto auto;
            gap: 0;
            width: 70%;
            max-width: unset;
            margin-left: 15% !important;
            margin-right: 15% !important;
        }

            body footer .footer-content .footer-item1 {
                background-color: transparent;
                grid-row: 1/span 1;
            }

            body footer .footer-content .footer-item2 {
                background-color: transparent;
                grid-row: 1/span 1;
            }

            body footer .footer-content .footer-item3 {
                background-color: transparent;
                grid-row: 1/span 1;
            }

            body footer .footer-content .footer-item4 {
                background-color: transparent;
                grid-row: 1/span 1;
            }

                body footer .footer-content .footer-item4 .social-icon-fb {
                    border-radius: 50%;
                    background-color: #318BE8;
                    height: 30px;
                    width: 30px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    margin-left: 1rem;
                }

                    body footer .footer-content .footer-item4 .social-icon-fb img {
                        position: relative;
                        right: 1px;
                    }

                body footer .footer-content .footer-item4 .social-icon-yt {
                    border-radius: 50%;
                    background-color: #EA232A;
                    height: 30px;
                    width: 30px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    margin-left: 1rem;
                }

                    body footer .footer-content .footer-item4 .social-icon-yt img {
                        position: relative;
                    }

            body footer .footer-content .ft-head-title {
                color: #fff;
                margin: 1rem auto;
                font-size: 20px;
                font-weight: 500;
                font-family: "Alfa Slab One", cursive;
            }

            body footer .footer-content .footer_icon_list a {
                text-decoration: none;
            }

                body footer .footer-content .footer_icon_list a li {
                    display: inline-block;
                    margin-left: 10px;
                }

                    body footer .footer-content .footer_icon_list a li i {
                        font-size: 15px;
                    }

                    body footer .footer-content .footer_icon_list a li:hover i {
                        -webkit-transform: scale(125%);
                        transform: scale(125%);
                        -webkit-transition: ease-in-out 0.3;
                        transition: ease-in-out 0.3;
                    }

            body footer .footer-content ul li a {
                list-style: none;
                font-size: 1rem;
                line-height: 2;
            }

            body footer .footer-content a {
                color: #efedea;
                font-size: 1rem;
            }

            body footer .footer-content .footer-item1,
            body footer .footer-content .footer-item2,
            body footer .footer-content .footer-item3,
            body footer .footer-content .footer-item4 {
                padding-left: 8px;
                padding-right: 8px;
            }

                body footer .footer-content .footer-item1 ul,
                body footer .footer-content .footer-item2 ul,
                body footer .footer-content .footer-item3 ul,
                body footer .footer-content .footer-item4 ul {
                    list-style: none;
                }

                body footer .footer-content .footer-item1 ul,
                body footer .footer-content .footer-item2 ul,
                body footer .footer-content .footer-item3 ul {
                    text-decoration: none;
                }

                    body footer .footer-content .footer-item1 ul li a,
                    body footer .footer-content .footer-item2 ul li a,
                    body footer .footer-content .footer-item3 ul li a {
                        text-decoration: none;
                        position: relative;
                        max-width: -webkit-fit-content;
                        max-width: -moz-fit-content;
                        max-width: fit-content;
                        overflow: hidden;
                    }

                        body footer .footer-content .footer-item1 ul li a::after,
                        body footer .footer-content .footer-item2 ul li a::after,
                        body footer .footer-content .footer-item3 ul li a::after {
                            content: "";
                            position: absolute;
                            border-bottom: 2px solid white;
                            width: 100%;
                            height: 100%;
                            top: 0;
                            left: 0;
                            -webkit-transform: scaleX(0);
                            transform: scaleX(0);
                            -webkit-transform-origin: 100% 50%;
                            transform-origin: 100% 50%;
                            -webkit-transition: -webkit-transform 0.25s ease-in-out;
                            transition: -webkit-transform 0.25s ease-in-out;
                            transition: transform 0.25s ease-in-out;
                            transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
                        }

                        body footer .footer-content .footer-item1 ul li a:hover,
                        body footer .footer-content .footer-item2 ul li a:hover,
                        body footer .footer-content .footer-item3 ul li a:hover {
                            color: #bab3a5;
                        }

                            body footer .footer-content .footer-item1 ul li a:hover::after,
                            body footer .footer-content .footer-item2 ul li a:hover::after,
                            body footer .footer-content .footer-item3 ul li a:hover::after {
                                -webkit-transform: scaleX(1);
                                transform: scaleX(1);
                                -webkit-transform-origin: 0 50%;
                                transform-origin: 0 50%;
                            }

    body .introduce-part,
    body .products-part,
    body .customer-part {
        padding-bottom: 5rem;
    }

@media (max-width: 1600px) {
    body .news-part .orther-new .instagram_main_content .post_wrap .post_item .post_item_head .post_name .name {
        font-size: 12px;
    }

    body .news-part .orther-new .instagram_main_content .post_wrap .post_item .post_item_head .post_name .address {
        font-size: 10px;
    }

    body .news-part .orther-new .instagram_main_content .post_wrap .post_item .post_item_head button {
        font-size: 9px;
    }

    body header .navbar-collapse .nav-item .nav-link {
        font-size: 14px;
    }

    body h1 {
        font-size: 70px;
    }

    body .slick-prev {
        left: 10%;
    }

    body .slick-next {
        right: 10%;
    }

    body .introduce-part > img {
        height: 700px;
    }

    body .introduce-part .vertical-title {
        font-size: 45px;
        bottom: 15%;
        z-index: 100;
    }

    body .introduce-part .introduce-part-bg .introduce-content-right > img {
        -webkit-transform: scale(0.75) translate(-134px, 7px);
        transform: scale(0.75) translate(-134px, 7px);
        top: 0;
        right: 1%;
    }

    body .introduce-part .introduce-part-bg .introduce-content-right .main_img {
        margin-top: -125px;
    }

        body .introduce-part .introduce-part-bg .introduce-content-right .main_img img:nth-child(1) {
            position: relative;
            -webkit-transform: scale(0.8) translate(-17px, 15%);
            transform: scale(0.8) translate(-17px, 15%);
        }

        body .introduce-part .introduce-part-bg .introduce-content-right .main_img img:nth-child(2) {
            -webkit-transform: scale(0.8) translate(-30px, 3%);
            transform: scale(0.8) translate(-30px, 3%);
            margin-bottom: 50px;
        }

    body .introduce-part .introduce-part-bg .introduce-content-left {
        padding-bottom: 15%;
    }

    body .contact-part .contact-content .vertical-title-wrap {
        padding-left: 0;
    }

        body .contact-part .contact-content .vertical-title-wrap .vertical-title span {
            font-size: 0.7em;
        }

            body .contact-part .contact-content .vertical-title-wrap .vertical-title span:first-child {
                font-size: 0.5em;
            }

    body .media-part .media-content .text-zone h3 {
        font-size: 33px;
    }

    body .media-part .media-content .text-zone h4 {
        font-size: 22px;
    }

    body .media-part .media-content .video-zone {
        width: 100%;
    }

        body .media-part .media-content .video-zone .video-bg {
            border-radius: 20px;
        }

    body .introduce-part .prize-banner .prize-banner_header .main_title h3::before,
    body .introduce-part .prize-banner .prize-banner_header .main_title h3::after {
        width: 150px;
        height: 110px;
    }

    body .products-part .card .wrap_item {
        height: 300px;
    }

    body footer .footer-content .ft-head-title {
        font-size: 14px;
    }

    body footer .footer-content ul li,
    body footer .footer-content ul li a {
        font-size: 12px;
    }
}

@media (max-width: 1280px) {
    body .contact-infor-part .contact-infor-content .contact-infor-right .contact-form {
        min-width: unset;
    }

    body .contact-part .contact-content > img {
        width: 50%;
        right: 0;
        bottom: -12%;
    }

    body .contact-infor-part .contact-infor-content > img {
        right: 0;
        bottom: -15%;
    }

    body .contact-infor-part .contact-infor-content .contact-infor-right .contact-form {
        margin-bottom: 0;
    }

    body .aboutUs-part .carousel-decor-img {
        top: -58px;
    }

    body .contact-page .contact-page-carousel .contact-page-title h3 {
        font-size: 38px;
    }

    body .introduce-part .vertical-title {
        font-size: 35px;
        bottom: unset;
        top: 5%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        z-index: 100;
    }

    body .introduce-part .introduce-part-bg .introduce-content-right .main_img {
        margin-top: -125px;
    }

    body .introduce-part .introduce-part-bg .introduce-content-left {
        padding-bottom: 40%;
    }
}

@media (max-width: 996px) {
    body .news-part .orther-new .instagram_main_content .post_wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

    body p {
        font-size: 14px;
    }

    body h1 {
        font-size: 50px;
    }

    body header {
        height: 70px;
    }

        body header .logo_img {
            width: 50%;
        }

        body header .navbar-collapse {
            padding-left: 65px;
            padding-right: 65px;
            position: fixed;
            top: 70px;
            left: 0px;
            width: 100%;
            background: #F5EDD6;
            border-top: 1px solid rgba(128, 128, 128, 0.5);
        }

            body header .navbar-collapse ul {
                padding-top: 15px;
                padding-bottom: 15px;
            }

    body .location-page h4 {
        font-size: 28px;
        line-height: 50px;
    }

    body .aboutUs-part .aboutUs-content-left h3 {
        font-size: 28px;
    }

    body .aboutUs-part .carousel-decor-img {
        top: -54px;
    }

    body .aboutUs-part .container-fluid {
        padding-left: 10%;
        padding-right: 10%;
        bottom: 0;
        left: 0;
    }

        body .aboutUs-part .container-fluid::before {
            -webkit-transform: translate(-50%, 30%);
            transform: translate(-50%, 30%);
        }

    body .aboutUs-part .about_prize .prize-bg-right {
        display: none;
    }

    body .aboutUs-part .about_prize .prize-bg-left {
        width: 100%;
    }

    body .aboutUs-part .about_prize .prize-img {
        margin: 1.2rem auto;
    }

    body .aboutUs-part .about_prize p {
        font-size: 14px;
        line-height: 22px;
    }

    body .introduce-part .vertical-title {
        font-size: 25px;
        top: 10%;
        padding: 0 !important;
    }

    body .introduce-part,
    body .customer-part,
    body .contact-part,
    body .contact-page,
    body .aboutUs-part {
        padding-top: 70px;
    }

        body .introduce-part .introduce_bg_top,
        body .customer-part .introduce_bg_top,
        body .contact-part .introduce_bg_top,
        body .contact-page .introduce_bg_top,
        body .aboutUs-part .introduce_bg_top {
            padding-top: 70px;
        }

        body .introduce-part .prize-banner .prize-bg .prize-bg-right {
            display: none;
        }

        body .introduce-part .prize-banner .prize-bg .prize-bg-left {
            width: 100%;
        }

    body .slick-prev {
        left: 10%;
    }

    body .slick-next {
        right: 10%;
    }

    body .main_title h3 {
        font-size: 35px;
    }

    body .contact-part .contact-content .contact-form img {
        -webkit-transform: translateY(40%);
        transform: translateY(40%);
        width: 50%;
    }

    body .introduce-part {
        overflow: hidden;
    }

        body .introduce-part > img {
            width: unset;
            max-height: 500px;
        }

        body .introduce-part .introduce-part-bg .introduce-content-right > img {
            -webkit-transform: scale(0.55) translateX(-40%);
            transform: scale(0.55) translateX(-40%);
            top: -9%;
        }

        body .introduce-part .introduce-part-bg .introduce-content-right .main_img {
            margin-top: -168px;
        }

            body .introduce-part .introduce-part-bg .introduce-content-right .main_img img:nth-child(1) {
                -webkit-transform: scale(0.6) translateY(12%);
                transform: scale(0.6) translateY(12%);
            }

            body .introduce-part .introduce-part-bg .introduce-content-right .main_img img:nth-child(2) {
                -webkit-transform: scale(0.6) translate(-4%, -40%);
                transform: scale(0.6) translate(-4%, -40%);
                margin-bottom: 50px;
            }

        body .introduce-part .introduce-part-bg .introduce-content-left {
            padding-bottom: 50%;
        }

    body .contact-part .contact-content .vertical-title-wrap,
    body .contact-infor-part .contact-infor-content .vertical-title-wrap {
        padding-left: 0;
    }

        body .contact-part .contact-content .vertical-title-wrap .vertical-title span,
        body .contact-infor-part .contact-infor-content .vertical-title-wrap .vertical-title span {
            font-size: 0.7em;
        }

            body .contact-part .contact-content .vertical-title-wrap .vertical-title span:first-child,
            body .contact-infor-part .contact-infor-content .vertical-title-wrap .vertical-title span:first-child {
                font-size: 0.5em;
            }

    body .media-part .media-content .text-zone h3 {
        font-size: 28px;
    }

    body .media-part .media-content .text-zone h4 {
        font-size: 12px;
        line-height: 1.5;
    }

    body .media-part .media-content .video-zone {
        width: 100%;
    }

        body .media-part .media-content .video-zone .video-bg {
            width: 100%;
        }

    body .introduce-part .prize-banner .prize-banner_header .main_title h3::before {
        width: 100px;
        height: 80px;
    }

    body .introduce-part .prize-banner .prize-banner_header .main_title h3::after {
        width: 110px;
        height: 100px;
        right: 6%;
    }

    body .products-part .card .wrap_item {
        height: 250px;
    }

    body footer .footer-end {
        font-size: 10px;
        font-weight: normal;
    }

    body footer .footer-content {
        grid-template-rows: repeat(2, 1fr) !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }

        body footer .footer-content .ft-head-title {
            font-size: 14px;
        }

        body footer .footer-content ul li,
        body footer .footer-content ul li a {
            font-size: 12px;
        }

        body footer .footer-content .footer-item1 {
            grid-row: 1/span 1 !important;
            grid-column: 1/span 1 !important;
        }

        body footer .footer-content .footer-item2 {
            grid-row: 1/span 1 !important;
            grid-column: 2/span 1 !important;
        }

        body footer .footer-content .footer-item3 {
            grid-row: 2/span 1 !important;
            grid-column: 1/span 1 !important;
        }

        body footer .footer-content .footer-item4 {
            grid-row: 2/span 1 !important;
            grid-column: 2/span 1 !important;
        }
}

@media (max-width: 768px) {
    body .introduce-part .prize-banner .prize-bg .prize-bg-content > p:last-of-type {
        font-size: 18px
    }
    body .news-part #expand-item {
        margin-top: 1rem;
        margin-bottom: 1rem;
        width: 150px !important;
    }

    body .contact-infor-part .contact-infor-content .contact-infor-left {
        overflow: hidden;
    }

    body .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    body p {
        font-size: 12px;
    }

    body h1 {
        font-size: 44px;
    }

    body .slick-prev {
        left: 10%;
    }

    body .slick-next {
        right: 10%;
    }

    body .main_title {
        padding: 50px 0;
    }

        body .main_title h3 {
            font-size: 28px;
        }

    body .contact-infor-part .contact-infor-content > img {
        width: 50%;
        right: 0;
        bottom: -7%;
    }

    body .contact-part .contact-content > img {
        width: 50%;
        right: 0;
        bottom: -7%;
    }

    body .contact-infor-part .contact-infor-content .contact-infor-left > img {
        position: relative;
    }

    body .introduce-part > img {
        width: unset;
        max-height: 500px;
    }

    body .contact-part .contact-content .vertical-title-wrap {
        padding-left: 0;
    }

        body .contact-part .contact-content .vertical-title-wrap .vertical-title {
            line-height: 0.8;
        }

            body .contact-part .contact-content .vertical-title-wrap .vertical-title span {
                font-size: 0.7em;
            }

                body .contact-part .contact-content .vertical-title-wrap .vertical-title span:first-child {
                    font-size: 0.5em;
                }

    body .media-part .media-content .text-zone h3 {
        font-size: 28px;
    }

    body .media-part .media-content .text-zone h4 {
        font-size: 12px;
        line-height: 1.5;
    }

    body .media-part .media-content .video-zone {
        padding-top: 25px;
        width: 100%;
    }

        body .media-part .media-content .video-zone .video-bg {
            width: 100%;
        }

    body .introduce-part .prize-banner .prize-banner_header .main_title h3::before {
        width: 100px;
        height: 80px;
    }

    body .introduce-part .prize-banner .prize-banner_header .main_title h3::after {
        width: 110px;
        height: 100px;
        right: 6%;
    }

    body .introduce-part .prize-banner .prize-bg .container {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    body .introduce-part .prize-banner .prize-bg .prize-bg-content .prize-img {
        -webkit-transform: scale(1);
        transform: scale(1);
        margin: 1rem auto;
    }

    body .products-part .card .wrap_item {
        height: 435px;
    }

    body .products-part .card .card-body .card-title {
        font-size: 14px;
    }

    body .products-part .card .card-body .detail-1 {
        font-size: 12px;
    }

    body .products-part .card .card-body .detail-2 {
        font-size: 12px;
    }

    body .contact-part .contact-content .contact-form h3 {
        font-size: 28px;
    }

    body .contact-part .contact-content .vertical-title-wrap .vertical-title span:first-child {
        font-size: 0.3em;
    }

    body .contact-part .contact-content .vertical-title-wrap .vertical-title {
        line-height: 0.5;
        text-shadow: 1px 1px gray;
        padding-bottom: 100px;
    }

        body .contact-part .contact-content .vertical-title-wrap .vertical-title span {
            font-size: 0.4em;
        }

    body .contact-part .contact-content .vertical-title-wrap {
        display: none !important;
    }

    body .media-part .media-content .text-zone {
        padding-bottom: 0;
    }

    body .media-part .media-content {
        background-size: cover;
        height: 617px;
    }

    body .customer-part .client_slides .cover_img img {
        width: 50%;
    }

    body footer .footer-content .ft-head-title {
        font-size: 14px;
    }

    body footer .footer-content ul li,
    body footer .footer-content ul li a {
        font-size: 12px;
    }

    body .contact-page .location-decor-img img {
        position: absolute;
        left: 0;
        top: -5px;
    }

    body .introduce-part .prize-banner .prize-banner_header .main_title h3::before,
    body .introduce-part .prize-banner .prize-banner_header .main_title h3::after {
        width: 80px;
        height: 60px;
    }

    body .introduce-part .prize-banner .prize-banner_header .main_title h3::before {
        left: 5%;
    }

    body .introduce-part .prize-banner .prize-banner_header .main_title h3::after {
        right: 5%;
    }

    body .contact-page .contact-page-carousel .contact-page-title {
        -webkit-transform: unset;
        transform: unset;
        left: 0;
        padding-left: 10%;
    }

        body .contact-page .contact-page-carousel .contact-page-title h3 {
            font-size: 30px;
        }
}

@media (max-width: 576px) {
    body .introduce-part .prize-banner .prize-bg .prize-bg-content > p:last-of-type {
        font-size: 14px;
    }
    body footer .footer-content {
        margin-left: 5% !important;
        margin-right: 5% !important;
        width: 90%;
    }

    body .news-part .orther-new .instagram_main_content .post_wrap .post_item .post_item_content {
        height: 365px;
    }

    body .news-part .orther-new {
        padding: 3rem 0;
    }

        body .news-part .orther-new .main_title {
            padding-bottom: 3rem !important;
        }

        body .news-part .orther-new .instagram_head_content .insta-logo {
            margin-bottom: 25px;
        }

        body .news-part .orther-new .instagram_head_content .insta-infor {
            padding-left: 10%;
            padding-right: 10%;
        }

    body .news-part #expand-item {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        width: 150px !important;
    }

    body .contact-infor-part .contact-infor-content .vertical-title-wrap .vertical-title {
        line-height: 45px;
    }

    body .contact-part .contact-content > img,
    body .contact-infor-part .contact-infor-content > img {
        display: none;
    }

    body .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    body .location-page h4 {
        font-size: 12px;
        line-height: unset;
        margin-top: 3px;
    }

    body .introduce-part .introduce-part-bg .introduce-content-right > img {
        -webkit-transform: scale(0.55) translateX(-40%);
        transform: scale(0.55) translateX(-40%);
        right: 50%;
    }

    body .introduce-part .introduce-part-bg .introduce-content-right .main_img img:nth-child(1) {
        -webkit-transform: scale(0.6) translate(50%, 10%);
        transform: scale(0.6) translate(50%, 10%);
        right: 35%;
    }

    body .introduce-part .introduce-part-bg .introduce-content-right .main_img img:nth-child(2) {
        -webkit-transform: scale(0.6) translate(50%, -48%);
        transform: scale(0.6) translate(50%, -48%);
        right: 66%;
        margin-bottom: 50px;
    }

    body .introduce-part .introduce-part-bg .introduce-content-left {
        padding-bottom: 50%;
    }

    body .aboutUs-part .carousel-decor-img {
        top: -50px;
    }

    body .contact-page .location-decor-img img,
    body body .contact-page .location-decor-img img {
        position: absolute;
        left: 0;
        top: -3px;
    }

    body .contact-page .contact-page-carousel .contact-page-title {
        -webkit-transform: unset;
        transform: unset;
        left: 0;
        padding-left: 10%;
    }

        body .contact-page .contact-page-carousel .contact-page-title h3 {
            font-size: 20px;
        }

    body > .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    body .slick-prev {
        left: -20px !important;
    }

    body .slick-next {
        right: -20px !important;
    }

    body p {
        font-size: 12px;
    }

    body h1 {
        font-size: 44px;
    }

    body .slick-prev {
        left: 2%;
    }

    body .slick-next {
        right: 2%;
    }

    body .main_title {
        padding: 50px 0;
    }

        body .main_title h3 {
            font-size: 28px;
        }

    body .introduce-part .vertical-title {
        top: 3%;
    }

    body .introduce-part > img {
        max-height: 1000px;
        height: 825px;
    }

    body .introduce-part .introduce-part-bg .introduce-content-left {
        padding-bottom: 0;
        padding-top: 50px;
    }

        body .introduce-part .introduce-part-bg .introduce-content-left .introduce_content {
            margin-bottom: 0 !important;
        }

    body .introduce-part .introduce-part-bg .introduce-content-right {
        left: 50%;
        top: 3rem;
        -webkit-transform: translateX(-38%);
        transform: translateX(-38%);
    }

    body .introduce-part .prize-banner .prize-bg .prize-bg-content .prize-img {
        width: 80%;
        height: auto;
    }

    body .introduce-part .prize-banner .prize-banner_header .main_title h3::before,
    body .introduce-part .prize-banner .prize-banner_header .main_title h3::after {
        display: none;
    }

    body .introduce-part .introduce-part-bg .introduce-content-left {
        margin-left: -120px;
    }

    body .products-part .card .card-body .card-title {
        font-size: 18px;
    }

    body .products-part .card .card-body .detail-1,
    body .products-part .card .card-body .detail-2 {
        font-size: 12px;
    }

    body .products-part .card {
        margin-bottom: 2rem;
    }

        body .products-part .card .wrap_item {
            height: 435px;
        }

    body .products-part > .container > .row {
        margin-top: 0 !important;
    }

    body footer > .container {
        padding-right: 15px;
        padding-left: 15px;
    }

        body footer > .container .ft-head-title {
            margin: 0.5rem auto;
            font-size: 12px;
        }

        body footer > .container ul li,
        body footer > .container ul li a {
            font-size: 10px;
        }
}

@media (max-width: 379px) {
    body .introduce-part .prize-banner .prize-bg .prize-bg-content > p:last-of-type {
        font-size: 12px;
    }
    body .news-part #expand-item {
        width: 150px !important;
        height: 50px !important;
        font-size: 12px;
    }

    body .contact-part .contact-content .contact-form h3 {
        white-space: unset;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    body .contact-page .contact-page-carousel .contact-page-title {
        -webkit-transform: unset;
        transform: unset;
        left: 0;
        padding-left: 5%;
    }

        body .contact-page .contact-page-carousel .contact-page-title h3 {
            font-size: 15px;
        }

    body .products-part .card .wrap_item {
        height: 285px;
    }

    body .contact-part .contact-content .contact-form img {
        -webkit-transform: translateY(90%);
        transform: translateY(90%);
        width: 50%;
    }

    body .introduce-part {
        padding-bottom: 3rem;
    }

        body .introduce-part .introduce-part-bg .introduce-content-right {
            left: 5%;
            top: 3rem;
            -webkit-transform: unset;
            transform: unset;
        }

        body .introduce-part .introduce-part-bg .introduce_bg_img img {
            height: 115%;
        }

        body .introduce-part .introduce-part-bg .introduce-content-right .main_img img:nth-child(1) {
            -webkit-transform: unset;
            transform: unset;
            width: 30%;
            height: auto;
            position: relative;
            top: 30%;
            left: 0;
        }

        body .introduce-part .introduce-part-bg .introduce-content-right .main_img img:nth-child(2) {
            -webkit-transform: unset;
            transform: unset;
            width: 85%;
            height: auto;
            top: 18%;
            left: 1%;
        }

        body .introduce-part .introduce_bg_top {
            height: 100%;
        }

        body .introduce-part .introduce-part-bg .introduce-content-right > img {
            -webkit-transform: unset;
            transform: unset;
            width: 95%;
            height: auto;
            top: 5%;
            left: 10%;
        }

        body .introduce-part > img {
            max-height: 1000px;
            height: 615px;
        }
}

body .location-part > img {
    width: 100%;
    height: auto;
}

body .location-part .location-list {
    padding-bottom: 90px;
}

    body .location-part .location-list .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    body .location-part .location-list .container {
        max-width: 70%;
        margin-left: 15%;
        margin-right: 15%;
    }

        body .location-part .location-list .container .main_title {
            padding-bottom: 44px;
        }

        body .location-part .location-list .container .location-wrap {
            display: none;
            padding: 12px;
            background-color: transparent;
        }

            body .location-part .location-list .container .location-wrap .location-item {
                background-color: #fff;
                border-radius: 10px;
                -webkit-box-shadow: 0 0 10px 0 rgba(20, 23, 112, 0.13);
                box-shadow: 0 0 10px 0 rgba(20, 23, 112, 0.13);
                padding: 23px 42px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                height: 100%;
            }

                body .location-part .location-list .container .location-wrap .location-item .location-icon {
                    width: 47px;
                    height: 47px;
                    background-color: rgb(232, 238, 240);
                    border-radius: 50%;
                    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;
                    margin: 0 auto;
                }

                    body .location-part .location-list .container .location-wrap .location-item .location-icon i {
                        font-size: 22px;
                    }

                body .location-part .location-list .container .location-wrap .location-item .location-name {
                    text-align: center;
                    font-family: "Inter", sans-serif;
                    font-weight: 700;
                    font-size: 20px;
                    margin-top: 16px;
                    margin-bottom: 0px;
                }

                body .location-part .location-list .container .location-wrap .location-item .location-detail {
                    text-align: center;
                    font-family: "Inter", sans-serif;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 1.2;
                }

    body .location-part .location-list:nth-child(odd) {
        background-color: rgb(255, 255, 255);
    }

        body .location-part .location-list:nth-child(odd) .main_title {
            color: rgb(46, 49, 145);
        }

    body .location-part .location-list:nth-child(even) .main_title {
        color: rgb(234, 35, 42);
    }

    body .location-part .location-list:nth-child(odd) .location-item .location-icon i {
        color: rgb(46, 49, 145);
    }

    body .location-part .location-list:nth-child(even) {
        background-color: rgb(241, 246, 248);
    }

        body .location-part .location-list:nth-child(even) .location-item .location-icon i {
            color: rgb(234, 35, 42);
        }

body .location-page h4 {
    font-size: 28px;
    line-height: 50px;
}

body .location-part .location-list .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

body .location-part .location-list .container {
    max-width: calc(100% - 20px);
    margin-left: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

    body .location-part .location-list .container .location-wrap .location-item {
        padding: 23px 30px;
    }

body .location-part .location-list .container {
    max-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

    body .location-part .location-list .container .location-wrap .location-item {
        padding: 25px 20px;
    }

        body .location-part .location-list .container .location-wrap .location-item .location-name {
            font-size: 18px;
        }

        body .location-part .location-list .container .location-wrap .location-item .location-detail {
            font-size: 14px;
        }

.btn_load_more {
    border-radius: 46px;
    background-color: #fff;
    border: 1px solid rgb(46, 49, 145);
    color: rgb(46, 49, 145);
    padding: 15px 45px;
    font-size: 16px;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
    line-height: 1;
    display: block;
    margin: 30px auto;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

    .btn_load_more:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }

    .btn_load_more .loading_effect {
        display: none;
        height: 16px;
    }

        .btn_load_more .loading_effect.spin_icon {
            -webkit-animation: circle-rotate 0.75s both linear infinite;
            animation: circle-rotate 0.75s both linear infinite;
        }

@-webkit-keyframes circle-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes circle-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}