.aboutinfo{

}
.titleabinfo h2{
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
}
.titleabinfo h2 span{
    color: #019393;
}
.aboutinfo .tendabinfo {
    max-width: 790px;
    margin: 0 auto;
}
/*  */
.aboutthumb img{
    width: 100%;
}
/*  */

/* .aboutgcsx   */
.aboutgcsx .lstinfogcsx li{
    position: relative;
    margin-bottom: 12px;
    padding-left: 20px;
}
.aboutgcsx .lstinfogcsx li::before{
    content: "\f105";
    position: absolute;
    top: 1px;
    left: 0px;
    display: inline-block;
    font-family: FontAwesome;
}
/*  */
.sliderthumbab .thumb img{
    width: 100%;
}
.sliderthumbab .slick-list{
    margin: 0 -2px;
}
.sliderthumbab .slick-slide{
    padding: 0 2px;
}
.sliderthumbab.vhbtnslick .slick-arrow{
    opacity: 0.7;
}
.sliderthumbab.vhbtnslick .slick-arrow:hover{
    opacity: 1;
}
/*  */
.titleab{

}
.titleab h2{
    font-size: 30px;
    line-height: 45px;
    font-weight: 400;
}

.itemachiment{
	padding: 20px;
	text-align: center;
	position: relative;
    background-color: #fff;
}
.itemachiment::before{
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    right: 50%;
    border-top: solid 1px #019393;
    border-bottom: solid 1px #019393;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    pointer-events: none;
    z-index: 1;
}
.itemachiment::after{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    bottom: 50%;
    border-left: solid 1px #019393;
    border-right: solid 1px #019393;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    pointer-events: none;
    z-index: 1;
}
.itemachiment:hover::before{
    left: 0px;
    right: 0px;
}
.itemachiment:hover::after{
    top: 0px;
    bottom: 0px;
}
.itemachiment > a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
    pointer-events: auto;
    z-index: 11;
}
.itemachiment .img{
    padding-top: 40%;
    position: relative;
    overflow: hidden;
}
.itemachiment .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}
.itemachiment .name{
	color: #666666;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
}
@media all and (max-width: 1200px){
    
}
@media all and (max-width: 991px){
    .titleabinfo h2{
        font-size: 25px;
        line-height: 37px;
    }
    .titleab h2{
        font-size: 25px;
        line-height: 37px;
    }  
}
@media all and (max-width: 767px){
    
}