
@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-medium';
    src: url('../font/gotham-medium.woff2') format('woff2'),
    url('../font/gotham-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'kanit-light';
    src: url('../font/kanit-light.woff2') format('woff2'),
    url('../font/kanit-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'kanit-medium';
    src: url('../font/kanit-medium.woff2') format('woff2'),
    url('../font/kanit-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'calibri-bold';
    src: url('../font/calibri-bold.woff2') format('woff2'),
    url('../font/calibri-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'calibri-light';
    src: url('../font/calibri-light.woff2') format('woff2'),
    url('../font/calibri-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'agaramondpro-regular';
    src: url('../font/agaramondpro-regular.woff2') format('woff2'),
    url('../font/agaramondpro-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


::selection {
    color: #ffffff;
    background: #000;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    padding: 0;
    margin: 0;
    font-family: 'kanit-light','sans-serif';
    font-size: 18px;
    color: #000000;
    line-height: 1.7;
    overflow-x: hidden!important;
    background: #ffffff;
}

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

select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
    list-style: none;
}
select option{
    color: black!important;
}
ul{
    margin: 0;
    padding: 0;
    display: flow-root;
}
h1{
    font-family: 'kanit-medium','sans-serif';
    line-height: normal;
    margin: 0;
    font-weight: initial;
}
h2{
    font-family: 'kanit-medium','sans-serif';
    line-height: normal;
    margin: 0;
    font-size: 36px;
    font-weight: initial;
}
h3{
    font-family: 'kanit-medium','sans-serif';
    line-height: normal;
    margin: 0;
    font-weight: initial;
    font-size: 24px;
}
h4{
    font-family: 'kanit-medium','sans-serif';
    line-height: normal;
    margin: 0;
    font-weight: initial;
    font-size: 20px;
}

.container {
    position: relative;
    padding: 0;
}
.contact_header{
    background: #03172b;
    padding: 0 50px;
    color: #ffffff;
    display: flow-root;
    width: 100%;
    font-family: 'gotham-light', 'sans-serif';
    font-size: 14px;
}
.contact_header ul{
    float: right;
}
.contact_header li{
    list-style: none;
    float: left;
    padding: 0 15px;
    line-height: 50px;
}
.contact_header a:hover{
    color: #ebb228;
}
.contact_header a:hover .mask_img{
    background: #ebb228;
}
.contact_header li:nth-last-child(1){
    padding-right: 0;
}
.mask_img {
    width: 18px !important;
    height: 18px !important;
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100%;
    mask-repeat: no-repeat;
    background: #ffffff;
    transition: all 0.25s;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}
.section_menu{
    height: 70px;
    background: #062341;
    color: #ffffff;
    position: relative;
    padding: 0 50px;
    font-size: 18px;
}
.brand_logo{
    position: absolute;
    left: 50px;
    height: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.brand_logo img{
    height: 100%;
    width: auto;
    display: block;
}
.main_menu ul{
    float: right;
}
.main_menu li{
    list-style: none;
    float: left;
    padding: 0 15px;
}
.main_menu li>a{
    line-height: 70px;
    display: block;
}
.main_menu li>a.active, .main_menu li>a:hover{
    color: #ebb228;
}
.main_menu li:nth-last-child(1){
    padding-right: 0;
}
.section_header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    transition: all 0.5s;
}
.section_slide{
    padding-top: 120px;
}
.section_slide, .slide_home .slick-track{
    height:  auto!important;
    position: relative;
    background: #052341;
}
.section_slide img{
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
.slide_home .slick-arrow{
    background: none;
    border: none;
    position: absolute;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.slide_home .slick-arrow.slick-prev{
    left: 30px;
}
.slide_home .slick-arrow.slick-next{
    right: 30px;
}
.slide_home .slick-arrow img{
    width: auto;
    height: 30px;
    display: block;
    filter: brightness(0) invert(1);
}
.slide_home .slick-dots{
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 50px;
    right: 50px;
    display: flex;
    align-items: center;
    z-index: 1;
}
.slide_home .slick-dots button{
    background: #959595;
    opacity: 1;
    border: 2px solid #959595;
    transition: all 0.5s;
}
.slide_home .slick-dots li.slick-active button{
    background: transparent;
    border: 2px solid #ebb228;
    width: 13px;
    height: 13px;
}
.overlay_slide{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, #00000000 0%, #000000e0 100%);
}
.text_slide{
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 50px;
    color: #ffffff;
    padding: 0 50px;
}
.text_slide label{
    font-family: 'calibri-bold','sans-serif';
    background: #ebb228;
    border-radius: 50px;
    padding: 5px 15px;
    color: #000000;
    letter-spacing: 2px;
    font-size: 16px;
    display: inline;
}
.text_slide p>span{
    display: inline-block;
    width: 100%;
    background: none;
    color: #ffffff;
    padding: 0;
}
.text_slide p{
    margin: 0;
}
.text_slide p.title{
    font-family: 'kanit-medium','sans-serif';
    font-size: 50px;
    margin: 10px 0;
    line-height: 50px;
}
.btn_readmore{
    background: #062341;
    color: #ffffff;
    padding: 10px 30px;
    border: none;
    border-radius: 7px;
    margin-top: 25px;
}
.btn_readmore:hover{
    background: #ebb228;
    color: #000000;
}
.section_description{
    padding: 100px 0 600px;
    text-align: center;
    background: linear-gradient(180deg, rgba(6,35,65,1) 0%, rgba(3,23,43,1) 100%);
    color: #ffffff;
}
.section_description h1{
    font-size: 36px;
    color: #ebb228;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.section_description h1:before{
    content: '';
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    width: 130px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.section_description span{
    font-size: 16px;
    letter-spacing: 2px;
}
.section_description label{
    display: inline-block;
    width: 100%;
}
.section_latestproject{
    padding: 0 0 100px 0;
    text-align: center;
    color: #ffffff;
    margin-top: -500px;
}
.box_latestproject{
    border-radius: 7px;
    overflow: hidden;
    margin-top: 50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.box_latestproject img{
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
    object-position: top;
}
.details_latestproject{
    display: flow-root;
    width: 100%;
    padding: 15px 25px;
    background: linear-gradient(270deg, rgba(0,52,105,1) 0%, rgba(3,23,43,1) 100%);
    color: #ffffff;
    text-align: left;
    position: relative;
}
.details_latestproject p{
    margin: 0;
    color: #bbbbbb;
    font-size: 16px;
}
.box_latestproject label{
    font-family: 'calibri-bold', 'sans-serif';
    background: #ebb228;
    border-radius: 50px;
    padding: 5px 15px;
    color: #000000;
    letter-spacing: 2px;
    font-size: 16px;
    display: inline-flex;
}
.details_latestproject li{
    list-style: none;
    float: left;
    position: relative;
}
.details_latestproject ul{
    display: flex;
    align-items: center;
}
.details_latestproject li:nth-child(1){
    width: 80%;
}
.details_latestproject li:nth-last-child(1){
    float: right;
    position: absolute;
    right: 25px;
    width: 20%;
    text-align: right;
}
.details_latestproject h3{
    transition: all 0.5s;
}
.details_latestproject a:hover h3{
    color: #ebb228;
}
.section_previousproject{
    padding: 100px 0;
    text-align: center;
}
.section_previousproject h2{
    color: #03172c;
    padding-bottom: 30px;
    position: relative;
}
.section_previousproject h2:before{
    content: '';
    background: linear-gradient(270deg, rgba(3,23,43,0) 0%, rgba(3,23,43,1) 50%, rgba(3,23,43,0) 100%);
    width: 130px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.section_previousproject .btn_readmore{
    margin-top: 50px;
}
.details_latestproject{
    display: flow-root;
    width: 100%;
    padding: 15px 25px;
    background: linear-gradient(270deg, rgba(0,52,105,1) 0%, rgba(3,23,43,1) 100%);
    color: #ffffff;
    text-align: left;
}
.box_previousproject{
    border-radius: 7px;
    overflow: hidden;
}
.box_previousproject img{
    width: 100%;
    height: 300px;
    display: block;
    object-fit: cover;
    object-position: top;
}
.list_previousproject{
    display: inline-block;
    width: 100%;
    margin-top: 70px;
}
.section_previousproject .container{
    width: 100%;
    padding: 0 100px;
}
.details_previousproject{
    display: flow-root;
    width: 100%;
    padding: 15px 25px;
    background: linear-gradient(270deg, rgba(0, 52, 105, 1) 0%, rgba(3, 23, 43, 1) 100%);
    color: #ffffff;
    text-align: left;
}
.details_previousproject li{
    list-style: none;
    float: left;
}
.details_previousproject li:nth-child(1){
    width: 75%;
}
.details_previousproject li:nth-last-child(1){
    float: right;
    position: absolute;
    right: 50px;
    width: 25%;
    text-align: right;
}
.details_previousproject ul {
    display: flex;
    align-items: center;
}
.details_previousproject label {
    font-family: 'calibri-bold', 'sans-serif';
    background: #e32727;
    border-radius: 50px;
    padding: 5px 15px;
    color: #000000;
    letter-spacing: 2px;
    font-size: 16px;
    display: inline;
}
.details_previousproject p{
    margin: 0;
    color: #bbbbbb;
    font-size: 16px;
}
.row_previousproject{
    margin: -25px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.row_previousproject .col-xs-4{
    padding: 25px;
    width: 100%;
}
.address{
    background: #062341;
    padding: 50px 0;
    color: #ffffff;
}
.copyright{
    background: #03172b;
    padding: 15px 0;
    color: #ffffff;
}
.row_address{
    margin: 0 -25px;
}
.row_address .col-xs-3{
    padding: 0 25px;
}
.row_address .col-xs-3:nth-child(1){
    padding-top: 50px;
}
.row_address .col-xs-3:nth-child(2){
    padding-left: 80px;
}
.row_address .col-xs-3:nth-last-child(1) p{
    margin: 0;
}
.row_address img{
    width: 100%;
    height: auto;
    display: block;
}
.row_address h4{
    color: #ebb228;
    font-size: 20px;
    margin-bottom: 10px;
}
.row_address li{
    list-style: none;
}
.social_media{
    margin-top: 30px;
}
.social_media li{
    float: left;
    padding: 0 10px;
}
.social_media li:nth-child(1){
    padding-left: 0;
}
.social_media li:nth-last-child(1){
    padding-right: 0;
}
.social_media .mask_img{
    width: 30px!important;
    height: 30px!important;
}
.social_media .mask_img:hover{
    background: #ebb228;
}
.row_address p>label{
    display: inline-block;
    width: 100%;
}
.row_address a:hover{
    color: #ebb228;
}
.copyright{
    font-family: 'calibri-light', 'sans-serif';
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
}
.copyright p{
    margin: 0;
}
.section_header.scroll_menu{
    top: -50px;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
}
.menu_mobile{
    display: none;
}
.hamberger_menu {
    display: block;
    height: 70px;
}
.button_container {
    position: absolute;
    /*top: 0;*/
    /*bottom: 0;*/
    height: 18px;
    width: 30px;
    margin: auto;
    cursor: pointer;
    transition: all 1s;
    z-index: 15;
    right: 50px;
    left: auto;
    top: 0;
    bottom: 0;
}

.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: #ffffff;
}

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

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

.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(2) {
    top: 8px;
}

.button_container span:nth-of-type(3) {
    top: 16px;
}

.overlay {
    position: fixed;
    background: #052341;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    z-index: 9;
    transition: all 1s;
}

.overlay.open {
    opacity: 1;
    width: 350px;
}

.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 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: 80px auto 0;
    position: relative;
    height: 100%;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
    padding: 0 30px;
}

.overlay ul li {
    /*display: block;*/
    position: relative;
    padding: 10px 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;
    transition: all 0.25s;
}

.overlay ul li a.active, .overlay ul li a:hover, .nav_mobile .overlay-menu .active {
    color: #ebb228;
    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;
    }
}

.fix_body {
    overflow: hidden !important;
}
.button_container.active{
    top: -80px;
}
.button_container:before{
    content: '';
    background: #000;
    width: 40px;
    height: 40px;
}
.scroll_menu .button_container.active{
    top: 0;
}
.section_parallax{
    height: 40vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-top: 120px;
}
.section_parallax img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.overlay_parallax{
    background: #000d1a66;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.text_parallax{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-family: 'agaramondpro-regular','sans-serif';
    font-size: 50px;
    line-height: 50px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 10px;
    padding: 0 30px;

}
.section_ourproject{
    padding: 100px 0;
    text-align: center;
    background: linear-gradient(180deg, rgba(6, 35, 65, 1) 0%, rgba(3, 23, 43, 1) 100%);
    color: #ffffff;
}
.images_allproject{
    width: 100%;
    height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 7px;
    overflow: hidden;
}
.images_allproject img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.details_allproject{
    height: calc(650px - 100px);
    background: #062341;
    padding: 15px 15px 15px 0;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
}
.section_allproject{
    display: flow-root;
    width: 100%;
    padding: 100px;
}
.content_allproject{
    border: 1px solid #183c62;
    width: 100%;
    height: 100%;
    border-left: none;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    padding: 0 30px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.content_allproject span{
    font-family: 'calibri-bold', 'sans-serif';
    background: #e32727;
    border-radius: 50px;
    padding: 5px 15px;
    color: #000000;
    letter-spacing: 2px;
    font-size: 16px;
    display: inline;
    width: max-content;
    line-height: normal;
}
.content_allproject h2{
    color: #ffffff;
}
.content_allproject li{
    list-style: none;
    margin-bottom: 20px;
}
.content_allproject li:nth-last-child(1){
    margin-bottom: 0;
}
.content_allproject li:nth-child(1){
    margin-top: 20px;
}
.content_allproject label{
    font-size: 20px;
    font-family: 'kanit-medium','sans-serif';
    word-wrap: break-word;
}
.content_allproject p{
    margin: 0;
}
.content_allproject .btn_readmore{
    border: 1px solid #ffffff;
    color: #ebb228;
}
.content_allproject .btn_readmore:hover{
    border-color: #ebb228;
    color: #000000;
}
.section_allproject .box_allproject{
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}
.section_allproject .box_allproject:nth-last-child(1){
    margin-bottom: 0;
}
.section_allproject .box_allproject:nth-child(even) .col-xs-8{
    float: right;
}
.section_allproject .box_allproject:nth-child(even) .details_allproject{
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding: 15px 0 15px 15px;
}
.section_allproject .box_allproject:nth-child(even) .content_allproject{
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0;
    border-left: 1px solid #183c62;
}
.box_allproject .col-xs-8 .images_allproject{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.contact_us{
    margin: 50px 0 0;
    display: flow-root;
    width: 100%;
}
.row_contactus{
    margin: 0 -25px;
}
.row_contactus .col-xs-4{
    padding: 0 25px;
}
.contact_us .mask_img{
    width: 30px!important;
    height: 30px!important;
    margin: 0 auto;
}
.box_contact{
    width: 80px;
    height: 80px;
    border: 2px solid #ffffff;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}
.details_contact{
    margin-top: 25px;
    font-size: 20px;
}
.details_contact h2{
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 2px;
}
.details_contact p{
    margin: 0;
}
.details_contact p>label{
    display: inline-block;
    width: 100%;
}
.details_contact a:hover{
    color: #ebb228;
}
.section_googlemap iframe{
    width: 100%;
    height: 600px;
}
.section_contactus{
    padding: 100px 0 400px;
}
.section_googlemap{
    padding: 0;
    margin-top: -300px;
}
.section_register{
    padding: 100px 0;
    text-align: center;
}
.section_register h2 {
    color: #03172c;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 30px;
}
.section_register h2:before {
    content: '';
    background: linear-gradient(270deg, rgba(3, 23, 43, 0) 0%, rgba(3, 23, 43, 1) 50%, rgba(3, 23, 43, 0) 100%);
    width: 130px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.section_register form{
    width: 768px;
    margin: auto;
}
.row_input{
    margin: 0 -15px;
    color: #777777;
    text-align: left;
}
.row_input .col-xs-2{
    padding: 0 15px;
    width: 250px;
    text-align: right;
}
.row_input .col-xs-10{
    padding: 0 15px;
    width: calc(100% - 250px);
    position: relative;
}
.row_input .input_data{
    width: 100%;
    border: none;
    border-bottom: 1px solid #afafaf;
    border-radius: 0;
    margin: 0;
    padding: 10px;
    background: none;
    line-height: inherit;
    font-size: 17px;
}
.row_input .col-xs-2 label{
    padding: 10px 0;
}
.row_input .col-xs-12{
    margin-bottom: 30px;
}
.row_input i{
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    height: 20px;
    margin: auto;
    color: #03172c;
}
.g-recaptcha{
    float: left;
}
.row_input label>span{
    color: red;
}
span.error, #span_error{
    display: flex!important;
}
.section_thankyou{
    padding: 100px 0;
}
.section_thankyou .btn_readmore{
    background: #ffffff;
    color: #062341;
}
.section_thankyou .btn_readmore:hover{
    background: #ebb228;
    color: #000;
}
.section_custcondo{
    padding: 100px 0 400px;
}
.section_custcondo h2{
    font-size: 26px;
    color: #ffffff;
    font-style: italic;
    padding: 10px 30px;
    border: 1px solid #496889;
    border-radius: 7px;
    display: inline-block;
    margin: 30px 0 0;
}
.section_custcondo h2>label{
    color: #ebb228;
    display: inline;
}
.cust_condo{
    text-align: left;
    width: 768px;
    margin: 50px auto 0;
}
.cust_condo h3{
    font-size: 20px;
    margin-bottom: 15px;
}
.cust_condo li{
    list-style: none;
    border-bottom: 1px solid #687786;
    padding: 5px 0;
    width: 100%;
}
.cust_condo li:nth-last-child(1){
    border-bottom: none;
}
.cust_condo li>label{
    float: right;
    display: inline;
    width: auto;
}
.row_custcondo{
    margin: 0 -25px;
}
.row_custcondo .col-xs-6{
    padding: 0 25px;
}
.section_latestproject_info .box_latestproject{
    margin: 0;
}
.section_latestproject_info{
    margin-top: -300px;
}
.section_roomtype{
    padding: 0;
    text-align: center;
    overflow: hidden;
}
.section_roomtype p.tag_line{
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 0;
}
.section_roomtype p.tag_line:before{
    content: '';
    background: linear-gradient(270deg, rgba(3, 23, 43, 0) 0%, rgba(3, 23, 43, 1) 50%, rgba(3, 23, 43, 0) 100%);
    width: 130px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.section_roomtype .container{
    width: 768px;
    margin: 0 auto;
}
.section_roomtype .box_latestproject{
    margin: 0;
}
.slide_room{
    margin: 50px auto 0;
    /*width: 768px!important;*/

}
.section_roomtype .box_latestproject img{
    height: 400px;
}
.slide_room .slide{
    padding: 0 25px;
}
.slide_room .slick-list{
    overflow: inherit!important;
    margin: 0 -25px;
}
.slide_room .slick-arrow{
    background: none;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 30px;
    z-index: 1;
}
.slide_room .slick-arrow img{
    height: 30px;
    width: auto;
    display: block;
}
.slide_room .slick-prev{
    left: -50px;
}
.slide_room .slick-next{
    left: auto;
    right: -50px;
}
.section_roomtype .box_latestproject label{
    font-family: 'kanit-medium','sans-serif';
    padding: 10px 20px;
    border-radius: 7px;
    background: none;
    color: #ebb228;
    border: 1px solid #fff;
    letter-spacing: normal;
    transition: all 0.5s;
}
.section_roomtype .box_latestproject label:hover{
    background: #ebb228;
    color: #000;
    border-color: #ebb228;
}
.section_gallery{
    padding: 100px;
    text-align: center;
    display: flow-root;
    width: 100%;
}
.section_gallery h2{
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
}
.section_gallery h2:before{
    content: '';
    background: linear-gradient(270deg, rgba(3, 23, 43, 0) 0%, rgba(3, 23, 43, 1) 50%, rgba(3, 23, 43, 0) 100%);
    width: 130px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.images_gallery{
    width: 100%;
    height: 300px;
    display: block;
    border-radius: 5px;
    overflow: hidden;
}
.images_gallery img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.section_gallery .nav{
    margin: 50px auto;
    display: inline-block;
}
.overlay_photo{
    opacity: 0;
    background: #052341b3;
    position: absolute;
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    height:  calc(100% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    transition: all 0.5s;
    border-radius: 5px;
    overflow: hidden;
}
.section_gallery .col-xs-4:hover .overlay_photo{
    opacity: 1;
}
.section_gallery .col-xs-4{
    padding: 15px;
}
.row_gallery{
    margin: -15px;
}
.nav-pills > li > a{
    color: #062341;
    padding: 10px 30px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
    background: #062341;
    padding: 10px 30px;
}
.section_register_condo{
    padding: 0 0 100px;
}
.images_register{
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.images_register img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.details_register{
    background: #05203c;
    color: #ffffff;
    padding: 50px;
}
.details_register h2{
    color: #ebb228;
    font-size: 30px;
    margin-bottom: 10px;
}
.details_register .row_input{
    color: #ffffff;
}
.details_register .row_input .col-xs-2{
    text-align: left;
    width: 200px;
}
.details_register .row_input .col-xs-10 {
    width: calc(100% - 200px);
}
.details_register .row_input .col-xs-12 {
    margin-bottom: 10px;
}
.details_register .row_input .input_data{
    padding: 5px 10px;
    line-height: inherit;
    font-size: 17px;
}
.details_register .row_input .col-xs-2 label {
    padding: 5px 0;
}
.details_register .row_input i{
    color: #ffffff;
}
.details_register .btn_readmore{
    background: #ffffff;
    color: #05203c;
}
.details_register .btn_readmore:hover{
    background: #ebb228;
    color: #000000;
}
.details_register .row_input .col-xs-12:nth-last-child(3){
    margin-bottom: 25px;
}
.slide_latestproject .slick-arrow{
    background: none;
    border: none;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    height: 30px;
    left: 30px;
    margin: auto;
}
.slide_latestproject .slick-arrow.slick-next{
    left: auto;
    right: 30px;
}
.slide_latestproject .slick-arrow img{
    height: 30px;
}
.slide_latestproject .slick-dots{
    padding: 0;
    margin-top: 25px;
}
.slide_latestproject .slick-dots button {
    background: #959595;
    opacity: 1;
    border: 2px solid #959595;
    transition: all 0.5s;
}
.slide_latestproject .slick-dots li.slick-active button {
    background: transparent;
    border: 2px solid #ebb228;
    width: 13px;
    height: 13px;
}
.slide_latestproject .slick-dots{
    display: flex;
    align-items: center;
}
.section_latestproject_anochaluxuryvillas{
    padding-bottom: 0!important;
}
.section_owner{
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}
.section_owner:before{
    content: '';
    background-image: url('../images/icon/bg-owner.jpg');
    background-size: cover;
    background-position: top;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
}
.section_owner .col-xs-6:nth-child(1){
    float: right;
}
.section_owner h2{
    font-size: 35px;
}
.section_owner h3{
    font-family: 'kanit-light', 'sans-serif';
    font-style: italic;
    font-size: 24px;
}
.section_owner ol{
    padding-left: 15px;
}
.row_owner{
    display: flow-root;
    width: 100%;
    margin: 15px 0;
}
.section_owner li{
    list-style: decimal;
}
.row_owner .col-xs-6{
    float: left!important;
}
.images_owner img{
    width: 400px;
    height: auto;
    display: block;
    margin: auto auto -100px auto;
}
.images_owner{
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}