.select-j .content ul li.lichsu {
    display: none;
}
.menuTab.active-show {
    position: fixed;
    top: 4.167rem;
    z-index: 999;
    left: 0px;
    right: 0px;
    background: #33A64A;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.menuTab.active-show.select-j .content{
	background:none;
    border: solid 0px rgba(0, 0, 0, 0.1);
}
.menuTab.active-show.select-j .content ul li a{
	color:#ffff;
}
.doitac_gt{
	margin:65px 0px;
}
.doitac_gt .colA{
	padding:0px 15px;
}
.doitac_gt .colA .logoAc{
	border:solid 1px #eeeeee;
	/* height: 86px; */
	background: #fff;
	display: block;
	position: relative;
	padding-bottom: 80%;
	overflow: hidden;
	height: 0;
}
.doitac_gt .colA .logoAc img{
	/* margin: 10px auto; */
	text-align:center;
	/* height: 65px; */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.doitac_gt .slick-next{
    right: 0px;
}
.doitac_gt .slick-prev{
    
	left: 0px;
}
.doitac_gt .slick-arrow {
    width: 50px;
    height: 50px;
    border: none;
    font-size: 0;
    background: transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 100%;
    background-color: #33A64A;
    z-index: 1;
}
.doitac_gt .slick-arrow::before {
    font-family: FontAwesome;
    position: absolute;
    font-size: 30px;
    line-height: 45px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #ffff;
}
.doitac_gt .slick-prev::before {
    content: "\f104";
}
.doitac_gt .slick-next::before{
    content: "\f105";
}

@media all and (max-width: 768px){
    .menuTab.active-show{
        top: 60px;
    }
    .select-j.active-show.active .title:before{
        content: "\f0d8";
    }
    .select-j.active-show .title,
    .select-j.active-show .title:before{
        color: #fff;
    }
}