@font-face {
  font-family: "Roboto";
  src: URL("./../font/Roboto-Regular.ttf");
}

@font-face {
  font-family: "Roboto-bold";
  src: URL("./../font/Roboto-Bold.ttf");
}

@font-face {
  font-family: "timenew";
  src: URL("./../font/times\ new\ roman.ttf");
}

@font-face {
  font-family: "SF Pro Display";
  src: URL("./../font/SFPRODISPLAYMEDIUM.OTF");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto";
}

body {
  font-family: "Roboto";
  font-style: normal;
}

marquee {
  max-width: 350px;
  width: 100%;
}

.category-header a {
  color: #76a9e6;
  font-weight: 600;
}

.header-login-first {
  display: flex;
  justify-content: space-around;
}

.header-login-first span,
.font-timenew {
  color: #320404;
  text-align: center;
  font-family: "Roboto";
  font-size: 15.421px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.menu-header-top a {
  height: 30px;
  padding: 15px 2px;
  box-sizing: border-box;
  font-family: "Roboto";
}

.menu-header-top a:last-child img {
  width: 12px;
  height: 18px;
}

.h-cp-100 {
  height: 100px;
}

.btn-login {
  display: flex;
  padding: 8px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background: #fffcdf;
  color: #006719;
  font-family: SF Pro Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  border: 1px solid #f8e64f;
}

.btn-regiter {
  display: flex;
  padding: 8px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background: var(--gra, linear-gradient(180deg, #f8e64f 0%, #cfea29 100%));
  color: #006719;
  font-family: SF Pro Display;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  border: 1px solid #090e3a;
}

/* MENU HEADER */

.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-header .menu-item {
  display: flex;
  gap: 5px;
  padding: 12px 0px;
  align-items: center;
  color: #006719;
}

/* END MENU HEADER */

.background-banner .menu-option {
  margin: auto;
  position: absolute;
  bottom: -80px;
  left: auto;
  right: auto;
  background: #ffffff;
  border-radius: 10px;
  padding: 1px 28px;
  box-shadow: 2px 2px 4px 3px rgba(0, 0, 0, 0.25);
  z-index: 9;
}

.background-banner .menu-option img {
  flex-shrink: 0;
}

.background-banner .menu-option span {
  color: #000;
  text-align: center;
  font-family: "Roboto";
  font-size: 15.246px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.background-banner-center {
  min-height: 660px;
  width: 100%;
  background: url(../qq88_image/banner-main-vip.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
}

.background-banner-center img {
  position: absolute;
  bottom: 0px;
  margin: auto;
  left: 0px;
  right: 0px;
  width: 500px;
}

.menu-option-list {
  display: flex;
  justify-content: space-between;
  vertical-align: middle;
  height: auto;
  position: relative;
}

.menu-option-list .item {
  position: relative;
}

.menu-option-list .item a {
  text-decoration: none;
  display: block;
  padding: 5px 0;
  font-family: "Open Sans";
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  position: relative;
  z-index: 1;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #23abd4, #23abd4 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s ease-in-out;
}

.menu-option-list .item a:before {
  display: block;
  content: "";
  width: 0;
  height: 3px;
  bottom: 5px;
  left: 0;
  bottom: -3px;
  z-index: 0;
  position: absolute;
  background: #23abd4;
  transition: all 0.3s ease-in-out;
}

.menu-option-list .item a:hover {
  background-position: 0%;
}

.menu-option-list .item a:hover:before {
  width: 100%;
}

.menu-option-list .item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.du-menu .bg-unactive {
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

/* Feature */
.feature-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px 0px;
}

.feature-list .feature-item {
  padding: 0px 15px;
  width: 25%;
  position: relative;
}

.feature-list .feature-item::before {
  content: "";
  height: 60%;
  width: 1px;
  background: #000;
  position: absolute;
  top: 20%;
  right: 0px;
}

.feature-list .feature-item:last-child:before {
  content: unset;
}

.feature-item .feature-thumb {
  max-width: 117px;
  width: 100%;
  height: auto;
  margin: auto;
}

.feature-item .feature-title {
  margin-top: 15px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.feature-text {
  text-align: center;
}

/* End Feature */

.main {
  position: relative;
  font-family: "Roboto";
  background-size: cover;
  background-attachment: fixed;
  font-style: normal;
}

ul,
li,
a {
  text-decoration: none;
  list-style: none;
}

.wrapper {
  max-width: 100%;
  width: 100%;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.text {
  display: inline;
  width: 100%;
  font-weight: 400;
}

.wrapper-footer {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
  z-index: 9;
}

/* ADD TABLE DATA */

table {
  border-bottom: 1px solid #000;
  border-spacing: 0;
}

.table-vip {
  position: relative;
}

.table-vip tbody tr {
  text-align: center;
  background: #000;
  border-color: #000;
  font-size: 16px;
  padding: 10px 0;
}

.table-vip tbody tr td {
  text-align: center;
  background: #ffffff;
  border-color: #000;
  font-size: 16px;
  padding: 10px 0;
  color: #006719;
  border: 1px solid #006719;
  border: 1px solid #006719;
  border-bottom: none;
  border-right: none;
  font-weight: 400;
}

.table-vip tbody tr th:last-child {
  border-right: 1px solid #fff !important;
}

.table-vip tbody tr td:last-child {
  border-right: 1px solid #006719 !important;
}

.table-vip tbody tr th {
  text-align: center;
  background: #006719;
  border-color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 10px 0;
  color: #FFF;
  border: 1px solid #FFF;
  border: 1px solid #FFF;
  border-bottom: none;
  border-right: none;
}

/* Main Content */

.main-content {
  padding: 35px;
  box-shadow: 0 0 4.12848px 1px rgba(122, 126, 128, 0.41);
  margin-bottom: 30px;
  border-radius: 20px;
}

.main-content .title-top {
  color: #006719;
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-content p {
  padding-bottom: 10px;
  font-size: 18px;
}

.main-content p.title {
  font-weight: 700;
}

.main-content span.title {
  font-weight: 700;
}

.color-default {
  color: #006719;
}

.color-red {
  color: #FF0000;
}

/* Slider Vip */

.slider-vip {
  position: relative;
  width: auto;
  height: auto;
}

.slider-content {
  position: absolute;
  top: 0px;
  color: #fff;
  padding: 40px;
}

.slider-content .title-vip {
  font-size: 50px;
  padding-bottom: 40px;
}

/* Response  */

@media screen and (max-width: 1200px) {
  .menu-header .menu-item .name-menu {
    font-size: 12px;
  }

  .menu-header .menu-item .name-menu img {
    width: 20px;
  }
}