#vnt-slide-home .item .i-video{
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 35.375%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}
#vnt-slide-home .item .i-video .video{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
}
#vnt-slide-home .item .img{
	position: relative;
	overflow: hidden;
	padding-top: 35.375%;
}
#vnt-slide-home .item .img img{
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width:initial; 
	max-width: initial;
	height: 100%;
}
#vnt-slide-home .item{
	position: relative;
}
#vnt-slide-home .caption{
	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%);
	z-index: 1;
	text-align: center;
	white-space: nowrap;
	padding-bottom: 20px;
	width: 90%;
}
#vnt-slide-home .caption:before{
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 70px;
	height: 3px;
	bottom: 0;
	background: #ffffff;
}
#vnt-slide-home .caption .t1{
	font-size: 30px;
	line-height: 40px;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	color:#ffffff;
	margin-bottom: 10px;
}
#vnt-slide-home .caption .t2{
	font-size: 40px;
	line-height: 50px;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	color:#ffffff;
	text-transform: uppercase;
	font-weight: bold;
}
#vnt-slide-home .item.slick-current .caption{
	opacity: 1;
	visibility: initial;
}
#vnt-slide-home .slick-arrow{
	width:40px;
	height:40px;
	background: rgba(255,255,255,0.8);
	border:none;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 0;
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	color:#333333;
}
#vnt-slide-home .slick-prev{
	right: 41px;
}
#vnt-slide-home .slick-next{
	right:0px;
}
#vnt-slide-home .slick-arrow:before{
	font-family: FontAwesome;
	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%);
	font-size: 18px;
	line-height: 18px;
}
#vnt-slide-home .slick-prev:before{
	content: "\f104";
}
#vnt-slide-home .slick-next:before{
	content: "\f105";
}
#vnt-slide-home .slick-arrow:hover{
	color:#ffffff;
	background: #1fbcbc;
}
#vnt-slide-home .slick-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
}
#vnt-slide-home .slick-dots li{
	display: inline-block;
	margin: 0 5px;
}
#vnt-slide-home .slick-dots li button{
	width:50px;
	height:5px;
	background: rgba(255,255,255,0.4);
	font-size: 0;
	padding:0;
	border: none;
}
#vnt-slide-home .slick-dots li.slick-active button{
	background: #ffffff;
}
/*================================================================*/
.titleHome{
	text-align: center;
	margin-bottom: 20px;
}
.titleHome h2{
	font-size: 40px;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: normal;
}
/*================================================================*/
.chuyenkhoaHome{
	padding-top: 40px;
}
.chuyenkhoaHome .des{
	max-width: 850px;
	padding: 0 10px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 23px;
	text-align: center;
	margin-bottom: 40px;
}
.chuyenkhoaHome .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: -1px;
}
.chuyenkhoaHome .grid .col{
	width: 50%;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}
.chuyenkhoa{
	position: relative;
}
.chuyenkhoa .img{
	padding-top: 58.333333%;
	position: relative;
	overflow: hidden;
	background: #1fbcbc;
}
.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;
}
.chuyenkhoa:hover .img img{
	opacity: 0.9;
}
.chuyenkhoa .tend{
	position: absolute;
	bottom: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}
.chuyenkhoa .tend a {
    display: block;
    font-size: 25px;
    line-height: 33px;
    color: #ffffff;
    text-transform: uppercase;
    background: rgba(31, 188, 188, 0.8);
    border-radius: 5px;
    font-weight: normal;
    padding: 11px 20px;
}
/*========================================================*/
.serviceHome{
	padding: 45px 0 55px;
	background: url(../images/bg1.jpg) no-repeat center center;
	background-size: cover;
}
#slideService .slick-list{
	margin: 0 -15px;
}
#slideService .item{
	padding: 0 15px;
}
#slideService .slick-arrow{
	width:40px;
	height:40px;
	background: #1fbcbc;
	border:none;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	color:#ffffff;
}
#slideService .slick-prev{
	left:-20px;
}
#slideService .slick-next{
	right:-20px;
}
#slideService .slick-arrow:before{
	font-family: FontAwesome;
	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%);
	font-size: 20px;
	line-height: 20px;
}
#slideService .slick-prev:before{
	content: "\f104";
}
#slideService .slick-next:before{
	content: "\f105";
}
#slideService .slick-arrow:hover{
	background: #333333;
}
.service{
	background: #ffffff;
	padding: 15px;
}
.service .img{
	width: 115px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.service .img a{
	display: block;
	padding-top: 100%;
	position: relative;
}
.service .img a img{
	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%);
	max-height: 80%;
	max-width: 80%;
}
.service .tend{
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.service .tend:before{
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	width: 50px;
	border-bottom: solid 1px #1fbcbc;
}
.service .tend a{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	display: block;
	text-align: center;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.service .des{
	text-align: center;
	height:66px;
	overflow: hidden;
	text-align: center;
	color:#555555;
}
/*===========================================================*/
.newsHome {
	padding: 45px 0 50px;
}
.menuNews{
	margin-bottom: 25px;
}
.menuNews ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menuNews ul li{
	padding: 0 15px;
}
.menuNews ul li ~ li{
	border-left: solid 1px #dddddd;
}
.menuNews ul li a{
	display: block;
	font-size: 15px;
	line-height: 15px;
	color:#555555;
}
.menuNews ul li.current a,
.menuNews ul li a:hover{
	color:#1fbcbc;
}
.menuNews .mc-menu{
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}
.menuNews .mc-menu span{
	padding-right: 15px;
	position: relative;
}
.menuNews .mc-menu span:before{
	content: "\f107";
	font-family: fontAwesome;
	position: absolute;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color:#1fbcbc;
}
#slideNews .slick-list{
	margin-right: -1px;
}
#slideNews .item{
	border-right: solid 1px #eeeeee;
}
#slideNews .slick-arrow{
	width:40px;
	height:40px;
	background: #1fbcbc;
	border:none;
	border-radius: 100%;
	position: absolute;
	top: 30%;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	color:#ffffff;
}
#slideNews .slick-prev{
	left:-20px;
}
#slideNews .slick-next{
	right:-20px;
}
#slideNews .slick-arrow:before{
	font-family: FontAwesome;
	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%);
	font-size: 20px;
	line-height: 20px;
}
#slideNews .slick-prev:before{
	content: "\f104";
}
#slideNews .slick-next:before{
	content: "\f105";
}
#slideNews .slick-arrow:hover{
	background: #333333;
}
.news{
    margin-bottom: 30px;
}
.news .img{
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.news .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;
    max-width: initial;
}
.news .img:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.news .date {
    font-size: 13px;
    line-height: 21px;
    background: rgba(31, 188, 188, 0.8);
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 10px;
    color:#ffffff;
    padding-left: 30px;
}
.news .date:before{
    content: "\f133";
    font-family: fontAwesome;
    position: absolute;
    left:10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news .caption{
	padding: 15px 20px;
}
.news .tend{
    margin-bottom: 10px;
}
.news .tend a{
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    height:48px;
    overflow: hidden;
}
.news .des{
    color: #777777;
    text-align: justify;
    height: 66px;
    overflow: hidden;
}
/*========================================================*/
.aboutHome{
	background: url(../images/bg1.jpg) no-repeat center center;
    background-size: cover;
}
#slideAbout .item .about:nth-child(1) .grid .col1{
	order:1;
}
#slideAbout .item .about:nth-child(1) .grid .col2{
	order:2;
}
#slideAbout .item .about:nth-child(2) .grid .col1{
	order:2;
}
#slideAbout .item .about:nth-child(2) .grid .col2{
	order:1;
}
.about .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.about .grid .col1,
.about .grid .col2{
	width: 50%;
}
.about .img{
	padding-top: 58.829059%;
	position: relative;
	overflow: hidden;
	background: #1fbcbc;
}
.about .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;
}
.about .img:hover:before{
    right:10px;
    left:10px;
}
.about .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;
}
.about .img:hover:after{
    top:10px;
    bottom:10px;
}
.about .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;
}
.about .img:hover img{
	opacity: 0.9;
}
.about .caption{
	padding: 20px 60px;
}
.about .per{
	font-size: 25px;
	line-height: 33px;
	margin-bottom: 15px;
}
.about .tend{
	margin-bottom: 5px;
}
.about .tend a{
	display: block;
	font-size: 16px;
	line-height: 24px;
	color:#1fbcbc;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.about .des{
	font-size: 15px;
	line-height: 23px;
	color:#555555;
	text-align: justify;
	margin-bottom: 10px;
}
.about .link a{
	display: inline-block;
	font-style: italic;
	color:#1fbcbc;
}
/*============================================================*/
.dashbroadHome{
	padding: 30px 0 40px;
	background: #f6f6f6;
}
.dashbroadHome .des {
    max-width: 850px;
    padding: 0 10px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    margin-bottom: 40px;
	color:#555555;
	text-align: center;
}
.dashbroadHome .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.dashbroadHome .grid .col{
	width: 25%;
	border-right: solid 1px rgba(0,0,0,0.1);
	padding: 0 10px;
}
.dashbroadHome .item .img{
	width: 100px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}
.dashbroadHome .item .img img{
	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%);
	max-width: 80%;
	max-height: 80%;
}
.dashbroadHome .num{
	text-align: center;
	font-size: 35px;
	line-height: 45px;
	font-weight: bold;
	color:#555555;
}
.linkAll{
	text-align: center;
}
.linkAll a {
    display: inline-block;
    background: #1fbcbc;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    max-width: 170px;
    text-align: center;
    border-radius: 5px;
    font-size: 15px;
    line-height: 24px;
    padding: 8px 10px;
}
.linkAll a:hover{
	background: #dc4b47;
}
/*===========================================================*/
.gridInhome{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.gridInhome .col{
	width: 50%;
}
.faqHome{
	height: 650px;
	background: url(../images/bg2.jpg) no-repeat center center;
	background-size: cover;
	padding: 40px;
}
.faqHome .title{
	text-align: center;
	margin-bottom: 10px;
}
.faqHome .title h2{
	font-size: 30px;
	line-height: 40px;
	color:#1fbcbc;
	text-transform: uppercase;
	font-weight: normal;
}
.faqHome .des{
	text-align: center;
	color:#555555;
	margin-bottom: 10px;
}
.faqHome .link{
	text-align: center;
}
.faqHome .link a {
    display: inline-block;
    border: solid 1px #1fbcbc;
    border-radius: 3px;
    font-size: 15px;
    line-height: 24px;
    padding: 7px 28px;
}
.faqHome .link a:hover{
	background: #1fbcbc;
	color:#ffffff;
}
.mapHome img{
	width: 100%;
}
.infoHome{
	padding: 25px 30px;
}
.infoHome .title{
	font-size: 30px;
	line-height: 40px;
	color:#1fbcbc;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.infoHome p{
	font-size: 15px;
	line-height: 23px;
	padding: 0;
	color:#555555;
}
.infoHome .link{
	margin-top: 10px;
}
.infoHome .link a {
    display: inline-block;
    border: solid 1px #1fbcbc;
    border-radius: 3px;
    font-size: 15px;
    line-height: 24px;
    padding: 7px 28px;
}
.infoHome .link a:hover{
	background: #1fbcbc;
	color:#ffffff;
}
/*============================================================*/
.mediaHome{
	background: #f6f6f6;
}
.mediaHome .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.mediaHome .grid .col{
	width: 50%;
}
.media .img{
	padding-top: 59.829059%;
	position: relative;
	background: #000000;
	overflow: hidden;
}
.media .img:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	pointer-events: none;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.media .img:hover:before{
	opacity: 0;
	visibility: hidden;
}
.media .img:after{
	content: "";
	width: 70px;
	height: 60px;
	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%);
	z-index: 2;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
/*.media .img:hover:after{
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(-50%,-50%) scale(1.03);
	-ms-transform: translate(-50%,-50%) scale(1.03);
	-o-transform: translate(-50%,-50%) scale(1.03);
	transform: translate(-50%,-50%) scale(1.03);
}*/
.media.gallery .img:after{
	background-image: url(../images/per-gallery.png);
}
.media.video .img:after{
	background-image: url(../images/per-video.png);
}
.media .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
/*	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);*/
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.media .img:hover img{
	-webkit-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
}
.media .caption{
	padding: 20px;
}
.media .tend{
	margin-bottom: 10px;
}
.media .tend a{
	font-size: 16px;
	line-height: 24px;
	display: block;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-weight: bold;
	overflow: hidden;
}
.media .des{
	font-size: 15px;
	line-height: 23px;
	color:#555555;
	height:46px;
	overflow: hidden;
	margin-bottom: 10px;
}
.media .link a{
	color:#1fbcbc;
	font-style: italic;
}
/*=======================================================*/
.gridRSS{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin-right: -1px;
	flex-wrap: wrap;
}
.gridRSS .col1{
	width: 25%;
	border-right: solid 1px #ffffff;
}
.gridRSS .col2{
	width: 50%;
}
.bannerRSS{
	position: relative;
}
.bannerRSS .img{
	padding-top: 102.777777%;
	position: relative;
	overflow: hidden;
}
.bannerRSS .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;
}
.bannerRSS:hover .img img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.bannerRSS .tend{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	padding: 20px 25px;
	font-size: 18px;
	line-height: 26px;
	color:#1fbcbc;
	text-transform: uppercase;
	font-weight: bold;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%);
}
.rssHome{
	padding: 25px 40px;
}
.titleRSS{
	padding-bottom: 15px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}
.titleRSS h2{
	font-size: 25px;
	line-height: 33px;
	text-transform: uppercase;
	font-weight: normal;
}
.itemRSS {
    border-bottom: solid 1px rgba(0,0,0,0.1);
    padding: 10px 0;
    padding-left: 165px;
    padding-right: 80px;
    position: relative;
}
.itemRSS:before{
	content: "\f067";
	font-family: fontAwesome;
	position: absolute;
	color:#1fbcbc;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.itemRSS .title{
	position: absolute;
	top: 10px;
	left: 0;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.itemRSS .title:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: solid 2px #1fbcbc;
	width: 50px;
}
.itemRSS .content{
	min-height: 44px;
}
.itemRSS .link{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
#vnt-popup-rss{
	width:98%;
	max-width: 1170px;
	height:85vh;
	background: #eeeeee;
	overflow:initial;
}
#vnt-popup-rss iframe{
	width: 100%;
	height: 100%;
}
.designPopup .fancybox-close-small{
	width: 40px;
	height: 40px;
	background: rgba(255,255,255,0.85);
	bottom: 100%;
	top:initial;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1024px){
.gridRSS .col1{
	width: 50%;
	order:2;
}
.gridRSS .col2{
	width: 100%;
	order:1;
}
}

@media all and (max-width: 991px){
#vnt-slide-home .item .i-video,
#vnt-slide-home .img{
	height:initial;
	padding-top: 35.416666%;
}
#vnt-slide-home .item .i-video .video{
	height:initial;
	width:100%;
}
#vnt-slide-home .caption .t1{
	font-size: 16px;
	line-height: 24px;
}
#vnt-slide-home .caption .t2{
	font-size: 20px;
	line-height: 30px;
}
.chuyenkhoaHome{
	padding-top: 20px;
}
.titleHome h2{
	font-size: 28px;
	line-height: 36px;
}
.chuyenkhoa .tend a{
	font-size: 20px;
	line-height: 30px;
}
.serviceHome{
	padding: 30px 0 50px;
}
#slideService,
#slideNews{
	padding: 0 15px;
}
#slideService .slick-list{
	margin: 0 -5px;
}
#slideService .item{
	padding: 0 5px;
}
#slideNews .slick-prev,
#slideService .slick-prev{
	left:-5px;
}
#slideNews .slick-next,
#slideService .slick-next{
	right:-5px;
}
.menuNews{
	position: relative;
}
.menuNews.active ul{
	display: block;
}
.menuNews ul{
	position: absolute;
	background: #ffffff;
	min-width: 250px;
	z-index: 1;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
	display: block;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 30px;
	display: none;
}
.menuNews ul li{
	padding: 0;
}
.menuNews ul li a{
	padding: 8px 15px;
	font-size: 14px;
	line-height: 22px;
}
.about .grid{
	display: block;
}
.about .grid .col1,
.about .grid .col2{
	width: 100%;
}
.about .caption{
	padding: 25px 20px;
}
.dashbroadHome .num{
	font-size: 25px;
	line-height: 33px;
}
.dashbroadHome .grid .col{
	width: 50%;
	margin-bottom: 20px;
}
.gridInhome .col{
	width: 100%;
}
.infoHome .title{
	font-size: 25px;
	line-height: 33px;
}
.faqHome{
	height: 470px;
}
.mediaHome .grid .col{
	width: 100%;
}
.rssHome{
	padding: 25px 15px;
}
.itemRSS{
	padding-left: 0;
	padding-right: 25px;
}
.itemRSS .title{
	position: relative;
	margin-bottom: 10px;
	top:initial;
	left:initial;
}
}

@media all and (max-width: 768px){
.chuyenkhoaHome .grid .col{
	width: 100%;
}
.dashbroadHome .grid .col:nth-child(2n+2){
	border-right: none;
}
}

@media all and (max-width: 580px){
#vnt-slide-home .caption .t2,
#vnt-slide-home .caption .t1{
	white-space: initial;
}
.chuyenkhoa .tend a {
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
}
.dashbroadHome .item .img{
	width: 80px;
	height: 80px;
}
}

@media all and (max-width: 360px){
.dashbroadHome .grid .col{
	width: 100%;
	border:none;
}
.gridRSS .col1{
	width: 100%;
}
}