html,body{
    color: #333;
    outline: none;
    font-family:Arial,Helvetica,sans-serif!important;
    scroll-behavior: smooth;
    font-size:13px;
}
#detail-product .quickview-info .prices .old-price {
    font-size: 17px;
    float: left;
    margin-right: 10px;
}
.social__product{margin-bottom: 10px;}
.title-rpmenu {
    padding: 7px;
    color: #FFF;
    font-size: 17px;
    cursor: pointer;
    position:relative;
    top:0px;
    left:0px;
    z-index:999999;
}
.title-rpmenu .icon-bar {
    width: 30px;
    height: 4px;
    background:#ef434d;
    float: left;
    clear: both;
    margin-bottom: 3px;
    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: 123;
    opacity:1;
    color:#fff;
    font-weight:500;
}
#responsive-menu {
    position: fixed;
    top:0;
    z-index: 1;
    background:#444;
    width: auto;
    max-height: 100%;
    z-index: 1234;
    max-height: 420px;
    overflow-y: auto;
    left: -300px;
    height:100%;
    width:300px;
    min-height:100%;
    box-shadow: rgba(50, 50, 50, 0.498039) -2px 0px 5px 0px inset;
}

#responsive-menu .search{
    position: relative;
    padding: 0 5px;
    margin-top: 25px;
}
#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 {
    max-width: 300px;
    float: right;
    width: 100%;
    padding-top:0;
}
#responsive-menu .content ul {
    list-style: none;
    padding: 0;
    width: 100%;
}
 #responsive-menu .content > ul{
    padding: 0;
    margin: 0;
}
 #responsive-menu .content  .toggle-menu{
    float: right;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 11px;
}
 #responsive-menu .content  ul li a
 {
    color: #FFFFFF;
    font-size: 15px;
    padding-left: 5px;
    display:block;
    max-width: 95%;
    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;
    border-bottom:1px solid rgba(247, 246, 246, 0.25);
    position: relative;
    cursor: pointer;
    float: none;
}
#responsive-menu .content  ul li:hover
{
    background: #555;
}
#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 .content > ul li ul li a{
  font-size:14px;
}
#responsive-menu .content > ul li ul li ul li a{
  font-size:13px;
}
/* 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;
}
.bg_fill{
   position:absolute;
   top:0;
   left:0;
   width:100%;
   height:100%;
   background:rgb(0,0,0,0.5);
   z-index:10;
   opacity:0;
   display:none;
}
.bg_fill.open{
   opacity:1;
   display:block;
}
.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% /3);
    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:#233f84;
  color:#fff;
  padding:7px 20px;
  text-transform:uppercase;
  border-radius:0px;
  outline:none;
  border:none;
}
.pro-other{
  font-size:18px;
  text-transform:uppercase;
}
.pd-col{
  padding:0px 15px;
}
#breadcrumb{
  margin-bottom:0px;
}
.site-postdt{
  width:100%;
  float:left;
  margin-bottom:15px;
}
.share-1{
  width:100%;
  float:left;
  clear:both;
  margin:10px 0;
}
#detail-project{
  width:100%;
  float:left;
  margin-bottom:15px;
  padding: 10px;
  box-shadow: 1px 1px 1px #d9d9d9, -1px -1px 1px #d9d9d9;
}
#detail-project h1{
  font-size:20px;
  font-weight:600;
  margin:0 0 10px 0;
  text-transform:uppercase;
}
.img-1{
  width:100%;
  float:left;
  clear:both;
  margin-bottom:15px;
}
.desc-1{
  width:100%;
  float:left;
  clear:both;
  margin:0 0 7px 0;
  color:#111;
  font-weight:600;
  font-size:15px;
}

.list-project{
  position:relative;
  list-style-type:none;
  margin:0;
  padding:0;
  width:100%;
  float:left;
}
.list-project > li{
  width:25%;
  float:left;
  padding:15px;
}
.list-project > li .product-item{
  padding:5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.list-project > li .product-item a{
  text-decoration:none;
  outline:none;

}
.list-project > li .product-item h3{
  margin:5px 0;
  line-height:23px;
  color:#444;
  font-size:15px;
  font-weight:600;
  text-align:center;
  padding:10px 0px;
  text-transform:uppercase;
}
.list-project > li > a{
  position:relative;
  display:block;
  overflow:hidden;
}
.list-project > li > a h4{
  position:absolute;
  width:100%;
  height:45px;
  background:rgba(0, 0, 0, 0.52);
  margin:0;
  left:0;
  bottom:0;
  transition: ease all 0.7s;
  color:#fff;
  line-height:45px;
  text-indent:10px;
}
.list-project > li > a h4 span{
  -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.list-project > li:hover > a h4 span{
   padding-left: 50px;
}
.section-tags{
   padding:10px 0;
}
.prc_old{color: #787171;
    text-decoration: line-through;
    font-weight: normal;}
.prc_1{}
.prc{padding-left: 10px;}
.list__product{
  list-style-type:none;
  margin:0;
  padding:0;
  position:relative;
 /* width:100%;*/

}
.list__product > li{
  width:calc(25% - 20px);
  margin:10px 10px;
  float:left;
}
.product__item a{
  color:#444;
}
.product__item h3 a{
  font-size:20px;
  font-weight:600;
  color:#c2171c;
  text-decoration:none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height:26px;
}
.product__item p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header h1{
  font-size:20px;
  margin:0 0 15px 0;
  color:#444;
  font-weight:500;
}
.prices p{
  margin-bottom:5px;
}
.product_ct{
   position:relative;
   margin:5px 0;
}
.product_ct > a{
  display:inline-block;
  margin-right:5px;
}
.product_ct > a > img{
   height:30px;
}
.product__item h3{
  margin:10px 0 5px 0;
}
.title-rpmenu{
   display:none;
}
.site-btfix {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 700;
    background: #fff;
    box-shadow: 0 0 4px rgb(0 0 0 / 20%);
    padding: 8px 10px;
    display: none;
}
.site-btfix .row-btfix {
    text-align: center;
    font-weight: 600;
    height: 40px;
    width: 25%;
    float: left;
    color: #303030;
    border: none;
    background-size: 25px;
    background-position: 45px 11px;
    text-transform: uppercase;
    font-size: 13px;
}
.site-btfix .row-btfix span {
    font-size: 9px!important;
    display: block!important;
    margin-top: 3px!important;
}
.row-btfix a img{
    height:27px;
}
.title-right{
   background:#c11524;
}
.page_content{
  padding:5px 0 15px 0;
  position:relative;
}
.page_content ul,.page_content ol{
   margin-left:15px;
}
.product__item a.img_wp{
   display:block;
   overflow:hidden;
}
.zoom {
  transition: transform .7s;
}
.zoom:hover {
  transform: scale(1.1);
}
.col__news_right ul > li > a:hover{
  color:#c3151d;
}
#contact-body .form-contact .input-control{
   border: 1px #ccc solid;
}
.map-contact{
  width:100%;
  float:left;
  margin:0 0 30px 0;
}
.map__wpt{
  position:relative;
  height:0;
  width:100%;
  padding-bottom:40%;
}
.map__wpt iframe{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
.desc-page{
  font-style: italic;
    font-size: 15px;
    letter-spacing: 0.3px;
    font-weight: 600;
    line-height: 22px;
}
.item__product{
  position:relative;
  padding:5px;
  box-shadow: 1px 0 0 0 #ccc, 0 1px 0 0 #ccc, 1px 1px 0 0 #ccc, /* Just to fix the corner */ 1px 0 0 0 #ccc inset, 0 1px 0 0 #ccc inset;
}
.item__product .sp__img{
  display:block;
  padding:10px 20px 20px 20px;
}
.item__product a{
  text-decoration:none;
  display:block;
}

.item__product .sp__tit{
  color:#444;
  font-size:14px;
  font-weight:600;text-align: center;
}
.sp__price{
  color:red;
  font-size:16px;
  font-weight:600;text-align: center;
}
.pro-other{
  margin:10px 0;
}
.product-view{
  width:100%;
  float:left;
  margin-bottom:30px;
}
#content-page .site__left{
  width:calc(20%);
  float:left;
}
#content-page .site__right{
  width:calc(80%);
  float:right;
  padding-left:15px;
}
.site__left h3{
  margin:0 0;
  line-height:34px;
  font-size:14px;
  color:#fff;
  text-align:center;
  background:#c11524;
  text-transform:capitalize;
}
.site__left ul.list__left{
  list-style-type:none;
  margin:0 0 30px 0;
  padding:0;
  width:100%;
  float:left;
  border:1px solid #ddd;
}
.site__left ul.list__left > li{
  border-bottom:1px solid #ddd;
  position:relative;
}
.site__left ul.list__left > li > span{
   position:absolute;
   right:5px;
   top:5px;
   cursor:pointer;
   
}
.site__left ul.list__left > li > span > i{
   font-size:16px;
   font-weight:600;
}
.site__left ul.list__left > li:last-child{
   border-bottom-color:transparent;
}
.site__left ul.list__left > li > a{
  line-height:34px;
  color:#333;
  font-size:14px;
  display:block;
  text-indent:15px;
  text-decoration:none;
}
.sub__list__left{
  position:relative;
  list-style-type:none;
  margin:0;
  padding:0;
}
.sub__list__left > li{
   line-height:30px;

}
.sub__list__left > li > a{
  font-size:13px;
  text-indent:20px;
  display:block;
  color:#555;
}
.list__mg-10{
  margin-left:-10px;
  margin-right:-10px;
}
.product-desc{
  padding:20px;
  border:1px solid #ddd;
  margin-bottom:10px;
  background:#eee;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.post__rel{
  width:100%;
  float:left;
  padding:10px 0 0 0;
}
.post__rel ul{
  list-style-type:none;
  margin:0;
  padding:0;
  width:100%;
  float:left;
}
.post__rel ul li{
  padding:10px 10px;
   position:relative;
   width:calc(50% - 20px);
   margin:10px 10px;
   float:left;
   box-shadow: 1px 0 0 0 #ccc, 0 1px 0 0 #ccc, 1px 1px 0 0 #ccc, /* Just to fix the corner */ 1px 0 0 0 #ccc inset, 0 1px 0 0 #ccc inset
}
.post__rel ul li a{
  display:block;
  text-decoration:none;
  color:#444;
}
.post__rel ul li a img{
   float:left;
   width:100px;
   margin-right:10px;
}
.post__rel ul li a h4{
  font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px 0;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}
.post__rel ul li a p{
  font-size: 13px;
    color: #444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#detail-product .quickview-info{
  border-bottom:1px solid #eee;
}
.product-attr{
  width:100%;
  float:left;
  padding:15px 0;
}
.product-udck{
  width:100%;
  float:left;
  padding:10px;
  border:1px solid #ddd;
  background:#f4f4f4;
}
.product-udck p{
  padding-bottom:10px;
   border-bottom:1px solid #e8e8e8;
}
.product-udck p:last-child{
  border-bottom-color:transparent;
}
.product-support{
  position:relative;
  width:100%;
  float:left;
  margin:15px 0;
}
.product-support ul{
  list-style-type:none;
  margin:0;
  padding:0;
}
.product-support ul li{
   width:calc(50%);
   float:left;
   margin:0 0;
   padding:5px 10px;
   text-align:center;
   min-height:60px;
   box-shadow: 1px 0 0 0 #ccc, 0 1px 0 0 #ccc, 1px 1px 0 0 #ccc,1px 0 0 0 #ccc inset, 0 1px 0 0 #ccc inset;
}
.product-support ul li p{
  margin-bottom:5px;
}
.product-support ul li a{
  font-weight:600;
  font-size:16px;
  text-decoration:none;
  color:#333;
}
.social-block .social-btns .btn {
    display: inline-block;
    background-color: #fff;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 10%);
    opacity: .99;
    padding: 5px;
    border: 1px solid #f0f1f4;
}
.row-10{
  margin-left:-10px;
  margin-right:-10px;
}
.product__projects,.product__contructs{
  padding:15px 0;
}
.site__block{
  width:100%;
  float:left;
}
.product__projects a,.product__contructs a{
   color:#444;
   text-decoration:none;
}
.product__projects a h4,.product__contructs a h4{
  font-size:16px;
  font-weight:600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height:44px;
}
.product__projects a p,.product__contructs a p{
   font-size:13px;
   display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:3;
  line-height:18px;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height:55px;
  letter-spacing:0.2px;
}
.site__block h3{
   text-transform:uppercase;
   font-size:16px;
   font-weight:600;
   margin:0 0 15px 0;
} 
.list-ckdt{
  position:relative;
  list-style-type:none;
  margin:15px 0;
  padding:0;
  width:100%;
  float:left;
}
.list-ckdt > li{
  width:calc(50% - 10px);
  margin:5px 5px;
  float:left;
}
.list-ckdt > li > a{
   text-decoration:none;
   color:#444;
   display:flex;
   justify-content:flex-start;
   padding:5px;
   box-shadow: 1px 0 0 0 #ccc, 0 1px 0 0 #ccc, 1px 1px 0 0 #ccc, /* Just to fix the corner */ 1px 0 0 0 #ccc inset, 0 1px 0 0 #ccc inset;

}
.list-ckdt > li > a img{
   height:25px;
}
.list-ckdt > li > a h4{
  font-size:13px;
  text-transform:uppercase;
  font-weight:500;
  margin:0 0 5px 0;
  line-height:20px;
}
.list-ckdt > li > a .content_ck{
  padding-left:10px;
}
.list-ckdt > li > a span{
   width:55px;
}
.list-ckdt .content_ck{
  text-align:left;
}

/* - Media responsive - */
@media (min-width:1350px){
   
}
@media (max-width:1024px){
    .foo__in{
      padding-bottom:100%;
    }
    .foo__left{
      width:50%;
      float:left;
    }
    .foo__content{
       width:calc(100% - 30px);
       margin:15px 15px;
       top:auto;
       right:auto;
    }
    .foo__right{
      width:50%;
      float:right;
    }
    .foo_map{
      padding-bottom:100%;
    }
    .site__formNewsletter{
       min-height:430px;
    }
    .col__news{
       width:calc(50% - 30px);

    }
    .col__news .col__news_left{
       width:100%;
       margin:0 0 10px 0;
    }
    .col__news .col__news_right{
       width:100%;
       margin:0 0 10px 0;
    }
    .col__news_right ul > li{
        width:50%;
        padding-right:15px;
    }
    .col__news_right ul > li > a > img{
       width:90px;
    }
    .col__video{
       width:calc(50% - 30px);
    }
    .site__news__video{
      padding:20px 0;
    }
    .news__videos__tit h2{
      margin:0 0;
    }

}
@media (max-width:991px){
  .list__product > li{
        width:calc(33.33% - 30px);
    }
  .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:10px 0;
  }
  .site-menui{
    padding:5px 0px;
    margin-bottom:0px;
  }
  .tree-pro > li{
    padding:0 8px;
    margin-bottom:16px;
  }
  .container{
    width:100%;
  }
  .logo_top img{
    max-height:40px;
  }
  .banner_top img{
    max-height:50px;
  }
  .logo_top{
    text-align:left;
  }
	.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;
   }
   .site__ck{
    margin-top:0px;
   }
   .site__head .head_b1,.site__head .head_b2,.site__head .head_b3{
      width:calc(100%);
      margin:5px 0;
   }
   .site__head{
    padding:5px 0;
   }
   .block_m{
     padding:0 10px;
   }
   .site__head .block_m{
    display:flex;
    justify-content:space-between;
   }
   .hotline_m{
    margin-bottom:0;
    line-height:40px;
   }
    .hotline_m span img{
       height:24px;
       margin-right:5px;
       margin-top:-10px;
    }
    .hotline_m span a{
       font-size:18px;
       color:#555;
       font-weight:600;
       line-height:40px;
    }
    .title-rpmenu{
       display:block;
    }
    .site-sliderm{
      padding:10px 0;
    }
    #content-page .site__left{
       width:calc(100%);
       float:left;
       margin-bottom:15px;
    }
    #content-page .site__right{
      width:calc(100%);
      float:left;
      padding-left:0;
    }
    #search-form{
      max-width:300px;
      margin:15px auto;
    }
}

@media (max-width:768px){
  .wrap__producth > ul > li {
    width: calc(33.33% - 10px);
  }
  .site__ck ul li a img{
    min-width:40px;
  }
  .site__ck ul li{
    width:calc(33.33% - 20px);
    margin:10px 10px;
    padding:10px 10px;
  }
  .process__link a{
    padding:7px 7px;
  }
  .process__tit h2{
    font-size:20px;
  }
  .site__products{
    padding:15px 0;
  }
  .site__formNewsletter{
    margin-bottom:15px;
  }
  .col__video{
     width:calc(100% - 30px);
  }
  .col__news_right ul > li > a > img{
     width:130px;
  }
  .col__news .col__news_left{
    margin-bottom:20px;
  }
  .col__news_left a h3{
    margin-top:0px;
  }
  .col__news_left a img{
     width:50%;
     float:left;
     padding-right:15px;
  }
  .col__news{
    width:calc(100% - 30px);
  }
  .site__formNewsletter h3{
     font-size:26px;
     margin:15px 0 15px 0;
  }
  .news__videos__tit h2{
     font-size:24px;
  }
  .site-partner{
    padding:10px 0;
  }
  .news__videos__tit{
    margin-bottom:15px;
  }
  .foo_map{
    padding-bottom:50%;
  }
  .foo__in{
    padding-bottom:50%;
  }
  .foo__left,.foo__right{
    width:100%;
  }
  .foo__left .foo__in{
     height:auto;
     padding-bottom:0;
  }
  .foo__content{
     width:100%;
     float:left;
     position:relative;
     height:auto;
     margin:0;
     padding:15px;
  }
  .product__tit h2{
    font-size:28px;
  }
  .site__ck ul > li > a p{
    font-size:13px;
  }
  .site__ck ul > li > a h4{
    font-size:16px;
    line-height:20px;
  }
  .stellarnav .dd-toggle i{
    top:25%!important;
  }
  .site-tv{
    padding:20px 0px;
  }
  .logo_top img{
    max-height:40px;
  }
  .stellarnav.mobile, .stellarnav.mobile.fixed{
     position:fixed!important;
     width:100%;
     float:left;
     top:0;
     left:0;
  }
  .list_service > li{
    margin:0px;
  }
  .menu-toggle.full{
    position:absolute;
    height: 45px;
    cursor:pointer;
    z-index:999;
    right:10px;
    top:0px;
  }
  
  .hotline-container{
    display:none;
  }
  .btn-call{
    display:none;
  }
  .item-news{
    padding:0px 10px;
  }
  .item-news a p{
     -webkit-line-clamp: 3; 
  }
      
  .item-news a h4{
    font-size:15px;
  }
  .news-tit h2{
    font-size:24px;
  }
  .site-bannersv{
    padding-top:0px;
  }
  .tree-foo{
    margin-bottom:10px;
  }
  .about_bottom{
    margin-top:20px;
  }
  .site-about{
    padding:20px 0px;
  }
  .list-project > li{
    width:50%;
  }
  .img-ab{
    width:100%;
  }
  .site-commit ul li a img{
    display:block;
    float:none;
    margin:0 auto;
    height:50px;
  }
  .site-commit ul li a h4{
    font-size:14px;
  }
  .site-commit ul li a{
    text-align:center;
  }
  .tree-pro > li{
    width: calc(100% / 3);
  }
  .site-cp{
    margin-bottom:50px;
    line-height:20px;
    text-align:center;
    padding:7px 0px;
  }
  .txt-counter{
    text-align:center;
  }
  .site-foo-name{
    margin-bottom:10px;
  }  
  .site-slider{
   /*  margin-top:50px; */
  }
    .site__ck ul > li > a h4{
    font-size:14px;
    height:40px;
  }
  .content_ck h4{
    -webkit-line-clamp: 2;
  }
  .foo_1{
     width:calc(100% - 30px);
     margin:15px 15px;
  }
  .site__foo{
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: 50% 50%!important;
  }
  .logo_foo{
    margin-top:0px;
  }
  .foo_3{
     width: calc(100% - 30px);
    margin: 15px 15px;
  }
  .foo_4 {
    width: calc(60% - 30px);
    margin: 0 15px;
  }
  .foo_5 {
    width: calc(40% - 30px);
    margin: 0 15px;
  }
  .site-btfix{
     display:block;
  }
}
@media (max-width:650px){
  .site__ck ul > li > a h4{
     height:20px;
  }
  .site-btfix{
           display:block;
      }
  .head__logo{
    text-align:center;
    width:100%;
  }
  .head__menu > li:not(.head__logo) {
      display:none;
  }

  .head__menu > li{
    line-height:80px;
  }
  .head__menu > li > a{
    font-size:14px;
  }
   .site__head.fixTop .head__menu > li > a{
    font-size:14px;
   }
   .head__logo a img{
      height:80px;
   }
   .site__head.fixTop .head__menu > li{
     line-height:40px;
   }
   .site__head.fixTop .head__menu li a img{
      height:50px;
      margin-bottom:-15px;
   }
   .list__product > li{
      width:calc(50% - 30px);
   }
   .site__ck ul > li{
      width:calc(50% - 20px);
      margin:10px 10px;
   }
   .foo__in{
    padding-bottom:60%;
   }
   .foo__right{ 
       margin-bottom:45px;
    }
    .site__ck ul > li > a > img{
       height:70px;
    }
}
@media (max-width:576px){
   .title-rpmenu{
     top:0px;
     left:0px;
  }
  .title-rpmenu{
    padding:7px 0;
  }
  .foo__in{
     padding-bottom:70%;
  }
  .foo_map{
     padding-bottom:60%;
  }
  .site__formNewsletter h3{
    font-size:20px;
    color:#333;
  }
  .col__news_left a h3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .header h1{
     margin:10px 0;
     font-size:26px;
  }
  .product-desc img{
     max-width:100%!important;
     height:auto!important
  }
  .site_bannerqc{
    padding-top:0;
  }
  .sub__newsdesc{
    font-size:13px;
    line-height:20px;
    padding:0 10px;
  }
  .site__news{
    padding-bottom:0px;
  }
}
@media (max-width:500px){
  .list-ckdt > li > a{
     min-height:55px;
  }
  .wrap__producth > ul > li {
    width: calc(50% - 10px);
   }
  .site__ck{
     padding:10px 0 15px 0;
  }
  .site__ck ul > li{
    margin:10px 10px;
  }
  .site__ck ul > li > a h4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .row-xs-5{
     margin-left:-5px;
     margin-right:-5px;
  }
  .site__ck ul > li > a p{
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .col__news_right ul > li > a > img{
     width:100px;
  }
  .foo__content h3{
     margin:10px 0;
     font-size:20px;
  }
  .page-scrol-social .detail-box{
    width:100%;
    margin-left:0px;
  }
  .head-title h1{
    font-size:20px;
  }
  .page-scrol-social .detail-box.page{
    width:100%;
  }
  .site-foo-name{
    text-align:center;
  }
  .list-project > li{
    padding:7px;
  }
  .list_service > li a h4{
    font-size:14px;
    margin:5px 0;
  }
  .tv-1{
    text-align:center;
  }
  .site-commit ul li a p{
      -webkit-line-clamp: 3;
  }
  .site-commit ul li{
    border:none;
    width:50%;
    padding:10px;
  }
  .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;
  }
  .foo__in{
     padding-bottom:85%;
  }
  #subscribe-form input{
     height:40px;
  }
  .site__formNewsletter{
     min-height:auto;
  }
}
@media (max-width:430px){
  .site-cp p{
    line-height:20px;
  }
  .site__ck ul li a img{
    min-width:30px;
  }
  h1.title-page{
    line-height:26px;
  }
  .post__rel ul li{
     width: calc(100% - 20px);
  }
  .site__formNewsletter h3{
    color:#fff;
  }
  .site-btfix{
     padding:5px 5px;
  }
  .foo__right{ 
       margin-bottom:40px;
  }
  .col__news_left a img{
     width:50%;
     margin-right:10px;
  }
  .col__news_left a h3{
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:14px;
    margin-bottom:5px;
    line-height:20px;
  }
  .col__news_left p.d__esc{
    font-size:13px;
    line-height:20px;
  }
  .col__news_left a img{
     padding-right:0px;
  }
  .col__news_right ul > li > a > img{
     width:60px;
  }
  .col__news_right ul > li > a > p{
    font-size:13px;
    line-height:17px;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .col__news,.col__news .col__news_right,.col__news .col__news_left{
     margin-bottom:0px;
  }
  .news__videos__tit h2{
     font-size:18px;
  }
  .news__videos__tit{
     margin-bottom:10px;
  }
  .site__formNewsletter{
     background-image:none;
     background-color:#c3151d;
     padding:10px 0;
  }
  .site__process{
     padding:50px 0;
  }
  .list__product > li{
     width:calc(50% - 20px);
     margin:10px 10px
  }
  .item__product .sp__tit{
     height:40px;
     line-height:20px;overflow: hidden;
  }
}
@media (max-width:340px){
  .foo_1 {
    width: calc(100%);
    margin: 15px 0;
  }
  .foo_2{
     width: calc(100%);
    margin: 15px 0;
  }
  .site-cp p{
     line-height:20px;
  }
  .foo5_content{
    float:left;
    margin:15px  0 0 0;
  }
  .foo_4,.foo_5{
    width: calc(100% - 30px);
    margin: 0 15px;
  }
   .site__ck ul > li {
    width: calc(100% - 20px);
  }
  .product__tit h2{
    font-size:20px;
    margin-top:0px;
  }
  .list__product > li{
     width:calc(100% - 20px);
     margin:15px 10px;
  }
  .list-project > li{
    width:100%;
  }
  .about_bottom .about-tit h2,.project-tit{
    font-size:20px;
  }
  .project-menui h3{
    font-size:16px;
  }
  .txt_about h2{
    font-size:18px;
    line-height:26px;
  }
  .list_service > li{
    width:98%;
    padding:5px;
    background-size:cover!important
  }
  .tv-1,.tv-2{
    font-size:20px;
    line-height:26px;
  }
  .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:350px){
   
}
@media (max-width:320px){
  .posts-body .col--3{
     width:calc(100%);
     
  }
  .site-cp{
    margin-bottom:50px;
  }
  .list-ckdt > li > a{
    min-height:40px;
  }
  .list-ckdt > li {
    width: calc(100% - 10px);
    margin: 5px 5px;
  }
   .logo_top img{
     max-height:30px;
   }
   .wrap__producth > ul > li{
      width:calc(100% - 30px);
      margin:15px 15px;
   }
}
@media (max-width:300px){

}

