/*
 * Globals
 */


/* Links */

a,
a:focus,
a:hover {
    color: #fff;
}

#about_us {
    /*margin-top: 5rem;*/
}


/* Custom default button */

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #333;
    text-shadow: none;
    /* Prevent inheritance from `body` */
    background-color: #fff;
    border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
    height: 100%;
    background-color: rgb(255, 255, 255);
    scroll-behavior: smooth;
}

body {
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    overflow-x: hidden;
    /*text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);*/
    /*box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
}

.cover-container {
    max-width: 98%;
    /*42em;*/
}


/*-------------------------------------------------NAVBAR-------------------------------------------*/
.masthead {
    margin-bottom: 2rem;
}

.masthead-brand {
    margin-bottom: 0;
    /*hide on no scroll*/
    /*display: none !important;*/
    float: left;
    height: 3rem;
}


/* Style the navbar */

#navbar {
    /*overflow: hidden;*/
    background-color: rgb(255, 255, 255);
    z-index: 1;
    /*top: 100vh-20px;*/
    position: relative;
    width: 100%;
}

/* Navbar links */

#navbar a {
    float: left;
    display: block;
    /*color: #f2f2f2;*/
    /*text-align: center;*/
    padding: 0px 14px 0px 14px;
    /*text-decoration: none;*/
}

/* Page content */

.content {
    padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */

.sticky {
    position: fixed !important;
    top: 0 !important;
    /*width: 100% !important;*/
    /*padding: 1rem!important;*/
    /*padding-right: 2rem;*/
    left: 0px;
    right: 0;
}


/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */

.sticky+.content {
    padding-top: 35px;
}
.sticky .navbar-brand {
    display: initial !important;
}
.navbar-brand {
    display: none !important;
}
.inner {
    padding-right: 2rem;
}
.navbar-nav {
    width: 100%;
}
.nav-item {
    width: 100%;
}
.nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: 700;
    color: rgb(0, 0, 0);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
}
.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}
.nav-masthead .nav-link+.nav-link {
    margin-left: 1rem;
}
.nav-masthead .active {
    color: rgb(255, 255, 255);
    /*border-bottom-color: rgb(0, 0, 0);*/
    border-top-color: rgb(0, 0, 0);
}
.navbar-fixed-top {
    /*font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  color: #000;
    overflow-x: hidden;*/
    z-index: 1999;
    /*background: transparent;*/
    top: 90vh;
    opacity: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s
}
.navbar-fixed-top.nav-opacity {
    background-color: rgba(255, 255, 255, 0.95);
    top: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s
}
.cover {
    padding: 1.5rem;
}
.cover .btn-lg {
    padding: .75rem 1.25rem;
    font-weight: 700;
}
.mastfoot {
    color: rgb(0, 0, 0);
}

@keyframes fadein {
    from {
        opacity: 0;
        display: none;
    }
    to {
        opacity: 1;
    }
}

/*------------------------------------------END NAVBAR---------------------------------------------*/

/* Font Family Resource*/

@font-face {
    font-family: BebasNeue;
    src: url(../fonts/BebasNeue.otf);
}

@font-face {
    font-family: Font1;
    src: url(../fonts/bahnschrift.ttf);
}

@font-face {
    font-family: Font2;
    src: url(../fonts/Inter-Regular.ttf);

}
@font-face {
    font-family: Font3;
    src: url(../fonts/Inter-Regular.ttf)
}

/*------------------------------------------END FONTFACE---------------------------------------------*/


/*------------------------------------------CONTROLLER---------------------------------------------*/
/* Page height controller */

.section-about {
    width: 100%;
    min-height: 50rem;
    max-height: 60rem;
    padding-top: 5rem;
    margin-top: 3rem;
}
.section-adven { 
    width: 100%;
    min-height: 50rem;
    max-height: 90rem;
    margin-bottom: -8rem;
}
.section-exc {
    width: 100%;
    min-height: 50rem;
    max-height: 60rem;
    padding-top: 8rem;
    margin-bottom: -10rem;
}
.section-plan {
    width: 100%;
    min-height: 50rem;
    max-height: 60rem;
    padding-top: 8rem;
}
.section-sub1 {
    width: 100%;
    min-height: 40rem;
}
.section-sub2 {
    width: 100%;
    min-height: 40rem;
    max-height: 50rem;
}
.section-sub3 {
    width: 100%;
    min-height: 40rem;
    max-height: 50rem;
}
.section-sub4 {
    width: 100%;
    min-height: 40rem;
    max-height: 50rem;
}
.section-sub5 {
    width: 100%;
    min-height: 40rem;
    max-height: 50rem;
}
.section-sample {
    width: 100%;
    min-height: 38rem;
    max-height: 40rem;
}
.section-proj {
    width: 100%;
    min-height: 45rem;
    max-height: 60rem;
    padding-top: 5rem;
    margin-bottom: 8rem;
}
.section-why {
    width: 100%;
    min-height: 45rem;
    max-height: 60rem;
    margin-top: 4rem;
    margin-bottom: 8rem;
}
.section-stat {
    margin-bottom: 0rem;
    width: 100%;
    min-height: 45rem;
    max-height: 60rem;
}
.section-client {
    width: 100%;
    min-height: 45rem;
    max-height: 60rem;
    padding-top: 5rem;
    margin-bottom: 5rem;
}
.section-contact {
    margin-bottom: -10rem;
    width: 100%;
    min-height: 30rem;
    max-height: 30rem;
    padding-top: 5rem;
    padding-bottom: -10rem;
}

/* Header Controller*/

.header-top {
    font-family: BebasNeue;
    font-size: 4rem
}
.slide-caption {
    font-size: 2rem
}
.navbarfont {
    font-family: Font1;
    font-size: 0.95rem;
    font-weight: 800;
}
.article-header {
    margin-bottom: 0.2rem;
    font-family: Font1;
    font-size: 1.9rem;
}
.article-header-sub {
    font-family: Font3;
    font-size: 1.6rem;
    font-weight: 650;
    margin-bottom: 1rem;
}
.article-header-why {
    font-family: Font3;
    font-size: 1.6rem;
    font-weight: 650;
    margin-bottom: 1rem;
}
.article-header-banner {
    font-family: Font1;
    font-size: 3rem;
    line-height: 5rem;
    width: 48rem;
}


/* Text Controller*/

.text-type1 {
    font-family: Font2;
    font-size: 0.95rem;
}
.text-type1a {
    font-family: Font2;
    font-size: 0.9rem;
    font-weight: 600;
}
.text-type2 {
    font-family: Font2;
    font-size: 0.8rem;
}
.text-type3 {
    font-family: Font2;
    font-size: 1.2rem;
}
.text-type4 {
    font-family: Font2;
    font-size: 0.7rem;
}
.text-type5 {
    font-family: Font2;
    font-size: 0.5rem;
    line-height: 1.4rem;
}
.text-type6 {
    font-family: BebasNeue;
    font-size: 36px;  
}
.text-type7 {
    font-family: Font2;
    font-size: 1.4rem;
}

/* Image Controller*/

.img-about {
    height: 100%;
    width: 100%;
    max-height: 140%;
    object-fit: cover;
}
.img-exc {
    width: 100%;
    object-fit: cover;
}
.img-subplan {
    width: 100%;
    max-height: 34rem;
    object-fit: cover;
}
.img-proposal {
    width: 100%;
    min-width: 11rem;
    height: 25rem;
    min-height: 20rem;
    padding-top: 5rem;
    margin-bottom: 0rem;
    margin-left: 2rem;
}
.img-contact {
    background-image: url(../img/contact/contact_background.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    position: absolute;
    padding-top: 1rem;
    left: 0;
    max-width: 100%;
    min-height: 2%;
    z-index: -2;
    opacity: 1;
    margin-bottom: 0rem;
}

.img-why {
    width: 100%;
    height: 38rem;
    object-fit: fill;
    position: right;
    padding-left: 4rem;
}
.img-banner::before {
    background-image: url(../img/statistic/statistic_banner.jpg);
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    width: 98%;
    height: 100%;
    margin-top: -3rem;
    height: 15rem;
}
.img-stat {
    width: 100px;
    padding-top: 2rem;
}
.img-client {
    width: 25rem;
    min-height: 2rem;
    max-height: 12rem;
    vertical-align: 50%;
    margin-bottom: 5rem;
    margin-left: 4rem;
    margin-right: 4rem;
    margin-top: 2rem;
    padding-top: 2rem;
}
.icon {
    width: 4rem;
    height: 4rem;
}
.iconproperty {
    max-height: 5rem;
}
.contact-icon {
    height: 2.2rem;
    padding : center;
    margin-right: 0.7rem;
}
.header-blue-line {
    border-bottom: turquoise;
    border-bottom-style: solid;
}
.advantages-header {
    color: rgb(0, 112, 192);
}
.padding-left1 {
    padding-left: 10rem;
}

/* Special Feature Controller */

.gold-dotted-bar {
    max-width: 100%;
    margin-bottom: 1.5rem;
}
/*Part Home*/
.carousel-indicators {
    margin-bottom: 1.5rem
}

/*Part Statistic*/
.statistic-content {
    margin-top: 10rem;
    display: flex;
    flex-wrap: wrap;
}
.statistic-content > div {
    width: 100%;
    max-width: 25%
    padding: 10px;
}

/*Part Why*/
.checkmark {
    list-style: none;
}
.checkmark::before {
    content: '✓';
    margin-right: 0px;
}

/*Part Client*/
/*.client-content {
    margin-top: 0rem;
    display: flex;
    flex-wrap: wrap;
}
.client-content > div {
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
}
.client-item{
    border-left: 1px solid #ddd;
    border-left-style: dotted;
}*/
.client-content {
    min-width: 100%;
    object-fit: fill;
    align-items: center;
    justify-content: center;
    min-height: 20rem;
    max-height: 28rem;
    padding-top: 0rem;
}


/*Part Contact*/
.contact-us-line {
    line-height: 3.5rem;
}
.contact-us-article {
    padding-top: 6rem;
    max-height: 10rem;
}
.contact-position{
    padding-left: 4rem;
}
.footer {
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: transparent;
    color: grey;
    font-family: Font1;
    font-size: 1.05rem;
    font-style: italic;
    text-align: center;
    line-height: 0.4rem;
    padding-top: 36rem;
    margin-bottom: 0rem;
    padding-bottom: 0rem;
}

.list-cross {
    background-image: url('../img/common_icon/cross_aplha.gif');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px;
    margin: 0px;
    padding: 0px 0px 0px 30px;
    list-style: none;
}
/*Margin Adjuster Controller*/

.marginadjuster0{
    margin-left: -10rem;
}
.marginadjuster1{
    margin-left: -100px
}
.marginadjuster2{
    margin-left: -110px
}
.marginadjuster3{
    margin-left: -120px
}
.marginadjuster4{
    margin-left: -130px
}
.marginadjuster5{
    margin-left: -140px
}
.marginadjuster6{
    margin-left: -150px
}
.marginadjuster7{
    margin-left: -160px
}
.marginadjuster8{
    margin-left: -170px
}
.marginadjuster9{
    margin-left: -180px
}
.marginadjuster10{
    margin-left: -190px
}
.article-header-margin-a {
    font-family: Font2;
    font-size: 0.95rem;
    font-weight: 550;
}
.contact-us-margin {
    padding-top: 1rem;
    margin-bottom: 5rem;
}

/* Card Controller */
.card img {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-width: 220px;
    max-height: 100%;
    object-fit: contain;
}
.card.project img {
    padding-left: 0px;
    padding-right: 0px;
    width: 340px;
    height: 200px;
    object-fit: fill;
    border: 5px solid rgba(127, 127, 127, 1);
    border-radius: 20px;
    max-width: 400px;
    max-height: 100%;
    margin-bottom: 0.5rem;
}
.card {
    border: none;
    min-width: 2rem;
    max-width: 400px;
    padding-left: 20px;
    padding-right: 20px
}


/* Scrolling Wrapper Controller */
.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
.scrolling-wrapper {
    -webkit-overflow-scrolling: touch;
}
.scrolling-wrapper .card {
    display: inline-block;
}
.scrolling-wrapper-flexbox {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.scrolling-wrapper-flexbox .card {
    flex: 0 0 auto;
}
.right-purple-border {
    border-image: url("../img/projects/border_purple_green.png") 30 round;
    border-right: solid 20px;
}
.right-green-border {
    border-image: url("../img/projects/border_green_purple.png") 30 round;
    border-right: solid 20px;
}
.col-half-offset {
    margin-left: 4.166666667%
}
.open-border-grey {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    height: 20px;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-color: rgb(217, 217, 217);
    margin-bottom: 20px;
    border-width: thin;
}
/*.tab {
    display: inline-block;
    margin-left: 40px;*/

.hide_pic {
    display: all;
}
.hide_all {
    display: all;
}
/*------------------------------------------END CONTROLLER---------------------------------------------*/


/*.article-section-a .contact-us::before {
    background-image: url(../img/contact/contact_background.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    position: absolute;
    padding-top: 1rem;
    left: 0;
    width: 110%;
    height: 100%;
    z-index: -2;
    opacity: 1;
    min-height: 40rem !important;
}*/


ul {
    width: 100%
}

ol ol {
    list-style-position: outside;
    padding-left: 16px;
}




/*whatsapp*/

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #000000;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float1 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 120px;
    right: 40px;
    background-color: #000000;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}



/*------------------------------------------RESPONSIVE---------------------------------------------------*/

/*--------------------------------------2K LAPTOP (not yet) ------------- -----------------------*/

@media all and (max-width: 2600px) and (min-width: 1801px) {
  
    /*------------------------------------------CONTROLLER---------------------------------------------*/
    /* Page height controller */

    .section-about {
        width: 100%;
        min-height: 54rem;
        max-height: 64rem;
        padding-top: 3rem;
        margin-top: 5rem;
    }
    .section-adven { 
        width: 100%;
        min-height: 50rem;
        max-height: 90rem;
        padding-top: 2rem;
        margin-bottom: -2rem;
    }
    .section-exc {
        width: 100%;
        min-height: 50rem;
        max-height: 60rem;
        padding-top: 8rem;
        margin-bottom: 0rem;
    }
    .section-plan {
        width: 100%;
        min-height: 80rem;
        max-height: 80rem;
        padding-top: 8rem;
    }
    .section-sub1 {
        width: 100%;
        min-height: 70rem;
        max-height: 75rem;
        margin-bottom: 3rem;
        padding-top: 0rem;
        margin-top: -15rem;       
    }
    .section-sub2 {
        width: 100%;
        min-height: 70rem;
        max-height: 75rem;
        margin-bottom: 1rem;
    }
    .section-sub3 {
        width: 100%;
        min-height: 65rem;
        max-height: 70rem;
        margin-bottom: 2rem;
    }
    .section-sub4 {
        width: 100%;
        min-height: 50rem;
        max-height: 60rem;
        margin-bottom: 5rem;
    }
    .section-sub5 {
        width: 100%;
        min-height: 55rem;
        max-height: 60rem;
        margin-bottom: 4rem;
    }
    .section-sample {
        width: 100%;
        min-height: 45rem;
        max-height: 50rem;
        margin-bottom: 5rem;
    }
    .section-proj {
        width: 100%;
        min-height: 70rem;
        max-height: 75rem;
        padding-top: 5rem;
        margin-bottom: 0rem;
    }
    .section-why {
        width: 100%;
        min-height: 45rem;
        max-height: 60rem;
        margin-top: 0rem;
        margin-bottom: 12rem;
    }
    .section-stat {
        width: 100%;
        min-height: 45rem;
        max-height: 60rem;
        margin-bottom: -6rem;
    }
    .section-client {
        width: 100%;
        min-height: 45rem;
        max-height: 60rem;
        padding-top: 8rem;
        margin-bottom: 6rem;
        margin-top: 6rem;
    }
    .section-contact {
        margin-bottom: 0rem;
        width: 100%;
        min-height: 30rem;
        max-height: 35rem;
        padding-top: 2rem;
        padding-bottom: 0rem;
    }

    /* Header Controller*/

    .header-top {
        font-family: BebasNeue;
        font-size: 7rem
    }
    .slide-caption {
        font-size: 2.6rem
    }
    .navbarfont {
        font-family: Font1;
        font-size: 1.5rem;
        font-weight: 800;
    }
    .slide-caption {
        font-size: 3rem;
    }
    .masthead-brand {
        width: auto;
        height: 4rem;
    }
    .article-header {
        margin-bottom: 0.2rem;
        font-family: Font1;
        font-size: 2.7rem;
    }
    .article-header-sub {
        font-family: Font3;
        font-size: 2.5rem;
        font-weight: 650;
        margin-bottom: 1rem;
    }
    .article-header-why {
        font-family: Font3;
        font-size: 2.1rem;
        font-weight: 650;
        margin-bottom: 1rem;
    }
    .article-header-banner {
        font-family: Font1;
        font-size: 4rem;
        line-height: 5rem;
        width: 60rem;
    }


    /* Text Controller*/

    .text-type1 {
        font-family: Font2;
        font-size: 1.4rem;
    }
    .text-type1a {
        font-family: Font2;
        font-size: 1.2rem;
        font-weight: 600;
    }
    .text-type2 {
        font-family: Font2;
        font-size: 1.3rem;
    }
    .text-type3 {
        font-family: Font2;
        font-size: 1.6rem;
    }
    .text-type4 {
        font-family: Font2;
        font-size: 1.4rem;
    }
    .text-type5 {
        font-family: Font2;
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    .text-type6 {
        font-family: BebasNeue;
        font-size: 60px;  
    }
    .text-type7 {
        font-family: Font2;
        font-size: 1.6rem;
    }

    /* Image Controller*/

    .img-about {
        height: 95%;
        width: 100%;
        max-height: 100%;
        object-fit: cover;
    }
    .img-exc {
        width: 100%;
        object-fit: cover;
    }
    .img-subplan {
        width: 100%;
        min-height: 60rem;
        max-height: 80rem;
        object-fit: fill;
    }
    .img-proposal {
        width: 100%;
        width: 20rem;
        min-height: 38rem;
        margin-left: 3rem;
    }
    .img-why {
        min-height: 45rem;
        max-height: 55rem;
        height: 100%;
        object-fit: fill;
        position: right;
        padding-left: 1rem;
    }
    .img-banner::before {
        background-image: url(../img/statistic/statistic_banner.jpg);
        background-size: cover;
        content: "";
        display: block;
        position: absolute;
        width: 98%;
        height: 100%;
        margin-top: -3rem;
        height: 18rem;
    }
    .img-stat {
        width: 100px;
        padding-top: 2rem;
    }
    .img-client {
        width: 100%;
        height: 90rem;
        object-fit: fill;
        vertical-align: 50%;
        margin-left: 2rem;
        margin-right: 2rem;
        margin-top: 3rem;
    }
    .img-contact {
        background-image: url(../img/contact/contact_background.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        position: absolute;
        padding-top: 1rem;
        left: 0;
        max-width: 100%;
        min-height: 90%;
        max-height: 100%;
        z-index: -2;
        opacity: 1;
        margin-bottom: 0rem !important;
        padding-bottom: 0rem !important;
    }
    .icon {
        width: 5rem;
        height: 5rem;
    }
    .iconproperty {
        max-height: 5rem;
    }
    .contact-icon {
        height: 2.5rem;
        padding : center;
        margin-right: 0.7rem;
    }
    .header-blue-line {
        border-bottom: turquoise;
        border-bottom-style: solid;
    }
    .advantages-header {
        color: rgb(0, 112, 192);
    }
    .padding-left1 {
        padding-left: 10rem;
    }

    /* Special Feature Controller */

    .gold-dotted-bar {
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
    /*Part Home*/
    .carousel-indicators {
        margin-bottom: 1.5rem
    }

    /*Part Statistic*/
    .statistic-content {
        margin-top: 10rem;
        display: flex;
        flex-wrap: wrap;
    }
    .statistic-content > div {
        width: 100%;
        max-width: 25%
        padding: 10px;
    }

    /*Part Why*/
    .checkmark {
        list-style: none;
    }
    .checkmark::before {
        content: '✓';
        margin-right: 0px;
    }

    /*Part Client*/
    /*.client-content {
        margin-top: 0rem;
        display: flex;
        flex-wrap: wrap;
    }
    .client-content > div {
        width: 100%;
        max-width: 100%;
        padding-left: 0px;
    }
    .client-item{
        border-left: 1px solid #ddd;
        border-left-style: dotted;
    }*/
    .client-content {
        width: 100%;
        align-items: center;
        justify-content: center;
        max-height: 35rem;
        padding-bottom: 5rem;
    }
    /*Part Contact*/
    .contact-us-line {
        line-height: 4rem;
        margin-top: 3rem;
    }
    .contact-us-article {
        padding-top: 10rem;
    }
    .contact-position{
        padding-left: 4rem;
    }
    .footer {
        width: 100%;
        display: block;
        background-color: transparent;
        color: grey;
        font-family: Font1;
        font-size: 1.5rem;
        font-style: italic;
        text-align: center;
        line-height: 1.5rem;
        padding-top: 55rem;
    }
    /*whatsapp*/

    .float {
        position: fixed;
        width: 70px;
        height: 70px;
        bottom: 40px;
        right: 40px;
        background-color: #000000;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 40px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }

    .float1 {
        position: fixed;
        width: 70px;
        height: 70px;
        bottom: 120px;
        right: 40px;
        background-color: #000000;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 40px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }
    .my-float {
        margin-top: 16px;
    }
    .list-cross {
        background-image: url('../img/common_icon/cross_aplha.gif');
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 22px;
        margin: 0px;
        padding: 0px 0px 0px 30px;
        list-style: none;
    }
    /*Margin Adjuster Controller*/

    .marginadjuster0{
        margin-left: -200px;
    }
    .marginadjuster1{
        margin-left: -100px
    }
    .marginadjuster2{
        margin-left: -115px
    }
    .marginadjuster3{
        margin-left: -130px
    }
    .marginadjuster4{
        margin-left: -145px
    }
    .marginadjuster5{
        margin-left: -160px
    }
    .marginadjuster6{
        margin-left: -175px
    }
    .marginadjuster7{
        margin-left: -190px
    }
    .marginadjuster8{
        margin-left: -205px
    }
    .marginadjuster9{
        margin-left: -220px
    }
    .marginadjuster10{
        margin-left: -235px
    }
    .article-header-margin-a {
        font-family: Font2;
        font-size: 0.95rem;
        font-weight: 550;
    }
    .contact-us-margin {
        padding-top: 5rem;
        margin-bottom: 2rem;
    }

    /* Card Controller */
    .card img {
        padding-left: 1rem;
        padding-right: 1rem;
        max-width: 300px;
        max-height: 100%;
        margin-left: 1rem;
        margin-top: 1rem;
        object-fit: contain;
    }
    .card.project img {
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 1rem;
        width: 430px;
        height: 280px;
        object-fit: fill;
        border: 5px solid rgba(127, 127, 127, 1);
        border-radius: 20px;
        max-width: 500px;
        max-height: 100%;
        margin-bottom: 0.5rem;
    }
    .card {
        border: none;
        max-width: 480px;
        padding-left: 10px;
        padding-right: 10px;
    }


    /* Scrolling Wrapper Controller */
    .scrolling-wrapper {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .scrolling-wrapper {
        -webkit-overflow-scrolling: touch;
    }
    .scrolling-wrapper .card {
        display: inline-block;
    }
    .scrolling-wrapper-flexbox {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .scrolling-wrapper-flexbox .card {
        flex: 0 0 auto;
    }
    .right-purple-border {
        border-image: url("../img/projects/border_purple_green.png") 30 round;
        border-right: solid 20px;
    }
    .right-green-border {
        border-image: url("../img/projects/border_green_purple.png") 30 round;
        border-right: solid 20px;
    }
    .col-half-offset {
        margin-left: 4.166666667%
    }
    .open-border-grey {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
        height: 20px;
        border-left-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-color: rgb(217, 217, 217);
        margin-bottom: 20px;
        border-width: thin;
    }
    /*------------------------------------------END CONTROLLER---------------------------------------------*/
    
}


/*--------------------------------------2K LAPTOP ------------- -----------------------*/

@media all and (max-width: 1800px) and (min-width: 1400px) {
  
    /*------------------------------------------CONTROLLER---------------------------------------------*/
    /* Page height controller */

    .section-about {
        width: 100%;
        min-height: 60rem;
        max-height: 72rem;
        padding-top: 3rem;
        margin-top: 3rem;
    }
    .section-adven { 
        width: 100%;
        min-height: 50rem;
        max-height: 90rem;
        padding-top: 2rem;
        margin-bottom: -2rem;
    }
    .section-exc {
        width: 100%;
        min-height: 50rem;
        max-height: 60rem;
        padding-top: 8rem;
        margin-bottom: -5rem;
    }
    .section-plan {
        width: 100%;
        min-height: 55rem;
        max-height: 60rem;
        padding-top: 8rem;
    }
    .section-sub1 {
        width: 100%;
        min-height: 50rem;
        max-height: 60rem;
        margin-bottom: 5rem;
    }
    .section-sub2 {
        width: 100%;
        min-height: 50rem;
        max-height: 60rem;
        margin-bottom: 5rem;
    }
    .section-sub3 {
        width: 100%;
        min-height: 50rem;
        max-height: 60rem;
        margin-bottom: 5rem;
    }
    .section-sub4 {
        width: 100%;
        min-height: 50rem;
        max-height: 60rem;
        margin-bottom: 5rem;
    }
    .section-sub5 {
        width: 100%;
        min-height: 45rem;
        max-height: 60rem;
    }
    .section-sample {
        width: 100%;
        min-height: 45rem;
        max-height: 60rem;
        margin-bottom: -2rem;
    }
    .section-proj {
        width: 100%;
        min-height: 45rem;
        max-height: 60rem;
        padding-top: 5rem;
        margin-bottom: 12rem;
    }
    .section-why {
        width: 100%;
        min-height: 45rem;
        max-height: 60rem;
        margin-top: 4rem;
        margin-bottom: 12rem;
    }
    .section-stat {
        width: 100%;
        min-height: 45rem;
        max-height: 60rem;
        margin-bottom: -6rem;
    }
    .section-client {
        width: 100%;
        min-height: 45rem;
        max-height: 60rem;
        padding-top: 8rem;
        margin-bottom: 0rem;
    }
    .section-contact {
        margin-bottom: 0rem;
        width: 100%;
        min-height: 20rem;
        max-height: 30rem;
        padding-top: 4rem;
        padding-bottom: 0rem;
    }

    /* Header Controller*/

    .header-top {
        font-family: BebasNeue;
        font-size: 5.5rem
    }
    .slide-caption {
        font-size: 2.6rem
    }
    .navbarfont {
        font-family: Font1;
        font-size: 1.1rem;
        font-weight: 800;
    }
    .masthead-brand {
        width: auto;
        height: 4rem;
    }
    .article-header {
        margin-bottom: 0.2rem;
        font-family: Font1;
        font-size: 2.5rem;
    }
    .article-header-sub {
        font-family: Font3;
        font-size: 2.2rem;
        font-weight: 650;
        margin-bottom: 1rem;
    }
    .article-header-why {
        font-family: Font3;
        font-size: 2.1rem;
        font-weight: 650;
        margin-bottom: 1rem;
    }
    .article-header-banner {
        font-family: Font1;
        font-size: 4rem;
        line-height: 5rem;
        width: 60rem;
    }


    /* Text Controller*/

    .text-type1 {
        font-family: Font2;
        font-size: 1.2rem;
    }
    .text-type1a {
        font-family: Font2;
        font-size: 1.2rem;
        font-weight: 600;
    }
    .text-type2 {
        font-family: Font2;
        font-size: 1rem;
    }
    .text-type3 {
        font-family: Font2;
        font-size: 1.4rem;
    }
    .text-type4 {
        font-family: Font2;
        font-size: 1.2rem;
    }
    .text-type5 {
        font-family: Font2;
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
    .text-type6 {
        font-family: BebasNeue;
        font-size: 40px;  
    }
    .text-type7 {
        font-family: Font2;
        font-size: 1.5rem;
    }

    /* Image Controller*/

    .img-about {
        height: 95%;
        width: 100%;
        max-height: 100%;
        object-fit: cover;
    }
    .img-exc {
        width: 100%;
        object-fit: cover;
    }
    .img-subplan {
        width: 100%;
        min-height: 52rem;
        max-height: 60rem;
        object-fit: fill;
    }
    .img-proposal {
        max-width: 100%;
        min-width: 16rem;
        min-height: 28rem;
        margin-left: 2rem;
    }
    .img-why {
        min-height: 45rem;
        max-height: 55rem;
        height: 100%;
        object-fit: fill;
        position: right;
        padding-left: 1rem;
    }
    .img-banner::before {
        background-image: url(../img/statistic/statistic_banner.jpg);
        background-size: cover;
        content: "";
        display: block;
        position: absolute;
        width: 98%;
        height: 100%;
        margin-top: -3rem;
        height: 18rem;
    }
    .img-stat {
        width: 100px;
        padding-top: 2rem;
    }
    .img-client {
        width: 100%;
        height: 30rem;
        vertical-align: 50%;
        margin-left: 2rem;
        margin-right: 2rem;
        margin-top: 3rem;
    }
    .img-contact {
        background-image: url(../img/contact/contact_background.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        position: absolute;
        padding-top: 1rem;
        left: 0;
        max-width: 100%;
        min-height: 90%;
        max-height: 100%;
        z-index: -2;
        opacity: 1;
        margin-bottom: 0rem !important;
        padding-bottom: 0rem !important;
    }
    .icon {
        width: 5rem;
        height: 5rem;
    }
    .iconproperty {
        max-height: 5rem;
    }
    .contact-icon {
        height: 2.5rem;
        padding : center;
        margin-right: 0.7rem;
    }
    .header-blue-line {
        border-bottom: turquoise;
        border-bottom-style: solid;
    }
    .advantages-header {
        color: rgb(0, 112, 192);
    }
    .padding-left1 {
        padding-left: 10rem;
    }

    /* Special Feature Controller */

    .gold-dotted-bar {
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
    /*Part Home*/
    .carousel-indicators {
        margin-bottom: 1.5rem
    }

    /*Part Statistic*/
    .statistic-content {
        margin-top: 10rem;
        display: flex;
        flex-wrap: wrap;
    }
    .statistic-content > div {
        width: 100%;
        max-width: 25%
        padding: 10px;
    }

    /*Part Why*/
    .checkmark {
        list-style: none;
    }
    .checkmark::before {
        content: '✓';
        margin-right: 0px;
    }

    /*Part Client*/
    /*.client-content {
        margin-top: 0rem;
        display: flex;
        flex-wrap: wrap;
    }
    .client-content > div {
        width: 100%;
        max-width: 100%;
        padding-left: 0px;
    }
    .client-item{
        border-left: 1px solid #ddd;
        border-left-style: dotted;
    }*/
    .client-content {
        width: 100%;
        align-items: center;
        justify-content: center;
        max-height: 35rem;
        padding-bottom: 5rem;
    }
    /*Part Contact*/
    .contact-us-line {
        line-height: 4rem;
        margin-top: 3rem;
    }
    .contact-us-article {
        padding-top: 10rem;
    }
    .contact-position{
        padding-left: 3rem;
    }
    .footer {
        width: 100%;
        display: block;
        background-color: transparent;
        color: grey;
        font-family: Font1;
        font-size: 1.3rem;
        font-style: italic;
        text-align: center;
        line-height: 1.5rem;
        padding-top: 53rem;
    }
    /*whatsapp*/

    .float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 40px;
        right: 40px;
        background-color: #000000;
        color: #FFF;
        border-radius: 60px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }
    .float1 {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 120px;
        right: 40px;
        background-color: #000000;
        color: #FFF;
        border-radius: 60px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }
    .my-float {
        margin-top: 16px;
    }
    .list-cross {
        background-image: url('../img/common_icon/cross_aplha.gif');
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 22px;
        margin: 0px;
        padding: 0px 0px 0px 30px;
        list-style: none;
    }
    /*Margin Adjuster Controller*/

    .marginadjuster0{
        margin-left: -80px;
    }
    .marginadjuster1{
        margin-left: -100px
    }
    .marginadjuster2{
        margin-left: -110px
    }
    .marginadjuster3{
        margin-left: -120px
    }
    .marginadjuster4{
        margin-left: -130px
    }
    .marginadjuster5{
        margin-left: -140px
    }
    .marginadjuster6{
        margin-left: -150px
    }
    .marginadjuster7{
        margin-left: -160px
    }
    .marginadjuster8{
        margin-left: -170px
    }
    .marginadjuster9{
        margin-left: -180px
    }
    .marginadjuster10{
        margin-left: -190px
    }
    .article-header-margin-a {
        font-family: Font2;
        font-size: 0.95rem;
        font-weight: 550;
    }
    .contact-us-margin {
        padding-top: 5rem;
        margin-bottom: 2rem;
    }

    /* Card Controller */
    .card img {
        padding-left: 2rem;
        padding-right: 2rem;
        max-width: 280px;
        max-height: 100%;
        object-fit: contain;
    }
    .card.project img {
        padding-left: 0px;
        padding-right: 0px;
        width: 420px;
        height: 220px;
        object-fit: fill;
        border: 5px solid rgba(127, 127, 127, 1);
        border-radius: 20px;
        max-width: 480px;
        max-height: 100%;
        margin-bottom: 0.5rem;
    }
    .card {
        border: none;
        max-width: 500px;
        padding-left: 20px;
        padding-right: 20px
    }


    /* Scrolling Wrapper Controller */
    .scrolling-wrapper {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .scrolling-wrapper {
        -webkit-overflow-scrolling: touch;
    }
    .scrolling-wrapper .card {
        display: inline-block;
    }
    .scrolling-wrapper-flexbox {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .scrolling-wrapper-flexbox .card {
        flex: 0 0 auto;
    }
    .right-purple-border {
        border-image: url("../img/projects/border_purple_green.png") 30 round;
        border-right: solid 20px;
    }
    .right-green-border {
        border-image: url("../img/projects/border_green_purple.png") 30 round;
        border-right: solid 20px;
    }
    .col-half-offset {
        margin-left: 4.166666667%
    }
    .open-border-grey {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
        height: 25px;
        border-left-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-color: rgb(217, 217, 217);
        margin-bottom: 20px;
        border-width: thin;
    }
    /*------------------------------------------END CONTROLLER---------------------------------------------*/
}


@media all and (max-width: 1399px) and (min-width: 1200px) {
    .img-contact {
        background-image: url(../img/contact/contact_background.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        position: absolute;
        padding-top: 1rem;
        left: 0;
        max-width: 100%;
        height: 35rem; 
        min-height: 2%;
        z-index: -2;
        opacity: 1;
        margin-bottom: 0rem;
    }
}


/*--------------------------------------IPAD PRO / LANDSCAPE ------------------------------*/

@media all and (max-width: 1100px) and (min-width: 991px) {
  
    /*------------------------------------------CONTROLLER---------------------------------------------*/
    /* Page height controller */

    .section-about {
        width: 100%;
        min-height: 50rem;
        max-height: 60rem;
        padding-top: 2rem;
        margin-top: 1rem;
    }
    .section-adven { 
        width: 100%;
        min-height: 50rem;
        max-height: 90rem;
        padding-top: 2rem;
        margin-bottom: -2rem;
    }
    .section-exc {
        width: 100%;
        min-height: 50rem;
        max-height: 60rem;
        padding-top: 8rem;
        margin-bottom: -18rem;
    }
    .section-plan {
        width: 100%;
        min-height: 50rem;
        max-height: 60rem;
        padding-top: 8rem;
    }
    .section-sub1 {
        width: 100%;
        min-height: 50rem;
        max-height: 60rem;
        margin-bottom: -4rem;
    }
    .section-sub2 {
        width: 100%;
        min-height: 45rem;
        max-height: 60rem;
    }
    .section-sub3 {
        width: 100%;
        min-height: 45rem;
        max-height: 60rem;
    }
    .section-sub4 {
        width: 100%;
        min-height: 45rem;
        max-height: 60rem;
    }
    .section-sub5 {
        width: 100%;
        min-height: 45rem;
        max-height: 60rem;
    }
    .section-sample {
        width: 100%;
        min-height: 45rem;
        max-height: 60rem;
        margin-bottom: -12rem;
    }
    .section-proj {
        width: 100%;
        min-height: 45rem;
        max-height: 60rem;
        padding-top: 5rem;
        margin-bottom: 8rem;
    }
    .section-why {
        width: 100%;
        min-height: 45rem;
        max-height: 60rem;
        margin-top: 4rem;
        margin-bottom: 8rem;
    }
    .section-stat {
        width: 100%;
        min-height: 45rem;
        max-height: 60rem;
        margin-bottom: -6rem;
    }
    .section-client {
        width: 100%;
        min-height: 45rem;
        max-height: 60rem;
        padding-top: 5rem;
        margin-bottom: 0rem;
    }
    .section-contact {
        margin-bottom: 0rem;
        width: 100%;
        min-height: 30rem;
        max-height: 30rem;
        padding-top: 5rem;
        padding-bottom: 0rem;
    }

    /* Header Controller*/

    .header-top {
        font-family: BebasNeue;
        font-size: 3.8rem
    }
    .slide-caption {
        font-size: 1.9rem
    }
    .navbarfont {
        font-family: Font1;
        font-size: 0.9rem;
        font-weight: 800;
    }
    .article-header {
        margin-bottom: 0.2rem;
        font-family: Font1;
        font-size: 1.8rem;
    }
    .article-header-sub {
        font-family: Font3;
        font-size: 1.5rem;
        font-weight: 650;
        margin-bottom: 1rem;
    }
    .article-header-why {
        font-family: Font3;
        font-size: 1.5rem;
        font-weight: 650;
        margin-bottom: 1rem;
    }
    .article-header-banner {
        font-family: Font1;
        font-size: 2.7rem;
        line-height: 5rem;
        width: 36rem;
    }


    /* Text Controller*/

    .text-type1 {
        font-family: Font2;
        font-size: 1.04rem;
    }
    .text-type1a {
        font-family: Font2;
        font-size: 1.04rem;
        font-weight: 600;
    }
    .text-type2 {
        font-family: Font2;
        font-size: 0.9rem;
    }
    .text-type3 {
        font-family: Font2;
        font-size: 1.08rem;
    }
    .text-type4 {
        font-family: Font2;
        font-size: 0.9rem;
    }
    .text-type5 {
        font-family: Font2;
        font-size: 1.1rem;
        line-height: 1.6rem;
    }
    .text-type6 {
        font-family: BebasNeue;
        font-size: 36px;  
    }
    .text-type7 {
        font-family: Font2;
        font-size: 1.2rem;
    }

    /* Image Controller*/

    .img-about {
        height: 95%;
        width: 100%;
        max-height: 100%;
        object-fit: cover;
    }
    .img-exc {
        width: 100%;
        object-fit: cover;
    }
    .img-subplan {
        width: 100%;
        min-height: 40rem;
        max-height: 45rem;
        object-fit: fill;
    }
    .img-proposal {
        width: 100%;
        width: 20rem;
        min-height: 25rem;
    }
    .img-why {
        min-height: 35rem;
        max-height: 50rem;
        height: 100%;
        object-fit: fill;
        position: right;
        padding-left: 1rem;
    }
    .img-banner::before {
        background-image: url(../img/statistic/statistic_banner.jpg);
        background-size: cover;
        content: "";
        display: block;
        position: absolute;
        width: 98%;
        height: 100%;
        margin-top: -3rem;
        height: 15rem;
    }
    .img-stat {
        width: 100px;
        padding-top: 2rem;
    }
    .img-client {
        min-width: 17rem;
        max-width: 18rem;
        min-height: 4rem;
        max-height: 8rem;
        vertical-align: 50%;
        margin-left: 2rem;
        margin-right: 2rem;
        margin-top: 3rem;
    }
    .img-contact {
        background-image: url(../img/contact/contact_background.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        position: absolute;
        padding-top: 1rem;
        left: 0;
        max-width: 100%;
        min-height: 50%;
        max-height: 100%;
        z-index: -2;
        opacity: 1;
        margin-bottom: 0rem !important;
        padding-bottom: 0rem !important;
    }
    .icon {
        width: 3.5rem;
        height: 3.5rem;
    }
    .iconproperty {
        max-height: 4rem;
    }
    .contact-icon {
        height: 2rem;
        padding : center;
        margin-right: 0.7rem;
    }
    .header-blue-line {
        border-bottom: turquoise;
        border-bottom-style: solid;
    }
    .advantages-header {
        color: rgb(0, 112, 192);
    }
    .padding-left1 {
        padding-left: 10rem;
    }

    /* Special Feature Controller */

    .gold-dotted-bar {
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
    /*Part Home*/
    .carousel-indicators {
        margin-bottom: 1.5rem
    }

    /*Part Statistic*/
    .statistic-content {
        margin-top: 10rem;
        display: flex;
        flex-wrap: wrap;
    }
    .statistic-content > div {
        width: 100%;
        max-width: 25%
        padding: 10px;
    }

    /*Part Why*/
    .checkmark {
        list-style: none;
    }
    .checkmark::before {
        content: '✓';
        margin-right: 0px;
    }

    /*Part Client*/
    /*.client-content {
        margin-top: 0rem;
        display: flex;
        flex-wrap: wrap;
    }
    .client-content > div {
        width: 100%;
        max-width: 100%;
        padding-left: 0px;
    }
    .client-item{
        border-left: 1px solid #ddd;
        border-left-style: dotted;
    }*/
    .client-content {
        width: 100%;
        align-items: center;
        justify-content: center;
        max-height: 30rem;
    }
    /*Part Contact*/
    .contact-us-line {
        line-height: 3rem;
        margin-left: -3rem;
    }
    .contact-us-article {
        padding-top: 5rem;
        margin-left: -2.5rem;
    }
    .contact-position{
        padding-left: 0rem;
    }
    .footer {
        width: 100%;
        display: block;
        background-color: transparent;
        color: grey;
        font-family: Font1;
        font-size: 1.2rem;
        font-style: italic;
        text-align: center;
        line-height: 0.7rem;
        padding-top: 37rem;
        margin-bottom: -80rem;
        padding-bottom: -80rem;
    }

    .list-cross {
        background-image: url('../img/common_icon/cross_aplha.gif');
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 22px;
        margin: 0px;
        padding: 0px 0px 0px 30px;
        list-style: none;
    }
    /*Margin Adjuster Controller*/

    .marginadjuster0{
        margin-left: -80px;
    }
    .marginadjuster1{
        margin-left: -100px
    }
    .marginadjuster2{
        margin-left: -110px
    }
    .marginadjuster3{
        margin-left: -120px
    }
    .marginadjuster4{
        margin-left: -130px
    }
    .marginadjuster5{
        margin-left: -140px
    }
    .marginadjuster6{
        margin-left: -150px
    }
    .marginadjuster7{
        margin-left: -160px
    }
    .marginadjuster8{
        margin-left: -170px
    }
    .marginadjuster9{
        margin-left: -180px
    }
    .marginadjuster10{
        margin-left: -190px
    }
    .article-header-margin-a {
        font-family: Font2;
        font-size: 0.95rem;
        font-weight: 550;
    }
    .contact-us-margin {
        padding-top: 4rem;
        margin-bottom: 2rem;
    }

    /* Card Controller */
    .card img {
        padding-left: 2rem;
        padding-right: 2rem;
        max-width: 200px;
        max-height: 100%;
        object-fit: contain;
    }
    .card.project img {
        padding-left: 0px;
        padding-right: 0px;
        width: 300px;
        height: 180px;
        object-fit: fill;
        border: 5px solid rgba(127, 127, 127, 1);
        border-radius: 20px;
        max-width: 400px;
        max-height: 100%;
        margin-bottom: 0.5rem;
    }
    .card {
        border: none;
        max-width: 400px;
        padding-left: 20px;
        padding-right: 20px
    }


    /* Scrolling Wrapper Controller */
    .scrolling-wrapper {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .scrolling-wrapper {
        -webkit-overflow-scrolling: touch;
    }
    .scrolling-wrapper .card {
        display: inline-block;
    }
    .scrolling-wrapper-flexbox {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .scrolling-wrapper-flexbox .card {
        flex: 0 0 auto;
    }
    .right-purple-border {
        border-image: url("../img/projects/border_purple_green.png") 30 round;
        border-right: solid 20px;
    }
    .right-green-border {
        border-image: url("../img/projects/border_green_purple.png") 30 round;
        border-right: solid 20px;
    }
    .col-half-offset {
        margin-left: 4.166666667%
    }
    .open-border-grey {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
        height: 20px;
        border-left-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-color: rgb(217, 217, 217);
        margin-bottom: 20px;
        border-width: thin;
    }
    .navbarfont {
        font-size: 0.85rem;
    }
    /*------------------------------------------END CONTROLLER---------------------------------------------*/
    
}

/*--------------------------------------IPAD / LANDSCAPE ------------------------------------*/

@media all and (max-width: 990px) and (min-width: 768px) {
  
    /*------------------------------------------CONTROLLER---------------------------------------------*/
    /* Page height controller */

    .section-about {
        width: 100%;
        min-height: 35rem;
        max-height: 60rem;
        padding-top: 2rem;
        margin-top:-1rem;
        margin-bottom: 2rem;
    }
    .section-adven { 
        width: 100%;
        min-height: 60rem;
        max-height: 75rem;
        padding-top: 0rem;
        margin-bottom: 0rem;
    }
    .section-exc {
        width: 100%;
        min-height: 35rem;
        max-height: 40rem;
        padding-top: 5rem;
        margin-bottom: 0rem;
    }
    .section-plan {
        width: 100%;
        min-height: 38rem;
        max-height: 45rem;
        padding-top: 0rem;
    }
    .section-sub1 {
        width: 100%;
        min-height: 50rem;
        max-height: 70rem;
        margin-bottom: 0rem;
    }
    .section-sub2 {
        width: 100%;
        min-height: 45rem;
        max-height: 60rem;
        padding-top: 2rem;
    }
    .section-sub3 {
        width: 100%;
        min-height: 45rem;
        max-height: 60rem;
        padding-top: 3rem;
    }
    .section-sub4 {
        width: 100%;
        min-height: 45rem;
        max-height: 60rem;
        padding-top: 3rem;
    }
    .section-sub5 {
        width: 100%;
        min-height: 45rem;
        max-height: 60rem;
        padding-top: 2rem;
    }
    .section-sample {
        width: 100%;
        min-height: 33rem;
        max-height: 38rem;
        padding-top: 2rem;
        margin-bottom: 0rem;
    }
    .section-proj {
        width: 100%;
        min-height: 45rem;
        max-height: 60rem;
        padding-top: 2rem;
        margin-bottom: 5rem;
    }
    .section-why {
        width: 100%;
        min-height: 40rem;
        max-height: 60rem;
        margin-top: 3rem;
        margin-bottom: 5rem;
    }
    .section-stat {
        width: 100%;
        min-height: 37rem;
        max-height: 45rem;
        padding-top: 0rem;
        margin-bottom: 0rem;
    }
    .section-client {
        width: 100%;
        min-height: 30rem;
        max-height: 35rem;
        padding-top: 0rem;
        margin-bottom: 5rem;
    }
    .section-contact {
        margin-bottom: 0rem;
        width: 100%;
        min-height: 30rem;
        max-height: 30rem;
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    /* Header Controller*/

    .header-top {
        font-family: BebasNeue;
        font-size: 3.6rem;
        margin-top: -1.3rem;
        margin-left: -1rem;
    }
    .slide-caption {
        font-size: 1.5rem;
        margin-right: -2rem;
    }
    .navbarfont {
        font-family: Font1;
        font-size: 0.9rem;
        font-weight: 800;
    }
    .article-header {
        margin-bottom: 0.1rem;
        font-family: Font1;
        font-size: 1.5rem;
    }
    .article-header-sub {
        font-family: Font3;
        font-size: 1.5rem;
        font-weight: 650;
        margin-bottom: 1rem;
    }
    .article-header-why {
        font-family: Font3;
        font-size: 1rem;
        font-weight: 650;
        margin-bottom: 1rem;
    }
    .article-header-banner {
        font-family: Font1;
        font-size: 2.3rem;
        line-height: 5rem;
        width: 36rem;
    }


    /* Text Controller*/

    .text-type1 {
        font-family: Font2;
        font-size: 0.9rem;
    }
    .text-type1a {
        font-family: Font2;
        font-size: 0.8rem;
        font-weight: 600;
    }
    .text-type2 {
        font-family: Font2;
        font-size: 0.92rem;
    }
    .text-type3 {
        font-family: Font2;
        font-size: 1.08rem;
    }
    .text-type4 {
        font-family: Font2;
        font-size: 0.85rem;
    }
    .text-type5 {
        font-family: Font2;
        font-size: 0.95rem;
        line-height: 1.4rem;
    }
    .text-type6 {
        font-family: BebasNeue;
        font-size: 36px;  
    }
    .text-type7 {
        font-family: Font2;
        font-size: 1.2rem;
    }

    /* Image Controller*/

    .img-about {
        height: 95%;
        width: 100%;
        max-height: 100%;
        object-fit: cover;
    }
    .img-exc {
        width: 100%;
        min-height: 23rem;
        padding-top: 4rem;
        object-fit: cover;
    }
    .img-subplan {
        width: 100%;
        min-height: 45rem;
        max-height: 55rem;
        object-fit: fill;
    }
    .img-proposal {
        width: 100%;
        width: 15rem;
        min-height: 25rem;
    }
    .img-why {
        min-height: 35rem;
        max-height: 44rem;
        height: 100%;
        object-fit: fill;
        position: right;
        padding-left: 1rem;
    }
    .img-banner::before {
        background-image: url(../img/statistic/statistic_banner.jpg);
        background-size: cover;
        content: "";
        display: block;
        position: absolute;
        width: 98%;
        height: 100%;
        margin-top: -3rem;
        height: 15rem;
    }
    .img-stat {
        width: 100px;
        width: 5rem;
        height: 5rem;
        padding-top: 0rem;
    }
    .img-client {
        min-height: 50rem;
        margin-left: 2rem;
        margin-right: 2rem;
        margin-top: 3rem;
        object-fit: cover;
    }
    .img-contact {
        background-image: url(../img/contact/contact_background.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        position: absolute;
        padding-top: 1rem;
        left: 0;
        max-width: 100%;
        min-height: 60%;
        max-height: 100%;
        z-index: -2;
        opacity: 1;
        margin-bottom: 0rem !important;
        padding-bottom: 0rem !important;
    }
    .icon {
        width: 3.8rem;
        height: 3.8rem;
    }
    .iconproperty {
        max-height: 3.5rem;
    }
    .contact-icon {
        height: 2rem;
        padding : center;
        margin-right: 0.7rem;
    }
    .header-blue-line {
        border-bottom: turquoise;
        border-bottom-style: solid;
    }
    .advantages-header {
        color: rgb(0, 112, 192);
    }
    .padding-left1 {
        padding-left: 10rem;
    }

    /* Special Feature Controller */

    .gold-dotted-bar {
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
    /*Part Home*/
    .carousel-indicators {
        margin-bottom: 1rem
    }

    /*Part Statistic*/
    .statistic-content {
        margin-top: 10rem;
        display: flex;
        flex-wrap: wrap;
    }
    .statistic-content > div {
        width: 100%;
        max-width: 25%
        padding: 10px;
    }

    /*Part Why*/
    .checkmark {
        list-style: none;
    }
    .checkmark::before {
        content: '✓';
        margin-right: 0px;
    }

    /*Part Client*/
    /*.client-content {
        margin-top: 0rem;
        display: flex;
        flex-wrap: wrap;
    }
    .client-content > div {
        width: 100%;
        max-width: 100%;
        padding-left: 0px;
    }
    .client-item{
        border-left: 1px solid #ddd;
        border-left-style: dotted;
    }*/
    .client-content {
        max-width: 100%;
        align-items: center;
        justify-content: center;
        max-height: 50rem;
    }
    /*Part Contact*/
    .contact-us-line {
        line-height: 2.5rem;
        margin-left: -8rem;
    }
    .contact-us-article {
        padding-top: 2rem;
        margin-left: -5rem;
    }
    .contact-position{
        padding-left: 0.2rem;
    }
    .contact-position-mobile {
        margin-left: 0rem;
        padding-top: 2rem;
    }
    .footer {
        width: 100%;
        display: block;
        background-color: transparent;
        color: grey;
        font-family: Font1;
        font-size: 1.05rem;
        font-style: italic;
        text-align: center;
        line-height: 0.4rem;
        padding-top: 35rem;
        margin-bottom: -80rem;
        padding-bottom: -80rem;
    }

    .list-cross {
        background-image: url('../img/common_icon/cross_aplha.gif');
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 22px;
        margin: 0px;
        padding: 0px 0px 0px 30px;
        list-style: none;
    }
    /*Margin Adjuster Controller*/

    .marginadjuster0{
        margin-left: -15px;
        text-align: left;
    }
    .marginadjuster1{
        margin-left: -70px
    }
    .marginadjuster2{
        margin-left: -80px
    }
    .marginadjuster3{
        margin-left: -90px
    }
    .marginadjuster4{
        margin-left: -100px
    }
    .marginadjuster5{
        margin-left: -110px
    }
    .marginadjuster6{
        margin-left: -120px
    }
    .marginadjuster7{
        margin-left: -130px
    }
    .marginadjuster8{
        margin-left: -140px
    }
    .marginadjuster9{
        margin-left: -150px
    }
    .marginadjuster10{
        margin-left: -160px
    }
    .article-header-margin-a {
        font-family: Font2;
        font-size: 0.95rem;
        font-weight: 550;
    }
    .contact-us-margin {
        padding-top: 5rem;
        margin-left: 0rem;
        padding-bottom: -10rem;
        max-height: 2rem;
        padding-right: 3rem;
    }

    /* Card Controller */
    .card img {
        padding-left: 2rem;
        padding-right: 2rem;
        max-width: 200px;
        max-height: 100%;
        object-fit: contain;
    }
    .card.project img {
        padding-left: 0px;
        padding-right: 0px;
        width: 300px;
        height: 180px;
        object-fit: fill;
        border: 5px solid rgba(127, 127, 127, 1);
        border-radius: 20px;
        max-width: 400px;
        max-height: 100%;
        margin-bottom: 0.5rem;
    }
    .card {
        border: none;
        max-width: 400px;
        padding-left: 20px;
        padding-right: 20px
    }


    /* Scrolling Wrapper Controller */
    .scrolling-wrapper {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .scrolling-wrapper {
        -webkit-overflow-scrolling: touch;
    }
    .scrolling-wrapper .card {
        display: inline-block;
    }
    .scrolling-wrapper-flexbox {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .scrolling-wrapper-flexbox .card {
        flex: 0 0 auto;
    }
    .right-purple-border {
        border-image: url("../img/projects/border_purple_green.png") 30 round;
        border-right: solid 20px;
    }
    .right-green-border {
        border-image: url("../img/projects/border_green_purple.png") 30 round;
        border-right: solid 20px;
    }
    .col-half-offset {
        margin-left: 4.166666667%
    }
    .open-border-grey {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
        height: 20px;
        border-left-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-color: rgb(217, 217, 217);
        margin-bottom: 20px;
        border-width: thin;
    }
    .navbarfont {
        font-size: 0.85rem;
    }
    /*------------------------------------------END CONTROLLER---------------------------------------------*/
    
}


/*-------------------------------------- TABLET ------------------------------------*/

@media all and (max-width:767px) and (min-width: 551px) {
    /*------------------------------------------CONTROLLER---------------------------------------------*/
    /* Page height controller */
    .section-about {
        width: 100%;
        min-height: 50rem;
        max-height: 58rem;
        padding-top: 2rem;
        margin-top: 0rem;
    }
    .section-adven { 
        width: 100%;
        min-height: 90rem;
        max-height: 150rem;
        padding-top: 15rem;
        margin-top: -2rem;
        margin-bottom: 2rem;
    }
    .section-exc {
        width: 100%;
        min-height: 15rem;
        max-height: 20rem;
        padding-top: 0rem;
        margin-bottom: 2rem;
    }
    .section-plan {
        width: 100%;
        min-height: 48rem;
        max-height: 55rem;
        margin-bottom: 0rem;
    }
    .section-sub1 {
        width: 100%;
        min-height: 50rem;
        max-height: 60rem;
        margin-bottom: -4rem;
    }
    .section-sub2 {
        width: 100%;
        min-height: 0rem;
        max-height: 0rem;
    }
    .section-sub3 {
        width: 100%;
        min-height: 0rem;
        max-height: 0rem;
    }
    .section-sub4 {
        width: 100%;
        min-height: 0rem;
        max-height: 0rem;
    }
    .section-sub5 {
        width: 100%;
        min-height: 0rem;
        max-height: 0rem;
    }
    .section-sample {
        width: 100%;
        min-height: 25rem;
        max-height: 40rem;
        margin-bottom: 0rem;
        margin-top: 0rem;
    }
    .section-proj {
        width: 100%;
        min-height: 57rem;
        max-height: 64rem;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
    .section-why {
        width: 100%;
        min-height: 20rem;
        max-height: 55rem;
        margin-top: 0rem;
        margin-bottom: 3rem;
    }
    .section-stat {
        width: 100%;
        min-height: 24rem;
        max-height: 30rem;
        margin-bottom: 0rem;
    }
    .section-client {
        width: 100%;
        min-height: 32rem;
        max-height: 35rem;
        padding-top: 0rem;
        margin-bottom: -2rem;
    }
    .section-contact {
        width: 100%;
        min-height: 20rem;
        max-height: 30rem;
        padding-top: 0rem;
        margin-top: 0rem;
        padding-bottom: 0rem;
    }

    /* Header Controller*/

    .header-top {
        font-family: BebasNeue;
        font-size: 2.6rem;
        margin-top: -1.5rem;
        margin-left: -1rem;
    }
    .slide-caption {
        font-size: 1.3rem;
        margin-right: -3rem;
        margin-bottom: -1rem;
    }
    .navbarfont {
        font-family: Font1;
        font-size: 1rem;
        font-weight: 800;
    }
    .article-header {
        margin-bottom: 0.2rem;
        font-family: Font1;
        font-size: 1.9rem;
    }
    .article-header-sub {
        font-family: Font3;
        font-size: 1.6rem;
        font-weight: 650;
        margin-bottom: 1rem;
    }
    .article-header-why {
        font-family: Font3;
        font-size: 1.4rem;
        font-weight: 650;
        margin-bottom: 1rem;
    }
    .article-header-banner {
        font-family: Font1;
        text-align: center;
        font-size: 1.9rem;
        line-height: 2rem;
        width: 19rem;
        margin-left: 2rem;
        padding-bottom: -20rem;
    }


    /* Text Controller*/

    .text-type1 {
        font-family: Font2;
        font-size: 1.1rem;
    }
    .text-type1a {
        font-family: Font2;
        font-size: 0.85rem;
        font-weight: 600;
    }
    .text-type2 {
        font-family: Font2;
        font-size: 1rem;
    }
    .text-type3 {
        font-family: Font2;
        font-size: 1.2rem;
    }
    .text-type4 {
        font-family: Font2;
        font-size: 0.95rem;
    }
    .text-type5 {
        font-family: Font2;
        font-size: 1.15rem;
        line-height: 1.7rem;
    }
    .text-type6 {
        font-family: BebasNeue;
        font-size: 1.6rem;  
    }
    .text-type7 {
        font-family: Font2;
        font-size: 1.1rem;
    }

    /* Image Controller*/

    .img-about {
        height: 95%;
        width: 100%;
        max-height: 100%;
        object-fit: cover;
    }
    .img-exc {
        width: 100%;
        object-fit: cover;
    }
    .img-subplan {
        width: 100%;
        min-height: 40rem;
        max-height: 45rem;
        object-fit: fill;
    }
    .img-proposal {
        width: 20rem;
        max-width: 100%;
        min-height: 10rem;
        height: 25rem;
        margin-bottom: 0rem;
        margin-top: 0rem;
        padding-bottom: -12rem;
    }
    .img-why {
        min-height: 35rem;
        max-height: 50rem;
        height: 100%;
        object-fit: fill;
        position: right;
        padding-left: 1rem;
    }
    .img-banner::before {
        background-image: url(../img/statistic/statistic_banner.jpg);
        background-size: cover;
        content: "";
        display: block;
        position: absolute;
        width: 98%;
        height: 100%;
        margin-top: -1rem;
        height: 8rem;
    }
    .img-stat {
        width: 2.8rem;
        padding-top: -2rem;
        margin-top: 0rem;
    }
    .img-client {
        min-width: 5rem;
        max-width: 7rem;
        min-height: 3rem;
        max-height: 6rem;
        vertical-align: 50%;
        margin-left: 2rem;
        margin-right: 2rem;
        margin-top: 0rem;
        padding-top: -5rem;
    }
    .img-contact {
        background-image: url(../img/contact/contact_background.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        position: absolute;
        padding-top: 1rem;
        left: 0;
        max-width: 100%;
        min-height: 40%;
        max-height: 20rem;
        z-index: -2;
        opacity: 1;
        margin-bottom: 0rem;
    }
    .icon {
        width: 3.5rem;
        height: 3.5rem;
    }
    .iconproperty {
        max-height: 4rem;
    }
    .contact-icon {
        height: 1.5rem;
        padding : center;
        margin-right: 0.8rem;
    }
    .header-blue-line {
        border-bottom: turquoise;
        border-bottom-style: solid;
    }
    .advantages-header {
        color: rgb(0, 112, 192);
    }
    .padding-left1 {
        padding-left: 10rem;
    }

    /* Special Feature Controller */

    .gold-dotted-bar {
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
    /*Part Home*/
    .carousel-indicators {
        margin-bottom: -0.1rem
    }

    /*Part Statistic*/
    .statistic-content {
        margin-top: 2rem;
        display: flex;
        flex-wrap: wrap;
    }
    .statistic-content > div {
        width: 25%;
        max-width: 25%
        padding: 3px;
    }

    /*Part Why*/
    .checkmark {
        list-style: none;
    }
    .checkmark::before {
        content: '✓';
        margin-right: 0px;
    }
    /*Part Client*/
    /*.client-content {
        margin-top: 0rem;
        display: flex;
        flex-wrap: wrap;
    }
    .client-content > div {
        width: 100%;
        max-width: 100%;
        padding-left: 0px;
    }
    .client-item{
        border-left: 1px solid #ddd;
        border-left-style: dotted;
    }*/
    .client-content {
        width: 100%;
        min-height: 10rem;
        max-height: 25rem;
        height: 18rem !important;
    }
    /*Part Contact*/
    .contact-us-line {
        line-height: 2.2rem;
        margin-left: 2rem;
    }
    .contact-us-article {
        padding-top: 11rem;
        padding-left: 0rem;
        margin-left: 3rem;
        height: 10rem;
        margin-bottom: 1rem;
    }
    .contact-position{
        padding-left: 1rem;
    }
    .contact-dot {
        display: none;
    }
    .footer {
        bottom: 0;
        width: 100%;
        background-color: transparent;
        color: grey;
        font-family: Font1;
        font-size: 1rem;
        font-style: italic;
        text-align: center;
        line-height: 0.4rem;
        padding-top: 36rem;
        margin-bottom: 0rem;
        padding-bottom: 0.5rem;
    }

    .list-cross {
        background-image: url('../img/common_icon/cross_aplha.gif');
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 22px;
        margin: 0px;
        padding: 0px 0px 0px 30px;
        list-style: none;
    }
    .hide_pic {
        display: none;
    }
    .hide_all {
        display: none;
    }
    /*whatsapp*/

    .float {
        position: fixed;
        width: 3.5rem;
        height: 3.5rem;
        bottom: 2rem;
        right: 2rem;
        background-color: #000000;
        color: #FFF;
        border-radius: 20rem;
        text-align: center;
        font-size: 2.2rem;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }
   .float1 {
        position: fixed;
        width: 3.5rem;
        height: 3.5rem;
        bottom: 6rem;
        right: 2rem;
        background-color: #000000;
        color: #FFF;
        border-radius: 20rem;
        text-align: center;
        font-size: 2rem;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }
    .my-float {
        margin-top: 0.8rem;
    }
        
    /*Margin Adjuster Controller*/

    .marginadjuster0{
        margin-left: 0px;
        text-align: left;
    }
    .marginadjuster1{
        margin-left: -2rem;
    }
    .marginadjuster2{
        margin-left: -2rem;
    }
    .marginadjuster3{
        margin-left: -2rem;
    }
    .marginadjuster4{
        margin-left: -2rem;
    }
    .marginadjuster5{
        margin-left: -2rem;
    }
    .marginadjuster6{
        margin-left: -2rem;
    }
    .marginadjuster7{
        margin-left: -2rem;
    }
    .marginadjuster8{
        margin-left: -2rem;
    }
    .marginadjuster9{
        margin-left: -2rem;
    }
    .marginadjuster10{
        margin-left: -2rem;
    }
    .article-header-margin-a {
        font-family: Font2;
        font-size: 0.95rem;
        font-weight: 550;
    }
    .contact-us-margin {
        padding-top: 6rem;
        height: 20rem;
    }
    .contact-position-mobile {
        padding-left: 20rem;
    }
    .contact-us-header {
        padding-right: -20rem;
    }
    /* Card Controller */
    .card img {
        padding-left: 2rem;
        padding-right: 2rem;
        max-width: 200px;
        max-height: 100%;
        object-fit: contain;
    }
    .card.project img {
        padding-left: 0px;
        padding-right: 0px;
        width: 300px;
        height: 180px;
        object-fit: fill;
        border: 3px solid rgba(127, 127, 127, 1);
        border-radius: 15px;
        max-width: 400px;
        max-height: 100%;
        margin-bottom: 0.5rem;
    }
    .card {
        border: none;
        max-width: 400px;
        padding-left: 20px;
        padding-right: 20px
    }


    /* Scrolling Wrapper Controller */
    .scrolling-wrapper {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .scrolling-wrapper {
        -webkit-overflow-scrolling: touch;
    }
    .scrolling-wrapper .card {
        display: inline-block;
    }
    .scrolling-wrapper-flexbox {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .scrolling-wrapper-flexbox .card {
        flex: 0 0 auto;
    }
    .right-purple-border {
        border-image: url("../img/projects/border_purple_green.png") 30 round;
        border-right: solid 20px;
    }
    .right-green-border {
        border-image: url("../img/projects/border_green_purple.png") 30 round;
        border-right: solid 20px;
    }
    .col-half-offset {
        margin-left: 4.166666667%
    }
    .open-border-grey {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
        height: 20px;
        border-left-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-color: rgb(217, 217, 217);
        margin-bottom: 20px;
        border-width: thin;
    }
}
    /*------------------------------------------END CONTROLLER---------------------------------------------*/



/*--------------------------------------LARGE MOBILE PHONE------------------------------------*/

@media all and (max-width:550px) and (min-width:421px) {

    /*------------------------------------------CONTROLLER---------------------------------------------*/
    /* Page height controller */
    .section-about {
        width: 100%;
        min-height: 60rem;
        max-height: 100rem;
        margin-top: -4rem;
        margin-bottom: 2rem;
    }
    .section-adven { 
        width: 100%;
        min-height: 90rem;
        max-height: 150rem;
        padding-top: 0rem;
        margin-top: 0rem;
        margin-bottom: 2rem;
    }
    .section-exc {
        width: 100%;
        min-height: 15rem;
        max-height: 20rem;
        padding-top: 0rem;
        margin-bottom: 2rem;
    }
    .section-plan {
        width: 100%;
        min-height: 45rem;
        max-height: 60rem;
        margin-bottom: 0rem;
    }
    .section-sub1 {
        width: 100%;
        min-height: 50rem;
        max-height: 60rem;
        margin-bottom: -4rem;
    }
    .section-sub2 {
        width: 100%;
        min-height: 0rem;
        max-height: 0rem;
    }
    .section-sub3 {
        width: 100%;
        min-height: 0rem;
        max-height: 0rem;
    }
    .section-sub4 {
        width: 100%;
        min-height: 0rem;
        max-height: 0rem;
    }
    .section-sub5 {
        width: 100%;
        min-height: 0rem;
        max-height: 0rem;
    }
    .section-sample {
        width: 100%;
        min-height: 25rem;
        max-height: 40rem;
        margin-bottom: 0rem;
        margin-top: 0rem;
    }
    .section-proj {
        width: 100%;
        min-height: 50rem;
        max-height: 60rem;
        margin-top: 0rem;
        margin-bottom: 2rem;
    }
    .section-why {
        width: 100%;
        min-height: 37rem;
        max-height: 50rem;
        margin-top: 0rem;
        margin-bottom: 2rem;
    }
    .section-stat {
        width: 100%;
        min-height: 22rem;
        max-height: 30rem;
        margin-bottom: 0rem;
    }
    .section-client {
        width: 100%;
        min-height: 45rem;
        max-height: 50rem;
        padding-top: 0rem;
        margin-bottom: -22rem;
    }
    .section-contact {
        width: 100%;
        min-height: 20rem;
        max-height: 30rem;
        padding-top: 0rem;
        margin-top: 0rem;
        padding-bottom: 0rem;
    }

    /* Header Controller*/

    .header-top {
        font-family: BebasNeue;
        font-size: 2rem;
        margin-top: -1.5rem;
        margin-left: -1rem;
    }
    .slide-caption {
        font-size: 1.2rem;
        margin-right: -3rem;
        margin-bottom: -1rem;
    }
    .navbarfont {
        font-family: Font1;
        font-size: 0.9rem;
        font-weight: 800;
    }
    .article-header {
        margin-bottom: 0.2rem;
        font-family: Font1;
        font-size: 1.6rem;
    }
    .article-header-sub {
        font-family: Font3;
        font-size: 1.5rem;
        font-weight: 650;
        margin-bottom: 1rem;
    }
    .article-header-why {
        font-family: Font3;
        font-size: 1.3rem;
        font-weight: 650;
        margin-bottom: 1rem;
    }
    .article-header-banner {
        font-family: Font1;
        text-align: center;
        font-size: 1.6rem;
        line-height: 2rem;
        width: 19rem;
        margin-left: 2rem;
        padding-bottom: -20rem;
    }


    /* Text Controller*/

    .text-type1 {
        font-family: Font2;
        font-size: 1rem;
    }
    .text-type1a {
        font-family: Font2;
        font-size: 0.75rem;
        font-weight: 600;
    }
    .text-type2 {
        font-family: Font2;
        font-size: 0.95rem;
    }
    .text-type3 {
        font-family: Font2;
        font-size: 1.1rem;
    }
    .text-type4 {
        font-family: Font2;
        font-size: 0.95rem;
    }
    .text-type5 {
        font-family: Font2;
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .text-type6 {
        font-family: BebasNeue;
        font-size: 1.5rem;  
    }
    .text-type7 {
        font-family: Font2;
        font-size: 1rem;
    }

    /* Image Controller*/

    .img-about {
        height: 95%;
        width: 100%;
        max-height: 100%;
        object-fit: cover;
    }
    .img-exc {
        width: 100%;
        object-fit: cover;
    }
    .img-subplan {
        width: 100%;
        min-height: 40rem;
        max-height: 45rem;
        object-fit: fill;
    }
    .img-proposal {
        width: 25rem;
        min-height: 22rem;
        margin-bottom: 0rem;
        margin-top: 0rem;
    }
    .img-why {
        min-height: 35rem;
        max-height: 50rem;
        height: 100%;
        object-fit: fill;
        position: right;
        padding-left: 1rem;
    }
    .img-banner::before {
        background-image: url(../img/statistic/statistic_banner.jpg);
        background-size: cover;
        content: "";
        display: block;
        position: absolute;
        width: 98%;
        height: 100%;
        margin-top: -1rem;
        height: 7rem;
    }
    .img-stat {
        width: 2.5rem;
        padding-top: -2rem;
        margin-top: 0rem;
    }
    .img-client {
        min-width: 5rem;
        max-width: 7rem;
        min-height: 2rem;
        max-height: 5rem;
        vertical-align: 50%;
        margin-left: 2rem;
        margin-right: 2rem;
        margin-top: 0rem;
        padding-top: -5rem;
    }
    .img-contact {
        background-image: url(../img/contact/contact_background.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        position: absolute;
        padding-top: 1rem;
        left: 0;
        max-width: 100%;
        min-height: 90%;
        max-height: 20rem;
        z-index: -2;
        opacity: 1;
        margin-bottom: 0rem;
    }
    .icon {
        width: 3rem;
        height: 3rem;
    }
    .iconproperty {
        max-height: 4rem;
    }
    .contact-icon {
        height: 1.5rem;
        padding : center;
        margin-right: 0.8rem;
    }
    .header-blue-line {
        border-bottom: turquoise;
        border-bottom-style: solid;
    }
    .advantages-header {
        color: rgb(0, 112, 192);
    }
    .padding-left1 {
        padding-left: 10rem;
    }

    /* Special Feature Controller */

    .gold-dotted-bar {
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
    /*Part Home*/
    .carousel-indicators {
        margin-bottom: -0.1rem
    }

    /*Part Statistic*/
    .statistic-content {
        margin-top: 2rem;
        display: flex;
        flex-wrap: wrap;
    }
    .statistic-content > div {
        width: 25%;
        max-width: 25%
        padding: 3px;
    }

    /*Part Why*/
    .checkmark {
        list-style: none;
    }
    .checkmark::before {
        content: '✓';
        margin-right: 0px;
    }

    /*Part Client*/
    /*.client-content {
        margin-top: 0rem;
        display: flex;
        flex-wrap: wrap;
    }
    .client-content > div {
        width: 100%;
        max-width: 100%;
        padding-left: 0px;
    }
    .client-item{
        border-left: 1px solid #ddd;
        border-left-style: dotted;
    }*/
    .client-content {
        width: 100%;
        min-height: 10rem;
        max-height: 20rem;
        height: 16rem !important;
    }

    /*Part Contact*/
    .contact-us-line {
        line-height: 1.8rem;
    }
    .contact-us-article {
        padding-top: 10rem;
        margin-bottom: 1rem;
    }
    .contact-position{
        padding-left: 0rem;
    }
    .contact-dot {
        display: none;
    }
    .footer {
        bottom: 0;
        width: 100%;
        background-color: transparent;
        color: grey;
        font-family: Font1;
        font-size: 0.8rem;
        font-style: italic;
        text-align: center;
        line-height: 0.4rem;
        padding-top: 32rem;
        margin-bottom: 0rem;
        padding-bottom: 0rem;
    }

    .list-cross {
        background-image: url('../img/common_icon/cross_aplha.gif');
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 22px;
        margin: 0px;
        padding: 0px 0px 0px 30px;
        list-style: none;
    }
    .hide_pic {
        display: none;
    }
    .hide_all {
        display: none;
    }
    /*whatsapp*/

    .float {
        position: fixed;
        width: 4rem;
        height: 4rem;
        bottom: 2rem;
        right: 2rem;
        background-color: #000000;
        color: #FFF;
        border-radius: 20rem;
        text-align: center;
        font-size: 2.5rem;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }
    .float1 {
        position: fixed;
        width: 4rem;
        height: 4rem;
        bottom: 6.5rem;
        right: 2rem;
        background-color: #000000;
        color: #FFF;
        border-radius: 20rem;
        text-align: center;
        font-size: 2.4rem;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }
    .my-float {
        margin-top: 0.8rem;
    }
        
    /*Margin Adjuster Controller*/

    .marginadjuster0{
        margin-left: 0px;
        text-align: left;
    }
    .marginadjuster1{
        margin-left: -2rem;
    }
    .marginadjuster2{
        margin-left: -2rem;
    }
    .marginadjuster3{
        margin-left: -2rem;
    }
    .marginadjuster4{
        margin-left: -2rem;
    }
    .marginadjuster5{
        margin-left: -2rem;
    }
    .marginadjuster6{
        margin-left: -2rem;
    }
    .marginadjuster7{
        margin-left: -2rem;
    }
    .marginadjuster8{
        margin-left: -2rem;
    }
    .marginadjuster9{
        margin-left: -2rem;
    }
    .marginadjuster10{
        margin-left: -2rem;
    }
    .article-header-margin-a {
        font-family: Font2;
        font-size: 0.95rem;
        font-weight: 550;
    }
    .contact-us-margin {
        padding-top: 6rem;
        margin-bottom: 0rem;
    }
    .contact-position-mobile {
        padding-right: 1rem;
        text-align: right !important;
    }

    /* Card Controller */
    .card img {
        padding-left: 2rem;
        padding-right: 2rem;
        max-width: 200px;
        max-height: 100%;
        object-fit: contain;
    }
    .card.project img {
        padding-left: 0px;
        padding-right: 0px;
        width: 300px;
        height: 180px;
        object-fit: fill;
        border: 3px solid rgba(127, 127, 127, 1);
        border-radius: 15px;
        max-width: 400px;
        max-height: 100%;
        margin-bottom: 0.5rem;
    }
    .card {
        border: none;
        max-width: 400px;
        padding-left: 20px;
        padding-right: 20px
    }


    /* Scrolling Wrapper Controller */
    .scrolling-wrapper {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .scrolling-wrapper {
        -webkit-overflow-scrolling: touch;
    }
    .scrolling-wrapper .card {
        display: inline-block;
    }
    .scrolling-wrapper-flexbox {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .scrolling-wrapper-flexbox .card {
        flex: 0 0 auto;
    }
    .right-purple-border {
        border-image: url("../img/projects/border_purple_green.png") 30 round;
        border-right: solid 20px;
    }
    .right-green-border {
        border-image: url("../img/projects/border_green_purple.png") 30 round;
        border-right: solid 20px;
    }
    .col-half-offset {
        margin-left: 4.166666667%
    }
    .open-border-grey {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
        height: 20px;
        border-left-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-color: rgb(217, 217, 217);
        margin-bottom: 20px;
        border-width: thin;
    }
}
    /*------------------------------------------END CONTROLLER---------------------------------------------*/


/*--------------------------------------STANDARD MOBILE PHONE------------------------------------*/

@media all and (max-width:420px) and (min-width:381px) {
    
    /*------------------------------------------CONTROLLER---------------------------------------------*/
    /* Page height controller */
    .section-about {
        width: 100%;
        min-height: 55rem;
        max-height: 65rem;
        padding-top: 0rem;
        margin-bottom: -3rem;
        margin-top: 1rem;
    }
    .section-adven { 
        width: 100%;
        min-height: 105rem;
        max-height: 110rem;
        padding-top: 0rem;
        margin-top: 3rem;
        margin-bottom: 2rem;
    }
    .section-exc {
        width: 100%;
        min-height: 25rem;
        max-height: 30rem;
        padding-top: 0rem;
        margin-bottom: 0rem;
    }
    .section-plan {
        width: 100%;
        min-height: 32rem;
        max-height: 39rem;
        padding-top: 0rem;
    }
    .section-sub1 {
        width: 100%;
        min-height: 50rem;
        max-height: 60rem;
        margin-bottom: 0rem;
    }
    .section-sub2 {
        width: 100%;
        min-height: 0rem;
        max-height: 0rem;
    }
    .section-sub3 {
        width: 100%;
        min-height: 0rem;
        max-height: 0rem;
    }
    .section-sub4 {
        width: 100%;
        min-height: 0rem;
        max-height: 0rem;
    }
    .section-sub5 {
        width: 100%;
        min-height: 0rem;
        max-height: 0rem;
    }
    .section-sample {
        width: 100%;
        min-height: 20rem;
        max-height: 40rem;
        margin-bottom: 0rem;
        margin-top: 0rem;
    }
    .section-proj {
        width: 100%;
        min-height: 48rem;
        max-height: 60rem;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
    .section-why {
        width: 100%;
        min-height: 45rem;
        max-height: 48rem;
        margin-top: -5rem;
        margin-bottom: 9rem;
    }
    .section-stat {
        width: 100%;
        min-height: 20rem;
        max-height: 40rem;
        margin-bottom: 0rem;
    }
    .section-client {
        width: 100%;
        min-height: 22rem;
        max-height: 40rem;
        padding-top: 0rem;
        margin-bottom: 0rem;
    }
    .section-contact {
        width: 100%;
        min-height: 30rem;
        max-height: 30rem;
        padding-top: 0rem;
        margin-top: 0rem;
        padding-bottom: 0rem;
    }

    /* Header Controller*/

    .header-top {
        font-family: BebasNeue;
        font-size: 1.8rem;
        margin-top: -1.7rem;
        margin-left: -1rem;
    }
    .slide-caption {
        font-size: 1rem;
        margin-bottom: -2rem;
        margin-right: -4rem;
    }
    .navbarfont {
        font-family: Font1;
        font-size: 0.9rem;
        font-weight: 800;
    }
    .article-header {
        margin-bottom: 0.2rem;
        font-family: Font1;
        font-size: 1.4rem;
    }
    .article-header-sub {
        font-family: Font3;
        font-size: 1.5rem;
        font-weight: 650;
        margin-bottom: 1rem;
    }
    .article-header-why {
        font-family: Font3;
        font-size: 1rem;
        font-weight: 650;
        margin-bottom: 1rem;
    }
    .article-header-banner {
        font-family: Font1;
        text-align: center;
        font-size: 1.4rem;
        line-height: 2rem;
        width: 19rem;
        margin-left: 0rem;
        padding-bottom: -20rem;
    }


    /* Text Controller*/

    .text-type1 {
        font-family: Font2;
        font-size: 0.85rem;
    }
    .text-type1a {
        font-family: Font2;
        font-size: 0.7rem;
        font-weight: 600;
    }
    .text-type2 {
        font-family: Font2;
        font-size: 0.8rem;
    }
    .text-type3 {
        font-family: Font2;
        font-size: 0.9rem;
    }
    .text-type4 {
        font-family: Font2;
        font-size: 0.9rem;
    }
    .text-type5 {
        font-family: Font2;
        font-size: 0.85rem;
        line-height: 1.5rem;
    }
    .text-type6 {
        font-family: BebasNeue;
        font-size: 1.4rem;  
    }
    .text-type7 {
        font-family: Font2;
        font-size: 0.8rem;
    }

    /* Image Controller*/

    .img-about {
        height: 95%;
        width: 100%;
        max-height: 100%;
        object-fit: cover;
    }
    .img-exc {
        width: 100%;
        object-fit: cover;
    }
    .img-subplan {
        width: 100%;
        min-height: 40rem;
        max-height: 45rem;
        object-fit: fill;
    }
    .img-proposal {
        width: 20rem;
        min-height: 23rem;
        padding-bottom: -5rem;
        margin-bottom: 0rem;
        margin-top: 0rem;
    }
    .img-why {
        min-height: 35rem;
        max-height: 50rem;
        height: 100%;
        object-fit: fill;
        position: right;
        padding-left: 1rem;
    }
    .img-banner::before {
        background-image: url(../img/statistic/statistic_banner.jpg);
        background-size: cover;
        content: "";
        display: block;
        position: absolute;
        width: 98%;
        height: 100%;
        margin-top: -1rem;
        height: 7rem;
    }
    .img-stat {
        width: 2.5rem;
        padding-top: -2rem;
        margin-top: 0rem;
    }
    .img-client {
        min-width: 5rem;
        max-width: 7rem;
        min-height: 2rem;
        max-height: 5rem;
        vertical-align: 50%;
        margin-left: 2rem;
        margin-right: 2rem;
        margin-top: 0rem;
        padding-top: -5rem;
    }
    .img-contact {
        background-image: url(../img/contact/contact_background.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        position: absolute;
        padding-top: 1rem;
        left: 0;
        max-width: 100%;
        min-height: 50%;
        max-height: 100%;
        z-index: -2;
        opacity: 1;
        margin-bottom: 0rem;
    }
    .icon {
        width: 3rem;
        height: 3rem;
    }
    .iconproperty {
        max-height: 4rem;
    }
    .contact-icon {
        height: 1.5rem;
        padding : center;
        margin-right: 0.8rem;
    }
    .header-blue-line {
        border-bottom: turquoise;
        border-bottom-style: solid;
    }
    .advantages-header {
        color: rgb(0, 112, 192);
    }
    .padding-left1 {
        padding-left: 10rem;
    }

    /* Special Feature Controller */

    .gold-dotted-bar {
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
    /*Part Home*/
    .carousel-indicators {
        margin-bottom: -0.1rem
    }

    /*Part Statistic*/
    .statistic-content {
        margin-top: 2rem;
        display: flex;
        flex-wrap: wrap;
    }
    .statistic-content > div {
        width: 25%;
        max-width: 25%
        padding: 3px;
    }

    /*Part Why*/
    .checkmark {
        list-style: none;
    }
    .checkmark::before {
        content: '✓';
        margin-right: 0px;
    }

    /*Part Client*/
    /*.client-content {
        margin-top: 0rem;
        display: flex;
        flex-wrap: wrap;
    }
    .client-content > div {
        width: 100%;
        max-width: 100%;
        padding-left: 0px;
    }
    .client-item{
        border-left: 1px solid #ddd;
        border-left-style: dotted;
    }*/
    .client-content {
        width: 100%;
        min-height: 10rem;
        max-height: 20rem;
        height: 14rem !important;
    }

    /*Part Contact*/
    .contact-us-line {
        line-height: 1.4rem;
    }
    .contact-us-article {
        padding-top: 5.5rem;
        margin-left: 0.5rem;
    }
    .contact-position{
        padding-left: 0rem;
    }
    .contact-dot {
        display: none;
    }
    .footer {
        bottom: 0;
        width: 100%;
        background-color: transparent;
        color: grey;
        font-family: Font1;
        font-size: 0.7rem;
        font-style: italic;
        text-align: center;
        line-height: 0.4rem;
        padding-top: 26rem;
        margin-bottom: 0rem;
        padding-bottom: 0rem;
    }

    .list-cross {
        background-image: url('../img/common_icon/cross_aplha.gif');
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 22px;
        margin: 0px;
        padding: 0px 0px 0px 30px;
        list-style: none;
    }
    .hide_pic {
        display: none;
    }
    .hide_all {
        display: none;
    }
    /*whatsapp*/

    .float {
        position: fixed;
        width: 2.5rem;
        height: 2.5rem;
        bottom: 1rem;
        right: 1.5rem;
        background-color: #000000;
        color: #FFF;
        border-radius: 20rem;
        text-align: center;
        font-size: 1rem;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }
    .float1 {
        position: fixed;
        width: 2.5rem;
        height: 2.5rem;
        bottom: 4rem;
        right: 1.5rem;
        background-color: #000000;
        color: #FFF;
        border-radius: 20rem;
        text-align: center;
        font-size: 1rem;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }
    .my-float {
        margin-top: 0.8rem;
    }
        
    /*Margin Adjuster Controller*/

    .marginadjuster0{
        margin-left: 0px;
        text-align: left;
    }
    .marginadjuster1{
        margin-left: -1rem;
    }
    .marginadjuster2{
        margin-left: -1rem;
    }
    .marginadjuster3{
        margin-left: -1rem;
    }
    .marginadjuster4{
        margin-left: -1rem;
    }
    .marginadjuster5{
        margin-left: -1rem;
    }
    .marginadjuster6{
        margin-left: -1rem;
    }
    .marginadjuster7{
        margin-left: -1rem;
    }
    .marginadjuster8{
        margin-left: -1rem;
    }
    .marginadjuster9{
        margin-left: -1rem;
    }
    .marginadjuster10{
        margin-left: -1rem;
    }
    .article-header-margin-a {
        font-family: Font2;
        font-size: 0.95rem;
        font-weight: 550;
    }
    .contact-us-margin {
        padding-top: 5rem;
        margin-bottom: 0rem;
    }
    .contact-position-mobile {
        padding-right: 2rem;
        text-align: right !important;
    }

    /* Card Controller */
    .card img {
        padding-left: 2rem;
        padding-right: 2rem;
        max-width: 200px;
        max-height: 100%;
        object-fit: contain;
    }
    .card.project img {
        padding-left: 0px;
        padding-right: 0px;
        width: 240px;
        height: 160px;
        object-fit: fill;
        border: 3px solid rgba(127, 127, 127, 1);
        border-radius: 15px;
        max-width: 280px;
        max-height: 100%;
        margin-bottom: 0.5rem;
    }
    .card {
        border: none;
        max-width: 400px;
        padding-left: 20px;
        padding-right: 20px
    }


    /* Scrolling Wrapper Controller */
    .scrolling-wrapper {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .scrolling-wrapper {
        -webkit-overflow-scrolling: touch;
    }
    .scrolling-wrapper .card {
        display: inline-block;
    }
    .scrolling-wrapper-flexbox {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .scrolling-wrapper-flexbox .card {
        flex: 0 0 auto;
    }
    .right-purple-border {
        border-image: url("../img/projects/border_purple_green.png") 30 round;
        border-right: solid 20px;
    }
    .right-green-border {
        border-image: url("../img/projects/border_green_purple.png") 30 round;
        border-right: solid 20px;
    }
    .col-half-offset {
        margin-left: 4.166666667%
    }
    .open-border-grey {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
        height: 20px;
        border-left-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-color: rgb(217, 217, 217);
        margin-bottom: 20px;
        border-width: thin;
    }
    .masthead-brand {
        height: 2.5rem;
        width: auto;
    }
}
    /*------------------------------------------END CONTROLLER---------------------------------------------*/


/*--------------------------------------SMALL MED MOBILE PHONE------------------------------------*/

@media all and (max-width:380px) and (min-width:331px) {
    
    /*------------------------------------------CONTROLLER---------------------------------------------*/
    /* Page height controller */

    .section-about {
        width: 100%;
        min-height: 50rem;
        max-height: 60rem;
        padding-top: 0rem;
        margin-top: 0.5rem;
    }
    .section-adven { 
        width: 100%;
        min-height: 105rem;
        max-height: 120rem;
        margin-top: 2rem;
        margin-bottom: 0rem;
    }
    .section-exc {
        width: 100%;
        min-height: 22rem;
        max-height: 25rem;
        padding-top: 0rem;
        margin-bottom: 0rem;
    }
    .section-plan {
        width: 100%;
        min-height: 32rem;
        max-height: 40rem;
        padding-top: 0rem;
    }
    .section-sub1 {
        width: 100%;
        min-height: 50rem;
        max-height: 60rem;
        margin-bottom: 0rem;
    }
    .section-sub2 {
        width: 100%;
        min-height: 0rem;
        max-height: 0rem;
    }
    .section-sub3 {
        width: 100%;
        min-height: 0rem;
        max-height: 0rem;
    }
    .section-sub4 {
        width: 100%;
        min-height: 0rem;
        max-height: 0rem;
    }
    .section-sub5 {
        width: 100%;
        min-height: 0rem;
        max-height: 0rem;
    }
    .section-sample {
        width: 100%;
        min-height: 20rem;
        max-height: 25rem;
        margin-bottom: 0rem;
        margin-top: 0rem;
    }
    .section-proj {
        width: 100%;
        min-height: 42rem;
        max-height: 60rem;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
    .section-why {
        width: 100%;
        min-height: 42rem;
        max-height: 48rem;
        margin-top: 0rem;
        margin-bottom: 2rem;
    }
    .section-stat {
        width: 100%;
        min-height: 20rem;
        max-height: 40rem;
        margin-bottom: 0rem;
    }
    .section-client {
        width: 100%;
        min-height: 18rem;
        max-height: 22rem;
        padding-top: 0rem;
        margin-bottom: 0rem;
    }
    .section-contact {
        width: 100%;
        min-height: 27rem;
        max-height: 30rem;
        padding-top: 0rem;
        margin-top: 0rem;
        padding-bottom: 0rem;
    }

    /* Header Controller*/

    .header-top {
        font-family: BebasNeue;
        font-size: 1.3rem;
        margin-top: -1.7rem;
        margin-left: -1.3rem;
    }
    .slide-caption {
        font-size: 0.8rem;
        margin-bottom: -4rem;
        margin-right: -3.5rem;
    }
    .navbarfont {
        font-family: Font1;
        font-size: 0.6rem;
        font-weight: 800;
    }
    .article-header {
        margin-bottom: 0.2rem;
        font-family: Font1;
        font-size: 1.2rem;
    }
    .article-header-sub {
        font-family: Font3;
        font-size: 1.5rem;
        font-weight: 650;
        margin-bottom: 1rem;
    }
    .article-header-why {
        font-family: Font3;
        font-size: 1.0rem;
        font-weight: 650;
        margin-bottom: 1rem;
    }
    .article-header-banner {
        font-family: Font1;
        text-align: center;
        font-size: 1.3rem;
        line-height: 2rem;
        width: 15rem;
        margin-left: 2rem;
        padding-bottom: -20rem;
    }


    /* Text Controller*/

    .text-type1 {
        font-family: Font2;
        font-size: 0.8rem;
    }
    .text-type1a {
        font-family: Font2;
        font-size: 0.7rem;
        font-weight: 600;
    }
    .text-type2 {
        font-family: Font2;
        font-size: 0.7rem;
    }
    .text-type3 {
        font-family: Font2;
        font-size: 0.8rem;
    }
    .text-type4 {
        font-family: Font2;
        font-size: 0.9rem;
    }
    .text-type5 {
        font-family: Font2;
        font-size: 0.85rem;
        line-height: 1.3rem;
    }
    .text-type6 {
        font-family: BebasNeue;
        font-size: 1.1rem;  
    }
    .text-type7 {
        font-family: Font2;
        font-size: 0.75rem;
    }

    /* Image Controller*/

    .img-about {
        height: 95%;
        width: 100%;
        max-height: 100%;
        object-fit: cover;
    }
    .img-exc {
        width: 100%;
        object-fit: cover;
    }
    .img-subplan {
        width: 100%;
        min-height: 40rem;
        max-height: 45rem;
        object-fit: fill;
    }
    .img-proposal {
        width: 100%;
        width: 12rem;
        min-height: 20rem;
        margin-top: -2rem;
    }
    .img-why {
        min-height: 35rem;
        max-height: 50rem;
        height: 100%;
        object-fit: fill;
        position: right;
        padding-left: 1rem;
    }
    .img-banner::before {
        background-image: url(../img/statistic/statistic_banner.jpg);
        background-size: cover;
        content: "";
        display: block;
        position: absolute;
        width: 98%;
        height: 100%;
        margin-top: -1rem;
        height: 7rem;
    }
    .img-stat {
        width: 2.5rem;
        padding-top: -2rem;
        margin-top: 0rem;
    }
    .img-client {
        min-width: 5rem;
        max-width: 8rem;
        min-height: 2rem;
        max-height: 5rem;
        vertical-align: 50%;
        margin-left: 2rem;
        margin-right: 2rem;
        margin-top: 0rem;
        padding-top: -5rem;
    }
    .img-contact {
        background-image: url(../img/contact/contact_background.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        position: absolute;
        padding-top: 1rem;
        left: 0;
        max-width: 100%;
        min-height: 40%;
        z-index: -2;
        opacity: 1;
        margin-bottom: 0rem;
    }
    .icon {
        width: 3rem;
        height: 3rem;
    }
    .iconproperty {
        max-height: 4rem;
    }
    .contact-icon {
        height: 1.5rem;
        padding : center;
        margin-right: 0.8rem;
    }
    .header-blue-line {
        border-bottom: turquoise;
        border-bottom-style: solid;
    }
    .advantages-header {
        color: rgb(0, 112, 192);
    }
    .padding-left1 {
        padding-left: 10rem;
    }

    /* Special Feature Controller */

    .gold-dotted-bar {
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
    /*Part Home*/
    .carousel-indicators {
        margin-bottom: -0.1rem
    }

    /*Part Statistic*/
    .statistic-content {
        margin-top: 2rem;
        display: flex;
        flex-wrap: wrap;
    }
    .statistic-content > div {
        width: 25%;
        max-width: 25%
        padding: 3px;
    }

    /*Part Why*/
    .checkmark {
        list-style: none;
    }
    .checkmark::before {
        content: '✓';
        margin-right: 0px;
    }

    /*Part Client*/
    /*.client-content {
        margin-top: 0rem;
        display: flex;
        flex-wrap: wrap;
    }
    .client-content > div {
        width: 100%;
        max-width: 100%;
        padding-left: 0px;
    }
    .client-item{
        border-left: 1px solid #ddd;
        border-left-style: dotted;
    }*/
    .client-content {
        width: 100%;
        min-height: 10rem;
        max-height: 12rem;
        margin-bottom: 0rem;
    }

    /*Part Contact*/
    .contact-us-line {
        line-height: 1.5rem;
    }
    .contact-us-article {
        padding-top: 5rem;
    }
    .contact-position{
        padding-left: 0rem;
    }
    .contact-dot {
        display: none;
    }
    .footer {
        bottom: 0;
        width: 100%;
        background-color: transparent;
        color: grey;
        font-family: Font1;
        font-size: 0.6rem;
        font-style: italic;
        text-align: center;
        line-height: 0.2rem;
        padding-top: 26rem;
        margin-bottom: -2rem;
        padding-bottom: -2rem;
    }

    .list-cross {
        background-image: url('../img/common_icon/cross_aplha.gif');
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 22px;
        margin: 0px;
        padding: 0px 0px 0px 30px;
        list-style: none;
    }
    .hide_pic {
        display: none;
    }
    .hide_all {
        display: none;
    }
    /*whatsapp*/

    .float {
        position: fixed;
        width: 3rem;
        height: 3rem;
        bottom: 2rem;
        right: 2rem;
        background-color: #000000;
        color: #FFF;
        border-radius: 20rem;
        text-align: center;
        font-size: 1.5rem;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }
    .float1{
        position: fixed;
        width: 3rem;
        height: 3rem;
        bottom: 6rem;
        right: 2rem;
        background-color: #000000;
        color: #FFF;
        border-radius: 20rem;
        text-align: center;
        font-size: 1.5rem;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }
    .my-float {
        margin-top: 0.8rem;
    }
        
    /*Margin Adjuster Controller*/

    .marginadjuster0{
        margin-left: 0px;
        text-align: left;
    }
    .marginadjuster1{
        margin-left: -2rem;
    }
    .marginadjuster2{
        margin-left: -2rem;
    }
    .marginadjuster3{
        margin-left: -2rem;
    }
    .marginadjuster4{
        margin-left: -2rem;
    }
    .marginadjuster5{
        margin-left: -2rem;
    }
    .marginadjuster6{
        margin-left: -2rem;
    }
    .marginadjuster7{
        margin-left: -2rem;
    }
    .marginadjuster8{
        margin-left: -2rem;
    }
    .marginadjuster9{
        margin-left: -2rem;
    }
    .marginadjuster10{
        margin-left: -2rem;
    }
    .article-header-margin-a {
        font-family: Font2;
        font-size: 0.95rem;
        font-weight: 550;
    }
    .contact-us-margin {
        padding-top: 6rem;
        margin-bottom: 0rem;
    }
    .contact-position-mobile {
        padding-right: 0.2rem;
        text-align: right !important;
    }

    /* Card Controller */
    .card img {
        padding-left: 2rem;
        padding-right: 2rem;
        max-width: 200px;
        max-height: 100%;
        object-fit: contain;
    }
    .card.project img {
        padding-left: 0px;
        padding-right: 0px;
        width: 240px;
        height: 160px;
        object-fit: fill;
        border: 3px solid rgba(127, 127, 127, 1);
        border-radius: 15px;
        max-width: 280px;
        max-height: 100%;
        margin-bottom: 0.5rem;
    }
    .card {
        border: none;
        max-width: 400px;
        padding-left: 20px;
        padding-right: 20px
    }


    /* Scrolling Wrapper Controller */
    .scrolling-wrapper {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .scrolling-wrapper {
        -webkit-overflow-scrolling: touch;
    }
    .scrolling-wrapper .card {
        display: inline-block;
    }
    .scrolling-wrapper-flexbox {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .scrolling-wrapper-flexbox .card {
        flex: 0 0 auto;
    }
    .right-purple-border {
        border-image: url("../img/projects/border_purple_green.png") 30 round;
        border-right: solid 20px;
    }
    .right-green-border {
        border-image: url("../img/projects/border_green_purple.png") 30 round;
        border-right: solid 20px;
    }
    .col-half-offset {
        margin-left: 4.166666667%
    }
    .open-border-grey {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
        height: 20px;
        border-left-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-color: rgb(217, 217, 217);
        margin-bottom: 20px;
        border-width: thin;
    }

    /* Nav Controller */
    .navbar-toggler-icon {
        max-width: 1rem;
        max-height: 1rem;
    }
    .navbar-toggler {
        overflow: hidden;
    }
    .navbar-collapse {
        transition-duration: 1s;
        overflow: hidden;
    }
    .masthead-brand {
        height: 2rem;
        width: auto;
    }
}
    /*------------------------------------------END CONTROLLER---------------------------------------------*/
    

/*--------------------------------------SMALL MOBILE PHONE------------------------------------*/
@media all and (max-width:330px) {
    /*------------------------------------------CONTROLLER---------------------------------------------*/
    /* Page height controller */
    .section-about {
        width: 100%;
        min-height: 40rem;
        max-height: 50rem;
        padding-top: 2rem;
        margin-top: -1rem;
    }
    .section-adven { 
        width: 100%;
        min-height: 90rem;
        max-height: 100rem;
        padding-top: 2rem;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
    .section-exc {
        width: 100%;
        min-height: 18rem;
        max-height: 20rem;
        padding-top: 0rem;
        margin-bottom: 0rem;
    }
    .section-plan {
        width: 100%;
        min-height: 28rem;
        max-height: 34rem;
        padding-top: 0rem;
    }
    .section-sub1 {
        width: 100%;
        min-height: 50rem;
        max-height: 60rem;
        margin-bottom: 0rem;
    }
    .section-sub2 {
        width: 100%;
        min-height: 0rem;
        max-height: 0rem;
    }
    .section-sub3 {
        width: 100%;
        min-height: 0rem;
        max-height: 0rem;
    }
    .section-sub4 {
        width: 100%;
        min-height: 0rem;
        max-height: 0rem;
    }
    .section-sub5 {
        width: 100%;
        min-height: 0rem;
        max-height: 0rem;
    }
    .section-sample {
        width: 100%;
        min-height: 15rem;
        max-height: 20rem;
        margin-bottom: 0rem;
        margin-top: 0rem;
    }
    .section-proj {
        width: 100%;
        min-height: 35rem;
        max-height: 40rem;
        padding-top: 3rem;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
    .section-why {
        width: 100%;
        min-height: 35rem;
        max-height: 40rem;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
    .section-stat {
        width: 100%;
        min-height: 20rem;
        max-height: 30rem;
        margin-bottom: 0rem;
    }
    .section-client {
        width: 100%;
        min-height: 18rem;
        max-height: 22rem;
        padding-top: 0rem;
        margin-bottom: 0rem;
    }
    .section-contact {
        width: 100%;
        min-height: 10rem;
        max-height: 10rem;
        padding-top: 0rem;
        margin-top: 0rem;
        padding-bottom: 0rem;
    }

    /* Header Controller*/

    .header-top {
        font-family: BebasNeue;
        font-size: 1.1rem;
        margin-top: -1.8rem;
        margin-left: -1.5rem;
    }
    .slide-caption {
        font-size: 0.7rem;
        margin-bottom: -4rem;
        margin-right: -3rem;
    }
    .navbarfont {
        font-family: Font1;
        font-size: 0.6rem;
        font-weight: 800;
    }
    .article-header {
        margin-bottom: 0.2rem;
        font-family: Font1;
        font-size: 1rem;
    }
    .article-header-sub {
        font-family: Font3;
        font-size: 1.5rem;
        font-weight: 650;
        margin-bottom: 1rem;
    }
    .article-header-why {
        font-family: Font3;
        font-size: 0.8rem;
        font-weight: 650;
        margin-bottom: 1rem;
    }
    .article-header-banner {
        font-family: Font1;
        text-align: center;
        font-size: 1rem;
        line-height: 2rem;
        width: 15rem;
        margin-left: 0.5rem;
        padding-bottom: -20rem;
    }


    /* Text Controller*/

    .text-type1 {
        font-family: Font2;
        font-size: 0.6rem;
    }
    .text-type1a {
        font-family: Font2;
        font-size: 0.7rem;
        font-weight: 600;
    }
    .text-type2 {
        font-family: Font2;
        font-size: 0.55rem;
    }
    .text-type3 {
        font-family: Font2;
        font-size: 0.6rem;
    }
    .text-type4 {
        font-family: Font2;
        font-size: 0.9rem;
    }
    .text-type5 {
        font-family: Font2;
        font-size: 0.65rem;
        line-height: 1rem;
    }
    .text-type6 {
        font-family: BebasNeue;
        font-size: 0.9rem;  
    }
    .text-type7 {
        font-family: Font2;
        font-size: 0.6rem;
    }

    /* Image Controller*/

    .img-about {
        height: 95%;
        width: 100%;
        max-height: 100%;
        object-fit: cover;
    }
    .img-exc {
        width: 100%;
        object-fit: cover;
    }
    .img-subplan {
        width: 100%;
        min-height: 40rem;
        max-height: 45rem;
        object-fit: fill;
    }
    .img-proposal {
        width: 100%;
        width: 10rem;
        min-height: 20rem;
        margin-top: -2rem;
    }
    .img-why {
        min-height: 35rem;
        max-height: 50rem;
        height: 100%;
        object-fit: fill;
        position: right;
        padding-left: 1rem;
    }
    .img-banner::before {
        background-image: url(../img/statistic/statistic_banner.jpg);
        background-size: cover;
        content: "";
        display: block;
        position: absolute;
        width: 98%;
        height: 100%;
        margin-top: -1rem;
        height: 7rem;
    }
    .img-stat {
        width: 2.5rem;
        padding-top: -2rem;
        margin-top: 0rem;
    }
    .img-client {
        min-width: 5rem;
        max-width: 8rem;
        min-height: 2rem;
        max-height: 5rem;
        vertical-align: 50%;
        margin-left: 2rem;
        margin-right: 2rem;
        margin-top: 0rem;
        padding-top: -5rem;
    }
    .img-contact {
        background-image: url(../img/contact/contact_background.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        position: absolute;
        padding-top: 1rem;
        left: 0;
        max-width: 100%;
        min-height: 20%;
        max-height: 100%;
        z-index: -2;
        opacity: 1;
        margin-bottom: 0rem;
    }
    .icon {
        width: 2rem;
        height: 2rem;
    }
    .iconproperty {
        max-height: 4rem;
    }
    .contact-icon {
        height: 1.2rem;
        padding : center;
        margin-right: 0.8rem;
    }
    .header-blue-line {
        border-bottom: turquoise;
        border-bottom-style: solid;
    }
    .advantages-header {
        color: rgb(0, 112, 192);
    }
    .padding-left1 {
        padding-left: 10rem;
    }

    /* Special Feature Controller */

    .gold-dotted-bar {
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
    /*Part Home*/
    .carousel-indicators {
        margin-bottom: -0.1rem
    }

    /*Part Statistic*/
    .statistic-content {
        margin-top: 2rem;
        display: flex;
        flex-wrap: wrap;
    }
    .statistic-content > div {
        width: 25%;
        max-width: 25%
        padding: 3px;
    }

    /*Part Why*/
    .checkmark {
        list-style: none;
    }
    .checkmark::before {
        content: '✓';
        margin-right: 0px;
    }

    /*Part Client*/
    /*.client-content {
        margin-top: 0rem;
        display: flex;
        flex-wrap: wrap;
    }
    .client-content > div {
        width: 100%;
        max-width: 100%;
        padding-left: 0px;
    }
    .client-item{
        border-left: 1px solid #ddd;
        border-left-style: dotted;
    }*/
    .client-content {
        width: 100%;
        min-height: 10rem;
        max-height: 12rem;
        margin-bottom: 0rem;
    }
    /*Part Contact*/
    .contact-us-line {
        line-height: 1.5rem;
    }
    .contact-us-article {
        padding-top: 5rem;
    }
    .contact-position{
        padding-left: 0rem;
    }
    .contact-dot {
        display: none;
    }
    .footer {
        bottom: 0;
        width: 100%;
        background-color: transparent;
        color: grey;
        font-family: Font1;
        font-size: 0.3rem;
        font-style: italic;
        text-align: center;
        line-height: 1rem;
        padding-top: 24rem;
        margin-bottom: 0rem;
        padding-bottom: 1rem;
    }

    .list-cross {
        background-image: url('../img/common_icon/cross_aplha.gif');
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 22px;
        margin: 0px;
        padding: 0px 0px 0px 30px;
        list-style: none;
    }
    .hide_pic {
        display: none;
    }
    .hide_all {
        display: none;
    }
    /*whatsapp*/

    .float {
        position: fixed;
        width: 2.2rem;
        height: 2.2rem;
        bottom: 2rem;
        right: 2rem;
        background-color: #000000;
        color: #FFF;
        border-radius: 20rem;
        text-align: center;
        font-size: 1rem;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }
    .float1 {
        position: fixed;
        width: 2.2rem;
        height: 2.2rem;
        bottom: 5rem;
        right: 2rem;
        background-color: #000000;
        color: #FFF;
        border-radius: 20rem;
        text-align: center;
        font-size: 1rem;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }
    .my-float {
        margin-top: 0.8rem;
    }
        
    /*Margin Adjuster Controller*/

    .marginadjuster0{
        margin-left: 0px;
        text-align: left;
    }
    .marginadjuster1{
        margin-left: -2rem;
    }
    .marginadjuster2{
        margin-left: -2rem;
    }
    .marginadjuster3{
        margin-left: -2rem;
    }
    .marginadjuster4{
        margin-left: -2rem;
    }
    .marginadjuster5{
        margin-left: -2rem;
    }
    .marginadjuster6{
        margin-left: -2rem;
    }
    .marginadjuster7{
        margin-left: -2rem;
    }
    .marginadjuster8{
        margin-left: -2rem;
    }
    .marginadjuster9{
        margin-left: -2rem;
    }
    .marginadjuster10{
        margin-left: -2rem;
    }
    .article-header-margin-a {
        font-family: Font2;
        font-size: 0.95rem;
        font-weight: 550;
    }
    .contact-us-margin {
        padding-top: 6rem;
        margin-bottom: 0rem;
    }
    .contact-position-mobile {
        padding-right: 0.2rem;
        text-align: right !important;
    }

    /* Card Controller */
    .card img {
        padding-left: 2rem;
        padding-right: 2rem;
        max-width: 200px;
        max-height: 100%;
        object-fit: contain;
    }
    .card.project img {
        padding-left: 0px;
        padding-right: 0px;
        width: 220px;
        height: 140px;
        object-fit: fill;
        border: 3px solid rgba(127, 127, 127, 1);
        border-radius: 15px;
        max-width: 280px;
        max-height: 100%;
        margin-bottom: 0.5rem;
    }
    .card {
        border: none;
        max-width: 400px;
        padding-left: 20px;
        padding-right: 20px
    }


    /* Scrolling Wrapper Controller */
    .scrolling-wrapper {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .scrolling-wrapper {
        -webkit-overflow-scrolling: touch;
    }
    .scrolling-wrapper .card {
        display: inline-block;
    }
    .scrolling-wrapper-flexbox {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .scrolling-wrapper-flexbox .card {
        flex: 0 0 auto;
    }
    .right-purple-border {
        border-image: url("../img/projects/border_purple_green.png") 30 round;
        border-right: solid 20px;
    }
    .right-green-border {
        border-image: url("../img/projects/border_green_purple.png") 30 round;
        border-right: solid 20px;
    }
    .col-half-offset {
        margin-left: 4.166666667%
    }
    .open-border-grey {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
        height: 20px;
        border-left-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-color: rgb(217, 217, 217);
        margin-bottom: 20px;
        border-width: thin;
    }
    .navbar-toggler-icon {
        height: 1rem;
        width: 1.5rem;
    }
    .masthead-brand {
        width: auto;
        height: 1.7rem;
    }
}
