﻿* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fw {
    float: left;
    width: 100%;
}

ul {
    list-style-type: none;
}

.pad0 {
    padding: 0;
}

.mar0 {
    margin: 0;
}

.marl50 {
    margin-left: 50px;
}

.pad5 {
    padding: 0 5px;
}

.pad7 {
    padding: 0 7px;
}

#wrapper {
    margin: 0 auto;
    overflow: hidden;
    font-family: 'Montserrat',sans-serif;
}

/* Header */
.header {
    padding: 20px 0;
    background: #fff;
}
.logo img{
    margin: 0 auto;
}
.menu{
    padding: 0px 50px;
}
.menu ul{
    margin-bottom: 0;
}
.menu ul li{
    float: left;
    padding: 10px;
    margin: 0 10px;
    cursor: pointer;
}
.menu ul li:last-child{
    border:1px solid #29AF8A;
    border-radius: 4px;
    transition: all 0.35s;
}
.menu ul li:last-child a{
    color: #29AF8A;
    font-weight: bold;
    transition: all 0.35s;
}
.menu ul li:last-child:hover{
    background: #435061;
    border:1px solid #435061;
}
.menu ul li:last-child:hover a{
    color: #fff;
}
.menu ul li a{
    color: #435061;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}
.menu ul li a i{
    display: block;
    text-align: center;
    font-size: 20px;
    padding-top: 14px;
}
.menu ul li a p{
    margin: 0;
}
.menu ul li.active a i{
    background-image: url(../images/bg_menu.png);
    background-repeat: no-repeat !important;
    background-position: center !important;
    color: #fff;
}
.menu ul li.active a{
    color: #0b381f;
    font-weight: bold;
}
.menu ul li a:hover i{
    background-image: url(../images/bg_menu.png);
    background-repeat: no-repeat !important;
    background-position: center !important;
    color: #fff;
}
.menu ul li a:hover{
    color: #0b381f;
    font-weight: bold;
}
.menu-toggle{
  display: inline-block;
  float: left;
  display: none;
}
.menu-toggle .menu-btn{
  background: none;
  border: 1px solid #29AF8A;
  padding: 10px 7px;
  outline: none;
  cursor: pointer;
}
.menu-toggle .icon-bar{
  display: block !important;
  width: 18px;
  height: 1px;
  background-color: #29AF8A;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  margin: 3px;
}
.menu-toggle .menu-btn:hover .icon-bar{
  background-color:#29AF8A;
}

/*End Menu*/

/*Slide*/
.slide_images .slide_desktop{
    display: block;
    background-size: cover !important;
    background-position: center !important;
}
.slide_slogan{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 7;
    color: #deba8e;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    background-color: rgba(0,98,46,0.5);
}
.slide_slogan h1{
    font-weight: bold;
}
.fa-angle-right{
    position: absolute;
    top: 42%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    right: 10%;
    color: #fff;
    width: 43px;
    height: 43px;
    text-align: center;
    background-color: rgba(14,58,36,0.8);
    border-radius: 50px;
    font-size: 4rem;
    outline: none;
    cursor: pointer;
}
.fa-angle-left{
    position: absolute;
    top: 42%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    left: 10%;
    color: #fff;
    width: 43px;
    height: 43px;
    text-align: center;
    background-color: rgba(14,58,36,0.8);
    border-radius: 50px;
    font-size: 4rem;
    outline: none;
    cursor: pointer;
}
.fa-angle-right:hover,.fa-angle-left:hover{
    background-color: #0F3C3A;
}

/*Overview*/

.overview_info p{
    color: #295941;
    margin: 0 0 5px;
}
.overview_info ul li{
    list-style-type: disc;
}
.overview_info ul{
  padding: 0 20px;
}

/*Place*/
.place_info p{
    color: #295941;
    margin: 0 0 5px;
}
.place_info{
    padding-top: 80px;
}

/*Product*/

.product_slide .item.slick-slide, .utilities_slide .item.slick-slide {
  width: 600px;
  transition: transform .4s;
  position: relative;
  opacity: 0;
}

.product_slide .slick-slide:after, .utilities_slide .slick-slide:after {
  content:'';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform .4s;
}

.product_slide .item.slick-slide,.utilities_slide .item.slick-slide {
  transform: scale(0.7)  translate(640px);
}

.product_slide .item.slick-slide.slick-center + .slick-slide, .utilities_slide .item.slick-slide.slick-center + .slick-slide {
  transform: scale(0.8) translate(-250px);
  z-index: 10;
}

.product_slide .item.slick-slide.slick-center + .slick-slide + .item.slick-slide, .utilities_slide .item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
  transform: scale(0.7)  translate(-640px);
  z-index: 5;
  outline: none;
}

.product_slide .item.slick-slide.slick-active, .utilities_slide .item.slick-slide.slick-active {
  transform: scale(0.8) translate(250px);
  outline: none;
  opacity: 0.4;
}

.product_slide .item.slick-slide.slick-center, .utilities_slide .item.slick-slide.slick-center {
  transform: scale(1);
  z-index: 30;
  outline: none;
  opacity: 1;
}
.product_info p{
    text-align: justify;
    color: #295941;
}
.product_info span{
    color: #295941;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}
.product_slide .slick-center:after,.utilities_slide .slick-center:after {
  opacity: 0;
}
.product_slide .slick-slide img, .utilities_slide .slick-slide img{
    display: block !important;
}
.shophouse_slide .slick-slide img, .wyndham_slide .slick-slide img{
    width: 100%;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.2);
}
.shophouse_slide .slick-active img,.wyndham_slide .slick-active img{
    transform: scale(1);
}
.shophouse_slide .fa-angle-left, .wyndham_slide .fa-angle-left{
    top: 45%;
    left: 0;
}
.shophouse_slide .fa-angle-right, .wyndham_slide .fa-angle-right{
    top: 45%;
    right: 0;
}

/*End Product*/

/*Video*/
.video{
    max-width: 800px;
    margin: 0 auto;
}

/*News*/
.list_news ul{
    overflow: auto;
    height: 610px;
}
.big_news p{
    color: #295941;
}

.big_news img{
    border-radius: 6px;
}

#scrollbar::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}
#scrollbar::-webkit-scrollbar-thumb{
  background-color: transparent;
}
#scrollbar::-webkit-scrollbar{
  width: 5px;
  background-color: #29AF8A;
}
.list_news:hover #scrollbar::-webkit-scrollbar-thumb{
  background-color: #29AF8A;
  transition: all 1s;
}
.list_news ul li{
    text-align: justify;
}

.list_news ul li a{
    color: #435061;
    font-weight: bold;
}

/*Footer*/
.offset{
    margin-bottom: 20px;
    color: #0F3C3A;
}
.btn-success{
    background-color: #295941;
    border-color: #295941;
}
.note{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    background-color: rgba(14,58,36,0.8);
    color: #fff;
    margin: 0;
    width: 100%;
}
.note p{
    margin:5px 0;
}

#back-to-top {
    bottom: 20px;
    cursor: pointer;
    display: none;
    outline: medium none;
    padding: 0 7.5px;
    position: fixed;
    right: 40px;
    border-radius: 50px;
    z-index: 9999;
    background: #0F3C3A;
}

#back-to-top > .fa {
    color: #fff;
}


.hotline{
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 99999;
    color: #fff;
    background: #0F3C3A;
    padding: 7px 15px;
    font-size: 20px;
    transform: translateX(235px);
    width: 290px;
    transition: all 0.5s;
    cursor: pointer;
}
.hotline label{
    padding-right: 10px;
    color: #deba8e;
    margin-bottom: 0;
}
.hotline .fa,.register .fa{
    padding-right: 15px;
    font-size: 30px;
}
.edit .fa{
    font-size: 30px;
}
.hotline .fa{
    animation: gif 1s infinite;
}

@keyframes gif{
    0% { transform: rotate(0deg); }
    10% { transform: rotate(15deg); }
    20% { transform: rotate(-15deg); }
    30% { transform: rotate(15deg); }
    40% { transform: rotate(0deg); }
    100% { transform: rotate(0deg); }
}
.edit{
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 99999;
    color: #fff;
    background: #0F3C3A;
    padding: 7px 12.5px;
    font-size: 18px;
    transition: all 1s;
    cursor: pointer;
    outline: none;
}
.register{
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 99999;
    color: #fff;
    background: #0F3C3A;
    padding: 5px 15px;
    font-size: 18px;
    transform: translateX(290px); 
    transition: all 0.5s;
    width: 290px;
}
.register label{
    color: #deba8e;
    margin-bottom: 0;
}
.close{
    float: right;
    color: #fff;
    opacity: 1; 
    outline: none;
    font-size: 30px;
}
.close:hover{
    color: #fff;
}

/*Flash Effect*/
figure {
    overflow: hidden;
    position: relative;
}

figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    opacity: 0;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        opacity: 1;
        left: 100%;
    }
}

@keyframes shine {
    100% {
        opacity: 1;
        left: 100%;
    }
}


/*Fixed*/
#place img{
    max-height: 500px;
    margin: 0 auto;
}

.slide_mobile,.video_mobile,.video_tablet,.form_lg{
    display: none;
}




/*Happy Store*/
.title{
    color: #435061;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Montserrat',sans-serif;
    font-size: 30px;
    text-align: center;
    margin: 40px 0;
}
.store_des{
    width: 70%;
    margin: 0 auto;
}
.store_content{
    margin: 30px 0;
    position: relative;
}
.store_content:before{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
    width: 430px;
    height: 300px;
    content: '';
    background-image: url(../images/store_image.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.store_content img{
    margin: 0 auto;
}
.store_row{
    margin: 30px 0;
}
.store_row h3{
    font-weight: bold;
    color: #637285;
    text-transform: uppercase;
    margin: 5px 0;
    font-size: 17px
}
.store_register{
    text-align: center;
}
.store_register button{
    background: #29AF8A;
    border: 1px solid #29AF8A;
    padding: 10px 15px;
    border-radius: 6px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    outline: none;
    transition: all 0.35s;
}
.store_register button:hover{
    background: #fff;
    border: 1px solid #29AF8A;
    color: #29AF8A;
}

#news{
    background: #F1F4F8;
    padding-bottom: 30px;
}
.title_news{
    color: #435061;
    font-weight: bold;
    font-size: 24px;
    text-decoration: none;
    margin: 15px 0;
    display: block;
}
.title_news:hover{
    text-decoration: none;
    color: #435061;
}
.big_news p{
    color: #637285;
}
.small_news{
    border-bottom: 1px solid #DEE0E9;
    padding: 10px 0;
    margin: 0;
}
.list_news ul li:first-child{
    padding-top: 0;
}
.list_news ul li:last-child{
    border-bottom: none;
}
#picture .picture_des {
    text-align: center;
    width: 70%;
    margin: 0 auto 30px;
}
.picture_article .modal_call img{
    width: 100%;
    min-height: 270px;
}
.picture_article h4{
    background: #29AF8A;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.picture_article{ 
    margin: 10px 0;
    cursor: pointer;
}
.picture_article:hover a{
    text-decoration: none;
}
.partner{
    margin: 30px 0;
}

table{
    margin: 0 !important;
}
table thead tr th {
    text-align: left;
    padding: 10px 5px;
    background: #29AF8A;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
table tbody td{
    text-align: left;
    padding: 10px 5px;
    color: #637285;
}
table .col_1{
    text-align: center;
}
table tbody tr:nth-child(odd){
    background: rgba(41,175,138, 0.3);
}

.col_1{
    width: 5%;
}
.col_2{
    width: 13%;
}
.col_3{
    width: 31.3%;
}
.col_4{
    width: 13%;
}
.col_5{
    width: 31.3%;
}

.dataTables_scrollBody::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
  background-color: #F5F5F5 !important;
}
.dataTables_scrollBody::-webkit-scrollbar-thumb{
  background-color: transparent;
}
.dataTables_scrollBody::-webkit-scrollbar{
    width: 5px;
    background-color: #29AF8A;
}
.dataTables_scroll:hover .dataTables_scrollBody::-webkit-scrollbar-thumb{
  background-color: #29AF8A;
  transition: all 1s;
}
.dataTables_info{
    margin: 25px 0;
}

#system{
    background-image: url('../images/map_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 700px;
    width: 100%;
    padding: 30px 0;
    color: #fff;
}
.system_title{
    margin: 10px 0;
    font-weight: bold;
    text-transform: uppercase;
}
.system_place{
    padding: 0;
    width: 48%;
    margin: 10px 14px 10px 0;
    min-height: 100px;
}
.system_place h3{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}
.system_place p{
    margin-left: 25px;
}
.system_place i{
    margin-right: 10px;
}

.bg_contact{
    background-image: url('../images/contact.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 545px;
}
.copy_right{
    background-color: #435061;
    padding: 20px 0;
    color: #fff;
}
.copy_right h2{
    margin: 0 ;
    font-weight: bold;
    font-size: 45px;
}
.copy_right p{
    margin: 0;
    color: #7F8B99;
    font-size: 11px;
}
.copy_right .hotline_icon img{
    margin: 0 auto;
}
#btnSubmit{
  background: #29AF8A; 
  border:  1px solid #29AF8A;
  font-weight: bold;
  text-transform: uppercase;
  float: right;
  outline: none;
}
.bg_form{
    width: 41%;
    padding: 20px 0;
}
.bg_form .title{
    font-size: 30px;
    text-align: left; 
    margin: 10px 0;
}
.header.scroll{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 5px 0;
    transition: all 0.35s;
    padding: 20px 0;
}
#overview,#news,#picture,#partner{
    padding: 30px 0;
}

.logo2{
    display: none;
}
/*.footer_logo{
    text-align: right;
}
.footer_logo img{
    float: right;
}
*/





/*-------Mobile Small-------*/
@media only screen and (min-width: 320px) and (max-width: 568px) {
    .header{
        padding: 0;
    }
    .menu{
        position: relative;
        width: 100%;
        float: left;
    }
    .menu-toggle{
        display: block;
        padding: 10px;
    }
    .scroll{
        padding: 10px !important;
    }
    .logo{
        padding: 0;
    }
    .show{
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(20px);
        transition: all 0.5s;
    }
    .menu_mobile{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background: #29AF8A;
        border: 1px solid #fff;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
    }
    .menu ul li a i{
        display: inline-block;
        width: 45px;
    }
    .menu ul li{
        border-bottom: 1px solid #fff;
        float: unset;
        padding: 10px;
        margin: 0;
    }
    .menu ul li:last-child{
        border: none;
        border-radius: none;
    }
    .menu ul li:last-child a{
        color: #435061;
    }
    .menu ul li.active a{
        color: yellow;
        font-weight: unset; 
    }
    .slide_mobile{
        display: block;
        height: auto !important;
    }
    .slide_desktop,.video_desktop,.video_tablet{
        display: none !important;
    }

    .slide_slogan h1{
        font-weight: bold;
        font-size: 14px;
    }
    .title{
        margin: 15px 0;
        font-size: 18px;
    }
    .big_news,.list_news{
        padding: 0;
    }
    .offset{
        width: 100%;
        margin-bottom: 0; 
    }
    .custom_logo{
        margin: 30px 0;
    }
    .note,.form_lg{
        display: none;
    }

    .item.slick-slide {
        transform: none;
        /*transform: scale(0.7)  translate(640px);*/
    }

    .item.slick-slide.slick-center + .slick-slide {
        /*transform: scale(0.8) translate(-250px);*/
        transform: none;
        z-index: 10;
    }

    .item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
        /*transform: scale(0.7)  translate(-640px);*/
        transform: none;
        z-index: 5;
        outline: none;
    }



    .product_slide .item.slick-slide.slick-active, .utilities_slide .item.slick-slide.slick-active {
        /*transform: scale(0.8) translate(250px);*/
        transform: none;
        outline: none;
        opacity: 1;
    }
    .product_slide .item.slick-slide, .utilities_slide .item.slick-slide{
        transform: none;
    }

    .item.slick-slide.slick-center {
        /*transform: scale(1);*/
        transform: none;
        z-index: 30;
        outline: none;
    }
    /*.product_info{
        opacity: 0;
        visibility: hidden !important;
        transition: all 0.5s;
        }*/
        .product_info p{
            font-size: 12px;
        }
        .product_info span{
            color: #295941;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 15px;
        }
    /*.item.slick-slide.slick-active>.product_info{
        opacity: 1!important;
        visibility: visible !important;
        transition: all 0.5s;
        }*/
        .product_slide .fa-angle-right,.utilities_slide .fa-angle-right{
            top: 40%;
            right: 2%;
        }
        .product_slide .fa-angle-left,.utilities_slide .fa-angle-left{
            top: 40%;
            left: 2%;
        }
        .product_slide .slick-slide img,.utilities_slide .slick-slide img{
            width: 100%;
            transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
            transform: scale(1.2);
        }
        .product_slide .slick-active img,.utilities_slide .slick-active img{
            transform: scale(1);
        }
        .hotline{
            padding: 5px 10px;
            font-size: 18px;
            transform: translateX(240px);
        }
        .edit{
            padding: 5px 10px;
            top: 200px;
        }
        .register{
            top: 200px;
        }
        .video_mobile{
            display: block;
        }
        #architecture .col-xs-12 {
            margin: 10px 0;
            padding: 0;
        }
        #architecture .title{
            margin: 0 0 15px;
        }
        #back-to-top{
            right: 0;
        }

        .shophouse_slide .fa-angle-left, .wyndham_slide .fa-angle-left{
            top: 45%;
            left: 2%;
        }

        .shophouse_slide .fa-angle-right, .wyndham_slide .fa-angle-right{
            top: 45%;
            right: 2%;
        }











        .logo2{
            display: block;
            float: right;
            padding: 4px 0;
        }
        .logo1{
            display: none;
        }
        .store_des{
            width: 100%;
            text-align: justify;
        }
        .store_content{
            text-align: center;
        }
        .store_content:before {
            position: unset;
        }
        .title_news{
            font-size: 17px;
        }
        .list_news ul {
            margin: 30px 0;
            overflow: unset;
            height: auto;
        }
        .small_news>.col-md-7{
            padding: 10px 0 0;
        }
        #picture .picture_des{
            text-align: justify;
            width: 100%;
            margin: 0; 
        }
        .partner>.col-md-3{
            padding: 15px 0;
        }
        .partner>.col-md-3>img{
            margin: 0 auto;
        }
        .partner_table table thead th{
            padding: 3px;
        }
        .partner_table{
            padding: 0;
        }
        .system_title{
            font-size: 22px;
        }
        .system_place{
            width: 100%;
            margin: 10px 0;
        }
        .bg_contact{
            min-height: 300px;
        }
        .bg_form .title{
            font-size: 22px;
        }
        .bg_form {
            width: 100%;
            padding: 15px;
        }
        .copy_right h2{
            font-size: 30px;
        }
        .hotline_icon{
            display: none;
        }
        .copy_right{
            text-align: center;
        }
        .footer_logo img{
            margin: 0 auto;
        }
        .footer_logo{
            margin: 20px 0;
        }
        .copy_right p{
            margin: 5px 0;
        }
        .picture_article img{
            min-height: unset;
        }


        .col_1{
            width: auto !important;
        }
        .col_2{
            width: auto !important;
        }
        .col_3{
            width: auto !important;
        }
        .col_4{
            width: auto !important;
        }
        .col_5{
            width: auto !important;
        }



        
        .dataTables_length{
            display: none;
        }
        .dataTables_filter label{
            display: block;
        }
        .dataTables_scrollHeadInner table thead tr th:first-child{
            display: none;
        }
        .dataTables_scrollHeadInner{
            display: none;
        }

    }

    /*-------Tablets-------*/
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .menu{
            position: relative;
            width: 100%;
            float: left;
        }
        .menu-toggle{
            display: block;
            padding: 10px;
            float: right;
        }
        .logo{
            padding: 0;
        }
        .show{
            opacity: 1 !important;
            visibility: visible !important;
            transform: translateY(20px);
            transition: all 0.5s;
        }
        .menu_mobile{
            position: absolute;
            top: 10px;
            left: 0;
            z-index: 2;
            background: #29AF8A;
            border: 1px solid #fff;
            opacity: 0;
            visibility: hidden;
            transition: all 0.5s;
        }
        .menu ul li:last-child a{
            color: #435061;
        }
        .menu ul li a i{
            display: inline-block;
            width: 45px;
        }
        .menu ul li{
            border-bottom: 1px solid #fff;
            float: unset;
        }
        .menu ul li:last-child{
            border-bottom: none;
        }
        .menu ul li.active a{
            color: yellow;
            font-weight: unset; 
        }
        .slide_mobile{
            display: block;
            height: auto !important;
        }
        .slide_desktop,.video_desktop,.video_mobile{
            display: none !important;
        }
        #slide .fp-tableCell,#overview .fp-tableCell,#place .fp-tableCell,
        #product .fp-tableCell,#utilities .fp-tableCell,#video .fp-tableCell,
        #news .fp-tableCell,#footer .fp-tableCell{
            height: auto !important;
            display: inherit;
        } 
        #slide,#overview,#place,#product,#utilities
        ,#video,#news,#footer{
            height: auto !important;
        }
        .slide_slogan h1{
            font-weight: bold;
            font-size: 14px;
        }
        #overview .container, #place .container, #product .container, #video .container,
        #news .container, #utilities .container, #product .container,.place_info,#footer .container,
        #architecture .container{
            padding-top: 30px;
        }
        .title{
            margin: 15px 0;
            font-size: 18px;
        }
        .offset{
            width: 100%;
            margin-bottom: 0; 
        }
        .custom_logo{
            margin: 30px 0;
        }
        .note,.form_lg{
            display: none;
        }

        .product_slide .fa-angle-right,.utilities_slide .fa-angle-right{
            top: 42%;
            right: 2%;
        }
        .product_slide .fa-angle-left,.utilities_slide .fa-angle-left{
            top: 42%;
            left: 2%;
        }
        .hotline{
            padding: 5px 10px;
            font-size: 18px;
            transform: translateX(240px);
        }
        .edit{
            padding: 5px 10px;
            top: 200px;
        }
        .register{
            top: 200px;
        }
        .video_tablet{
            display: block;
        }
        .place_info .row{
            margin: 0;
        }
        #back-to-top{
            right: 0;
        }
        #architecture .col-sm-12{
            margin: 15px 0;
        }
        #architecture .title{
            margin: 0 0 15px;
        }





        .logo img{
            margin: 0; 
        }
        .store_des{
            width: 100%;
            text-align: justify;
        }
        .store_content{
            text-align: center;
        }
        .store_content:before {
            position: unset;
        }
        .title_news{
            font-size: 17px;
        }
        .small_news>.col-md-7{
            padding: 10px 0 0;
        }
        #picture .picture_des{
            text-align: justify;
            width: 100%;
            margin: 0; 
        }
        .partner>.col-md-3{
            padding: 15px 5px;
        }
        .partner>.col-md-3>img{
            margin: 0 auto;
        }
        .partner_table table thead th{
            padding: 3px;
        }
        .partner_table{
            padding: 0;
        }
        .system_title{
            font-size: 22px;
        }
        .system_place{
            margin: 10px 0;
            min-height: 119px;
        }
        .bg_contact{
            min-height: 560px;
        }
        .bg_form .title{
            font-size: 22px;
        }
        .bg_form {
            width: 100%;
            padding: 15px;
        }
        .copy_right h2{
            font-size: 30px;
        }
        .hotline_icon{
            display: none;
        }
        .copy_right{
            text-align: center;
        }
        .footer_logo img{
            margin: 0 auto;
        }
        .copy_right p{
            margin: 5px 0;
        }
        #scrollbar{
            padding: 0 10px;
            height: 470px;
        }





    }

    @media only screen and (min-width: 1367px) {

    }

    @media only screen and (min-width: 1920px) {
        #overview, #news, #picture, #partner {
            padding: 0;
        }
        .container {
            width: 1400px;
        }
        .partner img{
            width: 100%;
        }
        #partner{
            margin-bottom:45px; 
        }
        .bg_contact{
            min-height: 700px; 
        }
        .form-control{
            padding: 20px 15px;
        }
        select.form-control{
            padding: 6px 12px;
        }
        .menu_mobile{
            display: flex;
            justify-content: center;
        }
        .store_register button{
            padding: 15px;
        }
        #overview{
            padding-bottom: 30px;
        }
        .bg_form{
            width: 35%;
        }
        .picture_article .modal-lg{
            width: 1400px;
        }
        .picture_article .ug-gallery-wrapper{
            max-width: 100% !important;
        }
        .picture_article .modal_call img{
            min-height: 327px;
        }
        .scrollbar2{
            max-height: 750px;
        }
    }

