.chuyenkhoaDes{
	font-size: 15px;
	line-height: 23px;
	color:#555555;
	text-align: center;
	max-width: 930px;
	margin-bottom: 35px;
}
.gridCK{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: -1px;
}
.gridCK .col{
	width: 50%;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}
.chuyenkhoa{
	position: relative;
	margin-bottom: 15px;
}
.chuyenkhoa .img{
	padding-top: 58.333333%;
	position: relative;
	overflow: hidden;
	background: #1fbcbc;
	margin-bottom: 15px;
}
.chuyenkhoa .img:before{
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 50%;
    left: 50%;
    border-top: solid 1px rgba(255,255,255,0.75);
    border-bottom: solid 1px rgba(255,255,255,0.75);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
    pointer-events: none;
}
.chuyenkhoa .img:hover:before{
    right:10px;
    left:10px;
}
.chuyenkhoa .img:after{
    content: "";
    position: absolute;
    right: 10px;
    left: 10px;
    top: 50%;
    bottom: 50%;
    border-right: solid 1px rgba(255,255,255,0.75);
    border-left: solid 1px rgba(255,255,255,0.75);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
    pointer-events: none;
}
.chuyenkhoa .img:hover:after{
    top:10px;
    bottom:10px;
}
.chuyenkhoa .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	backface-visibility: hidden;
}
.chuyenkhoa:hover .img img{
	opacity: 0.9;
}
.chuyenkhoa .tend a {
    display: block;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
}
/*=====================================================*/
#vnt-main{
    position: relative;
}
#vnt-main .boxBrop:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.boxBrop {
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    margin-top: 7px;
}
.boxBrop .title{
    font-size: 25px;
    line-height: 33px;
    color:#1fbcbc;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 60px;
    position: relative;
    margin-bottom: 25px;
}
.boxBrop .title:before{
    font-family: fontAwesome;
    width: 45px;
    height: 45px;
    background: #1fbcbc;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color:#ffffff;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: normal;
}
/*==========================================================*/
.menuAffix{
    position: absolute;
    top: 0;
    right: 100%;
    min-width: 45px;
}
#menuAffix ul li{
    margin-bottom: 10px;
}
#menuAffix ul li a{
    display: block;
    width: 45px;
    height: 45px;
    background: #eeeeee;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    color:#333333;
    position: relative;
}
#menuAffix ul li.active a{
    background: #1fbcbc;
    color:#ffffff;
}
#menuAffix ul li a i{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/*==========================================================*/
.field{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.field .img{
    width: 270px;
}
.field .img img{
    width: 100%;
}
.field .caption{
    width:-webkit-calc(100% - 270px);
    width:-moz-calc(100% - 270px);
    width:-o-calc(100% - 270px);
    width:calc(100% - 270px);
    padding-left: 30px;
}
.field .tend {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 17px 0;
    border-top: solid 2px #1fbcbc;
}
.field .cont{
    margin-bottom: 10px;
}
.field .link a{
    display: inline-block;
    color:#1fbcbc;
}
.field .link a span{
    padding-right: 15px;
    position: relative;
}
.field .link a span:before{
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    right:0;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*======================================================*/
.boxSide{
    margin-bottom: 10px;
}
.boxSide .title{
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    color:#1fbcbc;
}
.boxSide .title:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    border-bottom: solid 2px #1fbcbc;
}
.boxSide .content p{
    padding: 0;
}
.redirtLink {
    display: block;
    background-color: #f9f9f9;
    background-repeat: no-repeat;
    background-position: center left 15px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    font-size: 18px;
    line-height: 26px;
    padding: 17px 10px;
    padding-left: 60px;
    margin-bottom: 10px;
}
.redirtLink.v1{
    background-image: url(../images/i-5.png);
}
.redirtLink.v2{
    background-image: url(../images/i-2.png);
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 768px){
.gridCK .col{
	width: 100%;
}
.field{
    flex-direction: column-reverse;
}
.field .caption{
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
}
.field .img{
    width: 100%;
}
}