body {
    font-family: "VIEAvantGardeRegular", Helvetica, Arial, sans-serif;
    overflow-x: hidden;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    color: #777;
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "VIEAvantGardeRegular", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

hr.star-light,
hr.star-primary {
    max-width: 250px;
    margin: 25px auto 30px;
    padding: 0;
    text-align: center;
    border: none;
    border-top: solid 5px;
}

hr.star-light:after,
hr.star-primary:after {
    font-family: FontAwesome;
    font-size: 2em;
    position: relative;
    top: -.8em;
    display: inline-block;
    padding: 0 .25em;
    content: '\f005';
}

hr.star-light {
    border-color: white;
}

hr.star-light:after {
    color: white;
    background-color: #18BC9C;
}

hr.star-primary {
    border-color: #2C3E50;
}

hr.star-primary:after {
    color: #2C3E50;
    background-color: white;
}

.img-centered {
    margin: 0 auto;
}

section {
    /*padding: 100px 0;*/
    padding-bottom: 20px;
}

section h2 {
    font-size: 3em;
    margin: 0;
}

section.success {
    color: white;
    background: #f0f0f0;
    padding-bottom: 20px;
}

.scroll-top {
    position: fixed;
    z-index: 1049;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    font-size: 16px;
    line-height: 28px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
}

.scroll-top .btn:focus {
    outline: none;
}
#background_boat{

}

#mainNav {
    font-family: "VIEAvantGardeBold", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    background: #075eb0;
    padding: 0;
}

#mainNav a:focus {
    outline: none;
}

#mainNav .navbar-brand {
    color: white;
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:active, #mainNav .navbar-brand.active {
    color: white;
}

#mainNav .navbar-nav {
    letter-spacing: 1px;
}

    #mainNav .navbar-nav li.nav-item a.nav-link {
        font-family: 'VIEAvantGardeRegular', sans-serif;
        font-size: 13px;
        color: #fff;
        /*font-weight: bold;*/
        text-transform: uppercase;
        padding-right: 1em;
        padding-left: 1em;
    }

#mainNav .navbar-nav li.nav-item a.nav-link:hover {
    background-color: #1f78ca;
    outline: none;
}

#mainNav .navbar-nav li.nav-item a.nav-link:focus, #mainNav .navbar-nav li.nav-item a.nav-link:active {
    color: white;
}
   
#mainNav .navbar-toggler {
    font-size: 20px;
    padding: 9px;
    text-transform: uppercase;
    color: white;
    /* border-color: white; */
    margin-top: 5px;
    cursor: pointer;
}

#mainNav .navbar-toggler:hover, #mainNav .navbar-toggler:focus {
    color: white;
    border-color: #1f78ca;
    background-color: #1f78ca;
}

.font-family {
    /*font-family: 'AgencyFBbold', Helvetica, Arial, sans-serif;*/
    font-family: 'VIEAvantGardeBold';
}
.font-bold{
    font-weight:bold;
}
.color-blue-ocean {
    color: #075eb0;
}
header.masthead {
    text-align: center;
    color: white;
    margin-top: 51px;
    margin-bottom: -50px;
}

header.masthead .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header.masthead img {
    display: block;
    margin: 0 auto 20px;
}

header.masthead .intro-text .name {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2em;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
}

header.masthead .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}


#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 0;
    background: rgba(24, 188, 156, 0.9);
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    font-size: 20px;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    color: white;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

.portfolio-modal .modal-dialog {
    max-width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    border: none;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-dialog .modal-content {
    padding: 100px 0;
    border: 0;
    border-radius: 0;
}

.portfolio-modal .modal-dialog .modal-content h2 {
    font-size: 3em;
    margin: 0;
}

.portfolio-modal .modal-dialog .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-dialog .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    cursor: pointer;
    background-color: transparent;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    /* Safari and Chrome */
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #2C3E50;
}

.portfolio-modal .close-modal .lr .rl {
    /* Safari and Chrome */
    z-index: 1052;
    width: 1px;
    height: 75px;
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #2C3E50;
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eeeeee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    font-size: 1.5em;
    position: relative;
    z-index: 1;
    padding-right: 0;
    padding-left: 0;
    resize: none;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none !important;
}

.floating-label-form-group label {
    font-size: .85em;
    line-height: 1.764705882em;
    position: relative;
    z-index: 0;
    top: 2em;
    display: block;
    margin: 0;
    -webkit-transition: top .3s ease, opacity .3s ease;
    -moz-transition: top .3s ease, opacity .3s ease;
    -ms-transition: top .3s ease, opacity .3s ease;
    transition: top .3s ease, opacity .3s ease;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
}

.floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eeeeee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18BC9C;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eeeeee;
}

footer {
    color: white;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 20px;
    background-color: #f0f0f0;
}

footer .footer-col {
    margin-bottom: 20px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #f0f0f0;
}

.btn-outline {
    font-size: 20px;
    margin-top: 15px;
    transition: all .3s ease-in-out;
    color: white;
    border: solid 2px white;
    background: transparent;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
    color: #18BC9C;
    border: solid 2px white;
    background: white;
}

.btn-primary {
    font-weight: 700;
    color: white;
    border-color: #2C3E50;
    background-color: #2C3E50;
}

.btn-primary:focus, .btn-primary.focus {
    color: white;
    border-color: black;
    background-color: #1a252f;
}

.btn-primary:hover {
    color: white;
    border-color: #161f29;
    background-color: #1a252f;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: white;
    border-color: #161f29;
    background-color: #1a252f;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
    color: white;
    border-color: black;
    background-color: #0d1318;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    border-color: #2C3E50;
    background-color: #2C3E50;
}

.btn-primary .badge {
    color: #2C3E50;
    background-color: white;
}

.btn-success {
    font-weight: 700;
    color: white;
    border-color: #18BC9C;
    background-color: #18BC9C;
}

.btn-success:focus, .btn-success.focus {
    color: white;
    border-color: #0a4b3e;
    background-color: #128f76;
}

.btn-success:hover {
    color: white;
    border-color: #11866f;
    background-color: #128f76;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
    color: white;
    border-color: #11866f;
    background-color: #128f76;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
    color: white;
    border-color: #0a4b3e;
    background-color: #0e6f5c;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    border-color: #18BC9C;
    background-color: #18BC9C;
}

.btn-success .badge {
    color: #18BC9C;
    background-color: white;
}

.btn-social {
    font-size: 20px;
    line-height: 45px;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 2px solid white;
    border-radius: 100%;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: none;
}
/*custom*/
.hotline-footer {
    background: #0274bb;
    font-family: "VIEAvantGardeRegular", Helvetica, Arial, sans-serif;
    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;
    font-size: 14px;
}

.footer-branch {
    display: inline-block;
    color: #2C3E50;
    font-family: "VIEAvantGardeRegular", Helvetica, Arial, sans-serif;
    font-size: 13px;
    float: left;
    padding: 0px 6px;
    text-align: left;
}

    .footer-branch .footer-title {
        font-weight: bold;
        font-size: 15px;
        font-family: 'VIEAvantGardeBold';
    }

.footer-social-hotline {
    padding: 0;
}


.text-center{
    /*line-height:25px;*/
}
/*slideshow*/
.slideshow{
    /*height:500px;*/
    width:100%;
    padding:0;
    margin:0;
}
.info-title-size {
    font-size: 2.5em;
    margin-bottom: 25px;
}
.info-content-body {
    text-align: center;
    font-size: 1em;
    width: 85%;
    margin: 0 auto;
    line-height: 25px;
    font-family: 'VIEAvantGardeRegular';
}
.hr-boat {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
#portfolio {
    background-image: url(../img/ocean_bg.png);
    background-color: #043c65;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    padding-bottom: 20px;
}
.color-white{
    color:white;
}
#portfolio .size-title {
    font-size: 1.3em;
    font-weight: normal;
    /* font-family: tahoma; */
    padding-top: 50px;
    padding-bottom: 15px;
    font-family: 'VIEAvantGardeRegular';
}
#portfolio .size-title-h2 {
    font-size: 2.5em;
    font-weight: bold;
    /* font-family: tahoma; */
    padding-bottom: 15px;
}
#portfolio .size-summary {
    font-size: 1em;
    font-weight: normal;
    /* font-family: tahoma; */
    /* padding-top: 50px; */
    padding-bottom: 40px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-family: 'VIEAvantGardeRegular';
    line-height: 28px;
}
/*box-tour-item*/
.box-tour-ex {
    margin-bottom:50px;
}
.box-tour-item {
    clear: both;
    display: block;
    padding-bottom: 50px;
    float:left;
}
.box-tour-item .box-left {
    position: relative;
    background: #fff;
    padding: 0;
    float: left;
    /*border-top-left-radius: 6px;
    border-top-right-radius: 6px;*/
}

.box-tour-item .box-left:after {
    left: 100%;
    top: 15%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 15px;
    margin-top: -15px;
}
.box-tour-item .box-left .box-item-left-title {
    color: #023e6e;
    font-size: 16px;
    padding: 5px 8px;
    font-weight: bold;
    text-align: left;
    font-family: 'VIEAvantGardeBold';
}
.box-tour-item .box-left .box-item-left-content ul {
    font-size: 14px;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 10px;
}
.box-tour-item .box-left .box-item-left-content ul li {
    font-size: 14px;
    margin: 0;
    padding: 0;
    margin-left: 35px;
    margin-bottom: 5px;
    font-family: 'VIEAvantGardeRegular';
}

.box-tour-item .box-left .box-item-left-link a {
    background-color: #2473ad;
    color: #fff;
    width: 100%;
    /*border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;*/
    display: block;
    text-decoration: none;
    padding: 8px 15px;
    font-size: 0.9em;
    font-family: 'VIEAvantGardeRegular';
}
.box-tour-item .box-left .box-item-left-link a:hover {
    background-color: #1d2353;
}
.box-tour-item .box-right {
    float:right;
}
.box-tour-item .box-right div {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom:10px;
}
.box-tour-item .box-right img {
    width: 100%;
}
.more-page {
    text-align: center;
    width: 100%;
    margin-top: -70px;
}
.more-page .more-link, .more-page .more-link:active {
    background: #0c568c;
    color: #fff;
    font-family: 'VIEAvantGardeRegular';
    text-decoration: none;
    font-size: 1em;
    padding: 10px 25px;
}

.more-page .more-link:hover {
    background: #1d2353;
}
/*kham pha*/
.ex-title {
    color: #053b62;
    font-size: 2.5em;
    padding-top: 50px;
    padding-bottom: 40px;
}
.boat .boat-item {
    position: relative;
    background: #fff;
    margin-bottom: 50px;
    padding-bottom: 40px;
}
.boat .boat-item .image img{
    width:100%;
    height: 230px;
}
.boat .boat-item .title {
    font-family: 'VIEAvantGardeBold';
    color: #053b62;
    padding: 10px 15px 0 15px;
    font-size: 1.1em;
}
.boat .boat-item .summary {
    color: #053b62;
    font-family: 'VIEAvantGardeRegular';
    text-align: justify;
    font-size: 0.9em;
    line-height: 25px;
    padding: 10px 15px 0 15px;
    height: 210px;
    overflow: hidden;
}
.boat .boat-item .link {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.boat .boat-item .link a, .boat .boat-item .link a:active {
    font-family: 'VIEAvantGardeRegular';
    background-color: #0c568c;
    padding: 7px 27px;
    color: white;
    position: absolute;
    left: 50%;
    font-size: 1em;
    top: 0;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.boat .boat-item .link a:hover {
    font-family: 'VIEAvantGardeRegular';
    background-color:#1f78ca;
}
/*register tour*/
#register-tour {
    background-color: white;
}

.title-register-tour {
    color: #075eb0;
    font-weight: bold;
    font-size: 2.5em;
    margin-bottom: 25px;
    padding-top: 50px;
}

.noti-register {
    color: #5b87c1;
    font-family: 'VIEAvantGardeRegular';
    font-size: 1.1em;
    font-weight: normal;
    margin-top: 10px;
    text-transform: none;
}
.form-register {
    margin: 0 auto;
    margin-top: 50px;
}
.form-control-border {
    border: 1px solid #68a4dc;
    border-radius: 6px;
    margin-bottom: 15px;
    color: #075eb0;
    font-family: 'VIEAvantGardeRegular';
    font-size:1em;
}
.form-control-border::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #075eb0;
    font-family: 'VIEAvantGardeRegular';
    font-size: 1em;
}

.form-control-border::-moz-placeholder { /* Firefox 19+ */
    color: #075eb0;
    font-family: 'VIEAvantGardeRegular';
    font-size: 1em;
}

.form-control-border:-ms-input-placeholder { /* IE 10+ */
    color: #075eb0;
    font-family: 'VIEAvantGardeRegular';
    font-size: 1em;
}

.form-control-border:-moz-placeholder { /* Firefox 18- */
    color: #075eb0;
    font-family: 'VIEAvantGardeRegular';
    font-size: 1em;
}
.color-recive-email {
    color: #075eb0;
    font-family: 'VIEAvantGardeRegular';
    font-size: 1em;
}
.color-recive-email-radio {
    display: inline-block;
    margin-left: 20px;
}
.btn-submit-form {
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
.btn-send-register {
    color: #fff;
    background-color: #075eb0;
    border-radius: 6px;
    padding: 7px 25px;
    border: none;
    font-size: 1.2em;
    font-family: 'VIEAvantGardeRegular';
    cursor:pointer;
}
.btn-send-register:hover {
    color: #fff;
    background-color: #0c568c;
}

.radio {
    margin: 0.5rem;
    display:inline-block;
}

.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio input[type="radio"] + .radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: 0.5em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.radio input[type="radio"]:checked + .radio-label:before {
    background-color: #3197EE;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #3197EE;
}

.radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}
/*background boat*/
#background_boat {
    background-image: url(../img/register_bg.png);
    background-repeat: no-repeat;
    /*background-position: center;*/
    background-size: 100%;
    /* background-size: 100% 138%; */
    height: 788px;
}
#background_boat_ {
    padding-bottom:0;
}
#background_boat_ img{
    width:100%;
}
    .navbar-toggler {
        z-index: 1;
    }
/*breadcrumb*/
#section-nav {
    margin-top: 53px;
    background-color: #f0f0f0;
    padding-bottom: 0;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f0f0f0;
}

.breadcrumb > li {
    display: inline-block;
    font-size: 0.9em;
    font-family: 'VIEAvantGardeRegular';
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb > .active {
    color: #777;
}
/*boat*/
#slide-boat {
    position: relative;
    margin-top: -20px;
    margin-bottom: 50px;
}
.slide-boat-name {
    font-family: 'VIEAvantGardeBold';
    background: #fff;
    color: #075eb0;
    position: absolute;
    z-index: 99;
    left: 50%;
    padding: 10px 35px;
    font-size: 2.7em;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.boat-properties {
    background-color: #f1f1f1;
    margin-top: -80px;
    margin-left: 15px;
    margin-right: 15px;
    z-index: 99999;
}
.boat-properties .boat-properties-item {
    position: relative;
    border-right: 1px solid #c7c7c7;
    float: left;
    width: 12%;
    margin-bottom: 50px;
    height: 86px;
    color: #666666;
    padding-top: 28px;
    padding-bottom: 10px;
}
.boat-properties .boat-properties-item:last-child {
    border-right: none;
}
.boat-properties .boat-properties-item .icon {
    border-radius: 50%;
    background: #fff;
    padding: 12px 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    box-shadow: 0 0 5px lightgrey;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 99;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.boat-properties .boat-properties-item .title {
    font-family: 'VIEAvantGardeBold';
}
.boat-properties .boat-properties-item .summary {
    font-family: 'VIEAvantGardeRegular';
}
/*boat-ex*/
#boat-ex {
    background: #f0f0f0;
}
#boat-ex a, #boat-ex a:active {
    color: #053b62;
    font-family: 'VIEAvantGardeBold';
}
#boat-ex a:hover {
    color: #075eb0;
    font-family: 'VIEAvantGardeBold';
}
    #boat-ex .boat .boat-item {
        background: #fff;
        margin-bottom: 50px;
        padding-bottom: 10px;
    }
#boat-ex .boat .boat-item .summary {
    color: #053b62;
    font-family: 'VIEAvantGardeRegular';
    text-align: justify;
    font-size: 0.9em;
    line-height: 25px;
    padding: 10px 15px 0 15px;
    height: 165px;
    overflow: hidden;
}
/*promotion_tour*/
/*promotion_tour*/
#promotion_tour {
    background-image: url('../img/bg_promotion_tour.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #053b62;
    padding-bottom:0;
}
#promotion_tour .info-promotion{
    color:#fff;
    margin-top:95px;
}
    #promotion_tour .info-promotion .title {
        font-family: 'VIEAvantGardeBold';
        font-size: 2.3em;
        color: #fff;
    }
    #promotion_tour .info-promotion .tour-route {
        font-family: 'VIEAvantGardeRegular';
        font-size: 1.5em;
        margin-top: 5px;
    }
    #promotion_tour .info-promotion .price {
        background-color: #37b546;
        border-radius: 6px;
        padding: 15px 30px;
        margin-top: 55px;
        font-size: 1.4em;
        width: 475px;
        position: relative;
    }

        #promotion_tour .info-promotion .price .price-bold {
            font-family: 'VIEAvantGardeBold';
            font-size: 1.5em;
            color: #fff;
        }
        #promotion_tour .info-promotion .price .icon {
            position: absolute;
            right: -25px;
            top: -27px;
            background-image: url(../img/hot.png);
            color: #ff1c1c;
            font-family: 'VIEAvantGardeBold';
            font-size: 0.7em;
            padding: 17px 10px;
            background-size: contain;
            background-repeat: no-repeat;
            width: 53px;
            height: 53px;
        }
    #promotion_tour .info-promotion .link {
        text-align:right;
        margin-top: -35px;
    }
        #promotion_tour .info-promotion .link a, #promotion_tour .info-promotion .link a:active{
            display: inline-block;
            border-radius: 50%;
            background: #fff;
            padding: 37px 10px;
            text-align: center;
            z-index: 99;
            color: #053b62;
            white-space: pre;
            font-family: 'VIEAvantGardeBold';
        }
            #promotion_tour .info-promotion .link a:hover {
                background: #1f78cb;
                color: #fff;
            }
/*detail*/
#detail{

}
    #detail .galaries .title {
        font-family: 'VIEAvantGardeBold';
        color: #075eb0;
        font-size:1.6em;margin-bottom: 20px;
    }
    #detail .info-tour {
        border: 1px solid #cccccc;
        padding: 15px 15px;
    }
        #detail .info-tour ul {
            font-size: 0.9em;
            font-family: 'VIEAvantGardeRegular';
            margin: 0;
            padding: 5px 18px;
        }
        #detail .info-tour ul li{
            line-height:25px;
        }
    #detail .info-tour .title {
        font-family: 'VIEAvantGardeBold';
        color: #075eb0;
        font-size: 1.2em;
    }
    #detail .schedule {
        margin-top:30px;
    }
        #detail .schedule ul {
            font-size: 0.9em;
            font-family: 'VIEAvantGardeRegular';
            margin: 0;
            padding: 5px 0px;
        }
        #detail .schedule ul li {
            list-style:none;
        }
    #detail .sologan {
        color: #075eb0;
        margin-top: 20px;
    }
    #detail .icon {
        text-align:center;
    }
    #detail .btn-register a, #detail .btn-register a:active {
        text-align: center;
        background-color: #51c954;
        width: 100%;
        display: block;
        margin-top: 10px;
        color: #fff;
        padding: 10px;
        border-radius: 6px;
        margin-bottom:50px;
    }
    #detail .btn-register a:hover {
        text-align: center;
        background-color: #2da230;
        width: 100%;
        display: block;
        margin-top: 10px;
        color: #fff;
        padding: 10px;
        border-radius: 6px;
    }

#promotion_tour img {
    width: 100%;
}

/*pagging website*/
.pagger-custom a, .pagger-custom a:active {
    background: #075eb0;
    color: #fff !important;
    font-family: 'VIEAvantGardeRegular';
    text-decoration: none;
    font-size: 0.8em;
    padding: 10px 15px;
}
.pagger-custom span span {
    background: #2473ad;
    color: #fff;
    font-family: 'VIEAvantGardeRegular';
    text-decoration: none;
    font-size: 0.8em;
    padding: 10px 15px;
}
.pagger-custom a:hover {
    background: #2473ad !important;
}
/*galary image*/
#detail-article img{
    width:100%;
}
#detail-article div{
    margin-bottom:7px;
    padding:7px;
}
#detail-video div{
    margin-bottom:7px;
    padding:7px;
}
#detail-video img {
    width: 100%;
}
#detail-video .video {
    width: 100%;
    background: #f0f0f0;
}
/*validate*/
#registerControl_ValidationSummary1{
    display:none;
}
.form-register span{
    color:#ff1c1c;
}
.modal-footer{display:none;}