@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400&display=swap");
.loading {
  position: fixed;
  background-color: #FFFFFF;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 999;
  display: flex;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .form-control {
    font-size: 14px;
  }
}

/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
/**
 * ----------------------------------------
 * animation slide-bottom
 * ----------------------------------------
 */
@keyframes slide-bottom {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100px);
  }
}
a {
  color: inherit;
  transition: 0.3s ease-in;
}
a:hover {
  color: rgba(253, 105, 86, 0.85);
  text-decoration: none;
  transition: 0.3s ease-out;
}

.row.min-gutters,
.slick-track {
  margin-right: -8px;
  margin-left: -8px;
}
.row.min-gutters > [class^="col-"], .row.min-gutters > [class*=" col-"],
.slick-track > [class^="col-"],
.slick-track > [class*=" col-"] {
  padding-right: 8px;
  padding-left: 8px;
}

.slick-slide:focus, .slick-slide:active {
  outline: none;
}

.btn-buy {
  background-color: #FD6956;
  color: #FFFFFF;
  box-shadow: 0 5px 14px rgba(253, 105, 86, 0.25);
}
.btn-buy:hover, .btn-buy:focus, .btn-buy:active {
  color: #FFFFFF;
  outline: none;
}

.section {
  background-color: #FFFFFF;
}
.section.orange {
  background-color: #FD6956;
}

@media (max-width: 768px) {
  .navbar {
    padding-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .navbar .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-top-search {
  position: relative;
}
@media (max-width: 768px) {
  .navbar-top-search {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 55px;
  }
}
.navbar-top-search input {
  border-radius: 25px;
  padding-right: 35px;
  width: 100% !important;
}
@media (max-width: 576px) {
  .navbar-top-search input {
    font-size: 1rem;
  }
}
.navbar-top-search::before {
  right: 15px;
  content: '\e807';
  font-family: 'gameshop';
  font-style: normal;
  font-weight: normal;
  position: absolute;
  font-size: 14px;
  color: #B2B2B2;
  top: 50%;
  transform: translate(0, -50%);
}

.navbar-ico-profile {
  font-size: 1.65rem;
  margin-left: 15px;
}

.game-popular-box-wrapper {
  margin-bottom: 30px;
  margin-top: -180px;
}
.game-popular-box-wrapper .set-width {
  max-width: 200px;
}
@media (max-width: 768px) {
  .game-popular-box-wrapper .set-width {
    max-width: 180px;
  }
}

.game-std-box-wrapper {
  margin-bottom: 10px;
}

.promotion-wrapper {
  margin-bottom: 30px;
}
.promotion-wrapper .set-width {
  max-width: 380px;
}

.game-voucher-wrapper {
  margin-bottom: -120px;
}

.navbar {
  background-color: #EAEAEA;
}

.big-space-white {
  height: 150px;
  display: block;
  width: 100%;
}

.banner-hero {
  margin-bottom: 40px !important;
}
@media (max-width: 768px) {
  .banner-hero {
    margin-top: 35px;
  }
}
.banner-hero img {
  border-radius: 15px;
}
.banner-hero .slick-track {
  margin: 0;
}
.banner-hero .slick-dots {
  bottom: -30px;
}
.banner-hero .slick-dots li button::before {
  font-size: 1rem;
  color: #FD6956;
}

.game-popular-box {
  display: inline-block;
  color: inherit;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  position: relative;
}
.game-popular-box img {
  border-radius: 10px;
}
.game-popular-box .game-popular-box-title {
  font-weight: 600;
  display: flex;
  align-items: center;
}
.game-popular-box span {
  display: inline-block;
  width: 65%;
  line-height: normal;
}
.game-popular-box:hover {
  color: inherit;
  animation: slide-top 0.5s cubic-bezier(0.25, 0.45, 0.45, 0.95) both;
}
@media (max-width: 576px) {
  .game-popular-box:hover {
    animation: none;
  }
}

.popular-label {
  display: inline-block;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 0 0 0 15px;
  padding: 4px 30px 4px 15px;
  position: absolute;
  font-size: 12px;
  top: 20px;
  right: 25px;
}
.popular-label .popular-label-circle {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  background: #FEAF34;
  background: linear-gradient(160deg, #FEAF34 35%, #FD9537 100%);
  right: -10px;
  top: -3px;
}

.game-title-square {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #FFFFFF;
  background-color: #1FC682;
  text-align: center;
  margin-right: 5px;
  box-shadow: 0 3px 6px rgba(31, 198, 130, 0.15);
}

.category-wrapper {
  margin-bottom: 30px;
}
.category-wrapper .category-wrapper-title {
  display: inline-block;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 20px 0 20px 20px;
  padding: 4px 30px 4px 45px;
  position: relative;
}
.category-wrapper .category-wrapper-title .category-wrapper-title-circle {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  background: #FEAF34;
  background: linear-gradient(160deg, #FEAF34 35%, #FD9537 100%);
  left: -5px;
  top: -5px;
}
.category-wrapper .category-wrapper-title .category-wrapper-title-circle .icon-voucher {
  position: relative;
  left: -3px;
}

.game-std-box {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  transition: .5 ease;
  display: block;
}
.game-std-box img {
  border-radius: 10px;
}
.game-std-box .game-std-box-title {
  font-weight: 600;
  margin-bottom: 0;
}
.game-std-box:hover {
  color: inherit;
  animation: slide-top 0.5s cubic-bezier(0.25, 0.45, 0.45, 0.95) both;
}
@media (max-width: 576px) {
  .game-std-box:hover {
    animation: none;
  }
}

.game-promotion-box {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.game-promotion-box a:hover, .game-promotion-box a:focus, .game-promotion-box a:active {
  outline: none;
}
.game-promotion-box img {
  border-radius: 10px;
  width: 100px;
  border-radius: 10px;
}
.game-promotion-box .game-promotion-title {
  margin-bottom: 5px;
}
.game-promotion-box .game-promotion-disc {
  color: #FD6956;
  margin-bottom: 5px;
}
.game-promotion-box .game-promotion-disc .bold {
  font-weight: bold;
}
.game-promotion-box .game-promotion-watch {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #B2B2B2;
  color: #FD6956;
  border-radius: 5px;
}

.voucher-box {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF;
  padding: 5px;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 10px;
}
.voucher-box img {
  border-radius: 10px;
}
.voucher-box .game-title-square {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.footer {
  background-color: #81150C;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer .footer-menu {
  padding: 0;
  margin: 0;
}
.footer .footer-menu li {
  list-style: none;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer .footer-menu li:last-child {
  margin-bottom: 0;
}

.big-space-orange-dark {
  height: 100px;
  display: block;
  width: 100%;
  background-color: #81150C;
}

.footer-copy {
  text-align: center;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 14px;
}

.single-game-wrapper {
  background-color: #FFFFFF;
  border-radius: 25px 25px 0 0;
}
.single-game-wrapper .bg-left {
  background-color: transparent;
}
.single-game-wrapper .bg-right {
  background-color: rgba(253, 105, 86, 0.15);
}

.single-game-box {
  padding: 2.5rem;
  text-align: center;
}
.single-game-box .single-game-box-pic {
  margin-bottom: 20px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.single-game-box .single-game-box-title {
  margin-bottom: 20px;
}
.single-game-box .single-game-box-desc {
  font-size: 14px;
  line-height: 24px;
}

.single-form {
  padding: 2.5rem;
}
@media (max-width: 576px) {
  .single-form {
    padding: 1.5rem;
  }
}
.single-form input[type='text'],
.single-form input[type='email'],
.single-form select {
  width: 100% !important;
  border: 1px solid #B2B2B2;
}
.single-form .btn-ask-single {
  background-color: #1FC682;
  color: #FFFFFF;
}
@media (max-width: 576px) {
  .single-form .btn-ask-single {
    font-size: 14px;
    height: 35px;
  }
}
.single-form .single-game-form-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.single-form .single-game-form-title .single-form-title-numb {
  background-color: #000000;
  color: #FFFFFF;
  display: inline-block;
  width: 45px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-right: 5px;
  border-radius: 0 0 10px 0;
}
.single-form .custom-option {
  display: block;
}
.single-form .custom-option label {
  background-color: #FFFFFF;
  border: 1px solid #B2B2B2;
  padding: 0.85rem 0.25rem;
  border-radius: 0.25rem;
  line-height: 1.5rem;
  cursor: pointer;
  margin-bottom: 10px;
  width: 100%;
}
@media (max-width: 576px) {
  .single-form .custom-option label {
    padding: 0.85rem 0.5rem;
  }
}
.single-form .custom-option input[type='radio'] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.single-form .custom-option input[type='radio']:checked + label {
  background-color: rgba(253, 105, 86, 0.25);
  border: 1px solid #FD6956;
}
.single-form .single-payment-option {
  display: block;
}
.single-form .single-payment-option label {
  background-color: #FFFFFF;
  border: 1px solid #B2B2B2;
  padding: 0.85rem 0.65rem;
  border-radius: 0.25rem;
  line-height: 1.5rem;
  cursor: pointer;
  margin-bottom: 10px;
  width: 100%;
  justify-content: normal;
  display: flex;
  align-items: center;
}
.single-form .single-payment-option label img {
  height: 50px;
  width: auto;
}
@media (max-width: 576px) {
  .single-form .single-payment-option label {
    padding: 0.85rem 0.5rem;
  }
}
.single-form .single-payment-option input[type='radio'] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.single-form .single-payment-option input[type='radio']:checked + label {
  background-color: rgba(253, 105, 86, 0.25);
  border: 1px solid #FD6956;
}
.single-form .single-payment-email {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}
.single-form .single-promotion-code {
  border: 1px dashed #FD6956;
  padding: 20px;
}
.single-form .single-promotion-code h5 {
  text-transform: uppercase;
  font-size: 1rem;
  color: #FD6956;
  font-weight: bold;
  margin-bottom: 1rem;
}
.single-form .single-promotion-code input[type='text'] {
  width: auto !important;
}
.single-form .single-promotion-code .btn-apply {
  background-color: #1FC682;
  color: #FFFFFF;
}

@media (max-width: 576px) {
  .promotion-wrapper-detail .game-promotion-box img {
    width: 80px;
  }
}
@media (max-width: 576px) {
  .promotion-wrapper-detail .game-promotion-box .game-promotion-title {
    font-size: 1rem;
    margin-bottom: 2px;
  }
}
@media (max-width: 576px) {
  .promotion-wrapper-detail .game-promotion-box .game-promotion-watch {
    font-size: 14px;
    padding: 3px 5px;
  }
}

.profile-img {
  border: 2px solid #FFFFFF;
  display: inline-block;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.profile-img img {
  margin: 2px;
  width: 80px;
}

.profile-box {
  border-radius: 10px;
  background-color: #FFFFFF;
  padding: 20px 25px;
}
.profile-box .profile-box-list {
  border-bottom: 1px solid rgba(178, 178, 178, 0.25);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.profile-box .profile-box-list:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.profile-box .profile-box-list label {
  font-size: 12px;
  color: #B2B2B2;
  margin-bottom: 3px;
}
.profile-box .profile-box-list p {
  margin-bottom: 0;
}
.profile-box.edit .profile-box-list {
  border-bottom: none;
  padding-bottom: 0;
}

.general-page-box {
  border-radius: 10px;
  padding: 20px;
  background-color: #FFFFFF;
}
.general-page-box p:last-child {
  margin-bottom: 0;
}
.general-page-box .general-page-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(178, 178, 178, 0.25);
}

/*# sourceMappingURL=style.css.map */

/*# subscription page (22.03.2021) */

/*body {
    font-family: 'Poppins', sans-serif;
    background-color: #EFEFEF;
}*/ /*22.03.2021*/
.container-wrapper {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}
.content-wrapper {
    text-align: center;
    padding: 30px 15px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 99;
    background-color: #FFFFFF;
    margin-top: 16px;
    margin-bottom: 16px;
}
.content-title {
    font-size: 24px;
    color: #30A884;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.18);
    font-weight: bold;
    margin-bottom: 10px;
}
.content-description {
    margin-bottom: 24px;
    font-size: 18px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.content-button {
    padding: 0;
    margin: 0;
}
.content-button-item {
    list-style: none;
    margin-bottom: 12px;
}
.content-button-item:last-child {
    margin-bottom: 0;
}
.content-footer {
    background-color: #E7E7E7;
    text-align: center;
    font-size: 12px;
    padding-top: 24px;
    padding-bottom: 24px;
    color: #6F6F6F;
    line-height: 22px;
    margin-top: 24px;
}
.btn-operator {
    padding: .475rem .75rem;
    font-size: 18px;
    border: 3px solid #c6c6c6;
    position: relative;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}
.btn-operator::before {
    content: '';
    background-image: url(../image/shadow.png);
    background-repeat: repeat-x;
    background-position: center center;
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* border-radius: .25rem; */
}
.bg-xl {
    background-color: #0132D7;
    color: #FFFFFF;
}
.bg-xl:hover,
.bg-xl:focus,
.bg-xl:active {
    color: #FFFFFF;
    box-shadow: none;
    outline: none;
}
.bg-tsel {
    background-color: #E5131D;
    color: #FFFFFF;
}
.bg-tsel:hover,
.bg-tsel:focus,
.bg-tsel:active {
    color: #FFFFFF;
    box-shadow: none;
    outline: none;
}
.bg-isat {
    background-color: #FFD302;
    color: #000000;
}
.bg-isat:hover,
.bg-isat:focus,
.bg-isat:active {
    color: #000000;
    box-shadow: none;
    outline: none;
}
.bg-tri {
    background-color: #EB3D9C;
    color: #FFFFFF;
}
.bg-tri:hover,
.bg-tri:focus,
.bg-tri:active {
    color: #FFFFFF;
    box-shadow: none;
    outline: none;
}

.bg-orange {
    background-color: #E74B80;
    color: #FFFFFF;
    box-shadow: 0px 3px 15px rgba(233, 30, 99, 0.25);
}
.bg-orange:hover,
.bg-orange:focus,
.bg-orange:active {
    color: #FFFFFF;
    box-shadow: none;
    outline: none;
}

.bg-grey {
    background-color: #D9D9D9;
    color: #333333;
}
.bg-grey:hover,
.bg-grey:focus,
.bg-grey:active {
    color: #333333;
    box-shadow: none;
    outline: none;
}

.banner-img {
    position: relative;
    z-index: 1;
    /* height: 350px;
    background-size: cover;
    background-repeat: no-repeat; */
}

/*# subscription page (22.03.2021) */


