/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');
html,body{
    font-family: 'Montserrat', sans-serif!important;
    color: #fff;
    outline: none;
    zoom: 1;
}
.site-color{
	color:#045380!important;
}
#captcha114 {
    width: 150px;
    display: inline-block;
    margin-left: 10px;
}
.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:#f6a119;
    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;
}
#responsive-menu .close span{
   opacity:1!important;
   color:#fff!important;
   text-shadow:none!important;
}
#responsive-menu {
    position: fixed;
    z-index: 1;
    background: #17335A;
    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:22px;
}
#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: hand;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 11px;
}
 #responsive-menu .content  ul li a
 {
    color: #FFFFFF;
    font-size: 16px;
    padding-left: 5px;
    display:block;
    max-width: 90%;
}
 #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: hand;
    cursor: pointer;
    float: none;
}
#responsive-menu .content  ul li:hover
{
    background: #084460;
}
#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}
/* End m_menu.php */
.inner{
	width:100%;
	float:left;
}
#site-aht{
	position:relative;
	max-width:1920px;
	margin:0 auto;
	overflow-x:hidden;
  background:#222;
}
.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;
	margin:10px 0 5px 0;
	line-height:30px;
	display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tree-pro li h3 a{
	color:#fff;
	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:#f6a119;
}
.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;
}
.tree-pro > li{
    width: calc(100% /3);
    padding:0 15px;
    margin-bottom:30px;
}
.inPro{
  position:relative;
}
.inPro .price{
	font-size:17px;
}
.inPro .price strong{
   color:#eb2626;
   font-weight:600;
}
.mgb30{
  margin-bottom:30px;
}
.pro-other{
  font-size:18px;
  text-transform:uppercase;
}
.foo-social{
  width:100%;
  float:left;
  vertical-align:bottom;
  margin-top:50px;
}
.site-banner{
  width:100%;
  float:left;
}
.site-banner img{
   width:100%;
}
.clearfix{
  clear:both;
}
.g-content{
  line-height:25px;
}
.list-partner{
   position:relative;
   margin:0;
   padding:0;
   list-style-type:none;
   width:100%;
   float:left;
}
.list-partner > li{
  width:33.33%;
  float:left;
  padding:15px;
  height:210px;
  overflow:hidden;
}
.list-partner > li a{
  color:#fff;
  text-decoration:none;
  text-align:center;
  display:block;
}
.list-partner > li a img{
  margin:0 auto;
}
.pd-col{
  padding-left:15px;
  padding-right:15px;
}
.inPro a img{
  background:#fff;
}
.tree-cate{
  position:relative;
  list-style-type:none;
  margin:0;
  padding:0;
  margin-top:20px;
}
.tree-cate > li{
   position:relative;
   padding-left:20px;
}
.tree-cate > li:before{
   position:absolute;
   width:12px;
   height:12px;
   border-radius:50%;
   border:1px solid #f6a119;
   content:'';
   top:10px;
   left:0;
}
.tree-cate > li.current:before{
    background:#f7d208;
}
.tree-cate > li.has-child:after{
   font-family:FontAwesome;
   position:absolute;
   width:15px;
   height:15px;
   content:'\f107';
   right:0;
   top:5px;
   font-size:18px;
}
.tree-cate > li > a{
  display:block;
  color:#fff;
  text-decoration:none;
  font-size:16px;
  line-height:33px;
}
.left-tit{
  margin:0 0 10px 0;
  font-size:20px;
}
.site-leftpro{
  width:100%;
  float:left;
  padding-right:15px;
}
.sub1{
   list-style-type:none;
   margin:0;
   padding:0;
}
.sub1 > li{
   position:relative;
   padding-left:15px;
}
.sub1 > li:before{
   position:absolute;
   width:10px;
   height:10px;
   border-radius:50%;
   border:1px solid #f6a119;
   content:'';
   top:8px;
   left:0;
}
.sub1 > li.current:before{
    background:#f7d208;
}

.sub1 li a{
  color:#fff;
  line-height:26px;
  font-size:14px;
  text-decoration:none;
}
#search-form{
  margin-bottom:20px;
}
#search-form input{
  background:transparent;
  border-radius:4px;
  height:38px;
  border:1px solid #f6a119;
  color:#fff;
}
#search-form input::placeholder {
  color: #fff;
  opacity: 1;
}
#search-form input:-ms-input-placeholder {
  color: #fff;
}
#search-form input::-ms-input-placeholder {
  color: #fff;
}
#search-form .search-btn{
  background:transparent;
  border:none;
  outline:none;
  position:absolute;
  right:15px;
  top:5px;
}
#search-form .search-btn i,#search-form .search-btn i:hover{
  font-size:20px;
  color:#fff;
}
.h30{
  height:30px;
}
.tree-project{
  position:relative;
  list-style-type:none;
  margin:0;
  padding:0;
}
.tree-project > li{
   display:block;
   margin-bottom:15px;
   background:#f1f1f1;
   border-radius:5px;
   padding:10px;
   position:relative;
}
.tree-project > li.current{
   background:#515151;
   color:#fff;
}
.tree-project > li.current > a h3{
  color:#fff;
}
.tree-project > li.current > a i{
  color:#fff;
}
.tree-project > li:after{
   position:absolute;
   width:17px;
   height:15px;
   content:'';
   background:url(images/check-cp.png)no-repeat center center;
   top:7px;
   right:5px;
}
.tree-project > li > a{
   display:block;
   color:#444;
   text-decoration:none;
   text-align:center;
   
}
.tree-project > li > a h3{
  font-size:15px;
  text-transform:uppercase;
  margin:0 0 7px 0;

}
.tree-project > li > a i{
   font-size:56px;
   position:relative;
   margin:5px 0 10px 0;
}
.fa-line{
  position: relative;
  text-align: center;
  line-height: 5px;
  margin-bottom: -10px;
}
.fa-line span{
  display:inline-block;
  width:30px;
  height:4px;
  background:#f6a119;
}
.mgt15{
  margin-top:15px;
}
.list-project-hz{
  position:relative;
  list-style-type:none;
  margin:0;
  padding:0;
  width:100%;
  float:left;
}
.list-project-hz > li{
  float:left;
  width:50%;
  margin-bottom:30px;
} 
.list-project-hz > li > .project-hz{
  position:relative;
  height:0;
  width:100%;
  padding-bottom:80%;
  overflow:hidden;
}
.list-project-hz > li > .project-hz img{
  width:100%;
}

.project-in figure figcaption,.project-hz figure figcaption{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.7em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.project-in figure figcaption::before,.project-hz figure figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4,1.4,1);
    transform: scale3d(1.4,1.4,1);
}
.project-in figure figcaption h3,.project-hz figure figcaption h3{
    margin: 13% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    line-height: 30px;
    font-size: 20px;
    font-weight: 500;
    text-align:center;
}
.project-hz figure figcaption h3{
   margin: 3% 0 10px 0;
   font-size:18px;
}

.project-in figure figcaption h3 a,.project-hz figure figcaption h3 a{
  color:#fff;
  text-decoration:none;
}
.project-in figure figcaption p.desc,.project-hz figure figcaption p.desc {
    padding:0 2em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    letter-spacing: 1px;
    font-size: 12px;
    margin: 0;
    line-height: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.project-hz figure figcaption p.desc{
   -webkit-line-clamp: 2;
}
.project-in figure:hover img,.project-hz figure:hover img {
    opacity: 0.4;
}
.project-in figure:hover figcaption,.project-hz figure:hover figcaption {
    background-color: rgba(58,52,42,0);
}
.project-in figure:hover figcaption::before,.project-in figure:hover figcaption p.desc,.project-in figure:hover .about-v{
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.project-hz figure:hover figcaption::before,.project-hz figure:hover figcaption p.desc,.project-hz figure:hover .about-v{
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.project-in figure:hover h3,.project-hz figure:hover h3 {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.project-in figure .about-v,.project-hz figure .about-v{
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    opacity:0;
    text-align:center;
    padding-top:10px;
}
.project-in figure .about-v a span,.project-hz figure .about-v a span{
  font-size:12px;
}

.about-v a{
  text-decoration:none;
}
.about-v span{
  color:#fff;
  background:#f6a119;
  text-transform:uppercase;
  padding:8px 15px;
  position:relative;
  display:inline-block;
}
.about-v span:after{
  position:absolute;
  width:100%;
  height:100%;
  content:'';
  background:transparent;
  border:1px solid #f6a119;
  bottom:-5px;
  right:-5px;
}
.block-cats{
  position:relative;
  width:100%;
  float:left;
  margin-bottom:20px;
  margin-top:8px;
}
.block-cats ul{
  position:relative;
  list-style-type:none;
  margin:0;
  padding:0;
  width:100%;
  float:left;
}
.block-cats ul > li{
  float:left;
  border-radius:6px;
  margin-right:5px;
  margin-bottom:20px;
}
.block-cats ul > li a{
  color:#f6a119;
  text-transform:uppercase;
  text-decoration:none;
  font-weight:600;
  font-size:15px;
  border:1px solid #f6a119;
  padding:7px 10px;
  border-radius:7px;
}
.block-cats ul > li.current a{
   background:#f6a119;
   color:#fff;
}
.tit-project{
  font-size:22px!important;
  font-weight:600!important;
}
.content-rel-project{
  width:100%;
  float:left;
}
.content-project-img{
  width:100%;
  float:left;
  margin:15px 0px;
}


/* Shine */
.hover14 figure {
  position: relative;
}
.hover14 figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.hover14 figure:hover::before {
  -webkit-animation: shine 1.15s;
  animation: shine 1.15s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.post-inner .post-img{
  position:relative;
  overflow:hidden;
}

.tabpost{
  width:100%;
  float:left;
  clear:both;
  margin:10px 0px;
}



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

}
@media (max-width:1024px){

}
@media (max-width:991px){
  .foot-bot{
    margin-bottom:30px;
  }
   .m_menui{
    width:100%;
    float:left;
    position:fixed;
    left:0;
    top:0;
    z-index:999;
   }
  .project-hz figure figcaption p.desc,.project-hz figure figcaption p.desc{
    display:none;
  }

  .pro-txt{
     opacity:1;
  }
  .post-bg h3 a{
    font-size:16px;
    line-height:23px;
  }
  .site-news{
    padding:20px 0 40px 0;
  }
  .contact_img{
    margin-left:0px;
    max-height:200px;
  }
  .site-contact{
    padding:50px 0 30px 0;
  }
  .wt-contact-frm{
    margin-top:0px;
  }
  .site-about{
    padding:30px 0px;
  }
  .project-in figure figcaption{
    padding:1.2em;
  }
  .project-in figure figcaption h3{
    font-size:18px;
    margin-top:8%;
  }
  .tree-projects > li{
    width:50%;
    float:left;
  }
  .txt-about{
    padding:30px;
  }
  .txt-about h2{
    font-size:24px;
    margin-bottom:15px;
  }
  .logo_top{
    padding:5px 0px;
  }
  .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%;
  }
  .home-slider{
    margin:0;
  }
  .logo_top img{
    max-height:60px;
  }
  .banner_top img{
    max-height:50px;
  }
  .logo_top{
    text-align:left;
    float:right;
    width:65%;
    display:inline-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;
   }
   .project-in figure figcaption p.desc,.project-in figure .about-v{
     display:none;
   }
   .col--4{
    width: calc(100% / 3);
    }

}

@media (max-width:767px){
  #detail-product .header h3{
    margin-top:15px;
  }
  .foo-social{
    margin-top:0px;
    float:none;
    text-align:center;
  }
  .foo-social > li{
    display:inline-block;
    float:none;
  }
  .listfoo-menu > li > a{
    line-height:40px;
  }
  .listfoo-menu{
    float:none;
    text-align:center;
  }
  .listfoo-menu li{
    display:inline-block;
    *display:inline; /*IE7*/
    *zoom:1; /*IE7*/
    float:none;
  }
  .logo_foo{
    float:none;
    margin:0 auto;
    text-align:center;
  }
  .project-in figure figcaption h3{
    font-size:16px;
    line-height:26px;
  }
  .img-ab{
    max-height:260px;
  }
  .txt-about{
    margin-left:0px;
  }
  .wow{
    animation-name: none !important;
    visibility: visible !important;
  }
  .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-head{
    position:fixed;
    top:0;
    left:0;
    z-index:99;
  }
  .logo_top img{
    max-height:40px;
  }
  .logo_top{
    padding-top: 0px;
  }
  .title-rpmenu{
    top:4px;
  } 
  .site-slider{
    margin-top:60px;
  }
  .menu-toggle{
    float:left;
  }
}
@media (max-width:500px){
	.tree-projects > li{
		width:100%;
	}
  .fix-envelope{
    left:20px!important;
  }
  .fix-envelope span{
    display:none;
  }
  .pro-other{
    margin:10px 0 15px 0;
  }
  .post-inner .post-content .meta-content{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .col--4{
    width: calc(100% / 2);
  }
  .list-partner > li{
    width:100%;
  }
  .col--3{
    width: calc(100% / 2);
  }
  .project-hz figure figcaption{
    padding:1em;
  }
  .project-hz figure figcaption h3{
    font-size:16px;
  }
  .txt-about h2{
    font-size:20px;
  }
  .wt-contact-frm{
     padding:10px;
  }
  .wt-contact-frm h3{
    margin:15px 0px;
  }
  .project-in figure figcaption h3{
    font-size:14px;
    line-height:22px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .project-in figure figcaption{
    padding:0.5em;
  }
  .txt-about{
    padding:20px;
  }
  .img-ab{
    width:100%;
    max-height:auto;
  }
  .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;
  }
  .listfoo-menu > li > a{
    line-height:25px;
  }
  .foo-social{
    margin-top:10px;
  }
  .list-project-hz > li > .project-hz{
    padding-bottom:40%;
  }
  .site-producth{
    padding-bottom:30px;
  }
  .site-foot{
    padding-top:5px;
  }
  .txt_foo{
    padding-top:10px;
  }
  .head-title h1{
    font-size:20px;
  }
}
@media (max-width:375px){
  .list-project-hz > li > .project-hz{
    padding-bottom:50%;
  }
  .block-cats ul > li a{
    font-size:14px;
    padding:7px 5px;
  }
  .head-title h1{
    font-size:18px;
  }
  .pd-col{
    padding-left:8px;
    padding-right:8px;
  }
  .contact_img{
    max-height:150px;
  }
  .tree-projects > li{
    width:100%;
  }
  .txt-about{
    padding: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:300px){

  .tree-service > li{
    width:100%;
  }
  .tree-pro li{
  	width:100%;
  }
  .tree-block1 li,.tree-block1 li.type1{
  	width:100%;
  }
}

