@font-face {
	font-family: 'ROBOTO-MEDIUM';
	src: url("../fonts/ROBOTO-MEDIUM.TTF");
}

@font-face {
	font-family: 'Averta-Light';
	src: url("../fonts/Averta-Light.ttf");
}

@font-face {
	font-family: 'ROBOTO-REGULAR';
	src: url("../fonts/ROBOTO-REGULAR.TTF");
}

@font-face {
	font-family: 'Averta-Semibold';
	src: url("../fonts/Averta-Semibold.ttf");
}


.item-highlight {
	background: #115ea0;
	padding: 0 0;
	color: #fff;
	padding-bottom: 10px;
}

	.item-highlight h3 {
		/* text-transform: uppercase; */
		font-size: 16px;
		/* font-weight: 700; */
		margin: 0;
		padding: 10px 10px;
		border-bottom: 1px solid #fff;
		margin-bottom: 10px;
		height: 65px;
	}

		.item-highlight h3 a {
			color: #ffffff;
			-moz-transition: all 0.3s;
			-ms-transition: all 0.3s;
			-webkit-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
			color: #ffffff;
			font-family: 'Averta-Regular';
			font-size: 16px;
			/* padding: 0 10px; */
		}



	.item-highlight strong {
		color: #ffffff;
	}

.img-opacity {
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

	.img-opacity:hover {
		-webkit-opacity: 0.8;
		-moz-opacity: 0.8;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.8)";
		filter: alpha(opacity=0.8);
		opacity: 0.8;
		filter: alpha(opacity=80);
	}

#ctl00_divCenter {
	background: url(../images/backgoundhot.jpg) no-repeat;
	background-size: cover;
	margin-top: 60px;
	padding: 25px 0;
}

.header_menu.is-sticky .nav-item > a {
	color: #fff;
}

.item-highlight p img {
	width: auto !important;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
}

.item-highlight p {
	font-family: 'Averta-Regular';
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 0 10px;
}

#spbc .owl-nav i {
	background: red;
	border-radius: 50%;
	font-size: 25px;
	color: #fff;
	padding: 10px 15px;
}

#spbc .owl-nav {
	opacity: 0;
	display: none;
}

#spbc:hover .owl-nav {
	opacity: 1;
}

#spbc .owl-nav .owl-next {
	right: 9px;
}

.ModuleContent {
	background: #115ea0;
	padding: 10px 10px;
}

	.ModuleContent .title-nddl img {
		float: left;
		padding: 10px;
		padding-right: 25px;
	}

	.ModuleContent .title-nddl h2 {
		font-family: 'Averta-Semibold';
		font-size: 23px;
		color: #fff;
		margin-top: 10px;
		/* line-height: 27px; */
	}

	.ModuleContent .desc-nddl {
		font-family: 'Averta-Light';
		font-size: 15px;
		color: #fff;
		text-align: justify;
	}

a.boxclose {
	float: right;
	margin-top: -10px;
	margin-right: -10px;
	cursor: pointer;
	color: #fff;
	border: 1px solid #AEAEAE;
	border-radius: 30px;
	background: #605F61;
	font-size: 31px;
	font-weight: bold;
	display: inline-block;
	line-height: 0px;
	padding: 11px 3px;
	position: absolute;
	right: 0px;
	z-index: 1050;
}

.ModuleContent1 a {
	display: block;
	background: #cf1818;
	color: #ffffff;
	padding: 7px 15px;
	margin: 10px 0 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-family: 'Averta-Light';
	font-size: 24px;
	margin-bottom: 20px;
}

.ModuleContent2 .tab-content {
	opacity: 1;
	visibility: visible;
	height: auto;
}

.ModuleContent2 .nav-tabs {
	margin-bottom: 20px;
	margin-top: -42px;
	padding-left: 19px;
	border: none;
}

	.ModuleContent2 .nav-tabs li.active > a {
		background: unset;
		border: none;
	}

	.ModuleContent2 .nav-tabs li > a {
		color: #115ea0;
		font-family: 'Averta-Regular';
		font-size: 15px;
		position: relative;
		padding-left: 20px;
	}

		.ModuleContent2 .nav-tabs li > a:before {
			content: "";
			position: absolute;
			top: 36%;
			left: 0;
			width: 13px;
			height: 13px;
			background: url(../images/trontrang.png) no-repeat;
			border-radius: 50%;
		}

	.ModuleContent2 .nav-tabs li.active > a:before {
		background: url(../images/trondo.png) no-repeat;
	}

.job-list table tr th {
	background: #115ea0;
	color: #ffffff;
	text-transform: uppercase;
	/* font-weight: 700; */
	padding: 10px 15px;
	border-left: 1px solid #ffffff;
	white-space: nowrap;
	font-family: 'Averta-Semibold';
	vertical-align: middle;
	font-size: 14px;
}

.job-list table tr td a {
	color: #115ea0;
	font-family: 'Averta-Regular';
	font-size: 14px;
	text-transform: uppercase;
}

.job-list table tr td.text-left {
	text-align: left;
}

.table-striped > tbody > tr:nth-child(odd) {
	background-color: #f1f1f1;
}

.table-striped > tbody > tr {
	background-color: #e4e4e4;
}

.job-list table tr td {
	color: #424242;
	background: #;
	text-align: center;
	padding: 10px 15px;
	border-top: none;
	/* border-left: 1px solid #ffffff; */
	font-family: 'Averta-Regular';
}

.danh-sach {
	margin-top: 20px;
}

	.danh-sach .container {
		background-color: #fff;
	}

.new-ul li {
	margin-bottom: 15px;
	position: relative;
	padding-left: 15px;
	line-height: 21px;
}

	.new-ul li a {
		/* font-family: 'Averta-Light'; */
		color: #2b2b2b;
		font-size: 16px;
		position: relative;
		/* padding-left: 10px; */
		line-height: 11px;
		/* font-family: 'Averta-Regular'; */
		font-family: 'ROBOTO-REGULAR';
	}

	.new-ul li:before {
		content: "\f111";
		position: absolute;
		top: 3px;
		left: 0;
		/* background: #115ea0; */
		width: 10px;
		height: 10px;
		color: #ed1c09;
		font: normal normal normal 12px/1 FontAwesome;
	}

.read-more {
	float: right;
}

.video-home-section {
	padding: 20px 20px 20px;
	/* background-attachment: fixed !important; */
	background-size: cover !important;
	background-position: center center !important;
	margin-bottom: 30px;
}

	.video-home-section .tuyen-dung h3 {
		color: #fbb804;
		font-size: 24px;
		font-family: 'Averta-Semibold';
		margin-top: 0;
	}

.xem-new a {
	color: #ffffff;
	font-family: 'Averta-Regular';
	font-size: 14px;
	background-color: #115ea0;
	padding: 8px 15px;
}

.desc-td {
	color: #ffffff;
	font-size: 18px;
	font-family: 'Averta-Regular';
	text-align: center;
}

.brand-owl .item {
	border: 1px solid #bfbfbf;
	margin: 1px;
	box-shadow: 1px 1px 4px 2px rgb(138 138 145 / 80%);
}

.advisory-new {
	background-color: #115ea0;
	padding: 20px 0;
}

	.advisory-new .advisory-title h3 {
		color: #feffff;
		font-size: 23px;
		font-family: 'Averta-Bold';
		text-transform: uppercase;
	}

.advisory-desc {
	color: #feffff;
	font-size: 14px;
	font-family: 'Averta-Light';
	margin-bottom: 0;
}

.awe-section-8 {
	margin-bottom: 25px;
}

.contact-new {
	margin-top: 50px;
	float: right;
}

	.contact-new a {
		color: #151515;
		background: #fff;
		padding: 10px 20px;
		font-family: 'Averta-Semibold';
		font-size: 14px;
		border: 1px solid #151515;
		text-transform: uppercase;
		border-radius: 25px;
	}

.title-footer {
	color: #ffffff !important;
	font-family: 'Averta-Semibold';
	font-size: 20px !important;
	text-transform: uppercase;
}

.footer-top {
	padding: 20px 0;
	border-bottom: 1px solid #a9c5dc;
}

.content-cs p {
	margin-bottom: 5px;
	/* font-family: 'Averta-Regular'; */
	font-size: 16px;
	color: #fff;
	/* font-weight: bold; */
	font-family: 'ROBOTO-REGULAR';
}

.social h3 {
	font-size: 20px !important;
	margin-bottom: 15px !important;
	font-family: 'Averta-Semibold';
}

.follow_option li a {
	/* height: 30px; */
	/* width: 30px; */
	font-size: 15px;
	text-align: center;
	/* border: 2px solid #eea725; */
	line-height: 30px;
	font-size: 23px;
	border-radius: 5px;
	color: #fff;
	/* background: #fff; */
	display: block;
	margin-right: 10px;
	border-radius: 50%;
}

.follow_option {
	padding-left: 0;
	width: 100%;
	float: left;
	margin-top: 15px;
	/* justify-content: center; */
	display: flex;
	margin-bottom: 20px;
}

.ourservice_daotao .ourservice_content_row_left {
	overflow: hidden;
}

	.ourservice_daotao .ourservice_content_row_left a:hover img {
		border: 10px solid #115ea0;
		cursor: pointer;
	}

.ourservice_daotao .ourservice_content_title a {
	/* color: #e4a025; */
	color: #121212;
	/* font-family: 'Averta-Semibold'; */
	font-family: 'Averta-Regular';
	font-size: 18px;
}

.ourservice_content_title {
	font-family: 'Averta-Semibold';
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 5px;
}

.ourservice_content_content {
	margin-bottom: 20px;
}

.ourservice_daotao .ourservice_content_chitiet a {
	background: #115ea0;
}

.ourservice_content_chitiet a {
	padding: 6px 20px;
	color: #fff;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
}

.ourservice_daotao {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 3px solid #ececec;
	padding-bottom: 20px;
}

.mCategrory ul li a {
	display: block;
	font-size: 14px;
	line-height: 24px;
	padding: 10px 10px 9px 35px;
	color: #212123;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: relative;
}

.mCategrory {
	background: #f5f5f5;
	float: left;
	width: 100%;
}

	.mCategrory ul li {
		display: block;
		border-bottom: 1px solid #fff;
		border-top: none;
	}

		.mCategrory ul li a:hover, .mCategrory ul li.current a {
			background-color: #e6e7e9;
			color: #ec3137;
		}

		.mCategrory ul li a:after {
			position: absolute;
			content: '\f105';
			top: 9px;
			left: 15px;
			font-family: fontawesome;
			font-size: 14px;
		}

.cp-title {
	font-size: 16px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding: 10px 40px 10px 15px;
	color: #ffffff;
	text-transform: uppercase;
	background: #cf1717;
	font-weight: 300;
	position: relative;
	margin-bottom: 1px;
}

	.cp-title:after {
		position: absolute;
		font-family: fontawesome;
		width: 40px;
		text-align: center;
		right: 0;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
		content: '\f0c9';
		font-size: 21px;
		line-height: 30px;
		font-weight: normal;
	}

.pri-content {
	background: #fff;
	border: 1px solid #e8e8e8;
	margin-top: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.cate-title {
	margin: 0 0 20px 0;
	font-weight: bold;
	color: #e30613;
	font-size: 18px;
	text-transform: uppercase;
}

.article-title a {
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
}

.article-title img {
	width: 20px;
}

.article-detail {
	background: #fff;
	border-top: 5px solid #1d70b7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.item-product-name h1 {
	font-weight: bold;
	color: #1d70b7;
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 20px;
}

.box-header.with-border {
	border-bottom: 1px solid #f4f4f4;
	background-color: #d33724 !important;
	padding: 10px;
}


.box-title {
	display: inline-block;
	font-size: 18px;
	margin: 0;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
}

.box-body {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 10px;
}

.form-group label {
	margin-bottom: 0px !important;
}

.box-danger {
	/* padding-top:10px; */
	background-color: #fff;
	margin-bottom: 20px;
}

.box-footer {
	background-color: #fff;
	text-align: center;
	padding-bottom: 10px;
}

main {
	background: #ffffff;
	padding-top: 30px;
	padding-bottom: 30px;
}

.title-page {
	margin: 0 0 35px;
	font-size: 24px;
	color: #333333;
	font-weight: 700;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	position: relative;
}

	.title-page:after {
		content: '';
		width: 70px;
		height: 1px;
		background: #15728a;
		display: block;
		position: absolute;
		bottom: -1px;
		left: 0;
	}

.job-specical .slider {
	background: #f7f7f7;
}

.job-specical h3 {
	margin: 20px 0;
	font-size: 16px;
	font-weight: 700;
}

	.job-specical h3 a {
		color: #333333;
		text-transform: uppercase;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		font-family: 'Averta-Regular';
		font-size: 16px;
	}

.job-specical .owl-dots {
	text-align: right;
	margin-right: 15px;
	position: absolute;
	right: 0;
	bottom: 5px;
	width: auto;
}

.owl-hot {
	margin-bottom: 20px;
}

	.owl-hot .mrb10 p {
		font-family: 'Averta-Regular';
		color: #000;
		font-size: 14px;
		margin-bottom: 10px;
	}

.right-menu .box-danger, .right-menu .box-footer {
	background-color: #f7f7f7;
}

.right-menu h2 {
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 5px;
	border-top: 1px solid #fff;
	padding: 15px 20px;
	background: #cf1717;
	text-transform: uppercase;
}

.right-menu ul > li > a {
	padding: 10px 5px;
	color: #ffffff !important;
	border-bottom: 1px dotted #ffffff !important;
	background: #115ea0;
}

	.right-menu ul > li > a:hover {
		background: #cf1717 !important;
	}

.right-menu {
	margin-bottom: 20px;
}

.module-title {
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 5px;
	border-top: 1px solid #fff;
	padding: 15px 20px;
	background: #cf1717;
	text-transform: uppercase;
}

.detail-new h2 {
	font-size: 17px;
	font-weight: 400;
	color: #15728a;
	margin: 0 0 5px;
	border-top: 1px solid #15728a;
	padding: 15px 20px;
	background: #f7f7f7;
	text-transform: uppercase;
}

.detail-new {
	margin-top: 20px;
}

.dt-fancy-title {
	color: #000;
	font-size: 18px;
	border-bottom: 1px solid;
	text-transform: uppercase;
}

.items-grid {
	margin-bottom: 20px;
}

.ourservice_content_chitiet {
	margin-bottom: 10px;
}

.video-link li {
	background: url(../images/arrow-black-left.png) no-repeat left 6px;
	padding-left: 15px;
}

.left-inner {
	background: #e7e7e7;
	background: -webkit-linear-gradient(left,#e7e7e7,#f6f6f6,#f6f6f6,#e7e7e7);
	background: -o-linear-gradient(left,#e7e7e7,#f6f6f6,#f6f6f6,#e7e7e7);
	background: -moz-linear-gradient(left,#e7e7e7,#f6f6f6,#f6f6f6,#e7e7e7);
	background: linear-gradient(to right, #e7e7e7,#f6f6f6,#f6f6f6,#e7e7e7);
	border: 1px solid #c1d4e5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.module-cate ul {
	list-style: none;
	padding: 10px 0;
}

	.module-cate ul li {
		background: url(../images/bg-left-li.png) repeat-x left bottom;
		padding: 5px 15px;
		line-height: 30px;
	}

		.module-cate ul li.cate-first a {
			color: #e30613;
			padding-left: 40px;
			min-height: 45px;
			line-height: 30px;
		}

		.module-cate ul li a {
			color: #000;
			text-transform: uppercase;
			line-height: 20px;
			padding-left: 30px;
			display: inline-block;
			background: url(../images/arrow-1.png)no-repeat left 0px;
			width: 100%;
		}

.left-inner .module-title {
	font-size: 18px;
	font-weight: bold;
	color: #e30613;
	text-align: center;
	background: unset;
	text-transform: unset;
	border: none;
	padding: 0;
}

.module-video .video-inner {
	border: none;
	background: url(../images/bg-left-li.png) repeat-x left bottom;
	padding-bottom: 20px;
	/* background: #edeff0; */
	/* border: 1px solid #c1d4e5; */
	/* border-radius: 5px; */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
}

.module-video {
	display: inline-block;
	width: 100%;
	margin-top: 0px;
}

.video-link {
	list-style: none;
	padding-left: 0;
}

.module-cate ul li.current a {
	color: #cf1717;
}

.close.right {
	font-size: 3rem;
	position: relative;
	top: -0.5rem;
	color: #fff;
	opacity: 1;
	position: absolute;
	z-index: 999999;
	left: 0;
}

.searchform-wrapper .relative {
	display: flex;
}

.icon-select {
	position: relative;
}


.group-addon-select select {
	width: 70px;
}

.search-input-wrapper {
	/* width: 410px; */
}

.input-group-search {
	position: absolute;
	right: 2px;
	z-index: 10;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	/* width: 36px; */
	top: 2px;
	height: 38px;
	border-radius: 2px !important;
}

.search_button:hover {
	color: #fff;
}

.search_button {
	cursor: pointer;
	color: #FFF;
	font-weight: 700;
	font-size: 16px;
	padding: 0;
	text-transform: uppercase;
	background: none;
	border: none;
	line-height: 14px;
	/* font-family: Open Sans; */
	/* padding-right: 41px; */
	/* margin-right: 14px; */
}
.search-nobi .nav-search .input-group-addon{
	border: 1px solid #fffffd; 
}
.nav-search .input-group-addon {
	background-color: #fff;
	border-top-left-radius: 7px !important;
	border-bottom-left-radius: 7px !important;
	border: 1px solid #c2272d;
	border-right: unset;
	padding: 0;
}

.search_block_top {
	margin-top: 18px;
	text-align: center;
	/* margin: 0 auto; */
	margin-left: 57px;
}

.search-input-wrapper .input-group-search {
	background-color: #c2272d;
	border: none;
	border-top-right-radius: 7px !important;
	border-bottom-right-radius: 7px !important;
	border-top-left-radius: unset;
	border-bottom-left-radius: unset;
	padding: 10px 30px;
	text-align: center;
	right: 0;
	margin: 0 auto;
	top: 1px;
	width: 70px;
	height: 38px;
}
.search-nobi .search-input-wrapper input{
	border: 1px solid #fbf106; 
}
.search-input-wrapper input {
	line-height: 40px;
	height: 40px;
	border: 1px solid #c2272d !important;
	border-radius: unset;
	border-top-right-radius: 7px !important;
	border-bottom-right-radius: 7px !important;
}

.hotline-header {
	float: right;
	margin-top: 18px;
}

	.hotline-header .featured-box {
		display: flex;
	}

		.hotline-header .featured-box .icon-box-img {
			margin-right: 10px;
			padding-top: 4px;
		}

		.hotline-header .featured-box .last-reset .hot {
			color: #2f2f2f;
			font-family: 'ROBOTO-REGULAR';
			font-size: 16px;
			line-height: 12px;
		}

		.hotline-header .featured-box .last-reset .hto1 {
			font-family: 'ROBOTO-MEDIUM';
			color: #ed1c09;
			font-size: 16px;
			line-height: 16px;
		}

.blang a {
	/* cursor: pointer; */
	/* position: relative; */
}

.blang img {
	position: relative;
	z-index: 9999;
	margin-left: 15px;
}

.blang a span {
	position: absolute;
	top: 4px;
	right: -11px;
	/* background: #363636; */
	color: #fff;
	z-index: 9999;
	font-size: 15px;
	border-radius: 50%;
	border: 1px solid;
	line-height: 15px;
	padding: 0 2px;
}

.services-st {
	margin-top: -95px;
}

.qcservices-item {
	text-align: center;
	width: 100%;
	position: relative;
}

.qcservices-thumb {
	padding-top: 23px;
	margin-right: 5px;
	position: absolute;
	top: 0;
	z-index: 999;
	margin: 0 auto;
	text-align: center;
	left: 0;
	right: 0;
}

	.qcservices-thumb img {
	width: 100px;
	/* height: 70px; */
	}

.qcservices-content {
	padding-top: 135px;
}

.qcservices-title {
	/* font-weight: bold; */
	/* text-transform: uppercase; */
	color: #535353;
	font-size: 19px;
	font-family: 'ROBOTO-MEDIUM';
}

.qcservices-desc {
	color: #535353;
	font-size: 13px;
	font-family: 'ROBOTO-REGULAR';
	/* height: 30px; */
}

.section_product .section-head p {
	color: #272727;
	font-size: 14px;
	font-family: 'ROBOTO-REGULAR';
	padding-top: 0;
}

#cate-product {
	margin-top: 20px;
}

	#cate-product .box-badge {
		overflow: hidden;
		transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
		box-shadow: 1px 1px 4px 2px rgb(138 138 145 / 80%);
		margin: 1px;
		border-radius: 10px;
	}

		#cate-product .box-badge:hover .image-zoom img {
			-ms-transform: scale(1.1);
			transform: scale(1.1);
		}

	#cate-product .box-image {
		/* border-radius: 10px; */
		position: relative;
		height: auto;
		margin: 0 auto;
		overflow: hidden;
		/* box-shadow: 1px 1px 4px 2px rgb(138 138 145 / 80%); */
	}

		#cate-product .box-image img {
			transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
			max-width: 100%;
			width: auto;
			transform: translateZ(0);
			margin: 0 auto;
		}

	#cate-product .box-text {
		padding: 9px;
		bottom: 0;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		background-color: #be1608ba;
		position: absolute;
		transition: background .3s;
		z-index: 1;
		width: 100%;
	}

		#cate-product .box-text h5 {
			text-transform: none;
			font-size: 20px;
			padding: 0;
			color: #ffffff;
			margin: 0;
			font-family: 'ROBOTO-MEDIUM';
		}

.cate-danhmuc {
	padding-top: 40px;
	padding-bottom: 127px;
	background-size: cover;
}

.img-qc img {
	border-radius: 10px;
}

.cate-sp {
	margin-top: -100px;
}

.awe-section-7 {
	float: left;
	width: 100%;
}

	.awe-section-7 .section_product {
		padding-top: 0;
		pa-bottom: 10p;
		padding-bottom: 0;
		margin-top: 20px;
	}

.qc-sp {
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.section_index_brand .section-head h2 {
	font-size: 27px;
	line-height: 24px;
	font-family: 'ROBOTO-MEDIUM';
	color: #254380;
	margin: 0;
	margin-bottom: 12px;
	padding-bottom: 15px;
	position: relative;
}

	.section_index_brand .section-head h2:before {
		position: absolute;
		content: "";
		background: url(../images/line.png) no-repeat;
		height: 3px;
		width: 100%;
		top: 95%;
		left: 0;
		right: 0;
		margin: 0 auto;
		border-radius: 100px;
		display: block;
		max-width: 155px;
		z-index: 9;
	}

.section_index_brand .section-head p {
	color: #272727;
	font-size: 14px;
	font-family: 'ROBOTO-REGULAR';
	padding-top: 0;
}

.brand-owl {
	margin-top: 20px;
}

.awe-section-5 {
	float: left;
	width: 100%;
	background: url(../images/ykienkh.jpg) no-repeat;
	background-size: cover;
}

	.awe-section-5 .section_product {
		padding-top: 20px;
		background: unset;
		/* margin-bottom: 10px; */
		padding-bottom: 20px;
	}

.ykkh-img {
	text-align: center;
}

	.ykkh-img img {
		width: auto !important;
		margin: 0 auto;
		border: 5px solid #fff;
		border-radius: 50%;
	}

.ykkh-content {
	margin: 0 155px;
	text-align: center;
}

	.ykkh-content .ykkh-title p {
		color: #ffffff;
		font-size: 18px;
		font-family: 'ROBOTO-MEDIUM';
		margin-top: 20px;
		margin-bottom: 10px;
	}

.ykkh-desc span {
	color: #ffffff;
	font-size: 14px;
	font-family: 'ROBOTO-MEDIUM';
	position: relative;
}

	.ykkh-desc span:before {
		content: "";
		width: 26px;
		height: 19px;
		position: absolute;
		top: -6px;
		z-index: 9;
		left: -32px;
		/* margin: 0 auto; */
		/* right: 0; */
		background: url(../images/trai.png);
	}

	.ykkh-desc span:after {
		content: "";
		width: 26px;
		height: 19px;
		position: absolute;
		bottom: 0;
		z-index: 9;
		right: -6px;
		margin: 0 auto;
		right: -32px;
		background: url(../images/phai.png);
	}

.ykkh-desc {
	margin-bottom: 50px;
}

.cate-service {
	float: left;
	width: 100%;
}

.service-home {
	position: relative;
}

#prj-newh img {
	width: auto !important;
}

.service-home .title-service {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0009;
	z-index: 9;
	text-align: center;
	margin: auto;
}

	.service-home .title-service p {
		/* top: 40px; */
		margin-top: 85px;
	}

		.service-home .title-service p span {
			position: relative;
			color: #ffffff;
			font-size: 18px;
			font-family: 'ROBOTO-MEDIUM';
			/* top: 40%; */
			padding-left: 23px;
		}

			.service-home .title-service p span:before {
				content: "";
				width: 19px;
				height: 19px;
				position: absolute;
				top: 0;
				z-index: 9;
				left: 0;
				/* margin: 0 auto; */
				/* right: 0; */
				background: url(../images/map.png);
			}

.cate-service .section_product {
	padding-bottom: 20px;
}

.qcservices-item {
	float: left;
	width: 100%;
}

.qcservices-thumb1 {
	float: left;
	width: 18%;
	max-width: 50px;
	padding-top: 23px;
	margin-right: 5px;
}

.qcservices-content1 {
	float: left;
	width: 77%;
	/* font-size: 12px; */
	text-align: left;
	color: white;
	margin-top: 38px;
}

.qcservices-title {
	font-weight: bold;
	text-transform: uppercase;
	color: #c2272d;
	font-size: 15px;
	font-family: 'ROBOTO-MEDIUM';
}

.img img {
	width: 100%;
}

.new-home-section .section_product {
	padding-bottom: 20px;
}

.footer .section_product {
	background-color: white;
	padding-top: 0;
	padding-bottom: 10px;
	margin-top: 30px;
}

#popupRequire {
	background-color: #fff;
	padding: 20px 72px;
}

.site-footer .col-mb {
	padding: 0;
}

.site-footer .col-no-mb {
	padding: 0;
}

.title_box_form {
	color: #1b1b1b;
	font-size: 25px;
	font-family: 'ROBOTO-MEDIUM';
	margin-bottom: 7px;
	margin-top: 0;
}

#contact .form-group input {
	border: none;
	border-bottom: 1px solid #b1b1b1;
	border-radius: unset;
	color: #1b1b1b;
	font-size: 18px;
	font-family: 'ROBOTO-REGULAR';
}

	#contact .form-group input::placeholder {
		color: #1b1b1b;
		font-size: 18px;
		font-family: 'ROBOTO-REGULAR';
	}

#contact .form-group textarea {
	border: none;
	border-bottom: 1px solid #b1b1b1;
	border-radius: unset;
	line-height: 32px;
	min-height: 47px;
	height: 47px;
	color: #1b1b1b;
	font-size: 18px;
	font-family: 'ROBOTO-REGULAR';
}

	#contact .form-group textarea::placeholder {
		color: #1b1b1b;
		font-size: 18px;
		font-family: 'ROBOTO-REGULAR';
	}

.style-button {
	margin-top: 22px;
}

	.style-button input {
		color: #ffffff;
		background-color: #c2272d;
		font-family: 'ROBOTO-MEDIUM';
		font-size: 16px;
	}

.box-maps iframe {
	max-height: 300px;
}

.prev-price {
	color: #666;
	font-weight: normal;
	margin-left: 8px;
	font-size: 13px;
}

.list-item .content {
	margin-bottom: 20px;
}

	.list-item .content .title a {
		color: #56342d;
		/* text-transform: uppercase; */
		font-size: 17px;
		/* font-weight: bold; */
		line-height: 27px;
		font-family: 'ROBOTO-MEDIUM';
		/* margin-top: 14px; */
		padding-top: 27px;
	}

	.list-item .content .description {
		font-size: 15px;
		color: #56342d;
		line-height: 25px;
		font-family: 'ROBOTO-REGULAR';
	}

#sort-by {
	margin-top: 18px;
}

	#sort-by .custom-dropdown__select {
		line-height: 22px;
		font-size: 16px;
		background-image: url(../images/ico-selects.png);
	}

.cate-sanpham {
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}

.cam-ket {
	margin-bottom: 5px;
	margin-top: 25px;
	background: white;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #ececec;
	font-size: 15px;
}

	.cam-ket .tieu-de {
		background: white;
		padding: 6px 18px;
		margin-top: -32px;
		font-size: 15px;
		font-weight: bold;
		color: #ed1c09;
		display: block;
		max-width: 365px;
		font-family: 'ROBOTO-MEDIUM';
	}

	.cam-ket ul {
		margin-bottom: 4px;
		margin-left: 20px;
	}

		.cam-ket ul li {
			margin-bottom: 0;
			list-style: disc;
		}

.product_featured_image {
	border: 1px solid #ececec;
}

.product-quantity {
	display: flex;
	text-align: center;
	/* width: 173px; */
	margin: 0 auto;
}

	.product-quantity input {
		width: 50px;
		margin: 0 auto;
		border: 3px solid #eaeaea;
		/* height: 30px !important; */
		text-align: center;
		line-height: 14px;
		padding: 0;
		vertical-align: middle;
	}

.dt-cart {
	float: left;
	width: 100%;
	margin-top: 15px;
}

#add_to_cart input {
	background: #ed1c09;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

#add_to_cart1 input {
	background: #254380;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

.ttaddtocart input {
	width: 100%;
}

.social-icons {
	margin-top: 0;
	text-align: left;
	float: left;
	width: 100%;
}

	.social-icons ul {
		padding: 0;
	}

		.social-icons ul li {
			display: inline-block;
			margin: 10px 10px 0 0;
			position: relative;
			width: 40px;
			height: 40px;
			background: none;
			border-radius: 50%;
			border: 2px solid #ed1c09;
		}

			.social-icons ul li a {
				color: black;
				display: block;
				padding: 0 6px;
				line-height: 0;
				text-align: center;
				line-height: 34px;
				font-size: 21px;
			}

	.social-icons i {
		color: #ed1c09;
	}

.info-payment input {
	opacity: 1;
	width: auto;
	position: relative;
	float: left;
	height: 21px;
	padding-right: 10px;
}

.info-payment label {
	padding-left: 20px;
}

.tool_cart {
	margin-top: 20px;
}

	.tool_cart input {
		background: #ed1c09;
		color: #Fff;
	}

		.tool_cart input:hover {
			color: #fff;
			background: #ffe000;
		}

.search-input-wrapper input::placeholder {
	color: #2f2f2f;
	font-size: 13px;
	font-family: 'ROBOTO-REGULAR';
}

.close {
	color: #fff;
	opacity: 1;
}

@media (min-width: 992px) {
	.thumb img {
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.qcservices-content1 {
		margin-top: 33px;
	}
}

@media (max-width: 991px) {
}

@media (max-width: 768px) {
	.services-st {
		margin-top: 0;
	}

	.col-100-h #trigger-mobile {
		width: 35px;
		float: left;
		margin: 0;
		padding: 0;
		display: block;
		text-align: left;
		margin-top: 12px;
		margin-left: 0;
		margin-bottom: 0;
	}

	.mobile-cart .blang a span {
		color: #ed1c09;
		top: -11px;
	}

	.ykkh-content {
		margin: 0 100px;
		text-align: center;
	}

	.new-home-section {
		padding-bottom: 0;
	}

	.search-nobi .search_block_top {
		margin-top: 48px;
		text-align: center;
		/* margin: 0 auto; */
		margin-left: 5px;
		padding-right: 5px;
	}
}

@media (max-width: 480px) {
	.section_product .section-head h2{
		font-size: 21px;
	}
#cate-product .owl-nav {
display:none;
}
	.img-qc{
		margin-bottom:15px;
	}
	.section_index_brand .section-head h2{
		font-size:23px;
	}
	.ykkh-content {
		margin: 0 30px;
		text-align: center;
	}
	.cate-service .section_product {
		padding-bottom: 20px;
		padding-top: 0;
	}
	.qcservices-content1 {
		margin-top: 26px;
		height: 42px;
	}
	.qcservices-title{
		font-size: 12px;
	}
	.new-home-section .section_product {
		padding-bottom: 20px;
		padding-top: 0;
	}
	.new-one-title a{
		font-size:13px;
	}
	.new-one-title{
		height:63px;
	}
	#popupRequire {
		background-color: #fff;
		padding: 20px 20px;
	}
}

@media (max-width: 668px) {
}

@media (max-width: 376px) {
	.category-products-grids .products-view-grid .single-product .pro-img {
		height: 180px;
	}
.qcservices-thumb img{
width: 85px;
}
.qcservices-desc {
    color: #535353;
    font-size: 14px;
    font-family: 'ROBOTO-REGULAR';
    height: 50px;
}
.qcservices-content {
    padding-top: 120px;
}
}

@media (max-width: 569px) {
}

@media (max-width: 321px) {

.qcservices-title {
    font-size: 8px;
}
.qcservices-content1 {
    margin-top: 27px;
    height: 30px;
}
}
.left-filters{float: left;width: 100%;/* margin-top: 20px; */}
.collection-category{
    /* margin-top: 20px; */
}
.aside-item .list-blogs{
margin-bottom: 0;
}
.list-blogs.blog-main{
border: none;
    padding: 0;
    background: #fff;
}
#cate-product .owl-nav .owl-prev{
   left: 48%;
   top: 105%;
   /* right: 0; */
   /* text-align: center; */
   /* margin: 0 auto; */
   /* padding-right: 60px; */
}
#cate-product .owl-nav .owl-prev i{
    border: 1px solid;
    background: #254380;
    color: #fff;
    padding: 10px;
}
#cate-product .owl-nav .owl-next{
    width: auto;
    /* left: 0; */
    top: 105%;
    right: 46%;
    /* text-align: center; */
    /* margin: 0 auto; */
    /* padding-left: 60px; */
}
#cate-product .owl-nav .owl-next i{
    border: 1px solid;
    background: #254380;
    color: #fff;
    padding: 10px;
}
@media (min-width: 1200px){
.col-sp-5 {
    width: 20%;
}
}
.awe-section-5 h2{color:#fff !important}
.services-st .qcservices-title {
    font-weight: bold;
    text-transform: uppercase;
    color: #c2272d;
    font-size: 15px;
    font-family: 'ROBOTO-MEDIUM';
}