.slidedichvu .slick-dots{
    position: absolute;
    bottom: 80px;
    left: 50px;
    text-align: center;
    z-index: 1;
}
.slidedichvu .slick-dots li{
    margin-left: 10px;
    display: inline-block;
}
.slidedichvu .slick-dots li button{
    width: 15px;
    height: 15px;
    font-size: 0;
    padding: 0;
    border:none;
    border-radius: 100%;
    background: #e1e1e1;
}
.slidedichvu .slick-dots li.slick-active button{
    background: #0095da;
}
.slidedichvu{
    margin-bottom: 30px;
}
/*===========================================================*/
.dichvuS{
	padding: 60px;
	background: #fafafa;
	border: solid 1px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}
.dichvuS .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 -15px;
}
.dichvuS .grid .col{
	width: 50%;
	padding: 0 15px;
}
.dichvuS .grid .col:first-child{
	order:2;
}
.dichvuS .grid .col:last-child{
	order:1;
}
.dichvuS .img{
	position: relative;
}
.dichvuS .img a{
	display: block;
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
	background: #000000;
}
.dichvuS .img a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1), opacity 0.3s linear;
	transition: transform 4s cubic-bezier(0,.6,.45,1), opacity 0.3s linear;
	transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1), opacity 0.3s linear;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.dichvuS .img a:hover img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
	opacity: 0.8;
}
.dichvuS .img a:before{
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 50%;
    left: 50%;
    border-top: solid 1px rgba(255,255,255,0.5);
    border-bottom: solid 1px rgba(255,255,255,0.5);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}
.dichvuS .img a:hover:before{
    right:10px;
    left:10px;
}
.dichvuS .img a:after{
    content: "";
    position: absolute;
    right: 10px;
    left: 10px;
    top: 50%;
    bottom: 50%;
    border-right: solid 1px rgba(255,255,255,0.5);
    border-left: solid 1px rgba(255,255,255,0.5);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}
.dichvuS .img a:hover:after{
    top:10px;
    bottom:10px;
}
.dichvuS .date {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 13px;
    line-height: 21px;
    padding: 2px 12px;
    pointer-events: none;
}
.dichvuS .date span{
	padding-left: 20px;
	position: relative;
}
.dichvuS .date span:before{
	content: "\f073";
	font-family: FontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.dichvuS .wrap{
	/*max-width: 430px;*/
	margin: 0 auto;
}
.dichvuS .tend{
	margin-bottom: 10px;
}
.dichvuS .tend a{
	display: block;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
	max-height: 64px;
	overflow: hidden;
}
.dichvuS .des{
	color:#666666;
	max-height: 110px;
	overflow: hidden;
	margin-bottom: 20px;
}
.dichvuS .des *{
	font-size: 13px !important;
	line-height: 21px !important;
	color:#666666 !important;
	font-weight: 300 !important;
	padding: 0 !important;
}
.dichvuS .link a{
	display: inline-block;
	width: 180px;
	padding: 8px 10px;
	text-align: center;
	font-weight: 600;
	background: #19ace2;
	text-transform: uppercase;
	color: #ffffff;
}
.dichvuS .link a:hover{
	background: #333333;
	color: #ffffff;
}
/*======================================================================*/
.vnt-dichvu .row{
	margin-left: -10px;
	margin-right: -10px;
}
.vnt-dichvu .row *[class^="col-"]{
	padding-left: 10px;
	padding-right: 10px;
}
.dichvu{
	margin-bottom: 20px;
}
.dichvu .img{
	position: relative;
}
.dichvu .img a{
	display: block;
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
}
.dichvu .img a>img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.dichvu:hover .img a>img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
.dichvu .date {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 13px;
    line-height: 21px;
    padding: 2px 12px;
    pointer-events: none;
}
.dichvu .date span{
	padding-left: 20px;
	position: relative;
}
.dichvu .date span:before{
	content: "\f073";
	font-family: FontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.dichvu .caption{
	padding: 20px 15px;
	background: #fafafa;
	border:solid 1px #ebebeb;
}
.dichvu .tend{
	position: relative;
	margin: 0 auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.dichvu .tend:before{
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 35px;
	bottom: 0;
	border-bottom: solid 1px #19ace2;
}
.dichvu .tend a{
	display: block;
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
.dichvu .des{
	margin: 0 auto;
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 21px;
	text-align: center;
	height: 63px;
	overflow: hidden;
	color: #666666;
}
.dichvu .des *{
	font-size: 13px !important;
	line-height: 21px !important;
	padding: 0 !important;
	font-weight: normal !important;
	color:#666666 !important;
}
/*====================================================*/
.the-title{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
.the-title h1{
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
}
.the-date{
    color:#999999;
    margin-bottom: 10px;
}
.the-content{
    text-align: justify;
    margin-bottom: 20px;
}
/*================================================*/
.box_dichvu_sidebar{
    margin-bottom: 20px;
}
.box_dichvu_sidebar .bn_title {
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: bold;
    background: #19ace2;
    padding: 11px 20px;
    margin-bottom: 2px;
    color: #ffffff;
}
.box_dichvu_sidebar .bn_title h3{
    font-size: inherit;
    line-height: inherit;
}
.box_dichvu_sidebar .bn_content .item {
    background: #f2f2f2;
    padding: 20px;
    margin-bottom: 2px;
}
.box_dichvu_sidebar .bn_content .item .i-image{
    overflow: hidden;
    margin-bottom: 10px;
}
.box_dichvu_sidebar .bn_content .item .i-image a{
    display: block;
    padding-top: 66.666667%;
    position: relative;
}
.box_dichvu_sidebar .bn_content .item .i-image img{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.box_dichvu_sidebar .bn_content .item .i-image:hover img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.box_dichvu_sidebar .bn_content .item .i-title {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}
/*===================================================*/
.dichvuOther{
    margin-bottom: 40px;
}
.dichvuOther .title{
    padding-bottom: 15px;
    margin-bottom:15px;
    position:relative;
}
.dichvuOther .title:before{
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 45px;
	border-bottom: 1px solid #19ace2;
}
.dichvuOther .title h2{
    font-size: 25px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: bold;
}
.dichvuOther ul li{
    border-bottom: solid 1px rgba(0,0,0,0.1);
}
.dichvuOther ul li a {
    display: block;
    padding: 13px 0;
    position: relative;
    font-size: 15px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dichvuOther ul li a:after{
    content: "";
    display: block;
    clear: both;
}
.dichvuOther ul li a span{
    color:#999999;
    font-size: 14px;
    line-height: 22px;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1025px){
.dichvuS{
	padding: 25px;
}
.slidedichvu .slick-dots {
    bottom: 35px;
    left: 14px;
}
}

@media all and (max-width: 991px){
.dichvuS{
	padding-bottom: 60px;
}
.dichvuS .grid{
	display: block;
}
.dichvuS .grid .col{
	width: 100%;
}
.dichvuS .img{
	margin-bottom: 15px;
}
.dichvuS .tend a{
	font-size: 20px;
	line-height: 30px;
	height: 60px;
}
.slidedichvu .slick-dots {
    bottom: 35px;
    left: 5px;
}
.the-title h1 {
    font-size: 30px;
    line-height: 40px;
}
}

@media all and (max-width: 768px){

}

@media all and (max-width: 767px){

}

@media all and (max-width: 640px){
.dichvuS{
	padding: 15px;
	padding-bottom: 60px;
}
.vnt-dichvu .row .col-xs-6{
	width: 100%;
}
.the-title h1 {
    font-size: 20px;
    line-height: 30px;
}
}

@media all and (max-width: 480px){

}

@media all and (max-width: 380px){

}