@charset "utf-8";
/* CSS Document */

@media screen and (max-width:1360px) {
.list-facility {
    padding-left: 20px;
}
}

@media screen and (max-width:1280px) {
.list-facility.sec4 li {
    width: calc(100% / 3);
}
}/*width: 1200px*/

@media screen and (max-width: 1024px){
body:before{
display: none;
}
html,body{
    font-size: 18px;
}
h1,h2,h3,h4{
}
#includedheader {
    position: fixed;
    right: 0;
    top: 0;
    background-color: rgba(0,0,0,0);
    opacity: 1;
    z-index: 999;
}
.sidemenu {
    width: 300px;
    padding: 20px;
    display: block;
    background-color: var(--clr-org);
    flex-direction: column;
    position: fixed;
    height: 100%;
    z-index: 999;
    left: auto;
    right: 0;
    transform: translateX(300px);
}

.sidemenu.active{
transform: translateX(0);
}
    .btn-sidemenu {
        background-color: var(--clr-org);
        padding: 10px;
        top: 10px;
        left: -50px;
        position: absolute;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .btn-sidemenu.active {
    left: -40px;
    }

#header {
    position: relative;
    overflow: auto;
    height: 100%;
}
#header-inner {
    height: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow: auto;
}
    .sidemenu.active #header-inner {
        height: 100%;
        justify-content: space-between;
    }
.header-box.followme {
    background-color: transparent;
    color: #FFF;
    font-size: 16px;
    order: 2;
    padding: 20px 0 0 0;
    width: 100%;
    border-top: 1px solid #FFF;
}
.header-box.mainmenu:before{
display: none;
}
.header-box-row {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    /* transition: all 0.3s; */
    max-width: 1240px;
    flex-direction: column;
}
.header-box-row .header-box-col.head-menu nav {
    position: relative;
    padding: 0;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    transition: all 0.3s;
}
.header-box.mainmenu {
    background-color: transparent;
    color: #FFF;
    margin: 0 0 20px 0;
    padding: 0;
}

.header-box-col.head-menu::before{
display: none;
}
    .header-box-col.head-menu {
        order: 2;
        border-top: 1px solid #FFF;
        margin-top: 20px;
        padding: 10px 0;
    }
.header-box-col.head-menu ul.flexnav {
    margin: 0;
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100%;
}
.header-box-col.head-menu ul.flexnav li {
    position: relative;
    list-style: none;
    display: block;
    overflow: visible;
    text-align: left;
    padding: 0;
    margin: 10px 0;
    width: auto;
    flex: auto;
}
.logo-mobile {
    background-color: var(--clr-org);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    height: 60px;
}
.logo-mobile img{
height: 30px;
}
.flexnav li a:link, .flexnav li a:visited {
    display: block;
    text-align: left;
    padding: 0;
    border-bottom: 0;
}
.header-box-col.head-menu .flexnav li a:link, .header-box-col.head-menu .flexnav li a:visited {
    padding: 0px;
    transform: none;
}
.flexnav li a:hover,
.flexnav li a.active-menu {
    border-bottom: 0;
    background-color: var(--clr-org);
}

.flexnav li a:hover {
    color: #FFF;
}

.header-box.followme .header-box-col {
    column-gap: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
}
.header-box.followme .header-box-col a{
        margin: 5px 0;
    align-items: flex-start;
    }
    .header-box.followme .header-box-col a span{
        white-space: pre-wrap;
    }
.flexnav li a:link, .flexnav li a:visited, .flexnav li a i:before {
    color: #FFF;
}
.header-box-col.head-logo{
padding: 0;
}
#header-inner-logo {
    display: block;
    margin: 0 auto;
}
#header-inner-logo img {
    max-height: 40px;
}
.container.aboutus [class^="col"]{
width: 100%;
}

.list-facility.sec2 li {
    width: 100%;
}
.container,
.container.contectbox {
    margin: 60px auto;
    padding: 0 20px;
}
.container.contectbox {
    margin: 60px auto 0 auto;
}
.container.forrent .row {
    padding: 0;
}
.header-box.followme .header-box-col picture {
    top: 5px;
    position: relative;
}

.address-row h3{
margin: 0;
}
.list-img h3 {
    font-size: 25px;
}
}/*width: 1024px*/

@media only screen and (max-width: 768px){
.container.forrent [class^="col"],
.container.contactbox [class^="col"]{
width: 100%;
}
.container.contactbox [class^="col"]{
order: 1;
}
.container.contactbox .map{
order: 2;
}
.container.forrent:before {
    width: calc(100vw - 50vh);
    height: 20vh;
}

.container.forrent .col5:before {
    display: none;
}

.container.forrent .col7: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: 0;
    bottom: 0;
    max-height: none;
}
.list-img.gallery {
    padding-bottom: 0;
}
.container.forrent .col7 {
    padding-bottom: 370px;
}
}/*width: 768px*/

@media screen and (max-width:767px) and (orientation:portrait) {
.main-title-txt {
    font-size: 50px;
}
    .list-facility.sec4 li {
        width: 100%;
    }
.list-img.gallery li {
    width: calc(100% / 2);
}
.txt-watermark {
    font-size: 70px;
}
.container.forrent .row{
row-gap:10px;
}
.container.forrent [class^="col"]{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.container.forrent .col7{
padding-bottom: 220px;
}
.container.forrent .list-img{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    order: 1;
}
.list-facility {
    order: 3;
}
.fordesktop{
display: none;
}
.formobile{
display: block;
}
h3.formobile{
display: block;
order: 2;
margin-top: 20px;
}
.container.forrent .list-img ul{
}
.container.forrent .list-img h3{
    margin: 0;
}
.list-facility ul {
    margin: 0 -5px;
}
.main-title {
    margin-bottom: 30px;
}

    .container.forrent:before {
        width: 100%;
    }
.container.forrent .list-img{
    padding-bottom: 0;
}
    .container.forrent .col7: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: 0;
        bottom: 0;
        max-height: 200px;
    }
.copyright {
flex-direction: column;
}
}/*width: 767Vpx*/

@media screen and (max-width:900px) and (orientation:landscape) {
    .list-facility.sec2 li,
    .list-facility.sec4 li {
        width: calc(100% / 2);
    }
.main-title-txt {
    font-size: 50px;
}
.txt-watermark {
    font-size: 70px;
}

.map img {
    max-height: 400px;
}
.copyright{
margin-top: 60px;
}
}

@media screen and (max-width:640px) and (orientation:portrait){
.list-facility.sec4 li {
        width: 50%;
    }
}

@media screen and (max-width:480px) and (orientation:portrait){
.list-facility.sec4 li {
        width: 100%;
    }
}