@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500&display=swap');
html,body{
    color: #333;
    font-family: 'Open Sans', sans-serif;
}
.pro-other{
  text-indent:10px;
}
.site-color{
	color:#045380!important;
}
.title-rpmenu {
    padding: 7px;
    color: #FFF;
    font-size: 17px;
    cursor: pointer;
    position: fixed;
    top:5px;
    left:0px;
    z-index:999999;
}
.title-rpmenu .icon-bar {
    width: 30px;
    height: 3px;
    background:#333;
    float: left;
    clear: both;
    margin-bottom: 5px;
    border-radius: 0px;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.56);
    -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.56);
    box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.56);
}
#responsive-menu .content  ul li span.gg{
  display:none;
}
#responsive-menu .close{    
    position: absolute;
    top: 2px;
    right: 5px;
    font-size: 30px;
    z-index:999;
}
#responsive-menu {
    position: fixed;
    z-index: 1;
    background:rgba(255,255,255,0.95);
    width: auto;
    max-height: 100%;
    z-index: 1234;
    overflow-y: auto;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    width:260px;
    height:100%;
    left:-270px;
}

#responsive-menu .search{
    position: relative;
    padding: 0 5px;
    margin-top: 25px;
}
#responsive-menu .search form{}
#responsive-menu .search form input{
    width: 100%;
    padding: 5px;
    height: 27px;
    border: 1px solid rgba(204, 204, 204, 0.35);
    border-radius: 0px;
}
#responsive-menu .search form button{
    position: absolute;
    right: 5px;
    top: 0;
    border: 0;
    padding: 3px 13px;
    background-color: black;
    color: #fff;
    font-size: 15px;
}
#responsive-menu .search form button i{
    position: relative;
    top: 2px;
}
 #responsive-menu .content {
    float: left;
    width: 100%;
}
#responsive-menu .content ul {
    list-style: none;
    padding: 0;
    width: 100%;
}
 #responsive-menu .content > ul{
    padding: 0;
    margin: 0;
    background:#fff;
}
 #responsive-menu .content  .toggle-menu{
    float: right;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
}
 #responsive-menu .content  ul li a
 {
    color: #999;
    font-size: 16px;
    padding-left: 5px;
    display:block;
    max-width: 90%;
    text-indent:20px;
    text-decoration:none;
}
#responsive-menu .content  ul li
 {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 8px 0px;
    position: relative;
    cursor: pointer;
    float: none;
    border-top:1px solid #ececec;

}
#responsive-menu .content  ul li:hover
{
    background:rgba(0,0,0,0.05);
}
#responsive-menu .content  ul li ul
{
    display:none
}
#responsive-menu .content li li:first-child{
    border-top: 1px solid rgba(247, 246, 246, 0.25);
}
#responsive-menu .content > ul > li ul{
    position: relative;
    top: 9px;
}
#responsive-menu .content > ul li ul li{
    text-indent: 10px;
}
#responsive-menu .content > ul li ul li ul li{text-indent:20px}

#responsive-menu .close{
   opacity:1!important;
   color:#999!important;
   top:2px!important;
   right:7px!important;
}
#responsive-menu h4{
  width:100%;
  float:left;
  margin:0;
}
#responsive-menu h4 a{
  color:#999;
  display:block;
  text-indent:10px;
  font-size:14px;
  border-top:1px solid #ececec;
  line-height:45px;
}
.me_logo{
  text-align:left;
  border-top:none!important;
}
.me_logo img{
  height:30px;
  margin-left:10px;
}


/* End m_menu.php */
.inner{
	width:100%;
	float:left;
}
#site-aht{
	position:relative;
	max-width:1920px;
	margin:0 auto;
	overflow-x:hidden;
}
.site-aht{
	width:100%;
	float:left;
	clear:both;
}
.hidden-h1{
	margin:0;
}
p{
    margin-bottom:10px;
}
.c-white{
	color:white!important;
}
.c-black{
	color:#111!important;
}
.home-tit{
	width:100%;
	float:left;
	text-align:center;
	margin-bottom:30px;
}
.home-tit h2{
	margin:15px 0 5px 0;
	font-family:'SVN_AS';
	color:#fccb28;
	text-transform:capitalize;
	text-align:center;
	font-size:40px;
}
.owl-serviceHot{
	width:100%;
	float:left;
}

.tree-product{
	position:relative;
	list-style-type:none;
	margin:0 0 15px 0;
	padding:0;
}
.tree-product > li{
	float:left;
	padding:0px 15px;
	margin-bottom:30px;
	width:25%;
}
.tree-product > li > a{
	display:block;
	color:#333;
	text-decoration:none;
}
.tree-product > li > a > img{
	border:3px solid #d9a527;
	border-radius:5px;
}
.tree-product > li > a h3{
	text-align:center;
	font-size:16px;
	font-weight:600;
	text-transform:capitalize;
}
.tree-product > li > a p.price{
	color:#d23a05;
	font-size:24px;
	text-align:center;
	font-weight:600;
}
.tree-product > li > a p.price span{
	color:#555;
	font-size:16px;
}
.op-link{
	text-align:center;
}
.op-link a{
	display:inline-table;
	color:#333;
	padding:10px 20px;
	border:3px solid #d9a527;
	font-size:15px;
	text-transform:capitalize;
	font-weight:600;
}
.social ul{
	list-style-type:none;
	width:100%;
	float:left;
	margin:10px 0px;
	padding:0;
}
.social > ul > li{
	float:left;
}
.banner-top{
	display:block;
	margin-top:20px;
}
.lang-top{
	position:relative;
	margin-top:10px;
	text-align:right;
}
.lang-top a img{
	height:24px;
	margin-right:5px;
}
.hotline-top{
	position:relative;
	padding-left:60px;
	float:right;
}
.hotline-top a{
	display:block;
	color:red;
	font-size:20px;
	font-weight:600;
}
.hotline-top:after{
   position:absolute;
   content:'';
   bottom:0;
   left:0;
   width:60px;
   height:60px;
   background:url(images/hotline.png)no-repeat;
}
.block-tit{
	text-align:center;
	text-transform:uppercase;
	color:#1d4967;
}
.block-tit h2{
	margin:0;
	line-height:30px;
	margin-bottom:0px;
	font-size:26px;
	color:#333;
}
.tree-pro li .in-site{
	text-align:center;
	padding:5px;
}
.tree-pro li h3{
	font-size:16px;
	font-weight:500;
	text-transform:uppercase;
	color:#333;
	margin:0;
	line-height:30px;
	margin-bottom:5px;
	display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tree-pro li h3 a{
	color:#333;
	text-decoration:none;
}
.tree-pro li .site-img a{
	text-decoration:none;
	display:block;
	margin-bottom:5px;
	transition: transform .2s;
	overflow:hidden;
}
.zoom{
	transition: transform .4s;
}
.zoom:hover {
  transform: scale(1.05);
}
.tree-pro li .price-text{
	color:#444;
	font-weight:600;
	font-size:17px;
	line-height:30px;
	margin-bottom:0px;
}
.tree-pro li .price-text strong{
   color:red;
}
.op_link{
   text-align:center;
   margin:5px 0px;
}
.op_link span{
	background:#222;
	padding:10px 30px;
	border-radius:5px;
	color:#fff;
}
.open-th{
	text-align:center;
	width:100%;
	float:left;
	margin-top:30px;
}
.open-th a{
	color:#fff;
	background:#1d4967;
	padding:12px 30px;
	border-radius:10px;
	font-size:18px;
	text-decoration:underline;
}
.site-copyright{
	line-height:50px;
	padding:10px 0px;
}
.site-copyright p{
	margin:0;
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
}
.foo-tit{
	font-size:24px;
	text-transform:uppercase;
	color:#fff;
	margin:0 0 15px 0;
}
.site-wrapmap{
	position:relative;
	width:100%;
	float:left;
	height:0;
	padding-bottom:30%;
}
.site-wrapmap iframe{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.subscribe{
	padding:10px 25px;
	font-size:16px;
}
#title-breadcrumbs{
	width:100%;
	float:left;
}
.news_view:hover,.cnv h3:hover a{
	color:red;
}
.cnv a,.item_news  a{
	display:block;
	overflow:hidden;
	color:#333;
	text-decoration:none;
	line-height:23px;
}

.tree-pro{
  width:100%;
  float:left;
  list-style-type:none;
  margin:0;
  padding:0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.tree-pro .inPro{
  position:relative;
  overflow:hidden;
  padding:2px;
  text-align:center;
  box-shadow: 1px 0 0 0 #ddd, 0 1px 0 0 #ddd, 1px 1px 0 0 #ddd,1px 0 0 0 #ddd inset, 0 1px 0 0 #ddd inset;
}
.tree-pro > li{
    width: calc(100% /4);
    padding:0 15px;
    margin-bottom:30px;
}
.inPro{
  position:relative;
  border:1px solid #fcfcfc;
}
.inPro .price{
	font-size:17px;
}
.inPro .price strong{
   color:#eb2626;
   font-weight:600;
}
.mgb30{
  margin-bottom:30px;
}
.btn-dknt{
  background: #f0c900;
  color: #fff;
  padding: 6px 15px;
  text-transform: uppercase;
  border-radius: 2px;
  outline: none;
  border: none;
  top: 0px;
  right: 0px;
}
.pro-other{
  font-size:18px;
  text-transform:uppercase;
}
.product-box{
  padding:5px;
  background:#fff;
  border-radius:4px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.product-box:hover{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.product-list{
   position:relative;
   width:100%;
   float:left;
}
.product-list .product-it{
   width:calc(33.33% - 15px);
   float:left;
   margin:10px 7.5px;
}
.view-list{
  position:relative;
  text-align:center;
  width:100%;
  float:left;
  margin-bottom:0px;
}
.view-list a{
  display:inline-block;
  color:#fff;
  padding:3px 15px;
  border-radius:5px;
  background:#f5d339;
}
.site-map{
  width:100%;
  float:left;
  position:relative;
  margin:10px 0;
}
.site-map iframe{
  position:absolute;
  width:100%;
  float:left;
  padding-bottom:30%;
  top:0;
  left:0;
}
.site-map a{
  display:block;
}
.site-map a img{
  width:100%;
}
.site-cp{
  text-align:center;
}
.foo-txt p{
  margin-bottom:5px;
}
#breadcrumb{
  margin-bottom:0px;
}
.pd-col{
  padding:0px 15px;
}
.post-o{
  width:100%;
  float:left;
  margin:10px 0;
}
.post-o ul{
  list-style-type:none;
  margin:0;
  padding:0;
}
.post-o ul li{
  line-height:24px;
}
.post-o ul li a{
   text-decoration:none;
   display:block;
}
.site-tit{
   position:relative;
   width:100%;
}
.site-tit h1{
   font-size:20px;
   display:inline-block;
   text-transform:uppercase;
   font-weight:600;
   color:#000;
   letter-spacing:0.5px;
   margin:0 0 5px 0;
   padding:0 30px 10px 0;
   position:relative;
}
.site-tit h1:after{
   position:absolute;
   width:30%;
   height:2px;
   background:#333;
   content:'';
   left:0;
   bottom:0;
}

.header h1{
  margin:0 0 10px 0;
  font-size:24px;
}
.pro-other{
  margin:10px 0;
  font-size:18px;
}
.f1_logo{
  max-height:180px;
}
.form-contact{
  padding:0 0 30px 0;
}
.content-contact h3{
  margin-top:0px;
}
.right-block{
  width:100%;
  float:left;
  box-shadow:0px 3px 16px rgb(0 0 0 / 10%);
  padding:10px;
  background:#fff;
  margin-top:15px;
  margin-bottom:30px;
}
.right-block ul{
  margin:0;
  padding:0;
  list-style-type:none;
 

}
.right-block ul > li{
  line-height:30px;
}
.right-block ul > li > a{
   color:#444;
   text-decoration:none;
}
.time-post{
   color:#999;
   margin-bottom:5px;
   font-size:16px;
}
.post-share{
  padding:10px;
    line-height: normal;
    background:#eee;
    margin-top: 15px;
    border-radius: 5px;
    width:100%;
}
.post-share h4{
  font-size:16px;
  font-weight:600;
}

.post-rel ul{
  padding-left: 17px;
  list-style: square;
  margin:0;
}
.post-rel ul li a{
  color:#444;
  font-size:16px;
  line-height:24px;
  text-decoration:none;
}
.post-rel{
  margin-bottom:30px;
}
.full-banner{
  position:relative;
}
.full-banner img{
  width:100%;
}
.head-cart{
  margin-right:10px;
}
.product-view{
  width:100%;
  float:left;
}
.product-categories{
  position:relative;
  list-style-type:none;
  margin:0;
  padding:0;
}
.product-categories > li{
   position:relative;
}
.product-categories > li > a{
  display:block;
  line-height:30px;
  text-decoration:none;
  color:#333;
  font-size:18px;
}
.right-cate{
  width:100%;
  float:left;
  background:#fff;
  padding:10px;
}

.right-cate .cate-tit{
   position:relative;
   display:block;
}
.right-cate .cate-tit h4{
  text-transform:uppercase;
  font-size:20px;
  position:relative;
  margin:0 0 10px 0;
  padding-bottom:10px;
  display:inline-block;
  font-weight:500;
}
.right-cate .cate-tit h4:after{
  position:absolute;
  width:30%;
  content:'';
  height:2px;
  background:#333;
  left:0;
  bottom:0;

}
.sub-categories{
  position:relative;
  list-style-type:none;
  margin:0;
  padding:0 0 0 5px;
}
.sub-categories > li{
   position:relative;
}
.sub-categories > li > a{
  display:block;
  font-size:17px;
  line-height:28px;
  text-decoration:none;
  color:#444;
}
.list-hot{
  position:relative;
  list-style-type:none;
  margin:0;
  padding:0;
}
.list-hot > li{
   position:relative;
   box-shadow: 0 1px 3px -2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
   width:100%;
   float:left;
   margin-bottom:10px;
}
.list-hot > li > a{
   text-decoration:none;
   color:#444;
}
.item-h img{
  width:40%;
  float:left;
  margin-right:7px;
}
.list-hot > li > .item-h{
  width:100%;
  float:left;
}
.list-hot > li > .item-h h4{
   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin:0 0 7px 0;
}
.list-hot > li > .item-h h4 a{
   font-size:14px;
   color:#444;
   text-decoration:none;
}
.payment ul{
  list-style-type:none;
  margin:0;
  padding:0;
}
.flash-book{
  margin:10px 0;
}
.cart1-numb{
  font-size:14px;
  color:#666;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0;
    transition: opacity .25s;
    z-index:-1;
}
.mfp-bg.mfp-ready {
    opacity: .6;
    z-index:99;
}
.h-col{
  position:relative;
  float:left;
}
.clear-sm{
  clear:both;
}
.menu_fixed{
    height:60px;
   transform: translateX(0%);
    transition: all 0.6s;
    padding: 0px 0px;
    position: fixed;
    z-index: 999999;
    width: 100%;
    background:#fff;
    box-shadow:1px 1px 10px rgb(0 0 0 / 15%);
    transition:height 0.3s ease-out;
}

.menu_fixed .logo_top img{
   height:60px;
}
.menu_fixed #aht-menu > li > a,.menu_fixed .r-hotline{
   line-height:60px;
   transition:line-height 0.3s ease-out;
}
.section-bg-overlay {
    background-color: rgba(43, 43, 43, 0.64);
}
.fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
}
.post-soil{
  padding:0 0 15px 0;
}
.post-soil h2.desc-page{
  font-size:15px;
  font-weight:600;
  font-style:italic;
  line-height:26px;
  margin: 0 0 15px 0;
}
.social-line{
  text-align:center;
  text-transform:uppercase;
  margin: 0 0 20px 0;
}
.row-social-line{
  padding:30px 0px;
}
.list-posts{
   position:relative;
   width:100%;
   float:left;
   list-style-type:none;
   margin: 0;
   padding:0;
}
.list-posts > li{
   margin-bottom:30px;
   width:100%;
   float:left;
}
.list-posts > li .post-img{
  float:left;
  width:40%;
  padding-right:20px;
}
.bage{
    display: table;
    z-index: 20;
    pointer-events: none;
    height: 2.8em;
    width: 2.8em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position:absolute;
    top: 7%;
    left: -10px;
    border:2px solid #446084;
    background:#fff;
}
.bage-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: .85;
    color: #444;
    font-weight: bolder;
    padding: 2px;
    white-space: nowrap;
    -webkit-transition: background-color .3s,color .3s,border .3s;
    -o-transition: background-color .3s,color .3s,border .3s;
    transition: background-color .3s,color .3s,border .3s;
}

/* pinto */

#container-01,
#container-02 {
    margin:20px auto;
}
.pinto {
    box-sizing: border-box;
}
.pinto {
    margin-bottom:15px;
    color:#333;
    text-align:left;
    border-radius:3px;
    overflow:hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    opacity: 0.8;
    transition: 0.3s;
}
.pinto:hover{
   opacity:1;
}
.pinto img {
    display:block;
    width:100%;
}
.pinto .info {
    padding:10px 15px;
    background-color:#fff;
    margin-top:-150px;
}
.pinto .info h3 {
    margin:0 0 7px 0;
    font-size:18px;
    font-weight:500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}
.pinto .info h3 a{
  color: #fff;
  text-decoration:none;
}
.pinto:hover .info h3 a{
   /*color:red;*/
}
.pinto .info p {
    margin:0 0 5px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}
.pinto .info p a{
  color: #fff;
  text-decoration:none;
  text-decoration: underline;
}
.pinto .info p strong{
  font-size:18px;
}
.pinto .pinto-in{
  position:relative;
}
.pinto-all{
  text-align:center;
}
.pinto-all a{
  text-decoration:underline;
  color: #f8b543;
  font-size:15px;
}
/* end pinto */

.about-link a{
  position:relative;
  opacity: 0.7;
  transition: 0.3s;
 
}
.about-link:hover a{
   opacity:1;
}
.h_hotline span {
    font-size: 20px;
    margin-left: 5px;
    font-weight: 600;
    color: #3635e8;
}
.h_hotline{
    text-decoration:none;
}

img.lazyLoad {
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
img.lazyLoad.isLoaded {
  opacity: 1;
}



/* - Media responsive - */
@media (min-width:1350px){

}
@media (max-width:1100px){
    .h-col-1{
      width:15%;
   }
   .h-col-2{
    width:60%;
   }
}
@media (max-width:1024px){
   .container{
    width:96%;
  }
  .m_banner{
    width:100%;
    float:left;
    position:fixed;
    top: 0;
    left: 0;
    z-index:99;
    background:#fff;
    padding:5px 0;
  }
}
@media (max-width:991px){
  .btn-call{
    display:none;
  }
  .pinto{
    opacity:1;
  }
  .site-product{
    padding: 10px 0;
  }
  .hotline-container{
    display:none;
  }
  .col--4{
    width:calc(33.33% - 21px);
    margin:10px 10.5px;
  }
  .site-cp{
    margin-bottom:50px;
  }
  .site-foo-name{
    margin:10px 0;
  }
  .tit-foo{
    margin-top:10px;
  }
  .product-list .product-it{
    width: calc(33.33% - 15px);
  }
  .foo-txt{
    margin-bottom:20px;
  }
  .site-foo{
    padding:15px 0px;
  }
  #subscribe-form{
    margin-bottom:15px;
  }
  .wrt-video{
    width:50%;
    float:left;
    padding-bottom:40%;
    margin-bottom:5px;
  }
  .tree-service > li{
    width:25%;
    padding:0 10px;
  }
  .site-tit{
    margin:0 0 20px 0;
  }
  .site-menui{
    padding:5px 0px;
    margin-bottom:0px;
  }
  .tree-pro > li{
    padding:0 8px;
    margin-bottom:16px;
  }
  .container{
    width:100%;
  }
  .home-slider{
    margin:0;
  }
  .logo_top img{
    max-height:80px;
    position:relative;
  }
  .banner_top img{
    max-height:50px;
  }
  .logo_top{
    text-align:center;
    display:block;
  }
	.m_logo{
	   margin-left:50px;
	   line-height:40px;
	}
	.m_logo img{
		height:28px;

	}
	.lang-top{
		float:right;
		margin-top:5px;
	}
   .aht-mfix{
   	  position:fixed;
   	  top:0;
   	  left:0;
   	  width:100%;
   	  height:40px;
   	  background:#1d4967;
   	  z-index:999;
   }
   .banner-top{
   	 margin-top:40px;
   }
   .tree-block1 li figcaption {
    background-color: rgba(58,52,42,0.5);
   }
   .tree-block1 li figcaption::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    }
    .tree-block1 li .item figcaption p {
	    opacity: 1;
	    -webkit-transform: scale(1);
	    transform: scale(1);
	    text-align:center;
   }
   .flash-sale h2 a{
    font-size:22px;
   }
   .site-about{
     margin-top:20px;
   }
   .r-hotline a img{
    height:30px;
   }
   .site-about h3, .vs-left h3{
    font-size:26px;
   }
   .site-about h2 a,.vs-left h2 a{
    font-size:30px;
   }
   .feedback-item{
    padding:50px 10px;
   }
  .auto-container .content-box .content{
    padding:100px 0 100px 0
  }

  .site-about:after{
      display:none;
  }
  .about-home{
    padding-top:0px;
    padding-right:0px;
  }
  .inner-dkht{
     width:80%;
     float:none;
     margin: 0 auto;
  }
  .foo_col_1{
    width:100%;
    display:block;
    clear:both;
  }
  .foo_col_1 .foo-txt{
    width:70%;
  }
  .foo_col_2,.foo_col_3{
     width:30%;
  }
  .foo_col_4{
    width:40%;
  }

  .list_process_mobile{
      position:relative;
      list-style-type:none;
      margin:0;
      padding:0;
      text-align:center;
  }
  .list_process_mobile > li{
      float:left;
      width:calc(33.33% - 30px);
      margin:15px 15px;
  }
  .list_process_mobile > li > a{
    text-decoration:none;
    color:#444;
  }
  .list_process_mobile > li > a > img{
     height:150px;
  }
  .list_process_mobile > li > a > h4{
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
  }
  .list_process_mobile > li:last-child{
    float:right;
  }
  .pricelist-tab{
    margin-bottom:15px;
  }
  /* .wow{
        animation-name: none !important;
        visibility: visible !important;
    } */


}

@media (max-width:768px){
    .pricelist-tab ul li a{
        padding:10px 25px;
    }
    .site-copy{
        margin-top:10px;
        margin-bottom:50px;
        padding:0px 15px;
    } 
    .site-footer{
        margin-top:0px;
    }
    .list-socials{
        padding:10px 0;
        display:block;
        text-align:center;
        float:left;
        width:100%;
    }
    .list-socials > li{
        display:inline-block;
        float:none;
    }
    .foot_logo{
        text-align:center;
        padding-top:0px;
        margin-bottom:5px;
    }
    .foo_1,.foo_2,.foo_3{
        width:calc(100%);
        margin: 0 0;
    }
    .list-wtp > li > .item-wpt h4{
        font-size:24px;
    }
    .list-wtp > li{
        width:calc(33.33% - 20px);
        margin:10px 10px;
    }
    .site-camket{
        padding:30px 0px;
    }
    .about-img img{
        margin-top:50px;
    }
    .h_hotline img{
        height:30px;
        margin-top:-5px;
    }
    .h_hotline{
        margin-top:5px;
    }
    .site-about{
        margin-top:40px;
    }
    .foo_col_1 .foo-txt{
        width:85%;
    }
  .img_feedb{
    display:none;
  }
   .auto-container .content-box .content{
    padding:70px 0 70px 0
  }
  .site-head{
    box-shadow:1px 1px 10px rgb(0 0 0 / 15%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
  }

  .title-rpmenu{
    top:5px;
    left:10px;
  }
  .logo_top img{
    max-height:40px;
  }
  .r-hotline{
    line-height:80px;
  }
  .h-col-3{
    position:absolute;
    top:0;
    right:0;
  }
  .head-hl{
    display:none;
  }
  .h-col-2{
    display:none;
  }
  .h-col-1{
    width:50%;
    text-align:left;
  }
  .logo_top{
    text-align:left;
    padding-left:50px;
  }
   .site-head{
     padding:5px 0;
   }
  .tree-pro > li{
    width: calc(100% / 3);
  }
  .txt-counter{
    text-align:center;
  }
  .site-foo-name{
    margin-bottom:10px;
  }  
  .auto-container .content-box{
     height:auto;
  }
  .auto-container .content-box h4{
    font-size:26px;
  }
  .inner-dkht{
    width:90%;
  }
  .site-copy p{
     line-height:24px;
  }
}
@media (max-width:650px){
    .site-rating{
        padding:10px 0;
    }
    .site-ws{
        padding:0 0;
    }
    .h_hotline{
        padding:2px 8px;
    }
    .site-about{
        margin-top:20px;
    }
    .title-rpmenu{
        top:2px;
    }
    .h_hotline img{
        height:24px;
    }
    .h_hotline{
        margin-top:3px;
    }
    .logo_top img{
        max-height:30px;
    }
    .list_process_mobile > li{
        width:calc(50% - 30px);
    }
    .list_process_mobile > li:last-child{
        float:none;
        margin: 0 auto;
    }
    .list-wtp > li > .item-wpt h4{
        line-height:60px;
    }
    .pricelist-tab ul li a{
        font-size:16px;
    }
   .h-col-3{
      width:50%;
      text-align:right;
      padding-right:15px;
   }
   .about-img img{
      margin:15px auto;
      max-height:300px;
   }
   .site-rating .inner-rating{
     padding:0px 30px;
   }
   
}
@media (max-width:575px){

   .about-img img{
     max-height:200px;
   }
   .list-wtp > li{
      width: calc(100% - 40px);
      margin: 20px 20px;
   }
   .site-rating .inner-rating{
     padding:0px 15px;
   }
   .txt_rating{
      display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        font-size: 14px;
        line-height: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 5px;
   }
   .site-pricelist{
     margin-bottom:0px;
   }
}
@media (max-width:500px){
    .view-action .acc-1,.view-action .acc-2{
        padding:5px 7px;
    }
  .site-camket .inner{
    padding-right:0;
  }
  .site-footer{
    padding-top:15px;
  }
  .foo_2 h4{
     line-height:26px;
  }
  .foo_col_4{
     width:60%;
  }
  .foo_col_2{
     width:40%;
  }
  .site-foo{
    padding-bottom:50px;
  }
  .arcontactus-widget.arcontactus-message{
    right:5px;
    bottom:20px;
  }
  .btn-call{
    display:none;
  }
  .tit-h h2{
    font-size:24px;
  }
  .bot-left, .bot-right{
    width:96%;
    border-radius:20px;
    margin:15px 2% 0 2%;
    height:auto;
  }
  .h-p1{
    padding:10px 0 0 0;
  }
  .auto-container .content-box h4{
    font-size:20px;
  }
  .auto-container .content-box .content{
    padding:40px 0px;
  }
  .pro-other{
    margin:5px 0;
    padding-left:10px;
    font-size:16px;
    font-weight:600;
  }
  .header h1{
    margin:10px 0;
    font-size:20px;
  }
  #breadcrumb li+li:before{
    padding:0 0 0 5px;
    
  }
  #breadcrumb li a{
    font-size:13px;
  }
  #detail-product .qty-ant .custom{
    padding:0px;
  }
  .site-producthot{
    padding-top:20px;
  }
  .head-cp h2{
    font-size:26px;
  }
  .head-cp h3{
    font-size:18px;
  }
  .col--4{
    width:calc(50% - 21px);
  }
  .product-list .product-it {
    width: calc(50% - 15px);
  }
  .site-partner{
    padding-top:0px;
  }
  .tree-service > li{
    margin-bottom:10px;
  }
  .tree-service > li{
    width:50%;
  }
	.tree-foocontact > li{
		width:100%;
		margin-bottom:15px;
	}
	.op_link span{
		padding:10px 5px;
		font-size:13px;
	}
  .item_news a h3{
  	    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .site-block1, .site-block2, .site-block3,.site-block4{
  	padding:10px 0px;
  } 
  .tree-block1 li{
		height:250px;
  }
  .tree-pro li{
  	width: calc(100% / 2);
  }
  .tree-block1 li,.tree-block1 li.type1{
  	width:50%;
  }
  .tree-block1 li .item figcaption{
  	padding:5px;
  }
  .row-xs-10{
  	margin-left:-10px;
  	margin-right:-10px;
  }
  .row-xs{
  	margin-left:-15px;
  	margin-right:-15px;
  }
  .site-news{
    padding-top:0px;
  }
  .site-about{
    padding:20px 0px;
  }
  .site-about{
     margin-top:40px;
  }
  .site-feedback{
    padding:20px 0px;
  }
  .listPriceList{
     width:100%;
     float:left;
     text-align:center;
  }
  .listPriceList > li{
     display:inline-block;
     float:none;
  }
  .pricelist-tab ul li a{
      font-size:14px;
   }
   .pricelist-tab ul li{
     margin-left:5px;
   }
   .pricelist-tab ul li a{
      padding:10px 15px;
   }

}
@media (max-width:430px){
   .bot-left, .bot-right{
     padding:15px;
   }

}


@media (max-width:375px){
    .h-col-3{
        width:60%;
        padding-right:10px;
    }
  .site-foo-name{
    font-size:20px;
  }
	.site-tit h2{
    font-size:20px;
  }
  .wrt-video{
    width:100%;
    margin-bottom:15px;
    padding-bottom:100%;
  }
}
@media (max-width:320px){
    .pricelist-tab ul li{
        margin:5px;
    }
   .pricelist-tab ul li a{
      font-size:13px;
      padding:10px 10px;
   }
}
@media (max-width:280px){
  .product-list .product-it {
    width: calc(100% - 21px);
    margin:10px 10.5px;
  }
}


