@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

html,body{
    outline: none;
    background:#0C0D0D;
    scroll-behavior: smooth;
    font-family: 'Roboto Condensed', sans-serif;
}
.fixTop .top-head,.fixTop .head-1,.fixTop .head-2{
  display:none;
}
.fixTop .logo_top img{
  height:50px;
}
.fixTop .aht-menu > li > a{
  line-height:50px;
}
.site-head.fixTop{
  background:rgb(0,0,0,0.6);
}
.title-rpmenu {
    padding: 7px;
    color: #FFF;
    font-size: 17px;
    cursor: pointer;
    position: fixed;
    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: 26px;
    z-index: 123;
    opacity:1;
    color:#fff;
}
#responsive-menu {
    position: fixed;
    z-index: 1;
    background: #111;
    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{}
#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:0px;
}
#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: 4px;
    right:10px;
    font-size: 14px;
    font-weight:300;
}
 #responsive-menu .content  ul li a
 {
    color: #FFFFFF;
    font-size: 15px;
    padding-left:15px;
    display:block;
    max-width: 95%;
    text-decoration:none;
    line-height:30px;
}
 #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:4px 0px;
    border-bottom:1px solid rgba(247, 246, 246, 0.25);
    position: relative;
    cursor: pointer;
    float: none;
}
#responsive-menu .content  ul li:hover
{
    background: #333;
}
#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 a{
  font-size:14px;
  text-decoration:none;
}
#responsive-menu .content > ul li ul li ul li{
  text-indent:20px;
}
/* End m_menu.php */
.inner{
	width:100%;
	float:left;
}
#site-aht{
	position:relative;
	max-width:1920px;
	margin:0 auto;
}
.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% /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;
}
.list__products{
  list-style-type:none;
  margin:0;
  padding:0;
  width:100%;
  float:left;
}
.list__products > li{
    width:calc(25% - 30px);
    margin:15px 15px;
    float:left;
}
.product__item{
    position:relative;
    width:100%;
    float:left;
    background:#fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border:1px solid #fff;
}
.product__item > a{
  display:block;
  text-decoration:none;
  text-align:center;
  color:#333;
  text-transform:uppercase;
}
.product__item > a > h4{
   text-transform:uppercase;
   font-size:16px;
   font-weight:600;
   line-height:24px;
}
.product__item > a .product__img{
   display:block;
   overflow:hidden;
}
.product__item > p{
   text-align:center;
}
.product__item > p > strong > a{
    color:red;
    text-transform:uppercase;
    font-size:18px;
    text-decoration:none;
}
.zoom{
   transition: transform .4s; 
}
.zoom:hover {
  transform: scale(1.1);
}
.flag_installment{
   margin:0;
   text-align:center;
   color:#fff;
   background:red;
   line-height:30px;
   min-height:30px;
}
#contact-body .content-contact{
   background:#fff;
   min-height:150px;
   padding:15px 15px;
}
#contact-body h4.title{
  color:#fff;
}
#breadcrumb li a{
  color:#fff;
}
#breadcrumb li+li:before{
  color:#fff;
}
.head-title h1{
  color:#fff;
  line-height:30px;
}
.head-title h1:after, .head-title h1:before{
  background:#fff;
}
.post-inner .post-content h3 a{
  color:#fff;
   display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2;
  font-size: 16px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-inner .post-content .meta-content{
  color:#fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:3;
  font-size: 13px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
}
h1.title-page{
  color:#fff;
  font-size:26px; 
}
.desc-page{
   color:#fff;
   font-style:italic;
}
.other-post li a{
  color:#fff;
}
.title-right{
   background:#FF0000;
}
.page__content{
  color:#fff;
  font-size:16px;
}
.page-scrol-social .detail-box.page{
  width:calc(100%);
}
.list-project > li .product-item h3{
  color:#fff;
  padding:0 0;
  margin:15px 0 15px 0;
}
.header h1{
  font-size:30px;
  color:#fff;
  margin:0 0 15px 0;
}
#detail-product .product-description{
  color:#fff;
}
#detail-product .hotline-product{
  color:#fff;
}
#detail-product .product-tab .tabs-title li{
  color:#fff;
}
#detail-product .product-tab .tabs-title li:hover, #detail-product .product-tab .tabs-title li.current{
  color:red;
}
 #detail-product .product-tab .tabs-title li.current:after{
   background:#fff;
 }
 .pro-other{
  color:#f00;
  text-transform:uppercase;
  text-align:center;
  font-size:24px;
  margin-bottom:20px;
 }
 .detail-set{
  color:#fff;
 }
 .tag{
  color:#111;
 }
 #detail-product .quickview-info .prices .price{
     font-size:20px;
 }
 .brands{
  color:#fff;
  font-size:18px;
  margin-bottom:5px;
 }
 .support_b{
  color:#fff;
  font-size:18px;
 }
 .luot__xem,.luot_mua{
  color:#fff;
  font-size:20px;
 }
 .col__news_left,.col__news_right{
    width:calc(50% - 30px);
    margin:0 15px;
    float:left;
 }
 .product__bought{
    font-size:13px;
 }


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

}
@media (max-width:1024px){
    .head__banner img,.head__logo img{
       max-height:100px;
       margin-top:0;
    }
    .head__hotline{
      margin-top:0;
    }
    .site-ckt ul li{
      text-align:center;
    }
    .site-ckt ul li .ckt__left,.site-ckt ul li .ckt__right{
      width:100%;
      float:left;
      margin-bottom:5px;
    }
    .site-ckt ul li .ckt__right h4 a{
      font-size:14px;
      line-height:20px;
      min-height:40px;
    }
    .site-about .about_left{
      padding-top:0;
    }
    .about_tit h2{
      font-size:24px;
    }
    .about_content{
      font-size:14px;
      line-height:22px;
      letter-spacing:0.3px;
    }
    .about_link a{
      font-size:14px;
      font-weight:500;
      padding:5px 10px;
    }
    .menui_tit_name span{
      font-size:20px;
    }
    .wrap__menui__content{
      width:100%;
    }
    .tab__menui{
      max-width:90%;
    }
    .tab__menui a span{
      font-size:16px;
    }
    .product__item > a > h4{
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      font-size: 14px;
      line-height: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 5px;
    }
    .product__item > p > strong > a{
      font-size:16px;
    }
    .site-menui{
      padding:15px 0;
    }
    .item__news a h4{
      font-size:16px;
    }
    .item__news a p.news__desc{
      font-size:13px;
    }
}
@media (max-width:992px){
  .site-ckt{
    padding:10px 0;
  }
  .hoaian_menu > li{
    padding:0 15px;
  }
 .hoaian_menu > li > a{
  font-size:14px;
 }
  .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:96%;
  }
  .logo_top img{
    max-height:60px;
  }
  .banner_top img{
    max-height:50px;
  }
  .logo_top{
    text-align:center;
  }
	.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;
   }
}

@media (max-width:768px){
  .menui_tit_b{
    min-width:150px;
  }
  .wp_tit_bottom .tit_bottom span{
    font-size:20px;
  }
  .txt-counter{
    width:100%;
    float:left;
    text-align:center;
    padding:5px 0;
    font-size:13px;
  }
  .site-bottom{
    padding:10px 0;
  }
  .bottom__form_wr{
    padding-bottom:60%;
  }
  .site-bottom .bottom__ykien,.site-bottom .bottom__form{
     width:calc(100% - 30px);
     margin:30px 15px 10px 15px;
  }
  .col__news_left{
    width:calc(100% - 30px);
    margin:15px 15px;
 }
 .col__news_left .row__news{
    width:70%;
 }
 .col__news_right{
    width:calc(50% - 30px);
    margin:15px 15px;
 }
  .hoaian_menu{
    display:none;
  }
  .stellarnav .dd-toggle i{
    top:25%!important;
  }
  .site-tv{
    padding:20px 0px;
  }
  .logo_top img{
    max-height:50px;
  }
  .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;
  }
  .logo_top{
    display:inline-block;
    width:100%;
  }
  /*.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{
    line-height:20px;
    text-align:center;
    padding:7px 0px;
  }
  .txt-counter{
    text-align:center;
  }
  .site-foo-name{
    margin-bottom:10px;
  }  
  .site-slider{
    margin-top:5px;
  }
  .head_col_3{
    display:none;
  }
  .head_col_1{
    width:25%;
  }
  .head_col_2{
    width:75%;
    text-align:left;
  }
  .menui_tit_name{
    display:block;
    margin-left:15px;
  }
  .tab__menui{
    width:100%;
    float:left;
  }
  .container{
    width:100%;
  }
  .list__products > li{
     width: calc(33.33% - 30px);
     margin: 15px 15px;
  }
  .foo__col1{
    width:calc(100% - 30px);
    margin:0 15px;
  }
  .foo__col2{
    width: calc(40% - 30px);
  }
  .foo__col3 {
    width: calc(60% - 30px);
   }
   .site-partner{
     padding:15px 0;
   }
}
@media (max-width:656px){
  .tab__menui a{
     min-height:40px;
     line-height:30px;
  }
  .tab__menui a span{
    font-size:14px;
  }
  .menui_tit{
    background:none;
  }
  .tab__menui{
    max-width:100%;
    padding:0 0;
    margin-top:10px;
    text-align:center;
  }
  .menui_tit_name{
    text-align:center;
  }
  .wrap__menui__content{
    display:block;
    width:96%;
  }
  .col__news_right{
    width:calc(100% - 30px);
    margin:15px 15px;
    padding:15px 20%;
  }
  .col__news_left .row__news{
    width:100%;
  }
  .product__item > a > h4{
     height:40px;
  }
  .top-head p{
    float:none;
    text-align:center;
  }
  .head__list{
    display:none;
  }
  .list__products > li {
    width: calc(33.33% - 20px);
    margin: 10px 10px;
}
  .wpt_about:after{
    display:none;
  }
  .site-about{
    padding-top:0;
  }
  .site-ckt ul li a img{
    max-height:40px;
  }
  .site-ckt ul li .ckt__right h4 a{
    font-size:13px;
  }
  .site-ckt ul li{
    padding:10px 0;
    width: calc(25% - 20px);
    margin: 10px 10px;
  }
  .site-about .about_left,.site-about .about_right{
     width:calc(100% - 30px);
     margin:15px 15px;
  }
  .head__banner img, .head__logo img{
     max-height:70px;
  }
  .site-about .about_right{
    padding-left:20%;
  }
}
@media (max-width:576px){
  .site-cp{
    margin-bottom:50px;
  }
  .btn-call{
    left:5px!important;
    bottom:20%!important;
  }
  .bottom__ykien_wr{
    padding-bottom:55%;
  }
  .site-foo{
    padding-top:30px;
  }
  .bottom__form_wr{
    padding-bottom:70%;
  }
  .col__news_right{
    padding:15px 5%;
  }
  .site-ckt ul li{
     width:calc(50% - 20px);
  }
  .site-ckt ul li .ckt__right h4 a{
     min-height:20px;
  }
  .site-ckt ul li{
     min-height:100px;
  }
}
@media (max-width:500px){
  h1.title-page{
    font-size:20px;
  }
  .foo__col2,.foo__col3{
    width:calc(100% - 30px);
    margin:15px 15px 5px 15px;
  }
  .bottom__ykien_wr{
    padding-bottom:65%;
  }
  .bottom__form_wr{
    padding-bottom:85%;
  }
  .col__news_right{
    padding:0 0;
  }
  .list__products > li {
    width: calc(50% - 30px);
    margin: 15px 15px;
  }

  .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;
  }
  
  .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;
  }
  .tab__menui a{
     line-height:20px;
  }
  .wrap__menui__content{
    width:90%;
  }
  .menui_tit{
    margin-bottom:15px;
  }
  .btn-call strong{
    padding:0 7px!important;
  }
}
@media (max-width:430px){
  .foo-txt p span{
     min-width:30px;
     padding:3px 5px;
     margin-right:5px;
  }
  .wp_tit_bottom .tit_bottom{
    padding:5px 15px;
  }
  .bottom__ykien_wr_c{
    padding:30px 30px;
  }
  .bottom__ykien_wr{
    padding-bottom:85%;
  }
  .bottom__form_wr_c{
    padding:15px 40px;
  }
  .bottom__form_wr{
    padding-bottom:95%;
  }
  .tab__menui a span{
    min-width:auto;
  }
  .search-bar input{
    min-width:250px;
  }
  .list__products > li {
    width: calc(50% - 20px);
    margin: 10px 10px;
  }
}
@media (max-width:400px){
    .menu_search{
      width:100%;
      float:none;
    }
     .site-ckt ul li .ckt__right h4 a{
     min-height:40px;
  }
  .bottom__form_wr{
    padding-bottom:105%;
  }
  .search-bar{
    margin-top:3px;
  }
  .menu_search button{
    top:7px;
  }
}
@media (max-width:376px){
  .btn-call{
    bottom:26%!important;
  }
  .line__up{
    margin-top:0;
  }
  
  .line__down{
    margin:3px 0;
  }
 
  
  .menu_search{
    float:none;
  }
  .head_col_2 {
    width:100%;
    text-align:center;
    margin-top:10px;
  }
  .head_col_1{
    width:calc(100% - 30px);
    float:left;
    margin:0 15px;
    text-align:center;
  }
  .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){
   .list__products > li{
     width:calc(100% - 30px);
     margin:15px 15px;
   }
   .posts-body .col--3 {
    width: calc(100% / 1);
   }
}

