﻿
/*https://palettes.shecodes.io/palettes/1648*/

body {
    font-family: 'Poppins', 'Noto Sans Thai', sans-serif;
    background: #ffffff;
    /*background: url('/Upload/home/bg-vehicles.jpg');
    background: url('/Upload/home/bg-sky.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;*/
}


.full-width {
    width: 100%;
}


@media (min-width: 1300px) {
    .container {
        width: 1270px;
    }
}

@media (max-width: 460px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
}


@keyframes spin {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(359deg);
    }
}

.spinner-box {
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.circle-border {
    width: 150px;
    height: 150px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgb(63,249,220);
    background: linear-gradient(0deg, rgba(63, 249, 220, 0.1) 33%, #e19d9d 100%);
    animation: spin .8s linear 0s infinite;
}

.circle-core {
    width: 100%;
    height: 100%;
    background-color: #bf375b;
    border-radius: 50%;
}


.loading {
    font-size: 60px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    text-align: center;
}

    .loading span {
        display: inline-block;
        margin: 0 -0.05em;
    }

@media (max-width: 460px) {

    .loading {
        font-size: 50px;
    }
}

/* code #6 */
.loading06 span {
    position: relative;
    color: rgba(0, 0, 0, 0.2);
}

    .loading06 span::after {
        position: absolute;
        top: 0;
        left: 0;
        content: attr(data-text);
        color: #000000;
        opacity: 0;
        transform: rotateY(-90deg);
        animation: loading06 4s infinite;
    }

    .loading06 span:nth-child(2)::after {
        animation-delay: 0.2s;
    }

    .loading06 span:nth-child(3)::after {
        animation-delay: 0.4s;
    }

    .loading06 span:nth-child(4)::after {
        animation-delay: 0.6s;
    }

    .loading06 span:nth-child(5)::after {
        animation-delay: 0.8s;
    }

    .loading06 span:nth-child(6)::after {
        animation-delay: 1s;
    }

    .loading06 span:nth-child(7)::after {
        animation-delay: 1.2s;
    }

@keyframes loading06 {
    0%, 75%, 100% {
        transform: rotateY(-90deg);
        opacity: 0;
    }

    25%, 50% {
        transform: rotateY(0);
        opacity: 1;
    }
}


.iti {
    width: 100%;
}

.timepicker {
    display: flex;
    justify-content: space-between;
}

    .timepicker select {
        width: calc(100%/3);
    }



/*****************************************
* Get Button
*****************************************/
#getbutton {
    background: #3b1c7f;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    cursor: pointer;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    box-shadow: rgba(136, 136, 136, 0.4) 0px 1px 7px;
    z-index: 999;
}

.getbutton {
    width: 50px;
    height: 50px;
    position: relative;
}

    .getbutton .getbutton-icon-comment {
        height: 50px;
        width: 50px;
        background: url('/frontend-assets/images/icons/bubble-chat.png');
        background-repeat: no-repeat;
        background-size: 40px 40px;
        background-position: center;
        transform: rotate(0deg);
        transition: 0.3s ease all;
        text-align: center;
    }

    .getbutton:hover .getbutton-icon-comment {
        transform: rotate(180deg);
        background: url('/frontend-assets/images/icons/close-chat.png');
        background-repeat: no-repeat;
        background-size: 50px 50px;
        background-position: center;
    }

    .getbutton .getbutton-panel {
        height: 0px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        width: 60px;
    }

    .getbutton:hover .getbutton-panel {
        height: 210px;
    }

    .getbutton .getbutton-panel .getbutton-item {
        display: none;
    }

    .getbutton:hover .getbutton-panel .getbutton-item {
        display: block;
        margin: 10px auto;
        transform: scale(1);
        transition: 0.2s ease all;
    }

        .getbutton:hover .getbutton-panel .getbutton-item:hover {
            transform: scale(1.2);
        }



@media (max-width: 460px) {

    #getbutton {
        width: 46px;
        height: 46px;
        bottom: 20px;
    }

    .getbutton {
        width: 46px;
        height: 46px;
    }

        .getbutton .getbutton-icon-comment,
        .getbutton:hover .getbutton-icon-comment {
            width: 46px;
            height: 46px;
            background-size: 36px 36px;
        }

        .getbutton:hover .getbutton-panel {
            height: 170px;
        }

            .getbutton:hover .getbutton-panel .getbutton-item {
                width: 46px;
            }
}



#contact-global {
    position: relative;
}

    #contact-global .rotate-icon {
        width: 80px;
        position: absolute;
        bottom: 40px;
        left: 40px;
        z-index: 100;
    }




/*****************************************
* Swiper
*****************************************/
.swiper-button-next, .swiper-button-prev {
    color: #c72a59;
}



/*****************************************
* Swiper 
*****************************************/
.banner-slide, .welcome-slide, .common-slide {
    overflow: hidden;
    height: auto;
}

.banner {
    z-index: 9;
}

.swiper-slide {
    position: relative;
}

.swiper-button-prev {
    left: 40px;
    color: #ffffff;
    background-image: url("../images/icons/left-chevron-black.png");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .swiper-button-prev.white {
        background-image: url("../images/icons/chevron-left-white.png");
    }

    .swiper-button-prev::after {
        content: '';
    }

.swiper-button-next {
    right: 40px;
    color: #ffffff;
    background-image: url("../images/icons/right-chevron-black.png");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .swiper-button-next.white {
        background-image: url("../images/icons/chevron-right-white.png");
    }

    .swiper-button-next::after {
        content: '';
    }



.swiper-button-prev.dark-mode {
    top: 50%;
    left: 40px;
    color: #ffffff;
    background-image: url("../images/icons/left-chevron-black.png");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .swiper-button-prev.dark-mode::after {
        content: '';
    }


.swiper-button-next.dark-mode {
    top: 50%;
    right: 40px;
    color: #ffffff;
    background-image: url("../images/icons/right-chevron-black.png");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .swiper-button-next.dark-mode::after {
        content: '';
    }

.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 20px !important;
}

/*.swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
    width: 8px;
    height: 8px;
    margin: 0px 10px !important;
}

.swiper-pagination-bullet-active {
    background: transparent;
    opacity: 1;
    border: 1px solid #ffffff;
    width: 15px;
    height: 15px;
}*/


.swiper-slide .contact-button {
    color: #000000;
    padding: 7px 60px 8px 30px;
    font-size: 1rem;
    font-weight: normal;
    line-height: 24px;
    background-color: #F4EDE7;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 20px;
    position: absolute;
    bottom: 40px;
    left: 17%;
}

    .swiper-slide .contact-button:hover {
        color: #ffffff;
        background: #613789;
    }

    .swiper-slide .contact-button .chevron-right {
        background: #041837 url(/frontend-assets/images/icons/chevron-right-white.png);
        background-repeat: no-repeat;
        background-position: top 8px left 12px;
        background-size: 8px auto;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 7px;
        top: 5px;
        border-radius: 20px;
    }

    .swiper-slide .contact-button:hover .chevron-right {
        background: #ffffff url(/frontend-assets/images/icons/chevron-right-black.png);
        background-repeat: no-repeat;
        background-position: top 8px left 12px;
        background-size: 8px auto;
    }

@media (max-width: 1240px) {
    .swiper-slide .contact-button {
        bottom: 40px;
        left: 30%;
    }
}



.swiper-slide .swiper-text {
    position: absolute;
    top: 15%;
    width: 100%;
    text-align: center;
}

    .swiper-slide .swiper-text .headline {
        color: #ffffff;
        text-align: center;
        font-size: 3.5rem;
        line-height: 3.5rem;
        margin-bottom: 30px;
        text-transform: uppercase;
        width: 40%;
        margin: 0px auto 30px auto;
    }

    .swiper-slide .swiper-text .title {
        color: #ffffff;
        text-align: center;
        font-size: 1.5rem;
        line-height: 2rem;
        text-transform: uppercase;
        width: 40%;
        margin: 0px auto 30px auto;
    }

    .swiper-slide .swiper-text .footer-text {
        color: #ffffff;
        text-align: center;
        font-size: 2.5rem;
        line-height: 2.5rem;
        text-transform: uppercase;
        width: 40%;
        margin: 0px auto 30px auto;
    }


    .swiper-slide .swiper-text .btn-seemore {
        color: #000000;
        padding: 7px 0px 5px 0px;
        font-size: 1rem;
        font-weight: normal;
        line-height: 24px;
        background-color: #ffffff;
        border: 1px solid #ffffff;
        border-radius: 0;
        transition: all 0.2s ease-in-out;
        display: inline-block;
        width: 150px;
        text-align: center;
        margin-right: 5px;
        text-decoration: none;
        text-transform: uppercase;
        border-radius: 20px;
    }

    .swiper-slide .swiper-text .btn-seemore-outline {
        color: #ffffff;
        padding: 6px 25px 5px 25px;
        font-size: 1rem;
        font-weight: normal;
        line-height: 24px;
        background-color: transparent;
        border: 1px solid #ffffff;
        border-radius: 0;
        transition: all 0.2s ease-in-out;
        display: inline-block;
        text-align: center;
        margin: 0px 10px;
        text-transform: uppercase;
        text-decoration: none;
        border-radius: 20px;
    }




.swiper-slide.dark .swiper-text .headline {
    color: #000000;
}

.swiper-slide.dark .swiper-text .title {
    color: #000000;
}

.swiper-slide.dark .swiper-text .footer-text {
    color: #000000;
}


.swiper-slide.dark .swiper-text .btn-seemore {
    color: #000000;
    border: 1px solid #000000;
}

    .swiper-slide.dark .swiper-text .btn-seemore:hover {
        transform: scale(1.1);
    }

.swiper-slide.dark .swiper-text .btn-seemore-outline {
    color: #000000;
    border: 1px solid #000000;
}

    .swiper-slide.dark .swiper-text .btn-seemore-outline:hover {
        color: #ffffff;
        background: #000000;
        border: 1px solid #000000;
        transform: scale(1.1);
    }


.swiper-pagination-bullet {
    background: #000000;
}

.swiper-pagination-bullet-active {
    background: transparent;
    opacity: 1;
    border: 1px solid #000000;
    width: 15px;
    height: 15px;
}

@media (max-width: 1240px) {
    .banner-slide {
        height: auto;
    }

    .swiper-wrapper {
        height: auto;
    }

    .banner-slide img {
        width: 100%;
        height: auto;
    }
}



@media (max-width: 460px) {
    .banner-slide {
        margin-top: 0px;
        height: auto;
    }

    .swiper-button-prev {
        left: 20px;
        width: 24px;
        height: 24px;
    }


    .swiper-button-next {
        right: 20px;
        width: 24px;
        height: 24px;
    }

    .swiper-pagination {
        bottom: 30px !important;
    }

    .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        margin: 0px 7px !important;
    }

    .swiper-pagination-bullet-active {
        background: transparent;
        border: 1px solid #000000;
        width: 10px;
        height: 10px;
    }

    .swiper-slide .swiper-text {
        top: 15%;
    }


        .swiper-slide .swiper-text .headline {
            color: #000000;
            font-size: 2rem;
            line-height: 2.3rem;
            width: 70%;
            margin-bottom: 20px;
        }

        .swiper-slide .swiper-text .title {
            font-size: 1.3rem;
            margin-bottom: 5px;
            line-height: 1.8rem;
            width: 70%;
            margin-bottom: 20px;
        }

        .swiper-slide .swiper-text .footer-text {
            color: #000000;
            font-size: 1.5rem;
            margin-bottom: 5px;
            line-height: 2rem;
            width: 70%;
            margin-bottom: 40px;
        }



        .swiper-slide .swiper-text .btn-seemore-outline {
            padding: 4px 20px 3px 20px;
            border: 1px solid #ffffff;
            font-size: 1rem;
        }
}




/*****************************************
* Text Glow
*****************************************/
.text-shine {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
}

.text-glow {
    animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
    }

    to {
        text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
    }
}

/*****************************************
* Fade Gradient
*****************************************/
.fade-gradient {
    position: relative;
}

    .fade-gradient::after {
        position: absolute;
        background-image: linear-gradient(to bottom, rgb(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
        /*background-image: linear-gradient(to bottom, rgb(0, 0, 0, 0), rgba(191, 55, 91,1));*/
        /*background-image: linear-gradient(to bottom, rgb(0, 0, 0, 0), rgb(255 255 255));*/
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.fade-gradient-white {
    position: relative;
}

    .fade-gradient-white::after {
        position: absolute;
        background-image: linear-gradient(to bottom, rgb(0, 0, 0, 0), rgb(255 255 255));
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


/*****************************************
* Fade Image
*****************************************/
.fadeimage-mouseover {
    overflow: hidden;
    cursor: pointer;
}

    .fadeimage-mouseover:hover img {
        transform: scale(1.1);
        transition: transform 3s ease-in;
    }



/*****************************************
* Loader
*****************************************/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* background: #7d97c8;*/
    background: #ffffff;
    transition: opacity 0.75s, visibility 0.75s;
    z-index: 999;
}


.loader--hidden {
    opacity: 0;
    visibility: hidden;
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blink-image {
    width: 300px;
    -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 2s infinite ease-in-out; /* IE */
    animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}

.car-image {
    width: auto;
    height: 120px;
}


/*****************************************
* Main Content 
*****************************************/
#main-content {
    margin-top: 70px;
    min-height: 50vh;
}



@media(max-width: 830px) {
    #main-content {
        margin-top: 80px
    }
}

@media(max-width: 460px) {
    #main-content {
        margin-top: 60px
    }
}



/*****************************************
* Navbar 
*****************************************/
.navbar {
    z-index: 10;
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffff;
    transition: 0.5s ease all;
    height: 70px;
    box-shadow: 0px 4px 12px #e8e8e8;
}

    .navbar .navbar-share {
        position: absolute;
        top: 24px;
        right: 46px;
    }

        .navbar .navbar-share img {
            width: 34px;
        }


    .navbar .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    .navbar .navbar-top {
        position: absolute;
        top: 20px;
        right: 24px;
    }

        .navbar .navbar-top .external-link, .navbar .navbar-top .external-link:hover {
            border: 1px solid #45CBCA;
            padding: 5px 13px 4px 13px;
            color: #000000;
            border-radius: 7px;
            font-size: 0.9rem;
            margin: 0px 5px;
            text-decoration: none;
            background: #45CBCA;
            text-transform: uppercase;
        }



    .navbar.bg-transparent {
        background-color: rgba(0, 0, 0, 0);
    }



    .navbar .navbar-brand .navbar-logo {
        height: 50px;
        transition: 0.5s ease all;
    }


.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:visited {
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    padding: 8px 20px;
    letter-spacing: 0px;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.3s ease all;
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: #000000;
    }

    .navbar-light .navbar-nav .nav-link.active {
        color: #ffffff;
        background: #3b1c7f;
        border-radius: 20px;
    }




@media (max-width: 460px) {

    .navbar {
        padding: 0rem 1rem;
        height: 60px;
    }

    .navbar-light .navbar-toggler {
        border: none;
        outline: none;
    }

    .navbar .navbar-share {
        top: 26px;
        right: 60px;
    }

        .navbar .navbar-share img {
            width: 20px;
        }

    .navbar .navbar-top {
        top: 7px;
        right: 50px;
    }

    .navbar .navbar-brand {
        top: 8px;
    }


        .navbar .navbar-brand .navbar-logo {
            height: 40px;
        }

    .navbar-nav {
        margin: 10px auto 0px auto;
    }

    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link:visited {
        color: #ffffff;
        font-size: 1.5rem;
        letter-spacing: 0px;
    }


    .navbar-collapse {
        display: none;
    }

    .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:visited {
        color: #000000;
    }

    .nav-toolbar {
        display: none;
    }

    .nav-rightmenu {
        display: none;
    }
}


.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border: none;
    outline: none;
    position: absolute;
    right: 0px;
    top: 10px;
}



.toolbar-icon {
    text-align: right;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-left: 1px solid #f3c55b;
    margin-left: 20px;
    padding-left: 20px;
}

    .toolbar-icon .nav-toolbar-icon {
        position: relative;
    }

        .toolbar-icon .nav-toolbar-icon a {
            display: block;
            cursor: pointer;
            margin: 0.5rem;
        }

            .toolbar-icon .nav-toolbar-icon a img {
                width: 26px;
                transition: 0.2s ease all;
            }


        .toolbar-icon .nav-toolbar-icon .nav-badge {
            color: #ffffff;
            background: #e62b2b;
            width: 18px;
            position: absolute;
            top: -3px;
            right: 0px;
            text-align: center;
            font-size: 0.6rem;
            border-radius: 50%;
            padding: 3px 2px 1px 2px;
        }


@media (max-width: 460px) {

    .toolbar-icon {
        position: fixed;
        top: 16px;
        right: 65px;
        border-left: none;
    }
}



#menuModal {
    background: #ffffff;
}

    #menuModal .modal-dialog {
        margin: 3rem 1.5rem 3rem 1.5rem;
    }

        #menuModal .modal-dialog .modal-content {
            border: none;
            border-radius: 0rem;
            background: #ffffff;
        }

            #menuModal .modal-dialog .modal-content .close {
                position: absolute;
                top: -20px;
                right: 0px;
                opacity: 1;
            }

            #menuModal .modal-dialog .modal-content .menu-brand {
                text-align: center;
                margin-bottom: 30px;
            }

                #menuModal .modal-dialog .modal-content .menu-brand img {
                    width: 36%;
                }

            #menuModal .modal-dialog .modal-content #mobile-menu {
                list-style: none;
                padding-left: 0px;
            }

                #menuModal .modal-dialog .modal-content #mobile-menu li a {
                    color: #000000;
                    font-size: 1.5rem;
                    letter-spacing: 0px;
                    text-align: center;
                    padding: 2px 0px;
                    text-transform: unset;
                }






/*****************************************
* Welcome Video
*****************************************/
#welcome-video {
    background: #000000;
    padding: 0px;
    position: relative;
}

@media(max-width:460px) {
    #welcome-video {
        padding: 0px;
    }
}



#welcome-video .inverter-text-top {
    font-family: "Roboto", serif;
    letter-spacing: 2px;
    color: #ffe34c;
    position: absolute;
    bottom: auto;
    max-width: 1190px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    left: 50%;
    z-index: 2;
    top: 20%;
    transform: translate(-50%, -50%);
    width: 100%;
    pointer-events: none;
    text-align: center;
}

    #welcome-video .inverter-text-top .inverter-headline {
        font-size: 60px;
        line-height: 64px;
        font-weight: 600;
        margin-bottom: 15px;
        width: 100%;
        text-transform: uppercase;
    }

    #welcome-video .inverter-text-top .inverter-subheadline {
        font-size: 40px;
        line-height: 40px;
        font-weight: 400;
        width: 100%;
    }

@media(max-width:460px) {
    #welcome-video .inverter-text-top {
        top: 10%;
        left: 10%;
        transform: translate(-10%, -10%);
    }

        #welcome-video .inverter-text-top .inverter-headline {
            font-size: 28px;
            line-height: 28px;
            margin-bottom: 5px;
        }

        #welcome-video .inverter-text-top .inverter-subheadline {
            font-size: 16px;
            line-height: 20px;
        }
}



#welcome-video .footer-button {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -90%);
    z-index: 2;
}

    #welcome-video .footer-button .btn-contact {
        padding: 18px 30px;
        color: #000000;
        background-color: #ffe34c;
        border: 1px solid #ffe34c;
        border-radius: 30px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 2px;
        display: inline-block;
        text-decoration: none;
        font-size: 18px;
        line-height: 18px;
        margin: 5px;
    }

    #welcome-video .footer-button .btn-contact-outline {
        padding: 18px 30px;
        color: #ffe34c;
        background-color: transparent;
        border: 1px solid #ffe34c;
        border-radius: 30px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 2px;
        display: inline-block;
        text-decoration: none;
        font-size: 18px;
        line-height: 18px;
        margin: 5px;
    }


@media(max-width:460px) {
    #welcome-video .footer-button .btn-contact {
        padding: 14px 30px;
        font-size: 16px;
        line-height: 16px;
    }

    #welcome-video .footer-button .btn-contact-outline {
        padding: 14px 30px;
        font-size: 16px;
        line-height: 16px;
    }
}



.welcome-video-wrapper {
    height: 70vh;
    min-height: 680px;
    /*max-width: 1920px;*/
    max-height: 1260px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

    .welcome-video-wrapper .welcome-video-container {
        height: 100%;
        width: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        position: relative;
    }

        .welcome-video-wrapper .welcome-video-container .welcome-video-video {
            object-fit: cover;
            position: relative;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: calc(100% + 2px);
        }




/*.welcome-video-wrapper {
    --corner-radius: 40px;
    height: 60vh;
    min-height: 680px;
    max-width: 1920px;
    max-height: 1260px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

    .welcome-video-wrapper .welcome-video-container {
        height: 100%;
        width: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        position: relative;
    }

        .welcome-video-wrapper .welcome-video-container .welcome-video-video {
            object-fit: cover;
            position: relative;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: calc(100% + 2px);
        }*/




form .form-group label, label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000000;
}

form .form-group input {
    color: #232323;
    box-shadow: none;
    transition: border .3s cubic-bezier(.39, .575, .565, 1);
    padding: 0 1rem;
    box-sizing: border-box;
    height: 40px;
    font-size: 14px;
    letter-spacing: .025rem;
    line-height: 3rem;
    font-weight: 500;
    width: 100%;
    border-radius: 0px;
    outline: none;
    border: none;
    background: #ffe2e9;
}

form .form-group textarea {
    color: #232323;
    border: 1px solid #8296c7;
    background-clip: padding-box;
    box-shadow: none;
    transition: border .3s cubic-bezier(.39,.575,.565,1);
    padding: 20px;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: .025rem;
    line-height: 1.3rem;
    font-weight: 500;
    width: 100%;
    border-radius: 0px;
    outline: none;
    background: #ffe2e9;
    border: none;
}

form .form-group select {
    color: #232323;
    border: 1px solid #8296c7;
    background-clip: padding-box;
    box-shadow: none;
    transition: border .3s cubic-bezier(.39,.575,.565,1);
    padding: 0 1rem;
    box-sizing: border-box;
    height: 40px;
    font-size: 14px;
    letter-spacing: .025rem;
    line-height: 3rem;
    font-weight: 500;
    width: 100%;
    border-radius: 0px;
    outline: none;
    border: none;
    background: #ffe2e9;
}

    form .form-group select option {
        font-size: 14px;
        line-height: 20px;
    }



form .form-group input[type=file] {
    background: #232323;
    border: 1px solid #8296c7;
    background-clip: padding-box;
    border-radius: 0;
    box-shadow: none;
    transition: border .3s cubic-bezier(.39,.575,.565,1);
    padding: 0rem;
    box-sizing: border-box;
    height: 40px;
    font-size: 14px;
    letter-spacing: .025rem;
    font-weight: 300;
    color: #19110b;
    line-height: 2rem;
    font-weight: 500;
    width: 100%;
    border-radius: 0px;
}


@media(max-width: 460px) {

    form .form-group label, label {
        font-size: 12px;
    }

    form .form-group input {
        font-size: 12px;
        line-height: 16px;
        height: 36px;
    }

    form .form-group select {
        font-size: 12px;
        line-height: 16px;
        height: 36px;
    }
}




form .form-group.form-checkbox {
    height: 36px;
    display: flex;
    justify-content: flex-start;
    align-items: inherit;
}


    form .form-group.form-checkbox .checkbox-wrapper {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        font-size: 0.8rem;
    }

        form .form-group.form-checkbox .checkbox-wrapper .checkbox-item {
            width: calc(100%/4);
            display: flex;
            justify-content: flex-start;
            align-items: center;
            line-height: 0.8rem;
            margin-bottom: 10px;
        }

            form .form-group.form-checkbox .checkbox-wrapper .checkbox-item img {
                height: 36px;
            }



            form .form-group.form-checkbox .checkbox-wrapper .checkbox-item.driver {
                width: calc(100%/3);
            }

                form .form-group.form-checkbox .checkbox-wrapper .checkbox-item.driver img {
                    height: 50px;
                }

    form .form-group.form-checkbox input[type=checkbox] {
        box-sizing: border-box;
        padding: 0;
        height: 20px;
        width: 30px;
        margin-top: 5px;
    }


form button {
    color: #ffffff;
    font-weight: normal;
    line-height: 24px;
    background: #c72a59;
    border: #c72a59;
    border-radius: 0px;
    transition: all 0.2s ease-in-out;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 1.2rem;
    height: 60px;
    padding: 12px;
    outline: none;
}

    form button[disabled] {
        background: #bf375b;
        opacity: 0.4;
    }

    form button:hover, form button:focus {
        background: #8296c7;
        border: #8296c7;
    }


@media(max-width: 460px) {
    form button {
        height: 46px;
        font-size: 14px;
        line-height: 20px;
    }
}


/*****************************************
* Loading Vehicle
*****************************************/
#loading-vehicle {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    background: #ffffff;
    box-shadow: 0px 4px 12px #e8e8e8;
}

.loader-vehicle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid #FFF;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

    .loader-vehicle::after {
        content: '';
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 0;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        border-left: 4px solid #FF3D00;
        border-bottom: 4px solid transparent;
        animation: rotation 0.3s linear infinite reverse;
    }

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*****************************************
* why-choose-us
*****************************************/
#why-choose-us {
    padding: 100px 0px 0px 0px;
    /*background: linear-gradient(to left, #e5eaee, #e9ecf0);*/
    background: #f9f9f9 url('/upload/home/service-right-pattarn.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 30% auto;
}


.why-choose-us {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}

    .why-choose-us .why-choose-us-photo {
        width: 47%;
    }

    .why-choose-us .why-choose-us-content {
        width: 50%;
        padding-left: 40px;
    }

        .why-choose-us .why-choose-us-content .title {
            color: #1e3238;
            font-size: 46px;
            line-height: 50px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .why-choose-us .why-choose-us-content .subtitle {
            color: #1e3238;
            font-size: 24px;
            line-height: 30px;
            margin-bottom: 50px;
        }

@media (max-width: 460px) {

    .why-choose-us .why-choose-us-photo {
        width: 100%;
    }

    .why-choose-us .why-choose-us-content {
        width: 100%;
        padding: 30px 20px;
    }

        .why-choose-us .why-choose-us-content .title {
            font-size: 26px;
            line-height: 32px;
            margin-bottom: 5px;
        }

        .why-choose-us .why-choose-us-content .subtitle {
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 30px;
        }
}


.why-choose-us-lists {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .why-choose-us-lists .why-choose-us-item {
        width: calc(100%/3);
        padding-right: 30px;
        margin-bottom: 50px;
    }

        .why-choose-us-lists .why-choose-us-item .why-choose-us-icon {
            margin-bottom: 20px;
        }

            .why-choose-us-lists .why-choose-us-item .why-choose-us-icon img {
                width: 26%;
            }

        .why-choose-us-lists .why-choose-us-item .why-choose-us-title {
            font-size: 18px;
            line-height: 24px;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .why-choose-us-lists .why-choose-us-item .why-choose-us-detail {
            font-size: 14px;
            line-height: 20px;
        }


@media (max-width: 460px) {
    .why-choose-us-lists .why-choose-us-item {
        width: 50%;
        margin-bottom: 30px;
        padding-right: 10px;
    }

        .why-choose-us-lists .why-choose-us-item .why-choose-us-title {
            font-size: 16px;
            line-height: 20px;
        }
}


/*****************************************
* home-services
*****************************************/
#home-services {
    padding: 100px 0px;
}

    #home-services .title {
        color: #3b1c7f;
        font-size: 46px;
        line-height: 50px;
        font-weight: 600;
        margin-bottom: 10px;
        text-align: center;
    }

    #home-services .subtitle {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        width: 70%;
        margin: 0px auto;
    }


@media (max-width: 460px) {
    #home-services {
        padding: 50px 0px;
    }

        #home-services .title {
            font-size: 36px;
            line-height: 40px;
        }

        #home-services .subtitle {
            font-size: 16px;
            line-height: 20px;
            width: 100%;
        }
}



.home-services {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 20px;
}

    .home-services .home-services-item {
        width: calc(100%/3 - 20px);
        margin-bottom: 20px;
    }

        .home-services .home-services-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }

        .home-services .home-services-item .home-services-photo {
            margin-bottom: 10px;
        }


        .home-services .home-services-item .home-services-detail {
            font-size: 14px;
            line-height: 20px;
            padding: 10px 20px 20px 20px;
        }

            .home-services .home-services-item .home-services-detail .home-services-title {
                font-size: 18px;
                line-height: 24px;
                font-weight: 600;
                margin-bottom: 5px;
            }

            .home-services .home-services-item .home-services-detail .detail-info {
                height: 48px;
                margin-bottom: 20px;
            }

            .home-services .home-services-item .home-services-detail .discover-btn {
                color: #3b1c7f;
                background: transparent;
                border: 2px solid #3b1c7f;
                padding: 10px 30px;
                display: inline-block;
                border-radius: 40px;
                font-size: 14px;
                font-weight: 600;
                text-decoration: none;
                text-transform: uppercase;
            }


@media (max-width: 460px) {
    .home-services .home-services-item {
        width: 100%;
        margin-bottom: 0px;
    }

        .home-services .home-services-item .home-services-photo {
            margin-bottom: 0px;
        }

        .home-services .home-services-item .home-services-detail {
            padding: 20px;
        }
}


/*****************************************
* home-package
*****************************************/
#home-package {
    padding: 100px 0px;
    background: #f9f9f9 url('/upload/package/bg-package.png');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    #home-package .title {
        color: #3b1c7f;
        font-size: 46px;
        line-height: 50px;
        font-weight: 600;
        margin-bottom: 40px;
        text-align: center;
    }

    #home-package .button-action {
        margin: 40px 0px;
        text-align: center;
    }

        #home-package .button-action .discover-btn {
            color: #ffffff;
            background: #3b1c7f;
            padding: 10px 30px;
            display: inline-block;
            border-radius: 40px;
            font-size: 20px;
            line-height: 26px;
            font-weight: 600;
            text-decoration: none;
            text-transform: uppercase;
        }

@media (max-width: 460px) {
    #home-package {
        padding: 50px 0px;
    }
}


.home-package {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 20px;
}

    .home-package .home-package-item {
        position: relative;
        width: calc(100%/3 - 20px);
        box-shadow: 0px 4px 12px #e8e8e8;
        padding: 30px;
        margin: 10px;
        background: #ffffff;
    }

        .home-package .home-package-item .badge-popular {
            background: transparent;
            border: 1px solid #dc3545;
            color: #dc3545;
            font-size: 14px;
            font-weight: 600;
            padding: 4px 10px;
            border-radius: 20px;
            position: absolute;
            top: 10px;
            right: 10px;
        }

        .home-package .home-package-item .package-type-label {
            margin-bottom: 10px;
        }

        .home-package .home-package-item .package-name {
            color: #3b1c7f;
            font-size: 30px;
            line-height: 36px;
            font-weight: 600;
            text-transform: uppercase;
            margin-bottom: 10px;
        }

        .home-package .home-package-item .package-description {
            margin-bottom: 20px;
        }


        .home-package .home-package-item .included-item {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 10px;
        }

            .home-package .home-package-item .included-item .include-icon {
                width: 20px;
                height: 20px;
                background: url('/frontend-assets/images/icons/check.png');
                background-size: 20px 20px;
                background-position: center;
                background-repeat: no-repeat;
                margin-right: 5px;
            }



            .home-package .home-package-item .included-item .exclude-icon {
                width: 20px;
                height: 20px;
                background: url('/frontend-assets/images/icons/uncheck.png');
                background-size: 20px 20px;
                background-position: center;
                background-repeat: no-repeat;
                margin-right: 5px;
            }

            .home-package .home-package-item .included-item .include-text {
            }

        .home-package .home-package-item .package-price {
            color: #000000;
            display: flex;
            justify-content: flex-start;
            align-items: flex-end;
            font-size: 16px;
            line-height: 20px;
            margin: 40px 0px 0px 0px;
        }

            .home-package .home-package-item .package-price .rate-price {
                font-size: 46px;
                line-height: 50px;
                font-weight: 600;
            }

            .home-package .home-package-item .package-price .price-unit {
                margin-left: 10px;
                padding-bottom: 5px;
                font-size: 16px;
                line-height: 20px;
                font-weight: 600;
            }


@media (max-width: 460px) {
    .home-package .home-package-item {
        width: 100%;
    }
}




/*****************************************
* client-slider
*****************************************/
#client-slider {
    padding: 50px 0px 20px 0px;
}

    #client-slider .title {
        color: #3b1c7f;
        font-size: 46px;
        line-height: 50px;
        font-weight: 600;
        margin-bottom: 40px;
        text-align: center;
    }

.client-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.slider-track {
    display: flex;
    width: calc(250px * 10); /* จำนวนโลโก้ × ความกว้าง */
    animation: scroll 25s linear infinite;
}

.slide {
    width: 250px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

    .slide img {
        max-width: 100%;
        height: auto;
        /*filter: grayscale(100%);*/
        opacity: 0.8;
        transition: 0.3s;
    }

        .slide img:hover {
            filter: grayscale(0%);
            opacity: 1;
            transform: scale(1.05);
        }

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .slide {
        width: 180px;
    }
}

/*****************************************
* footer-bottom
*****************************************/
#footer-bottom {
    padding: 50px 0px 10px 0px;
    color: #ffffff;
    background: #16222d;
}

.footer-buttom {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

    .footer-buttom .header {
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .footer-buttom .footer-company {
        width: 50%;
        padding-right: 20px;
    }

        .footer-buttom .footer-company .footer-company-logo {
            width: 100px;
            margin-bottom: 15px;
        }

        .footer-buttom .footer-company .footer-company-name {
            font-size: 20px;
            line-height: 24px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .footer-buttom .footer-company .footer-company-address {
            font-size: 16px;
            line-height: 20px;
        }

    .footer-buttom .footer-contact {
        width: 30%;
    }

        .footer-buttom .footer-contact .footer-contact-item {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            font-size: 14px;
            line-height: 20px;
        }

            .footer-buttom .footer-contact .footer-contact-item .item-label {
                margin-right: 10px;
            }

            .footer-buttom .footer-contact .footer-contact-item .item-value {
            }

                .footer-buttom .footer-contact .footer-contact-item .item-value a {
                    color: #ffffff;
                }



    .footer-buttom .footer-social {
        width: 20%;
    }

        .footer-buttom .footer-social .footer-social-lists {
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

            .footer-buttom .footer-social .footer-social-lists .footer-social-item {
                margin-right: 5px;
                transition: 0.2s ease all;
            }

                .footer-buttom .footer-social .footer-social-lists .footer-social-item:hover {
                    transform: translateY(-2px);
                }

                .footer-buttom .footer-social .footer-social-lists .footer-social-item img {
                    width: 40px;
                }




@media (max-width: 460px) {
    .footer-buttom .footer-company {
        width: 100%;
    }

        .footer-buttom .footer-company .footer-company-logo {
            width: 120px;
        }

    .footer-buttom .footer-contact {
        width: 100%;
    }

    .footer-buttom .footer-social {
        width: 100%;
    }
}




#footer-copyright {
    padding: 15px 0px;
    color: #ffffff;
    background: #0e141b;
}


/*****************************************
* home-package
*****************************************/
#company-map {
}

.map-container {
    position: relative;
    width: 100%;
    padding-bottom: 40%;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

    .map-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }


@media (max-width: 460px) {
    .map-container {
        padding-bottom: 100%;
    }
}


/*****************************************
* main-intro
*****************************************/
#main-intro {
    position: relative;
}

    #main-intro .main-intro-text {
        position: absolute;
        top: 30%;
        left: 10%;
        z-index: 2;
        color: #ffffff;
        width: 40%;
    }

        #main-intro .main-intro-text .title {
            font-size: 60px;
            line-height: 66px;
            font-weight: 600;
            text-transform: uppercase;
            margin-bottom: 10px;
        }

        #main-intro .main-intro-text .subtitle {
            font-size: 22px;
            line-height: 26px;
        }

        #main-intro .main-intro-text .subtitle {
            font-size: 20px;
            line-height: 30px;
            margin-bottom: 40px;
        }

        #main-intro .main-intro-text .discover-btn {
            color: #ffffff;
            background: #3b1c7f;
            padding: 12px 30px;
            display: inline-block;
            border-radius: 40px;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
            text-transform: uppercase;
        }

        #main-intro .main-intro-text .discover-outline-btn {
            color: #434343;
            background: linear-gradient(to right, #ffffff, #e1e1e1);
            padding: 10px 30px;
            display: inline-block;
            border-radius: 40px;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
            text-transform: uppercase;
        }


    #main-intro .main-intro-photo {
        position: relative;
        z-index: 1;
    }


@media (max-width: 460px) {

    #main-intro .main-intro-text {
        top: inherit;
        bottom: 10%;
        left: 20px;
        right: 20px;
        width: 90%;
    }

        #main-intro .main-intro-text .title {
            font-size: 44px;
            line-height: 50px;
        }

        #main-intro .main-intro-text .subtitle {
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 20px;
        }
}


/*****************************************
* about-main
*****************************************/
#about-main {
    position: relative;
    padding: 100px 0px;
    background: #f9f9f9;
}

@media (max-width: 460px) {
    #about-main {
        padding: 50px 0px;
    }
}

.about-main {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #1e3238;
}

    .about-main .about-main-left {
        width: 40%;
    }

    .about-main .about-main-right {
        width: 56%;
    }

        .about-main .about-main-right .title {
            color: #3b1c7f;
            font-size: 46px;
            line-height: 50px;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .about-main .about-main-right .subtitle {
            font-size: 24px;
            line-height: 30px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .about-main .about-main-right .detail-info {
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 40px;
        }


@media (max-width: 460px) {

    .about-main .about-main-left {
        width: 100%;
        margin-bottom: 20px;
    }

    .about-main .about-main-right {
        width: 100%;
    }
}


/*****************************************
* about-vision
*****************************************/
#about-mission {
    position: relative;
    padding: 100px 0px;
}

    #about-mission .title {
        color: #3b1c7f;
        font-size: 46px;
        line-height: 50px;
        font-weight: 600;
        margin-bottom: 10px;
        text-align: center;
    }


@media (max-width: 460px) {
    #about-mission {
        padding: 50px 0px;
    }

        #about-mission .title {
            font-size: 36px;
            line-height: 40px;
        }

        #about-mission .subtitle {
            font-size: 16px;
            line-height: 20px;
            width: 100%;
        }
}

.about-mission {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}


    .about-mission .about-mission-item {
        width: calc(100% / 3 - 20px);
        /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);*/
        padding: 20px;
        background: #ffffff;
        margin: 10px;
        text-align: center;
    }

        .about-mission .about-mission-item .thumbnail {
            margin: 20px;
        }

            .about-mission .about-mission-item .thumbnail img {
                width: 40%;
            }

        .about-mission .about-mission-item .header {
            font-size: 24px;
            line-height: 30px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .about-mission .about-mission-item .detail {
        }


@media (max-width: 460px) {
    .about-mission .about-mission-item {
        width: 45%;
        margin: 10px;
        padding: 0px;
    }

        .about-mission .about-mission-item .header {
            font-size: 18px;
            line-height: 24px;
            font-weight: 600;
        }
}



/*****************************************
* about-vision
*****************************************/
#package-contact {
    position: relative;
    padding: 150px 0px;
    background: url('/upload/package/package-contact.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}



@media (max-width: 460px) {
    #package-contact {
        padding: 50px 0px;
    }
}

.package-contact {
    text-align: center;
}

    .package-contact .title {
        color: #3b1c7f;
        font-size: 46px;
        line-height: 50px;
        font-weight: 600;
        margin-bottom: 10px;
        text-align: center;
    }

    .package-contact .subtitle {
        color: #000000;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 40px;
        text-align: center;
    }


    .package-contact .discover-btn {
        color: #ffffff;
        background: #3b1c7f;
        padding: 10px 30px;
        display: inline-block;
        border-radius: 40px;
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
    }

@media (max-width: 460px) {
    .package-contact {
        padding: 0px;
    }

        .package-contact .title {
            font-size: 26px;
            line-height: 30px;
        }

        .package-contact .subtitle {
            font-size: 16px;
            line-height: 20px;
        }
}


/*****************************************
* contact-channel
*****************************************/
#contact-channel {
    padding: 100px 0px;
}

    #contact-channel .title {
        color: #3b1c7f;
        font-size: 46px;
        line-height: 50px;
        font-weight: 600;
        margin-bottom: 10px;
        text-align: center;
    }

    #contact-channel .subtitle {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        width: 70%;
        margin: 0px auto 40px auto;
    }


@media (max-width: 460px) {
    #contact-channel {
        padding: 50px 0px;
    }

        #contact-channel .title {
            font-size: 36px;
            line-height: 40px;
        }

        #contact-channel .subtitle {
            font-size: 16px;
            line-height: 20px;
            width: 100%;
        }
}

.contact-channel {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .contact-channel .contact-channel-item {
        border: 1px solid #f9f9f9;
        background: #f9f9f9;
        padding: 20px;
        width: calc(100% / 3 - 20px);
        margin: 10px;
        border-radius: 10px;
    }

        .contact-channel .contact-channel-item a,
        .contact-channel .contact-channel-item a:hover {
            color: #000000;
        }

        .contact-channel .contact-channel-item .channel-item-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-bottom: 20px;
            font-size: 20px;
            line-height: 24px;
            font-weight: 600;
        }

            .contact-channel .contact-channel-item .channel-item-header .channel-item-header-icon {
                width: 13%;
            }

            .contact-channel .contact-channel-item .channel-item-header .channel-item-header-text {
                width: 83%;
            }


        .contact-channel .contact-channel-item .channel-item-info {
            font-size: 18px;
            line-height: 24px;
            padding-left: 5px;
        }

        .contact-channel .contact-channel-item .channel-item-detail {
            font-size: 18px;
            line-height: 24px;
        }


@media (max-width: 460px) {
    .contact-channel .contact-channel-item {
        width: 100%;
    }
}

/*****************************************
* about-team
*****************************************/
#about-team {
    position: relative;
    padding: 100px 0px;
}

    #about-team .title {
        color: #3b1c7f;
        font-size: 46px;
        line-height: 50px;
        font-weight: 600;
        margin-bottom: 40px;
        text-align: center;
    }


@media (max-width: 460px) {
    #about-team {
        padding: 50px 0px;
    }

        #about-team .title {
            font-size: 36px;
            line-height: 40px;
        }

        #about-team .subtitle {
            font-size: 16px;
            line-height: 20px;
            width: 100%;
        }
}

.about-team {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}


    .about-team .about-team-item {
        width: calc(100% / 3 - 20px);
        /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);*/
        background: #ffffff;
        margin: 10px;
        text-align: center;
        position: relative;
    }

        /*.about-team .about-team-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }*/

        .about-team .about-team-item .thumbnail {
        }

            .about-team .about-team-item .thumbnail img {
                width: 100%;
            }

        .about-team .about-team-item .team-info {
            padding: 20px 20px;
            position: absolute;
            bottom: -10%;
            left: 20px;
            right: 20px;
            border-radius: 20px 20px 0px 0px;
            background: #ffffff;
        }

            .about-team .about-team-item .team-info .team-name {
                color: #3b1c7f;
                font-size: 24px;
                line-height: 30px;
                font-weight: 600;
                margin-bottom: 2px;
            }


@media (max-width: 460px) {
    .about-team .about-team-item {
        width: 100%;
        margin-bottom: 60px;
    }

        .about-team .about-team-item .team-info {
            font-size: 18px;
            line-height: 24px;
            font-weight: 600;
        }
}


/*****************************************
* audit-fee
*****************************************/
#audit-fee {
    position: relative;
    padding: 100px 0px 0px 0px;
}

    #audit-fee .title {
        color: #3b1c7f;
        font-size: 46px;
        line-height: 50px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    #audit-fee .subtitle {
        color: #1e3238;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }


@media (max-width: 460px) {
    #audit-fee {
        padding: 50px 0px 20px 0px;
    }

        #audit-fee .title {
            font-size: 30px;
            line-height: 36px;
        }

        #audit-fee .subtitle {
            color: #1e3238;
            font-size: 16px;
            line-height: 22px;
            margin-bottom: 20px;
        }
}

.audit-fee {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}

    .audit-fee .audit-fee-left {
        width: 50%;
        text-align: center;
    }

        .audit-fee .audit-fee-left img {
            width: 100%;
        }

    .audit-fee .audit-fee-right {
        width: 48%;
        padding-left: 50px;
    }

        .audit-fee .audit-fee-right .button-action {
            margin: 40px 0px;
            text-align: center;
        }

            .audit-fee .audit-fee-right .button-action .discover-btn {
                color: #ffffff;
                background: #3b1c7f;
                padding: 10px 30px;
                display: inline-block;
                border-radius: 40px;
                font-size: 20px;
                line-height: 26px;
                font-weight: 600;
                text-decoration: none;
                text-transform: uppercase;
            }

@media (max-width: 460px) {
    .audit-fee .audit-fee-left {
        width: 100%;
        margin-bottom: 20px;
    }

        .audit-fee .audit-fee-left img {
            width: 60%;
        }

    .audit-fee .audit-fee-right {
        width: 100%;
        padding-left: 0px;
    }

        .audit-fee .audit-fee-right .button-action {
            margin-top: 30px;
            margin-bottom: 20px;
        }
}


.audit-fee-item {
    width: 100%;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .audit-fee-item .fee-item-text {
        font-size: 20px;
        line-height: 26px;
    }

    .audit-fee-item .fee-item-price {
        color: #000000;
        font-size: 30px;
        line-height: 36px;
        font-weight: 600;
    }

@media (max-width: 460px) {
    .audit-fee-item {
        padding: 5px 0px;
        font-size: 16px;
        line-height: 22px;
    }

        .audit-fee-item .fee-item-text {
            font-size: 16px;
            line-height: 20px;
        }

        .audit-fee-item .fee-item-price {
            font-size: 26px;
            line-height: 30px;
        }
}


/*
.audit-fee-note-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


    .audit-fee-note-wrapper .audit-fee-note-wrapper-left {
        width: 50%;
    }

    .audit-fee-note-wrapper .audit-fee-note-wrapper-right {
        width: 50%;
    }


@media (max-width: 460px) {
    .audit-fee-note-wrapper .audit-fee-note-wrapper-left {
        width: 100%;
    }

    .audit-fee-note-wrapper .audit-fee-note-wrapper-right {
        width: 100%;
    }
}



.audit-fee-note {
    padding: 20px;
    width: 96%;
    height: 100%;
    background: #f9f9f9;
}

    .audit-fee-note .header {
        font-size: 30px;
        line-height: 36px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .audit-fee-note .included-item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .audit-fee-note .include-icon {
        width: 20px;
        height: 20px;
        background: url('/frontend-assets/images/icons/check.png');
        background-size: 20px 20px;
        background-position: center;
        background-repeat: no-repeat;
        margin-right: 5px;
    }


    .audit-fee-note .exclude-icon {
        width: 20px;
        height: 20px;
        background: url('/frontend-assets/images/icons/uncheck.png');
        background-size: 20px 20px;
        background-position: center;
        background-repeat: no-repeat;
        margin-right: 5px;
    }

    .audit-fee-note .include-text {
    }

@media (max-width: 460px) {
    .audit-fee-note {
        margin-bottom: 20px;
    }
}*/



/*****************************************
* why-choose-us
*****************************************/
#company-registration {
    padding: 100px 0px 0px 0px;
    /*background: linear-gradient(to left, #e5eaee, #e9ecf0);*/
    /*background: #f9f9f9 url('/upload/home/service-right-pattarn.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 30% auto;*/
    background: #18222d;
}


.company-registration {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}

    .company-registration .company-registration-photo {
        width: 47%;
    }

    .company-registration .company-registration-content {
        width: 50%;
        padding-left: 40px;
    }

        .company-registration .company-registration-content .title {
            color: #ecab23;
            font-size: 46px;
            line-height: 50px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .company-registration .company-registration-content .subtitle {
            color: #ffffff;
            font-size: 20px;
            line-height: 26px;
            margin-bottom: 20px;
        }

        .company-registration .company-registration-content .button-action {
            margin: 40px 0px;
            text-align: center;
        }

            .company-registration .company-registration-content .button-action .discover-btn {
                color: #ecab23;
                border: 3px solid #ecab23;
                padding: 10px 30px;
                display: inline-block;
                border-radius: 40px;
                font-size: 20px;
                line-height: 26px;
                font-weight: 600;
                text-decoration: none;
                text-transform: uppercase;
            }



@media (max-width: 460px) {

    .company-registration .company-registration-photo {
        width: 100%;
    }

    .company-registration .company-registration-content {
        width: 100%;
        padding: 30px 20px;
    }

        .company-registration .company-registration-content .title {
            font-size: 26px;
            line-height: 32px;
            margin-bottom: 5px;
        }

        .company-registration .company-registration-content .subtitle {
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 20px;
        }
}


.company-registration-lists {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 40px;
}

    .company-registration-lists .special-rate-price {
        width: 60%;
        color: #ecab23;
        padding: 10px;
        display: flex;
        align-items: center;
        font-size: 24px;
        line-height: 30px;
    }

        .company-registration-lists .special-rate-price .special-rate-price-wrapper {

        }

            .company-registration-lists .special-rate-price .special-rate-price-wrapper  .rate-price {
                margin-top: 0px;
            }

                .company-registration-lists .special-rate-price .special-rate-price-wrapper .rate-price span {
                    font-size: 70px;
                    line-height: 76px;
                    font-weight: 600;
                }


    .company-registration-lists .company-registration-item {
        color: #000000;
        width: calc(100% / 3 - 20px);
        background: #ecab23;
        border-radius: 10px;
        margin: 10px;
        padding: 10px;
    }

        .company-registration-lists .company-registration-item .company-registration-icon {
            margin-bottom: 10px;
            text-align: center;
        }

            .company-registration-lists .company-registration-item .company-registration-icon img {
                width: 35%;
            }

        .company-registration-lists .company-registration-item .company-registration-title {
            font-size: 16px;
            line-height: 20px;
            font-weight: 600;
            margin-bottom: 5px;
            text-align: center;
        }

        .company-registration-lists .company-registration-item .company-registration-detail {
            font-size: 14px;
            line-height: 20px;
        }




@media (max-width: 460px) {
    .company-registration-lists .company-registration-item {
        width: 50%;
        margin-bottom: 30px;
        padding-right: 10px;
    }

        .company-registration-lists .company-registration-item .company-registration-title {
            font-size: 16px;
            line-height: 20px;
        }
}




/*****************************************
* monthly-accounting
*****************************************/
#monthly-accounting {
    position: relative;
    padding: 100px 0px 0px 0px;
}

    #monthly-accounting .title {
        color: #3b1c7f;
        font-size: 40px;
        line-height: 46px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    #monthly-accounting .subtitle {
        color: #1e3238;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }


@media (max-width: 460px) {
    #monthly-accounting {
        padding: 50px 0px 20px 0px;
    }

        #monthly-accounting .title {
            font-size: 30px;
            line-height: 36px;
        }

        #monthly-accounting .subtitle {
            color: #1e3238;
            font-size: 16px;
            line-height: 22px;
            margin-bottom: 20px;
        }
}

.monthly-accounting {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}

    .monthly-accounting .monthly-accounting-left {
        width: 50%;
        text-align: center;
    }

        .monthly-accounting .monthly-accounting-left img {
            width: 100%;
        }

    .monthly-accounting .monthly-accounting-right {
        width: 48%;
        padding-left: 50px;
    }

        .monthly-accounting .monthly-accounting-right .button-action {
            margin: 40px 0px;
            text-align: center;
        }

            .monthly-accounting .monthly-accounting-right .button-action .discover-btn {
                color: #ffffff;
                background: #3b1c7f;
                padding: 10px 30px;
                display: inline-block;
                border-radius: 40px;
                font-size: 20px;
                line-height: 26px;
                font-weight: 600;
                text-decoration: none;
                text-transform: uppercase;
            }

@media (max-width: 460px) {
    .monthly-accounting .monthly-accounting-left {
        width: 100%;
        margin-bottom: 20px;
    }

        .monthly-accounting .monthly-accounting-left img {
            width: 60%;
        }

    .monthly-accounting .monthly-accounting-right {
        width: 100%;
        padding-left: 0px;
    }

        .monthly-accounting .monthly-accounting-right .button-action {
            margin-top: 30px;
            margin-bottom: 20px;
        }
}


.monthly-accounting-item {
    width: 100%;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .monthly-accounting-item .monthly-accounting-text {
        font-size: 20px;
        line-height: 26px;
    }

    .monthly-accounting-item .monthly-accounting-price {
        color: #000000;
        font-size: 30px;
        line-height: 36px;
        font-weight: 600;
    }

@media (max-width: 460px) {
    .monthly-accounting-item {
        padding: 5px 0px;
        font-size: 16px;
        line-height: 22px;
    }

        .monthly-accounting-item .monthly-accounting-item-text {
            font-size: 16px;
            line-height: 20px;
        }

        .monthly-accounting-item .monthly-accounting-item-price {
            font-size: 26px;
            line-height: 30px;
        }
}
