@font-face {font-family: "DBHelvethaicaX-Bd";
    src: url("font/9e29a765855a9000ab8e4aa2883d5384.eot"); /* IE9*/
    src: url("font/9e29a765855a9000ab8e4aa2883d5384.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("font/9e29a765855a9000ab8e4aa2883d5384.woff2") format("woff2"), /* chrome、firefox */
    url("font/9e29a765855a9000ab8e4aa2883d5384.woff") format("woff"), /* chrome、firefox */
    url("font/9e29a765855a9000ab8e4aa2883d5384.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("font/9e29a765855a9000ab8e4aa2883d5384.svg#DBHelvethaicaX-Bd") format("svg"); /* iOS 4.1- */
}

html {
    scroll-behavior: smooth;
}
.icon-down {
    width: auto;
    height: auto;
    cursor: pointer;
    z-index: 10;
}
.content_wrapper {
    font-family:"DBHelvethaicaX-Bd"!important;
    width: 100%;
    padding: 100px 10%;
    color: #fff;
}
.about .content_wrapper {
    background: url('../images/about.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}
.upgrade .content_wrapper {
    background: url('../images/upgrade.jpg') no-repeat;
    background-size: cover;
    background-position: right center;
}
.benefits .content_wrapper {
    background: url('../images/benefits.jpg') no-repeat;
    background-size: cover;
    background-position: right center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.terms .content_wrapper {
    background: url('../images/terms.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
.content_wrapper h1 {
    font-size: 60px;
}
.content_wrapper h2 {
    font-size: 40px;
    margin-bottom: 20px;
}
.content_wrapper p {
    font-size: 25px;
}
.content_wrapper h1 span, .content_wrapper h2 span {
    color: #faa41f;
}
.table_section {
    margin-bottom: 20px;
    overflow-x: auto;
    overflow-y: hidden;
}
.vip_table {
    border-collapse: separate;
    border-spacing: 0 15px;
    margin-bottom: 15px;
    width: 100%;
}
.benefits .vip_table {
    border-spacing: 0 10px;
}
.vip_table tr th, .vip_table tr td {
    padding: 0 10px;
    text-align: center;
    font-size: 20px;
}
.vip_table tr th {
    font-weight: bold;
}
.vip_table tr.bordered td {
    border: 1px solid #fff;
}
.vip_table tr.bordered td:first-child {
    background: #c5c9d0;
    color: #043469;
    line-height: .8;
}
.vip_table tr td.not, .vip_table tr.bordered td.not {
    background: transparent;
    border: 0;
}
.benefits p.highlight {
    background-color: #faa41f;
    border: 1px solid #fff;
    color: #043469;
    padding: 0 10px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
    margin-top: 10px;
}

.benefits tr.line1 td {
    line-height: 1;
}
.terms .text_content p {
    line-height: 33px;
}
.vip_table tr td.title {
    text-align: left;
    padding: 0;
}
.vip_table tr td.title h2 {
    margin: 10px 0;
}
.nav {
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    border: 0;
    z-index: 10;
}
.nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    background: rgba(0,0,0,.5);
    padding: 10px 0;
    transition: all .5s;
}
.nav ul.sticky {
    background: #043469;
}
.nav ul li {
    list-style: none;
    display: inline-block;
}
.nav ul.nav-tabs li a {
    text-decoration: none;
    color: #fff;
    width: 200px;
    transition: all .5s;
    background: #043469;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 4px;
}
.nav ul.nav-tabs li a:hover, .nav ul.nav-tabs li a:active, .nav ul.nav-tabs li a:focus, .nav ul.nav-tabs li a.active {
    background: #FAA41F;
    color: #fff;
    border: 0;
}
.table_float {
    height: 95px;
    background: #043469;
    box-shadow: 2px 2px 10px rgba(255,255,255,.3);
    position: fixed;
    width: 100%;
    top: 54px;
    display: none;
}
.table_float.show {
    display: block;
}
.table_float table {
    max-height: 50px;
}
.table_float table tr {
    opacity: 0;
    visibility: hidden;
}
.table_float table tr:first-child {
    opacity: 1;
    visibility: visible;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.table_float .table_section::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .table_float .table_section {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
/* width */
.table_section::-webkit-scrollbar {
    height: 5px;
  }
  
  /* Track */
  .table_section::-webkit-scrollbar-track {
    background: rgba(255,255,255,.5); 
  }
   
  /* Handle */
  .table_section::-webkit-scrollbar-thumb {
    background: #FAA41F; 
  }
  
  /* Handle on hover */
  .table_section::-webkit-scrollbar-thumb:hover {
    background: #be7c18; 
  }
@media (max-width: 1498px) {
    .benefits .vip_table tr th, .benefits .vip_table tr td {
        min-width: 110px;
    }
    .table_float table {
        display: block;
    }
}
@media (max-width: 1280px) {
    .content_wrapper {
        padding: 100px 6%;
    }
}
@media (max-width: 840px) {
    .nav ul.nav-tabs li a {
        padding: 2px 5px;
    width: auto;
    }
}
@media (max-width: 768px) {
    .content_wrapper p {
        line-height: 30px;
    }
    .content_wrapper {
        padding: 80px 30px;
    }
    .vip_table tr th, .vip_table tr td {
        font-size: 18px;
    }
}
@media (max-width: 600px) {
    .content_wrapper {
        padding: 60px 20px;
    }
    .content_wrapper h1 {
        line-height: 1;
    }
    .benefits .vip_table tr.bordered td:first-child {
        min-width: 120px;
    }
    .benefits .content_wrapper {
        background-position: center;
    }
    .about .content_wrapper {
        background-position: left center;
    }
    .table_float {
        height: 85px;
        top: 50px;
    }
    .benefits p.highlight {
        margin-top: 0;
    }
}
@media (max-width: 420px) {
    .table_float {
        height: 72px;
        top: 46px;
    }
}

@media (max-width: 414px) {
    .about .content_wrapper {
        height: auto;
        background-position: left center;
    }
    .nav ul.nav-tabs li a {
        font-size: 14px;
    }
}
