@charset "UTF-8";
h1 {
	font-size: 1.4rem;
	font-weight: 400
}

h2 {
	font-size: 1.3rem;
	font-weight: 400
}

h3 {
	font-size: 1.3rem;
	font-weight: 400
}

h4 {
	font-size: 1.2rem;
	font-weight: 400
}

@font-face {
	font-family: Roboto;
	src: url(../fonts/Roboto-Regular.eot);
	src: url(../fonts/Roboto-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Regular.woff2) format("woff2"), url(../fonts/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto-Regular.ttf) format("truetype"), url(../fonts/Roboto-Regular.svg#Roboto-Regular) format("svg")
}

@font-face {
	font-family: 'UTM HelvetIns';
	src: url(../fonts/UTMHelvetIns.eot);
	src: url(../fonts/UTMHelvetIns.eot?#iefix) format("embedded-opentype"), url(../fonts/UTMHelvetIns.woff2) format("woff2"), url(../fonts/UTMHelvetIns.woff) format("woff"), url(../fonts/UTMHelvetIns.ttf) format("truetype"), url(../fonts/UTMHelvetIns.svg#UTMHelvetIns) format("svg");
	font-weight: 400;
	font-style: normal
}

body {
	font-size: 13px;
	font-family: Roboto
}

@media screen and (max-width:768px) {
	body {
		font-size: 13px
	}
}

body:not(.home) footer .language {
	display: none
}

@media (min-width:1200px) {
	.container {
		max-width: 1220px
	}
}

.fa-picture-o {
	font-size: 3rem;
	color: #ddd
}

.item-hover:hover {
	border: 1px solid #192754
}

.no-border {
	border-color: transparent
}

.bg-gray {
	background-color: #ebebeb
}

.bg-gray-light {
	background-color: #f5f5f5
}

.bg-blue {
	background-color: #374f99
}

.bg-red {
	background-color: #e73918!important
}

.btn-red {
	background-color: #e73918!important
}

.text-red {
	color: #e73918!important
}

.text-price {
	color: #054a73!important
}

.box-price {
	font-size: 17px
}

.img-zoom {
	overflow: hidden
}

.img-zoom img {
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s
}

.img-zoom:hover img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15)
}

.img-zoom-in {
	overflow: hidden
}

.img-zoom-in img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15)
}

.fp-completely .img-zoom-in img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: 2.5s;
	-moz-transition-duration: 2.5s;
	-ms-transition-duration: 2.5s;
	-o-transition-duration: 2.5s;
	transition-duration: 2.5s
}

.border-radius-circle {
	border-radius: 2rem
}

.box-shadow {
	box-shadow: 0 2px 3px #ccc;
	padding: 8px
}

.line-block {
	background-color: #192754;
	height: 1px;
	display: inline-block;
	width: 80px
}

#mask {
	background: rgba(24, 38, 84, .8);
	float: left;
	position: absolute;
	z-index: 1999;
	top: 0;
	left: -100%;
	width: 100%;
	height: 1000vh;
	-webkit-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s
}

.body-transparent #mask {
	left: 0;
	-webkit-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s
}

.body-transparent .fixed-top {
	position: inherit
}

.right-0 {
	right: 0
}

.fb_iframe_widget iframe {
	width: 100%!important
}

.fixed-top {
	top: 40px!important;
	width: 100%
}

.header .navbar-light .navbar-nav .nav-link {
	font-weight: 400;
	color: #000
}

.header .navbar-light .navbar-nav .active>.nav-link,
.header .navbar-light .navbar-nav .nav-link.active,
.header .navbar-light .navbar-nav .nav-link.show,
.header .navbar-light .navbar-nav .show>.nav-link {
	color: #192754
}

.header .navbar-light .navbar-nav .nav-link:focus,
.header .navbar-light .navbar-nav .nav-link:hover {
	color: #192754
}

.header .banner-top-right {
	height: 48px
}

.header .banner-top-right p {
	top: 15px;
	left: 0;
	text-align: center;
	width: 100%
}

.header .logo img {
	height: 70px;
	width: auto;
	filter: drop-shadow(3px 4px 3px #222);
	-webkit-filter: drop-shadow(3px 4px 3px #222);
	-moz-filter: drop-shadow(3px 4px 3px #222);
	-ms-filter: drop-shadow(3px 4px 3px #222);
	-o-filter: drop-shadow(3px 4px 3px #222)
}

@media screen and (max-width:768px) {
	.header .logo {
		padding: 0
	}
	.header .logo img {
		height: 40px;
		width: auto
	}
	.header .navbar .btn-link {
		font-size: 1.25rem;
		color: rgba(0, 0, 0, .5);
		padding: 0
	}
	.header .navbar .small {
		font-size: .8rem
	}
}

.slider-nav:hover .nav-cate {
	display: block
}

.slider-nav .cate-title {
	background-color: #192754;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	margin: 0;
	font-size: 16px;
	position: relative;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

.slider-nav .nav-cate {
	clear: both;
	border: 1px solid #e6e6e6;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: absolute;
	display: none;
	width: 90%;
	background: #fff;
	z-index: 2
}

.slider-nav .nav-cate .menu-cate {
	width: 100%;
	background: #fff;
	overflow: visible;
	border-top: none
}

.slider-nav .nav-cate .menu-cate .menu-item {
	display: block;
	overflow: visible;
	cursor: pointer;
	position: relative;
	border-bottom: 1px dashed #ddd
}

.slider-nav .nav-cate .menu-cate .menu-item:last-child {
	border-bottom: none
}

.slider-nav .nav-cate .menu-cate .menu-item:hover .menu-cate.collapse {
	display: flex
}

.slider-nav .nav-cate .menu-cate .menu-item h3 {
	font-size: 16px;
	color: #555
}

.slider-nav .nav-cate .menu-cate .menu-item h3 a:hover .menu-cate.collapse {
	display: block
}

.slider-nav .nav-cate .menu-cate .menu-item .menu-cate {
	position: absolute;
	top: 0;
	left: 100%;
	display: none
}

.slider-nav .nav-cate .menu-cate .menu-item .menu-cate .menu-item {
	white-space: nowrap;
	background: #fff;
	padding: 4px 0;
	border-bottom: none
}

.slider-nav .nav-cate .menu-cate .menu-item .menu-cate .menu-item a {
	font-size: 16px;
	font-weight: 500
}

.slider-nav .nav-cate .menu-cate .menu-item .menu-cate .menu-item .fa {
	display: none
}

.slider-nav .nav-cate .menu-cate .menu-item .menu-cate .menu-item .menu-cate {
	position: static;
	display: block;
	float: left
}

.slider-nav .nav-cate .menu-cate .menu-item .menu-cate .menu-item .menu-cate .menu-item a {
	font-size: 1rem;
	font-weight: 400;
	padding: 0
}

#hotline_header #hotline_phone {
	font-size: 22px;
	margin-top: -2px;
	line-height: 24px;
	font-weight: 600;
	color: #192754
}

#hotline_header #hotline_txt {
	font-size: 12px
}

.frm-search-header button {
	top: 0;
	right: 8px;
	z-index: 3
}

.frm-search-header button .fa {
	color: rgba(0, 0, 0, .5)
}

.frm-search-header #category-id {
	border-radius: 4px 0 0 4px
}

.frm-search-header .input-group input {
	padding-right: 45px
}

.navbar-nav .nav-item {
	float: left
}

@media screen and (min-width:1200px) {
	.navbar-nav .nav-item .nav-link {
		margin-right: .5rem;
		margin-left: .5rem
	}
}

@media screen and (max-width:1200px) {
	.navbar-nav .nav-item .nav-link {
		padding-right: 15px;
		padding-left: 15px;
		font-size: 1rem
	}
}

.nav-menu {
	transition: top .2s ease-in-out
}

@media (min-width:576px) and (max-width:991px) {
	.nav-menu .container {
		max-width: 100%
	}
}

.nav-menu.fixed-top {
	background: #fff;
	border-bottom: 1px solid #999;
	transition: top .2s ease-in-out;
	z-index: 2
}

.nav-menu.fixed-top.nav-up {
	top: -120px
}

.nav-menu.fixed-top .navbar {
	padding-top: 0;
	padding-bottom: 0
}

.nav-menu.fixed-top .search-header {
	display: none!important
}

.nav-menu.fixed-top .banner-top-right {
	display: none!important
}

.nav-menu .navbar-slide {
	position: absolute;
	top: 50px;
	left: 0!important;
	width: 0;
	z-index: 100000;
	height: 1000vh
}

.nav-menu .navbar-slide.show {
	display: block!important;
	width: fit-content!important
}

.nav-menu .navbar-slide .nav-close {
	position: fixed;
	top: .8rem;
	left: calc(100% - 55px)
}

.nav-menu .navbar-slide a {
	-webkit-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s
}

.nav-menu .navbar-slide a:hover {
	margin-left: 1.5rem;
	-webkit-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s
}

.nav-menu .dropdown-toggle::after {
	float: right;
	margin-top: 10px
}

.widget-on-menu {
	position: fixed;
	top: 15px;
	right: 15px
}

.body-transparent .wmenu {
	max-width: 100%;
	flex: 0 0 100%
}

.body-transparent .navbar-light {
	position: absolute;
	width: 97%
}

.body-transparent .navbar-light .navbar-toggler {
	color: #fff;
	z-index: 9999
}

.body-transparent .navbar-light .navbar-toggler .toggler-icon {
	background: #fff;
	box-shadow: none
}

.body-transparent .navbar-light .navbar-toggler .navbar-toggler-icon1 {
	-webkit-transform: rotate(-18deg);
	-ms-transform: rotate(-18deg);
	-o-transform: rotate(-18deg);
	transform: rotate(-18deg)
}

.body-transparent .navbar-light .navbar-toggler .navbar-toggler-icon3 {
	-webkit-transform: rotate(18deg);
	-ms-transform: rotate(18deg);
	-o-transform: rotate(18deg);
	transform: rotate(18deg)
}

.navbar-light .navbar-toggler {
	align-items: center;
	display: flex;
	color: #133251
}

.navbar-light .navbar-toggler div {
	width: 24px
}

.navbar-light .navbar-toggler .toggler-icon {
	display: block;
	height: 2px;
	width: 24px;
	background: #133251;
	box-shadow: 2px 2px 3px #666;
	border-radius: 10px;
	margin: 3px 0;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s
}

.navbar-light .navbar-toggler p {
	font-size: 23px;
	text-shadow: 2px 2px 3px #666
}

.dropdown-menu {
	margin: 0!important
}

@media screen and (max-width:991px) {
	.dropdown-menu {
		border: none;
		padding-left: 15px
	}
}

.dropdown-menu .arrow_top {
	width: 10px;
	height: 10px;
	float: left;
	background: #fff;
	transform: rotate(45deg);
	position: absolute;
	top: -5px;
	left: 10%;
	border-left: 1px solid rgba(0, 0, 0, .15);
	border-top: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-menu.dropdown-menu-right .arrow_top {
	right: 6%;
	left: auto
}

@media screen and (max-width:768px) {
	.dropdown-menu a {
		padding: .5rem 1rem;
		display: block
	}
}

.dropdown-menu a span {
	margin-top: 5px;
	font-size: 14px
}

.owl-carousel.owl-slideshow .owl-nav {
	top: calc(50% - 25px);
	left: 0;
	width: 100%;
	position: absolute
}

.owl-carousel.owl-slideshow .owl-nav .owl-next {
	background: 0 0;
	position: absolute;
	background: 0 0;
	margin: 0;
	border-radius: 0;
	padding: 0 9px
}

@media screen and (min-width:768px) {
	.owl-carousel.owl-slideshow .owl-nav .owl-next {
		right: 0
	}
}

@media screen and (max-width:768px) {
	.owl-carousel.owl-slideshow .owl-nav .owl-next {
		right: 0
	}
}

.owl-carousel.owl-slideshow .owl-nav .owl-next:hover {
	background: 0 0
}

.owl-carousel.owl-slideshow .owl-nav .owl-prev {
	background: 0 0;
	position: absolute;
	right: auto;
	background: 0 0;
	margin: 0;
	border-radius: 0;
	padding: 0 9px
}

@media screen and (min-width:768px) {
	.owl-carousel.owl-slideshow .owl-nav .owl-prev {
		left: 0
	}
}

@media screen and (max-width:768px) {
	.owl-carousel.owl-slideshow .owl-nav .owl-prev {
		left: 0
	}
}

.owl-carousel.owl-slideshow .owl-nav .owl-prev:hover {
	background: 0 0
}

.owl-carousel.owl-slideshow .owl-nav .icon-arrow-left {
	width: 54px;
	height: 17px;
	display: inline-block;
	background-position: -5px 51px;
	transform: rotate(90deg)
}

.owl-carousel.owl-slideshow .owl-nav .icon-arrow-right {
	width: 54px;
	height: 17px;
	display: inline-block;
	background-position: -5px 51px;
	transform: rotate(-90deg)
}

.owl-carousel.owl-slideshow .item .inner {
	left: 0
}

@media screen and (min-width:1200px) {
	.owl-carousel.owl-slideshow .item .inner {
		bottom: 20%
	}
}

@media screen and (max-width:1200px) {
	.owl-carousel.owl-slideshow .item .inner {
		bottom: 10%
	}
}

.owl-carousel.owl-slideshow .item .inner h4 {
	font-size: 2rem
}

.owl-carousel.owl-slideshow .item .inner p {
	margin-bottom: 8px
}

.owl-slideshow.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: -30px;
	margin-bottom: 1.5rem;
	position: relative;
	z-index: 1
}

.owl-slideshow.owl-theme .owl-dots .owl-dot.active span,
.owl-slideshow.owl-theme .owl-dots .owl-dot:hover span {
	border: 1px solid #ff8601;
	background: #ff8601
}

.owl-slideshow.owl-theme .owl-dots .owl-dot span {
	border: 1px solid #ccc;
	background: #fff;
	width: 13px;
	height: 13px
}

.owl-slideshow .owl-dots {
	position: absolute;
	bottom: 2rem;
	width: 100%
}

@media screen and (max-width:991px) {
	.owl-slideshow .img-fluid {
		min-width: 100%;
		min-height: 100%;
		height: initial;
		max-width: initial;
		width: initial!important
	}
}

#widget_contact {
	position: fixed;
	bottom: 6%;
	right: -2px;
	float: left;
	width: 50px;
	z-index: 1
}

#widget_contact .navbar-collapse {
	webkit-transition: .3s ease-out;
	transition: .3s ease-out
}

#widget_contact .navbar-collapse .show {
	webkit-transition: .3s ease-out;
	transition: .3s ease-out
}

#widget_contact .support .icon-support {
	transform: rotate(45deg);
	webkit-transition: .3s ease-out;
	transition: .3s ease-out;
	cursor: pointer
}

#widget_contact .support.collapsed .icon-support {
	transform: rotate(0);
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out
}

#widget_contact .icon-msg {
	width: 45px;
	height: 45px;
	display: inline-block;
	background-position: -214px -39px;
        text-indent: -9999px;
}

#widget_contact .icon-zalo {
	width: 45px;
	height: 45px;
	display: inline-block;
	background-position: -270px -39px;
        text-indent: -9999px;
}

#widget_contact .icon-wechat {
	width: 45px;
	height: 45px;
	display: inline-block;
	background-position: -272px -93px;
        text-indent: -9999px;
}

#widget_contact .fa-skype {
	border-radius: 50%;
	text-align: center;
	width: 44px;
	height: 44px;
	line-height: 43px;
	background-color: #ababab;
	font-size: 1.7rem;
}

#widget_contact .fa-skype:hover {
	text-decoration: none
}

#widget_contact .icon-whatsapp {
	width: 45px;
	height: 45px;
	display: inline-block;
	background-position: -213px -92px;
        text-indent: -9999px;
}

#widget_contact .icon-support {
	width: 45px;
	height: 45px;
	display: inline-block;
	background-position: -156px -40px;
        text-indent: -9999px;
}

#widget_contact .icon-hotline {
	width: 45px;
	height: 45px;
	display: inline-block;
	background-position: -325px -39px;
        text-indent: -9999px;
}

.bg-nav-footer {
	background: #08112f
}

.footer a {
	color: #555
}

.footer h6 {
	font-size: 15px
}

.footer .dropdown-show {
	position: relative;
	width: 100%;
	display: inline-block;
	text-decoration: none
}

@media screen and (max-width:768px) {
	.footer .dropdown-show {
		padding: 9px;
		background-color: #f5f5f5
	}
}

.footer .dropdown-show:not(.collapsed) .fa-minus {
	display: block
}

.footer .dropdown-show:not(.collapsed) .fa-plus {
	display: none
}

.footer .dropdown-show .fa.fa-small {
	float: right;
	position: absolute;
	right: 15px;
	top: 13px;
	font-size: 18px
}

@media screen and (min-width:768px) {
	.footer .dropdown-show .fa.fa-small {
		display: none!important
	}
}

@media screen and (min-width:768px) {
	.footer .collapse {
		display: block!important
	}
}

.footer .collapsed .fa-minus {
	display: none
}

.footer .benefit_6 {
	border: 1px solid #e3eade;
	padding: 30px 30px 30px 40px;
	background-color: #f1f7ec;
	border-radius: 5px
}

.footer .benefit_6 .fa {
	color: #73b043
}

a.backtotop {
	opacity: 0;
	position: fixed;
	bottom: 43px;
	right: 10px;
	height: 30px;
	width: 30px;
	background-color: #192754;
	color: #fff;
	text-align: center;
	line-height: 20px;
	padding-top: 1px;
	z-index: 9999;
	border-width: 2px;
	border-style: solid;
	border-color: #192754;
	border-image: initial;
	border-radius: 30px;
	box-shadow: 0 0 15px
}

a.backtotop:hover {
	color: #fff;
	background-color: #0d152d
}

a.backtotop.is-visible {
	opacity: 1
}

a.backtotop.fade-out {
	opacity: 1
}

a.backtotop .fa {
	padding-right: 5px;
	padding-left: 5px
}

.icon {
	background-image: url(icon.png)
}

.icon-facebook {
	width: 35px;
	height: 35px;
	display: inline-block;
	background-position: -37px 0
}

.icon-google {
	width: 35px;
	height: 35px;
	display: inline-block;
	background-position: -37px -44px
}

.icon-skype {
	width: 35px;
	height: 35px;
	display: inline-block;
	background-position: -37px -85px
}

.icon-twitter {
	width: 35px;
	height: 35px;
	display: inline-block;
	background-position: -99px 0
}

.icon-instagram {
	width: 35px;
	height: 35px;
	display: inline-block;
	background-position: -99px -85px
}

.icon-youtube {
	width: 35px;
	height: 35px;
	display: inline-block;
	background-position: -99px -44px
}

.icon-pinterest {
	width: 35px;
	height: 35px;
	display: inline-block;
	background-position: -99px -128px
}

.icon-address {
	width: 12px;
	height: 20px;
	display: inline-block;
	background-position: 0 0;
	filter: invert(1) hue-rotate(114deg)
}

.icon-phone {
	filter: invert(1) hue-rotate(114deg);
	width: 12px;
	height: 20px;
	display: inline-block;
	background-position: 0 -42px
}

.icon-email {
	filter: invert(1) hue-rotate(114deg);
	width: 12px;
	height: 20px;
	display: inline-block;
	background-position: 0 -81px
}

.icon-arrow-down {
	width: 54px;
	height: 17px;
	display: inline-block;
	background-position: 0 17px
}

.icon-shopping-cart {
	width: 20px;
	height: 18px;
	margin-top: -3px;
	display: inline-block;
	background-position: -57px 18px
}

.icon-facebook2 {
	width: 27px;
	height: 27px;
	display: inline-block;
	background-position: -157px 0
}

.icon-twitter2 {
	width: 27px;
	height: 27px;
	display: inline-block;
	background-position: -198px 0
}

.icon-google2 {
	width: 27px;
	height: 27px;
	display: inline-block;
	background-position: -351px 0
}

.icon-instagram2 {
	width: 27px;
	height: 27px;
	display: inline-block;
	background-position: -318px 0
}

.icon-youtube2 {
	width: 27px;
	height: 27px;
	display: inline-block;
	background-position: -280px 0
}

.icon-tripadvisor2 {
	width: 27px;
	height: 27px;
	display: inline-block;
	background-position: -239px 0
}

#owl-partner .owl-item .item {
	margin: 10px;
	box-shadow: 0 2px 2px #ccc
}

.owl-carousel .owl-nav .owl-prev {
	position: absolute;
	top: 38%;
	left: 0;
	color: #7a7a7a;
	background: rgba(255, 255, 255, .7)
}

.owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: 38%;
	right: 0;
	color: #7a7a7a;
	background: rgba(255, 255, 255, .7)
}

.hotline-alo-phone {
	display: none;
	position: fixed;
	left: 0;
	bottom: 20%;
	width: 145px;
	height: 145px;
	z-index: 999
}

@media screen and (max-width:768px) {
	.hotline-alo-phone {
		bottom: 45px
	}
}

.phonering-alo-ph-circle,
.phonering-alo-ph-circle-fill,
.phonering-alo-ph-img-circle {
	position: absolute;
	border-radius: 50%!important;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.phonering-alo-ph-circle {
	width: 145px;
	height: 145px;
	background-color: transparent;
	border: 2px solid rgba(30, 30, 30, .4);
	top: 0;
	left: 0;
	-webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	transition: all .5s
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
	border-color: #bfebfc;
	opacity: .5
}

.phonering-alo-ph-circle-fill {
	width: 85px;
	height: 85px;
	-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	transition: all .5s
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
	background-color: rgba(0, 175, 242, .5)
}

.phonering-alo-ph-img-circle {
	width: 45px;
	height: 45px;
	background: rgba(30, 30, 30, .1) url(../img/call.png) no-repeat center center;
	background-size: auto 80%;
	-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	z-index: 999
}

.phonering-alo-ph-img-circle a {
	display: block;
	width: 45px;
	line-height: 45px;
	text-indent: -9999px
}

.phonering-alo-ph-img-circle a:hover {
	background: rgba(255, 255, 255, .2)
}

.phonering-alo-ph-img-circle a:before {
	color: #fff;
	font-size: 30px;
	display: inline-block
}

.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
	background-color: #00aff2
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
	background-color: #00aff2
}

@-webkit-keyframes phonering-alo-circle-anim {
	0% {
		-webkit-transform: rotate(0) scale(.5) skew(1deg);
		-webkit-opacity: .1
	}
	30% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		-webkit-opacity: .5
	}
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		-webkit-opacity: .1
	}
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}
	100% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
}

@-webkit-keyframes phonering-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}
	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}
	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}
	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}
	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@-webkit-keyframes phonering-alo-circle-anim {
	0% {
		-webkit-transform: rotate(0) scale(.5) skew(1deg);
		transform: rotate(0) scale(.5) skew(1deg);
		opacity: .1
	}
	30% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .5
	}
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .1
	}
}

@keyframes phonering-alo-circle-anim {
	0% {
		-webkit-transform: rotate(0) scale(.5) skew(1deg);
		transform: rotate(0) scale(.5) skew(1deg);
		opacity: .1
	}
	30% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .5
	}
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .1
	}
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}
	100% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
}

@keyframes phonering-alo-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}
	100% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}
}

@-webkit-keyframes phonering-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}
	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg)
	}
	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg)
	}
	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg)
	}
	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg)
	}
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}
}

@keyframes phonering-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}
	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg)
	}
	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg)
	}
	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
		transform: rotate(-25deg) scale(1) skew(1deg)
	}
	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
		transform: rotate(25deg) scale(1) skew(1deg)
	}
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		transform: rotate(0) scale(1) skew(1deg)
	}
}

.style-for-position-br {
	left: auto;
	right: 0
}

.style-for-position-cl {
	bottom: auto;
	top: 50%
}

.style-for-position-cr {
	left: auto;
	bottom: auto;
	top: 50%;
	right: 0
}

.style-for-position-tl {
	bottom: auto;
	top: 0
}

.style-for-position-tr {
	left: auto;
	bottom: auto;
	top: 0;
	right: 0
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
	border-color: red
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill,
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
	background-color: red
}

.phonering-alo-ph-img-circle {
	width: 45px;
	height: 45px;
	top: 42px;
	left: 43px
}

.phonering-alo-ph-img-circle a {
	width: 45px;
	line-height: 45px
}

.phonering-alo-ph-circle-fill {
	width: 90px;
	height: 90px;
	top: 20px;
	left: 20px
}

.hotline-alo-phone,
.phonering-alo-ph-circle {
	width: 130px;
	height: 130px
}

.style-for-position-cl,
.style-for-position-cr {
	margin-top: -67.5px
}

@media screen and (max-width:0px) {
	.style-for-position-bl {
		left: -45px;
		bottom: -45px
	}
	.style-for-position-br {
		right: -45px;
		bottom: -45px
	}
	.style-for-position-cl {
		left: -45px
	}
	.style-for-position-cr {
		right: -45px
	}
	.style-for-position-tl {
		top: -45px;
		left: -45px
	}
	.style-for-position-tr {
		top: -45px;
		right: -45px
	}
}

.hotline-alo-phone {
	display: block
}

.fa-small {
	font-size: 12px
}

.bg_star_rate .star_rate {
	font-size: 16px;
	width: 95px
}

.bg_star_rate .star_rate .star_rate_1 {
	overflow: hidden
}

.bg_star_rate .star_rate .star_rate_2 {
	width: 95px
}

.bg_star_rate .star_rate .star_rate_3 {
	top: 0;
	left: 0
}

.bg_star_rate .star_rate .fa {
	color: #ffbe00
}

.shoping-cart .cart .number_cart {
	border-radius: 50%;
	background: #192754;
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	float: right;
	color: #fff;
	text-align: center;
	top: 0;
	right: 2px
}

@media screen and (max-width:991px) {
	.shoping-cart .cart .number_cart {
		left: 18px
	}
}

.input-qty {
	width: 75px!important
}

.border-primary {
	border-color: #192754!important
}

.bg-primary {
	background-color: #192754!important
}

.btn-primary {
	background-color: #192754;
	border-color: #192754
}

.btn-primary:hover {
	background-color: #131e40;
	border-color: #131e40
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: 0 0 0 .2rem #304ba3
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #1f3068;
	border-color: #1f3068
}

.text-primary {
	color: #192754!important
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem #304ba3
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #1f3068;
	border-color: #1f3068
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: #192754!important
}

@media screen and (max-width:768px) {
	.container-fluid {
		padding-right: 7.5px;
		padding-left: 7.5px
	}
	.col,
	.col-1,
	.col-10,
	.col-11,
	.col-12,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-auto,
	.col-lg,
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-auto,
	.col-md,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-auto,
	.col-sm,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-auto,
	.col-xl,
	.col-xl-1,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-auto {
		padding-right: 7.5px;
		padding-left: 7.5px
	}
	.row {
		margin-right: -7.5px;
		margin-left: -7.5px
	}
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #192754
}

.border-bottom-effect:after {
	position: absolute;
	content: '';
	display: block;
	bottom: 0;
	height: 1px;
	left: 0;
	width: 100%;
	background: #192754!important;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	transition: transform .25s cubic-bezier(.37, .31, .2, .85), -webkit-transform .25s cubic-bezier(.37, .31, .2, .85)
}

.border-bottom-effect:hover:after {
	position: absolute;
	content: '';
	display: block;
	bottom: 0;
	height: 1px;
	left: 0;
	width: 100%;
	background: #192754!important;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: left center;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	transition: transform .25s cubic-bezier(.37, .31, .2, .85), -webkit-transform .25s cubic-bezier(.37, .31, .2, .85)
}

.border-bottom-effect.active {
	color: #192754!important
}

.border-bottom-effect.active:after {
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1)
}

body {
	overflow: hidden
}

.slide_logo {
	top: 20%;
	margin-top: -43%
}

.slide_logo img {
	filter: drop-shadow(3px 4px 3px #222);
	-webkit-filter: drop-shadow(3px 4px 3px #222);
	-moz-filter: drop-shadow(3px 4px 3px #222);
	-ms-filter: drop-shadow(3px 4px 3px #222);
	-o-filter: drop-shadow(3px 4px 3px #222)
}

.bg-title {
	background: rgba(25, 39, 84, .7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100vw
}

.fp-viewing-0 .fp-completely .slide_logo {
	margin-top: 0;
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-ms-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s
}

.fp-viewing-0 .fp-completely .title-home {
	margin-top: 0;
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-ms-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s
}

.fp-viewing-0 .fp-completely .img-zoom-in img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: 2.5s;
	-moz-transition-duration: 2.5s;
	-ms-transition-duration: 2.5s;
	-o-transition-duration: 2.5s;
	transition-duration: 2.5s
}

.owl-item {
	width: 100px
}

.title-home {
	top: 18rem;
	margin-top: -13%
}

.title-home span {
	font-size: 4rem;
	font-family: "UTM HelvetIns";
	color: #ff8500;
	text-shadow: 0 2px 3px #666
}

@media (max-width:991px) {
	.title-home {
		top: 20rem
	}
	.title-home span {
		font-size: 2rem
	}
}

.home h3 {
	font-size: 1.2rem
}

@media screen and (max-width:768px) {
	.home h3 {
		font-size: 1.2rem
	}
}

.home .section {
	overflow: hidden
}

.home .fb_iframe_widget {
	display: inline-block;
	position: relative;
	height: 386px!important;
	overflow: hidden
}

@media screen and (max-width:991px) {
	.home .fb_iframe_widget {
		height: 270px!important
	}
}

@media screen and (max-width:768px) {
	.home .fb_iframe_widget {
		height: 400px!important
	}
}

.home .nav-menu .language {
	display: none
}

.home .about {
/*	left: 20%;
	z-index: 1*/
text-align: center;
width: 100%;
}

.home .about ul li {
	background-color: #133251;
	margin: 0 20px
}

@media screen and (max-width:991px) {
	.home .about ul li {
		margin: 0 14px
	}
}

.home .about ul li:hover {
	background: #2766a3
}

.home .about ul li:hover:before {
	border-bottom: 35px solid #2766a3
}

.home .about ul li:hover:after {
	border-top: 35px solid #2766a3
}

.home .about ul li:before {
	border-bottom: 35px solid #133251;
	border-left: 15px solid transparent;
	float: left;
	width: 17px;
	content: '';
	position: absolute;
	top: 0;
	left: -17px
}

.home .about ul li:after {
	border-right: 15px solid transparent;
	border-top: 35px solid #133251;
	float: right;
	width: 17px;
	content: '';
	position: absolute;
	right: -17px;
	top: 0
}

.home .about ul li.ch {
	background: rgba(19, 50, 80, .7);
        list-style: none;
}

.home .about ul li.ch:hover {
	background: rgba(39, 102, 163, .7);
}

.home .about ul li.ch:hover:before {
	border-bottom: 35px solid rgba(39, 102, 163, .7)
}

.home .about ul li.ch:hover:after {
	border-top: 35px solid rgba(39, 102, 163, .7)
}

.home .about ul li.ch:before {
	border-bottom: 35px solid rgba(19, 50, 80, .7)
}

.home .about ul li.ch:after {
	border-top: 35px solid rgba(19, 50, 80, .7)
}

@media screen and (max-width:991px) {
	.home .about ul li>a {
		padding-left: .2rem;
		padding-right: .2rem
	}
}

.home .box-benefit .owl-carousel .box>img {
	height: 100vh!important
}

@media screen and (max-width:991px) {
	.home .box-benefit .owl-carousel .img-fluid {
		min-width: 100%;
		min-height: 100%;
		height: initial;
		max-width: initial;
		width: initial!important
	}
	.home .box-benefit .owl-carousel#owl-benefit-1 .img-fluid {
		width: 100%!important;
		height: auto!important
	}
}

.home .box-benefit .box {
	background: #392c0a;
	border: 1px solid #fff;
	z-index: 6;
	box-sizing: border-box;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden
}

.home .box-benefit .box:hover .box_caption::after,
.home .box-benefit .box:hover .box_caption::before {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.home .box-benefit .box:hover .box_caption .summary {
	opacity: 1!important;
	margin: 0 auto
}

.home .box-benefit .box:hover .box_logo {
	margin: 3rem auto 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.home .box-benefit .box .box_logo {
	font-size: 1.3em;
	font-weight: 700;
	text-align: center;
	width: 70%;
	margin: 6rem auto 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	overflow: hidden;
	opacity: 1;
	text-shadow: 5px 5px #333
}

.home .box-benefit .box .box_logo img {
	width: 120px;
	height: auto;
	filter: grayscale(1) invert(1) contrast(5) drop-shadow(3px 4px 3px #222);
	-webkit-filter: grayscale(1) invert(1) contrast(5) drop-shadow(3px 4px 3px #222);
	-moz-filter: grayscale(1) invert(1) contrast(5) drop-shadow(3px 4px 3px #222);
	-ms-filter: grayscale(1) invert(1) contrast(5) drop-shadow(3px 4px 3px #222);
	-o-filter: grayscale(1) invert(1) contrast(5) drop-shadow(3px 4px 3px #222)
}

@media screen and (max-width:991px) {
	.home .box-benefit .box .box_logo img {
		width: 90px;
		margin: 0 auto
	}
}

.home .box-benefit .box .box_img {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 1;
	overflow: hidden;
	vertical-align: middle;
	height: 100%
}

.home .box-benefit .box:hover .box_img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .6
}

.home .box-benefit .box .box_caption {
	top: 0;
	left: 0;
	height: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
	z-index: 1000
}

@media screen and (max-width:991px) {
	.home .box-benefit .box .box_caption {
		height: calc(100% - 30px)
	}
}

.home .box-benefit .box .box_caption::after,
.home .box-benefit .box .box_caption::before {
	position: absolute;
	content: '';
	opacity: 0;
	-webkit-transition: opacity .4s, -webkit-transform .4s;
	-moz-transition: opacity .4s, -moz-transform .4s;
	-o-transition: opacity .4s, -o-transform .4s;
	transition: opacity .4s, transform .4s
}

.home .box-benefit .box .box_caption:before {
	top: 2.5rem;
	right: 2.5rem;
	bottom: 2.5rem;
	left: 2.5rem;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0
}

.home .box-benefit .box .box_caption::after {
	top: 2.5rem;
	right: 2.5rem;
	bottom: 2.5rem;
	left: 2.5rem;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.home .box-benefit .box .box_caption h4 {
	font-size: 2em;
	text-shadow: 2px 2px 2px #000
}

@media screen and (max-width:991px) {
	.home .box-benefit .box .box_caption h4 {
		font-size: 1em
	}
        .summary.px-2 p {
            font-size: 10px;
        } 
}
.summary.px-2 p {
    font-size: 18px;
} 


.home .box-benefit .box .box_caption .summary {
	font-size: 1em;
	text-align: center;
	width: 80%;
	margin: 20% auto 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
	opacity: 0
}

.home .box-benefit .box .box_caption a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
	z-index: 3
}

.home #home_title h1 {
	font-size: 5rem;
	font-weight: 300;
	color: #133251;
	text-shadow: 0.5px 0.5px 0.5px #000
}

@media screen and (max-width:768px) {
	.home #home_title h1 {
		font-size: 3rem
	}
}

.home .embed-responsive h3 {
	font-size: 18px
}

.home .embed-responsive p {
	font-size: 14px
}

.home .bg-cover {
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.home .bg-cover .fa {
	z-index: 1;
	bottom: .5rem;
	left: .5rem
}

.home .opacity-0 {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	transform: scale(0)
}

.home .bg-dark-55 {
	background-color: rgba(0, 0, 0, .55)!important;
	z-index: 11;
	top: 0;
	left: 0
}

.home a:hover .opacity-0 {
	opacity: 1;
	transform: scale(1);
	visibility: visible
}

.home .box-feedback {
	background: linear-gradient(#192754, #131e40)
}

.home .box-feedback #owl-feedback .owl-item .item {
	min-height: 322px
}

.home .box-feedback #owl-feedback .owl-item .item .thumb .author {
	position: absolute;
	left: 35%;
	top: -64px
}

.home .box-feedback #owl-feedback .owl-item .item .name-author {
	font-size: 16px
}

.home #owl-adv-home.owl-theme .owl-nav.disabled+.owl-dots {
	margin-bottom: 1.5rem;
	position: relative;
	z-index: 1
}

.home #owl-adv-home.owl-theme .owl-dots .owl-dot.active span,
.home #owl-adv-home.owl-theme .owl-dots .owl-dot:hover span {
	border: 1px solid #192754;
	background-color: #192754
}

.home #owl-adv-home.owl-theme .owl-dots .owl-dot span {
	border: 1px solid #192754;
	background: #fff;
	width: 25px;
	height: 7px
}

.home #owl-adv-home .border-inner {
	z-index: 1;
	top: 1rem;
	left: 1rem;
	bottom: 1rem;
	right: 1rem
}

@media screen and (max-width:991px) {
	.home #owl-adv-home .img-fluid {
		min-width: 100%;
		min-height: 100%;
		height: initial;
		max-width: initial;
		width: initial!important
	}
}

.home #owl-feedback.owl-theme .owl-nav.disabled+.owl-dots {
	margin-bottom: 1.5rem;
	position: relative;
	z-index: 1
}

.home #owl-feedback.owl-theme .owl-dots .owl-dot.active span,
.home #owl-feedback.owl-theme .owl-dots .owl-dot:hover span {
	border: 1px solid #fff;
	background-color: #192754
}

.home #owl-feedback.owl-theme .owl-dots .owl-dot span {
	border: 1px solid #192754;
	background: #fff;
	width: 13px;
	height: 13px
}

.home #owl-product-category-home.owl-theme .owl-nav [class*=owl-]:hover {
	background: 0 0;
	color: #192754
}

.home .item-post .title a {
	font-weight: 700;
	font-size: 15px
}

.home .tab_cate a {
	padding: 3px;
	text-decoration: none;
	display: inline-block;
	color: #757575
}

.vh-67 {
	height: 68vh!important
}

.vh-33 {
	height: 32vh!important
}

.fp-viewing-0 .language {
	display: block!important
}


/*# sourceMappingURL=home.min.css.map */

.text-cn-menu {
    overflow: hidden;
    text-align: center;
    display: inline-table; 
}
#logo {
    position: absolute;
    z-index: 1;
    top: 70px;
    left: 100px;
}
#overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:rgba(0,0,0,0.9);
  transition: 1s 0.4s;
}
#progress{
  height:1px;
  background:#fff;
  position:absolute;
  width:0;
  top:50%;
}
#progstat{
  font-size:0.7em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#fff;
}



.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/loader-128x/Preloader_2.gif) center no-repeat #fff;
}

.section .vh-100 .img-fluid.box_img{
    max-width:100%;
    //height: 969px !important;
}
.img-fluid.vw-100{
    max-width:100%;
    //height: 969px !important;
}
.copyright {
    line-height: 33px;
    font-size: 1rem;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 25px;
    height: 25px;
}
.home .box-benefit .box .box_caption {
    z-index: 1;
}