@charset "utf-8";
ul {
	margin: 0;
	padding: 0
}
h2 {
	padding: 0;
	margin: 0
}
body {
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	margin: 0 auto
}
body a {
	text-decoration: none
}
.container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	clear: both
}
.header {
	background: url(../images/hinhnen_top.jpg) no-repeat center;
	width: 100%;
	height: 116px
}
.menutop {
	width: 100%;
	height: 35px;
	float: left
}
.menutop .lienhe {
	float: right
}
.menutop .lienhe .hotline {
	line-height: 35px;
	font-size: 14px;
	background: url(../images/icon_hotline.png) no-repeat;
	padding-left: 30px;
	float: left
}
.menutop .lienhe .fax {
	line-height: 35px;
	font-size: 14px;
	background: url(../images/icon_fax.png)no-repeat;
	padding-left: 30px;
	float: left;
	margin-left: 20px
}
.menutop .lienhe .email {
	line-height: 35px;
	background: url(../images/icon_mail.png)no-repeat;
	padding-left: 30px;
	float: left;
	margin-left: 20px
}
.menutop .lienhe .email a {
	font-size: 14px;
	text-decoration: none;
	color: #000
}
.menutop .lienhe .email a:hover {
	color: orange
}
.clrtop {
	width: 389px;
	line-height: 30px;
	margin-top: 5px
}
.clrtop ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.clrtop ul li {
	float: left;
	margin-left: 10px;
	transition: 1s
}
.clrtop ul li:hover {
	background: #000
}
.clrtop ul li a {
color: #555;
font-size: 10px;
font-weight: 700;
padding: 5px;
border: 1px solid rgba(231,231,231,.63);
text-decoration: none;
transion: 1s;
white-space: nowrap;
}
.clrtop ul li a:hover {
	background: orange;
	color: #FFF;
	text-decoration: none;
	text-shadow: 1px 1px 1px #666
}
.header-rig {
	width: 100%;
	float: left
}
.logo strong {
	display: none
}
.header-rig .logo {
	width: 324px;
	float: left
}
.taikhoan_hd {
	background: rgba(255,255,255,.31);
	width: 290px;
	height: 40px;
	float: right;
	margin-top: 0px;
	border-radius: 5px
}
.taikhoan_hd a {
	text-decoration: none
}
.giohang-top {
	height: 54px;
	background: url(../images/icon_giohang.png) 0 3px no-repeat;
	padding-left: 40px;
	text-align: center;
	font-size: 26px;
	color: #333;
	line-height: 59px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.32);
	width: 45px;
	border-right: 1px #C9C9C9 solid;
	float: left
}
.header-reg {
	float: left;
	padding-left: 28px;
	padding-right: 5px;
	background: url(../images/icon_dangnhap.png) 5px 10px no-repeat
}
.reg-signin, .reg-signup  {
text-transform: uppercase;
color: #333;
padding: 0 5px;
font-size: 14px;
line-height: 59px;
white-space: nowrap;
}
.reg-signin:hover, .reg-signup:hover {
	color: #999;
	text-shadow: 1px 1px 2px rgba(0,0,0,.2)
}
#cssmenu .container a, #cssmenu .container li, #cssmenu .container ul {
	margin: 0;
	padding: 0
}
#cssmenu .container ul {
	list-style: none
}
#cssmenu .container a {
	text-decoration: none
}
#cssmenu {
	height: 60px;
	background-color: #fe9901;
	float: left;
	width: 99.9%;
	border: 1px solid #fff
}
#cssmenu .container>ul>li {
	float: left;
	margin-left: -5px;
	position: relative
}
#cssmenu .container>ul>li>a {
color: #fff;
font-size: 14px;
line-height: 60px;
padding: 15px 20px;
-webkit-transition: color .15s;
-moz-transition: color .15s;
-o-transition: color .15s;
transition: color .15s;
white-space: nowrap;
}
#cssmenu .container>ul>li>a:hover {
	color: #FF0
}
#cssmenu .container>ul>li>ul {
	opacity: 0;
	visibility: hidden;
	padding: 16px 0 20px;
	background-color: #fafafa;
	text-align: left;
	position: absolute;
	top: 55px;
	left: 50%;
	margin-left: -90px;
	width: 180px;
	-webkit-transition: all .3s .1s;
	-moz-transition: all .3s .1s;
	-o-transition: all .3s .1s;
	transition: all .3s .1s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4)
}
#cssmenu .container>ul>li:hover>ul {
	opacity: 1;
	top: 65px;
	visibility: visible;
	z-index: 5000
}
#cssmenu .container>ul>li>ul:before {
	content: '';
	display: block;
	border-color: transparent transparent #fafafa;
	border-style: solid;
	border-width: 10px;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -10px
}
#cssmenu .container>ul ul>li {
	position: relative
}
#cssmenu .container ul ul a {
	color: #e69200;
	font-size: 13px;
	background-color: #fafafa;
	padding: 5px 8px 7px 16px;
	display: block;
	-webkit-transition: background-color .1s;
	-moz-transition: background-color .1s;
	-o-transition: background-color .1s;
	transition: background-color .1s
}
#cssmenu .container ul ul a:hover {
	background-color: #EEAC00;
	color: #fff
}
#toTop, #toTopHover {
	background: url(../images/lentop.png) no-repeat
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 53px;
	height: 60px;
	border: none;
	text-indent: -999px;
	z-index: 13
}
.paga-top {
margin-top: -55px;
float: left;
width: 100%;
background: white;
padding: 10px;
box-shadow: -20px -49px 31px -40px;
border-radius: 5px;
}
.paga-top-left {
	width: 200px;
	float: left
}
.paga-top-left .chuyenmuc {
	width: 200px;
	background: rgba(255,255,255,.75);
	float: left;
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0
}
.paga-top-left .chuyenmuc .td-chuyenmuc {
	width: 95%;
	background: #fe9901;
	height: 49px;
	line-height: 50px;
	padding-left: 10px;
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	cursor: pointer;
	border-bottom: 3px solid #fff
}
.paga-top-left .chuyenmuc .td-chuyenmuc a {
	color: #FFF;
	font-size: 16px;
	text-decoration: none
}
.menu-chuyenmuc ul {
	padding: 0;
	margin: 0;
	list-style: none
}
.menu-chuyenmuc ul li {
	padding-left: 3px;
	height: 39px;
	line-height: 35px;
	border-bottom: 1px solid #FFF
}
.menu-chuyenmuc ul li a {
	text-decoration: none;
	font-size: 12px;
	padding-left: 10px;
	color: #333;
}
.menu-chuyenmuc ul li a:hover {
	color: #333;
}
.hotro {
	background: url(../images/icon_hotro.png) no-repeat center #FFF;
	float: left;
	width: 100%;
	height: 84px;
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,.25);
	cursor: pointer
}
.banner-qc-left {
	float: left;
	margin-top: 43px;
	padding: 5px;
	background: #fff
}
.paga-top-right {
	width: 782px;
	float: right
}
.banner-top {
	width: 775px;
	height: 399px;
	float: right;
	margin-bottom: 10px;
	padding: 9px 0 6px 9px
}
.paga-top-right .timkiem {
	float: left;
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
	margin-top: 37px
}
.paga-top-right .tourhot {
	width: 778px;
	height: 328px;
	clear: both;
	background: rgba(255,255,255,1)
}
.lux-title.none {
	color: #C50000;
	margin: 0 0 10px;
	height: 40px;
	font-size: 14px;
	line-height: 42px;
	text-align: left;
	padding-left: 57px;
	float: left;
	background: url(../images/icon_dulich.png) no-repeat 9px
}
.lux-title span {
	margin-left: 12px;
	float: left;
	font-size: 16px;
	font-weight: 400;
	background: url(../images/icon_dulich.png) left -2px no-repeat;
	line-height: 37px;
	padding-left: 50px
}
.lux-title a {
	font-size: 12px;
	padding: 5px;
	font-weight: 300;
	line-height: 35px;
	color: #a2a2a2
}
.lux-title a:hover {
	color: #333
}
.one-tour-deal {
	width: 362px;
	float: left;
	margin: 5px 7px;
	padding: 3px;
	font-size: 12px;
	line-height: 14px;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease
}
.one-tour-deal:hover {
	border: 1px solid #999;
	box-shadow: 0 0 8px #666;
	-moz-box-shadow: 0 0 8px #666;
	-ms-box-shadow: 0 0 8px #666;
-o-0px 0 8px #666;
-webkit-0px 0 8px #666
}
.avata-tour {
	float: left
}
.avata-tour img {
	padding: 2px;
	float: left
}
.one-tour-deal .one-tour-deal-noidung {
	float: right;
	width: 220px;
	margin-left: 5px
}
.one-tour-deal .one-tour-deal-noidung a {
	font-size: 12px;
	text-decoration: none;
	color: #fe9901;
}
.one-tour-deal .one-tour-deal-noidung a:hover {
	color: #000
}
.one-tour-deal .one-tour-deal-noidung .thoigian {
	float: left;
	margin-top: 10px;
	width: 100%;
	height: 20px;
}
.one-tour-deal .one-tour-deal-noidung .khoihanh {
	float: left;
	width: 63px;
	height: 20px;
	line-height: 25px
}
.lichkhoihanh {
	float: left
}
.giatour {
	float: left;
	height: 21px;
	line-height: 20px;
	font-size: 12px;
	font-weight: 700;
	margin-top: 5px;
	clear: left;
	color: #930;
	padding-left:10px;
}
.xemtour {
	float: right
}
.xemtour:hover {
	color: #999
}
.one-tour-deal .one-tour-deal-noidung .xemtour a {
	color: #333
}
.xemchitiet {
	float: right;
	line-height: 43px;
	margin-top: -52px;
	padding-right: 10px;
	white-space: nowrap;
}
.paga-content-banner {
	background: #FFF;
	border: 1px solid #999;
	margin-top: 10px;
	float: left
}
.paga-content-banner img {
	padding: 5px
}
.tourtrongnuoc {
	width: 391px;
	float: left;
	background: rgba(255,255,255,1);
	padding-bottom: 9px
}
.tournuocngoai {
	width: 391px;
	float: left;
	background: #FFF;
	margin-left: 10px;
	padding-bottom: 9px
}
.paga-content-tour {
	margin-top: 10px;
	float: left;
	width: 100%
}
.diemyeuthich {
	float: left;
	width: 190px;
	background: rgba(255,255,255,1);
	margin-left: 14px
}
.diemyeuthich .diemyeuthich-td {
	background: #fe9901;
	height: 52px;
	color: #FFF;
	line-height: 52px;
	text-align: center;
	font-size: 16px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}
.diemyeuthich-noidung ul {
	margin: 0;
	padding: 0;
	line-height: 30px
}
.diemyeuthich-noidung ul li {
	position: relative;
	cursor: pointer;
	list-style: none;
	background: url(../images/icon-quatrai.png) left center no-repeat;
	padding-left: 20px;
	transition: 1s
}
.diemyeuthich-noidung ul li:hover {
	background-color: orange
}
.diemyeuthich-noidung ul li a {
	text-decoration: none;
	color: #666;
	font-size: 12px
}
.pagacontent-tintuc {
	float: left;
	height: 288px;
	background: rgba(255,255,255,1);
	width: 996px;
	margin-top: 10px
}
.pagacontent-tintuc-banner {
	padding: 5px;
	width: 481px;
	height: 263px;
	float: left
}
.pagacontent-tintuc-tintucsukien {
	float: right;
	width: 481px;
	height: 263px
}
.pagacontent-tintuc-tintucsukien .tintuc .avtatintuc {
	float: left
}
.pagacontent-tintuc-tintucsukien .tintuc {
	width: 229px;
	float: left;
	height: 65px;
	margin: 1px;
	background: #fff;
	padding: 3px;
	border: 1px solid #e4e4e4
}
.pagacontent-tintuc-tintucsukien .tintuc:hover {
	background: #F4F4F4
}
.pagacontent-tintuc-tintucsukien .tintuc .avtatintuc img {
	padding: 2px;
	float: left
}
.pagacontent-tintuc-tintucsukien .tintuc .td-tintuc {
	margin-left: 5px;
	float: left;
	width: 130px
}
.pagacontent-tintuc-tintucsukien .tintuc .td-tintuc a {
	font-size: 12px;
	text-decoration: none;
	color: #797979
}
.khachsan {
	background: rgba(255,255,255,.72);
	float: left;
	width: 996px
}
.row-khachsan {
	float: left;
	margin-left: 19px;
	width: 132px;
	padding: 5px;
	height: 155px;
	transition: background-color 1s ease;
	background: #f1f1f1;
	border-radius: 5px
}
.row-khachsan .avata-khachsan {
	padding: 2px
}
.khachsan-us1 {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	font-size: 12px;
	font-weight: 700
}
.khachsan-us2 {
	text-align: center;
	float: left;
	width: 100%
}
.khachsan-us2 a {
	text-decoration: none;
	font-size: 12px;
	color: #333
}
.row-khachsan:hover {
	background: #FBD915
}
.khachhang {
	margin-top: 10px;
	margin-left: -5px;
	float: left;
	width: 100%
}
.banner-quangcao2 img {
	background: #FFF;
	padding: 5px;
	box-shadow: 5px 5px 10px rgba(0,0,0,.25);
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,.25);
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.25)
}
.banner-quangcao2 {
	float: left;
	width: 744px;
	height: 258px;
	position: relative;
	top: -5px
}
.ykien-khachhang {
	width: 230px;
	float: right;
	background: #fff;
	height: 246px;
	padding: 5px
}
.td-ykien {
	background: #5F5F5F;
	height: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	font-weight: 700;
	box-shadow: 0 1px 3px rgba(0,0,0,.81);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.56);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.2)
}
.thongtin-khach {
	padding: 5px;
	background: #fff;
	width: 220px;
	height: 160px
}
.avata-khach {
	float: left;
	padding: 2px;
	background: #FFF
}
.ten-khach {
	color: #000;
	font-weight: 700;
	float: left;
	margin-left: 10px
}
.feedback-content {
	clear: both;
	text-align: left;
	padding: 5px;
	overflow: hidden;
	background: #fff
}
.feedback-title {
	color: #fde800;
	text-transform: uppercase;
	padding: 5px 10px 10px 5px;
	text-align: left;
	font-weight: 700;
	border-top: 1px dotted #FFF
}
.sliderFeedBack {
	width: 251px;
	height: 290px;
	margin-left: -40px;
	margin-top: -10px
}
.bottom {
	float: left;
	margin-top: 10px
}
.video {
	padding: 5px;
	background: #FFF;
	float: left
}
.thuexe {
	float: left;
	width: 672px;
	background: rgba(255,255,255,1);
	margin-left: 10px;
	height: 251px
}
.noidung-thuexe {
	margin-left: 10px;
	width: 214px;
	font-size: 14px;
	text-align: center;
	font-weight: 700;
	color: #999;
	float: left;
	margin-bottom: 21px
}
.xe-noidung {
	line-height: 16px;
	float: left;
	margin-left: 5px
}
.avataxe {
	float: left;
	padding: 2px
}
.xem a {
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 300;
	color: #999;
	margin: 10px 0 0 20px;
	float: left
}
.xem a:hover {
	border: 1px solid #13816d;
	-webkit-box-shadow: 0 0 3px 1px rgba(51,51,51,.5);
	-moz-box-shadow: 0 0 3px 1px rgba(51,51,51,.5);
	box-shadow: 0 0 3px 1px rgba(51,51,51,.5);
	background-image: -webkit-linear-gradient(top, rgba(34,251,211,.5), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(top, rgba(34,251,211,.5), rgba(255,255,255,0));
	background-image: -o-linear-gradient(top, rgba(34,251,211,.5), rgba(255,255,255,0));
	background-image: -ms-linear-gradient(top, rgba(34,251,211,.5), rgba(255,255,255,0));
	background-image: linear-gradient(to bottom, rgba(34,251,211,.5), rgba(255,255,255,0));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33cc99', endColorstr='#009966', GradientType=0)
}
.qc-bottom {
	margin-top: 10px;
	float: left;
	width: 978px;
	padding: 8px;
	background: rgba(255,255,255,1)
}
.qc-bottom img {
	float: left
}
.facebook {
	float: left;
	width: 100%;
	margin-top: 10px
}
.tour-moinhat {
	width: 100%;
	float: left;
	background: #FFF
}
.qc-tourtrongnuoc img {
	padding: 5px;
	background: #FFF;
	margin-top: 10px
}
.tour-deal-thoigian {
	background: rgba(255,255,255,.25);
	width: 222px;
	float: left;
	height: 20px;
	color: #464646;
	line-height: 20px;
	padding: 5px;
	border-bottom: solid 2px #a8a8a8
}
.tour-deal {
	width: 232px;
	float: left;
	height: 311px;
	margin-left: 20px;
	margin-bottom: 21px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	background: azure
}
.tour-deal:hover {
	-webkit-box-shadow: 0 0 8px #666;
	-moz-box-shadow: 0 0 8px #666;
	box-shadow: 0 0 8px #666;
	-ms-box-shadow: 0 0 8px #666;
	-o-box-shadow: 0 0 8px #666
}
.thoi-gian-deal {
	float: right
}
.deal-mua {
	float: left
}
.title {
	padding: 0 5px;
	float: left;
	margin-bottom: 5px;
	width: 96%;
	height: 32px
}
.title a {
	text-decoration: none;
	font-weight: 700;
	color: #8B5EBD
}
.title a:hover {
	color: #FF8000
}
.deal-khoihanh {
	background: #FFF;
	float: left;
	width: 90%;
	height: 30px;
	margin-left: 11px;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	color: #000
}
.deal-khoihanh span {
	line-height: 30px;
	border-right: 1px #CCC solid;
	padding: 0 5px;
	float: left
}
.deal-khoihanh .gia {
	font-size: 14px;
	font-weight: 700;
	color: #900;
	border: none;
	margin: 0;
	padding: 0
}
.xemtour a {
	color: #CF0;
	text-decoration: none;
	padding: 5px 14px;
	background: red;
	border-radius: 5px;
	margin: 5px;
	float: left
}
.avata-deal {
	padding: 5px;
	float: left
}
.bophanhotro {
	float: left;
	width: 94%;
	background: #fff;
	padding: 5px;
	border: 1px solid rgba(202,202,202,.96)
}
.bophanhotro span {
	font-size: 13px;
	width: 100%;
	text-align: center;
	float: left;
	background: #fe9901;
	color: #f5ff00;
	height: 20px;
	line-height: 20px;
	border-radius: 3px;
	margin-bottom: 5px
}
.bophanhotro .yahoo {
	float: left
}
.bophanhotro .skype {
	float: left;
	margin: 2px 8px 0
}
.bophanhotro .dienthoai {
	float: left;
	text-align: right;
	font-size: 12px;
	color: #0054e9;
	line-height: 25px;
	font-weight: 700
}
.deal-xe {
	width: 780px;
	float: left;
	background: #FFF;
	margin-top: 10px
}
.noidung-xe {
	float: left;
	margin: 10px;
	width: 210px
}
.noidung-xe a {
	font-size: 12px;
	color: #5D9EDF;
	text-decoration: none;
	font-weight: 700
}
.noidung-xe span {
	float: left;
	width: 210px;
	margin-top: 8px
}
.dat-xe {
	float: left;
	width: 100%
}
.dat-xe .thongtin-datxe {
	width: 100%;
	background: #FFF;
	height: 20px;
	text-align: center;
	color: #999;
	line-height: 20px;
	margin-bottom: 5px
}
.dat-xe .diemyeuthich-noidung {
	padding: 5px
}
.dat-xe .loaixe {
	background: #333;
	color: #FFF;
	height: 30px;
	width: 100%
}
.dat-xe .hang-xe {
	background: #3c3c3c;
	color: #fff;
	padding-left: 5px
}
.yeucau-xe span {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 10px;
	font-weight: 700
}
.noidungyeucau-xe {
	float: left;
	margin-top: 5px;
	width: 177px;
	height: 100px;
	padding: 5px
}
.xacnhan-xe {
	float: left;
	width: 160px;
	padding: 10px
}
.xacnhan-xe .lamlai {
	float: left;
	background: #999;
	padding: 5px;
	border-radius: 3px;
	color: #FFF
}
.xacnhan-xe .gui {
	float: right;
	background: red;
	padding: 5px;
	border-radius: 3px;
	color: #FF0
}
.xacnhan-xe .lamlai:hover {
	background: #960
}
.xacnhan-xe .gui:hover {
	background: #930
}
.noidungxe {
	background: #FFF;
	float: left;
	width: 760px;
	border: 1px solid #999;
	padding: 10px
}
.noidungxe-top .avata-khachsan img {
	padding: 3px;
	border: 1px solid #999;
	float: left
}
.noidungxe-top {
	float: left;
	width: 100%
}
.xe-noidung1 {
	margin-left: 10px;
	float: left;
	width: 259px
}
.xe-noidung1 .td-xe {
	color: #F60;
	font-size: 16px;
	font-weight: 700;
	float: left;
	width: 100%
}
.xe-noidung1 span {
	float: left;
	width: 100%;
	margin-top: 5px
}
.xe-noidung1 span a {
	font-size: 14px;
	text-decoration: none;
	font-weight: 700
}
.xe-noidung1 .xemtour {
	float: left
}
.face-like {
	float: right;
	width: 267px
}
.xe-tieude {
	background: url(../images/icon-xe-noidung.png) left center no-repeat;
	float: left;
	height: 30px;
	width: 730px;
	margin-top: 10px;
	padding-left: 40px;
	font-size: 14px;
	font-weight: 700;
	color: #F60;
	line-height: 25px
}
.bangxe-thongtinchitiet {
	float: left;
	width: 100%;
	color: #000
}
.bangxe-thongtin {
	border: 1px solid #D0D7E9;
	border-collapse: separate;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0!important;
	color: #333
}
.bangxe-thongtinchitiet {
	border: 1px solid #999
}
.bangxe-thongtin {
	width: 760px
}
.table {
	width: 100%;
	float: left;
	background: #F1F1F1;
	line-height: 35px;
	color: #666;
	font-weight: 700
}
.row1 {
	float: left;
	width: 450px;
	border-right: 1px #999 solid;
	padding-left: 10px
}
.row2 {
	float: left;
	width: 285px;
	padding-left: 10px;
	font-weight: 700
}
.table1 {
	width: 100%;
	float: left;
	line-height: 30px;
	color: #000;
	border-top: 1px #CCC solid
}
.table2 {
	width: 100%;
	float: left;
	line-height: 30px;
	color: #000;
	border-top: 1px #CCC solid;
	background: #F1F1F1
}
.luuy {
	margin-top: 10px;
	color: red;
	padding-left: 20px;
	width: 742px;
	float: left;
	font-weight: 700;
	text-decoration: underline;
	margin-bottom: 10px
}
.chothue-xetheo-lichtrinh .bangxe-thongtinchitiet .row1 {
	width: 297px;
	float: left;
	padding: 0 0 0 10px
}
.chothue-xetheo-lichtrinh .bangxe-thongtinchitiet .row2 {
	width: 124px;
	float: left;
	text-align: center;
	padding: 0
}
.chothue-xetheo-lichtrinh .bangxe-thongtinchitiet .row3, .chothue-xetheo-lichtrinh .bangxe-thongtinchitiet .row4 {
	width: 163px;
	float: left;
	border-left: 1px #999 solid;
	text-align: center;
	font-weight: 700
}
.thongtindatxe {
	float: left
}
.noidung-tour-top {
	float: left;
	background: #FFF;
	width: 100%
}
.top-tour {
	height: 30px;
	line-height: 30px;
	box-shadow: 0 2px 3px rgba(204,204,204,.4);
	font-weight: 600;
	width: 782px
}
.top-tour span {
	float: left;
	padding-left: 10px
}
.td-tour {
	float: left;
	width: 100%
}
.td-tour h1 {
	margin: 0;
	padding-left: 5px;
	font-size: 16px;
	color: #ff7000
}
.thongtin-tour {
	float: left;
	width: 782px;
	border: 1px solid #e0cbcb;
	border-left: #ffdead;
	border-right: #ffdead
}
.thongtin-tour .slide-tour {
	width: 500px;
	height: 330px;
	padding: 5px;
	float: left
}
.thongtin-tour-chitiet {
	background-color: #f7f7f7;
	box-shadow: inset 0 0 6px 4px #dadada;
	float: left;
	width: 266px;
	height: 385px;
	padding: 3px
}
.thongtin-tour-chitiet span {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: 200;
	text-decoration: line-through;
	padding: 0
}
.thongtin-tour-chitiet .giagiam {
	font-size: 16px;
	color: #930;
	font-weight: 700;
	text-decoration: none
}
.chitiet-tour {
	background: #FFF;
	float: left;
	width: 257px;
	height: 250px;
	margin-left: 4px;
	-webkit-box-shadow: inset 4px 4px 5px rgba(0,1,1,.15);
	-moz-box-shadow: inset 4px 4px 5px rgba(0,1,1,.15);
	box-shadow: inset 4px 4px 5px rgba(0,1,1,.15)
}
.chitiet-tour-lichkhoihanh {
	float: left;
	background: rgba(180,180,180,.13);
	width: 90%;
	margin-top: 0;
	padding-left: 27px
}
.chitiet-tour-lichkhoihanh span {
	text-decoration: none;
	float: left;
	width: 100px
}
.chitiet-tour-lichkhoihanh .lich-tour {
	float: left;
	width: 50px
}
.thoigian-tour ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.thoigian-tour {
	padding: 5px 15px;
	font-weight: 300
}
.thoigian-tour ul li {
	line-height: 26px
}
.hotro-tour {
	float: left;
	width: 213px;
	margin-left: 20px
}
.hotro-tour span {
	text-decoration: none;
	margin-bottom: 0px
}
.hotro-tour .bophanhotro {
	border: none;
	background: 0 0
}
.khachhang-muatour {
	float: left;
	font-weight: 300
}
.vouver {
	float: left;
	width: 264px;
	text-align: center
}
.dat-tour {
	float: left;
	margin-left: 28px;
	margin-top: 50px;
}
.dat-tour a {
	display: inline-block;
	zoom: 1;
	vertical-align: top;
	text-transform: uppercase;
	color: #fff;
	font-size: 160%;
	position: relative;
	margin: auto;
	text-align: center;
	width: 213px;
	height: 35px;
	background: #fe9901;
	top: 0;
	line-height: 35px;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,.2);
	box-shadow: 0 3px 3px rgba(0,0,0,.2);
	border: 1px solid #13816d;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	text-decoration: none
}
.dat-tour a:hover {
	border: 1px solid #13816d;
	-webkit-box-shadow: 0 0 3px 1px rgba(51,51,51,.5);
	-moz-box-shadow: 0 0 3px 1px rgba(51,51,51,.5);
	box-shadow: 0 0 3px 1px rgba(51,51,51,.5);
	background-image: -webkit-linear-gradient(top, rgba(34,251,211,.5), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(top, rgba(34,251,211,.5), rgba(255,255,255,0));
	background-image: -o-linear-gradient(top, rgba(34,251,211,.5), rgba(255,255,255,0));
	background-image: -ms-linear-gradient(top, rgba(34,251,211,.5), rgba(255,255,255,0));
	background-image: linear-gradient(to bottom, rgba(34,251,211,.5), rgba(255,255,255,0));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33cc99', endColorstr='#009966', GradientType=0)
}
.lictrinhtour {
	float: left;
	width: 100%;
	margin-top: 10px
}
.lictrinhtour .top-lictrinhtour {
	float: left;
	width: 100%;
	background:#fe9901;
	height: 30px
}
.lictrinhtour .top-lictrinhtour ul {
	list-style: url(../images/icon-quatrai.png);
	padding: 0;
	margin: 0
}
.lictrinhtour .top-lictrinhtour ul li {
	float: left;
	margin-left: 40px;
	line-height: 30px;
	font-weight: 700;
	text-shadow: 1px 0 1px #fff;
	color:#fff;
}
.lictrinhtour .top-lictrinhtour ul li:hover {
	color: #FF9520
}
.lichtrinh {
	float: left;
	padding: 5px 10px;
	width: 762px;
	color: #3D3D3D;
	font-size: 14px
}
.lichtrinh h2 {
	float: left;
	width: 100%;
	margin: 6px 0;
	padding: 0;
	color: orange;
	font-size: 14px
}
.lichtrinh-noidung p {
	line-height: 25px
}
.hinhtour-noidung img {
	background: #fff;
	padding: 20px 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: 0;
	float: none;
	margin: auto
}
.hinhtour-noidung {
	width: 653px;
	background: #fff;
	padding: 0 20px;
	margin: 7px 31px;
	box-shadow: 0 0 5px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.25)
}
p {
	line-height: 20px;
	padding: 0;
	margin: 0
}
.dieukien-tour {
	float: left;
	background: #FFF;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	color: brown;
	border: 1px solid #d1d1d1
}
.row-tour {
	float: left;
	width: 151px;
	border-left: 1px solid #adadad;
	line-height: 30px
}
.rowtour {
	float: left;
	width: 100%;
	border: 1px solid #585858;
	border-left: #ffdead;
	line-height: 30px;
	background: #f5f5f5;
	color: #090808
}
.dieukien-tour span {
	text-align: center;
	font-weight: 700;
	line-height: 30px
}
.rowtour1 {
	border-bottom: 1px solid #BDBDBD;
	float: left;
	width: 100%
}
.rowtour1 .row-tour {
	font-weight: 700
}
.row-tour .xemtour {
	float: left;
	margin-left: 15px
}
.giatour-baogom {
	border: 1px solid #EBEBEB;
	float: left;
	width: 100%;
	color: #494949
}
.giatour-baogom span {
	background: #f3f3f3;
	width: 100%;
	float: left;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	color: #2c2c2c
}
.giatour-baogom-row1 {
	float: left;
	width: 231px;
	padding: 5px;
	font-weight: 700
}
.giatour-baogom-row2 {
	float: left;
	width: 510px;
	padding: 5px;
	border-left: 1px solid #000
}
.giatour-baogom-row2 p {
	line-height: 20px;
	padding: 0;
	margin: 0
}
.giatour-baogom-row {
	border-bottom: 1px solid #999;
	float: left;
	width: 100%
}
.giatour-baogom-row3 {
	float: left;
	width: 752px;
	padding: 5px
}
.giatour-baogom-row3 p {
	line-height: 20px;
	padding: 0PX 5px;
	margin: 0
}
.dienkien {
	width: 100%;
	text-align: center;
	background: #fe9901;
	color: #FFF;
	line-height: 30px;
	font-weight: 700;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	float: left
}
.diemthamquan {
	float: left;
	width: 100%;
	border: 1px solid #666
}
.noidung-diemthamquan {
	float: left;
	width: 752px;
	padding: 5px
}
.diemthamquan-tour {
	background: #EBEBEB;
	padding: 5px;
	width: 158px;
	height: 182px;
	float: left;
	margin: 10px;
	cursor: pointer
}
.diemthamquan-tour span {
	text-align: center;
	line-height: 20px;
	width: 156px;
	float: left
}
.diemthamquan-tour span a {
	text-decoration: none;
	font-weight: 600
}
.bando-tour {
	margin: 10px 0;
	float: left;
	padding: 5px
}
.tourlienquan {
	float: left;
	width: 100%;
	border-bottom: 2px #CCC solid;
	padding-bottom: 10px
}
.avatatour-lienquan {
	padding: 5px
}
.tourlienquan span {
	padding: 0 5px;
	float: left
}
.tourlienquan span a {
	text-decoration: none;
	font-weight: 700;
	color: #999
}
.paga .container .paga-top .paga-top-right .deal-xe .one-tour-deal .noidung-xe span strong {
	color: #DE240A
}
.noidung-khachsan {
	float: left;
	width: 771px;
	background: #FFF;
	padding: 5px;
	border: 1px solid #a3a3a3
}
.gioithieu-ks {
	float: left;
	width: 100%;
	margin-top: 5px
}
.gioithieu-ks span {
	line-height: 20px;
	font-size: 14px;
	font-weight: 700
}
.hinhanh-ks {
	float: left;
	margin: 10px 0;
	box-shadow: 0 2px 3px rgba(0,0,0,.4)
}
.list-room {
	float: left;
	width: 758px;
	border: 1px solid #999
}
.list-room1 {
	background: #B6B6B6;
	float: left;
	height: 30px;
	color: #FFF;
	width: 100%;
	border-bottom: 1px #999 solid
}
.list-room-row1 {
	float: left;
	width: 250px;
	border-right: #000 1px solid;
	line-height: 30px;
	text-align: center
}
.list-room-row2 {
	float: left;
	width: 101px;
	border-right: #000 solid 1px;
	line-height: 30px;
	text-align: center
}
.list-room-row3 {
	float: left;
	width: 150px;
	border-right: #000 solid 1px;
	line-height: 30px;
	text-align: center
}
.list-room-row4 {
	float: left;
	width: 50px;
	line-height: 30px;
	text-align: center
}
.list-room2 {
	border-bottom: 1px #999 solid;
	float: left;
	width: 100%
}
.list-room3 {
	border-bottom: 1px #999 solid;
	background: #F7F7F7;
	float: left;
	width: 100%
}
.list-room-row4 a {
	background: red;
	color: #FF0;
	padding: 3px;
	text-decoration: none;
	border-radius: 3px
}
.list-room-row4 a:hover {
	background: #900
}
.thongtin-datphong {
	float: left;
	width: 100%;
	color: #333;
	font-size: 14px;
	font-weight: 700;
	margin-top: 10px;
	line-height: 30px
}
.thongtin-phong span {
	padding: 5px;
	font-size: 14px;
	font-weight: 700
}
.room_order {
	margin-bottom: 10px;
	padding: 10px
}
.n_room {
	font-weight: 700
}
.wrapper_info {
	margin: 8px 0 0 15px;
	padding-bottom: 15px;
	border-bottom: 1px #e2eaed solid
}
.thongtin-phong {
	float: left;
	width: 504px;
	background: #f3f3f3
}
.thongtin-phong span {
	width: 100%;
	border-bottom: 1px #999 solid;
	text-align: center;
	float: left;
	line-height: 30px
}
.view_list {
	line-height: 22px;
	padding: 9px;
	background: #f5f5f5;
	border-top: 1px #CCC solid;
	display: none;
	float: left;
	width: 741px
}
.view_list label {
	float: left;
	width: 175px;
	position: relative;
	padding: 2px 0
}
.view_list label input {
	left: 0;
	top: 6px
}
.view_list p {
	color: #666;
	line-height: 17px;
	margin-top: 3px;
	width: 712px;
	float: left
}
#wrapper_request_pay {
	display: inline-block;
	float: left;
	margin-top: 10px
}
.form_infomation {
	display: inline-block;
	padding: 0 0 5px;
	width: 100%
}
.form_infomation label {
	float: left;
	display: inline-block;
	width: 67px;
	font-size: 11px;
	padding-top: 4px;
	margin-right: 5px
}
.form_infomation input[type=text] {
	color: #3c3c3c;
	height: 20px;
	line-height: 20px;
	width: 285px;
	float: left;
	display: inline-block;
	border: 1px solid #ccc;
	border-top-color: #aaa;
	background-color: #f5f5f5
}
.form_infomation i, form_infomation i {
	display: inline-block;
	float: left;
	height: 16px;
	margin: 4px 10px 0 0;
	width: 16px;
	background: url(../images/boardicons.png) no-repeat
}
#wrapper_request_pay span {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
	width: 100%;
	float: left
}
.other_request {
	float: left;
	padding: 10px;
	width: 100%
}
.tintuc-hangkhong {
	background: #FFF;
	float: left;
	width: 100%;
	border: 1px solid #999;
	margin-bottom: 10px;
	padding-bottom: 10px
}
.tintuc-hangkhong .tin1 {
	padding: 5px;
	float: left;
	height: 280px;
	width: 268px;
	border: 1px solid #868686;
	background: #e4e4e4;
	margin: 5px;
	text-align: center
}
.tintuc-hangkhong .tin1 img {
	background: #CCC;
	border: 1px solid #999;
	padding: 5px;
	margin-bottom: 10px
}
.tintuc-hangkhong .tin1 span a {
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	color: #333
}
.tintuc-hangkhong .tin2 {
	float: left;
	width: 480px
}
.tintuc-hangkhong .tin2 ul {
	padding: 0;
	margin: 10px 30px;
	list-style: none
}
.tintuc-hangkhong .tin2 ul li a {
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	color: #900
}
.tintuc-hangkhong .tin2 ul li {
	float: left;
	border-bottom: 1px #666 dashed;
	width: 442px;
	height: 47px;
	line-height: 44px
}
.tintuc-hangkhong .tin2 ul li span {
	background: url(../images/icon-thutu.png) left center no-repeat;
	line-height: 45px;
	width: 30px;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: 700
}
.noidung-kienthuc {
	float: left;
	width: 350px;
	padding: 5px;
	border: 1px solid #999;
	margin: 5px;
	border-radius: 5px
}
.noidung-kienthuc span {
	float: left;
	width: 100%;
	font-size: 14px
}
.kienthuc ul {
	list-style: url(../images/icon-quatrai.png);
	padding: 0;
	margin: 0 10px
}
.kienthuc {
	margin: 10px;
	float: left;
	width: 340px;
	height: 75px
}
.kienthuc ul li a {
	text-decoration: none;
	color: #06C
}
.kienthuc-maybay {
	padding: 0 15px
}
.datve-maybay {
	float: left;
	width: 772px;
	background: #FFF;
	border: 1px solid #999;
	padding: 5px
}
.td-cndl span {
	float: left;
	padding: 5px;
	font-size: 14px;
	color: #000;
	font-weight: 700
}
.gioitieu-cndl {
	float: left;
	width: 762px;
	padding: 10px;
	background: #f5f5f5
}
.avata-camnang {
	float: left;
	width: 250px;
	height: 200px;
	padding: 5px;
	background: #FFF
}
.gioithieu-cn {
	float: left;
	padding: 10px;
	width: 479px
}
.gioithieu-cn span {
	width: 100%;
	float: left
}
.chitiet-cn {
	padding: 10px;
	float: left;
	width: 762px;
	margin: 0;
	background: 0 0
}
.noidungduhoc {
	float: left;
	width: 100%;
	background: #FFF;
	border: 1px solid #999
}
.avata-duhoc img {
	padding: 5px;
	border: 1px solid #999;
	float: left
}
.tinduhoc {
	padding: 10px;
	float: left;
	width: 762px
}
.noidung-dh1 {
	float: left;
	width: 200px;
	padding: 5px
}
.noidung-dh1 h2 {
	float: left;
	font-size: 12px
}
.noidung-dh1 h2 a {
	text-decoration: none;
	color: #900;
	line-height: 15px
}
.noidung-dh1 span {
	margin-top: 10px;
	float: left;
	width: 100%
}
.noidung-dh2 ul {
	list-style: url(../images/icon-quatrai.png);
	padding: 0 20px;
	margin: 0
}
.noidung-dh2 {
	float: left;
	padding: 5px;
	width: 343px;
	border: 1px solid #E6E6E6;
	background: rgba(235,235,235,.41)
}
.noidung-dh2 ul li a {
	text-decoration: none;
	color: #930
}
.noidung-dh2 ul li {
	margin: 6px 0
}
#category-period {
	float: left;
	text-align: left;
	width: 100%;
	background: #fff;
	border: 1px solid #ccc
}
#category-period div.item {
	width: 772px;
	margin-bottom: 10px;
	float: left;
	padding: 0 5px
}
#category-period div.item div.content {
	clear: both;
	margin: 0;
	padding: 5px 0 0;
	width: 98%
}
#category-period div.item div.content div.main_item {
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
	width: 68%
}
#category-period div.item div.content div.main_item div.description {
	margin: 5px 0;
	padding: 0;
	clear: both;
	text-align: justify
}
#category-period div.item div.content div.main_item div.description img {
	border: 0;
	margin-right: 10px;
	float: left
}
#category-period div.item div.content div.main_item p.readmore {
	text-align: right;
	margin: 0;
	padding: 0;
	clear: both;
	color: #900
}
#category-period div.item div.content div.main_item p.readmore a {
	text-decoration: none;
	color: #900
}
#category-period div.item div.content div.main_item p.readmore a:hover {
	text-decoration: underline;
	color: #900
}
#category-period div.item div.content ul.other_item {
	float: right;
	margin: 0;
	padding: 0 0 0 5px;
	width: 30%;
	border-left: solid 1px #b3b3b3
}
#category-period div.item div.content ul.other_item li {
	background: url(../images/education_icon.jpg) left 7px no-repeat;
	border-top: 0 solid #5080C0;
	clear: both;
	margin: 0;
	overflow: hidden;
	padding: 2px 0 0 30px;
	width: 90%;
	line-height: 22px
}
#category-period div.item div.content ul.other_item li a {
	color: #000;
	text-decoration: none;
	font-size: 11px;
	font-weight: 400
}
#category-period div.item div.content ul.other_item li a:hover {
	color: #000;
	text-decoration: underline
}
#admiddle {
	float: left;
	margin-bottom: 7px;
	padding-left: 5px;
	width: 100%
}
#adrightbottom, #adrighttop {
	float: left;
	width: 100%
}
#adrightbottom div.item, #adrighttop div.item {
	width: 100%;
	text-align: center;
	margin-bottom: 10px
}
#cat3column {
	float: left;
	margin-top: 5px;
	padding: 0 0 0 10px;
	width: 970px
}
#cat3column div.item {
	background: url(../vn/images/blog1-bg.html) no-repeat;
	float: left;
	font-size: 11px;
	height: 350px;
	padding: 10px;
	text-align: left;
	width: 302px
}
#cat3column div.item h1 {
	font-size: 13px;
	line-height: 27px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700
}
#cat3column div.item a {
	color: #FFF;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 27px;
	text-transform: uppercase;
	text-decoration: none
}
#cat3column div.item a:hover {
	color: #FFD001;
	text-decoration: none
}
#cat3column div.item ul {
	list-style: none;
	margin: 0;
	padding-left: 10px;
	width: 100%
}
#cat3column div.item ul li {
	background: url(../vn/images/dot.html) 0 50% no-repeat;
	font-weight: 700;
	padding: 8px 0 8px 14px;
	line-height: normal;
	margin: 0;
	position: relative;
	width: 89%
}
#cat3column div.item ul li a {
	color: #5080C0;
	display: block;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	text-decoration: none;
	text-transform: none
}
#cat3column div.item ul li a:hover {
	text-decoration: underline;
	color: #5080C0
}
.main_item h4 a {
	color: #069
}
#category-period h2 {
	background: orange;
	font-size: 14px;
	padding: 0 10px;
	margin: 0;
	height: 30px;
	line-height: 30px
}
#category-period h2 a {
	color: #FFF
}
.recentpost-block6-holder {
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 25px;
	background: url(../images/block-bg.png) repeat-x
}
.recentpost-block6 {
	display: inline-block;
	margin-bottom: 4px;
	padding-bottom: 10px;
	border-bottom: 1px solid #a2a2a2;
	position: relative
}
.recentpost-image-block6 {
	float: right;
	line-height: 0;
	padding: 5px;
	background: bisque
}
.content-heading-block6 {
	float: left;
	width: 496px;
	margin-left: 10px
}
.content-heading-block6 h2 {
	line-height: 19px
}
.content-heading-block6 h2 a {
	font-size: 17px;
	color: #0B8BF0;
	font-weight: 500
}
.content-content-block6 {
	float: left;
	width: 496px;
	font-size: 13px;
	line-height: 16px;
	margin: 10px 0 0;
	padding-left: 10px
}
.content-content-block6 p {
	margin-bottom: 5px
}
.block6-img-comment-holder {
	width: 140px;
	float: left
}
.recentpost-block6 .comments-link {
	margin-left: -1px;
	margin-top: -28px;
	display: inline-block;
	position: relative;
	float: left;
	line-height: 14px;
	padding-bottom: 5px
}
.recentpost-block6 .comments-link a {
	padding: 3px 8px;
	background: url(images/comment-bg.html) repeat-x;
	font-size: 11px;
	font-family: 'Segoe UI', Arial, sans-serif;
	color: #fff
}
.recentpost-block6-nothumb {
	display: inline-block;
	margin-bottom: 4px;
	padding-bottom: 10px;
	border-bottom: 1px solid #a2a2a2
}
.recentpost-block6-nothumb .content-heading-block6 {
	width: 651px;
	float: left;
	margin: 0
}
.recentpost-block6-nothumb .content-content-block6 {
	width: 651px;
	float: left
}
.recentpost-image-block6 a img {
	width: 140px;
	height: 80px
}
.block6-read-more {
	float: right;
	width: 100%;
	text-align: right
}
.camnang-dulich {
	background: #FFF;
	float: left;
	width: 100%
}
.recentpost-wrapper-block4 {
	width: 428px;
	border-top: 3px solid #585858;
	border-right: 1px solid #e6e8e8
}
.recentpost-block4-holder {
	padding-left: 14px;
	padding-top: 25px;
	background: url(images/block-bg.html) repeat-x
}
.recentpost-block4 {
	display: inline-block;
	margin-bottom: 4px
}
.recentpost-image-block4 {
	float: left;
	line-height: 0;
	background: #efefef;
	width: 140px;
	height: 79px
}
.content-heading-block4 {
	float: right;
	width: 250px;
	margin-left: 10px
}
.content-heading-block4 h2 {
	line-height: 19px
}
.content-heading-block4 h2 a {
	font-family: 'Segoe UI', Arial, sans-serif;
	font-size: 16px;
	color: #000
}
.block4-date a {
	color: #000;
	font-size: 11px
}
.block4-date {
	height: 0;
	left: 150px;
	position: relative;
	top: -40px;
	width: 250px;
	font-size: 12px
}
.recentpost-image-block4 a img {
	width: 140px;
	height: 80px
}
#fsidebar1, #fsidebar2, #fsidebar3 {
	width: 236px;
	float: left;
	height: 239px;
	padding: 5px;
	background: #f0f0f0;
	border-radius: 5px
}
#fsidebar1 .widget, #fsidebar2 .widget, #fsidebar3 .widget {
	float: left;
	color: #333;
	line-height: 19px;
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 4px;
	padding: 5px 2px 0 5px
}
#footerwrapper1 .widget h3, #footerwrapper2 .widget h3, #footerwrapper3 .widget h3 {
	width: 290px;
	float: left;
	background: none!important;
	text-shadow: none!important;
	color: #333;
	line-height: 22px;
	font-size: 21px;
	font-weight: 700;
	padding: 5px 12px 2px 0;
	margin-bottom: 5px
}
#footerwrapper1 .widget ul, #footerwrapper2 .widget ul, #footerwrapper3 .widget ul {
	margin-left: 0;
	list-style: none;
	clear: both
}
#footerwrapper1 .widget ul li, #footerwrapper2 .widget ul li, #footerwrapper3 .widget ul li {
	list-style: none;
	margin-left: 10px;
	color: #111
}
#fsidebar1 .widget a, #fsidebar2 .widget a, #fsidebar3 .widget a {
	color: #BE0000;
	font-size: 11px;
	text-decoration: none;
	font-weight: 700
}
#fsidebar1 .widget a:hover, #fsidebar2 .widget a:hover, #fsidebar3 .widget a:hover {
	text-decoration: underline
}
.td-cndl {
	float: left;
	width: 100%
}
.dangnhap-dangky {
	float: left;
	width: 770px;
	padding: 5px;
	height: 733px;
	background: rgba(243,243,243,.95);
	border: 1px solid #9c9c9c
}
.dangnhap {
	float: left;
	width: 263px;
	background: #F8F8F8;
	border: 1px solid #CCC;
	height: 214px;
	padding: 5px
}
.dangky {
	float: right;
	background: #FAFAFA;
	border: 1px solid #CCC;
	height: 720px;
	width: 475px;
	padding: 5px
}
.dangnhap span {
	text-align: center;
	font-size: 14px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #999;
	line-height: 30px;
	font-weight: 800
}
.ok-nhap {
	float: left;
	background: #F60;
	border-radius: 3px;
	padding: 10px;
	margin-top: 10px;
	color: #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,.4);
	cursor: pointer
}
.ok-nhap:hover {
	background: red
}
.quenmatkhau {
	float: left;
	line-height: 20px;
	margin: 20px 10px
}
.dangky span {
	text-align: center;
	font-size: 14px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #999;
	line-height: 30px;
	font-weight: 800
}
.thongtin-dangky {
	margin-top: 10px;
	float: left;
	width: 100%
}
.thongtin-dangky .form_infomation label {
	width: 150px;
	text-align: right
}
.thongtin-dangky .form_infomation {
	margin-top: 10px;
	float: left
}
.madangky {
	float: left;
	margin-left: 160px;
	border: 1px solid #999
}

.sitemap-link {
    padding-bottom: 10px;
}
.links > strong
{
	background: none repeat scroll 0 0 #d06464;
    border: 1px solid #a30202;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    padding: 3px 8px;
    text-decoration: none;
}
.footer {
	background: #333;
	width: 100%;
	height: 263px;
	float: left;
	margin-top: 10px
}
.top-fooder {
	background: #797979;
	float: left;
	height: 30px;
	width: 100%;
	box-shadow: 0 2px 3px rgba(0,0,0,.4)
}
.footer .container {
	padding: 5px;
	clear: both
}
.diachi {
	width: 400px;
	float: left;
	margin: auto 0
}
.diachi span {
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
	float: left;
	width: 100%
}
.diachi-congty {
	float: left;
	width: 100%
}
.diachi-congty span {
	font-weight: 400;
	font-size: 12px;
	margin-top: 10px
}
.diachi-congty .diem1 {
	background: url(../images/icons-bando.png) no-repeat;
	line-height: 29px;
	padding-left: 20px;
	color: #adacac
}
.diachi-congty .diem2 {
	background: url(../images/icons-dienthoai.png)no-repeat;
	line-height: 29px;
	padding-left: 20px;
	color: #adacac;
	width: 41%;
	float: left
}
.diachi-congty .diem3 {
	background: url(../images/icons-fax%20-fo.png) no-repeat;
	line-height: 29px;
	padding-left: 30px;
	color: #adacac;
	width: 40%;
	float: left
}
.lienket-web {
	float: left;
	color: #FFF;
	margin-top: 10px;
	width: 194px;
	border-right: 1px solid #cecece;
	padding-left: 5px
}
.lienket-web span {
	font-weight: 400;
	font-size: 12px;
	margin-top: 10px
}
.lienket-web ul {
	list-style: url(../images/icon-quatrai.png);
	padding-left: 14px;
	margin-top: 10px
}
.lienket-web ul li a {
	color: #CCC
}
.lienket-web ul li {
	height: 25px
}
.lienket-web ul li a:hover {
	color: #999
}
.menu-footer {
	float: left;
	border: 1px solid #999;
	height: 70px;
	width: 588px;
	padding: 5px
}
.menu-footer ul {
	float: left;
	list-style: none;
	width: 166px;
	margin-left: 28px
}
.menu-footer ul li {
	height: 25px
}
.menu-footer ul li a {
	color: #CCC
}
.menu-footer ul li a:hover {
	color: #666
}
.banquyen {
	float: left;
	color: #333;
	width: 100%;
	margin-top: 10px;
	text-align: center;
	background: #CCC;
	line-height: 40px
}
.facebook-hd {
	float: left;
	width: 100%;
	margin-top: 10px
}
.camnang-dulich .pagacontent-tintuc-banner {
	padding: 0 5px 0 0;
	width: 531px;
	height: 250px;
	margin-bottom: 10px
}
.xemct {
	float: left;
	width: 70px
}
.row-tour span {
	float: left
}
.banggiatour {
	background: #FFF;
	float: left;
	width: 100%;
	margin-top: 15px;
	box-shadow: 0 2px 3px rgba(0,0,0,.4)
}
.banggia-lichtrinh {
	float: left;
	width: 379px;
	border-right: solid 1px #a7a7a7;
	height: 50px
}
.banggia-thoigian {
	float: left;
	width: 100px;
	border-right: solid 1px #a7a7a7;
	height: 50px
}
.banggia-chitiet {
	float: left;
	width: 36px;
	height: 50px
}
.banggia-gia {
	float: left;
	width: 128px;
	border-right: solid 1px #a7a7a7;
	height: 50px;
	color: #960
}
.td-bangia {
	float: left;
	width: 100%;
	line-height: 30px;
	text-align: center;
	background: #e6e6e6;
	font-weight: 700;
	font-size: 16px
}
.stt-bg {
	float: left;
	width: 30px;
	border-right: solid 1px #a7a7a7;
	height: 50px
}
#banggia-row1 {
	padding: 0 5px;
	float: left;
	background: #666;
	width: 990px;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px #3f3f3f solid
}
#banggia-row2 {
	padding: 0 5px;
	float: left;
	background: #FFF;
	width: 990px;
	color: #666;
	font-weight: 700;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px #3f3f3f solid
}
#banggia-row3 {
	padding: 0 5px;
	float: left;
	background: #F4F4F4;
	width: 990px;
	color: #666;
	font-weight: 700;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px #3f3f3f solid
}
.profile-l {
	width: 762px;
	float: left;
	margin-left: 12px
}
.profile-tab {
	overflow: hidden;
	position: relative
}
.profile-tab li {
	float: left;
	padding-right: 5px;
	cursor: pointer
}
.profile-tab li span {
	float: left;
	width: 150px;
	height: 43px;
	background-color: #ccc;
	text-align: center;
	line-height: 43px;
	color: #333;
	font-size: 120%;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	font-family: robotoBold
}
.profile-tab li.active span, .profile-tab li:hover span {
	background-color: #fff;
	box-shadow: 5px 5px 10px rgba(0,0,0,.25);
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,.25);
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.25)
}
.profile-inner {
	box-shadow: 5px 5px 10px rgba(0,0,0,.25);
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,.25);
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.25);
	background: #FFF;
	float: left;
	width: 745px;
	margin-left: 18px;
	padding: 10px
}
.profile-avatar .avatar {
	float: left;
	padding: 3px;
	border: 1px solid #ddd;
	margin-right: 80px;
	border-radius: 45px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 2px 2px 4px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 2px 2px 4px 0 rgba(0,0,0,.1)
}
.profile-avatar .avatar img {
	border-radius: 45px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	box-shadow: 0 0 2px 0 rgba(0,0,0,.11) inset;
	-moz-box-shadow: 0 0 2px 0 rgba(0,0,0,.11) inset;
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.11) inset
}
.profile-avatar .text {
	color: #000;
	line-height: 16px;
	font-size: 130%;
	margin-top: 8px
}
.profile-avatar .text span {
	display: inline-block;
	width: 114px
}
.btn-change {
	display: inline-block;
	height: 42px;
	margin-top: 10px
}
.btn-change .button {
	font-size: 130%;
	text-transform: capitalize;
	background: #f3f3f3;
	padding: 10px;
	color: #999292;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	box-shadow: 1px 1px 4px rgba(0,0,0,.2)
}
.profile-row {
	clear: left;
	float: left;
	width: 100%;
	padding-top: 6px
}
.profile-row .left {
	float: left;
	width: 170px;
	line-height: 41px;
	font-size: 128%;
	color: #000
}
.profile-row .text {
	font-size: 130%;
	color: #000;
	line-height: 41px
}
.profile-row .input {
	float: left;
	height: 39px;
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px
}
.profile-input {
	border: 0;
	margin-top: 10px;
	padding: 0 11px;
	width: 550px
}
.profile-dll {
	z-index: 1;
	background-color: #fff;
	margin-right: 6px;
	float: left
}
.profile-dll .cc-selected {
	float: left;
	background: 0 0;
	height: 39px;
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px
}
.profile-dll .cc-selected span {
	font-size: 130%;
	line-height: 39px;
	text-shadow: none;
	text-transform: capitalize;
	font-family: robotoRegular;
	color: #333;
	padding-left: 10px
}
.profile-dll .cc-selected i {
	top: 13px;
	right: 7px
}
.cc-select .cc-list-select ul li {
	font-size: 130%
}
.profile-dll .cc-list-select {
	top: 41px;
	height: 160px;
	overflow-y: scroll;
	overflow-x: hidden
}
.profile-dll.dll-city .cc-list-select, .profile-dll.dll-city .cc-selected {
	width: 234px
}
.dll-city {
	z-index: 2
}
.dll-day .cc-list-select, .dll-day .cc-selected {
	width: 64px
}
.dll-month .cc-list-select, .dll-month .cc-selected {
	width: 70px
}
.dll-year .cc-list-select, .dll-year .cc-selected {
	width: 84px
}
.gr-check {
	float: left;
	overflow: hidden;
	margin-top: 10px
}
.profile-check {
	float: left;
	cursor: pointer;
	font-size: 125%;
	color: #000;
	line-height: 22px;
	position: relative;
	padding-left: 28px;
	margin-right: 22px
}
.profile-check .check {
	border: 1px solid #ccc;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px
}
.profile-check .checked {
	background: url(../../kay.vn/images/checkf9e3.png?v=1.1) no-repeat
}
.change-pass {
	clear: left;
	float: left;
	width: 100%;
	border-top: 1px dotted #ccc;
	margin-top: 30px;
	padding-top: 16px
}
.button-change {
	clear: left;
	float: left;
	width: 100%;
	border-top: 1px dotted #ccc;
	margin-top: 30px;
	padding: 18px 0 25px;
	height: 80px;
	text-align: center
}
.button-change .button {
	font-size: 130%;
	text-transform: capitalize;
	background: #f3f3f3;
	padding: 10px;
	color: #999292;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	margin-left: 5px
}
.profile-r {
	width: 308px;
	float: right;
	margin-top: 42px;
	padding-bottom: 24px
}
.profile-module {
	clear: left;
	float: left;
	width: 100%;
	overflow: hidden
}
.paga-top-right ul {
	list-style: none
}
.donhang-tour {
	background: #FFF;
	float: left;
	width: 782px;
	margin-left: 10px;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	box-shadow: 1px 1px 4px rgba(0,0,0,.2)
}
.donhang-tour .deal-giohang {
	float: left;
	padding: 9px;
	width: 762px;
	margin-top: 7px;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	box-shadow: 1px 1px 4px rgba(0,0,0,.2)
}
.donhang-tour .td-tour {
	width: 585px;
	float: left;
	padding-left: 10px
}
.xoa-giohang {
	float: right;
	width: 19px;
	height: 20px
}
.thontindeal-giohang {
	width: 195px;
	float: left;
	padding: 11px
}
.thontindeal-giohang ul {
	list-style: none
}
.thontindeal-giohang ul li {
	padding: 3px
}
.soluong {
	float: left;
	margin-top: 13px;
	background: #f3f3f3;
	padding: 3px;
	color: #999292;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	margin-left: 5px
}
.hd-giohang {
	float: left;
	width: 315px
}
.hd-giohang .giatour {
	padding: 10px 4px;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	text-align: center;
	color: #408080;
	font-size: 20px;
	margin: 0 0 0 4px;
	width: 294px
}
.luugiohang {
	background: #408080;
	padding: 5px;
	float: left;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	box-shadow: 1px 1px 4px rgba(0,0,0,1);
	margin-top: 66px
}
.dattour {
	background: #408080;
	padding: 10px;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	margin-top: 00px;
	text-align: center;
	width: 150px;
	color: #FFF;
	font-weight: 700
}
.ql-tour {
	float: right;
	width: 95px;
	clear: right;
	color: #FFF
}
.thongtin-lichsumua {
	float: left;
	margin-top: 10px;
	width: 388px
}
.thongtin-lichsumua span {
	float: left;
	width: 100px
}
.pax-dk {
	background: #FFF;
	padding: 3px;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	width: 66px
}
.thongtin-lichsumua .giatour {
	background: #d50000;
	color: #fff;
	padding: 5px;
	margin-left: 6px;
	border-radius: 3px;
	text-align: center
}
.dathu-tien {
	float: left;
	background: url(../images/icon-thucoc.png) no-repeat;
	width: 135px;
	height: 23px;
	margin-top: -44px;
	padding: 25px 0 0 27px;
	font-size: 14px;
	font-weight: 700;
	color: #f5ff00;
	text-align: center
}
.tinhtrang {
	background: #000;
	float: right;
	width: 199px;
	height: 20px;
	padding: 3px;
	color: #FFF;
	text-align: center
}
#makeMeScrollable {
	width: 100%;
	height: 320px;
	position: relative
}
#makeMeScrollable div.scrollableArea a {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none
}
.avata-khachsan img {
	width: 126px;
	height: 106px;
	max-width: 126px
}
.hotro-content {
	position: absolute;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	width: 185px;
	background-color: #fff;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	z-index: 100000
}
.pagination {
	margin-left: 10px;
	border-top: 1px solid #EEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px
}

.pagination .links {
    float: right;
    position: relative;
    right: 35px;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEE;
	background-color: #f5f5f5;
	padding: 3px 8px;
	text-decoration: none;
	color: #A30202
}
.pagination .links a:hover {
	border: 1px solid #A30202;
	background-color: #D06464;
	color: #fff
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #A30202;
	padding: 3px 8px;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	background: #D06464
}
.pagination .results {
	float: right;
	padding-top: 3px
}
.clear {
	clear: both
}
.thongtin-datxe input {
	width: 185px;
	text-align: center
}
.noidungyeucau-xe textarea {
	width: 173px;
	height: 96px
}
.hinhanh-ks .wrapper {
	width: 720px;
	height: 100px;
	overflow: hidden
}
.hinhanh-ks .wrapper .content {
	width: 2000px;
	transition: all .5s ease
}
.hinhanh-ks .fl {
	float: left
}
.hinhanh-ks .next-btn, .hinhanh-ks .prev-btn {
	width: 20px;
	height: 100px;
	cursor: pointer
}
.hinhanh-ks .prev-btn {
	background: url(../images/prev.png) center/20px 20px no-repeat #999
}
.hinhanh-ks .next-btn {
	background: url(../images/next.png) center/20px 20px no-repeat #999
}
.fancybox img {
	max-width: 160px;
	max-height: 100px
}
.banner-bottom-doan {
	float: left;
	width: 768px
}
.team-building h2 {
	text-align: center;
	font-size: 24px;
	color: #999;
	padding: 10px 0
}
.team-building {
	background: #FFF;
	border: 1px solid #CCC;
	float: left;
	width: 1000px;
	margin-top: 10px
}
.box-list-tour.box-list-tour {
	width: 940px;
	float: left;
	color: #7f6d42;
	padding: 0 3px;
	border-radius: 5px;
	box-shadow: 0 2px 2px rgba(0,0,0,.25);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.25)
}
.box-list-tour .img-left {
	float: left;
	padding-right: 20px;
	background: url(../images/bg-img-left-list-tour.jpg) bottom right no-repeat;
	padding-bottom: 26px
}
.box-list-tour .name {
	font-size: 30px;
	padding-bottom: 10px
}
.box-list-tour .desc {
	font-size: 14px;
	line-height: 22px
}
.box-list-tour .img-right {
	float: right;
	padding-left: 20px;
	background: url(../images/bg-img-right-list-tour.jpg) bottom left no-repeat;
	padding-bottom: 26px
}
.box-list-tour h3 {
	padding: 0;
	margin: 0
}
.quangcao-doan {
	background: #FFF;
	padding: 5px;
	border: 1px solid #CCC;
	float: left;
	margin-top: 10px;
	width: 768px
}
.facebook-hd {
	background: #FFF
}
.logged-title {
	text-transform: uppercase;
	color: #333;
	padding: 0 5px;
	font-size: 14px;
	line-height: 25px;
	text-align: center
}
.logged-title a {
	text-transform: uppercase;
	color: #00f;
	font-weight: 700;
	padding: 0 5px;
	font-size: 14px
}
.jcl_category {
	background: #fff;
	padding: 0 7px;
	width: 202PX;
	border-radius: 3PX;
	margin-bottom: 3PX
}
.jcl_category:hover {
	background: #EFEFEF
}
.button-confirm-cart {
	width: 100%;
	text-align: center
}
.timkiem div {
	float: left
}
#bttop {
	position: fixed;
	bottom: 50px;
	right: 10px;
	cursor: pointer;
	display: none;
	z-index: 100000
}
#bttop:hover {
	opacity: .2
}
.ghexe .ghekhach .ghe, .ghexe .ghetaixe-cualen .chu-thich, .ghexe .ghetaixe-cualen .cualen, .ghexe .ghetaixe-cualen .huongdanvien, .ghexe .ghetaixe-cualen .taixe {
	float: left;
	border: 1px solid #000;
	height: 100px;
	width: 150px
}
.ghexe .ghekhach .none {
	border: none
}
.td-haidangtravel {
	background: #fafafa;
	float: left;
	width: 100%;
	height: 40px;
	border-bottom: 2px solid rgba(218,218,218,.59);
	margin-bottom: 10px
}
.page-title {
	float: left;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	width: 97%;
	background: #ffc200;
	padding: 10px;
	margin: 0
}
.page-title a {
	color: #FFF
}
.page-title a:hover {
	color: red
}
body>div>div.header>div.container>div>div.header-rig>div.logo>h2 {
	margin-top: 33px
}
.one-tour-deal-noidung a h3, .title a h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 400
}
.diemthamquan-tour h2 {
	font-size: 12px
}
.tourlienquan span a h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 400
}
.ykien-list {
	width: 356px;
	padding: 5px;
	border-radius: 8px;
	float: left;
	margin-left: 16px;
	background: rgba(245,245,245,.94);
	height: 163px
}
.ykien-list .nguoigui {
	font-size: 16px;
	font-weight: 700;
	color: #991313;
	width: 100%;
	padding-bottom: 0
}
.ykien-list .ngaygui {
	padding: 5px;
	color: #09a8e5;
	width: 100%
}
.ykien-list .noidung {
	background: #fff;
	height: 102px;
	border-radius: 5px;
	padding: 5px
}
.banner-qc-left1 {
	margin-top: 40px
}
.event-hd {
	height: 200px;
	width: 380px;
	margin: 0 auto;
	position: fixed;
	bottom: 1px;
	z-index: 120;
	right: -24px
}
.event-hd a {
	color: transparent;
	position: fixed;
	bottom: 0;
	background: url(../images/event.png) center right no-repeat;
	z-index: 120;
	height: 230px;
	width: 335px
}
.introduction {
	background: url(../images/bg-introduction.jpg) right no-repeat;
	height: 172px;
	float: right;
	width: 100%
}
.diemden-gioithieu {
	height: 182px;
	float: right;
	width: 100%
}
.introduction p {
	padding: 12px;
	font-size: 12px;
	width: 516px
}
.td-details-travel {
	background: url(../images/details.png) no-repeat;
	height: 64px;
	text-align: center;
	line-height: 64px;
	color: #fff
}
.details-diemden {
	padding: 9px;
	width: 98%
}
.details-diemden img {
	margin: 5px
}
.image-description {
	font-style: italic;
	font-size: 12px;
	text-align: center;
	padding-bottom: 20px
}
.td-details-travel h2 {
	text-transform: uppercase
}
.status-update {
	position: fixed;
	top: 30px;
	background-color: #A8FFD3;
	color: red;
	line-height: 30px;
	width: 150px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4)
}

.pr-noel {
    float: left;
    overflow: hidden;
    width: 99.9%;
}
@media (max-width:1200px){
	#sticky_right, #sticky_left
	{
		display:none;
	}
}
.top-menu
{
	list-style:none;
	height: 147px;
	width: 255px
}
.top-menu li
{
	line-height:48px;
	float:left;
	width:127px;
	overflow:hidden;
	height:48px;
}
.top-menu li a
{
	color:#000;
	font-weight:700;
	font-size:10px;
}