:root {
  --headerHigh: 90px;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?mm6ft9");
  src: url("../fonts/icomoon.eot?mm6ft9#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?mm6ft9") format("truetype"),
    url("../fonts/icomoon.woff?mm6ft9") format("woff"),
    url("../fonts/icomoon.svg?mm6ft9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-MasterCardd:before {
  content: "\e90b";
}
.icon-DongA:before {
  content: "\e90c";
}
.icon-GambleAware:before {
  content: "\e90d";
}
.icon-GamCare:before {
  content: "\e90e";
}
.icon-Sacombank:before {
  content: "\e90f";
}
.icon-Facebook:before {
  content: "\e910";
}
.icon-TechomBank:before {
  content: "\e911";
}
.icon-Twitter:before {
  content: "\e912";
}
.icon-Pagcor:before {
  content: "\e913";
}
.icon-Verified-n-Secured:before {
  content: "\e914";
}
.icon-Entropay:before {
  content: "\e915";
}
.icon-VietcomBank:before {
  content: "\e916";
}
.icon-ACB:before {
  content: "\e917";
}
.icon-Skrill:before {
  content: "\e91b";
}
.icon-Visa:before {
  content: "\e91c";
}
.i .icon-Verified-n-Secured2:before {
  content: "\e936";
}
.icon-pagcor-logo:before {
  content: "\e988";
}

html,
body {
  position: relative;
  font-family: Montserrat, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 100vh;
  background: #00412b;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}
.logo-img {
  height: 40px;
  width: auto;
}
p {
  margin: 0;
  padding: 0;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

ul {
  padding-left: 0;
  margin: 0;
}
li {
  list-style: none;
  padding-left: 10px;
}
.flex {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

h2,
h3,
h4 {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.mob_Head,
.This_for_mobile {
  display: none;
}
.page h2,
.page h4{
  color: #ffe41a;
}
.navigation {
  position: fixed;
  top: 200px;
  left: 40px;
  z-index: 9;
}

.navigation ul li {
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation ul li a {
  width: 12px;
  height: 12px;
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  line-height: 20px;
  transition: all 200ms ease-in-out;
  transform-origin: center;
  cursor: pointer;
  background: #ef6700;
  border-radius: 25px;
  margin-bottom: 10px;
}
.navigation ul li a:hover,
.navigation ul li a.active {
  transform: scale(1.75);
  opacity: 1;
}

#gotop {
  display: none;
  position: fixed;
  right: 40px;
  bottom: 55px;
  color: white;
  font-size: 28px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #ef6700;
  text-align: center;
  cursor: pointer;
  z-index: 8;
}
.btn-yellow {
  width: 150px;
  height: 40px;
  margin: 0 5px;
  border-radius: 50px;
  color: red;
  font-weight: 900;
  text-transform: uppercase;
  border: 1px solid #3cff36;
  box-shadow: 0 1px 6px 1px #09b103;
  transition: all 200ms ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, #ffe41a 0%, #ffd61b 50%, #ffe41a 100%);
  animation: glow 1s ease-in-out infinite alternate;
}
.btn-yellow:hover,
.btn-yellow:active {
  color: red;
  box-shadow: 0 1px 14px 1px #70f16c;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  /* position: relative; */
  width: 100%;
  height: 70px;
  padding: 0px;
  background: linear-gradient(to bottom, #086225, #086225);
  z-index: 100;
}
.hd-ct {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 10px 10px;
  height: 100%;
}
.hd-logo img {
  display: block;
  height: 100%;
}

.page {
  position: relative;
  height: 100vh;
  padding-top: 60px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page1 {
  background: #00412b url(../images/bg-1-3-5-7.jpg) no-repeat center center /
    cover;
}
.page2 {
  background: #00412b url(../images/bg2.webp) no-repeat center center / cover;
}
.page3 {
  background: #00412b url(../images/bg3.webp) no-repeat center center / cover;
}

.page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #010201;
  box-shadow: 0 0px 70px 70px #010201;
}
.page1::before,
.page10::before {
  display: none;
}

.page2 .fp-overflow,
.page3 .fp-overflow,
.page6 .fp-overflow {
  transform: translateY(-20%);
}
.page4 .fp-overflow {
  transform: translateY(-40%);
}
.page-ct {
  position: relative;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.page-ct > div {
  z-index: 1;
}
/* .page-ct::before {
    content: "";
    position: absolute;
    right: -10%;
    top: 10%;
    width: 850px;
    height: 1000px;
    z-index: 0;
    background: url(../images/page-1/image2.webp) no-repeat center center;
    background-size: contain;
} */

.global-2col {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 10px;
  overflow: hidden;
}
.global-2col > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1px 5px;
}
.global-2col > div:first-child {
  z-index: 5;
}
.global-2col h2 {
  text-align: left;
}
.page-absolute-right {
  position: absolute;
  right: -12%;
  bottom: -30px;
  width: 850px;
  height: auto;
  z-index: 0 !important;
}
.page2 .page-absolute-right {
  bottom: 70px;
}
.page-absolute-left {
  position: absolute;
  left: -12%;
  bottom: 0px;
  width: 850px;
  height: auto;
  z-index: 0 !important;
}

/*#region page 1 */
.page1 h2 {
  color: #fff;
  font-size: 34px;
}
.page1-layout > div {
  text-align: center;
}
.p1-links {
  display: flex;
  justify-content: space-around;
  margin: 10px 0;
}

.p1-products {
  width: fit-content;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
  margin: 0 auto;
}

.p1-products img {
  max-height: 150px;
}

.p1-products a img {
  transition: all 200ms ease-in-out;
}
.p1-products a img:hover {
  transform: scale(1.05);
}

/*#endregion page 1 */

/*#region page 2 */

.p2-list {
  margin: 20px 0;
}
.p2-list li {
  display: flex;
  font-size: 24px;
  font-weight: 600;
  white-space: nowrap;
  margin-bottom: 10px;
}
.p2-list li p:first-child {
  position: relative;
  padding-left: 40px;
  width: 380px;
}
.p2-list li p:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 40px;
  height: 100%;
  background: url(../images/page-2/arrow.webp) no-repeat center center/contain;
}

.p2l.btn-yellow {
  width: auto;
  height: 42px;
  white-space: nowrap;
  padding: 2px 20px;
  margin-left: 15px;
  cursor: pointer;
}
/*#endregion page 2 */
.page3 .page-ct {
  max-width: 1050px;
  margin: 0 auto;
}
.contacts {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.contacts a {
  display: block;
  width: 100%;
  height: 100%;
}
.ct-ver,
.ct-hoz {
  position: relative;
}
.ct-hoz::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  top: 0;
  left: 0;
  background: white;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.ct-hoz::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  right: 0;
  background: white;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.ct-hoz:hover::before,
.ct-hoz:hover::after {
  width: 100%;
}
.ct-ver::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  top: 0;
  right: 0;
  background: white;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.ct-ver::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  bottom: 0;
  left: 0;
  background: white;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
}
.ct-ver:hover::before,
.ct-ver:hover::after {
  height: 100%;
  transition-delay: 200ms;
}
.page-bottom h3 {
  text-align: center;
  margin-top: 15px;
}

/*#region page 3 */
/*#endregion page 3 */
/*#region page 2 */
/*#endregion page 2*/
/*#region page 5 */
.page5 .page-ct {
  max-width: 1000px;
  margin: 0 auto;
}
.page5 ul li {
  line-height: 3;
  text-align: center;
}
/*#endregion page 5 */
/*#region page 2 */

/*#endregion page 2 */

.footer {
  position: relative;
  background: url(../images/web-footer-bg.jpg) no-repeat center top;
  background-size: cover;
  min-height: 400px;
  padding: 20px 15px;
}

.text-center {
  text-align: center;
}

#copyrights {
  padding: 40px 0 35px 0;
  font-size: 12px;
  line-height: 1.8;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #ace7c7;
  max-width: 100%;
  margin: 0 auto;
}

.ft-container {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1200px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.footer .d-flex {
  display: flex;
  justify-content: center;
}

.footer .d-flex > * {
  flex-basis: 25%;
  margin: 0 10px;
}

.thongTin-container {
  display: flex;
  flex-direction: column;
}

.footer strong {
  color: #fff172;
  font-size: 14px;
}

.footnav {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin: 0 auto;
}
.footnav strong {
  display: block;
  margin: 15px 0 5px 0;
}
.footnav img {
  height: 45px;
}
.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-col a {
  text-decoration: none;
  color: #d0f3e0;
  display: block;
  padding: 3px 0;
}

.flex-col a:hover {
  color: #fee71b;
}

#league-logos {
  max-width: 1200px;
  margin: 20px auto;
}

.disclaimer {
  background: rgba(0, 16, 9, 0.8);
  text-align: center;
  padding: 18px 0;
  font-size: 13px;
  color: #7e7e7e;
}

.subFooter-container {
  display: block;
  color: #9cd0a0;
  font-size: 11px;
}

.subFooter {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.subFooter > * {
  flex-basis: 23%;
  line-height: 17px;
}

.subFooter-container strong {
  display: block;
  margin-bottom: 10px;
}
.font-icon {
  font-size: 24px;
}
.font-icon .icon-Verified-n-Secured {
  font-size: 100px;
  line-height: 35px;
  display: block;
}
.font-icon .icon-MasterCardd {
  font-size: 50px;
  line-height: 40px;
  display: block;
}
.ft-sponsors {
  margin: 0 5px;
}

.helpcenterChina {
  background: url(../images/side-helpcenter-bg.webp) no-repeat;
}
.tcenter {
  text-align: center;
}
.toppart {
  margin: 5px 0 10px 0;
}
#btn-Chat {
  position: fixed;
  width: 199px;
  right: -199px;
  top: 147px;
  padding: 10px;
  z-index: 9999;
  background-color: #048642;
  min-height: 198px;
  transition: all 300ms ease-in-out;
}
#btn-Chat:hover {
  right: 0px;
}
#btn-Chat #btnCloseChat {
  position: absolute;
  right: 199px;
  top: 0;
  display: block;
  height: auto;
  width: 55px;
  border-right: 3px solid #272300;
  margin: 0;
  padding: 0;
  z-index: 9999;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  overflow: hidden;
}
.custService a {
  display: block;
  background: rgba(0, 0, 0, 0.4);
  padding: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  color: #66eacd;
  font-size: 11px;
  font-family: roboto, sans-serif;
  font-weight: 700;
  z-index: 9;
  cursor: pointer;
}
.custService a:hover {
  background: #096e3b;
}
.custService a img {
  vertical-align: middle;
  margin-right: 10px;
}
.btnChat {
  border: none;
  border-radius: 3px;
  background: #fee71b;
  color: #272300;
  text-align: center;
  height: 31px;
  width: 109px;
  line-height: 31px;
  display: inline-block;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
  background-image: linear-gradient(
    to right top,
    #ffc400,
    #ffca03,
    #ffd107,
    #ffd70d,
    #ffde13,
    #ffe22c,
    #fee73d,
    #feeb4c,
    #feee65,
    #fff17c,
    #fff391,
    #fff6a6
  );
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.sprite {
  background: url(../images/sprite-icons.webp) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 5px;
}
.sprite-247 {
  width: 83px;
  height: 47px;
  background-position: -47px -165px;
}
.sprite-phone {
  width: 22px;
  height: 22px;
  background-position: -81px 0px;
}
.sprite-facebook-s {
  width: 24px;
  height: 24px;
  background-position: -81px -22px;
}
.sprite-zalo {
  width: 24px;
  height: 24px;
  background-position: -81px -46px;
}
.sprite-skype-s {
  width: 24px;
  height: 24px;
  background-position: -81px -118px;
}
.sprite-telegram {
  width: 24px;
  height: 24px;
  background-position: -81px -94px;
}
.sprite-mail-s {
  width: 22px;
  height: 18px;
  background-position: -81px -142px;
}
.sprite-viber-s {
  width: 24px;
  height: 24px;
  background-position: -81px -70px;
}
.sprite-hover-vn {
  background: url(../images/side-helpcenter-gr-vn.webp) no-repeat;
  width: 56px;
  height: 261px;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

@keyframes glow {
  from {
    box-shadow: 0 1px 6px 1px #09b103;
  }
  to {
    box-shadow: 0 1px 14px 3px #3cff36;
  }
}
@media (max-width: 1700px) {
  .page-absolute-right {
    right: -14%;
  }
  .footer {
    background: url(../images/web-footer-bg-sm.jpg) no-repeat center top;
    background-size: cover;
  }
}
@media (max-width: 1500px) {
  .page-absolute-right {
    right: -12%;
  }
}
@media (max-width: 1200px) {
  .page-absolute-right {
    right: -10%;
  }
}

@media (max-width: 1024px) {
  body {
    overflow: auto;
  }
  #btn-Chat {
    display: none;
  }
  .page .t-shadow {
    text-shadow: 1px -1px 1px black, 1px 1px 1px black, -1px 1px 1px black,
      -1px -1px 1px black;
  }
  .navigation {
    display: none;
  }
  .header {
    position: relative;
  }
  .page-absolute-right,
  .page-absolute-left {
    position: relative;
    right: unset;
    left: unset;
    bottom: unset;
    width: 100%;
    height: auto;
    z-index: 0;
  }
  .global-2col > div.hide-mob {
    display: none;
  }
  .global-2col {
    grid-template-columns: 1fr;
  }
  .page {
    position: relative;
    height: auto;
    padding-top: 0;
  }
  .page2 .fp-overflow,
  .page3 .fp-overflow,
  .page6 .fp-overflow,
  .page4 .fp-overflow {
    transform: translateY(0%);
  }
  .page ul li {
    line-height: normal;
    text-align: left;
  }
  .page::before {
    background-color: #010201;
    box-shadow: 0 0px 20px 20px #010201;
  }
  

  .footer .d-flex .ft-first {
    flex-basis: 100%;
  }
  .page2 .page-absolute-right {
    bottom: 0px;
  }
  .This_for_mobile {
    display:block;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    z-index:9999;
    background:#0e924f;
    padding:10px 10px 60px 10px;
    transform: translateY(100%);
    transition: all 300ms ease-in-out;
}
.This_for_mobile.shown {
    transform: translateY(0%);
}
  .mob_Head {
    cursor: pointer;
    position: fixed;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 10px;
    height: 48px;
    line-height: 48px;
    z-index: 999999;
    background: #01542a;
    text-align: center;
    color: #fff;
  }
  .this_close {
    margin-bottom: 10px;
    text-align: right;
  }
  .this_close span {
    float: right;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  .this_close span img {
    display: inline-block;
    width: 16px;
  }
}
@media (max-width: 768px) {
  .page {
    display: flex;
    flex-direction: column-reverse;
  }
  h2,
  .page-bottom h3 {
    font-size: 17px !important;
  }
  h4 {
    font-size: 13px !important;
  }
  .logo-img {
    height: 20px;
    width: auto;
  }
  .p1-links {
    flex-wrap: wrap;
    gap: 5px;
  }
  .p1-links a {
    flex-basis: 50%;
  }
  .ft-p2 > div:nth-child(1) {
    flex-basis: 40%;
  }
  .ft-p2 ul li {
    font-style: italic;
  }
  .logo-img.hide-mob {
    display: none;
  }
  .p2-list li p {
    font-size: 16px;
  }
  .p2-list li p:first-child {
    height: 20px;
    padding-left: 20px;
    width: 250px;
  }
  .p2-list li p:first-child::before {
    width: 18px;
    height: 100%;
  }
  .p2-list {
    margin: 20px auto;
  }
  .p2l.btn-yellow {
    height: 36px;
  }
  .footer .d-flex {
    flex-wrap: wrap;
  }
  .footnav.banks a {
    font-size: 16px;
  }
}
@media (max-width: 580px) {
    .header .btn-yellow {
    width: 110px;
    height: 40px;
    }
}
@media (max-width: 480px) {
  .footer .d-flex > * {
    flex-basis: 50%;
    margin: 0 auto;
  }
  .partner-col {
    flex-basis: 100% !important;
    flex-direction: row;
  }
  .footnav.spons {
    flex-direction: row;
  }
}
