@font-face {
    font-family: 'BloggerSans';
    src: url('../fonts/BloggerSans.eot?#iefix') format('embedded-opentype'), url('../fonts/BloggerSans.otf') format('opentype'),
        url('../fonts/BloggerSans.woff') format('woff'), url('../fonts/BloggerSans.ttf') format('truetype'), url('../fonts/BloggerSans.svg#BloggerSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BloggerSans-Light';
    src: url('../fonts/BloggerSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/BloggerSans-Light.otf') format('opentype'),
        url('../fonts/BloggerSans-Light.woff') format('woff'), url('../fonts/BloggerSans-Light.ttf') format('truetype'), url('../fonts/BloggerSans-Light.svg#BloggerSans-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'BloggerSans-Medium';
    src: url('../fonts/BloggerSans-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/BloggerSans-Medium.otf') format('opentype'),
        url('../fonts/BloggerSans-Medium.woff') format('woff'), url('../fonts/BloggerSans-Medium.ttf') format('truetype'), url('../fonts/BloggerSans-Medium.svg#BloggerSans-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'BloggerSans';
    font-weight: normal;
    font-size: 16px;
    line-height: 1.6;
    color: #12008c;
    background-color: #F2F2F3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'BloggerSans';
    line-height: 1.5;
    font-weight: normal;
}

a {
    color: #ef6911;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover,
a:focus {
    color: #ef6911;
    opacity: 0.8;
    outline: 0;
    text-decoration: none;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

strong {
    font-family: 'BloggerSans-Medium';
    font-weight: normal;
}

input[type=text],
input[type=date],
input[type=number],
input[type=email] {
    border: 0;
    border-bottom: 1px solid #d1d1d1;
    width: 100%;
    padding: 5px 0px;
    font-size: 17px;
    color: #545454;
}

input[type=submit] {
    min-width: 160px;
}

.color1 {
    color: #fff !important;
    font-size: 100%;
}

.color2 {
    color: #4f7fb9 !important;
}

.button-sv {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    border: 0;
    color: #ff6500;
    font-size: 18px;
    padding: 12px 25px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
    border: 2px solid #ff6500;
    box-shadow: 0px 2px 2px 1px #75310073;
}

.button-sv:focus,
.button-sv:hover {
    color: #ffa85b;
    opacity: 0.8;
}

.button-bd {
    color: #ff6500;
    background: #fff;
}

.button-bd:focus,
.button-bd:hover {
    color: #ff6500;
}

.header-top {
    padding: 25px 0;
}

.header-top .right-bar {
    font-size: 18px;
    float: right;
    margin-top: 15px;
}

.right-bar .phone {
    background: #4f7fb9;
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    margin-right: 8px;

}

.right-bar .country {
    display: inline-block;
    min-width: 140px;
    color: #507eba;
    border: 2px solid #507eba;
    border-radius: 30px;
    padding: 8px 25px;

}

.navbar-toggler {
    color: #fff;
    font-size: 24px;
    padding-top: 10px;
}

.navbar-toggler:focus {
    outline: 0;
}

.navbar-sv {
    background: #5089ce;
    padding: 1px;
    box-shadow: 0px 2px 2px 1px #00397566;
    border-radius: 5px;
}

.navbar-sv .navbar-nav li {
    position: relative;
    padding: 0px 15px;
}

.navbar-sv .navbar-nav li a {
    font-family: 'BloggerSans-Light';
    font-size: 100%;
    color: #fff;
    padding: 10px 0px !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-sv .navbar-nav li ul {
    visibility: hidden;
    position: absolute;
    padding: 10px 0;
    z-index: 99;
    background: #5089ce;
    min-width: 200px;
    margin-top: 0px;
    box-shadow: 2px 2px 2px 2px #00397566;
    border-radius: 2px;

}

.navbar-sv .navbar-nav li ul li {
    padding: 6px 15px;
}

.navbar-sv .navbar-nav li.nav-item:hover ul {
    visibility: visible;
}

.navbar-sv .navbar-nav li.active a {
    border-bottom: 3px solid #fff;
}

.navbar-sv .navbar-nav li ul li a {
    border-bottom: 0px solid #fff !important;
}

#welcome {
    background-size: cover;
    background-position: center;
    text-align: center;
    min-height: 400px;
    padding-top: 80px;
    position: relative;
}

.welcome-text h2 {
    font-size: 60px;
    line-height: 1.5;
    color: #fff;
    text-shadow: 3px 2px 3px #518dae;
}

.welcome-text h2 span {
    color: #ef6911;
}

.welcome-text h3 {
    font-size: 22px;
    color: #fff;
}

.welcome-text h3 a {
    color: #fff;
    border-bottom: 1px dotted;
}

.welcome-text h3 a:hover {
    color: #fff;
}

.welcome-step {
    position: fixed;
    top: 0;
    z-index: 1000;
    background-color: #FF6500;
    width: 100%;
    box-shadow: 0px 2px 2px 1px #753100cf;
    border-radius: 5px;
}

.welcome-step ul {
    text-align: center;
}

.welcome-step ul li.title {
    font-family: 'BloggerSans'
        font-size: 16px;
    color: #fff;
}

.welcome-step ul li {
    font-family: 'BloggerSans-Medium';
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    text-align: center;
}

.welcome-step ul li span {
    color: #ff6500;
    background: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding-top: 2px;
    margin-right: 5px;
    text-align: center;
}

#wrapper {
    padding: 20px 0;
}

.video-wrapper {
    position: fixed;
    background: #fff;
    z-index: 999;
    padding: 20px;
    max-width: 100%;
    border-radius: 4px;
}

.language {
    text-align: center;
    margin-bottom: 70px;
}

.language h2 {
    font-family: 'BloggerSans-Medium';
    font-size: 28px;
    color: #939fae;
    margin-bottom: 25px;
}

.language p {
    font-size: 18px;
    color: #b4bbc6;
    margin-bottom: 40px;
}

.language ul {
    text-align: center;
    margin-bottom: 40px;
}

.language ul li {
    display: inline-block;
    padding: 5px 15px;
}

.language ul li a {
    font-size: 18px;
    color: #ef6911;
    border: 2px solid #ef6911;
    border-radius: 30px;
    padding: 12px 20px;
    min-width: 210px;
    display: inline-block;
}

.language ul li.active a {
    background: #ef6911;
    color: #fff;
}

.tours {
    text-align: center;
    border: 2px solid #ef6911;
    padding: 45px 30px;
    border-radius: 5px;
}

.tours h2 {
    font-size: 29px;
    color: #ef6911;
    margin-bottom: 20px;
}

.tours p {
    font-size: 18px;
}

.tours p span {
    color: #ef6911;
}

.social-link li {
    display: inline-block;
    padding: 5px;
}

.social-link li a {
    background: #f0f0f0;
    width: 45px;
    height: 45px;
    display: inline-block;
    padding-top: 10px;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
}

.social-link li a .ei-social_twitter {
    color: #03a9f4;
}

.box-list6 li a .ei-social_facebook,
.social-link li a .ei-social_facebook {
    color: #408be6;
}

.box-list6 li a .ei-social_googleplus,
.social-link li a .ei-social_googleplus {
    color: #eb2b2b;
}

.social-link li a .ei-social_pinterest {
    color: #f95b5b;
}

.box-list6 li a .ei-social_youtube,
.social-link li a .ei-social_youtube {
    color: #c30000;
}

#footer {
    background: #5089ce;
    padding-top: 40px;
    padding-bottom: 10px;
    text-align: center;
    color: #fff;
}

.footer-link {
    text-align: center;
}

.footer-link li {
    display: inline-block;
}

.footer-link li a {
    font-family: 'BloggerSans-Light';
    color: #fff;
    font-size: 17px;
    display: inline-block;
    padding: 10px 15px;
}

/* Page */

.box-sv {
    background: #fff;
    border: 1px solid #f4f4f4;
    -webkit-box-shadow: 0px 5px 5px 3px #f4f4f4;
    box-shadow: 0px 5px 5px 3px #f4f4f4;
    border-radius: 5px;
    padding: 20px 20px;
    margin-bottom: 40px;
}

.box-sv .box-sv {
    padding: 20px 15px;
}

.box-sv .logo {
    text-align: center;
    margin-bottom: 20px;
}

.box-sv .logo img {
    max-width: 70%;
}

.box-sv h2 {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: left;
}

.box-sv h3 {
    font-family: 'BloggerSans-Medium';
    font-size: 16px;
    margin-bottom: 15px;
    color: #ef6911;
}

.box-list {
    margin-bottom: 20px;
    margin-left: -10px;
}

.box-list li {
    color: #585e65;
    padding: 6px 0px;
    padding-left: 10px;
}

.box-list li .ei {
    color: #00e143;
    border: 2px solid #41ce00;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    padding-top: 6px;
    margin-right: 5px;
    margin-left: -38px;
}

.drop-block {
    transition: all 0.3s ease;
    cursor: pointer;
    background: #ff6500;
    border: 2px solid #ff6500;
    color: #fff;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0px 2px 2px 1px #753100cf;
}

.drop-border {
    color: #ff6500;
    border: 2px solid #ff6500;
    padding: 12px 30px;
    border-radius: 5px;
    margin-bottom: 25px;
    font-size: 18px;
    box-shadow: 0px 2px 2px 1px #75310073;
}

.drop-block:active,
.drop-block.open,
.drop-block:focus,
.drop-border:active,
.drop-border.open,
.drop-border:focus {
    border: 2px solid #ef6911;
}

.drop-block::after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.drop-border::after {
    border-bottom: 1px solid #ef6911;
    border-right: 1px solid #ef6911;
}

.drop-border .option:hover,
.drop-border .option.selected:hover,
.drop-border .option.selected,
.drop-block .option:hover,
.drop-block .option.selected:hover,
.drop-block .option.selected {
    background: #ef6911;
}

.box-lan {
    text-align: center
}

.box-lan li {
    display: inline-block;
    padding: 0 5px;
}

.box-title {
    background: #4f7fb9;
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 10px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
}

.box-title2 {
    font-family: 'BloggerSans-Medium';
    background: #ef6911;
    color: #fff;
    font-size: 16px !important;
    margin: 0 !important;
    padding: 10px 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
}

.box-gallery img {
    margin-bottom: 20px;
    border-radius: 5px;
}

.review-sv {
    text-align: center;
}

.box-sv .vd-link {
    color: #4f7fb9;
    font-size: 17px;
    margin-bottom: 20px;
    display: inline-block;
    border-bottom: 1px dotted;
}

.box-sv .button-sv {
    width: 100%;
}

.box-sv .bt-small {
    width: auto;
}

.review-sv h2 {
    font-size: 20px;
}

.review-sv h4 {
    color: #4f7fb9;
    font-size: 17px;
}

.review-sv h4 span {
    color: #98a8c1;
}

.review-sv p {
    font-size: 17px;
}

.review-sv .more {
    font-size: 20px;
    border-bottom: 1px dotted;
}

.box-list2 li,
.box-list6 li {
    position: relative;
    padding: 8px 0px;
    padding-left: 20px;
}

.box-list2 li::after {
    position: absolute;
    content: '';
    background: #4f7fb9;
    width: 7px;
    height: 7px;
    top: 18px;
    left: 0;
    border-radius: 50%;
}

.box-list3 li span {
    float: right;
    color: #4f7fb9;
}

.box-list4 li {
    text-align: right;
    color: #4f7fb9;
}

.box-list4 li span {
    float: left;
    color: #939fae;
}

.box-list2,
.box-list3,
.box-list4,
.box-list5 {
    margin-bottom: 20px;
}

.box-list3 li,
.box-list4 li {
    padding: 8px 0px;
}

.box-list5 {
    margin-top: -5px;
}

.box-list5 li {
    padding: 5px 0px;
}

.box-list5 li a,
.box-list7 li a {
    border-bottom: 1px dotted;
}

.box-list6 li {
    padding-left: 0;
}

.box-list6 li a {
    color: #939fae;
    font-size: 20px;
    padding: 5px 0;
    display: inline-block;
}

.box-list6 li a .ei {
    font-size: 24px;
    margin-right: 10px;
}

.box-list7 li {
    padding-left: 20px;
    padding-bottom: 20px;
}

.box-list7 li .num {
    color: #4f7fb9;
    margin-right: 10px;
    margin-left: -21px;
}

.box-list7 li a {
    font-family: 'BloggerSans-Medium';
}

.content-sv {
    margin-bottom: 40px;
    height: 100%;
}

.content-sv .title {
    font-size: 20px;
    text-align: left;
    color: #12008c;
    margin-bottom: 15px;
}

.content-sv .title2 {
    font-size: 22px;
    color: #fff;
    background: #FF6500;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 4px;
}

.content-sv .sub-title {
    font-size: 18px;
    color: #b4bbc6;
    margin-bottom: 30px;
    text-align: center;
}

.content-sv h3 {
    font-size: 20px;
    color: #ef6911;
}

.content-sv p span {
    color: #ef6911;
}

.content-sv img {
    -webkit-box-shadow: 0px 3px 3px 3px #f4f4f4;
    box-shadow: 0px 3px 3px 3px #f4f4f4;
    border-radius: 5px;
    margin-bottom: 30px;
}

.content-sv .cap {
    font-size: 26px;
    color: #4f7fb9;
}

.slider-sv {
    margin-bottom: 30px;
    position: relative;
    -webkit-box-shadow: 0px 3px 3px 3px #f4f4f4;
    box-shadow: 0px 3px 3px 3px #f4f4f4;

}

.slider-sv {
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff position: fixed;
}

.slider-sv .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    padding: 0 8px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.slider-sv .owl-dots .owl-dot {
    background: #a4b7b8;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    border-radius: 50%;
}

.slider-sv .owl-dots .active {
    background: #fff;
}

.space-50 {
    display: block;
    height: 50px;
}

.space-30 {
    display: block;
    height: 30px;
}

.space-20 {
    display: block;
    height: 20px;
}

.space-10 {
    display: block;
    height: 10px;
}

.form-bn li {
    display: inline-block;
    padding: 0 5px;
}

.address {
    text-align: center;
}

.address h2 {
    font-size: 26px;
    margin-bottom: 20px;
}

.address p {
    font-size: 20px;
}

.fb-like {
    margin-bottom: 10px;
}

.media-sv {
    background: #fff;
    border: 1px solid #f4f4f4;
    -webkit-box-shadow: 0px 5px 5px 3px #f4f4f4;
    box-shadow: 0px 5px 5px 3px #f4f4f4;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 20px;
    padding-top: 15px;
}

.media-sv img {
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.media-sv h3 a {
    font-family: 'BloggerSans-Medium';
    font-size: 20px;
    border-bottom: 1px dotted;
}

.media-sv .button-sv {
    padding: 10px 30px;
}

.box-content {
    background: #fff;
    border: 1px solid #f4f4f4;
    -webkit-box-shadow: 0px 5px 5px 3px #f4f4f4;
    box-shadow: 0px 5px 5px 3px #f4f4f4;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 30px;
}

.box-content img {
    -webkit-box-shadow: 0px 5px 5px 3px #fff;
    box-shadow: 0px 5px 5px 3px #fff;
}

.box-content p {
    color: #b4bbc6;
}

.box-content h2 {
    font-size: 26px;
    color: #ef6911;
    margin-bottom: 25px;
}

.box-content ul {
    display: inline-block;
}

.box-content ul li {
    width: 33.33%;
    float: left;
    color: #4f7fb9;
    padding: 8px 0px;
}

.feature-sv {
    text-align: center;
    margin-bottom: 30px;
}

.feature-sv img {
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 3px 3px 2px #f4f4f4;
    box-shadow: 0px 3px 3px 2px #f4f4f4;
    border-radius: 5px;
}

.feature-sv h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.feature-sv h2 a {
    color: #4f7fb9;
    border-bottom: 1px dotted;
}

.feature-sv h2 a:hover {
    color: #4f7fb9;
}

.feature-sv p {
    color: #ef6911;
}

.contact-sv .box-title2 {
    font-family: 'BloggerSans';
    font-size: 15px;
    background: #4f7fb9;
    color: #fff;
    display: block;
    text-align: left;
    padding-right: 125px;
    position: relative;
}

.contact-sv .box-title2 span {
    font-size: 15px;
    position: absolute;
    top: 10px;
    right: 15px;
}

.contact-sv h2 {
    color: #ef6911;
    font-size: 18px;
    border-bottom: 1px solid;
    display: inline-block;
}

.contact-sv p {
    font-size: 17px;
    margin-bottom: 30px;
}

.box-list8 li {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 15px;
}

.box-list8 li:last-child {
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
}

.box-list8 li a {
    font-size: 18px;
    border-bottom: 1px solid;
    display: initial;
    margin-right: 50px;
}

.box-list8 li p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-right: 50px;
    position: relative;
}

.box-list8 li .price {
    color: #4f7fb9;
    position: absolute;
    top: 0;
    right: 0;
}

.form-control {
    border: 0;
    margin-bottom: 30px;
    height: auto;
}

.form-control label {
    display: inline-block;
    width: 100%;
    color: #ef6911;
    margin-bottom: 3px;
}

.contact-sv .drop-border {
    border: 0;
    border-bottom: 1px solid #d1d1d1;
    width: 100%;
    padding: 2px 0px;
    font-size: 17px;
    border-radius: 0;
    color: #545454;
}

.review-box {
    text-align: center;
}

.review-box h2 {
    margin-bottom: 10px;
    line-height: 1.2;
}

.review-box h3 {
    font-family: 'BloggerSans';
    font-size: 20px;
    line-height: 1.2;
    color: #585e65;
    margin-bottom: 10px;
}

.review-box h4 {
    font-size: 18px;
    color: #585e65;
}

.review-box .star {
    color: #ef6911;
    font-size: 20px;
    margin-bottom: 8px;
}

.review-box img {
    margin-bottom: 10px;
}

.review-box p {
    font-size: 14px;
}

.review-box ul {
    margin-bottom: 20px;
}

.review-box li {
    text-align: left;
    padding: 5px 0;
    line-height: 1.2;
    font-size: 15px;
}

.review-box li span {
    color: #ef6911;
}

.box-calender {
    text-align: center;
    margin-bottom: 40px;
}

.box-calender h2 {
    font-size: 22px;
    color: #4f81bd;
    margin-bottom: 8px;
}

.box-calender p {
    color: #ef6911;
}

.bc-table {
    border: 1px solid #f4f4f4;
    -webkit-box-shadow: 0px 5px 5px 3px #f4f4f4;
    box-shadow: 0px 5px 5px 3px #f4f4f4;
    border-radius: 5px;
}

.bc-table thead th {
    background: #4f7fb9;
    color: #fff;
    font-weight: normal;
    vertical-align: top;
    line-height: 1.2;
    border: 0;
    padding: 10px 5px;
}

.bc-table td {
    padding: 8px 5px;
    border: 0;
}

.bc-table td.red {
    background: #f4c7c3;
    color: #2b2b2b;
}

.bc-table td.green {
    background: #b7e1cd;
    color: #2b2b2b;
}

.bc-table td a {
    color: #4f80ba;
    border-bottom: 1px dotted;
}

.form-control input[type="number"]:focus,
.form-control input[type="date"]:focus,
.form-control input[type="email"]:focus,
.form-control input[type="text"]:focus {
    border-bottom: 1px solid #4f7fb9;
}

.form-control .code {
    border: 1px solid #4f7fb9;
    border-radius: 5px;
    padding: 8px 15px;
    -webkit-box-shadow: 0 3px 3px 2px #f3f6fa;
    box-shadow: 0 3px 3px 2px #f3f6fa;
}

.form-control .nice-select::after {
    border-bottom: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    right: 5px;
}

.schedul-sv {
    border: 1px solid #4f7fb9;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
    padding: 15px 10px;
    -webkit-box-shadow: 0 3px 3px 2px #f3f6fa;
    box-shadow: 0 3px 3px 2px #f3f6fa;
}

.schedul-sv p {
    margin: 0;
}

.step-box {
    border: 1px solid #f4f4f4;
    -webkit-box-shadow: 0px 5px 5px 3px #f4f4f4;
    box-shadow: 0px 5px 5px 3px #f4f4f4;
    border-radius: 5px;
    padding: 25px 25px;
    margin-bottom: 40px;
}

.step-box h2 {
    font-family: 'BloggerSans-Medium';
    color: #ef6911;
    font-size: 22px;
    line-height: 1.4;
}

.step-box .sp-title {
    font-size: 38px;
    margin-bottom: 15px;
}

.step-box .sp-text {
    font-size: 18px;
}

.step-list {
    padding: 18px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.step-list .icon {
    margin-right: 25px;
    margin-bottom: 20px;
}

.step-list .icon i {
    color: #4f82bf;
    width: 85px;
    height: 85px;
    border: 1px solid #f4f4f4;
    -webkit-box-shadow: 0px 3px 3px 2px #f4f4f4;
    box-shadow: 0px 3px 3px 2px #f4f4f4;
    border-radius: 5px;
    text-align: center;
    font-size: 30px;
    padding-top: 25px;
    display: inline-block;
}

.step-list .text h2 {
    font-family: 'BloggerSans-Medium';
    font-size: 20px;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tripadvisor-date {
    font-size: 8px;
    padding: -10px;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #5089ce;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: #5089ce;
    color: #fff;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 10px;
    transition: 0.3s;
    font-size: 12px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ff6500cc;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ff6500;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    background: #fff;
}

/* Tabcontent image */
.tabcontent .img {
    -webkit-box-shadow: 0px 3px 3px 3px #f4f4f4;
    box-shadow: 0px 3px 3px 3px #f4f4f4;
    border-radius: 5px;
    margin-bottom: 10px;
}

.responsive {
    max-width: 100%;
    height: auto;
}

.nav-top-sp {
    margin-bottom: 10px;
    padding: -1px;
    font-size: 12px;
}

.sticky-top {
    position: fixed;
    top: 0;
    left: 15px;
    width: 100%;
    z-index: 9
}

.nav-top-sp li a {
    color: #fff;
    background: #5089CE;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 10px 15px;
}

.pills-sp,
.slider-nav {
    background: #5089CE;
}

.pills-sp li a.active {
    background: #ff6500 !important;
    border-radius: 0;
}

.pills-sp li a {
    font-size: 12px;
    color: #fff;
    padding: 10px 15px;
}

.content-sp,
.tab-sp {
    background: #fff;
    padding: 15px 15px;
    margin-bottom: 30px;
}

.content-sp {
    padding-top: 50px;
}

/* ---------------------------------------
			Responsive Layout
----------------------------------------- */

/* Desktop layout */

@media (min-width:1200px) {}

/* Big tablet layout */

@media only screen and (min-width:992px) and (max-width:1199px) {
    .welcome-step {
        position: fixed;
    }

    .navbar-sv .navbar-nav li a {
        font-size: 12px;
    }

    .header-top {
        padding: 25px 0;
    }

    .content-sv .title {
        font-size: 3vw;
    }

    .content-sv .sub-title {
        font-size: 1vw;
    }
}


/* Normal tablet layout */

@media only screen and (min-width:768px) and (max-width:991px) {
    .language ul li a {
        min-width: 170px;
    }

    .content-sv .title {
        font-size: 3vw;
    }

    .content-sv .sub-title {
        font-size: 1vw;
    }

    .welcome-step {
        position: relative;
        text-align: left;
    }

    .header-top {
        padding: 0px 0;
    }
}

/* Normal mobile layout */

@media only screen and (max-width:767px) {
    .header-top .logo {
        text-align: center;
    }

    .header-top .right-bar {
        float: none;
        text-align: center;
    }

    .right-bar .phone {
        margin: 0;
    }

    .right-bar .country {
        margin-top: 20px;
    }

    .navbar-sv .navbar-nav li a {
        padding: 10px 0px !important;
    }

    .navbar-sv .navbar-nav li ul {
        position: inherit;
        visibility: visible;
        margin-top: 0;
        padding: 0;
    }

    .content-sv .title {
        font-size: 3vw;
    }

    .content-sv .sub-title {
        font-size: 1vw;
    }

    .welcome-text h2 {
        font-size: 8px;
    }

    .welcome-step {
        position: relative;
    }

    .welcome-step ul {
        text-align: left;
    }

    .welcome-step ul li {
        padding: 10px 0px;
        text-align: left;
        font-size: 12px;
        padding: 5px 0px;
    }

    .step-list,
    .media {
        display: block;
    }

    .step-box,
    .box-content {
        padding: 20px;
    }

    .box-content ul li {
        width: 100%;
    }

    .header-top {
        padding: 0px 0;
    }

    .welcome-step ul li span {
        width: 20px;
        height: 20px;
        padding-top: 0px;
    }

    .welcome-step ul li.title {
        padding: 0px 0px;
    }

    .content-sp {
        padding-top: 15px;
    }

    .nav-top-sp {
        position: fixed;
        top: unset;
        bottom: 0;
        margin: 0;
        left: 0;
        width: 100%;
        background: #5089CE;
        text-align: center;
        display: -ms-flexbox;
        display: flex;
    }

    .nav-top-sp li {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        text-align: center;
    }

    .nav-top-sp li a {
        margin: 0;
        display: inline-block;
        padding: 12px 10px;
    }

    .pills-sp {
        white-space: nowrap;
        display: flex;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    }

    .pills-sp li {
        display: block;
    }
}


/* Width mobile layout */

@media only screen and (min-width:480px) and (max-width:767px) {}
