* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    -webkit-box-sizing: border-box;
    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-custom.collapsed {
    background-color: rgb(173, 111, 16) !important;
    border: solid 1px gray;
    -webkit-box-shadow: 0px 0px 0 gray;
    box-shadow: 0px 0px 0 gray;
}

body .experty-part .reason-part .reason-content .header-title {
    font-family: 'Lato', sans-serif;
    margin: 15px 0;
    position: relative;
    text-align: left;
}


    body .experty-part .reason-part .reason-content .header-title::after {
        content: '';
        height: 100%;
        width: 4px;
        position: absolute;
        background-color: #BA9E76;
        left: -40px;
        top: 0;
    }

    body .experty-part .reason-part .reason-content .header-title h5 {
        color: #BA9E76;
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 7px;
    }

    body .experty-part .reason-part .reason-content .header-title h3 {
        font-weight: 400;
        font-size: 36px;
        line-height: 43.2px;
        color: #342F2C;
        max-width: 70%;
    }

body .experty-part .reason-part .reason-content .header-introduce p {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
}

body .grid-wrapper {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 15px; /* Gap between cells */
    padding: 45px 15px;
}

    body .grid-wrapper .reason-item-grid-1 {
        grid-row: 1/span 1;
        grid-column: 1/span 1;
        display: flex;
    }

    body .grid-wrapper .reason-item-grid-2 {
        grid-row: 1/span 1;
        grid-column: 2/span 1;
        display: flex;
    }

    body .grid-wrapper .reason-item-grid-3 {
        grid-row: 2/span 1;
        grid-column: 1/span 1;
        display: flex;
    }

    body .grid-wrapper .reason-item-grid-4 {
        grid-row: 2/span 1;
        grid-column: 2/span 2;
        display: flex;
    }

        body .grid-wrapper .reason-item-grid-1 .reason-icon,
        body .grid-wrapper .reason-item-grid-2 .reason-icon,
        body .grid-wrapper .reason-item-grid-3 .reason-icon,
        body .grid-wrapper .reason-item-grid-4 .reason-icon {
            position: relative;
            top: 25px;
            right: 25px;
            margin-right: 15px;
            margin-left: 25px;
        }

        body .grid-wrapper .reason-item-grid-1 .reason-text h4,
        body .grid-wrapper .reason-item-grid-2 .reason-text h4,
        body .grid-wrapper .reason-item-grid-3 .reason-text h4,
        body .grid-wrapper .reason-item-grid-4 .reason-text h4 {
            font-family: 'Lato',sans-serif;
            font-weight: 500;
            font-size: 24px;
            line-height: 35px;
            color: #342F2C;
            max-width: 60%;
        }

        body .grid-wrapper .reason-item-grid-1 .reason-icon::after,
        body .grid-wrapper .reason-item-grid-2 .reason-icon::after,
        body .grid-wrapper .reason-item-grid-3 .reason-icon::after,
        body .grid-wrapper .reason-item-grid-4 .reason-icon::after {
            content: '';
            height: 63px;
            width: 61px;
            background: rgba(186, 158, 118, 0.8);
            position: absolute;
            top: -15px;
            right: -15px;
            z-index: -1;
        }

body .experty-part .reason-part .reason-content .header-introduce p span {
    font-weight: 400;
    color: #342F2C;
}

body .experty-part .reason-part .reason-content {
    margin-left: 5%;
    margin-right: 5%;
    color: #675C55;
}

body .experty-part .reason-part .reason-content {
}

.btn-custom {
    position: absolute;
    font-weight: 500;
    padding: 12px 42px 12px 12px;
    overflow: hidden;
    line-height: 1.3;
    padding: 0 !important;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}

    .btn-custom .filter {
        position: absolute;
        height: 35px;
        width: 35px;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        opacity: 0.7;
    }

.caroucel-part button:hover,
.mailbox-part button:hover {
    background-color: #976923;
}

footer #sendmail {
    background-color: rgb(150, 111, 16);
}







.experty-part .contact-anchor .content-right button:hover {
    background-color: #fff;
    color: rgb(173, 111, 16);
}

.customer-part .customer-description .prev_arr:hover,
.customer-part .customer-description .next_arr:hover {
    background-color: rgb(173, 111, 16);
    color: #fff;
}

@media (max-width: 1200px) {
    .btn-custom {
        height: 35px;
        width: 35px;
        padding: 10px 0;
    }
}

@media (max-width: 750px) {
    .btn-custom {
        right: 42px;
        background-color: rgb(173, 111, 16);
    }
}

.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: #fff;
    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(4px, 4px);
    transform: rotate(45deg) translate(4px, 4px);
}

.btn-custom[aria-expanded=true] .filter span.rotate::after {
    -webkit-transform: rotate(-45deg) translate(4px, -4px);
    transform: rotate(-45deg) translate(4px, -4px);
}

body {
    font-family: "Open Sans", sans-serif;
    color: #fff;
}

    body .customer-part .slick-dots {
        display: none !important;
    }

    body .slick-track {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    body .slick-slide {
        height: inherit !important;
    }

    body .customer-part .customer-description .customer-slide .slide-item .content {
        height: 100%;
    }

    body .color-main-color {
        color: rgb(173, 111, 16);
    }

    body .header-title {
        text-align: center;
    }

    body .header-title-span {
        position: relative;
    }

        body .header-title-span::after {
            content: "";
            width: 80px;
            height: 15px;
            position: absolute;
            bottom: 100%;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            border-top: 3px solid rgb(173, 111, 16);
        }

    body p {
        font-size: 16px;
    }

    body h3 {
        font-family: "Lato", sans-serif;
        font-size: 55px;
        font-weight: 900;
    }

    body h4 {
        font-family: "Open Sans", sans-serif;
        font-size: 26px;
        font-weight: 700;
        line-height: 36.4px;
    }

    body h5 {
        font-family: "Lato", sans-serif;
        font-size: 28px;
        font-weight: 300;
        line-height: 36px;
        margin-bottom: 16px;
    }

    body h6 {
        font-size: 20px;
        font-weight: 400;
    }

    body .row,
    body .col-6 {
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
    }

    body .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    body .container-fluid {
        padding-left: 65px;
        padding-right: 65px;
    }

    body .contact-part .contact-content:last-of-type .content-right {
        display: flex;
        align-items: center;
    }

    body .experty-part .reason-part .explain-content {
        margin-top: 50px;
        margin-left: 10%;
        margin-right: 10%;
    }

        body .experty-part .reason-part .explain-content .explain-content-item {
            margin-bottom: 25px;
        }

            body .experty-part .reason-part .explain-content .explain-content-item:nth-child(2) .content-right {
                justify-content: end;
                margin-left: -25px;
            }

            body .experty-part .reason-part .explain-content .explain-content-item:nth-child(2) .content-left img:last-of-type {
                padding-right: 70px;
                padding-top: 70px;
            }

            body .experty-part .reason-part .explain-content .explain-content-item:nth-child(3) .content-right {
                justify-content: start;
                padding-left: 50px;
            }

            body .experty-part .reason-part .explain-content .explain-content-item .content-left {
                padding-left: 0;
                padding-right: 20px;
            }

                body .experty-part .reason-part .explain-content .explain-content-item .content-left img:last-of-type {
                    width: 100%;
                    height: 100%;
                }

            body .experty-part .reason-part .explain-content .explain-content-item .content-right {
                color: #000;
                display: flex;
                flex-direction: column;
            }

                body .experty-part .reason-part .explain-content .explain-content-item .content-right h2 {
                    font-family: 'Lato', sans-serif;
                    font-size: 44px;
                    font-weight: 400;
                    line-height: 62px;
                    padding-left: 0;
                    padding-top: 25px;
                    padding-bottom: 5px;
                }

                    body .experty-part .reason-part .explain-content .explain-content-item .content-right h2.first-explain-content-item {
                        background: linear-gradient(to right, #fff, rgba(224, 198, 81, 0.5), #fff);
                        position: relative;
                        left: -30%;
                        margin-top: 50px;
                        margin-bottom: 20px;
                        padding: 40px 120px 40px 40px;
                    }

                    body .experty-part .reason-part .explain-content .explain-content-item .content-right h2.second-explain-content-item {
                        margin-top: 260px;
                    }

            body .experty-part .reason-part .explain-content .explain-content-item .content-left .second-explain-content-item-image {
                position: absolute;
                right: -100px;
                width: 260px;
                border-radius: 10px;
            }

            body .experty-part .reason-part .explain-content .explain-content-item .content-left .third-explain-content-item-image {
                position: absolute;
                left: 0px;
                width: 260px;
                border-radius: 10px;
            }


            body .experty-part .reason-part .explain-content .explain-content-item:last-child .content-left img:last-of-type {
                padding-top: 120px;
                padding-left: 120px;
            }

            body .experty-part .reason-part .explain-content .explain-content-item .content-right p {
                font-family: 'Lato', sans-serif;
                font-size: 22px;
                font-weight: 300;
                line-height: 1.5;
                margin-bottom: 0px;
            }

    body header {
        position: fixed;
        top: 0px;
        left: 0;
        z-index: 99;
        width: 100%;
        height: 110px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: rgba(173, 111, 16, 0.5) !important;
        -webkit-backdrop-filter: blur(5px) saturate(70%);
        backdrop-filter: blur(5px) saturate(70%);
        -webkit-box-shadow: 0 0px 4px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0px 4px 2px rgba(0, 0, 0, 0.2);
        color: #fff;
    }

        body header .navbar-brand {
            position: relative;
        }

            body header .navbar-brand img {
                height: 100px;
                width: auto;
            }

        body header .navbar-toggler:focus {
            -webkit-box-shadow: unset;
            box-shadow: unset;
        }

        body header .navbar-collapse ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-transition: inherit;
            transition: inherit;
        }

            body header .navbar-collapse ul li {
                margin: 0 3px;
                border-radius: 25px;
                padding: 5px;
                -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 header .navbar-collapse ul li .nav-link {
                    font-family: "Open Sans", sans-serif;
                    font-size: 20px;
                    font-weight: 300;
                    color: #fff;
                    padding: 5px 10px !important;
                    text-transform: uppercase;
                }

                body header .navbar-collapse ul li:hover {
                    -webkit-transition: ease-in-out 0.3s;
                    transition: ease-in-out 0.3s;
                }

                    body header .navbar-collapse ul li:hover .nav-link {
                        font-weight: 700;
                        color: #fff !important;
                    }

                body header .navbar-collapse ul li.search-dropdown .nav-link {
                    padding: 5px 5px !important;
                }

                body header .navbar-collapse ul li.search-dropdown .dropdown-toggle::after {
                    display: none;
                }

                body header .navbar-collapse ul li.search-dropdown .dropdown-menu {
                    left: unset;
                    right: 0;
                    bottom: 0;
                    border: unset;
                }

                    body header .navbar-collapse ul li.search-dropdown .dropdown-menu form .form-control {
                        font-size: 14px;
                        height: calc(1em + 0.75rem + 2px);
                    }

                body header .navbar-collapse ul li.active .nav-link {
                    font-weight: 700;
                }

    body .caroucel-part {
        position: relative;
    }

        body .caroucel-part .bg-dot-cover {
            position: relative;
        }

            body .caroucel-part .bg-dot-cover > img {
                width: 100%;
                min-height: 385px;
            }

            body .caroucel-part .bg-dot-cover::before {
                content: "";
                background-image: url("/../asset/image/dummy.png");
                background-size: 2px;
                background-repeat: repeat;
                opacity: 1;
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0px;
                left: 0px;
                z-index: 1;
                display: block;
                pointer-events: none;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                background-color: rgba(0, 0, 0, 0.05);
            }

        body .caroucel-part .caroucel-content {
            z-index: 2;
            position: absolute;
            bottom: 8%;
            right: 50%;
            -webkit-transform: translateX(50%);
            transform: translateX(50%);
            width: max-content;
        }

            body .caroucel-part .caroucel-content .introduce-carousel-content {
                text-align: center;
            }

        body .caroucel-part h3 {
            margin-bottom: 47px;
            letter-spacing: 2px;
            text-shadow: 2px 2px;
            line-height: 50px;
            text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
        }

            body .caroucel-part h3::after {
                display: none;
            }

        body .caroucel-part h5 {
            text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
            text-transform: capitalize;
        }

        body .caroucel-part button {
            background-color: rgb(173, 111, 16);
            font-family: "Times New Roman", Times, serif;
            font-size: 12px;
            font-weight: 700;
            line-height: 7px;
            text-align: center;
            color: #fff;
            padding: 16px 34px;
            -webkit-box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
            text-transform: uppercase;
            -webkit-transition: ease-in-out 0.1s;
            transition: ease-in-out 0.1s;
        }

    body .pa-italic {
        position: relative;
        width: fit-content;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.5;
        font-style: italic;
        font-family: "Open Sans", sans-serif;
        letter-spacing: 0.2px;
    }

        body .pa-italic::after {
            position: absolute;
            content: '';
            height: 100%;
            width: 15px;
            top: 50%;
            right: -20px;
            border-top: 2px solid black;
        }

    body .video-part {
        margin: 0 5%;
    }

        body .video-part .video-content {
            background-color: #FFF;
            padding: 45px 0px;
            color: #000;
        }

            body .video-part .video-content .video-left {
                display: flex;
                align-items: center;
            }

                body .video-part .video-content .video-left .content-left h3 {
                    margin-bottom: 14px;
                    font-size: 44px;
                    font-weight: 400;
                    line-height: 1.4;
                    font-family: "Lato", sans-serif;
                    width: unset;
                }

                body .video-part .video-content .video-left .content-left p {
                    font-family: "Open Sans", sans-serif;
                    padding-right: 12px;
                    letter-spacing: 0.2px;
                }

                    body .video-part .video-content .video-left .content-left p:first-of-type {
                        font-size: 22px;
                        font-weight: 300;
                        line-height: 1.5;
                    }

                    body .video-part .video-content .video-left .content-left p:last-of-type {
                        font-size: 20px;
                        font-weight: 700;
                        line-height: 1.5;
                        font-style: italic;
                    }


            body .video-part .video-content .video-right {
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                body .video-part .video-content .video-right .content-right {
                    position: relative;
                    width: 100%;
                    padding-left: 35px;
                }

                    body .video-part .video-content .video-right .content-right .thumbnail {
                        max-width: 90%;
                        width: 100%;
                        height: auto;
                        padding-bottom: 0px;
                        padding-right: 0px;
                    }

                    body .video-part .video-content .video-right .content-right #video-trigger {
                        position: absolute;
                        top: 50%;
                        left: calc(50% + 35px);
                        -webkit-transform: translate(-50%, -50%);
                        transform: translate(-50%, -50%);
                        cursor: pointer;
                    }

                    body .video-part .video-content .video-right .content-right .vid-decor {
                        position: absolute;
                        right: 0;
                        bottom: -150px;
                        border-radius: 10px;
                    }

    body .service-part {
        margin: 100px 5%;
    }

        body .service-part .header-title {
            margin-bottom: 90px;
        }

            body .service-part .header-title h4 {
                margin-bottom: 32.4px;
            }

        body .service-part .service-list {
            padding-left: 10px;
            padding-right: 10px;
        }

            body .service-part .service-list .service-item {
                position: relative;
                margin-bottom: 15px;
                padding-left: 10px;
                padding-right: 10px;
                overflow: hidden;
            }

                body .service-part .service-list .service-item:hover .service-item-content img {
                    -webkit-transform: scale(1.2);
                    transform: scale(1.2);
                }

                body .service-part .service-list .service-item:hover .service-item-overlay {
                    background-color: transparent;
                }

                    body .service-part .service-list .service-item:hover .service-item-overlay p {
                        -webkit-transform: translateY(100px);
                        transform: translateY(100px);
                    }

                body .service-part .service-list .service-item .service-item-content {
                    position: relative;
                    overflow: hidden;
                    height: 350px;
                }

                    body .service-part .service-list .service-item .service-item-content img {
                        -webkit-transition: ease-in-out 0.3s;
                        transition: ease-in-out 0.3s;
                        height: 100%;
                        width: 100%;
                        -o-object-fit: fill;
                        object-fit: fill;
                        -o-object-position: center;
                        object-position: center;
                    }

                body .service-part .service-list .service-item .service-item-overlay {
                    position: absolute;
                    width: calc(100% - 20px);
                    height: 100%;
                    background-color: rgba(0, 0, 0, 0.5);
                    top: 0;
                    left: 10px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: end;
                    -ms-flex-align: end;
                    align-items: end;
                    padding: 20px;
                    overflow: hidden;
                    -webkit-transition: ease-in-out 0.3s;
                    transition: ease-in-out 0.3s;
                }

                    body .service-part .service-list .service-item .service-item-overlay p {
                        text-transform: uppercase;
                        font-size: 20px;
                        font-weight: 400;
                        line-height: 30px;
                        letter-spacing: 1px;
                        width: 80%;
                        -webkit-transform: translateY(0);
                        transform: translateY(0);
                        -webkit-transition: ease-in-out 0.5s;
                        transition: ease-in-out 0.5s;
                    }

    body .project-part {
        margin: 100px 5%;
        margin-bottom: 50px;
        padding-top: 100px;
        padding-bottom: 50px;
        background-color: rgb(239, 239, 239);
    }

        body .project-part .header-title {
            margin-bottom: 90px;
        }

            body .project-part .header-title h4 {
                margin-bottom: 32.4px;
            }

            body .project-part .header-title p {
                width: 50%;
                margin: auto;
            }

        body .project-part .project-list {
            padding-left: 5px;
            padding-right: 5px;
        }

            body .project-part .project-list .project-item {
                position: relative;
                padding-left: 5px;
                padding-right: 5px;
                border: 1px solid rgb(239, 239, 239);
                margin-bottom: 30px;
            }

                body .project-part .project-list .project-item .project-item-content {
                    position: relative;
                    overflow: hidden;
                }

                    body .project-part .project-list .project-item .project-item-content img {
                        display: block;
                        -o-object-fit: contain;
                        object-fit: contain;
                        -o-object-position: center;
                        object-position: center;
                        position: relative;
                        width: 100%;
                        height: 100%;
                        -webkit-transition: ease-in-out 0.5s;
                        transition: ease-in-out 0.5s;
                    }

                body .project-part .project-list .project-item .project-item-overlay {
                    position: relative;
                    margin-top: -23px;
                    margin-right: auto;
                    margin-left: auto;
                    width: 80%;
                    background-color: #B6702A;
                    border-radius: 5px;
                    padding-top: 15px;
                    padding-bottom: 15px;
                }

                    body .project-part .project-list .project-item .project-item-overlay p {
                        color: #fff;
                        text-transform: uppercase;
                        font-size: 12.63px;
                        font-weight: 700;
                        line-height: 20.8px;
                        letter-spacing: 0.16px;
                        text-align: center;
                        margin-bottom: 0;
                        width: 100%;
                    }

    body .floor-type {
        margin-top: 50px;
        margin-left: calc(5% - 10px);
        margin-right: calc(5% - 10px);
        margin-bottom: 20px;
    }

        body .floor-type .floor-type-list {
            padding-left: 5px;
            padding-right: 5px;
            justify-content: center;
        }

            body .floor-type .floor-type-list .floor-type-item {
                padding-left: 10px;
                padding-right: 10px;
                margin-bottom: 10px;
                position: relative;
            }

                body .floor-type .floor-type-list .floor-type-item .floor-type-content {
                    margin-bottom: 10px;
                }

                    body .floor-type .floor-type-list .floor-type-item .floor-type-content img {
                        width: 100%;
                    }

                body .floor-type .floor-type-list .floor-type-item .floor-type-title {
                    margin-bottom: 10px;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    color: #000;
                    width: 100%;
                }

                    body .floor-type .floor-type-list .floor-type-item .floor-type-title h3 {
                        font-family: 'Lato',sans-serif;
                        font-weight: 300;
                        font-size: 40px;
                        line-height: 1;
                        text-align: center;
                    }

                    body .floor-type .floor-type-list .floor-type-item .floor-type-title p {
                        font-family: 'Open Sans',sans-serif;
                        font-weight: 400;
                        font-size: 20px;
                        line-height: 1.5;
                        text-align: center;
                        margin-top: 20px;
                        position: relative;
                    }

                        body .floor-type .floor-type-list .floor-type-item .floor-type-title p:after {
                            position: absolute;
                            content: '';
                            height: 100%;
                            max-width: 180px;
                            width: 60%;
                            left: 50%;
                            transform: translateX(-50%);
                            top: 0;
                            border-top: 1px solid black;
                            margin-top: -7px;
                        }


    body .countup-part-2,
    body .team-part,
    body .brand-part {
        margin-right: 8px;
        margin-left: 8px;
    }

    body .countup-part-1,
    body .countup-part-2 {
        background-image: url("/../asset/image/bg-overlay.jpg");
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 145px;
        padding-bottom: 120px;
    }

        body .countup-part-1 .header-title,
        body .countup-part-2 .header-title {
            margin-bottom: 120px;
        }

            body .countup-part-1 .header-title h4,
            body .countup-part-2 .header-title h4 {
                margin-bottom: 32.4px;
            }

            body .countup-part-1 .header-title p,
            body .countup-part-2 .header-title p {
                width: 50%;
                margin: auto;
            }

        body .countup-part-1 .countup-item,
        body .countup-part-2 .countup-item {
            margin-bottom: 30px;
        }

            body .countup-part-1 .countup-item .funfact-item,
            body .countup-part-2 .countup-item .funfact-item {
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                body .countup-part-1 .countup-item .funfact-item .counter,
                body .countup-part-2 .countup-item .funfact-item .counter {
                    font-size: 30px;
                    font-weight: 700;
                    line-height: 45px;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                body .countup-part-1 .countup-item .funfact-item .title,
                body .countup-part-2 .countup-item .funfact-item .title {
                    font-size: 16px;
                    font-weight: 300;
                    line-height: 24px;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

    body .range-part {
        padding-top: 135px;
        padding-bottom: 100px;
        background-color: rgb(248, 248, 248);
    }

        body .range-part .header-title {
            margin-bottom: 90px;
        }

            body .range-part .header-title h4 {
                margin-bottom: 32.4px;
            }

            body .range-part .header-title p {
                text-align: center;
                width: 50%;
                margin: auto;
                color: rgb(136, 136, 136);
            }

        body .range-part .range-content {
            margin-left: 5%;
            margin-right: 5%;
        }

            body .range-part .range-content .range-list .range-item {
                padding: 5px;
            }

                body .range-part .range-content .range-list .range-item:hover .range-item-content {
                    background-color: rgb(234, 234, 234);
                }

                body .range-part .range-content .range-list .range-item .range-item-content {
                    background-color: rgb(254, 254, 254);
                    padding: 35px 0px;
                    -webkit-transition: ease-in-out 0.2s;
                    transition: ease-in-out 0.2s;
                }

                    body .range-part .range-content .range-list .range-item .range-item-content .image {
                        height: 127px;
                        text-align: center;
                        overflow: hidden;
                    }

                        body .range-part .range-content .range-list .range-item .range-item-content .image img {
                            width: -webkit-fit-content;
                            width: -moz-fit-content;
                            width: fit-content;
                        }

                    body .range-part .range-content .range-list .range-item .range-item-content .title {
                        margin-top: 35px;
                        padding-top: 30px;
                        border-top: 1px solid rgba(0,0,0, 0.05);
                    }

                        body .range-part .range-content .range-list .range-item .range-item-content .title p {
                            font-family: "Open Sans";
                            font-weight: 700;
                            font-size: 19px;
                            line-height: 23.75px;
                            letter-spacing: 2px;
                            text-transform: uppercase;
                            color: rgb(85, 85, 85);
                            margin-bottom: 0;
                            text-align: center;
                        }


    body .experty-part .contact-anchor {
        background-color: rgba(0,0,0,0.2);
        background-blend-mode: darken;
        background-image: url("/../asset/image/b368b31a475152df4901c47255de2d5f.jpg");
        background-size: cover;
        background-position: center;
        padding-top: 90px;
        padding-bottom: 90px;
        padding-left: 92px;
    }

        body .experty-part .contact-anchor .content-left {
            padding-right: 100px;
        }

            body .experty-part .contact-anchor .content-left h4 {
                font-weight: 700;
                font-size: 25px;
                line-height: 35px;
            }

            body .experty-part .contact-anchor .content-left p {
                font-weight: 400;
                font-size: 16px;
                line-height: 27.2px;
                margin-bottom: 0;
            }

        body .experty-part .contact-anchor .content-right button {
            border: 1px solid rgba(10,10,10, 1);
            padding: 15px 31px;
            color: rgba(10,10,10, 1);
            background-color: rgba(217,217,217, 0.42);
        }

    body .experty-part .reason-part {
        padding-top: 75px;
        padding-bottom: 75px;
    }

        body .experty-part .reason-part .header-title {
            margin-bottom: 60px;
        }

            body .experty-part .reason-part .header-title h4 {
                margin-bottom: 32.4px;
            }

            body .experty-part .reason-part .header-title p {
                text-align: center;
                width: 50%;
                margin: auto;
                color: rgb(173, 111, 16);
            }

        body .experty-part .reason-part .reason-content {
            margin-left: 5%;
            margin-right: 5%;
        }





    body .experty-part .experience-part {
        position: relative;
        margin-right: 8px;
        margin-left: 8px;
    }

        body .experty-part .experience-part > img {
            width: 100%;
        }

        body .experty-part .experience-part .experience-list {
            background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
            background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
            position: absolute;
            bottom: 60px;
            left: 47px;
            color: #fff;
            padding: 14px;
            width: 500px;
        }

            body .experty-part .experience-part .experience-list .experience-title {
                text-transform: uppercase;
                font-size: 36px;
                line-height: 28.4px;
                font-weight: 600;
            }

            body .experty-part .experience-part .experience-list ul {
                margin-bottom: 0;
            }

                body .experty-part .experience-part .experience-list ul li {
                    font-size: 16px;
                    line-height: 28.4px;
                    font-weight: 400;
                }

            body .experty-part .experience-part .experience-list a {
                text-decoration: none;
                color: rgb(133, 197, 255);
                font-size: 12px;
                font-weight: 800;
                line-height: 16.34px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
            }

                body .experty-part .experience-part .experience-list a:hover {
                    color: rgba(133, 197, 255, 0.3);
                    text-decoration: underline;
                }

    body .team-part {
        background-color: rgb(245, 245, 245);
        padding: 100px 57px;
    }

        body .team-part .header-title {
            padding-left: 15px;
            margin-bottom: 50px;
            text-align: left;
        }

            body .team-part .header-title p {
                color: rgb(136, 136, 136) !important;
                font-weight: 700;
            }

                body .team-part .header-title p::after {
                    left: 0;
                    -webkit-transform: unset;
                    transform: unset;
                }

            body .team-part .header-title h4 {
                margin-bottom: 32.4px;
            }

            body .team-part .header-title p {
                text-align: left;
                width: 50%;
                margin-right: auto;
                color: rgb(173, 111, 16);
            }

        body .team-part .team-list .team-item {
            height: 100%;
            margin-bottom: 15px;
            background-color: #fff;
            -webkit-box-shadow: 0 5px 20px 0 rgba(99, 98, 97, 0.08);
            box-shadow: 0 5px 20px 0 rgba(99, 98, 97, 0.08);
            -webkit-transition: ease-in-out 0.2s;
            transition: ease-in-out 0.2s;
        }

            body .team-part .team-list .team-item:hover {
                background-color: rgba(220, 220, 220, 0.5);
            }

            body .team-part .team-list .team-item img {
                width: 100%;
            }

            body .team-part .team-list .team-item .text-content {
                padding: 0 15px;
                padding-bottom: 5px;
                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: unset;
                -ms-flex-pack: unset;
                justify-content: unset;
                height: 100%;
            }

                body .team-part .team-list .team-item .text-content .name {
                    font-weight: 700;
                    font-size: 19px;
                    line-height: 26.5px;
                    color: rgb(10, 10, 10);
                    margin-top: 30px;
                }

                body .team-part .team-list .team-item .text-content .description {
                    font-weight: 300;
                    font-size: 16px;
                    line-height: 27px;
                    color: rgb(120, 120, 120);
                }

    body .customer-part {
        position: relative;
        margin-left: 8px;
        margin-right: 8px;
    }

        body .customer-part .customer-content .content-right {
            padding-top: 70px;
        }

        body .customer-part .customer-content .content-left {
            padding-right: 45px;
            overflow: hidden;
        }

            body .customer-part .customer-content .content-left .wrapper-img {
                height: 668.38px;
            }

                body .customer-part .customer-content .content-left .wrapper-img img {
                    height: 100%;
                    width: auto;
                    -webkit-transform: scale(1.2) translate(-165px, -10px);
                    transform: scale(1.2) translate(-165px, -10px);
                }

        body .customer-part .customer-content .content-right {
            padding-left: 45px;
        }

            body .customer-part .customer-content .content-right .header-title {
                padding-left: 15px;
                margin-bottom: 50px;
                text-align: left;
            }

                body .customer-part .customer-content .content-right .header-title p {
                    color: rgb(136, 136, 136) !important;
                    font-weight: 700;
                }

                    body .customer-part .customer-content .content-right .header-title p::after {
                        left: 0;
                        -webkit-transform: unset;
                        transform: unset;
                    }

                body .customer-part .customer-content .content-right .header-title h4 {
                    margin-bottom: 32.4px;
                }

                body .customer-part .customer-content .content-right .header-title p {
                    text-align: left;
                    width: 50%;
                    margin-right: auto;
                    color: rgb(173, 111, 16);
                }

        body .customer-part .customer-description {
            background-color: transparent;
            position: absolute;
            right: 0px;
            bottom: -100px;
            max-width: calc(100% - 200px);
        }

            body .customer-part .customer-description .next_arr,
            body .customer-part .customer-description .prev_arr {
                -webkit-box-shadow: none;
                box-shadow: none;
                background-color: rgb(241, 241, 241);
                border: 1px solid transparent;
                border-radius: 4px;
                width: 68.62px;
                height: 68.62px;
                z-index: 1;
                -webkit-box-shadow: 0 4px 4px 0 rgba(90, 66, 22, 0.2);
                box-shadow: 0 4px 4px 0 rgba(90, 66, 22, 0.2);
                right: 0px;
                color: rgb(70, 70, 70);
                font-size: 22px;
                position: absolute;
                bottom: 0;
            }

            body .customer-part .customer-description .next_arr {
                left: -95px;
            }

            body .customer-part .customer-description .prev_arr {
                left: -200px;
            }

            body .customer-part .customer-description .slide-btn,
            body .customer-part .customer-description .customer-slide {
                background-color: #fff;
            }

            body .customer-part .customer-description .customer-slide {
                padding-top: 25px;
                padding-left: 5px;
                padding-right: 5px;
            }

                body .customer-part .customer-description .customer-slide .slide-item {
                    padding-left: 15px;
                    padding-right: 15px;
                }

                    body .customer-part .customer-description .customer-slide .slide-item .content {
                        background: url('../image/Rectangle 64.jpg');
                        background-size: cover;
                        background-position: center;
                        background-repeat: no-repeat;
                        padding: 50px;
                        color: #fff;
                        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: justify;
                        -ms-flex-pack: justify;
                        justify-content: space-between;
                    }

                        body .customer-part .customer-description .customer-slide .slide-item .content > p {
                            font-family: "Inter";
                        }

                            body .customer-part .customer-description .customer-slide .slide-item .content > p:first-of-type {
                                margin-bottom: -33px;
                                font-size: 150px;
                                font-weight: 500;
                                line-height: 155.53px;
                            }

                            body .customer-part .customer-description .customer-slide .slide-item .content > p:last-of-type {
                                font-size: 24px;
                                font-weight: 500;
                                margin-bottom: 35px;
                                line-height: 39px;
                            }

                        body .customer-part .customer-description .customer-slide .slide-item .content .customer-detail {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                        }

                            body .customer-part .customer-description .customer-slide .slide-item .content .customer-detail .customer-avatar {
                                width: 67.68px;
                                height: 67.68px;
                                border-radius: 50%;
                                margin-right: 25px;
                                overflow: hidden;
                            }

                            body .customer-part .customer-description .customer-slide .slide-item .content .customer-detail .customer-avatar {
                                display: none;
                            }

                                body .customer-part .customer-description .customer-slide .slide-item .content .customer-detail .customer-avatar img {
                                    height: 100%;
                                    -o-object-fit: cover;
                                    object-fit: cover;
                                    -o-object-position: center;
                                    object-position: center;
                                    -webkit-transform: scale(1.5) translateY(-50%);
                                    transform: scale(1.5) translateY(-50%);
                                    top: 98%;
                                    position: relative;
                                    display: none;
                                }

                            body .customer-part .customer-description .customer-slide .slide-item .content .customer-detail .customer-name {
                                max-width: 120px;
                            }

                                body .customer-part .customer-description .customer-slide .slide-item .content .customer-detail .customer-name p:first-of-type {
                                    font-family: "Inter";
                                    font-size: 24px;
                                    font-weight: 600;
                                    line-height: 29px;
                                    color: #fff;
                                    margin-bottom: 5px;
                                }

                                body .customer-part .customer-description .customer-slide .slide-item .content .customer-detail .customer-name p:last-of-type {
                                    font-family: "Inter";
                                    font-size: 20px;
                                    font-weight: 500;
                                    line-height: 24.2px;
                                    color: rgb(146, 146, 146);
                                    margin-bottom: 0;
                                }

    body .brand-part {
        margin-left: 65px;
        margin-right: 65px;
        padding: 200px 0px;
        padding-bottom: 115px;
    }

        body .brand-part .header-title {
            padding-left: 15px;
            margin-bottom: 50px;
            text-align: left;
        }

            body .brand-part .header-title p {
                color: rgb(136, 136, 136) !important;
                font-weight: 700;
            }

                body .brand-part .header-title p::after {
                    left: 0;
                    -webkit-transform: unset;
                    transform: unset;
                }

            body .brand-part .header-title h4 {
                margin-bottom: 32.4px;
            }

            body .brand-part .header-title p {
                text-align: left;
                width: 50%;
                margin-right: auto;
                color: rgb(173, 111, 16);
            }

        body .brand-part .brand-content .brand-list {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            body .brand-part .brand-content .brand-list .brand-item {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                margin-bottom: 55px;
                padding-left: 20px;
                padding-right: 20px;
            }

    body .contact-part {
        margin-left: 65px;
        margin-right: 65px;
        margin-bottom: 75px;
    }

        body .contact-part .header-title {
            padding-left: 5rem;
            margin-bottom: 50px;
            text-align: left;
        }

            body .contact-part .header-title p {
                color: rgb(136, 136, 136) !important;
                font-weight: 700;
            }

                body .contact-part .header-title p::after {
                    left: 0;
                    -webkit-transform: unset;
                    transform: unset;
                }

            body .contact-part .header-title h4 {
                margin-bottom: 32.4px;
            }

            body .contact-part .header-title p {
                text-align: left;
                width: 50%;
                margin-right: auto;
                color: rgb(173, 111, 16);
            }

        body .contact-part .content-right ul {
            padding-left: 4rem;
            list-style-type: none;
        }

            body .contact-part .content-right ul li {
                font-family: "Open Sans", sans-serif;
                color: #000;
                font-size: 36px;
                font-weight: 400;
                line-height: 1.5;
                margin-top: 5px;
                margin-bottom: 5px;
            }

        body .contact-part .content-left video {
            position: relative;
            /*top: -50px;*/
            width: 100%;
        }

    body .mailbox-part {
        background-color: rgb(38, 38, 38);
        padding: 150px 45px;
        margin-left: 65px;
        margin-right: 65px;
    }

        body .mailbox-part .mailbox-title .content-left,
        body .mailbox-part .mailbox-title .content-right {
            padding-left: 1rem;
            padding-right: 1rem;
        }

        body .mailbox-part .mailbox-title .content-left-content {
            padding: 0 2rem;
        }

        body .mailbox-part .mailbox-title .content-right-content p:first-child {
            font-weight: 700;
            font-size: 26px;
            line-height: 36.4px;
            color: #fff;
            padding-left: 3rem;
        }

        body .mailbox-part .mailbox-title .content-right-content p:last-child {
            text-align: right;
            font-style: italic;
            font-size: 16px;
            line-height: 25.6px;
            color: rgb(173, 111, 16);
        }

        body .mailbox-part .mailbox-title .header-title {
            padding-left: 15px;
            margin-bottom: 30px;
            text-align: left;
        }

            body .mailbox-part .mailbox-title .header-title p {
                color: rgb(173, 111, 16);
                font-weight: 700;
            }

                body .mailbox-part .mailbox-title .header-title p::after {
                    left: 0;
                    -webkit-transform: unset;
                    transform: unset;
                }

            body .mailbox-part .mailbox-title .header-title h4 {
                margin-bottom: 32.4px;
            }

            body .mailbox-part .mailbox-title .header-title p {
                text-align: left;
                width: 100%;
                margin-right: auto;
                color: rgb(173, 111, 16);
            }

        body .mailbox-part .mailbox-title .input-area,
        body .mailbox-part .mailbox-title textarea {
            margin-bottom: 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            body .mailbox-part .mailbox-title .input-area input,
            body .mailbox-part .mailbox-title textarea input {
                padding: 9px 12px !important;
                width: calc(50% - 10px);
            }

        body .mailbox-part .mailbox-title textarea {
            padding: 9px 12px !important;
        }

        body .mailbox-part .mailbox-title button {
            background-color: rgb(173, 111, 16);
            font-size: 12px;
            line-height: 1;
            font-weight: 700;
            letter-spacing: 2px;
            text-align: center;
            padding: 11px 43px;
            color: #fff;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
        }

    body footer {
        margin: 54px 0 0 0;
        background-color: black;
        padding: 50px 0px;
    }

        body footer .footer-content:first-of-type {
            margin-bottom: 35px;
        }

        body footer .footer-content:last-of-type p {
            color: rgba(255, 255, 255, 0.8);
            font-size: 16px;
            font-weight: 300;
            text-align: center;
            margin-bottom: 0;
            padding: 0;
        }

        body footer .footer-content .footer-nav {
            padding: 22px 0;
            border-top: 1px solid rgba(255, 255, 255, 0.15);
        }

            body footer .footer-content .footer-nav ul {
                width: -webkit-fit-content;
                width: -moz-fit-content;
                width: fit-content;
                padding: 0;
                margin: auto;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

                body footer .footer-content .footer-nav ul li {
                    margin-bottom: 0;
                    padding: 0 30px;
                    border-left: 1px solid gray;
                    border-right: 1px solid gray;
                }

                    body footer .footer-content .footer-nav ul li:first-of-type {
                        border-left: none;
                    }

                    body footer .footer-content .footer-nav ul li:last-of-type {
                        border-right: none;
                    }

                    body footer .footer-content .footer-nav ul li a {
                        text-decoration: none;
                        font-weight: 300;
                        font-size: 13px;
                        line-height: 1;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        color: #fff;
                    }

        body footer .footer-content .footer-item-1 {
            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 footer .footer-content .footer-item-1 p {
                padding: 0 70px;
                font-weight: 300;
                font-size: 16px;
                text-align: center;
                line-height: 27.2px;
            }

        body footer .footer-content .footer-header {
            color: #fff;
            font-weight: 700;
            font-size: 24px;
            line-height: 33.6px;
            margin-bottom: 45px;
        }

        body footer .footer-content .logo-footer {
            max-height: 185px;
        }

        body footer ul {
            list-style: none;
            padding-top: 25px;
        }

            body footer ul li {
                font-size: 13px;
                font-weight: 300;
                line-height: 20.8px;                
                text-transform: uppercase;
                margin-bottom:5px;
            }

        body footer .mail-footer {
            position: relative;
            width: 80%;
            border-radius: 2px;
            overflow: hidden;
        }

            body footer .mail-footer input {
                width: 100%;
                height: 100%;
                padding: 9px;
                border: 1px solid #fff;
                outline: 1px solid #fff;
                background: transparent;
            }
                body footer .mail-footer input:focus{
                    color: #fff;
                }

                body footer .mail-footer #sendmail {
                    height: 100%;
                    background-color: rgb(173, 111, 16);
                    position: absolute;
                    width: 45px;
                    top: 0;
                    right: 0;
                    font-size: 14px;
                    font-weight: 600;
                    text-align: center;
                    color: #fff;
                    padding: 9px;
                    -webkit-transition: ease-in-out 0.2s;
                    transition: ease-in-out 0.2s;
                    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;
                    opacity: 1;
                    z-index: 2;
                }

                body footer .mail-footer #sendmail:active {
                    right: 0px !important;
                }

@media (max-width: 1280px) {
    body .caroucel-part .bg-dot-cover::before {
        background-size: 0.015px;
    }

    body .experty-part .reason-part .explain-content {
        margin-left: 5%;
        margin-right: 5%;
    }

    body .floor-type .floor-type-list .floor-type-item .floor-type-title h3 {
        font-size: 25px;
        line-height: 1.2;
    }

    body .experty-part .reason-part .explain-content .explain-content-item .content-right h2.first-explain-content-item {
        margin-top: 15px;
        padding: 25px 120px 25px 40px;
        font-size: 38px;
        line-height: 1.2;
    }

    body .floor-type .floor-type-list .floor-type-item .floor-type-title p {
        font-size: 18px;
    }

    body .contact-part .content-left video {
        width: 100%;
    }

    body .video-part .video-content .video-left .content-left h3 {
        font-size: 35px;
    }

    body .video-part .video-content .video-left .content-left button {
        font-size: 11px;
    }

    body header .navbar-brand {
        position: relative;
        left: 0;
        z-index: 15;
    }

    body .video-part .video-content .video-right .content-right {
        margin-top: 55px;
        padding: 0;
    }

    body .range-part .range-content .range-list .range-item .range-item-content {
        padding: 33px 0px;
    }

    body .contact-part .content-right ul li {
        font-size: 30px;
    }

    body .mailbox-part .mailbox-content .content-right p:first-of-type {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.7;
    }

    body footer .footer-content .logo-footer {
        margin-bottom: 15px;
        height: 150px;
    }

    body .team-part .team-list .team-item .text-content .description {
        font-size: 13px;
    }



    body .customer-part .customer-description {
        max-width: calc(100% - 100px);
    }

        body .customer-part .customer-description .customer-slide .slide-item .content > p:first-of-type {
            font-size: 120px;
            line-height: 110px;
        }

        body .customer-part .customer-description .customer-slide .slide-item .content > p:last-of-type {
            font-size: 14px;
        }

        body .customer-part .customer-description .customer-slide .slide-item .content .customer-detail .customer-name p:first-of-type {
            font-size: 16px;
            margin-bottom: 0;
        }

        body .customer-part .customer-description .customer-slide .slide-item .content .customer-detail .customer-name p:last-of-type {
            font-size: 14px;
        }

    body .customer-part .customer-content .content-left .wrapper-img img {
        -webkit-transform: scale(1.2) translate(-50%, -10px);
        transform: scale(1.2) translate(-50%, -10px);
    }

    body .customer-part .customer-description {
        bottom: -66px;
    }

        body .customer-part .customer-description .next_arr,
        body .customer-part .customer-description .prev_arr {
            width: 52px;
            height: 52px;
            bottom: 5px;
        }

        body .customer-part .customer-description .next_arr {
            left: -55px;
        }

        body .customer-part .customer-description .prev_arr {
            left: -55px;
        }

        body .customer-part .customer-description .prev_arr {
            left: -120px;
        }

            body.customer-part .customer-description .prev_arr:hover,
            body.customer-part .customer-description .next_arr:hover {
                bottom: 3px;
            }
}

@media (max-width: 992px) {
    body footer .footer-content .footer-item-3{
        left: 50%;
    }
    body .video-part .video-content .video-right .content-right .vid-decor {
        width: 150px;
        bottom: -75px;
    }
    body .experty-part .contact-anchor {
        padding: 90px 35px;
    }

    body .video-part .video-content .video-right .content-right #video-trigger {
        position: absolute;
        left: calc(50% + 10px);
    }

    body .experty-part .contact-anchor .content-left {
        padding-right: 70px;
    }

    body header {
        height: 100px;
    }

        body header .navbar-collapse ul li .nav-link {
            font-size: 12px;
        }

    body .experty-part .contact-anchor .content-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    body header .navbar-brand img {
        height: 50px;
    }

    body .contact-part .contact-content:first-of-type > .content-left {
        display: none;
    }

    body .contact-part .contact-content:last-of-type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    body .contact-part .contact-content > .content-right .header-title {
        padding: 0;
    }

    body .contact-part .content-left video {
        position: relative;
        top: 0;
    }

    body footer .footer-content .footer-item-1 p {
        padding: 0 20px;
    }

    body .customer-part .customer-description {
        bottom: -133px;
    }

    body .customer-part .customer-content .content-right .header-title p {
        width: 90%;
    }
}

@media (max-width: 750px) {
    body footer .footer-content .footer-item-3 {
        left: unset;
    }
    body .experty-part .reason-part .explain-content .explain-content-item .content-right h2.second-explain-content-item {
        margin-top: unset;
    }

    body .experty-part .reason-part .explain-content .explain-content-item:nth-child(2) .content-right {
        margin-bottom: 25px;
        padding-left: 50px;
    }

    body .experty-part .reason-part .explain-content .explain-content-item:nth-child(3) .content-right {
        padding-top: unset !important;
        padding-left: 25px;
    }

    body .experty-part .reason-part .explain-content .explain-content-item {
        margin-bottom: 80px;
    }

        body .experty-part .reason-part .explain-content .explain-content-item .content-left .second-explain-content-item-image {
            right: -5px;
            top: -40px;
        }

    body header .navbar-brand {
        left: 35px;
    }

    body .experty-part .experience-part .experience-list .experience-title {
        margin-bottom: 0.5rem;
        font-size: 30px;
        line-height: 30.4px;
    }

    body .experty-part .experience-part .experience-list ul li {
        font-size: 13px;
        line-height: 20px;
    }

    body footer .footer-content .footer-header {
        padding-left: 15px;

    }

    body .mailbox-part .mailbox-title .content-right-content p:first-child {
        font-weight: 500;
        font-size: 16px;
        line-height: 28px;
    }

    body .navbar {
        padding: 0;
        overflow: hidden;
        position: relative;
    }

    body .navbar-collapse {
        width: 100%;
        position: absolute;
        top: -50px !important;
        background-color: rgb(173, 111, 16) !important;
    }

        body .navbar-collapse ul {
            padding-right: 25px;
            padding-top: 100px;
            padding-bottom: 20px;
            -webkit-box-align: center !important;
            -ms-flex-align: center !important;
            align-items: center !important;
            -webkit-box-shadow: 0 0px 4px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0px 4px 2px rgba(0, 0, 0, 0.2);
        }


    body .video-part .video-content .video-left .content-left h3 {
        font-size: 28px;
        line-height: 36px;
    }

    body .experty-part .experience-part .experience-list {
        width: 100%;
        bottom: 5px;
        left: 5px;
    }

    body .caroucel-part h5 {
        line-height: 28px;
        font-size: 19px;
    }

    body .caroucel-part h3 {
        margin-bottom: 0px;
        font-size: 35px;
    }

        body .caroucel-part h3::after {
            height: 90%;
            width: 45px;
            right: 232px;
            border-top: 3.2px solid rgb(0, 187, 255);
        }

    body .mailbox-part .mailbox-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        body .mailbox-part .mailbox-title .content-left,
        body .mailbox-part .mailbox-title .content-right {
            width: 100%;
        }

        body .mailbox-part .mailbox-title .content-left {
            margin-bottom: 95px;
        }

    body .contact-part {
        margin-bottom: 2px;
    }

        body .contact-part .content-left {
            overflow: unset;
        }



    body .customer-part .customer-description .customer-slide .slide-item .content {
        padding: 20px;
    }

    body .customer-part .customer-content .content-right .header-title p {
        width: 70%;
    }

    body .customer-part .customer-description {
        bottom: -96px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    body .contact-part .content-right ul {
        padding-left: 0;
    }

        body .contact-part .content-right ul li {
            margin-bottom: 0px;
            margin-top: 0px;
            font-size: 20px;
        }

    body .contact-part .header-title {
        padding-left: 0;
    }

    body .experty-part .reason-part .explain-content .explain-content-item .content-right h2.first-explain-content-item {
        left: unset;
    }

    body .experty-part .reason-part .explain-content .explain-content-item .content-right .second-explain-content-item-image {
        left: unset;
    }

    body .experty-part .reason-part .explain-content .explain-content-item .content-left .second-explain-content-item-imag {
        right: unset;
    }
}

@media (max-width: 540px) {
    body footer .footer-content .footer-header {
        margin-bottom:unset;
    }
    body footer ul li {
        margin-bottom: 5px !important;
        margin-top: 0px !important;
    }
    body footer .footer-content .footer-header {
        padding-left: 0px;
    }
    body .grid-wrapper {
        grid-template-rows: repeat(1, 4fr);
        grid-template-columns: repeat(1, 1fr);
    }

        body .grid-wrapper .reason-item-grid-1 {
            grid-row: 1/span 1;
            grid-column: 1/span 1;
        }


        body .grid-wrapper .reason-item-grid-2 {
            grid-row: 2/span 1;
            grid-column: 1/span 1;
        }

        body .grid-wrapper .reason-item-grid-3 {
            grid-row: 3/span 1;
            grid-column: 1/span 1;
        }

        body .grid-wrapper .reason-item-grid-4 {
            grid-row: 4/span 1;
            grid-column: 1/span 1;
        }





    body .experty-part .reason-part .reason-content .header-title::after {
        left: 0;
    }

    body .experty-part .reason-part .reason-content .header-title {
        padding-left: 10px;
    }

        body .experty-part .reason-part .reason-content .header-title h3 {
            max-width: 90%;
        }

    body .experty-part .reason-part .explain-content .explain-content-item .content-right h2 {
        font-size: 35px;
    }

    body .experty-part .reason-part .explain-content .explain-content-item:nth-child(2) .content-left img:last-of-type {
        padding-right: 15px;
        padding-top: 15px;
    }

    body .experty-part .reason-part .explain-content .explain-content-item:last-of-type .content-left img:last-of-type {
        padding-left: 55px;
        padding-top: 55px;
    }

    body .experty-part .reason-part .explain-content .explain-content-item .content-left .second-explain-content-item-image, body .experty-part .reason-part .explain-content .explain-content-item .content-left .third-explain-content-item-image {
        width: 150px;
    }

    body .service-part {
        margin: 20px 5px;
    }

    body .video-part .video-content .video-right .content-right .thumbnail {
        padding-bottom: 50px;
        padding-right: 10px;
    }

    body .video-part .video-content .video-right .content-right .vid-decor {
        width: 100px;
        bottom: 0px;
    }

    body .brand-part {
        padding-bottom: 50px;
    }

    body .experty-part .contact-anchor .content-right {
        display: flex;
        justify-content: end;
    }

        body .experty-part .contact-anchor .content-right button {
            padding: 10px 15px;
        }

    body .mailbox-part, body .contact-part, body .brand-part {
        margin-left: 15px;
        margin-right: 15px;
    }

    body .range-part {
        margin-left: 0;
        margin-right: 0;
    }

    body .team-part {
        padding: 100px 10%;
        margin-left: 0;
        margin-right: 0;
    }

    body .video-part {
        margin: 0 10px;
    }

        body .video-part .video-content {
            padding: 45px 10px;
        }

            body .video-part .video-content .video-left .content-left button {
                padding: 14px;
            }

    body .experty-part .reason-part .reason-content {
        margin-left: 0;
        margin-right: 0;
    }




    body .customer-part .customer-content .content-right {
        padding-left: 10px;
    }

    body .contact-part .header-title p,
    body .brand-part .header-title p,
    body .team-part .header-title p,
    body .experty-part .reason-part .header-title p,
    body .range-part .header-title p,
    body .project-part .header-title p {
        width: 90%;
    }

    body .customer-part .customer-description {
        max-width: calc(100% - 45px);
    }

    body .navbar {
        padding-left: 0;
        padding-right: 0;
    }

    body .contact-part .content-right ul li {
        font-size: 12px;
    }

    body .mailbox-part {
        padding: 100px 0px;
    }

        body .mailbox-part .mailbox-title .content-left-content {
            padding: 0 0;
        }

    body .experty-part .reason-part .header-title {
        margin-bottom: 36px;
    }


    body .customer-part .customer-description {
        bottom: -125px;
    }

        body .customer-part .customer-description .prev_arr {
            left: -55px;
            bottom: 63px;
        }

    body p.header-title-span {
        width: 100%;
    }

    body .caroucel-part h5 {
        line-height: 28px;
        font-size: 16px;        
    }

    body .caroucel-part h3 {
        margin-bottom: 0px;
        font-size: 24px;
    }

        body .caroucel-part h3::after {
            height: 88%;
            width: 33px;
            right: 172px;
            border-top: 3.2px solid rgb(0, 187, 255);
        }

    body .experty-part .contact-anchor .content-left {
        padding-right: 0;
        padding-left: 0;
    }

    body .experty-part .contact-anchor {
        padding: 90px 15px;
    }
}

@media (min-width: 1441px) {
    body .video-part .video-content .video-left .content-left {
        padding-right: 20px;
        padding-left: 20px;
    }

        body .video-part .video-content .video-left .content-left h3 {
            max-width: 400px;
        }

    body .video-part .video-content .video-left .content-right {
        padding-left: 0 !important;
    }

    body .experty-part .experience-part .experience-list {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
        bottom: 115px;
        left: 162px;
        padding: 25px;
        width: 600px;
    }

        body .experty-part .experience-part .experience-list ul {
            padding-right: 2rem;
            max-width: 450px;
        }

    body footer .footer-content .footer-item-1 p {
        padding: 0 124px;
        text-align: left !important;
    }
}
