@charset "utf-8";
* {
	box-sizing: border-box;
}
body {
    overflow-x: hidden;
    font-family: 'Arial';
	font-size: 13px;
}
a {
	color:#323030;
}
a:hover,a:focus {
    text-decoration: none;
}
img{
     max-width: 100%;
}
.detail img {
   
    height: 100%;
}
li {
    list-style: none;
}
a:focus,input:focus,textarea:focus,select:focus,button:focus,ul li:focus{
    outline:none
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 20px;
}
.clear {
    clear: both;
}
.row-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}
.line-through {
	text-decoration: line-through;
}
.pos-rel {
    position: relative;
}
.smooth {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.mfix{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    z-index:1001;
    background:#fff;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.fix-img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    font-size: 14px;
}
.about-title{
    padding-bottom:10px;
}
/*flex hotline*/
.flex-hotline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    float: right;
}
.fix-button {
    background: #333;
    padding: 0px 25px !important;
    height: 34px !important;
    border: thin solid rgba(0, 0, 0, .2);
    width: auto;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    outline: none; 
}
.fix-button:hover {
    background: #585252;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.site-loading {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
}
.site-loading img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin: 0px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding: 0px 10px;
}
.row {
    margin: 0px -10px;
}
.fix-row-10 {
	margin: 0px -10px !important;
}
.fix-col-10 {
	padding: 0px 10px !important;
}
.fix-col-15 {
    padding: 0px 15px !important;
}
.fix-col-20 {
    padding: 0px 20px !important;
}
.fix-row-5 {
	margin: 0px -5px;
}
.fix-col-5 {
	padding: 0px 5px;
}
.fix-row-2 {
	margin: 0px -2px;
}
.fix-row-10 {
    margin: 0px 10px !important;
}
.fix-col-2 {
	padding: 0px 2px;
}
.fix-row-1 {
	margin: 0px -1px;
}
.fix-col-1 {
	padding: 0px 1px;
}
.fix-row-0 {
	margin: 0px;
}
.fix-col-0 {
	padding: 0px;
}
.fix-col-01 {
    padding: 0px 20px 0px 0px;
}
@media(max-width:1200px) {
	.container  {
		width: 100%;
	}
}
@media (min-width: 992px) {    
    .col-10 {
        width: 10%;
    }    
    .col-12 {
        width: 12%;
    }      
    .col-15 {
        width: 16%;
    }      
    .col-18 {
        width: 18%;
    }    
    .col-20 {
        width: 20%;
    }       
    .col-23 {
        width: 23%;
    }      
    .col-22 {
        width: 22%;
    }     
    .col-27 {
        width: 27%;
    }    
    .col-73 {
        width: 73%;
    }      
    .col-40 {
        width: 40%;
    }  
    .col-45 {
        width: 45%;
    }  
    .col-55 {
        width: 55%;
    }    
    .col-60 {
        width: 60%;
    }  
    .col-80 {
        width: 80%;
    }
    .fix-row-40 {
        margin: 0px -40px;
    }
    .fix-col-40 {
        padding: 0px 40px;
    }
	
	.fix-row-25 {
        margin: 0px -25px;
    }
	.fix-col-25 {
        padding: 0px 25px;
    }
    .fix-row-30 {
        margin: 0px -30px;
    }
    .fix-col-30 {
        padding: 0px 30px;
    }
    .fix-row-20 {
        margin: 0px -20px;
    }
    .fix-col-20 {
        padding: 0px 20px;
    }
    .fix-row-15 {
        margin: 0px -15px;
    }
    .fix-col-15 {
        padding: 0px 15px;
    }
    .fix-row-10 {
        margin: 0px -10px;
    }
    .fix-col-10 {
        padding: 0px 10px;
    }
    .fix-row-20 {
        margin: 20px -20px;
    }
    .fix-col-20 {
        padding: 0px 20px;
    }
    .fix-wid-20 {
        width: 20% !important;
    }
    .product-clear:nth-child(5n+1) {
        clear: both;
    }

}
@media(max-width:768px) and (min-width:460px) {
    .col-mn-6 {
        width: 50%;
    }
    .col-mn-5 {
        width: 42%;
    }
    .col-mn-7 {
        width: 58%;
    }
	.col-mn-4 {
		width: 33.33%;
	}
    .col-mn-3 {
        width: 25%;
    }
	.col-mn-8 {
		width: 66.67%;
	}
    .col-mn-12 {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .fix-container {
        width: 1330px;
    }
	
	.container {
		width: 1200px;
	}
    .container-fluid {
        width: 100%;
        padding:0;
    }
}

@media(min-width: 992px) {
	.fix-slider-2 {
		width: 34%;
	}
	.fix-slider-10 {
		width: 66%;
	}  
	
}
@media(max-width: 992px) {
    .fix-cart-3 {
        width: 33.33333%!important;
    }
    .none-mobile{
        display: none!important;
    }
    .ds-mobile{
        display:block!important;
    }
    .pd-0i{padding:0px!important;}  
    .pb-20i{padding-bottom:20px!important;}  
    .pt-20i{padding-top:20px!important;}  
    .pt-30i{padding-top:30px!important;} 
    .mt-30i{margin-top: 30px!important;} 
    .mt-20i{margin-top: 20px!important;}    
    .mt-10i{margin-top: 10px!important;}   
    .mt-5i{margin-top: 5px!important;} 
    .mb-20i{margin-bottom: 20px!important;}
    .mb-10i{margin-bottom: 10px!important;}
    .mg-0i{margin: 0px!important;}
    .desc-product{padding-right:0!important;}
    .w-100i{width:100%!important}
    .box-mail-page{margin-left:0!important;}
    .flex-menu-mobile{
        display:flex;
        align-items:center
    }
    .desc-news.before-news.ml-40{
        margin-left:20px!important;
    }
    ul.ul-list{
        display:block!important;
        width: 90%;
        margin: 0 auto;
    }
    ul.ul-list li h3 a{
        width:100%!important;
        margin-bottom:15px!important;
    }
    .template-about:before {
        left: 37%!important;
        font-size: 12.5rem!important;
        transform: rotate(-90deg) translate(0%,-50%)!important;
    }
    .title-page h3 a{font-size:20px;}
    .logo-header {
        width:100%;
        text-align: center;
    }
    .item-category.item-red {
        padding: 1px 0px!important;
    }
    .desc-category h3 a {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 1;
    }
    .thumb-news img{
        height:auto;
        width:100%;
    }
    .title-dangky h2 {
        text-align:center!important;
        font-size: 18px!important
    }
    .content-service {
        padding: 5px!important
    }
    .desc-danhgia {
        padding: 10px 5px!important;
    }
    .mgf-0i{
        margin: 0px!important;
    }
    div#mcustom {
        height: 250px!important;
    }
    .product-detail-price span{
        font-size: 14px!important
    }
    .desc-product-page{
        padding: 5px!important;
    }
    .xemthem{
        margin: 0!important;
    }
    .title-list h2 span{
        font-size: 13px!important
    }
    .menu-footer ul li {
        padding-right: 12px!important;
    }
    .template-about .box-shadow{
        padding: 10px
    }

}

@media(min-width: 1024px){
	.fix-slider-2 {
		width: 33%
	}
	
	.fix-slider-10 {
		width: 67%;
	}
}

.slider-quangcao a{
    margin-bottom: 5px;
    display: block;
}

.visit_hidden {
    height: 0px;
    overflow: hidden;
}
.pos-re {
	position: relative;
}
#slider {
    position: relative;
}
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.inline-block {
	display: inline-block;
}

.color-red {
	color: #d70000 !important;
}

.line {
    background: #333;
    display: block;
    width: 125px;
    height: 2px;
    margin: 25px auto;
}
.line.line-white {
	background: #fff;
}