@charset "utf-8";
/* CSS Document */
:root{
    --clr-org: #F5811E;
    --clr-gry: #555;
    --clr-gry1: #CCC;
    --clr-gry2: #F9F9F9;
    --clr-gry3: rgba(153,153,153,0.125);
    --clr-white: #fff;
    --clr-black: #000;
}

.lockbody{
overflow: hidden;
}
/* html:before{
content:"";
position: fixed;
top: 0;
left: 0;
z-index: 9999;
width: calc((100% - 1200px) / 2);
height: 100%;
background-color: rgba(255,0,0,0.35);
}
html:after{
content:"";
position: fixed;
top: 0;
right: 0;
z-index: 9999;
width: calc((100% - 1200px) / 2);
height: 100%;
background-color: rgba(255,0,0,0.35);
} */

body {
    font-family: 'Kanit',Helvetica,Tahoma;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    background-color: #FFF;
    color: #000;
    position: relative;
    scroll-behavior: smooth;
}

* {
    outline: none;
    box-sizing: border-box;
    word-break: break-word;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a,a:link, a:visited{	
	color:#000;
    text-decoration: none;
}
a:hover{
	color:#000;
}
a:active,
a:focus{
    outline: none;
}

a:active, a:hover {
    outline-width: 0;
}

div{
	position: relative;
	box-sizing: border-box;
}
img{
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.txt-left{
    text-align: left;
}
.txt-center{
    text-align: center;
}
.txt-right{
    text-align: right;
}
.txt-org{
color: var(--clr-org);
}
h1,h2,h3,h4{
font-weight: 500;
margin: 0 0 20px 0;
}
p{
margin: 0.5rem 0;
}

.container {
    width: 100%;
    max-width: none;
    padding: 0 40px;
    margin:80px  auto;
    z-index: 1;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding: 0;
    row-gap: 40px;
}

.reveal{
    display: block;
  position: relative;
  transform: translateY(200px);
  opacity: 0;
  transition: 0.5s all ease;
}
.revealleft{
  transform: translateY(0) translateX(-200px);
}
.revealright{
  transform: translateY(0) translateX(200px);
}

.reveal.active{
  transform: translateY(0) translateX(0);
  opacity: 1;
}

.col1,
.col10,
.col11,
.col12,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9 {
 padding:0 20px;
}
.col12 {
 width: 100%;
}
.col11 {
 width: 91.66666667%;
}
.col10 {
 width: 83.33333333%;
}
.col9 {
 width: 75%;
}
.col8 {
 width: 66.66666667%;
}
.col7 {
 width: 58.33333333%;
}
.col6 {
 width: 50%;
}
.col5 {
 width: 41.66666667%;
}
.col4 {
 width: 33.33333333%;
}
.col3 {
 width: 25%;
}
.col2 {
 width: 16.66666667%;
}
.col1 {
 width: 8.33333333%;
}

.sidemenu {
    width: 300px;
    display: block;
    background-color: transparent;
    flex-direction: column;
    position: absolute;
    height: auto;
    z-index: 99;
    left: auto;
    right: 0;
    transition: all 0.4s;
    transform: none;
}
.btn-sidemenu{
display: none;
}

.main-site {
    padding: 0;
    max-width: none;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

/************************************************************************************/

.logo-mobile{
display: none;
}

/*****************************************************************************/

.main-title {
    display: flex;
    border-bottom: 1px solid #CCC;
    margin-bottom: 40px;
}

.main-title-txt{
font-size: 70px;
color: #000;
padding: 0;
text-transform: uppercase;
font-weight: 500;
line-height: 0.7;
width: 100%;
}

.copyright {
    display: block;
    padding: 20px;
    margin: 40px 0 0 0;
    color: var(--clr-gry);
    font-size: 14px;
    width: 100%;
    text-align: center;
    border-top: 1px solid var(--clr-gry1);
}

.container.contactbox{
}

.img-scale {
    width: 100%;
    padding-top: 56.25%;
    border-radius: 10px;
    overflow: hidden;
}
.img-scaleimg{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.img-scaleimg img{
width: 100%;
height: 100%;
object-fit: cover;
}
.txt-watermark {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    font-size: 90px;
    line-height: 0.71em;
    color: var(--clr-gry3);
    text-transform: uppercase;
    font-weight: bold;
    text-wrap: nowrap;
}
.aboutslide .slick-list{
margin: 0 -5px;
}
.aboutslide .slick-slide{
padding: 0 5px;
}
.container.forrent{
padding: 80px 0 0 0;
background-color: var(--clr-gry2);
}
.container.forrent .row{
row-gap: 0;
margin: 0;
padding: 0 20px;
}
.container.forrent .col5:before {
    content: "";
    background-image: url(../images/DOB-Building-4.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -20px;
    bottom: 0;
}
.list-img.gallery{
padding-bottom: 80px;
}
.list-img ul{
list-style: none;
display: flex;
margin: 0px -5px;
padding: 0;
row-gap: 10px;
}
.list-img.gallery ul{
flex-wrap: wrap;
}
.list-img li{
flex: auto;
margin: 0;
padding: 0 5px;
}

.list-img.gallery li{
width: calc(100% / 5);
}
.list-img li img{
width: 100%;
height: 100%;
border-radius: 10px;
}
.list-facility{
padding-left: 40px;
border-left: 5px solid var(--clr-org);
}
.list-facility ul{
list-style: none;
display: flex;
flex-wrap: wrap;
margin: 20px -5px;
padding: 0;
row-gap: 10px;
}
.list-facility dd{
width: 100%;
margin: 0;
padding: 0;
}
.list-facility li {
    margin: 0;
    padding: 0 5px 0 30px;
    position: relative;
}
.list-facility li:before {
    content: "\F26B";
    font-family: 'bootstrap-icons';
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--clr-org);
    font-weight: bold;
}
.list-facility.sec2 li{
width: calc(100% / 2);
}
.list-facility.sec4 li{
width: calc(100% / 4);
}
.address-box{
display: flex;
flex-direction: column;
row-gap: 20px;
}
.address-row h1,.address-row h2,.address-row h3,.address-row h4{
margin: 0 0 0.5rem 0;
}
.address-row img{
max-height: 50px;
margin: 0;
}
.address-row picture{
width: 24px;
flex: none;
}
.map img{
max-height: 700px;
display: block;
margin: 0 auto;
}
.aboutslide .slick-dots {
    color: var(--clr-org);
    position: absolute;
    bottom: -20px;
    display: flex;
    width: auto;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    left: 0;
    right: 0;
    justify-content: center;
    column-gap: 3px;
}
.aboutslide .slick-dots li button {
    background-color: var(--clr-gry);
    width: 100%;
    height: 3px;
    border-radius: 0;
    opacity: 0.5;
}
.aboutslide .slick-dots li.slick-active button{
    background-color: var(--clr-org);
    width: 100%;
    height: 5px;
    transition: all 0.2s;
    opacity: 1;
}
.aboutslide .slick-dots li {
    flex: 1;
    width: 100%;
    max-width: 82px;
    height: 5px;
}
.container.aboutus .row{
align-items: center;
}
.container.aboutus img{
max-height: 200px;
}
.list-img h3{
font-size: 34px;
}
.formobile{
display: none;
}
.copyright {
display: flex;
gap: 5px;
justify-content: center;
}