:root {
  --primColor: #dcdcdc;
  --secoColor: #555555;
  --cornerRad: 4px;
}
body,
html {
  height: 100%;
  font-family: Prompt, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden;
}
header a {
  font-family: Prompt, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.container {
  max-width: 1200px;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  color: #fbbc00 !important;
  font-weight: 700 !important;
  line-height: 1;
}
h1 {
  font-size: 3.5em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.75em;
}
h4 {
  font-size: 1.55em;
}
h5 {
  font-size: 1.45em;
}
p {
  font-size: 17px;
  color: #fff;
  line-height: 2;
}
img {
  max-width: 100%;
}
button:focus,
input:focus,
select:focus {
  outline: 0;
}
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}
ul {
  padding: 0;
}
.collapse {
  display: none;
}
::-webkit-input-placeholder {
  text-align: center;
  font-family: Prompt, sans-serif !important;
  font-size: 18px;
  font-weight: bold;
  color: #999999;
}
:-moz-placeholder {
  text-align: center;
  font-family: Prompt, sans-serif !important;
  font-size: 18px;
  font-weight: bold;
  color: #999999;
}
::-moz-placeholder {
  text-align: center;
  font-family: Prompt, sans-serif !important;
  font-size: 18px;
  font-weight: bold;
  color: #999999;
}
:-ms-input-placeholder {
  text-align: center;
  font-family: Prompt, sans-serif !important;
  font-size: 18px;
  font-weight: bold;
  color: #999999;
}
.text-gradient-gold {
  background: -webkit-linear-gradient(#f3c256, #fdf795, #be9328);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #000;
}
.text-white {
  color: #fff;
}
.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.set-bg-max {
  background-repeat: no-repeat;
  background-size: 100.5% 100%;
  background-position: center;
}
.spad {
  padding-top: 105px;
  padding-bottom: 105px;
}
.no-padding {
  padding: 0px;
}
.display-block-margin {
  display: block;
  margin: auto;
}
.text-white a,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white li,
.text-white p,
.text-white span {
  color: #fff;
}
.btn {
  width: 100%;
  height: 50px;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  border: solid 2px #99ddf0;
  box-shadow: 0px 0px 10px 0px #99ddf0;
  background: linear-gradient(
    180deg,
    rgba(53, 64, 110, 1) 22%,
    rgba(62, 74, 128, 1) 53%,
    rgba(24, 34, 80, 1) 80%,
    rgba(20, 31, 78, 1) 90%
  );
}
.btn-line {
  font-size: 20px;
  font-weight: 600;
}
.btn-login {
  font-size: 20px;
  font-weight: 600;
}
.btn-register {
  font-size: 20px;
  font-weight: 600;
}
.btn-line-m {
  font-size: 20px;
  background: linear-gradient(to bottom, #2ec413, #236902);
  color: #fffbfb;
  border: 2px solid #fff !important;
}
.btn-login-m {
  font-size: 20px;
  color: #111111;
  background: linear-gradient(
    to bottom,
    #eed765,
    #eed765 30%,
    #eee790,
    #eee790 65%,
    #af9558,
    #96713d
  );
}
.btn-register-m {
  font-size: 20px;
  color: #111111;
  background: linear-gradient(
    to bottom,
    #eed765,
    #eed765 30%,
    #eee790,
    #eee790 65%,
    #af9558,
    #96713d
  );
}
.form-control {
  border-radius: 30px;
  border: none;
  height: 45px;
  margin-top: 10px;
  padding-left: 50px;
}
.category-mobile {
  margin-top: 20px;
}
.display-flex-align-center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.align-center {
  text-align: center;
}
.text-word {
  word-break: break-word;
}
.border-gradient-gold {
  border-image-source: linear-gradient(
    #dfc543,
    #7b5c26,
    #dfc543,
    #df9f28
  ) !important;
  border: 5px solid;
  border-image-slice: 1;
  border-width: 4px;
}
.img-max-game-service {
  max-height: 520px;
  max-width: 510px;
}
.main-bg {
  width: 100%;
}
.nav-link {
  color: #fff !important;
}
.logo-header {
  width: 400px;
}
.input-login {
  margin: 10px;
  height: 45px;
  width: 18%;
}
.header-part {
  padding: 5px;
  background-color: transparent;
}
.home_menu .menu_btn:hover a {
  color: #fff !important;
}
.main_menu .navbar {
  padding: 8px 0;
  border-radius: 12px;
  background: linear-gradient(
    180deg,
    rgba(53, 64, 110, 1) 22%,
    rgba(62, 74, 128, 1) 53%,
    rgba(24, 34, 80, 1) 80%,
    rgba(20, 31, 78, 1) 90%
  );
  border: solid 2px #99ddf0;
}
.main_menu .main-menu-item {
  text-align: center !important;
  justify-content: center !important;
}
.main_menu .main-menu-item ul li a {
  color: #fff !important;
  font-size: 21px;
  padding: 0 22px !important;
  font-family: Prompt, sans-serif !important;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main_menu .main-menu-item ul li a {
    padding: 0 16px !important;
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_menu .main-menu-item ul li a {
    padding: 10px 16px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .main_menu .main-menu-item ul li a {
    padding: 10px 16px !important;
  }
}
@media (max-width: 576px) {
  .main_menu .main-menu-item ul li a {
    padding: 10px 16px !important;
    font-size: 20px;
  }
}
.main_menu .main-menu-item ul li a:hover {
  color: #fff !important;
}
.home_menu {
  position: relative;
  left: 0;
  width: 100%;
  z-index: 999;
}
.navbar-toggler-icon {
  font-size: 22px;
  color: #fff;
}
@media (max-width: 576px) {
  .navbar {
    border: none;
    border-radius: 12px;
    background: 0 0;
    border-image-source: none !important;
  }
  .navbar-light .navbar-toggler {
    position: absolute;
    right: 0;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .navbar {
    height: 40px;
  }
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background-color: #121212;
    text-align: center !important;
  }
  .main_menu .main-menu-item {
    text-align: left !important;
  }
  .home_menu {
    background: 0 0;
  }
  .no-padding-m {
    padding: 0;
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .navbar-light .navbar-toggler {
    border-color: transparent;
    position: absolute;
    right: auto;
    left: 0;
  }
  .main_menu .main-menu-item {
    text-align: left !important;
  }
  .main_menu .main-menu-item .nav-item {
    padding: 3px 15px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-light .navbar-toggler {
    border-color: transparent;
    position: absolute;
    right: auto;
    left: 0;
  }
  .navbar-collapse {
    z-index: 9999 !important;
    position: absolute;
    left: 0;
    top: 71px;
    width: 100%;
    background-color: #121212 !important;
    text-align: center !important;
  }
  .main_menu .main-menu-item {
    text-align: left !important;
  }
  .main_menu .main-menu-item .nav-item {
    padding: 3px 15px !important;
  }
}
.banner_part {
  position: relative;
}
.banner_part2 {
  position: relative;
  padding: 30px;
}
.header-text-category {
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  margin: 60px;
  color: #fff;
}
.border-content {
  padding: 100px 50px 180px 50px;
}
.category-image {
  padding: 10px;
}
.img-content {
  max-height: 450px;
  max-width: 600px;
}
.mobile {
  display: none;
}
.icon-position-user-d {
  position: absolute;
  max-width: 25px;
  top: 25%;
  left: 1.5%;
}
.icon-position-pass-d {
  position: absolute;
  max-width: 25px;
  top: 25%;
  left: 21.5%;
}
.icon-position-login {
  position: relative;
  margin-top: 1.5%;
  margin-left: 2%;
  float: left;
  color: #fff;
  font-size: 20px;
}
.icon-position-register {
  position: relative;
  margin-top: 1.5%;
  margin-left: 2%;
  float: left;
  color: #fff;
  font-size: 20px;
}
.icon-position-line {
  position: relative;
  margin-top: 1.5%;
  margin-left: 2%;
  float: left;
  color: #fff;
  font-size: 20px;
}
.icon-position-user {
  position: absolute;
  margin-top: 5%;
  margin-left: -44%;
  color: #fff;
  font-size: 20px;
}
.icon-position-pass {
  position: absolute;
  margin-top: 5%;
  margin-left: -44%;
  color: #fff;
  font-size: 20px;
}
.input-group-text {
  background-color: #fff;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
}
.img-user {
  width: 25px;
}
.img-pass {
  width: 25px;
}
.card-login {
  display: none;
}
.logo .logo-head {
  display: block;
  padding: 10px;
  overflow: hidden;
  width: 120px;
}
.box-h-casino {
  display: none;
}

@media (max-width: 991px) {
  .card-login {
    margin-top: 20px;
    display: block;
    background-color: transparent;
    border: none;
  }
  .banner-desk {
    display: none;
  }
}
@media (max-width: 579px) {
  .img-max-game-service {
    max-width: 260px;
    max-height: 260px;
  }
  .navigation-link {
    padding-top: 20px;
    padding-right: 10px;
  }
  .border-content {
    background-image: none !important;
    padding: 10px;
  }
  .blog-section {
    background-image: none !important;
    border: solid 4px #666;
  }
  .img-content {
    max-height: 400px;
    max-width: 400px;
    width: 80%;
  }
  .mobile {
    display: block;
  }
  .form-control {
    border-radius: 30px;
    padding-left: 65px;
    height: 55px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
  }

  .form-control:focus {
    padding-left: 65px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
  }

  .border-gold {
    background: #000;
    border-radius: 30px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    height: 55px;
    margin-top: 20px;
    color: #121212;
  }
  .border-gold::before {
    height: 61px;
    width: 102.2%;
    padding: 5px;
    top: -3px;
    left: -4x;
    right: -4px;
    bottom: -3px;
    content: "";
    border-radius: 30px;
    background: linear-gradient(#dfc543, #7b5c26, #dfc543, #df9f28) !important;
    position: absolute;
    z-index: -1;
  }
  .border-gold-mobile {
    background-color: #fff;
    border-radius: 30px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    height: 55px;
    margin-top: 20px;
    color: #121212;
  }
  .border-gold-mobile::before {
    height: 52px;
    width: 102.2%;
    padding: 5px;
    top: -3px;
    left: -4px;
    right: -4px;
    bottom: -3px;
    content: "";
    border-radius: 30px;
    background: linear-gradient(#dfc543, #7b5c26, #dfc543, #df9f28) !important;
    position: absolute;
    z-index: -1;
  }
  .logo-header {
    display: none;
  }
  .header-part {
    background: 0 0 !important;
  }
  .btn {
    height: 50px;
    border-radius: 30px;
    margin-top: 1rem;
    border: solid 2px #fff;
  }
  .input-login {
    margin: 0;
  }
  .box-h-casino {
    display: flex;
    font-size: 24px;
    justify-content: space-evenly;
    font-weight: 400;
  }
  .form-group {
    height: 50px;
  }
  .banner_part {
    background: 0 0 !important;
    height: 750px;
    align-items: unset;
  }

  .desktop {
    display: none;
  }
  .footer-img {
    max-width: 300px !important;
    max-height: 200px !important;
  }
  .form-control::-webkit-input-placeholder {
    font-size: 20px !important;
    color: #fff !important;
  }
  .form-control:-moz-placeholder {
    font-size: 20px !important;
    color: #fff !important;
  }
  .form-control::-moz-placeholder {
    font-size: 20px !important;
    color: #fff !important;
  }
  .form-control:-ms-input-placeholder {
    font-size: 20px !important;
    color: #fff !important;
  }
}
@media (max-width: 460px) {
  .logo-mobile {
    width: 100%;
    margin: 0 !important;
  }
  .logo-mobile-bottom {
    width: 100%;
    margin: 0 !important;
  }
  .logo {
    display: block;
  }
}
@media (max-width: 360px) {
  .form-control::-webkit-input-placeholder {
    font-size: 16px !important;
  }
  .form-control:-moz-placeholder {
    font-size: 16px !important;
  }
  .form-control::-moz-placeholder {
    font-size: 16px !important;
  }
  .form-control:-ms-input-placeholder {
    font-size: 16px !important;
  }
  .btn-line-m {
    font-size: 16px;
  }
  .btn-login-m {
    font-size: 16px;
  }
  .btn-register-m {
    font-size: 16px;
  }

  .box-h-casino {
    font-size: 16px;
  }
  .logo-mobile {
    margin: 0 !important;
    text-align: center;
  }
  .logo-desktop {
    width: 80%;
  }
  .logo-mobile-bottom {
    width: 100%;
    margin: 0 !important;
  }
  .card-login {
    margin-top: 0 !important;
  }
}
.card-header {
  color: #fff;
  background: red;
  font-family: Prompt, sans-serif;
  font-size: 20px;
  font-weight: 600 !important;
  margin-top: 10px;
  border-bottom: 0;
  text-align: center;
}
.login-admin {
  padding-bottom: 150px;
}
.details-card {
  background: #0d0c1a;
  padding: 40px 0;
}
.card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.card-desc {
  padding: 1.25rem;
}
.card-img img {
  width: 100%;
  height: auto;
  display: block;
}
.card-img span {
  position: absolute;
  top: 15%;
  left: 12%;
  background: #1abc9c;
  padding: 6px;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transform: translate(-50%, -50%);
}
.card-img span h4 {
  font-size: 12px;
  margin: 0;
  padding: 10px 5px;
  line-height: 0;
}
.card-content {
  background: #2f4f4f;
  border: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
/* .details-card .head-articles {
  text-align: center;
  font-size: 54px;
  color: #ecb630;
  padding-bottom: 25px;
} */
#news {
  display: block;
  padding-top: 109px;
  overflow: hidden;
  padding-bottom: 55px;
  color: #f0f8ff;
}
.background-color-main {
  background-color: #171f27;
}
#news strong {
  color: #ff1678;
}
#news .news-box .news-head {
  color: #fff;
  font-size: 44px;
  padding-bottom: 14px;
}
#news .news-box .site {
  display: inline-block;
  float: left;
  overflow: hidden;
}
#news .news-box .site .date-news {
  color: tomato;
  font-size: 14px;
  padding-right: 14px;
}
#news .news-box .site .news-views {
  color: #deb887;
  font-size: 14px;
}
#news .news-box .button-share {
  float: right;
  overflow: hidden;
}
#news .news-box .img-news {
  width: 653px;
  display: block;
  overflow: hidden;
  margin: auto;
  margin-top: 40px;
}
#news .news-box .news-text {
  color: #fff;
  padding: 20px;
  margin: 20px;
}
#news .news-box .news-text p {
  color: #fff;
}
#news .news-box .news-text strong {
  color: #ff1678;
}
#news .news-box .link-tag {
  border: 1px solid !important;
  border-radius: 50px;
  padding: 5px 30px;
  background: cover;
  display: inline-block;
  float: left;
}
.break-word {
  word-break: break-word;
}
footer {
  position: relative;
  bottom: 0;
}
.footer-distributed {
  background-color: #292c2f;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px Prompt, sans-serif;
  padding: 20px 0;
}
.footer-distributed .footer-center,
.footer-distributed .footer-left,
.footer-distributed .footer-right {
  display: inline-block;
  vertical-align: top;
}
.footer-distributed .footer-left {
  width: 35%;
}
.footer-distributed h3 {
  color: #fff;
  font: normal 36px Cookie, cursive;
  margin: 0;
}
.footer-distributed h3 span {
  color: #5383d3;
}
.footer-distributed .footer-links {
  color: #fff;
  margin: 20px 0 12px;
  padding: 0;
}
.footer-distributed .footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}
.footer-distributed .footer-company-name {
  color: #8f9296;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.footer-distributed .footer-center i {
  background-color: #33383b;
  color: #fff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}
.footer-distributed .footer-center p {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  margin: 0;
}
.footer-distributed .footer-center p span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
}
.footer-distributed .footer-center p a {
  color: #5383d3;
  text-decoration: none;
}
.footer-distributed .footer-right {
  width: 60%;
}
.footer-distributed .footer-company-about {
  line-height: 20px;
  color: #92999f;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}
.footer-distributed .footer-company-about span {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-distributed .footer-icons {
  margin-top: 25px;
}
.footer-distributed .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #33383b;
  border-radius: 2px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}
.footer-bottom {
  text-align: center;
}
.footer-bottom p a {
  font-size: 18px;
  margin-left: 10px;
  margin-right: 10px;
}
.footer-img {
  max-width: 500px;
  max-height: 200px;
}
@media (max-width: 880px) {
  .footer-distributed {
    font: bold 14px sans-serif;
  }
  .footer-distributed .footer-center,
  .footer-distributed .footer-left,
  .footer-distributed .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .footer-distributed .footer-center i {
    margin-left: 0;
  }
  .main {
    line-height: normal;
    font-size: auto;
  }
}
.about_part {
  position: relative;
  background-color: transparent;
  height: fit-content;
  border-width: 10px;
  margin: 20px;
  padding: 1rem 1rem 1rem 1rem;
}
.about_part2 {
  position: relative;
  background-color: transparent;
  height: fit-content;
  border-width: 10px;
  margin: 20px;
  padding: 15px 15px 15px 15px;
}
.about_part .logo-about-part {
  width: 100%;
  display: flex;
  justify-content: center;
}
.about_part2 .logo-about-part {
  width: 100%;
  display: flex;
  justify-content: center;
}
.about_part .logo-about-part img {
  width: 400px;
}
.about_part2 .logo-about-part img {
  width: 400px;
}
.about_part .about_text h5 {
  font-family: Prompt, sans-serif !important;
  font-size: 16px;
  color: #555;
  margin-bottom: 18px;
}
.about_part2 .about_text h5 {
  font-family: Prompt, sans-serif !important;
  font-size: 16px;
  color: #555;
  margin-bottom: 18px;
}
.about_part .about_text h2 {
  font-family: Prompt, sans-serif !important;
  color: #fff;
  margin-bottom: 18px;
}
.about_part2 .about_text h2 {
  font-family: Prompt, sans-serif !important;
  color: #fff;
  margin-bottom: 18px;
}
.about_img {
  padding: 20px;
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .about_part .about_text h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }
  .about_part2 .about_text h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }
  .about_part {
    border: solid 4px #666;
    background-image: none !important;
    padding: 5px;
  }
  .about_part2 {
    border: solid 4px #666;
    background-image: none !important;
    padding: 5px;
  }
  .about_img {
    padding: 0 0 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about_part .about_text h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }
  .about_part2 .about_text h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_part .about_text h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }
  .about_part2 .about_text h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about_part .about_text h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }
  .about_part2 .about_text h4 {
    margin-bottom: 20px;
    font-size: 17px;
  }
}
.about_part .about_text h1,
h2,
h3 {
  line-height: 1.25;
  margin-bottom: 25px;
  margin-top: 25px;
  font-size: 30px;
  color: #fff;
}
.about_part2 .about_text h1,
h2,
h3 {
  line-height: 1.25;
  margin-bottom: 25px;
  margin-top: 25px;
  font-size: 30px;
  color: #fff;
}
@media (max-width: 576px) {
  .about_part .about_text h2 {
    margin-bottom: 15px;
  }
  .about_part2 .about_text h2 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about_part .about_text h2 {
    margin-bottom: 15px;
  }
  .about_part2 .about_text h2 {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_part .about_text h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .about_part2 .about_text h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about_part .about_text h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .about_part2 .about_text h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.about_part .about_text p {
  margin-top: 13px;
}
.about_part2 .about_text p {
  margin-top: 13px;
}
.about_part .about_text .btn_3 {
  margin-top: 48px;
}
.about_part2 .about_text .btn_3 {
  margin-top: 48px;
}
.about-header-box {
  text-align: left;
  color: #fff;
  height: fit-content;
}
.about-header-box p {
  color: #fff;
  margin: 0;
  font-size: 22px;
  font-weight: 400;
}
.category-part .category-head-img {
  width: 100%;
  display: flex;
  justify-content: center;
}
.category-part .category-head-img img {
  width: 400px;
}
.padding-img {
  padding: 60px;
}
@media (max-width: 576px) {
  .category-name {
    display: none;
  }
  .category-part {
    padding: 70px 0 50px;
    border: solid 4px #666;
    background-image: none !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .category-part {
    padding: 70px 0 50px;
  }
  .category-name .text-category-name h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-part {
    padding: 70px 0 50px;
  }
  .category-name .text-category-name h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .category-part {
    padding: 70px 0 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .category-part {
    padding: 70px 0 50px;
  }
  .category-name .text-category-name h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-part {
    padding: 70px 0 50px;
  }
  .category-name .text-category-name h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .category-part {
    padding: 70px 0 40px;
  }
}
@media (max-width: 576px) {
  .category-part {
    padding: 70px 0 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .category-part {
    padding: 70px 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-part {
    padding: 70px 0 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .category-part {
    padding: 70px 0 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .category-part {
    padding: 70px 0 50px;
  }
  .category-name .text-category-name h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .category-part {
    padding: 70px 0 50px;
  }
  .category-name .text-category-name h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .category-part {
    padding: 70px 0 40px;
  }
}
.name-img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.category-text {
  padding: 10px;
}
.category-part .category-text {
  display: flex;
  align-items: center;
}
.category-part {
  padding: 170px 70px 130px;
  height: fit-content;
  position: relative;
  margin: 20px;
}
.category-part .border-category-part .category-image {
  padding: 40px;
}
@media (max-width: 576px) {
  .category-part {
    padding: 70px 0 50px;
  }
  ::-webkit-input-placeholder {
    font-size: 20px !important;
  }
  :-moz-placeholder {
    font-size: 20px !important;
  }
  ::-moz-placeholder {
    font-size: 20px !important;
  }
  :-ms-input-placeholder {
    font-size: 20px !important;
  }
  .blog-img {
    max-width: 300px !important;
    max-height: 400px !important;
  }
}
.blog-section {
  padding-top: 140px;
  padding-bottom: 66px;
  margin: 20px;
}
.blog-section .section-title {
  margin-bottom: 55px;
}
.blog-item {
  position: relative;
  margin-bottom: 30px;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
.blog-item.large-item {
  height: fit-content;
}
.blog-item.sm-item {
  height: 330px;
}
.blog-item .blog-text {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}
/* .blog-item .blog-text .categories {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
} */
/* .blog-item .blog-text h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-top: 10px;
} */
.blog-img {
  max-width: 600px;
  max-height: 600px;
}
.fade.show {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.show {
  display: block;
}
tr.collapse.show {
  display: table-row;
}
tbody.collapse.show {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

/* *** new css layout *** */
.bg-blue {
  background-color: #1b235b;
  border-radius: 10px;
  box-shadow: 0 0 5px rgb(58, 58, 58);
  padding: 10px;
}
.strong-bg {
  font-style: italic;
  color: #061e43 !important;
  background-image: linear-gradient(to bottom, #fffe9c, #fee64d, #d0a92e);
  margin: 20px auto;
  padding: 10px 35px;
  display: inline-block;
  border-radius: 10px;
}
.strong-bg-w {
  font-size: 33px;
  font-style: italic;
  color: #061e43;
  background-image: linear-gradient(to bottom, #fffe9c, #fee64d, #d0a92e);
  width: 90%;
  margin: 20px auto;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.main-content,
.about-secondary-content {
  padding: 10px !important;
}
.headtext {
  margin: 20px 0;
}
p strong {
  color: #fffb00;
}
p em {
  color: #fffb00;
}
.img-max-main {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.img-max-fix {
  max-width: 400px;
  display: block;
  margin: auto;
}
.m-t3 {
  margin-top: 15px !important;
}

.max-fix {
  width: 100%;
}
.link-blogs {
  text-align: center !important;
  color: #dfc543;
  font-size: 1.85em !important;
  text-decoration: underline;
  font-weight: bold;
  margin-left: 50%;
  transform: translateX(-50%);
}
.link-blogs:hover {
  transition: 0.5s;
}
.blog-item-bg {
  background-color: white;
  padding: 20px 12px;
  box-shadow: 4px 4px 1px rgb(34, 34, 34);
  width: 100%;
  margin: 5px auto 20px auto;
}
.blog-item-bg img {
  width: 100%;
}
.categories {
  font-size: 1.75em;
  color: #fbbc00;
}
.bg-blue-img {
  background-image: url(../img/border-123vip-min.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 8em 20px 20px 20px;
  min-height: 40vh;
}
.head-articles {
  text-align: center;
  font-size: 3em;
  font-style: italic;
}
.btn-card-link {
  color: #1abc9c;
  text-shadow: 2px 2px 1px black;
}
.text-p-all {
  color: white;
  margin-top: 20px;
}
.news-text ul,
.news-text li {
  color: white !important;
}
.news-text h1,
.news-text h2,
.news-text h3,
.news-text h4,
.news-text h5 {
  color: #fbbc00 !important;
}
.news-text em {
  color: #fffb00 !important;
}
p strong a {
  color: #00ff28 !important;
}
.blog-text {
  text-decoration: none;
}
.dropdown {
  display: none;
}
.span-read-blog {
  font-size: 15px;
  font-weight: 500;
  color: black;
  text-decoration: underline;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.span-read-blog:hover {
  transition: 0.3s;
  opacity: 0.3;
}
.title-blog-article {
  display: flex;
  justify-content: flex-start;
  font-size: 1em;
  color: black !important;
  margin: 10px 0;
}
.box-articles-span {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: gray;
  display: flex;
  justify-content: start;
  font-size: 0.85em;
}
.box-articles-span i {
  margin: 0 5px;
}
.view-tag-articles a {
  text-decoration: none !important;
}
.view-tag-articles {
  text-align: center;
  background-color: #010058;
  margin: 3px;
}
.view-tag-articles strong {
  display: flex;
  justify-content: center;
  font-size: 20px;
  color: #dfc543;
}
/* header */
.main-header {
  position: relative;
  min-height: 100vh;
  background-image: linear-gradient(rgb(0, 0, 0, 0.5), rgb(0, 0, 0, 0)),
    url(../img/bg-main-content.webp);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 10px 0px 0px 0px;
}
.main-header-index {
  position: relative !important;
  min-height: 100vh;
  background-image: linear-gradient(rgb(0, 0, 0, 0.5), rgb(0, 0, 0, 0)),
    url(./img/bg-main-content.webp);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 10px 0px 0px 0px;
}
.navlink_main {
  display: block;
  text-align: center;
}
.navlink_main a {
  display: inline-block;
  text-decoration: none;
  color: white;
  font-size: 18px;
  font-weight: 500;
  padding: 0px 5px;
}
.navlink_main a:hover {
  text-decoration: underline;
  transition: 0.5a;
}
.logo_desktop {
  max-width: 100%;
  height: auto;
}
.form_logim_main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 20px;
}
.form_logim_main img {
  max-width: 100px;
  margin-bottom: 20px !important;
}
.form_logim_main input {
  width: 100%;
  padding: 10px 20px;
  font-size: 18px;
  color: #000;
  border-radius: 50px;
  margin-bottom: 15px;
  border: 2px solid #02a8e0;
}
.form_logim_main button {
  width: 100%;
  background-color: #197fe4;
  border: 0;
  border-radius: 50px;
  margin-bottom: 15px;
  color: #ffff00;
  font-size: 21px;
  font-weight: bold;
  padding: 12px 20px;
}
.form_logim_main button:hover {
  color: wheat;
  transition: 0.5s;
}
.link_a_register {
  width: 100%;
  background-color: #197fe4;
  border: 0;
  border-radius: 50px;
  margin-bottom: 15px;
  color: #ffff00;
  font-size: 21px;
  font-weight: bold;
  padding: 12px 20px;
  text-decoration: none;
  text-align: center;
}
.link_a_line {
  width: 100%;
  background-color: #00b8ea;
  border: 0;
  border-radius: 50px;
  margin-bottom: 15px;
  color: #ff0000;
  font-size: 21px;
  font-weight: bold;
  padding: 12px 18px;
  text-decoration: none;
  text-align: center;
}
.box_getmoney {
  position: absolute;
  z-index: 1;
  background-image: url(./img/bg-getmoney.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  /* bottom: 0; */
  padding: 10px 0 0 0;
}
.text_p_boxget {
  color: white;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.3 !important;
}
.text_p_boxget strong {
  font-size: 25px;
  background: linear-gradient(
    to bottom,
    #e2ac36 0%,
    #f9e68a 100%,
    #ecc149 50%,
    #e2ac36 0%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main_text_header {
  font-size: 2.8em;
  font-weight: 600;
  color: white !important;
  text-shadow: 4px 4px 0 black;
  margin: 15px 0;
}
.p_text_header {
  font-size: 18px;
  font-weight: 500;
  text-shadow: 1px 1px 0 black;
}
.p_text_header strong {
  font-size: 2.8em;
  color: #ffe300;
  text-shadow: 4px 4px 0 black;
}
.a_text_header {
  text-decoration: none;
  display: inline-block;
  padding: 8px 45px;
  background-color: #4caf50;
  font-size: 22px;
  font-weight: 700;
  color: white;
  border-radius: 10px;
}
.a_text_header:hover {
  opacity: 0.8;
  color: gold;
  transition: 0.5s;
}
.a_text_header img {
  max-width: 40px;
}
.logo_footer {
  max-width: 100%;
  height: auto;
}
.bg_gradient {
  padding: 5px;
  background-image: linear-gradient(to right, #000a4d, #0072d1, #000a4d);
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #000a4d, #0022ff, #000a4d) 1;
}
.bg_gradient strong {
  font-size: 22px;
  color: white;
}
.bg_gradient strong img {
  max-width: 24px;
  margin: 0 5px;
}
.card_flex {
  display: flex;
  flex-direction: column;
}
.card_flex img {
  max-width: 100px;
  height: auto;
}
.card_flex p {
  font-size: 15px !important;
  font-weight: 500;
  padding: 5px 8px;
  border-radius: 20px;
  background-image: linear-gradient(to bottom, #002d7a, #0077d8, #002d7a);
  color: white;
  margin-top: 5px;
}
.box_flex_get {
  display: flex;
  justify-content: center;
}
.bg_step_register {
  width: 100%;
  background-image: url(./img/bg-step-regis.webp);
  background-position: center;
  background-size: cover;
}
.card_span {
  font-size: 6em;
  font-weight: bold;
  color: white;
  font-style: italic;
  margin: 0 20px;
}
.card_span_p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card_span_p p {
  font-style: italic;
  font-size: 1em;
  line-height: 1.5;
}
.card_span_p p strong {
  font-size: 1.5em;
  color: #ffe300;
  padding: 5px;
}
.text_mobile {
  display: none;
}
.sub_header .sub_header_text {
  text-align: center;
  margin: 10px 0 5px 0 !important;
  font-size: 22px !important;
  color: #fffb00 !important;
}
.mr-50 {
  margin-left: 50%;
  transform: translateX(-50%);
}
.header-text {
  color: #fbbc00;
  margin: 15px 0;
}
.text-faq {
  font-size: 1.4em !important;
  margin: 5px 0 !important;
  color: #eece00 !important;
}
.yellow_text {
  color: #ffe300 !important;
  font-size: 4em !important;
  font-weight: 600;
  text-shadow: 4px 4px 0 black;
  margin: 15px 0;
}
.img_max_banner {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px !important;
}
.header_blog {
  background-image: linear-gradient(rgb(0, 0, 0, 0.8), rgb(0, 0, 0, 0.4)),
    url(../img/bg-step-regis.webp);
  background-position: center;
  background-size: cover;
}
.img-max-auto {
  width: 60%;
  height: auto;
  display: block;
  margin: auto;
}
.img-100 {     
  width: 100%;
  height: auto;
}
.img-max {
  max-width: 100%;
  height: auto;
}
.menu_mobile_navbar {
  display: none;
}
.pd-10 {
  padding: 20px;
}
#navbar-mobile {
  display: none;
}
@media (max-width: 1800px) {
  .box_getmoney {
    position: relative;
    margin-top: 8em !important;
  }
}
@media (max-width: 991px) {
  .pd-10 {
    padding: 0px !important;
  }
  .header_blog {
    background-image: none;
  }
  .menu_mobile_navbar {
    display: block;
  }
  .nav-links-mobile {
    background-image: linear-gradient(rgb(0, 0, 0, 0.7), rgb(0, 0, 0, 0.7)),
      url(../img/bg01.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
  .nav-links-mobile input {
    opacity: 0;
    position: absolute;
    z-index: -1;
  }
  .nav-links-mobile label {
    cursor: pointer;
    display: block;
    font: 1.6em/1 "Oswald", sans-serif;
    padding: 0.5em;
  }
  #menu-icon,
  #menu-icon:before,
  #menu-icon:after {
    /* background: #1d1f20; */
    background: white;
    border-radius: 0.05em;
    height: 2px;
    transition: all 0.2s ease-in-out;
    width: 100%;
  }

  #menu-icon {
    display: inline-block;
    margin: 0.4em 0;
    max-width: 1em;
    position: relative;
  }

  .nav-links-mobile label #menu-icon {
    float: right;
  }

  #menu-icon:before,
  #menu-icon:after {
    content: "";
    left: 0;
    position: absolute;
  }

  #menu-icon:before {
    top: -0.4em;
  }

  #menu-icon:after {
    bottom: -0.4em;
  }
  .nav-links-mobile input[type="checkbox"]:checked + label #menu-icon {
    background: transparent;
  }

  .nav-links-mobile input[type="checkbox"]:checked + label #menu-icon:before {
    top: 0;
    transform: rotate(-45deg);
  }

  .nav-links-mobile input[type="checkbox"]:checked + label #menu-icon:after {
    bottom: 0;
    transform: rotate(45deg);
  }

  .nav-links-mobile input:checked ~ #overlay {
    /* background: #e5e5e5; */
    background-color: #39004b;
    bottom: 0;
    left: 0;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: -1;
  }

  .nav-links-mobile ul {
    list-style: none;
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
  }

  .nav-links-mobile input:checked ~ ul {
    margin: 1em;
    max-height: inherit;
    opacity: 1;
  }

  .nav-links-mobile ul > li {
    margin: 0.5em 0;
  }

  .nav-links-mobile ul a {
    color: white !important;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
  }

  .nav-links-mobile ul a:hover {
    text-decoration: underline;
    color: rgb(0, 4, 255) !important;
  }

  /* end css mobile */

  .bg-blue-img {
    background-image: none;
    min-height: auto;
    background-color: #1b235b;
    border-radius: 10px;
    box-shadow: 0 0 5px rgb(58, 58, 58);
    padding: 10px;
  }
  .main-header {
    padding: 0px;
    background-size: cover;
  }
  .main-header-index {
    padding: 0px;
    background-size: cover;
  }
  .box_getmoney {
    position: relative;
    margin-top: 8em !important;
    min-height: auto !important;
  }
  .box-pc {
    display: none;
  }
  .text_mobile {
    display: block;
    text-align: center !important;
  }
  h1 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.75em;
  }
  h4 {
    font-size: 1.55em;
  }
  h5 {
    font-size: 1.45em;
  }
  .strong-bg {
    width: 100%;
    text-align: center !important;
  }
  .form_logim_main {
    width: 50%;
    margin: 20px auto !important;
  }

  .header-navbar {
    display: none;
  }
  .bg_step_register {
    display: none;
  }
  .bg_gradient {
    display: none;
  }
}
@media (max-width: 650px) {
  .form_logim_main {
    width: 100%;
  }
  .strong-bg {
    font-size: 25px;
  }
  .bg-blue {
    padding: 0px;
  }
  .img-max-fix {
    max-width: 100%;
  }
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.85em;
  }
  h3 {
    font-size: 1.55em;
  }
  h4 {
    font-size: 1.35em;
  }
  h5 {
    font-size: 1.25em;
  }
  .bg-blue {
    padding: 10px !important;
  }
  .link-blogs {
    font-size: 1.5em !important;
  }
  .box_getmoney {
    margin-top: 3em !important;
  }
  #navbar-mobile {
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 999;
    /* background-color: #08007a !important; */
    background-image: linear-gradient(to top, #1e1466, #612b8e);
  }
  #navbar-mobile a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25%;
    text-decoration: none;
    border: 0.5px solid white;
    padding: 10px;
  }
  #navbar-mobile a span {
    font-size: 13px;
    color: rgb(255, 255, 255);
  }
  .a_text_header {
    text-decoration: none;
    display: inline-block;
    padding: 4px 21px;
    background-color: #4caf50;
    font-size: 18px;
    font-weight: 700;
    color: white;
    border-radius: 10px;
  }
  .a_text_header img {
    max-width: 22px;
  }
  .yellow_text {
    color: white !important;
    font-size: 4em !important;
    font-weight: 600;
    text-shadow: 4px 4px 0 black;
    margin: 15px 0;
  }
}
@media (max-width: 359px) {
  #navbar-mobile a span {
    font-size: 10px !important;

  }
}