/* COMMON STYLE

--------------------------------------------------------- */
.banner_scroll {
                position: absolute;
                width: 150px;
}
* {
	outline-color: initial;
	outline-style: none;
	outline-width: initial;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	padding: 0;
	margin: 0
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
 display: none;
 height: 0;
}
html, body, fieldset {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
}
body {
	font: normal 12px/1.475 Arial;
	color:#3e3e3e;
	background: url(../images/bg.jpg) top center no-repeat;
}
a {
	text-decoration: none;
	color: #0355c2;
}
a:hover {
	text-decoration: underline;
}
img .preview
{
    height:140px;
    width:140px;    
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
	clear: both;
}
img {
	border: none;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
ul {
	list-style: none;
}
pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
.img_general {
	float: left;
	margin-right: 10px;
}
input {
	border:none;
}
.fl {
	float: left !important
}
.fr {
	float: right !important
}
img {
	border: none;
	max-width: 100%;
	vertical-align: middle
}
.hidden {
	display: none;
}
.trans {
	transition: All 0.3s ease-out;
	-webkit-transition: All 0.3s ease-out;
	-moz-transition: All 0.3s ease-out;
	-o-transition: All 0.3s ease-out;
	-ms-transform: All 0.3s ease-out;
}
.list_ul li {
	float: left;
	width: 100%;
	margin: 2px 0
}
.name_web {
	text-indent: -9999px;
	visibility: hidden;
	height: 0
}
.btn_web {
	display: inline-block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#009f96+0,02847d+100 */
background: rgb(0,159,150); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0, 159, 150, 1) 0%, rgba(2, 132, 125, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 159, 150, 1) 0%, rgba(2, 132, 125, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 159, 150, 1) 0%, rgba(2, 132, 125, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009f96', endColorstr='#02847d', GradientType=0 ); /* IE6-9 */
	-moz-box-shadow:inset 0 1px 0 #59f3ea;
	-webkit-box-shadow:inset 0 1px 0 #59f3ea;
	box-shadow:inset 0 1px 0 #59f3ea;
	border: 1px solid #005853;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 20px;
	color: #FFFFFF;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	font: 700 1.1em 'Open Sans', sans-serif;
	line-height: 24px;
	text-transform: uppercase
}
.btn_web:hover {
	color: #ffffff;
	text-decoration: none;
}
.padd10 {
	padding: 10px !important
}
.padd15 {
	padding: 15px !important
}
.padd20 {
	padding: 20px !important
}
.padd_tb15 {
	padding: 15px 0 !important
}
.mrg_b20 {
	margin-bottom: 20px !important
}
.img_fullwidth {
	max-width: inherit;
	width: 100%;
	height: auto;
}
.show {
	display: block !important
}
.box_size {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.h1Title, .h1Title a {
	padding-bottom: 3px;
	color: #d9241b;
}
.h2Title {
	font: bold 1.1em Arial;
}
.link_title {
	font: normal 1.1em Arial;
}
/* WRAPPER --------*/
#wrapper {
	width:100%;
	float: left;
	margin: 0 auto;
	padding: 0;
}
.cf:after, .container:after, .header:after, .footer:after, .main:after, .box:after, .box_content:after, .pagination:after, .menu_footer:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}
/* LAYOUT*/
.main {
	padding: 5px;
	background: #FFFFFF;
}
.inner_col {
	margin-left: 5px
}
/* HEADER

--------------------------*/

.header {
	position: relative
}
.logo {
	display: block;
	margin-top: 20px;
}
.logo img {
	width: auto !important;
	height: auto !important
}
/* SEARCH */
.search {
	float: right;
width: 230px;
height: 27px;
position: relative;
top: 20px;
right: 0;
background: url(../images/search_bg.png) top left no-repeat;
display: block;
}
.inputSearch {
	float: right;
	color: #000000;
	background: #FFFFFF;
	font: 13px Arial;
	height: 15px;
	padding: 5px;
	width: 205px;
	border: 1px solid #499dff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.submitSearch {
	background: url(../images/search_button.png) center left no-repeat;
	border: medium none;
	cursor: pointer;
	height: 19px;
	padding: 0;
	width:19px;
	position: absolute;
	top: 4px;
	left: 205px;
}
/* MAIN MENU ------*/

#nav_menu {
	float: left;
	width:100%;
	line-height:normal;
	height: 35px;
	background: url(../images/nav_bg.jpg) top left repeat-x;
}
#nav_menu ul {
	padding: 0;
	margin: 0;
	list-style:none;
}
#nav_menu li {
	float: left;
	margin:0 auto;
	padding:0;
	height: 35px;
}
#nav_menu ul li a {
	height: 25px;
	padding: 10px 15px 0 15px;
	float: left;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	background: url(../images/space.jpg) left 6px no-repeat;
}
#nav_menu ul li.active a {
	background: none;
	color: #ffff00;
}
#nav_menu ul li a:hover, #nav_menu ul li.active a:hover {
	color: #ffff00;
}
/*Slide Banner*/
.top_main_banner {
	background: #FFFFFF;
	margin-top: 10px;
	padding: 5px;;
}
/*Left column*/
.box {
	width: 100%;
	margin: 0 0 10px 0;
	float:left;
	position: relative
}
.box_content {
	padding: 9px;
	padding-top: 20px;
	margin: -20px 0 0 5px;
	border: 1px solid #93c8ff;
}
.main_content {
	background: #FFFFFF;
}
.box_Tab {
	background: url(../images/h1Tab.png) top left no-repeat;
	margin: 0;
	padding: 0;
	height: 34px;
	position: relative;
	font: bold 14px Arial;
}
.box_Tab span {
	display: block;
	padding-left: 10px;
	line-height: 30px;
	text-align: left;
	color: #FFFFFF;
}
.main_Tab {
	background: url(../images/h1Main_Tab.jpg) top left repeat-x;
	text-align: left;
	height: 40px;
	color: #FFFFFF;
	padding: 0
}
.main_Tab span {
	line-height: 40px;
	text-transform: uppercase;
}
ul.general {
	padding: 0;
	list-style: none;
}
ul.general li {
	float: left;
	margin: 4px 0;
}
ul.left_menu {
	width: 100%;
	padding: 0;
	margin: 0;
}
ul.left_menu li {
	width: 100%;
	height: 30px;
	padding: 0;
	margin: 0;
}
ul.left_menu li a {
	display: block;
	background: url(../images/bullet_01.png) 5px 12px no-repeat;
	padding: 7px 5px 0 18px;
	height: 22px;
	border-top: 1px solid #FFFFFF;
	color: #3e3e3e;
}
ul.left_menu li.active a {
	border-top: none;
}
#news {
	padding-left: 5px;
	padding-right: 5px;
}
#news ul {
	float: left;
	width: 100%;
}
#news ul li {
	float: left;
	width: 100%;
	margin: 5px 0;
	padding: 0;
	position: relative;
}
/*Column*/
#categories {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: none;	
}
.tour_item {
	position: relative;
	text-align: left;
	margin: 10px 0 5px 0;
}
.col_content {	
	padding: 9px;
	margin: 0 5px;
	border: 1px solid #96caff;
	height: 200px;
	overflow: hidden
}
.col p {
	margin: 5px 0;
}
.time {
	position: absolute;
	display: block;
	bottom: 5px;
	right: 1px;
	background: url(../images/yellow_Tab.png) bottom right no-repeat;
	width: 175px;
	height: 29px;
	line-height: 25px;
	text-align: center;
	color: #935d00;
	font-size: 12px;
}
.hot_tour {
	position: absolute;
	top: -5px;
	left: -5px;
	display: block;
	width: 44px;
	height: 44px;
	background: url(../images/hot_icon.png) top left no-repeat;
}
.tour_item .img_general {
	width: 180px;
	margin-bottom: 3px
}
/*Jquery chay tu duoi len*/
/*=========BOX #demo ========*/
.slide_v_product {
	width: 100%;	
	margin: 0 auto;
	text-align: center;
}
#jcarouse_new_product .bx-viewport { height: 400px !important }
#jcarouse_comments .bx-viewport { height: 240px !important }
#comments .slide_v_product { text-align: left; }
/*Comments*/
#comments ul li {
	background: url(../images/arrows.png) -30px 50% no-repeat; 
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*========= BOX .jcarouse ========*/
.slide_v_product ul li {
	margin-bottom: 8px
}
.clr {
	clear: both;
}
.img_tour {
	display: block;
	text-align: center;
	margin-bottom: 10px
}
/*Slide*/
#slider_partners {
	float: left;
	width: 100%;
	margin: auto;
	position: relative;
	z-index: 5;
}
#slider_partners img {
	width: 180px;
	height: 90px;
	border: 1px solid #d9d9d9;
}
/*------------------------------------------------------*/			
.jcarousel-skin-tango {
	padding: 0;
}
.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
	padding: 0;
	width: 100%;
}
.jcarousel-skin-tango .jcarousel-clip {
	overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	height: auto;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin: 0 8px 0 5px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin: 0;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
	margin-bottom: 10px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #000000;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
	background: #FFFFFF url(../images/arrows.png) no-repeat scroll 100% 0;
	cursor: pointer;
	height: 9px;
	position: absolute;
	right: 0;
	top: -25px;
	width: 18px;
	z-index: 10;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
	background: #FFFFFF url(../images/arrows.png);
	left: 5px;
	right: auto;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
	background: #FFFFFF url(../images/arrows.png) no-repeat scroll 0 0;
	cursor: pointer;
	height: 9px;
	position: absolute;
	top: -25px;
	right: 10px;
	width: 18px;
	z-index: 10;
}
#left, #right { padding: 10px 0 }
#right .inner_col { margin-left: 20px }
#left h1
    {
        margin: 5px 0;
    }
    #left p
    {
        line-height: 150%;
        text-align: justify;
    }
    #right .listnews ul li
    {
        float: left;
        width: 100%;
		border-bottom: 1px solid #F2F2F2      
    }
#right .listnews h2 {
	padding: 5px 15px;
	background: url(../images/arrows.png) -30px 9px no-repeat;
	font-size: 1em;
	font-weight: 500
}
/*Pagination*/
.navigation {
	clear: both;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.navigation a {
    border: 1px solid #0e61c2;
 	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    margin: 0 2px;
    padding: 3px 8px;
}
.navigation b, .navigation a:hover {
    background: #0e61c2;
    border: 1px solid #0e61c2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    color: #FFFFFF;
    margin: 0 2px;
    padding: 3px 8px;
    text-decoration: none;
}
/*News*/
.list_news {
	float: left;
    width: 100%;
}
.list_news ul { padding: 10px 0; } 
.list_news ul li {
    border-bottom: 1px dashed #0088FB;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
}
.list_news .view_more {
    bottom: 5px;
    position: absolute;
    right: 0;
	font-style: italic;
	text-decoration: underline;
}
.list_news .h2Title {
    padding: 0 0 3px 0;
}
.list_news .h3Title a {
    font-weight: bold;
    text-transform: none;
}
.list_news p { margin: 0 0 1em 0; color: #3e3e3e; line-height: 150% }
.list_news img {
    border: medium none;
}
.detail_news {
	padding: 10px;
}
.date {
	color: #878787;
	font: 11px Arial;
}
#detail_news {	
	float: left;
	width:97%;
}
.detail_info {
	float: left;
	width: 100%;
}
.info_g img, .info_g p img {
	width: auto !important;
	height: auto !important;
}
#detail_news .detail_info, .outer_table { width: 100%; }
.outer_table { overflow: auto }
.function {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e3e3e3 -moz-use-text-color;
    border-image: none;
    border-style: solid none;
    border-width: 1px medium;
    float: left;
    padding: 5px 0;
    width: 100%;
}
.like_face {
    float: left;
    height: 18px;
    padding: 0;
    width: 35%;
}
.toolbar {
    float: right;
    padding: 0;
    position: relative;
    text-align: left;
}
.toolbar a {
    background: url(../images/toolbar.png) no-repeat scroll 0 0 transparent;
    display: inline-block;
    margin-left: 10px;
    padding-left: 20px;
}
a.print {
    background-position: 0 2px;
}
a.email {
    background-position: 0 -18px;
}
a.opinion {
    background-position: 0 -37px;
}
.other_news_sub {
    /*clear: both;*/
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
}
.other_newsT {
	padding-bottom: 3px;
    margin: 10px 0;
    position: relative;
	color: #000000;
}
.other_news_sub ul {
    margin: 10px 0 0 10px;
}
.other_news_sub ul li {
    padding: 5px 0;
}
.other_news_sub h2 {
	font-size: 1em;
	font-weight: 500
}
.other_news_sub a {
    background: url(../images/bullets.png) no-repeat scroll left 3px transparent;
    padding-left: 15px;
}
.view_all {
    float: left;
	background: none !important;
    margin-top: 10px;
    text-align: right;
	text-decoration: underline;
	font-size: 11px;
}
.tourdb
            {
                padding: 10px 0;
            }
            .tourdb a
            {
                background: none;
                padding: 0;
            }
            .tourdb .h2Title
            {
                margin-top: 5px;
                font-size: 1em;
            }
            .tourdb p
            {
                height: 70px;
                overflow: hidden;
                font-size: 12px;
                line-height: 150%;
                margin: 5px 0;
            }
            .columns_inner
            {
                padding: 0 14px;
                text-align: justify;
            }
.image_gallery { margin-bottom: 15px }
.img_gallery { display: inline-block; padding: 0 3px; margin: 3px 0 }
.img_gallery img { height: 120px }
/*Path*/
.path {
	float: left;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px;
    text-align: left;
    text-transform: none;
}
/*Footer*/
.footer {
	float: left;
	clear: both;
	width: 100%;
	padding: 0;
	background: #33adef url(../images/footer_Bg.jpg) top left repeat-x;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}
.footer a {
	color: #FFFFFF;
}
.footer p {
	padding: 0;
	margin: 5px 0;
}
.menu_footer {
	text-align: center;
}
.menu_footer h3 {
	display: inline-block;
	padding: 0 10px;
	line-height: 50px;
	font-size: 1em;
}
.info_footer {
	padding: 10px 0;
	text-align: left;
}
.info_footer table {
	width: 100% !important
}
.copyright, .facebook {
	padding: 10px 0;
}
/*Social Network*/
.social_network {
	margin-top: 15px;
}
.social_network span {
	display: inline-block;
	width: 27px;
	height: 26px;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	padding-right: 2px;
}
.social_network a:hover {
	text-decoration: none
}
.icon_facebook {
	background: url(../images/icon.png) 0 -124px no-repeat;
}
.icon_twitter {
	background: url(../images/icon.png) -32px -124px no-repeat;
}
.icon_gplus {
	background: url(../images/icon.png) -63px -124px no-repeat;
}
.icon_p {
	background: url(../images/icon.png) -95px -124px no-repeat;
}
.icon_linkedin {
	background: url(../images/icon.png) -127px -124px no-repeat;
}
.icon_youtube {
	background: url(../images/icon.png) -159px -124px no-repeat;
}
.social_network a:hover {
	text-decoration: none
}
/*Banner Ads*/
#divAdRight {
	display:none;
	position:absolute;
	top:10px;
	width: 130px;
	z-index: 15
}
#divAdLeft {
	display:none;
	position:absolute;
	top:10px;
	width: 130px;
	z-index: 15
}
#divAdLeft img, #divAdRight img {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 5px
}
/*Detail Video*/
.youtubevideowrap {
	margin: 0px auto;
	max-width: 400px;
}
.videoWrapper {
	position:relative;
	padding-bottom: 50.65%; /* 16:9 */
	padding-top:25px;
	height:0;
	overflow:hidden;
}
.videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
 #cssmenu ul li {
   
   text-align:center;
}