<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">::selection {
	background-color: #efbb20;
	color: #ffffff;
}
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 0px;
}
::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 0px;
	box-shadow: none;
}
::-webkit-scrollbar {
	width: 10px;
}
ul{
	padding:0px;
	margin:0px;
}
a:hover{
	text-decoration:none;
}
.clear{
	clear:both;
}
p{margin-bottom:8px}
body {
	font-size: 13px;
	font-family: 'Quicksand', sans-serif;
	margin: 0px;
	padding: 0px;
	background: white;
	color: #656e7f;
}
.container {
	max-width: 1200px;
}
.header_top{
	background: white;
	padding: 5px 0px 5px 0px;
	display: none;
}
.header_top .logo img{
	width: 70px;
	margin: 10px 20px;	
}

.box_slide{
	height: auto;
	overflow: HIDDEN;
	margin-bottom: 0px;	
}



.mag-wrapper{
	background: #fff;
	margin-bottom: 20px;
	border: 0px solid #ddd;
	border-top: 0;	
}

.mag-wrapper .title {
	font-size: 20px;
	font-weight: 600;
	padding: 10px 0px;
	transition: all 0.5s ease-out;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	border-bottom: 4px solid #1d439c;
}

.mag-wrapper .title a.cate_name{
	color: #1d439c;
	font-size: 20px;
	font-weight: bold;	
}
.mag-wrapper .title .viewall {
	font-size: 12px;
	font-weight: 600;
	transition: all 0.5s ease-out;
	float: right;
	margin-top: 3px;
}
.mag-wrapper .title .viewall i{}
.mag-wrapper .list{padding: 15px 10px;}
.mag-wrapper .list .items{
	margin-bottom: 20px;	
}
.mag-wrapper .list .img{
	width: 100%;
	height: 100px;
	overflow: hidden;
}
.mag-wrapper .list .img .bg_img{
	transform: scale(1.0);
	transition: 0.9s;
	overflow: hidden;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
	width:100%;
	height:100px;
}
.mag-wrapper .list .img:hover .bg_img{
	opacity: 0.8;
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);	
}
.mag-wrapper .list .info{}
.mag-wrapper .list .info a.label_title{
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	color: #2D2D2D;
	display: -webkit-box;
	margin: 0 auto;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;	
}
.mag-wrapper .list .info p.time i{}
.mag-wrapper .list .info p.time{
	color: #666;
	font-size: 11px;
	margin-top: 5px;
	font-weight: 500;	
}

.mag-wrapper .list_style_2{padding: 15px 15px;}
.mag-wrapper .list_style_2 .items{}
.mag-wrapper .list_style_2 .items .info{margin-bottom:10px;}
.mag-wrapper .list_style_2 .img .bg_img{
	transform: scale(1.0);
	transition: 0.9s;
	overflow: hidden;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
	width:100%;
	height:312px;
}

.mag-wrapper .list_style_2 .info{
	background: black;
	padding: 10px;
}
.mag-wrapper .list_style_2 .info a.label_title{
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: white;
	display: -webkit-box;
	margin: 0 auto;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;	
	font-family: 'Quicksand', sans-serif;
}
.mag-wrapper .list_style_2 .info p.time i{}
.mag-wrapper .list_style_2 .info p.time{
	color: white;
	font-size: 11px;
	margin-top: 5px;
	font-weight: 500;	
}
.mag-wrapper .list_style_2 .info p.sapo{color:#afb5c1}


.list_style_2 .list_left{margin-bottom: 15px;}

.list_style_2 .list_left .img{
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}
.list_style_2 .list_left .img .bg_img{
	transform: scale(1.0);
	transition: 0.9s;
	overflow: hidden;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
	width:100%;
	height:250px;
}
.list_style_2 .list_left .img:hover .bg_img{
	opacity: 0.8;
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);	
}
.list_style_2 .list_left .info{
	background: none;
	padding: 0px;	
	text-align: :center;
}
.list_style_2 .list_left .info a.label_title{
	font-size: 22px;
	font-weight: bold;
	line-height: 20px;
	color: #323030;
	display: -webkit-box;
	margin: 0 auto;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: 'Quicksand', sans-serif;
	text-align :center;
}
.list_style_2 .list_left .info p{}.time{
	color: #666;
	font-size: 11px;
	margin-top: 5px;
	font-weight: 500;	
}

.list_style_2 .list_left .info p{
	color: #000000;
	font-weight: 400;
	font-size: 14px;
	margin: 15px 0px;   
}
.list_style_2 .list_left .xemthem{
	width: 100px;
	text-align: center;
	margin: 0 auto;
	border-radius: 3px;
	padding: 5px 10px;
	background: #6c757d;
	color: white;   
}


.mag-wrapper .list_style_3{padding: 15px 15px;}
.list_style_3{margin-bottom: 10px;}
.list_style_3 .img{overflow:hidden}
.list_style_3 .img .bg_img{
	transform: scale(1.0);
	transition: 0.9s;
	overflow: hidden;
	float: left;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
	width:100%;
	height:130px;
}
.list_style_3 .img:hover .bg_img{
	opacity: 0.8;
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);	
}

.mag-wrapper .list_style_3 .info a.label_title{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #2D2D2D;
	display: -webkit-box;
	margin: 0 auto;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
}
.mag-wrapper .list_style_3 .info p.time i{}
.mag-wrapper .list_style_3 .info p.time{
	color: #666;
	font-size: 11px;
	margin-top: 5px;
	font-weight: 500;	
}
.mag-wrapper .list_style_3 .info p.sapo{color:#666}
.mb_15{margin-bottom:15px;}

.widget_sidebar{
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #ddd;	
}
.widget_sidebar .title{
	-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
	padding: 13px;
	margin: 0;
	background: rgba(238, 238, 238, 0.33);
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.widget_sidebar .title a{
	font-weight: 700;
	transition: all 0.5s ease-out;
	text-transform: uppercase;
	color: #1d439c;
	font-size: 17px;
	line-height: 28px;	
}

.list_sidebar{padding: 15px;}
.list_sidebar .items{margin-bottom:15px;}
.list_sidebar .bg_img{
	transform: scale(1.0);
	transition: 0.9s;
	overflow: hidden;
	float: left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 70px;	
}
.list_sidebar .info a{
	color: #333;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s ease-out;
	line-height: 1.4;
	text-align: justify;	
}

.list_sidebar img{
	width: 100%;
	margin-bottom: 15px;
}

.title-full{
	position: relative;
	text-align: center;
	margin-bottom: 30px;	
}
.title-full a{
	font: 24px/30px'UTM Avo Bold',sans-serif;
	position: relative;
	margin-bottom: 10px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
}
.title-full p{
	font: 14px/1.8'Roboto';
	color: #999;
	margin-bottom: 20px;
	margin-top: 10px;   
}
.copyright{
	background: black;
	padding: 15px 0;
	color: white;
	line-height: 1.2;
	text-align: center;
}
.title-footer{
	font-family: roboto;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 17px;
	margin-bottom: 35px;
	position: relative;
}


.title-footer::after {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	width: 58px;
	background: #c58933;
	bottom: 0;
	top: 35px;
}

.info_footer{margin-bottom:15px;}
.info_footer i{    width: 20px;}
.bottom-news{
	margin-bottom: 15px;
	min-height: 100px;	
}
.bottom-news li{list-style: none;    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;}
	.bottom-news li a{
		color: white;
		line-height: 24px;	
	}
	.pss_relative{
		position:relative;
	}
	.language{
		position: absolute;
		right: 28px;
		top: -10px;
	}
	.language img{
		width: 32px;
		height: 20px;	
	}

	.abouts .text{margin-bottom:15px;}
	.abouts a.readmore{
		background: #3c7bdd;
		color: white;
		padding: 9px 18px;
		border-radius: 5px;
		font-size: 15px;
		font-weight: 900;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;	
	}
	.abouts a.readmore:hover{    background: #dd3c3c;}
	.abouts .text p.name{
		font-size: 32px;
		color: #094C81;
		text-transform: uppercase;	
	}
	.abouts .text .content{
		color: #666666;
		font-size: 14px;
		line-height: 26px;
		margin-bottom:20px;
	}

	.box_sale{
		text-align: left;
		margin-bottom: 15px;	
	}
	.box_sale .img{
		width: 100%;
		height: 240px;
		background-size: cover;
		border: 1px #dedede solid;
		background-position: center;
		margin: 0 auto;
		margin-bottom: 15px;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;	
	}
	.box_sale .img:hover {
		opacity: 1;
		-webkit-transform: scale(1.05,1.05);
		transform: scale(1.05,1.05);
	}
	.box_sale p.name{
		color: black;
		font-size: 16px;
		font-weight: 400;	
	}
	.box_sale a{
		color: #e81010;
		font-size: 17px;
		font-weight: 500;	
	}

	.product_hot{
		margin-bottom: 15px;        
	}

	.product_hot .img{
		overflow: hidden;
		margin-bottom: 15px;
		position: relative;
	}
	.product_hot .img .thumb{
		width: 100%;
		height: 130px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;    
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;       
	}
	.product_hot .img .thumb:hover {
		opacity: 1;
		transform: rotate(8deg) scale(1.3) skew(1deg) translate(0px);
	}
	.product_hot .name{
	}
	.product_hot .name a{
		color: #333;
		font-size: 14px;
		font-weight: 500;
		text-transform: uppercase;
	}




	.product{
		text-align: center;
		margin-bottom: 15px;	
	}
	.product .img{
		overflow: hidden;
		margin-bottom: 15px;
		position: relative;
	}
	.product .img .thumb{
		width: 100%;
		height: 200px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;	
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;		
		border: 1px solid #c58933;
	}
	.product .img .thumb:hover {
		opacity: 1;
		transform: rotate(8deg) scale(1.3) skew(1deg) translate(0px);
	}
	.product .name{
		position: absolute;
		z-index: 9999;
		bottom: 0px;
		background: rgba(0,0,0,.7);
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 50px;
		line-height: 56px;
		padding-left: 15px;     text-align: left;
	}
	.product .name a{
		color: white;
		font-size: 14px;
		font-weight: 500;
		text-transform: uppercase;
	}
	.product .name a h3{
		font-size: inherit;
		line-height: inherit;
		margin-bottom: inherit;	
	}
	.owl-prev{
		font-size: 40px!important;
		color: white!important;
		position: absolute;
		left: -67px;
		top: 27%;
		width: 60px;
		height: 60px;
		position: absolute;
		background: rgba(197, 137, 51, 0.7)!important;	
	}
	.owl-next{
		font-size: 40px!important;
		color: white!important;
		position: absolute;
		right: -67px;
		top: 27%;
		width: 60px;
		height: 60px;
		position: absolute;
		background: rgba(197, 137, 51, 0.7)!important;
	}
	.pdlr0{
		padding-left: 0px!important;
		padding-right: 0px!important;	
	}
	.detailpost{overflow:hidden}
	.detailpost img{
		max-width:100%!important;
		height:auto!important;
	}
	.h15{height:15px;}
	.head_title2 {
		background: white;
		border-bottom: 3px #444444 solid;
	}
	.head_title2 p {
		margin-bottom: 0px;
		color: #444444;
		text-transform: uppercase;
		font-weight: bold;
		padding-left: 0px;
		line-height: 40px;
		font-size: 17px;
	}
	.div_detail {
		overflow: hidden;
		color: #333;
		font-weight: 500;
		font-size: 14px;
		line-height: 24px;
	}
	.div_detail img{
		max-width:100%!important;
		height:auto!important;
	}
	.cart_order {
		width: 300px;
		padding: 20px;
	}
	.cart_order .namepr {
		text-transform: uppercase;
		color: black;
		font-size: 15px;
		font-weight: 600;
	}

	.bando iframe{
		width:100%;
	}
	.quangcao{margin-bottom:20px;}

	.quangcao img{
		width:100%;
	}

	input {
		outline: none;
	}
	input[type=search] {
		-webkit-appearance: textfield;
		-webkit-box-sizing: content-box;
		font-family: inherit;
		font-size: 100%;
	}
	input::-webkit-search-decoration,
	input::-webkit-search-cancel-button {
		display: none; 
	}


	input[type=search] {
		background: #ffffff url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
		border: solid 1px #fff;
		padding: 9px 10px 9px 32px;
		width: 55px;

		-webkit-border-radius: 10em;
		-moz-border-radius: 10em;
		border-radius: 10em;

		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
	}
	input[type=search]:focus {
		width: 130px;
		background-color: #fff;
		border-color: #66CC75;

		-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
		-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
		box-shadow: 0 0 5px rgba(109,207,246,.5);
	}


	input:-moz-placeholder {
		color: #999;
	}
	input::-webkit-input-placeholder {
		color: #999;
	}


	#demo-2{
		position: absolute;
		right: 110px;
		top: -17px;	
	}
	/* Demo 2 */
	#demo-2 input[type=search] {
		width: 15px;
		padding-left: 10px;
		color: transparent;
		cursor: pointer;
	}
	#demo-2 input[type=search]:hover {
		background-color: #fff;
	}
	#demo-2 input[type=search]:focus {
		width: 160px;
		padding-left: 32px;
		color: #000;
		background-color: #fff;
		cursor: auto;
	}
	#demo-2 input:-moz-placeholder {
		color: transparent;
	}
	#demo-2 input::-webkit-input-placeholder {
		color: transparent;
	}

	.nav-mobile{
		display: none;
		height: 38px;
		color: black;
		padding: 0 0px;
		position: absolute;
		top: 23px;
	}
	.nav-mobile .title {
		font-size: 12px;
		padding-left: 0px;
		font-style: italic;
		display: inline-block;
		line-height: 20px;
		padding-top: 4px;
		float: left;
		margin-right: 10px;
	}
	.nav-mobile .tong-dai {
		display: inline-block;
	}
	.nav-mobile .tong-dai a{
		font-size: 27px;
		color: white;
		font-weight: bold;
		line-height: 47px;		
	}
	.format-col {
		padding: 0;
	}

	.icon_pr_mb{	
		padding-top: 0px;
	}
	.icon_pr_mb a{
		font-size: 16px;
		color: #000;
	}
	.icon_pr_mb i{
		color: #000;
		font-size:20px;
		display: table-cell;
		vertical-align: middle;	
	}

	.icon_pr_mb i span {
		width: 24px;
		height: 2px;
		background-color: #000;
		display: block;
		margin-bottom: 5px;
	}

	.layout{margin-top:15px;}
	.video_detail{}
	.video_detail iframe{
		width: 100%;
		height: 337px;
		border: none;	
	}

	.social{
		position: absolute;
		right: 0px;
		top: 0px; 
	}
	.social ul{}
	.social ul li{
		float: left;
		padding: 7px 7px!important;
	}
	.social ul li i{
		font-size: 28px;
		color: #2d2d2d;     
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

	.social ul li i:hover{
		color:#dd3c3c;
	}


	/*-------  PhĂ¢n trang -----*/	
	.pagination {
		margin-right: 10px;
		display: block;
		margin-bottom: 20px;
	}

	.pagination .current {
		background: #337ab7;
		border-color: ##163b5e !important;
		color: white !important;
		margin: 0 5px 0 7px;
		padding: 3px 8px;
		border-radius: 3px;
	}

	.pagination .disabled {
		color: black;
		text-decoration: none;
		background: white;
		border: 1px solid #ddd;
		padding: 3px 8px;
		border-radius: 3px;
	}
	.pagination span a {
		color: black;
		text-decoration: none;
		background: white;
		border: 1px solid #ddd;
		padding: 3px 8px;
		border-radius: 3px;
	}
	.pagination a {
		margin: 0 5px 0 0;
		padding: 3px 6px;
	}



	.item_header i{
		border-radius: 50%;
		font-size: 30px;
		background: #53507b;
		padding: 12px 13px;
		color: #fff;
		height: 55px;
		width: 55px;
		float: left;
		margin-right: 5px;
	}

	.item_header .contact-border{
		padding-top: 5px;
		text-transform: uppercase;	
	}
	.item_header .contact-border .themetext{
		color: #6a6a6a;
		font-weight: 600;
		font-size: 15px;	
	}
	.item_header .contact-border div{
		color: #6a6a6a;
		font-size: 13px;
		font-weight: 500;	
	}

	.row_3_new{}
	.row_3_new .div{    margin-bottom: 15px;}
	.row_3_new .div .featured-icon{}
	.row_3_new .div .featured-icon .img{
		height: 200px;
		background-size: contain;
		background-repeat: no-repeat;
		margin-bottom: 15px;    
		background-position: center;
		position: relative;
	}

	.row_3_new .div .featured-icon .img .mask{
		color: white;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: rgba(29,67,156,.85);
		color: #fff;
		font-size: 14px;
		padding: 16px 10px;
		opacity: 0;	
		text-align:left
	}
	.row_3_new .div .featured-icon .img:hover .mask{
		opacity: 1;	
	}

	.row_3_new .div .featured-icon .img .mask a{
		color: white;
		font-size: 12px;
	}
	.row_3_new .div .featured-icon .img .mask a i{
		border: 1px white solid;
		border-radius: 50%;
		margin-right: 10px;
		padding: 5px;
	}
	.row_3_new .div .featured-icon img{
		height: 200px;
		display: -webkit-inline-box;
		width: 100%;
		margin-bottom: 15px;
	}



	.row_3_new .info{}
	.row_3_new .info h5 a{
		color: #333;
		font-weight: 800;
		font-size: 16px;
	}
	.row_3_new .info p{
		font-size: 15px;
		line-height: 23px;
		font-weight: 500;
		padding: 0px 0px;
		color: black;
	}

	#register{
		background-image: url(/images/bg_res.jpg);
		background-position: top;
		background-size: cover;
		height: auto;
		margin: 30px 0px 00px 0px;
		width: 100%;
		padding: 50px 0 60px; 
	}

	.contact-home-box{
		padding: 0px  30px;
	}

	.contact-home-box h2.lz-contact-heading{
		text-align: center;
		position: relative;
		margin-bottom: 25px;
		color: white;
		font-size: 27px;
		font-weight: bold;
		font-family: Roboto;
	}
	.contact-home-box h5.p_content{
		color: white;
		font-size: 14px;
		line-height: 23px;
		text-align: center;
		margin-bottom: 25px;
	}
	.contact-home-box h2.lz-contact-heading span{
		font-weight: bold;
	}

	.contact-home-box button{
		background-color: #c58933;
		padding: 7px 25px;
		border: 1px solid #c58933;
		border-radius: 0px;
		color: #fff;
		height: auto;
		box-shadow: none;
		/* margin: 12px 0 0; */
		text-transform: uppercase;
		font-size: 14px;
		width: 100%;
	}

	.contact-home-box .form-control:focus {
		color: #495057;
		background-color: inherit;}

		.sapo_cate{
			width: 70%;
			margin: 0 auto;
			color: black;
			font-size: 14px;
			font-weight: 500;
			text-align: center; 
		}

		.contact-home-box input{
			opacity: 1;
			color: #fff;
			background: rgba(255,255,255,.1);
			border-left: 0px;
			border-radius: 0px;
		}
		.contact-home-box .input-group-prepend {
			margin-right: 0px;
		}

		.contact-home-box .input-group-text{
			opacity: 1;
			color: #fff;
			background: rgba(255,255,255,.1);
			border-right: 0px;
			border-radius: 0px;
		}
		.contact-home-box input::placeholder {
			color: white;
		}

		.header_in_page{
			transform: scale(1.0);
			transition: 0.9s;
			overflow: hidden;
			float: left;
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center top;
			-webkit-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
			width: 100%;
			height: 200px; 
		}


		.form-contact{
			background: #1d439c;
			padding: 20px;
			border-radius: 3px;
			color: white;
			margin-bottom: 30px;
		}





		.phonering-alo-phone {
			position:fixed;
			visibility:hidden;
			background-color:transparent;
			width:160px;
			height:160px;
			cursor:pointer;
			z-index:200000!important;
			-webkit-backface-visibility:hidden;
			-webkit-transform:translateZ(0);
			transition:visibility .5s;

			display:block;
			left: 10px;
			bottom: 10px;
		}
		.phonering-alo-phone.phonering-alo-show {
			visibility:visible
		}
		@-webkit-keyframes fadeInRight {
			0% {
				opacity:0;
				-webkit-transform:translate3d(100%,0,0);
				transform:translate3d(100%,0,0)
			}
			100% {
				opacity:1;
				-webkit-transform:none;
				transform:none
			}
		}
		@-webkit-keyframes fadeInRightBig {
			0% {
				opacity:0;
				-webkit-transform:translate3d(2000px,0,0);
				transform:translate3d(2000px,0,0)
			}
			100% {
				opacity:1;
				-webkit-transform:none;
				transform:none
			}
		}
		@-webkit-keyframes fadeOutRight {
			0% {
				opacity:1
			}
			100% {
				opacity:0;
				-webkit-transform:translate3d(100%,0,0);
				transform:translate3d(100%,0,0)
			}
		}
		.fadeOutRight {
			-webkit-animation-name:fadeOutRight;
			animation-name:fadeOutRight
		}
		.phonering-alo-phone.phonering-alo-static {
			opacity:.6
		}
		.phonering-alo-phone.phonering-alo-hover,.phonering-alo-phone:hover {
			opacity:1
		}
		.phonering-alo-ph-circle {
			width:150px;
			height:150px;
			top: 50px;
			left: -40px;
			position:absolute;
			background-color:transparent;
			border-radius:100%;
			border:2px solid rgba(30,30,30,0.4);
			border:2px solid #bfebfc 9;
			opacity:.1;
			-webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
			animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
			transition:all .5s;
			-webkit-transform-origin:50% 50%;
			-ms-transform-origin:50% 50%;
			transform-origin:50% 50%
		}
		.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
			-webkit-animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important;
			animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important
		}
		.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
			-webkit-animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important;
			animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important
		}
		.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone:hover .phonering-alo-ph-circle {
			border-color:#00aff2;
			opacity:.5
		}
		.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
			border-color:#75eb50;
			border-color:#baf5a7 9;
			opacity:.5
		}
		.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
			border-color:#00aff2;
			border-color:#bfebfc 9;
			opacity:.5
		}
		.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
			border-color:#ccc;
			opacity:.5
		}
		.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
			border-color:#75eb50;
			opacity:.5
		}
		.phonering-alo-ph-circle-fill {
			width:90px;
			height:90px;
			top: 80px;
			left: -11px;
			position:absolute;
			background-color:#000;
			border-radius:100%;
			border:2px solid transparent;
			-webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
			animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
			transition:all .5s;
			-webkit-transform-origin:50% 50%;
			-ms-transform-origin:50% 50%;
			transform-origin:50% 50%
		}
		.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
			-webkit-animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
			animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important
		}
		.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
			-webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
			animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
			opacity:0!important
		}
		.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
			background-color:rgba(0,175,242,0.5);
			background-color:#00aff2 9;
			opacity:.75!important
		}
		.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
			background-color:rgba(117,235,80,0.5);
			background-color:#baf5a7 9;
			opacity:.75!important
		}
		.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
			background-color:rgba(0,175,242,0.5);
			background-color:#a6e3fa 9
		}
		.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
			background-color:rgba(204,204,204,0.5);
			background-color:#ccc 9;
			opacity:.75!important
		}
		.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
			background-color:rgba(117,235,80,0.5);
			opacity:.75!important
		}
		.phonering-alo-ph-img-circle {
			width:50px;
			height:50px;
			top: 100px;
			left: 10px;
			position:absolute;
			background:rgba(30,30,30,0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
			border-radius:100%;
			background-size: 84%;
			border:2px solid transparent;
			-webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
			animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
			-webkit-transform-origin:50% 50%;
			-ms-transform-origin:50% 50%;
			transform-origin:50% 50%
		}
		.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
			-webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important;
			animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important
		}
		.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
			-webkit-animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important;
			animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important
		}
		.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
			background-color:#00aff2
		}
		.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
			background-color:#75eb50;
			background-color:#75eb50 9
		}
		.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
			background-color:#00aff2;
			background-color:#00aff2 9
		}
		.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
			background-color:#ccc
		}
		.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
			background-color:#75eb50
		}
		@-webkit-keyframes phonering-alo-circle-anim {
			0% {
				-webkit-transform:rotate(0) scale(.5) skew(1deg);
				-webkit-opacity:.1
			}
			30% {
				-webkit-transform:rotate(0) scale(.7) skew(1deg);
				-webkit-opacity:.5
			}
			100% {
				-webkit-transform:rotate(0) scale(1) skew(1deg);
				-webkit-opacity:.1
			}
		}
		@-webkit-keyframes phonering-alo-circle-fill-anim {
			0% {
				-webkit-transform:rotate(0) scale(.7) skew(1deg);
				opacity:.2
			}
			50% {
				-webkit-transform:rotate(0) scale(1) skew(1deg);
				opacity:.2
			}
			100% {
				-webkit-transform:rotate(0) scale(.7) skew(1deg);
				opacity:.2
			}
		}
		@-webkit-keyframes phonering-alo-circle-img-anim {
			0% {
				-webkit-transform:rotate(0) scale(1) skew(1deg)
			}
			10% {
				-webkit-transform:rotate(-25deg) scale(1) skew(1deg)
			}
			20% {
				-webkit-transform:rotate(25deg) scale(1) skew(1deg)
			}
			30% {
				-webkit-transform:rotate(-25deg) scale(1) skew(1deg)
			}
			40% {
				-webkit-transform:rotate(25deg) scale(1) skew(1deg)
			}
			50% {
				-webkit-transform:rotate(0) scale(1) skew(1deg)
			}
			100% {
				-webkit-transform:rotate(0) scale(1) skew(1deg)
			}
		}
		@-webkit-keyframes fadeInRight {
			0% {
				opacity:0;
				-webkit-transform:translate3d(100%,0,0);
				-ms-transform:translate3d(100%,0,0);
				transform:translate3d(100%,0,0)
			}
			100% {
				opacity:1;
				-webkit-transform:none;
				-ms-transform:none;
				transform:none
			}
		}
		@keyframes fadeInRight {
			0% {
				opacity:0;
				-webkit-transform:translate3d(100%,0,0);
				-ms-transform:translate3d(100%,0,0);
				transform:translate3d(100%,0,0)
			}
			100% {
				opacity:1;
				-webkit-transform:none;
				-ms-transform:none;
				transform:none
			}
		}
		@-webkit-keyframes fadeOutRight {
			0% {
				opacity:1
			}
			100% {
				opacity:0;
				-webkit-transform:translate3d(100%,0,0);
				-ms-transform:translate3d(100%,0,0);
				transform:translate3d(100%,0,0)
			}
		}
		@keyframes fadeOutRight {
			0% {
				opacity:1
			}
			100% {
				opacity:0;
				-webkit-transform:translate3d(100%,0,0);
				-ms-transform:translate3d(100%,0,0);
				transform:translate3d(100%,0,0)
			}
		}
		@-webkit-keyframes phonering-alo-circle-anim {
			0% {
				-webkit-transform:rotate(0) scale(.5) skew(1deg);
				transform:rotate(0) scale(.5) skew(1deg);
				opacity:.1
			}
			30% {
				-webkit-transform:rotate(0) scale(.7) skew(1deg);
				transform:rotate(0) scale(.7) skew(1deg);
				opacity:.5
			}
			100% {
				-webkit-transform:rotate(0) scale(1) skew(1deg);
				transform:rotate(0) scale(1) skew(1deg);
				opacity:.1
			}
		}
		@keyframes phonering-alo-circle-anim {
			0% {
				-webkit-transform:rotate(0) scale(.5) skew(1deg);
				transform:rotate(0) scale(.5) skew(1deg);
				opacity:.1
			}
			30% {
				-webkit-transform:rotate(0) scale(.7) skew(1deg);
				transform:rotate(0) scale(.7) skew(1deg);
				opacity:.5
			}
			100% {
				-webkit-transform:rotate(0) scale(1) skew(1deg);
				transform:rotate(0) scale(1) skew(1deg);
				opacity:.1
			}
		}
		@-webkit-keyframes phonering-alo-circle-fill-anim {
			0% {
				-webkit-transform:rotate(0) scale(.7) skew(1deg);
				transform:rotate(0) scale(.7) skew(1deg);
				opacity:.2
			}
			50% {
				-webkit-transform:rotate(0) scale(1) skew(1deg);
				transform:rotate(0) scale(1) skew(1deg);
				opacity:.2
			}
			100% {
				-webkit-transform:rotate(0) scale(.7) skew(1deg);
				transform:rotate(0) scale(.7) skew(1deg);
				opacity:.2
			}
		}
		@keyframes phonering-alo-circle-fill-anim {
			0% {
				-webkit-transform:rotate(0) scale(.7) skew(1deg);
				transform:rotate(0) scale(.7) skew(1deg);
				opacity:.2
			}
			50% {
				-webkit-transform:rotate(0) scale(1) skew(1deg);
				transform:rotate(0) scale(1) skew(1deg);
				opacity:.2
			}
			100% {
				-webkit-transform:rotate(0) scale(.7) skew(1deg);
				transform:rotate(0) scale(.7) skew(1deg);
				opacity:.2
			}
		}
		@-webkit-keyframes phonering-alo-circle-img-anim {
			0% {
				-webkit-transform:rotate(0) scale(1) skew(1deg);
				transform:rotate(0) scale(1) skew(1deg)
			}
			10% {
				-webkit-transform:rotate(-25deg) scale(1) skew(1deg);
				transform:rotate(-25deg) scale(1) skew(1deg)
			}
			20% {
				-webkit-transform:rotate(25deg) scale(1) skew(1deg);
				transform:rotate(25deg) scale(1) skew(1deg)
			}
			30% {
				-webkit-transform:rotate(-25deg) scale(1) skew(1deg);
				transform:rotate(-25deg) scale(1) skew(1deg)
			}
			40% {
				-webkit-transform:rotate(25deg) scale(1) skew(1deg);
				transform:rotate(25deg) scale(1) skew(1deg)
			}
			50% {
				-webkit-transform:rotate(0) scale(1) skew(1deg);
				transform:rotate(0) scale(1) skew(1deg)
			}
			100% {
				-webkit-transform:rotate(0) scale(1) skew(1deg);
				transform:rotate(0) scale(1) skew(1deg)
			}
		}
		@keyframes phonering-alo-circle-img-anim {
			0% {
				-webkit-transform:rotate(0) scale(1) skew(1deg);
				transform:rotate(0) scale(1) skew(1deg)
			}
			10% {
				-webkit-transform:rotate(-25deg) scale(1) skew(1deg);
				transform:rotate(-25deg) scale(1) skew(1deg)
			}
			20% {
				-webkit-transform:rotate(25deg) scale(1) skew(1deg);
				transform:rotate(25deg) scale(1) skew(1deg)
			}
			30% {
				-webkit-transform:rotate(-25deg) scale(1) skew(1deg);
				transform:rotate(-25deg) scale(1) skew(1deg)
			}
			40% {
				-webkit-transform:rotate(25deg) scale(1) skew(1deg);
				transform:rotate(25deg) scale(1) skew(1deg)
			}
			50% {
				-webkit-transform:rotate(0) scale(1) skew(1deg);
				transform:rotate(0) scale(1) skew(1deg)
			}
			100% {
				-webkit-transform:rotate(0) scale(1) skew(1deg);
				transform:rotate(0) scale(1) skew(1deg)
			}
		}

		.delay-0 {
			animation-delay: 0ms;
		}
		.delay-1 {
			animation-delay: .25s;
		}
		.delay-2 {
			animation-delay: .5s;
		}
		.delay-3 {
			animation-delay: .75s;
		}




		#address-box{
			position: relative;
			top: 85px;
			background: #4685e7;    font-size: 14px;
		}
		.padding0 {
			padding: 0;
		}
		.fitness-address-block {
			margin: 20px 0 0;
		}

		.fitness-address-block {
			background: #4685e7;
			padding: 20px;
			box-shadow: 0px 15px 24px 0px rgba(82, 82, 82, 0.2);
			height: 155px;
		}
		.contact-text {
			color: #fff;
		}
		.fitness-address-block b {
			font-size: 15px;
			text-transform: uppercase;
			display: block;
			color: #fff;
		}
		.fitness-address-block i {
			font-size: 40px;
			color: #fff;
			margin-bottom: 10px;
		}
		#address-box a{color: white}
		.duannoibat{
			background: #EDEDED url(/images/duan-bg.jpg) scroll center center no-repeat;
			background-size: cover;
			padding: 50px 0px;
		}
		#box_project{
			width: 1270px;
			margin: 0 auto;
			padding: 0px 10px;
		}


		#box_project .title_box{
			font: 24px/30px'UTM Avo Bold',sans-serif;
			position: relative;
			margin-bottom: 10px;
			font-weight: bold;
			color: #333; 
		}
		#box_project p.sapo{
			font: 14px/1.8'Roboto';
			color: #999;
			margin-bottom: 20px; 
		}

		.feedback{
			background-image: url(/images/trian-bg.jpg);
			background-position: top;
			background-size: cover;
			height: auto;
			margin:0px 0px 30px 0px;
			width: 100%;
		}
		.feedback .wrapper {
			height: 100%;
			background: rgba(0,0,0,.8);
			padding: 40px 0;
		}
		.feedback .title-full a{
			color: white;
		}
		.box_feed{
			background: white;
			padding: 20px;
		}
		.box_feed .thumb{
			width: 100%;
			height: 200px;
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center;
			-webkit-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
		}

		.box_feed .heading{
			font: 16px/20px'UTM Avo Bold',sans-serif;
			color: #222;
			padding-bottom: 5px;
			border-bottom: 2px solid #c58933;
			margin-bottom: 20px;
		}
		.box_feed .heading p.name{
			font-family: roboto;
			color: #c58933;
			text-transform: uppercase;
			font-weight: 800;
			float: left;
			margin-right: 15px;
			margin-bottom: 10px; 
		}
		.box_feed .heading p.sapo {
			color: #999;
			font-size: 13px;
		}
		.box_feed .info p.content {}
		.doitac .img {
			display: -webkit-box;
			text-align: center;   
		}
		.doitac .img img{
			max-width: 100%;
			max-height: 120px;
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
			-webkit-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
			margin-bottom: 20px;
		}

		.footer {
			background: url(/images/footer-bg.jpg)no-repeat;
			color: #fff;
			background-size: cover;
		}
		.footer .wrapper {
			background: rgba(9,9,31,.7);
			margin: 0;
			padding: 30px 0px;
		}

		.col-padding-0 {
			padding-left: 0px;
			padding-right: 0px;
			margin-bottom: 10px;
		}
		#news-letter input {
			padding-left: 15px;
		}
		#news-letter input, #news-letter button {
			margin-bottom: 8px;
		}
		#news-letter input, select {
			background: rgba(255,255,255,.1);
			border: 1px solid rgba(255,255,255,.3);
			color: #fff;
			padding-left: 43px;
			font: 14px/40px'Roboto';
			margin: 0;
			width: 100%;
		}

		#news-letter{    padding: 0px 10px;}
		#news-letter button {
			background: #c58933;
			line-height: 44px;
			border: none;
			width: 86%;
			padding: 0;
			background-color: #C58933;
			color: #fff;
		}

		#back2Top {
			width: 60px;
			/* line-height: 40px; */
			overflow: hidden;
			z-index: 999;
			display: none;
			cursor: pointer;
			-moz-transform: rotate(270deg);
			/* -webkit-transform: rotate(270deg); */
			-o-transform: rotate(270deg);
			-ms-transform: rotate(270deg);
			/* transform: rotate(270deg); */
			position: fixed;
			bottom: 115px;
			right: 10px;
		}
		.chatzalo {
			background-color: #00aeef;
			padding: 5px 10px;
			color: white !important;
			position: fixed;
			bottom: 68px;
			right: 10px;
			border-radius: 5px;
		}
		.chatdb {
			background-color: #00aeef;
			padding: 5px 10px;
			color: white !important;
			position: fixed;
			bottom: 30px;
			right: 10px;
			border-radius: 5px;
		}
		.sticky {
			position: fixed!important;
			top: 0;
			width: 100%!important;
			z-index: 999!important;
			left: 0px;
		}
		.sticky .img_center{
		}


		.tincapnhat {
			padding-bottom: 20px;
			margin-bottom: 50px;
			border-bottom: 1px solid rgba(153,153,153,.3);
		}

		.tintuc-label {
			height: 30px;
			float: left;
			width: 100px;
			font: 12px/30px'UTM Avo',sans-serif;
			background: #1d439c;
			color: #fff;
			margin-right: 43px;
			position: relative;
			cursor: default;
		}
		.tintuc-label::after {
			content: '';
			display: block;
			position: absolute;
			right: -30px;
			top: 0;
			width: 0;
			height: 0;
			border-style: solid;
			border-color: transparent transparent transparent #1d439c;
			border-width: 15px 17px 15px 13px;
		}


		.tintuc-title{
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			line-height: 30px;
		}
		.tintuc-title a{
			color: #545454;
			font-family: Arial;
			font-size: 12px;
		}
		.tintuc-title a i{
			color: #C58933;
		}
		#top_social-info {
			color: #fff;
			background: rgba(0,0,0,0.7);
			min-height: 42px;
			font: 12px'UTM Avo',sans-serif;
			position: absolute;
			bottom: 0;
			z-index: 1;
			left: 0;
			right: 0;
		}
		#top_social-info {
			background-color: #c58933;
			position: inherit;
		}

		.socialtop .menu-item:first-child {
			padding-left: 0px;
		}
		.socialtop .menu-item {
			margin: 11px 0;
			padding: 0 10px;
			border-right: 1px solid;
		}

		.socialtop .menu-item a {
			height: 20px;
			display: block;
			width: 20px;
			text-align: center;
		}
		.socialtop .menu-item {
			margin: 11px 0;
			padding: 0 10px;
			border-right: 1px solid;
			list-style: none;
			float: left
		}
		.socialtop .menu-item i{

		}
		#top_social-info a {
			color: #fff;
			text-transform: initial;
		}

		#search{margin:0;height:42px}
		#search input,#search button{border:none;background:transparent;margin:0;float:left;height:42px;line-height:14px}
		#search input{width:70px;transition:.5s;padding:0;    color: white;}
		#search input:focus{width:180px}
		#search button{width:30px;padding:0px}
		button .fas {
			margin-right: 8px;
			color: white;
		}
		.socialtop .menu-item:last-child {
			border: none;
		}
		nav.info{float:right}
		#menu-secondary-menu{}
		#menu-secondary-menu li{
			float: left;
			line-height: 40px;
			list-style: none;
			padding: 0px 13px;
		}
		#menu-secondary-menu li a{

		}
		.cauhoi_tuvan{
			padding:40px 0px;
		}
		.cauhoi_tuvan .uppercase {
			text-transform: uppercase;
			font: 24px/30px'Roboto',sans-serif;
			padding-bottom: 30px;
			position: relative;
			margin-bottom: 0px;
			font-weight: 800;
			color: #333;
		}

		.cauhoithuonggap h3.uppercase::after{
			background: rgba(255,255,255,.5);
			content: '';
			position: absolute;
			bottom: 0;
			width: 90px;
			height: 2px;
			left: 50%;
			margin-left: -45px;
		}

		#accordion .show{

		}
		.card {
			border-radius: 0px;
			border: 1px white solid;
			border-bottom: 0px;
		}
		.card h5{
			font-size: inherit;	
		}
		.card .collapsed{
			color: #7b7b7b;
			font-size: 14px;
			text-transform: uppercase;
		}
		.card-header {
			padding: 10px;
			margin-bottom: 0;
			background-color: rgba(0, 0, 0, 0.03);
			border: 0px;
			border-radius: 0px!important;
		}
		.card-body {
			border: 1px #f7f7f7 solid;
			font-size: 15px;
			font-weight: 500;
			font-family: sans-serif;
			color: black;
		}
		.card.active &gt; .card-header{
			background-color: #C58933;
		}
		.card.active &gt; .card-header a{
			color: white;
			font-size: 14px;
		}

		.dangkytuvan {
			background: url(/images/dangkytuvan-bg.jpg)no-repeat;
			background-origin: content-box;
		}
		.dangkytuvan .wrapper {
			height: 100%;
			background: rgba(197,137,51,.85);
			margin: 0;
			padding: 40px 30px;
		}
		.dangkytuvan .section-header {
			margin-bottom: 30px;
		}
		.dangkytuvan h3 {
			color: #fff!important;
			text-align: center;
		}
		.dangkytuvan h3::after {
			background: rgba(255,255,255,.5);
			content: '';
			position: absolute;
			bottom: 0;
			width: 90px;
			height: 2px;
			left: 50%;
			margin-left: -45px;
		}
		#frm-dangkytuvan {
			margin: 30px auto;
		}

		#frm-dangkytuvan input, select {
			background: rgba(255,255,255,.1);
			border: 1px solid rgba(255,255,255,.3);
			color: #fff;
			padding-left: 10px;
			font: 14px/40px'Roboto';
			margin: 0;
			border-left: 0px;
			border-radius: 0px;
		}
		#frm-dangkytuvan .input-group-prepend {
			margin-right: 0px;
		}
		#frm-dangkytuvan .input-group-text {
			opacity: 1;
			color: #fff;
			background: rgba(255,255,255,.1);
			border: 1px solid rgba(255,255,255,.3);
			border-right: 0px;
			border-radius: 0px;
		}
		#frm-dangkytuvan input::placeholder {
			color: white;
		}
		#frm-dangkytuvan button {
			background: #fff;
			color: #c58933;
			width: 100%;
			border: none;
			border-radius: 0px;
			font-weight: bold;
			text-transform: uppercase;
			font-family: roboto;
		}
		#frm-dangkytuvan button:hover {
			background: #ccc;
		}

		#frm-dangkytuvan button .fas {
			margin-right: 8px;
			color: #bc893f;
		}

		.sticky .img_center {
			width: 43px!important;
			height: 30px!important;
			-webkit-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
		}
		.sticky #cssmenu &gt; ul &gt; li &gt; a {
			padding: 15px 18px;
			line-height: 30px;
		}
		.sticky li.logo_center{
			margin-left: 20px;
		}
		.sticky #cssmenu:after{
			display:none!important;
		}

		.sticky img {
			height: 63px!important;
		}

		.sticky #cssmenu &gt; ul &gt; li:hover &gt; ul {
			top: 29px!important;
		}

		#box_new{}
		.list_style_home{
			margin-bottom: 10px;
		}

		.list_style_home .img {
			overflow: hidden;
		}
		.list_style_home .img .bg_img {
			transform: scale(1.0);
			transition: 0.9s;
			overflow: hidden;
			float: left;
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center top;
			-webkit-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
			width: 100%;
			height: 250px;
			margin-bottom: 15px;
		}
		.list_style_home .img .bg_img:hover {
			transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
			transition: all 1s ease 0s;
		}
		.list_style_home .img .bg_img:hover img {
			transform: rotate(8deg) scale(1.3) skew(1deg) translate(0px);
		}
		.list_style_home h4{}
		.list_style_home h4 a{
			color: #222;
			font-size: 18px;
			font-weight: 700;
			font-family: Roboto;	
		}
		.list_style_home .info p {
			font: 14px/2 'Roboto';
			color: #999;
		}

		.title_center{
			padding-bottom: 20px;
			position: relative;
			margin-bottom: 25px;
			text-align: center;
			font-family: roboto;
			font-size: 24px;
			color: #222;
			text-transform: uppercase;
			font-weight: 800;	
		}



		.title_center::after {
			content: '';
			position: absolute;
			bottom: 0;
			width: 90px;
			height: 2px;
			left: 50%;
			margin-left: -45px;
			background: #c58933;
		}



		.tinkhac ul li {
			list-style: none;
			margin-bottom: 25px;
			color: #666666;
		}
		.tinkhac ul li .img{
			transform: scale(1.0);
			transition: 0.9s;
			overflow: hidden;
			float: left;
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center top;
			-webkit-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
			width: 150px;
			height: 100px;
			margin-bottom: 15px;
			border-radius: 3px;
			float: left;
			margin-right: 10px;
		}
		.tinkhac ul li a {
			color: #333;
			font-size: 14px;
			line-height: 23px;
			font-family: roboto;
			font-weight: 600;
		}


		.slide_news{
			margin:40px 0px;
		}
		.title-col-6{
			font-size: 16px;
			color: #222;
			padding-bottom: 20px;
			margin-bottom: 20px;
			font-weight: bold;
			position: relative;
		}
		.title-col-6 span{
			border-bottom: 2px solid #c58933;
			padding-bottom: 23px;
			z-index: 99999;
			font-family: roboto;
			text-transform: uppercase;
		}
		.title-col-6::after {
			content: '';
			display: block;
			height: 2px;
			background: #eaeaea;
			position: absolute;
			left: 0px;
			right: 0px;
			bottom: -2px;
			z-index: -1;
		}

		.support_sl .info{
			text-align:center;
		}
		.support_sl .info p, a{
			color: #333;
			font-weight: 600;
			text-transform: uppercase;	
			font-size:14px;
		}
		.support_sl .info p.chucvu{
			color: #bdbdbd;
			font-weight: 400;
			text-transform: uppercase;
		}

		.box_supporthome .owl-theme .owl-nav {
			position: absolute;
			top: -68px;
			right: 6px;
		}
		.box_supporthome .owl-theme .owl-nav [class*=owl-]{
			padding: 0px 7px;
		}
		.owl-prev5{}
		.owl-next5{}

		.logo_fix img{
			height: 87px;
		}





		.header_home{
			background: white;
		}





</pre></body></html>