@charset "utf-8";

img{border:0; }

@media (min-width:300px){ body{background:#70433b url(../images/bg5.jpg) center top repeat-x;}  }
@media (min-width:560px){ body{background:#70433b url(../images/bg4.jpg) left top repeat-x;  }  }
@media (min-width:768px){ body{background:#70433b url(../images/bg4.jpg) left top repeat-x;  }  }
@media (min-width:992px){ body{background:#70433b url(../images/bg3.jpg) center top repeat-x;} }
@media (min-width:1200px){ body{background:#70433b url(../images/bg3.jpg) center top repeat-x;} }


#header{
 margin:auto;
 position:relative;
/*	 width:1080px;
padding:28px 35px 0px 35px;*/
}
#logo{
	float:left;
	padding:0 21px;
	/*background: url(../images/logo_unithaitravel.png) no-repeat;
	width:338px;*/
	height:154px;
}
#banner{
	margin:0px 55px 50px;
	padding:12px 12px 0 12px;
	background-color:white;
	-webkit-box-shadow:3px 3px 15px 1px #aa9999;
	-moz-box-shadow:3px 3px 15px 1px #aa9999;
	box-shadow:3px 3px 15px 1px #aa9999;
}
#container{
 /*margin:auto;
 position:relative;
 width:1150px;	*/
}
#month{
	float:left;
	width:425px;
	height:513px;
	margin-top:0;
	padding:0 0px 20px 70px;
}
#review{position:relative; width:375px; background:white; height:300px; padding:12px; margin-left:12px; margin-top:30px}
#review .tape{position:absolute; top:-15px; left:-20px; width:180px; height:30px; padding:10px; margin:0; background:url(../images/tape.png) no-repeat}
#vdo{float:right; position:relative; margin-right:100px; background:white; padding:12px; }
#latesttour{
	z-index:1;
}
#latesttour .top{
 background:url(../images/bg_tour_top.png) center bottom no-repeat;
	height:93px;
	padding:80px 0px 0px 91px;
	z-index:2;
}
#latesttour .mid{
 background:url(../images/bg_tour_mid.png) center top repeat-y;
	padding:0px 72px 0px 70px;
	z-index:2;
}
/*#latesttour .mid ul li, #thumbtour ul li{
	list-style:none;
	display:inline;
	float:left;
	width:272px;
	min-height:352px;
	padding:19px;
}*/
#latesttour .bottom{
 background:url(../images/bg_tour_bottom.png) center top no-repeat;
	height:157px;
	padding:0px 0px 0px 0px;
	z-index:3;
}

#weather{	
	float:left;
	background:url(../images/weather2.jpg) left top no-repeat;
	width:605px;
	height:382px;
	margin-right:0px;
	padding:0px 60px 0px 90px;
}
#exchange{
	float:left;
 background:url(../images/exchange_.jpg) left top no-repeat;
	width:294px;
	height:332px;
	padding:10px 60px 30px 30px;
}

#tour{
	padding:0px 63px 20px 63px;
}

table#period{border:1px solid #D7D7D7;}
table#period th{color:#FFFFFF; background-color:#373737;}
table#period tr{color:#666; background-color:#f0f0f0; border:1px;}
table#period tr:nth-child(even){color:#666; background-color:#fff;}
table#period td{padding:2px 8px}

#fb{
	background:#333333;
	border:4px solid #c2bfb4;
	margin:25px 0px;
}

#footer{
 clear:both;
 margin:auto;
 position:relative;
 min-width:1080px;
height:auto;
 padding:30px 35px;
	color:#ffffff;
	background-color:#54332a;
	font-size:1.3em;
}
#footer .contain{
 clear:both;
 margin:auto;
 position:relative;
width:980px;
height:auto;
}

.pic-l{
	border:solid 5px #ffffff;
}
.pic-sm{
	width:392px;
	height:auto;
 	padding:40px 30px;
	margin-right:20px;
	background:url(../images/bg_pic.jpg) top no-repeat;
	background-size:100% 100%;
}

.gradient{
 background:#ffffff url(../images/bg2.jpg) top repeat-x;
}
.gradient2{
 background:#888d91 url(../images/bg3.jpg) top repeat-x;
}
.gradient3{
 background:#d1d2d4 url(../images/bg4.jpg) top repeat-x;
}
.shadow{
	-webkit-box-shadow:3px 3px 15px 1px #999999;
	-moz-box-shadow:3px 3px 15px 1px #999999;
	box-shadow:3px 3px 15px 1px #999999;
}
.shadow2{
	-webkit-box-shadow:3px 3px 15px 1px #332222;
	-moz-box-shadow:3px 3px 15px 1px #332222;
	box-shadow:3px 3px 15px 1px #332222;
}

.clr{clear:both; margin:0; }

hr{
	margin-top:0px;
	padding-top:0px;
}

ul.bullet li{
 list-style-type:square;
	margin-left:20px;
	padding-top:2px;
}

a.button{
	padding:3px 15px;
	background:#cc0000;
	color:#ffffff;
	border-radius:4px;
	border:1px solid #cc0000;
}

#caption1, #caption2, #caption3, #caption4{
 padding:10px 14px;
	margin:0px 2px;
	background-color:#fff;
	opacity:0.9;
	filter:alpha(opacity=90);
	position:absolute;
 width:175px;
 height:61px;
	top:310px;
}
#caption2{
	left:369px;
}
#caption3{
	left:576px;
}
#caption4{
	left:780px;
}

.floating-box{
 display:inline-block;
	vertical-align:top;
}
.button{
	border-radius:4px;
	background-color:#65c4de;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#65c4de), to(#05b2df));
	background-image:-webkit-linear-gradient(top, #65c4de, #05b2df);
	background-image:-moz-linear-gradient(top, #65c4de, #05b2df);
	background-image:-ms-linear-gradient(top, #65c4de, #05b2df);
	background-image:-o-linear-gradient(top, #65c4de, #05b2df);
	background-image:linear-gradient(top, #65c4de, #05b2df);
	color:#ffffff;
}
.button-blue{
	border-radius:4px;
	background-color:#0065B2;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#05b2df), to(#0065B2));
	background-image:-webkit-linear-gradient(top, #05b2df, #0065B2);
	background-image:-moz-linear-gradient(top, #05b2df, #0065B2);
	background-image:-ms-linear-gradient(top, #05b2df, #0065B2);
	background-image:-o-linear-gradient(top, #05b2df, #0065B2);
	background-image:linear-gradient(top, #05b2df, #0065B2);
	color:#ffffff;
}
.button-green{
	border-radius:4px;
	background-color:#1BB209;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#9FE52F), to(#1BB209));
	background-image:-webkit-linear-gradient(top, #9FE52F, #1BB209);
	background-image:-moz-linear-gradient(top, #9FE52F, #1BB209);
	background-image:-ms-linear-gradient(top, #9FE52F, #1BB209);
	background-image:-o-linear-gradient(top, #9FE52F, #1BB209);
	background-image:linear-gradient(top, #9FE52F, #1BB209);
	color:#ffffff;
}

.button-red{	
	border-radius:4px;
	border:1px solid #cc0000;
	background-color:#cc0000;
	color:#ffffff;
	padding:1px 15px;
	line-height:normal;
}

.button-country{
	width:180px;margin-bottom:10px;border-radius:8px;
}


label.error{float:none; color:red; padding-left:.5em;
				font-family:Tahoma; font-size:12px; font-weight:normal;
}
INPUT.error{
	BORDER-RIGHT:red 1px solid; BORDER-TOP:red 1px solid; MARGIN:0px; BORDER-LEFT:red 1px solid; COLOR:red; BORDER-BOTTOM:red 1px solid; BACKGROUND-COLOR:#ffffd5
}
SELECT.error{
	BORDER-RIGHT:red 1px solid; BORDER-TOP:red 1px solid; MARGIN:0px; BORDER-LEFT:red 1px solid; COLOR:red; BORDER-BOTTOM:red 1px solid; BACKGROUND-COLOR:#ffffd5
}
TEXTAREA.error{
	BORDER-RIGHT:red 1px solid; BORDER-TOP:red 1px solid; MARGIN:0px; BORDER-LEFT:red 1px solid; COLOR:red; BORDER-BOTTOM:red 1px solid; BACKGROUND-COLOR:#ffffd5
}	

#status{
	width:91px;
	height:77px;
	position:absolute;
	left:-2px;
	bottom:-2px;
 z-index:10;
}


.float-panel-line{
	z-index:2;
 position:fixed;
 bottom:15px;
 right:15px;
}
.float-panel-line img
{
 display:block;
}
.float-panel-line:after{
 content:'';
 display:block;
 position:absolute;
 right:20px;
 bottom:-12px;
 width:0;
 height:0;
 border-left:12px solid transparent;
 border-right:12px solid transparent;
 border-top:12px solid #00c300;
}

#poster{
	width:272px;
	height:272px;
	/*height: calc(width * 1.0) !important;*/
	border-radius:8px 8px 0px 0px;
	margin:0;
}
#airline{max-height:60px;vertical-align:bottom;}
#price{height:43px; }
/*#airline img{margin:0;max-width:70px; max-height:38px;padding-bottom:5px;}*/
.box-radius{
	width:272px;
	height:585px;
	background-color:white;
	border:1px solid #888;
	border-radius:8px;
	padding:0px 0px;
	-webkit-box-shadow:3px 3px 15px 1px #888;
	-moz-5/27/2018-shadow:3px 3px 15px 1px #888;
	box-shadow:3px 3px 15px 1px #888;
}
.box-radius-gy{
	min-height:800px;
	min-width:1100px;
	padding:0px;
	margin:0px 30px 30px 30px;
	background-color:#eee;
	border-radius:8px;
}
.bar-blue{
	padding:10px 35px; margin-top:5px; background:#43cbee;
/*	line-height:180%*/
}
.bar-grey{
	background-color:#bbb; padding:3px 15px;
	text-shadow:1px 1px 4px #222; border-radius:8px;
}
.bar-blue-s {
	background-color:#05B2DF;
	color:white;
	padding:0px 5px;
	border-radius:4px;
	font-size:0.9em;
}
.bar-orange-s {
	background-color:#ff9900;
	color:white;
	padding:0px 5px;
	border-radius:4px;
	font-size:0.9em;
}
img.ban-full{-webkit-filter:grayscale(40%); filter:grayscale(40%);}
div.ban-full{width:100%;position:absolute; bottom:100px; z-index:5; text-align:center;font-size:70px;color:#000;text-shadow:0px 3px 6px #fff;}

.crop-80{
	height:80px;
	display:-webkit-box;
	-webkit-line-clamp:6;
	-webkit-box-orient:vertical;
	overflow:hidden;
	text-overflow:-o-ellipsis-lastline;
	text-overflow:ellipsis;
}
.crop-65{
	height:65px;
	display:-webkit-box;
	-webkit-line-clamp:6;
	-webkit-box-orient:vertical;
	overflow:hidden;
	text-overflow:-o-ellipsis-lastline;
	text-overflow:ellipsis;
}
.crop-45{
	height:45px;
	display:-webkit-box;
	-webkit-line-clamp:6;
	-webkit-box-orient:vertical;
	overflow:hidden;
	text-overflow:-o-ellipsis-lastline;
	text-overflow:ellipsis;
}
.crop-25{
	height:25px;
	display:-webkit-box;
	-webkit-line-clamp:6;
	-webkit-box-orient:vertical;
	overflow:hidden;
	text-overflow:-o-ellipsis-lastline;
	text-overflow:ellipsis;
}

@media screen and (max-width:1080px){
	.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter
	{display:block; float:none; width:auto; margin:0 0 30px 0; padding:0px;}
}

/*.container{padding:70px 0;}*/
.clear, .group{display:block;}
.clear::before, .clear::after, .group::before, .group::after{display:table; content:"";}
.clear, .clear::after, .group, .group::after{clear:both;}

.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter
{display:inline-block; float:left; list-style:none; margin:0 0 0 3.06748466257669%; }

.first{margin-left:0; clear:left;}

.one_quarter{width:22.69938650306748%;}
.one_third{width:31.28834355828221%;}
.one_half, .two_quarter{width:48.46625766871166%;}
.two_third{width:65.6441717791411%;}
.three_quarter{width:74.23312883435584%;}
.part_500{display:inline-block; float:left; list-style:none;width:500px;}
.part_400{display:inline-block; float:left; list-style:none;width:400px;}


.topspace-10{margin-top:10px;}
.topspace-15{margin-top:15px;}
.topspace-20{margin-top:20px;}
.topspace-30{margin-top:30px;}
.topspace-40{margin-top:40px;}
.btmspace-30{margin-bottom:30px;}

.inspace-5{padding:5px 5px;}
.inspace-10{padding:10px;}
.inspace-15{padding:15px;}
.inspace-20{padding:20px;}
.inspace-30{padding:30px;}

.clear, .group{display:block;}
.clear::before, .clear::after, .group::before, .group::after{display:table; content:"";}
.clear, .clear::after, .group, .group::after{clear:both;}
.center{text-align:center;}
.block{display:block;}
.inline{display:inline-block; float:left; }
.borderedbox{border-color:#D7D7D7;}
.borderedbox{border:1px solid;}
.nospace{margin:0; padding:0; list-style:none;}


.btn {
	text-transform: uppercase;
	color: #fff;
	background-color: #43cbee;
	padding: 5px 20px;
	font-size: 1.2em;
	line-height: 1.5;
	border-radius: 5px;
	margin: 0;
	transition: all 0.5s linear;
	border: 0;
}
.btn:hover, .btn:focus, .btn.focus, .btn:active, .btn.active {
	color: #fff;
	background-color: #0065B2;
}
.btn:disabled,
.btn[disabled]{
  background-color: #cccccc;
  color: #666666;
}