.herobanner{
    width: 100%;
    float: left;
    z-index: 2;
    min-height: 160px;
    margin: -160px 0 0;
    position: relative;
    clip-path: polygon(0 0, 100% 0%, 100% 90%, 50% 100%, 0% 90%);
    color: rgba(var(--rgbWhite), 1.0)!important;
    text-align: center;
    background-color: rgba(var(--rgbWhite), 1.0);
}
.herobanner::before{
    content: '';
    left: 0;
    top: 0;
    height: 40%;
    width: 100%;
    max-height: 380px;
    z-index: 21;
    position: absolute;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
}


.herobanner .tp-caption{
    white-space: pre-line !important;
    max-width: 90% !important;
    width: 980px;
}
.herobanner .tp-caption .inner{ line-height: 0px !important; }
.herobanner .tp-caption h3{  font-size: 36px; line-height: 38px; margin-bottom: 15px; }
.herobanner .tp-caption p{ font-size: 18px; line-height: 24px; margin-bottom: 20px; }
.herobanner .tp-parallax-wrap{ z-index: 2 !important; position: relative; }
.herobanner + div{ margin-top: -90px !important; padding-top: 170px !important; }


.herobanner + div{
    margin-top: -90px !important;
    padding-top: 170px !important;
}





.jFlash{ 
    display: none;
    padding: 0px !important;
    overflow: visible !important;
    background: transparent !important;
    width: 100% !important; 
    max-width: 1400px !important;
}
.jFlash .thumbnail{ width: 100%; float: left; text-align: center; }
.jFlash .thumbnail img{ max-height: 800px !important; }
.jFlash .caption{
    height: 44px;
    width: 50%;
    float: left;
    margin: 20px 25% 0;
    line-height: 44px;
    border-radius: 25px;
    text-align: center;
    background: rgba(var(--rgbWhite), 0.8);
}
.jFlash .fancybox-button{
    right: -30px !important;
    top: -30px !important;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: none !important;
    background: rgba(var(--rgbWhite), 0.8);
}




























.content h3.title{
    font-size: 36px;
    font-family: var(--fContent);
    text-transform: uppercase;
    margin: 0 0 30px;
    line-height: 40px;
}
.content h3.title span{
    color: rgba(var(--rgbPrimary), 1.0);
    font-family: var(--fTitle);
}



.welcome{
    background-image: url(../images/bg-welcome.webp);  
    background-position: center;
    background-color: transparent !important; 
}
.welcome p:lang(km){
    line-height: 28px;
}






.project .project-list{ 
    width: 102%;
    float: left;
    margin: -1%;
}
.project .list{ 
    float: left; 
    position: relative; 
    overflow: hidden; 
    padding: 1%;
}
.project .list:nth-child(1){ width: 40%; }
.project .list:nth-child(2){ width: 60%; }
.project .list:nth-child(3){ width: 30%; }
.project .list:nth-child(4){ width: 30%; }


.project .list .inner{
    position: relative;
    overflow: hidden;
    line-height: 0;
}



.project .list .desc{
    bottom: 20px;
    left: 40px;
    right: 40px;
    max-width: 500px;
    position: absolute;
    opacity: 1;
    visibility: visible;
}
.project .list .jOverlay .desc{ left: 40px; bottom: 20px; }
.project .list .desc h3{ font-size: 22px; }
.project .list .desc p{ font-size: 16px; line-height: 20px; }



.project .list:hover .jOverlay .desc{
    left: -200px;
    opacity: 0;
    visibility: hidden;
}


.project .list .jOverlay .desc,
.project .list:hover .jOverlay .desc{
    -moz-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.unit-type .row{ margin-top: -15px !important; }
.unit-type .list{ margin: 15px 0; }
.unit-type .thumbnail{ float: left; }
.unit-type .description{ width: 100%; float: left; padding: 25px; }
.unit-type .description h5{ margin-bottom: 0; }
.unit-type .description h5:lang(km){ margin-bottom: 5px; }
.unit-type .description h5 a{ color: rgba(var(--rgbContent), 1.0) !important; }
.unit-type .description span{ font-size: 14px; }
.unit-type .inner{
    width: 100%;
    float: left;
    border: solid rgba(var(--rgbDark), 0.1) 1px;
    background-color: rgba(var(--rgbExtra), 1.0);
}
.unit-type .inner ul{
    width: 100%;
    float: left;
    margin: 0;
    border-top: solid rgba(var(--rgbDark), 0.1) 1px;
}
.unit-type .inner ul li{
    list-style: none;
    float: left;
    width: 25%;
    margin: 10px 0;
    padding: 4px 0;
    text-align: center;
}
.unit-type .inner ul li:not(:first-child){ border-left: solid rgba(var(--rgbDark), 0.1) 1px }
.unit-type .inner ul li span{
    width: 100%;
    float: left;
    font-size: 12px;
}
.unit-type .inner ul li span+span{
    font-size: 20px;
    font-family: var(--fTitle);
}


/*
.project{ background-color: rgba(var(--rgbWhite), 1.0); }
.project .inner{ width: 100%; float: left; overflow: hidden; margin: -12px 0; }
.project .project-list{ width: calc(100% + 24px); float: right; margin: 0 -12px; position: relative;}
.project .list{ float: left; padding: 1%; width: 30%; position: relative; overflow: hidden; }
.project .list:nth-child(1){ width: 40%; z-index: 2;}
.project .list:nth-child(2){ width: 60%; }
.project .list .jOverlay{ left: 12px; right: 12px; bottom: 12px; }



.project .list .jOverlay::before,
.project .list .jOverlay::after{
    content: '';
    top: 12px;
    bottom: 0;
    width: 100%;
    position: absolute;
}

.project .list .jOverlay::before{ background-color: orange; left: -300px; }
.project .list .jOverlay::after{ background-color: pink; right: -300px; }






.project .list .jOverlay .desc{ display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 35px;
    color: rgba(var(--rgbWhite), 1.0);
}
.project .list .jOverlay .desc h3{
    margin: 0px;
    font-size: 20px;
}
.project .list .jOverlay .desc p{ 
    max-width: 400px;
    line-height: 20px;
    margin: 5px 0;
    font-size: 16px;
}
*/






/* .project .project-list::before{ bottom: 0; }
.project .project-list::after{ top: 0; }
.project .project-list::before,
.project .project-list::after{
    width: 100%;
    height: 12px;
    left: 0;
    content: '';
    z-index: 3;
    position: absolute;
    background-color: rgba(var(--rgbWhite), 1.0);
}
.project .list:nth-child(1)::after{
    right: -12px;
    width: 24px;
    height: 100%;
    top: 0; 
}
.project .list:nth-child(2)::after{
    width: 100%;
    height: 24px;
    left: 0;
    bottom: -12px;
}
.project .list:nth-child(3)::after{
    right: -12px;
    width: 24px;
    height: 100%;
    top: 0;
} */
















.news-event{ background-color: rgba(var(--rgbExtra), 1.0); }
.news-event .list{ margin: 0; }
.news-event .thumbnail{ position: relative; }
.news-event .description{ padding: 20px 0 0; }
.news-event .description h3{ 
    font-size: 22px; 
    font-family: var(--fContent);
    line-height: 24px; 
    text-align: center;
    padding: 0 30px;
}
.news-event .description h3 a{
    color: rgba(var(--rgbSecondary), 1.0);
}






.mobile-app{
    height: 560px;
    position: relative;
    background-image: url(../images/bg-masterplan.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.mobile-app::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    background: -moz-linear-gradient(45deg,  rgba(0,0,0,0.3) 0%, rgba(0,78,133,1) 90%);
    background: -webkit-linear-gradient(45deg,  rgba(0,0,0,0.3) 0%,rgba(0,78,133,1) 90%);
    background: linear-gradient(45deg,  rgba(0,0,0,0.3) 0%,rgba(0,78,133,1) 90%);
}
.mobile-app .inner{
    width: 740px;
    max-width: 80%;
    z-index: 2;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
}
.mobile-app .inner{ text-align: right; }
.mobile-app .inner .thumbnail{ 
    width: 200px; 
    float: right;
    height: 410px;
    position: relative;
    padding: 2px;
}
.mobile-app .inner .thumbnail img{ 
    border-radius: 25px; 
    background-color: rgba(var(--rgbWhite), 1.0);
}
.mobile-app .inner .thumbnail::after{
    content: '';
    z-index: 1;
    top: 0;
    bottom: 0;
    left: -2px;
    right: -2px;
    position: absolute;
    background-image: url(../images/iphone12.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
} 

.mobile-app .inner .description{
    width: calc(100% - 200px);
    float: left;
    top: 50%;
    position: absolute;
    padding-right: 50px;
    transform: translateY(-50%);
    color: rgba(var(--rgbWhite), 1.0);
}
.mobile-app .inner .description h3{ 
    font-size: 46px; 
    line-height: 46px; 
    margin-bottom: 15px !important;
    font-family: var(--fTitle) !important;
    text-transform: none !important;
}
.mobile-app .inner .description p{ font-size: 22px; line-height: 24px; }
.mobile-app .inner .link{
    width: 260px;
    float: right;
    margin-top: 25px;
}
.mobile-app .inner .link .icon{
    width: calc(100% - 110px); background-color: pink;
    height: 45px;
    float: left;
    border-radius: 10px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.mobile-app .inner .link .icon.ios{ margin-bottom: 10px; background-image: url(../images/icon-app-ios.png); }
.mobile-app .inner .link .icon.android{ background-image: url(../images/icon-app-android.png); }
.mobile-app .inner .link .qrcode{
    width: 100px;
    height: 100px;
    float: right;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: 100%;
}