/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:700,900');
/*@font-face{
	font-family:"UTM HelvetIns";
	src:url("../fonts/UTM HelvetIns.ttf");
}
@font-face{
	font-family:"RobotoRegular";
	src:url("../fonts/Roboto-Regular.ttf");
}
@font-face{
	font-family:"RobotoCondensed-Light";
	src:url("../fonts/roboto/RobotoCondensed-Light.ttf");
}
@font-face {
    font-family: 'RobotoMedium';
    src: url('../fonts/RobotoMedium.eot');
    src: url('../fonts/RobotoMedium.eot') format('embedded-opentype'),
         url('../fonts/RobotoMedium.woff2') format('woff2'),
         url('../fonts/RobotoMedium.woff') format('woff'),
         url('../fonts/RobotoMedium.ttf') format('truetype'),
         url('../fonts/RobotoMedium.svg#RobotoMedium') format('svg');
}
*/

body{
	background:#FFF;
	color:#151515;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
    line-height: 1.5;
    overflow-x:hidden; 
}
a ,a:hover{
	transition: 250ms all ease-in-out;
}
.clear{
	clear:both;
	float:left;
}
.margin-right{
	margin-top:50px;
}
.full-width{
	width:100%;
	float:left
}
.padding-right-0{
	padding-right:0px;
}
.vien {
    border: 1px #e2e1e1 solid;
    padding: 2px;
}
.bookingHide{
	display:none;
}
/***** header **********/
.address-mobile{
	display:none;
}
.header{
	margin-top:0px;
	margin-bottom:0px;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
	
	/*background:url(../images/bg-header.png) right no-repeat #FFF;
	background-size:auto 100%;*/
}
.menu-item{
	width:14.28%;
	float:left;
	text-align:center;
    font-family: 'Montserrat', sans-serif;
    color: #151515;
    font-size: 16px;
	height:100px;
	line-height:100px;
}
.menu-item a{
	color:inherit;
	text-decoration:none;
	 -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.menu-item a:hover, .menu-item a.active{
	color:var(--color-primary);
	 -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.header-text{
	margin-top:20px;
}
.banner{

}
.banner-info{
	font-size:20px;
	color:#9b9b9b;
	line-height:30px;
}
/******* bat dau gioi thieu *************/
.buttonPublic{
	position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 11px 32px;
	margin-top:20px;
    font-size: 14px;
    line-height: 24px;
    border: 2px var(--color-primary) solid !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 250ms all ease-in-out;
    border-radius: 25px;
	color: #151515;
    /*border-color: var(--color-primary);*/
}
.buttonPublic:hover{
	color:#FFF;
	background:var(--color-primary);
	text-decoration:none;
	transition: 250ms all ease-in-out;
}
.about{
	padding: 50px 0;
}
.customer{
	padding:35px 0px;
}

.img-box-shadow{
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.13);
}
.img-box-shadow-border{
	display: inline-block;
    border: 10px solid #ffffff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.13);
	box-sizing:border-box;
}
.about-padding{
	padding-top:30px !important;
}
.about-info{
    font-size: 18px;
    line-height: 1.55556;
}
.about-title{
	font-family: 'Playfair Display', serif;
	font-size:48px;
	color:#151515;
	font-weight:700;
	line-height: 1.45833;
}
.divider::after {
	font-family: "FontAwesome";
    content: "";
    display: inline-block;
    width: 60px;
    height: 3px;
    background-color: var(--color-primary);
	vertical-align:super;
}
.about-position{
	position: relative;
}
.about-position * img{
	width:470px;
	height:auto;
	max-width:100%;
}
.about-bottom{
	position:relative;
	margin-top:-46px;	
	z-index:1;
}
.about-top{
	position:relative;
	margin-left:20%;
	z-index:2;
}
/***** bat dau services ***********/
.services{
	background:#f6f6f6;
	padding: 50px 0;
}
.services-title{
	font-family: 'Playfair Display', serif;
	font-size:48px;
	color:#151515;
	font-weight:700;
	line-height: 1.45833;
	text-align:center;
}
.divider-lg::after {
    content: '';
    display: inline-block;
    width: 90px;
    height: 3px;
    background-color: var(--color-primary);
}
.services-info{
	margin:0 auto;
	padding:30px 0px 115px 0px;
	max-width:850px;
	font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #9b9b9b;
	text-align:center;
}
.services-item{
	/*position:relative;
	display: flex;
    align-items: center;
    padding: 100px 25px;*/
    display: block;
    align-items: center;
    padding: 20px 25px 20px 25px;
    float: left;
    height: 160px;
	margin:10px 0px;
}
.services-item:before{
	position: absolute;
    content: '';
    left: 50%;
    bottom: -20px;
    height: 1px;
    width: 85%;
    background: #e7e7e7;
    transform: translateX(-50%);
}
.services-item:after{
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 1px;
    height: 75%;
    background: #e7e7e7;
    transform: translateY(-50%);
}

/*.services-item:nth-last-child(odd):last-child:before{
    background: none;
}
*/
.services-item:last-child:before{
    background: none;
}

/*
.services-item-two:after{
    background:none;
}
*/
.services-item-info{
	display:inline-block;
	padding: 0 60px;
	position:absolute;
	left:0px;
	width: 75%;
	font-size: 16px;
    line-height: 1.5;
    color: #9b9b9b;
	text-align:right;
	height:65px;
		overflow:hidden;
}
.services-item-info p{
	line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

/*
.services-item-info-two{
	right:0px;
	left:auto;
	text-align:left !important;
}
*/
.services-item:nth-last-child(0):after{
	background:none;
}
.services-item:nth-last-child(0) .services-item-info{
	right:0px;
	left:auto;
	text-align:left !important;
}
.services-item:nth-last-child(0) .services-item-icon-title{
	right:auto;
	left:0px;
}
.services-item:nth-child(2n):after{
	background:none;
}
.services-item:nth-child(2n) .services-item-info{
	right:0px;
	left:auto;
	text-align:left !important;
}
.services-item:nth-child(2n) .services-item-icon-title{
	right:auto;
	left:0px;
}
.services-item-icon-title{
	padding: 0 40px;
	display:inline-block;
	position:absolute;
	right:0px;
	/*width:130px;*/
	text-align:center;
}
/*
.services-item-icon-title-two{
	right:auto;
	left:0px;
}
*/
.services-item-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #e7e7e7;
}
.services-item-icon img{
	width:80px;
	height:80px;
	border-radius:50%;
}
.services-item-title{
	text-align:center;	
}
.services-item-title a{
	margin:0 auto;
	color:#151515;
	font-size:26px;
	font-weight:700;
	font-family: "Playfair Display", "Times New Roman", Times, serif;
	text-decoration:none;
}
.services-item-title a:hover{
	color:#e25e5e;
}
.services-schedule{
	padding:80px 0px;
	background:#FFF;
}
.schedule{
	padding:40px 0px 40px 0px;
	font-family: 'Playfair Display', serif;
}
.schedule-box{
	padding: 40px 0px 40px 40px;
	border: 3px solid var(--color-primary);
	border-right:none;
	box-sizing:border-box;
	float:left;
	color:#151515;
	width:100%;
	clear:both;
}
.schedule-h2 {
	font-weight:700;
    font-size: 48px;
    line-height: 1.45833;
	letter-spacing: 0.06em;
}
.schedule-item{
	font-size:24px;
	color:inherit;
	margin-top:15px;
}
.schedule-item-2{
	margin-top:7px;
	font-size:14px;
	color:#d4d4d4;
    font-family: "Montserrat", Arial, sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 600;
}
.schedule-item-3{
	margin-top:30px;
	font-family: "Lato", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #9b9b9b;
}
.schedule-item-4{
	margin-top:7px;
	font-size:14px;
	color:#f6cfcf;
    font-family: "Montserrat", Arial, sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 600;
}
.schedule-img{
	padding:0px;
}
.schedule-img img{
	width:100%;
	height:auto;
}
.schedule-box a{
    font-size: 14px;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 600;
	margin-top:30px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #151515;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 250ms all ease-in-out;
	float:left;
	text-decoration:none
}
.schedule-box a:hover{
	color:var(--color-primary)
}
.pricing-box{
	background:var(--color-primary) !important;
	border:none;
	padding: 40px 0px 40px 40px;
	color:#FFF;
}
/***** ket thuc service ************/

/***** bat dau video ***********/
.video{
    background: rgba(0, 0, 0, 0.2);
	padding: 50px 0;
	height:550px;
}
.video-title{
	color:#FFF !important;
}
.video-divider-lg:after{
	background:#FFF !important;
}
.video-info{
	color:#FFF !important;
	padding-bottom:50px !important;
}

.button-play {
	position: relative;
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.6);
	background: rgba(255, 255, 255, 0.3);
	transition: all .3s;
	z-index: 1;
	cursor:pointer;
}
.button-play:hover,  .button-play:focus {
	background: rgba(255, 255, 255, 0.8);
}
.button-play:hover:before,  .button-play:focus:before {
	color: var(--color-primary);
}
.button-play:before {
	position: absolute;
	content: '';
	top: -12px;
	left: -12px;
	right: -12px;
	bottom: -12px;
	background: rgba(255, 255, 255, 0.21);
	border-radius: 50%;
	transition: all .3s;
}

.button-play .icon {
	position: absolute;
	top: 50%;
	left: 55%;
	font-size: 30px;
	color: #ffffff;
	transform: translate(-50%, -50%);
	transition: all .3s;
}

.button-play:hover {
	background: rgba(255, 255, 255, 0.6);
}

.button-play:hover .icon {
	color: var(--color-primary);
}

.button-play:hover:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
/******* ket thuc video *********/
/***** bat dau team ***********/
.team{
	background:#fff;
	padding: 50px 0;
}

.team-item-name{
	width:100%;
	text-align:center;
    font-family: "Playfair Display", "Times New Roman", Times, serif;
	font-size: 24px;
    line-height: 1.25;
    color: #151515;
	font-weight:700;
	padding-top:20px;
}
.team-item{
	padding:5px;
}
.team-item-img{
	width:100%;
	text-align:center;
}
.team-item-img img{
	margin:0 auto;
	width:100%;
	height:auto;
	max-width:360px;
}
.team-item-job{
    color: #9b9b9b;
	width:100%;
	text-align:center;
	padding-top:10px;
	padding-bottom:20px;
}
/**** ket thuc team ************/
/***** bat dau photo ***********/
.gallery{
	background:#fff;
	padding: 50px 0;
}
.gallery-padding{
	padding:15px;
}
.gallery-item {
	position: relative;
	display: block;
	background: #000000;
	overflow: hidden;
}

.gallery-item img {
	position: relative;
	transition: all .5s;
	z-index: 1;
	will-change: transform;
	width: 100%;
}

.gallery-item:before {
	position: absolute;
	content: '';
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	border: 2px solid #ffffff;
	transition: all .5s;
	opacity: 0;
	z-index: 2;
}

.gallery-item .gallery-item-title {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	transform: translate(-50%, -50%);
	transition: all .3s;
	opacity: 0;
	z-index: 2;
}

.gallery-item .gallery-item-button {
	position: absolute;
	display: inline-block;
	overflow: hidden;
	right: 20px;
	bottom: 20px;
	width: 66px;
	height: 66px;
	opacity: 0;
	transition: all .5s;
	z-index: 2;
}

.gallery-item .gallery-item-button:before {
	position: absolute;
	content: '+';
	right: 11px;
	bottom: 7px;
	color: var(--color-primary);
	font-size: 28px;
	line-height: 28px;
	z-index: 1;
}

.gallery-item .gallery-item-button:after {
	position: absolute;
	content: '';
	top: 0;
	left: 33px;
	right: -33px;
	bottom: 0;
	background: #ffffff;
	transform: skewX(-45deg);
}

.mobile .gallery-item .gallery-item-title, .mobile .gallery-item .gallery-item-button, .mobile .gallery-item:before, .tablet .gallery-item .gallery-item-title, .tablet .gallery-item .gallery-item-button, .tablet .gallery-item:before {
	opacity: 1;
}

.mobile .gallery-item img, .tablet .gallery-item img {
	opacity: .7;
}

.gallery-item:hover img {
	opacity: .7;
	transform: scale(1.05);
}

.gallery-item:hover:before, .gallery-item:hover .gallery-item-button, .gallery-item:hover .gallery-item-title {
	opacity: 1;
}


/*** partner *****************/
.partner{
	height:300px;
}
/*** ket thuc partner *************/
.header-margin-top{
	margin-top:20px;
}
.header-line {
    background-color: var(--color-primary);
	/*background: linear-gradient(36deg, #0dd3ff, #0389ff, #1c79c0);*/
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    white-space: nowrap;
	/*border-bottom: 1px solid #b52024;*/
    /*border-bottom: 4px solid #b52024;*/
    overflow: hidden;
	text-align:left;
	box-sizing:content-box;
	color:#FFF;
	/*box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
	transform: translateZ(0);*/
}
.top-menu-item {
    color: inherit;
    margin-right: 0%;
	float:right;
	font-size:14px;
	font-weight:bold;
}
.top-menu-item font{
	font-weight:normal;
	color: rgba(255, 255, 255, 0.75);
	font-size:15px;
	/*color:#f7d4d4;*/
}
.top-menu-item a{
	margin-left:24px;
	color: rgba(255, 255, 255, 0.75);
}
.top-menu-item a:hover{
	color: rgba(255, 255, 255, 1);
}
.top-menu-item img {
    height: 20px;
    /*width: 16px;*/
    margin: auto;
    margin-right: 3px;
    margin-left: 10px;
	margin-top:7px;
    text-align: left;
    float: left;
}
.top-menu-item.hot-line {
    float: left;
    margin-right: 0px;
    color: inherit;
	font-weight:bold;
}
.font-size-icon-hotline{
	font-size:9px;
}
.bg-member{
	margin-top:2px;
	width:36px;
	height:36px;
	border-radius:50%;
	background:url(../images/avatar.png);
	background-size:100% 100%;
	float:right;
	vertical-align:super;
}
.myAvatar{
	width: 36px;
    height: 36px !important;
    border-radius: 50%;
    margin: 0px !important;
}
.image-upload > input
{
    display: none;
}
.image-upload img
{
    width: 80px;
    cursor: pointer;
}
#avatar{
	width:46px;
	height:46px;
	background:url(../images/avatar.png);
	background-size:100% 100%;
	float:left;
	border-radius:50%;
	cursor:pointer;
	margin:0px;
}
#avatar img{
	width:46px;
	height:46px;
	border-radius:50%;
	float:left;
	cursor:pointer;
}
.hoangnguyen{
	margin-left:30px;
}
.text-header {
    font-family: "UTM HelvetIns";
    color: #117ab8;
	text-shadow: 1px 2px #FFFFFF;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
	margin-top:-10px;
}
.text-header-f{
	padding-top:4px;
	line-height:26px;
	padding-bottom:10px;
	font-size:15px;
	color:#000;
}
.btn-submit {
    background: #e90000;
    border: 1px #e90000 solid;
}
.btn-submit:hover{
	background:#F00;
	border: 1px #F00 solid;
}
.hotline-pc{
	font-size:23px;
	font-family: "UTM HelvetIns";
    color: #ED1C24;
}
/******* bat dau hotline ***************/
.hotline-lh{
	color:#595959;
	font-size:12px;
	text-align:right;
	border-right: 1px solid #ccc;
	height:50px;
	line-height:20px;
	padding-right:10px;
	margin-right:10px;
	width:200px;
	float:left;
	font-weight:bold;
}
.box-hotline{
	margin-top:4px;
	margin-bottom:20px;
	float:left;
	/*width:100%;*/
}
.box-hotline:hover span{
	transform: rotate(360deg);
}
.box-hotline span {
    border: 2px solid #3a8230;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 44px;
    position: relative;
    text-align: center;
    padding-left: 8px;
    -webkit-transition: box-shadow 0.2s ease 0s;
    transition: box-shadow 0.2s ease 0s;
    z-index: 1;
	margin-right:8px;
	box-sizing:border-box;
	margin-top:0px;
	webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
	float:left;
}
.box-hotline span .fa-color{
	color:#3a8230;
	webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.box-hotline .hotline {
	float:left;
	width:auto;
	background:url(../images/icon-phone.png) left center no-repeat;
	padding-left:43px;
	/*width:60%;*/
}
.box-hotline .hotline-img{
	float:left;
	width:auto;
}
.hotline h3 {
    margin: 0;
	font-weight:bold;
    font-size: 20px;
    text-decoration: none;
    color: #ff5c00;
    float: left;
    text-transform: uppercase;
    white-space: nowrap;
	width:100%;
	text-align:left;
	/*text-shadow: 0px 3px 3px #ffba00;*/
	text-shadow: 2px 2px 2px #fff;
}
.hotline small{
	display:block;
	float:left;
	color:#000000;
	font-size:12px;
	white-space: nowrap;
	padding-top:5px;
	text-transform:uppercase;
}
.box-cart{
	margin-top:5px;
	position:relative;
	cursor:pointer;
}
.box-cart span {
    border: 1px solid #065178;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    position: relative;
    text-align: center;
    padding-left: 2px;
    -webkit-transition: box-shadow 0.2s ease 0s;
    transition: box-shadow 0.2s ease 0s;
    z-index: 1;
	margin-right:8px;
	box-sizing:border-box;
	cursor:pointer;
}
.box-cart .cart .fa-color{
	color:#fff;
}
.box-cart .cart {
	width:60px;
	height:40px;
	border:1px #FFF solid;
	background: rgba(17, 92, 155, 0.6);
	webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
	font-size:24px;
	line-height:40px;
	position:relative;
	float:right;
}
.box-cart .cart:hover {
	background: rgba(17, 92, 155, 0.3);
}
.itemcart{
	position:absolute;
	right:-10px;
	top:10px;
	background:#FFF;
	color:#065178
}
/*** bat dau form moi **/
.frmSearch{
	margin-top:4px;
}
.txtSearch2:before{
	border-radius:10px 0px 0px 10px;
	background:#FFF;
}
.txtSearch2{
	border-radius: 28px 0px 0px 28px  !important;
    height: 32px;
    background: #fff;
	padding-left:28px !important;
	/*color:#FFF !important;*/
	webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.btn-button2:focus, .btn-button2:hover{
	 background: #2d2d2d !important;
	 webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.btn-button2{
	background: #844204;
    border: 0;
    font-size: 16px;
    height: 32px;
    padding: 0 8px;
    min-width: 68px;
    text-align: center;
    border-radius: 0 28px 28px 0;
}
/*** ket thuc form moi **/
.txtSearch{
	background: rgba(255, 255, 255, 0.4);
	border: 1px solid #3a8230;
	border-radius:0;
	/*color:#FFF !important;*/
	webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.txtSearch:focus, .txtSearch:hover{
	background: rgba(9, 103, 139, 0.1);
	border: 1px solid #fff;
	border-radius:0;
	color:#333 !important;
	webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.txtSearch::-moz-placeholder{
	color:#333 ;
}
.txtSearch:-ms-input-placeholder{
	color:#333;
}
.txtSearch::-webkit-input-placeholder{
	color:#333
}
.btn-button{
	border: 1px solid #0e5ba8;
	border-radius:0;
	background:#0e5ba8;
	webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.btn-button:focus,.btn-button:hover{
	border: 1px solid #fc0201;
	border-radius:0;
	background: rgba(252, 2, 1, 1);
	webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
/****** Bat dau menu  *****************/
.menu{
	font-family:RobotoCondensed-Light, sans-serif;
	background:#cb882a/*f4f5f5*/;
	border-bottom:6px #c06a1a solid;
	box-sizing:border-box;
}
.menu2{
	background:#0d5257;
	border-radius:0 0 3px 0;
}
.menu ul{
	margin:0 auto !important;
	padding:0px;
	float:left;
    font-size: 13px;
	list-style:none;
	white-space: nowrap;
	text-align:left;
	/*background:#ff6900;*/
}
.font-size-icon{
	font-size:16px;
	top:0 !important
}
.menu .font-icon{
	font-size:11px;
	top:0 !important
}
.menu .font-icon-sub{
	font-size:12px;
}
.menu ul li{
	width:16.66%;
	color:#FFFFFF;
	text-decoration:none;
	list-style:none;
	/*display:inline-block;*/
	float:left;
	text-align:left;
	position: relative;
	transition: all 0.3s ease 0s;
	height:40px;
	line-height:40px;
	text-transform:uppercase;
	border-left:1px #e59e3a solid;
	/*background:url(../images/border-right.png) center right no-repeat;*/
}
.menu ul li:first-child {
    border: none;
	background:none;
	/*padding-left:65px !important;*/
}
.menu ul .active{
	color:#000000;
	text-decoration:none;
	list-style:none;
	display:inline-block;
	/*background:#e1261c;*/
}
.menu ul .active a{
	color:#333333;
}
.menu-fixed ul li a{
	padding-top:10px !important;
	padding-bottom:10px !important;
}
.menu ul li a{
	width:100%;
	color:#FFF;
	font-weight:500;
	font-size:17px;
	/*display:inline-block;*/
	float:left;
	text-align:center;
	text-decoration:none;
	transition: all 0.3s ease 0s;
	vertical-align:middle !important;
	/*padding-left:35px !important;
	padding-right:35px !important;*/
	/*text-transform:uppercase;*/
}
.menu ul li:hover{
	/*background:#e1261c;*//*background:#0686c2;*/
}
.menu ul li:hover a{
	color:#FFF
}
.menu ul li a:hover{
	color:#fff;
	background:#844204;
	width:100%;
}
.menu ul li ul{
	width:270px;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
	cursor:pointer;
	font-weight:bold;
	background:#0e5ba8;
	display:none;
	position: absolute;
	top:44px;
	left:0px;
	z-index:999;
	transition: all 0.3s ease 0s;
	border-top:1px #009999 solid;
}
.menu ul li ul li{
	width:100%;
	height:auto !important;
	line-height:normal !important;
	margin:0px !important;
	padding:0px !important;
	float:left;
	border-bottom:1px #009999 solid;
	background:none;
}
.menu ul li ul li:first-child {
    border-bottom:1px #009999 solid;
	background:none;
	padding-left:inherit !important;
}
.menu ul li ul li a, .menu ul .active ul li a{
	width:100%;
	height:auto;
	color: #FFF !important;
	text-decoration: none;
	text-align: left; 
	font-weight:normal;
	text-transform:none;
	background:none;
	margin:0px !important;
	padding:12px 0px 12px 5px !important;
	float:left;
}
.menu ul li ul li a:hover, .menu ul .active ul li a:hover{
	width:100%;
	height:auto;
	display:inline-block;
	/*background:#0686c2;*/
	color:#fff !important;
	margin:0px !important;
	float:left;
	background:#ff5c00;
	padding-left:10px !important;
}
.menu ul li ul li a p{
	width:auto;
	margin:0px;
	padding:7px 0px 7px 0px !important;
	float:left;
	cursor:pointer;
	font-size:13px;
}
.menu ul li ul li a i{
	padding-left:10px;
	padding-right:5px;

}
.menu ul li ul li ul{
	width:290px;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
	cursor:pointer;
	font-weight:bold;
	background:#0e5ba8;
	display:none;
	position: absolute;
	top:0;
	left:270px;
	z-index:999;
	transition: all 0.3s ease 0s;
	border-left:1px #CCCCCC solid;
}
.menu ul li:hover ul ul, 
.menu ul li:hover ul ul ul,
.menu ul li:hover ul ul ul ul {
    display: none;
}

.menu ul li:hover ul,
.menu ul li li:hover ul,
.menu ul li li li:hover ul,
.menu ul li li li li:hover ul {
    display: block;
}

/****** ket thuc menu ***************/
/* Underline From Center */
.hvr-underline-from-center {
  /*display: inline-block;
  vertical-align: middle;*/
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  /*overflow: hidden;*/
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0px;
  background: #844204;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, 
.hvr-underline-from-center:focus:before, 
.hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/*** menu left ************/
.left .menu-left-title{
	width:100%;
	height:40px;
	line-height:40px;
	background: url(../images/menu-left.png) #fff left center repeat-x;
	background-size:100% 100%;
	color:#FFFFFF;
	padding-left:25px;
	text-transform:uppercase;
	font-size:15px;
	margin-top:20px;
	white-space:nowrap;
	overflow:hidden;
}
.left .menu-left-title:first-child{
	
	/*border-top:2px  #42b032 solid;*/
	/*border-left:2px #42b032 solid;*/
}
#body .wrap .content .left .left-menu{
	width:100%;
	height:auto;
	margin:0px;
	padding:0px 0px;
	text-align:center;
	background:#FFFFFF;
	font-weight:400;
	font-size:14px;
	transition: all 0.3s ease 0s;
	float:left;
}

.fa-menu{
	padding-right:10px;
}
.left .left-menu ul{
	width:100%;
	height:auto;
	margin:0px 0px;
	padding:0px;
	float:left;
	list-style-type:none;
	border:1px #d0d0d0 solid;
	border-top:none;
	border-bottom:none;
}

.left .left-menu ul li{
	width:100%;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
	background: none;
	position: relative;
	
}
.left .left-menu ul li a{
	height:auto;
	width:100%;
	margin:0px;
	padding:0px 5px 0px 15px;
	float:left;
	text-decoration:none;
	text-transform:uppercase;
	color:#666;
	background:#fff;
	transition: all 0.3s ease 0s;
	border-bottom:1px #d0d0d0 dashed;
	font-size:13px;
	font-weight:bold;
}
.left .left-menu ul li a p{
	margin:0px;
	padding:13px 0px 13px 0px;
	float:left;
	cursor:pointer;
}
.left .left-menu ul li a:hover{
	width:100%;
	height:auto;
	margin:0px;
	padding:0px 5px 0px 25px;
	float:left;
	color:#FFF;
	text-decoration:underline;
	background:#9d5600;
	border-bottom:1px #9d5600 dashed;
}
.left .left-menu ul li ul{
	margin: 0px 0px 0px 0px;
	padding: 0;
	width: 250px; /*Sub Menu Items width */
	float:left;
	top:0px;
	left:250px;
	display:none;
	position: absolute;
	z-index:9999;
	background:#FFFFFF;
	border: 1px solid #E6E6E6;
}
.left .left-menu ul li ul li{
	width:100%;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
	text-align:left;
}
.left .left-menu ul li ul li a{
	margin:0px;
	padding:0px;
	color:#333;
	text-decoration:none;
	float:left;
	position:relative;
	height:auto;
	background: url(../images/icon-right.png) left center no-repeat #FFFFFF;
	transition: all 0.3s ease 0s;
	border-bottom:1px #E6E6E6 solid;
}
.left .left-menu ul li ul li a p{
	margin:0px;
	padding:7px 0px 7px 12px;
}
.left .left-menu ul li ul li a:hover{
	margin:0px;
	padding:0px;
	color:#FF0000;
	text-decoration:none;
	float:left;
	height:auto;
	background: url(../images/icon-right.png) left center no-repeat #fff;
}
.left .left-menu ul li:hover ul ul, 
.left .left-menu ul li:hover ul ul ul,
.left .left-menu ul li:hover ul ul ul ul {
    display: block;
}

.left .left-menu ul li:hover ul,
.left .left-menu ul li li:hover ul,
.left .left-menu ul li li li:hover ul,
.left .left-menu ul li li li li:hover ul {
    display: block;
}
/*** ket thuc menu left ********************/
/** san pham ********************/
.wrap-box h3{
	text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: #333333;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	
}
.wrap-box h3 a{
	color: #333333;
	text-decoration:none;
	line-height:24px;
}
.wrap-box h3 a:hover{
	color: #003399;
	text-decoration:none;
}
.view-detail{
	color:#a1a194;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
	font-weight:normal;
	background: #d02c2c;
	border-radius: 0px;
	/*float:left;*/
	display:inline-block;
	margin-top:10px;
	min-width:100px;
}
.view-detail:hover{
	color:#dc514e;
	webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
	background:#117ab8;
}
.view-detail span{
	padding-top:7px;
	padding-bottom:7px;
	float:left;
	color:#FFF;
	width:100%;
	text-align:center;
	font-size:12px;
}
.box-title{
	color: #1c1c1c;
    line-height: 14px;
    padding: 0px;
    background: #f8f6f6;
    /*border: 1px solid #e8e8e8;*/
	margin-top:20px;
	font-family:RobotoMedium;
}
.box-title .box-title-xemthem{
	padding:10px;
	float:right;
}
a.box-title-xemthem{
	color:#06F;
	text-decoration:none;
}
a.box-title-xemthem:hover{
	color:#F60;
	text-decoration:none;
}
.box-title .box-title-sapxep{
	padding:0px;
	float:right;
}
.box-title .box-title-sapxep form{
	margin-bottom:0px;
}
.block_category_child a:first-child {
    background: none;
}
.block_category_child a {
    color: #666;
    font: 400 13px arial;
    padding: 10px 8px 6px;
    background: url(../images/bg_drash_1x10.gif) no-repeat left 12px;
    float: left;
    white-space: nowrap;
}
.box-title .box-title-xemthem a{
	cursor: pointer;
    color: #3b3b3b;
}
.box-title-div{
	/*background: url(../images/bg-title.png) center right no-repeat #117ab8;*/
	width:auto;
	float:left;
	padding:10px 50px 10px 10px;
	color:#fff;
}
.box-title-div h2, .box-title-div h1{
	color:#000;
	float:left;
	margin:0px;
	padding:0px;
	font-size:17px;
	font-weight:400;
	text-transform:uppercase;
}
.box-title-div h2 a, .box-title-div h1 a{
	color:#F60;
	text-decoration:none
}
.box-title-div h2 a:hover, .box-title-div h1 a:hover{
	color:#c06a1a 
}

.box-title-1{
	border-bottom:3px  #ff5c00  solid;/*c06a1a*/
	margin-bottom:15px;
}
.box-title-div-1{
	/*background: url(../images/bg-title.png) center right no-repeat #327628;*/
}

.box-title-2{
	border-bottom:5px  #327628 solid;
	text-transform:uppercase;
}
.box-title-div-2{
	/*background: url(../images/bg-title.png) center right no-repeat #327628;*/
}

.padding-wrap-box{
	position:relative;
	padding:15px 0px 15px 0;
	overflow:hidden;
	/*margin-left:-1px;
	margin-top:-1px;*/
	border:1px #F3F3F3 solid;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none !important;
	position: relative;
	display: inline-block;
	padding: 0 0 0 10px;
	font-size:13px;
	height:30px;
	line-height:30px;
	margin: 0;
	text-shadow: none;
	border-radius: 0px;
	color: #ffffff;
	/*text-transform: uppercase;*/
	background: #2561bf;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-default.btn3 strong {
	width: 38px;
	display: inline-block;
	background: #ff5c00 ;
	height: 30px;
	float: right;
	border-radius: 0px;
	margin-left: 10px;
}
.btn-default.btn3:hover {
	color: #FFFFFF;
	background: #ff5c00;
	text-decoration: none !important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.new-box {
    position: absolute;
    top: 3px;
    left: 5px;
    /*padding: 3px 8px;*/
	width:71px;
	height:39px;
    background:url(../images/new2.png) no-repeat;
    color: #FFF;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
	z-index:2
}
.img-responsive{
	width:100%;
	text-align:center;
	padding-top:5px;
	/*height:200px;
	max-height:200px;*/
	z-index:1;
	/*max-height:250px;*/
	position:relative;
}
.img-responsive img{
	width:100%;
	max-width:200px;
	height:auto;
	max-height:200px;
	z-index:1;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.img-responsive img:hover{
	width:100%;
	max-width:200px;
	height:auto;
	max-height:200px;
	z-index:1;
	transform: scale(1.1);
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.product-info{
	margin-top:15px;
	font-size:12px;
	color:#828181;
	line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	width:100%;
	display: -webkit-box;
	height:100%;
	float:left;
	z-index:2;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	background:#FFF;
	text-align:center;
}
.product-name{
	color:#2e2e2e !important;
	z-index:9999;
	display:block;
	font-size:14px;
	font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	width:100%;
	float:none;
	text-align:center;
}
.price{
	margin-bottom:10px;
}
.product-price{
	font-size: 14px;
    color: #FF0000;
    line-height: 20px;
    font-weight: 400;
    display: block;
	
}
.product-price font{
	color:#666
}
a.product-view{
	background:#088ec0;
	width:100%;
	max-width:80px;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	color:#FFF;
	text-align:center;
	float:right;
	margin-right:5px;
	transition: all 0.3s ease 0s;
}
a.product-view:hover{
	color:#FFF;
	background:#F00;
	transition: all 0.3s ease 0s;
}
.icon-view {
  position: absolute;
  top: 25%;
  left: 50%;
  margin-left: -25px;
  /*margin-top: -25px;*/
  opacity: 0;
  -webkit-animation: fadeOut .4s;
  animation: fadeOut .4s;
  z-index:999;
}
.padding-wrap-box:hover .icon-view {
  opacity: 1;
  -webkit-animation: bounceIn .8s;
  animation: bounceIn .8s;
  transition: all 0.2s ease-in-out;
  display:none
}

.icon-view {
  width: 50px;
  height: 50px;
  padding: 5px;
  border: solid 1px rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: inline-block;
}
.icon-view strong {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}
.size-view{
	font-size:18px;
	padding-top:10px;
	display:inline-block;
}
.padding-0{
	padding:0px;
}
.category{
	margin-left:-15px;
	margin-right:-15px;
}
.category a {
    display: block;
    position: relative;
    margin-bottom: 30px;
	padding-bottom:12px;
    color: #000;
    text-align: center;
    font-size: 15px;
    overflow: hidden;
	width:100%;
	background:#efefef;
	/*border-top:1px #fff solid;*/
	box-shadow:0px 2px 2px #CCC;
}
.category a:hover{
	-webkit-transition: all,0.5s,ease-in-out;
    -o-transition: all,0.5s,ease-in-out;
    transition: all,0.5s,ease-in-out;
	/*background:#f7f6f6;*/
	text-decoration:none;
}
.category a img {
    width: 100%;
	-webkit-transition: all,0.5s,ease-in-out;
    -o-transition: all,0.5s,ease-in-out;
    transition: all,0.5s,ease-in-out;
}
.category a:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.category a .wrap-name {
    /*position: absolute;
    left: 0;
    top: 0;
    width: 50%;
	height: 100%;
	*/
	width:100%;
    height:auto;
    padding-top: 15px ;
	float:left;
	
}
.category a .wrap-name2 {
    position: absolute !important;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    padding: 0 10px 0;
}
.category a .wrap-name i, .category a .wrap-name2 i {
    font-size: 47px;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.category a .wrap-name .date {
	margin-top:0px;
    margin-bottom: 0;
    color: #fff;
    font-size:13px;
	float:left;
	
}
.category a .wrap-name h3, .category a .wrap-name2 h3 {
	margin-top:0px;
    margin-bottom: 0;
	padding:0 10px 0 10px;
	/*padding-left: 3%;
	padding-right:3%;*/
	color:#ff6900;
    font-size: 17px;
    font-weight: 600;
	text-align:left;
	text-decoration:none;
	display: -webkit-box;
	width:100%;
	line-height: 1.4;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	float:left;
	
}
.category a:hover h3{
	/*-webkit-animation: 700ms linear  0s normal none 1 moveFromTop;
  -moz-animation: 700ms linear  0s normal none 1 moveFromTop;
  -ms-animation: 700ms linear  0s normal none 1 moveFromTop;
  -o-animation: 700ms linear  0s normal none 1 moveFromTop;
  animation: 700ms linear  0s normal none 1 moveFromTop;*/
 
}
.wrap-name p{
	text-align:left;
    display: -webkit-box;
    max-width: 100%;
	padding-top:10px;
    /*padding-left: 3%;
	padding-right:3%;*/
    margin: 0 auto;
	padding:10px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	float:left;
	font-size:14px;
	text-transform:lowercase;
	max-height:74px;
}
.wrap-name p:first-letter{
	text-transform:uppercase !important;
}
/********* bat dau toi tac ****************/
.hot-ads{
	/*position:absolute;
	bottom:0px;
	left:0px;*/
	margin-top:30px;
	z-index:999;
	max-height:140px;
	height:140px;
	overflow:hidden;
	width:100%;
	background:url(../images/bg-ads.png) repeat;
}

.hot-ads .content-partner{
	width:100%;
	height:auto;
	margin:0px 0 0 0;
	padding:0px;
	float:left;
	overflow:hidden;
}
.content-partner ul{
	width:3000px;
	overflow: hidden;
	height:100%;
	margin:0px;
	padding:0px;
}
.content-partner ul li{
	width:auto;
	height:auto;
	margin:2px 0 2px 8px;
	padding:4px 8px;
	display:inline;
	box-sizing: border-box;
	border:1px #e2e1e1 solid;
	/*border-radius:0 0 2px 2px;*/
	float:left;
	text-align:center;
}
.content-partner ul li img{
	margin:2px;
	padding:0px;
	background:#FFF;
	height:100px;
}

/******* footer *******/
.footer{
	padding-top:15px;
	padding-bottom:30px;
	background:#fff;
}
.footer-info{
	margin:0 auto;
	padding:30px 0px 30px 0px;
	max-width:850px;
	font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #9b9b9b;
	text-align:center;
}
.menu-footer{
	text-align:center;
}
.menu-footer a{
	margin:0 auto;
	padding:15px 30px;
	color: #151515;
    letter-spacing: 0.05em;
    font-weight: 700;
	text-decoration:none;
}
.menu-footer a:hover, a.menu-footer-active{
	color:var(--color-primary);
}

.copy{
	/*box-shadow:0px 1px 18px #999;*/
	background:#f6f6f6;
	font-size: 16px;
    color: #9b9b9b;
    letter-spacing: 0.05em;
	height:90px;
	line-height:90px;
}
.copy span{
	width:100%;
	float:left;
	padding-top:2px;

}
/******** back to top *********/
#elevator_item {
width: 40px;
height: 40px;
position: fixed;
right: 5px;
bottom: 3px;
-webkit-transition: opacity .4s ease-in-out;
-moz-transition: opacity .4s ease-in-out;
-o-transition: opacity .4s ease-in-out;
opacity: 1;
z-index: 100020;
display: none;
}
#elevator_item.off {
opacity: 0;
visibility: hidden
}
#elevator, #elevator_bottom, #elevator_center {
	display: block;
	width: 40px;
	height: 35px;
	background: url(../images/icon_top.png) center center no-repeat;
	background-color: #444;
	background-color: rgba(0,0,0,.6);
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	cursor: pointer;
	margin-bottom: 4px
}
/********* bat dau chat **********/
.button-chat {
	width: 70px;
	height: 70px;
	position: fixed;
	right: 0px;
	bottom: 80px;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	opacity: 1;
	z-index: 100020;
	display: block;
	float:right;
	background:url(../images/chat-2-icon.png) no-repeat;
	cursor:pointer;
}
.form-chat {
	width: 300px;
	height: auto;
	position: fixed;
	right: -300px;
	bottom: 0px;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	opacity: 1;
	z-index: 1000021;
	/*display: none;*/
	float:right;
	background:#FFF;
	transition: all 0.3s ease 0s;
	border-radius:0px 0px 0 0px;
    border: 1px solid #ebeef2;
	box-sizing:border-box;
	font-size:13px;
}
.form-chat .title-form-chat{
	width:100%;
	height:auto;
	float:left;
	padding:5px 0px;
	margin:0px;
	background:#007cc3;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	
}
.form-chat .mes-chat{
	width: 97%;
	height: auto;
	min-height:200px;
	overflow: auto;
	float:left;
	color:#000;
	margin-left:3%;
	margin-top:15px;
	margin-bottom:15px;
	padding-bottom:15px;
}
.alert-fix {
    padding:0px  15px;
    margin-bottom: 0px;
	margin-top:15px;
    border: 1px solid transparent;
    border-radius: 4px;
	text-align:right
}
.btn-submit{
    background: #e90000;
    border: 1px #e90000 solid;
	color:#FFF;
}
.btn-submit:hover{
	border: 1px #088ec0 solid;
	background: #088ec0;
	color:#FFF
}
/*************/
.avia-button{
	display:block;
	float:left;
}
.avia-button.avia-size-medium {
    padding: 12px 16px 10px;
    font-size: 13px;
    min-width: 90px;
}
.avia-button .avia-icon{
	width: 0px; 
	overflow: hidden; 
	display: inline-block; 
	height: 1em;  
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition:all 0.2s ease-in-out; 
	transition:all 0.2s ease-in-out; 
	opacity: 0;
}
.avia-button:hover .avia-icon{
	width: 20px; 
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition:all 0.2s ease-in-out; 
	transition:all 0.2s ease-in-out; 
}
.avia-button.avia-position-left {
    float: left;
    display: block;
}
.avia-button.avia-color-silver, .avia-button.avia-color-silver:hover {
    background-color: #DADADA;
    border-color: #B4B4B4;
    color: #555;
}
.avia-button {
    border-radius: 3px;
    padding: 10px;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin: 3px 0;
    line-height: 1.2em;
    position: relative;
    font-weight: normal;
    text-align: left;
    max-width: 100%;
	text-transform:none;
}
.avia-button:hover{
	text-decoration:none;
}
/*********/
.detail{
	padding:15px 0px;
	float:left;
	text-align:justify;
}

/***** form *********/
.form-contact .txt{
	padding: 3px 5px;
	width: 400px;
	border: 1px solid #D8D3D0;
	border-radius: 3px;
	outline: medium none;
	color: #036 !important;
	font-weight: lighter;
	font-size: 13px !important;
	margin-top:5px;
}
/*
input[type="text"]:focus, textarea:focus {
    outline: 0px none;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
    border-color: rgba(82, 168, 236, 0.8);
}*/
.select{
	-webkit-appearance:menulist-button !important;
	width:100px !important;
	display:inline;
}
input[type="text"], input[type="password"], textarea, select {
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 12px 19px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    background-color: transparent;
    background-image: none;
    border-radius: 25px !important;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 1px solid #e1e1e1;
}
.form-contact .txtare{
	padding: 3px 5px;
	width: 400px;
	height: 200px;
	border: 1px solid #D8D3D0;
	border-radius: 3px;
	outline: medium none;
	color: #036 !important;
	font-weight: lighter;
}
.form-contact .myButton {
	    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 11px 32px;
    font-size: 14px;
    line-height: 24px;
    border: 2px solid;
    font-family: "Montserrat",  Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 250ms all ease-in-out;
    border-radius: 25px;
	background-color: var(--color-primary);
    border-color: var(--color-primary);
	color:#FFF;
}
.form-contact .myButton:hover {
	
	background-color:#000000;
}
.form-contact .myButton:active {
	position:relative;
	top:1px;
}
/********* bat dau chat **********/
.button-chat {
	width: 200px;
	height: 108px;
	position: fixed;
	right: 0px;
	bottom: 0px;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	opacity: 1;
	z-index: 100020;
	display: block;
	float:right;
	background:url(../images/chat-2-icon.png) no-repeat;
	cursor:pointer;
}
.form-chat {
	max-width:100%;
	width: 350px;
	height: auto;
	position: fixed;
	right: -350px;
	bottom: 0px;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	opacity: 1;
	z-index: 1000021;
	/*display: none;*/
	float:right;
	background:#FFF;
	transition: all 0.3s ease 0s;
	border-radius:0px 0px 0 0px;
    border: 1px solid #ebeef2;
	box-sizing:border-box;
	font-size:13px;
}
.form-chat .title-form-chat{
	width:100%;
	height:auto;
	float:left;
	padding:5px 0px;
	margin:0px;
	background:#f66f1d;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	
}
.form-chat .mes-chat{
	width: 97%;
	height: auto;
	min-height:200px;
	overflow: auto;
	float:left;
	color:#000;
	margin-left:3%;
	margin-top:15px;
	margin-bottom:15px;
	padding-bottom:15px;
}
.form-chat .mes-chat hr{
	margin-top: 8px;
    margin-bottom: 8px;
}
.alert-fix {
    padding:0px  15px;
    margin-bottom: 0px;
	margin-top:15px;
    border: 1px solid transparent;
    border-radius: 4px;
	text-align:right
}
.btn-submit{
    background: #e90000;
    border: 1px #e90000 solid;
	color:#FFF;
}
.btn-submit:hover{
	border: 1px #088ec0 solid;
	background: #088ec0;
	color:#FFF
}
.support{
	width:100%;
	float:left;
	text-align:center;
	margin-bottom:20px;
}
.item-support{
	border-bottom:1px #e2e1e1 solid;
	padding-top:10px;
	padding-bottom:10px;
}
.suntory-alo-phone{
	display:none
}
label.error{
	color:#F00;
	font-style:italic;
	font-size:10px;
	font-weight:normal;
}
.margin-top{
	margin-top:15px;
}
.contact-box{
	padding: 24px 0;
    border-bottom: 1px solid #e7e7e7;
	width:100%;
	float:left;
}
.contact-title{
    font-family: "Playfair Display", "Times New Roman", Times, serif;
    font-size: 21px;
    font-weight: 700;
    color: #151515;
}
.contact-info{
	margin-top:15px;
	 font-family: "Lato", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: normal;
    color: #9b9b9b;
}
.contact-info span{
	font-size:24px;
	color:var(--color-primary);
	padding-right:10px;
}
/**** doi tac *****/
.doitac{
	width:100%;
	float:left;
	text-align:center;
	border-bottom:1px #F3F3F3  solid;
}
.doitac * img{
	width:100%;
	height:auto;
}
.bg-header-mobile{
	display:none;
}
.bg-page-navi{
	background:url(../images/page-title-3-1920x305.jpg) #f1edee  no-repeat;
	background-size:cover;
	height:230px;
	line-height:230px;
}
.bg-page-navi h2{
	line-height:230px;
	margin:0px;
	padding:0px;
	font-family: 'Playfair Display', serif;
    font-size: 60px;
    color: #151515;
    font-weight: 700;
}
.bg-navi{
	padding: 25px 0;
    background-color: #f6f6f6;
}
.breadcrumbs-custom-path {
    margin-left: -17px;
    margin-right: -17px;
}
.breadcrumbs-custom-path li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.7;
}
.breadcrumbs-custom-path > * {
    padding-left: 17px;
    padding-right: 17px;
}
.breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
    color: var(--color-primary);
}
.breadcrumbs-custom-path li::after {
    content: "";
    font-family: 'FontAwesome';
    position: absolute;
    top: 52%;
    right: -5px;
    display: inline-block;
    font-size: inherit;
    font-style: normal;
    color: #a1a1a1;
    transform: translate3d(0, -50%, 0);
}
.breadcrumbs-custom-path li:last-child:after {
	display: none;
}
.breadcrumbs-custom-path a:hover,
.breadcrumbs-custom-path li.active {
	color: #151515;
}
@media (max-width: 768px) and (min-width: 100px)  {
	.services-item{
		/*
		display: flex;
		align-items: center;
		*/
		position:relative;
		display: flex;
		align-items: center;
		padding: 100px 25px 50px 25px;
		float: none;
		height: auto !important;
	}
	.services-item-icon-title{
		padding:0px;
	}
	.services-item-title a{
		font-size:15px;
		padding-right:10px;
	}
	.preload-container img{
		position:absolute;
		top:40%;
		left:40%;
		width:10% !important;
		height:auto;
	}
	.bg-page-navi {
		background: url(../images/page-title-3-1920x305.jpg) #f1edee no-repeat;
		background-size: cover;
		height: 100px;
		line-height: 100px;
	}
	.bg-page-navi h2 {
		line-height: 100px;
		margin: 0px;
		padding: 0px;
		font-family: 'Playfair Display', serif;
		font-size: 30px;
		color: #151515;
		font-weight: 700;
		padding-left:30px;
	}
	.bg-navi {
		padding: 15px 0;
		background-color: #f6f6f6;
	}
	.bg-header-mobile{
		height:55px;
		line-height:55px;
		background:#FFF;
		display:block;
	}
	.logo-mobile{
		padding-left:57px;
	}
	.banner-info{
		display:none;
	}
	.box-title .box-title-xemthem{
		display:none;
	}
	.box-search{
		background:#09F;
		padding-bottom:7px;
		display:none;
	}
	.about {
		padding: 50px 0px;
	}
	.about-title{
		font-size:28px;
		margin:0px;
	}
	
	.about-bottom img{
		max-width:80%;
	}
	.buttonPublic{
		margin-bottom:20px;
	}
	.services{
		padding: 50px 0px;
	}
	.services-item:nth-child(odd) .services-item-info{
		padding-left:0px;
	}
	.services-item:nth-child(even) .services-item-info{
		padding-right:0px;
	}
	.services-info{
		padding-bottom:30px;
	}
	.services-title{
		font-size:28px;
	}
	.schedule{
		padding:15px;
		width: 100%;
    	float: left;
	}
	.schedule-box{
		width:100%;
		border-right: 3px solid var(--color-primary);
		float:left;
	}
	.schedule-img {
		padding: 0px;
		width: 100%;
		float: left;
	}
	.team{
		padding:50px 0px; 
	}
	.gallery{
		padding:50px 0px;
	}
	.copy{
		font-size:11px;
		height:60px;
		line-height:60px;
	}
	/***** bat dau hotline style 2 ****/
	.suntory-alo-phone{
        display: block;
    }

	.suntory-alo-phone {
		background-color: transparent;
		cursor: pointer;
		height: 100px;
		position: fixed;
		transition: visibility 0.5s ease 0s;
		width: 100px;
		z-index: 100000;
		
		bottom:0px;
		left:0;
	}
	
	.suntory-alo-phone {
		background-color: transparent;
		cursor: pointer;
		height: 120px;
		position: fixed;
		transition: visibility 0.5s ease 0s;
		width: 120px;
	}
	.suntory-alo-ph-circle {
		animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
		background-color: transparent;
		border: 2px solid rgba(30, 30, 30, 0.4);
		border-radius: 100%;
		height: 100px;
		left: 0px;
		opacity: 0.1;
		position: absolute;
		top: 0px;
		transform-origin: 50% 50% 0;
		transition: all 0.5s ease 0s;
		width: 100px;
	}
	.suntory-alo-ph-circle-fill {
		animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
		border: 2px solid transparent;
		border-radius: 100%;
		height: 70px;
		left: 15px;
		position: absolute;
		top: 15px;
		transform-origin: 50% 50% 0;
		transition: all 0.5s ease 0s;
		width: 70px;
	}
	.suntory-alo-ph-img-circle {
		border: 2px solid transparent;
		border-radius: 100%;
		height: 50px;
		left: 25px;
		opacity: 0.7;
		position: absolute;
		top: 25px;
		transform-origin: 50% 50% 0;
		width: 50px;
	}
	.suntory-alo-phone.suntory-alo-hover, .suntory-alo-phone:hover {
		opacity: 1;
	}
	.suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {
		animation: 1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
	}
	.suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {
		animation: 2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
	}
	.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone:hover .suntory-alo-ph-circle {
		border-color: #00aff2;
		opacity: 0.5;
	}
	.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {
		border-color: #F7953D;
		opacity: 1;
	}
	.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
		border-color: #bfebfc;
		opacity: 1;
	}
	.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone:hover .suntory-alo-ph-circle-fill {
		background-color: rgba(0, 175, 242, 0.9);
	}
	.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill {
		background-color: #F7953D;
	}
	.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
		background-color: rgba(0, 175, 242, 0.9);
	}
	
	.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone:hover .suntory-alo-ph-img-circle {
		background-color: #00aff2;
	}
	.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle, .suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle {
		background-color: #F7953D;
	}
	.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
		background-color: #00aff2;
	}
	@keyframes suntory-alo-circle-anim {
	0% {
		opacity: 0.1;
		transform: rotate(0deg) scale(0.5) skew(1deg);
	}
	30% {
		opacity: 0.5;
		transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	100% {
		opacity: 0.6;
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	}
	
	@keyframes suntory-alo-circle-img-anim {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	}
	@keyframes suntory-alo-circle-fill-anim {
	0% {
		opacity: 0.2;
		transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	50% {
		opacity: 0.2;
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
		opacity: 0.2;
		transform: rotate(0deg) scale(0.7) skew(1deg);
	}
	}
	.suntory-alo-ph-img-circle i {
		animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
		font-size: 30px;
		line-height: 50px;
		padding-left: 10px;
		color: #fff;
	}
	
	@keyframes suntory-alo-ring-ring {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
	}
	/***** ket thuc hotline style 2  ********/
	.box-hotline .hotline{
		background:none;
		margin-top:10px;
	}
	.hotline h3{
		text-align:right;
		font-size:14px
	}
	.hotline small{
		font-size:11px;
		width:100%;
		float:left;
		text-align:right;
		font-family:Arial, Helvetica, sans-serif;
	}
	.padding-xs-0{
		padding-left:0px;
		padding-right:0px;
	}
	 a.callus {
		 display: block !important;
		 position: fixed;
		 z-index: 9999;
		 bottom: 5px;
		 left: 5px;
		 background: #f30404 url(../images/earphone-white.png) no-repeat;
		 background-position: 10px center;
		 background-size: 20px;
		 border-radius: 1000px;
		 padding: 5px 10px 5px 40px;
		 font-weight: 700;
		 font-size: 18px;
		 line-height: 30px;
		 color: #fff;
	 }
	.button-chat {
		max-width:200px;
		width: 40%;
		height: 108px;
		position: fixed;
		right: 0px;
		bottom: 0px;
		-webkit-transition: opacity .4s ease-in-out;
		-moz-transition: opacity .4s ease-in-out;
		-o-transition: opacity .4s ease-in-out;
		opacity: 1;
		z-index: 100020;
		display: block;
		float:right;
		background:url(../images/chat-2-icon.png) no-repeat bottom;
		background-size:100% auto;
		cursor:pointer;
	}
	.category{
		margin-left:0px;
		margin-right:0px;
	}
	
	.menu-mobile{
		padding:0px;
		margin-bottom:1px;
	}
	.alert-fix {
		text-align:center;
	}
	.box-title-div h2, .box-title-div h1 {
		font-size:17px;
	}
	.footer {
		/*background:#0a7dc1;*/
	}
	.padding-right-0{
		padding:0px;
	}
	.header{
		margin-top:0px;
		margin-bottom:0px;
		padding:0px;
		/*background:#0e5ba8;*/
		/*background:url(../images/bg-header.png) repeat-x;
		background-size:auto 100%;
		
		background:none;*/
	}
	.wrap-menu .wrap-menu-name{
		margin-top:30px;
	}
	.langmb{
		padding-top:9px;
	}
	.header-text{
		display:none
	}
	.box-search-mobile{
		color:#F60;
		position:absolute;
		top:5px;
		right:10px;
	}
	/********* bat dau hotline mobile   */
	.call-animation {
		display:block !important;
		background: #0099FF url(../images/earphone-white.png) center no-repeat;
		width: 50px;
		height: 50px;
		position: relative;
		margin: 0 auto;
		border-radius: 100%;
		border: solid 5px #E6E6E6;
		animation: play 2s ease infinite;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		  position: fixed;
		 z-index: 9999;
		 bottom: 5px;
		 left: 5px;
	}
	.call-animation img {
			width: 50px;
			height: 50px;
			border-radius: 100%;
			position: absolute;
			left: 0px;
			top: 0px;
		}
	@keyframes play {
	
		0% {
			transform: scale(1);
		}
		15% {
			box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);
		}
		25% {
			box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.2);
		}
		25% {
			box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0.2);
		}
	
	}
	/****** ket thuc hotline mobile *********/
}
@-webkit-keyframes zoomInBg {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
	transform: scale(1.08);
  }
}

@keyframes zoomInBg {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
	transform: scale(1.08);
  }
}

.zoomInBg {
  -webkit-animation-name: zoomInBg;
  animation-name: zoomInBg;
}

/****** preload page ***************/
.preloading {
    overflow: hidden;
}
.preload-container {
    width: 100%;
    height: 100%;
    background: #ef6e7e;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999999999;
    display: block;
    padding-right: 17px;
    overflow-x: hidden;
    overflow-y: auto;
}
.preload-icon {
    font-size: 66px;
    color: #fff;
    margin-top: 20%;
}
.preload-container img{
	position:absolute;
	top:40%;
	left:47%;
	width:6%;
	height:auto;
}
@-webkit-keyframes {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 1.5s linear infinite;
  -moz-animation: rotating 1.5s linear infinite;
  -ms-animation: rotating 1.5s linear infinite;
  -o-animation: rotating 1.5s linear infinite;
  animation: rotating 1.5s linear infinite;
}
/*** ket thuc preload page ************/