.click-dropdown {
	display: none;
}

@font-face {
	font-family: "san-fransico";
	src: url("../fonts/SF-Pro-Display-Medium.otf");
}

.text-main {
	color: #dc1226 !important;
}

body {
	background-color: #fff;
	font-size: 14px;
}

body,
body *:not(i) {
	font-family: Muli, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
}

a {
	text-decoration: none !important;
}

.font-main {
	font-family: "Montserrat", sans-serif;
}

.btn-rounded {
	border-radius: 30px;
}

.bg-main {
	background-color: #dc1226;
}

.btn-footer {
	background-color: #c70000;
	border-color: #c70000;
}

.btn-footer:hover {
	background-color: #e10000;
}

.no-radius {
	border-radius: 0 !important;
}

.hover-animation:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.hover-animation:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.hover-animation:hover:before {
	right: 50%;
	left: 50%;
	width: 0;
	background: rgba(255, 255, 255, 0.3);
}

.hover-animation:hover:after {
	height: 0;
	top: 50%;
	bottom: 50%;
	background: rgba(255, 255, 255, 0.3);
}

.hover-animation:hover img {
	/*width: 100%;*/
	height: auto;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.static {
	position: static !important;
}

.boxbreadcrumb {
	background-color: #eeeeee;
}

.boxbreadcrumb .breadcrumb {
	background-color: unset;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.5rem;
	content: "\e92f";
	font-family: "feather";
}

#searchForm,
#searchFormMobile {
	position: relative;
}

#searchForm input,
#searchFormMobile input {
	border: 2px solid #dc1226;
}

#searchForm .input-icon-addon,
#searchFormMobile .input-icon-addon {
	color: #dc1226;
}

#searchForm .timkiem,
#searchFormMobile .timkiem {
	position: absolute;
	z-index: 999;
}

#searchForm .timkiem .ketquatim,
#searchFormMobile .timkiem .ketquatim {
	background-color: #fff;
	border: 1px solid #eee;
	padding: 0;
	max-height: 400px;
	overflow-y: scroll;
}

#searchForm .timkiem .ketquatim .d-flex,
#searchFormMobile .timkiem .ketquatim .d-flex {
	margin-bottom: 5px;
}

#searchForm .timkiem .ketquatim .d-flex .image,
#searchFormMobile .timkiem .ketquatim .d-flex .image {
	border: 1px solid #eee;
	border-radius: 3px;
	margin-right: 5px;
	width: 30%;
}

#searchForm .timkiem .ketquatim .d-flex .info,
#searchFormMobile .timkiem .ketquatim .d-flex .info {
	width: 70%;
}

header .header-logo {
	position: relative;
}

header .header-logo .logo-link {
	display: block;
	margin-right: 15px;
	width: 130px;
	float: left;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	position: absolute;
	background-color: #fff;
	z-index: 999;
	top: -40px;
	left: 0;
	box-shadow: 1px 1px 3px #ddd;
	padding: 5px 15px;
}

header .header-logo .logo-link img {
	height: 95px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-first {
	background-color: #137cb6;
	position: relative;
	display: none;
}

.header-first .header-toggler {
	color: #fff;
	background: none;
	border: none;
}

.close-menu {
	background-color: #0b5c89;
	padding: 10px;
	display: none;
}

.close-menu #btn-close-menu {
	background: none;
	border: none;
	color: #fff;
}

.header-second {
	background-color: #137cb6;
}

.header-second #mainMenu {
	background-color: transparent;
	padding: 0;
}

.header-second #mainMenu > .container {
	padding: 0 !important;
}

.header-second #mainMenu [class*="col-lg-"] {
	line-height: 24px !important;
}

.header-second #mainMenu nav > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}

.header-second #mainMenu nav > ul > li {
	border: 0;
	transition: all 0.3s ease;
	position: static;
	margin-left: 0;
	transition: 0.3s;
	text-transform: uppercase;
	font-size: 18px;
	padding: 6px 0;
}

.header-second #mainMenu nav > ul > li:hover a:after {
	content: "";
	border-bottom: 2px solid white;
	position: absolute;
	left: 0;
	width: 50%;
	height: 1px;
	bottom: 0px;
	right: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	transition: 0.5s;
}

.header-second #mainMenu nav > ul > li.active a {
	background-color: #7e0a16 !important;
	color: #fff;
}

.header-second #mainMenu nav > ul > li .dropdown-menu {
	display: block;
	transition: all 0.3s ease;
	min-width: 230px;
	-webkit-transform: scale(0);
	transform: scale(0);
	top: 50px;
	border: none;
	background-color: #fff;
	left: auto;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 5px;
	box-shadow: 0px 0px 18px 0 rgba(0, 0, 0, 0.05);
}

.header-second #mainMenu nav > ul > li .dropdown-menu > li {
	background-color: #fff;
	padding: 0;
	border-bottom: 1px solid #f7f7f7;
}

.header-second #mainMenu nav > ul > li .dropdown-menu > li > a,
.header-second #mainMenu nav > ul > li .dropdown-menu > li > span,
.header-second
#mainMenu
nav
> ul
> li
.dropdown-menu
> li
[class*="col-"]
> ul
> li
> a {
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	padding: 12px 20px 12px 18px;
	display: block;
	transition: 0.3s ease;
}

.header-second #mainMenu nav > ul > li .dropdown-menu > li > a:focus,
.header-second #mainMenu nav > ul > li .dropdown-menu > li > a:hover,
.header-second #mainMenu nav > ul > li .dropdown-menu > li > a:active,
.header-second #mainMenu nav > ul > li .dropdown-menu > li > a.hover-active,
.header-second #mainMenu nav > ul > li .dropdown-menu > li > span:focus,
.header-second #mainMenu nav > ul > li .dropdown-menu > li > span:hover,
.header-second #mainMenu nav > ul > li .dropdown-menu > li > span:active,
.header-second #mainMenu nav > ul > li .dropdown-menu > li > span.hover-active,
.header-second
#mainMenu
nav
> ul
> li
.dropdown-menu
> li
[class*="col-"]
> ul
> li
> a:focus,
.header-second
#mainMenu
nav
> ul
> li
.dropdown-menu
> li
[class*="col-"]
> ul
> li
> a:hover,
.header-second
#mainMenu
nav
> ul
> li
.dropdown-menu
> li
[class*="col-"]
> ul
> li
> a:active,
.header-second
#mainMenu
nav
> ul
> li
.dropdown-menu
> li
[class*="col-"]
> ul
> li
> a.hover-active {
	background-color: #137cb6;
	color: #fff !important;
	cursor: pointer;
}

.header-second #mainMenu nav > ul > li .dropdown-menu > li > a a,
.header-second #mainMenu nav > ul > li .dropdown-menu > li > span a,
.header-second
#mainMenu
nav
> ul
> li
.dropdown-menu
> li
[class*="col-"]
> ul
> li
> a
a {
	color: #fff !important;
	text-decoration: none !important;
}

.header-second #mainMenu nav > ul > li .dropdown-menu > li > a > i,
.header-second #mainMenu nav > ul > li .dropdown-menu > li > span > i,
.header-second
#mainMenu
nav
> ul
> li
.dropdown-menu
> li
[class*="col-"]
> ul
> li
> a
> i {
	margin-left: -4px;
	margin-right: 6px;
	min-width: 14px;
}

.header-second #mainMenu nav > ul > li .dropdown-menu > li.current > a,
.header-second #mainMenu nav > ul > li .dropdown-menu > li.current > span,
.header-second #mainMenu nav > ul > li .dropdown-menu > li:hover > a,
.header-second #mainMenu nav > ul > li .dropdown-menu > li:hover > span,
.header-second #mainMenu nav > ul > li .dropdown-menu > li:focus > a,
.header-second #mainMenu nav > ul > li .dropdown-menu > li:focus > span,
.header-second #mainMenu nav > ul > li .dropdown-menu > li:active > a,
.header-second #mainMenu nav > ul > li .dropdown-menu > li:active > span {
	color: #fff !important;
	text-decoration: none;
}

.header-second #mainMenu nav > ul > li .dropdown-mega-menu {
	list-style: none;
	display: block;
	transition: all 0.3s ease;
	min-width: 100%;
	max-height: 550px;
	-webkit-transform: scale(0);
	transform: scale(0);
	top: 45px;
	border: none;
	background-color: #fff;
	left: calc(-80px + 0.75rem);
	right: 0.75rem;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 5px;
	box-shadow: 0px 0px 18px 0 rgba(0, 0, 0, 0.05);
	padding: 15px;
	position: absolute;
	top: 100%;
	z-index: 1000;
	float: left;
	overflow-y: scroll;
}

.header-second #mainMenu nav > ul > li .dropdown-submenu {
	position: relative;
}

.header-second #mainMenu nav > ul > li .dropdown-submenu:before {
	line-height: 40px;
	content: "\f105";
	font-family: fontawesome;
	font-size: 12px;
	opacity: 0.6;
	position: absolute;
	right: 18px;
	color: #fff;
	transition: 0.3s ease;
}

.header-second #mainMenu nav > ul > li .dropdown-submenu > .dropdown-menu {
	margin-left: -6px;
	left: 100%;
	top: -1px;
}

.header-second
#mainMenu
nav
> ul
> li
.dropdown-submenu
> .dropdown-menu.menu-invert {
	right: 100%;
	left: auto;
}

.header-second #mainMenu nav > ul > li .dropdown-submenu:hover:before {
	right: 14px;
}

.header-second #mainMenu nav > ul > li .dropdown-submenu:hover > ul {
	min-width: 230px;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.header-second #mainMenu nav > ul > li:hover > ul {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.header-second #mainMenu nav > ul > li:last-child {
	margin-right: 0;
}

.header-second #mainMenu nav > ul > li > a {
	display: block;
	position: relative;
	padding: 11px 9px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	color: white;
	text-transform: uppercase;
	transition: all 0.3s ease;
	line-height: normal;
}

.header-second #mainMenu nav > ul > li > a > i {
	margin-left: 2px;
	margin-right: 6px;
	min-width: 14px;
	font-size: 14px;
}

.header-second #mainMenu nav > ul > li > a:after,
.header-second #mainMenu nav > ul > li > a:before {
	transition: all 0.3s ease;
}

.header-second #mainMenu nav > ul > li.hover-active > a,
.header-second #mainMenu nav > ul > li.hover-active > span,
.header-second #mainMenu nav > ul > li.current > a,
.header-second #mainMenu nav > ul > li.current > span,
.header-second #mainMenu nav > ul > li:hover > a,
.header-second #mainMenu nav > ul > li:hover > span,
.header-second #mainMenu nav > ul > li:focus > a,
.header-second #mainMenu nav > ul > li:focus > span {
	text-decoration: none;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1500;
}

.social-icons ul {
	padding: 0;
}

.text-center.social-icons ul {
	display: inline-block;
}

.social-icons li {
	float: left;
	list-style: none;
}

.social-icons li a {
	float: left;
	height: 32px;
	width: 32px;
	line-height: 32px;
	font-size: 16px;
	text-align: center;
	margin: 0 4px 4px 0;
	border-radius: 4px;
	border: 0;
	background: transparent;
	color: #333;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-icons.social-icons-colored a,
.social-icons.social-icons-colored-hover a:hover {
	color: #fff;
	border: 0;
}

.social-icons.social-icons-colored .social-rss a,
.social-icons.social-icons-colored-hover .social-rss a:hover {
	background-color: #faa33d;
}

.social-icons.social-icons-colored .social-facebook a,
.social-icons.social-icons-colored-hover .social-facebook a:hover {
	background-color: #5d82d1;
}

.social-icons.social-icons-colored .social-twitter a,
.social-icons.social-icons-colored-hover .social-twitter a:hover {
	background-color: #40bff5;
}

.social-icons.social-icons-colored .social-vimeo a,
.social-icons.social-icons-colored-hover .social-vimeo a:hover {
	background-color: #35c6ea;
}

.social-icons.social-icons-colored .social-myspace a,
.social-icons.social-icons-colored-hover .social-myspace a:hover {
	background-color: #008dde;
}

.social-icons.social-icons-colored .social-youtube a,
.social-icons.social-icons-colored-hover .social-youtube a:hover {
	background-color: #ef4e41;
}

.social-icons.social-icons-colored .social-instagram a,
.social-icons.social-icons-colored-hover .social-instagram a:hover {
	background-color: #548bb6;
}

.social-icons.social-icons-colored .social-gplus a,
.social-icons.social-icons-colored-hover .social-gplus a:hover {
	background-color: #d68400;
}

.social-icons.social-icons-colored .social-stumbleupon a,
.social-icons.social-icons-colored-hover .social-stumbleupon a:hover {
	background-color: #ff5c30;
}

.social-icons.social-icons-colored .social-lastfm a,
.social-icons.social-icons-colored-hover .social-lastfm a:hover {
	background-color: #f34320;
}

.social-icons.social-icons-colored .social-pinterest a,
.social-icons.social-icons-colored-hover .social-pinterest a:hover {
	background-color: #e13138;
}

.social-icons.social-icons-colored .social-google a,
.social-icons.social-icons-colored-hover .social-google a:hover {
	background-color: #eb5e4c;
}

.social-icons.social-icons-colored .social-evernote a,
.social-icons.social-icons-colored-hover .social-evernote a:hover {
	background-color: #9acf4f;
}

.social-icons.social-icons-colored .social-dribbble a,
.social-icons.social-icons-colored-hover .social-dribbble a:hover {
	background-color: #f7659c;
}

.social-icons.social-icons-colored .social-skype a,
.social-icons.social-icons-colored-hover .social-skype a:hover {
	background-color: #13c1f3;
}

.social-icons.social-icons-colored .social-forrst a,
.social-icons.social-icons-colored-hover .social-forrst a:hover {
	background-color: #45ad76;
}

.social-icons.social-icons-colored .social-linkedin a,
.social-icons.social-icons-colored-hover .social-linkedin a:hover {
	background-color: #238cc8;
}

.social-icons.social-icons-colored .social-wordpress a,
.social-icons.social-icons-colored-hover .social-wordpress a:hover {
	background-color: #2592c3;
}

.social-icons.social-icons-colored .social-grooveshark a,
.social-icons.social-icons-colored-hover .social-grooveshark a:hover {
	background-color: #ffb21d;
}

.social-icons.social-icons-colored .social-delicious a,
.social-icons.social-icons-colored-hover .social-delicious a:hover {
	background-color: #377bda;
}

.social-icons.social-icons-colored .social-behance a,
.social-icons.social-icons-colored-hover .social-behance a:hover {
	background-color: #1879fd;
}

.social-icons.social-icons-colored .social-dropbox a,
.social-icons.social-icons-colored-hover .social-dropbox a:hover {
	background-color: #17a3eb;
}

.social-icons.social-icons-colored .social-soundcloud a,
.social-icons.social-icons-colored-hover .social-soundcloud a:hover {
	background-color: #ff7e30;
}

.social-icons.social-icons-colored .social-deviantart a,
.social-icons.social-icons-colored-hover .social-deviantart a:hover {
	background-color: #6a8a7b;
}

.social-icons.social-icons-colored .social-yahoo a,
.social-icons.social-icons-colored-hover .social-yahoo a:hover {
	background-color: #ab47ac;
}

.social-icons.social-icons-colored .social-flickr a,
.social-icons.social-icons-colored-hover .social-flickr a:hover {
	background-color: #ff48a3;
}

.social-icons.social-icons-colored .social-digg a,
.social-icons.social-icons-colored-hover .social-digg a:hover {
	background-color: #75788d;
}

.social-icons.social-icons-colored .social-blogger a,
.social-icons.social-icons-colored-hover .social-blogger a:hover {
	background-color: #ff9233;
}

.social-icons.social-icons-colored .social-tumblr a,
.social-icons.social-icons-colored-hover .social-tumblr a:hover {
	background-color: #426d9b;
}

.social-icons.social-icons-colored .social-quora a,
.social-icons.social-icons-colored-hover .social-quora a:hover {
	background-color: #ea3d23;
}

.social-icons.social-icons-colored .social-github a,
.social-icons.social-icons-colored-hover .social-github a:hover {
	background-color: #3f91cb;
}

.social-icons.social-icons-colored .social-amazon a,
.social-icons.social-icons-colored-hover .social-amazon a:hover {
	background-color: #ff8e2e;
}

.social-icons.social-icons-colored .social-xing a,
.social-icons.social-icons-colored-hover .social-xing a:hover {
	background-color: #1a8e8c;
}

.social-icons.social-icons-colored .social-wikipedia a,
.social-icons.social-icons-colored-hover .social-wikipedia a:hover {
	background-color: #b3b5b8;
}

.social-icons.social-icons-border li a {
	border: 1px solid #d7d7d7;
	background: transparent;
	color: #333;
}

.social-icons.social-icons-dark li a {
	background: #888;
	color: #fff;
}

.social-icons.social-icons-light li a {
	background: #fff;
	color: #333;
	border: 1px solid #eee;
}

.social-icons.social-icons-rounded li a {
	border-radius: 50%;
}

.social-icons.social-icons-medium li a {
	height: 42px;
	width: 42px;
	line-height: 42px;
	font-size: 18px;
}

.social-icons.social-icons-large li a {
	height: 48px;
	width: 48px;
	line-height: 48px;
	font-size: 18px;
}

.social-icons:not(.social-icons-colored):not(.social-icons-colored-hover)
li
a:hover {
	background-color: #eee;
}

.social-icons li:hover i {
	-webkit-animation: toTopFromBottom 0.3s forwards;
	-moz-animation: toTopFromBottom 0.3s forwards;
	animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
	49% {
		-webkit-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}

@-moz-keyframes toTopFromBottom {
	49% {
		-moz-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}

@keyframes toTopFromBottom {
	49% {
		transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}

#topbar {
	position: relative;
	z-index: 200;
	background-color: #dc1226;
}

#topbar .row {
	margin-left: 120px;
}

#topbar .top-menu {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	float: left;
}

#topbar .top-menu > li {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	color: #fff;
}

#topbar .top-menu > li > a {
	display: block;
	color: #fff;
	height: 30px;
	margin-right: 16px;
	text-decoration: none;
}

#topbar .top-links {
	position: relative;
}

#topbar .social-icons {
	float: right;
	height: 100%;
	overflow: hidden;
}

#topbar .social-icons li,
#topbar .social-icons li a {
	float: left;
	list-style: outside none none;
}

#topbar .social-icons li a {
	border-radius: 0px;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 35px;
	overflow: hidden;
	margin: 0;
	color: #fff;
}

div.footer {
	padding-top: 15px;
	background-color: #0089c9;
	border-top: none;
}

div.footer .sub-title {
	font-weight: bold;
	border-bottom-color: #ccc65f;
	color: white;
	margin-bottom: 10px;
	font-size: 18px;
}

div.footer i {
	color: #fff;
}

.boxMenuFooter {
	margin-top: 10px;
}

div.footer h5,
div.footer h6,
div.footer p,
div.footer li,
div.footer li > a {
	color: white !important;
}

div.footer h5 {
	text-transform: uppercase;
	color: #fff !important;
}

div.footer form input,
div.footer form textarea {
	border-color: #ddd;
	border-radius: 0;
	height: 40px;
}

div.footer form input::placeholder,
div.footer form textarea::placeholder {
	color: #555;
}

div.footer form .btn-send {
	background-color: #0162a7;
	border-color: #09609d;
	padding: 5px 25px;
	height: 40px;
	color: #fff;
	cursor: pointer;
}

div.footer form .btn-send:hover {
	background-color: #0b3f63;
}

#scrollUp {
	display: none;
	background-color: #0162a7;
	border-radius: 4px;
	position: fixed;
	bottom: 10%;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	right: 0px;
	text-align: center;
	width: 40px;
	z-index: 2147483647;
}

.website-name {
	font-size: 20px;
}

footer {
	background: #111 !important;
}

footer .copyright {
	color: #fff;
}

.tool {
	position: fixed;
	bottom: 20%;
	right: 0;
	width: 40px;
	text-align: center;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	z-index: 9;
	border-radius: 10px 0 0 10px;
	opacity: 1;
}

.tool ul {
	margin-bottom: 0;
}

.tool ul li {
	position: relative;
	z-index: 999;
}

.tool ul li:first-child a {
	border-top-left-radius: 10px;
}

.tool ul li:last-child a {
	border-bottom-left-radius: 10px;
}

.tool ul li a.hover {
	background-color: #0162a7;
	padding: 7px;
	display: block;
}

.tool ul li:hover .hover {
	background-color: #064d80;
}

.tool ul li:hover .show {
	right: 35px;
}

.tool ul li .show {
	position: absolute;
	top: 0;
	width: 200px;
	height: 35px;
	right: -200px;
	background-color: #064d80;
	transition: right 0.5s;
	line-height: 35px;
	z-index: -1;
}

.tool ul li .show a {
	display: block;
	color: #fff;
	font-weight: bold;
}

.idex-alo-phone {
	right: -119px;
	top: auto;
	bottom: 440px;
	zoom: 0.8;
}

.idex-alo-phone.idex-alo-green .idex-alo-ph-img-circle {
	background-color: #e9393b !important;
}

.idex-alo-phone.idex-alo-green .idex-alo-ph-circle {
	border-color: #e9393b !important;
	opacity: 0.5;
}

.idex-alo-phone.idex-alo-green .idex-alo-ph-circle-fill {
	background-color: #e9393b !important;
	opacity: 0.75 !important;
}

.idex-alo-phone.idex-alo-green.idex-alo-hover .idex-alo-ph-img-circle,
.idex-alo-phone.idex-alo-green:hover .idex-alo-ph-img-circle {
	background-color: #81d742 !important;
}

.idex-alo-phone.idex-alo-hover .idex-alo-ph-circle,
.idex-alo-phone:hover .idex-alo-ph-circle {
	border-color: #81d742 !important;
	opacity: 0.5;
}

.idex-alo-phone.idex-alo-green.idex-alo-hover .idex-alo-ph-circle-fill,
.idex-alo-phone.idex-alo-green:hover .idex-alo-ph-circle-fill {
	background-color: #81d742 !important;
	opacity: 0.75 !important;
}

.idex-alo-phone {
	position: fixed;
	visibility: hidden;
	background-color: transparent;
	width: 200px;
	cursor: pointer;
	z-index: 200 !important;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-transition: visibility 0.5s;
	-moz-transition: visibility 0.5s;
	-o-transition: visibility 0.5s;
	transition: visibility 0.5s;
	left: 5px;
	bottom: 0;
}

.idex-alo-phone.idex-alo-show {
	visibility: visible;
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

.idex-alo-phone.idex-alo-static {
	opacity: 0.6;
}

.idex-alo-phone.idex-alo-hover,
.idex-alo-phone:hover {
	opacity: 1;
}

.idex-alo-ph-circle {
	width: 160px;
	height: 160px;
	bottom: -50px;
	right: 44%;
	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);
	border: 2px solid #bfebfc 9;
	opacity: 0.1;
	-webkit-animation: idex-alo-circle-anim 1.2s infinite ease-in-out;
	-moz-animation: idex-alo-circle-anim 1.2s infinite ease-in-out;
	-ms-animation: idex-alo-circle-anim 1.2s infinite ease-in-out;
	-o-animation: idex-alo-circle-anim 1.2s infinite ease-in-out;
	animation: idex-alo-circle-anim 1.2s infinite ease-in-out;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.idex-alo-phone.idex-alo-active .idex-alo-ph-circle {
	-webkit-animation: idex-alo-circle-anim 1.1s infinite ease-in-out !important;
	-moz-animation: idex-alo-circle-anim 1.1s infinite ease-in-out !important;
	-ms-animation: idex-alo-circle-anim 1.1s infinite ease-in-out !important;
	-o-animation: idex-alo-circle-anim 1.1s infinite ease-in-out !important;
	animation: idex-alo-circle-anim 1.1s infinite ease-in-out !important;
}

.idex-alo-phone.idex-alo-static .idex-alo-ph-circle {
	-webkit-animation: idex-alo-circle-anim 2.2s infinite ease-in-out !important;
	-moz-animation: idex-alo-circle-anim 2.2s infinite ease-in-out !important;
	-ms-animation: idex-alo-circle-anim 2.2s infinite ease-in-out !important;
	-o-animation: idex-alo-circle-anim 2.2s infinite ease-in-out !important;
	animation: idex-alo-circle-anim 2.2s infinite ease-in-out !important;
}

.idex-alo-phone.idex-alo-hover .idex-alo-ph-circle,
.idex-alo-phone:hover .idex-alo-ph-circle {
	border-color: #00aff2;
	opacity: 0.5;
}

.idex-alo-phone.idex-alo-green.idex-alo-hover .idex-alo-ph-circle,
.idex-alo-phone.idex-alo-green:hover .idex-alo-ph-circle {
	border-color: #75eb50;
	border-color: #baf5a7 9;
	opacity: 0.5;
}

.idex-alo-phone.idex-alo-green .idex-alo-ph-circle {
	border-color: #00aff2;
	border-color: #bfebfc 9;
	opacity: 0.5;
}

.idex-alo-ph-circle-fill {
	width: 100px;
	height: 100px;
	bottom: -20px;
	right: 60%;
	position: absolute;
	background-color: #000;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: 0.1;
	-webkit-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-moz-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-ms-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-o-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.idex-alo-phone.idex-alo-active .idex-alo-ph-circle-fill {
	-webkit-animation: idex-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
	-moz-animation: idex-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
	-ms-animation: idex-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
	-o-animation: idex-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
	animation: idex-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
}

.idex-alo-phone.idex-alo-static .idex-alo-ph-circle-fill {
	-webkit-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
	-moz-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
	-ms-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
	-o-animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
	animation: idex-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
	opacity: 0 !important;
}

.idex-alo-phone.idex-alo-hover .idex-alo-ph-circle-fill,
.idex-alo-phone:hover .idex-alo-ph-circle-fill {
	background-color: rgba(0, 175, 242, 0.5);
	background-color: #00aff2 9;
	opacity: 0.75 !important;
}

.idex-alo-phone.idex-alo-green.idex-alo-hover .idex-alo-ph-circle-fill,
.idex-alo-phone.idex-alo-green:hover .idex-alo-ph-circle-fill {
	background-color: rgba(117, 235, 80, 0.5);
	background-color: #baf5a7 9;
	opacity: 0.75 !important;
}

.idex-alo-phone.idex-alo-green .idex-alo-ph-circle-fill {
	background-color: rgba(0, 175, 242, 0.5);
	background-color: #a6e3fa 9;
	opacity: 0.75 !important;
}

.idex-alo-ph-img-circle {
	z-index: 9;
	width: 60px;
	height: 60px;
	bottom: 0px;
	right: 70%;
	position: absolute;
	background: rgba(30, 30, 30, 0.1) url(../images/phone.png) no-repeat center center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: 0.7;
	-webkit-animation: idex-alo-circle-img-anim 1s infinite ease-in-out;
	-moz-animation: idex-alo-circle-img-anim 1s infinite ease-in-out;
	-ms-animation: idex-alo-circle-img-anim 1s infinite ease-in-out;
	-o-animation: idex-alo-circle-img-anim 1s infinite ease-in-out;
	animation: idex-alo-circle-img-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%;
}

.idex-alo-phone.idex-alo-active .idex-alo-ph-img-circle {
	-webkit-animation: idex-alo-circle-img-anim 1s infinite ease-in-out !important;
	-moz-animation: idex-alo-circle-img-anim 1s infinite ease-in-out !important;
	-ms-animation: idex-alo-circle-img-anim 1s infinite ease-in-out !important;
	-o-animation: idex-alo-circle-img-anim 1s infinite ease-in-out !important;
	animation: idex-alo-circle-img-anim 1s infinite ease-in-out !important;
}

.idex-alo-phone.idex-alo-static .idex-alo-ph-img-circle {
	-webkit-animation: idex-alo-circle-img-anim 0s infinite ease-in-out !important;
	-moz-animation: idex-alo-circle-img-anim 0s infinite ease-in-out !important;
	-ms-animation: idex-alo-circle-img-anim 0s infinite ease-in-out !important;
	-o-animation: idex-alo-circle-img-anim 0s infinite ease-in-out !important;
	animation: idex-alo-circle-img-anim 0s infinite ease-in-out !important;
}

.idex-alo-phone.idex-alo-hover .idex-alo-ph-img-circle,
.idex-alo-phone:hover .idex-alo-ph-img-circle {
	background-color: #00aff2;
}

.idex-alo-phone.idex-alo-green.idex-alo-hover .idex-alo-ph-img-circle,
.idex-alo-phone.idex-alo-green:hover .idex-alo-ph-img-circle {
	background-color: #75eb50;
	background-color: #75eb50;
}

.idex-alo-phone.idex-alo-green .idex-alo-ph-img-circle {
	background-color: #00aff2;
	background-color: #00aff2;
}

a.hotline-mb {
	display: none;
}

.phone {
	position: relative;
}

.phone-hotline {
	background: #9b2022;
	padding: 13px 30px 13px 70px;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 0px;
	border-radius: 100px;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.phone-hover {
	width: 260px;
	opacity: 0.9;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.phone-hotline a {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
}

.phone-hotline a:hover {
	color: #fff;
	text-decoration: none;
}

.section-grey {
	background-color: #f3f3f3;
}

.page-main {
	padding-top: 1rem;
}

.ngangon {
	height: 62px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.section-image {
	position: relative;
	background: url("../img/HinhMatTienBannerWeb.jpg") no-repeat fixed;
	background-size: cover;
}

.header-section {
	padding: 15px 0;
	margin-bottom: 10px;
}

.header-section h1 {
	margin: 0;
	text-align: center;
	font-size: 30px;
}

.header-section h2 {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}

.foot-section {
	padding: 15px 0;
	margin-top: 10px;
}

.foot-section .boxBtn {
	text-align: center;
	position: relative;
}

.foot-section .boxBtn a {
	border: 1px solid #bdc3c7;
	color: #919699;
	background: #fff;
	z-index: 2;
	position: relative;
}

.foot-section .boxBtn:after {
	background: none repeat scroll 0 0 #dddddd;
	content: "";
	display: block;
	height: 1px;
	margin-left: 30%;
	position: absolute;
	top: 18px;
	width: 40%;
	z-index: 1;
}

.foot-section .boxBtn:hover a {
	color: #333;
}

.header-detail {
	padding: 15px 0;
	margin-bottom: 10px;
	border-bottom: 2px solid #c70000;
}

.header-detail h3 {
	margin: 0;
	color: #000;
	text-align: left;
}

.list-vehical {
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: center;
}

.list-vehical li {
	margin: 3px;
	display: inline-block;
}

.list-vehical li a {
	display: block;
	padding: 3px 7px;
	background: #fff;
	border: 1px solid #999;
	border-radius: 5px;
	color: #999;
	text-transform: capitalize;
	font-size: 12px;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.list-vehical li a:hover {
	background: #dc1226;
	color: #fff;
}

.list-vehical li a.active {
	border: 1px solid #dc1226;
	background-color: #dc1226;
	color: #fff;
}

.list-module {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.list-module li {
	margin: 3px;
	display: inline-block;
}

.list-module li a {
	display: block;
	padding: 5px 15px;
	background: #fff;
	border: 1px solid #dc1226;
	border-radius: 30px;
	color: #dc1226;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: bold;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.list-module li a:hover {
	background: #dc1226;
	color: #fff;
}

.list-module li a.active {
	background-color: #dc1226;
	color: #fff;
}

.product-item {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.product-item:hover {
	-webkit-box-shadow: 1px 1px 5px #999;
	-moz-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
}

.product-item .border-effect {
	position: absolute;
	bottom: 0;
	left: -2px;
	width: 100%;
	height: 5px;
}

.product-item .border-effect .border {
	display: block;
	background-color: #dc1226;
	width: 0;
	height: 5px;
	-webkit-transition: width 0.6s ease-in-out;
	-moz-transition: width 0.6s ease-in-out;
	-ms-transition: width 0.6s ease-in-out;
	-o-transition: width 0.6s ease-in-out;
	transition: width 0.6s ease-in-out;
}

.product-item .badge {
	border-radius: 50%;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	height: 42px;
	right: -10px;
	line-height: 36px;
	position: absolute;
	text-align: center;
	top: -10px;
	width: 42px;
	z-index: 5;
	background-color: #c70000;
}

.product-item .product-image {
	width: 100%;
	position: relative;
	overflow: hidden;
	border: 1px solid #eee;
}

.product-item .product-image img {
	width: 100%;
	height: auto;
}

.product-item .product-image .boxOverInfo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	padding: 10px;
	background: rgba(0, 0, 0, 0.5);
	pointer-events: none;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity: 0;
	visibility: hidden;
}

.product-item .product-image .contentIn > *:before {
	color: white;
}

.product-item .product-image .boxOverInfo * {
	color: white;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	margin-bottom: 0px;
	font-size: 12px !important;
}

.product-item .product-image .boxOverInfo p {
	display: flex;
}

.product-item:hover .product-image .boxOverInfo {
	opacity: 1;
	visibility: initial;
}

.product-item .product-image:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.product-item .product-image img {
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.product-item .product-description {
	width: 100%;
	padding: 15px 20px;
	background-color: #f6f6f6;
}

.product-item .product-description .lineinfo {
	font-family: "Muli", sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}

.product-item .product-description .product-title {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	font-family: "Cabin Condensed", sans-serif;
	font-weight: bold;
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.product-item .product-description .product-title:hover {
	color: #174e83;
}

.product-item .product-description .price {
	margin-bottom: 0;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	color: #0162a7;
}

.product-item .product-description .read-more {
	float: right;
}

.table-thongso p {
	margin: 0;
}

.blog-item {
	display: flex;
	flex-direction: column;
	border: 1px solid #eee;
	background: #fff;
	margin-bottom: 15px;
	position: relative;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.blog-item:hover {
	-webkit-box-shadow: 1px 1px 5px #999;
	-moz-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
}

.blog-item .blog-image {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.blog-item .blog-description {
	width: 100%;
	padding: 15px;
}

.blog-item .blog-description .blog-title {
	display: block;
	height: 40px;
	margin: 0;
	overflow: hidden;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4;
	text-transform: uppercase;
	color: #000;
}

.blog-item .blog-description .blog-title:hover {
	color: #0162a7;
}

.blog-item .blog-description .ngangon {
	text-align: justify;
	color: #777;
}

.blog-item .blog-description .date {
	color: #999;
	height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.lmore {
	display: none;
}

.guest-item {
	display: flex;
	flex-direction: column;
	border: 1px solid #eee;
	margin-bottom: 15px;
	position: relative;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.guest-item:hover {
	-webkit-box-shadow: 1px 1px 5px #999;
	-moz-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
}

.guest-item .guest-image {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.guest-item .guest-image:hover .ngangon {
	bottom: 0;
}

.guest-item .guest-image .ngangon {
	position: absolute;
	bottom: -50px;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	height: 50px;
	font-weight: bold;
	padding: 0 15px;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.guest-item .guest-title {
	height: 43px;
	margin: 0;
	border-left: 4px solid #dc1226;
	padding-left: 10px;
	margin: 5px 0;
	overflow: hidden;
}

.guest-item .guest-title strong {
	color: #000;
	font-weight: bold;
}

.guest-item .guest-title strong:hover {
	color: #dc1226;
}

.limit {
	height: 80px;
	overflow: hidden;
}

.portfolio-item {
	position: relative;
	margin-bottom: 15px;
}

.portfolio-item .portfolio-image {
	position: relative;
	width: 100%;
	height: 150px;
	line-height: 150px;
	background: #eee;
	overflow: hidden;
}

.portfolio-item .portfolio-image:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.portfolio-item .portfolio-image a {
	display: block;
	height: 100%;
}

.portfolio-item .portfolio-image img {
	width: 100%;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.portfolio-item .portfolio-description {
	position: absolute;
	left: 0;
	top: 35%;
	text-align: center;
	width: 100%;
}

.portfolio-item .portfolio-description a {
	display: block;
	background: #dc1226;
	width: 60px;
	height: 40px;
	padding: 10px;
	margin: 0 auto;
	border-radius: 10px;
	color: #fff;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.portfolio-item .portfolio-description a:hover {
	background: #c70000;
	color: #fff;
}

.single-post .title {
	font-size: 30px;
}

.single-post .des {
	font-size: 16px;
	padding: 10px;
	border-left: 3px solid #1e69b2;
	background: #fafafa;
	font-weight: 400;
	line-height: 1.4;
}

.img-preview {
	border: 1px solid #eee;
	border-radius: 5px;
}

.img-preview img {
	width: 100%;
	cursor: zoom-in;
}

.img-nav {
	margin-top: 15px;
}

.img-nav img {
	width: 100%;
	cursor: pointer;
}

.list-product .list-title {
	border-bottom: 2px solid #dc1226;
	margin-bottom: 15px;
}

.list-product .list-title h4 {
	text-transform: uppercase;
}

.product p {
	margin: 0;
}

.product .title {
	color: #222;
	font-size: 22px;
}

.product .price {
	color: #dc1226;
	font-size: 20px;
	font-weight: bold;
}

.product .old-price {
	color: #c70000;
	font-size: 22px;
	text-decoration-line: line-through;
	margin-left: 5px;
}

.product .discount {
	color: #a1cc56;
	font-size: 20px;
}

.owl-theme .owl-nav {
	position: absolute;
	top: -70px;
	right: 0;
}

.left-module .tag {
	margin: 0.1rem;
}

.mega-product {
	margin-bottom: 15px;
}

.mega-product .mega-product-image {
	position: relative;
	width: 100%;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
}

.mega-product .mega-product-image img {
	width: 100%;
}

.mega-product .mega-product-description {
	padding: 15px 0;
}

.mega-product .mega-product-description .title {
	margin: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	color: #424242;
	font-family: Arial;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: bold;
}

.mega-product .mega-product-description ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.mega-product .mega-product-description ul li {
	color: #666;
	text-transform: capitalize;
	font-size: 13px;
	line-height: 18px;
	white-space: nowrap;
}

.mega-product .mega-product-description ul li:before {
	content: "\f0a9";
	font-family: fontawesome;
	margin-right: 5px;
}

.scrollspy {
	background-color: #f3f3f3;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #dddddd;
}

.scrollspy .scrollspy-menu {
	display: flex;
	list-style: none;
	padding: 0;
	justify-content: center;
	margin: 0;
	width: 100%;
}

.scrollspy .scrollspy-menu li {
	width: 100%;
}

.scrollspy .scrollspy-menu li .icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	margin: 0;
}

.scrollspy .scrollspy-menu li .icon img {
	margin: 0 auto;
}

.other-product {
	display: flex;
	padding: 15px 0;
}

.other-product .other-image {
	width: 55%;
}

.other-product .other-image img {
	width: 100%;
}

.other-product .other-info {
	width: 45%;
	display: flex;
	align-items: center;
}

.other-product .other-info p,
.other-product .other-info h5 {
	margin: 0;
	font-size: 13px;
}

.other-product .other-info a {
	color: #000;
}

.other-product .other-info a:hover {
	color: #dc1226;
}

.other-product .other-info .other-name {
	border-left: 4px solid #dc1226;
	padding-left: 5px;
}

.product-detail .header {
	border-bottom: 1px solid;
	width: 70%;
}

.product-detail .header h4 {
	color: #c70000;
	margin: 0;
}

.product-detail .detail {
	padding: 5px 0;
}

.product-detail .detail .price sup {
	font-size: 14px;
	margin-left: 5px;
}

.product-detail .description ul {
	padding-left: 15px;
}

.product-detail .img .color-name {
	border-bottom: 2px solid #000;
	width: 100%;
	text-align: right;
	font-weight: bold;
	margin-bottom: 15px;
}

.product-detail .btn-compair {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}

.product-detail .btn-compair:hover {
	background-color: #000;
	color: #fff;
}

.product-detail .btn-compair:focus {
	background-color: #000;
	color: #fff;
}

.product-detail .pick-color {
	list-style: none;
}

.product-detail .pick-color li {
	display: inline-block;
	border: 3px solid #fff;
}

.product-detail .pick-color li.active {
	border: 3px solid #c70000;
}

.product-detail .pick-color li a {
	display: block;
}

.product-detail .pick-color li a .color {
	width: 50px;
	height: 50px;
}

.product-detail .pick-color li a .color.bac {
	background-color: #eee;
}

.product-detail .pick-color li a .color.den {
	background-color: #000;
}

.product-detail .pick-color li a .color.nau {
	background-color: brown;
}

.product-detail .pick-color li a .color.trang {
	background-color: #fff;
	border: 3px solid #000;
}

.product-detail .pick-color li a .color.xam {
	background-color: #999;
}

.see-more {
	margin-bottom: 2.5em;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	position: relative;
	display: inline-block;
	margin-top: 3.5em;
}

.see-more:hover span {
	background: #dc1226;
	color: #fff;
}

.see-more:before {
	left: 0;
	background: -webkit-gradient(
			linear,
			right top,
			left top,
			from(#ccc),
			color-stop(#ccc),
			to(#fff)
	);
	background: -webkit-linear-gradient(right, #ccc, #ccc, #fff);
	background: -o-linear-gradient(right, #ccc, #ccc, #fff);
	background: linear-gradient(to left, #ccc, #ccc, #fff);
}

.see-more span {
	position: absolute;
	left: 50%;
	margin-left: -50px;
	min-width: 100px;
	background-repeat: no-repeat;
	background-position: 95% center;
	background-color: #fff;
	border-radius: 25px;
	top: 50%;
	font-weight: bold;
	padding: 5px 15px;
	padding-left: 15px;
	text-align: center;
	margin-top: -18px;
	z-index: 2;
	cursor: pointer;
	border: 1px solid #c70000;
	color: #c70000;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.contact-module {
	text-align: center;
}

.contact-module-header > h3 {
	color: #111;
}

.contact-module-header .btn-contact-module {
	display: inline-block;
	background: #0095ff;
	border-radius: 0.5rem;
	padding: 10px 15px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0.5rem;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.contact-module-header .btn-contact-module:hover {
	background: #33aaff;
}

.contact-module-header .group-box {
	max-width: 300px;
	margin: 0 auto;
	margin-bottom: 1rem;
}

.contact-module-header .group-box .input-group .input-group-text {
	border-radius: 0;
	border-right: none;
	background: #fff;
}

.contact-module-header .group-box .input-group .input-group-text .fa {
	font-size: 24px;
}

.contact-module-header .group-box .input-group input {
	border-radius: 0;
	border-left: none;
}

.contact-module-header .group-box .input-group button {
	border-radius: 0;
	background: #0095ff;
	color: #fff;
}

.contact-module-header .group-box .input-group button:hover {
	background-color: #1aa0ff;
}

.contact-module-header .call-box .btn-call {
	background: #f16d6a;
	color: #fff;
	padding: 10px 30px;
	display: flex;
	border-radius: 0.5rem;
	max-width: 200px;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-bottom: 0.5rem;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.contact-module-header .call-box .btn-call:hover {
	background: #f38481;
}

.contact-module-header .call-box .btn-call .fa {
	font-size: 30px;
	margin-right: 5px;
}

.contact-module-header .call-box p {
	font-size: 12px;
}

.contact-module-body .modal-content {
	border: none;
	background: transparent;
	margin-top: 130px;
}

.contact-module-body .modal-body {
	position: relative;
	padding: 70px 30px;
	border-radius: 1.5rem;
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#2af598),
			to(#009efd)
	);
	background-image: -webkit-linear-gradient(top, #2af598 0%, #009efd 100%);
	background-image: -o-linear-gradient(top, #2af598 0%, #009efd 100%);
	background-image: linear-gradient(180deg, #2af598 0%, #009efd 100%);
}

.contact-module-body .modal-body .btn-close-module {
	position: absolute;
	right: -11px;
	top: -11px;
	background: #fff;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: none;
	box-shadow: 2px 2px 8px #ddd;
	cursor: pointer;
}

.contact-module-body .modal-body .btn-close-module:focus,
.contact-module-body .modal-body .btn-close-module:hover {
	outline: none !important;
}

.contact-module-body .modal-body .form-contact-module > h3 {
	color: #fff;
	font-size: 1.75rem;
	margin-bottom: 2rem;
}

.contact-module-body .modal-body .form-contact-module .form-module-control {
	background: #fff;
	border: none;
	padding: 10px 15px;
	border-radius: 1.5rem;
	-webkit-box-shadow: 0px 3px 15px #666;
	box-shadow: 0px 3px 15px #666;
}

.contact-module-body
.modal-body
.form-contact-module
.form-module-control:focus,
.contact-module-body
.modal-body
.form-contact-module
.form-module-control:hover {
	outline: none !important;
}

.contact-module-body .modal-body .form-contact-module .btn-module-send {
	background: #ef5350;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	padding: 5px 40px;
	border-radius: 1.5rem;
	border: none;
	cursor: pointer;
	-webkit-box-shadow: 0px 3px 15px #666;
	box-shadow: 0px 3px 15px #666;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.contact-module-body .modal-body .form-contact-module .btn-module-send:hover {
	background: #f3817f;
}

/*# sourceMappingURL=main.css.map */

.wrap-header {
	background-image: url("../../../../public/upload/images/website/watermark.jpg");
	height: 180px;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-size: 100% 100%;
}

@keyframes elementor-animation-bob {
	0% {
		transform: translateY(-8px);
	}
	50% {
		transform: translateY(-4px);
	}
	100% {
		transform: translateY(-8px);
	}
}

@keyframes elementor-animation-bob-float {
	100% {
		transform: translateY(-8px);
	}
}

.elementor-animation-bob:active,
.elementor-animation-bob:focus,
.elementor-animation-bob:hover {
	animation-name: elementor-animation-bob-float, elementor-animation-bob;
	animation-duration: 0.3s, 1.5s;
	animation-delay: 0s, 0.3s;
	animation-timing-function: ease-out, ease-in-out;
	animation-iteration-count: 1, infinite;
	animation-fill-mode: forwards;
	animation-direction: normal, alternate;
}

.sectionColFull {
	margin-right: 0.75rem;
	margin-left: 0.75rem;
}

.blog-hori {
	padding: 0px;
}

.blog-item-hori {
	height: 180px;
}

.blog-item-hori .blog-image {
	float: left;
	width: 50%;
	height: 100%;
	position: relative;
}

.blog-item-hori .blog-image img {
	height: 100%;
}

.blog-item-hori .blog-description {
	padding: 5px 5px 5px 10px;
	float: left;
	width: 45%;
}

.blog-item-hori .blog-description .blog-title {
	color: #003867;
	font-weight: bold;
}

.blog-item-hori .blog-description .ngangon {
	color: #333;
}

.item-quanlity .title {
	font-size: 18px;
	font-weight: 900;
	line-height: 3em;
	color: #474749;
	letter-spacing: 1px;
}

.item-quanlity .title i {
	background-color: #57a8d6;
	width: 32px;
	height: 32px;
	color: white;
	border-radius: 100%;
	padding: 6px 5px 5px 7px;
	text-align: center;
}

.item-quanlity .title i.fa-star {
	padding: 5px 5px 5px 6px;
}

.item-quanlity .des {
	font-size: 16px;
	color: #818d99;
}

.item-quanlity .subtitle {
	color: #d6b34a;
	font-size: 20px;
}

.breLine {
	margin: 0px;
}

. product-detail .nameProduct {
	font-family: "Muli", sans-serif;
}

.borderGray {
	border: solid 1px #dddddd;
}

.colMer {
	padding: 0px;
}

.tourAttr {
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: solid 1px #dddddd;
}

.tourAttr ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-family: "Muli", sans-serif;
}

.tourAttr ul li {
	margin-bottom: 5px;
}

.tourAttr ul li .at {
	width: 180px;
	float: left;
	font-weight: bold;
	color: #818285;
}

.tourDes {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

.tourDes .title {
	color: #0162a7;
	font-weight: bold;
	font-size: 16px;
}

.tourDes ul {
	padding-left: 20px;
}

.tourPrice {
	background: #f5f4ef;
	padding: 15px 20px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.product-detail .detail .price {
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	color: #0162a7;
	margin-right: 10px;
}

.cart-button {
	height: 45px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	background: #0162a7;
	border: none;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.cart-button:hover {
	background: #2f8dd0;
}

.tourdate li a {
	background: #ffffff;
	font-weight: bold;
	background: #ffffff;
	padding: 2px 10px;
	border-radius: 15px;
	display: block;
	padding-left: 40px;
	position: relative;
	border: solid 2px #dddddd;
	-webkit-transition: initial;
	-o-transition: initial;
	transition: initial;
	color: #818285;
	text-align: center;
}

.tourdate li a:before {
	width: 30px;
	height: 30px;
	content: "";
	position: absolute;
	left: -2px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	border: solid 2px #dddddd;
	border-radius: 100%;
	background: #ffffff;
}

.tourdate li a:after {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 7px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #ffffff;
}

.tabTour .nav-link {
	color: black;
}

.tabTour li.nav-item {
	padding: 0px;
}

.tourdate li.active a {
	border-color: #0162a7;
	background: #ffffff;
}

.tourdate li.active a:before {
	background: #137cb6;
	border-color: #137cb6;
}

.tourdate li.active a:after {
	background: #137cb6;
	border-color: #f36f21;
}

.tabTour {
	background-color: #f3f3f3;
	margin: 10px 0px 0px 0px;
}

.tabTour li a.nav-link {
	padding: 7px 15px;
}

.tabTour li a.nav-link.active {
	background-color: #818285;
	color: white !important;
}

.view {
	background-color: #4267b2;
	margin-right: 5px;
	border-radius: 3px;
	padding: 2px 2px 2px 4px;
	color: white;
}

.boxSerDetail {
	position: sticky;
	position: -webkit-sticky;
	top: 45px;
}

.titleLeft {
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
	border-bottom: solid 2px #818285;
}

.boxSerDetail .content p {
	margin-bottom: 5px;
	text-align: left !important;
}

.boxSerDetail .content i {
	color: #0162a7;
}

.sectionIntroduce {
	background-color: #fbfcfd;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

.boxMenuFooter .content {
	color: white;
}

.listmenu-footer li {
	border-bottom: 1px dotted white;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.tool ul li a i {
	color: white;
	font-size: 18px;
}

.tourCateInfo .info h2 {
	color: white !important;
}

.tourCateInfo .title h1 {
	border-bottom: dashed 1px white !important;
}

.tourCateInfo .content {
	background-color: unset !important;
}

.tourCateInfo .title h1 {
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: dashed 1px rgba(0, 0, 0, 0.15);
}

.tourCateInfo .info h2 {
	text-align: justify;
	color: #555555;
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
}

.hiddenwidth {
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	display: block;
}

.bgSection {
	background-position: center center;
	background-size: cover;
	padding: 80px 80px 80px 80px;
	background-attachment: fixed;
	position: relative;
}

.bgSection:before {
	content: "";
	background-color: rgba(122, 122, 122, 0.92);
	opacity: 0.7;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.bgSection .content {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: rgba(0, 65, 163, 0.35);
	color: white;
	padding: 15px;
}

.bg-footer {
	padding: 40px 0 30px;
}

.bg-footer {
	background-image: url("../../../../public/upload/images/website/bg_footer.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	color: #fff;
}

.comment .info-top .name {
	padding-top: 6px;
}

.bg-footer .title-cate {
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 1;
	font-size: 24px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 10px;
}

.comment .content-bot {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	padding: 50px 20px 40px;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 22px;
	position: relative;
}

.comment .info-top {
	margin-bottom: 10px;
}

.comment .content-bot:before {
	content: "";
	position: absolute;
	left: 95px;
	top: -26px;
	border: 13px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
}

.bg-footer:before {
	z-index: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(63, 63, 63, 0.7);
	background: linear-gradient(
			to bottom,
			rgba(63, 63, 63, 0.7) 0%,
			rgba(49, 97, 175, 0.7) 100%
	);
}

.comment .info-top .img {
	float: left;
	width: 80px;
	height: 80px;
	border: 5px solid rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-clip: content-box;
	margin-right: 10px;
}

.owl-carousel .owl-dots {
	margin-top: 15px;
	text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
	width: 14px;
	height: 14px;
	background: #adadad;
	display: inline-block;
	margin: 0 6px;
	border-radius: 90%;
}

.owl-carousel .owl-dots .owl-dot.active {
	background: #0162a7;
}

.lstSocial a {
	margin-right: 4px;
	font-size: 14px;
	background-color: #ffffff;
	padding: 0.5em;
	border-radius: 10%;
	cursor: pointer;
	text-align: center;
	width: 32px;
	height: 32px;
}

.tourDetail {
	padding-top: 10px;
	text-align: justify;
}

.section-gray {
	background-color: #f5f5f5;
}

.section-gray .product-description {
	background-color: white;
}

.bgFooter .watermark img {
	width: 100%;
}

.blogvideo {
	display: flex;
	overflow: hidden;
	max-height: 108px;
	margin-top: 15px;
	cursor: pointer;
}

.blogvideo:hover {
	background-color: #626262;
}

.blogvideo:first-child {
	margin-top: 0px;
}

.blogvideo .blog-img {
	float: left;
	width: 50%;
}

.bgVideo #fullVideo {
	height: 100%;
}

.blogvideo .blog-title {
	color: white;
	height: 78.4px;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: bold;
}

.bgVideo {
	background-color: #303030;
	padding: 15px;
}

.cursor {
	cursor: pointer;
}

.wrap-header .logoleft img,
.wrap-header .logoright img {
	width: 100px;
	opacity: 0.8;
}

.wrap-header .logoleft {
	float: left;
	margin-left: 20px;
}

.wrap-header .logoright {
	float: right;
	margin-right: 20px;
}

#bg-overlay {
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
}

.boxCategory .boxItem1 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.item-map {
	cursor: pointer;
}

.item-map .img {
	position: relative;
}

.item-map .img:after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-color: white;
	opacity: 0.7;
	z-index: 0;
}

.item-map:hover .img:after {
	display: none;
}

.item-map:hover .boxBtn span {
	background-color: #0162a7;
	color: white;
}

.item-map .boxBtn {
	color: black;
}

.contentIn > *:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #0162a7;
	margin-right: 5px;
}

.contentEx > *:before {
	content: "\f00d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #0162a7;
	margin-right: 5px;
}

.satisfaction {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 76px;
}

.categorySlider a:not(:last-child) {
	margin-bottom: 10px;
}

.categorySlider a {
	display: block;
	position: relative;
}

.categorySlider a .title {
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px;
	text-align: center;
}

.categorySlider {
	position: relative;
}

.categorySlider .swiper-button-prev {
	position: absolute;
	width: 200px;
	top: 0px;
	height: 100%;
	left: 0px;
}

.categorySlider .swiper-button-next {
	position: absolute;
	width: 200px;
	top: 0px;
	height: 100%;
	right: 0px;
}

.categorySlider .item a:after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	z-index: 0;
	opacity: 0;
	transition: opacity 0.25s ease-in-out;
}

.categorySlider .item a:hover:after {
	opacity: 0.3;
}

.categorySlider .item img {
	width: 100%;
}

.categorySlider .item.style1 {
	width: 284px;
}

.categorySlider .item.style1 a:nth-child(1) img {
	height: 483px;
}

.categorySlider .item.style1 a:nth-child(2) img {
	height: 189px;
}

.categorySlider .item.style2 {
	width: 189px;
}

.categorySlider .item.style2 a:nth-child(1) img {
	height: 284px;
}

.categorySlider .item.style2 a:nth-child(2) img,
.categorySlider .item.style2 a:nth-child(3) img {
	height: 189px;
}

.categorySlider .item.style3 {
	width: 284px;
}

.categorySlider .item.style3 a:nth-child(1) img {
	height: 284px;
}

.categorySlider .item.style3 a:nth-child(2) img,
.categorySlider .item.style3 a:nth-child(3) img {
	height: 189px;
}

.categorySlider .item.style4 {
	width: 189px;
}

.categorySlider .item.style4 a:nth-child(1) img,
.categorySlider .item.style4 a:nth-child(2) img {
	height: 189px;
}

.categorySlider .item.style4 a:nth-child(3) img {
	height: 284px;
}

.sectionBookTour {
	background-color: #1a2b49;
	padding: 10px 20px 20px 20px;
}

.sectionBookTour .title {
	font-weight: 500;
	color: #fff !important;
	font-size: 20px;
	line-height: 3.2rem;
}

.boxChoosePeople {
	position: relative;
}

.boxChoosePeople #viewPart {
	background-color: white;
}

.boxChoosePeople .choose {
	border-radius: 0 0 2px 2px;
	position: absolute;
	width: 100%;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.25);
	background-color: white;
	padding: 15px;
	z-index: 1;
	display: none;
}

.boxChoosePeople .choose input {
	line-height: 2.4rem;
	text-align: center;
	padding: 0;
	background: #fff;
	font-size: 16px;
	border-color: #c6c8d0;
	border-radius: 2px;
	vertical-align: middle;
	margin: 0;
	height: 40px;
	border: 2px solid #c6c8d0;
	opacity: 1;
	outline: none;
	background-color: #fff;
	transition: border 0.16s ease-out;
	-webkit-appearance: none;
}

.inputIcon {
	position: relative;
}

.inputIcon i {
	position: absolute;
	width: 50px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	text-align: center;
}

.inputIcon input {
	padding: 15px 15px 15px 50px;
}

.resultCheck {
	position: relative;
	margin: 32px 0 0 0;
	max-width: 100%;
	border: 1px solid #c6c8d0;
	padding: 15px;
	background-color: white;
	border-radius: 5px;
}

.resultCheck .price {
	font-size: 18px;
	font-weight: 700;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	color: #295A9F;
	justify-content: space-between;
	font-weight: 700;
	width: 100%;
}

.loading {
	position: fixed;
	background-color: rgba(175, 180, 189, 0.15);
	width: 100%;
	height: 100%;
	z-index: 10000;
	top: 0px;
	left: 0px;
	display: none;
}

.loading .boxloading {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	background: #f9f9f9;
	text-align: center;
	border-radius: 5px;
	width: 100px;
	margin: auto;
	position: absolute;
	top: 0px;
	bottom: 0px;
	height: 25px;
	left: 0px;
	right: 0px;
}

.load .loading-bar {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 1px;
	background-color: #00bcd4;
	animation: loading-bar-animation 0.9s ease-in-out infinite;
	/* -webkit-animation: loading-bar-animation .9s ease-in-out infinite; */
}

.load .loading-bar:nth-child(2) {
	animation-delay: 0.13s;
	/* -webkit-animation-delay: .13s; */
}

.load .loading-bar:nth-child(3) {
	animation-delay: 0.26s;
	/* -webkit-animation-delay: .13s; */
}

.load .loading-bar:nth-child(4) {
	animation-delay: 0.39s;
	/* -webkit-animation-delay: .13s; */
}

@-webkit-keyframes loading-bar-animation {
	0%,
	50% {
		-webkit-transform: scale(1);
	}
	25% {
		-webkit-transform: scale(1, 2.2);
	}
}

.boxProCart .row {
	border-bottom: 1px solid #e8e9ec;
}

.boxProCart .product-name {
	width: 80%;
}

.boxProCart .totalprice {
	width: 20%;
	text-align: right;
}

.req {
	color: red;
}

a.cart .badge {
	background-color: #ffffff;
	position: absolute;
	color: #0162a7;
	top: 0;
	right: 0;
}

.bx-wrapper .bx-next {
	right: 45px;
}

.pageactive .page-link {
	background-color: #0162a7;
	color: white;
}

#_no-clickjacking-1 {
	bottom: 85px !important;
}

#stickyContact {
	display: none;
}

@media screen and (max-width: 768px) {
	.footer {
		padding-bottom: 50px !important;
	}

	#stickyContact {
		position: fixed;
		display: none;
		bottom: 0;
		width: 100%;
		left: 0;
		z-index: 9999999999;
		background-color: #fff;
		border-top: 1px solid #d9d9d9;
	}

	#stickyContact ul {
		list-style-type: none;
		padding-left: 0;
		margin-bottom: 0;
		display: flex;
		align-items: center;
	}

	#stickyContact ul li a {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		padding: 10px 5px;
	}

	#stickyContact ul li a img {
		max-height: 1.2rem;
	}

	#stickyContact ul li a span {
		margin-top: 0.5rem;
		font-size: 0.7rem;
	}

	#stickyContact ul li.stickyPhone a {
		color: #9b0930;
	}

	#stickyContact ul li.stickyZalo a {
		color: #008fe5;
	}

	#stickyContact ul li.stickyFacebook a {
		color: #3b5998;
	}

	#stickyContact ul li.stickyWhatsapp a {
		color: #0dc144;
	}

	#stickyContact ul li {
		width: calc(100% / 3);
	}

	.foot-section .btn {
		white-space: unset;
	}
}

.categorySlider .swiper-button-next,
.categorySlider .swiper-button-prev {
	display: none;
}

.popup-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.45);
	z-index: -1;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
}

.popup-modal .popup-modal__content {
	position: relative;
}

.popup-modal .popup-modal__content .btn-remove-popup {
	position: absolute;
	top: -13px;
	right: -13px;
}

.popup-modal .popup-modal__content img {
	max-height: 96vh;
	max-width: 96vw;
}

.popup-modal.show {
	z-index: 9999999;
	opacity: 1;
}

.product-detail .detail .price.price-discount {
	font-size: 1.25em;
	color: #656565;
	font-weight: 400;
	text-decoration: line-through;
}

.resultCheck .price.price-discount {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.resultCheck .price.price-discount > span {
	text-decoration: line-through;
	color: #a6a6a6;
}

.resultCheck .text-danger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.resultCheck .text-danger > span {
	color: #000;
}

.boxProCart .product-name {
	width: 70%;
}

.boxProCart .totalprice {
	width: 30%;
}

.promotion-inner {
	background: var(--white);
	border-radius: 6px;
}

.promotion-inner .header-section {
	padding: 15px;
	border-bottom: 1px solid #e9e9e9;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.promotion-inner .header-section h1 {
	font-size: 30px;
	color: #0162a7;
}

.promotion-inner .header-section .btn {
	background: #0162a7;
	color: #fff;
	transition: .3s all ease-in-out;
}

.promotion-inner .header-section .btn:hover {
	background: #2f8dd0;
	color: #fff;
}

.promotion-inner .promotion-body .swiper-container {
	padding: 0 15px;
}

.promotion-inner .promotion-body {
	position: relative;
}

.promotion-inner .promotion-body [class*=swiper-button] {
	height: 38px;
	width: 38px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #232323;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .12);
	transition: .3s all ease;
}

.promotion-inner .promotion-body .swiper-button-prev {
	left: -17px;
}

.promotion-inner .promotion-body .swiper-button-next {
	right: -17px;
}

.promotion-inner .promotion-body [class*=swiper-button]:hover {
	transform: scale(1.25) translateY(-50%);
}

.promotion-inner .promotion-body [class*=swiper-button].swiper-button-disabled {
	display: none;
}

@media screen and (max-width: 991px) {
	.promotion-inner .header-section h1 {
		margin-bottom: 0;
		font-size: 1.6em;
	}

	.promotion-inner .promotion-body [class*=swiper-button] {
		display: none;
	}
}

.price-flexbox {
	margin-top: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
}


.price-flexbox .price-current {
	font-size: 19px;
	color: #e80D0d;
	font-weight: bold;
	margin-bottom: 0;
}

.price-flexbox .price-old {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 0;
}

.price-flexbox .price-old .price-linethrough {
	color: #a9a9a9;
	font-size: 15px;
	font-weight: 400;
	text-decoration: line-through;
	position: relative;
	top: 2px;
}

.price-flexbox .price-old .price-badge {
	padding: 2px 8px;
	border-radius: 100px;
	background: #DC2626;
	color: #fff;
	font-size: 11px;
	font-weight: 400
}

.detailprice-flexbox {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 5px;
	margin-bottom: 1rem;
}

.detailprice-flexbox .price-current {
	display: flex;
	align-items: center;
	gap: 15px;
}

.detailprice-flexbox .price-current .price-value {
	color: #E80D0D;
	font-size: 24px;
	font-weight: 700;
}

.detailprice-flexbox .price-current .price-badge {
	padding: 2px 10px;
	border-radius: 100px;
	background: #DC2626;
	color: #fff;
	font-size: 12px;
	font-weight: 400
}

.detailprice-flexbox .price-old {
	color: #a9a9a9;
	font-size: 18px;
	font-weight: 400;
	text-decoration: line-through;
}

@media screen and (max-width: 1199px) {
	.price-flexbox .price-current {
		font-size: 18px;
	}

	.price-flexbox .price-old {
		position: relative;
		top: 1px;
	}

	.price-flexbox .price-old .price-linethrough {
		font-size: 15px;
	}

	.price-flexbox .price-old .price-badge {
		padding: 1px 10px;
	}

	.tourPrice {
		padding: 10px;
	}

	.detailprice-flexbox .price-current {
		display: block;
	}

	.detailprice-flexbox .price-current .price-value {
		font-size: 19px;
	}

	.detailprice-flexbox .price-current .price-badge {
		margin-left: 8px;
		position: relative;
		top: -1px;
	}

	.detailprice-flexbox .price-old {
		font-size: 15px;
	}
}

.price-surcharge {
	display: inline-flex;
	padding: 5px 15px;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	background: #EFEFEF;
	color: #000;
	font-size: 12px;
}

.box-discount {
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding-bottom: 8px;
}

.box-discount .total-price {
	color: #333;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
}

.box-discount .total-price.total-price_linethrough > span {
	color: #A6A6A6;
	text-decoration: line-through;
}

.box-discount .total-price_danger {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
	color: #E80D0D;
}

.box-discount .total-price_danger > span {
	color: #333;
}

.box-discount .total-price_surcharge {
	margin-bottom: 0;
	max-width: max-content;
	display: inline-flex;
	padding: 5px 15px;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	background: #EFEFEF;
	color: #000;
	font-size: 12px;
}

.product-item .product-image .boxOverInfo {
	padding: 8px;
	z-index: 2;
}

.product-item .product-image .boxOverInfo p {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.product-item .product-image .boxOverInfo * {
	font-size: 14px !important;
}

.product-item .product-image .boxOverInfo *:before {
	font-size: 14px !important;
}

@media screen and (max-width: 768px) {
	.bgSection,
	.bgSection .content {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.product-item .product-badge {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 40px;
	z-index: 1;
}


.detailProduct-badge {
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	height: 60px;
	z-index: 1;
}

.section-form,
#ADESearchResultClient {
	--primary-color: #0162a7;
	--primary-hover: #064d80;
	position: relative;
}


.ADEButton {
	background: var(--primary-color) !important;
	font-weight: 700;
}

.ADEButton:hover, .ADEButton:active {
	color: #ffffff;
	background: var(--primary-hover) !important;
}

#ADESearchForm .ADETab > li {
	background: var(--primary-color);
}

#ADESearchForm .ADETab > li.ADETabLiActive a {
	color: var(--primary-color);
}

#ADESearchResultClient {
	padding-bottom: 30px;
}

#ADESearchResultClient .detailsheader,
#ADESearchResultClient .detailsbody,
#ADESearchResultClient .customdetailsbody {
	max-width: 1200px !important;
	margin: 18px auto 0;
}

#ADESearchResultClient .detailsheader .ADEBody {
	border: 1px solid rgba(217, 217, 217, 0.6);
	border-radius: 6px;
	-webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
	background: #ffffff;
}


#ADESearchResultClient .detailsheader .ADEBody .ADEHeader .ADEItinerary label {
	color: #121212;
}

.ADEBody .ADEHeader .ADEItinerary input[type=radio] {
	accent-color: var(--primary-color) !important;
	transform: translateY(-1px);
}

.ADEBody .ADEHeader .ADEItinerary input[type=radio]:checked + label,
#ADEISR.ADEBody .ADEHeader .ADEItinerary input[type=radio]:checked + label {
	color: var(--primary-color) !important;
}

#ADESearchResultClient .detailsbody {
	gap: 10px !important;
}

#ADEResult .flightdays .ADEResultTitle {
	background: var(--primary-color);
	border-radius: 6px 6px 0 0;
}

#ADEResult .flightdays > ul {
	border-radius: 0 0 6px 6px;
}

.ADEDateActive, .ADEDateInactive:hover {
	border-bottom-color: var(--primary-color);
	color: var(--primary-color);
}

.ticketprice .ticketpricenumber,
.modaldetailsbox .detailsboxheader,
.ADESegmentInfo > div:first-child > div:nth-child(2) > p,
#ADEResultSelected .ADEResultSelectedBox .ADETotalSelected > span > span,
.ADEChangeFlightDesktop,
.customdetailsbody .ticket-details.ADEPriceSummary .ADEPassengerPriceLabel#lblTotalPrice,
.successbooking .bookingdetails > tbody > tr:last-child > td > span {
	color: var(--primary-color) !important;
}

.customdetailsbody .ticket-details.ADEPriceSummary .ADEPassengerPriceLabel#lblTotalPrice {
	font-weight: 700;
}

.modaldetailsbox .detailsboxheader {
	border-color: var(--primary-color) !important;
}

.flightinfobox,
.customdetailsbody .customerboxheader,
.successbooking .ticket-details-bookingsuccess-header,
.successbooking .booking-route-header {
	background-color: var(--primary-color) !important;
}

.ADEResultOptions .ADEBox .ADEBoxBody input[type=radio],
.ADEResultOptions .ADEBox .ADEBoxBody input[type=checkbox] {
	transform: translateY(1px);
}

.ADEResultOptions .ADEBox .ADEBoxBody label {
	margin-left: 5px;
}

.ade-dot-flashing {
	background-color: var(--primary-color) !important;
}

.ade-dot-flashing::before {
	background-color: var(--primary-color) !important;
}

.ade-dot-flashing::after {
	background-color: var(--primary-color) !important;
}

@keyframes dot-flashing {
	0% {
		opacity: .4;
	}

	50%, 100% {
		opacity: .75;
	}
}

.ADEDetailsButton {
	color: var(--primary-color) !important;
}


@media screen and (max-width: 768px) {
	#ADESearchFormClient {
		position: static;
		top: unset;
		left: unset;
		transform: unset;
	}

	.ADEMobileModal {
		z-index: 99999999999999 !important;
	}

	.mobile-details-footer {
		z-index: 2555550 !important;
	}

	.ADEDateActive {
		background: var(--primary-color) !important;
	}

	.flightinfobox,
	.customdetailsbody .customerboxheader {
		color: #fff !important;
	}

	.customdetailsbody .customerboxbody {
		padding: 16px !important;
	}

	.mobile-filter-button {
		bottom: 75px !important;
	}

	body .crisp-client .cc-1brb6[data-full-view=true] .cc-1yy0g .cc-1m2mf {
		bottom: 80px !important;
	}

	#stickyContact {
		z-index: 20;
	}
}

@media screen and (min-width: 769px) {
	#ADESearchForm {
		padding: 15px;
		border-radius: 10px;
		background-color: rgb(23 89 126 / 73%);
	}
}
