.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.x5fix {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.x4fix {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.suntory-alo-phone {
		display:block;
		background-color: transparent;
		cursor: pointer;

		position: fixed;
		transition: visibility 0.5s ease 0s;
	
		z-index: 200000 !important;
	}
	
.suntory-alo-phone {
		background-color: transparent;
		cursor: pointer;
		height: 60px;
		position: fixed;
		transition: visibility 0.5s ease 0s;
		width: 200px;
		z-index: 200000 !important;
	}

	.suntory-alo-phone {
		background-color: transparent;
		cursor: pointer;
	
		position: fixed;
		transition: visibility 0.5s ease 0s;
	
		z-index: 200000 !important;
	}
	.suntory-alo-ph-circle {
		animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
		background-color: transparent;
		border: 2px solid rgba(30, 30, 30, 0.4);
		border-radius: 100%;
	
		left: 0px;
		opacity: 0.1;
		position: absolute;
		top: 0px;
		transform-origin: 50% 50% 0;
		transition: all 0.5s ease 0s;

	}
	.suntory-alo-ph-circle-fill {
		animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
		border: 2px solid transparent;
		border-radius: 100%;
		height: 70px;
		left: 15px;
		position: absolute;
		top: 15px;
		transform-origin: 50% 50% 0;
		transition: all 0.5s ease 0s;
		width: 70px;
	}
	.suntory-alo-ph-img-circle {
		/* animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim; */
		border: 2px solid transparent;
		border-radius: 100%;
		height: 50px;
		float:left;
		margin-right:10px;
		opacity: 1;
	
		transform-origin: 50% 50% 0;
		width: 50px;
		border:3px solid #fff000;
	}
	.suntory-alo-phone.suntory-alo-hover, .suntory-alo-phone:hover {
		opacity: 1;
	}
	.suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {
		animation: 1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
	}
	.suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {
		animation: 2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
	}
	.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone:hover .suntory-alo-ph-circle {
		border-color: #00aff2;
		opacity: 0.5;
	}
	.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {
		border-color: #f00;
		opacity: 1;
	}
	.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
		border-color: #fff000;
		opacity: 1;
	}
	.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone:hover .suntory-alo-ph-circle-fill {
		background-color: rgba(0, 175, 242, 0.9);
	}
	.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill {
		background-color: #f00;
	}
	.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
		background-color: #f00;
	}

	.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone:hover .suntory-alo-ph-img-circle {
		background-color: #00aff2;
	}
	.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle {
		background-color: #f00;
	}
	.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
		background-color: #ee373c;
	}
	@keyframes suntory-alo-circle-anim {
		0% {
			opacity: 0.1;
			transform: rotate(0deg) scale(0.5) skew(1deg);
		}
		30% {
			opacity: 0.5;
			transform: rotate(0deg) scale(0.7) skew(1deg);
		}
		100% {
			opacity: 0.6;
			transform: rotate(0deg) scale(1) skew(1deg);
		}
	}

	@keyframes suntory-alo-circle-img-anim {
		0% {
			transform: rotate(0deg) scale(1) skew(1deg);
		}
		10% {
			transform: rotate(-25deg) scale(1) skew(1deg);
		}
		20% {
			transform: rotate(25deg) scale(1) skew(1deg);
		}
		30% {
			transform: rotate(-25deg) scale(1) skew(1deg);
		}
		40% {
			transform: rotate(25deg) scale(1) skew(1deg);
		}
		50% {
			transform: rotate(0deg) scale(1) skew(1deg);
		}
		100% {
			transform: rotate(0deg) scale(1) skew(1deg);
		}
	}
	@keyframes suntory-alo-circle-fill-anim {
		0% {
			opacity: 0.2;
			transform: rotate(0deg) scale(0.7) skew(1deg);
		}
		50% {
			opacity: 0.2;
			transform: rotate(0deg) scale(1) skew(1deg);
		}
		100% {
			opacity: 0.2;
			transform: rotate(0deg) scale(0.7) skew(1deg);
		}
	}
	.suntory-alo-ph-img-circle img {
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    font-size: 30px;
    line-height: 39px;

    color: #fff;
	    margin-top: 10px;
    margin-left: 10px;
}
.hotfix{
	float:left;
	    font-size: 24px;
    line-height: 50px;
    font-weight: 600;
    color: #ee373c;
}

	/*=================== End phone ring ===============*/
	@keyframes suntory-alo-ring-ring {
		0% {
			transform: rotate(0deg) scale(1) skew(1deg);
		}
		10% {
			transform: rotate(-25deg) scale(1) skew(1deg);
		}
		20% {
			transform: rotate(25deg) scale(1) skew(1deg);
		}
		30% {
			transform: rotate(-25deg) scale(1) skew(1deg);
		}
		40% {
			transform: rotate(25deg) scale(1) skew(1deg);
		}
		50% {
			transform: rotate(0deg) scale(1) skew(1deg);
		}
		100% {
			transform: rotate(0deg) scale(1) skew(1deg);
		}
	}
/* menu */

/*------------------------------------------*/
/*       01 - General & Basic Styles
/*------------------------------------------*/

body {
    font-size: 13px;
        line-height: 21px;
    font-weight: 300;
    color: #666;
}
strong, b {
    font-weight: 600;
}

img {
    max-width: 100%;
    height: auto;
}

ul, ol {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}

a:hover {
    color: #444;
}

a, a:hover {
    text-decoration: none;
}

i {
    font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #000;
}

h1 {
    font-size: 24px;
    line-height: 30px;
}

h2 {
    font-size: 22px;
    line-height: 28px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
}

h4 {
    font-size: 16px;
    line-height: 22px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
}

p {
    color: #666;
    font-size: 13px;
    font-family:  Arial, sans-serif;
    line-height: 22px;
    margin: 0;
}

p strong {
    font-weight: 600;
}

#header{
    float: left;
    width: 100%;
    margin:0px;
    padding: 0px;
}
.header-top{
    float: left;
    width: 100%;
    padding-top:10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    background: white;
}
.header-top-left{
    text-align: left;
}
.header-top-left .ultop{
    float:left;
}
.header-top-left .ultop li{
    display: inline-block;
} 

.header-top-left .ultop li a{
    color: #334141;
    border-left: 1px solid #949898;
    padding-right: 8px;
}
.header-top-left .ultop li:first-child a{
    border-left: 0px solid #334141;
}
.header-top-left .ultop li:last-child a{
    padding-left: 8px;
}
.header-top-right{
    text-align: right;
}
.header-top-right .ulsocial{

}
.header-top-right .ulsocial li{
    display: inline-block;
}
.header-top-right .ulsocial li a{
    color: #334141;
    display: block;
    margin-left: 8px;
    font-size: 14px;
}
.header-top-right .ulsocial li a:hover{
    color: #00569B;
}
.header-main{
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #0B0C0C;
}
.searchbox{
    float: right;
    margin-top:30px;
}
.input-group{
    background:white;
    border:2px solid #fed700;
    display: block;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
    width: 100%;
    float: left;
}
.xuly_input{
    float: left;
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 14px;
    padding-bottom: 14px;
    background: white;

    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    outline: none;
    border:none;
}   
.chon_danhmuc{
    float: left;
    width: 25%;
    border:none;
    outline: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 15px;
    text-transform: uppercase;
        border-left: 1px solid #ddd;
}
.bnt_search{
    float: left;
    width: 10%;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    outline: none;
    border:none;
    background: #fed700;
    text-align: center;
    display: block;
    padding-top: 13px;
    padding-bottom: 13px;
}
.bnt_search i{
    font-size: 20px;

}
.bnt_search i:hover{
    color: white;
}
#nav{
    float: left;
    width: 100%;
    background: #0E88F1;
    padding-top: 5px;
    padding-bottom: 5px;
}
.menu_pc{
    float: left;
    width: 100%;
}
.menu_pc li{
    display: inline-block;
    float: left;
	position:relative;
}
.menu_pc li a{
    float: left;
    padding:8px 23px;
    color: #fff;
    font-family: 'Roboto';
    font-size: 15px;
    border-right: 1px solid #00a8ff;
    font-weight: 500;
    display: block;
}
.menu_pc li:last-child a{
    border-right: 0px solid #00a8ff;
}
.menu_pc li a:hover{
    background: rgba(0, 0, 0, 0.1);

}
.menu_pc li ul{
	display:none;
	width:220px;
	position:absolute;
	left:0px;
	z-index:100;
	background:#0E88F1;
	top:37px;
	
}
.menu_pc li ul li{
	float:left;
	width:100%;
}
.menu_pc li ul li a{
	 border-right: 0px solid #00a8ff;
	 padding:8px;
	 display:block;
	 	float:left;
	width:100%;
	 border-top: 1px solid #00a8ff;
}
.menu_pc li ul li ul{
	display:none;
	width:220px;
	position:absolute;
	left:220px;
	z-index:100;
	background:#0E88F1;
	top:0px;
		 border-left: 1px solid #00a8ff;
}
.menu_pc li:hover>ul{
	display:block;
}
.call{
    float: right;
}
.call a{
    background: #1474c5;
    display: block;
      border: 1px dashed #00a8ff !important;

}
#slider{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.slider-left img{
    margin-top: 10px;
}
.slider-right{
    margin-top: 0px;
}
/* slider */
.carousel-control{
    top: 45%;
}
.carousel-control.right{
    background: none;
}
.carousel-control.left {
    background: none;
}
#main{
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.h3title{
      color: #333e48;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 600;
      border-bottom: 2px solid #fe0000;
      
      margin-bottom: 20px;
     
      background: #F2F2F2;

    
          float: left;
          width: 100%;
}
.h3title .fa-chevron-circle-right{
    font-size: 14px;
     color: white;

}
.h3title span{
    float: left;
    padding: 5px 25px 5px 10px; 
    background: #fe0000;
    color: white;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    z-index: 10;
}

.h3title span::after{
    content: "";
    right: -15px;
    top: 6px;
    width:28px;
    z-index: 1;
    height: 28px;
    background:  #FE0000;
    position: absolute;
    display: block;
     -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
.h3title a{
    text-transform: none;
    font-size: 13px;
    padding-right: 15px;
    padding-top: 7px;

}
.h3title .fa-star{
    color: orange;
    font-size: 14px;

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

.product{
    
    padding:5px 15px;
    margin-bottom: 20px;
    float: left;
    width: 20%;
}
.product3{
    width: 25%;  
}

.product:hover{
    box-shadow: 0 0 6px 0 rgba(1,1,1,.3);
border-right: 0px solid #ddd;

}
.product-des{
	min-height:15px;
}
.product-des p{
    font-size: 12px;
    text-transform: uppercase;
    line-height: 14px;
}
.product-name{
	min-height:40px;
}
.product-name h3{
    line-height: 1em;
	
}
.product-name h3 a{
    color: #0062bd;
    font-weight: 600;
    font-size: 15px;
}
.product-img img{
    max-width: 100%;
    width: 100%;
    margin-top: 5px;
 border: 1px solid #ddd;
}

.carousel-inner>.item>a>img{
		margin:0 auto
}
.product-price{
    padding-bottom: 10px;
}
.product-price .price1{
    text-align: left;
    color: #e00;
    font-size: 18px;
    margin-right: 15px;
}
.product-price .price1 .dong{
    text-decoration: underline;
}
.product-price .price2{
    text-decoration: line-through;
}
.product-price .price2 .dong{
    text-decoration: underline;
}
#boxvideo{
        float: left;
    width: 100%;
    background: #F5F5F5;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #ddd;
}
#news{
    float: left;
    width: 100%;
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #ddd;
}
#news .h3title{
    background: none;
}
.new-img img{
    width: 100%;
    border-bottom: 3px solid #0062bd;
    margin-bottom: 10px;
}
.new-name {
    margin-bottom: 5px;
}
.new-name h3{
    line-height: 1em
}
.new-name h3 a{
    color: #0062bd;
    font-size: 16px;
}
.new-time{
 border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 2px;
  padding-bottom: 2px;
    margin-bottom: 5px;
}
.new-time .time-calendar{
    margin-right: 15px;
}
.new-des{
        text-align: justify;
}

.owl-prev{
    position: absolute;
    right: 25px;
    top: -60px;
}
.owl-next{
    position: absolute;
    right: 0px;
    top: -60px;
}
#footer{
    float: left;
    width: 100%;
    background: #000;
    padding-top: 40px;
    padding-bottom: 10px;
    border-top: 1px solid #ddd;
}

.call-us-text {
    font-size: 16px;
    display: block;
    line-height: 1.429em;
    padding-top: 15px;
}

.call-us-icon .fa {
    font-size: 80px;
    color: #FED700;
    width: 115px;
    text-align: center;


}
.call-us-number{
    font-size: 18px;
    font-weight: 500;
    color: red;
}
.logofooter img{
    max-height: 80px;
}
.footer-title{
    /* float: left; */
    width: 100%;
    margin-bottom: 15px;
}
.footer-title h2{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid #FED700;
    color: #efefef;
    display: inline-block;
}
.footer-title h3{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid #FED700;
    color: #efefef;
    display: inline-block;
}
.colfix2 p{
    margin-bottom: 10px;
    color: #bdbdbd;
}
.colfix3 p{
    margin-bottom: 10px;
     color: #bdbdbd;
}
.colfix3 p a{
    color: #bdbdbd;
}
.colfix3 p a:hover{
    color: #FED700
}
.copyright{
    margin-top: 20px;
    clear: both;
      border-top: 1px solid #ddd;
      padding-top: 10px;
      text-align: center;
}
.content-left{
    margin-top: 30px;
}
.content-right{
    margin-top: 30px;
}
.cate-pro{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.title-menu{
    float: left;
    width: 100%;
    border-bottom:2px solid #fe0000;
    padding-bottom: 5px;
    margin-bottom: 15px;
        background: #f2f2f2;
        padding-left: 10px;
    padding-top: 9px;
}

.cateUl{
    float: left;
    width: 100%;
}
.cateUl li{
    float: left;
    width: 100%;
}
.cateUl li a{
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
    text-transform: uppercase;
    color: #333e48;
    font-weight: 600;
    float: left;
    width: 100%;
   border-bottom: 1px solid #ddd;
}
.cateUl li a i{
    margin-right: 15px;
}
.small{
    float: left;
    width: 100%;
    padding-bottom: 6px;
   
    margin-bottom: 6px;
     border-bottom: 1px solid #ddd;
}
.small-img{
    width: 18%;
    margin-right: 2%;
    float: left;
}
.small-img img{
    width: 100%;
}
.small-name h3{
    line-height: 1em;
}
.small-name h3 a{
    font-size: 13px;

}
.small-price .price1{
    text-decoration:line-through;
    margin-right: 10px;
}
.small-price .price2{
    font-size: 14px;
    color: red;
}
.title{
    margin-bottom: 15px;
}
#breadcrumb{
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #F5F5F5;
}
.breadcrumb{
    margin-bottom: 0px
}
.breadcrumb li a{
    color: #333;
}
.breadcrumb li.active{
    color: #0062bd;
}
#form-lienhe input{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}
#form-lienhe textarea{
     float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    height: 50px  
}
#btn-gui{
    padding: 2px 25px;
}
.map{
    margin-top: 30px
}
#map_canvas{
    width: 100%;
    height: 650px;
}
.item_thumbfix{
    text-align: center;
}
.item_thumbfix img{
    max-width: 100%;
}
.colsupport{
    float: left;
}
.colsupport-tit{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;

}
.colsupport-tit span{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100px;
    height: 2px;
    background: #FE0000;
    display: block;
}
.colsupport-con{
    float: left;
    width: 100%;
    padding: 20px;
    background: url(../images/support.jpg) no-repeat top center;
    display: block;
    background-size: cover;
    position: relative;
}
/*
.colsupport-con::after{
    position: absolute;
    left: 0px;
    top:0px;
    bottom: 0px;
    right: 0px;
    display: block;
    background: blue;
    z-index: 100;
    width: 100%;
    height: 100%;
    content:"";
}*/
.suport-box{
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom:5px;
    border: 1px dashed #0E88F1;
    padding: 15px 14px;
    
}

.suport-name{
    float: left;
    width:100%;
    margin-bottom: 10px;
    color: #e20000;
    font-family:'Roboto';
    font-weight: 600;
    font-size: 15px;
    position: relative;
}
.suport-name i{
    font-size: 13px;
}
/*
.suport-name::after{
    content: "";
    position: absolute;
    right: 0px;
    top: 8px;
    height: 1px;
    width:100px;
    background:white;
    display: block;
}*/
.suport-phone{
    float: left;
    width: 100%;
    margin-bottom: 10px;

}
.suport-phone a{
    color: #333;
    margin-right: 10px;
    float: left;
    font-size: 13px;
}
.suport-phone a i{
    font-size: 16px;
}
.suport-phone a i:hover{
    color: #0E88F1
}
.suport-phone a span{
    color: red;
    font-weight: 600;
}
.suport-email{
    float: left;
    width: 100%;
}
.suport-email a{
        font-size: 13px;
      font-weight: 600; 
      color: #333;
}
.colvideo{
    float: left;

}
.colvideo-con{
    float: left;
    width: 100%;
}
.coldichvu-con{
        float: left;
    width: 100%;
    background: white;
    padding: 10px;
    border: 1px solid #d8d8d8
}
.dichvubox{
    float: left;
    width: 100%;
    padding-bottom: 12px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #0E88F1;

}
.dichvubox-img{
    float: left;
    width: 100px;
    margin-right: 10px;
}
.dichvubox-img img{
    width: 100%;
}
.dichvubox-name h3{
    line-height: 18px;
}
.dichvubox-name h3 a{
    font-size: 14px;
}
.dichvubox-des{
    line-height: 14px;
}

.pagination ul li{
    display:inline-block;
}
.pagination ul li a{
    display:block;
    border: 1px solid #ddd;
    padding: 5px 13px;
    margin-right:10px;
    color:#333;
}
.pagination ul li a:hover{
    background:#dcdcdc
}
.pagination ul li a.active{
    font-weight:bold;
}
.menurespon{
	visibility:hidden;
	display:none;
}
.detail-namefix{
		float:left;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #d8d8d8;
}
.detail-name{
	font-size:14px;
	font-family:'Roboto';
	font-weight:600;
	color:#333;
	float:left;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #d8d8d8;
}
.detail-name span{
	float:left;
	margin-right:10px;
}
.detail-name h2{
		font-size:16px;
	font-family:'Roboto';
	font-weight:600;
	color:red;
	    line-height: 21px;
	float:left;
}
.detail-name strong{
		font-size:16px;
	font-family:'Roboto';
	font-weight:600;
	color:red;
	    line-height: 21px;
	float:left;
}
@media (min-width: 993px) and (max-width: 1200px){
	.menu_pc li a{
	    padding: 8px 12px;
	}
	.suport-name{
		white-space:nowrap;
		overflow:hidden;
		margin-bottom:2px;
	}
	.suport-phone{
		margin-bottom:2px;
	}
	.suport-box{
		    padding: 12px 14px;
	}
	.dichvubox{
		padding-bottom: 8px;
    margin-bottom: 8px;
	}
}

@media (min-width: 768px) and (max-width: 992px){
	.logo{
		float:left;
		width:15%;
		padding-left:0px;
	}
	.banner{
		float:left;
		width:65%;
		padding-left:0px;
		
	}
	.hotline{
		float:left;
		width:20%;
		padding-right:0px;
	}
	.colsupport{
		float:left;
		width:50%;
	}
	.colvideo{
		float:left;
		width:50%;
	}
	.suport-name{
		white-space:nowrap;
		overflow:hidden;
		margin-bottom:5px;
	}
	.suport-phone{
		margin-bottom:5px;
	}
	.coldichvu{
		margin-top:20px;
	}
	.colfix1{
		float:left;
		width:33.3333%;
	}
	.colfix2{
		float:left;
		width:66.6666%;
	}
	.colfix3{
		display:none;
	}
}
@media (max-width: 767px){
.menu_pc{
		visibility:hidden;
		display:none;
	}
	.menurespon{
	visibility:visible;
	display:block;
width: 100%;
		background:#FED700;
		padding-top:5px;
		padding-bottom:5px;
		padding-left:10px;
		color:#333;
		font-weight:600;
		text-transform:uppercase
	}
	.colfix1{
		float:left;
		width:33.3333%;
	}
	.colfix2{
		float:left;
		width:66.6666%;
	}
	.colfix3{
		display:none;
	}

	#boxvideo .container{
		padding-left:0px;
		padding-right:0px;
	}
	#footer .container{
		padding-left:0px;
		padding-right:0px;
	}
	#news .container{
		padding-left:0px;
		padding-right:0px;
	}
	#main .content-left{
		padding-left:0px;
		padding-right:0px;
	}
	.product{
		overflow:hidden
	}
}
@media (min-width: 640px) and (max-width: 767px){
	.logo{
		width:100%;
		float:left;
		text-align:center;
	}
	.logo img{
		max-height:60px;
	}
	.banner{
		float:left;
		width:75%;
		padding-left:0px;
		padding-right:0px;
	}
	.hotline{
		float:left;
		width:25%;padding-left:0px;
		padding-right:0px;
	}
	
	.product{
		width:33.33333333333333%;
	}
	.x5fix{
		display:none;
	}
	.colvideo{
		float:left;
		width:50%;
		margin-top:15px;
	}
	.coldichvu{
		float:left;
		width:50%;
		margin-top:15px;
	}
	.x3{
		display:none !important
	}
	.x3fix{
		    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
	}
	#main .newfix{
			float:left;
		width:50%;
		margin-bottom:15px;
	}
	.x2fixnew{
		    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;	
	}
}

@media (min-width: 480px) and (max-width: 639px){
	.logo{
		width:100%;
		float:left;
		text-align:center;
	}
	.logo img{
		max-height:60px;
	}
	.banner{
		float:left;
		width:75%;
		padding-left:0px;
		padding-right:0px;
	}
	.hotline{
		float:left;
		width:25%;padding-left:0px;
		padding-right:0px;
	}
	
	.product{
		width:33.33333333333333%;
	}
		.x5fix{
		display:none;
	}
	.colvideo{
		float:left;
		width:100%;
		margin-top:15px;
		text-align:center;
	}
	.coldichvu{
		float:left;
		width:100%;
		margin-top:15px;
	}
	.x3{
		display:none !important
	}
	.x3fix{
		    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
	}
	#main .newfix{
			float:left;
		width:50%;
		margin-bottom:15px;
	}
	.x2fixnew{
		    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;	
	}
}

@media (max-width: 479px){
	.product-des{
		height:28px !important;
		overflow:hidden;
		
	}
		.product-name{
			height:40px !important;
		overflow:hidden;
		}
	.logo{
		width:100%;
		float:left;
		text-align:center;
	}
	.logo img{
		max-height:60px;
	}
	.banner{
		float:left;
		width:100%;
		padding-left:0px;
		padding-right:0px;text-align:center;
	}
	.hotline{
		display:none
	}
	
	.product{
		width:50%;
	}
		.x5fix{
		display:none;
	}
	.colvideo{
		float:left;
		width:100%;
		margin-top:15px;
		text-align:center;
	}
	.coldichvu{
		float:left;
		width:100%;
		margin-top:15px;
	}
	.x3{
		display:none !important
	}
	.x3fix{display:none !important;
		    clear: both;
    content: ".";
   
    height: 0;
    line-height: 0;
    visibility: hidden;
	}
	.x2fix{
			    clear: both;
    content: ".";
   display:block;
    height: 0;
    line-height: 0;
    visibility: hidden;
	}
	#main .newfix{
			float:left;
		width:100%;
		margin-bottom:15px;
	}
	.x2fixnew{
		    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;	
	}
	.colfix1{
		float:left;
		width:100%;
		margin-bottom:15px;
	}
	.colfix2{
		float:left;
		width:100%;
	}
}
.grid_container{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 10px;
}
.grid_container1{
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 10px;
}
.columns-md-1{grid-column-end: span 1;}
.columns-md-2{grid-column-end: span 2;}
.columns-md-3{grid-column-end: span 3;}
.columns-md-4{grid-column-end: span 4;}
.columns-md-5{grid-column-end: span 5;}
.columns-md-6{grid-column-end: span 6;}
.columns-md-7{grid-column-end: span 7;}
.columns-md-8{grid-column-end: span 8;}
.columns-md-9{grid-column-end: span 9;}
.columns-md-10{grid-column-end: span 10;}
.columns-md-11{grid-column-end: span 11;}
.columns-md-12{grid-column-end: span 12;}
/* end css grid */
@media (max-width: 768px){
	/* css grid */
	.columns-sm-1{grid-column-end: span 1;}
	.columns-sm-2{grid-column-end: span 2;}
	.columns-sm-3{grid-column-end: span 3;}
	.columns-sm-4{grid-column-end: span 4;}
	.columns-sm-5{grid-column-end: span 5;}
	.columns-sm-6{grid-column-end: span 6;}
	.columns-sm-7{grid-column-end: span 7;}
	.columns-sm-8{grid-column-end: span 8;}
	.columns-sm-9{grid-column-end: span 9;}
	.columns-sm-10{grid-column-end: span 10;}
	.columns-sm-11{grid-column-end: span 11;}
	.columns-sm-12{grid-column-end: span 12;}
	/* end css grid */
	.grid_container1{
		grid-template-columns: repeat(12, 1fr);
	}
}
@media (max-width: 600px){
	/* css grid */
	.columns-xs-1{grid-column-end: span 1;}
	.columns-xs-2{grid-column-end: span 2;}
	.columns-xs-3{grid-column-end: span 3;}
	.columns-xs-4{grid-column-end: span 4;}
	.columns-xs-5{grid-column-end: span 5;}
	.columns-xs-6{grid-column-end: span 6;}
	.columns-xs-7{grid-column-end: span 7;}
	.columns-xs-8{grid-column-end: span 8;}
	.columns-xs-9{grid-column-end: span 9;}
	.columns-xs-10{grid-column-end: span 10;}
	.columns-xs-11{grid-column-end: span 11;}
	.columns-xs-12{grid-column-end: span 12;}
	/* end css grid */
}