@charset "UTF-8";
*,
*::after,
*::before {
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
}

*,
*::after,
*::before {
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
}

body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
}
body{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333;
}
ol,
ul {
    list-style: outside none none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Roboto', sans-serif;
}
h1, h2{
    font-weight: bold;
}
.cWhite{
    color: #fff;
}
.cBlack{
    color: #000;
}
.cBlue{
    color: #0075bd;
}
.align-center{
    text-align: center;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}
.no-padding{
    padding: 0;
}
.no-padding-left{
    padding-left: 0;
}
.no-padding-right{
    padding-right: 0;
}
.full-width{
    width: 100%;
    float: left;
}
/**** CSS HEADER *****/
.header-support{
    background: #f0f0f0;
    height: 30px;
    line-height: 30px;
    float: left;
    width: 100%;
    position: relative;
    z-index: 100;
}
.header-support p{
    font-size: 12px;
    font-family: 'Arial', sans-serif;
    color: #555;
    margin: 0;
}
.header-support p img{
    margin-top: -3px;
    margin-right: 5px;
}
.header-support p span{
    font-weight: bold;
    color: #0075bd;
}
.header-support p a{
    color: #555;
}
.contact-support > div{
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
.contact-support div:first-child{
    margin-right: 45px;
}
.contact-support div:first-child img{
    margin-top: -2px;
}
.contact-support div:last-child{
    margin-right: 0;
    margin-left: 33px;
}
.header-slogan{
    background: #fff;
    height: 90px;
    line-height: 90px;
    float: left;
    width: 100%;
    position: relative;
	z-index:9999;
	opacity:0.85;
}
.logo{

}
.slogan h1{
    font-size: 28px;
    color: #ec1c24;
    font-weight: 500;
    margin: 0;
    line-height: 90px;
}
.slogan h1 span{
    font-weight: 300;
}
.social{
    text-align: right;
}
.header-menu{
    background: #dba209;
    float: left;
    width: 100%;
    position: relative;
	z-index:9999;
}
ul.mainmenu{
    margin: 0;
    padding: 0;
    position: relative;
}
.mainmenu li{
    list-style: none;
    float: left;
    width: auto;
}
.mainmenu li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 20px 5px 20px;
    display: block;
    line-height: 1.5em;
    text-decoration: none;
    position: relative;
	z-index: 99;
}
.mainmenu li.home a{
    padding: 7px 13px 8px 13px;
    background-image: url('../images/icon_home_2.png');
    width: 45px;
    height: 36px;
    background-position: center;
    text-indent: -9999px;
    background-repeat: no-repeat;
}
.mainmenu li.home a.active,.mainmenu li.home a:hover{
    background-color: #c4920a;
    background-image: url('../images/icon_home_2.png');
}
.mainmenu li a.active,.mainmenu li:hover{
    background-color: #c4920a;
    color: #fff;
    transition: all 0.4s ease 0s;
}
.box-seach{
    float: right;
    padding-right: 15px;
    padding-top: 8px;
}
.mainmenu > li > div {
    background: #fff;
    display: block;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 20px 0px 20px 13px;
    position: absolute;
    top: 36px;
    visibility: hidden;
    width: 100%;
	z-index: 9999;
}
.mainmenu > li.dropdown_normal{
    position: relative;
}
.mainmenu > li.dropdown_normal > div{
    width: 190px;
}
.mainmenu > li:hover > div {
    opacity: 1;
    overflow: visible;
    visibility: visible;
}
.menu-sub{
    padding: 0;
    margin: 0;
}
.menu-sub li { 
    float: none;
    line-height: 1em;
    margin: 0;
    padding: 7px 0;
    background: none;
}
.menu-sub li:hover{
    background: none;
}
.mainmenu li ul.menu-sub a { 
    color: #000;
    float: none;
    font-weight: normal;
    line-height: 1em;
    padding: 0;
    text-transform: none;
}
.mainmenu > li > div a:hover{
    background: none;
    color: #0075bd;
}
.mainmenu li .box-tour-menu p {
    line-height: 1.3em;
    margin-bottom: 0;
}
.mainmenu li .box-tour-menu { 
    margin-top: 5px;
}
.mainmenu li .box-tour-menu a {
    color: #333;
    float: none;
    padding: 0;
    text-transform: none;
    text-decoration: none;
}
.mainmenu li ul.menu-sub li a:hover, .box-new-menu p a:hover {
    color: #0075bd;
}
.mainmenu li .box-tour-menu p { 
    margin-top: 10px;
}
.mainmenu li .box-tour-menu p.price { 
    font-weight: bold;
    font-size: 18px;
    color: #1579bd;
}
.global-overlay{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    height: 100%;
    z-index: 999;
    transition: all 0.3s ease 0.15s;
    display: none;
}
.global-overlay-mobile{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.7;
    height: 100%;
    z-index: 90;
    transition: all 0.3s ease 0.15s;
    display: none;
}
.global-overlay-mobile{
    z-index: 9999;
}
.global-overlay.active,.nav-is-active .global-overlay-mobile,
.search-is-active .global-overlay-mobile{
    display: block;
}
.box-tour-menu img{
    width: 100%;
}
/**** END CSS HEADER *****/
#main{
    width: 100%;
    float: left;
    position: relative;
}
.wrapper{
    width: 100%;
    float: left;
}
.bg-blue{
    background: #1a2152;
}
.bg-yellow{
    background: #dba209;
}
.bg-white-gray{
    background: #f5f5f5;
}
.bg-gray{
    background: #e6e6e6;
}
/***** CSS HOMEPAGE*********/
.column-find-tour{
    padding-right: 7px;
    color: #fff;
}
.box-find-tour{
    background: #2f396e;
    padding: 25px 25px 20px 25px;
}
.box-find-tour h3{
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}
.box-find-tour p{
    font-family: 'Arial',sans-serif;
    color: #6aadd6;
}
select{
    width: 100%;
    margin-bottom: 5px;
    padding: 0px 15px;
    font-family: 'Arial',sans-serif;
    color: #333;
    height: 27px;
    line-height: 27px;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
    background: #fff url(../images/select_arrow.png) no-repeat right center;
    text-indent: 0.01px;
    text-overflow: "";
    outline: none !important;
}
select:focus{
    outline: none;
}
.form-find-tour input[type="submit"]{
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    padding: 0;
    background: #0075bd;
    border: none;
    margin-top: 5px;
}
.center-support{
    margin-top: 5px;
    padding-top: 15px;
    padding-bottom: 7px;
}
.center-support h3{
    margin-top: 0;
    margin-bottom: 10px;
}
.center-support p{
    margin-bottom: 6px;
    font-weight: bold;
}
.center-support p strong,.center-support p b{
    font-weight: 500;
}
.center-support p img{
    margin-top: -3px;
    margin-right: 5px;
}
.slidehome .slick-arrow,.silde-promotion .slick-arrow,
.slide-testimonial-tour .slick-arrow{
    display: none !important;
}
.slick-dots{
    display: block;
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    bottom: 15px;
    text-align: center;
    height: 9px;
}
.slide-testimonial-tour .slick-dots{
    bottom: 0;
}
.slick-dots li{
    height: 9px;
    width: 9px;
    background: url('../images/icon_list.png');
    text-indent: -9999px;
    display: inline-block;
    margin-right: 3px;
    cursor: pointer;
}
.slick-dots li.slick-active{
    background-position-y: -9px;
}

.title-trikethrough {
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 26px 0 25px;
}
.title-trikethrough:before,
.title-trikethrough:after {
    background-color: #0075bd;
    content: "";
    display: inline-block;
    height: 3px;
    position: absolute;
    width: 100%;
    bottom: 21px;
    z-index: -1;
}
.title-trikethrough:before {
    left: 0;
}
.title-trikethrough:after {
    right:  0;
}
.wraper-title {
    padding: 0 15px; 
    display: inline-block;
}
.wraper-title h3,.wraper-title h1{
    margin: 0;
    line-height: 1.2em;
}
.wraper-title h3{
    color: #666;
    font-size: 24px;
    font-weight: 400;
}
.wraper-title h1{
    font-size: 36px;
    color: #0075bd;
    font-weight: bold;
}
h1.trikethrough{
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    margin: 36px 0 25px;
}
h1.trikethrough:before { 
    border-top: none; 
    content:"";
    margin: 0 auto;
    position: absolute;
    top: 34%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
h1.trikethrough span {
    padding: 0 15px;
}
h1.trikethrough:after {
    content: "";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute;
    top: 34%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    background: url('../images/line3.png') repeat-x;
    height: 12px;
}
.promotion-banner{
    margin-bottom: 50px;
}
.top-content{
    text-align: left;
	 margin-bottom: 30px;
}
.promotion-content{
    text-align: center;
}
.promotion-content p{
    margin-bottom: 15px;
}
.infomation-tour{
    padding: 15px;
    background: #fff;
}
.box-tour{
	margin-bottom: 30px;
    box-shadow: 2px 3px 5px #e5e5e5;
    -webkit-box-shadow: 2px 3px 5px #e5e5e5;
    -moz-box-shadow: 2px 3px 5px #e5e5e5;
    position: relative;
}
.box-tour h4{
    font-size: 16px;
    margin: 0 0 13px 0;
    line-height: 1.28em;
    min-height: 48px;
}
.box-tour h4 a{
    color: #1c2253;
}
.box-tour h4 a:hover{
    text-decoration: none;
    color: #1579bd;
}
.tour-vietnam h4{
    color: #000;
    font-size: 14px;
    min-height:  inherit;
    margin-bottom: 5px;
}
.tour-vietnam h4 a{
    color: #000;
}
.box-tour ul{
    padding: 0;
    margin: 0 0 15px 0;
}
.box-tour ul li{
    font-size: 13px;
    color: #666;
    padding: 5px 0 3px 0;
    border-top: 1px dashed #e0e0e0;
}
.box-tour ul li:last-child{
    border-bottom: 1px dashed #e0e0e0;
}
.box-tour select{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #ccc;
    background-color: #f6f6f6;
    color: #666;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    padding-left: 10px;
}
.box-tour p{
    font-size: 13px;
    margin-bottom: 5px;
}
.tour-vietnam p.price-tour{
    font-size: 14px;
}
.box-tour p.price-tour{
    font-weight: bold;
}
.box-tour p.price-tour span,
.box-tour p.price-tour strong{
    font-size: 16px;
    color: #1579bd;
    font-weight: bold;
}
.list-start-price{
    padding: 12px 10px 5px 10px;
    border: 1px solid #ccc;
    border-top: none;
    margin-top: -2px;
}
.list-start-price p{
    font-size: 12px;
    margin-bottom: 3px;
}
.list-start-price p span,
.list-start-price p strong{
    color: #1579bd;
    font-weight: bold;
}
.percent-promotion{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    width: 58px;
    height: 58px;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background: url('../images/bg_promotion.png');
    text-align: center;
    padding-left: 8px;
}
.view-all-tour{
    display: block;
    width: 315px;
    margin: 20px auto 50px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    line-height: 45px;
    background: #dba209;
}
.view-all-tour:hover{
    color: #fff;
    text-decoration: none;
    background: #d48c00;
}
/***** Testimonial ******/
.testimonial{
    padding: 30px 0;
    position: relative;
}
.testimonial-content h1{
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}
.testimonial-content p{
    color: #c3ced4;
    text-align: center;
}
.testimonial-content{
    margin-bottom: 40px;
}
.box-testimonial{
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
.box-testimonial img{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    padding: 5px;
    background: #fff;
    width: 165px;
    height: 165px;
    margin-bottom: 15px;
    display: inline-block;
}
.box-testimonial p{
    color: #c3ced4;
}
.author-testimonial{
    width: auto;
    margin: 5px auto 0;
    padding-top: 10px;
    border-top: 1px solid #464f88;
    display: inline-block;
}
.view-all-testimonial{
    width: 200px;
    position: absolute;
    margin: 0;
    transform: translate(-50%,-57%);
    -ms-transform: translate(-50%,-57%);
    -moz-transform: translate(-50%,-57%);
    -webkit-transform: translate(-50%,-57%);
    left: 50%;
    top: 100%;
}
/***** End Testimonial ******/
.list-tour{
    padding: 75px 0 30px;
}
.list-destination{
    margin-bottom: 20px;
}
.list-destination a,.list-destination span{
    color: #666;
}
.list-destination span{
    margin: 0 12px;
}
.info-travel-media{
    padding: 45px 0;
}
.info-travel-media h3{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin: 0 0 25px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.news-description p{
    color: #000;
    margin-bottom: 0;
}
.news-description h4{
    font-size: 18px;
    line-height: 1.3em;
    margin: 0 0 7px 0;
}
.news-description h4 a{
    color: #1579bd;
}
.news-publish{
    color: #999;
    font-size: 12px;
    margin-bottom: 6px;
}
.news-feature hr{
    border-top: 1px dashed #999;
    width: 100%;
    margin: 24px 0;
}
.box-info-travel{
    margin-bottom: 25px;
}
.box-info-travel p{
    font-weight: 500;
    color: #333;
    margin: 10px 0 0 0;
}
.box-info-travel p a{
    color: #333;
}
.fulll-video iframe{
    width: 100%;
    height: 334px;
}
.fulll-video h4{
    color: #1579bd;
    font-weight: 500;
    font-size: 18px;
}
.list-videos{
    float: left;
    width: 100%;
    margin-top: 31px;
}
.thumbnail-video{
    position: relative;
}
.overlay-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    transition: all 0.4s ease 0s;
    display: none;
}
.icon-video{
    position: absolute;
    width: 28px;
    height: 20px;
    background: url('../images/icon_video.png');
    transition: all 0.4s ease 0s;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    display: none;
}
.thumbnail-video a:hover .overlay-video,.thumbnail-video a:hover .icon-video{
    display: block;
}
.gallery-home{
    background: #0274bb;
    padding: 30px 0 50px 0;
}
.box-gallery{
    background: #fff;
    padding: 10px;
}
.box-gallery p{
    color: #333;
    margin-bottom: 0;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}
#home-gallery{
    float: left;
    width: 100%;
}
#home-gallery .slick-prev,#home-gallery .slick-next{
    display: block;
    position: absolute;
    z-index: 100;
    width: 27px;
    height: 27px;
    top: 45%;
    text-indent: -9999px;
    border: none;
}
#home-gallery .slick-prev{
    left: -25px;
    background: url('../images/arrow_left.jpg');
}
#home-gallery .slick-next{
    right: -25px;
    background: url('../images/arrow_right.jpg');
}
#home-gallery .slick-dots{
    display: none !important;
}
.line-gallery{
    height: 1px;
    background: #ccc;
    margin-top: 10px;
    margin-bottom: 43px;
}
.line-g{
    clear:both;
	height: 1px;
    background: #ccc;
    margin-bottom: 20px;
	
}
.gallery-home h2{
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    margin-top: 10px;
}
.footer{
    background: #dba209;
    padding: 30px 0;
	margin-top:30px;
}
.footer-logo,.block-footer{
    float: left;
}
.footer-logo{
    width: 170px;
    margin-right: 70px;
}
.footer-logo p{
    font-size: 12px;
    color: #666;
    font-weight: 300;
    margin-top: 10px;
}
.block-footer{
    width: 195px;
    border-right: 1px solid #ccc;
    padding: 8px 26px 0 26px;
}
.block-footer h3{
    text-transform: uppercase;
    color: #ec1c24;
    font-weight: bold;
    margin: 0 0 12px 0;
    font-size: 14px;
}
.block-footer ul{
    padding: 0;
    margin: 0;
}
.block-footer ul li{
    margin-bottom: 2px;
}
.block-footer ul li a{
    color: #fff;
}
.block-footer.time-work{
    padding-left: 0;
}
.block-footer:last-child{
    border-right: none;
    padding-right: 0;
    width: 170px;
}
.time-work p{
    margin-bottom: 2px;
}
.time-work p:last-child{
    margin-top: 24px;
}
.link-footer{
    padding-bottom: 30px;
	margin-bottom: 20px;
    color:#ffffff;
    float: left;
    width: 100%;
	border-bottom: 1px solid #ccc;
}
.address-footer{
    padding-top: 5px;
    color:#ffffff;
    float: left;
    width: 100%;
}
.address-ct-footer{
    padding-top: 5px;
	padding-left:74px;
    color:#ffffff;
    float: left;
    width: 100%;
}

.social-footer{
    width: 170px;
    margin-right: 70px;
    float: left;
}
.hotline-footer{
    background: #0274bb;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    margin-right: 2px;
}
.social-footer a{
    display: inline-block;
    margin-right: 2px;
}
.social-footer a:last-of-type{
    margin-right: 0;
}
.block-footer-address{
    float: left;
    width: 260px;
    padding-right: 30px;
    padding-top: 3px;
}
.chungnhan{
    width: 150px;
    float: right;
    padding-top: 10px;
}
.block-footer-address h4{
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin: 0 0 12px 0;
}
.block-footer-address p{
    margin-bottom: 0;
}
.wrapper-breadcrumb{
    background: #ededed;
    padding: 12px 0 10px;
    border-bottom: 1px solid #ddd;
    float: left;
    width: 100%;
    color: #666;
    margin-bottom: 30px;
}
.wrapper-breadcrumb a{
    color: #666666;
}
.wrapper-main-content{
    padding-bottom: 50px;
}
.wrapper-main-content h1{
    color: #0075bd;
    margin-top: 0;
    margin-bottom: 22px;
}
.wrapper-main-content h2{
    font-size: 24px;
    text-transform: uppercase;
    margin: 30px 0 20px;
    color: #0075bd;
}
.wrapper-main-content p{
    margin-bottom: 20px;
}
.banner_big,.banner_list{
    margin-bottom: 30px;
}
.filter-tour{
    padding: 10px 0 5px;
    background: #eee;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.filter-tour select{
    margin-left: 2.3%;
    width: 22.1%;
    float: left;
}
.box-tour-boat{
    float: left;
    width: 100%;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #ccc;
}
.info-date-tour{
    float: left;
    width: 9.197%;
}
.info-date-tour > div{
    width: 100%;
    height: 63px;
    border: 1px solid #ccc;
    border-bottom: none;
    padding-top: 10px;
}
.info-date-tour div.day-tour{
    padding-top: 13px;
}
.info-date-tour > div:last-child{
    border-bottom: 1px solid #ccc;
    padding-top: 0;
}
.day-tour p{
    margin-bottom: 0;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 0.8em;
}
.day-tour span{
    font-size: 12px;
    text-transform: uppercase;
}
.date-tour{
    background: #e9e9e9;
}
.date-tour p{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1em;
}
.date-tour span{
    font-size: 10px;
    text-transform: uppercase;
}
.btn-booking-tour a{
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    color: #2385c4;
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding-top: 13px;
    line-height: 1.2em;
}
.btn-booking-tour a:hover{
    background: #2385c4;
    color: #fff;
    text-decoration: none;
}
.thumbnail-tour-boat{
    height: 189px;
    width: 33.794%;
    padding: 0 13px 0 7px;
    float: left;
}
.thumbnail-tour-boat img{
    height: 100%;
}
.detail-tour-boat{
    width: 57.009%;
    float: left;
    padding-left: 5px;
    height: 189px;
}
.detail-tour-boat h3{
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.detail-tour-boat h3 span{
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-top: 3px;
}
.detail-tour-boat a:hover{
    text-decoration: none;
    color: #0075bd;
}
.type-boat,.destination-boat{
    display: inline-block;
    color: #666;
    margin-bottom: 15px !important;
}
.type-boat{
    margin-right: 30px;
}
.type-boat span,.destination-boat span{
    font-style: italic;
}
.list-tab,list-tab ul{
    float: left;
    width: 100%;
}
.list-tab .nav-tabs > li > a{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 5px 15px;
    color: #999;
    margin-right: 0;
}
.list-tab  .nav > li > a:focus{
    background: #fff;
    border-bottom-color: transparent;
}
.list-tab .nav > li > a:hover{
    border-color: #ccc #ccc #ccc;
    background: transparent;
    color: #ff3300;
    font-weight: 500;
}
.list-tab .nav > li.active > a{
    border-color: #ccc #ccc #ccc;
    color: #ff3300;
    font-weight: 500;
}
.list-tab .nav-tabs > li > a:hover,.list-tab .nav > li.active > a{
    border-bottom-color: transparent !important;
}
.list-tab .nav-tabs{
    border-bottom-color: #ccc;
}
.list-tab  .nav > li:first-child > a{
    background-image: url('../images/icon_money.png'); 
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 30px;
}
.list-tab  .nav > li:first-child > a:hover,.list-tab  .nav > li.active:first-child > a{
    background-image: url('../images/icon_money_active.png');
}
.list-tab .nav-tabs > li:last-child{
    float: right;
}
.tab-content > .tab-pane{
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px;
    float: left;
    width: 100%;
}
.price-tab-value{
    float: left;
    width: 33.3333%;
    padding: 0 10px;
    border-right: 1px solid #ccc;
}
.tab-pane .price-tab-value p{
    margin-bottom: 0;
}
.tab-pane .price-tab-value:last-child{
    border-right: none;
}
.price-tab-value p span{
    color: #107bbf;
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.list-tour-boat .box-tour-boat:last-child{
    border-bottom: none;
}
.view-more-tour-boat{
    position: relative;
    z-index: 1;
    text-align: center;
    font-weight: bold;
    margin: 36px 0 25px;
}
.view-more-tour-boat:before { 
    border-top: none; 
    content:"";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.view-more-tour-boat a {
    padding: 20px 50px 15px;
    background: #0075bd;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
.view-more-tour-boat a span{
    font-weight: normal;
}
.view-more-tour-boat:after {
    content: "";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    background: #0075bd;
    height: 1px;
}
.sidebar-right{
    background: #f5f5f5;
    float: left;
    width: 100%;
}
.block-sidebar{
    padding: 20px 0;
    border-bottom: 1px solid #dcdcdc;
    float: left;
    width: 100%;
}
.title-block-sidebar{
    border-left: 8px solid #0075bd;
    font-weight: bold;
    font-size: 18px;
    color: #1d2454;
    padding-left: 12px;
    margin-bottom: 15px;
    line-height: 1.2em;
}
.content-block-sidebar{
    padding: 0 20px;
}
.content-block-sidebar ul{
    margin: 0;
    padding: 0;
}
.content-block-sidebar ul li{
    margin-bottom: 5px;
}
.content-block-sidebar ul li a{
    color: #333;
}
.content-block-sidebar .box-testimonial{
    margin-bottom: 20px;
}
.content-block-sidebar .box-testimonial img{
    width: 130px;
    height: 130px;
}
.content-block-sidebar .box-testimonial p{
    color: #333;
    font-size: 13px;
    margin-bottom: 5px;
}
.content-block-sidebar .author-testimonial{
    border-color: #ccc;
    color: #333;
    font-weight: 500;
    font-size: 13px;
}
.testimonial-sidebar {
    margin-top: 30px;
}
.testimonial-sidebar .slick-slide img{
    display: inline-block;
}
.testimonial-sidebar .slick-arrow{
    display: none !important;
}
.testimonial-sidebar .slick-dots{
    bottom: 0;
}
.testimonial-sidebar .slick-dots li{
    background: url('../images/icon_list_s.png');
    height: 8px;
    width: 8px;
}
.testimonial-sidebar .slick-dots li.slick-active{
    background-position-y: -8px;
}
.box-new-sidebar{
    background: #fff;
    margin: 5px 0 15px;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
    padding-bottom: 10px;
    box-shadow: 1px 2px 5px #efefef;
    -webkit-box-shadow: 1px 2px 5px #efefef;
    -moz-box-shadow: 1px 2px 5px #efefef;
}
.box-new-sidebar img{
    width: 100%;
}
.box-new-sidebar a{
    color: #333;
}
.box-new-sidebar p{
    margin-bottom: 0;
    padding: 0 12px;
    margin-top: 10px;
    font-size: 14px;
}
.content-block-sidebar p{
    font-size: 12px;
}
.content-block-sidebar input{
    background: #fff;
    color: #666;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    margin-bottom: 5px;
    width: 100%;
    border: 1px solid #ccc;
}
.content-block-sidebar select{
    color: #666;
    height: 30px;
    padding: 0 12px;
    margin-bottom: 5px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.content-block-sidebar textarea{
    color: #666;
    padding: 12px;
    margin-bottom: 5px;
    width: 100%;
    border: 1px solid #ccc;
    resize: none;
    height: 125px;
}
.content-block-sidebar input::-webkit-input-placeholder,
.content-block-sidebar textarea::-webkit-input-placeholder{
    color: #666;
}
.content-block-sidebar  input::-moz-placeholder,
.content-block-sidebar textarea::-webkit-input-placeholder {
    color: #666;
}
.content-block-sidebar  input:-ms-input-placeholder,
.content-block-sidebar textarea::-webkit-input-placeholder {
    color: #666;
}
.content-block-sidebar input:-moz-placeholder,
.content-block-sidebar textarea::-webkit-input-placeholder {
    color: #666;
}
.content-block-sidebar .btn-submit{
    background: #ebebeb;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
}
.sidebar-right .block-sidebar:last-child{
    border-bottom: none;
}
.content-detail-tour h1{
    font-size: 30px;
    font-weight: 300;
    color: #000;
}
.content-detail-tour h1 span{
    font-size: 36px;
    color: #000;
    font-weight: bold;
    display: block;
    margin-top: 3px;
}
.content-detail-tour p{
    line-height: 1.5em;
}
.schedule-label{
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.list-schedule-tab{
    border: 1px solid #ebebeb;
    border-top: none;
    padding-top: 11px;
}
.list-schedule-tab .nav-tabs > li{
    width: 100%;
    margin-bottom: 0;
}
.list-schedule-tab .nav-tabs > li > a{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 10px 20px 0px 20px;
    border: none;
    float: left;
    width: 100%;

}
.list-schedule-tab  .nav > li > a:focus{
    background: #ededed;
    border: none;
}
.list-schedule-tab .nav > li > a:hover{
    border: none;
    background: #ededed;
    color: #ff3300;
    font-weight: 500;
}
.list-schedule-tab .nav > li.active > a{
    color: #ff3300;
    font-weight: 500;
}
.list-schedule-tab .nav-tabs > li > a:hover,.list-schedule-tab .nav > li.active > a{
    background: #ededed;
}
.list-schedule-tab .nav-tabs{
}
.schedule-detail{
    float: left;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    background-image: url('../images/iconarrow.jpg');
    background-position: right 20px;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    padding-right: 32px;
}
.list-schedule-tab .nav > li > a:hover .schedule-detail,
.list-schedule-tab .nav > li.active > a .schedule-detail{
    background-image: url('../images/iconarrow_active.jpg');
}
.schedule-detail .day-schedule{
    font-size: 18px;
    font-weight: bold;
    color: #0076c3;
    float: left;
    width: auto;
}
.schedule-detail .date-publish-schedule{
    font-size: 14px;
    font-weight: 300;
    color: #0076c3;
    float: right;
    width: auto;
    margin-top: 3px;
}
.schedule-detail .title-schedule{
    font-size: 16px;
    font-weight: 300;
    color: #666;
    float: left;
    width: 100%;
    margin-top: 5px;
}
.list-schedule-tab .nav > li{
    margin-top: -1px;
}
.list-schedule-tab .nav > li > a:hover .day-schedule,
.list-schedule-tab .nav > li > a:hover .date-publish-schedule,
.list-schedule-tab .nav > li > a:hover .title-schedule,
.list-schedule-tab .nav > li.active > a .day-schedule,
.list-schedule-tab .nav > li.active > a .date-publish-schedule,
.list-schedule-tab .nav > li.active > a .title-schedule{
    color: #29317b;
}
.list-schedule-tab .nav > li:last-child a .schedule-detail,
.list-schedule-tab .nav-tabs{
    border-bottom: none;
}
.content-detail-schedule-tour h2{
    color: #0076c3;
    font-size: 30px;
    margin: 20px 0 15px 0;
    text-transform: none;
    font-weight: normal;
}
.content-detail-schedule-tour p{
    margin-bottom: 15px;
    line-height: 1.5;
}
.schedule .tab-content > .tab-pane{
    padding: 0;
    border: none;
}
.gallery-tour{
    padding-bottom: 69px;
}
.gallery-tour .slick-slider {
    margin-bottom: 0;
    position:relative;
}
.gallery-tour .slick-slide{
    position: relative;
}
ul.slickslide {
    padding-left:0;
    max-width:100%;
}
.gallery-tour .slick-slider .slick-track {
    min-width:100%;
}
ul.slickslide li img, .gallery-tour .slick-dots button img {
    width:100%;
    height:auto;
}
.gallery-tour .slick-dots {
    position:relative;
    line-height:0;
    background:#fff;
    height: auto;
    margin-top: 5px;
    bottom: 0;
}

.gallery-tour .slick-dots li, .slick-dots li button:before {
    margin:0;
    padding:0;
}
.gallery-tour .slick-dots li {
    margin: 0;
    display:inline-block;
    width:auto;
    height:auto;
    background: #fff;
    padding: 0px 5px 5px 0px;
    margin-bottom: 0;
}

.gallery-tour .slick-slider .slick-track {
    min-width:100%;
}
.gallery-tour .slick-dots li button {
    margin:0;
    height:auto;
    width:100%;
    padding:0;
    border: none;
}

.gallery-tour .slick-dots li button.tab { clear:both;   display:block;}
.gallery-tour .slick-dots li button img { width:100%; max-width:103px; height:auto;   }
.gallery-tour.slick-dots li button:before {
    content:'';
    border:none;
    display:block;
    width:100%;
    max-width:103px;
    overflow:hidden; 
    float:none; 
    position:absolute;
    width:100%;
    height:100%;
}

.slick-thumbs {
    position:absolute;
    left: -9999px;
}
.gallery-tour .slick-arrow{
    display: none !important;
}
.gallery-tour-detail{
    padding-top: 50px;
}
.testimonial-tour-detail{
    margin-bottom: 45px;
    float: left;
    width: 100%;
}
.testimonial-tour-detail h1{
    font-size: 30px;
}
h1.cBlack{
    color: #000;
}
.testimonial-tour-detail p{
    color: #333;
}
.testimonial-tour-detail .author-testimonial{
    color: #333;
    font-weight: 500;
}
.note-price-term{
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    padding-top: 25px;
    margin-top: 25px;
}
.note-price-term h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0;
}
.include-price h3{
    color: #2683c2;
}
.exclude-price h3{
    color: #ff3333;
}
.note-price-term ul{
    padding: 0 0 0 22px;
    margin: 0;
}
.note-price-term li{
    padding-left: 10px;
    margin-bottom: 5px;
    line-height: 1.5em;
}
.note-price-term li span{
    margin-bottom: 5px;
    font-style: italic;
    line-height: 1.7em;
}
.exclude-price li{
    list-style-image: url('../images/icon_tick_exclude.png');
}
.include-price li{
    list-style-image: url('../images/icon_tick.png');
}
.term-booking li,.term-cancel li{
    list-style-image: url('../images/icon_tick_disc.png');
    padding-left: 5px;
    color: #666;
}
.term-booking p,.term-cancel p{
    color: #666;
}
.term-booking ul,.term-cancel ul{
    padding: 0 0 0 18px;
}
.term-booking h3{
    color: #2683c2;
}
.term-cancel h3{
    color: #000;
}
.box-date-start-other{
    border: 1px solid #cbcbcb;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 30px;
}
.box-date-start-other p{
    font-size: 18px;
    margin: 0;

}
.date-start-other a{
    color: #333;
}
.date-start-other a:hover{
    color: #107bbf;
    text-decoration: none;
}
.box-date-start-other .date-start-other-date{
    font-size: 24px;
    font-weight: bold;
}
.box-date-start-other .date-start-other-price{
    font-size: 16px;
    color: #107bbf;
    border-top: 1px solid #cbcbcb;
    padding: 8px 0 5px 0;
    margin-top: 10px;
}
.box-date-start-other .date-start-other-price span{
    font-weight: bold;
}
.box-date-start-other:hover{
    color: #107bbf;
}
.box-date-start-other:hover .date-start-other-price{
    background: #107bbf;
    color: #fff;
}
.date-start-other{
    margin-top: 70px;
}
.tour-other{
    margin-top: 50px;
}
.tour-other, .date-start-other {
    float: left;
    width: 100%;
}
.information-booking-tour .info-date-tour{
    width: 100%;
}
.information-booking-tour{
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.information-booking-tour .info-date-tour .day-tour{
    float: left;
    width: 30%;
}
.information-booking-tour .info-date-tour .date-tour{
    float: left;
    width: 30%;
}
.information-booking-tour .info-date-tour .address-start{
    float: left;
    width: 40%;
    padding-top: 10px;
    text-transform: uppercase;
}
.information-booking-tour .info-date-tour > div{
    border-right: none;
    background: #e9e9e9;
    border-bottom: 1px solid #ccc;
    border-top: none;
}
.information-booking-tour .info-date-tour > div:first-child{
    border-left: none;
}
.information-booking-tour .information-tour-boat{
    padding: 15px 20px 10px 20px;
    float: left;
    width: 100%;
}
.information-booking-tour .information-tour-boat p{
    display: block;
    margin-bottom: 3px !important;
    margin-right: 0;
}
.information-booking-tour .information-tour-boat p span{
    font-style: italic;
}
.information-tour-boat-price{
    padding: 15px 20px 10px 20px;
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
}
.information-tour-boat-price p{
    margin-bottom: 0;
}
.information-tour-boat-price span{
    font-size: 28px;
    display: block;
    color: #293585;
    font-weight: bold;
    margin-top: 5px;
    line-height: 1em;
}
.information-tour-boat-btn{
    padding: 15px 20px 10px 20px;
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
}
.information-tour-boat-btn a.btn-booking-tour-boat{
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 0 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #107bbf;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 1em;
}
.information-tour-boat-btn a.btn-booking-tour-boat:hover{
    text-decoration: none;
    background: #293585;
}
.information-tour-boat-btn p{
    margin-bottom: 5px;
}
.information-tour-boat-btn p strong{
    color: #0075bd;
}
.share-tour{
    text-align: center;
    line-height: 26px;
    color: #666;
    float: left;
    width: 100%;
}
.box-booking-tour{
    position: relative;
}
.fixed-on{
    position: fixed;
    top: 30px;
    max-width: 270px;
    background: #fff;
    z-index: 1000;
}
.international-list-tour{
    margin-top: 20px;
    float: left;
    width: 100%;
}
.international-list-tour .box-tour{
    -webkit-box-shadow: 1px 1px 2px 2px rgba(240,240,240,1);
    -moz-box-shadow: 1px 1px 2px 2px rgba(240,240,240,1);
    box-shadow: 1px 1px 2px 2px rgba(240,240,240,1);
    margin-bottom: 40px;
}
.international-list-tour .box-tour h4{
    font-size: 20px;
    margin: 0;
    font-weight: 500;
}
.international-list-tour .box-tour h4 a{
    color: #000;
}
.international-list-tour .box-tour h4 a:hover{
    color: #0075bd;
}
.international-list-tour .infomation-tour{
    padding: 15px 15px 10px 15px;
}
.description-tour{
    padding: 10px 15px;
    border-top: 1px solid #e2e2e2;
}
.description-tour p{
    margin-bottom: 3px;
    font-style: italic;
    font-size: 14px;
}
.btn-booking-price{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #0075bd;
    padding: 10px 15px 7px 13px;
    position: relative;
}
.btn-booking-price a.button-booking{
    background: #2396dc url('../images/icon_s.png') right 5px no-repeat;
    text-transform: uppercase;
    font-weight: 500;
    width: 105px;
    height: 28px;
    line-height: 29px;
    border-radius: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    position: absolute;
    top: 6px;
    right: 8px;
    padding-left: 12px;
    color: #fff;
    font-size: 14px;
}
.btn-booking-price a.button-booking:hover{
    background: #fff url('../images/icon_s2.png') right 5px no-repeat;
    color: #0075bd;
    text-decoration: none;

}
.international-list-tour .view-more-tour-boat a{
    background: #e9e9e9;
}
.international-list-tour .view-more-tour-boat a{
    color: #333;
}
.international-list-tour .view-more-tour-boat:after{
    background: #e9e9e9;
}
.banner_promotion_bottom{
    margin-top: 80px;
}
.box-news-sidebar{
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.box-news-sidebar img{
    float: left;
    width: 50%;
    padding-right: 10px;
}
.box-news-sidebar p{
    float: left;
    width: 50%;
    margin-bottom: 0;
    font-size: 14px;
    color: #333;
}
.title-gallery{
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.6);
    padding: 10px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.box-news-lastest{
    max-width: 75%;
    margin: -105px auto 0;
    background: #fff;
    padding: 30px;
    position: relative;
}
.box-news-lastest h2{
    font-size: 30px;
    text-transform: none;
    margin-top: 0;
    font-weight: 500;
}
.box-news-lastest p{
    font-size: 16px;
}
.list-feature-news{
    padding: 0 5px;
    float: left;
    width: 100%;
}
.box-feature-new{
    padding: 0 10px;
}
.box-feature-new p{
    color: #000;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
}
.box-feature-new img{
    width: 100%;
}
.box-list-news h3{
    margin: 0 0 15px 0;
    font-size: 24px;
    font-weight: 500;
}
.box-list-news{
    margin-bottom: 50px;
    float: left;
    width: 100%;
}
.box-list-news a{
    color: #0075bd;
}
.box-list-news p{
    font-size: 16px;
    margin: 0;
}
p.date-publish-news{
    font-style: italic;
    font-size: 14px;
    margin-bottom: 16px;
}
.pagination-news ul{
    padding: 0;
    margin: 0;
}
.pagination-news{
    float: left;
    width: 100%;
    margin: 20px 0;
}
.pagination-news li{
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;   
}
.pagination-news a{
    padding: 5px 12px;
    color: #666;
    font-weight: bold;
    font-size: 18px;
    background: #ebebeb;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.pagination-news li a.active{
    color: #fff;
    background: #1579bd;
}
.content-news-detail h1{
    color: #000;
    margin-bottom: 15px;
}
.content-news-detail h3{
    font-size: 24px;
    color: #000;
    margin-bottom: 25px;
}
.max-width-content{
    max-width: 670px;
    margin: 0 auto;
}
.content-news-detail p{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
}
.other-news{
    float: left;
    width: 100%;
    margin: 70px 0 100px 0; 
}
.other-news .schedule-label{
    border-color: #0075bd;
}
.full-width-content img{
    width: 100%;
}
.full-video-media{
    position: relative;
}
.full-video-media .title-gallery{
    bottom: 5px;
    text-align: left;
    font-weight: bold;
    font-size: 24px;
}
.list-media-feature .thumbnail-video{
    margin-bottom: 16px;
}
.list-media-feature .thumbnail-video .title-gallery{
    font-size: 14px;
    padding: 5px 10px;
    text-align: left;
    font-weight: bold;
}
.title-tab-media{
    padding-left: 0;
    border-bottom: 1px solid #d4d4d4;
    float: left;
    width: 100%;
    margin: 50px 0 15px;
}
.title-tab-media li{
    float: left;
    width: auto;
    margin-right: 35px;
}
.title-tab-media li a{
    font-size: 18px;
    font-weight: bold;
    color: #999;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    display: inline-block;
    margin-bottom: -1px;
}
.title-tab-media li a.active,.title-tab-media li a:hover{
    border-bottom-color: #0075bd;
    color: #0075bd;
    text-decoration: none;
}
.box-video-media p{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 0px;
    margin-top: 10px;
}
.box-video-media a{
    color: #333;
}
.box-video-media span{
    font-size: 11px;
    color: #666;
}
.box-video-media{
    margin-bottom: 25px;
}
.list-media{
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.box-gallery-list{
    -webkit-box-shadow: 1px 1px 2px 2px rgba(240,240,240,1);
    -moz-box-shadow: 1px 1px 2px 2px rgba(240,240,240,1);
    box-shadow: 1px 1px 2px 2px rgba(240,240,240,1);
    margin-bottom: 20px;
    position: relative;
}
.thumbnail-gallery{
    position: relative;
}
.overlay-gallery{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1d2454;
    opacity: 0.8;
    transition: all 0.4s ease 0s;
    display: none;
}
.icon-gallery{
    position: absolute;
    width: 33px;
    height: 33px;
    background: url('../images/icon_gallery.png');
    transition: all 0.4s ease 0s;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    display: none;
}
.box-gallery-list a:hover .overlay-gallery,.box-gallery-list a:hover .icon-gallery{
    display: block;
}
.box-gallery-list p{
    font-size: 14px;
    color: #000;
    padding: 10px;
}
.box-gallery-list a{
    color: #000;
}
.feature-gallery .box-gallery-list p{
    font-size: 18px;
    color: #000;
    padding: 10px 15px;
}
.feature-gallery .box-gallery-list a{
    color: #000;
}
.feature-gallery{
    margin-bottom: 50px;
}
.btn-view-more{
    position: absolute;
    right: 15px;
    color: #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #ccc;
    height: 30px;
    width: 82px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    top: -5px;
}
.btn-view-more:hover{
    text-decoration: none;
    color: #fff;
    background: #0075bd;
}
.list-gallery{
    margin-bottom: 50px;
}
.page-gallery{
    padding-bottom: 0;
}
.testimonial-gallery{
    margin-bottom: 85px;
}
.list-image-gallery{
    width: 100%;
    float: left;
    margin-bottom: 80px;
    margin-top: 15px;
}
.grid-item{
    margin-bottom: 30px;
}
.panel-default > .panel-heading{
    background: none;
    border: none;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.panel-default > .panel-heading a{
    display: block;
    padding: 8px 15px 8px 15px;
    font-size: 18px;
    color: #0075bd;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    outline: none;
}
.panel-default > .panel-heading a.accordion-toggle{
    background: #f5f5f5;
    color: #1d2454;
    font-weight: 500;
}
.panel-default > .panel-heading a.accordion-toggle.collapsed {
    background: #fff;
    color: #0075bd;
    font-weight: normal;
}
.list-faq .panel-group .panel{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none !important;
}
.list-faq .panel-body{
    border: none !important;
    padding: 15px 0px 5px 0;
    color: #666;
    line-height: 1.6;
}
.list-faq .panel{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-default > .panel-heading a:hover{
    text-decoration: none;
}
.box-address-contact{
    margin-bottom: 20px;
}
.box-address-contact h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0;
}
.box-address-contact.active h3,.box-address-contact:hover h3{
    color: #0075bd;
}
.box-address-contact p{
    margin-bottom: 0;
}
.email-website{
    margin-top: 40px;
}
.email-website p{
    font-size: 16px;
    margin-bottom: 0;
}
.page-contact h1.cBlack{
    margin-bottom: 55px;
    margin-top: 22px;
}
.googlemap{
    opacity: 0;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 420px;
}
.googlemap.active{
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}
.content-page-about h1{
    margin-top: 25px;
    margin-bottom: 3px;
}
.content-page-about p{
    font-size: 18px;
    color: #666;
    font-weight: 300;
    margin-bottom: 30px;
}
.list-number-about{
    margin-bottom: 35px;
    float: left;
    width: 100%;
}
.box-number-about{
    background: #f3f3f3;
    font-size: 18px;
    color: #000;
    padding: 30px 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.box-number-about span{
    color: #000;
    font-size: 48px;
    display: block;
    line-height: 1em;
}
.history-about{
    background: #1d2454;
    padding: 35px 0 73px;
}
.history-about p{
    color: #fff;
}
.box-history{
    border-top: 2px solid #0075bd;
    padding-left: 10px;
    padding-top: 16px;
    padding-right: 10px;
    color: #0075bd;
    position: relative;
    margin-bottom: 30px;
}
.list-history{
    padding: 0 15px;
    float: left;
    width: 100%;
    margin-top: 50px;
}
.history-year{
    font-size: 24px;
    font-weight: bold;
    color: #0075bd;
    line-height: 1em;
    margin-bottom: 10px;
}
.box-history:after{
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    content: "";
    display: block;
    height: 13px;
    left: 50%;
    position: absolute;
    top: -7px;
    width: 13px;
    z-index: 1000;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.slide-testimonial .slick-arrow{
    display: none !important;
}
.slide-testimonial,.slide-testimonial-tour {
    float: left;
    width: 100%;
}
.slide-testimonial .slick-slide img{
    display: inline-block;
}
.slide-testimonial .slick-dots{
    bottom: 0;
}
.testimonial-about p,.testimonial-about .author-testimonial{
    color: #333;
}
.slide-founder{
    float: left;
    width: 100%;
    padding: 0 15px;
    position: relative;
}
.founder{
    padding: 70px 0 80px;
}
.founder h1{
    margin-bottom: 57px;
}
.detail-founder{
    padding-right: 20px;
}
.box-founder{
    float: left;
    width: 100%;
    background: #f1f1f1;
}
.detail-founder h3{
    font-size: 24px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 5px;
}
.detail-founder h4.position{
    font-size: 18px;
    font-weight: 300;
    color: #000;
    margin-bottom: 20px;
}
.detail-founder p{
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 1.5em;
    margin-bottom: 25px;
    text-align: justify;
}
.slide-founder .slick-prev{
    position: absolute;
    top: 40px;
    right: 78px;
    width: 23px;
    height: 23px;
    background: url('../images/btn_slide.jpg') no-repeat left;
    text-indent: -9999px;
    border: none;
    z-index: 1000;
}
.slide-founder .slick-next {
    position: absolute;
    top: 40px;
    right: 50px;
    width: 23px;
    height: 23px;
    background: url('../images/btn_slide.jpg') no-repeat right;
    text-indent: -9999px;
    border: none;
    z-index: 1000;
}
.slide-founder .slick-dots{
    display: none !important;
}
.box-client{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #ccc;
    text-align: center;
    padding: 6px;
    margin-bottom: 30px;
}
.list-client{
    float: left;
    width: 100%;
    margin: 15px 0 55px;
}
.silde-promotion {
    float: left;
    width: 100%;
}
.select-text{
    display: none;
}
.date-start-tour{
    display: none;
    color: #666;
}
.box-hotel .box-tour{
    -webkit-box-shadow: 1px 1px 2px 2px rgba(240,240,240,1);
    -moz-box-shadow: 1px 1px 2px 2px rgba(240,240,240,1);
    box-shadow: 1px 1px 2px 2px rgba(240,240,240,1);
    margin-bottom: 40px;
}
.box-hotel .btn-booking-price{
    background: #ededed;
    color: #000;
}
.box-hotel .btn-booking-price a.button-booking{
    background: #999;
    color: #fff;
}
.box-hotel .btn-booking-price a.button-booking:hover{
    background: #0075bd;
}
.box-hotel .box-tour h4{
    min-height: inherit;
    margin-bottom: 0;
    font-weight: 500;
}
.box-hotel .box-tour h4 a{
    color: #0075bd;
}
.list-hotels .view-more-tour-boat a{
    background: #e9e9e9;
    color: #333;
}
.list-hotels .view-more-tour-boat:after{
    background: #e9e9e9;
}
.filter-hotel{
    float: left;
    width: 100%;
    background: #f8f8f8;
    padding: 15px 30px 10px;
    margin-bottom: 23px;
    margin-top: 10px;
}
.filter-destination,.filter-stars{
    float: left;
    width: 40%;
    display: table;
}
.filter-destination select,.filter-stars select{
    width: 60%;
    margin-left: 15px;
    display: inline-block;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 1px solid #d9d9d9;
}
.filter-destination label,.filter-stars label{
    font-weight: normal;
}
.filter-destination{
    margin-right: 30px;
}
.filter-hotel input[type="submit"]{
    border: none;
    background: #0075bd;
    color: #fff;
    width: 16%;
    height: 27px;
    line-height: 25px;
    font-weight: bold;
}
.label-box{
    position: relative;
    z-index: 1;
    text-align: center;
    font-weight: bold;
    margin: 36px 0 40px;
}
.label-box span{
    padding: 10px 15px 10px;
    background: #f0f0f0;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 1em;
}
.label-box:after {
    content: "";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    background: #999;
    height: 1px;
}
.btn-booking-hotel .label-box a{
    padding: 18px 51px 17px;
    background: #1579bd;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase;
}
.btn-booking-hotel .label-box{
    margin-bottom: 30px;
}
.hotel-detail .gallery-tour{
    padding-bottom: 10px;
}
.list-tien-nghi{
    display: table;
    font-size: 0;
    width: 100%;
}
.list-tien-nghi li{
    font-size: 16px;
    list-style-image: url('../images/icon_li.png');
    color: #000;
    margin-bottom: 5px;
}
.list-tien-nghi ul{
    display: inline-table;
    padding: 0 0 0 20px;
    width: 20%;
    margin-bottom: 25px;
}
.list-room ul{
    display: table;
    padding: 0;
    width: 100%;
    font-size: 0;
}
.list-room li{
    display: table-cell;
    padding: 0 7px 0 8px;
    font-size: 14px;
}
.list-room li img{
    width: 100%;
}
.list-room{
    float: left;
    width: 100%;
    padding: 0 8px 0 7px;
    margin: 75px 0 25px 0;
}
.list-room li p{
    margin-top: 10px;
}
.overview-hotel h3{
    margin-top: 0;
    font-weight: bold;
}
.other-hotel{
    margin-top: 25px;
}
.other-hotel h3{
    font-weight: bold;
    margin-bottom: 17px;
}
table {
    width: 100%;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border: 0px solid #808080;
    border-top: none;
    border-left: none;
    border-collapse: inherit;
}

th,
td {
    margin: 0;
    padding: 5px;
    border: 0px solid #808080;
    border-bottom: none;
    border-right: none;
    font-size: 14px;
}
.content-page h2{
    color: #333;
}
.form-member{
    max-width: 590px;
}
.header-form{
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    background: url('../images/member_register.png') no-repeat left top;
    padding-left: 50px;
    float: left;
    width: 100%;
    padding-top: 10px;
}
.header-form h3{
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
}
.header-form p{
    font-size: 13px;
    margin-bottom: 0;
}
.header-form p a{
    color: #0075bd;
}
.form-detail{
    float: left;
    width: 58%;
}
.row-form{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.row-form input{
    width: 70%;
    float: left;
    border: 1px solid #dadada;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
}
.row-form textarea{
	width: 70%;
    float: left;
    border: 1px solid #dadada;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    height: 125px;
    line-height: 25px;
    padding: 0 10px;
}
.row-form label{
    width: 30%;
    float: left;
	font-weight:300;
    line-height: 35px;
    margin: 0;
}
.row-form select{
    border: 1px solid #dadada;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    height: 33px;
    line-height: 33px;
    width: 24.3%;
    float: left;
    padding: 0 15px 0 10px;
    margin-right: 1%;
}
.row-form select:last-child{
    margin-right: 0;
}
.row-form input[type="radio"],.row-form input[type="checkbox"]{
    width: auto;
    margin: 0 5px 0 0;
}
.row-form input[type="submit"]{
    background: #ea9d01;
    border-color: #d48c00;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.label-gender{
    font-weight: normal;
}
label.subscribe{
    width: auto;
    font-weight: normal;
}
.login-social{
    float: left;
    width: 42%;
    padding-left: 40px;
}
.login-social a{
    margin-bottom: 10px;
    display: block;
}
.input-search-field {
    position: fixed;
    width: 100%;
    width: 350px;
    height: 36px;
    transition: 0.5s all;
    z-index: 99999;
    display: none;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
    top: inherit;
    padding-top: 50px;
}
.input-search-field.is-expand{
    display: block;
}
.box-seach{
    cursor: pointer;
}
.input-search-field input[type="text"]{
    float: left;
    width: 300px;
    height: 50px;
    padding: 0 15px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    line-height: 50px;
    border: 1px solid #ccc;
}

.input-search-field button {
    float: left;
    width: 50px;
    height: 50px;
    border: 0;
    background: #0075bd;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    background: #fff url('../images/icon_btn_search.jpg') no-repeat center center;
    text-indent: -9999px;
}
.close-search{
    background: url('../images/icon_close_search.png');
    width: 29px;
    height: 29px;
    position: absolute;
    right: -40px;
    top: 10px;
    cursor: pointer;
}
.close-search-mobile{
    background: url('../images/icon_close_search.png');
    width: 29px;
    height: 29px;
    position: absolute;
    right: 0px;
    top: -40px;
    cursor: pointer;
}
.wrapper-full-video{
    background: #1d2454;
    padding: 40px 0;
    margin-bottom: 50px;
}

.wrapper-full-video iframe{
    height: 580px;
}
.wrapper-full-video h1{
    font-size: 24px;
    margin-top: 0;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 35px;
    text-align: center;
}
.wrapper-media-detail .title-tab-media{
    margin-top: 0;
}
.wrapper-media-detail .schedule-label{
    font-size: 18px;
}
.arrow_box {
    position: absolute !important;
    background: #fff;
    border: 1px solid #ffffff;
    width: 183px;
    padding: 13px;
    z-index: 1000 !important;
    left: -12px;
    margin: 0 !important;
    box-shadow: 2px 3px 5px #e5e5e5;
    -webkit-box-shadow: 2px 3px 5px #e5e5e5;
    -moz-box-shadow: 2px 3px 5px #e5e5e5;
    transition: all 0.4s ease 0s;
}
.arrow_box:after, .arrow_box:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.arrow_box:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 11px;
    margin-left: -11px;
}
.box-login-isActive .box-login{
    display: block;
}
.btn-login{
    height: 25px;
    width: 154px;
    background: url('../images/icon_login.png') no-repeat top;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    font-weight: bold;
    display: block;
    font-family: 'Arial';
}
.btn-register{
    height: 25px;
    width: 154px;
    background: url('../images/icon_login.png') no-repeat bottom;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    font-weight: bold;
    display: block;
    font-family: 'Arial';
    margin-top: 5px;
}
.btn-register:hover,.btn-login:hover{
    text-decoration: none;
    color: #fff;
}
.box-login{
    
}
.box-login ul{
    padding-left: 13px;
    margin-top: 10px;
}
.box-login ul li{
    list-style-type: disc;
    line-height: 1.2em;
}
.box-login ul li a{
    font-size: 12px;
    font-family: 'Arial';
    color: #333;
}
.box-login ul li a:hover{
    color: #ff0000;
}
.box-login{
    display: none;
}
#form-login{
    
}
#form-login label{
    display: block;
    width: 100%
}
#form-login input{
    width: 100%
}
#form-login .btn-form-login{
    height: 33px;
    width: 288px;
    background: #ea9d01;
    color: #fff;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    font-family: 'Arial';
    margin-top: 5px;
}
#form-login{
    max-width: 348px;
}
#form-login .form-detail{
    width: 100%;
    padding: 0 15px;
}
#form-login .btn-form-login-facebook{
    height: 33px;
    width: 288px;
    background: url('../images/btn_form_login.png') no-repeat bottom;
    color: #fff;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    font-family: 'Arial';
    margin-top: 5px;
}

/*them nut call*/
.fone {
font-size: 19px; /* chữ cạnh nút gọi */
color: #f00;
line-height: 40px;
font-weight: bold;
padding-left: 48px; /* cách bên trái cho chữ */
margin: 0 0;
}
.fix_tel { position:fixed; bottom:15px; right:18px; z-index:999;} /* left 18px là cách bên trái 18px. nếu muốn cho nút gọi sang phải thay là right */
.fix_tel a {text-decoration: none; display:block;}
.tel { background: #eee;width:205px; height:40px; position:relative; overflow:hidden;background-size:40px;border-radius:28px;border:none}
.ring-alo-phone {
background-color: transparent;
cursor: pointer;
height: 80px;
position: absolute;
transition: visibility 0.5s ease 0s;
visibility: hidden;
width: 80px;
z-index: 200000 !important;
}
.ring-alo-phone.ring-alo-show {
visibility: visible;
}
.ring-alo-phone.ring-alo-hover, .ring-alo-phone:hover {
opacity: 1;
}
.ring-alo-ph-circle {
animation: 1.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim;
background-color: transparent;
border: 2px solid rgba(30, 30, 30, 0.4);
border-radius: 100%;
height: 70px;
left: 10px;
opacity: 0.1;
position: absolute;
top: 12px;
transform-origin: 50% 50% 0;
transition: all 0.5s ease 0s;
width: 70px;
}
.ring-alo-phone.ring-alo-active .ring-alo-ph-circle {
animation: 1.1s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}
.ring-alo-phone.ring-alo-static .ring-alo-ph-circle {
animation: 2.2s ease-in-out 0s normal none infinite running ring-alo-circle-anim !important;
}
.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle, .ring-alo-phone:hover .ring-alo-ph-circle {
border-color: #009900;
opacity: 0.5;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle {
border-color: #baf5a7;
opacity: 0.5;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-circle {
border-color: #009900;
opacity: 0.5;
}
.ring-alo-ph-circle-fill {
animation: 2.3s ease-in-out 0s normal none infinite running ring-alo-circle-fill-anim;
background-color: #000;
border: 2px solid transparent;
border-radius: 100%;
height: 30px;
left: 30px;
opacity: 0.1;
position: absolute;
top: 33px;
transform-origin: 50% 50% 0;
transition: all 0.5s ease 0s;
width: 30px;
}
.ring-alo-phone.ring-alo-hover .ring-alo-ph-circle-fill, .ring-alo-phone:hover .ring-alo-ph-circle-fill {
background-color: rgba(0, 175, 242, 0.5);
opacity: 0.75 !important;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-circle-fill, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-circle-fill {
background-color: rgba(117, 235, 80, 0.5);
opacity: 0.75 !important;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-circle-fill {
background-color: rgba(0, 175, 242, 0.5);
opacity: 0.75 !important;
}


.ring-alo-ph-img-circle {
animation: 1s ease-in-out 0s normal none infinite running ring-alo-circle-img-anim;
border: 2px solid transparent;
border-radius: 100%;
height: 30px;
left: 30px;
opacity: 1;
position: absolute;
top: 33px;
transform-origin: 50% 50% 0;
width: 30px;
}

.ring-alo-phone.ring-alo-hover .ring-alo-ph-img-circle, .ring-alo-phone:hover .ring-alo-ph-img-circle {
background-color: #009900;
}
.ring-alo-phone.ring-alo-green.ring-alo-hover .ring-alo-ph-img-circle, .ring-alo-phone.ring-alo-green:hover .ring-alo-ph-img-circle {
background-color: #75eb50;
}
.ring-alo-phone.ring-alo-green .ring-alo-ph-img-circle {
background-color: #009900;
}
@keyframes ring-alo-circle-anim {
0% {
opacity: 0.1;
transform: rotate(0deg) scale(0.5) skew(1deg);
}
30% {
opacity: 0.5;
transform: rotate(0deg) scale(0.7) skew(1deg);
}
100% {
opacity: 0.6;
transform: rotate(0deg) scale(1) skew(1deg);
}
}


@keyframes ring-alo-circle-img-anim {
0% {
transform: rotate(0deg) scale(1) skew(1deg);
}
10% {
transform: rotate(-25deg) scale(1) skew(1deg);
}
20% {
transform: rotate(25deg) scale(1) skew(1deg);
}
30% {
transform: rotate(-25deg) scale(1) skew(1deg);
}
40% {
transform: rotate(25deg) scale(1) skew(1deg);
}
50% {
transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
transform: rotate(0deg) scale(1) skew(1deg);
}
}
@keyframes ring-alo-circle-fill-anim {
0% {
opacity: 0.2;
transform: rotate(0deg) scale(0.7) skew(1deg);
}
50% {
opacity: 0.2;
transform: rotate(0deg) scale(1) skew(1deg);
}
100% {
opacity: 0.2;
transform: rotate(0deg) scale(0.7) skew(1deg);
}
}
.ring-alo-ph-img-circle a img {
padding: 1px 0 12px 1px;
width: 30px;
position: relative;
top: -1px;
}
}
/* end them nut call*/
