/*
  Simple Grid
  Learn More - http://dallasbass.com/simple-grid-a-lightweight-responsive-css-grid/
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - dallasbass.com
*/
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    margin: 0px;
}
[class*='cell-'] {
    float: left;
}
.grid {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.grid-no-overflow-hiden{
    width: 100%;
    max-width: 1200px;
    min-width: 755px;
    margin: 0 auto;
}
.grid:after {
    content: "";
    display: table;
    clear: both;
}
.grid-pad {
    padding-top: 0px;
    padding-left: 10px; /* grid-space to left */
    padding-right: 10px; /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */
}
.hide-on-pc {
    display: none;
}
.flex-container {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    width:100%;
    justify-content:space-between /* space-around;*/
}
.flex-centered,.flex-center {
    justify-content: center;
}
.flex-container-round {
    justify-content:space-around;
}
.flex-space-between {
    justify-content:space-between;
}
.flex-flex-end{
    justify-content:flex-end;
}
.flex-start{
    justify-content:flex-start;
}
.flex-reverse {
  -webkit-flex-direction: row-reverse; 
  flex-direction: row-reverse; 
}

.border-flex{
    border:solid 1px #e4e4e4;	
    border-right:none;
    border-bottom:none;
}
.cell-1-1{
    width: 100%;
}
.cell-1-5{
    width:19%;
    float:left;
}
.cell-2-5{
    width:40%;
}
.cell-3-5{
    width:60%;
}
.cell-4-5{
    width:80%;	
}
.cell-1-6{
    width:16%;
}
.cell-1-3{
    float:left;
    width:32%;
}
.cell-2-3{
    float:left;
    width:65.5%;
}
.cell-1-4{
    float:left;
    width:23.5%;
}
.cell-2-4{
    float:left;
    width:50%;
}
.cell-3-4{
    float:left;
    width:74%;
}
.cell-1-2{
    width:49%;
}
.cell-pro-1-3{
    width: 32%;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.cell-info-1-2{
    width:48%;
}
.cell-project-left{
    width:35%;
}
.cell-project-right{
    width:65%;
    background: #FFF;
    text-align: center;
}
.cell-home-1-3{
    width:32%;
}
.cell-home-2-3{
    width:65%;
}
.cell-home-1-4{
    width:22%;
}
.cell-home-1-5{
    width:15%;
}
.cell-1-10{
    width:10%;
}
.cell-2-10{
    width:19%;
}
.cell-3-10{
    width:28.5%;
}
.cell-4-10{
    width:38%;
}
.cell-5-10{
    width:47.5%;
}
.cell-6-10{
    width:57%;
}
.cell-7-10{
    width:68%;
}
.cell-8-10{
    width:78%;
}
.cell-9-10{
    width:88%;
}
.cell-1-12{
    width:8.33%;
}
.cell-2-12{
    width:16%;
}
.cell-3-12{
    width:25%;
}
.cell-4-12{
    width:33%;
}
.cell-5-12{
    width:41%;
}
.cell-6-12{
    width:50%;
}
.cell-7-12{
    width:57.5%;
}
.cell-8-12{
    width:66%;
}
.cell-9-12{
    width:74%;
}
.cell-10-12{
    width:83%;
}
.cell-11-12{
    width:91%;
}
.cell-news-1-3{
    width: 32%;
}
.cell-news-2-3{
    width: 65%;
}
.cell-tab-1-8{
    width: 12.5%;
}
.cell-tab-1-7{
    width: 14.285%;
}
.cell-tab-1-6{
    width: 16.285%;
}
.cell-tab-1-5{
    width: 20%;
}
.cell-tab-1-4{
    width: 25%;
}
.cell-tab-1-3,.cell-tab-1-2{
    width: 15%;
}
.cell-news-1-4{
    width:25%;
}
.cell-news-3-4{
    width:75%;
}
.cell-service-1-2{
    width:50%;
}


.cell-print-1{
    width:30%;
	padding-left:10px;
}
.cell-print-2{
    width:68%;
	padding-left:5px;
}





.cell-service-item{
    width:25%;
}

@media handheld, only screen and (max-width: 1200px) {
    .grid {
        max-width: 100%;
        min-width: 0;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 10px; 
        padding-right: 10px;
        margin: 0 auto;
    }
}
@media handheld, only screen and (max-width: 1115px) {
    .nav li a{
        padding:0px 10px;	
    }
}
@media handheld, only screen and (max-width: 1024px) {
    .grid {
        max-width: 900px;
        min-width: 0;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 10px; 
        padding-right: 10px;
        margin: 0 auto;
    }
    .box-filter .box-content-fillter{
        height: auto;
    }
    .pad-cell-1-1{
        width:100%;
    }       
    .pad-cell-1-2{
        width:48%;
    }
    .pad-cell-1-3{
        width:30%;
    }
    .pad-cell-1-4{
        width:22%;
    }
    .hide-on-pc{
        display: block; 
    } 
    .hide-on-pad {
        display: none;
    }
    .nav
    {
        display:none;
    }    
    .menubar{
        text-align:right;

    }
    .chienluoc-intro{
        padding: 10px;
    }

    /*end pad s*/
}
@media handheld, only screen and (max-width: 767px) {
    .grid {
        max-width: 100%;
        min-width: 0;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 10px; 
        padding-right: 10px;
        margin: 0 auto;
    }
    .hide-on-pc{
        display: block; 
    }
    .hide-on-pad {
        display: block; 
    }
    .hide-on-tab {
        display: none;
    }
    .tab-mobile{
        display: block;
    }
    .tab-cell-1-1{
        width: 100%;
    }
    .tab-cell-1-2{
        width:48%;
    }
    .tab-cell-1-3{
        width:28%;
    }
    .tab-cell-2-3{
        width:68%;
    }


    .tab-cell-1-4{
        width:22%;
    }    
    .tab-cell-1-5{
        width:18%;
    }        
    .tab-cell-7-12{
        width:55%;
    }        
    .tab-cell-5-12{
        width:42%;
    }  
    .tablet-padding-10{
        padding:10px;
    }


    .m-text-line-2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .m-text-line-3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .m-text-line-4 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .m-text-line-5 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }


    .info-home-content ul{
        column-count: 1;
    }
    .matbang-text{
        padding-right: 0px;
        padding-bottom:20px;
    }


    .form-dangky{
        padding:20px;
    }

    .info-cat-intro{
        padding: 0px;
    }
    .info-cat-content{
        padding: 0px;
    }
    .logo-chudautu{
        padding:0px;
    }
    .info-cat-item{
        padding: 0px;
    }

    .project-intro{
        padding:0px;
        text-align:justify;
    }
    .project-content{
        padding:0px;
        text-align:justify;
    }

    .news-list-item{
        margin:0px;
        padding:0px;
    }

    .cell-tab-1-3, .cell-tab-1-2{
        width:30%;
    }

    .hotline-lang{
        width:240px;	
    }


    .title-home{
        font-size:24px;	
    }
    .ch-name-home{
        font-size:20px;	
    }
    .title-about-home{
        font-size:25px;	
    }
    .catname-slide{
        font-size:16px;	
    }
    .right-news{
        width:100%;
        background:#FFF;
        overflow:hidden;	
    }


    .search-pc{
        width:100%;

    }

    .shopping-cart{
        margin-top: -1px;
        margin-bottom: 0px;
        margin-right: 10px;
    }
    .rtb-home{
        margin-top: 20px;
    }

    .title-intro-home{
        padding: 0px; 
        text-align: justify;
    }

    .product-item{
        height: 300px;
    }

    .partner-wrapper{
        padding: 0px; 
    }    

    .leader-img{
        width: 48%;
        float: left;
    }

    .leader-pos{
        width: 48%;
        float: right;
    }

    .cat-home-slide{
        background: #50b749;
        color: #FFF;
        padding: 20px;
    }

    .leader-name{
        color: #FFF;
    }
    .leader-img {
        border-radius: 40px 0px 40px 0px;
        overflow: hidden;
    }
    .leader-info {
        border-radius: 0px 40px 0px 40px;
        padding: 0px;
        line-height: 20px;
        height: auto;
        text-align: justify;
        margin-top: 10px;
    }    
    .swiper-button-next, .swiper-button-prev{
        display: none;
    }

    .cat-intro{
        padding: 0px;
        text-align: justify;
    }

    .dat-hang-ngay{
        padding: 0px;
        padding-top: 20px;
    }    


    .buy-now, .addcart,.buy-now-added {
        padding: 8px;
        padding-left: 40px;
    }

    .btn_red_bg{
        width: 100%;
        text-align: center;
    }

    .tab-title {
        margin-right: 9px;
        width: 31%;
        text-align: center;
        font-size: 14px;
        padding: 10px 5px;
        min-height: 54px;
    }	

    .order-form{
        padding:0px 10px;
    }

    .content-detail img {
        max-width: 100%;
        height: auto !important;
    }


    .service-tab{
        padding: 0px;
    }
    .cat-home-intro{
        padding: 0px;
    }

    .tab-home a{
        width: 100%;
        margin-bottom: 10px;
    }

    .sub-cat-home a {
        margin: 0 2px;
        font-size: 15px;
        padding: 6px 5px;
    }
	
    .slidehome-next, .slidehome-prev, .btn-prev, .btn-next{
        display: none;
    }
    
    .regis-form{
        padding: 0px;
    }
    .lich-gio-wrapper{
        padding:0px;
    }
    .show-time{
        padding: 0px;
    }
    .show-date-tab{
        padding: 0px;
        width: 15%;
    }
    .show-date-tab span {
        min-height: 34px;
    }    
	
	.link-to-cart{
		padding: 8px 20px;
	}	
	img{
		height:auto !important;
	}    
	
	.staff-login{
		padding:0px;
	}	
    
	
	.modal-box{
		width: 100%;
		
	}	
	.pop-content{
		min-height: auto;
	}
	
	
    /* end tab s  */
}
@media handheld, only screen and (max-width: 579px) {
    .grid {
        max-width: 420px;
        min-width: 0;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 10px; 
        padding-right: 10px;
        margin: 0 auto;
    }
    .bg-page{
        max-width: 420px !important;
    }
    [class*='mobile-col-'] {
        float: left;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 10px;
        padding-left: 0px;
        padding-right: 10px; 
        padding-bottom: 0px;
    }
    .hide-on-pc{
        display: block; 
    }
    .hide-on-pad {
        display: block; 
    }
    .hide-on-tab {
        display: none; 
    }
    .hide-on-mobile {
        display: none !important;
    }    
    .mobile-cell-1-1{
        width:100%;
    }        
    .mobile-cell-1-2{
        width:48%;
    }
    .mobile-cell-1-3{
        width:32%;
    }
    .mobile-cell-2-3{
        width:62%;
    }
    .slide-text-box{
        width:100%;
        padding:10px;
    }
    .paging a{
        padding: 6px 5px;
        margin-right: 3px;
    }

    .tab-bottom-20{
        margin-bottom:20px;
    }

    .tab-bottom-30{
        margin-bottom:30px;
    }	

    .info-home-content{
        display:none;

    }
    .catname-slide{
        font-size:16px;	
    }
    .tab-ch-detail a{
        padding:7px 10px;	
    }
    .btn-reg-home{
        font-size:24px;	
    }
    .right-news{
        width:100%;
        background:#FFF;
        overflow:hidden;		
    }



}
