@import url("default.css");
@import url("input.css");
@import url("fonts/RSU/RSU.css");
@import url("fonts/opensans/opensans_font.css");
@import url("reset.css");
input[type="text"],
input[type="password"] {
    border: 1px solid #D8D8D8;
    color: #FFF;
    font-size: 13px;
    color: #777777;
    font-family: 'open_sansregular';
    width: 100%;
    height: 34px;
    padding: 0 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 8px 10px -8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 8px 10px -8px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 8px 10px -8px rgba(0, 0, 0, 0.1);
}

textarea {
    border: 1px solid #D8D8D8;
    color: #FFF;
    font-size: 13px;
    color: #777777;
    font-family: 'open_sansregular';
    width: 100%;
    height: 107px;
    padding: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 8px 10px -8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 8px 10px -8px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 8px 10px -8px rgba(0, 0, 0, 0.1);
}

select {
    border: 1px solid #D8D8D8;
    color: #FFF;
    font-size: 13px;
    color: #777777;
    font-family: 'open_sansitalic';
    width: 100%;
    height: 34px;
    padding: 0 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 8px 10px -8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 8px 10px -8px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 8px 10px -8px rgba(0, 0, 0, 0.1);
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: url(../../images/frontend/icons/select_arrow.png) no-repeat center right #FFF;
}

input:disabled,
.widget_signin-box input.datepicker:disabled {
    background-color: #F7F7F7;
}

select[disabled] {
    background: #F7F7F7;
}

input[type="submit"]:disabled,
input[type="button"]:disabled {
    opacity: 0.5
}

.basic_btn {
    min-width: 160px;
    height: 40px;
    background: #0C4F6B;
    color: #FFF;
    font-size: 15px;
    font-family: 'open_sanssemibold';
    padding: 0 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    text-align: center
}

.radio {
    font-weight: normal;
    color: #333333;
    font-size: 13px;
    font-family: 'open_sansregular';
    height: 18px;
    line-height: 20px;
    position: relative;
    padding-left: 23px;
    margin: 0;
}

.regular-radio+label {
    width: 18px;
    height: 18px;
    border: 1px solid #D8D8D8;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFF;
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin: auto !important;
    bottom: 0;
}

.regular-radio {
    display: none
}

.regular-radio:checked+label:before {
    background: #209aef;
    width: 10px;
    height: 10px;
    content: '';
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.radio.pay {
    height: 40px;
}

.radio .credit_card {
    background: url(../../images/frontend/icons/credit_card.png) no-repeat center right;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding-right: 125px;
}

.radio .counter_service {
    background: url(../../images/frontend/icons/counter_service.png) no-repeat center right;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding-right: 105px;
}

.radio .qrcode {
    background: url(../../images/frontend/icons/qrcode.png) no-repeat center right;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding-right: 94px;
}

.radio .unionpay {
    background: url(../../images/frontend/icons/unionpay.png) no-repeat center right;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding-right: 80px;
}

.radio .qrcodewechat {
    background: url(../../images/frontend/icons/qrcodewechat.png) no-repeat center right;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding-right: 61px;
}

.radio .payalipay {
    background: url(../../images/frontend/icons/payalipay.png) no-repeat center right;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding-right: 105px;
}

.checkbox {
    font-weight: normal;
    color: #333333;
    font-size: 12px;
    font-family: 'open_sansregular';
    height: 18px;
    line-height: 18px;
    position: relative;
    margin: 0;
    padding-left: 23px;
}

.checkbox>a {
    color: #FF0000;
    font-size: 12px;
    font-family: 'open_sanssemibold';
    text-decoration: underline
}

.checkbox>a:hover {
    cursor: pointer;
}

.regular-checkbox+label {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #D8D8D8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
    /*-moz-box-shadow:inset 0 0 3px rgba(0,0,0,0.3); -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow:inset 0 0 3px rgba(0,0,0,0.3);*/
    padding: 0;
}

.regular-checkbox {
    display: none;
}

.regular-checkbox:checked+label {
    background-color: #FFF;
    border: 1px solid #adb8c0;
    /*box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);*/
    color: #99a1a7;
}

.regular-checkbox:checked+label:after {
    content: '\2714';
    font-size: 13px;
    position: absolute;
    top: -1px;
    left: 3px;
    bottom: 0;
    right: 3px;
    margin: auto;
    color: #209aef;
}

.step1 .widget_signin-btn .regular-checkbox:checked+label:after {
    left: 0;
}

.whead {
    display: block;
    color: #209aef;
    font-size: 32px;
    font-family: 'rsubold';
    margin-bottom: 25px;
}

.whead>.color {
    color: #444
}

.whead>.subhead {
    color: #333333;
    font-size: 15px;
    font-family: 'arial';
    display: block
}

.widget_mainbanner {
    width: 100%;
    height: 401px;
    position: relative;
    margin-bottom: 40px;
}

.widget_mainbanner .carousel-indicators li {
    background: #FFF;
    height: 12px;
    width: 12px;
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.4) box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.4);
    border: none;
    margin: 0 2px;
}

.widget_mainbanner .carousel-indicators li.active {
    background: #209aef;
    border: 2px solid #FFF;
}

.widget_adsbanner-box {
    width: 243px;
    height: 161px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.widget_adsbanner-box.mag img {
    max-width: none;
    position: absolute;
    top: -7px;
    left: -14px;
}

.widget_adsbanner-box.mid {
    margin: 0 16px;
}

.widget_adsbanner-box.mid .row {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 10px;
}

.widget_adsbanner-box.mid .row>div {
    padding: 0 5px;
}

.widget_booking {
    margin-bottom: 30px;
}

.widget_booking .nav-tabs {
    border: none;
}


/*.widget_booking .nav-tabs li{width:33.33%; float:left; background:none; border:none; margin:0;}*/

.widget_booking .nav-tabs li {
    width: 100%;
    float: left;
    background: none;
    border: none;
    margin: 0;
}

.widget_booking .nav-tabs li a {
    color: #aaaaaa;
    font-size: 14px;
    font-family: 'open_sanssemibold';
    padding: 0;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #aaaaaa;
    margin: 0;
    font-weight: normal;
}

.widget_booking .nav-tabs li.active a {
    border: 1px solid #aaaaaa;
    border-bottom: none;
    background: #FBFBFB;
    color: #209aef
}

.widget_booking .nav-tabs li.active a.tour {
    background: url(../../images/frontend/icons/tour_incon_active.png) no-repeat 26px center #FBFBFB;
}

.widget_booking .nav-tabs li a.tour {
    text-align: left;
    padding-left: 53px;
}

.widget_booking .nav-tabs li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-bottom: -4px;
    margin-right: 6px;
}

.widget_booking .nav-tabs li .icon-tranfer {
    background: url(../../images/frontend/icons/tranfer_incon.png) no-repeat;
}

.widget_booking .nav-tabs li .icon-tour {
    background: url(../../images/frontend/icons/tour_incon.png) no-repeat;
}

.widget_booking .nav-tabs li.active .icon-tranfer {
    background: url(../../images/frontend/icons/tranfer_incon_active.png) no-repeat;
}

.widget_booking .nav-tabs li.active .icon-tour {
    background: url(../../images/frontend/icons/tour_incon_active.png) no-repeat;
}

.widget_booking .nav-tabs li a.catamaran {
    background: url(../../images/frontend/icons/tranfer_incon.png) no-repeat 7px center #FFF;
    text-align: left;
    padding-left: 30px;
}

.widget_booking .nav-tabs li a.ferry {
    background: url(../../images/frontend/icons/ferry_incon.png) no-repeat 24px center #FFF;
    text-align: left;
    padding-left: 48px;
}

.widget_booking .nav-tabs li a.tour {
    background: url(../../images/frontend/icons/tour_incon.png) no-repeat 26px center #FFF;
    text-align: left;
    padding-left: 53px;
}

.flexslider {
    border: none;
    margin: 0;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.flex-control-nav {
    bottom: -28px;
    z-index: 20;
}

.flex-control-nav li {
    margin: 0 4px;
}

.flex-control-paging li a {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ddd;
    background-color: #fff;
}

.flex-control-paging li a:hover {
    background-color: #ddd;
}

.flex-control-paging li a.flex-active {
    background-color: #209aef;
    border-color: #209aef;
}

.flex-direction-nav {
    display: none !important;
}

.flex-direction-nav a {
    font-size: 0;
}

.flex-direction-nav a:before {
    content: '';
}

.flex-direction-nav a.flex-next:before {
    content: '';
}

.flex-direction-nav a.flex-next,
.flex-direction-nav a.flex-prev {
    width: 40px;
    height: 40px;
    display: block;
    margin-top: -30px;
    border-bottom: 2px solid #000;
}

.flex-direction-nav a.flex-prev {
    border-left: 2px solid #000;
}

.flex-direction-nav a.flex-next {
    border-right: 2px solid #000;
}

.widget_booking .tab-pane {
    padding: 20px 25px 14px 25px;
    /*max-height:360px;*/
    border: 1px solid #aaaaaa;
    border-top: none;
    background: #fff;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#eeeeee', GradientType=0);
}

.widget_booking .child_link {
    color: #FF0000;
    font-size: 12px;
    font-family: 'open_sanssemibold';
    text-decoration: underline;
    height: 30px;
    line-height: 30px;
}

.widget_booking .row {
    margin-left: -5px;
    margin-right: -5px;
}

.widget_booking .row>div {
    padding: 0 5px;
}

.widget_booking input[type="text"],
.widget_booking select {
    font-family: 'open_sansitalic';
}

.widget_booking .promo_code {
    margin-top: 10px;
    font-family: "Myriad Pro" !important;
}

.widget_booking .booking_btn {
    width: 120px;
    height: 36px;
    border: none;
    border-bottom: 2px solid #1386B9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
    font-size: 16px;
    font-family: 'open_sansbold';
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    margin-top: 10px;
    background-color: #209aef;
}

.widget_booking .datepicker {
    background: url(../../images/frontend/icons/date_icons.png) no-repeat right #FFF;
}

.widget_getapp {
    margin-left: 0px;
}

.widget_getapp-title {
    font-size: 24px;
    color: #333333;
    font-family: 'open_sansregular';
    display: block;
    margin-bottom: 15px;
}

.widget_getapp-descrip {
    color: #666666;
    font-size: 15px;
    font-family: 'open_sansregular';
    line-height: 1.3
}

.widget_getapp-btn {
    width: 185px;
    height: 54px;
    background: url(../../images/frontend/buttons/btn-appstore.jpg) no-repeat center;
    margin-top: 25px;
    display: block;
    float: left;
}

.widget_getapp-btn.gp {
    background: url(../../images/frontend/buttons/btn-googleplay.jpg) no-repeat center;
    width: 159px;
    height: 54px;
    margin-left: 25px;
}

.widget_content p {
    font-size: 14px;
    color: #777777;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.7;
    margin: 0 0 25px;
}

.widget_content .bold {
    display: block;
    color: #545454;
    font-size: 16px;
    font-family: 'open_sanssemibold';
    margin: 15px 0 10px;
}

.widget_content .editor-content ul,
.editor-content ul {
    padding-left: 20px;
}

.widget_content .editor-content li {
    color: #777777;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
    list-style: disc;
    line-height: 1.7;
    margin-left: 0;
}

.tour_option {
    width: 100%;
    padding: 10px 0;
    border: 1px solid #aaaaaa;
    margin: 20px 0 40px;
    display: table;
}

.tour_option li {
    height: 47px;
    border-right: 1px dotted #aaaaaa;
    display: inline-block;
    padding: 0 20px;
}

.tour_option li:last-child {
    border: none;
    padding-right: 0;
    float: right;
    margin-right: 15px;
}

.tour_option li a {
    font-size: 20px;
    color: #666666;
    height: 47px;
    line-height: 47px;
    font-family: 'open_sansregular';
    display: block;
}

.tour_option li a.vdo {
    background: url(../../images/frontend/icons/tour_vdo_icon.png) no-repeat center left;
    padding-left: 40px;
}

.tour_option li a.time {
    background: url(../../images/frontend/icons/tour_time_icon.png) no-repeat center left;
    padding-left: 40px;
}

.tour_option li a.time:hover {
    cursor: pointer;
}

.tour_option li .price {
    height: 47px;
    line-height: 47px;
    font-size: 28px;
    color: #FF0000;
    font-family: 'rsuregular';
    margin: 0 10px 0 15px
}

.tour_option li .price>font {
    font-size: 20px;
    color: #aaaaaa;
}

.tour_option li .basic_btn {
    width: 130px;
    height: 36px;
    font-size: 13px;
    min-width: inherit;
}

.tour_gallery {
    margin-top: 45px;
}

.tour_gallery .row {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 20px;
}

.tour_gallery .row>div {
    padding: 0 5px;
}

.tour_gallery-head {
    display: block;
    font-size: 16px;
    color: #444444;
    font-family: 'open_sanssemibold';
    background: url(../../images/frontend/icons/gallery_icons.png) no-repeat center left;
    padding-left: 30px;
    height: 17px;
    line-height: 18px;
}

.tour_gallery-box {
    margin-bottom: 10px;
}

.tour-pin {}

.tour-pin .row {
    margin: 0 -10px;
}

.tour-pin .row>div {
    padding: 0 10px;
}

.tour-pin-wrapper {
    background-color: #fff;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.tour-pin-inner {
    height: 100px;
    padding: 10px 13px;
    height: 60px;
}

.tour-pin-inner a {
    color: #555;
    font-size: 13px !important;
}

.tour-list-btn {
    margin-top: 20px;
}

.tour-list-btn a {
    float: right;
    color: #aaa !important;
    font-size: 10px !important;
    text-transform: uppercase;
    position: relative;
    font-family: 'open_sansregular' !important;
}

.tour-list-btn a:hover {
    color: #209aef !important;
}

.tour-pin-image {
    position: relative;
}

.tour-label {
    position: absolute;
    color: #fff;
    background-color: #ff0000;
    padding: 8px 5px;
    left: 5px;
    top: 5px;
    text-align: center;
}

.tour-label-top {
    font-size: 16px;
}

.tour-label-bottom {
    font-size: 10px;
}

.about .facilities_tab .nav-tabs {
    border: none;
}

.about .facilities_tab .nav-tabs li {
    margin: 0 40px 0 0;
}

.about .facilities_tab .nav-tabs li a {
    padding: 0;
    border: none;
    color: #CCCCCC;
    font-size: 15px;
    font-family: 'open_sanssemibold';
    padding-bottom: 15px;
}

.about .facilities_tab .nav-tabs li a.cata {
    background: url(../../images/frontend/icons/cata_icons.png) no-repeat left 2px;
    padding-left: 50px;
}

.about .facilities_tab .nav-tabs li a.bus {
    background: url(../../images/frontend/icons/bus_icons.png) no-repeat left 2px;
    padding-left: 45px;
}

.about .facilities_tab .nav-tabs li.active a {
    color: #209aef;
    border-bottom: 2px solid #209aef;
}

.about .facilities_tab .nav-tabs li.active a.cata {
    background: url(../../images/frontend/icons/cata_icons_active.png) no-repeat left 2px;
}

.about .facilities_tab .nav-tabs li.active a.bus {
    background: url(../../images/frontend/icons/bus_icons_active.png) no-repeat left 2px;
}

.about .facilities_tab .tab-pane {
    padding: 30px 0 0;
}

.about .facilities_box {
    margin-bottom: 30px;
}

.about .facilities_box img {
    margin-bottom: 15px;
}

.about .facilities_name {
    display: inline-block;
    color: #209aef;
    font-size: 18px;
    font-family: 'open_sanssemibold';
    line-height: 0.9;
    vertical-align: top;
    padding-top: 2px;
}

.about .facilities_name .year {
    display: inline-block;
    color: #333333;
    font-size: 16px;
    font-family: 'rsulight';
}

.about .facilities_detail {
    font-size: 16px;
    color: #333333;
    font-family: 'rsulight';
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #DDDDDD;
    padding-left: 15px;
    margin-left: 10px;
}

.about .facilities_detail>b {
    font-family: 'rsuregular';
    color: #666666;
    font-weight: normal;
}

.about-image {
    margin-bottom: 30px;
}

.time_table-search {
    width: 100%;
    height: auto;
    border: 1px solid #aaaaaa;
    text-align: right;
    padding: 14px 15px;
    margin-bottom: 30px;
}

.time_table-search span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #444444;
    font-size: 13px;
    font-family: 'open_sansregular';
}

.time_table-search select {
    width: 320px;
    margin: 0 0 0 10px;
}

.time_table-search .basic_btn {
    height: 30px;
    min-width: inherit !important;
    width: 140px !important;
    padding: 0;
    font-size: 13px;
}

.time_table .time_table-table {
    margin-top: 20px;
}

.time_table .time_table-table .destinations {
    display: block;
    margin-bottom: 10px;
    color: #444444;
    font-size: 16px;
    font-family: 'open_sanssemibold';
}

.time_table .time_table-table .destinations>font {
    color: #333333;
    font-family: 'open_sansregular';
}

.time_table .time_table-table .head {
    background: #209aef;
    height: 35px;
}

.time_table .time_table-table .head>span {
    width: 33.3333333333%;
    float: left;
    line-height: 35px;
    color: #FFf;
    font-size: 14px;
    font-family: 'open_sanssemibold';
    text-align: center;
}

.time_table .time_table-table .time_row {
    width: 100%;
    display: inherit;
    border: 1px solid #209aef;
    background: #FFFFFF;
    border-top: none;
    padding: 10px 20px;
    text-align: center;
}

.time_table .time_table-table .time_row:nth-child(odd) {
    background: #FFF;
}

.time_table .time_table-table .time_row:nth-child(even) {
    background: #F9F9F9;
}

.time_table .time_table-table .time_row>div {
    display: table-cell
}

.time_table .time_table-table .departure_time {
    border-right: 1px dotted #aaaaaa;
    width: 250px;
}

.time_table .time_table-table .departure_time span {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dotted #aaaaaa;
    font-size: 14px;
    color: #333333;
    font-family: 'open_sansregular';
    display: block;
    vertical-align: top
}

.time_table .time_table-table .departure_time span:last-child {
    border: none
}

.time_table .time_table-table .arrival_time {
    border-left: 1px dotted #aaaaaa;
    width: 250px;
}

.time_table .time_table-table .arrival_time span {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dotted #aaaaaa;
    font-size: 14px;
    color: #333333;
    font-family: 'open_sansregular';
    display: block;
    vertical-align: top
}

.time_table .time_table-table .arrival_time span:last-child {
    border: none
}

.time_table .time_table-table .to {
    width: 225px;
    vertical-align: middle;
    color: #209aef;
    font-size: 16px;
    font-family: 'open_sanssemibold';
}

.connect_table {
    float: left;
    margin-bottom:20px;
}

.connect_table-head {
    display: block;
    font-size: 17px;
    color: #209aef;
    font-family: 'open_sanssemibold';
    margin-bottom: 10px;
}

.connect_table-description {
    display: inline-block;
    margin-right: 15px;
    color: #333333;
    font-size: 14px;
    font-family: 'open_sansregular';
}

.connect_table-description>font {
    color: #444444;
}

.connect_table-description.pull-right {
    margin-right: 0;
}

.connect_table .table {
    width: 100%;
    border: 1px solid #209aef;
    border-top: none;
    float: left;
    margin-bottom: 0;
    margin-top: 10px;
}

.connect_table .table .table_head {
    width: 100%;
    background: #209aef;
    float: left;
    padding: 0 20px;
}

.connect_table .table .table_head span {
    height: 35px;
    color: #FFF;
    text-align: center;
    font-family: 'open_sansbold';
    text-transform: uppercase;
    font-size: 14px;
    width: 20%;
    line-height: 35px;
    float: left;
}

.connect_table .table .table_body {
    padding: 0 20px 25px;
    float: left;
    width: 100%;
}

.connect_table .table .table_body-row {
    width: 100%;
    padding: 7px 0;
    border-bottom: 1px dotted #aaaaaa;
    float: left
}

.connect_table .table .table_body-row span {
    font-size: 15px;
    color: #666666;
    font-family: 'open_sansregular';
    height: 32px;
    line-height: 32px;
    width: 20%;
    float: left;
    text-align: center
}

.connect_table .table .table_body-row span.desc {
    font-size: 12px;
    text-align: left;
    line-height: 24px;
    padding-left: 30px;
}

.connect_table .table .table_body-row:hover span {
    background: #fefefe;
}

.connect_table .table .table_body-row2 {
    width: 100%;
    padding: 10px 0 2px 0;
    float: left
}

.connect_table .table .table_body-row2 div {
    font-size: 15px;
    color: #666666;
    font-family: 'open_sansregular';
    height: 32px;
    line-height: 32px;
    width: 100%;
    float: left;
    text-align: center;
    color: #333333;
}

.connect_terms {
    width: 100%;
    float: left;
}

.connect_terms-head {
    display: block;
    margin-bottom: 15px;
    color: #333333;
    font-size: 14px;
    font-family: 'open_sansregular';
}

.connect_terms-head>font {
    color: #FF0000;
    font-family: 'open_sanssemibold';
}

.connect_table .radio {
    display: inline-block;
    color: #666666;
    font-size: 15px;
    font-family: 'open_sanssemibold';
    padding-left: 30px;
}

.connecting .connect_table-head {
    display: block;
    font-size: 18px;
    color: #147532;
    font-family: 'open_sanssemibold';
    background: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: -20px;
}

.connecting .connect_table-description {
    display: inline-block;
    margin-right: 15px;
    color: #333333;
    font-size: 14px;
    font-family: 'open_sansregular';
}

.connecting .connect_table-description>font {
    color: #444444;
}

.connecting .connect_table-description.pull-right {
    margin-right: 0;
}

.connecting .table {
    margin-bottom: 20px;
    margin-top: 0;
}

.connecting .table .table_head {
    width: 100%;
    background: #bbb;
    float: left;
    padding: 0 20px;
}

.connecting .table .table_head-top {
    background: #209aef;
    width: 100%;
    float: left;
    padding: 0 20px;
}

.connecting .table .table_head-top span {
    height: 35px;
    color: #FFF;
    text-align: center;
    font-family: 'open_sansbold';
    text-transform: uppercase;
    font-size: 16px;
    width: 100%;
    line-height: 35px;
    float: left;
}

.connecting .table .table_head span {
    width: 20%;
}

.connecting .table .table_body-row span {
    width: 20%;
    line-height:2;
}

.accom .contact .address {
    padding: 0;
}

.accom .contact .left {
    width: 85px;
}

.contact .address_tab {
    /*padding-bottom:35px; border-bottom:1px solid #aaaaaa;*/
}

.contact .address_tab .nav-tabs {
    border: none;
}

.contact .address_tab .nav-tabs li {
    margin: 0 40px 0 0;
}

.contact .address_tab .nav-tabs li a {
    padding: 0;
    border: none;
    color: #aaaaaa;
    font-size: 15px;
    font-family: 'open_sanssemibold';
    padding-bottom: 10px;
    font-weight: normal;
    text-transform: uppercase;
}

.contact .address_tab .nav-tabs li a:hover {
    color: #209aef;
    background: none;
}

.contact .address_tab .nav-tabs li.active a {
    color: #209aef;
    border-bottom: 2px solid #209aef;
}

.contact .address_tab .tab-pane {
    padding: 30px 0 0;
}


/*.contact .map{width:280px; height:280px; display:inline-block;}
.contact .address{display:inline-block; padding-left:30px; vertical-align:top;}*/

.contact .branch {
    color: #333333;
    font-size: 16px;
    font-family: 'open_sanssemibold';
    margin-bottom: 25px;
    display: inline-block
}

.contact .branch>font {
    color: #209aef
}

.contact .left {
    width: 86px;
    text-align: left;
    color: #333333;
    font-size: 14px;
    font-family: 'open_sansregular';
    display: inline-block;
    margin: 0;
    font-weight: normal;
    vertical-align: top;
    line-height: 1.8em;
}

.contact .right {
    text-align: left;
    color: #444;
    font-size: 14px;
    font-family: 'open_sansregular';
    display: inline-block;
    margin: 0;
    font-weight: normal;
    padding-left: 10px;
    line-height: 1.8em;
}

.contact .form-group {
    margin-bottom: 5px;
}

.address>.form-group {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dotted #ddd;
}

.address>div:last-child {
    border-bottom: none;
}

.contact .contact_form {
    padding-top: 20px;
    text-align: center
}

.contact .contact_form-head {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    color: #444;
    font-size: 16px;
    font-family: 'open_sanssemibold';
    background: url(../../images/frontend/icons/contact_head_icons.png) no-repeat center left;
    padding-left: 20px;
}

.contact .contact_form-inner {
    width: 100%;
    display: inline-block;
    min-height: 313px;
    border: 1px solid #aaaaaa;
    padding: 25px;
    background: #fbfbfb;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #eeeeee 100%);
    background: -webkit-linear-gradient(top, #fbfbfb 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%, #eeeeee 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#eeeeee', GradientType=0);
}

.contact .contact_form label {
    color: #666666;
    font-size: 13px;
    font-family: 'open_sansregular';
    font-weight: normal;
    text-align: left;
    display: block;
    margin-bottom: 7px;
}

.contact .contact_form label>font {
    color: #107098;
}

.contact .contact_form .form-group {
    margin-bottom: 15px;
}

.contact .contact_form .row {
    margin-left: -10px;
    margin-right: -10px;
}

.contact .contact_form .row>div {
    padding: 0 10px;
}

.contact .contact_form-btn {
    display: inline-block;
    width: 100%;
    text-align: right;
    margin-top: 20px;
}


/*.contact-wrapper{display: table; width: 100%;}
.contact-wrapper > div{display: table-cell; vertical-align: top;}
.contact-wrapper > div.map{width: 285px;}
.contact-wrapper > div.map img{width: 285px;}
.contact-wrapper > div.map a{margin-bottom: 0; display: block;}
.contact-wrapper > div.address{padding-left: 30px;}*/

.contact-wrapper>div.address {
    width: 600px;
    margin: 0 auto;
}

.more-info {
    background-color: #fac606;
    padding: 10px 15px;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}

.widget_signin {
    width: 100%;
}

.widget_signin label {
    text-align: left;
    font-size: 13px;
    color: #545454;
    font-family: 'open_sansregular';
    font-weight: normal;
    display: block;
    margin-bottom: 7px;
}

.widget_signin label>font {
    color: #107098;
    font-size: 14px;
}

.widget_signin .row {
    margin-left: -7px;
    margin-left: -7px;
}

.widget_signin .row>div {
    padding: 0 7px;
}

.widget_signin.regis {
    text-align: center;
}

.widget_signin .sub_head {
    display: block;
    font-size: 18px;
    color: #209aef;
    font-family: 'open_sanssemibold';
    border-top: 1px dotted #333333;
    padding-top: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.widget_signin-box {
    padding: 25px 25px 15px;
    height: auto;
    border: 1px solid #aaaaaa;
    width: 100%;
    min-height: 164px;
    background: #fbfbfb;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #eeeeee 100%);
    background: -webkit-linear-gradient(top, #fbfbfb 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%, #eeeeee 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#eeeeee', GradientType=0);
}

.widget_signin-box .forgot_pass {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #0C4E6B;
    text-decoration: underline;
    font-family: 'open_sansregular';
    margin-top: 5px;
}

.widget_signin-box .forgot_pass:hover {
    cursor: pointer;
}

.widget_signin-box .basic_btn {
    width: 100px;
    min-width: inherit;
    height: 30px;
    font-size: 13px;
    float: right;
    margin-top: 5px;
}

.widget_signin-head {
    display: block;
    font-size: 17px;
    color: #555555;
    font-family: 'open_sanssemibold';
    background: url(../../images/frontend/icons/signin_icons.png) no-repeat bottom left;
    padding-left: 20px;
    margin-bottom: 15px;
    text-align: left;
    position: relative
}

.widget_signin-head.pass {
    background: url(../../images/frontend/icons/pass_head_icons.png) no-repeat center left;
    margin-top: 40px;
}

.widget_signin-head.payment {
    background: url(../../images/frontend/icons/patment_icons_head.png) no-repeat left center;
}

.widget_signin-register {
    width: 770px;
    display: inline-block
}

.widget_signin-regisnote {
    width: 100;
    color: #333333;
    font-size: 12px;
    font-family: 'open_sansregular';
    padding: 28px 0 28px 15px;
    border-left: 1px dotted #333333;
    text-align: left;
    line-height: 1.7
}

.widget_signin-regisnote>font {
    color: #209aef;
}

.widget_signin-btn {
    text-align: right;
    margin-top: 30px;
}

.widget_signin-btn .basic_btn {
    text-align: right;
    background: url(../../images/frontend/icons/next_step_arrow.png) no-repeat center right #0C4F6B;
    padding-right: 50px;
    font-family: 'open_sansbold';
}

.widget_signin-btn .basic_btn.last {
    text-align: center;
    background: #0C4F6B;
    padding: 0 10px;
}

.widget_signin-btn .checkbox {
    display: inline-block;
    margin-right: 25px;
}

.widget_signin.table {
    width: 100%;
    float: left;
    display: table;
    padding: 0 172px;
}

.widget_signin.table>div {
    display: table-cell;
    float: left
}

.widget_signin.table .regis {
    padding-right: 60px;
    width: 415px;
}

.widget_signin.table .regis .basic_btn {
    width: 100px;
    min-width: inherit;
    height: 35px;
    font-size: 14px;
}

.widget_signin.table .regis_text {
    font-size: 13px;
    color: #333333;
    font-family: 'open_sansregular';
    display: block;
    margin-bottom: 15px;
    line-height: 1.5;
}

.widget_signin.table .login {
    border-left: 1px solid #aaaaaa;
    padding-left: 40px;
}

.widget_signin.table .login .form-group {
    margin-bottom: 10px;
}

.widget_signin.table .widget_signin-box {
    padding: 23px;
    width: 370px;
}

.widget_signin.table .widget_signin-box {
    content: '';
    display: table;
    clear: both;
}

.widget_signin-menu {
    width: 199px;
    float: left;
}

.widget_signin-menu ul {
    border-top: 1px solid #aaaaaa;
    text-align: right;
}

.widget_signin-menu ul li {
    display: block;
    border-bottom: 1px solid #aaaaaa;
}

.widget_signin-menu ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #545454;
    font-size: 14px;
    padding-right: 25px;
    font-family: 'open_sansregular';
}

.widget_signin-menu ul li.active a {
    color: #209aef;
}

.widget_signin-menu ul li:last-child a {
    color: #aaaaaa;
}

.widget_signin-content {
    border-left: 1px solid #aaaaaa;
    padding-left: 37px;
    float: left;
}

.widget_signin-bookingnav {
    width: 100%;
    margin: 20px 0;
}

.widget_signin-bookingnav .breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
}

.widget_signin-bookingnav .breadcrumb li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #CCCCCC;
}

.widget_signin-bookingnav .breadcrumb li.active a {
    color: #209aef;
}

.widget_signin-bookingnav .breadcrumb>li+li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #CCCCCC;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    margin: 6px 20px 0
}

.widget_booking-box {
    width: 100%;
    margin-bottom: 10px;
    display: table;
    border-spacing: 3px;
}

.widget_booking-box>div {
    border: 1px solid #aaaaaa;
    display: inline-block;
    padding: 20px 25px 5px;
    vertical-align: top;
    height: 68px;
    display: table-cell;
}

.widget_booking-box>div:first-child {
    width: 430px
}

.widget_booking-box>div.view {
    width: 159px;
    background: #fefefe;
    padding: 0;
}

.widget_booking-type {
    display: block;
    color: #545454;
    font-size: 17px;
    font-family: 'open_sanssemibold';
    background: url(../../images/frontend/icons/booking_type_icons.png) no-repeat left 0;
    padding-left: 30px;
    text-transform: uppercase;
}

.widget_booking-date {
    display: block;
    color: #AAAAAA;
    font-size: 12px;
    font-family: 'open_sansitalic';
    padding-left: 30px;
    margin: 2px 0;
}

.widget_booking-location {
    color: #545454;
    font-size: 13px;
    font-family: 'open_sansregular';
    text-align: left;
    margin: 2px 0;
    display: inline-block;
}

.widget_booking-location>font {
    width: 50px;
    display: inline-block;
    color: #333333
}

.widget_booking-num {
    display: block;
    text-align: center;
    font-size: 17px;
    color: #545454;
    font-family: 'open_sanssemibold';
}

.widget_booking-num>font {
    text-align: center;
    color: #AAAAAA;
    font-size: 12px;
    font-family: 'open_sansitalic';
    display: block;
    margin-top: 2px;
}

.widget_booking-view {
    display: block;
    text-align: left;
    line-height: 68px;
    color: #545454;
    font-size: 14px;
    font-family: 'open_sansregular';
    background: url(../../images/frontend/icons/view_booking.png) no-repeat 25px center;
    padding-left: 50px;
}

.widget_booking-view:hover {
    color: #209aef;
    cursor: pointer;
}

.tour .widget_booking-type {
    display: block;
    color: #545454;
    font-size: 17px;
    font-family: 'open_sanssemibold';
    background: url(../../images/frontend/icons/tour_incon_active.png) no-repeat left 0;
    padding-left: 30px;
    width: 500px;
}

.widget_account-box {
    width: 770px;
    float: left;
    margin-right: 20px;
}

.widget_account-box .widget_signin-regisnote {
    padding: 63px 0 63px 15px;
}

.widget_account-menu {
    width: 143px;
    border: 1px solid #aaaaaa;
    padding: 0 10px;
    float: right;
    margin-top: 37px;
}

.widget_account-menu li {
    display: block;
    border-bottom: 1px dotted #aaaaaa;
    padding: 11px 0;
}

.widget_account-menu li:last-child {
    border: none;
}

.widget_account-menu li a {
    display: block;
    color: #333333;
    text-align: center;
    font-size: 13px;
    font-family: 'open_sanssemibold';
}

.widget_account-menu li.active a,
.widget_account-menu li a:hover {
    color: #209aef;
    cursor: pointer;
}

.widget_account-menu li a>i {
    display: block;
    height: 25px;
    margin-bottom: 20px;
}

.widget_account-menu li a.profile>i {
    background: url(../../images/frontend/icons/edit_profile_icons.png) no-repeat center
}

.widget_account-menu li a.password>i {
    background: url(../../images/frontend/icons/edit_pass_icons.png) no-repeat center
}

.widget_account-menu li.active a.profile>i {
    background: url(../../images/frontend/icons/edit_profile_icons_active.png) no-repeat center
}

.widget_account-menu li.active a.password>i {
    background: url(../../images/frontend/icons/edit_pass_icons_active.png) no-repeat center
}

.text-red {
    color: #ff0000;
}

.widget_special {
    width: 100%;
    border: 1px solid #aaaaaa;
    padding: 25px 20px;
    float: left;
    margin-bottom: 20px;
}

.widget_special-wrapper {
    display: none;
    margin-top: 10px;
}

.widget_special-head {
    line-height: 1.4em;
}

.widget_special label {
    font-weight: normal;
    font-size: 13px;
    color: #545454;
}

.widget_special label input {
    float: left;
    margin-top: 2px;
    margin-right: 8px;
}

.widget_special-form {
    margin-top: 20px;
}

.widget_special-form .form-group {
    margin-bottom: 0;
}

.widget_special-wrapper .form-group {
    margin-bottom: 10px;
}

.widget_special-form .row {
    margin: 0 -5px;
}

.widget_special-form .row>div {
    padding: 0 5px;
}

.widget_special-form .form-require {
    color: #107098;
    padding-left: 6px;
    font-size: 14px;
}

.widget_special-wrapper>div:last-child {
    margin-bottom: 0;
}

.widget_special font {
    width: 96px !important;
}

.widget_summary {
    width: 100%;
    /*min-height:448px;*/
    border: 1px solid #aaaaaa;
    padding: 25px 20px;
    float: left;
}

.widget_summary-price {
    float: left;
    width: 100%;
}

.widget_summary-price span {
    font-size: 18px;
    color: #545454;
    font-family: 'open_sanssemibold';
}

.widget_summary-box {
    border-top: 1px dotted #aaaaaa;
    margin-top: 20px;
    padding-top: 20px;
    width: 100%;
    float: left
}

.widget_summary-box .head {
    display: block;
    color: #209aef;
    font-size: 15px;
    font-family: 'open_sansregular';
    padding-left: 17px;
    margin-bottom: 10px;
}

.widget_summary-box .head.depart {
    background: url(../../images/frontend/icons/depart_arrow.png) no-repeat center left;
}

.widget_summary-box .head.return {
    background: url(../../images/frontend/icons/return_arrow.png) no-repeat center left;
}

.widget_summary-detail {
    display: block;
    color: #555555;
    font-size: 14px;
    font-family: 'open_sansregular';
    margin-bottom: 5px;
}

.widget_summary-detail>font {
    color: #333333;
    width: 75px;
    display: inline-block;
}

.widget_summary-passengers {
    color: #209aef;
    font-size: 15px;
    display: block;
    font-family: 'open_sansregular';
    background: url(../../images/frontend/icons/signin_icons.png) no-repeat center left;
    padding-left: 20px;
}

.widget_summary-passengers>font {
    color: #666666
}

.widget_summary-totalprice {
    height: 40px;
    background: #209aef;
    padding: 0 15px;
    margin-top: 15px;
}

.widget_summary-totalprice>span {
    color: #FFF;
    font-family: 'open_sanssemibold';
    height: 40px;
    line-height: 40px;
}

.widget_summary-totalprice>span.pull-left {
    font-size: 14px;
}

.widget_summary-totalprice>span.pull-right {
    font-size: 17px;
}

.widget_information {
    border: 1px solid #aaaaaa;
    padding: 20px 25px;
}

.widget_information-text {
    display: block;
    color: #545454;
    font-size: 14px;
    margin: 5px 0;
    font-family: 'open_sansregular';
}

.widget_information-text.left>font {
    color: #333333;
    width: 90px;
    display: inline-block;
}

.widget_information-text.right>font {
    color: #333333;
    width: 170px;
    display: inline-block;
}

.widget_information .panel-group {
    margin: 0;
}

.widget_information .panel-group .panel {
    border: none;
    box-shadow: none;
}

.widget_information .panel-heading {
    padding: 0;
    background: none;
    text-align: center;
    color: #209aef;
    font-size: 12px;
    font-family: 'open_sansregular';
    position: relative
}

.widget_information .panel-heading a.collapsed:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: -145px;
    top: 3px;
    right: 0;
    bottom: 0;
    margin: auto;
    border-top: 5px solid #209aef;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: none;
}

.widget_information .panel-heading a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: -145px;
    top: 3px;
    right: 0;
    bottom: 0;
    margin: auto;
    border-bottom: 5px solid #209aef;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: none;
}

.widget_information .panel-body {
    border: none;
    padding: 0 0 30px;
}

.widget_information hr {
    border-top: 1px dotted #aaaaaa;
    margin: 15px 0;
}

.widget_information.edit_padding {
    padding: 50px 30px;
}

.widget_news img{
    width: 100%;
    height: 100%;
}

.widget_news-box {
    border-bottom: 1px dotted #aaaaaa;
    margin-top: 30px;
    padding-bottom: 30px;
}

.widget_news-img {
    width: 300px;
    height: 173px;
    background: #666;
    display: inline-block;
}

.widget_news-img:hover {}

.widget_news-img img {
    width: 100%;
    height: 100%;
}

.widget_news-detail {
    display: inline-block;
    padding-left: 25px;
    width: 465px;
    vertical-align: top
}

.widget_news-name {
    font-family: 'rsuregular';
    font-size: 20px;
    color: #333333;
    line-height: 1;
    display: block;
    max-height: 60px;
}

a.widget_news-name:hover {
    color: #209aef;
}

.widget_news-date {
    display: block;
    font-family: 'rsuregular';
    font-size: 16px;
    color: #209aef;
    margin-bottom: 5px;
}

.widget_news-short {
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 1.6;
    font-family: Arial, Helvetica, sans-serif;
    margin: 15px 0 10px;
    max-height: 150px;
}

.widget_news-back {
    font-family: 'open_sanssemibold';
    color: #209aef !important;
    font-size: 18px;
    margin-top: 30px;
    display: inline-block;
    background: url(../../images/frontend/icons/arrew_back.png) no-repeat center left;
    padding-left: 20px;
    height: 25px;
    line-height: 25px;
}

.widget-banner .row {
    margin: 0
}

.widget-banner .row>div {
    padding: 0px;
}

.widget-banner {
    padding: 0px;
    margin: 20px -1px 20px -10px;
}

.widget-banner a {
    display: block;
    margin: 10px 0;
}

.career_tab .panel-default {
    border: none;
    box-shadow: none;
}

.career_tab .panel-heading {
    border: none;
    padding: 0;
    background: none;
}

.career_tab .panel-heading a {
    display: block;
    border-bottom: 1px dotted #aaaaaa;
    padding: 15px 0;
    font-family: 'rsubold';
    color: #444444;
    font-size: 23px;
    position: relative
}

.career_tab .panel-heading a:before {
    width: 15px;
    height: 8px;
    background: url(../../images/frontend/icons/job_arrow_up.png) no-repeat center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    content: '';
}

.career_tab .panel-heading a.collapsed:before {
    width: 15px;
    height: 8px;
    background: url(../../images/frontend/icons/job_arrow.png) no-repeat center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    content: '';
}

.career_tab .panel-heading a>font {
    color: #209aef
}

.career_tab .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}

.career_tab .panel-body {
    padding: 20px 15px 60px;
}

.career_head {
    display: block;
    margin-bottom: 10px;
    font-family: 'rsuregular';
    color: #444444;
    font-size: 20px;
}

.career_tab .ul_content {
    margin-bottom: 25px;
}

.career_tab .panel-body>.text-center {
    margin-top: 50px;
}

.form-infants {
    width: 80px;
    float: left;
}

.form-children {
    width: 116px;
    float: left;
}

.info_chil {
    display: inline-block;
    float: left;
    line-height: 18px;
    height: 15px;
    position: relative;
    font-family: 'rsuregular';
    color: #222;
    font-size: 10px;
    margin-left: 8px;
    margin-top: 10px;
    cursor: pointer
}

.info_chil:hover {
    text-decoration: underline
}

.info_chil>i {
    width: 14px;
    height: 14px;
    background: url(../../images/frontend/icons/info_icons.png) no-repeat center;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
}

.info_chil+.tooltip>.tooltip-inner {
    font-size: 10px;
}

.mobile-fp {
    display: none;
}

.mobile-fp-head {
    text-align: center;
    margin-top: 20px;
}

.mobile-fp-wrapper {
    margin-top: 25px;
}

.mobile-fp-wrapper h2,
.mobile-fp-wrapper h3 {
    font-weight: normal;
    color: #666;
    text-align: center;
    margin: 0;
}

.mobile-fp-wrapper h2 {
    font-size: 12px;
}

.mobile-fp-wrapper h3 {
    font-size: 12px;
}

.mobile-fp-wrapper div {
    text-align: center;
    margin: 10px 0;
}

.mobile-fp-wrapper a {
    color: #666;
}

.mobile-fp-wrapper a:hover {
    color: #209aef;
}

.mobile-fp-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.widget-list-wrapper {
    position: relative;
    border-bottom: 2px solid #209aef;
}

.widget-list-caption {
    /*position: absolute; bottom: 0; left: 0; right: 0; */
    padding: 10px;
    font-size: 14px;
    color: #444;
    background-color: rgba(255, 255, 255, 0.85);
    text-align: center;
}

.widget-list-label {
    position: absolute;
    top: 10px;
    left: 0;
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
}

.widget-list-label.article {
    background-color: #209aef;
}

.widget-list-label.promotion {
    background-color: #ff0;
}

.whead-list {
    font-size: 26px;
    color: #209aef;
    margin-bottom: 15px;
}

.widget-promotion .widget-list-wrapper {
    border-color: #ef4040;
}

.widget-promotion .whead-list {
    color: #ef4040;
}

.widget-mobilenav {
    width: 100%;
    margin-top: 30px;
    display: none
}

.widget-mobilenav a {
    display: block;
    height: 60px;
    line-height: 60px;
    border: 1px solid #aaaaaa;
    color: #B9B9B9;
    font-size: 15px;
    font-family: 'open_sanssemibold';
    margin: 10px 0;
    padding: 0 50px;
}

.sb-slidebar .widget-mobilenav {
    margin: 0;
}

.sb-slidebar .widget-mobilenav a {
    margin: 0;
    height: auto;
    line-height: inherit;
    font-size: 14px;
    font-family: 'open_sansregular';
    padding: 15px;
    border-top: none;
}

.sb-slidebar .widget-mobilenav a:hover {
    cursor: pointer;
}

.sb-slidebar .widget-mobilenav a.active {
    background: #209aef;
    color: #FFF;
}

.sb-slidebar .widget-mobilenav a:first-child {
    border: 1px solid #aaaaaa;
}

.sb-slidebar .widget-mobilenav span {
    display: block;
    border: 1px solid #aaaaaa;
    border-top: none;
    color: #B9B9B9;
    font-size: 14px;
    font-family: 'open_sansregular';
    padding: 15px;
}

.sb-slidebar .widget-mobilenav a>font {
    color: #666;
    margin-left: 20px;
}

.sb-slidebar .widget-mobilenav a.active>font {
    color: #FFF;
}

.widget_signin-box .datepicker,
.widget_signin-box .datepicker_child,
.widget_signin-box .datepicker_adult {
    background: url(../../images/frontend/icons/date_icons.png) no-repeat right #FFF;
}

.use_information {
    position: absolute;
    height: 20px;
    line-height: 14px;
    right: 0;
    top: 0;
    padding-left: 16px;
}

.use_information input[type="checkbox"] {
    position: absolute;
    left: 0;
    margin: 1px 0 0
}

.widget_signin-head>font {
    font-family: 'open_sansregular';
    font-size: 14px;
}

.map_gps {
    display: block;
    background: #209aef;
    line-height: 34px;
    color: #FFF !important;
    font-family: 'rsuregular';
    text-align: center;
    font-size: 16px;
    height: 30px;
    margin-bottom: 20px;
}


/*-------------------Time Table Color-------------------*/

.time_table .destinations {
    display: block;
    color: #FFF;
    font-family: 'rsubold';
    font-size: 25px;
    padding: 10px 20px;
}

.time_table .destinations>font {
    font-size: 45px;
    text-transform: uppercase
}

.time_table table {
    width: 100%;
}

.time_table table th {
    text-align: center;
    padding: 5px 3px;
    color: #FFF;
}

.time_table table th span {
    background: #0683da;
    display: block;
    padding: 5px 0;
    font-size: 16px;
}

.time_table table th:first-child {
    padding-left: 0;
}

.time_table table th:last-child {
    padding-right: 0;
    width: 150px;
}

.time_table table tr td {
    padding: 5px 10px;
    color: #2b2e31;
    font-weight: bold;
    font-size: 14px;
    line-height: 2;
    vertical-align: middle;
    background: #FFF
}

.time_table.samui .destinations {
    background: #209aef
}

.time_table.samui table th span {
    background: #0683da;
}

.time_table.samui table th:first-child span {
    background: #209aef;
}

.time_table.samui table tr:nth-child(odd) td {
    background: #ddebf6;
}

.time_table.samui table td:first-child,
.time_table.samui table td:last-child {
    color: #0683da
}

.time_table.samui table tr:nth-child(odd) td:first-child,
.time_table.samui table tr:nth-child(odd) td:last-child {
    color: #209aef
}

.time_table.phangan .destinations {
    background: #f26a2b
}

.time_table.phangan table th span {
    background: #f5832b;
}

.time_table.phangan table th:first-child span {
    background: #f26a2b;
}

.time_table.phangan table tr:nth-child(odd) td {
    background: #f6ede9;
}

.time_table.phangan table td:first-child,
.time_table.phangan table td:last-child {
    color: #f5832b
}

.time_table.phangan table tr:nth-child(odd) td:first-child,
.time_table.phangan table tr:nth-child(odd) td:last-child {
    color: #f26a2b
}


/*-------------------Time Table Color-------------------*/

.all_tour .tour-pin-wrapper {
    margin-bottom: 15px;
    margin-top: 15px;
}

.all_tour .tour-pin-inner a {
    font-family: 'open_sanssemibold';
    font-size: 18px;
    line-height: 1.5
}

.all_tour .tour-pin-inner a:hover {
    color: #209aef;
}

.booking .whead {
    text-align: center;
}

.booking-wrapper {
    width: 640px;
    height: 858px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.booking-inner {
    position: absolute;
    width: 1000px;
    height: 1020px;
    left: -256px;
    top: -160px;
    overflow: hidden;
}

.booking-inner iframe {
    border: none;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


/*------------------- 16-05-06 -------------------*/

.widget_summary-list {
    margin-top: 20px;
}

.widget_summary-list li {
    display: table;
    width: 100%;
    padding: 0 15px;
    margin: 10px 0;
}

.widget_summary-list li>div {
    display: table-cell;
    vertical-align: top;
}

.widget_summary-label {
    font-family: "open_sansregular";
    color: #333333;
    font-size: 14px;
}

.widget_summary-text {
    font-weight: bold;
    font-family: "open_sanssemibold";
    text-align: right;
    color: #545454;
    font-size: 15px;
}

.connect_table .table .table_body-row span {
    height: auto;
}

.connect_table .radio {
    padding-left: 18px;
}

.connect_table .radio-label {
    font-family: "open_sanssemibold";
    color: #545454;
    font-size: 15px;
    line-height: 1.4em;
    margin-top: -5px;
}

.connect_table .radio-label span.text-label {
    width: auto;
    font-family: "open_sansregular";
    font-size: 13px;
    display: inline-block;
    float: none;
    line-height: 1.0em;
    height: auto;
}

.connect_table .table .table_body-row {
    padding: 10px 0 13px 0;
}

.connect_table .table .table_body-row:hover span {
    background-color: transparent;
}

.widget_summary-box .widget_summary-list {
    background-color: #f7f7f7;
    padding: 5px 0;
}


/*.widget_signin-btn{margin-top: 0; float: right;}*/

.radio .counter_payment {
    background: url(../../images/frontend/icons/counter_payment.png) no-repeat center right;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding-right: 60px;
}

.radio.pay i {
    font-style: normal;
}

.radio .paypal_service {
    background: url(../../images/frontend/icons/paypal_service.png) no-repeat center right;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding-right: 100px;
}

.radio.mt30 {
    margin-top: 30px !important;
}


/*-------------------namfon-------------------*/

label.error {
    color: #f00 !important;
    font-size: 12px !important;
    font-weight: normal !important;
    margin: 3px !important;
}

input:invalid,
textarea:invalid {
    background-color: #fff;
}

.upload_btn label.error {
    margin-left: -100px;
}

.message {
    color: #1d752a;
    font-size: 20px;
    text-align: center;
    margin-top: 80px;
}

#login_form {
    margin-top: -15px;
}

.member-message {
    width: 600px;
    margin: 0 auto;
}

.member-message .member_head {
    font-size: 22px;
    margin-top: 30px;
    color: #209aef;
}

.member-message .site_header-back {
    margin-top: 20px;
    width: 74px;
}

.basic_btn:disabled {
    background-color: #0c4f6b;
}

#timetable .contact-wrapper {
    margin-bottom: 15px;
}

.ui-datepicker .ui-datepicker-title select {
    border-radius: 0;
    height: 26px;
    margin: 0 2px 5px;
    width: 47%;
}

#tour .widget_booking-box>div:first-child {
    width: auto;
}

#tour .widget_booking-box>div:last-child {
    width: 116px;
}

#tour .widget_booking-box>div {
    padding: 20px 18px 5px;
}

.mybook .widget_booking-box>div:first-child {
    width: 485px;
}

.mybook .widget_booking-box>div {
    padding: 20px 18px 5px;
}

.mybook .widget_booking-box>div.view {
    width: 154px;
    padding: 0;
}


/* jorjeehajee */

.itinerary ul {
    padding-left: 0;
}

.itinerary li {
    display: table;
    width: 100%;
}

.itinerary li>div {
    display: table-cell;
    vertical-align: top;
}

.itinerary-list-time {
    width: 70px;
}

#gmap {
    width: 100%;
    height: 340px;
    margin-bottom: 30px;
}

.contact_address .form-group {
    display: table;
    width: 100%;
}

.contact_address .form-group>* {
    display: table-cell;
}

.contact_address .form-group .left {
    width: 100px;
}

.contact_address .form-group {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

#timetable .contact.contact-wrapper {
    display: none;
}

.tour_list {
    margin-top: 35px;
}

.tour_list .tour-pin-wrapper {
    margin: 0 0 15px 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tour_list .tour-pin-inner {
    height: auto;
    padding: 0;
}

.tour_list .tour-pin-wrapper {
    display: table;
    width: 100%;
    padding: 10px 0 10px 0;
}

.tour_list .tour-pin-wrapper>div {
    display: table-cell;
    vertical-align: top;
}

.tour_list .tour-pin-image {
    width: 264px;
}

.tour_list .tour-pin-inner {
    padding-left: 20px;
}

.tour_list .tour-pin-inner img {
    display: none;
}

.tour_list .tour-pin-inner p {
    margin: 0;
    font-size: 13px;
}

.tour_list .tour-pin-inner a {
    font-size: 17px !important;
    color: #209aef;
}

.tour_list .tour-pin-shotdes {
    margin-top: 10px;
}

.tour_list .tour-pin-btn {
    margin-top: 15px;
}

.tour_list .tour-pin-btn a {
    font-size: 12px !important;
    color: #209aef;
    position: relative;
}

.tour_list .tour-pin-btn .price_list {
    color: red;
    font-weight: bold;
    font-size: 16px;
}

.tour_list .tour-pin-wrapper:hover {
    background-color: #fbfbfb;
}


/*------------------- Annop -------------------*/

#booking_detail-modal .modal-dialog {
    width: 960px;
}

#booking_detail-modal .modal-content {
    -webkit-border-radius: 0;
    border-radius: 0;
}

#booking_detail-modal .modal-header {
    padding: 0;
}

#booking_detail-modal .modal-body {
    padding: 25px;
}

#booking_detail-modal ul {
    padding: 0;
}

#booking_detail-modal ul li {
    margin: 5px 0;
}

#booking_detail-modal .widget_summary-box {
    border: none;
    margin: 0;
    padding: 0;
}

.modal-body ul li strong {
    color: red;
    font-weight: normal;
}

.widget_information-text .success {
    color: #090;
    font-family: "open_sanssemibold";
}

.widget_information-text .pending {
    color: #F90;
    font-family: "open_sanssemibold";
}

.widget_information-text .fail {
    color: #F00;
    font-family: "open_sanssemibold";
}

.widget_information-text .tourname {
    color: #209aef;
    font-family: "open_sanssemibold";
    font-size: 16px;
}

.widget_signin-head.round {
    background: url(../../images/frontend/icons/booking_type_icons.png) no-repeat left 0px;
    padding-left: 25px;
}

.widget_signin-head.tour {
    background: url(../../images/frontend/icons/tour_incon_active.png) no-repeat left 0px;
    padding-left: 25px;
}

.widget_information-text.short>font {
    width: 55px;
    display: inline-block;
    color: #333333;
}

.widget-status {
    text-align: center;
    padding: 80px 0;
}

.widget-status-box {
    display: inline-block;
    min-width: 300px;
    min-height: 300px;
    border: 2px solid #aaaaaa;
    padding: 30px;
    margin: 20px 0;
}

.widget-status-box>span {
    display: block;
    font-family: 'rsubold';
    font-size: 16px;
}

.widget-status-box>span>font {
    color: #209aef;
}

.widget-status-box .text_1 {
    font-size: 50px;
}

.widget-status-box .text_2 {
    font-size: 30px;
}

.widget-status-box .text_3 {
    font-size: 30px;
    color: #545454;
    line-height: 1.5
}

.widget-status-box .text_4 {
    font-size: 20px;
    color: #B70000;
    font-family: 'rsuregular';
    line-height: 1.5
}

.widget-status-box i {
    width: 150px;
    height: 150px;
    display: inline-block;
    margin: 20px 0;
}

.widget-status-box.success {
    border: 2px solid #3C0;
}

.widget-status-box.success .text_1,
.widget-status-box.success .text_2 {
    color: #3C0
}

.widget-status-box.success i {
    background: url(../../images/frontend/icons/success_icons.png) no-repeat center
}

.widget-status-box.pending {
    border: 2px solid #FC0;
}

.widget-status-box.pending .text_1,
.widget-status-box.pending .text_2 {
    color: #FC0
}

.widget-status-box.pending i {
    background: url(../../images/frontend/icons/pending_icons.png) no-repeat center
}

.widget-status-box.pending {
    border: 2px solid #FC0;
}

.widget-status-box.pending .text_1,
.widget-status-box.pending .text_2 {
    color: #FC0
}

.widget-status-box.pending i {
    background: url(../../images/frontend/icons/pending_icons.png) no-repeat center
}

.widget-status-box.fail {
    border: 2px solid #C00;
}

.widget-status-box.fail .text_1,
.widget-status-box.fail .text_2 {
    color: #C00
}

.widget-status-box.fail i {
    background: url(../../images/frontend/icons/fail_icons.png) no-repeat center
}

.widget-status-box.cancel {
    border: 2px solid #FB7D00;
}

.widget-status-box.cancel .text_1,
.widget-status-box.cancel .text_2 {
    color: #FB7D00
}

.widget-status-box.cancel i {
    background: url(../../images/frontend/cancel_icons.png) no-repeat center
}

.site_header-option .lang a.cn {
    background: url(../../images/frontend/icons/flag_cn.png) no-repeat center left;
    padding-left: 25px;
    padding-right: 15px;
}


/*------------------- CSS MOBILE LAYOUT -------------------*/

.on_mobile .widget_signin-register {
    width: 100%;
}

.on_mobile .widget_signin {
    float: left;
    width: 100%;
}

.on_mobile .widget_signin-box {
    padding: 20px 15px 15px;
}

.on_mobile .widget_signin-box .row {
    margin-left: -5px;
    margin-right: -5px;
}

.on_mobile .widget_signin-box .row>div {
    padding: 0 5px;
}

.on_mobile .widget_signin-btn {
    text-align: left;
    float: none;
    width: 100%;
    margin-top: 0;
}

.on_mobile .widget_booking-box {
    margin-bottom: 25px;
}

.on_mobile .widget_summary {
    margin-bottom: 25px;
}

.on_mobile .basic_btn {
    width: 100%;
    background-image: none;
    text-align: center;
    padding: 0;
}

.on_mobile .checkbox {
    margin: 0 0 15px;
}

.on_mobile .connect_table-description {
    line-height: 1.7;
}

.on_mobile .widget_booking-num {
    padding-left: 30px;
    font-size: 13px;
    text-align: left;
    line-height: 1.5
}

.on_mobile .widget_booking-num>font {
    display: inline-block;
    width: 60px;
    text-align: left;
    font-size: 14px;
}

.on_mobile .widget_booking-date {
    margin-bottom: 10px;
}

.on_mobile .table .table_head>span {
    width: 50%;
}

.on_mobile .table .table_body-row .width_50 {
    width: 50%;
    font-weight: bole;
}

.on_mobile .table .table_body-row .width_100 {
    width: 100%;
    padding-top: 15px;
}

.on_mobile .table .table_body-row .radio-label {
    display: inline-block;
    text-align: left;
}

.on_mobile .table .table_body-row .radio {
    margin: 0 10px 9px;
}

.on_mobile #myModal_Term .modal-dialog {
    width: 90%;
}

.on_mobile #myModal_Term .modal-dialog .modal-header {
    padding: 10px 10px 0;
}

.on_mobile #myModal_Term .modal-dialog .modal-body {
    padding: 0 10px 10px;
}

.on_mobile #myModal_Term .modal-dialog .ul_content li {
    font-size: 12px;
    line-height: 1.5;
}

.on_mobile #myModal_Term .modal-header h4 {
    padding-bottom: 10px;
    font-size: 16px;
}

.on_mobile #myModal_login .modal-dialog {
    width: 90%;
}

.on_mobile #myModal_login .modal-body .remember {
    margin-left: 0;
}

.on_mobile #myModal_login .modal-footer {
    text-align: left;
}

.on_mobile .use_information {
    line-height: 16px;
    top: 3px;
}

.on_mobile .widget_information-text>font.tel {
    color: rgb(84, 84, 84);
    display: block;
    font-family: "open_sansregular";
    margin: 3px 0 10px;
}

.on_mobile .widget_information.edit_padding {
    padding: 20px 30px;
}

.on_mobile .widget_information.edit_padding>.row>div {
    margin: 10px 0;
}

.on_mobile .widget-status {
    padding: 0 0;
}

.on_mobile .widget-status .widget-status-box {
    padding: 15px;
    width: 100%;
    height: auto;
    min-width: inherit;
    min-height: inherit;
    margin: 5px 0;
}

.on_mobile .widget-status-box .text_1 {
    font-size: 30px;
}

.on_mobile .widget-status-box .text_2 {
    font-size: 20px;
}

.on_mobile .widget-status-box .text_3 {
    font-size: 20px;
}

.on_mobile .widget-status-box .text_4 {
    font-size: 16px;
}

.on_mobile .widget-status-box i {
    width: 50px;
    height: 50px;
    background-size: 100%;
}

.menu_mobile-back {
    position: absolute;
    top: 0;
    left: 15px;
}

.menu_mobile-back a {
    display: block;
    color: #209aef;
    font-family: "open_sanssemibold";
    font-size: 18px;
}

.on_mobile .widget_signin-menu {
    width: 100%;
}

.on_mobile .widget_signin-menu ul li a {
    text-align: center;
    padding: 0
}

.on_mobile .widget_signin-menu ul li.active a {
    background: #209aef;
    color: #FFF;
}

.on_mobile .widget_signin-content {
    padding: 25px 0 0;
    border: none;
}

.on_mobile .widget_signin-content .widget_booking-box {
    margin-bottom: 15px;
}

.on_mobile #pagination {
    text-align: center;
}

.on_mobile #pagination>span,
.on_mobile #pagination>span a {
    width: 45px;
    line-height: 45px;
    height: 45px;
}

.on_mobile .widget_booking-box.tour .widget_booking-type {
    font-size: 14px;
}

.on_mobile .widget_summary-box {
    float: none;
}

.on_mobile .widget_information-text.edit>font {
    width: 125px;
}

.on_mobile .widget_summary-box.tour .widget_summary-detail>font {
    width: 110px;
}

.on_mobile .widget_summary-box.tour .tourname {
    display: block;
    margin-bottom: 7px;
}

.on_mobile .widget_account-box {
    width: 100%;
}

.on_mobile .widget_signin-content {
    width: 100%;
}

.on_mobile .time_table .destinations {
    padding: 10px 15px 8px;
    font-size: 20px;
}

.on_mobile .time_table .destinations>font {
    font-size: 20px;
}

.on_mobile .time_table table th span {
    font-size: 12px;
}

.on_mobile .time_table table tr td {
    font-size: 12px;
}

.on_mobile .time_table-search {
    margin-bottom: 15px;
    text-align: left;
}

.on_mobile .time_table-search select {
    width: 100%;
    margin: 7px 0 0;
}

.widget_booking-box>div {
    vertical-align: middle;
}

.widget_booking-view {
    line-height: 30px;
}

.widget_booking-print {
    display: block;
    text-align: left;
    line-height: 30px;
    color: #545454;
    font-size: 14px;
    font-family: 'open_sansregular';
    background: url(../../images/frontend/icons/print_icons.png) no-repeat 25px center;
    padding-left: 50px;
}

.widget_booking-status {
    display: block;
    text-align: left;
    line-height: 30px;
    color: #E67300;
    font-size: 14px;
    font-family: 'open_sansregular';
    background: url(../../images/frontend/icons/information_icon.png) no-repeat 25px center;
    padding-left: 50px;
}

.widget_booking-checkin {
    display: block;
    text-align: left;
    line-height: 30px;
    color: #545454;
    font-size: 14px;
    font-family: 'open_sansregular';
    background: url(../../images/frontend/icons/pin.png) no-repeat 25px center;
    background-size: 14px;
    padding-left: 50px;
}

.manualtab {
    margin-top: 30px;
}

.manualtab .nav-tabs {
    border: none !important;
    padding: 0 !important;
}

.manualtab .nav-tabs>li {
    float: left;
    width: 50%;
}

.manualtab .nav-tabs>li a {
    margin: 0;
    display: block;
    text-align: center;
    font-family: 'rsuregular';
    border: none !important;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.manualtab .nav-tabs>li.active a {
    background: #209aef;
    color: #FFF;
}

.manualtab .tab-pane {
    padding: 20px 0;
}

.manualtab_toppic {
    display: inline-block;
    color: #209aef;
    font-family: 'rsubold';
    margin: 20px 0 10px;
    font-size: 20px;
    background: url(../../images/frontend/icons/manua_arrow.png) no-repeat right 8px;
    padding-right: 12px;
}

.manualtab_list {
    padding-left: 20px;
}

.manualtab_list li {
    margin-bottom: 7px;
    font-family: 'rsuregular';
    font-family: 'rsuregular';
    font-size: 18px;
    color: #444;
    list-style: decimal !important;
}

.manualtab_list li>font {
    color: #F00;
}

.manualtab .row>div {
    margin-bottom: 30px;
}

.black-ribbon {
    position: fixed;
    z-index: 9999;
    width: 70px;
}

@media only all and (min-width: 768px) {
    .black-ribbon {
        width: auto;
    }
}

.stick-left {
    left: 0;
}

.stick-right {
    right: 0;
}

.stick-top {
    top: 0;
}

.stick-bottom {
    bottom: 0;
}

.customer_contact {
    padding: 0 0 30px;
    background: #ededed;
}

.customer_contact-head {
    display: block;
    color: #209aef;
    font-size: 15px;
    font-family: 'open_sanssemibold';
    margin: 0 0 5px;
    padding-top: 30px;
}

.customer_contact-box {
    margin: 12px 0;
}

.customer_contact-location {
    display: block;
    color: #444444;
    font-size: 13px;
    font-family: 'open_sanssemibold';
    margin: 0 0 5px;
}

.customer_contact-phone {
    font-size: 13px;
    color: #545454;
    font-family: 'open_sansregular';
    display: block;
}


/*------------------- CSS NEW CONTACTUS -------------------*/

.widget-Office>.row {
    margin-left: -3px;
    margin-right: -3px;
}

.widget-Office-tab .nav-tabs {
    border: none
}

.widget-Office-tab .nav-tabs>li {
    width: 20%;
    float: left;
    padding: 0 3px;
    margin: 0 0 6px;
    border: none
}

.widget-Office-tab .nav-tabs>li a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    margin: 0;
    font-family: "open_sanssemibold";
    font-size: 11px;
    background: #fefefe;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #5D5D5D
}

.widget-Office-tab .nav-tabs>li.active a {
    background: #209aef;
    color: #FFF;
    border: none
}

.widget-Office-tab .tab-content {
    padding: 0 3px;
}

.widget-Office-map {
    width: 100%;
    height: 350px;
    margin-top: 15px;
}

.widget-Office-map>div {
    width: 100%;
    height: 100%;
}

.widget-Office-head {
    color: #333333;
    font-size: 20px;
    font-family: 'open_sanssemibold';
    margin-top: 30px;
    display: block;
    text-transform: uppercase;
}

.widget-Office-head>font {
    color: #209aef;
}

.widget-Office-address {
    border: 1px solid #aaaaaa;
    padding: 30px;
    margin: 20px 0;
}

.widget-Office-address .left {
    width: 100%;
    color: #209aef;
    font-family: 'open_sanssemibold';
}

.widget-Office-address .right {
    width: 100%;
    padding: 0
}

.widget-Office-address .form-group {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.widget-Office-address .minimap {
    text-align: center;
    min-height: 100px;
}

.widget-Office-address .minimap a {
    width: 85px;
    height: 65px;
    display: inline-block;
    background: url(../../images/frontend/icons/office_map.png) no-repeat center
}

.widget-Office-address .minimap span {
    display: block;
    text-align: center;
    font-family: 'open_sanssemibold';
    font-size: 13px;
    color: #209aef;
    margin-top: 5px;
}

.widget-Office-text {
    line-height: 1.6;
    font-family: 'open_sansregular';
    font-size: 13px;
    margin: 15px 0;
}

.widget-Office-pic {
    margin-top: 20px;
}

.widget-Office-pic>.row {
    margin-left: -5px;
    margin-right: -5px;
}

.widget-Office-pic>.row>div {
    padding: 0 5px;
}

.widget-Office-pic a {
    height: 100px;
    overflow: hidden;
    display: block;
    width: 100%;
}


/*------------------- CSS NEW IMAGES -------------------*/

.img_booking {
    margin-bottom: 20px;
    float: right;
}


/*------------------- CSS Background Slide on Homepage -------------------*/

.slider {
    position: relative;
}

.slide1,
.slide2,
.slide3,
.slide4,
.slide5,
.slide6,
.slide7 {
    position: absolute;
    width: 100%;
    height: 100%;
}

.slide1 {
    background: url('https://www.lomprayah.com/public/images/slide1.jpg');
    background-position: 50% 50%;
    height: 500px;
    background-size: cover;
    animation: fade1 60s infinite;
    -webkit-animation: fade1 60s infinite;
}

.slide2 {
    background: url('https://www.lomprayah.com/public/images/slide7.jpg');
    background-position: 50% 50%;
    height: 500px;
    background-size: cover;
    animation: fade2 60s infinite;
    -webkit-animation: fade2 60s infinite;
}

.linkslide2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 500px;
    z-index: 1;
    animation: fade2 60s infinite;
    -webkit-animation: fade2 60s infinite;
}

.slide3 {
    background: url('https://www.lomprayah.com/public/images/slide2.jpg');
    background-position: 50% 50%;
    height: 500px;
    background-size: cover;
    animation-name: fade3;
    animation: fade3 60s infinite;
    -webkit-animation: fade3 60s infinite;
}

.slide4 {
    background: url('https://www.lomprayah.com/public/images/slide3.jpg');
    background-position: 50% 50%;
    height: 500px;
    background-size: cover;
    animation-name: fade4;
    animation: fade4 60s infinite;
    -webkit-animation: fade4 60s infinite;
}

.slide5 {
    background: url('https://www.lomprayah.com/public/images/slide4.jpg');
    background-position: 50% 50%;
    height: 500px;
    background-size: cover;
    animation: fade5 60s infinite;
    -webkit-animation: fade5 60s infinite;
}

.slide6 {
    background: url('https://www.lomprayah.com/public/images/slide5.jpg');
    background-position: 50% 50%;
    height: 500px;
    background-size: cover;
    animation: fade6 60s infinite;
    -webkit-animation: fade6 60s infinite;
}

.slide7 {
    background: url('https://www.lomprayah.com/public/images/slide6.jpg');
    background-position: 50% 50%;
    height: 500px;
    background-size: cover;
    animation: fade7 60s infinite;
    -webkit-animation: fade7 60s infinite;
}

@keyframes fade1 {
    0% {
        opacity: 1
    }
    14% {
        opacity: 0
    }
    28% {
        opacity: 0
    }
    42% {
        opacity: 0
    }
    56% {
        opacity: 0
    }
    70% {
        opacity: 0
    }
    84% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fade2 {
    0% {
        opacity: 0
    }
    14% {
        opacity: 1
    }
    28% {
        opacity: 0
    }
    42% {
        opacity: 0
    }
    56% {
        opacity: 0
    }
    70% {
        opacity: 0
    }
    84% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes fade3 {
    0% {
        opacity: 0
    }
    14% {
        opacity: 0
    }
    28% {
        opacity: 1
    }
    42% {
        opacity: 0
    }
    56% {
        opacity: 0
    }
    70% {
        opacity: 0
    }
    84% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes fade4 {
    0% {
        opacity: 0
    }
    14% {
        opacity: 0
    }
    28% {
        opacity: 0
    }
    42% {
        opacity: 1
    }
    56% {
        opacity: 0
    }
    70% {
        opacity: 0
    }
    84% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes fade5 {
    0% {
        opacity: 0
    }
    14% {
        opacity: 0
    }
    28% {
        opacity: 0
    }
    42% {
        opacity: 0
    }
    56% {
        opacity: 1
    }
    70% {
        opacity: 0
    }
    84% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes fade6 {
    0% {
        opacity: 0
    }
    14% {
        opacity: 0
    }
    28% {
        opacity: 0
    }
    42% {
        opacity: 0
    }
    56% {
        opacity: 0
    }
    70% {
        opacity: 1
    }
    84% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes fade7 {
    0% {
        opacity: 0
    }
    14% {
        opacity: 0
    }
    28% {
        opacity: 0
    }
    42% {
        opacity: 0
    }
    56% {
        opacity: 0
    }
    70% {
        opacity: 0
    }
    84% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.link_clickhere a{
    color:red;
    font-size: 36px;
}