@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

#vip-page {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6em;
  color: #494949;
  background: #fff;
}

#vip-page .main-container {
  margin-top: 0px;
  padding: 0px 30px 30px 30px;
  position: relative;
  z-index: 1;
}
#vip-page .header-explain-container {
  max-width: 690px;
  margin: 0 auto;
  font-weight: 500;
}
#vip-page .banner {
  position: relative;
  z-index: 2;
  text-align: center;
  background-color: #000;
}
#vip-page .banner img {
  display: inline-block;
}
#vip-page .intro-text {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  background: var(--g-2, linear-gradient(90deg, #663500 -15.7%, #B28A4C 56.12%, #D0AD6A 88.87%, #FDEDC9 154.35%));
  padding: 27px 15px;
  margin: 0;
  line-height: 1.6;
}
#vip-page .hello-text {
  font-size: 24px;
  font-weight: 700;
  color: rgb(73, 73, 73);

  @media only screen and (max-width: 720px) {
    font-size: 18px;
  }
}

#vip-page .color-white {
  color: #fff !important;
}
#vip-page .color-primary {
  color: #998061 !important;
}
#vip-page .box-table {
  width: 100%;
  overflow-x: auto;
}
#vip-page .table-borderless tbody + tbody,
#vip-page .table-borderless td,
#vip-page .table-borderless th,
#vip-page .table-borderless thead th {
  border: 0;
}
#vip-page .table-price {
  margin: 0;
}
#vip-page .table-price td,
#vip-page .table-price thead th {
  vertical-align: middle;
  text-align: center;
  color: #494949;
  font-size: 13px;
}
#vip-page .bg-td-dark {
  background: #EBEBEB;
}
#vip-page .box-table {
  border-radius: 20px;
}
#vip-page .bg-white {
  background-color: #fff;
}
#vip-page .bg-header {
  background-color: #AD906D;
  color: #fff;
}

@media (min-width: 768px) {
  #vip-page .d-md-table-cell {
    display: table-cell !important;
  }
}
@media only screen and (max-width: 1024px) {
  #vip-page .table-price {
    width: 900px;
    max-width: 900px;
  }
}
@media only screen and (max-width: 767px) {
  #vip-page .table-price {
    width: 100%;
    max-width: 100%;
  }
  #vip-page .table-price td,
  #vip-page .table-price thead th {
    line-height: 1.5;
  }
  #vip-page .d-xs-block {
    display: block;
  }
  #vip-page .text-sm-left {
    text-align: left !important;
  }
  #vip-page .intro-text {
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
  }
  #vip-page .vip-box {
    min-height: 450px;
  }
  #vip-page .main-container {
    max-width: 93%;
    margin-top: 0px;
    padding: 0px 15px 15px 15px;
    left: 0px;
  }

  #vip-page .section-header h2 {
    font-size: 1rem;
  }
}

#vip-page .wrapper {
  max-width: 1240px;
  margin: 0 auto;
  
}
#vip-page .table-price .th-header {
  font-size: 24px;
  padding: 15px!important;
  color: #fff;
  @media only screen and (max-width: 720px) {
    font-size: 18px;
    color: #fff;
  }
}
#vip-page .table-dark td, #vip-page .table-dark th, #vip-page .table-dark thead th{
  border-color: #282e35;
}

@media only screen and (min-width: 728px) {
  #vip-page .table-price-list .td-price-item{
    height: 140px;
  }
}

#vip-page .table-rpt td, #vip-page .table-rpt th, #vip-page .table-rpt thead th {
  padding-top: 20px;
  padding-bottom: 20px;
}
#vip-page .section-main {
  background-image: url(../images/bg-main.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-color: #e1e3e0;
}
#vip-page .text-bold {
  font-weight: 700;
}

@media only screen and (min-width: 728px) {
  #vip-page .md-break{
    display: block;
  }
}
#vip-page .container-intro {
  font-size: 20px;
}

@media only screen and (max-width: 728px) {
  #vip-page .container-intro{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
}
#vip-page .text-th-header {
  font-size: 16px;
}

#vip-page .table-price-list .th-header img, #vip-page .table-price-list .text-th-header img {
  width: 70px;
}