/* ===== Font ===== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap');

@font-face {
    font-family: Didot-Regular;
    src: url(../font/Didot-Regular.ttf);
}
@font-face {
    font-family: Didot-Italic;
    src: url(../font/Didot-LT-Std-Italic.otf);
}
@font-face {
    font-family: Didot-Bold;
    src: url(../font/Didot-LT-Std-Bold.otf);
}

.noto-sans-thai {
  font-family: "Noto Sans Thai", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


/* End Font */

/* ===== Logo ===== */
.logo-main{
    display: inline-block;
}
.logo-color{
    display: none;
}
.logo-mobile{
    display: none;
}

#header.header-scrolled  .logo-main{
    display: none;
}
#header.header-scrolled  .logo-color{
    display: inline-block;
}

/* ===== Top language ===== */
.top-language {
    font-family: "Noto Sans Thai", sans-serif;
    font-size: 13px;
    color: #FFF;
    padding: 0 4px;
}
.top-language:hover{
    color: #773B27;
}
.active-lang{
    font-size: 13px;
    text-decoration: underline;
}
#header.header-scrolled .top-language {
    color: #000;
}

/* ===== top menu ===== */
.navbar a:hover,.navbar a:focus,  .navbar li:hover>a {
    color: #FFF;
    font-family: "Noto Sans Thai", sans-serif;
}
.navbar a{
    font-family: "Noto Sans Thai", sans-serif;
    color: #FFF;
    padding: 10px 15px 10px 15px!important;
    height: 60px;
    font-weight: 400;
    font-size: 15px;
}
.navbar .active , .navbar .active:focus{
    text-decoration: underline;
    color: #773B27!important;
}
#header.header-scrolled .navbar .active {
    color: #773B27;
}


/* ===== Fix Max Width Contrainer ===== */
@media screen and (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}

/* ===== Body Main ===== */
body {
    font-family: "Noto Sans Thai", sans-serif;
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Noto Sans Thai", sans-serif;
    font-weight: 600;
    line-height: 1.1;
    color: #000;
}

.main-content-page{
    margin-top: 100px;
}
.w-980 {
    max-width: 980px;
}
/* ===== Text ===== */
.head-topic{
    font-family: Didot-Bold;
    color: #28334D;
    font-size: 26px;
}
.news-topic{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}
.text-date{
    font-size: 13px;
}

/* ===== Button ===== */

.btn-detail{
    background-color:#28334D ;
    border: none;
}
.btn-detail:hover , .btn-detail:active , .btn-detail:focus {
    background-color:#192031!important ;
    border: none;
}


/* ===== Session ===== */
.about-home{
    background-image: url("../img/bg-about.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}
.about-works{
    background-image: url("../img/bg-works.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}



/* ===== Link ===== */
a{
    color: #000;
}
a:hover{
    color: #373737;
}
.readmore{
    text-decoration: underline;
    color: #773B27 !important;
}
.readmore:hover{
    text-decoration: underline;
    color: #8f4a33 !important;
}

/*--------------------------------------------------------------
# Header content page
--------------------------------------------------------------*/
.header-content {
    background-color: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.header-content  .nav-link {
    color: #000;
}
.header-content  .nav-link:hover {
    color: #000;
}

.header-content .logo-mobile{
    display: none;
}
.header-content .logo-main{
    display: none;
}
.header-content .logo-color{
    display: inline-block;
}
.header-content  .top-language {
    color: #000000;
}


.about-sub-menu{
    color: #A2A2A2;
}
.about-sub-menu.active{
    color: #000000;
}

.footer-link a{
    display: block;
}

.partnership img{
    max-width: 150px;
}




.font-bold{
    font-family: "Noto Sans Thai", sans-serif;
}



#hero-banner{
    margin-top: 0px;
}
section {
    padding: 0px 0 45px;
}




.g_exterior.active, .g_interior.active {
    color: #B68356!important;
}
.g_dropdown {
    border: solid 1px #B68356!important;
    color: #B68356!important;
    /* text-align: center; */
    -webkit-appearance: none;
    appearance: none;
}
.g_dropdown:after {
    right: 50px;
} 
.select-wrapper {
    position: relative;
  }
  
.select-wrapper::after {
    content: "▼";
    font-size: 9px;
    color: #B68356;
    top: 10px;
    right: 10px;
    position: absolute;
  }

.text-gold{
    color: #C9B291;
}

/* .text-gold, a {
    color: #C9B291;
}
a:hover {
    color: #825c3a;
} */


.text-w {
    color: #FFF;
}

.top-call{
    font-size: 22px;
    padding:3px 15px 3px 25px ;
    color: #B68356;
}
.top-call:hover{
    color: #986a42;
}
.top-call b{
    font-family: Sukhumvit-bold;
}



.register_form input,.register_form  select{
    outline: 0;
    border-width: 0 0 1px;
    border-color: #B68356;
    border-radius:0px;
    font-family: Sukhumvit;
    padding-left: 0px;
    color:#B68356;
}

.register_form input::placeholder {
    color:#B68356;
    font-size: 14px;
}

.register_btn{
    background-color: #C9B291;
    border-style: none;
    border-radius:0px;
    padding: 5px 35px;
}
.register_btn:active , .register_btn:visited  {
    background-color: #C9B291!important;
}

.register_btn:disabled{
    background-color: #dbb28e!important;
}

.register_btn:hover{
    background-color: #B68356;
}

#idea{
    color: #FFF;
    padding: 25px 0px;
}
.idea- {
    padding: 65px 85px 45px 45px;
    font-size: 14px;
    text-align: justify;
}
.idea-text{
    padding-right: 150px;
}
.info_des {
    display: flex;  
}
.info_des::before{
    content: ":";
    position: relative;
    width: 3px;
    left: -10px;
}
.tabs .nav-link {
    border: none;
    padding: 0px;
    transition: 0.3s;
    color: #FFF;
    /* border-radius: 0; */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
}
.tabs .nav-link:hover {
    color: #dcdcdc;
}
.tabs .nav-link.active {

    background-color:transparent!important;
    border-color: #FFF!important;
    color: #B68356!important;;
}
.text-privacy{
    font-size: 13px;
}

.plan-detail{
    font-family: Sukhumvit-thin;
    color: #FFF;
    font-size: 14px;
    padding: 0 100px 0 55px;
}
.plan-detail img.icon{
    height: 18px;
    margin-right: 10px;
}
/* #footer{
    background-color:#707070;
    text-align: center;
    padding: 35px 0;
} */


.footer-map{
    display:inline-block;
    padding: 10px;
    color: #C9B291;
    border: 1px solid #C9B291;
    margin: 10px 5px;
}
.footer-map:hover{
    color: #C9B291;
}
.footer-map.active{
    background-color: #C9B291;
    color: #FFF;
}

a.footer-call{
    color: #FFF;
    font-size: 22px;
    font-weight:900;
    font-family: Sukhumvit-bold;
    vertical-align: middle;
}

a.footer-social{
    color: #FFF;
    font-size: 24px;
    vertical-align: middle;
}

.footer-icon{
    width: 35px;
    /* margin-top: 5px; */
}

/* .back-to-top ,.back-to-top:hover  {
    background: #B68356;
} */


.kin-video {
    position: relative;
}
.playBtn {
    position: absolute;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px; /*half of the width */
    margin-top: -48px; /*half of the height */
}
.carousel {
    width: 100% ;
}

.but-backtohome {
    display: inline-block;
    padding: 5px 55px;
    color: #FFF;
    border: 1px solid #FFF;
    font-size: 15px;
}
.but-backtohome:hover {
    color: rgb(224, 224, 224);
}

.form-top-margin{
    margin-top: 4em;
}
.text-s1{
    font-size: 14px;
    font-family: Sukhumvit-thin;
    color: #f4f4f4;
}



#hero-banner{
    display:block;
}
#hero-banner-mobile{
    display: none !important;
}
.nav-item:not(:last-child) {
    border-right: 1px solid #B68356;
    border-width: thin;
}


#nav-gallery a{
    font-size: 15px;
    font-weight: bold;
    display: inline-flex;
    padding: 0px 20px;
    color: #000;
}
#nav-gallery a:not(:last-child){
    border-right: 1px solid #B68356;
}
#nav-gallery a.active{
    color: #B68356;
}

.info-detail{
    padding-top: 100px;
}

.copyright-bar{
    padding: 25px;
}

.modal-content {
    border-radius: 0px!important;
    background-color: #1A3662!important;
    padding: 15px;
}
.modal-body{
    border: 1px solid #B68356;
    padding: 65px 5px;
    color:#B68356;
}
.modal-body h2{
    color:#B68356;
    line-height: 40px;
    font-weight: bold;
    font-size: 36px;
}
.modal-body h4{
    color:#B68356;
    line-height: 20px;
    font-weight: bold;
    font-size: 26px;
    margin-top: 55px;
}

.modal-body .btn-backhome{
    color: #b68356!important;
    border-radius: 0px!important;
    border: 1px solid #B68356;
    padding: 10px 20px;
}

.modal-body .btn-backhome:hover{
    color: #FFF!important;
    background-color:#B68356;
}

.swiper-pagination-bullet-active {
    background-color: #B68356 !important;
}

.footer-info-left{
    margin-top: 45px;
    margin-bottom: 10px;
}
.feature-box{
    padding: 15px 20px;
}
.feature-box h3{
    font-family: 'Noto Sans Thai', sans-serif;
    font-size: 18px;
    font-weight:400;
    color: #000;
    padding: 5px 0;
}
.price{
    font-family: 'Noto Sans Thai', sans-serif;
    font-weight:600;
    color: #C9B291;
}
.facility{
    padding: 20px 0px;
    margin: 20px 0px;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}
.facility p{
    margin: 15px 0px;
    font-family: 'Noto Sans Thai', sans-serif;
    font-weight: 600;
}
.icon-img {
    height: 50px;
    vertical-align: bottom;
    display: table-cell;
}
.icon-img img{
    width: 50%;
}
.feature-btn{
    background-color:#C9B291 ;
}
.press-date{
    font-size: 14px;
    margin: 10px 0px;
}
.contact-social a{
    display: block;
}

/* Banner Image overlay gradient */
.img-gradient{
    position:relative;
    display:inline-block;
  }
.img-gradient:after {
    content:'';
    position:absolute;
    left:0; top:0;
    width:100%; height:100%;
    display:inline-block;
    background: linear-gradient(180deg, rgba(58,58,58,0.8) 0%, rgba(58, 58, 58, 0) 25%);
}
.img-gradient img{
    display:block;
}
.carousel-control-prev{
    justify-content: left;
}
.carousel-control-prev:hover{
    background: linear-gradient(90deg, rgba(0,0,0,0.1) 0%, rgba(11,11,11,0) 50%);
}
.carousel-control-next{
    justify-content: right;  
}
.carousel-control-next:hover{
    background: linear-gradient(280deg, rgba(0,0,0,0.1) 0%, rgba(11,11,11,0) 50%);
}

.blog-header{
    height: 350px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position:relative;
}
.blog-header::before {
    content:'';
    position:absolute;
    left:0; top:0;
    width:100%; height:100%;
    background:  rgba(0, 0, 0, 0.5) ;
}
.blog-header h2{
    color: #FFF;
    z-index: 99;
    margin-top: 50px;
}
.blog-detail{
    max-width: 980px;
    padding: 45px 80px;
}
