html, body {
	font-family: Muli-R, Arial, sans-serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	color: #414042;
    line-height:20px;
	background:#f3f4f4; 
	
}
h1, h2, h3, h4, h5, h6 {
	line-height: normal;
	margin:0px;

	padding:5px 0px;
}
a {
	text-decoration: none;
}
strong, b{
	font-family:Roboto-B, Tahoma, Geneva, sans-serif;
	font-weight:normal;
}
img {
	border: none;
	max-width: 100%;
}

#page {
	overflow:hidden;
	width:100%;
	margin:0 auto;
	position:relative;
}
.c, .c5, .c10, .c15, .c20, .c30, .c3, .c2, .c80,.c40 {
	clear: both;
}
.c {
	height: 0px;
}
.c2 {
	height: 2px;
}
.c3 {
	height: 3px;
}
.c5 {
	height: 5px;
}
.c10 {
	height: 10px;
}
.c15 {
	height: 15px;
}
.c20 {
	height: 20px;
}
.c30 {
	height: 30px;
}
.c35 {
	height: 35px;
}
.c40 {
	height: 40px;
}
.c80 {
	height: 80px;
}
.overlay{
	background:#000;
	opacity:.7;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;	
	z-index:99999;
}
.text-line-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.text-line-4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.text-line-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.text-line-5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.text-line-6 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
.margin-bottom-10{
	margin-bottom:10px;	
}
.margin-bottom-20{
	margin-bottom:20px;	
}
.margin-bottom-30{
	margin-bottom:30px;	
}
.header-mobile{
	display:none;	
}
.header{
	height:61px;	
	background:#FFF;
}
.logo{
	width:202px;
	background:#FFF;
	position:relative;	
}
.logo .box-logo{
	width:250px;
	background:#FFF;
	height:82px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:3
}
.logo .box-logo:before{
	background:#FFF;
	height:82px;
	width:1000px;
	left:-1000px;
	position:absolute;
	content:"";
}
.logo .box-logo:after{
	position:absolute;
	width:31px;
	height:21px;
	background:url(../images/corner-logo.png) no-repeat;
	right:-31px;
	bottom:0px;
	content:"";
}
.menubar{
	background:url(../images/bg-menu-bar.png);
	height:50px;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:2;
}
.box-menu-slide{
	position:relative;	
	min-height:50px;
}
#slide_home{
	
}
#slide_home .swiper-slide{
	height:100%;	
	
}
.nav{
	padding:0px;
	padding-left:210px;
	margin:0px;	
	font-family:Muli-B, Tahoma, Geneva, sans-serif;
	font-weight:normal;
}
.nav li{
	list-style:none;
	position:relative;
}
.nav > li > a{
	color:#fff;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
	line-height:20px;
	text-align:center;
}
.nav li a:before{
	width:0px;
	height:50px;	
	content:"";
}
.nav li a span{
	width:100%;
	align-self:center;
	padding:0 12px;
}
.nav li ul{
	position:absolute;
	top:100%;
	left:0px;
	width:230px;
	background:#FFF;
	display:none;
	padding:0px;
	margin:0px;
	box-shadow:0px 5px 5px #CCC;
}
.nav li ul li{
	padding:0px;
	border-bottom:solid 1px #EEE
}
.nav li ul li a{
	display:block;
	padding:7px 10px;
	color:#333;
}
.nav ul li:hover{
	background:#0A4FA0;
}
.nav ul li:hover a{
	color:#FFF;
}
.box-menubar{
	width:calc(100% - 265px);	
}
.menubar .box-search{
	background:#0a4fa0;	
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	color:#FFF;
}
.search-in-slide{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);	
	color:#FFF;
	width:90%;
	max-width:536px;
	text-align:center;
	z-index:3;
}
.input-search-slide{
	
}
.input-search-slide input{
	width:calc(100% - 117px);	
	height:45px;
	-webkit-border-radius:40px 0px 0px 40px;
	border-radius:40px 0px 0px 40px;
	border:none;
	background:#FFF;
	padding:0px 20px;
	outline:none;
}
.input-search-slide a{
	width:117px;
	height:45px;
	background:#eb7a27;
	color:#FFF;
	line-height:45px;
	text-align:center;
	-webkit-border-radius:0px 40px 40px 0px;
	border-radius:0px 40px 40px 0px;	
}
.box-trust{
	position:relative;
	margin-top:-60px;	
	z-index:3;
	background:#FFF;
	-webkit-border-radius:50px;
	border-radius:50px;
	overflow:hidden;
	box-shadow: 2px 2px 3px #EEE;
}
.box-trust .caption {
	position: relative;
	background: #2461aa;
	color:#FFF;
	width:182px;
	padding:20px 20px 20px 40px;
	font-family:Muli-B, Tahoma, Geneva, sans-serif;
	font-size:20px;
	line-height:24px;
}

.box-trust .caption:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(36, 97, 170, 0);
	border-left-color: #2461aa;
	border-width: 5px;
	margin-top: -5px;
}
.box-trust .content{
	width:calc(100% - 182px);
	align-self:center;

}
.box-trust .content .flex-container .cell-1-3{
	border-left:solid 2px #d7d7d7;
	padding:0px 20px;	
}
.box-trust .content .flex-container .cell-1-3:first-child{
	border-left:none;
}
.trust-image{
	width:51px;	
}
.trust-content{
	width:calc(100% - 61px)	;
	color:#4d4d4f;
}
.trust-content .name{
	font-family:Muli-B, Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#2461aa;	
}
.popup-video-home{
	display:none;	
}
.title-home{
	font-family:Muli-Black, Tahoma, Geneva, sans-serif;
	font-size:24px;
	color:#2461aa;
	text-align:center;
	text-transform:uppercase;
	margin:0px;	
}
.title-home a{
	color:#2461aa;	
}
.news-name-home{
	font-family:Muli-B, Tahoma, Geneva, sans-serif;
	color:#414042;	
	font-size:16px;
}
.news-name-home a{
	color:#414042;
}
.image-news{
	position:relative;	
}
.image-news .play{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:49px;
	height:49px;
	background:url(../images/btn-play.png);
}
.image-news img{
	display:block;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.cat-tour-home-name{
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	color:#FFF;	
	background:url(../images/bg-tour-name-home.png);
	width:100%;
	height:100%;
}
.cat-tour-home-name div {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
	padding:10px;
	text-align:center;
}
.cat-tour-home-name div span.name{
	font-family:Muli-B, Tahoma, Geneva, sans-serif;
	font-size:20px;
	width:100%;
	display:block;
	text-align:center;
}
.article-next,.article-prev{
	width:44px;
	height:44px;
	position:absolute;
	top:40%;
	z-index:3;
	outline:none;
}

.article-next{
	background:url(../images/ykien-next.png) no-repeat;	
	right:-50px;
}
.article-prev{
	background:url(../images/ykien-prev.png) no-repeat;	
	left:-50px;
}
.album .swiper-slide{
	opacity:.5;	

}
.album .swiper-slide-prev,.album .swiper-slide-next{
	width:335px !important;
	opacity:1;
	transition:width .5s;
}
.album .swiper-slide-active{
	width:482px !important;
	opacity:1;

}
.image-tour-hot{
	position:relative;	
}
.image-tour-hot img{
	display:block;
}
.image-tour-hot .icon-date-tour{
	background:url(../images/icon-date-tour.png) no-repeat center;
	width:52px;
	height:52px;
	color:#FFF;
	padding:4px 10px;
	text-align:center;
	position:absolute;
	top:10px;
	left:10px;
	z-index:2;
	font-family:Muli-Black, Tahoma, Geneva, sans-serif;
	font-size:13px;
	line-height:18px;
}
.image-tour-hot .countdown{
	position:absolute;
	background:url(../images/bg-countdown.png);
	padding:10px;
	bottom:0px;
	left:0px;
	z-index:1;
	color:#FFF;
}
.image-tour-hot .countdown:after{
	background-image:url(../images/bg-countdown-right.png);	
	background-repeat:no-repeat;
	background-position:top left;
	background-repeat:100%;
	width:19px;
	height:100%; 
	top:0px;
	z-index:1;
	right:-19px;
	content:"";
	position:absolute;
}
.tour-hot-name{
	font-family:Muli-B, Tahoma, Geneva, sans-serif;
	color:#4d4d4f;	
	font-size:18px;
	margin:0px;
	padding:0px;
}
.tour-hot-name a{
	color:#4d4d4f;		
}
.tour-hot-code{
	color:#4d4d4f;	
	margin-bottom:5px;
}
.tour-hot-price{
	font-family:Muli-B, Tahoma, Geneva, sans-serif;
	color:#4d4d4f;	
}
.tour-hot-price strong{
	font-family:Muli-Black, Tahoma, Geneva, sans-serif;
	color:#eb3226;
	padding-right:15px;
}
.chungchi .swiper-slide{
	position:relative;
}
.chungchi .swiper-slide img{
	display:block;
}
.chungchi .swiper-slide:after{
	background:#000;
	opacity:.6;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:2;
	position:absolute;
}
.chungchi .swiper-slide-active{
	transform:scale(1.24);
	z-index:3;	
	transition:transform 0.3s;
	border:solid 5px #e1e1e1;
	opacity:1;
}
.chungchi .swiper-slide.swiper-slide-active:after{
	display:none;
}
.chungchi .swiper-slide-next,.chungchi .swiper-slide-prev{
	z-index:1;
	transition:transform 0.3s;
	transform:scale(0.9);
}
.box-action-footer{
	color:#FFF;
	padding:10px 0px;
	background:#2461aa;	
}
.footer{
	background:#252525;
	color:#dcddde;	
}
.copyright{
	background:#111111;
	color:#FFF;	
}
.copyright a{
	color:#FFF;	
}
.btn-send-request{
	width:194px;
	height:46px;
	background:#eb9627;
	color:#FFF;
	line-height:46px;
	text-align:center;
	font-family:Muli-B, Tahoma, Geneva, sans-serif;
	align-self:center;
	-webkit-border-radius:5px;
	border-radius:5px;	
}
.btn-call-footer{
	width:194px;
	height:46px;
	background:#FFF;
	color:#eb3226;
	line-height:46px;
	text-align:center;
	font-family:Muli-B, Tahoma, Geneva, sans-serif;
	align-self:center;
	-webkit-border-radius:5px;
	border-radius:5px;	
}
.title-action{
	text-transform:uppercase;
	font-family:Muli-Black, Tahoma, Geneva, sans-serif;	
	font-weight:normal;
}
.action-item .text-1{
	width:calc(100% - 200px);
}
.action-item .text-2{
	padding-right:15px;
}
.title-page{
	color:#2461aa;
	font-family:Muli-Black, Tahoma, Geneva, sans-serif;
	font-size:24px;
	font-weight:normal;
	text-align:center;
	margin:0px;	
}
.tourcat{
	position:relative;	
}
.tourcat img{
	display:block;	
}
.div-scroll{
	min-width:750px;
	overflow:auto;	
}
.box-tourhot-album{
	background: rgb(254,255,255); background: -moz-linear-gradient(top,  rgba(254,255,255,1) 0%, rgba(254,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(247,247,248,1) 77%, rgba(234,236,237,1) 100%); 
	background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(254,255,255,1) 0%,rgba(255,255,255,1) 0%,rgba(247,247,248,1) 77%,rgba(234,236,237,1) 100%); /
	background: linear-gradient(to bottom,  rgba(254,255,255,1) 0%,rgba(254,255,255,1) 0%,rgba(255,255,255,1) 0%,rgba(247,247,248,1) 77%,rgba(234,236,237,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#eaeced',GradientType=0 ); 
	
}
.item-tour{
	background:#FFF;	
}
.item-tour .text{
	padding:20px;
}
.tab-tour-detail{
	background:#2461aa;
	color:#FFF;	
	font-family:Muli-B, Tahoma, Geneva, sans-serif;
	font-size:14px;
}
.tab-tour-detail .download-program{
	width:170px;
	color:#FFF;
	padding:10px;
	text-align:right;
}
.tab-tour-detail .tab{
	width:calc(100% - 170px);
}
.tab-tour-detail .tab .tab-item{
	padding:10px 10px;
	display:inline-block;
	color:#FFF;
	position:relative;
}
.tab-tour-detail .tab .tab-item.active:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(36, 97, 170, 0);
	border-top-color: #2461aa;
	border-width: 8px;
	margin-left: -8px;
}
.title-item-tour-detail{
	color:#2461aa;
	font-family:Muli-Black, Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size:24px;
	margin:0px;	
}
.table-price {
	-webkit-border-radius:4px;
	border-radius:4px;
	overflow:hidden;	
	color:#4d4d4f;
}
.table-price .th{
	background:#2461aa;
	color:#FFF;
	padding:10px;
	font-family:Muli-B;
	border:none !important;
}
.table-price .col-book-now{
	width:115px;
	text-align:center;
	padding:5px;
	border-bottom:solid 1px #e1e1e1;
	border-left:solid 1px #e1e1e1;
	border-right:solid 1px #e1e1e1;
}
.table-price .col-book-now a,.table-list-mobile .a-book-now{
	background:#eb3226;	
	color:#FFF;
	display:block;
	padding:5px;
	text-align:center;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.table-price .col-startdate{
	width:115px;
	padding:10px;
	text-align:left;
	width:calc(40% - 15px);
	border-bottom:solid 1px #e1e1e1;
	border-left:solid 1px #e1e1e1;
}
.table-price .col-price{
	width:115px;
	text-align:center;
	padding:10px;
	width:calc(30% - 50px);
	border-bottom:solid 1px #e1e1e1;
	border-left:solid 1px #e1e1e1;
}
.price-default{
	color:#eb3226;
	font-weight:normal;
	font-family:Muli-B;
}
.item-lichtrinh .content-lichtrinh{
	display:none;	
}
.item-lichtrinh .name-lichtrinh{
	position:relative;
	font-family:Muli-B, Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#4d4d4f;
	padding:10px 0px 10px 17px;
	cursor:pointer;
}
.item-lichtrinh .name-lichtrinh:before{
	content:"\f111";
	font-family:FontAwesome;
	position:absolute;
	left:0px;
	top:10px;
	color:#e53818;
	font-size:12px;
}
.item-lichtrinh .name-lichtrinh:after{
	position:absolute;
	font-family:FontAwesome;
	content:"\f0d7";
	right:0px;
	top:10px;
	color:#acacac;
}
.item-lichtrinh.active .name-lichtrinh:after{
	content:"\f0d8";
}

.item-lichtrinh{
	border-bottom:solid 1px #e1e1e1;	
}
.btn-book-this-tour{
	background:#e53818;
	color:#FFF;
	padding:10px 15px;
	display:block;
	font-family:Muli-Black, Tahoma, Geneva, sans-serif;	
}
.info-tour-list > div > .fa{
	color:#e53818;
	font-size:16px;
	width:17px;
	text-align:center;
}
.info-tour-list > div > strong{
	font-family:Muli-B, Tahoma, Geneva, sans-serif;
	font-weight:normal;	
}
.info-tour-list > div{
	padding:2px 0px;	
}
.tour-detail-name{
	color:#2461aa;
	font-size:24px;
	font-family:Muli-Black, Tahoma, Geneva, sans-serif;	
	margin:0px;
	padding:15px 0px;
}
.box-hotline-tour-detail{
	background:#ebebeb;
	position:relative;
	-webkit-border-radius:4px;
	border-radius:4px;
	overflow:hidden;
}
.box-hotline-tour-detail .image{
	background-image:url(../images/bg-hotline-tour-detail.png)	;
	background-repeat:no-repeat;
	background-size:cover;
	min-height:100px;
}
.box-hotline-tour-detail .title{
	background:#2461aa;	
	position:relative;
	width:calc(100% + 50px);
	padding:10px;
	color:#FFF;
	font-family:Muli-B, Tahoma, Geneva, sans-serif;
}
.box-hotline-tour-detail .title:after{
	position:absolute;
	right:-27px;
	top:0px;
	width:40px;
	height:100%;
	content:"";
	background:#2461aa;
	transform:skewX(-25deg);
	-webkit-border-radius:0px 0px 10px 0px;
	border-radius:0px 0px 10px 0px;
}
.box-hotline-tour-detail .phone-item{
	padding:5px 0px;
	font-family:Muli-B, Tahoma, Geneva, sans-serif;
}
.box-hotline-tour-detail .phone-item a{
	font-family:Muli-Black;
	color:#eb3226;	
}
.title-right{
	background:#2461aa;
	color:#FFF;
	display:block;
	padding:10px;
	font-family:Muli-Black, Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:normal;	
}
.box-menu-left{
	-webkit-border-radius:4px;
	border-radius:4px;
	overflow:hidden;
	background:#FFF;	
}
.menuleft{
	margin:0px;	
	padding:0px;
}
.menuleft li{
	list-style:none;
	border-top:dashed 1px #e1e1e1;
}
.menuleft li:first-child{
	border-top:none;
}
.menuleft li a{
	display:block;
	padding:7px 5px 7px 25px;
	position:relative;
	color:#333;
}
.menuleft li a:before{
	content:"\f111";
	position:absolute;
	left:10px;
	font-size:10px;
	top:8px;
	font-family:FontAwesome;
	color:#a1a1a1;
}
.menuleft li.active a{
	color:#2461aa;
	font-family:Muli-B, Tahoma, Geneva, sans-serif;
}
.menuleft li.active a:before{
	color:#2461aa;
}
.news-image-right img{
	display:block;
	-webkit-border-radius:4px;
	border-radius:4px;
	width:100px;
}
.news-name-right a{
	color:#333;
}
.price-detail{
	text-align:right;	
	font-family:Muli-B, Tahoma, Geneva, sans-serif;
	color:#4d4d4f;
	font-size:16px;
}
.price-detail strong{
	font-family:Muli-Black;
	font-size:24px;
	color:#eb3226;
	margin-right:10px;	
}
.imgage-other-tour{
	-webkit-border-radius:4px;
	border-radius:4px;
	overflow:hidden;	
}
.imgage-other-tour img{
	display:block;
}
.popup_book_tour{
	background:#FFF;
	width:620px;
	height:620px;
	max-width:95%;
	max-height:95%;
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:9999999;
	box-shadow:0px 0px 10px #333;	
	-webkit-border-radius:4px;
	border-radius:4px;
	overflow:hidden;
	display:none;
}
.popup_book_tour .title{
	padding:10px;
	background:#2461aa;
	color:#FFF;
	font-family:Muli-B, Tahoma, Geneva, sans-serif;
	position:relative;
	padding-right:30px;
}
.popup_book_tour .title .close{
	width:27px;
	height:27px;
	background:#FFF;
	text-align:center;
	line-height:27px;
	color:#ff0000;
	position:absolute;
	top:5px;
	right:10px;
	-webkit-border-radius:50%;
	border-radius:50%;
}
.content-frm-book-tour{
	height:calc(100% - 45px);
	overflow:auto;
	
}
.content-frm-book-tour .tour-info{
	background:#ebebeb;
	padding:20px;
}
.content-frm-book-tour .frm-book-tour{
	background:#FFF;
	padding:20px;
}
.item-form-book{
	margin-bottom:15px;	
}
.item-form-book input,.item-form-book select{
	width:100%;
	height:38px;
	border:solid 1px #e1e1e1;	
	padding:0px 5px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.item-form-book textarea{
	width:100%;
	height:59px;
	border:solid 1px #e1e1e1;	
	padding:5px 5px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.btn-submit-frm-book-tour{
	background:#e53818;
	display:block;
	padding:10px;
	-webkit-border-radius:4px;
	border-radius:4px;
	color:#FFF;
	font-family:Muli-B, Tahoma, Geneva, sans-serif;
	text-align:center;	
}
.view-info-payment{
	color:#e53818; 
	font-family:Muli-B;
}
.view-info-payment:hover{
	text-decoration:underline;	
}
.pop-send-request{
	width:500px;
	max-height:95%;
	max-width:95%;
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background:#FFF;	
	box-shadow:0px 0px 10px #333;
	z-index:99999999;
	display:none;
}
.pop-send-request .title{
	background:#2461aa;
	line-height:35px;
	padding:0px 20px;
	color:#FFF;
	font-family:Muli-B, Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	position:relative;
	
}
.pop-send-request .title a{
	width:25px;
	height:25px;
	background:#FFF;
	top:5px;
	right:5px;
	color:#333;
	position:absolute;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	text-transform:none;
	line-height:25px;
}
.error{
	border:solid 1px #FF0000 !important;	
}
.bgwhite{
	background: #FFF;
}
.hotel-name{
	color: #2461aa;
	font-family: Muli-Black, Arial;
	font-size: 24px;
	margin:0px;
	padding:0px;
}
.hotel-name a{
	color: #2461aa;
}
.btn-hotel-detail{
	background: #2461aa;
	display: inline-block;
	padding: 10px 30px;
	color: #FFF;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-family:Muli-B;
}
.btn-hotel-detail i.fa{
	background: #2f77cd;
	color: #FFF;
	width: 18px;
	height: 18px;
	line-height: 18px;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align: center;
}
.ulist-hotel{
	margin:0px;
	padding:0px;	
}
.ulist-hotel li{
	list-style:none;	
	padding:3px 0px 3px 15px;
	position:relative;
}
.ulist-hotel li strong{
	font-family:Muli-B, Tahoma, Geneva, sans-serif;
	font-weight:normal;
}
.ulist-hotel li:after{
	position:absolute;
	top:3px;
	left:0px;
	content:"\f111";
	font-family:FontAwesome;
	font-size:12px;
	color:#2461aa;
}
.arrow-slide-image-hotel-next,.arrow-slide-image-hotel-prev{
	width:44px;
	height:44px;
	position:absolute;
	top:45%;
	z-index:2;
	outline:none;
}
.arrow-slide-image-hotel-next{
	background:url(../images/ykien-next.png) no-repeat;	
	right:-20px;
}
.arrow-slide-image-hotel-prev{
	background:url(../images/ykien-prev.png) no-repeat;	
	left:-20px;
}
.image-hotel{
	-webkit-border-radius:5px;
	border-radius:5px;	
}
.crumb{
	background:#FFF;	
	padding:10px 0px;
	color:#333;
}
.crumb a{
	color:#333;
}
.crumb a:hover{
	text-decoration:underline;	
}
.slidehotel{
	min-height:450px;	
	background-position:right center;
	background-repeat:no-repeat;
	background-size:cover;
	 margin-top:-49px; position:relative;
	 padding-top:49px;
	
}
.title-slide-hotel{
	font-family:Muli-B;
	font-size:24px;
	text-align:center;
	color:#FFF;
		
}
.content-slide-hotel{
	color:#FFF;	
}
.content-slide-hotel strong{
	font-family:Muli-B;
}
.tab-detail-hotel{
	background:#FFF;	
	-webkit-border-radius:4px;
	border-radius:4px;
}
.tab-detail-hotel .tab{
	width:calc(100% - 150px);
}
.tab-detail-hotel .tab a{
	font-family:Muli-B, Tahoma, Geneva, sans-serif;
	color:#2461aa;
	padding:10px 10px;
	display:inline-block;
	position:relative;
	
}
.tab-detail-hotel .tab a:first-child{
	-webkit-border-radius:4px 0px 0px 4px;
	border-radius:4px 0px 0px 4px;
}
.tab-detail-hotel .tab a.active{
	background: #2461aa;
	color:#FFF;
}
.tab-detail-hotel .tab a.active:after{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(36, 97, 170, 0);
	border-top-color: #2461aa;
	border-width: 5px;
	margin-left: -5px;
}
.btn-book-hotel-detail{
	width:150px;
	background:#eb3226;
	text-align:center;
	line-height:40px;	
	color:#FFF;
	font-family:Muli-B, Tahoma, Geneva, sans-serif;
	-webkit-border-radius:0px 4px 4px 0px;
	border-radius:0px 4px 4px 0px;
}
.content-tab{
	display:none;	
}
.popup-book-hotel{
	background:#FFF;
	box-shadow:0px 0px 10px #333;
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);	
	width:350px;
	height:470px;
	z-index:99999999;
	max-width:95%;
	max-height:95%;
	display:none;
}
.popup-book-hotel .title{
	background:#2461aa;
	color:#FFF;
	font-family:Muli-B, Tahoma, Geneva, sans-serif;
	text-align:center;
	padding:0px 20px;
	height:35px;
	line-height:35px;
}
.popup-book-hotel .title .close{
	width:25px;
	height:25px;
	background:#FFF;
	color:#333;
	-webkit-border-radius:50%;
	border-radius:50%;
	position:absolute;
	top:5px;
	right:5px;
	line-height:25px;
}
.popup-book-hotel .content{
	padding:20px;
	height:calc(100% - 35px);
	overflow:auto;
}
.popup-book-hotel .content .item{
	margin-bottom:15px;
}
.popup-book-hotel .content .item input{
	width:100%;
	padding:0px 10px;
	border:solid 1px #CCC;
	-webkit-border-radius:3px;
	border-radius:3px;
	height:35px;
}
.popup-book-hotel .content .item textarea{
	width:100%;
	padding:10px 10px;
	border:solid 1px #CCC;
	-webkit-border-radius:3px;
	border-radius:3px;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
}
.btn-submit-book-hotel{
	display:block;
	width:100%;
	height:35px;
	line-height:35px;
	color:#FFF;
	font-family:Muli-B, Tahoma, Geneva, sans-serif;
	background:#e53818;
	text-align:center;	
}
.service-name{
	color:#414042;
	font-family:Muli-B, Tahoma, Geneva, sans-serif;
	font-size:16px;
	padding:0px 0px 10px 0px;
	margin:0px;	
}
.service-name a{
	color:#414042;
}
.service-name a:hover{
	color:#0A4FA0;	
}
.video-cell{
	background:#FFF;
	-webkit-border-radius:4px;
	border-radius:4px;
	overflow:hidden;	
}
.video-cell .text{
	padding:15px;
}
.video-photo{
	position:relative;	
}
.video-photo .btn-play{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background-image:url(../images/btn-play.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
	width:40px;
	height:40px;
	z-index:2;
}
.toppage{
	width:calc(100% - 230px);
}
.toppage .lang, .header-mobile .lang{
	background:#ebebeb;
	height:42px;
	padding:0px 30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	align-self:center;
	line-height:42px;	
	padding-left:50px;
	color:#7c7c7c;
	display:inline-block;
}
.toppage .lang.en,.header-mobile .lang.en{
	background-image:url(../images/lang_en.png);
	background-position:10px 5px ;
	background-repeat:no-repeat;
}
.toppage .lang.vn ,.header-mobile .lang.vn{
	background-image:url(../images/lang_vn.png);
	background-position:10px 5px ;
	background-repeat:no-repeat;
}
.toppage .flex-container:before{
	height:60px;
	content:"";
	width:0px;
}
.toppage .menutop{
	align-self:center;	
	color:#414042;
	margin-right:20px;
}
.toppage .menutop a{
	color:#414042;	
}
.toppage .menutop a:hover{
	text-decoration:underline;
}
.hotline-top{
	color:#eb3226;
	
}
.hotline-top strong, .email-top strong{
	font-family:Muli-Black, Tahoma, Geneva, sans-serif;	
}
.email-top{
	color:#2461aa;
	margin-left:20px;	
}
.menufooter{
	padding:0px;
	margin:0px;	
}
.menufooter li{
	list-style:none;
	color:#dcddde;	
	padding:3px 0px;
}
.menufooter li a{
	color:#dcddde;
}
.title-footer{
	color:#FFF;
	text-transform:uppercase;
	font-family:Muli-Black, Tahoma, Geneva, sans-serif;	
}
.title-footer a{
	color:#FFF;	
}
.footer strong{
	font-family:Muli-B;	
}
.linksmo a{
	font-size:18px;
	color:#FFF;
	margin:0px 5px;	
}
.title-brand{
	font-family:Muli-B, Tahoma, Geneva, sans-serif;
	color:#69adff;
	text-transform:uppercase;	
}
.text-info-list{
	padding:20px;	
}
.albumname{
	position:absolute;
	left:0px;
	bottom:0px;
	padding:5px 10px;	
	z-index:2;
	color:#FFF;
	background:url(../images/bg-album-home.png);
	width:100%;
}
.albumname a{
	color:#FFF;	
}
.album-name{
	color:#333;
	font-family:Muli-B, Tahoma, Geneva, sans-serif;
	font-size:18px;	
	margin:0px;
	padding:5px 0px;
	text-align:center;
}
.album-name a{
	color:#333;
}
.b-pro{
	background:#FFF;	
}
.news-detail-name{
	font-family:Muli-B, Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#2461aa;
    margin: 0px;
    padding: 0px;

}
.intro-detail{
	font-family:Muli-B, Tahoma, Geneva, sans-serif;
	font-size:14px;
	margin:0px;	
}
.othernews{
	padding:0px;
	margin:0px;	
}
.othernews li{
	list-style:none;
	position:relative;
	padding:3px 0px 3px 15px;
}
.othernews li:before{
	position:absolute;
	top:3px;
	left:0px;
	color:#2461AA;
	font-family:FontAwesome;
	content:"\f111";
	font-size:10px;
}
.othernews li a{
	color:#333;
}
.othernews li a:hover{
	text-decoration:underline;
	color:#2461AA;
}
.other-product-title{
	font-family:Muli-Black, Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#2461AA;
	margin:0px;
}
.b-search{
	background:#CCC;
	padding:4px;
	position:absolute;
	top:100%;
	right:0px;
	width:250px;	
	display:none;
}
.b-search input{
	width:calc(100% - 40px);
	height:30px;
	padding:0px 5px;
}
.b-search a{
	width:30px;
	height:30px;
	color:#333;
	line-height:30px;
	text-align:center;
}
.txt-contact{
	width:100%;
	border:solid 1px #CCC;
	height:30px;
	margin-top:3px;
	margin-bottom:15px;
	padding:0px 5px;	
}
.btn-send{
	display:block;	
	padding:0px 30px;
	height:35px;
	background:#2461aa;
	border:none;
	color:#FFF;
	width:100%;
}
.form_error{
	color:#FF0000;	
}
.menu-mobile-bar{
	background:#2461AA;
	padding:5px 0px;	
}
.menu-mobile-bar .mobile-item-bars{
	color:#FFF;
	text-align:center;
	width:40px;
	line-height:normal;
	border:solid 1px #CCC;
	padding:3px;
	font-size:12px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.menu-mobile-bar .mobile-item-bars .fa{
	font-size:14px;
}
.menu-mobile-bar .search{
	height:37px;
}
.menu-mobile-bar .search input{
	width:calc(100% - 37px);
	height:37px;
	background:none;
	border:none;
	padding:0px 5px;
	color:#333;
	outline:none;
}
.menu-mobile-bar .search a{
	color:#333;
	height:37px;
	text-align:center;
}
.mobile-email{
	width:37px;
	height:37px;
	background:#EB7A27;	
	color:#FFF;
	display:inline-block;
	text-align:center;
	line-height:37px;
	font-size:16px;
	-webkit-border-radius:50%;
	border-radius:50%;
}
.menu-mobile-bar .search .mobile-hotline{
	border:solid 1px #FFF;
	height:37px;
	padding:0px 10px;	 
	color:#eb3226;
	display:inline-block;
	background:#FFF;
	padding-top:6px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-size:18px;
}
.menu-mobile-bar .search .mobile-hotline .fa{
	width:25px;
	height:25px;
	background:#eb3226;
	color:#FFF;
	line-height:25px;
	-webkit-border-radius:50%;
	border-radius:50%;
	margin-right:10px;
	font-size:14px;
}
.box-chungchi-home{
	position:relative; margin:0px 60px
}
.table-list-mobile{
	border-collapse:collapse;
	border:solid 1px #CCC;
	margin-bottom:5px;
}
.table-list-mobile td{
	border:solid 1px #CCC;
	padding:5px;
	text-align:center;
}

.tddatestart{
	background:#2461aa;
	color:#FFF;	
}
.tour-thumb-gallery .swiper-slide img{
	display:block;
}
.tour-thumb-gallery .swiper-slide{
	border:solid 2px #FFF;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.btn-view-more-info{
	background:#1866B6;
	color:#FFF;
	display:inline-block;
	padding:5px 30px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.info-name{
	font-family:Muli-B, Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#2461aa;
}
.item-article{
	min-height:320px;	
}
.page{
	padding: 3px 5px;
	background: #FFF;
	margin: 3px;
	color: #333;
}
.clicked{
	padding: 3px 5px;
	background: #2461AA;
	margin: 3px;
	color: #FFF;
}
.paging{
	text-align: center;;
}
.drop-hotline{
	display:none;	
	position:absolute;
	top:100%;
	left:0px;
	background:#FFF;
	width:100%;
}
.drop-hotline a{
	display:block;
	padding:3px 0px;
}
.droplist-hotline{
	position:relative;
	background:none;
	border:none;
	color:#eb3226;
	font-family:Muli-Black;
	font-size:14px;
	outline:none;
}

.droplist-hotline option{
	padding:2px 0px;
}
.btn-select-tour-type label{
	display:inline-block;	
	padding:8px 20px;
	background:#ebebeb;
	margin-right:5px;
	-webkit-border-radius:30px;
	border-radius:30px;
	font-family:Roboto-B, Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#414042;
}
.btn-select-tour-type label input{
	display:none;
}
.btn-select-tour-type label.active{
	color:#eb9627;
}
.box-quicksearch{
	border:solid 1px #d7d7d7;	
	-webkit-border-radius:4px;
	border-radius:4px;
	overflow:hidden;
	height:36px;
	max-width:370px;
	margin-left:10px;
}
.box-quicksearch a{
	width:40px;
	background:#eb9627;
	text-align:center;
	line-height:36px;
	color:#fff;
}
.box-quicksearch input{
	width:calc(100% - 40px);
	height:36px;
	padding:0px 5px;
	border:none;
	outline:none;
}
.ft-btn-search{
	background:#eb9627;
	text-align:center;
	line-height:36px;
	color:#fff;
	width:96px;
	-webkit-border-radius:4px;
	border-radius:4px;	
}
.ft-select-date{
	width:125px;
	height:36px;
	border:solid 1px #d7d7d7;
	-webkit-border-radius:4px;
	border-radius:4px;	
	overflow:hidden;
	outline:none;
	padding:0px 5px;
}

.input-left{
	width:calc(100% - 380px);
}
.input-right{
	width:370px;
}
.input-left input,.input-left select{
	width:100%;
	height:36px;
	border:solid 1px #d7d7d7;
	-webkit-border-radius:4px;
	border-radius:4px;	
	overflow:hidden;
	outline:none;
	padding:0px 5px;
	width:32.5%;
}