#vnt-slide-home .item {
	position: relative
}
#vnt-slide-home .captionWrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none
}
#vnt-slide-home .caption {
	background: rgba(2,72,36,0.7);
	max-width: 410px;
	-webkit-transition: all .5s linear .5s;
	-o-transition: all .5s linear .5s;
	transition: all .5s linear .5s;
	opacity: 0;
	visibility: hidden;
	pointer-events: auto
}
#vnt-slide-home .caption .t1 {
	font-size: 40px;
	line-height: 50px;
	color: #ed1c24;
	background: #f2ecd1;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 10px;
	font-family: 'UVN Nguyen Du'
}
#vnt-slide-home .caption .cap {
	text-align: center;
	padding: 15px
}
#vnt-slide-home .caption .t2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700
}
#vnt-slide-home .caption .t3 {
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff
}
#vnt-slide-home .slick-slide.slick-current .caption {
	opacity: 1;
	visibility: initial
}
#vnt-slide-home .slick-arrow {
	width: 20px;
	height: 30px;
	background: none;
	border: none;
	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 .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	color: #fff;
	text-shadow: 2px 3px 4px rgba(0,0,0,0.2)
}
#vnt-slide-home .slick-prev {
	left: 30px
}
#vnt-slide-home .slick-next {
	right: 30px
}
#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: 50px;
	line-height: 58px
}
#vnt-slide-home .slick-prev:before {
	content: "\f104"
}
#vnt-slide-home .slick-next:before {
	content: "\f105"
}
#vnt-slide-home .slick-arrow:hover {
	color: #0eaaec
}
#vnt-slide-home .slick-dots {
	position: absolute;
	right: 20px;
	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: 10px;
	height: 10px;
	background: #1264b0;
	border-radius: 100%;
	font-size: 0;
	padding: 0;
	border: none
}
#vnt-slide-home .slick-dots li.slick-active button {
	background: #fff200
}
.serviceHome {
	padding: 45px 0 75px
}
.serviceHome .title {
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #1264b0;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 40px
}
.serviceHome .title:after {
	content: "";
	width: 100px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	border-bottom: solid 1px #f1494f;
	bottom: 0
}
.serviceHome .title:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #f2ecd1;
	border: solid 1px #f1494f;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -5px;
	z-index: 1
}
.serviceHome .title span {
	font-family: 'UVN Nguyen Du';
	color: #e20711;
	font-weight: 400
}
.service {
	margin-bottom: 25px
}
.service .img {
	max-width: 220px;
	margin: 0 auto;
	margin-bottom: 15px
}
.service .img a {
	display: block;
	padding-top: 100%;
	position: relative;
	overflow: hidden
}
.service .img a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.service .img a:hover img {
	-webkit-filter: sepia(60%);
	filter: sepia(60%)
}
.service .tend a {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	 height: 30px
}
.service .tend.v a {
	color: #f50b0a
}
.service .tend.v a span {
	padding-right: 25px;
	position: relative
}
.service .tend.v a span:before {
	content: "\f178";
	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: #1264b0
}
.adsHome {
	padding: 50px 0 40px;
	background: #e50614;
}
.adsHome .title {
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #fff700;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 40px
}
.adsHome .title:after {
	content: "";
	width: 100px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	border-bottom: solid 1px #fff;
	bottom: 0
}
.adsHome .title:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #e50614;
	border: solid 1px #fff;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -5px;
	z-index: 1
}
.adsHome .title span {
	color: #fff200
}
.adsHome .dess {
	max-width: 850px;
	margin: 0 auto;
	margin-bottom: 45px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	text-align: justify
}
.adsHome .dess span {
	font-family: 'UVN Nguyen Du'
}
.adsHome .grid {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: stretch;
	margin: 0 -15px;
	flex-wrap: wrap;
	display:none
}
.adsHome .grid .col {
	width: 25%;
	border-right: solid 1px rgba(255,255,255,0.25);
	padding: 0 15px
}
.adsHome .grid .col:last-child {
	border-right: none
}
.ads .img {
	text-align: center;
	font-size: 48px;
	line-height: 56px;
	color: #fff200;
	margin-bottom: 20px
}
.ads .des {
	max-width: 210px;
	margin: 0 auto;
	color: #fff
}
.aboutHome {
	padding: 90px 0 45px;
	background: url(../images/bg1.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative
}
.aboutHome:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.4);
	pointer-events: none
}
.aboutHome .wrapper {
	position: relative;
	z-index: 1
}
.aboutHome .title {
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 50px;
	position: relative
}
.aboutHome .title .t1 {
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 5px
}
.aboutHome .title .t2 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	color: #f8bb43;
	text-transform: uppercase
}
.aboutHome .title .t2 span {
	font-family: 'UVN Nguyen Du';
	font-weight: 400
}
.aboutHome .title:after {
	content: "";
	width: 100px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	border-bottom: solid 1px #fff;
	bottom: 0
}
.aboutHome .title:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #333;
	border: solid 1px #fff;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -5px;
	z-index: 1
}
.aboutHome .wrapAbout {
	padding: 75px 50px;
	background: #d6d6d67a;
}
.aboutHome .grid {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 -15px;
	margin-bottom: 75px
}
.aboutHome .grid .col {
	width: 33.333333%;
	padding: 0 15px
}
.about {
	margin-bottom: 90px
}
.about .num {
	font-size: 21px;
	line-height: 33px;
	color: #fff200;
	text-transform: uppercase;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative
}
.about .num:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 40px;
	border-bottom: solid 1px #fff
}
.about .num span {
	font-size: 40px;
	line-height: 50px;
	color: #fff
}
.about .des {
	font-size: 15px;
	line-height: 23px;
	color: #fff;
	text-align: justify
}
.about .des span {
	font-family: 'UVN Nguyen Du'
}
.about.left {
	text-align: left
}
.about.left .num:before {
	left: 60px
}
.about.right {
	text-align: right
}
.about.right .num:before {
	right: 60px
}
.about.nomb {
	margin-bottom: 0
}
.aboutHome .linkDf {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center
}
.aboutHome .linkDf a {
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	border: solid 1px #fff200;
	padding: 8px 15px;
	text-transform: uppercase;
	margin: 0 10px
}
.aboutHome .linkDf a span {
	font-family: 'UVN Nguyen Du';
	line-height: 22px
}
.aboutHome .linkDf a:hover {
	background: #fff200;
	color: #333
}
.aboutHome .linkDf a.ct {
	color: #fff200
}
.aboutHome .linkDf a.ct:hover {
	background: #fff200;
	color: #333
}
.galleryHome {
	padding-top: 45px
}
.galleryHome .title {
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #1264b0;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 40px
}
.galleryHome .title:after {
	content: "";
	width: 100px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	border-bottom: solid 1px #f1494f;
	bottom: 0
}
.galleryHome .title:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #f2ecd1;
	border: solid 1px #f1494f;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -5px;
	z-index: 1
}
.menuGallery {
	margin-bottom: 30px
}
.menuGallery ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center
}
.menuGallery ul li {
	margin: 0 10px
}
.menuGallery ul li a {
	font-size: 15px;
	line-height: 23px;
	background: #fff;
	text-transform: uppercase;
	width: 120px;
	padding: 8px 10px;
	display: block;
	text-align: center
}
.menuGallery ul li.current a {
	background: #1264b0;
	color: #fff
}
#slideGallery .slick-list {
	margin-right: -1px
}
#slideGallery .item {
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff
}
#slideGallery .slick-arrow {
	width: 40px;
	height: 40px;
	background: #f2ecd1;
	border: none;
	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 .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	color: #868686
}
#slideGallery .slick-prev {
	left: 0
}
#slideGallery .slick-next {
	right: 0
}
#slideGallery .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: 25px;
	line-height: 25px
}
#slideGallery .slick-prev:before {
	content: "\f104"
}
#slideGallery .slick-next:before {
	content: "\f105"
}
#slideGallery .slick-arrow:hover {
	color: #1264b0
}
.gallery {
	position: relative;
	overflow: hidden
}
.gallery .img a {
	display: block;
	padding-top: 100%;
	overflow: hidden;
	position: relative
}
.gallery .img a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.gallery .caption {
	position: absolute;
	padding: 10px 20px;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(2,72,36,0.8) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(2,72,36,0.8) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(2,72,36,0.8) 100%);
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear
}
.gallery:hover .caption {
	-webkit-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
	opacity: 1;
	visibility: initial
}
.gallery .tend h3 {
	font-size: 13px;
	line-height: 21px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400
}
.gallery .sl {
	color: #fff;
	font-size: 12px;
	line-height: 20px
}
.newsHome {
	padding: 50px 0
}
.newsHome .title {
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #e50614;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 40px
}
.newsHome .title:after {
	content: "";
	width: 100px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	border-bottom: solid 1px #f1494f;
	bottom: 0
}
.newsHome .title:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #f2ecd1;
	border: solid 1px #f1494f;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -5px;
	z-index: 1
}
.news .img {
	padding-top: 79.002624%;
	position: relative;
	overflow: hidden
}
.news .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.news .img:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}
.news .caption {
	border: solid 1px #ffb000;
	border-top: none
}
.news .tend{
	padding: 20px 25px;
	border-bottom: solid 1px #ffb000
}

.news .tend a {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
	height: 69px;
	overflow: hidden;
	display: block
}
.news .df {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center
}
.news .link {
	border-left: solid 1px #beb797
}
.news .link a {
	width: 70px;
	height: 70px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	line-height: 25px;
	color: #868688
}
.news .link a:hover {
	background: #f9efc3
}
.news .date {
	width: -webkit-calc(100% - 70px);
	width: -moz-calc(100% - 70px);
	width: -o-calc(100% - 70px);
	width: calc(100% - 70px);
	color: #868688;
	font-size: 12px;
	line-height: 20px;
	padding-left: 25px
}
.news .date span {
	padding-left: 20px;
	position: relative
}
.news .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%)
}
#slidesNews .slick-list {
	margin: 0 -10px
}
#slidesNews .item {
	padding: 0 10px
}
#slidesNews .slick-arrow {
	width: 40px;
	height: 40px;
	background: #f2ecd1;
	border: none;
	position: absolute;
	top: 33%;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	color: #868686
}
#slidesNews .slick-prev {
	left: 0
}
#slidesNews .slick-next {
	right: 0
}
#slidesNews .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: 25px;
	line-height: 25px
}
#slidesNews .slick-prev:before {
	content: "\f104"
}
#slidesNews .slick-next:before {
	content: "\f105"
}
#slidesNews .slick-arrow:hover {
	color: #1264b0
}
.designPopupv2 .fancybox-slide--iframe {
	padding: 0
}
.designPopupv2 .fancybox-slide--iframe .fancybox-content {
	margin-bottom: 0;
	height: 100%
}
.designPopupv2 .fancybox-close-small {
	top: 5px;
	right: 5px
}
@media all and (max-width: 991px) {
.serviceHome {
	padding: 35px 0 25px
}
.serviceHome .title, .adsHome .title, .aboutHome .title .t2, .galleryHome .title, .newsHome .title {
	font-size: 20px;
	line-height: 30px
}
.adsHome .dess {
	font-size: 15px;
	line-height: 23px
}
.adsHome .grid .col {
	width: 50%
}
.aboutHome {
	padding: 0;
	padding-top: 40px
}
.aboutHome .title .t1 {
	font-size: 18px;
	line-height: 26px
}
.aboutHome .wrapAbout {
	padding: 0
}
.aboutHome .grid {
	display: block;
	margin-bottom: 0
}
.aboutHome .grid .col {
	width: 100%
}
.about {
	margin-bottom: 0;
	padding: 30px 40px;
	border-bottom: solid 1px rgba(255,255,255,0.15)
}
.aboutHome .img {
	padding: 25px;
	text-align: center;
	border-bottom: solid 1px rgba(255,255,255,0.15)
}
.aboutHome .linkDf {
	padding: 25px
}
.galleryHome {
	padding: 40px 0 25px
}
.newsHome {
	padding: 25px 0 35px
}
}
@media all and (max-width: 768px) {
.aboutHome .linkDf {
	display: block
}
.aboutHome .linkDf a {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	text-align: center
}
#slidesNews .slick-list {
	margin: 0 -5px
}
#slidesNews .item {
	padding: 0 5px
}
}
@media all and (max-width: 370px) {
.serviceHome .row .col-xs-6, .adsHome .grid .col {
	width: 100%
}
.ads .des {
	max-width: initial
}
}
