@font-face {
	font-family: 'Roboto-BoldItalic';
	src: url('font/Roboto-BoldItalic.woff');
	font-display: block;
}

@font-face {
	font-family: 'Roboto-Regular';
	src: url('font/Roboto-Regular.woff');
	font-display: block;
}

@font-face {
	font-family: 'Roboto-Bold';
	src: url('font/Roboto-Bold.woff');
	font-display: block;
}

@font-face {
	font-family: 'SFUFenice';
	src: url('font/SFUFenice.woff');
	font-display: block;
}

body {
	font-size: 12px;
	line-height: 1.5;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

@font-face {
	font-family: 'MYRIADPRO';
	src: url('font/MYRIADPRO.OTF');
	font-display: block;
}

.center {
	max-width: 1200px;
	width: 98%;
	margin: auto;
}

div#wapper {
	margin: auto;
	max-width: 1200px;
	background: #fff;
}

.content_sp {
	width: calc(100% + 20px);
	margin: 0 -10px;
	display: flex;
	flex-flow: row wrap;
}

#w_header {
}

.bg_hd_index {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 111;
}

.bg_hd {
	background: url(images/bg_ft.jpg);
}

#header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

div#menu {
	position: relative;
	height: 130px;
	line-height: 130px;
	padding-right: 82px;
}

div#menu ul {
	float: left;
	list-style: none;
	height: 100%;
}

div#menu ul li {
	float: left;
	position: relative;
	z-index: 111;
}

div#menu ul li.line {
}

div#menu ul li a {
	color: #fff;
	font-size: 17px;
	padding: 0px 8px;
	text-decoration: none;
	display: block;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

div#menu ul li a:hover, div#menu ul li a.active, div#menu ul li a.active2 {
	color: #ed3438;
}

div#menu ul li ul, div#menu ul li:hover ul li ul {
	position: absolute;
	margin-left: 0px;
	display: none;
}

div#menu ul li:hover ul {
	display: block;
}

div#menu ul li ul li {
	width: 220px;
	line-height: 1.5;
	background: rgba(0, 0, 0, .6);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

div#menu ul li ul li a {
	padding: 6px 10px;
	text-transform: none;
	font-size: 15px;
}

div#menu ul li ul li ul {
	left: 220px;
	top: 0px;
}

#lang {
	position: absolute;
	right: 44px;
}

div#slider {
	overflow: hidden;
}

div#left {
	width: 252px;
	float: left;
	padding-right: 12px;
	box-sizing: border-box;
}

div.tieude {
	color: #fff;
	text-align: center;
	font-size: 14px;
	height: 39px;
	line-height: 39px;
	font-weight: bold;
	text-transform: uppercase;
	background: #3458b8;
}

div.danhmuc {
	border: 1px solid #d6d6d6;
	margin-bottom: 12px;
	padding: 15px;
}

div#danhmuc ul {
	list-style: none;
}

div#danhmuc ul li {
}

div#danhmuc ul li:last-child {
	border: none;
}

div#danhmuc ul li a {
	color: #454545;
	font-family: 'robotoregular';
	text-decoration: none;
	font-size: 14px;
	transition: 0.4s;
	display: block;
	border-bottom: 1px solid #DDD;
	padding-bottom: 5px;
	padding-top: 5px;
}

div#danhmuc ul li a:hover {
	color: #F00;
	transition: 0.4s;
}

div#danhmuc ul li ul li a {
	padding-left: 20px;
}

#tinmoi {
}

#tinmoi .item_ttnb {
	margin-bottom: 10px;
}

#tinmoi .item_ttnb .img {
	float: left;
	margin-right: 10px;
}

#tinmoi .item_ttnb .ten {
	font-weight: bold;
	color: #000;
	-webkit-line-clamp: 2;
}

#tinmoi .item_ttnb .mota {
	-webkit-line-clamp: 2;
}

.phone {
	background: url(images/bg_hl_l.png) no-repeat left center;
	position: relative;
	height: 63px;
	box-sizing: border-box;
	padding-left: 100px;
	padding-top: 29px;
	color: #da2522;
	font-size: 17px;
	font-weight: bold;
}

div#main_content {
	padding: 10px 0px;
}

div#right {
	width: calc(100% - 252px);
	float: right;
}

div.tieude_giua {
	font-size: 40px;
	font-family: 'SFUFenice';
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	text-align: center;
}

div.wap_item {
}

.w_product {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
}

.item_sp {
	position: relative;
}

.item_spindex {
	width: calc(100%/4 - 20px);
	text-align: center;
	margin: 0 10px;
}

.item_sp .img {
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
	display: block;
}

.item_sp .img img {
	width: 100%;
	transition: 1s;
}

.item_sp .ten {
	color: #222222;
	font-size: 15px;
	display: block;
	text-align: center;
}

.item_sp .ten:hover {
	color: #f00;
}

.item_sp .gia {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}

.item_sp .gia .giaban {
	color: #f00;
}

.item_sp .gia .giacu {
	text-decoration: line-through;
	color: #ccc;
}

.item_sp .giamgia {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #f00;
	color: #fff;
	right: 10px;
	top: 10px;
	z-index: 1;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mod_doitac {
	padding: 3% 0;
}
.doitac_chay{
	width: calc(100% + 4px);
	margin: 0 2px;
}
.item_doitac {
	display: block;
	border: 2px solid #ccc;
	margin: 0 7px;
}

.item_doitac img {
	width: 100%;
}

@-webkit-keyframes star {
	0% {
		-webkit-transform: rotate(0) scale(0);
	}

	50% {
		-webkit-transform: rotate(180deg) scale(1.5);
	}

	100% {
		-webkit-transform: rotate(360deg) scale(0);
	}

}

@-o-keyframes star {
	0% {
		-o-transform: rotate(0) scale(0);
	}

	50% {
		-o-transform: rotate(180deg) scale(1.5);
	}

	100% {
		-o-transform: rotate(360deg) scale(0);
	}

}

@-moz-keyframes star {
	0% {
		-moz-transform: rotate(0) scale(0);
	}

	50% {
		-moz-transform: rotate(180deg) scale(1.5);
	}

	100% {
		-moz-transform: rotate(360deg) scale(0);
	}

}

.start-animate {
	z-index: 99999999999999999 !important;
	position: absolute;
	animation: star linear 1.75s infinite;
	-moz-animation: star linear 1.75s infinite;
	-webkit-animation: star linear 1.75s infinite;
	-o-animation: star linear 1.75s infinite;
}

@keyframes star {
	0% {
		transform: rotate(0) scale(0);
	}

	50% {
		transform: rotate(180deg) scale(1.5);
	}

	100% {
		transform: rotate(360deg) scale(0);
	}

}

.fcb_map_footer {
	text-decoration: underline;
	color: #000;
	display: block;
}

.fcb_dknt {
	display: block;
	color: #000;
}

/*bottom*/
.mod_bottom {
	display: grid;
	grid-template-columns: 1fr 33%;
	grid-gap: 20px;
}

.hinhanhphai {
	width: calc(100% + 10px);
	margin: 0 -5px;
	margin-top: 10px;
}

.mod_video {
}

.tieude_titnuc {
	text-transform: uppercase;
	color: #63b547;
	font-size: 26px;
	font-family: 'Roboto-Bold';
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	margin-bottom: 16px;
	padding-bottom: 10px;
}

.tieude_titnuc:before {
	width: 30px;
	height: 5px;
	background: #e10c0c;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
}

.tintuc_1 {
	text-align: justify;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.tintuc_1 .xemthem {
	color: #000;
	border: 1px solid #000;
	text-transform: uppercase;
	font-family: 'Roboto-Regular';
	margin-top: 2%;
	width: 80px;
	text-align: center;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tintuc_1 .xemthem:hover {
	color: #f00;
}

.tintuc_1 a.img {
	display: block;
}

.tintuc_1 a.img img {
	width: 100%;
}

.tintuc_conlai {
	max-height: 370px;
	overflow: hidden;
}

.tintuc_1 a.ten {
	-webkit-line-clamp: 2;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	margin-top: 13px;
	margin-bottom: 5px;
}

.tintuc_1 a.ten:hover {
	color: #f00;
}

.tintuc_1 p.mota {
	color: #333333;
	-webkit-line-clamp: 3;
}

.item_ttcl {
	margin-bottom: 20px;
}

.item_ttcl a.img {
	float: left;
	margin-right: 10px;
}

.item_ttcl p.mota {
	color: #333333;
	-webkit-line-clamp: 2;
	text-align: justify;
}

.item_ttcl a.ten {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	-webkit-line-clamp: 2;
}

.item_ttcl a.ten:hover {
	color: #f00;
}

.content_titnuc {
	display: grid;
	grid-template-columns: 45% 1fr;
	grid-gap: 20px;
}

/*end bottom*/
#w_footer {
	background: url(images/bg_ft.jpg);
	color: #fff;
}

#footer {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3% 0;
	flex-direction: column;
}

.ten_cty {
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'SFUFenice';
	margin-bottom: 20px;
}

.copyright {
	margin-top: 20px;
}

.social_footer {
	margin-top: 20px;
}

/*-- news run --*/
#tintuc_chay {
	margin: 3% 0;
}

.content_news {
	width: calc(100% + 20px);
	margin: 0 -10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}

.item_ttnb {
	float: left;
	width: calc(100%/4 - 20px);
	margin: 0 10px;
	margin-bottom: 20px;
	text-align: center;
}

.item_ttnb .img {
	display: block;
	overflow: hidden;
}

.item_ttnb .img img {
	width: 100%;
	transition: 1s;
}

.item_ttnb:hover img {
	transform: scale(1.3);
}

.item_ttnb .ten {
	font-family: 'Roboto-Bold';
	font-size: 13px;
	text-transform: uppercase;
	-webkit-line-clamp: 2;
	margin: 10px 0;
	color: #000;
}

.item_ttnb .mota {
	text-align: justify;
	-webkit-line-clamp: 2;
}

/* -- end new run --*/
#slider {
	position: relative;
	overflow: hidden;
}

#search {
	position: absolute;
	right: 0;
	top: 46px;
	z-index: 999;
	line-height: normal;
}

#search a {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}

.hien {
	transition: .4s;
	width: 300px !important;
	opacity: 1 !important;
	padding: 0 5px !important;
	border: 1px !important;
	border-radius: 20px;
	height: 40px;
	background: #FFF;
	outline: 0;
	color: #666;
}

.an {
	transition: .4s;
	width: 0px !important;
	opacity: 0 !important;
	padding: 0 !important;
	border: 0px !important;
	height: 40px;
}

.item_whyus1 {
	width: 525px;
	height: 525px;
	background: url(images/bg-1.png) no-repeat center center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: 'Lato', sans-serif;
	padding: 30px;
	text-align: center;
	margin: auto;
	margin-top: 98px;
	position: relative;
	z-index: 1;
}

.td1_ck {
	color: #7b7b7b;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
}

.td2_ck {
	background: url(images/bg-4.png) no-repeat bottom center;
	text-transform: uppercase;
	color: #121212;
	font-size: 35px;
	font-family: 'SFUFenice';
	padding-bottom: 16px;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 10px;
}

.item_whyus1 .mota {
	color: #4d4d4d;
	font-size: 16px;
	margin-bottom: 26px;
	padding: 0 30px;
}

.xemthem_ck {
	width: 143px;
	height: 51px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	font-family: 'SFUFenice';
	border-radius: 25px;
	background: #1698d5;
	box-shadow: inset -3px 3px 20px rgba(0, 0, 0, .4);
	z-index: 3;
	position: relative;
}

.xemthem_ck:hover {
	color: #ff0;
}

.mod_whyus {
	padding: 48px 0;
	position: relative;
}

.flex_whus {
	position: absolute;
	top: 48px;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}

@keyframes run_dk {
	0% {
		top: 0;
	}

	50% {
		top: 15px;
	}

	100% {
		top: 0;
	}

}

.frm_why {
	position: relative;
	z-index: 2;
	width: 35%;
}

.frm_why .item_whyus {
	display: flex;
	align-items: center;
	height: 230px;
	animation: run_dk 5s infinite;
	position: relative;
}

.frm_why .item_whyus .img {
	border: 10px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	width: 230px;
	transition: .2s;
}

.frm_why .item_whyus .img:hover {
	border: 10px solid #ed3438;
}

.frm_why .item_whyus .img img {
	border-radius: 50%;
}

.frm_why .item_whyus .ten {
	color: #111111;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	width: calc(100% - 230px);
}

.frm_why .item_whyus .ten span {
	width: calc(100% - 40px);
}

.frm_why:nth-child(1), .frm_why:nth-child(2) {
	width: 45%;
}

.frm_why:nth-child(1) .item_whyus, .frm_why:nth-child(2) .item_whyus {
	flex-direction: row;
}

.frm_why:nth-child(1) .item_whyus .ten, .frm_why:nth-child(2) .item_whyus .ten {
	margin-left: -26px;
}

.frm_why:nth-child(1) .item_whyus .ten span, .frm_why:nth-child(2) .item_whyus .ten span {
	padding-left: 20px
}

.frm_why:nth-child(3) .item_whyus, .frm_why:nth-child(4) .item_whyus {
	flex-flow: row-reverse;
}

.frm_why:nth-child(3) .item_whyus .ten, .frm_why:nth-child(4) .item_whyus .ten {
	margin-right: -17px;
	flex-flow: row-reverse;
	text-align: right;
}

.frm_why:nth-child(3) .item_whyus .ten span, .frm_why:nth-child(4) .item_whyus .ten span {
	padding-right: 20px
}

.item_whyus .ten:before {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	content: '';
	border: 4px solid #fff;
	background-image: linear-gradient(90deg, #1698d5, #394b9d);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.dldv_run {
	width: calc(100% + 30px);
	margin: 0 -15px;
	z-index: 1;
}

.item_smdv {
	margin: 0 15px;
	text-align: center;
}

.item_smdv .img img {
	transition: .4s;
}

.item_smdv .img img:hover {
	transform: rotateY(180deg);
}

.item_smdv .ten {
	color: #2d2d2d;
	font-size: 20px;
	font-family: 'SFUFenice';
	text-transform: uppercase;
	display: block;
	margin-top: 15px;
	margin-bottom: 4px;
}

.item_smdv .ten:hover {
	color: #ed3438;
}

.item_smdv .mota {
	color: #4d4d4d;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.w_dmsv {
	background: url(images/bg-2.jpg);
	padding: 3% 0;
}

.w_ourstories {
	position: relative;
}

.w_ourstories:after {
	content: '';
	background: url(images/bg-3.png) no-repeat;
	width: 1065px;
	height: 595px;
	position: absolute;
	top: -120px;
	right: 0;
}

.mod_ourstories {
	position: relative;
	z-index: 1;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 3% 0;
	max-width: 700px;
	margin: auto;
	padding-top: 7.4%;
}

.mod_ourstories .mota {
	font-size: 16px;
	color: #4d4d4d;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin-bottom: 2%;
}

.w_newsevent {
	background: url(images/bg-2.jpg);
	padding: 3% 0;
}

.newsevent_run {
	width: calc(100% + 30px);
	margin: 0 -15px;
}

.item_news {
	margin: 0 15px;
	position: relative;
}

.item_news .img {
	display: block;
	overflow: hidden;
}

.item_news .img img {
	width: 100%;
	transition: .4s;
}

.item_news:hover img {
	transform: scale(1.2);
}

.item_news .img:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient( to top, #134088 20%, transparent 100%);
}

.item_news .info {
	display: flex;
	flex-direction: column;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	z-index: 2;
}

.item_news .info .ten {
	font-size: 24px;
	font-family: 'SFUFenice';
	color: #fff;
}

.item_news .info .mota {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #fff;
}

.w_dknt {
	background: #1f85c7;
}

.mod_dknt {
	padding: 3% 0;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}

.mod_dknt .left {
	color: #fff;
}

.mod_dknt .left .td1 {
	font-size: 24px;
	font-family: 'SFUFenice';
	text-transform: uppercase;
}

.mod_dknt .left .mota_dknt {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: italic;
}

.mod_dknt .right {
	color: #f7f7f7;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

#frm_dknt {
	height: 47px;
	width: 520px;
	display: grid;
	grid-template-columns: 1fr 64px;
	grid-gap: 15px;
}

#frm_dknt input[type='text'] {
	border-radius: 5px;
	border: none;
	padding: 0 10px;
	width: 100%;
	outline: none;
}

#frm_dknt a {
	background: #033860;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

#mod_breakthumb {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	height: 300px;
	flex-direction: column;
	position: relative;
}

#mod_breakthumb:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
}

#main_container {
	padding: 3% 0;
}

.grid_baiviet {
}

.item_baiviet {
	display: flex;
	margin-bottom: 3%;
}

.item_baiviet:nth-child(odd) {
	flex-flow: row wrap;
}

.item_baiviet:nth-child(odd) .info {
	padding-left: 50px;
}

.item_baiviet:nth-child(even) {
	flex-flow: row-reverse wrap;
}

.item_baiviet:nth-child(even) .info {
	padding-right: 50px;
}

.item_baiviet .img {
	width: 47%;
}

.item_baiviet .img img {
	transition: .4s;
}

.item_baiviet .img img:hover {
	transform: scale(1.1) rotate(4deg);
}

.item_baiviet .info {
	width: 53%;
}

.item_baiviet .info .ten {
	color: #000;
	font-family: 'Roboto-Bold';
	text-transform: uppercase;
	font-size: 25px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 5px;
}

.item_baiviet .info .mota {
	-webkit-line-clamp: 7;
	text-align: justify;
	color: #666;
	font-size: 14px;
	font-family: 'Roboto-Regular';
	margin: 5% 0;
}

.item_baiviet .info .xemthem {
	width: 100px;
	height: 40px;
	border: 1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	text-transform: uppercase;
	transition: .2s;
}

.item_baiviet .info .xemthem:hover {
	background: #ed3438;
	color: #fff;
	border: 1px solid #ed3438;
}

.grid_chinhanh {
}

.item_chinhanh {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	transition: .2s;
}

.item_chinhanh:hover {
	background: #1698d5;
	color: #fff;
}

.item_chinhanh .ten {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
}

.item_chinhanh p {
	display: grid;
	grid-template-columns: 30px 1fr;
	align-items: center;
	margin-bottom: 5px;
}

.item_chinhanh:last-child {
	border-bottom: none;
}

.grid_servies {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.item_ser {
	position: relative;
}

.item_ser .img {
	display: block;
	overflow: hidden;
	position: relative;
}

.item_ser .img img {
	width: 100%;
}

.item_ser .info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	z-index: 1;
	flex-direction: column;
}

.item_ser .info img {
	border-radius: 50%;
}

.item_ser .info .ten {
	font-size: 24px;
	font-family: 'SFUFenice';
	color: #fff;
	margin-bottom: 20px;
}

.item_ser:hover .info .ten {
	color: #d31e2f;
}

.item_ser:hover .info .mota {
	color: #d31e2f;
}

.item_ser .info .mota {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #fff;
	-webkit-line-clamp: 5;
}

.item_ser .img:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(to bottom, transparent 30%, #28234d);
}
.social_right{
	position: fixed;
    right: 23px;
    bottom: 140px;
    width: 40px;
    z-index: 111;
}
.social_right a{}
/*-- css reponsive --*/
#menu_mb {
	display: none;
}

.fix_head div#menu {
	height: 115px !important;
	line-height: 115px !important;
}

.fix_head #search {
	top: 39px !important;
}
.doitac_chay .slick-track{
	margin: auto;
}
@media (max-width:1024px) {
	.item_smdv .mota {
		font-size: 14px;
	}

	.item_smdv .ten {
		font-size: 17px;
	}

	.item_smdv, .item_news {
		margin: 0 5px;
	}

	.dldv_run, .newsevent_run {
		width: calc(100% + 10px);
		margin: 0 -5px;
	}

	.mod_ourstories {
		padding-top: 0;
		padding: 3% 0;
		max-width: 100%;
	}

	.w_ourstories {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-end;
	}

	.w_ourstories:after {
		width: 70%;
		background-size: 100%;
		top: 0;
		position: relative;
		height: 300px;
	}

	.item_whyus1 {
		margin-top: 0;
	}

	#lang {
		right: 5px;
		top: 5px;
	}

	.logo_mb {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#w_header {
		display: none;
	}

	#menu_mb {
		display: block;
	}

	.td2_ck {
		padding-bottom: 10px;
		margin-bottom: 20px;
		font-size: 28px;
	}

}

@media (max-width:966px) {
	.frm_why:nth-child(4) {
		width: 50%;
	}

	.frm_why {
		width: 40%;
	}

}

@media (max-width:800px) {
	.frm_why .item_whyus .ten{
		width: calc(100% - 180px);
	}
	.frm_why .item_whyus .img{
		width: 180px;
	}
	#frm_dknt {
		width: 100%;
	}

	.mod_dknt .left {
		width: 100%;
		text-align: center;
	}

	.mod_dknt .right {
		width: 100%;
		margin-top: 10px;
	}

}

@media (max-width:768px) {
	.content table {
		width: 100% !important;
	}

	.content img {
		height: auto !important;
	}

	.content iframe {
		width: 100% !important;
	}

}

@media (max-width:667px) {
	.frm_why {
		width: 45%;
	}

	.frm_why .item_whyus .ten {
		width: calc(100% - 150px);
		font-size: 15px;
	}

	.frm_why .item_whyus .img {
		width: 150px;
	}

	.item_whyus1 {
		transform: scale(.6);
	}

	#mod_breakthumb {
		height: 200px;
	}

	.link_web {
		font-size: 16px;
	}

	div.tieude_giua {
		font-size: 25px;
	}

	.item_baiviet .info .ten {
		font-size: 18px;
	}

	.item_baiviet:nth-child(odd) .info {
		padding-left: 10px;
	}

	.item_baiviet:nth-child(even) .info {
		padding-right: 10px;
	}

}

@media (max-width:640px) {
}

@media (max-width:603px) {
}

@media (max-width:600px) {
	.w_ourstories:after {
		width: 90%;
	}

	.item_ser .info .ten {
		font-size: 20px;
	}

	.item_ser .info {
		padding: 5px;
	}

	.item_ser .info .mota {
		font-size: 14px;
	}

	.grid_servies {
		grid-template-columns: repeat(2, 1fr);
	}

}

@media (max-width:568px) {
}

@media (max-width:480px) {
	.flex_whus {
		bottom: 53px;
	}

	.td2_ck {
		margin-top: 40px;
	}

	.frm_why .item_whyus .img {
		border: 5px solid #fff;
	}

	.w_dmsv {
		margin-top: 10px;
	}

	.frm_why:nth-child(1) .item_whyus {
		left: 0;
		top: 0;
		height: 150px;
		width: 100%;
	}

	.frm_why:nth-child(1) {
		width: 100%;
	}

	.frm_why:nth-child(3) {
		bottom: 0;
		width: 100%;
	}

	.frm_why:nth-child(4) {
		height: 150px;
		right: 0;
		bottom: 0;
		width: 100%;
	}

	.frm_why:nth-child(2) {
		right: 0;
		width: 50%;
		top: 50px;
	}

	.frm_why:nth-child(2) .item_whyus .img {
		width: 110px;
	}

	.frm_why:nth-child(2) .item_whyus .ten {
		width: calc(100% - 110px);
	}

	.frm_why:nth-child(3) .item_whyus {
		bottom: 50px;
		left: 0;
		width: 60%;
	}

	.frm_why:nth-child(3) .item_whyus .img {
		width: 110px;
	}

	.frm_why:nth-child(3) .item_whyus .ten {
		width: calc(100% - 110px);
	}

	.frm_why {
		position: absolute;
	}

	.item_whyus1 {
		transform: scale(1);
		margin: 150px 0;
	}

	.item_baiviet:nth-child(odd) .info {
		padding-left: 0;
	}

	.item_baiviet:nth-child(even) .info {
		padding-right: 0;
	}

	.item_baiviet .info {
		width: 100%;
		margin-top: 10px;
	}

	.item_baiviet .img {
		width: 100%;
	}

	.td2_ck {
		font-size: 25px;
	}

	.item_whyus1 .mota {
		padding: 0 0 10px 0;
	}

	.item_whyus1 {
		width: 100%;
		background-size: 100%;
		height: 477px;
	}

	.mod_whyus {
		padding: 3% 0;
	}

	.chicc {
		display: block;
	}

	.w_contact {
		grid-template-columns: 1fr;
	}

	form#frm_order {
		grid-template-columns: 1fr;
	}

	.wap_box_new {
		grid-template-columns: 1fr;
	}

}

@media (max-width:414px) {
	.frm_why:nth-child(3) .item_whyus .ten span, .frm_why:nth-child(4) .item_whyus .ten span {
		padding-right: 5px;
	}

	.frm_why:nth-child(1) .item_whyus .ten span, .frm_why:nth-child(2) .item_whyus .ten span {
		padding-left: 5px;
	}

	.frm_why:nth-child(2) {
		width: 250px;
	}

	.w_ourstories:after {
		height: 200px;
	}

	.mod_ourstories .mota {
		font-size: 14px;
	}

}