@charset "UTF-8";

.btn-close-form-search {
	position: absolute;
	color: #fff;
	font-size: 3em;
	right: 291px;
	top: 112px;
	cursor: pointer;
	z-index: 2;
}

.sticky .btn-close-form-search {
	top: 35px;
}

.btn-close-form-search:hover {
	color: #f68e2e;
}

.block-search {
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 1001;
	top: 0;
	transition: all 300ms ease 0s;
	visibility: hidden;
	opacity: 0;
}

.block-search .container {
	height: 100vh;
	display: -webkit-box;
	display: flexbox;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.block-search.active {
	visibility: visible;
	opacity: 1;
}

.form-search {
	position: relative;
	width: 100%;
	max-width: 0;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #fff;
	transition: all 600ms ease;
	visibility: hidden;
	opacity: 0;
}

.active .form-search {
	max-width: 1000px;
	visibility: visible;
	opacity: 1;
}

.btn-search {
	width: 60px;
	height: 60px;
	background: none;
	color: #fff;
	border: 0;
	outline: 0;
	border-radius: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	cursor: pointer;
	font-size: 2em;
}

.txt_keywords {
	width: 51%;
	height: 33px;
	border: 0;
	outline: 0;
	border-radius: 0;
	background: none;
	padding-left: 10px;
	border-bottom: 1px solid #aaaa;
	padding-right: 80px;
	font-family: Quicksand;
	color: #aaaaaa;
	font-size: 24px;
	font-weight: normal;
}

.txt_keywords::-webkit-input-placeholder {
	font-family: Quicksand;
	color: #fff;
	font-size: 32px;
	font-weight: normal;
}

.txt_keywords::-moz-placeholder {
	font-family: Quicksand;
	color: #fff;
	font-size: 32px;
	font-weight: normal;
}

.txt_keywords::-ms-input-placeholder {
	font-family: Quicksand;
	color: #fff;
	font-size: 32px;
	font-weight: normal;
}

.txt_keywords::-moz-placeholder {
	font-family: Quicksand;
	color: #fff;
	font-size: 32px;
	font-weight: normal;
}

i.fas.fa-search.trong {
	position: absolute;
	color: #fff;
	top: 45%;
	font-size: 31px;
	right: 464px;
}

i.fas.fa-search.btn-open-search {
	color: #fff;
	font-size: 24px;
}

.search-top {
	position: relative;
	top: 0;
	width: 100%;
	background: rgb(0, 0, 0, 56%);
}

.search-top .nav-tabs.myTab-bds {
	border-bottom: none
}

.search-top .nav-tabs.myTab-bds li {
	margin-right: 10px;
}

.search-top .nav-tabs.myTab-bds li a {
	background: #f5c008;
	color: #000;
	font-size: 15px;
	text-decoration: none;
	font-family: Roboto-Bold;
	text-transform: uppercase;
	border: none;
}

.search-top .nav-tabs.myTab-bds li a.active {
	color: #fff;
	background: #e61111
}

.search-top .content-search {
	padding: 20px 25px 8px 25px;
	position: relative;
}

.search-top .content-search input,
.search-top .content-search select {
	border-radius: 0;
	box-shadow: none;
	height: 40px;
	border-radius: 0;
	border: none;
	color: #888888;
	font-family: 'RobotoRegular';
	font-size: 13px;
}

.search-top .content-search input::-webkit-input-placeholder,
.search-top .content-search select::-webkit-input-placeholder {
	/* Edge */
	color: #888888;
	font-size: 13px;
	font-family: Roboto-Regular
}

.search-top .content-search .pdl5 {
	padding-left: 5px;
}

.search-top .content-search .pdr5 {
	padding-right: 5px;
	width: 21%;
}

.search-top .content-search .bnt-search {
	background: #d51e1e;
	height: 91px;
	color: #fff;
	font-family: 'RobotoBold';
	text-transform: uppercase;
	font-size: 15px;
	border: none;
}

.search-top .content-search .form-group {
	margin-bottom: 10px;
}

@font-face {
	font-family: roboto;
	src: url(../fonts/main/Roboto-Regular.ttf),
		url(../fonts/main/Roboto-Regular.eot);
}

@font-face {
	font-family: robotobl;
	src: url(../fonts/main/roboto-black.ttf), url(../fonts/main/roboto-black.eot);
}

@font-face {
	font-family: robotom;
	src: url(../fonts/main/Roboto-Medium.ttf),
		url(../fonts/main/Roboto-Medium.eot);
}

@font-face {
	font-family: robotob;
	src: url(../fonts/main/roboto-bold.ttf), url(../fonts/main/roboto-bold.eot);
}

@font-face {
	font-family: Roboto-Light;
	src: url(../fonts/main/Roboto-Light.ttf), url(../fonts/main/Roboto-Light.eot);
}

@font-face {
	font-family: Montserrat-Black;
	src: url(../fonts/main/Montserrat-Black.ttf),
		url(../fonts/main/Montserrat-Black.eot);
}

@font-face {
	font-family: Montserrat-Bold;
	src: url(../fonts/main/Montserrat-Bold.ttf),
		url(../fonts/main/Montserrat-Bold.eot);
}

@font-face {
	font-family: Montserrat-Italic;
	src: url(../fonts/main/Montserrat-Italic.ttf),
		url(../fonts/main/Montserrat-Italic.eot);
}

@font-face {
	font-family: Montserrat-Light;
	src: url(../fonts/main/Montserrat-Light.ttf),
		url(../fonts/main/Montserrat-Light.eot);
}

@font-face {
	font-family: Montserrat-Medium;
	src: url(../fonts/main/Montserrat-Medium.ttf),
		url(../fonts/main/Montserrat-Medium.eot);
}

@font-face {
	font-family: Montserrat-Regular;
	src: url(../fonts/main/Montserrat-Regular.ttf),
		url(../fonts/main/Montserrat-Regular.eot);
}

@font-face {
	font-family: Montserrat-SemiBold;
	src: url(../fonts/main/Montserrat-SemiBold.ttf),
		url(../fonts/main/Montserrat-SemiBold.eot);
}

@font-face {
	font-family: UTMASHeartbeat;
	src: url(../fonts/main/UTMASHeartbeat.ttf),
		url(../fonts/main/UTMASHeartbeat.eot);
}

/* Main */
body {
	font-family: Montserrat-Regular;
	font-size: 14px;
	background: white;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
ul,
body {
	margin: 0px;
	padding: 0px;
}

.maxwidth {
	max-width: 1230px;
	padding: 0px 15px;
	margin: 0 auto;
	position: relative;
}

.wrap-content {
	margin: 30px auto;
}

.content-main ul {
	margin: 1em;
	padding-left: 40px;
}

.content-main p {
	/* margin: 1em 0px; */
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.img100 {
	width: 100%;
	height: auto;
}

a,
input,
textarea {
	outline: none;
	padding: 0px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.w-clear:after {
	display: block;
	content: "";
	clear: both;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.none {
	display: none;
}

.hidden-seoh {
	visibility: hidden;
	height: 0px;
	margin: 0px;
	overflow: hidden;
}

.row-20 {
	margin: 0px -10px !important;
}

.padding-20 {
	padding: 0px 10px !important;
}

.row-14 {
	margin: 0px -7px !important;
}

.padding-14 {
	padding: 0px 7px !important;
}

.row-10 {
	margin: 0px -5px !important;
}

.padding-10 {
	padding: 0px 5px !important;
}

.row-8 {
	margin: 0px -4px !important;
}

.padding-8 {
	padding: 0px 4px !important;
}

.row-24 {
	margin: 0px -12px !important;
}

.padding-24 {
	padding: 0px 12px !important;
}

.row-13 {
	margin: 0px -6.5px !important;
}

.padding-13 {
	padding: 0px 6.5px !important;
}

.row-0 {
	margin: 0px !important;
}

.padding-0 {
	padding: 0px !important;
}

/* General */
.title-main {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

.title-main h2 {
	text-transform: uppercase;
	font-family: Montserrat-Bold;
	font-size: 32px;
	color: #1b5cb6;
	position: relative;
	margin-bottom: 8px;
	position: relative;
	padding-bottom: 20px;
	padding-top: 13px;
}

.time-main {
	margin-bottom: 0.75rem;
	color: #999999;
}

.time-main i {
	vertical-align: top;
	margin: 3px 7px 0px 0px;
}

.time-main span {
	vertical-align: top;
	display: inline-block;
}

.title-bot {
	position: relative;
	margin-bottom: 22px;
	padding-bottom: 22px;
}

.title-bot:before {
	content: "";
	position: absolute;
	background: #fff;
	width: 78px;
	height: 4px;
	left: 0;
	bottom: 0;
}

.title-bot h2 {
	text-transform: uppercase;
	color: #fff;
	font-size: 30px;
	font-family: hel;
}

.share {
	padding: 17px 15px 10px 15px;
	line-height: normal;
	background: rgba(128, 128, 128, 0.15);
	margin-top: 15px;
	border-radius: 5px;
}

.share b {
	display: block;
	margin-bottom: 5px;
}

.control-owl {
	position: absolute;
	width: 100%;
	z-index: 2;
	left: 0px;
	top: calc(50% - 45px / 2);
}

.control-owl button {
	opacity: 0.5;
	top: 0px;
	position: absolute;
	outline: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
	display: block;
	cursor: pointer;
	color: #ffffff;
	width: 45px;
	height: 45px;
	text-align: center;
	font-size: 25px;
	margin: 0px;
	background-color: #000000;
	border-radius: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.control-owl button:hover {
	opacity: 1;
}

.control-owl button.owl-prev {
	left: 20px;
}

.control-owl button.owl-next {
	right: 20px;
}

.form-control,
.form-control-plaintext:not(textarea),
.custom-select {
	height: calc(1em + 1.25rem + 8px);
	background: white;
	background-size: 100% 100%;
	border: 0;
	height: 48px;
	color: white !important;
}

.custom-form-row {
	margin-right: -10px;
	margin-left: -10px;
}

.custom-form-row>.col,
.custom-form-row>[class*="col-"] {
	padding-right: 10px;
	padding-left: 10px;
}

.text-sm {
	font-size: 0.875rem !important;
}

/* Lazyload */
img.lazy {
	opacity: 0;
}

img:not(.initial) {
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
	opacity: 1;
}

img:not([src]) {
	visibility: hidden;
}

.hover-glass:hover:before {
	-webkit-animation: shine 0.75s;
	animation: shine 0.75s;
}

.hover-glass img {
	width: auto;
	transition: ease 0.3s;
	display: block;
}

.hover-glass:hover:before {
	-webkit-animation: shine 0.75s;
	animation: shine 0.75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.hover-glass {
	overflow: hidden;
	display: inline-block;
	position: relative;
}

.hover-glass::before {
	content: "";
	position: absolute;
	top: 0;
	left: -83%;
	z-index: 2;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left,
			rgb(255 255 255 / 27%) 0%,
			rgb(255 255 255 / 47%) 100%);
	background: linear-gradient(to right,
			rgb(255 255 255 / 30%) 0%,
			rgb(255 255 255 / 43%) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.mirror>a:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	content: "";
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.mirror>a:hover:after {
	webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.mirror>a img {
	transition: all 0.8s ease-in-out;
	width: 100%;
}

.mirror>a:hover img {
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

/*header2*/
.top-header::after {
	content: "";
	position: absolute;
	right: 0;
	background: #1b5cb6;
	height: 40px;
	top: 0;
	width: calc((100% - 1200px) / 2);
}

.top-header::before {
	content: "";
	position: absolute;
	left: 0;
	width: calc((100% - 1200px) / 2);
	height: 40px;
	border-top: 3px solid #1b5cb6;
}

.box-top-header {
	border-top: 3px solid #1b5cb6;
}

.bottom-header {
	padding: 8px 0;
}

.h_hotline {
	position: relative;
	background-image: url(../images/iconhotline.png);
	background-position: 0;
	background-repeat: no-repeat;
	padding-left: 25px;
}

.h_hotline h5 {
	font-size: 14px;
	color: #1f1f1f;
}

.h_right {
	display: flex;
	background: #1b5cb6;
	border-radius: 0px 0px 0px 26px;
	color: white;
	padding: 8px 0;
	padding-left: 25px;
}

.top-header {
	position: relative;
}

.h_left {
	display: flex;
	align-items: center;
	justify-content: center;
}

.h_left p {
	color: #161616;
}

.h_address {
	background: url(../images/iconadress.png) no-repeat left;
	padding-left: 20px;
}

.h_mail {
	background: url(../images/iconemail.png) no-repeat left;
	padding-left: 25px;
	margin-left: 25px;
}

/* Header */
.header {
	position: relative;
	z-index: 2;
}

.header-top {
	padding: 10px 0px;
	background: #7da44e;
}

.slogan {
	font-family: robotob;
	font-size: 14px;
	color: #fff;
}

.info-header {
	font-size: 13px;
	color: white;
}

.info-header img {
	margin-right: 6px;
	vertical-align: middle;
}

.logo-header {
	position: relative;
}

.logo-header img {
	max-height: 233px;
	max-width: 76px;
}

.social-header li {
	width: 30px;
}

.hotline-header {
	display: inline-block;
	padding-left: 25px;
	background-image: url(../images/iconhotline.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

.hotline-header p {}

.hotline-header span {
	font-size: 28px;
	color: #f06e20;
	display: block;
	line-height: 30px;
	font-family: "UTMBienvenue";
	margin-left: -25px;
}

.user-header a {
	color: #ffffff;
	padding-right: 9px;
	margin-right: 7px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}

.user-header a:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 8px;
	background-color: #ffffff;
	top: calc(50% - 7px / 2);
	right: 0px;
	opacity: 0.7;
}

.user-header a:last-child {
	padding-right: 0px;
	margin-right: 0px;
}

.user-header a:last-child:after {
	display: none;
}

/*menu2*/
.logo-h {
	margin-top: -38px;
	transition: 0.5s;
}

.menu.fixed .logo-h {
	margin-top: 0;
	transition: 0.5s;
}

.seach i {
	font-size: 17px;
	margin-left: 10px;
	color: #1b5cb6;
}

.seach:hover {
	cursor: pointer;
}

.menu-right {
	padding-left: 35px;
}

ul.menu-main>li:last-child {
	border: none;
}

ul.menu-main li i {
	font-size: 18px;
	color: white;
}

.menu.fixed .logo-h a {
	transition: 1s;
	/* transform: scale(0.7); */
	display: inline-block;
}

.search.w-clear i {
	font-size: 20px;
	color: orange;
}

.menu.fixed {}

.hotline-menu {
	background: #2a8c1b;
	color: white;
	border-radius: 30px;
}

.hotline-menu p {
	font-size: 17px;
	font-family: Quicksand-Bold;
	line-height: 36px;
	padding: 4px 30px;
	padding-left: 50px;
	background: url(../images/iconphone.png) no-repeat 19px;
}

.seach img {
	cursor: pointer;
}

.menu ul.menu-main>li>a.active {
	background: #1b5cb6;
	color: white;
	box-shadow: inset 0px 5px 5px #0000006b;
}

.menu ul.menu-main>li>a.active::after {
	content: none;
}

.menu ul.menu-main>li>a:hover::after {
	content: none;
}

.big-slide {
	background: #f7f7f7;
}

/* Menu */
.menu {
	position: sticky;
	z-index: 100;
	top: 0;
	background: white;
	padding: 10px 0;
}

.menu ul {
	margin: auto;
	list-style: none;
}

.menu ul.menu-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.menu ul li {
	position: relative;
	z-index: 1;
}

.menu ul.menu-main>li>a {
	display: block;
	position: relative;
	font-size: 15px;
	color: #333333;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 2px;
	padding: 5px 9px;
	border-radius: 30px;
	line-height: 25px;
}

.menu ul.menu-main>li>a:hover {
	background: #1b5cb6;
	color: white;
	box-shadow: inset 0px 5px 5px #0000006b;
}

.menu ul li a.has-child {}

.menu ul li a.has-child:after {
	content: "";
	position: absolute;
	bottom: calc(50% - 4px / 2);
	right: 0px;
	width: 5px;
	height: 5px;
	border: 1px solid #fafafa;
	border-top: 0px;
	border-left: 0px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu ul li ul {
	position: absolute;
	min-width: 250px;
	background-color: #fafafa;
	border-radius: 0.25rem;
	-webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
	-webkit-transform: perspective(600px) rotateX(-90deg);
	transform: perspective(600px) rotateX(-90deg);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	opacity: 0;
	visibility: hidden;
}

.menu ul li:hover>ul {
	-webkit-transform: perspective(600px) rotateX(0);
	transform: perspective(600px) rotateX(0);
	transform-origin: 0 0 0;
	-webkit-transform-origin: 0 0 0;
	opacity: 1;
	visibility: visible;
}

.menu ul li ul li {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.menu ul li ul li a {
	font-size: 14px;
	color: #313131;
	border-bottom: 1px solid #ececec;
	padding: 10px 0px 9px 0px;
	text-transform: capitalize;
	display: block;
	text-decoration: none;
}

.menu ul li ul li a.has-child {
	margin-right: 0px;
}

.menu ul li ul li a.has-child:after {
	border-color: #313131;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 0.75rem;
}

.menu ul li ul li a.active {
	color: #ec2d3f;
}

.menu ul li ul li a.active.has-child:after {
	border-color: #ec2d3f;
}

.menu ul li ul li:last-child>a {}

.menu ul li ul li:hover>a {
	color: #ec2d3f;
}

.menu ul li ul li:hover>a.has-child:after {
	border-color: #ec2d3f;
}

.menu ul li ul li ul {
	top: 0;
	left: 100%;
	margin-top: 0px;
}

/* Search */
.search {
	width: 300px;
	background: white;
	overflow: hidden;
	border-radius: 30px;
	height: 50px;
	border: 2px solid #d4ca50;
}

.search p {
	float: left;
	line-height: 37px;
	cursor: pointer;
	text-align: center;
	color: #6c757d;
	padding: 6px;
	padding-left: 15px;
}

.search input {
	width: calc(100% - 50px);
	height: 49px;
	float: left;
	outline: none;
	padding: 0px;
	border: 0px;
	background: #ffffff00;
	text-indent: 10px;
	font-size: 15px;
}

.search input::-webkit-input-placeholder {
	color: #313131;
}

.search input:-moz-placeholder {
	color: #313131;
}

.search input::-moz-placeholder {
	color: #313131;
}

.search input:-ms-input-placeholder {
	color: #313131;
}

/* Mmenu */
.menu-res {
	height: 55px;
	z-index: 999;
	background: #fff;
	position: sticky;
	display: none;
	top: 0;
}

.menu-bar-res {
	height: 55px;
	padding: 0px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#menu {
	display: none;
}

#hamburger {
	display: block;
	width: 35px;
	height: 23px;
	position: relative;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
	background: #000;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0px;
}

#hamburger:before {
	top: 0px;
}

#hamburger span {
	top: 10px;
}

#hamburger:after {
	top: 20px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
	-webkit-transition: none 0.5s ease 0.5s;
	transition: none 0.5s ease 0.5s;
	-webkit-transition-property: transform, top, bottom, left, opacity;
	-webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
	transition-property: top, bottom, left, opacity, -webkit-transform;
	transition-property: transform, top, bottom, left, opacity;
	transition-property: transform, top, bottom, left, opacity, -webkit-transform;
}

.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
	top: 10px;
}

.mm-wrapper_opening #hamburger span {
	left: -50px;
	opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mm-menu_opened {
	display: block !important;
}

.mm-slideout {
	z-index: unset;
}

/* Search Responsive */
.search-res {
	position: relative;
}

.search-res .icon-search {
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-align: center;
	line-height: 42px;
	color: #000;
	font-size: 17px;
	margin: 0px;
}

.search-res .icon-search.active {
	color: #ec2d3f;
	background: #ffffff;
	border-radius: 100%;
}

.search-res .search-grid {
	position: absolute;
	top: 50px;
	right: 0px;
	width: 0px;
	height: 40px;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #ec2d3f;
	z-index: 2;
	opacity: 0;
	border-radius: 25px;
	line-height: normal;
}

.search-res .search-grid p {
	float: left;
	width: 35px;
	height: 38px;
	cursor: pointer;
	outline: none;
	border: none;
	margin: 0px;
	font-size: 17px;
	display: block;
	color: #ec2d3f;
	line-height: 40px;
	text-align: center;
}

.search-res .search-grid input {
	width: calc(100% - 35px);
	float: right;
	line-height: 38px;
	outline: none;
	border: none;
	color: #ec2d3f;
}

.search-res .search-grid input::-webkit-input-placeholder {
	color: #313131;
}

.search-res .search-grid input:-moz-placeholder {
	color: #313131;
}

.search-res .search-grid input::-moz-placeholder {
	color: #313131;
}

.search-res .search-grid input:-ms-input-placeholder {
	color: #313131;
}

/* Slideshow */
.slideshow {
	position: relative;
	z-index: 1;
	margin-top: 0;
}

.slideshow-item {
	display: block;
	cursor: pointer;
}

.slideshow:hover .control-slideshow {
	opacity: 1;
}

.control-slideshow {
	opacity: 0;
}

/* Partner */
.wrap-partner {
	padding: 0px 15px;
}

.partner {
	display: block;
	border: 1px solid #eee;
	max-width: 175px;
	margin: 0px auto;
}

/* Breadcrumb */
.breadCrumbs {
	background-color: #eee;
}

.breadCrumbs {
	padding: 0.75rem 15px;
}

.breadCrumbs .breadcrumb {
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
	border-radius: 0;
}

.breadCrumbs .breadcrumb-item a {
	color: #212529;
}

.breadCrumbs .breadcrumb-item.active a {
	color: #6c757d;
}

/* Video */
.video {
	cursor: pointer;
	margin-bottom: 1rem;
}

.video .video-image {
	position: relative;
	margin-bottom: 0.75rem;
}

.video .video-image:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 35px;
	top: calc(50% - 50px / 2);
	left: calc(50% - 35px / 2);
	z-index: 1;
	background-repeat: no-repeat;
	background-image: url(../images/play.png);
}

.video .video-name {
	text-align: center;
	font-size: 16px;
	color: #212529;
	margin-bottom: 0px;
}

.video .video-name:hover {
	color: #f00;
}

/* Album */
.slogan-all {
	background: black;
	color: white;
	padding: 50px 0;
}

.box-album h3 a:hover {
	color: red;
}

.box-album h3 a {
	font-size: 16px;
	font-family: OpenSans-Bold;
	text-transform: uppercase;
	color: black;
	margin-top: 10px;
	padding: 0 20px;
}

.box-album {
	margin-bottom: 25px;
}

.img-album-ix a {
	position: relative;
}

.img-album-ix a::after {
	position: absolute;
	content: "";
	background: url(../images/kha.html) no-repeat;
	background-size: 100% 100%;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
}

.album {
	cursor: pointer;
}

.album .album-image {
	margin-bottom: 0.75rem;
}

.album .album-name {
	margin-bottom: 0px;
	text-align: center;
}

.album .album-name a {
	display: block;
	font-size: 16px;
	color: #212529;
	margin-bottom: 0px;
	font-weight: 600;
}

.album .album-name a:hover {
	color: #f00;
	text-decoration: none;
}

/* Brand */
.wrap-brand {
	margin-bottom: 50px;
	padding: 0px 15px;
}

.brand {
	display: block;
	border: 1px solid #eee;
	max-width: 160px;
	margin: 0px auto;
}

/* Product */
.ul-tabs-pro-detail {
	list-style: none;
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
	margin-top: -10px;
}

.ul-tabs-pro-detail li {
	font-size: 14px;
	color: #4c4c4c;
	cursor: pointer;
	display: inline-block;
	margin: 0px 4px !important;
	position: relative;
	padding: 0;
	position: relative;
	border-radius: 0;
	margin-bottom: 10px !important;
	text-transform: uppercase;
	border: 1px solid;
	padding: 13px 25px;
}

.ul-tabs-pro-detail li.active,
.ul-tabs-pro-detail li:hover {
	color: red;
}

.content-tabs-pro-detail {
	display: none;
	position: relative;
}

.content-tabs-pro-detail.active {
	display: block;
}

.content-tabs-pro-detail iframe {
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
	top: 0px !important;
	left: 0px !important;
}

.product-all {
	position: relative;
	padding: 50px 0px 50px 0px;
	background-size: cover;
}

.product-all:nth-child(even) {}

.product {
	position: relative;
	margin-bottom: 25px;
	text-align: center;
}

.pic-product {
	position: relative;
	margin-right: 5px;
	margin-bottom: 5px;
}

.name-product {}

.name-product a {
	color: black;
	font-size: 15px;
	display: block;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.name-product a:hover {
	color: red;
}

.price-product span:nth-child(1) {}

.price-product span a {
	text-decoration: none;
	color: #de0000;
	font-family: "Montserrat-Bold";
	text-transform: uppercase;
	font-size: 15px;
}

.price-new {
	color: #de0000;
	font-family: "Montserrat-Bold";
}

.price-old {
	padding-left: 5px;
	color: #6c757d;
	text-decoration: line-through;
}

.price-per {
	position: absolute;
	top: 35px;
	right: 35px;
	color: #ffffff;
	background: #ec2d3f;
	font-size: 11px;
	border-radius: 2px;
	width: 45px;
	height: 25px;
	text-align: center;
	line-height: 25px;
}

.cart-product {
	margin-bottom: 0px;
}

.cart-product span {
	cursor: pointer;
	color: #ffffff;
	text-transform: capitalize;
	text-align: center;
}

.viewmore {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-family: robotob;
	position: relative;
	cursor: pointer;
	background: rgb(5, 104, 58);
	background: linear-gradient(0deg,
			rgba(5, 104, 58, 1) 0%,
			rgba(125, 164, 78, 1) 100%);
	text-transform: uppercase;
	padding: 9px 18px;
	margin-top: 5px;
}

.viewmore:hover {
	color: #ff0;
	text-decoration: none;
}

/* Product Detail */
.grid-pro-detail {
	margin-bottom: 3rem;
}

.left-pro-detail {
	position: relative;
	text-align: center;
}

.left-pro-detail .MagicZoom {
	border: 1px solid #eee;
	padding: 7px;
	border-radius: 5px;
	background-color: #ffffff;
}

.gallery-thumb-pro {
	position: relative;
	margin-top: 10px;
}

.owl-pro-detail {
	padding: 0px 30px;
}

.control-pro-detail button {
	background-color: transparent;
	color: #222222;
	opacity: 1;
	width: 25px;
	font-size: 23px;
}

.control-pro-detail button:hover {
	opacity: 0.7;
}

.control-pro-detail button.owl-prev {
	left: 0px;
}

.control-pro-detail button.owl-next {
	right: 0px;
}

.thumb-pro-detail {
	display: block !important;
	border: 1px solid #eee;
	padding: 5px;
	border-radius: 3px;
	cursor: pointer;
	background-color: #ffffff;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
	border-color: #cecfd2;
}

.thumb-pro-detail img {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-filter: brightness(100%) !important;
	filter: brightness(100%) !important;
	border-bottom: 0px !important;
	padding-bottom: 0px !important;
}

.title-pro-detail {
	text-transform: capitalize;
	font-size: 20px;
	display: block;
	font-weight: 700;
}

.comment-pro-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.social-plugin-pro-detail {
	margin-bottom: 1rem;
	margin-top: 0px !important;
}

.desc-pro-detail {
	margin-bottom: 1rem;
}

.attr-pro-detail {
	list-style: none;
	padding: 0px;
}

.attr-pro-detail li {
	margin-bottom: 0.5rem;
}

.attr-label-pro-detail {
	margin: 0px 5px 0px 0px;
}

.attr-label-pro-detail.d-block {
	display: block;
	margin: 0px 0px 5px 0px;
}

.attr-content-pro-detail {
	display: inline-block;
	margin-bottom: 0px;
}

.price-new-pro-detail {
	font-weight: 700;
	font-size: 20px;
	color: #ec2d3f;
}

.price-old-pro-detail {
	font-weight: 500;
	color: #6c757d;
	text-decoration: line-through;
	padding-left: 10px;
}

.color-pro-detail {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 35px;
	height: 30px;
	margin: 0px 0px 3px 0px;
	border: 1px solid transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.size-pro-detail {
	cursor: pointer;
	border: 1px solid #ccc;
	padding: 3px 10px 4px 10px;
	display: inline-block;
	position: relative;
}

.size-pro-detail.active {
	border-color: #e5101d;
	color: #e5101d;
}

.color-pro-detail.active {
	border-color: #e5101d;
	color: #e5101d;
}

.size-pro-detail.active:after {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	background-image: url(../images/check-cart.png);
}

.color-pro-detail.active:after {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	background-image: url(../images/check-cart.png);
}

.color-pro-detail input[type="radio"] {
	display: none;
}

.size-pro-detail input[type="radio"] {
	display: none;
}

.quantity-pro-detail {
	width: 100%;
	max-width: 110px;
	line-height: normal;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.quantity-pro-detail span {
	line-height: 25px;
	padding: 0px;
	width: 30px;
	height: 30px;
	color: #5f5f5f;
	cursor: pointer;
	font-size: 22px;
	border: 1px solid #cccccc;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
	border-left: 0px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
	border-right: 0px;
}

.quantity-pro-detail input {
	height: 30px;
	border: 1px solid #cccccc;
	width: calc(100% - 60px);
	text-align: center;
	font-size: 14px;
	padding: 5px;
}

.cart-pro-detail {
	margin-bottom: 1rem;
}

.cart-pro-detail a {
	font-size: 14px;
	color: #ffffff !important;
	text-transform: uppercase;
}

.tags-pro-detail a {
	float: left;
	font-size: 13px;
	padding-bottom: 0.375rem;
	margin: 0px 5px 5px 0px;
}

.tags-pro-detail a i {
	font-size: 11px;
	margin: 5px 5px 0px 0px;
}

.tabs-pro-detail {
	margin-top: 2rem;
}

.tabs-pro-detail .nav-tabs .nav-link {
	border-top-width: 3px;
	font-size: 13px;
}

.tabs-pro-detail .nav-tabs .nav-link.active {
	border-top-color: #555555;
}

.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
	border-top-color: #555555;
}

/* Toc */
.box-readmore {
	padding: 8px 15px;
	border: 1px solid #dedede;
	margin-bottom: 2rem;
	border-radius: 5px;
	background-color: #eeeeee;
}

.box-readmore li ul>li {
	margin: 0;
	margin-bottom: 8px;
}

.box-readmore li ul>li:before {
	content: counters(item, ".") " ";
}

.box-readmore ul {
	list-style-type: none;
	counter-reset: item;
	margin-bottom: 0px;
	padding-left: 0px !important;
	margin-top: 8px;
}

.box-readmore ul li {
	display: table;
	counter-increment: item;
	margin-bottom: 5px;
}

.box-readmore ul li:before {
	content: counters(item, ".") ". ";
	display: table-cell;
	padding-right: 5px;
}

.box-readmore ul li a {
	color: #333333;
	cursor: pointer;
	font-weight: 600;
}

.box-readmore ul li a:hover {
	color: #767676 !important;
}

/* News */
.news {
	margin-bottom: 30px;
}

.news .news-name {
	margin-bottom: 10px;
	color: #333;
	font-size: 15px;
	font-family: robotob;
}

.news .news-name a {
	color: #333;
}

.news .news-name a:hover {
	color: #ec2d3f;
}

.news .news-time {
	color: #84878a;
	margin-bottom: 5px;
}

.news .news-desc {
	color: #333333;
	margin-top: 5px;
	line-height: 22px;
	font-family: roboto;
	font-size: 14px;
}

.othernews b {
	margin-bottom: 10px;
}

.list-news-other {
	padding-left: 17px;
	list-style: square;
}

.list-news-other li {
	margin-bottom: 2px;
}

.list-news-other li a {
	text-transform: none;
	color: #333333;
}

.list-news-other li a:hover {
	color: #ec2d3f;
}

/* News index */
.content-mid {
	position: relative;
	padding: 50px 0px 30px 0px;
	background: url(../images/bg-bot.html) center no-repeat;
	background-size: cover;
}

.box-news {
	position: relative;
	height: 423px;
}

.news-info {
	position: relative;
	font-family: "Roboto-Light";
	margin: 15px 0;
}

.news-info span {
	margin-bottom: 10px;
}

.news-info h3 a {
	font-family: "robotob";
	font-size: 16px;
	display: block;
	color: #1d1d1d;
}

.news-info h3 a:hover {
	color: red;
}

.news-info p {
	color: #5d5d5d;
	font-size: 14px;
	line-height: 24px;
}

.news-index {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #e8eef8;
}

.news-index h3 a {
	color: #232323;
	font-size: 19px;
	font-family: RobotoMono-Bold;
	line-height: 30px;
}

.news-index h3 a:hover {
	color: red;
	text-decoration: none;
}

.news-index p {}

.video-intro {
	position: relative;
	margin-bottom: 30px;
}

.content-bot {
	position: relative;
	margin-top: 50px;
}

.dichvu {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}

.dichvu h3 {
	color: #111111;
	font-family: robotob;
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 15px;
}

.dichvu h3 a {
	color: #111111;
}

.dichvu h3 a:hover {
	color: #05683a;
	text-decoration: none;
}

.dichvu p {
	color: #333333;
	font-family: roboto;
	font-size: 14px;
	margin-top: 14px;
}

/* Contact */
.contact-article {
	margin-bottom: 30px;
}

.contact-input {
	position: relative;
	margin-bottom: 15px;
}

.contact-input textarea {
	resize: none;
	height: 150px;
}

.contact-input .custom-file-label::after {
	content: attr(title);
}

.contact-map {
	position: relative;
	height: 500px;
}

.contact-map iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100% !important;
	height: 100% !important;
}

/* Newsletter */
.newsletter {
	position: relative;
	border: 1px solid silver;
	padding: 15px 17px;
	border-radius: 40px;
}

.newsletter-slogan {
	margin-bottom: 0.5rem;
	color: #6c757d;
}

.newsletter-input {
	position: relative;
	display: flex;
}

.newsletter-button {
	margin-top: 11px;
}

.newsletter-button input[type="submit"] {
	text-transform: uppercase;
	font-weight: 500;
	height: 48px;
	border-radius: 0;
	font-family: "Montserrat-Bold";
	background-color: #fa2b32;
	position: relative;
	background-image: url(../images/mtlh.png);
	background-repeat: no-repeat;
	background-position: 28px 15px;
	padding-left: 60px;
	padding-right: 35px;
}

/* Footer */
.footer-article {
	position: relative;
	z-index: 1;
	background: url(../images/brfooter.png) no-repeat;
	background-size: cover;
	padding-bottom: 50px;
}

.social {
	list-style: none;
	margin: auto;
	display: flex;
	align-items: center;
}

.social li a {
	display: block;
}

.footer-info {
	color: white;
}

.footer-title {
	position: relative;
	font-size: 15px;
	margin-bottom: 15px;
	/* padding-bottom: 15px; */
	text-transform: uppercase;
	font-family: "Montserrat-Bold";
	color: #1b5cb6;
}

.footer-ul {
	list-style: auto;
	color: #fff;
	font-size: 20px;
}

.footer-ul li {
	list-style: none;
	margin-bottom: 7px;
}

.footer-ul li:last-child {
	margin-bottom: 0px;
}

.footer-ul li a {
	color: #fff;
	font-size: 15px;
	position: relative;
	background: url(../images/iconct.png) no-repeat left;
	padding-left: 12px;
	font-family: Montserrat-Light;
}

.footer-ul li a:hover {
	text-decoration: none;
	color: #ff0;
}

.footer-tags {
	border-top: 1px solid #1b5cb6;
	border-bottom: 1px solid #1b5cb6;
	margin: 20px 0;
	padding: 20px 0;
}

.footer-tags-lists {
	list-style: none;
}

.footer-tags-lists li {
	display: inline-block;
}

.footer-tags-lists li a {}

.footer-powered {
	color: white;
	font-size: 13px;
	position: relative;
	background: #1b5cb6;
	padding: 10px 0;
	box-shadow: 0px 5px 5px #000000b3;
	z-index: 1;
}

.footer-statistic {
	text-align: right;
}

.footer-statistic span {
	padding-right: 3px;
	/* border-right: 1px solid #fff; */
	display: inline-block;
	line-height: 11px;
}

.footer-statistic span:last-child {
	padding-right: 0px;
	margin-right: 0px;
	border-right: none;
}

#footer-map {
	position: relative;
	height: 430px;
}

#footer-map iframe {
	position: absolute !important;
	width: 100% !important;
	height: 100%;
	top: 0px !important;
	left: 0px !important;
}

/* Like Share */
.social-plugin {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.social-plugin .at-share-btn {
	margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
	margin-left: 3px;
}

/* Paging */
.pagination-home .pagination .page-item .page-link {
	color: #555555;
	font-size: 0.875rem;
}

.pagination-home .pagination .page-item.active .page-link {
	color: #ffffff;
	background-color: #555555;
	border-color: #555555;
}

/* Paging Ajax */
.pagination-ajax {
	text-align: center;
}

.pagination-ajax a {
	display: inline-block;
	vertical-align: top;
	margin: 0px 3px 3px 3px;
	width: 35px;
	height: 35px;
	line-height: 33px;
	color: #666 !important;
	border: 1px solid #e6e6e6;
	font-size: 13px;
	cursor: pointer;
	text-decoration: none !important;
	background-color: #ffffff;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
	color: #ffffff !important;
	border-color: silver;
	background-color: silver;
}

.pagination-ajax a.first,
.pagination-ajax a.last,
.pagination-ajax a.prev,
.pagination-ajax a.next {
	text-indent: -9999px;
	position: relative;
	background-color: #ffffff !important;
}

.pagination-ajax a.first:before,
.pagination-ajax a.last:before,
.pagination-ajax a.prev:before,
.pagination-ajax a.next:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
}

.pagination-ajax a.first:before {
	background-image: url(../images/page-first.png);
}

.pagination-ajax a.last:before {
	background-image: url(../images/page-last.png);
}

.pagination-ajax a.prev:before {
	background-image: url(../images/page-prev.png);
}

.pagination-ajax a.next:before {
	background-image: url(../images/page-next.png);
}

/* Popup */
#popup .modal-body {
	padding: 0px;
}

/* Hidden Google Captcha */
.grecaptcha-badge {
	display: none !important;
	width: 0px !important;
	height: 0px !important;
	visibility: hidden !important;
	overflow: hidden;
}

/* Hidden Check Grammar Coccoc */
coccocgrammar {
	display: none;
}

/* Scroll Top */
.scrollToTop {
	width: 41px;
	height: 41px;
	text-align: center;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position: fixed;
	bottom: 65px;
	right: 25px;
	display: none;
	z-index: 10;
	cursor: pointer;
}

/* Text Hide */
.text-split {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
}

.text-split1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}

.text-split2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}

.text-split4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 4;
}

.text-split5 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 5;
}

.text-split10 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 10;
}

.text-split7 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 7;
}

.text-split8 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 8;
}

/* Transition All */
.transition,
.control-owl button,
.carousel-comment-media .carousel-control a span,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover>ul,
.scale-img img,
.scale-img:hover>img,
.btn-frame .kenit-alo-circle-fill,
.support-online .kenit-alo-circle-fill {
	-webkit-transition: 0.3s all !important;
	transition: 0.3s all !important;
}

/* Scale IMG */
.scale-img {
	overflow: hidden;
	display: block;
}

.scale-img img {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.scale-img:hover>img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

/* Blink */
.blink {
	-webkit-animation-name: blink;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: blink;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	animation-name: blink;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

/* Button Frame */
.btn-frame {
	display: block;
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	z-index: 101;
	cursor: pointer;
}

.btn-frame i {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #04459e;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn-frame i img {
	vertical-align: middle;
	width: 70%;
}

.btn-frame .animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
	width: 60px;
	height: 60px;
	top: -5px;
	right: -5px;
	position: absolute;
	background-color: transparent;
	border-radius: 100%;
	border: 2px solid rgba(7, 41, 103, 0.8);
	opacity: 0.1;
	border-color: #181f8e;
	opacity: 0.5;
}

.btn-frame .zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

.btn-frame .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
	width: 70px;
	height: 70px;
	top: -10px;
	right: -10px;
	position: absolute;
	border-radius: 100%;
	border: 2px solid transparent;
	background-color: rgba(7, 41, 103, 0.35);
	opacity: 0.4;
}

.btn-frame .pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

/* Zalo */
.btn-zalo {
	bottom: 300px;
}

/* Phone */
.btn-phone {
	bottom: 215px;
}

/* Messenger */
.js-facebook-messenger-container.closed {
	display: none !important;
}

.js-facebook-messenger-tooltip {
	bottom: 97px;
	right: 97px;
	color: #404040;
	background: #fff;
}

.js-facebook-messenger-tooltip.closed {
	display: none !important;
}

.js-facebook-messenger-box,
.js-facebook-messenger-button {
	z-index: 999;
}

.js-facebook-messenger-tooltip {
	z-index: 999;
	display: none;
	position: fixed;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	font-size: 12px;
	line-height: 1;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
	box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
	z-index: 1000000000000000019884624838656;
}

.js-facebook-messenger-close-tooltip {
	width: 10px;
	height: 10px;
	display: inline-block;
	cursor: pointer;
	margin-left: 10px;
}

.js-facebook-messenger-box {
	z-index: 999;
}

.js-facebook-messenger-box.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

.js-facebook-messenger-box.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
	z-index: 999;
}

.js-facebook-messenger-box {
	display: block;
	position: fixed;
	cursor: pointer;
	bottom: 130px;
	right: 17px;
	width: 56px;
	height: 56px;
	text-align: center;
	background: #1a59b0;
	border-radius: 100%;
	overflow: hidden;
	z-index: 99;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.js-facebook-messenger-box svg#fb-msng-icon {
	width: 32px;
	height: 33px;
	position: absolute;
	top: 13px;
	left: 12px;
	opacity: 1;
	overflow: hidden;
	-webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	-webkit-transition: opacity 160ms ease-in-out,
		-webkit-transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, transform 160ms ease-in-out,
		-webkit-transform 160ms ease-in-out;
}

.js-facebook-messenger-box.rotate svg#close-icon {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.js-facebook-messenger-box svg#close-icon {
	opacity: 0;
	width: 19px;
	height: 20px;
	position: absolute;
	top: 19px;
	left: 19px;
	-webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	-webkit-transition: opacity 160ms ease-in-out,
		-webkit-transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, transform 160ms ease-in-out,
		-webkit-transform 160ms ease-in-out;
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
	z-index: 1000;
}

.js-facebook-messenger-container {
	position: fixed;
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	bottom: 110px;
	right: 90px;
	border-radius: 10px;
	pointer-events: none;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06),
		0 2px 32px rgba(0, 0, 0, 0.16);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
	-webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
	-webkit-transition: opacity 160ms ease-in-out,
		-webkit-transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
	transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
	transition: transform 160ms ease-in-out, opacity 160ms ease-in-out,
		-webkit-transform 160ms ease-in-out;
}

.js-facebook-messenger-top-header {
	width: 220px;
	color: #ffffff;
	background: #1182fc;
	display: block;
	position: relative;
	width: 220px;
	background: #1182fc;
	color: #ffffff;
	text-align: center;
	line-height: 1;
	padding: 10px;
	font-size: 14px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.js-facebook-messenger-container iframe,
.js-facebook-messenger-container-button iframe {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
	z-index: 999;
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
	z-index: 1000;
}

.js-facebook-messenger-top-header {
	color: #ffffff;
	background: #1182fc;
	width: 220px;
}

.js-facebook-messenger-tooltip {
	color: #404040;
	background: #fff;
}

.js-facebook-messenger-container.open {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	pointer-events: all;
}

.js-facebook-messenger-tooltip {
	bottom: 97px;
	right: 97px;
}

.js-facebook-messenger-box.open svg#fb-msng-icon {
	opacity: 0;
}

.js-facebook-messenger-box.rotate.open svg#close-icon {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.js-facebook-messenger-box.open svg#close-icon {
	opacity: 1;
}

/* Cart Fix */
.cart-fixed {
	position: fixed;
	right: 20px;
	bottom: 390px;
	z-index: 10;
	background: #4b4f56;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff !important;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cart-fixed i {
	font-size: 20px;
}

.cart-fixed span {
	position: absolute;
	top: 0px;
	right: -5px;
	color: #ffffff;
	width: 25px;
	height: 25px;
	background: #ec2d3f;
	text-align: center;
	line-height: 25px;
	font-size: 11px;
	border-radius: 100%;
}

/* Toolbar */
.toolbar {
	width: 100%;
	padding: 3vw;
	bottom: 0px;
	position: fixed;
	z-index: 500;
	height: auto;
	left: 0px;
	background: #192b5b;
}

.toolbar ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.toolbar ul li {
	text-align: center;
	width: 25%;
}

.toolbar ul li a {
	display: block;
	width: 100%;
	cursor: pointer;
}

.toolbar ul li a img {
	height: 6vw;
	width: auto;
}

.toolbar ul li a span {
	font-weight: 400;
	color: #ffffff;
	font-size: 3.5vw;
	display: none;
}

/* Fixbar */
.fixbar {
	bottom: 0;
	display: block;
	background: #f0eff4;
	border-top: 1px solid #ddd;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	margin: 0;
	z-index: 500;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 50px;
}

.fixbar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.fixbar ul li {
	margin: 0 auto 10px;
	text-align: center;
	width: 25%;
	float: left;
}

.fixbar .icon-cart-mobile,
.fixbar .icon-cart-new,
.fixbar .icon-home-new,
.fixbar .icon-hotdeal-new {
	width: 20px;
	height: 20px;
	display: block;
	margin: 8px auto 0;
}

.fixbar .icon-cart-mobile {
	background: url(../images/cart-mobile.png) no-repeat;
}

.cart-total-header-mobile {
	font-size: 10px;
	position: absolute;
	background: red;
	color: #fff !important;
	border-radius: 50%;
	height: 15px;
	width: 15px;
	line-height: 15px;
	top: 5px;
	margin-left: 5px;
}

.fixbar ul li a {
	font-size: 11px;
	text-decoration: none;
	color: #333;
}

.fixbar ul li a i {
	font-size: 20px;
}

/* Plugbar */
.plugbar {
	position: fixed;
	bottom: 0;
	left: 0;
	border-top: 1px solid #eae6e6;
	width: 100%;
	right: 0;
	max-width: 767px;
	margin: 0 auto;
	background: #ffffff;
	padding: 9px 10px 10px 7px;
	z-index: 10;
}

.plugbar ul {
	list-style: none;
	padding: 0;
	margin: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.plugbar ul li {
	width: 20%;
	float: left;
}

.plugbar ul li a {
	display: block;
	color: #696969;
	font-size: 12px;
	text-align: center;
	position: relative;
}

.plugbar ul li a i {
	font-size: 20px;
	color: #696969;
}

.plugbar ul li a span {
	position: absolute;
	width: 50px;
	height: 50px;
	top: -40px;
	left: calc(50% - 50px / 2);
	font-size: 14px;
	display: block;
	border: 1px solid rgba(234, 230, 230, 0.5);
	border-radius: 100%;
}

/* Combo Phone */
.support-online {
	position: fixed;
	z-index: 999;
	left: 10px;
	bottom: 0px;
}

.support-online a {
	position: relative;
	margin: 20px 10px;
	text-align: left;
	width: 40px;
	height: 40px;
}

.support-online i {
	width: 40px;
	height: 40px;
	background: #43a1f3;
	color: #ffffff;
	border-radius: 100%;
	font-size: 20px;
	text-align: center;
	line-height: 1.9;
	position: relative;
	z-index: 999;
}

.support-online a {
	display: block;
}

.support-online a span {
	border-radius: 2px;
	text-align: center;
	background: #67b634;
	padding: 9px;
	display: none;
	width: 180px;
	margin-left: 10px;
	position: absolute;
	color: #ffffff;
	z-index: 999;
	top: 0px;
	left: 40px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	-webkit-animation: headerAnimation 0.7s 1;
	animation: headerAnimation 0.7s 1;
}

.support-online a:hover span {
	display: block;
}

.support-online a span:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #67b634 transparent transparent;
	position: absolute;
	left: -10px;
	top: 10px;
}

.support-online .kenit-alo-circle-fill {
	width: 60px;
	height: 60px;
	top: -10px;
	position: absolute;
	border-radius: 100%;
	border: 2px solid transparent;
	background-color: rgba(0, 175, 242, 0.5);
	opacity: 0.75;
	right: -10px;
}

.support-online .kenit-alo-circle {
	width: 50px;
	height: 50px;
	top: -5px;
	right: -5px;
	position: absolute;
	background-color: transparent;
	border-radius: 100%;
	border: 2px solid rgba(30, 30, 30, 0.4);
	opacity: 0.1;
	border-color: #0089b9;
	opacity: 0.5;
}

.support-online .support-online .btn-support {
	cursor: pointer;
}

.support-online .mes i {
	background: orange;
}

.support-online .sms i {
	background: red;
}

.support-online .call-now i {
	background: green;
}

/* Phone Switch */
.widget-mobile {
	position: fixed;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 10px;
	z-index: 9999999;
}

#my-phone-circle {
	position: relative;
	width: 50px !important;
	height: 50px !important;
}

.wcircle-open .wcircle-icon i:before {
	content: "\f00d";
}

.wcircle-icon {
	background: #1282fc;
	border-radius: 50%;
	position: relative !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wcircle-icon:before {
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	background: rgba(18, 130, 252, 0.5);
	border: 1px solid #ffffff;
	border-radius: 50%;
	left: -5px;
	top: -5px;
	-webkit-animation: pulse 1s infinite ease-in-out;
	animation: pulse 1s infinite ease-in-out;
}

.wcircle-icon:after {
	position: absolute;
	content: "";
	width: 80px;
	height: 80px;
	background: rgba(18, 130, 252, 0.5);
	border-radius: 50%;
	left: -15px;
	top: -15px;
	-webkit-animation: zoomIn 2s infinite ease-in-out;
	animation: zoomIn 2s infinite ease-in-out;
}

.wcircle-menu {
	position: absolute !important;
	left: 0;
	top: 0;
	display: none;
}

.wcircle-menu-item {
	width: 50px;
	height: 50px;
	background: #1282fc;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wcircle-menu-item img {
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 50%;
}

.wcircle-menu-item i {
	font-size: 25px;
	color: #ffffff;
	position: relative;
	z-index: 9999;
}

.wcircle-icon i {
	font-size: 25px;
	color: #ffffff;
	position: relative;
	z-index: 9999;
}

.shake-anim {
	-webkit-animation: shake-anim 1s infinite ease-in-out;
	animation: shake-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

@keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes shake-anim {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
	}

	10%,
	30% {
		-moz-transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20%,
	40% {
		-moz-transform: rotate(25deg) scale(1) skew(1deg);
	}

	100%,
	50% {
		-moz-transform: rotate(0) scale(1) skew(1deg);
	}
}

@-webkit-keyframes shake-anim {

	0%,
	100%,
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}

	10%,
	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20%,
	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}
}

/*gioi thieu*/
.right-name-intro span {
	font-family: "Montserrat-Bold";
	font-size: 25px;
	color: red;
	line-height: 40px;
}

.right-name-intro {
	margin: -5px;
	margin-left: 10px;
}

.title-main-intro {
	margin-bottom: 30px;
}

.see-more::after {
	content: "";
	position: absolute;
	left: 0;
	width: 31px;
	height: 1px;
	background: white;
	top: 0;
	bottom: 0;
	margin: auto;
}

.img-intro-2 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	height: 424px;
	display: inline-block;
	box-shadow: 0px 0px 10px #0000007d;
}

.box-intro-right {
	position: relative;
	padding-top: 40px;
	padding-bottom: 80px;
}

.box-intro-right::after {
	z-index: 0;
	content: "";
	position: absolute;
	width: 356px;
	height: 509px;
	border: 3px solid #1b5cb6;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.img-intro-1 {
	position: relative;
	z-index: 1;
	height: 424px;
	display: inline-block;
	box-shadow: 0px 0px 10px #0000007d;
}

.img-intro-1 {}

.box-intro-right a {
	display: inline-block;
}

.img-intro-left {
	text-align: right;
}

.img-intro-left a {
	border: 20px solid white;
	margin-top: -100px;
	margin-right: -100px;
	z-index: 2;
}

.title-main-intro p {
	font-size: 39px;
	font-family: UTMASHeartbeat;
	color: white;
	background: #1b5cb6;
	border-radius: 10px;
	padding: 0 25px;
	display: inline-block;
	line-height: 64px;
}

.title-main-intro h2 {
	font-family: "Montserrat-Bold";
	font-size: 35px;
	color: #ff0000;
	line-height: 40px;
}

.box-gt1 .see-more {
	text-align: left;
	position: relative;
	padding-left: 20px;
}

.content-introduce2 {
	line-height: 30px;
	color: #35240e;
}

.box-gt1 {
	padding-bottom: 20px;
}

.intro-top h6 {
	font-family: SVN-DancingScript;
	font-size: 30px;
	color: #333333;
	position: relative;
	display: inline-block;
	padding-right: 50px;
}

.box-gt1 h2 {
	font-family: SVN-Lobster;
	font-size: 80px;
	text-shadow: 2px 0 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff, 0 -2px 0 #fff,
		1px 1px 0 #fff, 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff,
		0 3px 3px rgb(0 0 0 / 30%), 3px 3px 3px rgb(0 0 0 / 30%);
	color: rgb(101, 192, 51);
}

.content-introduce1 {
	font-size: 15px;
	line-height: 25px;
	color: #333333;
	margin-bottom: 20px;
}

.see-intro a {
	display: inline-block;
	color: white;
	font-size: 15px;
	text-decoration: none;
	padding: 14px 70px;
	padding-left: 50px;
	background: linear-gradient(117deg,
			rgba(101, 192, 51, 1) 0%,
			rgba(0, 109, 60, 1) 100%);
	border-radius: 30px;
	position: relative;
}

.see-intro {
	margin-top: 20px;
}

.see-intro a:hover {
	background: red;
}

.see-more-intro a:hover {
	color: red;
}

.introduce-index {
	background: #d1def0;
	background-size: cover;
	padding-bottom: 50px;
	padding-top: 50px;
}

.content-introduce {
	margin-right: 115px;
	font-size: 15px;
	line-height: 36px;
	margin-top: 13px;
	color: black;
	margin-bottom: 13px;
}

.title-intro p {
	font-family: HLTSuaveScript;
	font-size: 62px;
	color: #141414;
}

.title-intro h2 {
	font-family: Quicksand-Bold;
	font-size: 64px;
	color: #2a8c1b;
	text-align: end;
}

.rintro-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 35px;
}

.title-intro {
	display: inline-block;
	text-transform: capitalize;
}

.box-img-introduce1 a {
	border-radius: 49% 49% 0 0;
	position: relative;
}

.box-img-introduce2 a {
	position: relative;
	border-radius: inherit;
}

.see-more a {
	font-size: 15px;
	line-height: 28px;
	color: white;
	padding: 7px 20px;
	position: relative;
	display: inline-block;
	background-color: #1b5cb6;
	border-radius: 15px;
	text-transform: uppercase;
}

.see-more a:hover {
	background: red;
}

.see-more {
	text-align: center;
}

/*tieu chi*/
.tieuchi-info p {
	font-size: 14px;
	color: #6a6a6a;
}

.tieu-chi h2 {
	color: white;
}

.tieu-chi .title-main span {
	color: #ffffff42;
}

.tieu-chi .title-main h2::after {
	background: url(../images/td2.png) no-repeat;
}

.tieu-chi .title-main p {
	color: white;
}

.tieu-chi {
	padding: 50px 0;
	background: url(../images/brtc.png) no-repeat;
	background-size: cover;
}

.box-tieuchi {
	padding: 20px 10px;
	border-radius: 10px;
	background: white;
	box-shadow: 0px 0px 5px #0000009e;
	margin: 5px;
}

.img-tieuchi {
	/* width: 64px; */
	/* height: 64px; */
	/* background: #e40d0d; */
	/* border-radius: 50%; */
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
	transform: rotateY(0deg);
}

.img-tieuchi:hover {
	/* background: #fabe07; */
	transition: 0.3s;
	transform: rotateY(180deg);
}

.tieuchi-info h3 {
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #333333;
	font-family: "Montserrat-Medium";
	font-weight: 600;
}

/*quy trinh*/
.img-quytrinh {
	transform: rotateY(0deg);
	transition: 1s;
}

.img-quytrinh:hover {
	transform: rotateY(180deg);
	transition: 1s;
}

.quy-trinh-index {
	margin: 50px 0;
}

.box-img-qt-left {
	padding: 0 34px;
	padding-bottom: 38px;
	position: relative;
}

.box-img-qt-left::after {
	content: "";
	position: absolute;
	background: #1b5cb6;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	clip-path: polygon(0 37%, 100% 65%, 100% 100%, 0% 100%);
}

.desc-quytrinh {
	font-size: 15px;
	color: #333333;
}

.box-quytrinh:hover .im-quytrinh {
	transform: translateX(10px);
}

.big-qt {
	margin-bottom: -38px;
}

.quytrinh-info h3 {
	font-family: Montserrat-SemiBold;
	font-size: 15px;
	text-transform: uppercase;
	color: #1b5cb6;
	margin-bottom: 8px;
}

.box-quytrinh {
	padding-bottom: 38px;
}

.img-quytrinh {
	width: 84px;
	height: 83px;
	background: #1b5cb6;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*san pham*/
.pic-product::after {
	content: "";
	background: #8dadda;
	width: 100%;
	height: 100%;
	right: -5px;
	bottom: -5px;
	position: absolute;
	z-index: -2;
}

.product-all-index {
	margin: 50px 0;
}

.brsv {
	background: #f7f7f7;
}

.see-more-all a:hover {
	background-color: red;
}

.big-pro-list {
	text-align: center;
	padding: 50px 0;
}

.see-more-all a {
	display: inline-block;
	background-color: #e40d0d;
	padding: 13px 30px;
	color: white;
	border-radius: 5px;
	padding-right: 50px;
	background-image: url(../images/iconmore1.png);
	background-repeat: no-repeat;
	background-position: 108px;
}

.code-pro p {
	color: #0053a7;
}

.code-pro span {
	color: #606060;
}

.box-pro {}

.box-desc {
	text-align: center;
	padding: 10px 10px;
}

/*dich vu*/
.service-info {
	position: relative;
	border: 1px solid #1b5cb6;
	border-top: none;
	z-index: 1;
}

.service-info::after {
	content: "";
	position: absolute;
	box-shadow: inset 0px 10px 10px white;
	right: 0px;
	height: 20px;
	width: 101%;
	left: -1px;
	top: 0;
	z-index: 0;
}

.service-info h3 {}

.img-service {
	position: relative;
	padding: 9px;
}

.img-service::after {
	background: url(../images/kdichvu.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.title-main span {
	content: "";
	position: absolute;
	font-size: 74px;
	font-family: Montserrat-Black;
	text-transform: uppercase;
	color: #1b5cb638;
	top: 0;
	line-height: 60px;
	left: 0;
	right: 0;
	margin: auto;
}

.service-info p {
	color: #5b5b5b;
	font-size: 15px;
	line-height: 20px;
}

.img-service a {
	border-radius: 50%;
}

.title-main h2::after {
	content: "";
	position: absolute;
	background: url(../images/td.png) no-repeat;
	width: 142px;
	height: 9px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}

.service-info h3 a {
	padding-bottom: 20px;
	text-transform: uppercase;
	font-size: 17px;
	margin-top: 15px;
	font-family: Montserrat-Medium;
	color: #1b5cb6;
	padding-top: 10px;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #1b5cb6;
}

.service-info h3 a:hover {
	color: red;
}

.service-index {
	position: relative;
	padding: 50px 0;
}

.title-main p {
	color: #727272;
	font-size: 16px;
}

/*newsletter2*/
.big-newletter-right {
	background: #e40d0d;
	padding: 40px 30px;
	color: white;
}

.newsletter-in {
	padding: 50px 0;
	background: url(../images/brnewletter.png) no-repeat;
	background-size: 100% 100%;
}

.newsletter-in h2 {
	color: white;
}

.newsletter-in .title-main p {
	color: white;
}

.newsletter-in .title-main::after {
	background: white;
}

textarea#content-newsletter {
	height: 78px;
}

/*vi sao chon*/
.desc-why {
	font-size: 16px;
	color: #444444;
	line-height: 24px;
}

.box-whychoose a {
	width: 104px !important;
	height: 104px !important;
	background: #1c24a3;
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}

.why-choose {
	margin: 50px 0;
	background: white;
}

.box-whychoose h3 {
	font-size: 18px;
	font-family: Oswald-Light;
}

/*xu ly accordion*/

.box-whychoose .accordion-items.d-none.d-block:first-child .accordion-heading.active::before {
	transform: rotate(0);
}

.box-whychoose .accordion-items.d-none.d-block:first-child .accordion-heading::before {
	transform: rotate(-180deg);
}

.box-whychoose .accordion-items.d-none.d-block:first-child .accordion-content {
	display: block;
}

.accordion-items2.d-none.d-block:nth-child(2) .accordion-heading2.active::before {
	transform: rotate(0);
}

.accordion-items2.d-none.d-block:nth-child(2) .accordion-heading2::before {
	transform: rotate(-180deg);
}

.accordion-items2.d-none.d-block:nth-child(2) .accordion-content2 {
	display: block;
}

/*accordion*/
.accordion-items {
	max-width: 100%;
	background: linear-gradient(to bottom right, #fff, #f7f7f7);
	background: #1c24a3;
	margin: 0 auto;
	border-radius: 3px;
	/* box-shadow: 0 10px 15px -20px rgba(0, 0, 0, 0.3),
		0 30px 45px -30px rgba(0, 0, 0, 0.3), 0 80px 55px -30px rgba(0, 0, 0, 0.1); */
	border: 1px solid #1c24a3;
}

.accordion-heading {
	color: #fff;
	font-size: 14px;
	border-bottom: 1px solid #e7e7e7;
	letter-spacing: 0.8px;
	padding: 11px;
	cursor: pointer;
}

.accordion-heading:nth-last-child(2) {
	border-bottom: 0;
}

.accordion-heading:hover {
	background: #00838f;
	border-radius: 0;
}

.accordion-heading:first-child:hover {
	border-radius: 3px 3px 0 0;
}

.accordion-heading:nth-last-child(2):hover {
	border-radius: 0 0 3px 3px;
}

.accordion-heading::before {
	content: "";
	vertical-align: middle;
	display: inline-block;
	border-top: 7px solid #f5f5f5;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	float: right;
	transform: rotate(0);
	transition: all 0.5s;
	margin-top: 5px;
}

.active.accordion-heading::before {
	transform: rotate(-180deg);
}

.not-active.accordion-heading::before {
	transform: rotate(0deg);
}

.accordion-content {
	display: none;
	background: white;
	padding: 15px;
	color: #7f8fa4;
	font-size: 13px;
	line-height: 1.5;
}

/*accordion2*/
.accordion-items2 {
	max-width: 100%;
	background: linear-gradient(to bottom right, #fff, #f7f7f7);
	background: #1c24a3;
	margin: 0 auto;
	border-radius: 3px;
	/* box-shadow: 0 10px 15px -20px rgba(0, 0, 0, 0.3),
		0 30px 45px -30px rgba(0, 0, 0, 0.3), 0 80px 55px -30px rgba(0, 0, 0, 0.1); */
	border: 1px solid #1c24a3;
}

.accordion-heading2 {
	color: #fff;
	font-size: 14px;
	border-bottom: 1px solid #e7e7e7;
	letter-spacing: 0.8px;
	padding: 10px;
	cursor: pointer;
}

.accordion-heading2:nth-last-child(2) {
	border-bottom: 0;
}

.accordion-heading2:hover {
	background: #00838f;
	border-radius: 0;
}

.accordion-heading2:first-child:hover {
	border-radius: 3px 3px 0 0;
}

.accordion-heading2:nth-last-child(2):hover {
	border-radius: 0 0 3px 3px;
}

.accordion-heading2::before {
	content: "";
	vertical-align: middle;
	display: inline-block;
	border-top: 7px solid #f5f5f5;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	float: right;
	transform: rotate(0);
	transition: all 0.5s;
	margin-top: 5px;
}

.active.accordion-heading2::before {
	transform: rotate(-180deg);
}

.not-active.accordion-heading2::before {
	transform: rotate(0deg);
}

.accordion-content2 {
	display: none;
	background: white;
	padding: 15px;
	color: #7f8fa4;
	font-size: 13px;
	line-height: 1.5;
}

/*tin tuc*/
.news1-info {
	padding: 15px 0;
}

.news1-info h3 a {
	font-family: "Montserrat-SemiBold";
	text-transform: capitalize;
	margin-bottom: 5px;
}

.see-more-news a {
	font-size: 15px;
	font-family: Montserrat-Italic;
	color: #1b5cb6;
	position: relative;
	padding: 6px 0;
	padding-right: 40px;
	display: inline-block;
	text-decoration: none;
}

.see-more-news a:hover {
	color: red;
}

.see-more-news a::after {
	content: "";
	position: absolute;
	background: url(../images/cong.png) no-repeat;
	width: 33px;
	height: 32px;
	background-size: 100% 100%;
	right: 0;
	bottom: 0;
	margin: auto;
	top: 0;
}

.big-newletter-right h2 {
	font-family: robotob;
	text-transform: uppercase;
	font-size: 34px;
}

.big-newletter-right p {
	margin-top: 10px;
	margin-bottom: 15px;
}

.news-newletter-index {
	margin: 50px 0;
}

p.news-time-index {
	background: url(../images/icondongho.png) no-repeat left;
	color: #aaaaaa;
	font-size: 13px;
	margin: 15px 0px;
	padding-left: 20px;
}

.big-news-left .title-main p {
	display: none;
}

.big-news-left .title-main:after {
	display: none;
}

.big-news-left .title-main {
	padding: 0;
}

.news1-info p {
	color: #5a5a5a;
	font-size: 15px;
}

.big-nv .title-main::after {
	right: 100% !important;
}

.news-video {
	padding: 50px 0;
	background: #f2f2f5;
}

.news-index h2 {}

.news1-info h3 a {
	font-size: 15px;
	color: #1d1d1d;
	line-height: 22px;
	font-family: robotob;
}

.news1-info h3 a:hover {
	color: red;
}

/*video2*/
a.album-image2 img {
	border: 5px solid #aac2e4;
}

.slider-nav-ab {
	border: 5px solid #aac2e4;
	/* border-top: none; */
	/* border-bottom: none; */
}

.pro-album .owl-pro-detail {
	padding: 0px;
}

.slider-nav {
	margin-top: -80px;
}

.video-image-nav {
	border: 3px solid white;
}

.video-image {
	position: relative;
}

.video-image:after {
	position: absolute;
	content: "";
	background: url(../images/play_youtube.png) no-repeat;
	height: 82px;
	width: 81px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/*footer2*/
ul.social span {
	font-family: Montserrat-SemiBold;
	text-transform: uppercase;
	color: #1b5cb6;
	margin-right: 15px;
}

.title-main-footer span {
	font-size: 36px;
	line-height: 50px;
}

.title-main-footer h2 {
	font-size: 48px;
	text-transform: uppercase;
	line-height: 50px;
}

.title-main-footer {
	background: #1b5cb6;
	display: inline-block;
	text-align: center;
	font-family: "Montserrat-Bold";
	color: #fd0404;
	padding: 20px 40px;
	border: 1px solid white;
	border-radius: 200px;
	text-shadow: 0 5px 5px black;
	margin-top: -75px;
	position: relative;
	z-index: 2;
	margin-bottom: 30px;
}

.newsletter-input input:nth-child(4):hover {
	background: red;
}

.newsletter-input input:nth-child(4) {
	height: 41px;
	border-radius: 0px 30px 30px 0px;
	margin-left: 0;
	padding: 0 20px;
	background: #1b5cb6;
	font-family: Montserrat-Bold;
	color: white;
	text-transform: uppercase;
}

.newsletter-input input:nth-child(1) {
	height: 41px;
	border-radius: 30px 0px 0px 30px;
	margin-left: 0;
}

.newsletter-input input {
	height: 41px;
	margin-left: 5px;
	border: none;
	border-radius: 0;
}

.title-main-newsletter {
	position: relative;
	background: url(../images/icontde.png) no-repeat left;
	color: white;
	padding-left: 70px;
}

.title-main-newsletter h2 {
	font-family: "Montserrat-Bold";
	font-size: 18px;
	text-transform: uppercase;
	color: #1b5cb6;
	margin-bottom: 5px;
}

ul.footer-tags-lists li span {
	color: white;
	margin: 0 12px;
}

ul.footer-tags-lists span {
	font-family: Montserrat-Bold;
	color: #1b5cb6;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 12px;
}

ul.footer-tags-lists a {
	color: white;
	text-decoration: none;
	text-transform: capitalize;
}

.footer-info .social li {
	width: auto !important;
	height: auto !important;
	background: none !important;
	padding-bottom: 5px;
	margin-right: 7px;
}

.footer-copyright a {
	text-transform: uppercase;
	text-decoration: none;
	color: #fabe07;
}

ul.social li span {
	text-transform: uppercase;
	display: inline-block;
}

ul.footer-ul li a::after {
	content: "";
	/* position: absolute; */
	/* background: white; */
	/* width: 4px; */
	/* height: 2px; */
	/* left: 0; */
	/* top: 0; */
	/* bottom: 0; */
	/* margin: auto; */
}

.footer {
	background: #e8eef8;
	padding-top: 75px;
}

ul.social li {
	display: inline-block;
}

div#footer-map iframe {}

input.submit-newsletter.transition:hover {
	color: red;
}

input.submit-newsletter.transition {
	background: #fabe07;
	padding: 13px 33px;
	border: none;
	border-radius: 5px;
	color: white;
	text-transform: uppercase;
	font-family: robotob;
	font-size: 15px;
	color: black;
}

.big-newsletter input::placeholder,
.big-newsletter textarea::placeholder {
	color: white;
}

.big-newsletter {
	background: #b27421;
	padding: 25px;
	border-radius: 25px;
	text-align: center;
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 50px;
}

.big-newsletter h2 {
	color: white;
	font-size: 24px;
	text-transform: uppercase;
	font-family: RobotoMono-SemiBold;
	margin-bottom: 15px;
}

.form-control {
	color: black !important;
	border: 1px solid silver;
}

.box-news-info h3 a:hover {
	background: red;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.footer-title::after {
	content: "";
	/* width: 35px; */
	/* height: 2px; */
	/* position: absolute; */
	/* bottom: 0; */
	/* left: 0; */
	/* background: #e40d0d; */
}

ul.social li a {
	display: inline-block;
	transform: rotate(0deg);
	transition: 1s;
}

ul.social li a:hover {
	transform: rotate(45deg);
	transition: 1s;
}

.footer-copyright {
	color: white;
}

/*tag2*/
.footer-tag a {
	border: 1px solid #ffffff61;
	padding: 15px 23px;
	margin-right: 12px;
	border-radius: 5px;
}

.footer-tag p {
	margin-right: 40px;
}

.footer-tag a:hover {
	color: yellow;
}

.footer-tag {
	color: white;
}

.footer-tag a {
	color: white;
}

.footer-tag p {
	text-transform: uppercase;
	font-family: Oswald-Light;
	font-size: 18px;
}

/*video*/
.box-video-index {
	display: inline-block;
}

/*ship */
/* a.btn-grapfood {
    bottom: 550px;
}
a.btn-now {
    bottom: 490px;
}
a.btn-loship {
    bottom: 428px;
}
a.btn-baemin {
    bottom: 370px;
}
.btn-ship{
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 101;
    cursor: pointer;
}
.footer {
    position: relative;
    z-index: 1;
}
.box-img-introduce2 a {
    border-radius: 0px 0px 0px 40px;
    display: block;
}
.brmn {
    padding: 5px 0; 
    background: #00000059;
}
.bd-footer {
    padding: 25px 0px;
    border-left: 1px solid #3f4f2a;
    border-right: 1px solid #3f4f2a;
    margin: 0px 20px;
} */
/*doi tac*/
.big-partner {
	position: relative;
}

.img-partner a {
	display: block;
	border: 1px solid silver;
}

.img-partner h3 {
	font-family: OpenSans-Bold;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 14px;
}

.partner-index {
	padding: 50px 0;
}

.footer-powered .row {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6px 0;
}

/*Khung color*/
.gradient-border {
	--border-width: 2px;
	border-radius: var(--border-width);
	position: relative;
}

.gradient-border::after {
	position: absolute;
	content: "";
	top: calc(-1 * var(--border-width));
	left: calc(-1 * var(--border-width));
	z-index: -1;
	width: calc(100% + var(--border-width) * 2);
	height: calc(100% + var(--border-width) * 2);
	background: linear-gradient(60deg,
			#5f86f2,
			#a65ff2,
			#f25fd0,
			#f25f61,
			#f2cb5f,
			#abf25f,
			#5ff281,
			#5ff2f0);
	background-size: 300% 300%;
	background-position: 0 50%;
	border-radius: calc(2 * var(--border-width));
	opacity: 0;
	transition: 0.4s ease-in-out;
}

.gradient-border:hover:after {
	-webkit-animation: moveGradient 4s alternate infinite;
	animation: moveGradient 4s alternate infinite;
	opacity: 1;
}

.item {
	/* filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.13)); */
}

@-webkit-keyframes moveGradient {
	50% {
		background-position: 100% 50%;
	}
}

@keyframes moveGradient {
	50% {
		background-position: 100% 50%;
	}
}

.fl-n {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}

.hover_xam {
	position: relative;
	overflow: hidden;
	display: block;
}

.hover_xam:before {
	content: "";
	background: rgb(255 255 255 / 69%);
	bottom: 0;
	left: 0;
	position: absolute;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-khtml-opacity: 1;
	-o-opacity: 1;
	-ms-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	width: 0;
	height: 0;
	z-index: 3;
}

.hover_xam:after {
	content: "";
	background: rgb(255 255 255 / 69%);
	top: 0;
	right: 0;
	position: absolute;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-khtml-opacity: 1;
	-o-opacity: 1;
	-ms-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	width: 0;
	height: 0;
	z-index: 2;
}

.hover_xam:hover:before,
.hover_xam:hover:after {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transition-duration: 1.3s;
	-moz-transition-duration: 1.3s;
	-ms-transition-duration: 1.3s;
	-o-transition-duration: 1.3s;
	transition-duration: 1.3s;
	-khtml-opacity: 0;
	-o-opacity: 0;
	-ms-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
}