@charset "UTF-8";

@font-face {
	font-family: 'svn-zero';
	src: url('../fonts/SVN-Zero.ttf');
	font-style: normal;
}

@font-face {
	font-family: 'utm-helvetins';
	src: url('../fonts/UTMHelvetIns.ttf');
	font-style: normal;
}

@font-face {
	font-family: 'utm-impact';
	src: url('../fonts/UTM\ Impact.ttf');
	font-style: normal;
}


@font-face {
	font-family: 'MuliMedium';
	src: url('../fonts/Muli-Medium.ttf');
	font-style: normal;
}

@font-face {
	font-family: 'utm-nokia';
	src: url('../fonts/UTMNokia.ttf');
	font-style: normal;
}

@font-face {
	font-family: 'opensans-r';
	src: url('../fonts/OpenSans-Regular.ttf');
	font-style: normal;
}

@font-face {
	font-family: 'opensans-l';
	src: url('../fonts/OpenSans-Light.ttf');
	font-style: normal;
}

@font-face {
	font-family: 'saira-l';
	src: url('../fonts/Saira-Light.ttf');
	font-style: normal;
}

@font-face {
	font-family: 'saira-extrab';
	src: url('../fonts/Saira-ExtraBold.ttf');
	font-style: normal;
}


@font-face {
	font-family: 'saira-b';
	src: url('../fonts/Saira-Bold.ttf');
	font-style: normal;
}

@font-face {
	font-family: 'saira-m';
	src: url('../fonts/Saira-Medium.ttf');
	font-style: normal;
}

@font-face {
	font-family: 'saira-r';
	src: url('../fonts/Saira-Regular.ttf');
	font-style: normal;
}



/* Main */
:root {
	--color-red: #ec2d3f;
	--color-medium-red: #cc2c32;
	--color-dark-red: #c31829;
	--color-green: #28a745;
	--color-dark-green: #207d36;
	--color-black: #212529;
	--color-gray: #6c757d;
}

body {
	font-size: 14px;
	min-width: 1366px;
	margin: auto
}

/* Chong coppy */
/* body{-moz-user-select: none !important;
	-webkit-touch-callout: none!important;
	-webkit-user-select: none!important;
	-khtml-user-select: none!important;
	-moz-user-select: none!important;
	-ms-user-select: none!important;
	user-select: none!important;} */
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

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

a {
	color: inherit;
}

a:hover {
	text-decoration: none;
	color: none
}

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;
}

.wrap-main,
.wrap-content {
	max-width: 1320px;
	margin: 40px auto;
	padding: 0px 15px;
}

.wrap-home {
	max-width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.wrap-content {
	margin: auto;
}

.containerr {
	overflow: hidden;
	position: relative;
	background-color: #fff;
}

.padding30 {
	padding: 30px 0px;
}

.padding50 {
	padding: 50px 0px;
}

.bwcolor {
	background-color: #fff;
	padding: 20px;
}

.mgt30 {
	margin-top: 30px;
}

.mgb30 {
	margin-bottom: 30px;
}

.mgb50 {
	margin-bottom: 50px;
}

.pd10 {
	padding-right: 10px;
	padding-left: 10px;
}

.mgb1r {
	margin-bottom: 1rem;
}

.t-center {
	text-align: center;
}

/* General */
.title-main {
	margin-bottom: 1.5rem;
	text-align: center;
}

.title-main span {
	text-transform: uppercase;
	font-size: 30px;
	display: inline-block;
	color: #000;
	font-family: 'icielpor-r';
	font-family: 'utm-helvetins';
	/* font-family: 'uvfbleeding'; */
	/* font-weight: 600; */
}

.slogan {
	font-size: 14px;
	color: #333;
}

.title-main .line {
	background: url('../images/line-all.png') no-repeat;
	/* width: 136px; */
	/* height: 75px; */
	/* margin: auto; */
}

.textshadow {
	text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff;
}

.color-w {
	color: #fff !important;
}

.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;
}

.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(65% - 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;
	background: rgb(0 0 0 / 50%);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	margin: 0px;
	border-radius: 3px;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

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

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

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

.form-control,
.form-control-plaintext:not(textarea),
.custom-select {
	height: calc(1em + 1.25rem + 8px);
}

.text-sm {
	font-size: .875rem !important;
	padding: 10px;
	/* color: #fff; */
}

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

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

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

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

.top {
	background-color: #fff;
}



/* Like Share */
.social-plugin {
	display: flex;
	justify-content: flex-start;
	margin-top: 0px;
	gap: 9px;
}

.pagination-home {
	width: 100%;
}

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

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

.social-link a {
	display: inline-block;
	margin-right: 10px;
}

.social-product li {
	margin-top: 0px;
	margin-right: 8px;
}

.social-product button {
	width: 30px;
	display: flex;
	height: 30px;
	border: none;
	cursor: pointer;
	color: #ffffff;
	border-radius: 3px;
	padding: 0px;
	font-size: 15px;
	transition: all 0.3s;
	justify-content: center;
	align-items: center;
}

.social-product ul {
	display: flex;
	justify-content: flex-start;
	margin-top: 0px;
	padding-left: 0px;
	list-style: none;
	margin-bottom: 0px;
}

.social-product button:hover {
	transform: translateY(-5px);
}

.social-product .sharer1 {
	background: #1c96e8;
}

.social-product .sharer2 {
	background: #3d548e;
}

.social-product .sharer3 {
	background: #3294bd;
}

.social-product .sharer4 {
	background: #cb362d;
}

.social-product .sharer5 {
	background: #df0022;
}

/* Header */
.header {
	padding: 5px;
	/* background: rgb(53 50 50 / 30%); */
	filter: drop-shadow(0px 5px 2.5px rgba(0, 0, 0, 0.75));
	position: relative;
	z-index: 99;
}

.slogan-header {
	margin-bottom: 0px;
	font-family: 'MulishBlack';
	color: #70e000;
	font-size: 14px;
	text-transform: uppercase;
}

.info-header {
	display: flex;
	justify-content: space-between;
	width: 25%;
	color: #000;
	align-items: center;
}

.info-header span {
	font-size: 14px;
	color: #fff;
	font-family: 'MuliRegular';
}

.banner-header {}

.info-headerr {
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	width: 26%;
	font-family: 'nunito-r';
	color: #fff;
}

.info-headerr span {
	font-size: 15px;
	font-family: 'nunito-r';
	color: #fff;
	width: 75%;
}

.info-headerr img {
	display: flex;
	justify-content: center;
	align-items: center;
}

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

.info-header img {}

.edit-search {}

.edit-search span {
	font-size: 14px;
	font-family: 'RobotoRegular';
}

/* Menu */
.menu {
	position: relative;
	z-index: 11;
	/* background: rgb(53 50 50 / 30%); */
	/* filter: drop-shadow(0px 5px 2.5px rgba(0,0,0,0.75)); */
	padding: 0px;
	margin: auto;
}

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

.menu ul li {
	position: relative;
	z-index: 99;
	text-align: center;
}

.menu ul li a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
	text-align: center;
	text-decoration: none !important;
	font-size: 17px;
	font-family: 'saira-r';
	color: #fff;
	margin: 0px;
	/* padding: 10px 15px; */
	border-radius: 50px;
	text-transform: uppercase;
	/* line-height: 30px; */
}

.menu ul li.line {}

.menu ul li:hover>a.has-child:after,
.menu ul li a.active.has-child:after {
	border: 1px solid #fac600;
}

.menu ul li ul {
	position: absolute;
	min-width: 250px;
	background: #c0894f;
	box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
	-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;
	transition: all .4s;
}

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

.menu ul li ul li {
	width: 100%;
	display: inline-block;
	border-bottom: solid 1px #F3F3F3;
	text-align: left;
	position: relative;
}

.menu ul li ul {
	position: absolute;
	width: 250px;
	margin-top: -5px;
	padding-top: 0.75rem;
	background-image: linear-gradient(0deg, #ff6d01 0%, #fb0000 100%);
	padding-bottom: 0.75rem;
	/* border-radius:0.25rem; */
	-webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
	box-shadow: 1px 1px 15pxrgb(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;
	padding: 0px;
	margin: 0px;
	transition: all .5s;
}

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

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

.menu ul li ul li a {
	font-size: 14px;
	text-align: left;
	color: #fff;
	/* border-bottom:1px solid #ececec; */
}

.menu ul li ul li:last-child>a {
	border-bottom: 0px;
}

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

.menu ul li a.has-child:after {
	content: '';
	position: absolute;
	bottom: calc(50% - 7px/2);
	right: -9px;
	width: 5px;
	height: 5px;
	border: 1px solid #fafafa;
	border-top: 0px;
	border-left: 0px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.menu ul li ul li a.has-child:after {
	border-color: #fff;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu ul li ul li a.active,
.menu ul li ul li:hover>a {
	color: #fff;
	background: none;
	border: none;
	border-radius: unset;
}

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

.menu ul li ul li a {
	padding: 8px 0px 10px 0px;
	text-transform: capitalize;
}

.menu ul li ul li ul {
	top: 0.25rem;
	left: 100%;
	margin-top: -4px;
}

.menu ul li ul li a.active,
.menu ul li ul li:hover>a {
	color: #fff;
	background: none;
	border: none;
}

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

.menu ul li ul li a {
	padding: 8px 0px 10px 0px;
	text-transform: capitalize;
}

.menu ul li ul li ul {
	/* top: 0.25rem; */
	/* left:100%; */
	/* margin-top: -4px; */
}

.menu ul li a.active,
.menu ul li:hover>a {
	color: #ff6d01;
	font-family: 'saira-m';
}

.menu ul li a.active,
.menu ul li:hover {}

.menu li li a:before {
	display: block;
}

.menu li a:before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	right: 100%;
	top: 100%;
	background: #ffbc10;
	border-radius: 25px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #2e9aed, rgba(0, 0, 0, 0));
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.menu li a:hover {
	opacity: 1 !important;
}

.menu li a:hover:before {
	right: 0;
}

.menu li li a:before {
	bottom: 10%;
}



/* Danh sach menu san pham */
/* .hdanhmucdrops{position:relative;width: 301px;z-index:19;background-color:#fff;background: url(../images/bannerhdanhmuc.png)no-repeat;height: 52px;background-size: 100% 100%;}
.hdanhmucdrops > .nicescl{top:100%;position: relative;}
.fixed .hdanhmucdrops > .nicescl, .hdanhmucdrops.ver1 > .nicescl{display:none;top:100%}
.fixed .hdanhmucdrops:hover .nicescl{display: block;}
.hdanhmucdrops.ver1 > .nicescl{display:none;top:100%}
.hdanhmucdrops .title{display: block;line-height: 35px;height:100%;cursor:pointer;font-size: 20px;text-transform:uppercase;text-align:center;color: #000;font-family: 'UTMFacebook';}
.click-icon-menu{height: 100%;margin-bottom: 0px;}
.click-icon-menu > span i:nth-child(1){position: unset;}
.click-icon-menu span{height: 100%;height: 80%;width: 100%;padding: 0px 5px;}
.click-icon-menu span i{margin-right: 10px;margin-top: 7px;position: relative;color: #000;}
.hdanhmucdrops ul{padding:0;margin:0;list-style:none;text-align:left;}
.hdanhmucdrops ul > li{padding:0 0% 0% 8%;}
.hdanhmucdrops ul > li.line{border-bottom: solid 1px #a7a4a4;width: 90%;margin: 0 auto;}
.hdanhmucdrops .nicescl{position:absolute;box-sizing:border-box;width: 103.2%;left: -5px;top: 100%;background: url("../images/hdanhmuc.png")no-repeat;background-size: 100% 100%;margin: auto;height: 485px;padding-top: 50px;margin-top: 0px;}
.hdanhmucdrops ul.content{overflow:auto;font-size:14px;min-height: 355px;}
.hdanhmucdrops li a{display: inline-flex !important;align-items: center;width: 100%;position: relative;padding: 20px 0px !important;font-size: 20px !important;font-family: 'nunitosans-r' !important; color: #fff !important;text-transform: capitalize !important;line-height: 0px !important;text-transform: uppercase;}
.hdanhmucdrops li a i{margin-right: 10px;}
.hdanhmucdrops ul ul{-webkit-transform:scaleX(0);transform:scaleX(0);width:100%;display:none;position:absolute;left:calc(100% - 7px);left:-moz-calc(100% - 7px);left:-webkit-calc(100% - 7px);z-index: 9999;background: url("../images/bg-hdanhmuc.png")no-repeat;background-size: cover;}
.hdanhmucdrops ul ul li { position: relative;border-bottom: dashed 1px #ffb852;}
.hdanhmucdrops ul > li:hover > ul{display:block;-webkit-animation:scale-up-hor-left .4s cubic-bezier(0.390,0.575,0.565,1.000) both;animation:scale-up-hor-left .4s cubic-bezier(0.390,0.575,0.565,1.000) both}
.hdanhmucdrops ul > li:last-child{border-bottom:none}
.hdanhmucdrops ul ul ul{left:100%;top:0!important}
.hdanhmucdrops i.right { position: absolute;  right: 13px; font-size: 16px;}
.hdanhmucdrops i.left { font-size: 6px; margin-right: 10px;}
.hdanhmucdrops li:hover > a{color: #ffe400 !important;background: none !important;}
.hdanhmucdrops .fa-angle-right:before{font-size: 15px;}
.hdanhmucdrops li a img {margin-right: 10px;} */


/* Danh muc trong trang trong product */
.hdanhmucdrops {
	position: relative;
	width: 285px
}

.hdanhmucdrops .title {
	padding: 15px 58px;
	height: 100%;
	cursor: pointer;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background-color: #002d95;
}

.hdanhmucdrops ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	background-color: #fff
}

.hdanhmucdrops .nicescl {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	left: 0;
	top: 100%
}

.hdanhmucdrops ul.content {
	overflow: hidden;
	height: 424px;
	border: 1px solid #e6e6e6
}

.hdanhmucdrops.ver1 .nicescl {
	position: relative;
	margin-top: 12px;
}

.hdanhmucdrops.ver1 ul.content {
	height: auto
}

.hdanhmucdrops ul img {
	margin-right: 10px
}

.hdanhmucdrops li a {
	position: relative;
	display: block;
	padding: 10.5px 30px 10.5px 20px;
	background: url(../images/bg-h-danhmuc.jpg);
	background-size: 100% 100%
}

.hdanhmucdrops ul ul li a {
	padding-left: 35px
}

.hdanhmucdrops ul.content>li:not(:last-child)>a {
	border-bottom: 1px solid #d9d9d9
}

.hdanhmucdrops ul ul {
	display: none
}

.hdanhmucdrops li {
	position: relative
}

.hdanhmucdrops ul>li:last-child {
	border-bottom: none
}

.hdanhmucdrops li:hover>a {
	background-color: #00000008
}

.hdanhmucdrops .icon-drop {
	cursor: pointer;
	position: absolute;
	right: 6px;
	top: 12px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 20px;
	text-align: center
}

.header.fixed {
	margin: 0;
	background: rgb(53 50 50 / 30%);
}

.header.fixed .logo-header {
	transform: scale(0.75);
	margin: -15px;
}

.logo-header canvas {}

/* .menu.fixed{} */
.menu.fixed .logo-header {
	margin: 0;
	transform: scale(0.8);
}

.menu.fixed {
	z-index: 999;
}

menu.fixed .menu ul li:hover>ul,
.menu ul li.active>ul {
	-webkit-transform: perspective(600px) rotateX(0);
	transform: perspective(600px) rotateX(0);
	-webkit-transform-origin: 0 0 0;
	opacity: 0;
	visibility: visible;
	transition: all .5s;
}

/* Search */
.search {
	/* background: #b7eeb52b; */
	width: 280px;
	height: 45px;
	border-bottom: solid 1px #a68d81;
	color: #a68d81;
}

.search p {
	float: left;
	line-height: 42px;
	cursor: pointer;
	text-align: center;
	margin: 0px;
	color: #fff;
	/* background: #36b7fb; */
	width: 45px;
	height: 45px;
	font-family: 'UTMFacebook';
	font-size: 15px;
}

.search input {
	width: calc(100% - 46px);
	height: 42px;
	float: left;
	outline: none;
	padding: 0px;
	border: 0px;
	background: transparent;
	text-indent: 10px;
	font-size: 13px;
	color: #51210c;
}

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

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

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

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

.search1 {
	/* background: rgba(0, 0, 0, 0.5); */
	width: 100%;
	height: 55px;
	/* border-radius: 50px; */
	margin-left: 15px;
	border: solid 1px #d9d9d9;
	background-color: #fff;
}

.search1 p {
	float: left;
	line-height: 45px;
	cursor: pointer;
	text-align: center;
	margin: 0px;
	color: #fff;
	background: #36b7fb;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	font-size: 23px;
	margin-top: 4px;
	margin-left: -3px;
}

.search1 input {
	width: calc(100% - 46px);
	height: 53px;
	float: left;
	outline: none;
	padding: 0px;
	border: 0px;
	background: transparent;
	text-indent: 10px;
	font-size: 13px;
	color: #000;
}

.search1 input::-webkit-input-placeholder {
	color: #ccc;
}

.search1 input:-moz-placeholder {
	color: #ccc;
}

.search1 input::-moz-placeholder {
	color: #ccc;
}

.search1 input:-ms-input-placeholder {
	color: #ccc;
}

/* Slideshow */
.slideshow {
	position: relative;
}

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

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

.control-slideshow {
	opacity: 0;
}

.slideshow {
	position: relative;
	z-index: 10;
}

.slideshow a {
	position: relative;
	display: block;
	cursor: pointer;
}

.slideshow a img {
	width: 100% !important;
}

.edit-info-slider {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.title-slider a {
	color: #ffffff;
	font-size: 28px;
	text-align: center;
	font-family: 'utm-beau';
	padding-bottom: 1rem;
}

.name-slider a {
	color: #ffffff;
	font-size: 90px;
	text-align: center;
	font-family: 'vlbroondfath';
	/* text-transform: uppercase; */
	/* -webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	opacity: 0.4; */
	text-shadow: 6px 6px #77ba1c, 3px 3px #77ba1c;
}

.desc-slider {
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 500;
	font-family: "mont-r";
	text-align: center;
	padding-bottom: 1rem;
	font-size: 25px;
	letter-spacing: 2px;
	color: #fefefe;
	font-family: 'opensans-l';
	text-align: center;
}

.desc-slider a:hover {
	color: #fff;
}

.name-slider a:hover {
	color: #fff;
}

.title-slider a:hover {
	color: #fff;
}

.doantrich-slider {
	font-size: 25px;
	color: #fff;
	font-family: 'lora-r';
	text-align: center;
	margin: 25px;
}

.doantrich-slider a:hover {
	color: #fff;
}

.group-slider {
	display: block;
	position: relative;
}

.group-slidershow {
	/* display: flex; */
	/* justify-content: space-between; */
}

/* @-webkit-keyframes fadeInDown1{0%{opacity:0;-webkit-transform:translate3d(0,-600px,0);transform:translate3d(0,-600px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
@keyframes fadeInDown1{0%{opacity:0;-webkit-transform:translate3d(0,-600px,0);transform:translate3d(0,-600px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
.slideshow .owl-item.active .name-slider { animation: fadeInDown1 1.4s linear 0.4s forwards; }
.slideshow .owl-item.active .desc-slider { animation: fadeInDown1 1.2s linear 0.2s forwards; }
.slideshow .owl-item.active .content-slider { animation: fadeInDown1 1s linear 0s forwards; }  */

@-webkit-keyframes fadeInDown1 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -600px, 0);
		transform: translate3d(0, -600px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes fadeInDown1 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -600px, 0);
		transform: translate3d(0, -600px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideshow .owl-item.active .name-slider {
	animation: fadeInDown1 1.4s linear 0.6s forwards;
}

.slideshow .owl-item.active .doantrich-slider {
	animation: fadeInDown1 1.2s linear 0.4s forwards;
}

.slideshow .owl-item.active .address-slide {
	animation: fadeInDown1 1s linear 0.2s forwards;
}

/* Mmenu */
.menu-res {
	display: none;
	height: 65px;
	z-index: 999;
	filter: drop-shadow(0px 5px 2.5px rgba(0, 0, 0, 0.75));
	background-color: #002d95;
	position: relative;
	line-height: normal;
}

.menu-bar-res {
	height: 65px;
	padding: 0px 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#menu {
	display: none;
}

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

#hamburger:before,
#hamburger:after,
#hamburger span {
	background: #fff;
	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;
	transition-property: transform, top, bottom, left, opacity;
}

.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 {
	transform: rotate(45deg);
}

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

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

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

.search-res .icon-search {
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	background-image: linear-gradient(0deg, #ff6d01 0%, #fb0000 100%);
	color: #fff;
	margin: 0px;
	/* border: solid 1px; */
	border-radius: 50%;
}

.search-res .icon-search.active {
	color: #1f2951;
	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 #1f2951;
	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: #1f2951;
	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: var(--color-red);
}

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

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

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

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



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

.wrap-partner .wrap-content {
	position: relative;
}

.partner {
	display: block;
	border-radius: 50%;
	margin: 10px;
	box-shadow: 0px 0px 12px 0px #939393;
}

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

.breadCrumbs .wrap-content {
	padding: 0.75rem 15px;
}

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

.breadCrumbs .wrap-content .breadcrumb-item a {
	color: var(--color-black);
}

.breadCrumbs .wrap-content .breadcrumb-item.active a {
	color: var(--color-gray);
}

/* Intro */
/* .wrap-intro{padding: 50px 0px;} */
.news-scroll {
	list-style: none;
}

.news-scroll ul li {
	margin-bottom: 10px !important;
}

.news-shadow-name {
	font-size: 15px;
	font-family: 'MulishBold';
}

.news-shadow-name a {
	color: #232323;
	;
	line-height: 1.6;
}

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

.news-shadow-desc {
	font-size: 14px;
	color: #575757;
	line-height: 1.8;
}

.news-shadow-name a.text-split {
	-webkit-line-clamp: 2;
}

/**/
.news-home-scroll ul li {
	margin-bottom: 2px !important;
	padding: 0px;
}

.news-home {
	display: flex;
}

.news-home-image {}

.news-home-info {
	text-align: left;
	padding: 10px;
	padding-top: 28px;
	padding-bottom: 16px;
	padding-right: 12px;
	background: #f2f2f2;
	margin-left: 0px;
	/* box-shadow: 0 0px 1px 0 rgb(0 0 0 / 20%), 0 0px 5px 0 rgb(0 0 0 / 19%); */
	margin-top: -19px;
}

.news-home-name {
	font-size: 14px;
	font-family: 'RobotoBold';
}

.news-home-name a {
	color: #000;
	font-size: 14px;
	font-family: 'RobotoBold';
	width: 300px;
	/* text-transform: uppercase; */
}

.news-home-name a:hover {
	color: #ec2d3f;
	font-family: 'RobotoBold';
}

.news-home-desc {
	font-size: 14px;
	color: #000;
	margin-bottom: 0.5rem;
	font-family: 'RobotoRegular';
	/* text-align: left; */
	width: 265px;
}

.news-home-name a.text-split {
	-webkit-line-clamp: 2;
}

.news-home-desc.text-split {
	-webkit-line-clamp: 3;
}

.news-time-home {
	margin-bottom: 0px;
	font-size: 14px;
	text-align: left;
	margin-bottom: 10px;
	color: #000;
	font-family: 'RobotoRegular';
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 3px;
}

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

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

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

.video-name {
	text-align: center;
	font-size: 16px;
	color: var(--color-black);
	margin-bottom: 0px;
}

/* Album */
.album {
	cursor: pointer;
	margin-bottom: 1rem;
}

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

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

.album-name a {
	display: block;
	font-size: 16px;
	color: #000;
	margin-bottom: 0px;
	font-family: 'arsenal-Regular';
}

/* Brand */
.wrap-brand {
	padding-bottom: 50px;
	padding-top: 50px;
	background: url("../images/bg-doitac.png")no-repeat;
	background-size: cover;
}

.wrap-brand .wrap-content {
	position: relative;
}

.brand {
	display: block;
	max-width: 185px;
	/* max-height: 100px; */
	padding: 5px;
	/* margin: 10px auto; */
	background: #fff;
}

.brand img {
	/* box-shadow: 0 0px 1px 0 rgb(0 0 0 / 20%), 0 0px 5px 0 rgb(0 0 0 / 19%); */
	/* border-radius: 15px; */
	/* border: solid 1px #eee; */
}

/* Product */
.title-sanpham {
	color: #050067;
	font-family: 'utm-alberta';
	font-size: 35px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin-left: 0px;
	/* filter: drop-shadow(3.857px 4.596px 0px rgba(0,0,0,0.32)); */
}

.lineall {
	text-align: center;
	/* padding-top: 20px; */
}

.info-sanpham {
	margin-bottom: 45px;
}

.list-product .wrap-product:nth-child(2n) .title-product {
	flex-flow: row-reverse;
}

.topsale {
	background-color: #f1f3f4;
}

.title-product {
	text-align: center;
	color: #fff;
	font-size: 40px;
	position: relative;
	font-family: 'sheliavnf-r';
}

.title-product span {
	position: relative;
}

.title-product-cat {
	list-style: none;
	padding: 0px;
	margin: 0;
	/* max-width: 390px; */
	/* margin-right: 100px; */
}

.title-product-cat li {
	/* margin: 5px 5px; */
	text-align: center;
	background: url(../images/border-sp.png)no-repeat;
	background-size: 100% 100%;
	max-width: 160px;
	height: 135px;
	display: block;
	padding-top: 40px;
}

.title-product-cat li a {
	cursor: default;
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'helveticaneue';
	/* padding: 10px 45px; */
	color: #fff !important;
}

.title-product-cat li.active a,
.title-product-cat li a:hover {
	color: #fff !important;
	transition: all ease 0.3s;
}

.title-product-list {
	list-style: none;
	margin: 0;
	padding: 0;
	/* text-align: right; */
	position: relative;
}

.title-product-list li {
	/* margin: 10px 20px; */
}

.title-product-list li a {
	/* cursor: default; */
	/* display: inline-block; */
	/* text-align: right; */
	/* font-size: 16px; */
	/* font-family: 'RobotoMedium'; */
	/* color: #666666 !important; */
	/* text-transform: uppercase; */
	/* padding: 10px 15px; */
	/* margin-top: 15px; */
}

.title-product-list li.active a,
.title-product-list li a:hover {
	transition: all ease 0.2s;
	/* color: #3c9949 !important; */
}

/* .title-product-list li .box-list.active , .title-product-list li .pic-list:hover{transition: all ease 0.2s;color: #ec2d3f;background: blue;} */
/* .box-list.active, .box-list:hover{transition: all ease 0.2s;color: #f50f26;background: #f7bf00; width: 95px;height: 95px;border-radius: 50%;} */
.btn-viewpro {
	/* color: #004b23 !important; */
	/* text-decoration: underline; */
}

.btn-viewpro:hover {
	color: #ec2d3f !important;
	text-decoration: underline;
}

.product {
	float: left;
	width: 23.5%;
	margin: 0 2% 2% 0;
}

.product:nth-child(4n+1) {
	clear: both;
}

.product:nth-child(4n) {
	margin-right: 0px;
}

.home-product .product {
	float: left;
	width: 32%;
	margin: 0 2% 2% 0;
}

.home-product .product:nth-child(3n+1) {
	clear: both;
}

.home-product .product:nth-child(3n) {
	margin-right: 0px;
}

.box-product {
	position: relative;
	display: block;
	margin-bottom: 1rem;
	text-align: center;
	background-size: 100% 100%;
	/* background: #fff; */
	/* padding: 10px; */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border: solid 1px #3f3e3f;
	/* border-radius: 15px; */
}

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

.pic-product img {
	width: 100% !important;
}

.info-product {
	padding: 10px 15px;
	text-align: center;
}

.name-product {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.6;
	margin-bottom: 0rem;
	font-family: 'inter-b';
	color: #333333;
}

.name-product.text-split {
	-webkit-line-clamp: 1;
}

.name-product:hover {
	color: #ec2d3f;
}

.desc-sampham.text-split {
	-webkit-line-clamp: 2;
}

.desc-sampham {
	font-size: 14px;
	font-family: 'RobotoRegular';
	color: #393939;
}

.desc-sampham a:hover {
	color: #393939;
}

.price-product {
	margin-bottom: 0px;
	text-align: left;
}

h3.name-sanpham.text-split {
	-webkit-line-clamp: 2;
}

.desc-product.text-split {
	-webkit-line-clamp: 2;
}

.desc-product {
	font-size: 14px;
	font-family: 'MuliRegular';
}


/* .price-product span{font-weight:700;} */
.price-new {
	font-size: 15px;
	text-align: center;
	font-family: 'opensans-r';
	color: #dc1c03;
}

.price-old {
	text-decoration: line-through;
	color: #666666;
	font-size: 15px;
	font-size: 16px;
	text-align: center;
	font-family: 'oswald-semibold';
	position: absolute;
	top: 130px;
	right: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* padding: 5px; */
	background: url(../images/price.png)no-repeat;
	background-size: 100% 100%;
	width: 120px;
	height: 41px;
	padding-left: 15px;
	display: none;
}

.price-per {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 38px;
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* padding: 5px; */
	color: #fff;
	background: url("../images/giamgia.png")no-repeat;
	background-size: 100% 100%;
	/* background:var(--color-red); */
	font-size: 13px;
	text-align: left;
	z-index: 99;
}

.guarantee {
	font-size: 14px;
	color: #666;
	font-family: 'MuliRegular';
}

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

.cart-product span {
	cursor: pointer;
	width: 49%;
	float: left;
	color: #ffffff;
	text-transform: capitalize;
	text-align: center;
	padding: 7px 5px;
	border-radius: 3px;
}

.cart-add {
	margin-right: 2%;
	background-color: var(--color-red);
}

.cart-add:hover {
	background-color: var(--color-dark-red);
}

.cart-buy {
	background-color: var(--color-green);
}

.cart-buy:hover {
	background-color: var(--color-dark-green);
}

.btn-product {
	text-align: center;
}

.btn-product a {
	/* background-color: #028700; */
	padding: 10px 25px;
	font-size: 15px;
	color: #000;
	position: relative;
	font-family: 'opensans-b';
	/* border-radius: 0.25rem; */
	text-transform: uppercase;
	/* width: 189px; */
	/* height: 55px; */
	line-height: 35px;
	box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.37);
	background-image: linear-gradient(0deg, #e58100 0%, #ffd700 100%);
}

.btn-product a:hover {
	background: #cc1717;
	color: #fff;
	transition: all ease 0.3s;
}

/* Product  Detail */
.tabs-pro-detail {
	width: 100%;
}

.grid-pro-detail {
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.left-pro-detail {
	position: relative;
	width: 40%;
	text-align: center;
	margin-right: 2%;
	background: white;
}

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

.right-pro-detail {
	width: calc(100% - 42%);
}

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

.owl-thumb-pro {
	padding: 0px 40px;
}

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

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

.thumb-pro-detail img {
	box-shadow: none !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;
}

.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: var(--color-red);
}

.price-old-pro-detail {
	font-weight: 500;
	color: var(--color-gray);
	text-decoration: line-through;
	padding-left: 10px;
}

.color-pro-detail {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 35px;
	height: 30px;
	margin: 0px 0px 3px 0px;
	border: 1px solid transparent;
}

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

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

.color-pro-detail.active:before,
.size-pro-detail.active:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	margin: auto;
	z-index: 1;
	background-image: url(../images/check-cart.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.color-pro-detail input[type=radio],
.size-pro-detail input[type=radio] {
	outline: none;
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
	border: 0px;
	top: 0px;
	left: 0px;
}

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

.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;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}

.cart-pro-detail a {
	width: auto;
	text-align: center;
	color: #fff;
	padding: 8px 15px;
	text-transform: uppercase;
	border-radius: 3px;
	cursor: pointer;
}

.cart-pro-detail a.addnow {
	margin-right: 10px;
	background: #fd6e1d;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd6e1d), to(#f59000));
	background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
	background: -moz-linear-gradient(top, #f59000, #fd6e1d);
	background: -ms-linear-gradient(top, #f59000, #fd6e1d);
	background: -o-linear-gradient(top, #f59000, #fd6e1d);
}

.cart-pro-detail a.buynow {
	background-color: var(--color-green);
}

.cart-pro-detail a.buynow:hover {
	background-color: var(--color-dark-green);
}

.cart-pro-detail a i {
	vertical-align: top;
	margin-top: 3px;
	margin-right: 8px;
}

.tags-pro-detail {
	margin: 1rem 0px 2rem 0px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.tags-pro-detail a {
	font-size: 12px;
	color: #fff;
	padding: 5px 10px 7px 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: var(--color-red);
	border-radius: 3px;
}

.tags-pro-detail a:hover {
	background-color: var(--color-medium-red);
}

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

.tabs-pro-detail .ul-tabs-pro-detail {
	padding: 0px;
	list-style: none;
	margin-bottom: 1rem;
	border-bottom: 1px solid #e7e7e7;
	display: flex;
	justify-content: flex-start;
	width: 100%;
	margin-top: 15px;
}

.tabs-pro-detail .ul-tabs-pro-detail li {
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #eee;
	padding: 5px 10px;
}

.tabs-pro-detail .ul-tabs-pro-detail li.active {
	background: #333;
	color: #fafafa;
}

.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
	margin-right: 0px;
}

.tabs-pro-detail .content-tabs-pro-detail {
	display: none;
	width: 100%;
}

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

.control-carousel {
	position: absolute;
	top: calc(50% - 30px/2);
	margin-bottom: 0px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #eee;
	z-index: 2;
	background-color: #fff;
	color: #ccc;
	cursor: pointer;
}

.control-carousel:hover {
	background-color: var(--color-red);
	border-color: var(--color-red);
	color: #fff;
}

.prev-carousel {
	left: 0px;
}

.next-carousel {
	right: 0px;
}


/* News */
.news {
	margin-bottom: 2rem;
}

.news-name {
	margin-bottom: 0.5rem;
}

.news-name a {
	/* color: #5c982c; */
	font-family: 'MuliBold';
	font-size: 17px;
}

.news-name a.text-split {
	-webkit-line-clamp: 2;
}

.news-name a:hover {
	color: var(--color-red);
}

.news-time {
	color: #84878a;
	margin-bottom: 0.25rem;
	font-family: 'MuliRegular';
	font-size: 13px;
}

.news-desc {
	color: #333333;
	margin-top: 5px;
	line-height: 22px;
	font-family: 'MuliRegular';
	text-align: left;
}

.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: var(--color-red);
}

/* Contact */
.contact-article {
	margin-bottom: 3rem;
}

.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;
}

/* form dang ky / tuyen dung */
.advise-news {
	width: 49.7%;
	padding: 30px;
	background-color: #fff;
	position: relative;
	box-shadow: 0px 0px 5px #ccc;
}

.advise-news:nth-child(1)::after {
	position: absolute;
	content: '';
	background: url('../images/gg.png') no-repeat;
	width: 30px;
	top: 30px;
	bottom: 30px;
	right: -18px;
	z-index: 2;
}

.title-intro {
	margin-bottom: 1.5rem;
}

.color-r {
	color: #e10a00 !important;
}

/* Newsletter */
.newsletter-input {
	/* margin-bottom: 2%; */
	position: relative;
	display: flex;
	justify-content: center;
}

.newsletter-input input {
	height: 20px;
	width: 265px;
	background: #fff;
	border: none;
	border-right: solid 1px;
	/* border-bottom: solid 1px #cfc6b9; */
	background: none;
	/* background: rgba(0, 0, 0, 0.5); */
	color: #747474 !important;
	border-radius: 0px;
}

.newsletter-inputt input::placeholder {
	font-size: 14px;
	color: #fff;
	font-family: 'RobotoRegular';
}

.newsletter-input input::placeholder,
.newsletter-textarea textarea::placeholder {
	font-size: 14px;
	color: #fff;
	font-family: 'RobotoRegular';
}

.newsletter-input input::placeholder,
.newsletter-textarea input::placeholder {
	font-size: 14px;
	color: #fff;
	font-family: 'RobotoRegular';
}

.newsletter-inputt input::placeholder {
	font-size: 14px;
	color: #fff;
	font-family: 'RobotoRegular';
}

.newsletter-textarea {
	margin-bottom: 3%;
	position: relative;
	display: flex;
	justify-content: center;
}

.newsletter-textarea textarea {
	background: none;
	width: 735px;
	height: 90px;
	border: none;
	background: #fff;
	border-radius: 0px;
	color: #fff;
}

.newsletter-button:nth-child(1) {
	margin-right: 10px;
}

.newsletter-button input {
	color: #000 !important;
	border: none;
	outline: none;
	text-transform: uppercase;
	/* border: solid 2px #fff; */
	font-size: 16px;
	font-family: 'RobotoBold';
	padding: 33px 99px;
	/* background: #bf894f !important; */
	/* background: none !important; */
	/* opacity: 1; */
	border-radius: 0;
	border-radius: 0px;
	box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.37);
	background-image: linear-gradient(0deg, #e58100 0%, #ffd700 100%);
	clip-path: polygon(38% 0%, 100% 0%, 62% 100%, 0% 100%);
	margin-left: -75px;
}

.newsletter-button:nth-child(1) input {}

.newsletter-button:nth-child(2) input {}

.newsletter-button input:hover {
	opacity: 0.7;
}

.newsletter-email input::placeholder,
.newsletter-email input::placeholder {
	font-size: 14px;
	color: #fff;
	font-family: 'RobotoRegular';
}

.newsletter-email input {
	background: none;
	height: 45px;
	width: 230px;
	border: solid 1px #fff;
	color: #fff !important;
	border-radius: 0px;
}

.newsletter-email {
	/* margin-bottom: 3%; */
	/* display: flex; */
	/* justify-content: center; */
	/* position: relative; */
}

.newsletter-inputt {
	margin-bottom: 3%;
	position: relative;
	/* display: flex; */
	/* justify-content: center; */
}

.newsletter-inputt input {
	height: 50px;
	width: 295px;
	background: none;
	border: none;
	border-radius: 0px;
	color: #fff;
}

.newsletter-inputt input::placeholder,
.newsletter-textarea textarea::placeholder {
	font-size: 14px;
	color: #fff;
	font-family: 'RobotoRegular';
}

.info-newsleter {
	font-size: 15px;
	color: #028700;
}

.newsl-cachnhau {
	padding-left: 10px;
}

.info-newsleter span {
	font-family: 'MulishBlack';
}

.button-noidung {
	display: flex;
	position: relative;
	justify-content: center;
	margin-bottom: 10px;
	/* flex-wrap: wrap; */
}

.newsletter-button {
	/* display: flex; */
	/* justify-content: center; */
}

.newsletter-button input:hover {
	color: #000;
}

.edit-newsletter {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	/* align-items: center; */
	margin-bottom: -2%;
}

.edit-newsletterr {
	display: flex;
	justify-content: center;
}

/* vi sao chon , tieu chi */
.visaochon {
	background: url('../images/bg-taisao.png') no-repeat;
	background-size: cover;
	background-attachment: fixed;
	margin-top: 50px;
	padding-bottom: 20px;
}

.visao {
	padding-top: 57px;
}

.title-visao {
	font-size: 30px;
	color: #ffea00;
	font-family: 'RobotoSlab-b';
	text-align: center;
	text-transform: uppercase;
	padding-top: 45px;
}

.box-visao {
	text-align: center;
	/* border: solid 1px #375945; */
	padding: 20px;
	border-radius: 0.25rem;
}

.pic-visao {
	margin-bottom: 1rem;
	margin-top: -74px;
}

.visao-image {
	width: 132px;
	height: 125px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: url('../images/bgvisaochon.png') no-repeat;
}

a.visao-image img {
	margin-left: -10px;
}

.visao-name a {
	font-size: 16px;
	color: #ffea00;
	-webkit-line-clamp: 1;
	font-family: 'arial-b';
	text-transform: uppercase;
}

.visao-desc {
	font-size: 14px;
	color: #fff;
	width: 285px;
	text-align: center;
	font-family: 'arialmt';
	margin-left: -20px;
}

.visao-desc.text-split {
	-webkit-line-clamp: 4;
}

.visao-image img {
	transform: rotateY(360deg);
	transition: all 0.6s linear;
}

/* Footer */
.footer-article {
	position: relative;
	background: url("../images/bg-footer.png")no-repeat;
	background-size: cover;
}

.footer-article .wrap-content {
	padding: 35px 15px;
}

.footer-name {
	text-transform: uppercase;
	color: #000;
	font-size: 50px;
	font-family: 'utm-nokia';
	/* text-shadow: 2px 1px #fff, 1px -1px #fff, -1px 1px #fff, -1px -1px #fff; */
	/* filter: drop-shadow(2.06px 3.429px 0px #ed1c24); */
	/* text-align: center; */
}

.footer-title {
	text-transform: uppercase;
	color: #000;
	font-size: 15px;
	margin-bottom: 1rem;
	font-family: 'MuliBold';
}

.footer-info {
	font-size: 15px;
	color: #fff;
	font-family: 'opensans-r';
	padding-top: 10px;
}

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

.footer-ul li {
	margin-bottom: 10px;
	color: #fff;
}

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

.footer-ul li a {
	color: #fff;
	font-family: "nunito-r";
	font-size: 16px;
}

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

.footer-tags {
	/* background: rgb(51 90 20 / 50%); */
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	/* padding: 20px; */
	/* padding-top: 30px; */
	/* border-radius: 35px; */
}

.footer-tags .wrap-content {
	padding: 30px 15px;
}

.footer-tags-lists {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.footer-tags-lists li {
	float: left;
}

.footer-tags-lists li a {
	padding-bottom: 0.375rem;
	padding-left: 10px;
}

.footer-powered {
	position: relative;
	background: #000;
}

.footer-powered .wrap-content {
	padding: 15px;
}

.footer-statistic {
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-family: 'saira-r';
}

.footer-statistic span {
	padding-right: 10px;
}

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

.footer-copyright {
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-family: 'saira-r';
}

.footer-copyright span {
	font-family: 'saira-b';
}

.title-footer {
	text-transform: uppercase;
	font-size: 17px;
	color: #fff;
	font-family: 'saira-m';
	padding-bottom: 10px;
	/* text-align: center; */
	/* -webkit-background-clip: text; */
	/* -webkit-text-fill-color: transparent; */
}

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

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

.chinhanhmap {
	position: relative;
	height: 410px;
}

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

/* Like Share */
.social-plugin {
	display: flex;
	justify-content: flex-start;
	margin-top: 10px;
}

.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: .875rem;
}

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

/* Paging Ajax */
.pagination-ajax {
	text-align: center;
	padding-bottom: 35px;
}

.pagination-ajax a {
	display: inline-block;
	vertical-align: top;
	margin: 0px 3px 3px 3px;
	width: 35px;
	height: 35px;
	line-height: 32px;
	color: #000 !important;
	border-radius: 5px;
	border: 1px solid #e6e6e6;
	font-size: 13px;
	cursor: pointer;
	text-decoration: none !important;
	background-color: #ffffff;
	border-radius: 50%;
	box-shadow: 0 0px 8px 0 rgb(0 0 0 / 20%), 0 0px 2px 0 rgb(0 0 0 / 19%);
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
	color: #fff !important;
	border-color: #4a4a4a;
	border-radius: 50%;
	background-color: #c0894f;
	border: 1px solid #cccccc;
}

.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;
}

/* Transition All */
.transition {
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

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

.scale-img img {
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.scale-img:hover>img {
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-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;
}

@-moz-keyframes blink {
	0% {
		opacity: 1.0;
	}

	50% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}
}

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

	50% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}
}

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

	50% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}
}

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

.btn-frame i {
	display: flex;
	display: -ms-flex;
	justify-content: center;
	align-items: center;
	-ms-flex-align: center;
	/* background: #002d95; */
	background-image: linear-gradient(0deg, #ff6d01 0%, #fb0000 100%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: relative;
}

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

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

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

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

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

.btn-frame .kenit-alo-circle-fill {
	width: 70px;
	height: 70px;
	top: -10px;
	right: -10px;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-color: rgba(7, 41, 103, 0.35);
	opacity: .4;
}

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

.btn-framee {
	display: block;
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	z-index: 10;
	cursor: pointer;
}

.btn-framee i {
	display: flex;
	display: -ms-flex;
	justify-content: center;
	align-items: center;
	-ms-flex-align: center;
	width: 50px;
	height: 50px;
	background: #0079d6;
	border-radius: 50%;
	position: relative;
	z-index: 1;
}

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

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

.btn-framee .kenit-alo-circle {
	width: 60px;
	height: 60px;
	top: -5px;
	right: -5px;
	position: absolute;
	background-color: transparent;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid rgba(7, 41, 103, 0.8);
	opacity: .1;
	border-color: #1182FC;
	opacity: .5;
}

.btn-framee .zoomIn {
	animation-name: zoomIn;
}

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

.btn-framee .kenit-alo-circle-fill {
	width: 70px;
	height: 70px;
	top: -10px;
	right: -10px;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-color: rgba(7, 41, 103, 0.35);
	opacity: .4;
}

.btn-framee .pulse {
	animation-name: pulse;
}

.btn-frame1 {
	display: block;
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	/* z-index: 10; */
	cursor: pointer;
}

.btn-frame1 i {
	display: flex;
	display: -ms-flex;
	justify-content: center;
	align-items: center;
	-ms-flex-align: center;
	width: 50px;
	height: 50px;
	background: #213f99;
	border-radius: 50%;
	position: relative;
	z-index: 1;
}

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

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

.btn-frame1 .kenit-alo-circle {
	width: 60px;
	height: 60px;
	top: -5px;
	right: -5px;
	position: absolute;
	background-color: transparent;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid rgba(7, 41, 103, 0.8);
	opacity: .1;
	border-color: #1182FC;
	opacity: .5;
}

.btn-frame1 .zoomIn {
	animation-name: zoomIn;
}

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

.btn-frame1 .kenit-alo-circle-fill {
	width: 70px;
	height: 70px;
	top: -10px;
	right: -10px;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-color: rgba(7, 41, 103, 0.35);
	opacity: .4;
}

.btn-frame1 .pulse {
	animation-name: pulse;
}

.hotline-btn .btn-frame1 {
	position: relative;
	right: unset;
	left: 0;
}

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

.btn-zalo1 {
	bottom: 400px;
}

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

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

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

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

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

.js-facebook-messenger-tooltip {
	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);
	box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
	z-index: 1.0E+30
}

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

.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-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
	z-index: 999
}

.js-facebook-messenger-box {
	display: block;
	position: fixed;
	cursor: pointer;
	bottom: 150px;
	right: 17px;
	width: 56px;
	height: 56px;
	text-align: center;
	/* background: #002d95; */
	background-image: linear-gradient(0deg, #ff6d01 0%, #fb0000 100%);
	border-radius: 100%;
	overflow: hidden;
	z-index: 99;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 4px 0rgba(0, 0, 0, 0.3)
}

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
	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;
	-moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	-o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-box.rotate svg#close-icon {
	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;
	-moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	-o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, 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;
	transform: translateY(50px);
	bottom: 110px;
	right: 90px;
	border-radius: 10px;
	pointer-events: none;
	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;
	-moz-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
	-o-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
	transition: transform 160ms ease-in-out, opacity 160ms ease-in-out
}

.js-facebook-messenger-top-header {
	width: 220px
}

.js-facebook-messenger-top-header {
	color: #ffffff;
	background: #1182FC
}

.js-facebook-messenger-top-header {
	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
}

.js-facebook-messenger-top-header {
	width: 220px
}

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

.js-facebook-messenger-container.open {
	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 {
	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: #007251;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff !important;
	border-radius: 100%;
	display: flex;
	align-items: 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: var(--color-red);
	text-align: center;
	line-height: 25px;
	font-size: 11px;
	border-radius: 100%;
}

/* Toolbar */
.toolbar {
	filter: drop-shadow(0px 5px 2.5px rgba(0, 0, 0, 0.75));
	background-color: #002d95;
	width: 100%;
	padding: 3vw;
	bottom: 0px;
	position: fixed;
	z-index: 500;
	height: auto;
	left: 0px;
}

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

.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: #fff;
	font-size: 3.5vw;
}

/* Fixbar */
.fixbar {
	bottom: 0;
	display: block;
	background: #f0eff4;
	border-top: 1px solid #ddd;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-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 {
	display: inline-block;
	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-flex;
	display: -moz-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.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 span {
	border-radius: 2px;
	text-align: center;
	background: rgb(103, 182, 52);
	padding: 9px;
	display: none;
	width: 180px;
	margin-left: 10px;
	position: absolute;
	color: #ffffff;
	z-index: 999;
	top: 0px;
	left: 40px;
	transition: all 0.2s ease-in-out 0s;
	-moz-animation: headerAnimation 0.7s 1;
	-webkit-animation: headerAnimation 0.7s 1;
	-o-animation: headerAnimation 0.7s 1;
	animation: headerAnimation 0.7s 1;
}

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

.support-online a {
	display: block;
}

.support-online a span:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent rgb(103, 182, 52) transparent transparent;
	position: absolute;
	left: -10px;
	top: 10px;
}

.support-online .kenit-alo-circle-fill {
	width: 60px;
	height: 60px;
	top: -10px;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-color: rgba(0, 175, 242, 0.5);
	opacity: .75;
	right: -10px;
}

.support-online .kenit-alo-circle {
	width: 50px;
	height: 50px;
	top: -5px;
	right: -5px;
	position: absolute;
	background-color: transparent;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid rgba(30, 30, 30, 0.4);
	opacity: .1;
	border-color: #0089B9;
	opacity: .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%;
	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%;
	display: flex !important;
	display: -ms-flex !important;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative !important;
}

.wcircle-icon:before {
	position: absolute;
	content: '';
	width: 60px;
	height: 60px;
	background: rgba(18, 130, 252, .5);
	border: 1px solid #ffffff;
	border-radius: 50%;
	left: -5px;
	top: -5px;
	-webkit-animation: pulse 1s infinite ease-in-out;
	-moz-animation: pulse 1s infinite ease-in-out;
	-ms-animation: pulse 1s infinite ease-in-out;
	-o-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, .5);
	border-radius: 50%;
	left: -15px;
	top: -15px;
	-webkit-animation: zoomIn 2s infinite ease-in-out;
	-moz-animation: zoomIn 2s infinite ease-in-out;
	-ms-animation: zoomIn 2s infinite ease-in-out;
	-o-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: flex;
	display: -ms-flex;
	align-items: center;
	-ms-flex-align: 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,
.wcircle-icon i {
	font-size: 25px;
	color: #ffffff;
	position: relative;
	z-index: 9999;
}

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

@-moz-keyframes shake-anim {
	0% {
		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)
	}
}

@-o-keyframes shake-anim {

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

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

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

/* Custom */
.giamoi {
	color: #666666;
	font-size: 14px;
	font-family: 'RobotoRegular';
}

.text-hotline {
	font-size: 15px;
	/* line-height: 27px; */
	/* text-transform: uppercase; */
	color: #333333;
	/* filter: drop-shadow(2.194px 2.046px 2px rgba(0,0,0,0.75)); */
	/* text-shadow: 1px 1px #fff, 1px -1px #fff, -1px 1px #fff, -1px -1px #fff; */
	/* margin-bottom: -10px; */
	font-family: 'MuliRegular';
}

.text-hotline span {
	font-size: 14px;
	font-family: 'RobotoRegular';
	color: #fff
}

.email-header {
	color: #555555;
	align-items: center;
	font-size: 23px;
	font-style: italic;
	font-family: 'duvallcondensed';
	text-transform: none;
}

.text-email {
	margin-left: 5px;
	color: #fff;
	font-size: 15px;
	font-family: 'RobotoBold';
}

.social {
	list-style: none;
	display: flex;
	justify-content: space-between;
	width: 75%;
	align-items: center;
	color: #fff;
	text-transform: uppercase;
	/* margin: auto; */
}

.social li {
	display: inline-block;
	vertical-align: top;
	transition: 0.3s;
	text-decoration: none;
}

.social li:hover {
	transform: rotate(360deg);
}

.social li:last-child {
	margin-right: 0px;
}

.social-header li {
	width: 40px;
	margin-right: 3px;
}

.social1 {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-transform: uppercase;
	width: 70%;
	font-size: 15px;
	font-family: 'opensans-semib';
	color: #fff;
	padding-top: 10px;
	/* margin: auto; */
}

.social1 li {
	display: inline-block;
	vertical-align: top;
	transition: 0.3s;
	text-decoration: none;
}

.social1 li:hover {
	transform: rotate(360deg);
}

.social1 li:last-child {
	margin-right: 0px;
}

.social-header li {
	width: 40px;
	margin-right: 3px;
}

.mxh-header {
	width: 10%;
}

.mxh-header span {
	font-size: 14px;
	color: #fff;
	width: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'RobotoRegular';
}

.menu-menu {}

li.line-menu {
	height: 53px;
	width: 1px;
	border-left: solid 1px #6479b8;
}

.gioi-thieu {
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	/* background-attachment: fixed; */
	background-size: cover;
}

/* Gioi thieu */
.line-gt {
	display: flex;
	justify-content: center;
	width: 70px;
	height: 2px;
	background-color: #16402a;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 10px;
}

.line-gioi-thieu {
	width: 170px;
	height: 1px;
	background-color: #ff6c00;
	margin-bottom: 15px;
}

.desc-gt {
	margin-bottom: 20px;
	/* width: 595px; */
	font-size: 15px;
	line-height: 30px;
	font-family: 'RobotoRegular';
	text-align: center;
}

.desc-gt.text-split {
	-webkit-line-clamp: 5;
}

.address-gt {
	font-size: 14px;
	font-family: 'ro-ita';
	color: #fff;
	/* .margin-bottom: 15px; */
}

.detail-gioithieu {
	width: 45%;
	text-align: center;
	position: relative;
}

/* .pic-gioithieu {margin-right: -10%;} */


.bg-gioithieu {
	padding: 85px 0px;
	position: relative;
	background: url("../images/bg-gioithieu.png")no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.title-gioithieu {
	font-size: 35px;
	font-family: 'sheliavnf-r';
	color: #002e96;
	text-align: right;
	/* text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff; */
	/* text-transform: uppercase; */
}

.name-gioithieu {
	font-size: 70px;
	color: #111011;
	text-transform: uppercase;
	font-family: 'utm-nokia';
	opacity: 0.4;
	text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
	text-align: left;
}

.doantrich-gioithieu {
	color: #262626;
	font-size: 30px;
	font-family: 'thebillion-r';
	padding-left: 10%;
}

.desc-gioithieu {
	color: #ffff;
	line-height: 30px;
	font-family: 'opensans-l';
	font-size: 15px;
}

.edit-hinhgt {
	padding-top: 30px;
}

.btn-gioithieu {
	text-align: left;
	margin-top: 3.5rem;
}

.btn-gioithieu a {
	display: inline-block;
	background: #cc1717;
	padding: 10px 35px;
	font-family: 'saira-m';
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	clip-path: polygon(0 0, 80% 0, 100% 100%, 7% 100%, 0 65%);
	background-image: linear-gradient(0deg, #ff6d01 0%, #fb0000 100%);
}

.btn-gioithieu a:hover {
	background: #f00;
}

.btn-gioithieu a i {
	margin-right: 5px;
}


/* .photo-about {
	padding: 50px 0px;
	position: relative;
	float: left;
	width: 55%;
	background: url(../images/bg_ab.png) no-repeat 90% 10px;
  }
  
  .photo-flex {
	display: flex;
	justify-content: space-between;
	position: relative;
	}
  
  .photo-flex .pic-gioithieu {
	position: relative;
	box-sizing: border-box;
	-webkit-animation: runAboutSecond 10s infinite;
	background: #fff;
	overflow: hidden;
	}
  
  .photo-flex .pic-gioithieu:nth-child(1) {
	align-self: flex-start;
	margin-bottom: 30px;
	margin-right: -9%;
	-webkit-animation: about-left 10s infinite;
	animation: about-left 10s infinite;
	border: solid 5px #fff;
	}
  
  .photo-flex .pic-gioithieu:nth-child(2) {
	align-self: flex-end;
	margin-top: 30px;
	margin-left: -9%;
	-webkit-animation: about-right 10s infinite;
	animation: about-right 10s infinite;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	} */


@-webkit-keyframes about-left {
	0% {
		transform: translate(0px, 0px);
	}

	25% {
		transform: translate(65%, 0px);
	}

	50% {
		transform: translate(65%, 60px);
	}

	75% {
		transform: translate(0%, 60px);
	}

	100% {
		transform: translate(0%, 0px);
	}
}

@-webkit-keyframes about-right {
	0% {
		transform: translate(0px, 0px);
	}

	25% {
		transform: translate(-65%, 0px);
	}

	50% {
		transform: translate(-65%, -80px);
	}

	75% {
		transform: translate(0%, -80px);
	}

	100% {
		transform: translate(0px, 0px);
	}
}

/* Text quay doc */
.text-rotate {
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
	transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

/* Chon ngon ngu */
div#google_language_translator {
	/* display: none; */
}

/* Hover thanh truot */
.img_hover {
	overflow: hidden;
	position: relative;
	padding: 0;
	z-index: 0;
}

.img_hover:before {
	position: absolute;
	top: 0;
	left: -85%;
	z-index: 22;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.img_hover:hover:before {
	-webkit-animation: shine .6s;
	animation: shine .6s;
}

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

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

.img-product {
	padding: 0px;
	position: relative;
}

.tieude-all {
	text-align: center;
	font-size: 18px;
	font-family: 'RobotoLight';
	margin-bottom: 20px;
	color: #fff;
}

a.logo-footer {}

.lines-info {
	text-align: center;
}

.line-footer {
	width: 45px;
	height: 2px;
	background: #fdb100;
	margin-bottom: 20px;
}

.title-logo-footer {
	font-size: 30px;
	font-family: 'utm-alter';
	text-transform: uppercase;
	color: #Fff;
	text-align: center;
}

.name-logo-footer {
	font-size: 30px;
	font-family: 'utm-alter';
	text-transform: uppercase;
	color: #fffc00;
	text-align: center;
}

.lins-footer {
	width: 35px;
	height: 2px;
	background: #fff;
	margin-top: -10px;
	margin-bottom: 10px;
}

.footer-news.col-md-2 {
	display: grid;
	justify-content: center;
}

.btn-xem-sp a:hover {
	background: #ff3d00;
	color: #ffff;
}

.btn-xem-sp a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	width: 140px;
	height: 40px;
	border-radius: 5px;
	background-color: #cc0000;
	font-family: 'RobotoBold';
}

.btn-xem-sp {
	display: flex;
	justify-content: center;
}

.edit-info-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.canchinh-info-header {
	display: grid;
	justify-content: space-between;
	align-items: center;
}

.canchinh-info-header span {
	margin-left: 10px;
	font-size: 14px;
	font-family: 'RobotoRegular';
}

span.color-info-header {
	color: #feb51f;
	font-size: 16px;
	font-family: 'arsenal-bold';
}

.line-header {
	color: #fff;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: -5px;
}

.info-header:nth-child(1) {
	width: 50%;
	display: flex;
	justify-content: space-between;
}

.info-header:nth-child(2) {
	/* width: 48%; */
}

.info-mxh {
	width: 18%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: -50px;
}

.edit-phone {
	display: flex;
	justify-content: space-between;
}

.info-mxh span {
	width: 145px;
	font-size: 14px;
	font-family: 'RobotoRegular';
}

.info-header i {
	color: #fff;
}

.edit-phone {
	color: #ffff00;
	font-size: 15px;
	width: 100%;
	font-family: 'nunito-extrabold';
	margin-left: 25px;
}

.bentrong-hotline {
	display: flex;
	font-size: 16px;
	color: #000;
	/* text-shadow: 1px 1px #fff, 1px -1px #fff, -1px 1px #fff, -1px -1px #fff; */
	background: url("../images/hotline-header.png")no-repeat;
	width: 250px;
	height: 94px;
}

.bentrong-hotline span {
	font-size: 20px;
	margin-left: 0px;
	/* text-shadow: 1px 1px #fff, 1px -1px #fff, -1px 1px #fff, -1px -1px #fff; */
	font-family: 'utm-helvetins';
	/* text-transform: uppercase; */
	color: #fff;
	/* margin-bottom: -10px; */
	/* font-family: 'inter-b'; */
}

.header-bottom {
	padding: 10px;
	background: #fff;
	background-size: cover;
}

.edit-sdt {
	display: grid;
	justify-content: space-between;
	align-items: center;
	padding-left: 70px;
	margin-top: 2px;
}

.footer {
	position: relative;
}

.is-invalid~.invalid-dangkynt,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-dangkynt,
.was-validated :invalid~.invalid-tooltip {
	display: block;
}

.invalid-dangkynt {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #fff;
	font-family: 'RobotoBold';
}

.canchinh-footer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 25px;
}

.footer-end {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.footer-news:nth-child(1) {
	width: 30%;
}

.footer-news:nth-child(2) {
	width: 17%;
}

.footer-news:nth-child(3) {
	width: 23%;
}

.footer-news:nth-child(4) {
	width: 23%;
}

.info-header:nth-child(3) {
	width: auto;
}

.name-sanpham {
	font-size: 15px;
	/* text-transform: uppercase; */
	color: #000;
}

.name-sanpham a:hover {
	color: #cc1717;
}

.lienhe-product {
	display: flex;
	text-align: center;
	justify-content: center;
}

.text-lienhe-product {
	font-size: 14px;
	font-family: 'RobotoRegular';
	margin-left: 5px;
	margin-top: 1.5px;
}

.text-hotline-product {
	color: #ff6c00;
	font-size: 16px;
	font-family: 'RobotoBold';
	margin-left: 5px;
}

.phanchia-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.phanchia-header>div:nth-child(1) {
	width: 15%;
}

.phanchia-header>div:nth-child(2) {
	width: 85%;
	background: url("../images/bg-header1.png")no-repeat;
	background-size: cover;
}

.canchinh-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.edit-email-header {
	background: url("../images/icons-mail.png") no-repeat;
}

.edit-email-header span {
	font-size: 14px;
	font-family: 'RobotoRegular';
	margin-left: 35px;
}

.chay-header {
	/* text-transform: uppercase; */
	color: #000;
	font-size: 14px;
	font-family: 'bevietnam-r';
}

.edit-banner-header {
	width: 40%;
	text-align: center;
}

/* hover xam */
.hover_xam {
	position: relative;
	overflow: hidden;
	display: block;
}

.hover_xam:before {
	content: "";
	background: rgba(255, 255, 255, .5);
	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: rgba(255, 255, 255, .5);
	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%;
}

/* Text nhap nhay */
@-webkit-keyframes my {
	0% {
		color: #fff;
	}

	50% {
		color: #ff000f;
	}

	100% {
		color: #fff;
	}
}

@-moz-keyframes my {
	0% {
		color: #fff;
	}

	50% {
		color: #ff000f;
	}

	100% {
		color: #fff;
	}
}

@-o-keyframes my {
	0% {
		color: #fff;
	}

	50% {
		color: #ff000f;
	}

	100% {
		color: #fff;
	}
}

@keyframes my {
	0% {
		color: #fff;
	}

	50% {
		color: #ff000f;
	}

	100% {
		color: #fff;
	}
}

.bentrong-hotline span {
	font-size: 20px;
	-webkit-animation: my 700ms infinite;
	-moz-animation: my 700ms infinite;
	-o-animation: my 700ms infinite;
	animation: my 700ms infinite;
}

@-webkit-keyframes myy {
	0% {
		color: #fcff00;
	}

	50% {
		color: #fff;
	}

	100% {
		color: #fcff00;
	}
}

@-moz-keyframes myy {
	0% {
		color: #fcff00;
	}

	50% {
		color: #fff;
	}

	100% {
		color: #fcff00;
	}
}

@-o-keyframes myy {
	0% {
		color: #fcff00;
		;
	}

	50% {
		color: #fff;
	}

	100% {
		color: #fcff00;
	}
}

@keyframes myy {
	0% {
		color: #fcff00;
	}

	50% {
		color: #fff;
	}

	100% {
		color: #fcff00;
	}
}

span.color-sdt {
	font-size: 16px;
	-webkit-animation: myy 700ms infinite;
	-moz-animation: myy 700ms infinite;
	-o-animation: myy 700ms infinite;
	animation: myy 700ms infinite;
}

ul.chinhsach li {
	line-height: 30px;
	color: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.chinhsach li a {
	font-size: 15px;
	color: #fff;
	font-family: 'opensans-r';
}

.thanh-cuon {
	height: 100%;
	overflow-y: auto;
}

/* width */
.thanh-cuon::-webkit-scrollbar {
	width: 5px;
}

/* Track */
.thanh-cuon::-webkit-scrollbar-track {
	background: #d2d0d0;
}

/* Handle */
.thanh-cuon {
	overflow-y: scroll;
	overflow-x: hidden;
}

.thanh-cuon::-webkit-scrollbar {
	width: 5px;
	background: #d2d0d0;
}

.thanh-cuon::-webkit-scrollbar-thumb {
	width: 5px;
	background: #f98f1f;
}

.thanh-cuon::-webkit-scrollbar-thumb:hover,
.thanh-cuon::-webkit-scrollbar-thumb:active {
	width: 2px;
}

@-webkit-keyframes rotate-center {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate-center {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.xoaytron {
	-webkit-animation: rotate-center 10s infinite;
	animation: rotate-center 10s infinite
}


.edit-product {
	padding-top: 35px;
}

.liness {
	text-align: center;
	padding: 0px 0px;
}

/* accordion */
.bang-tatcasp {
	display: block;
	margin: auto;
}

.accordion-sanpham {
	display: block;
	font-size: 15px;
	font-family: 'opensans-r';
	background-color: #fff;
	border-bottom: 1px #cccccc solid;
	cursor: pointer;
	height: 40px;
}

.xocap2 {
	max-height: 0;
	overflow: hidden;
}

.tencap2 {
	font-size: 14px;
	/* margin: 20px 10px 16px 6px; */
}

.toggle {
	max-height: 200px;
}

.nhanvao {
	position: absolute;
	padding: 8px 10px;
}

.nhanvao-active {
	/* position: absolute; */
	/* padding: 0px 10px; */
}

/* scrollTop footer custom */
.edit-scroll-len {
	background: url("../images/border-backup.png")no-repeat;
	width: 130px;
	height: 62px;
	display: grid;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: -36px;
}

a#scrollDiLen:hover {
	color: #000;
}

.edit-scroll-len i {
	margin-bottom: -12px;
}

.edit-scroll-len span {
	margin-top: -15px;
	font-size: 13px;
	font-family: 'RobotoBold';
}

a#scrollDiLen {
	width: 17%;
	font-size: 20px;
}

/* Centermodel slider */
.center-sanpham .slick-slide {
	padding: 0px 0px;
	transition: all 400ms ease-in;
	transform: scale(0.85);
	margin-left: 30px;
}

.center-sanpham .slick-center {
	padding: 0px 0px !important;
	transform: scale(1.03);
}

.center-sanpham .slick-track {
	display: flex;
	justify-content: center;
	align-items: center;
}

.edit-sanphamnb .center-sanpham .slick-slide {
	display: flex;
	justify-content: center;
}

.slick-slider,
.slick-list,
.slick-track {
	/* height: 100%; */
}

.hinhquangcao {
	padding-bottom: 50px;
}

/* Centermodel slider hinh giua de` */
.center-gioithieu .slick-center .pic-gioithieu {
	padding: 0px 0px !important;
	transform: scale(0.9);
	transform-origin: center bottom;
}

.center-gioithieu .slick-active:not(.slick-center) .pic-gioithieu {
	padding: 0px 0px;
	transition: all 400ms ease-in;
	transform: scale(1.4);
}

.center-gioithieu .slick-slide {
	z-index: -1;
	position: relative;
}

.center-gioithieu .slick-center {
	z-index: 10;
}

/* hover khung  */
/* .info-dichvu{position:absolute;transition:0.2s all;border:#fff solid 1px;width:calc(100% - 30px)!important;height:calc(100% - 30px)!important;left:15px;top:100%;display:flex;align-items:flex-end;clip-path:polygon(0% 0%,100% 0%,100% 100%,60% 100%,60% calc(100% - 2px),1px calc(100% - 2px),1px 70%,0 70%);z-index: 99;}
.name-dichvu a{color: #ffffff;font-family: 'opensans-semib';font-size: 17px;text-transform: uppercase;margin-left: 35px;margin-bottom: -10px;}
.pic-dichvu:hover .info-dichvu{top:15px;}
.name-dichvu a:hover {color: #c21616;} */
/* Center position  */
.css-stylee {
	z-index: 99;
	top: 25%;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

/* hover keo */
.info-map {
	overflow: hidden;
	position: relative;
}

.title-map {
	list-style: none;
	width: 50%;
	height: 100%;
	background: rgb(0 59 149 / 79%);
	position: absolute;
	z-index: 99;
	top: 0;
	right: -50%;
	transition: all 400ms ease-in;
}

.title-map:hover {
	right: 0%;
}

.title-map:hover .mui-ten-map {
	transform: rotate(0deg);
	-webkit-transform: rotate(-0deg);
	-moz-transform: rotate(0deg);
}

.mui-ten-map {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	position: absolute;
	left: -26px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	line-height: 58px;
	text-align: center;
	background: rgb(0 59 149 / 79%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
}

.mui-ten-map img {
	vertical-align: unset;
}

/* Flipbook */

.hsnl-detail-tpl {
	text-align: center;
	background: url("../images/book-album.png")no-repeat;
	background-size: 100% 100%;
	max-width: 845px;
	height: 632px;
	margin: auto;
	padding: 9px 24px;
}

.f-flipbook {
	display: inline-block;
	position: relative;
}

.flipbook {
	margin: auto !important
}

.f-flipbook button {
	position: absolute;
	top: 50%;
	border: none;
	background: transparent;
	width: 55px;
	height: 35px
}

.f-flipbook button i {
	font-size: 25px;
	color: #1aa94a;
}


.flipbook-viewport .page {
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 100% 100%
}

.flipbook .page {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.flipbook-viewport .page img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0
}

.flipbook-viewport .shadow {
	-webkit-transition: -webkit-box-shadow .5s;
	-moz-transition: -moz-box-shadow .5s;
	-o-transition: -webkit-box-shadow .5s;
	-ms-transition: -ms-box-shadow .5s;
	-webkit-box-shadow: 0 0 20px #ccc;
	-moz-box-shadow: 0 0 20px #ccc;
	-o-box-shadow: 0 0 20px #ccc;
	-ms-box-shadow: 0 0 20px #ccc;
	box-shadow: 0 0 20px #ccc
}

/* Hover Chuyen anh 2 hinh  */
/* .pic-sanpham img{width:100%;}
a.img2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 1s;
}
.pic-sanpham:hover a.img2{opacity: 1;
    transition: all 1s;} */
/* Grid-template */
/* .box-thuvien{display: grid;grid-template-columns: auto auto auto auto;grid-gap: 10px;}
.box-thuvien{}
.pic-thuvien:nth-child(1){grid-area: 1 / 1 / span 2 / span 1;}
.pic-thuvien:nth-child(2){}

.box-sanphamdmc{display: grid;gap: 15px;grid-template-rows: 250px 250px 250px;}
.pic-sanphamdmc:nth-child(1){ grid-column: 1 / span 2;grid-row: 1;}
.pic-sanphamdmc:nth-child(2){grid-column: 3;grid-row: 1;}
.pic-sanphamdmc:nth-child(3){grid-column: 4;grid-row: 1;}
*/
.giaca {
	color: #000;
	font-family: 'opensans-b';
}

.hotline-btn {
	bottom: 235px;
	width: auto;
	height: auto;
	position: fixed;
	right: 20px;
	z-index: 999;
}

.hotline-btn .btn-frame {
	position: relative;
	right: unset;
	left: 0;
}

.hotline-btn:hover span {
	width: 160px;
	transition: all 400ms ease-in;
}

.hotline-btn span {
	width: 0;
	height: 40px;
	padding: 7px 2px;
	font-size: 18px;
	background-image: linear-gradient(0deg, #ff6d01 0%, #fb0000 100%);
	font-family: 'MuliExtraBold';
	color: #000;
	border-radius: 43px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 28px;
	margin-top: -44px;
	padding-left: 15px;
	white-space: nowrap;
	overflow: hidden;
}

.hotline-btn i {
	display: flex;
	display: -ms-flex;
	justify-content: center;
	align-items: center;
	-ms-flex-align: center;
	width: 50px;
	height: 50px;
	/* background: #002d95; */
	background-image: linear-gradient(0deg, #ff6d01 0%, #fb0000 100%);
	border-radius: 50%;
	position: relative;
	z-index: 1;
}

span.number-hotline {
	font-family: 'inter-b';
	color: #ff0303;
}

.box-congtrinh {
	width: calc(50% - 30px);
	margin: 0 15px;
	position: relative;
}

.name-congtrinh {
	margin-bottom: 0px;
	position: absolute;
	top: 0px;
	/* height: 100%; */
	left: 0px;
	width: 100%;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.name-congtrinh a {
	display: block;
	text-align: center;
	width: 100%;
	font-size: 25px;
	padding: 15px;
	padding: 27px 15px;
	background-color: #0f0b5cc9;
	text-transform: uppercase;
	text-decoration: none !important;
	font-family: 'MuliBold';
	color: #fff;
}

.name-congtrinh a:hover {
	background-color: #dd930ebf;
	color: #ffffff;
}

.max-box {
	margin: auto;
	padding-top: 35px;
	overflow: hidden;
	display: block;
	position: relative;
	text-align: center;
}

.owl-carousel .owl-dot {}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791 !important;
	border: solid 5px #fff;
}

.owl-theme .owl-dots .owl-dot span {
	background: none !important;
	width: 30px;
	height: 30px;
	border: solid 2px #fff;
}

.owl-page.owl-carousel {
	text-align: center;
}

.owl-dots {
	position: absolute;
	/* top: 0; */
	bottom: 20px;
	width: 100%;
	/* height: 100%; */
	display: flex;
	align-items: center;
	justify-content: center;
}

/* line hover animation */
.hover-underline-animation {
	display: inline-block;
	position: relative;
}

.hover-underline-animation::after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #488601;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

input#email-newsletter {
	background: url("../images/input2.png")no-repeat;
	background-size: 100% 100%;
	padding-left: 40px;
	box-shadow: none;
	color: #fff;
	padding-right: 40px;
}

input#fullname-newsletter {
	background: url("../images/input1.png")no-repeat;
	background-size: 100% 100%;
	box-shadow: none;
	color: #fff;
	padding-right: 40px;
}

input#phone-newsletter {
	background: url("../images/input2.png")no-repeat;
	background-size: 100% 100%;
	padding-left: 40px;
	box-shadow: none;
	color: #fff;
	padding-right: 40px;
}

textarea#content-newsletter {
	background: url("../images/input3.png")no-repeat;
	background-size: 100% 100%;
	padding-right: 85px;
}

input#keyword::placeholder {}

/* Lam xong xoa */
ul.chinhsach {
	padding: 0;
	margin: 0;
}

.slide-bg {
	position: relative;
	margin-top: -152px;
}

.edit-menu {
	display: block;
	width: 80%;
}

.hotline-mxh {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 35%;
}

.down-menu {
	padding: 5px 0px;
}

.up-menu {
	padding: 5px 0px;
}

.canchinh-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 5px 0px;
	padding-left: 265px;
}

.photo-gioithieu {
	float: left;
	width: 50%;
}

.detail-gioithieu {
	float: right;
	width: 48%;
}

.group-title {
	padding-left: 20px;
	border-left: solid 5px #fd3701;
	margin-bottom: 1rem;
}

.name-gioithieu1 {
	font-family: 'UTMFacebook';
	font-size: 48px;
	text-transform: uppercase;
	background: linear-gradient(to top, rgb(250 2 2) 0%, rgb(228 102 6) 50%, rgb(248 136 51 / 82%) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: left;
}

.box-pic-gioithieu {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.img-gioithieu.scale-img.hover_xam {
	clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
}

.pic-gioithieu:nth-child(1) {
	position: relative;
	z-index: 11;
}

.pic-gioithieu:nth-child(2) {
	position: absolute;
	top: -5%;
	right: 15%;
	z-index: 12;
}

.pic-gioithieu:nth-child(3) {
	position: absolute;
	top: 30%;
	right: 0;
}

.pic-gioithieu:nth-child(2) .img-gioithieu.scale-img.hover_xam {
	display: inline-block;
	position: relative;
	background: #fff;
	box-sizing: border-box;
	clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
	-webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
}

.box-gioithieu {
	text-align: left;
}

.detail-tieuchi {
	padding-top: 50px;
	position: relative;
}

.left-tieuchi {
	float: left;
	width: 20%;
	text-align: right;
	padding-right: 20px;
	border-right: solid 2px #fff
}

.right-tieuchi {
	float: right;
	width: 79%;
}

.hotline-text {
	font-family: 'saira-b';
	font-size: 20px;
	color: #fff;
}

.number-hotline {
	font-family: 'utm-nokia';
	font-size: 20px;
	background-image: linear-gradient(0deg, #ff6d01 0%, #fb0000 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.diachiweb {
	font-family: 'saira-b';
	font-size: 18px;
	color: #fff;
	font-style: italic;
}

.box-tieuchi {
	display: flex;
	align-items: center;
}

.info-tieuchi {
	padding-left: 10px;
	text-align: left;
}

.pic-tieuchi {
	background: url("../images/border-file.png")no-repeat;
	background-size: 100% 100%;
	width: 81px;
	height: 81px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.img-tieuchi:hover img {
	transform: rotateY(360deg);
	transition: all 0.9s linear;
}

.name-tieuchi {
	font-size: 18px;
	font-family: 'saira-r';
	color: #fff;
	text-transform: uppercase;
}

.name-tieuchi1 {
	font-size: 18px;
	font-family: 'saira-b';
	color: #fff;
	text-transform: uppercase;
}

.bg-dichvu {
	background: url("../images/bg-dichvubaove.png")no-repeat;
	background-size: cover;
	padding: 50px 0;
	position: relative;
	background-attachment: fixed;
}

.left-dichvu {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	width: 55%;
}

.left-dichvu>div:nth-child(1) {
	width: 25%;
}

.left-dichvu>div:nth-child(2) {
	width: 70%;
}

.right-dichvu {
	width: 20%;
}

.title-dichvu {
	padding-left: 20px;
	border-left: solid #ffcf36;
	text-align: left;
	margin-bottom: 1rem
}

.title-dichvu1 {
	font-size: 70px;
	color: #111011;
	text-transform: uppercase;
	font-family: 'utm-nokia';
	opacity: 0.4;
	text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.title-dichvu2 {
	font-size: 48px;
	font-family: 'UTMFacebook';
	text-transform: uppercase;
	background-image: linear-gradient(0deg, #e58100 0%, #ffd700 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: -7%;
}

.doantrich-dichvu {
	font-size: 22px;
	font-family: 'saira-r';
	color: #fff;
	text-transform: uppercase;
}

.box-dichvu {
	position: relative;
}

.name-dichvu {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: url("../images/box-shadow.png")no-repeat;
	/* Black see-through */
	background-size: 100%;
	width: 100%;
	transition: .5s ease;
	opacity: 1;
	color: white;
	font-size: 22px;
	padding: 20px;
	text-align: left;
	margin: auto;
}

.detail-dichvu {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

ul.title-dichvu-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.title-dichvu-list li {
	padding: 10px 0
}

ul.title-dichvu-list li a {
	background-image: linear-gradient(0deg, #e58100 0%, #ffd700 100%);
	padding: 10px 10px;
	width: 235px;
	font-family: 'saira-m';
	color: #000 !important;
	font-size: 20px;
	text-transform: uppercase;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 4% 100%, 0 65%);
	display: block;
}

.title-dichvu-list li.active a,
.title-dichvu-list li a:hover {
	transition: all ease 0.2s;
	background-image: linear-gradient(0deg, #fd3701 0%, #d9390d 100%);
}

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

ul.xemtatca li {
	padding: 10px 0
}

ul.xemtatca li a {
	background-image: linear-gradient(0deg, #e58100 0%, #ffd700 100%);
	padding: 10px 10px;
	width: 235px;
	font-family: 'saira-m';
	color: #000 !important;
	font-size: 20px;
	text-transform: uppercase;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 4% 100%, 0 65%);
	display: block;
}

.xemtatca li a:hover {
	transition: all ease 0.2s;
	background-image: linear-gradient(0deg, #fd3701 0%, #d9390d 100%);
}

.dichvu {
	float: left;
	width: 32%;
	margin: 0 2% 2% 0;
}

.dichvu:nth-child(3n+1) {
	clear: both;
}

.dichvu:nth-child(3n) {
	margin-right: 0px;
}

.dichvu:nth-child(3) .pic-dichvu {
	position: absolute;
	top: -335px;
	right: 0;
}

.edit-dichvu {
	padding-top: 35px;
}

.dichvu:nth-child(3) .name-dichvu {
	bottom: -163px;
}

.group-dichvu {
	position: relative;
}

.dichvu-list {
	position: absolute;
	top: 42%;
	margin-left: 10px;
}

.form-dichvu {
	padding-top: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
}

.form-dichvu>div:nth-child(1) {
	width: 30%;
}

.form-dichvu>div:nth-child(2) {
	width: 70%;
	padding-top: 17px;
}

.text-form-dv {
	text-transform: uppercase;
	font-size: 22px;
	color: #fff;
	margin-right: 35px;
}

.dangky-dichvu {
	padding-top: 5px;
}

.bg-gymfitness {
	background: url("../images/bg-gymfitness.png")no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 0;
	position: relative;
}

.detail-gymfitness {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.detail-gymfitness>div:nth-child(1) {
	width: 65%;
}

.detail-gymfitness>div:nth-child(2) {
	width: 30%;
}

.info-gymfitness {
	text-align: center;
}

.name-gymfitness {
	font-size: 50px;
	color: #111011;
	text-transform: uppercase;
	font-family: 'utm-nokia';
	opacity: 0.4;
	text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.name-gymfitness1 {
	font-family: 'UTMFacebook';
	font-size: 48px;
	text-transform: uppercase;
	background-image: linear-gradient(0deg, #fd3701 0%, #d9390d 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	margin-top: -13%;
}

.desc-gymfitness {
	font-size: 15px;
	font-family: 'opensans-l';
	color: #fff;
}

a.img-gymfitness.scale-img.hover_xam {
	filter: grayscale(100%);
}

.pic-gymfitness {
	position: relative;
}

.name-gym a {
	left: 15%;
	position: absolute;
	bottom: 10px;
	background: rgb(53 50 50 / 30%);
	font-family: 'saira-m';
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	clip-path: polygon(94% 0, 100% 26%, 100% 65%, 100% 100%, 6% 100%, 0 75%, 0 0);

	background: rgb(0 0 0 / 68%);
	width: 75%;
	transition: .5s ease;
	opacity: 1;
	padding: 14px;
	/* text-align: center; */
	margin: auto;
}

.pic-gymfitness:hover a.img-gymfitness.scale-img.hover_xam {
	filter: none;
}

.pic-gymfitness:hover .name-gym a {
	background-image: linear-gradient(0deg, #ff6d01 0%, #fb0000 100%);
}

.btn-gym {
	text-align: center;
	margin-top: 2rem;
}

.btn-gym a {
	display: inline-block;
	background: #cc1717;
	padding: 10px 35px;
	font-family: 'saira-m';
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	clip-path: polygon(94% 0, 100% 26%, 100% 65%, 100% 100%, 6% 100%, 0 75%, 0 0);
	background-image: linear-gradient(0deg, #ff6d01 0%, #fb0000 100%);
}

.btn-gym a:hover {
	background: #f00;
}

.bg-muaythai {
	padding: 50px 0;
	background: url("../images/muaythai.png")no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.group-muaythai {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	width: 65%;
	margin: auto;
}

.about-muaythai {
	display: block;
	overflow: hidden;
	position: relative;
}

.about-muaythai>div {
	padding-left: 20px;
	border-left: solid 5px #fd3701;
}

.title-muaythai {
	font-size: 50px;
	color: #000;
	text-transform: uppercase;
	font-family: 'utm-nokia';
	opacity: 0.3;
	text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.title-muaythai1 {
	font-family: 'UTMFacebook';
	font-size: 45px;
	text-transform: uppercase;
	background: linear-gradient(to top, rgb(250 2 2) 0%, rgb(228 102 6) 50%, rgb(248 136 51 / 82%) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	margin-top: -4%;
}

.doantrich-muaythai {
	font-size: 22px;
	font-family: 'saira-r';
	color: #fff;
	text-transform: uppercase;
}

.pic-muaythai {
	position: relative;
}

.name-muaythai a:hover {
	color: #fff;
}

.name-muaythai a {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(250, 84, 2);
	background: linear-gradient(to top, rgb(250 24 2) 0%, rgba(228, 101, 4, 1) 50%, rgb(248 136 51 / 29%) 100%);
	background-size: 100%;
	width: 100%;
	transition: .5s ease;
	opacity: 1;
	color: white;
	font-size: 24px;
	font-family: 'saira-extrab';
	font-style: italic;
	padding: 20px;
	text-align: center;
	margin: auto;
}

.hover-text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fa55028b;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
}

.pic-muaythai:hover .hover-text {
	height: 100%;
}

.name-muaythai1 {
	color: #000;
	font-size: 35px;
	font-family: 'saira-extrab';
	font-style: italic;
	opacity: 0.3;
	text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.bg-hoivien {
	background: url("../images/bg-form.png")no-repeat;
	background-size: cover;
	padding: 50px 0;
}

.logo-hoivien>div:nth-child(1) {
	width: 25%;
}

.form-hoivien>div:nth-child(2) {
	width: 70%;
}

input#email-newsletter {
	background: url("../images/input2.png")no-repeat;
	background-size: 100% 100%;
	padding-left: 40px;
	box-shadow: none;
	color: #fff;
	padding-right: 40px;
}

input#fullname-newsletter {
	background: url("../images/input1.png")no-repeat;
	background-size: 100% 100%;
	box-shadow: none;
	color: #fff;
	padding-right: 40px;
}

input#phone-newsletter {
	background: url("../images/input2.png")no-repeat;
	background-size: 100% 100%;
	padding-left: 40px;
	box-shadow: none;
	color: #fff;
	padding-right: 40px;
}

textarea#content-newsletter {
	background: url("../images/input3.png")no-repeat;
	background-size: 100% 100%;
	padding-right: 85px;
}

.group-hoivien {
	padding-left: 20px;
	border-left: solid 5px #000;
}

.title-hoivien {
	font-size: 50px;
	color: #000;
	text-transform: uppercase;
	font-family: 'utm-nokia';
	opacity: 0.3;
	text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.title-hoivien1 {
	font-family: 'UTMFacebook';
	font-size: 45px;
	text-transform: uppercase;
	color: #000;
	position: relative;
	margin-top: -2%;
}

.doantrich-hoivien {
	font-size: 22px;
	font-family: 'saira-r';
	color: #fff;
	text-transform: uppercase;
}

.newsletter-inputtt input#email-newsletter {
	background: url("../images/input5.png")no-repeat;
	background-size: 100% 100%;
	padding-left: 40px;
	box-shadow: none;
	height: 50px;
	color: #000;
	padding-right: 40px;
}

.newsletter-inputtt input#fullname-newsletter {
	background: url("../images/input4.png")no-repeat;
	background-size: 100% 100%;
	height: 45px;
	box-shadow: none;
	color: #000;
	padding-right: 40px;
	padding-left: 15px;
}

.newsletter-inputtt input#phone-newsletter {
	background: url("../images/input5.png")no-repeat;
	background-size: 100% 100%;
	height: 50px;
	padding-left: 40px;
	box-shadow: none;
	color: #000;
	padding-right: 40px;
	padding-left: 40px;
}

.newsletter-textareaa textarea#content-newsletter {
	background: url("../images/input6.png")no-repeat;
	background-size: 100% 100%;
	height: 100px;
	box-shadow: none;
	padding-right: 85px;
	padding-left: 15px;
	color: #000;
}

.newsletter-buttonn input {
	color: #fff !important;
	border: none;
	outline: none;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'RobotoBold';
	padding: 30px 99px;
	/* background: #bf894f !important; */
	/* background: none !important; */
	/* opacity: 1; */
	border-radius: 0;
	border-radius: 0px;
	box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.37);
	background: #000;
	clip-path: polygon(38% 0%, 100% 0%, 62% 100%, 0% 100%);
	margin-left: -75px;
	margin-top: 5px;
}

.newsletter-inputtt input::placeholder {
	font-size: 14px;
	color: #000;
	font-family: 'RobotoRegular';
}

.newsletter-textareaa {
	margin-bottom: 3%;
	position: relative;
	display: flex;
	justify-content: center;
}

.newsletter-textareaa textarea {
	background: none;
	width: 735px;
	height: 90px;
	border: none;
	border-radius: 0px;
	color: #000;
}

.newsletter-inputtt {
	margin-bottom: 3%;
	position: relative;
	/* display: flex; */
	/* justify-content: center; */
}

.newsletter-inputtt input {
	height: 50px;
	width: 295px;
	background: none;
	border: none;
	border-radius: 0px;
	color: #000;
}

.newsletter-textareaa textarea::placeholder {
	font-size: 14px;
	color: #000;
	font-family: 'RobotoRegular';
}

.newsletter-inputtt .invalid-feedback {
	color: #000;
	padding-left: 50px;
}

.bg-sanphamnb {
	background: url("../images/bg-gioithieu.png")no-repeat;
	background-size: cover;
	padding: 50px 0;
}

.baosp {
	position: relative;
}

.group-sanphamnb {
	padding-left: 20px;
	border-left: solid 5px #fd3701;
}

.title-sanphamnb {
	font-size: 50px;
	color: #000;
	text-transform: uppercase;
	font-family: 'utm-nokia';
	opacity: 0.3;
	text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.title-sanphamnb1 {
	font-family: 'UTMFacebook';
	font-size: 45px;
	background: linear-gradient(to top, rgb(250 2 2) 0%, rgb(228 102 6) 50%, rgb(248 136 51 / 82%) 100%);
	text-transform: uppercase;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	margin-top: -10%;
}

.all-tieude {
	color: #fff;
	font-family: 'saira-l';
	font-size: 18px;
}

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

.control-sanpham 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;
	background: none;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	margin: 0px;
	border-radius: 3px;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

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

.control-sanpham button.owl-prev {
	right: 75px;
	top: -50px;
}

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

h3.name-sanphamnb.text-split {
	-webkit-line-clamp: 2;
}

.name-sanphamnb {
	font-size: 15px;
	color: #fff;
	text-transform: capitalize;
}

.name-sanphamnb a:hover {
	background: linear-gradient(to top, rgb(250 2 2) 0%, rgb(228 102 6) 50%, rgb(248 136 51 / 82%) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.gia1 {
	color: #fff;
}


.bg-tintuc {
	background: url("../images/bg-tintuc.png")no-repeat;
	background-size: cover;
	padding: 50px 0;
}

.baotintuc {
	position: relative;
}

.group-tintuc {
	padding-left: 20px;
	border-left: solid 5px #fd3701;
}

.title-tintuc {
	font-size: 50px;
	color: #000;
	text-transform: uppercase;
	font-family: 'utm-nokia';
	opacity: 0.3;
	text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.title-tintuc1 {
	font-family: 'UTMFacebook';
	font-size: 45px;
	background: linear-gradient(to top, rgb(250 2 2) 0%, rgb(228 102 6) 50%, rgb(248 136 51 / 82%) 100%);
	text-transform: uppercase;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	margin-top: -7%;
}

.all-tieude {
	color: #fff;
	font-family: 'saira-l';
	font-size: 18px;
	margin-top: 7%;
}

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

.control-tintuc 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;
	background: none;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	margin: 0px;
	border-radius: 3px;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

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

.control-tintuc button.owl-prev {
	right: 75px;
	top: -50px;
}

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

h3.name-tintuc.text-split {
	-webkit-line-clamp: 2;
}

.name-tintuc {
	font-size: 15px;
	color: #fff;
	text-transform: capitalize;
}

.name-tintuc a:hover {
	background: linear-gradient(to top, rgb(250 2 2) 0%, rgb(228 102 6) 50%, rgb(248 136 51 / 82%) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}



.box-tintuc {
	padding: 10px;
	position: relative;
	text-align: left;
	color: #F7F7F7;
	font-size: 15px;
	line-height: 20px;
}


.box-tintuc .info-tintuc {
	position: relative;
	z-index: 9;
	width: 80%;
	background: #272727;
	border-radius: 5px;
	padding: 15px;
	margin-top: -70px;
	transition: all 1s;
	clip-path: polygon(94% 0, 100% 14%, 100% 85%, 100% 100%, 6% 100%, 0 85%, 0 0);
}

.box-tintuc .img-tintuc {
	border: 1px solid rgb(255 171 55 / 0%);
}

.box-tintuc:hover .info-tintuc {
	width: 100%;
	background: #525252;
}

.box-tintuc:hover .img-tintuc {
	border: 1px solid #ffab37
}

.box-tintuc .name-tintuc {
	position: relative;
	margin: 10px 0px;
	margin-top: 30px;
	color: #fff;
	line-height: 20px;
	overflow: hidden;
}

.box-tintuc .desc-tintuc {
	font-family: 'saira-l';
	font-size: 15px;
	color: #fff;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}

.box-dichvu .ten h3 {
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	font-family: Montserrat_M;
}

.box-dichvu .ten h3:hover {
	color: #FFC600
}

.icon_sv {
	position: absolute;
	right: 0px;
	top: 0px;
	opacity: 0.3;
}

.logo-tintuc {
	position: absolute;
	right: 15px;
	top: 5px;
}

p.time-tintuc {
	font-size: 15px;
	font-family: 'opensans-l';
	color: #ea6604;
}

.xmen {
	font-size: 50px;
	color: #1b1b1b;
	text-transform: uppercase;
	font-family: 'utm-nokia';
	opacity: 0.1;
	text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
	text-align: center;
	position: relative;
	top: -20px;
}

.footer-name1 {
	font-size: 19px;
	font-family: 'saira-m';
	text-transform: uppercase;
}

.d-tintuc {
	float: left;
	width: 32%;
	margin: 0 2% 2% 0;
}

.d-tintuc:nth-child(3n+1) {
	clear: both;
}

.d-tintuc:nth-child(3n) {
	margin-right: 0px;
}

/* loadpage website */
#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	pointer-events: none;
}

#loader-wrapper #wrap {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	z-index: 999999;
}

#loader-wrapper.show1 #wrap {
	background: transparent
}

#loader-wrapper:after {
	-webkit-mask: url(../images/mask-01.png);
	mask: url(../images/mask-01.png);
	-webkit-mask-size: 2300% 100%;
	mask-size: 2300% 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 1);
	z-index: 99999;
}

#loader-wrapper.show1::after {
	-webkit-animation: MaskPlay 1s steps(22) forwards;
	animation: MaskPlay 1s steps(22) forwards;
}

#loader-wrapper.show1 #wrap {
	opacity: 0;
}

.loading-text ul {
	margin-top: 1.875rem
}

.loading-text ul li {
	-webkit-animation: anime 1.5s infinite linear;
	animation: anime 1.5s infinite linear;
	display: inline-block;
	font-family: var(--bs-font-monospace);
	font-size: 1.875rem;
	letter-spacing: 1px
}

.loading-text ul li:nth-child(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

.loading-text ul li:nth-child(2) {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}

.loading-text ul li:nth-child(3) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}

.loading-text ul li:nth-child(4) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.loading-text ul li:nth-child(5) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}

.loading-text ul li:nth-child(6) {
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}

.loading-text ul li:nth-child(7) {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

.loader {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	left: 0;
	padding-bottom: 3.125rem;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100001
}

/* name */
@-webkit-keyframes anime {
	0% {
		color: grey;
		letter-spacing: 1px;
		text-shadow: 1px 1px 0 #000;
		transform: translateY(0)
	}

	50% {
		color: #ffc107;
		letter-spacing: 5px;
		text-shadow: 5px 10px 1px #000;
		transform: translateY(-10px)
	}

	100% {
		color: grey;
		letter-spacing: 1px;
		text-shadow: 1px 1px 0 #000;
		transform: translateY(0)
	}
}

@keyframes anime {
	0% {
		color: grey;
		letter-spacing: 1px;
		text-shadow: 1px 1px 0 #000;
		transform: translateY(0)
	}

	50% {
		color: #ffc107;
		letter-spacing: 5px;
		text-shadow: 5px 10px 1px #000;
		transform: translateY(-10px)
	}

	100% {
		color: grey;
		letter-spacing: 1px;
		text-shadow: 1px 1px 0 #000;
		transform: translateY(0)
	}
}

/* end name*/
@-webkit-keyframes MaskPlay {
	from {
		-webkit-mask-position: 0 0;
		mask-position: 0 0
	}

	to {
		-webkit-mask-position: 100% 0;
		mask-position: 100% 0
	}
}

@keyframes MaskPlay {
	from {
		-webkit-mask-position: 0 0;
		mask-position: 0 0
	}

	to {
		-webkit-mask-position: 100% 0;
		mask-position: 100% 0
	}
}
.tiktok-embed{
	margin-top: 0 !important;
}