﻿



body {
    font-family: 'Montserrat', 'Prompt', sans-serif;
}


.fade-gradient {
    position: relative;
}

    .fade-gradient::after {
        position: absolute;
        background-image: linear-gradient(to bottom, rgb(0, 0, 0, 0), rgba(22, 22, 22, 1));
        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(255, 255, 255, 0), rgba(255, 255, 255, 1));
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }



.fadeimage-mouseover {
    overflow: hidden;
    cursor: pointer;
}

    .fadeimage-mouseover:hover img {
        transform: scale(1.1);
        transition: transform 3s ease-in;
    }


.viewall {
    text-align: center;
    margin-top: 40px;
}

    .viewall .viewall-button {
        color: #ffffff;
        border: 2px solid white;
        margin: 0px 10px;
        padding: 7px 20px;
        border-radius: 20px;
        min-width: 80px;
        text-align: center;
        font-weight: 600;
        transition: 0.3s ease all;
    }

        .viewall .viewall-button:hover {
            background: #ffffff;
            color: #000000;
            text-decoration: none;
        }

    .viewall.dark-theme .viewall-button {
        color: #000000;
        border: 2px solid #000000;
    }

        .viewall.dark-theme .viewall-button:hover {
            background: #ffffff;
            color: #000000;
        }



.full-width {
    width: 100%;
}


.mb-30 {
    margin-bottom: 30px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    /*color: #2d3e91;*/
    color: #000000;
    left: 40px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    /*color: #2d3e91;*/
    color: #000000;
    right: 40px;
}

@media (max-width: 460px) {
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 20px;
    }

    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 20px;
    }
}


.cookie {
    position: fixed;
    padding: 20px 0;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
    background: #303840;
    color: #ffffff;
}

    .cookie a {
        color: #3d1049 !important;
        text-decoration: underline;
        cursor: pointer;
    }

        .cookie a:hover {
            color: #3d1049 !important;
        }

    .cookie .btn-accept, .cookie .btn-accept:hover {
        font-weight: bold;
        text-transform: uppercase;
        color: #3d1049;
        background: #ebcd15;
        font-size: 0.8rem;
    }

.btn-accept {
    position: absolute;
    padding: 6px 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #303841;
    background-color: #ebcd15;
    border-radius: 0px;
}

@media (min-width: 1300px) {
    .container {
        width: 1270px;
    }
}

@media (max-width: 460px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
}


#main-content {
    margin-top: 60px;
    min-height: 50vh;
}


@media(max-width: 460px) {
    #main-content {
        margin-top: 0px
    }
}


.cls-1 {
    fill: #231f20;
}



.iframe-view {
    background: #ffffff;
}

    .iframe-view #header-banner {
        position: relative;
        padding-top: 60px;
    }

        .iframe-view #header-banner::after {
            background-image: none;
        }

        .iframe-view #header-banner .header-content {
            color: #000000;
            top: 10%;
            left: 40%;
            -ms-transform: translate(-20%, 10%);
            transform: translate(-20%, 10%);
        }

    .iframe-view .product-detail {
        color: #000000;
        background: #ffffff;
    }

        .iframe-view .product-detail .product-detail-info {
            font-size: 17px;
            line-height: 22px;
        }

            .iframe-view .product-detail .product-detail-info .product-detail-text p {
                margin-bottom: 10px;
            }


    .iframe-view .product-configuration {
        color: #000000;
    }


    .iframe-view .product-detail {
        border: none;
    }

        .iframe-view .product-detail .product-detail-photo {
            width: 50%;
            position: relative;
        }

            .iframe-view .product-detail .product-detail-photo .goto-site {
                position: absolute;
                top: 80%;
                left: 50%;
                -ms-transform: translate(-50%, 80%);
                transform: translate(-50%, 80%);
                color: #000000;
                z-index: 9;
                text-align: center;
                display: flex;
                justify-content: flex-start;
                align-items: center;
            }


    .iframe-view .product-configuration .product-configuration-item .header {
        text-align: center;
    }

    .iframe-view .product-configuration .product-configuration-item .detail {
        text-align: center;
    }


@media(max-width: 460px) {

    .iframe-view #header-banner .header-content {
        top: 7%;
        left: 30%;
        -ms-transform: translate(-20%, 7%);
        transform: translate(-20%, 7%);
    }

    .iframe-view .product-detail .product-detail-photo {
        width: 100%;
    }

    .iframe-view .product-detail .product-detail-info {
        font-size: 17px;
        line-height: 22px;
        width: 100%;
        padding: 40px 20px 20px 20px;
    }


    .iframe-view .product-configuration .product-configuration-item {
        width: 100%;
        padding: 5px 20px;
    }

        .iframe-view .product-configuration .product-configuration-item .header {
            text-align: left;
        }

        .iframe-view .product-configuration .product-configuration-item .detail {
            text-align: left;
        }
}

/*****************************************
* Fancybox
*****************************************/
.fancybox-infobar {
    color: #fed035;
    left: 30px;
    top: 20px;
    font-size: 2rem;
}

    .fancybox-infobar span {
        font-size: 2rem;
    }

.fancybox-toolbar {
    right: 30px;
    top: 20px;
}


.fancybox-slide--image {
    padding: 80px 0;
}

.fancybox-button {
    margin-right: 30px;
    background: transparent;
}

    .fancybox-button.fancybox-button--zoom img {
        width: 60px;
    }

    .fancybox-button.fancybox-button--close img {
        width: 56px;
    }

    .fancybox-button.fancybox-button--arrow_left img {
        width: 44px;
    }

    .fancybox-button.fancybox-button--arrow_right img {
        width: 44px;
    }

.fancybox-navigation .fancybox-button--arrow_left {
    left: 20px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 40px;
}


@media(max-width: 460px) {
    .fancybox-infobar {
        left: 10px;
        top: 10px;
        font-size: 1.5rem;
    }

        .fancybox-infobar span {
            font-size: 1.5rem;
        }

    .fancybox-toolbar {
        right: 5px;
        top: 10px;
    }


    .fancybox-slide--image {
        padding: 44px 0;
    }

    .fancybox-button {
        margin-right: 0px;
        background: transparent;
    }

        .fancybox-button.fancybox-button--zoom img {
            width: 24px;
        }

        .fancybox-button.fancybox-button--close img {
            width: 24px;
        }

        .fancybox-button.fancybox-button--arrow_left img {
            width: 24px;
        }

        .fancybox-button.fancybox-button--arrow_right img {
            width: 24px;
        }


    .fancybox-navigation .fancybox-button--arrow_left {
        left: 0px;
    }

    .fancybox-navigation .fancybox-button--arrow_right {
        right: 0px;
    }
}



/*****************************************
* Website Header Logo
*****************************************/
.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
}

@media(max-width: 460px) {
    .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 999;
        transform: translate(-50%, -50%);
    }
}



.slide-wrapper {
    overflow: hidden;
    height: auto;
}


/*****************************************
* Loader
*****************************************/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    transition: opacity 0.75s, visibility 0.75s;
    z-index: 999;
}


.loader--hidden {
    opacity: 0;
    visibility: hidden;
}

/*.loader::after {
    content: "";
    width: 75px;
    height: 75px;
    border: 15px solid #dddddd;
    border-top-color: #009578;
    border-radius: 50%;
    animation: loading 0.75s ease infinite;
}*/

@-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: 40%;
    -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 */
}


/*****************************************
* Menu Modal
*****************************************/
#menuModal {
    background: #000000;
}

    #menuModal .modal-dialog {
        margin: 3rem 1.5rem 3rem 1.5rem;
    }

        #menuModal .modal-dialog .modal-content {
            border: none;
            border-radius: 0rem;
            background: #000000;
        }

            #menuModal .modal-dialog .modal-content .close {
                position: absolute;
                top: -20px;
                right: 0px;
                opacity: 1;
            }

            #menuModal .modal-dialog .modal-content .menu-brand {
                margin-bottom: 30px;
            }

                #menuModal .modal-dialog .modal-content .menu-brand img {
                    width: 30%;
                }

            #menuModal .modal-dialog .modal-content #mobile-menu {
                list-style: none;
                padding-left: 0px;
            }

                #menuModal .modal-dialog .modal-content #mobile-menu li a {
                    color: #ffffff;
                    font-size: 1.5rem;
                    letter-spacing: 0px;
                    padding: 2px 0px;
                    text-transform: unset;
                }
/*****************************************
* Menu Dropdown
*****************************************/
.menu-dropdown-mobile {
}

    .menu-dropdown-mobile .header {
        color: #ffffff;
        font-size: 24px;
        line-height: 28px;
        font-weight: 600;
        display: block;
    }

    .menu-dropdown-mobile .menu-product-item {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 10px;
        color: #ffffff;
    }

        .menu-dropdown-mobile .menu-product-item .menu-product-item-icon {
            width: 60px;
        }

        .menu-dropdown-mobile .menu-product-item .menu-product-item-lists {
            width: calc(100% - 60px);
        }

            .menu-dropdown-mobile .menu-product-item .menu-product-item-lists .menu-product-item-type {
                font-weight: 600;
                font-size: 16px;
                line-height: 20px;
                margin-bottom: 0px;
                color: #ffffff;
            }

    .menu-dropdown-mobile .menu-dropdown-lists-item ul {
        list-style: none;
        padding-left: 15px;
        margin-top: 5px;
    }

        .menu-dropdown-mobile .menu-dropdown-lists-item ul li {
            list-style: none;
        }

            .menu-dropdown-mobile .menu-dropdown-lists-item ul li a {
                color: #ffffff;
                font-size: 14px !important;
                line-height: 18px !important;
                font-weight: 400;
            }



/*****************************************
* Bubble Footer Effect
*****************************************/
.bubbles-yp {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    pointer-events: none
}

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    to {
        margin-top: -30%
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    to {
        margin-top: -30%
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 20%
    }

    to {
        margin-top: -30%
    }
}

@-webkit-keyframes sideWays {
    0% {
        margin-left: 0
    }

    to {
        margin-left: 25px
    }
}

@-moz-keyframes sideWays {
    0% {
        margin-left: 0
    }

    to {
        margin-left: 25px
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0
    }

    to {
        margin-left: 25px
    }
}

.yp1 {
    -webkit-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
    left: 6%;
    top: 45%;
    background: #ffb739
}

.yp2 {
    -webkit-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
    left: 5%;
    top: 80%;
    background: #fc4fdd
}

.yp3 {
    -webkit-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
    left: 10%;
    top: 40%;
    background: #5ed5cb
}

.yp4 {
    -webkit-animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
    left: 20%;
    top: 0;
    background: #3de4a3
}

.yp5 {
    -webkit-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
    left: 30%;
    top: 50%;
    background: #fc4fb1
}

.yp6 {
    -webkit-animation: animateBubble 11s linear infinite,sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 11s linear infinite,sideWays 2s ease-in-out infinite alternate;
    left: 50%;
    top: 0;
    background: #2c4aff
}

.yp7 {
    -webkit-animation: animateBubble 10s linear infinite,sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 10s linear infinite,sideWays 2s ease-in-out infinite alternate;
    left: 65%;
    top: 70%;
    background: #ffb739
}

.yp8 {
    -webkit-animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
    left: 80%;
    top: 10%;
    background: #8f3de4
}

.yp9 {
    -webkit-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
    left: 90%;
    top: 50%;
    background: #fff339
}

.yp10 {
    -webkit-animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
    left: 80%;
    top: 80%;
    background: #fc4f4f
}

.bubble {
    border-radius: 50%;
    box-shadow: none;
    height: 5px;
    position: absolute;
    width: 5px
}

/*****************************************
* Navbar 
*****************************************/
.navbar-light {
    z-index: 10;
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffff;
    transition: 0.2s ease all;
    height: 60px;
    /*box-shadow: 0px 4px 12px #e8e8e8;*/
}


    .navbar-light.bg-transparent {
        /*background: none;*/
        background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.3));
    }

        .navbar-light.bg-transparent::before {
            left: 0;
            top: 0;
            position: absolute;
            width: 100%;
            height: 100%;
            content: "";
            z-index: -1;
            /*background-image: linear-gradient(to top, rgba(255,0,0,0), rgb(0, 0, 0,0.8));*/
            background: #ffffff;
        }

    .navbar-light.navbar-scroll {
        padding: 1.5rem 1rem 1.5rem 1rem;
        transition: 0.2s ease all;
        height: 60px;
    }

        .navbar-light.navbar-scroll::before {
            /*background: transparent;*/
            background: #ffffff;
        }

        .navbar-light.navbar-scroll.bg-transparent {
            /*background: #000000 !important;*/
            background: #ffffff;
        }

        .navbar-light.navbar-scroll .navbar-brand {
            transition: 0.5s ease all;
        }

    .navbar-light .navbar-share {
        position: absolute;
        top: 24px;
        right: 46px;
    }

        .navbar-light .navbar-share img {
            width: 34px;
        }

    .navbar-light .navbar-top {
        position: absolute;
        top: 20px;
        right: 24px;
    }

        .navbar-light .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-light.bg-transparent {
        background-color: rgba(0, 0, 0, 0);
    }


    .navbar-light .navbar-brand .navbar-logo {
        height: 40px;
        transition: 0.5s ease all;
    }


    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:visited {
        color: #292929;
        font-size: 14px;
        padding: 25px 20px;
        letter-spacing: 0px;
        cursor: pointer;
        font-weight: 500;
        text-transform: uppercase;
    }


        .navbar-light .navbar-nav .nav-link:hover {
            color: #292929;
        }


        .navbar-light .navbar-nav .nav-link.active {
            background-color: #3170e7 !important;
            border-color: #3170e7 !important;
            border-radius: 10px;
            outline: 0;
            position: relative;
            color: #ffc602;
        }


    .navbar-light .navbar-toggler {
        color: rgba(0,0,0,.5);
        border: none;
        outline: none;
        position: absolute;
        right: 10px;
        top: 13px;
    }

@media (max-width: 460px) {

    .navbar-light {
        margin: 0px auto 0px auto;
        padding: 0rem 1rem;
        height: 70px;
    }

        .navbar-light .navbar-toggler {
            border: none;
            outline: none;
            right: 0px;
            top: 15px;
        }

        .navbar-light .navbar-share {
            top: 26px;
            right: 60px;
        }

            .navbar-light .navbar-share img {
                width: 20px;
            }

        .navbar-light .navbar-top {
            top: 7px;
            right: 50px;
        }

        .navbar-light .navbar-brand {
            top: 8px;
        }


            .navbar-light .navbar-brand .navbar-logo {
                height: 50px;
            }


        .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-scroll {
        height: 80px;
        padding: 0.5rem 1rem 0.5rem 1rem;
    }
}


@media (max-width: 767px) {
    .navbar-light .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");
    }
}


.toolbar-icon {
    text-align: right;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-left: 1px solid #292929;
    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;
            font-family: 'Reddit Sans', 'Prompt', sans-serif;
            font-weight: 400;
            color: #000000;
        }

            .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: 767px) {

    .toolbar-icon {
        position: fixed;
        top: 17px;
        right: 15px;
    }
}


@media (max-width: 460px) {
    .toolbar-icon {
        position: fixed;
        top: 22px;
        right: 70px;
        border-left: none;
        margin-left: 0px;
        padding-left: 0px;
    }
}


/*****************************************
* Menu Dropdown
*****************************************/
.menu-dropdown-content {
    display: none;
    top: 70px;
    left: -15px;
    right: -15px;
    position: absolute;
    width: calc(100% + 30px);
    padding: 0px;
    /*display: block;
    transition: 1s ease all;
    background: rgba(0, 0, 0,0.5);
    height: auto;
    display: flex;
    justify-content: flex-start;*/
}

@media (max-width: 800px) {

    .menu-dropdown-content {
        top: 75px;
        right: 0px;
    }
}


.menu-dropdown:hover .menu-dropdown-content {
    display: block;
    transition: 1s ease all;
    background: rgba(0, 0, 0,0.5);
    height: auto;
    display: flex;
    justify-content: flex-start;
}

.menu-dropdown-thumbnail {
    width: 40%;
}

    .menu-dropdown-thumbnail img {
        width: 100%;
    }

.menu-dropdown-lists {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 60%;
    padding: 15px 20px;
    background: rgba(255,255,255, 0.9);
    border-radius: 6px;
}

    .menu-dropdown-lists a {
        color: #292929;
        font-size: 14px;
    }

        .menu-dropdown-lists a:hover {
            color: #292929 !important;
            text-decoration: none;
        }

    .menu-dropdown-lists .menu-dropdown-lists-item {
        width: 50%;
        padding: 20px;
    }

        .menu-dropdown-lists .menu-dropdown-lists-item .header {
            color: #ffffff;
            font-size: 24px;
            line-height: 28px;
            margin-bottom: 20px;
            font-weight: 600;
            display: block;
        }

        .menu-dropdown-lists .menu-dropdown-lists-item a:hover {
            color: #ffc602;
        }

        .menu-dropdown-lists .menu-dropdown-lists-item .menu-product-item {
            display: flex;
            justify-content: flex-start;
            margin-bottom: 20px;
            color: #ffffff;
        }

            .menu-dropdown-lists .menu-dropdown-lists-item .menu-product-item .menu-product-item-icon {
                width: 60px;
            }

            .menu-dropdown-lists .menu-dropdown-lists-item .menu-product-item .menu-product-item-lists {
                width: calc(100% - 60px);
            }



                .menu-dropdown-lists .menu-dropdown-lists-item .menu-product-item .menu-product-item-lists .menu-product-item-type {
                    font-weight: 600;
                    font-size: 20px;
                    line-height: 24px;
                    margin-bottom: 0px;
                    color: #ffffff;
                }



        .menu-dropdown-lists .menu-dropdown-lists-item ul {
            list-style: none;
            padding-left: 15px;
            margin-top: 5px;
        }

            .menu-dropdown-lists .menu-dropdown-lists-item ul li {
            }

                .menu-dropdown-lists .menu-dropdown-lists-item ul li a {
                    color: #ffffff;
                    font-size: 16px;
                    line-height: 20px;
                    font-weight: 400;
                }

                    .menu-dropdown-lists .menu-dropdown-lists-item ul li a:hover {
                        color: #ffc602;
                    }





/*****************************************
* Button Action
*****************************************/
.button-action {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s ease all;
}

    .button-action:hover {
        text-decoration: none;
        transform: scale(1.1);
    }


    .button-action .button-text {
        color: #000000;
        font-size: 14px;
        padding-right: 10px;
        letter-spacing: 1px;
    }

    .button-action:hover .button-text {
        color: #ffc602;
        font-size: 14px;
        padding-right: 10px;
        letter-spacing: 1px;
        text-decoration: none;
    }

    .button-action .button-icon {
        display: inline-flex;
    }

        .button-action .button-icon .button-icon-icon {
            appearance: none;
            padding: 0;
            margin: 0;
            border: 0;
            background: transparent;
            display: inline-flex;
            align-items: center;
            height: 30px;
            width: 30px;
            padding: 8px;
            justify-content: center;
            border-radius: 100%;
            cursor: pointer;
            position: relative;
            background: #fff;
            font-size: 0;
            border: 2px solid #969696;
            background: none !important;
        }


            .button-action .button-icon .button-icon-icon .icon-over-circle {
                position: absolute;
                top: -3px;
                left: -3px;
                right: -3px;
                bottom: -3px;
            }

                .button-action .button-icon .button-icon-icon .icon-over-circle svg {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: 100%;
                    height: 100%;
                    transform: translate(-50%, -50%) rotate(-90deg);
                }


    .button-action:hover .button-icon .button-icon-icon {
        border: 2px solid #ffc602;
    }

        .button-action:hover .button-icon .button-icon-icon svg {
            fill: #ffc602;
        }

        .button-action:hover .button-icon .button-icon-icon .icon-over-circle {
        }

            .button-action:hover .button-icon .button-icon-icon .icon-over-circle svg {
                fill: #ffc602 !important;
            }




/*****************************************
* Header Banner
*****************************************/
#header-banner {
    position: relative;
}

    #header-banner::after {
        position: absolute;
        background-image: linear-gradient(to bottom, rgb(0, 0, 0, 1), rgba(0, 0, 0, 0) );
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }



.social-nav-link {
    position: relative;
    cursor: pointer;
}

    .social-nav-link .social-tab {
        top: 90px;
        left: 0px;
        right: 0px;
        position: absolute;
        width: calc(100%);
        padding: 0px;
        height: 0px;
        transition: 0.3s ease all;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .social-nav-link .social-tab .social-tab-content {
            /*display: none;*/
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

            .social-nav-link .social-tab .social-tab-content .social-item {
                width: 40px;
                height: 40px;
                margin: 0px 10px;
                transition: 0.3s ease all;
            }

                .social-nav-link .social-tab .social-tab-content .social-item:hover {
                    width: 60px;
                    height: 60px;
                }

    .social-nav-link .button-icon-icon {
        transition: 0.3s ease all;
    }

    .social-nav-link .button-text {
        border: 2px solid #ffffff;
        padding: 10px 20px;
    }

        .social-nav-link .button-text:hover {
            background: #ffffff;
            color: #000000;
        }

    .social-nav-link .find-out-more {
        border: 2px solid #ffffff;
        padding: 10px 20px;
        text-decoration: none;
        color: #ffffff;
    }

        .social-nav-link .find-out-more:hover {
            background: #ffffff;
            color: #000000;
            transition: 0.3s ease all;
        }



/*.social-nav-link:hover .button-icon-icon {
        transform: rotate(90deg);
    }

    .social-nav-link:hover .button-text {
        transform: scale(1.15);
    }*/


/*.menu-dropdown-content {
    display: none;
    top: 70px;
    left: -15px;
    right: -15px;
    position: absolute;
    width: calc(100% + 30px);
    padding: 0px;
}


.menu-dropdown:hover .menu-dropdown-content {
    display: block;
    transition: 1s ease all;
    background: rgba(0, 0, 0,0.5);
    height: auto;
    display: flex;
    justify-content: flex-start;
}*/



#header-banner video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#header-banner .header-content {
    position: absolute;
    color: #fff;
    text-align: center;
    margin: 0;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -90%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

    #header-banner .header-content h1 {
        font-size: 50px;
        line-height: 54px;
        font-weight: bold;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    #header-banner .header-content p {
        font-size: 18px;
        line-height: 22px;
        margin-top: 0px;
        text-transform: uppercase;
    }

    #header-banner .header-content a {
        display: block;
        border: 1px solid #f1f1f1;
        border-radius: 5px;
        background: transparent;
        color: #fff;
        margin: 30px auto;
        padding: 12px 40px 12px 40px;
        cursor: pointer;
        width: 200px;
    }


@media (max-width: 460px) {
    #header-banner .header-content {
        top: 90%;
        left: 14%;
        right: -5%;
        -ms-transform: translate(-10%, -86%);
        transform: translate(-10%, -86%);
        width: 85%;
    }

        #header-banner .header-content h1 {
            font-size: 24px;
            line-height: 28px;
            margin-bottom: 3px;
        }

        #header-banner .header-content p {
            font-size: 10px;
            line-height: 14px;
        }

        #header-banner .header-content a {
            padding: 10px 40px 8px 40px;
            margin: 20px auto;
        }
}



/*****************************************
* Home About 
*****************************************/
#home-about {
    padding: 100px 0px 0px 0px;
}


@media(max-width:460px) {
    #home-about {
        padding: 0px 0px 0px 0px;
    }
}

.home-about {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 80px;
    color: #ffffff;
}

    .home-about .home-photo {
        width: 40%;
        position: relative;
        text-align: right;
    }

    .home-about .home-information {
        width: 40%;
        padding: 20px 40px;
    }

        .home-about .home-information .title {
            font-size: 30px;
            line-height: 34px;
            font-weight: 600;
            letter-spacing: 1.75px;
            text-transform: uppercase;
        }

        .home-about .home-information .subtitle {
            font-size: 18px;
            line-height: 24px;
            font-weight: 500;
            letter-spacing: 1.75px;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

        .home-about .home-information .detail {
            font-size: 20px;
            line-height: 24px;
            font-weight: 300;
        }

            .home-about .home-information .detail p {
                margin-bottom: 30px;
            }

                .home-about .home-information .detail p:last-child {
                    margin-bottom: 0px;
                }

                .home-about .home-information .detail p.italic {
                    font-style: italic;
                }

                .home-about .home-information .detail p.hilighted {
                    border-left: 10px solid #2d3e91;
                    padding: 10px 20px;
                    font-weight: 600;
                    font-size: 26px;
                    line-height: 30px;
                }


@media(max-width:460px) {
    .home-about {
        margin-bottom: 20px;
    }

        .home-about .home-photo {
            width: 100%;
            order: 1;
        }

        .home-about .home-information {
            width: 100%;
            padding: 20px;
            order: 2;
        }

            .home-about .home-information .detail {
                font-size: 16px;
                line-height: 20px;
            }

                .home-about .home-information .detail p.hilighted {
                    font-size: 20px;
                    line-height: 24px;
                }
}
/*****************************************
* About Banner
*****************************************/
#about-banner {
    padding: 0px 0px 0px 0px;
    background: #0a0a0a;
}


.about-banner {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .about-banner .about-banner-photo {
        width: 70%;
    }

        .about-banner .about-banner-photo.wide-layout {
            width: 60%;
        }

    .about-banner .about-banner-info {
        width: 30%;
        overflow: hidden;
    }

        .about-banner .about-banner-info.wide-layout {
            width: 40%;
        }


        .about-banner .about-banner-info .about-banner-badge {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            background: #0a0a0a;
            color: #ffffff;
            padding: 40px;
            transform: scale(1);
            cursor: pointer;
            height: 100%;
        }



            .about-banner .about-banner-info .about-banner-badge .header,
            .about-banner .about-banner-info .about-banner-badge .header:hover {
                font-size: 50px;
                line-height: 54px;
                font-weight: 600;
                letter-spacing: 1.75px;
                text-transform: uppercase;
                margin-bottom: 5px;
                color: #ffffff;
                text-decoration: none;
            }

                .about-banner .about-banner-info .about-banner-badge .header.small-header {
                    font-size: 30px;
                    line-height: 34px;
                    margin-bottom: 10px;
                }


            .about-banner .about-banner-info .about-banner-badge .button-text.big-text,
            .about-banner .about-banner-info .about-banner-badge:hover .button-text.big-text {
                font-size: 50px;
                line-height: 54px;
                font-weight: 600;
                text-transform: uppercase;
                text-decoration: none !important;
            }

            .about-banner .about-banner-info .about-banner-badge .subheader {
                font-size: 26px;
                line-height: 30px;
                font-weight: 200;
                letter-spacing: 1.75px;
                text-transform: uppercase;
                margin-bottom: 20px;
            }

            .about-banner .about-banner-info .about-banner-badge p {
                font-size: 18px;
                line-height: 24px;
                font-weight: 300;
                letter-spacing: 0px;
                margin-bottom: 30px;
                text-align: center;
            }

            .about-banner .about-banner-info .about-banner-badge .photo {
                text-align: center;
                margin-bottom: 20px;
            }

                .about-banner .about-banner-info .about-banner-badge .photo img {
                    width: 80%;
                }

@media(max-width:460px) {
    .about-banner .about-banner-photo {
        width: 100%;
    }

        .about-banner .about-banner-photo.wide-layout {
            width: 100%;
        }

    .about-banner .about-banner-info {
        width: 100%;
    }

        .about-banner .about-banner-info.wide-layout {
            width: 100%;
        }
}

/*****************************************
* Product Type
*****************************************/
#product-type {
    padding: 0px 0px 0px 0px;
}

    #product-type .title {
        color: #ffffff;
        font-weight: 400;
        font-size: 40px;
        margin-bottom: 40px;
        letter-spacing: 2px;
        text-align: center;
    }

@media(max-width:460px) {
    #product-type {
        padding: 0px;
    }

        #product-type .title {
            font-size: 30px;
            margin-bottom: 20px;
        }
}

.product-type {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}


    .product-type .product-type-item {
        width: 50%;
        cursor: pointer;
        position: relative;
    }

        .product-type .product-type-item.wide-banner {
            width: 60%;
        }

        .product-type .product-type-item.wide-info {
            width: 40%;
        }


        .product-type .product-type-item img {
            width: 100%;
        }

        .product-type .product-type-item .product-type-content {
            position: absolute;
            color: #fff;
            text-align: center;
            margin: 0;
            top: 80%;
            left: 10%;
            right: 10%;
            -ms-transform: translate(-50%, -80%);
            transform: translate(0%, -80%);
            z-index: 1;
        }

            .product-type .product-type-item .product-type-content h1 {
                font-size: 40px;
                line-height: 44px;
                font-weight: 600;
                letter-spacing: 0px;
                text-transform: uppercase;
            }

            .product-type .product-type-item .product-type-content p {
                font-size: 20px;
                line-height: 24px;
                margin-bottom: 10px;
            }


@media(max-width:460px) {
    .product-type .product-type-item {
        width: 100%;
    }
}

.cooling-tower-wrapper {
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.cooling-tower-type {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    color: #000000;
    width: 90%;
}

    .cooling-tower-type .cooling-tower-icon {
        width: 20%;
    }

    .cooling-tower-type .cooling-tower-lists {
        width: 80%;
    }

        .cooling-tower-type .cooling-tower-lists .header {
            font-weight: 600;
            font-size: 24px;
            line-height: 28px;
            margin-bottom: 10px;
            color: #ffffff;
        }

        .cooling-tower-type .cooling-tower-lists ul {
            list-style: none;
            padding-left: 15px;
            margin-top: 5px;
        }

            .cooling-tower-type .cooling-tower-lists ul li {
                margin-bottom: 3px;
            }

                .cooling-tower-type .cooling-tower-lists ul li a {
                    color: #ffffff;
                    font-size: 18px;
                    line-height: 22px;
                    font-weight: 400;
                }

                    .cooling-tower-type .cooling-tower-lists ul li a:hover {
                        color: #ffc602;
                        text-decoration: none;
                    }

/*****************************************
* Home Video
*****************************************/
.home-video {
    /*height: 100vh;*/
    height: 50vh;
    position: relative;
}


@media (max-width: 460px) {
    .home-video {
        height: 600px;
    }
}

.home-video.dark-theme::after {
    position: absolute;
    background-image: linear-gradient(to bottom, rgb(0, 0, 0, 0), rgba(22, 22, 22, 1) );
    content: "";
    top: 2px;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-video .home-content {
    position: absolute;
    color: #fff;
    text-align: center;
    margin: 0;
    top: 80%;
    left: 50%;
    -ms-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%);
    z-index: 1;
    width: 80%;
}

    .home-video .home-content h1 {
        font-size: 62px;
        line-height: 70px;
        font-weight: bold;
        margin-bottom: 0px;
        text-transform: uppercase;
    }

    .home-video .home-content p {
        font-size: 24px;
        line-height: 30px;
        font-weight: 400;
        margin-bottom: 30px;
    }


@media (max-width: 460px) {
    .home-video .home-content {
        top: 80%;
        left: 14%;
        right: -5%;
        -ms-transform: translate(-10%, -86%);
        transform: translate(-10%, -86%);
    }

        .home-video .home-content h1 {
            font-size: 24px;
            line-height: 28px;
            margin-bottom: 3px;
        }

        .home-video .home-content p {
            font-size: 14px;
            line-height: 18px;
        }
}

.home-video-footer {
    color: #ffffff;
    background: #161616;
    font-size: 45px;
    line-height: 53px;
    font-weight: bold;
    text-align: center;
    padding: 50px 0px 80px 0px;
    text-transform: uppercase;
}

/*****************************************
* Swiper
*****************************************/
.swiper-slide {
    position: relative;
}

/*.swiper-slide::after {
        position: absolute;
        background-image: linear-gradient(to bottom, rgb(0, 0, 0, 0), rgba(0, 0, 0, 1) );
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }*/


/*****************************************
* Home Carousel
*****************************************/
#home-carousel {
    position: relative;
}

    #home-carousel .swiper-slide .swiper-text {
        position: absolute;
        color: #ffffff;
        z-index: 2;
        bottom: 10%;
        left: 0px;
        right: 0px;
        text-align: center;
        text-transform: uppercase;
    }


        #home-carousel .swiper-slide .swiper-text .header {
            font-size: 50px;
            line-height: 54px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        #home-carousel .swiper-slide .swiper-text .subheader {
            font-size: 26px;
            line-height: 26px;
            font-weight: 600;
            margin-bottom: 10px;
        }



@media(max-width:460px) {

    #home-carousel .swiper-slide .swiper-text {
        bottom: 5%;
    }

        #home-carousel .swiper-slide .swiper-text .header {
            font-size: 20px;
            line-height: 24px;
        }

        #home-carousel .swiper-slide .swiper-text .subheader {
            font-size: 11px;
            line-height: 20px;
            width: 80%;
            margin: 0px auto;
            font-weight: 400;
        }
}


/*****************************************
* Home Theme
*****************************************/
#home-carousel {
    position: relative;
}

    #home-carousel .swiper-slide .swiper-text {
        position: absolute;
        color: #000;
        z-index: 2;
        bottom: 10%;
        left: 0px;
        right: 0px;
        text-align: center;
        text-transform: uppercase;
    }

/*****************************************
* About
*****************************************/
#about {
    padding: 100px 0px 50px 0px;
    border-bottom: 1px solid #efefef;
}


@media(max-width:460px) {
    #about {
        padding: 0px;
    }
}


.about-info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .about-info .about-title {
        font-size: 32px;
        line-height: 34px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .about-info .about-thin {
        font-size: 24px;
        line-height: 32px;
        font-weight: 200;
        margin-bottom: 20px;
    }

    .about-info ul {
        padding-left: 15px;
    }

    .about-info .about-left {
        width: 50%;
        padding: 20px;
    }

    .about-info .about-right {
        width: 50%;
        padding: 20px;
    }

@media(max-width:460px) {

    .about-info .about-title {
        font-size: 26px;
        line-height: 30px;
    }


    .about-info .about-left {
        width: 100%;
    }

    .about-info .about-right {
        width: 100%;
    }
}

.about-contact {
    padding: 20px 0px
}

    .about-contact .about-contact-enquiry {
        background: #fed035;
        color: #000000;
        padding: 10px 20px;
        display: inline-block;
    }

    .about-contact .about-contact-lists {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px;
    }

        .about-contact .about-contact-lists .about-contact-item {
            width: 36px;
            margin: 0px 5px;
        }


/*****************************************
* Home Services
*****************************************/
#home-services {
    padding: 100px 0px 50px 0px;
    border-bottom: 1px solid #efefef;
}

@media(max-width:460px) {
    #home-services {
        padding: 30px 0px;
    }
}



.home-services {
    width: 70%;
    margin: 0px auto;
}

    .home-services ul {
        padding-left: 15px;
        margin-bottom: 0px;
    }

    .home-services .home-services-title {
        font-size: 32px;
        line-height: 34px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .home-services .home-services-info {
        display: flex;
        justify-content: flex-start;
        margin-top: 20px;
        flex-wrap: wrap;
    }

        .home-services .home-services-info .home-services-info-left {
            width: 50%;
            padding: 20px;
        }

        .home-services .home-services-info .home-services-info-right {
            width: 50%;
            padding: 20px;
        }

@media(max-width:460px) {
    .home-services {
        width: 100%;
        padding: 0px 20px;
    }

        .home-services .home-services-title {
            font-size: 26px;
            line-height: 30px;
        }

        .home-services .home-services-info .home-services-info-left {
            width: 100%;
            padding:0px;
        }

        .home-services .home-services-info .home-services-info-right {
            width: 100%;
            padding: 0px;
        }


}


/*****************************************
* Coworking Plans
*****************************************/
#coworkingplans {
    padding: 100px 0px;
}

    #coworkingplans .title {
        font-size: 35px;
        line-height: 43px;
        font-weight: 600;
        text-align: center;
        width: 80%;
        margin: 0px auto 40px auto;
    }

    #coworkingplans .payment-detail {
        width: 80%;
        margin: 20px auto;
        text-align: center;
    }

    #coworkingplans .payment-logo {
        text-align: center;
    }

        #coworkingplans .payment-logo img {
        }

@media(max-width:460px) {
    #coworkingplans {
        padding: 40px 0px;
    }

        #coworkingplans .title {
            font-size: 26px;
            line-height: 30px;
        }

        #coworkingplans .payment-detail {
            width: 100%;
            font-size: 14px;
            line-height: normal;
        }
}



.coworkingplans {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

    .coworkingplans .coworkingplans-item {
        width: calc(100% / 3 - 20px);
        padding: 32px;
        margin: 10px;
        border: 4px solid #000000;
        min-height: 540px;
    }

        .coworkingplans .coworkingplans-item .brand-logo {
            width: 50px;
            margin-bottom: 5px;
        }

        .coworkingplans .coworkingplans-item .plans-name {
            font-size: 35px;
            line-height: 38px;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .coworkingplans .coworkingplans-item .plans-detail {
            margin-bottom: 20px;
        }

        .coworkingplans .coworkingplans-item .plans-price {
            font-size: 32px;
            line-height: 36px;
            font-weight: 200;
            margin: 40px 0px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .coworkingplans .coworkingplans-item .plans-price span {
                font-size: 50px;
                line-height: 54px;
                font-weight: 600;
                padding-right: 10px;
            }

        .coworkingplans .coworkingplans-item .plans-payment-method {
            text-align: center;
            margin-bottom: 20px;
        }

        .coworkingplans .coworkingplans-item .plans-remark {
            font-size: 11px;
            line-height: 16px;
            text-align: center;
        }


@media(max-width:460px) {
    .coworkingplans .coworkingplans-item {
        width: 100%;
        min-height: 450px;
    }

        .coworkingplans .coworkingplans-item .brand-logo {
            width: 40px;
        }

        .coworkingplans .coworkingplans-item .plans-name {
            font-size: 24px;
            line-height: normal;
            margin-bottom: 10px;
        }

        .coworkingplans .coworkingplans-item .plans-price {
            margin: 20px 0px;
        }

        .coworkingplans .coworkingplans-item .plans-payment-method {
            margin-bottom: 10px;
        }
}




/*****************************************
* What Happen
*****************************************/
#whathappen {
    padding: 100px 0px;
    position: relative;
    background: #f8f8f8;
}

    #whathappen .title {
        font-size: 35px;
        line-height: 43px;
        font-weight: 600;
        text-align: center;
        margin: 0px auto 40px auto;
    }

    #whathappen .owl-theme {
        margin-bottom: 40px;
    }

        #whathappen .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px;
        }

        /* Active dot style */
        #whathappen .owl-theme .owl-dots .owl-dot.active span {
            background: #dd1d24;
        }

    #whathappen .remark {
        text-align: center;
        padding: 20px 0px;
    }

    #whathappen .btn-enquiry {
        background: #fed035;
        color: #000000;
        padding: 7px 20px;
        display: inline-block;
        font-weight: 600;
    }

@media(max-width:460px) {
    #whathappen {
        padding: 40px 0px;
    }

        #whathappen .title {
            font-size: 26px;
            line-height: 30px;
        }
}



/*****************************************
* Home Enquiry
*****************************************/
#home-enquiry {
    position: relative;
    height: 500px;
    overflow: hidden;
}

    #home-enquiry .contact-content {
        position: absolute;
        color: #000000;
        text-align: center;
        margin: 0;
        top: 50%;
        left: 40%;
        -ms-transform: translate(-30%, -50%);
        transform: translate(-30%, -50%);
        z-index: 1;
        font-size: 40px;
        line-height: 42px;
        font-weight: 400;
    }


        #home-enquiry .contact-content .contact-enquiry {
            padding: 20px 0px
        }

            #home-enquiry .contact-content .contact-enquiry .btn-enquiry {
                background: #fed035;
                color: #000000;
                padding: 10px 20px;
                font-size: 14px;
                font-weight: 600;
            }

            #home-enquiry .contact-content .contact-enquiry .contact-enquiry-lists {
                display: flex;
                justify-content: center;
                align-items: center;
                margin-top: 20px;
            }

                #home-enquiry .contact-content .contact-enquiry .contact-enquiry-lists .contact-enquiry-item {
                    width: 36px;
                    margin: 0px 5px;
                }


@media(max-width:460px) {
    #home-enquiry .contact-content {
        width: 90%;
        -ms-transform: translate(-40%, -50%);
        transform: translate(-40%, -50%);
        font-size: 30px;
        line-height: normal;
    }
}



/*****************************************
* Home Enquiry
*****************************************/
#home-contact-form {
    position: relative;
    padding: 100px 0px;
}

.home-contact-form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .home-contact-form .contact-section {
        width: 50%;
    }

    .home-contact-form .contact-info {
        width: 50%;
    }

@media(max-width:460px) {
    #home-contact-form {
        padding: 20px 0px;
    }

    .home-contact-form .contact-section {
        width: 100%;
    }

    .home-contact-form .contact-info {
        width: 100%;
    }
}

.contact-form {
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 24px 32px;
    margin: 12px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

    .contact-form .company-logo {
        margin-bottom: 20px;
    }

        .contact-form .company-logo img {
            width: auto;
            height: 50px;
        }

    .contact-form .need-helps {
        text-transform: uppercase;
        margin-bottom: 10px;
    }

        .contact-form .need-helps .label {
            line-height: 24px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;
            background: #fed035;
            color: #000000;
            border-radius: 0;
            padding: 6px 12px;
            font-size: 11px;
            vertical-align: middle;
        }


    .contact-form .contact-title {
        font-size: 32px;
        line-height: 34px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .contact-form .contact-detail {
        margin-bottom: 20px;
    }



    .contact-form form .form-group label, label {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #d01257;
    }

    .contact-form form .form-group input {
        color: #ffffff;
        background: #ffffff;
        border: 1px solid #eee;
        background-clip: padding-box;
        box-shadow: none;
        transition: border .3s cubic-bezier(.39,.575,.565,1);
        padding: 0 1rem;
        box-sizing: border-box;
        height: 50px;
        font-size: 16px;
        letter-spacing: .025rem;
        line-height: 3rem;
        font-weight: 500;
        width: 100%;
        border-radius: 0px;
        outline: none;
    }

    .contact-form form .form-group textarea {
        color: #ffffff;
        background: #ffffff;
        border: 1px solid #eee;
        background-clip: padding-box;
        box-shadow: none;
        transition: border .3s cubic-bezier(.39,.575,.565,1);
        padding: 20px;
        box-sizing: border-box;
        font-size: 16px;
        letter-spacing: .025rem;
        line-height: 1.3rem;
        font-weight: 500;
        width: 100%;
        border-radius: 0px;
        outline: none;
    }

    .contact-form form .form-group select {
        color: #ffffff;
        background: #ffffff;
        border: 1px solid #eee;
        background-clip: padding-box;
        box-shadow: none;
        transition: border .3s cubic-bezier(.39,.575,.565,1);
        padding: 0 1rem;
        box-sizing: border-box;
        height: 50px;
        font-size: 16px;
        letter-spacing: .025rem;
        line-height: 3rem;
        font-weight: 500;
        width: 100%;
        border-radius: 0px;
        outline: none;
    }

    .contact-form form .form-group input[type=file] {
        background: #ffffff;
        border: 1px solid #eee;
        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: 36px;
        font-size: 0.8rem;
        letter-spacing: .025rem;
        font-weight: 300;
        color: #19110b;
        line-height: 2rem;
        font-weight: 500;
        width: 100%;
        border-radius: 0px;
    }

    .contact-form .btn-contact, .contact-form .btn-contact:hover {
        background: #fed035;
        color: #000000;
        font-weight: 600;
        padding: 10px 20px;
        display: inline-block;
        text-decoration: none;
    }


.address-form {
    padding: 0px 32px 24px 32px;
    margin: 12px;
}

    .address-form .main-photo {
        width: 100%;
        margin: 0px auto;
    }

        .address-form .main-photo img {
            border-radius: 20px;
        }

    .address-form .address-title {
        font-size: 32px;
        line-height: 34px;
        font-weight: 600;
        margin: 20px 0px;
    }

    .address-form .address-detail {
        margin-bottom: 20px;
    }

    .address-form .address-item {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 10px;
    }

        .address-form .address-item .address-item-icon {
            width: 50px;
        }

        .address-form .address-item .address-item-value {
            width: calc(100% - 60px);
            padding: 0px 10px;
            font-size: 28px;
        }

            .address-form .address-item .address-item-value a,
            .address-form .address-item .address-item-value a:hover {
                color: #000000;
                text-decoration: none;
            }


    .address-form .address-open-hours {
        margin-top: 40px;
        font-size: 14px;
        line-height: 16px;
    }

@media(max-width:460px) {
    .address-form {
        padding: 0px;
    }
}



/*****************************************
* Welcome
*****************************************/
#welcome {
    padding: 100px 0px;
}

    #welcome .text-thin {
        font-weight: 200;
        font-size: 56px;
        line-height: 64px;
    }

    #welcome .text-brand {
        font-size: 56px;
        line-height: 64px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    #welcome .text-sub {
        font-size: 13px;
        line-height: 24px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }

    #welcome .text-desc {
        font-size: 32px;
        font-weight: 600;
        line-height: 40px;
        margin-bottom: 20px;
    }

    #welcome .text-detail {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        margin-bottom: 20px;
    }


/*****************************************
* coworking
*****************************************/
#coworking {
    padding: 50px 0px 100px 0px;
}

    #coworking .titletype {
        font-weight: 600;
        font-size: 17px;
        line-height: 26px;
        letter-spacing: 0px;
        text-align: center;
        text-transform: uppercase;
    }

    #coworking .title {
        font-size: 35px;
        line-height: 43px;
        font-weight: bold;
        letter-spacing: 2px;
        text-align: center;
        text-transform: uppercase;
    }


    #coworking .subtitle {
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0px;
        text-align: center;
        line-height: 20px;
        width: 60%;
        margin: 10px auto 40px auto;
    }


@media(max-width:460px) {
    #coworking {
        padding: 50px 0px 0px 0px;
    }

        #coworking .title {
            font-size: 30px;
        }

        #coworking .subtitle {
            margin-bottom: 10px;
            font-size: 18px;
            line-height: 20px;
        }
}


.coworking-lists {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .coworking-lists .coworking-item {
        width: calc(100% / 3 - 20px);
        border-radius: 20px;
        box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.1);
        margin: 10px;
    }

        .coworking-lists .coworking-item .coworking-photo {
        }

            .coworking-lists .coworking-item .coworking-photo img {
                border-radius: 20px 20px 0px 0px;
            }


        .coworking-lists .coworking-item .coworking-info {
            padding: 20px;
            font-size: 16px;
            line-height: 20px;
        }

            .coworking-lists .coworking-item .coworking-info .coworking-info-roomtype {
                margin-bottom: 10px;
                color: #999;
            }

            .coworking-lists .coworking-item .coworking-info .coworking-info-roomname {
                font-size: 24px;
                line-height: 30px;
                font-weight: 600;
            }

            .coworking-lists .coworking-item .coworking-info .coworking-info-capacity {
                border-bottom: 1px solid #ededed;
                padding-bottom: 10px;
            }


.coworking-info-price {
    border-bottom: 1px solid #ededed;
    padding: 15px 0px 15px 0px;
}

    .coworking-info-price .price-type {
        font-weight: 500;
    }

    .coworking-info-price .price-type-rate {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 10px 0px 5px 0px;
    }

        .coworking-info-price .price-type-rate .price-type-label {
            width: 50%;
        }

        .coworking-info-price .price-type-rate .price-type-price {
            width: 50%;
            text-align: right;
        }

            .coworking-info-price .price-type-rate .price-type-price .price-hilighted {
                font-weight: bold;
                font-size: 24px;
                font-weight: 600;
            }

.coworking-contact {
    padding: 20px 0px
}

    .coworking-contact .coworking-contact-title {
        text-align: center;
        padding-bottom: 10px;
    }

    .coworking-contact .coworking-contact-lists {
        display: flex;
        justify-content: center;
        align-items: center;
    }


        .coworking-contact .coworking-contact-lists .coworking-contact-item {
            width: 36px;
            margin: 0px 5px;
        }

@media(max-width:460px) {
    .coworking-lists .coworking-item {
        width: 100%;
        padding: 0px 0px 20px 0px;
    }
}

/*****************************************
* What Included
*****************************************/
#what-included {
    padding: 50px 0px 50px 0px;
    background: #fafafa;
}

    #what-included .titletype {
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

        #what-included .titletype .label {
            line-height: 24px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;
            background: #fed035;
            color: #000000;
            border-radius: 0;
            padding: 6px 12px;
            font-size: 11px;
            vertical-align: middle;
        }

    #what-included .title {
        font-size: 35px;
        line-height: 43px;
        font-weight: bold;
        letter-spacing: 2px;
        text-align: center;
        text-transform: uppercase;
    }


    #what-included .subtitle {
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0px;
        text-align: center;
        line-height: 20px;
        width: 60%;
        margin: 10px auto 40px auto;
    }

.what-included-lists {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .what-included-lists .what-included-item {
        width: calc(100%/3);
        display: flex;
        justify-content: flex-start;
        margin-bottom: 20px;
    }

        .what-included-lists .what-included-item .what-included-icon {
            width: 30%;
            text-align: center;
        }

            .what-included-lists .what-included-item .what-included-icon img {
                height: 50px;
            }

        .what-included-lists .what-included-item .what-included-info {
            width: 70%;
            font-size: 14px;
            line-height: 16px;
        }


/*****************************************
* What Included
*****************************************/
#how-to-book {
    padding: 50px 0px 50px 0px;
    background: #fed035;
    color: #000000;
}

    #how-to-book .title {
        font-size: 35px;
        line-height: 43px;
        font-weight: bold;
        letter-spacing: 2px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 20px;
    }


.how-to-book-lists {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .how-to-book-lists .how-to-book-item {
        width: calc(100% / 5);
        margin-bottom: 20px;
        padding: 20px;
    }

        .how-to-book-lists .how-to-book-item .how-to-book-icon {
            background: #000000;
            text-align: center;
            width: 8vw;
            height: 8vw;
            border-radius: 50%;
            margin: 0px auto 10px auto;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .how-to-book-lists .how-to-book-item .how-to-book-icon img {
                width: 50%;
            }

        .how-to-book-lists .how-to-book-item .how-to-book-info {
            text-align: center;
            font-size: 14px;
            line-height: 16px;
            font-weight: 600;
        }

@media(max-width:460px) {
    .how-to-book-lists .how-to-book-item {
        width: 100%; 
    }

        .how-to-book-lists .how-to-book-item .how-to-book-icon {
            width: 22vw;
            height: 22vw;
        }
}

/*****************************************
* About Main
*****************************************/
#about-main {
    position: relative;
    padding: 20px 0px 50px 0px;
    background: #000000;
}

    #about-main .header {
        font-size: 40px;
        font-weight: 600;
        letter-spacing: 2px;
        text-align: center;
        text-transform: uppercase;
        color: #000000;
        margin-bottom: 40px;
    }

    #about-main .subheader {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        letter-spacing: 1.75px;
        text-transform: uppercase;
        text-align: center;
        color: #ffffff;
    }

.about-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: 0px auto;
}

    .about-main .about-main-youtube {
        width: 45%;
        color: #ffffff;
    }

        .about-main .about-main-youtube .headline {
            padding: 40px 40px 20px 40px;
            font-size: 20px;
            line-height: 24px;
            font-weight: 600;
            font-style: italic;
            text-align: center;
            letter-spacing: 1px;
        }

    .about-main .about-main-info {
        width: 50%;
        color: #ffffff;
        padding: 0px 40px;
        text-align: center;
    }

        .about-main .about-main-info .title {
            font-size: 32px;
            line-height: 36px;
            font-weight: 600;
            letter-spacing: 1.75px;
            text-transform: uppercase;
            margin-bottom: 5px;
        }

        .about-main .about-main-info .subtitle {
            font-size: 16px;
            line-height: 20px;
            font-weight: 500;
            letter-spacing: 3px;
            text-transform: uppercase;
            margin-bottom: 40px;
        }

        .about-main .about-main-info .detail {
            font-size: 20px;
            line-height: 30px;
            font-weight: 300;
            /*text-align: justify;
            font-style: italic;*/
        }

            .about-main .about-main-info .detail p.hilighted {
                padding: 15px 0px;
                font-style: italic;
            }


@media(max-width:460px) {

    .about-main {
        width: 100%;
    }


        .about-main .about-main-youtube {
            width: 100%;
            margin-bottom: 30px;
        }

            .about-main .about-main-youtube .headline {
                padding: 20px;
                font-size: 18px;
                line-height: 22px;
            }


        .about-main .about-main-info {
            width: 100%;
            padding: 0px 20px;
            margin-bottom: 20px;
        }

            .about-main .about-main-info .subtitle {
                margin-bottom: 20px;
            }

            .about-main .about-main-info .detail {
                font-size: 16px;
                line-height: 22px;
                text-align: justify;
            }
}


.about-country {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .about-country .about-country-item {
        width: calc(100% / 3);
        padding: 5px;
    }


.about-certificates {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 20px 0px;
}

    .about-certificates .about-certificates-item {
        width: calc(100% / 7);
        padding: 5px;
    }



.about-social {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0px 0px;
    margin-bottom: 20px;
}


    .about-social .about-social-item {
        width: calc(100% / 5 - 10px);
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background: #1a1a1a;
        margin: 5px;
        padding: 2px 5px;
    }

        .about-social .about-social-item:hover {
            text-decoration: none;
        }

        .about-social .about-social-item .about-social-item-icon {
            width: 35px;
        }

        .about-social .about-social-item .about-social-item-name {
            width: calc(100% - 35px);
            color: #ffffff;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            padding: 10px 15px;
            font-size: 18px;
            line-height: 22px;
            text-transform: uppercase;
        }

            .about-social .about-social-item .about-social-item-name:hover {
                color: #ffc602;
                text-decoration: none;
            }

@media(max-width:460px) {

    .about-banner .about-banner-info .about-banner-badge {
        padding: 40px 20px;
    }

        .about-banner .about-banner-info .about-banner-badge .header.small-header {
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 10px;
        }

        .about-banner .about-banner-info .about-banner-badge p {
            font-size: 16px;
            line-height: 22px;
        }
}

#new-about {
    background: #000000;
    padding: 100px 0px 0px 0px;
}



.new-about {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    margin-top: 50px;
}

    .new-about .title {
        font-size: 40px;
        line-height: 44px;
        font-weight: bold;
        margin-bottom: 5px;
        text-align: center;
    }

    .new-about .subtitle {
        font-size: 18px;
        line-height: 22px;
        margin-top: 0px;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 20px;
    }

    .new-about .new-about-media {
        text-align: center;
    }

        .new-about .new-about-media .media-title {
            text-align: center;
            font-size: 20px;
            line-height: 24px;
            padding: 10px 0px;
        }

        .new-about .new-about-media .media {
            width: 80%;
            margin: 0px auto;
        }

    .new-about .new-about-detail {
        font-size: 20px;
        line-height: 24px;
        padding: 20px 0px;
        width: 93%;
        margin: 0px auto;
    }

        .new-about .new-about-detail p {
            text-indent: 40px;
        }


.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .iframe-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }




/*****************************************
* About Carousel
*****************************************/
#about-carousel {
    position: relative;
    padding: 0px;
}

    #about-carousel .header {
        font-weight: 400;
        font-size: 40px;
        letter-spacing: 2px;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
    }

    #about-carousel .subheader {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        letter-spacing: 1.75px;
        text-transform: uppercase;
        text-align: center;
        color: #ffffff;
    }


    #about-carousel .about-carousel-wrapper {
        padding: 5%;
        position: relative;
    }

    #about-carousel .swiper-slide {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    #about-carousel .swiper-photo {
        width: 50%;
    }

    #about-carousel .swiper-info {
        width: 50%;
        color: #ffffff;
        background: #181818;
        padding: 40px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

        #about-carousel .swiper-info .title {
            font-size: 30px;
            line-height: 34px;
            font-weight: 600;
            letter-spacing: 1.75px;
            text-transform: uppercase;
            margin-bottom: 5px;
        }

        #about-carousel .swiper-info .subtitle {
            font-size: 18px;
            line-height: 22px;
            font-weight: 500;
            letter-spacing: 1.75px;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

        #about-carousel .swiper-info .detail {
            font-size: 18px;
            line-height: 22px;
            font-weight: 300;
        }

            #about-carousel .swiper-info .detail p:last-child {
                padding-bottom: 0px;
            }


    #about-carousel .swiper-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: 15px !important;
    }

    #about-carousel .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        display: inline-block;
        border-radius: 50%;
        background: #ffffff;
        opacity: 1;
        border: 1px solid #ffffff;
        margin: 0px 10px;
    }

        #about-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
            width: 20px;
            height: 20px;
            background: transparent;
            border: 2px solid #ffffff
        }


@media(max-width:460px) {
    #about-carousel {
        background: #181818;
    }


        #about-carousel .about-carousel-wrapper {
            padding: 0px;
        }

        #about-carousel .swiper-photo {
            width: 100%;
            order: 1;
        }

        #about-carousel .swiper-info {
            width: 100%;
            order: 2;
        }

            #about-carousel .swiper-info .detail {
                font-size: 16px;
                line-height: 20px;
            }


        #about-carousel .swiper-pagination {
            display: flex;
            align-items: center;
            justify-content: center;
            bottom: -20px !important;
        }
}



/*****************************************
* About Carousel
*****************************************/
#about-performance {
    position: relative;
    color: #ffffff;
    padding: 50px 0px 0px 0px;
    background: #0a0a0a;
}

    #about-performance .header {
        font-size: 18px;
        line-height: 30px;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: center;
        color: #ffffff;
        margin: 0px auto 50px auto;
    }

@media(max-width:460px) {

    #about-performance .header {
        font-size: 16px;
        line-height: 26px;
    }
}



.performance-lists {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

    .performance-lists .performance-item {
        width: calc(100%/3);
    }



/*****************************************
* Services
*****************************************/
#services {
    padding: 50px 0px 0px 0px;
    background: #ffffff;
    color: #000000;
}

    #services .title {
        line-height: 44px;
        font-weight: bold;
        font-size: 40px;
        margin-bottom: 40px;
        letter-spacing: 2px;
        text-align: center;
        text-transform: uppercase;
    }


    #services .subtitle {
        font-weight: 400;
        font-size: 20px;
        margin-bottom: 30px;
        letter-spacing: 0px;
        text-align: center;
    }


@media(max-width:460px) {
    #services {
        padding: 50px 0px 0px 0px;
    }

        #services .title {
            font-size: 30px;
        }

        #services .subtitle {
            margin-bottom: 10px;
            font-size: 18px;
            line-height: 20px;
        }
}


.service-lists {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    /*padding: 15px;*/
}

    .service-lists .service-item {
        width: calc(100%/3);
        /*padding: 15px;*/
    }

        .service-lists .service-item img {
            box-shadow: 2px 4px 12px rgba(0,0,0, 0.4);
            /*border-radius: 5px;*/
        }


        .service-lists .service-item .service-content {
            position: absolute;
            color: #fff;
            text-align: center;
            margin: 0;
            bottom: 40px;
            left: 0px;
            right: 0px;
            z-index: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            background-image: linear-gradient(to top, rgb(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
        }

            .service-lists .service-item .service-content p {
                font-size: 20px;
                line-height: 24px;
                margin-bottom: 10px;
            }

            .service-lists .service-item .service-content h1 {
                font-size: 22px;
                line-height: 26px;
                font-weight: 600;
                letter-spacing: 2px;
                text-transform: uppercase;
                margin-bottom: 15px;
                padding: 0px 20px;
            }



@media(max-width:460px) {
    .service-lists .service-item {
        width: 100%;
        padding: 0px 0px 20px 0px;
    }
}


/*****************************************
* Language Menu
* https://gist.github.com/pratikbutani/20ded7151103bb30737e2ab1b336eb02*
*****************************************/

.lang-menu {
    width: 40px;
    text-align: right;
    font-weight: bold;
    position: relative;
    font-family: 'Reddit Sans', 'Prompt', sans-serif;
}

    .lang-menu .selected-lang {
        display: flex;
        justify-content: space-between;
        align-items: center;
        line-height: 2;
        cursor: pointer;
        color: #ffffff;
    }

        .lang-menu .selected-lang:before {
            content: '';
            display: inline-block;
            width: 32px;
            height: 32px;
            background-image: url('/frontend-assets/images/flag/flag-us.svg');
            background-size: contain;
            background-repeat: no-repeat;
        }

    .lang-menu ul {
        margin: 0;
        padding: 0;
        display: none;
        background-color: #fff;
        border: 1px solid #f8f8f8;
        position: absolute;
        top: 25px;
        right: 0px;
        width: 140px;
        border-radius: 5px;
        box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    }


        .lang-menu ul li {
            list-style: none;
            text-align: left;
            display: flex;
            justify-content: space-between;
        }

            .lang-menu ul li a {
                text-decoration: none;
                width: 125px;
                padding: 5px 10px;
                display: block;
            }

            .lang-menu ul li:hover {
                background-color: #f2f2f2;
            }

            .lang-menu ul li a:before {
                content: '';
                display: inline-block;
                width: 25px;
                height: 25px;
                vertical-align: middle;
                margin-right: 10px;
                background-size: contain;
                background-repeat: no-repeat;
            }

.th:before, .selected-lang.th:before {
    background-image: url('/frontend-assets/images/flag/flag-th.svg');
}

.us:before, .selected-lang.us:before {
    background-image: url('/frontend-assets/images/flag/flag-us.svg');
}

.cn:before, .selected-lang.cn:before {
    background-image: url('/frontend-assets/images/flag/flag-cn.svg');
}

.lang-menu:hover ul {
    display: block;
}


/*****************************************
* Footer
*****************************************/
#footer {
    padding: 50px 0px 20px 0px;
    border-top: 1px solid #0c0c0c;
    background: #121212;
    color: #ffffff;
    width: 100%;
    margin: 0px auto;
}

    #footer .header {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    #footer a {
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
        color: #ffffff;
        margin-bottom: 5px;
    }

        #footer a:hover {
            color: #ffc602;
            text-decoration: none;
        }

.footer {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: transparent;
    text-align: left;
}

    .footer .footer-item {
        /*width: calc(100%/3);*/
    }

@media (max-width: 460px) {
    #footer {
        padding: 50px 0px 0px 0px;
    }

        #footer .header {
            margin-bottom: 10px;
        }

    .footer .footer-item {
        width: 100%;
        margin-bottom: 30px;
    }
}

.footer-company {
    font-size: 18px;
    width: 30%;
}

    .footer-company .company-logo {
        margin-bottom: 15px;
    }

        .footer-company .company-logo img {
            width: 220px;
        }

    .footer-company .company-name {
        font-size: 18px;
        line-height: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .footer-company .company-slogan {
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
        margin-bottom: 15px;
    }

.company-brand {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .company-brand .company-brand-item {
        width: calc(100% / 4);
        margin: 10px 15px 10px 0px;
    }

@media (max-width: 460px) {
    .footer-company .company-logo img {
        width: 50%;
    }
}

.footer-sitemap {
    padding: 20px;
    width: 20%;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}

    .footer-sitemap .sitemap {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        text-align: left;
        font-size: 18px;
    }

        .footer-sitemap .sitemap a {
            color: #000000;
            font-weight: 400;
            padding-bottom: 0px;
            display: block;
        }

        .footer-sitemap .sitemap .sitemap-left {
            width: 100%;
        }

        .footer-sitemap .sitemap .sitemap-right {
            width: 50%;
        }

@media (max-width: 460px) {
    .footer-sitemap {
        padding: 0px;
    }

        .footer-sitemap .sitemap {
            font-size: 16px;
        }
}

.footer-contact {
    padding: 20px;
    width: 50%;
}

    .footer-contact .contact-item {
        display: flex;
        justify-content: flex-start;
        /*align-items: center;*/
        margin-bottom: 10px;
    }

        .footer-contact .contact-item .contact-item-icon {
            width: 40px;
        }

            .footer-contact .contact-item .contact-item-icon img {
                width: 26px;
                -webkit-filter: invert(100%); /* Safari/Chrome */
                filter: invert(100%);
            }

        .footer-contact .contact-item .contact-item-detail {
            width: calc(100% - 40px);
            font-size: 15px;
            font-weight: 400;
            line-height: 18px;
        }

            .footer-contact .contact-item .contact-item-detail h3 {
                font-size: 18px;
                font-weight: 600;
                line-height: 20px;
                margin-bottom: 5px;
            }

            .footer-contact .contact-item .contact-item-detail .text-detail {
                font-size: 14px;
                margin-bottom: 5px;
            }

.footer-social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0px;
}

    .footer-social .social-item {
        width: 40px;
        height: 40px;
        margin: 0px 5px 0px 0px;
    }

@media (max-width: 460px) {
    .footer-contact {
        padding: 0px;
    }
}

#copyright {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    padding: 20px 0px;
    border-top: 1px solid #0c0c0c;
    background: #f7f7f7;
    color: #292929;
    text-transform: uppercase;
}

@media (max-width: 460px) {
    #copyright {
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0px;
    }
}



/*****************************************
* Contact Global
*****************************************/
#contact-global {
    position: relative;
}

    #contact-global .rotate-icon {
        width: 80px;
        position: absolute;
        bottom: 40px;
        left: 40px;
        z-index: 100;
    }


/*****************************************
* Get Button
*****************************************/
#getbutton {
    background: #2fa554;
    width: 60px;
    height: 60px;
    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: 60px;
    height: 60px;
    position: relative;
}

    .getbutton .getbutton-icon-comment {
        height: 60px;
        width: 60px;
        background: url('/frontend-assets/images/icons/bubble-chat.png');
        background-repeat: no-repeat;
        background-size: 50px 50px;
        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: 290px;
    }

    .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;
    }

    .getbutton {
        width: 46px;
        height: 46px;
        position: relative;
    }

        .getbutton .getbutton-icon-comment {
            height: 46px;
            width: 46px;
            background-size: 40px 40px;
        }

        .getbutton:hover .getbutton-icon-comment {
            background-size: 40px 40px;
        }

        .getbutton .getbutton-panel {
            width: 46px;
        }

        .getbutton:hover .getbutton-panel {
            height: 230px;
        }
}





#contact-global {
    position: relative;
}

    #contact-global .rotate-icon {
        width: 80px;
        position: absolute;
        bottom: 40px;
        left: 40px;
        z-index: 100;
    }



/*****************************************
* Product Carousel
*****************************************/
#product-carousel {
    padding: 50px 0px;
    background: #ffffff;
}

    #product-carousel .title {
        font-size: 40px;
        line-height: 44px;
        font-weight: bold;
        margin-bottom: 5px;
        color: #000000;
        text-align: center;
        text-transform: uppercase;
    }

    #product-carousel .subtitle {
        font-size: 18px;
        line-height: 22px;
        margin-top: 0px;
        letter-spacing: 2px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

@media(max-width:460px) {

    #product-carousel {
        padding: 50px 0px 0px 0px;
    }

        #product-carousel .title {
            font-size: 26px;
            margin-bottom: 0px;
        }

        #product-carousel .subtitle {
            padding: 0px 15px;
        }
}


.product-recommened-item {
    color: #000000;
    text-align: center;
}

    .product-recommened-item a {
        color: #000000;
        text-decoration: none;
        cursor: -webkit-grab;
        cursor: grab;
    }

    .product-recommened-item .product-recommened-name {
        font-size: 24px;
        line-height: 26px;
        font-weight: bold;
        margin-top: 0px;
        text-transform: uppercase;
        padding-top: 20px;
    }

    .product-recommened-item .product-recommened-product-type {
    }


.view-more-product {
    margin-top: 20%;
    color: #000000;
    display: block;
    cursor: move;
}

    .view-more-product .view-more-product-icon {
        text-align: center;
    }

        .view-more-product .view-more-product-icon img {
            width: 20%;
            margin: 0px auto;
        }

    .view-more-product .view-more-product-text {
        font-size: 24px;
        line-height: 26px;
        font-weight: bold;
        margin-top: 0px;
        text-transform: uppercase;
        padding-top: 20px;
        text-align: center;
    }


/*https://codepen.io/hbadri-dev/pen/KKBqxvQ*/
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}
