@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v20-latin_vietnamese_latin-ext-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
    url('../fonts/roboto-v20-latin_vietnamese_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v20-latin_vietnamese_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v20-latin_vietnamese_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v20-latin_vietnamese_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v20-latin_vietnamese_latin-ext-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin_vietnamese_latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v20-latin_vietnamese_latin-ext-700.eot'); /* IE9 Compat Modes */
    src: local('Roboto Bold'), local('Roboto-Bold'),
    url('../fonts/roboto-v20-latin_vietnamese_latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v20-latin_vietnamese_latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v20-latin_vietnamese_latin-ext-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v20-latin_vietnamese_latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v20-latin_vietnamese_latin-ext-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'SVN-Panton';
    src: url('../fonts/new/SVN-Panton.eot');
    src: url('../fonts/new/SVN-Panton.eot?#iefix') format('embedded-opentype'),
    url('../fonts/new/SVN-Panton.svg#SVN-Panton') format('svg'),
    url('../fonts/new/SVN-Panton.ttf') format('truetype'),
    url('../fonts/new/SVN-Panton.woff') format('woff'),
    url('../fonts/new/SVN-Panton.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SVN-Panton';
    src: url('../fonts/new/SVN-Panton-Bold.eot');
    src: url('../fonts/new/SVN-Panton-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/new/SVN-Panton-Bold.svg#SVN-Panton') format('svg'),
    url('../fonts/new/SVN-Panton-Bold.ttf') format('truetype'),
    url('../fonts/new/SVN-Panton-Bold.woff') format('woff'),
    url('../fonts/new/SVN-Panton-Bold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

body {
    font-family: 'SVN-Panton', 'Roboto', sans-serif !important;
    padding: 0;
    margin: 0 auto;
    height: 100vh;
    background-size: cover;
}

body.mobile {
    /*padding-top: 50px;*/
}

button:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.section-wrapper {
    height: 100vh;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    /*padding: 7vh 13.28vw;*/
    padding: 60px 140px;
}

.section-wrapper .content {
    width: 100%;
}

/* header css */
.header {
    z-index: 100;
}

.header-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;

    background: #fff;
    padding: 10px 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);

    z-index: 999;
}

.header, .footer {
    position: fixed;
    width: 100%;
    left: 0;
    padding: 0 140px;
}

.header {
    /*padding-top: 3.975vh;*/
    padding-top: 40px;
    top: 0;
}

.header-wrapper, .footer-wrapper {
    padding: 0 15px;
}

.footer {
    bottom: 0;
    padding-bottom: 40px;
}

.logo-webe {
    width:  147px;
    height: auto;
    cursor: pointer;
}

.logo-webe img {
    width: 100%;
    height: auto;
}

.nav-booking {
    margin-right: 15px;
}

.nav-menu {
    background-color: #F5F5F5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    cursor: pointer;
}

.nav-menu:hover {
    background-color: #502bd8;
}

.nav-menu-3bricks {
    display: block;
    width: 100%;
    height: 100%;
}

.nav-menu-img {
    width: 30px;
    height: 27px;
    fill: #502bd8;
}

.nav-menu:hover .nav-menu-img {
    fill: #fff;
}

/* footer css */
.footer {
}

.footer .contact {
    /*font-size: 1.445vh;*/
    font-size: 14px;
    font-weight: 600;
}

.footer .contact a {
    color: #262626;
}

.contact-white a {
    color: #fff!important;
}

.fb {
    margin-right: 43px;
}

/* page switch button */
.cd-vertical-nav {
    z-index: 100;
}

.cd-vertical-nav a {
    display: block;
    overflow: hidden;
    text-indent: 100%;
    background: url(../images/next.svg) no-repeat center center;
    background-size: cover;
    /*
    height: 1.755vh;
    width: 1.667vw;
    */
    width: 32px;
    height: 17px;
}

.cd-vertical-nav a.cd-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.li-prev {
    margin-left: 48px;
}

.cd-vertical-nav a.cd-next {

}

.cd-vertical-nav a.inactive {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url(../images/prev.svg) no-repeat center center;
    background-size: cover;
}

/* end backup*/

/* page title css */
.page-img {
    text-align: right;
    width: 100%;
}

.page-img img {
    max-height: 72.5%
    float: right;
    width: 100%;
}

.page-info {

}

.page-title {
    margin-bottom: 75px;
    padding-left: 20px;
}

.page-title-first {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 10px;
}

.page-title-second {
    font-size: 22px;
    line-height: 1.3;
}

.page-summary {
    padding-left: 112px;
    font-size: 18px;
    line-height: 1.625;
}

/*
.page-order {
    padding-left: 5vw;
    font-size: 1.77vh;
}

.page-order a {
    color: #262626;
}

.page-order::after{
    content: '';
    border: 1px solid black;
    width: 22px;
    display: inline-block;
    border-radius: 25px;
    margin-left: 10px;
}
*/

li .cd-next, li .cd-prev {
    cursor: pointer;
}

.btn-webe-submit {
    position: relative;
    font-size: 18px;
    border: none;
    background: transparent;
    display: inline-block;
    /*margin-left: 5vw;*/
    color: #000;
    z-index: 1;
    padding: 16px 52px 16px 0;
    font-weight: 400;
    transition: all 0.4s ease;
    outline: none;
}

/*
.btn-webe-submit:after {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #262626;
    content: '';
    right: 18px;
    bottom: 21px;
    z-index: 1;
    -webkit-animation: showing 1.5s infinite;
    animation: showing 1.5s infinite;
}
*/

.btn-webe-submit:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    /*background: rgb(182,49,38);*/
    background: #502bd8;
    width: 0;
    z-index: -1;
    transition: all 0.4s ease;
}

.btn-webe-submit:hover::before {
    width: 100%;
}

.btn-webe-submit:hover::after {
    background-color: #ffffff
}

.btn-webe-submit:hover {
    cursor: pointer;
    color: #fff!important;
    padding-left: 30px;
    text-decoration: none;
}

@keyframes showing {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-webkit-keyframes showing {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

.title-mobile {
    display: none;
}





/***********************************************************************************************************************
LOADING SPINNER
***********************************************************************************************************************/
.lds-facebook {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 4px;
    width: 8px;
    background: #502bd8;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
    left: 4px;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
    left: 16px;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
    left: 28px;
}

@keyframes lds-facebook {
    0% {
        top: 4px;
        height: 32px;
    }
    50%, 100% {
        top: 12px;
        height: 16px;
    }
}

/*
@media only screen and (min-width: 1025px) {
    .header-mobile {
        display: none;
    }
}
*/

/*** custom openpage ***/
.onepage-pagination {
    right: 0;
    width: 140px;
}

.onepage-pagination.number li {
    padding: 10px 0;
}

.onepage-pagination.number li a {
    font-size: 30px;
}

.onepage-pagination.number li a.active {
    display: block;
    border-right: 2px solid #502bd8;
}