@font-face {
    font-family: 'AbhayaLibre_Regular';
    src: url('../font/AbhayaLibre-Regular.woff2') format('woff2'),
    url('../font/AbhayaLibre-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Gotham_Light';
    src: url('../font/Gotham-Light.woff2') format('woff2'),
    url('../font/Gotham-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham_Bold';
    src: url('../font/Gotham-Bold.woff2') format('woff2'),
    url('../font/Gotham-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --pimary-color: #073d59;
    --secondary-color: #f48326;
    --font-body: 'Gotham_Light', 'sans-serif';
    --font-storng: 'Gotham_Bold', 'sans-serif';
    --font-title: 'AbhayaLibre_Regular', 'sans-serif';

}
html {
    scroll-behavior: smooth;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: var(--font-body);
    font-size: 16px;
    color: #ffffff;
    line-height: 1.7;
    overflow-x: hidden;
    background: var(--pimary-color);
}

input, select, button, a, textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    cursor: pointer;
    outline: none;
    transition: all 0.25s;
}

input {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
    list-style: none;
}
::selection {
    background: #242424;
    color: #ffffff;
}

strong, b {
    font-family: var(--font-storng);
}

select option {
    color: black !important;
}
.container{
    padding: 0;
    width: 820px;
}
h1{
    margin: 0;
    color: var(--secondary-color);
    font-family: var(--font-title);
    font-size: 50px;
    line-height: normal;
    font-weight: normal;
}
h2{
    margin: 0;
    color: var(--secondary-color);
    font-family: var(--font-title);
    font-size: 50px;
    line-height: normal;
    font-weight: normal;
}
h4{
    margin: 0;
    color: var(--pimary-color);
    font-family: var(--font-storng);
    font-size: 24px;
    line-height: normal;
    font-weight: normal;
    text-transform: uppercase;
}
.section_slideshow{
    width: 100%;
    height: 100vh;
    position: relative;
}
.section_slideshow:before{
    content: '';
    width: 100%;
    height: 5px;
    background: var(--secondary-color);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.section_slideshow img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
}
.slide_show .slick-arrow{
    background: none;
    border: none;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
    margin: auto;
    z-index: 1;
    padding: 0;
}
.slide_show .slick-arrow.slick-next{
    left: auto;
    right: 50px;
}
.slide_show .slick-arrow img{
    width: auto;
    height: 100%;
    margin: auto;
    filter: brightness(0) invert(1);
}
.section_header{
    padding: 0 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    transition: all 0.5s;
    background: transparent;
}
.brand_logo{
    position: absolute;
    right: 50px;
    top: 0;
    background: var(--pimary-color);
    padding: 10px;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}
.brand_logo img{
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
    transition: all 0.5s;
}
.text_slide{
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    font-family: var(--font-title);
    font-size: 50px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
	
}
.text_slide p{
    font-family: var(--font-body);
    font-size: 16px;
    margin: 0;
}
.text_slide li>label{
    width: 100%;
    display: block;
}
.text_slide ul {
    margin: 0;
    padding: 0;
    transition: all 0.5s;
}
.text_slide ul li{
    margin: 0;
    list-style: none;
    line-height: 50px;
}
.slide_show .slick-active .text_slide ul li {
    animation-name: fadeInUp;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

.slide_show .slick-active .text_slide li:nth-child(1) {
    animation-delay: 0.5s;
}

.slide_show .slick-active .text_slide li:nth-child(2) {
    animation-delay: 0.6s;
}
.hamberger_menu {
    display: block;
    height: auto;
    position: absolute;
    left: 50px;
    transition: all 0.5s;
    top: 50px;
}
.hamberger_menu:before{
    content: '';
    background: var(--pimary-color);
    width: calc(100px + 15px);
    height: calc(30px + 15px);
    position: absolute;
    left: 0;
    top: 0;
}
.hamberger_menu_right .button_container{
    left: 0;
    top: 0;
}
.scroll_menu .button_container{
    position: absolute;
    left: 0;
    top: 0;
}

.button_container {
    position: relative;
    /*top: 0;*/
    /*bottom: 0;*/
    height: 18px;
    width: 30px;
    margin: auto;
    cursor: pointer;
    transition: all 1s;
    z-index: 15;
    right: auto;
    left: 15px;
    top: 15px;
    bottom: 0;
}
.button_container:before{
    content: 'Menu';
    color: #ffffff;
    position: absolute;
    right: -55px;
    top: 0;
    bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
    line-height: normal;
}
.button_container:hover {
    opacity: 1;
}

.button_container.active .top {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
    background: #fff;
    width: 100%;
}

.button_container.active .middle {
    opacity: 0;
    background: #fff;
}

.button_container.active .bottom {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
    background: #fff;
}

.button_container span {
    background: #ffffff;
    border: none;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(1) {
    width: 100%;
}

.button_container span:nth-of-type(2) {
    top: 8px;
}

.button_container span:nth-of-type(3) {
    top: 16px;
    width: 60%;
}
.button_container:hover span:nth-of-type(3), .button_container.active span:nth-of-type(3){
    width: 100%;
}

.overlay {
    position: fixed;
    /*background-image: url('../images/icon/bg.jpg');*/
    background: #073d59a6;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s;
    display: grid;
    z-index: 2;
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
    grid-template-columns: 1fr 2fr;
}

.overlay.open li {
    -webkit-animation: fadeInUp .9s ease forwards;
    animation: fadeInUp .9s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .40s;
    animation-delay: .40s;
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}

.overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}

.overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: .60s;
    animation-delay: .60s;
}

.overlay.open li:nth-of-type(7) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
}

.overlay.open li:nth-of-type(8) {
    -webkit-animation-delay: .70s;
    animation-delay: .70s;
}

.overlay.open li:nth-of-type(9) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}

.overlay.open li:nth-of-type(10) {
    -webkit-animation-delay: .80s;
    animation-delay: .80s;
}

.overlay.open li:nth-of-type(11) {
    -webkit-animation-delay: .85s;
    animation-delay: .85s;
}

.overlay nav {
    position: relative;
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    text-align: left;
    padding: 0 50px;
    margin-top: 75px;
}

.overlay ul {
    list-style: none;
    margin: 100px auto 0;
    position: relative;
    height: 100%;
    color: #ffffff;
    text-align: left;
    padding: 0 50px;
    z-index: 60;
    font-size: 16px;
}

.overlay ul li {
    /*display: block;*/
    position: relative;
    padding: 8px 0;
    opacity: 0;
    width: 100%;
    line-height: initial;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    /*overflow: hidden;*/
    opacity: 1;
    text-transform: uppercase;
    transition: all 0.25s;
}

.overlay ul li a.active,
.overlay ul li a:hover,
.nav_mobile .overlay-menu .active {
    color: var(--secondary-color);
    opacity: 1;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
    width: 100%;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}
.overlay-menu .left{
    flex: 1;
    background: #000000c0;
    -webkit-backdrop-filter: saturate(0);
    backdrop-filter: saturate(0);
    transition: all .3s ease;
}
.overlay-menu .right{
    flex: 1;
    background: var(--pimary-color);
    color: #fff;
    overflow: hidden;
    /*overflow-y: auto;*/
    height: 100%;
    text-align: left;
}
.fix_body {
    overflow: hidden !important;
}
.overlay_slide{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000026;
    top: 0;
    left: 0;
}
.section_intro{
    padding: 100px 0;
    text-align: center;
}
.tag_line{
    text-transform: uppercase;
    letter-spacing: 2px;
	color: #073d59;
}
.btn_discover{
    background: var(--secondary-color);
    color: #373535;
    padding: 9px 25px;
    border-radius: 50px;
    display: block;
    margin: 25px auto 0;
    width: fit-content;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.5s;
    font-family: var(--font-storng);
}
.btn_discover:hover{
    background: #ffffff;
    color: var(--pimary-color);
}
.images_intro{
    width: 100%;
    height: 550px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.images_intro img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.slide_intro .slick-track{
    display: grid;
    gap: 0 15px;
    grid-template-columns: 1fr 2fr;
}
.slide_intro .slick-track:before{
    content: none;
}
.information_intro{
    display: grid;
    gap: 0 15px;
    grid-template-columns: 2fr 1fr;
    padding-top: 15px;
}

.details_intro{
    background: #ffffff;
    text-align: center;
    padding: 50px;
    font-family: var(--font-title);
    font-size: 30px;
    color: var(--pimary-color);
    line-height: normal;
}
.details_intro p{
    margin-top: 0;
}
.details_intro p>label{
    text-transform: uppercase;
    display: block;
    width: 100%;
}
.section_masterplan{
    padding: 100px 0;
    text-align: center;
    background-image: url('../images/icon/bg.gif');
    background-size: cover;
}
.section_masterplan ul{
    margin: 15px auto 0;
    padding: 0;
    display: inline-block;
}
.section_masterplan li{
    list-style: none;
    display: inline-block;
    padding: 0 15px;
}
.section_masterplan li label.point{
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: var(--pimary-color);
    
    vertical-align: sub;
    margin-right: 5px;
}
.section_masterplan li label.soldout{
    background: #ca0000;
}
.section_masterplan .btn_discover{
    margin-top: 0;
}
.images_masterplan{
    padding: 50px 0;
    position: relative;
}
.images_masterplan img{
    width: 100%;
    display: block;
    margin: auto;
}
.section_slogan{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.section_slogan img{
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
}
.details_slogan{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    text-transform: uppercase;
    font-size: 75px;
    color: var(--pimary-color);
    font-family: var(--font-title);
    letter-spacing: 15px;
    line-height: normal;
}
.details_slogan p{
    margin: 0;
}
.details_slogan p>label{
    display: block;
    width: 100%;
}
.section_surrounding{
    padding: 100px 100px 100px 150px;
    background: #033e5d;
}
.section_surrounding .col-xs-7{
    float: right;
}
.section_surrounding .col-xs-5{
    padding-right: 100px;
}
.section_surrounding ul{
    margin: 5px 0 0;
    padding: 0;
}
.section_surrounding li{
    padding: 0;
    list-style: none;
}
.section_surrounding .btn_discover{
    margin: 25px auto 0 0;
}
.section_surrounding img{
    width: 100%;
     height: auto;
    display: block;
}
.section_surrounding .container{
    display: flex;
    align-items: center;
    width: 100%;
}
.section_surrounding li>label{
    float: right;
}
.section_parallax{
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 550px;
    color: #ffffff;
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: var(--font-title);
    line-height: normal;
    background-size: cover;
    background-position: top;
}
.section_parallax p{
    margin: 0;
}
.section_parallax p>label{
    display: block;
    width: 100%;
}
.section_managementprogram{
    padding: 100px 0;
    display: flow-root;
    width: 100%;
}
.images_managementprogram{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 600px;
}
.images_managementprogram img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    padding: 50px 0;
}
.details_managementprogram{
    background: #ffffff;
    padding: 0 50px;
    color: var(--pimary-color);
    position: relative;
}
.details_managementprogram:before{
    content: '';
    background: #ffffff;
    height: 100%;
    position: absolute;
    left: -50px;
    top: 0;
    width: calc(100% + 100px);
    z-index: -1;
}
.details_managementprogram .btn_discover{
    margin: 25px auto 0 0;
}
.details_managementprogram p{
    margin-bottom: 0;
}
.section_managementprogram .col-xs-5{
    position: relative;
}
.details_managementprogram .btn_discover:hover{
    background: var(--pimary-color);
    color: #ffffff;
}
.section_widget{
    padding: 100px 150px;
    text-align: center;
    background: #ffffff;
    display: flow-root;
    width: 100%;
    color: var(--pimary-color);
}
.section_widget img{
    width: 100%;
    height: auto;
    display: block;
}
.section_widget p {
    margin: 0;
    display: inline;
}
.details_ig{
    margin-top: 30px;
}
.btn_ig {
    padding: 8px 25px;
    border-radius: 50px;
    color: #ffffff;
    margin-left: 10px;
    border: none;
    background-image: linear-gradient(to right, #df993d, #c42a68, #7024c4);
    background-size: 130% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: inline-block;
    /*line-height: normal;*/
}

.btn_ig:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.section_widget img{
    width: 100%;
    display: block;
    margin: auto;
}
.section_footer{
    padding: 30px 0;
    background-image: url('../images/icon/bg.gif');
    background-size: cover;
    text-align: center;
}
.row_sitemap{
    padding: 0 50px 30px;
    text-transform: uppercase;
    font-size: 14px;
}
.row_sitemap ul{
    margin: 0 auto;
    padding: 0;
    display: inline-block;
}
.row_sitemap li{
    list-style: none;
    display: inline-block;
    padding: 0 15px;
}
.row_sitemap a:hover{
    color: var(--secondary-color);
}
.row_contact{
    display: flow-root;
    width: 100%;
    border-top: 1px solid #ffffff40;
    border-bottom: 1px solid #ffffff40;
    padding: 100px 0;
    text-align: left;
}
.logo_footer img{
    width: auto;
    height: 65px;
    margin: auto;
}
.images_icon {
    object-fit: cover;
    width: 25px;
    height: 25px;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    background: var(--secondary-color);
    margin: 0;
    transition: all 0.25s;
    vertical-align: middle;
}
.address{
    text-align: left;
    padding: 0 50px 0 0;
}
.address ul{
    margin: 0 0 15px;
    padding: 0;
    display: flow-root;
    width: 100%;
}
.address ul:nth-last-child(1){
    margin-bottom: 0;
}
.address li{
    list-style: none;
    float: left;
    width: calc(100% - 50px);
}
.address li:nth-child(1){
    width: 50px;
}
.social ul{
    margin: 0;
    padding: 0;
}
.social li{
    list-style: none;
    padding: 0 15px 15px;
    float: left;
    width: 33.33%;
    text-align: center;
}
.social .images_icon{
    background: #ffffff;
    margin: auto;
}
.social .images_icon:hover{
    background: var(--secondary-color);
}
.row_copy{
    padding: 30px 0 0;
    text-align: center;
    font-size: 14px;
}
.row_copy a{
    color: #f0af00;
}
.address a:hover{
    color: var(--secondary-color);
}
.details_intro img{
    width: auto;
    height: 40px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
}
.point_unit{
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-family: var(--font-storng);
    text-transform: uppercase;
    color: #ffffff;
    background: var(--pimary-color);
    border: 3px solid var(--secondary-color);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.unit_1{
    bottom: 70%;
    left: 20%;
}
.unit_2{
    bottom: 80%;
    left: 39%;
}
.unit_3{
    bottom: 73%;
    left: 62%;
}
.unit_4{
    bottom: 53%;
    left: 29%;
}
.unit_5{
    bottom: 52%;
    left: 40%;
}
.unit_6{
    bottom: 50%;
    left: 52%;
}
.unit_7{
    bottom: 48%;
    left: 65%;
}
.unit_8{
    bottom: 24%;
    left: 4%;
}
.unit_9{
    bottom: 24%;
    left: 14%;
}
.unit_10{
    bottom: 24%;
    left: 24%;
}
.unit_11{
    bottom: 24%;
    left: 35%;
}
.unit_12{
    bottom: 24%;
    left: 44%;
}
.unit_13{
    bottom: 24%;
    left: 54%;
}
.unit_14{
    bottom: 24%;
    left: 65%;
}
.unit_15{
    bottom: 24%;
    left: 74%;
}
.point_unit{
    border: none;
}
.phase_1{
    background: var(--secondary-color);
}
.unit_sold{
    background: #ca0000;
}
.span_f{
    position: absolute;
    top: 39%;
    left: 38.1%;
    z-index: 1;
}
.span_n{
    position: absolute;
    top: 38.5%;
    left: 49.5%;
    z-index: 1;
}
.span_i{
    position: absolute;
    z-index: 1;
    left: 43.5%;
    bottom: 44%;
}
.span_f:before{
    content: '';
    background-image: url('../images/icon/span_f.png');
    width: 31px;
    height: 70px;
    position: absolute;
    top: 5px;
    left: -8px;
    background-size: contain;
    background-repeat: no-repeat;
}
.span_n:before{
    content: '';
    background-image: url('../images/icon/span_n.png');
    width: 35px;
    height: 64px;
    position: absolute;
    top: 5px;
    right: -8px;
    background-size: contain;
    background-repeat: no-repeat;
}
.span_i:before{
    content: '';
    background-image: url('../images/icon/span_i.png');
    width: 29px;
    height: 21px;
    position: absolute;
    top: 5px;
    right: -8px;
    background-size: contain;
    background-repeat: no-repeat;
}
.scroll_menu{
    position: fixed;
    height: 70px;
    background: var(--pimary-color);
    width: 100%;
    top: 0;
    box-shadow: #00000017 0 0 10px;
}
.scroll_menu .hamberger_menu{
    height: 70px;
    top: 0;
}
.scroll_menu .brand_logo{
    height: 70px;
    padding: 10px 0;
    justify-content: right;
}
.scroll_menu .brand_logo img{
    width: auto;
    height: 45px;
}
.slide_intro .slick-arrow{
    background: none;
    border: none;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
    z-index: 1;
    padding: 0;
}
.slide_intro .slick-arrow.slick-next{
    left: auto;
    right: 30px;
}
.slide_intro .slick-arrow img{
    width: auto;
    height: 100%;
    margin: auto;
    filter: brightness(0) invert(1);
}
.section_mainparallax{
    height: 50vh;
    position: relative;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom;
}
.section_mainparallax img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.about_intro .details_intro p>label{
    text-transform: none;
}
.btn_sliderooms{
    display: grid;
    gap: 0 15px;
    grid-template-columns: 2fr 1fr;
    position: absolute;
    bottom: 100px;
    width: 100%;
}
.nav_slide{
    text-align: center;
}
.nav_slide button{
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    padding: 0;
}
.nav_slide button img{
    width: 100%;
    height: auto;
    display: block;
}
.section_floorplan{
    padding: 100px;
    background: #ffffff;
    text-align: center;
    color: #424242;
}
.images_floorplan{
    width: 100%;
    height: 500px;
    display: grid;
    gap: 0 15px;
    grid-template-columns: 3fr 1fr;
}
.images_floorplan img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: all 0.5s;
}
.images_floorplan .col-xs-8:hover img, .images_floorplan .col-xs-12:hover img{
    transform: scale(1.05);
}
.images_floorplan .col-xs-8{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.images_floorplan .col-xs-4{
    width: 100%;
    display: grid;
    gap: 15px 0;
    overflow: hidden;
    position: relative;
}
.images_floorplan .col-xs-12{
    overflow: hidden;
    position: relative;
}
.row_floorplan{
    margin: 100px 0;
}
.section_floorplan .row_floorplan:nth-last-child(1){
    margin-bottom: 0;
}
.section_floorplan .container{
    padding: 0!important;
}
.overlay_photo{
    background: #000c;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
    left: 0;
    top: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 60px;
    line-height: normal;
}
.overlay_photo label{
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
}
.photo_none{
    display: none;
}
.details_floorplan{
    display: grid;
    gap: 0 50px;
    grid-template-columns: 3fr 4fr;
    text-align: left;
    padding: 30px 30px 0;
}
.details_floorplan h2{
    font-size: 34px;
    color: var(--pimary-color);
}
.details_floorplan .col-xs-5{
    width: 100%;
}
.details_floorplan .col-xs-7{
    width: 100%;
}
.details_floorplan .col-xs-7 ul{
    float: right;
}
.details_floorplan ul{
    margin: 30px 0 0;
    padding: 0;
    display: flex;
    /*justify-content: space-between;*/
}
.details_floorplan li{
    list-style: none;
    /*width: 25%;*/
    /*float: left;*/
    text-align: center;
    font-family: var(--font-storng);
    padding: 0 10px;
}
.details_floorplan li:nth-child(1){
    padding-left: 0;
}
.details_floorplan li:nth-last-child(1){
    padding-right: 0;
}
.icon_rooms{
    width: 60px;
    height: 60px;
    padding: 15px;
    border-radius: 100%;
    margin: auto auto 5px;
    background: var(--secondary-color);
}
.icon_rooms img{
    width: auto;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: auto;
    filter: brightness(0) invert(1);
}
.details_floorplan li>label{
    width: 110px;
    background: var(--pimary-color);
    color: #fff;
    padding: 5px;
}
.images_plan img{
    width: auto;
    height: 140px;
    object-fit: cover;
    display: block;
    margin: auto auto 10px;
}
.slide_about .about_intro{
    padding: 0;
}
.row_about{
    margin-top: 15px;
}
.images_location{
    margin-top: 50px;
}
.images_location img{
    width: 100%;
    height: auto;
    display: block;
}
.section_location{
    background: #033e5d;
}
.slide_surrounding{
    margin-top: 50px;
}
.section_surrounding_info{
    background: #ffffff;
    padding: 100px 150px;
    text-align: center;
}
.images_surrounding_info{
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.images_surrounding_info img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.details_surrounding_info{
    padding: 50px 0 50px 50px;
    text-align: left;
    color: var(--pimary-color);
}
.details_surrounding_info ul{
    padding: 0;
    margin: 15px 0 0;
}
.details_surrounding_info li{
    list-style: none;
    padding: 0;
}
.details_surrounding_info li>label{
    float: right;
}
.slide_surrounding .slick-arrow{
    background: none;
    border: none;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
    margin: auto;
    z-index: 1;
    padding: 0;
}
.slide_surrounding .slick-arrow.slick-next{
    left: auto;
    right: -50px;
}
.slide_surrounding .slick-arrow img{
    width: auto;
    height: 100%;
    margin: auto;
}
.sectio_googlemap{
    display: flow-root;
    width: 100%;
    height: 500px;
}
.sectio_googlemap iframe{
    width: 100%;
    height: 100%;
    display: block;
}
.row_masterprogram{
    margin-top: 50px;
    display: grid;
    gap: 0 50px;
    grid-template-columns: 1fr 1fr;
    text-align: left;
}
.row_masterprogram .col-xs-6{
    width: 100%;
}
.row_masterprogram img{
    width: 100%;
    display: block;
    height: 300px;
    object-fit: cover;
}
.row_masterprogram .col-xs-6:nth-child(1) img{
    margin-top: 40px;
}
.row_masterprogram .col-xs-6:nth-child(2) img{
    margin-bottom: 40px;
}
.section_program{
    padding: 100px 150px;
    background: #ffffff;
}
.details_program{
    padding: 30px 30px 0;
    color: var(--pimary-color);
}
.images_program{
    width: 100%;
    height: 400px;
}
.images_program img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.slide_program .slide{
    padding: 0 25px;
}
.details_program h4{
    font-size: 18px;
    margin-bottom: 15px;
}
.slide_program .slick-list{
    margin: 0 -25px;
}
.slide_program .slick-arrow{
    background: none;
    border: none;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 200px;
    bottom: auto;
    left: -50px;
    margin: auto;
    z-index: 1;
    padding: 0;
}
.slide_program .slick-arrow.slick-next{
    left: auto;
    right: -50px;
}
.slide_program .slick-arrow img{
    width: auto;
    height: 100%;
    margin: auto;
}
.section_mainparallax:before {
    content: '';
    width: 100%;
    height: 5px;
    background: var(--secondary-color);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.section_gallery{
    padding: 50px 150px 0;
}
.overlay_gallery{
    background: #000c;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
    left: 0;
    top: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s;
}
.images_gallery{
    width: 100%;
    height: 300px;
}
.images_gallery img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s;
}
.row_photogallery{
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
}
.row_photogallery .col-xs-4{
    width: 100%;
    overflow: hidden;
}
.row_photogallery .col-xs-4:hover .overlay_gallery{
    opacity: 1;
}
.row_photogallery .col-xs-4:hover .images_gallery img{
    transform: scale(1.05);
}
.section_gallery ul{
    display: inline-block;
    margin: 0 auto 50px;
}
.section_gallery li{
    display: inline-block;
    padding: 0;
    list-style: none;
}
.nav-pills > li + li{
    margin: 0;
}
.nav-pills > li > a{
    border-radius: 0;
    padding: 10px 30px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
    background: var(--secondary-color);
    border-radius: 100px;
    color: var(--pimary-color);
}
.section_contact form{
    margin-top: 50px;
}
.section_contact form .col-xs-6, .section_contact form .col-xs-12{
    padding: 0 25px 25px;
}
.row_input{
    margin: 0 -25px;
    text-align: left;
}
.row_input label{
    width: 100%;
}
.input_data{
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    padding: 10px 0;
}
.btn_submit{
    margin: 0 auto;
    border: none;
}
span.error, span#span_error{
    color: var(--secondary-color);
    font-style: italic;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}
.row_input textarea{
    height: 200px;
}
.section_contact form .col-xs-12:nth-last-child(1){
    padding-bottom: 0;
}
.section_alternativecontacts{
    padding: 100px 0;
    background: #ffffff;
    color: var(--pimary-color);
}
.row_alternativecontacts{
    display: grid;
    gap: 0 50px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
.row_alternativecontacts ul{
    margin: 20px 0;
    padding: 0;
}
.row_alternativecontacts ul:nth-last-child(1){
    margin-bottom: 0;
}
.row_alternativecontacts ul:nth-child(1){
    margin-top: 0;
}
.row_alternativecontacts li{
    list-style: none;
}
.row_alternativecontacts .col-xs-6{
    width: 100%;
}
.row_alternativecontacts h2{
    font-size: 40px;
}
.row_alternativecontacts h4{
    font-size: 16px;
    margin-bottom: 5px;
    color: var(--secondary-color);
}
.row_alternativecontacts img{
    width: 100%;
    display: block;
}
.row_alternativecontacts a:hover{
    color: var(--secondary-color);
}
.section_ourteam{
    padding: 0;
    background: #fdf8f3;
    color: var(--pimary-color);
    position: relative;
}
.section_ourteam:before{
    content: '';
    width: 100%;
    height: 8px;
    background: var(--secondary-color);
    position: absolute;
    right: 0;
    bottom: 0;
}
.section_ourteam .container{
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
}
.section_ourteam label.tag_line{
    font-size: 18px;
}
.section_ourteam img{
    width: 100%;
    height: 100%;
    display: block;
    margin-right: 0;
    object-fit: cover;
}
.section_ourteam .col-xs-6{
    height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section_ourteam .col-xs-6:nth-last-child(1){
    padding: 50px 100px 50px 0;
}
.section_architect{
    padding: 100px 0;
    text-align: center;
}
.row_architect{
    display: flex;
    align-items: center;
    text-align: left;
    margin: 50px auto 0;
    width: 700px;
}
.row_architect p{
    margin: 0;
}
.row_architect img{
    width: 115px;
    height: auto;
    display: block;
}
.details_architect{
    padding-left: 50px;
}
.images_architect{
    padding: 50px 0;
}
.images_architect img{
    width: 100%;
    height: auto;
    display: block;
}
.details_surrounding_info img{
    width: auto;
    height: 60px;
    margin: 0 auto 15px 0;
    display: block;
    object-fit: contain;
    filter: invert(19%) sepia(35%) saturate(1637%) hue-rotate(163deg) brightness(93%) contrast(97%);
}
.section_aboutconstruction{
    padding: 0 0 100px;
    text-align: center;
}
.row_aboutconstruction{
    align-items: center;
    text-align: left;
    margin: 50px auto 0;
    width: 700px;
    display: grid;
    gap: 0 50px;
    grid-template-columns: 1fr 3fr;
}
.row_aboutconstruction .details_construction{
    text-align: left;
}
.details_construction h4{
    color: #fff;
    text-transform: none;
    font-size: 18px;
    margin-bottom: 15px;
}
.details_construction ul{
    margin: 0;
    padding: 0;
}
.details_construction li{
    list-style: none;
    width: 100%;
}
.logo_construction img{
    width: auto;
    height: 160px;
}
.section_ourteam .col-xs-3{
    height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section_ourteam .col-xs-3:nth-child(2){
    position: relative;
    left: auto;
    padding: 50px;
}
.section_ourteam .col-xs-3:nth-child(2) img{
    width: 100%;
    height: auto;
}
.section_club{
    display: inline-block;
    width: 100%;
}
.row_club{
    text-align: left;
    margin-top: 100px;
}
.images_club{
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.images_club img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.details_club{
    padding: 50px 100px 50px 50px;
    color: #ffffff;
}
.details_club h3{
    font-size: 24px;
    font-family: var(--font-storng);
    margin: 0;
}
.details_club h3>label{
    display: inline-block;
    width: 100%;
}
.details_club p{
    margin-bottom: 0;
}
.details_club .btn_discover{
    border: none;
    margin-left: 0;
}
.section_program_club{
    background: var(--pimary-color);
    padding-top: 0!important;
    color: #ffffff;
    text-align: center;
}
.section_program_club .slide_program{
    margin-top: 100px;
}
.section_program_club .details_program{
    color: #ffffff;
    text-align: left;
}
.section_program_club h2{
    font-size: 44px;
}
.section_program_club .details_program h4{
    color: #ffffff;
}
.section_program_club .slide_program .slick-arrow img{
    filter: brightness(0) invert(1);
}
.section_signatureconcept{
    background: #ffffff;
    padding: 100px 0;
    text-align: center;
    margin-bottom: 15px;
    color: var(--pimary-color);
}
.section_signatureconcept p>label{
    display: inline-block;
    width: 100%;
}
.section_signatureconcept h2{
    font-size: 44px;
}
.row_signatureconcept ul{
    margin: 0 auto;
    display: inline-block;
    padding: 0;
}
.row_signatureconcept li{
    list-style: none;
    padding: 15px;
    display: inline-block;
    width: 32%;
}
.row_signatureconcept{
    margin-top: 50px;
}
.row_signatureconcept .images_icon{
    background: var(--pimary-color);
    width: 60px;
    height: 60px;
    margin: auto;
}
.section_photointro_about .information_intro{
    display: inline-block;
    width: 100%;
}
.section_photointro_about .information_intro .slide_intro .slick-track{
    grid-template-columns: 2fr 1fr;
}
.section_soleilclub{
    background: #ffffff;
    color: var(--pimary-color);
}
.section_mainparallax_full{
    height: 100vh;
}
.details_soleilclub{
    padding: 100px 0 0;
    text-align: center;
}
.images_soleilclub img{
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
.details_soleilclub .btn_discover{
    color: #ffffff;
}
.details_soleilclub .btn_discover:hover{
    background: var(--pimary-color);
    color: #ffffff;
}
.section_architect_new{
    text-align: left;
    background: #e5e6e6;
    padding: 0 0 0 150px;
    color: var(--pimary-color);
    /*background-image: url('../images/our-team/bg_kitrawee.png');*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center right;*/
}
.section_architect_new .container{
    width: 100%;
    display: flex;
    align-items: center;
}
.section_architect_new img{
    height: auto;
    width: 100%;
    display: block;
}
.section_architect_new .details_construction li{
    float: left;
}
.section_architect_new .details_construction li:nth-child(odd){
    width: 100px;
}
.section_architect_new .details_construction li:nth-child(even){
    width: calc(100% - 100px);
}
.section_architect_new .details_construction h4{
    color: #ce764b;
}
.section_architect_new .logo_construction img{
    height: 140px;
    width: auto;
}
.section_architect_new .row_aboutconstruction{
    width: 100%;
    gap: 0;
}
/*.section_architect_new .col-xs-6:nth-last-child(1) img{*/
/*    display: none;*/
/*}*/
.details_architect_new{
    padding: 100px 0;
}
.details_architect_new a:hover{
    color: var(--secondary-color);
}
.signature{
    text-align: right;
    margin-top: 25px;
}
.signature img{
    width: auto!important;
    height: 80px!important;
    display: block;
    margin: 0 0 0 auto;
}
.details_architect_new .signature img{
    height: 70px!important;
}
.new_home .brand_logo{
    right: 0;
    left: 0;
    margin: auto;
    background: none;
    width: 180px;
    text-align: center;
    justify-content: center;
    height: auto;
    top: 50px;
    padding: 0;
}
.new_home .text_slide{
    justify-content: start;
    top: 155px;
    font-size: 30px;
    height: auto;
}
.new_home .text_slide ul li{
    line-height: 32px;
}
.new_home .scroll_menu .brand_logo{
    top: 0;
    bottom: 0;
    margin: auto;
}
.new_home .brand_logo img:nth-child(2){
    display: none;
}
.new_home .scroll_menu .brand_logo img:nth-child(2){
    display: block;
}
.new_home .scroll_menu .brand_logo img:nth-child(1){
    display: none;
}
.images_masterplan_new{
    display: inline-block;
    width: 100%;
}
.section_masterplan_new .container{
    width: 991px;
}

.details_masterplan{
    padding-left: 50px;
    text-align: left;
    text-transform: uppercase;
}
.details_masterplan h3{
    margin: 0;
    color: var(--secondary-color);
    font-family: var(--font-title);
    font-size: 30px;
    line-height: normal;
    font-weight: normal;
    text-transform: none;
}
.details_masterplan ul{
    padding: 0;
    margin: 15px 0 25px;
    width: 160px;
}
.details_masterplan li{
    width: 100%;
    padding: 0;
}
.details_masterplan li>label{
    font-family: var(--font-storng);
    width: 40px;
}
.details_masterplan li>span{
    float: right;
}
.images_masterplan_new .unit_2 {
    bottom: 84%;
    left: 39%;
}
.images_masterplan_new .unit_3 {
    bottom: 76%;
    left: 62%;
}
.images_masterplan_new .unit_8,
.images_masterplan_new .unit_9,
.images_masterplan_new .unit_10,
.images_masterplan_new .unit_11,
.images_masterplan_new .unit_12,
.images_masterplan_new .unit_13,
.images_masterplan_new .unit_15,
.images_masterplan_new .unit_14
{
    bottom: 19%;
}
