@charset "utf-8";
/* CSS Document */
/*
    Theme Name: web;
    Author: hahuytuyen1998@gmail.com
*/
@font-face {
     font-family: SVN-Megante;
     src:url('fonts/SVN-Megante.otf') format('truetype'),
}
body {
    background: #Ffffff;
    color: #202020;
    font-size: 16px;
    font-family: "Wix Madefor Text", sans-serif;
    line-height: 25px;
    font-weight: 300;
    overflow-x: hidden;
    margin: 0 auto !important;
}
h1, h2, h3, h4 {
    margin-top: 0px;
    font-weight: bold;
}
.clr{
    clear: both;
}
ul{
    margin: 0;
    list-style-type: none;
    list-style: none;
    padding: 0;
}
.ul-b {
    padding-left: 0px;
    margin-bottom: 0px;
}
.ul-b li {
    list-style-type: none;
}
input, button, select, textarea {
    outline: none !important;
}
img {
    border: none;
    max-width: 100%;
    height: auto;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none !important;
    color: #CCAA79;
    transition: all .5s;
}
a{
    color: #333;
    cursor: pointer;
}
.owl-theme .owl-nav {
    margin-top: 0px !important;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    margin: 0px !important;
    padding: 0px !important;
}
.owl-prev, .owl-next {
    margin: 0px !important;
    border-radius: 0px !important;
}
.fl-left {
    float: left !important;
}
.fl-right {
    float: right !important;
}
.ds-flex {
    display: flex;
}
.ali-c {
    align-items: center;
}
.ju-s {
    justify-content: space-between;
}
.ju-c {
    justify-content: center;
}
/* css scroll */
*::-webkit-scrollbar {
  width: 0px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  background: #865B07;
  width: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #6a6a6a; 
} 

@keyframes pulse-wave {
    0% {
        opacity: 0;
        transform: scale(1.0);
    }

    50% {
        opacity: 1;
        transform: scale(2.0);
    }

    100% {
        opacity: 0;
        transform: scale(4.0);
    }
}

@keyframes img-rung {
    0% {
        transform: rotate(0deg) scale(1.05) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1.05) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1.05) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1.05) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1.05) skew(1deg);
    }

    50% {
        transform: rotate(0deg) scale(1.05) skew(1deg);
    }

    100% {
        transform: rotate(0deg) scale(1.05) skew(1deg);
    }
}

.owl-carousel .owl-prev, .owl-carousel .owl-next {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 51px;
    line-height: 51px;
}


.owl-prev {
    left: 0px !important;
}

.owl-next {
    right: 0px !important;
}

.eclip-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.eclip-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.eclip-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.eclip-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.eclip-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden
}
.swiper{
    overflow: hidden;
}
.nav-container-fixed{
position:fixed !important;
top:0;
left:0;
right:0;
width:100%;
z-index:10055;
background: #fff;}
.nav-container-fixed{
    border: none;
}
.swiper-button-next, .swiper-button-prev{
    width: 50px;
    height: 50px;
    background: #fff;
    color: #20933F;
    font-size: 15px;
    line-height: 48px;
    border-radius: 5px;
    text-align: center;
    margin: 0;
    transform: translateY(-50%);

}
.sec_our_service .swiper{
    position: relative;
    padding-bottom: 294px;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    background:rgba(255, 255, 255, 0.7);
}
.swiper-button-next:after, .swiper-button-prev:after{
    content: "";
}
.back-to-top {
    position: fixed;
    bottom: 50px;
    right: 15px;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}
.display{
    opacity: 1;
    visibility: visible;
}
.back-to-top a{
    display: block;
    color: #fff;
    background: #000;border-radius: 40px;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    z-index: 999999;
    cursor: pointer;
    border: 1px solid #000;
    font-size: 13px;
}
.back-to-top a:hover{
    background: transparent;
    color: #000;
    border-color: #000;
}
.mess{
    position: fixed;
    bottom: 100px;
    right: 15px;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.mess a{
    display: block;
    color: #fff;
    background: #000;border-radius: 40px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    z-index: 999999;
    cursor: pointer;
    border: 1px solid #000;
    font-size: 18px;
}
.mess a:hover{
    background: transparent;
    color: #000;
    border-color: #000;
}
.fp-viewing-0 .mess a:hover{
    color: #fff;
    border-color: #fff;
}
/*====================================================================*/
/* css memu mobie */
.wp-menu-mobile {
    cursor: pointer;
    z-index: 9;
    margin-left: 16px;
}

#trigger-mobile i {
    font-size: 22px;
    color: #20933F;
    transition: all .5s;
}
#trigger-mobile img{
    width: 24px;
}
span.bar {
    display: block;
    width: 20px;
    height: 1px;
    background-color: rgb(255,255,255);
    margin: 5px 0;
    transition: all 0.5s ease-in-out;
    border-radius: 5px;
}

.menu_toggle {
    visibility: hidden;
    position: fixed;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    transition: opacity .5s ease;
    background: rgba(0, 0, 0, 0.5);
}

    .menu_toggle.active {
        transition: opacity .5s ease;
        visibility: visible;
        opacity: 0.99;
    }

.mobile-main-menu {
    height: 100%;
    overflow-y: auto;
    position: fixed;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    z-index: 999999 !important;
    top: 0 !important;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
}
.mobile-main-menu:before{
    content: "";
    position: fixed;
    background-color:#202020;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
    .mobile-main-menu.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        width: calc(100% - 25%);
        max-width: 350px;
    }

    .mobile-main-menu .drawer-header {
        background-color: #006400;
    }

        .mobile-main-menu .drawer-header .drawer-header--auth {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            margin: 0px 16px;
            margin-top: 0;
            padding: 15px 0;
        }

            .mobile-main-menu .drawer-header .drawer-header--auth ._object {
                width: 40px;
                height: 40px;
                margin-right: 16px;
                border-radius: 50%;
                overflow: hidden;
            }

            .mobile-main-menu .drawer-header .drawer-header--auth ._body {
                color: #fff;
                font-size: 12px;
            }

                .mobile-main-menu .drawer-header .drawer-header--auth ._body a {
                    text-transform: uppercase;
                    font-weight: 600;
                    color: #fff
                }

    .mobile-main-menu .la-scroll-fix-infor-user {
        overflow: auto;
        position: relative;
        height: 100%;
    }

        .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-title-nav-items {
            padding: 10px;
            color: #757575;
            font-size: 14px;
            text-transform: uppercase;
            padding-bottom: 0;
        }

        .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items {
            position: relative;
            overflow-y: auto;
            height: 100%;
        }

            .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li {
                width: 100%;
                float: left;
                padding: 0px;
                position: relative;
                overflow: hidden;
            }
            .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li:last-child{
                border-bottom: none;
            }
                .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li span {
                    float: left;
                    width: 23px;
                    margin: 0 9px 0 0;
                }

                .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items li a {
                    display: block;
                    color: #fff;
                    font-size: 16px;
                    width: 100%;
                    height: 100%;
                    padding: 15px 15px;
                    position: relative;
                    font-weight: 500;
                    border-bottom: 1px solid #dddddd45;
                }

li.ng-scope span.c1 {
    text-transform: uppercase;
    font-size: 13px;
}

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 a i,
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child2 a i {
    padding: 1px 0;
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 14px;
    transform: translate(0, -50%);
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
}

    .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 a i.active:before,
    .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child2 a i.active:before {
        content: "\f107";
    }

.mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 {
    padding-left: 10px;
    display: none;
}

    .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 li {
        border: none;
    }

    .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 .ul-has-child2 {
        padding-left: 20px;
        display: none;
    }

    .mobile-main-menu .la-scroll-fix-infor-user .la-nav-menu-items .la-nav-list-items .ng-has-child1 .ul-has-child1 li {
        border: none;
    }

.navbar-toggle .icon-bar {
    background: #f3b94d;
}

.hidden_over{
    overflow: hidden !important;
}
.btn_close{
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 999;
}
.btn_close button{
    background: none;
    color: #fff;
    font-size: 22px;
    border: none;
}
/*end*/
/*header*/
.wrapper_header_mobie{
    background: #4d4d4d ;
    padding: 16px 1px;
}
.logo_pharaon img{
    height: 20px;
}
.right_header{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.language_page button{
    background: none;
    border: none;
    color: #fff;
    outline: 0;
    padding: 0;
    cursor: pointer;
}
.language_page{
    position: relative;
}
.box_language{
    position: absolute;
    top: 30px;
    right: 0;
    width: 65px;
    background: #fff;
    min-height: 30px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: none;
    z-index: 999;
}
.box_language ul li a{
    border-bottom: 1px solid #ddd;
}
.box_language ul li:last-child a{
    border: none;
}
.box_language ul li a{
    padding: 5px 20px;
    display: block;
}
.banner_head{
    position: relative;
}
.text_banner_head{
    position: absolute;
    top: 93px;
    width: 100%;
    text-align: center;
    left: 0px;
    padding: 0 16px;
}
.text_banner_head h1{
    font-weight: bold;
    background: linear-gradient(to right, #CCAA79 0%, #896942 100%);
    background-clip: text;
    color: transparent;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 0;
}
.text_banner_head h1 span{
    font-size: 24px;
}
.gr_box_banner_head{
    position: absolute;
    top: 252px;
    width: 100%;
    left: 0;
}
.gr_box_banner_head{
    display: flex;
}
.box_banner_head{
    width: calc(100%/3);
    position: relative;
}
.box_banner_head h3{
    background: linear-gradient(to right, #CCAA79 0%, #896942 100%);
    background-clip: text;
    color: transparent;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 16px;
}
.box_banner_head img{
    box-shadow: rgba(50, 30, 7, 0.6) 0px 2px 8px;
}
.box_banner_head_2{
    text-align: center;
    z-index: 50;
    top: 127px;
}
.box_banner_head_3{
    text-align: right;
    right: 15px;
    z-index: 10;
    top: 59px;
}
.box_banner_head_1{
    left: 15px;
    z-index: 99;
}
.sec_brand_story{
    background: #202020;
    padding-top: 64px;
    position: relative;
}
.btn_bottom_sec_brand_story{
    position: absolute;
    bottom: 32px;
    width: 100%;
    display: none;
}
.btn_book{
    width: 332px;
    height: 42px;
    background: linear-gradient(to right, #CCAA79 0%, #896942 100%);
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-align: center;
    line-height: 42px;
    margin: 0 auto;
}
.title_sec_brand_story h2{
    margin-bottom: 48px;
    color: #CCAA79;
    font-size: 34px;
    line-height: 42px;
    font-weight: bold;
    text-align: center;
}
.box_story_brand{
    cursor: pointer;
    position: static;
}
.box_story_brand.active{
    border-bottom: none;
}
.box_story_brand h3{
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 16px 48px;
    text-align: center;
    margin: 0 auto;
}
.box_story_brand p{
    padding: 0 48px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 24px;
    height: 208px;
}
.swiper-slide{
    height: auto !important;
}
.sec_member{
    padding: 64px 0 30px 0;
    background: linear-gradient(to bottom, #202020 0%, #896942 100%);
    position: relative;
    overflow-x: hidden;
}
.decor_sec_mb{
    position: absolute;
    right: 0;
    top: 16px;
}
.title_sec_member h2{
    margin-bottom: 48px;
    color: #CCAA79;
    font-size: 34px;
    line-height: 42px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(to right, #896942 0%, #CCAA79 50%, #896942 100%);
    background-clip: text;
    color: transparent;
}
.item_card_member{
    background: linear-gradient(130deg, #896942 0%, #CCAA79 50%, #896942 100%);
    padding: 2px;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    width: 260px;
    height: 440px;
}
.wp_item_card_member{
    background: linear-gradient(130deg, #896942 0%, #202020 100%);
    padding: 24px;
    border-radius: 14px;
    width: 100%;
    height: 100%;
    position: relative;
}
.member_SOVEREIGN .wp_item_card_member{
    background: linear-gradient(130deg, #896942 0%, #CCAA79 100%);
}
.member_lite .wp_item_card_member{
    background: linear-gradient(130deg, #949494 0%, #896942 100%);
}
.slider_card{
    margin: 0 auto;
    text-align: center;
    padding-top: 60px;
    margin-bottom: 24px;
}
.swiper-3d .swiper-slide-shadow{
    background: none;
}
.slider_card .swiper-slide:nth-child(1){
    transform: translate3d(calc(50px), calc(-30px), calc(0px)) rotateX(0deg) rotateY(0deg) rotateZ(6deg) scale(1) !important;
}
.slider_card .swiper-slide:nth-child(1).swiper-slide-visible{
    transform: translate3d(calc(0px), calc(0px), calc(0px)) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1) !important;
}
.slider_card .swiper-slide:nth-child(2){
    transform: translate3d(calc(-400px), calc(-15px), calc(0px)) rotateX(0deg) rotateY(0deg) rotateZ(3deg) scale(1) !important;
}
.slider_card .swiper-slide:nth-child(3){
    transform: translate3d(calc(-800px), calc(-30px), calc(0px)) rotateX(0deg) rotateY(0deg) rotateZ(6deg) scale(1) !important;
}
.slider_card .swiper-slide:nth-child(2).swiper-slide-active{
    transform: translate3d(calc(-425px), calc(0px), calc(0px)) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1) !important;
}
.slider_card .swiper-slide:nth-child(3).swiper-slide-active{
    transform: translate3d(calc(-850px), calc(0px), calc(0px)) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1) !important;
}
.slider_card .swiper-slide:nth-child(3).swiper-slide-next{
    transform: translate3d(calc(-825px), calc(-15px), calc(0px)) rotateX(0deg) rotateY(0deg) rotateZ(3deg) scale(1) !important;
}
.slider_card .swiper-slide:nth-child(1).swiper-slide-prev{
    transform: translate3d(calc(50px), calc(-30px), calc(0px)) rotateX(0deg) rotateY(0deg) rotateZ(6deg) scale(1) !important;
}
.decor_item_card_member{
    position: absolute;
    right: 0;
    top: 23px;
}
.decor_item_card_member img{
    width: 188px;
}
.member_SOVEREIGN .decor_item_card_member{
    top: 55px;
}
.member_SOVEREIGN .decor_item_card_member img{
    width: 243px;
}
.member_lite .decor_item_card_member{
    top: 41px;
}
.member_lite .decor_item_card_member img{
    width: 216px;
}
.content_item_card_member h3{
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 24px;
    text-align: left;
}
.content_item_card_member{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    height: 100%;
    align-content: flex-end
}
.content_item_card_member p{
    color: #fff;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 0;
    margin-bottom: 8px;
    padding-left: 4px;
    border-left: 2px solid #CCAA79;
    text-align: left;
}
.text_slider_thum_card{
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 0;
    text-align: left;
    padding: 0;
    position: relative;
}
.slider_thum_card .swiper-wrapper{
    overflow: hidden !important;
}
.text_slider_thum_card ul li{
    position: relative;
    padding-left: 30px;
}
.text_slider_thum_card ul li:before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #fff;
    left: 10px;
    border-radius: 4px;
}
.text_slider_thum_card p{
    margin-top: 26px;
    margin-bottom: 26px;
    text-align: justify;
}
.text_slider_thum_card button{
    height: 50px;
    background: transparent;
    border: 1px solid #CCAA79;
    border-radius: 4px;
    font-size: 24px;
    text-transform: uppercase;
    color: #CCAA79;
    font-weight: bold;
    padding:  0 32px
}
.btn_full_thum_card{
    text-align: center;
    margin-top: 26px;
    display: none;
}
.btn_full_thum_card button{
    color: #CCAA79;
    background: none;
    border: none;
    font-size: 20px;
    transition: all .5s;
}
.text_slider_thum_card.full{
    height: auto;
}
.full:before{
    display: none;
}
.btn_full_thum_card.btn_down button{
    rotate: 180deg;
}
.sec_our_service{
    position: relative;
}
.title_sec_our_service{
    position: absolute;
    top: 64px;
    width: 100%;
    text-align: center;
    font-size: 34px;
    line-height: 42px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 999;
}
.btn_bottom_sv{
    position: absolute;
    width: 100%;
    bottom: 32px;
    z-index: 99;
    text-align: center;
}
.box_service{
    /*position: relative;*/
}
.img_box_service img{
    height: 752px;
    object-fit: cover;
    width: 100%;
}
.box_content_service{
    position: absolute;
    width: 510px;
    height: 400px;
    background: #F0F0F0;
    top: 159px;
    border-radius: 16px;
    overflow: hidden;
    background-image: url(img/Rectangle1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    left: 50%;
    transform: translateX(-50%);
    padding: 48px 32px;
    text-align: center;
}
.box_content_service h3{
    margin-bottom: 32px;
    color: #896942;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 32px;
}
.slider_sec_service .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    opacity: 1;
    background: transparent;
}
.slider_sec_service .swiper-pagination-bullet-active{
    background: linear-gradient(to right, #CCAA79 0%, #896942 100%);
    border: none;
}
.slider_sec_service .swiper-pagination{
    bottom: 90px !important;
}
.sec_contact_us{
    background: #202020;
    padding: 64px 0;
    position: relative;
}
.decor_contact_us_mb{
    width: 130px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}
.title_contact_us {
    text-align: center;
    background: linear-gradient(to right, #896942 0%, #CCAA79 50%, #896942 100%);
    background-clip: text;
    color: transparent;
    font-size: 34px;
    line-height: 42px;
    text-transform: uppercase;
    margin-bottom: 36px;
    font-weight: bold;
}
.form_contact_us, .info_contact_us{
    max-width: 510px;
    margin: 0 auto;
}
.row_form_contact_us{
    display: flex;
    margin-bottom: 16px;
}
.left_row_form_contact_us{
    width: 50%;
    padding-right: 8px;
}
.right_row_form_contact_us{
    width: 50%;
    padding-left: 8px;
}
.form_contact_us label{
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 8px;
}
.border_input_contact{
    background: linear-gradient(130deg, #896942 0%, #CCAA79 50%, #896942 100%);
    padding: 1.5px;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
}
.border_input_contact input{
    width: 100%;
    height: 48px;
    background: #202020;
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 16px;
    color: gray;
}
.border_input_contact input::-webkit-input-placeholder {
  color: #CCAA79;
}
.border_input_contact textarea{
    width: 100%;
    height: 120px;
    background: #202020;
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 16px;
}
.wp_row_form_contact_us{
    width: 100%;
}
.border_input_contact_message{
    height: 123px;
}
.wp_row_form_contact_us button{
    width: 100%;
    height: 42px;
    background: linear-gradient(to right, #CCAA79 0%, #896942 100%);
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.wp_row_form_contact_us button:hover {
    text-decoration: none;
    outline: none !important;
    color: #CCAA79;
    transition: all .5s;
}

.form_contact_us{
    margin-bottom: 36px;
}
.info_contact_us ul li img{
    width: 24px;
    margin-right: 15px;
    height: 24px;
}
.info_contact_us ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.info_contact_us ul li{
    font-size: 16px;
    line-height: 26px;
    color: #F0F0F0;
    font-weight: 300;
    margin-bottom: 8px;
    display: flex;
    padding: 0 20px;
}
.info_contact_us ul li:last-child{
    padding: 0;
    order: 1;
}
.sec_partner{
    padding: 44px 0;
    background: #896942;
}
#footer{
    padding: 64px 0;
    background: #202020;
}
.logo_ft img{
    height: 33px;
}
.logo_ft{
    margin-bottom: 36px;
}
.info_text_ft p{
    font-size: 16px;
    line-height: 26px;
    color: #949494;
    margin-bottom: 8px;
}
.info_text_ft ul{
    display: flex;
    margin-bottom: 8px;
}
.info_text_ft ul li{
    margin-right: 16px;
}
.info_text_ft ul li a{
    font-size: 16px;
    line-height: 26px;
    color: #949494;
}
.list_socical_ft a{
    display: inline-block;
    margin-right: 16px;
}
.list_socical_ft a img{
    width: 24px;
}
.card{
    background: transparent;
    border: none;
    
}
.card-header{
    border-bottom: none;
    
}
.content_box_story_brand{
    padding-top: 0;
    margin-bottom: 30px;
    /*display: none;*/
}
.item-slide-brand{
    margin-top: 48px;
}
.content_box_story_brand:last-child{
    margin-bottom: 0;
}
.content_box_story_brand p{
    color: #fff;
    padding: 0 50px;
    text-align: center;
    width: 686px;
    margin: 0 auto 30px auto;
    max-width: 100%;
}
.card-body{
    padding: 0;
}
.slider_brand_story{
    border-bottom: 1px solid #4e4e4e !important;
}


/*v2*/

.content_banner_head{
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 509px;
    right: 15%;
}
.content_banner_head h1{
    font-family: "SVN-Megante", sans-serif;
    background: linear-gradient(to right, #CCAA79 0%, #896942 100%);
    background-clip: text;
    color: transparent;
    font-size: 50px;
    margin: 14px 0;
    text-transform: uppercase;
    font-weight: 300;
}
.content_banner_head h3{
    margin: 0;
    background: linear-gradient(to right, #CCAA79 0%, #896942 100%);
    background-clip: text;
    color: transparent;
    font-size: 18px;
    text-transform: uppercase;
}
.content_banner_head p{
    margin: 0 auto;
    font-size: 16px;
    line-height: 26px;
    margin-top: 55px;
    color: #fff;
    margin-bottom: 24px;
    position: relative;
}
.content_banner_head p:before{
    background: #CCAA79;
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 1px;
}
.content_banner_head h4{
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #CCAA79;
    font-style: italic;
    text-align: center;
}
.sec_private{
    padding: 60px 0 64px 0;
    background: linear-gradient(to bottom, #202020 0%, #B59564 56%, #544431 100%);
}
.title_sec_private h2{
    text-align: center;
    background: linear-gradient(to right, #896942 0%, #CCAA79 50%, #896942 100%);
    background-clip: text;
    color: transparent;
    font-size: 34px;
    line-height: 42px;
    text-transform: uppercase;
    margin-bottom: 36px;
    font-weight: bold;
}
.title_sec_private p{
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 0;
    padding: 0 10%;
}
.box_ideal_for{
    border: 1px solid #CCAA79;
    padding: 16px 30px;
    border-radius: 16px;
    margin-top: 30px;
    margin-bottom: 32px;
    max-width: 688px;
    margin: 30px auto 32px auto;
}
.box_ideal_for h3{
    padding-bottom: 16px;
    border-bottom: 1px solid #CCAA79;
    color: #CCAA79;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
}
.box_ideal_for ul li{
    color: #fff;
    line-height: 26px;
    padding-left: 20px;
    position: relative;
}
.box_ideal_for ul li:before{
    content: "";
    background: #fff;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
}
.list_box_private{
    margin-bottom: 0;
}
.box_private{
    border-radius: 16px;
    overflow: hidden;
    background: #202020;
    margin-bottom: 24px;
}

.img_box_private {
    position: relative;
}

.content_box_private{
    padding: 16px 32px;
    color: #fff;
    margin: 16px 0;
}
.content_box_private p{
   /* height: 75px;*/
    overflow: hidden;
}
.content_box_private h3{
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px;
}
.sec_tes{
    padding: 60px 0 32px 0;
    background-image: url(img/Frame36.png);
    background-size: cover;
}
.title_sec_tes{
    text-align: center;
    color: #CCAA79;
    font-size: 34px;
    line-height: 42px;
    text-transform: uppercase;
    margin-bottom: 32px;
    font-weight: bold;
}
.box_tes{
    background: #896942;
    background-image: url(img/Layer_1.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    min-height: 300px;
    border-radius: 16px;
    padding: 32px 40px;
    color: #fff;
    max-width: 688px;
    margin: 0 auto;
}
.content_test{
    margin: 16px 0;
    height: 200px;
}
.info_tes{
    text-align: right;
}
.info_tes b, .info_tes strong{
    font-weight: bold;
}
.slider_tes .swiper-pagination{
    position: relative;
    margin: 15px 0;
}
.slider_tes .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border: 1px solid #949494;
    opacity: 1;
    background: #949494;
}
.slider_tes .swiper-pagination-bullet-active{
    background: linear-gradient(to right, #CCAA79 0%, #896942 100%);
    border: none;
}
.bg_banner_header_mb{
    display: none;
}
.img_br_mb{
    display: none;
}
.img_br_pc{
    max-width: 1044px;
    margin: 0 auto;
}
.content_box_story_brand{
    text-align: center;
}
.member_ship_level_card{
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0 100px;
}
.slider_thum_card{
    width: calc(100% - 430px);
}
.slider_card{
    width: 430px;
}
.img_box_service_mb{
    display: none;
}
.info_text_ft_wp{
    display: flex;
    justify-content: space-between;
}
.swiper-button-next-card, .swiper-button-prev-card{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.3);
}
.swiper-button-next-card{
    left: inherit;
    right: 0;
}
.decor_contact_us_pc_1{
    position: absolute;
    top: 113px;
    left: 10%;
    width: 302px;
}
.decor_contact_us_pc_2{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 492px;
}
.swiper-button-next, .swiper-button-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.3);
}
.swiper-button-next{
    left: inherit;
    right: 0;
}
.next_prev_service{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    
}
.next_prev_service .swiper-button-next, .next_prev_service .swiper-button-prev{
    position: inherit;
}
.next_prev_service .container{
    display: flex;
    justify-content: space-between;
}

.content_box_story_brand img, .brand-box-shadow {
    width: 1044px;
    max-width: 100%;
}

.brand-box-shadow {
    margin-bottom: 0px !important;
    position: relative;
    width: 1044px !important;
    max-width: 100%;
    box-shadow: 0 0px 21px 25px #202020;
    z-index: 9999999;
    display: flex;
    overflow: hidden;
    display: none;
}

.inner-box-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.inner-box-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    /*background: linear-gradient(to bottom, rgb(32 32 32), #00000000);*/
    /*background: linear-gradient(to bottom, rgb(32 32 32), rgb(32 32 32 / 80%), rgb(32 32 32 / 45%), rgb(32 32 32 / 20%),rgb(32 32 32 / 10%), #00000000);*/
    background: linear-gradient(to bottom, rgb(32 32 32), rgb(32 32 32) 0%, rgb(32 32 32 / 80%) 20%, rgb(32 32 32 / 45%) 40%, rgb(32 32 32 / 20%) 60%, rgb(32 32 32 / 10%) 80%, #00000000);
    pointer-events: none;
    z-index: 1;
}

.img_box_private::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: linear-gradient(to top, rgb(32 32 32), rgb(32 32 32 / 42%), transparent);
    pointer-events: none;
    z-index: 1;
}

.box_content_service {
    position: relative;
    height: auto;
}

.sec_our_service {
    height: auto;
}

.img_box_service {
    position: absolute;
    width: 100%;
    height: 100%;
}
