.pt_58::before {
  padding-top: 58.5%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Font-Bold";
  src: url("../fonts/iCielHelveticaNowText-Bold.woff") format("woff"), url("../fonts/iCielHelveticaNowText-Bold.woff2") format("woff2"), url("../fonts/iCielHelveticaNowText-Bold.ttf") format("ttf"), url("../fonts/iCielHelveticaNowText-Bold.eot") format("eot");
}
@font-face {
  font-family: "Font-Medium";
  src: url("../fonts/iCielHelveticaNowText-Medium.woff") format("woff"), url("../fonts/iCielHelveticaNowText-Medium.woff2") format("woff2"), url("../fonts/iCielHelveticaNowText-Medium.ttf") format("ttf"), url("../fonts/iCielHelveticaNowText-Medium.eot") format("eot");
}
@font-face {
  font-family: "Font-Regular";
  src: url("../fonts/iCielHelveticaNowText-Regular.woff") format("woff"), url("../fonts/iCielHelveticaNowText-Regular.woff2") format("woff2"), url("../fonts/iCielHelveticaNowText-Regular.ttf") format("ttf"), url("../fonts/iCielHelveticaNowText-Regular.eot") format("eot");
}
html, body {
  font-size: 62.5%;
  font-family: "Font-Regular";
  line-height: 1;
  color: #34404B;
  overflow-x: hidden;
}

strong {
  font-family: "Font-Bold";
}

a, a:hover {
  text-decoration: none !important;
}

body ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(225, 225, 225, 0.3);
  border-radius: 10px;
}

body ::-webkit-scrollbar {
  width: 3px;
  border-radius: 3px;
  background: #bdbe7000;
}

body ::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #e9ecef;
  border-radius: 6px;
}

.rs {
  margin: 0;
  padding: 0;
}

* {
  outline: none !important;
}

b, strong {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  top: 27px;
  right: 15px;
  z-index: 5;
  display: none;
}
.hamburger-box {
  width: 34px;
  height: 25px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 33px;
  height: 2px;
  background: #333333;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  opacity: 1 !important;
}
.hamburger-inner::after {
  width: 33px;
  height: 2px;
  background: #333333;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  opacity: 1 !important;
  content: "";
  display: block;
  opacity: 1 !important;
  bottom: -8px;
}
.hamburger-inner::before {
  width: 33px;
  height: 2px;
  background: #333333;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  opacity: 1 !important;
  content: "";
  display: block;
  opacity: 1 !important;
  top: -8px;
}
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 75ms 0.12s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 75ms 0.12s ease, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 75ms ease;
  background: #333333;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 75ms ease, transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.cf:after, .cf:before {
  content: "";
  display: table;
  clear: both;
}

.swiper-wrapper, .swiper-slide {
  height: auto;
}

.imgWrap {
  overflow: hidden;
  display: block;
  position: relative;
}
.imgWrap:before {
  content: "";
  display: block;
}
.imgWrap .imgWrap-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.imgWrap .imgWrap-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.imgWrap.img--contain img {
  object-fit: contain;
}
.imgWrap.img--cover img {
  object-fit: cover;
}
.imgWrap:hover img {
  transform: scale(1.1);
}
.imgWrap.noHover:hover img {
  transform: none !important;
}

.pt_36::before {
  padding-top: 36%;
}

.pt_50::before {
  padding-top: 50%;
}

.pt_56::before {
  padding-top: 56.25%;
}

.pt_66::before {
  padding-top: 66%;
}

.w-1200 {
  max-width: 123rem;
  padding: 0 1.5rem;
  margin: auto;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .w-1200 {
    max-width: 67rem;
  }
}
@media only screen and (max-width: 1024px) {
  .w-1200.mb--auto {
    max-width: 100%;
  }
}
.w-1200.is--inherit {
  overflow: unset;
}
@media only screen and (max-width: 1024px) {
  .w-1200.is--inherit {
    overflow-x: clip;
  }
}

.page-title {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .page-title {
    margin-bottom: 2.4rem;
  }
}
.page-title .title {
  font-family: "Font-Bold";
  font-size: 2.4rem;
  line-height: 3.2rem;
  position: relative;
  padding-top: 2rem;
  display: inline-block;
}
.page-title .title::before {
  content: "";
  width: 8.5rem;
  height: 0.4rem;
  background: #33CC7F;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -4.2rem;
  z-index: 1;
}
.page-title .title.border--left::before {
  left: 0;
  margin-left: 0;
}
.btn--green {
  display: inline-block;
  color: white !important;
  background: #33CC7F;
  text-align: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.btn--green:hover {
  background: #058F48;
}

.swiper--dots {
  padding-bottom: 3rem;
}
.swiper--dots .swiper-pagination {
  bottom: 0;
}
.swiper--dots .swiper-pagination .swiper-pagination-bullet {
  background: #CCEFDC;
  margin: 0 6px;
  opacity: 1;
}
.swiper--dots .swiper-pagination .swiper-pagination-bullet-active {
  background: #33CC7F;
}
.swiper--dots-white .swiper-pagination .swiper-pagination-bullet {
  background: #ADADAD;
}
.swiper--dots-white .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper--dots.hideDots {
  padding-bottom: 0.6rem;
}
.swiper--dots.hideDots .swiper-pagination {
  display: none !important;
}

.custom-swiper-btn {
  width: 4.8rem;
  height: 4.8rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(1, 18, 34, 0.1);
}
@media only screen and (max-width: 767px) {
  .custom-swiper-btn {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.custom-swiper-btn::after {
  background-image: url("https://cdn.smobgame.com/template/Tickop/images/icon_next.svg");
  background-size: 2.4rem;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  text-indent: -9999px;
}
@media only screen and (max-width: 767px) {
  .custom-swiper-btn::after {
    -webkit-background-size: 2rem;
    background-size: 2rem;
  }
}
.custom-swiper-btn.swiper-button-prev::after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.hideNav .custom-swiper-btn {
  display: none;
}

.new-title {
  font-size: 2.4rem;
  line-height: 3.1rem;
  font-family: "Font-Bold";
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .new-title {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 1.6rem;
  }
}

.paginations {
  margin-top: 4rem;
}
.paginations ul {
  text-align: center;
  display: block;
}
.paginations ul .page-item {
  display: inline-block;
}
.paginations ul .page-item .page-link {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #333333;
  font-family: "Font-Medium";
  width: 2.4rem;
  height: 2.4rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-right: 0.6rem;
  margin-bottom: 0.5rem;
  text-align: center;
  display: block;
  padding: 0;
  border: 0;
}
.paginations ul .page-item.active .page-link {
  background: #33CC7F;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .showWeb {
    display: none;
  }
}

.showMb {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .showMb {
    display: block;
  }
}

.header {
  background: #ffffff;
  position: fixed;
  z-index: 80;
  width: 100%;
  top: 0;
  left: 0;
}
.header.boxShadow {
  box-shadow: 0 3px 4px #0000000F;
}
.header .header__wrap {
  height: 8rem;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .header .header__wrap {
    height: 4.8rem;
  }
}
.header .header__wrap .logo {
  background-image: url("https://cdn.smobgame.com/template/Tickop/images/logo.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 6rem;
  width: 6rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .header .header__wrap .logo {
    width: 4rem;
    height: 4rem;
  }
}
@media only screen and (max-width: 1024px) {
  .header .header__wrap .menu {
    position: absolute;
    background: white;
    width: 35rem;
    top: 8rem;
    z-index: 4;
    left: 0;
    height: calc(100vh - 8rem);
    padding: 2rem 0;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: 0.4s;
    visibility: hidden;
    opacity: 0;
  }
  .header .header__wrap .menu.show {
    visibility: visible;
    opacity: 1;
    z-index: 20;
    transform: translateX(0%);
  }
}
@media only screen and (max-width: 767px) {
  .header .header__wrap .menu {
    width: 28rem;
    top: 4.8rem;
    height: calc(100vh - 4.8rem);
  }
}
.header .header__wrap .menu ul li {
  margin-right: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .header .header__wrap .menu ul li {
    display: block;
    width: 100%;
  }
}
.header .header__wrap .menu ul li .menu_item {
  display: block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #858585;
  margin-left: 4rem;
}
@media only screen and (max-width: 1024px) {
  .header .header__wrap .menu ul li .menu_item {
    margin-left: 0;
    padding: 1rem 2rem;
  }
}
.header .header__wrap .menu ul li.active .menu_item {
  color: #33CC7F;
  font-family: "Font-Bold";
}
.header .header__wrap .menu ul li:first-of-type .menu_item {
  margin-left: 0;
}

.headerHeight {
  height: 8rem;
}
@media only screen and (max-width: 767px) {
  .headerHeight {
    height: 4.8rem;
  }
}

.home-banner {
  background: #058F48;
  color: #ffffff;
  overflow: hidden;
}
.home-banner .w-1200 .home-banner__wrap {
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .home-banner .w-1200 .home-banner__wrap {
    flex-direction: column;
    padding-top: 5rem;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .home-banner .w-1200 .home-banner__wrap {
    padding-top: 4rem;
  }
}
.home-banner .w-1200 .home-banner__wrap .box-txt {
  max-width: 51rem;
  padding-top: 7.5rem;
}
@media only screen and (max-width: 1024px) {
  .home-banner .w-1200 .home-banner__wrap .box-txt {
    max-width: 100%;
    padding-top: 0;
  }
}
.home-banner .w-1200 .home-banner__wrap .box-txt .title {
  font-size: 4.8rem;
  line-height: 6.2rem;
  font-family: "Font-Bold";
}
@media only screen and (max-width: 767px) {
  .home-banner .w-1200 .home-banner__wrap .box-txt .title {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
.home-banner .w-1200 .home-banner__wrap .box-txt .title span {
  display: block;
}
.home-banner .w-1200 .home-banner__wrap .box-txt .sub {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 2.4rem 0 3.5rem;
}
@media only screen and (max-width: 1024px) {
  .home-banner .w-1200 .home-banner__wrap .box-txt .sub {
    max-width: 40rem;
    padding: 0;
    margin: 2.4rem auto 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-banner .w-1200 .home-banner__wrap .box-txt .sub {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.home-banner .w-1200 .home-banner__wrap .box-txt .group-dl {
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .home-banner .w-1200 .home-banner__wrap .box-txt .group-dl {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .home-banner .w-1200 .home-banner__wrap .box-txt .group-dl {
    flex-direction: column;
    justify-content: center;
  }
}
.home-banner .w-1200 .home-banner__wrap .box-txt .group-dl .qr {
  width: 14rem;
  height: 14rem;
  margin-right: 2.4rem;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .home-banner .w-1200 .home-banner__wrap .box-txt .group-dl .qr {
    width: 8.4rem;
    height: 8.4rem;
    margin: 0 auto 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-banner .w-1200 .home-banner__wrap .box-txt .group-dl .icons {
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
    justify-content: center;
  }
}
.home-banner .w-1200 .home-banner__wrap .box-txt .group-dl .icons a {
  display: block;
  width: 16.8rem;
  height: 4.8rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .home-banner .w-1200 .home-banner__wrap .box-txt .group-dl .icons a {
    width: 14.2rem;
    height: 4rem;
    margin-bottom: 0;
    margin-right: 2.4rem;
  }
}
.home-banner .w-1200 .home-banner__wrap .box-txt .group-dl .icons a:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .home-banner .w-1200 .home-banner__wrap .box-txt .group-dl .icons a:last-of-type {
    margin-right: 0;
  }
}
.home-banner .w-1200 .home-banner__wrap .box-img {
  max-width: 59.2rem;
  margin-top: 1.9rem;
  margin-right: -14rem;
}
@media only screen and (max-width: 1024px) {
  .home-banner .w-1200 .home-banner__wrap .box-img {
    margin: auto;
  }
}
.home-partner {
  padding: 10.5rem 0 10.8rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .home-partner {
    padding: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-partner {
    padding: 2.4rem 0 4rem;
  }
}
.home-partner .w-1200 .home-partner__wrap .swiper-partner .swiper-wrapper .swiper__item img {
  display: block;
  margin: auto;
}
.home-partner .w-1200 .home-partner__wrap .swiper-button-prev,
.home-partner .w-1200 .home-partner__wrap .swiper-button-next {
  opacity: 0;
  pointer-events: none;
}
.home-partner .w-1200 .home-partner__wrap.hideNav .swiper-partner .swiper-wrapper {
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .home-partner .w-1200 .home-partner__wrap.hideNav .swiper-partner .swiper-wrapper {
    justify-content: unset;
  }
}

.home-product {
  background: #F8FAFF;
  padding: 5rem 0;
  overflow: hidden;
}
.home-product .w-1200 .page-title {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1024px) {
  .home-product .w-1200 .page-title {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-product .w-1200 .page-title {
    margin-bottom: 2.4rem;
  }
}
@media only screen and (max-width: 1024px) {
  .home-product .w-1200 .home-product__wrap {
    padding: 0;
  }
}
.home-product .w-1200 .home-product__wrap .swiper-wrapper {
  padding-top: 4rem;
}
@media only screen and (max-width: 1024px) {
  .home-product .w-1200 .home-product__wrap .swiper-wrapper {
    padding-top: 0;
  }
}
.home-product .w-1200 .home-product__wrap .swiper-wrapper .swiper-slide .box-item {
  position: relative;
  box-shadow: 0px 2px 4px rgba(1, 18, 34, 0.05);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: #ffffff;
  margin-bottom: 5px;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .home-product .w-1200 .home-product__wrap .swiper-wrapper .swiper-slide .box-item {
    width: 100%;
    margin: 0 auto 2.4rem;
    max-width: 28.2rem;
    display: block;
    float: none;
  }
  .home-product .w-1200 .home-product__wrap .swiper-wrapper .swiper-slide .box-item:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .home-product .w-1200 .home-product__wrap .swiper-wrapper .swiper-slide .box-item:last-of-type {
    margin-right: auto;
  }
}
.home-product .w-1200 .home-product__wrap .swiper-wrapper .swiper-slide .box-item .icons {
  width: 12rem;
  height: 12rem;
  position: absolute;
  top: -2rem;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .home-product .w-1200 .home-product__wrap .swiper-wrapper .swiper-slide .box-item .icons {
    width: 8rem;
    height: 8rem;
    top: 1rem;
  }
}
.home-product .w-1200 .home-product__wrap .swiper-wrapper .swiper-slide .box-item__img {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  background: #00B14F;
  position: relative;
  height: 10rem;
  -webkit-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  align-items: center;
}
.home-product .w-1200 .home-product__wrap .swiper-wrapper .swiper-slide .box-item__img .title {
  color: #fff;
  font-family: "Font-Medium";
  padding: 1rem 1rem 1rem 12rem;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .home-product .w-1200 .home-product__wrap .swiper-wrapper .swiper-slide .box-item__img .title {
    padding-left: 9rem;
  }
}
.home-product .w-1200 .home-product__wrap .swiper-wrapper .swiper-slide .box-item__img .title span {
  font-size: 2.4rem;
  line-height: 3.2rem;
  display: block;
  width: 100%;
  max-height: 6.2rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .home-product .w-1200 .home-product__wrap .swiper-wrapper .swiper-slide .box-item__img .title span {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.home-product .w-1200 .home-product__wrap .swiper-wrapper .swiper-slide .box-item__txt {
  padding: 2.4rem 1.6rem;
}
.home-product .w-1200 .home-product__wrap .swiper-wrapper .swiper-slide .box-item__txt .title {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-family: "Font-Medium";
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .home-product .w-1200 .home-product__wrap .swiper-wrapper .swiper-slide .box-item__txt .title {
    white-space: unset;
  }
}
.home-product .w-1200 .home-product__wrap .swiper-wrapper .swiper-slide .box-item__txt .des {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #858585;
  margin: 0rem 0 4.8rem;
  height: 12rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .home-product .w-1200 .home-product__wrap .swiper-wrapper .swiper-slide .box-item__txt .des {
    height: auto;
    max-height: 12rem;
  }
}
.home-product .w-1200 .home-product__wrap .swiper-wrapper .swiper-slide .box-item__txt .a_link {
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 1.2rem 2rem;
  display: block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.home-product .w-1200 .home-product__wrap .swiper-wrapper .swiper-slide .box-item::before {
  content: "";
  display: block;
  width: 12rem;
  height: 12rem;
  position: absolute;
  top: -4rem;
  left: 0;
  z-index: 1;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .home-product .w-1200 .home-product__wrap .swiper-wrapper .swiper-slide .box-item::before {
    width: 8rem;
    height: 8rem;
    top: 1rem;
  }
}
.home-product .w-1200 .home-product__wrap .swiper-wrapper .swiper-slide .box-item-1::before {
  background-image: url("https://cdn.smobgame.com/template/Tickop/images/icon_tickop.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.home-product .w-1200 .home-product__wrap .swiper-wrapper .swiper-slide .box-item-2::before {
  background-image: url("https://cdn.smobgame.com/template/Tickop/images/icon_dautu.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.home-product .w-1200 .home-product__wrap .swiper-wrapper .swiper-slide .box-item-3::before {
  background-image: url("https://cdn.smobgame.com/template/Tickop/images/icon_quocte.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.home-product .w-1200 .home-product__wrap .swiper-button-prev {
  margin-left: -5.4rem;
}
@media only screen and (max-width: 767px) {
  .home-product .w-1200 .home-product__wrap .swiper-button-prev {
    margin-left: -1rem;
  }
}
.home-product .w-1200 .home-product__wrap .swiper-button-next {
  margin-right: -5.4rem;
}
@media only screen and (max-width: 767px) {
  .home-product .w-1200 .home-product__wrap .swiper-button-next {
    margin-right: -1rem;
  }
}
.home-product .w-1200 .home-product__wrap.hideNav .swiper-product .swiper-wrapper {
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .home-product .w-1200 .home-product__wrap.hideNav .swiper-product .swiper-wrapper {
    justify-content: unset;
  }
}

.home-compare {
  padding: 13rem 0 7.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .home-compare {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-compare {
    padding: 4rem 0;
  }
}
.home-compare .w-1200 .home-compare__wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: center;
}
.home-compare .w-1200 .home-compare__wrap .swiper-compare .swiper-wrapper .swiper__item {
  min-width: 32rem;
  max-width: 32rem;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -o-border-radius: 32px;
  border-radius: 32px;
  padding: 7.6rem 1.6rem 5rem;
  text-align: center;
  margin-top: 6rem;
}
@media only screen and (max-width: 1024px) {
  .home-compare .w-1200 .home-compare__wrap .swiper-compare .swiper-wrapper .swiper__item {
    min-width: 28rem;
    max-width: 28rem;
  }
}
.home-compare .w-1200 .home-compare__wrap .swiper-compare .swiper-wrapper .swiper__item .name {
  font-size: 3.2rem;
  line-height: 4.8rem;
  font-family: "Font-Bold";
}
@media only screen and (max-width: 767px) {
  .home-compare .w-1200 .home-compare__wrap .swiper-compare .swiper-wrapper .swiper__item .name {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.home-compare .w-1200 .home-compare__wrap .swiper-compare .swiper-wrapper .swiper__item .group-item {
  margin-top: 2.4rem;
}
.home-compare .w-1200 .home-compare__wrap .swiper-compare .swiper-wrapper .swiper__item .group-item:first-of-type {
  margin-top: 2.8rem;
}
.home-compare .w-1200 .home-compare__wrap .swiper-compare .swiper-wrapper .swiper__item .group-item p {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #858585;
}
.home-compare .w-1200 .home-compare__wrap .swiper-compare .swiper-wrapper .swiper__item .group-item span {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-family: "Font-Bold";
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .home-compare .w-1200 .home-compare__wrap .swiper-compare .swiper-wrapper .swiper__item .group-item span {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
}
.home-compare .w-1200 .home-compare__wrap .swiper-compare .swiper-wrapper .swiper__item .group-item span.span_special {
  font-size: 2.4rem;
  line-height: 3.6rem;
}
.home-compare .w-1200 .home-compare__wrap .swiper-compare .swiper-wrapper .swiper__item::before {
  content: "";
  display: block;
  width: 12rem;
  height: 12rem;
  position: absolute;
  top: -6rem;
  left: 50%;
  margin-left: -6rem;
  z-index: 1;
  display: none;
}
.home-compare .w-1200 .home-compare__wrap .swiper-compare .swiper-wrapper .swiper__item-1::before {
  background-image: url("https://cdn.smobgame.com/template/Tickop/images/icon_dautu.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.home-compare .w-1200 .home-compare__wrap .swiper-compare .swiper-wrapper .swiper__item-2::before {
  background-image: url("https://cdn.smobgame.com/template/Tickop/images/icon_tickop.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.home-compare .w-1200 .home-compare__wrap .swiper-compare .swiper-wrapper .swiper__item .icons {
  width: 12rem;
  height: 12rem;
  position: absolute;
  top: -6rem;
  left: 50%;
  margin-left: -6rem;
  z-index: 1;
}
.home-compare .w-1200 .home-compare__wrap .swiper-compare .swiper-wrapper .swiper__item--yellow {
  background: #FFF9EC;
}
.home-compare .w-1200 .home-compare__wrap .swiper-compare .swiper-wrapper .swiper__item--yellow .name {
  color: #FF9900;
}
.home-compare .w-1200 .home-compare__wrap .swiper-compare .swiper-wrapper .swiper__item--yellow .group-item span.span_special {
  color: #FF9900;
}
.home-compare .w-1200 .home-compare__wrap .swiper-compare .swiper-wrapper .swiper__item--green {
  background: #EBFAF2;
}
.home-compare .w-1200 .home-compare__wrap .swiper-compare .swiper-wrapper .swiper__item--green .name {
  color: #33CC7F;
}
.home-compare .w-1200 .home-compare__wrap .swiper-compare .swiper-wrapper .swiper__item--green .group-item span.span_special {
  color: #33CC7F;
}
.home-compare .w-1200 .home-compare__wrap .swiper-compare .swiper-wrapper .swiper__item--blue {
  background: #F8FAFF;
}
.home-compare .w-1200 .home-compare__wrap .swiper-compare .swiper-wrapper .swiper__item--blue .name {
  color: #2F80ED;
}
.home-compare .w-1200 .home-compare__wrap .swiper-compare .swiper-wrapper .swiper__item--blue .group-item span.span_special {
  color: #2F80ED;
}
.home-compare .w-1200 .home-compare__wrap.hideNav .swiper-compare .swiper-wrapper {
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .home-compare .w-1200 .home-compare__wrap.hideNav .swiper-compare .swiper-wrapper {
    justify-content: unset;
  }
}

.home-info {
  overflow: hidden;
  padding: 7.5rem 0 6.5rem;
  background: white;
  background: linear-gradient(180deg, white 0%, white 51%, #004b25 51%, #004b25 100%);
}
@media only screen and (max-width: 767px) {
  .home-info {
    padding: 4.5rem 0 3.5rem;
  }
}
.home-info .w-1200 .home-info__wrap .swiper-info {
  max-width: 800px;
}
@media only screen and (max-width: 767px) {
  .home-info .w-1200 .home-info__wrap .swiper-info {
    max-width: 29rem;
  }
}
.home-info .w-1200 .home-info__wrap .swiper-info .swiper-wrapper .swiper__item .box-img {
  background-image: url("https://cdn.smobgame.com/template/Tickop/images/img_slider2.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 2rem;
}
@media only screen and (max-width: 767px) {
  .home-info .w-1200 .home-info__wrap .swiper-info .swiper-wrapper .swiper__item .box-img {
    padding: 0.6rem;
  }
}
.home-info .w-1200 .home-info__wrap .swiper-info .swiper-wrapper .swiper__item .box-img .iframe__wrap {
  overflow: hidden;
  display: block;
  position: relative;
}
.home-info .w-1200 .home-info__wrap .swiper-info .swiper-wrapper .swiper__item .box-img .iframe__wrap::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.home-info .w-1200 .home-info__wrap .swiper-info .swiper-wrapper .swiper__item .box-img .iframe__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.home-info .w-1200 .home-info__wrap .swiper-info .swiper-wrapper .swiper__item .box-txt {
  font-family: "Font-Bold";
  font-size: 2.4rem;
  line-height: 4rem;
  margin-top: 3rem;
  text-align: center;
  color: white;
}
@media only screen and (max-width: 1024px) {
  .home-info .w-1200 .home-info__wrap .swiper-info .swiper-wrapper .swiper__item .box-txt {
    font-size: 1.6rem;
    margin-top: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-info .w-1200 .home-info__wrap .swiper-info .swiper-wrapper .swiper__item .box-txt {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.home-info .w-1200 .home-info__wrap #js-prev1, .home-info .w-1200 .home-info__wrap #js-next1 {
  margin-top: -7.2rem;
}
@media only screen and (max-width: 767px) {
  .home-info .w-1200 .home-info__wrap #js-prev1, .home-info .w-1200 .home-info__wrap #js-next1 {
    margin-top: -5.8rem;
  }
}
.home-info .w-1200 .home-info__wrap #js-prev1 {
  left: 10rem;
}
@media only screen and (max-width: 1024px) {
  .home-info .w-1200 .home-info__wrap #js-prev1 {
    left: 0;
  }
}
.home-info .w-1200 .home-info__wrap #js-next1 {
  right: 10rem;
}
@media only screen and (max-width: 1024px) {
  .home-info .w-1200 .home-info__wrap #js-next1 {
    right: 0;
  }
}

.customer {
  padding: 10rem 0 16rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .customer {
    padding: 6rem 0;
  }
}
.customer .customer__wrap {
  padding: 0 8rem;
}
@media only screen and (max-width: 767px) {
  .customer .customer__wrap {
    padding: 0;
  }
}
.customer .customer__wrap .swiper__item-txt {
  width: 100%;
  padding: 7.7rem 10rem;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .customer .customer__wrap .swiper__item-txt {
    padding: 0 0 4rem 0;
  }
}
.customer .customer__wrap .swiper__item-txt.showMb {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .customer .customer__wrap .swiper__item-txt.showMb {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .customer .customer__wrap .swiper__item-txt.showMb {
    max-width: 29rem;
    margin: auto;
  }
}
.customer .customer__wrap .swiper__item-txt .des {
  display: inline-block;
  font-size: 4rem;
  line-height: 5.2rem;
  font-family: "Font-Bold";
  max-width: 66rem;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .customer .customer__wrap .swiper__item-txt .des {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .customer .customer__wrap .swiper__item-txt .des {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.customer .customer__wrap .swiper__item-txt .des::after, .customer .customer__wrap .swiper__item-txt .des::before {
  content: "";
  display: block;
  background-image: url("https://cdn.smobgame.com/template/Tickop/images/icon_nhay.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 3.2rem;
  height: 3rem;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .customer .customer__wrap .swiper__item-txt .des::after, .customer .customer__wrap .swiper__item-txt .des::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.customer .customer__wrap .swiper__item-txt .des::before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: -3rem;
}
@media only screen and (max-width: 1024px) {
  .customer .customer__wrap .swiper__item-txt .des::before {
    left: -4rem;
  }
}
@media only screen and (max-width: 767px) {
  .customer .customer__wrap .swiper__item-txt .des::before {
    left: -2rem;
  }
}
.customer .customer__wrap .swiper__item-txt .des::after {
  bottom: 4.1rem;
  right: -5rem;
}
@media only screen and (max-width: 767px) {
  .customer .customer__wrap .swiper__item-txt .des::after {
    bottom: 1.5rem;
    right: -2rem;
  }
}
.customer .customer__wrap .swiper__item-txt .des span {
  color: #33CC7F;
}
.customer .customer__wrap .swiper-customer .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px;
}
@media only screen and (max-width: 1024px) {
  .customer .customer__wrap .swiper-customer .swiper-wrapper {
    flex-wrap: nowrap;
  }
}
.customer .customer__wrap .swiper-customer .swiper-wrapper .swiper__item {
  max-width: 29.2rem !important;
  min-width: 29.2rem;
  margin-right: 1.2rem;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
@media only screen and (max-width: 1024px) {
  .customer .customer__wrap .swiper-customer .swiper-wrapper .swiper__item {
    max-width: unset !important;
    min-width: unset !important;
  }
}
.customer .customer__wrap .swiper-customer .swiper-wrapper .swiper__item .customer__item {
  padding: 1.6rem 1.2rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(2, 0, 111, 0.1);
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  height: 100%;
}
.customer .customer__wrap .swiper-customer .swiper-wrapper .swiper__item .customer__item .box-img {
  width: 4rem;
  height: 4rem;
  min-width: 4rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 1.2rem;
  overflow: hidden;
}
.customer .customer__wrap .swiper-customer .swiper-wrapper .swiper__item .customer__item .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.customer .customer__wrap .swiper-customer .swiper-wrapper .swiper__item .customer__item .box-txt .des {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #858585;
  margin-bottom: 0.8rem;
}
.customer .customer__wrap .swiper-customer .swiper-wrapper .swiper__item .customer__item .box-txt .name {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-family: "Font-Medium";
}
.customer .customer__wrap .swiper-customer .swiper-wrapper .swiper__item .customer__item::after {
  top: 100%;
  left: 48px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 18px;
  margin-left: -21px;
}
@media only screen and (max-width: 1024px) {
  .customer .customer__wrap .swiper-customer .swiper-wrapper .swiper__item .customer__item::after {
    display: none;
  }
}
.customer .customer__wrap .swiper-customer .swiper-wrapper .swiper__item .customer__item::before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  width: 36px;
  height: 36px;
  bottom: -12px;
  z-index: -1;
  box-shadow: 0px 4px 10px rgba(2, 0, 111, 0.1);
  left: 28px;
}
@media only screen and (max-width: 1024px) {
  .customer .customer__wrap .swiper-customer .swiper-wrapper .swiper__item .customer__item::before {
    display: none;
  }
}
.customer .customer__wrap .swiper-customer .swiper-wrapper .swiper__item .customer__item-1::after {
  left: auto;
  right: 48px;
}
.customer .customer__wrap .swiper-customer .swiper-wrapper .swiper__item .customer__item-1::before {
  left: auto;
  right: 48px;
}
.customer .customer__wrap .swiper-customer .swiper-wrapper .swiper__item .customer__item-3::after {
  left: auto;
  right: 48px;
  border-bottom-color: #fff;
  border-top-color: transparent;
  bottom: 100%;
  top: auto;
}
.customer .customer__wrap .swiper-customer .swiper-wrapper .swiper__item .customer__item-3::before {
  left: auto;
  right: 48px;
  top: -12px;
  bottom: auto;
}
.customer .customer__wrap .swiper-customer .swiper-wrapper .swiper__item .customer__item-4::after {
  border-bottom-color: #fff;
  border-top-color: transparent;
  bottom: 100%;
  top: auto;
}
.customer .customer__wrap .swiper-customer .swiper-wrapper .swiper__item .customer__item-4::before {
  bottom: auto;
  top: -12px;
}
.customer .customer__wrap .swiper-customer .swiper-wrapper .swiper__item.swiper__item-txt {
  width: 100% !important;
  max-width: none !important;
}
@media only screen and (max-width: 1024px) {
  .customer .customer__wrap .swiper-customer .swiper-wrapper .swiper__item.swiper__item-txt {
    display: none;
  }
}

.box-download {
  background: #058F48;
  overflow-x: clip;
  margin-top: 20rem;
}
@media only screen and (max-width: 1024px) {
  .box-download {
    margin-top: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .box-download {
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 359px) {
  .box-download {
    margin-top: 0;
  }
}
.box-download .w-1200 .box-download__wrap {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .box-download .w-1200 .box-download__wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
  }
}
.box-download .w-1200 .box-download__wrap .box-txt {
  max-width: 51rem;
  padding: 5rem 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .box-download .w-1200 .box-download__wrap .box-txt {
    max-width: 35rem;
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .box-download .w-1200 .box-download__wrap .box-txt {
    max-width: 16rem;
    padding: 1.2rem 0;
  }
}
.box-download .w-1200 .box-download__wrap .box-txt .title {
  font-size: 3.6rem;
  line-height: 4.8rem;
  color: #fff;
  font-family: "Font-Bold";
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1024px) {
  .box-download .w-1200 .box-download__wrap .box-txt .title {
    font-size: 2.6rem;
    line-height: 3.8rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .box-download .w-1200 .box-download__wrap .box-txt .title {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 2rem;
  }
}
.box-download .w-1200 .box-download__wrap .box-txt .title span {
  display: block;
  margin-bottom: 0.4rem;
}
@media only screen and (max-width: 767px) {
  .box-download .w-1200 .box-download__wrap .box-txt .title span {
    margin-bottom: 0;
  }
}
.box-download .w-1200 .box-download__wrap .box-txt .title span:last-of-type {
  margin-bottom: 0;
}
.box-download .w-1200 .box-download__wrap .box-txt .group-dl {
  align-items: center;
}
.box-download .w-1200 .box-download__wrap .box-txt .group-dl .qr {
  width: 14rem;
  height: 14rem;
  margin-right: 2.4rem;
}
@media only screen and (max-width: 1024px) {
  .box-download .w-1200 .box-download__wrap .box-txt .group-dl .qr {
    width: 10rem;
    height: 10rem;
    margin-right: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .box-download .w-1200 .box-download__wrap .box-txt .group-dl .qr {
    width: 5.8rem;
    height: 5.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .box-download .w-1200 .box-download__wrap .box-txt .group-dl .icons {
    justify-content: center;
  }
}
.box-download .w-1200 .box-download__wrap .box-txt .group-dl .icons a {
  display: block;
  width: 16.8rem;
  height: 4.8rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 1024px) {
  .box-download .w-1200 .box-download__wrap .box-txt .group-dl .icons a {
    width: 13.8rem;
    height: 4rem;
    margin-bottom: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .box-download .w-1200 .box-download__wrap .box-txt .group-dl .icons a {
    width: 8.5rem;
    height: 2.4rem;
    margin-bottom: 0.8rem;
  }
}
.box-download .w-1200 .box-download__wrap .box-txt .group-dl .icons a:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .box-download .w-1200 .box-download__wrap .box-txt .group-dl .icons a:last-of-type {
    margin-right: 0;
  }
}
.box-download .w-1200 .box-download__wrap .box-img {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: -10.5rem;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .box-download .w-1200 .box-download__wrap .box-img {
    margin-right: -6.5rem;
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .box-download .w-1200 .box-download__wrap .box-img {
    width: 20rem;
    margin-right: -1.5rem;
  }
}
@media only screen and (max-width: 359px) {
  .box-download .w-1200 .box-download__wrap .box-img {
    width: 17rem;
  }
}
.box-download .w-1200 .box-download__wrap .box-img img {
  display: block;
  width: 100%;
  max-width: 87.6rem;
}
@media only screen and (max-width: 767px) {
  .box-download .w-1200 .box-download__wrap .box-img img {
    max-width: 20rem;
  }
}

.question {
  background: #F8FAFF;
  padding: 10rem 0;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .question {
    padding: 6rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .question {
    padding: 5rem 0;
  }
}
.question .question__wrap {
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .question .question__wrap {
    flex-direction: column;
  }
}
.question .question__wrap .box-img {
  width: 33%;
  padding-top: 6rem;
}
@media only screen and (max-width: 1024px) {
  .question .question__wrap .box-img {
    width: 100%;
    margin: 0 auto 3rem;
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .question .question__wrap .box-img img {
    display: block;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .question .question__wrap .box-img img {
    max-width: 19.1rem;
  }
}
.question .question__wrap .box-txt {
  width: 67%;
  padding-left: 11rem;
}
@media only screen and (max-width: 1024px) {
  .question .question__wrap .box-txt {
    width: 100%;
    padding-left: 0;
  }
}
.question .question__wrap .box-txt .items {
  padding: 1.6rem 5.2rem 1.6rem 1.6rem;
  position: relative;
  box-shadow: 0px 3px 15px rgba(180, 199, 234, 0.15);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 2.4rem;
  overflow: hidden;
  background: #fff;
  margin-left: 10rem;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (max-width: 767px) {
  .question .question__wrap .box-txt .items {
    margin-bottom: 1.2rem;
    padding: 1.6rem 4.6rem 1.6rem 2rem;
    align-items: center;
    margin-left: 0;
  }
}
.question .question__wrap .box-txt .items:last-of-type {
  margin-bottom: 0;
}
.question .question__wrap .box-txt .items::after {
  content: "";
  display: block;
  background-image: url("https://cdn.smobgame.com/template/Tickop/images/icon_down.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 50%;
  margin-top: -1.2rem;
  right: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .question .question__wrap .box-txt .items::after {
    width: 1.6rem;
    height: 1.6rem;
    margin-top: -0.8rem;
    right: 0.8rem;
  }
}
.question .question__wrap .box-txt .items-num {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #33CC7F;
  font-family: "Font-Bold";
  margin-right: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .question .question__wrap .box-txt .items-num {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}
.question .question__wrap .box-txt .items-txt .title {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Font-Bold";
}
@media only screen and (max-width: 767px) {
  .question .question__wrap .box-txt .items-txt .title {
    font-size: 1.4rem;
  }
}
.question .question__wrap .box-txt .items-txt .des {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #858585;
  margin-top: 0.8rem;
  display: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (max-width: 767px) {
  .question .question__wrap .box-txt .items-txt .des {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.question .question__wrap .box-txt .items-txt .des .viewmorre {
  display: inline-block;
  color: #33CC7F;
  font-family: "Font-Medium";
  margin-left: 1rem;
}
.question .question__wrap .box-txt .items.active {
  margin-left: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.question .question__wrap .box-txt .items.active::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.6rem;
  background: #33CC7F;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .question .question__wrap .box-txt .items.active::before {
    width: 0.4rem;
  }
}
.question .question__wrap .box-txt .items.active::after {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.question .question__wrap .box-txt .items.active .items-num {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .question .question__wrap .box-txt .items.active .items-num {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.question .question__wrap .box-txt .items.active .items-txt .des {
  display: block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.question .group-btn {
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .question .group-btn {
    margin-top: 4rem;
  }
}
.question .group-btn .viewMore {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #fff;
  padding: 1.2rem 3.7rem;
  background: #33CC7F;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .question .group-btn .viewMore {
    padding: 1.2rem 2.5rem;
  }
}

.footer {
  padding: 5rem 0 5rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .footer {
    padding: 5rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 4rem 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  .footer .footer__wrap {
    flex-wrap: wrap;
  }
}
.footer .footer__wrap .footer-col {
  padding-right: 4rem;
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .footer .footer__wrap .footer-col {
    width: 50%;
    flex: none;
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer__wrap .footer-col {
    margin-bottom: 4rem;
  }
}
.footer .footer__wrap .footer-col-1 {
  width: 33%;
  padding-right: 5rem;
}
@media only screen and (max-width: 1024px) {
  .footer .footer__wrap .footer-col-1 {
    width: 100%;
    padding-right: 0;
  }
}
.footer .footer__wrap .footer-col:last-of-type {
  padding-right: 0;
  min-width: 26%;
}
@media only screen and (max-width: 767px) {
  .footer .footer__wrap .footer-col:last-of-type {
    width: 100%;
  }
}
.footer .footer__wrap .footer-col .logo-ft {
  width: 13.1rem;
  height: 6rem;
  background-image: url("https://cdn.smobgame.com/template/Tickop/images/logo_hasTxt.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .footer .footer__wrap .footer-col .logo-ft {
    width: 9.3rem;
    height: 4.8rem;
  }
}
.footer .footer__wrap .footer-col .name {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Font-Bold";
  margin: 1.5rem 0 1.2rem;
}
@media only screen and (max-width: 767px) {
  .footer .footer__wrap .footer-col .name {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.footer .footer__wrap .footer-col .address {
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: "Font-Medium";
  color: #858585;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .footer .footer__wrap .footer-col .address {
    margin-bottom: 0.8rem;
  }
}
.footer .footer__wrap .footer-col .address strong {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #34404B;
}
.footer .footer__wrap .footer-col .group-dl {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .footer .footer__wrap .footer-col .group-dl {
    margin-top: 2.4rem;
  }
}
.footer .footer__wrap .footer-col .group-dl a {
  display: block;
  width: 14.4rem;
  height: 4.6rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  .footer .footer__wrap .footer-col .group-dl a {
    width: 13rem;
    height: 4rem;
  }
}
.footer .footer__wrap .footer-col .group-dl a:last-of-type {
  margin-right: 0;
}
.footer .footer__wrap .footer-col .ft-title {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-family: "Font-Bold";
  color: #333333;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .footer .footer__wrap .footer-col .ft-title {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 1.2rem;
  }
}
.footer .footer__wrap .footer-col .ft-list li {
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .footer .footer__wrap .footer-col .ft-list li {
    margin-bottom: 1.2rem;
  }
}
.footer .footer__wrap .footer-col .ft-list li:last-of-type {
  margin-bottom: 0;
}
.footer .footer__wrap .footer-col .ft-list li a {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #858585;
  display: block;
}
@media only screen and (max-width: 767px) {
  .footer .footer__wrap .footer-col .ft-list li a {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.footer .footer__wrap .footer-col .ft-list li a.has_icon {
  align-items: flex-start;
}
.footer .footer__wrap .footer-col .ft-list li a.has_icon span {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  min-width: 2.4rem;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  margin-right: 1.2rem;
  box-shadow: 0px 4px 20px rgba(6, 55, 154, 0.1);
}
@media only screen and (max-width: 767px) {
  .footer .footer__wrap .footer-col .ft-list li a.has_icon span {
    margin-right: 0.8rem;
  }
}
.footer .footer__wrap .footer-col .ft-list li a.has_icon span.icon_fb {
  background-image: url("https://cdn.smobgame.com/template/Tickop/images/icon_fb1.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.footer .footer__wrap .footer-col .ft-list li a.has_icon span.icon_phone {
  background-image: url("https://cdn.smobgame.com/template/Tickop/images/icon_phone.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.footer .footer__wrap .footer-col .ft-list li a.has_icon span.icon_email {
  background-image: url("https://cdn.smobgame.com/template/Tickop/images/icon_email.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.footer .footer__wrap .footer-col .ft-list li a.has_icon span.icon_numcall {
  background-image: url("https://cdn.smobgame.com/template/Tickop/images/icon_numcall.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.footer .footer__wrap .footer-col .ft-list li a.has_icon span.icon_zalo {
  background-image: url("https://cdn.smobgame.com/template/Tickop/images/icon_zalo.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.footer .footer__wrap .footer-col .ft-list li a:hover {
  color: #33CC7F;
}
.footer .footer__wrap .footer-col .ft-list li .note {
  font-size: 1.3rem;
  margin-top: 0.5rem;
  padding-left: 4rem;
  line-height: 2rem;
  color: #a7a6a6;
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 767px) {
  .footer .footer__wrap .footer-col .ft-list li .note {
    margin-top: 0.2rem;
    padding-left: 3rem;
  }
}

.banner-slider {
  overflow: hidden;
}
.banner-slider .swiper-bannerSlider {
  padding-bottom: 0;
}
.banner-slider .swiper-bannerSlider .swiper-pagination {
  bottom: 4rem;
}
@media only screen and (max-width: 1024px) {
  .banner-slider .swiper-bannerSlider .swiper-pagination {
    bottom: 1.6rem;
  }
}

.accumulation-type {
  padding: 9rem 0 10rem;
  overflow: hidden;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .accumulation-type {
    padding: 6rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .accumulation-type {
    padding: 5rem 0;
  }
}
.accumulation-type .w-1200 .accumulation-type__wrap .swiper-type {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.accumulation-type .w-1200 .accumulation-type__wrap .swiper-type .swiper-wrapper .swiper__item {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(1, 18, 34, 0.1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.accumulation-type .w-1200 .accumulation-type__wrap .swiper-type .swiper-wrapper .swiper__item .box-txt {
  padding: 1.2rem 1.2rem 1.6rem;
}
.accumulation-type .w-1200 .accumulation-type__wrap .swiper-type .swiper-wrapper .swiper__item .box-txt .name {
  font-size: 2.4rem;
  line-height: 3.1rem;
  font-family: "Font-Medium";
  margin-bottom: 0.8rem;
  color: #333333;
}
.accumulation-type .w-1200 .accumulation-type__wrap .swiper-type .swiper-wrapper .swiper__item .box-txt .des {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #858585;
}
.accumulation-type .w-1200 .accumulation-type__wrap .swiper-button-prev {
  margin-left: -5.4rem;
}
@media only screen and (max-width: 767px) {
  .accumulation-type .w-1200 .accumulation-type__wrap .swiper-button-prev {
    margin-left: -1rem;
  }
}
.accumulation-type .w-1200 .accumulation-type__wrap .swiper-button-next {
  margin-right: -5.4rem;
}
@media only screen and (max-width: 767px) {
  .accumulation-type .w-1200 .accumulation-type__wrap .swiper-button-next {
    margin-right: -1rem;
  }
}
.accumulation-type .w-1200 .accumulation-type__wrap.hideNav .swiper-type .swiper-wrapper {
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .accumulation-type .w-1200 .accumulation-type__wrap.hideNav .swiper-type .swiper-wrapper {
    justify-content: unset;
  }
}

.whatIs {
  background: #F8FAFF;
  padding: 8.5rem 0 10rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .whatIs {
    padding: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .whatIs {
    padding: 5rem 0;
  }
}
.whatIs .whatIs__wrap {
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .whatIs .whatIs__wrap {
    flex-direction: column;
    justify-content: center;
  }
}
.whatIs .whatIs__wrap::before {
  content: "";
  display: block;
  width: 49%;
  height: 25.4rem;
  background-image: url("https://cdn.smobgame.com/template/Tickop/images/tichluy_line.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 25.5%;
  top: 107px;
}
@media only screen and (max-width: 1024px) {
  .whatIs .whatIs__wrap::before {
    display: none;
  }
}
.whatIs .whatIs__wrap .box-item {
  text-align: center;
  margin: auto;
  max-width: 28.2rem;
  margin-top: 6.5rem;
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .whatIs .whatIs__wrap .box-item {
    margin-top: 0;
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 4rem;
    max-width: 32rem;
  }
  .whatIs .whatIs__wrap .box-item:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .whatIs .whatIs__wrap .box-item .txts {
    margin-bottom: 1rem;
  }
}
.whatIs .whatIs__wrap .box-item .txts .title {
  font-size: 2.4rem;
  line-height: 3.1rem;
  color: #333333;
  font-family: "Font-Bold";
  margin-bottom: 0.8rem;
}
.whatIs .whatIs__wrap .box-item .txts .des {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #858585;
}
.whatIs .whatIs__wrap .box-item-2 {
  margin-top: 0;
}
.whatIs .whatIs__wrap .box-item-2 .title {
  margin-top: 6.1rem;
}
@media only screen and (max-width: 1024px) {
  .whatIs .whatIs__wrap .box-item-2 .title {
    margin-top: 0;
  }
}
.whatIs.whatIs-invester {
  background: white;
  overflow: hidden;
}
.whatIs.whatIs-invester .whatIs__wrap .box-item-2 {
  max-width: 31.2rem;
}
@media only screen and (max-width: 767px) {
  .whatIs.whatIs-invester .whatIs__wrap .box-item-2 {
    max-width: 100%;
  }
}

.how-accumulation {
  padding: 9rem 0 1rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .how-accumulation {
    padding: 6rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .how-accumulation {
    padding: 5rem 0;
  }
}
.how-accumulation .how-accumulation__wrap {
  overflow: hidden;
}
.how-accumulation .how-accumulation__wrap .box-item {
  margin-bottom: 2.7rem;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .how-accumulation .how-accumulation__wrap .box-item {
    flex-direction: column-reverse;
    justify-content: center;
    margin-bottom: 5rem;
  }
  .how-accumulation .how-accumulation__wrap .box-item:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .how-accumulation .how-accumulation__wrap .box-item {
    margin-bottom: 3rem;
  }
}
.how-accumulation .how-accumulation__wrap .box-item:last-of-type {
  margin-bottom: 0;
}
.how-accumulation .how-accumulation__wrap .box-item .box-img {
  max-width: 50%;
}
@media only screen and (max-width: 1024px) {
  .how-accumulation .how-accumulation__wrap .box-item .box-img {
    width: 100% !important;
    max-width: none;
  }
}
.how-accumulation .how-accumulation__wrap .box-item .box-txt {
  position: relative;
  margin-top: 20rem;
}
@media only screen and (max-width: 1024px) {
  .how-accumulation .how-accumulation__wrap .box-item .box-txt {
    width: 100% !important;
    max-width: 67rem;
    padding: 0 15px;
    margin: 0 auto 3rem;
  }
}
.how-accumulation .how-accumulation__wrap .box-item .box-txt::before {
  content: "1";
  display: block;
  color: #33CC7F;
  opacity: 0.08;
  font-size: 28.8rem;
  line-height: 130%;
  position: absolute;
  font-family: "Font-Bold";
  left: -8rem;
  top: -19.5rem;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .how-accumulation .how-accumulation__wrap .box-item .box-txt::before {
    display: none;
  }
}
.how-accumulation .how-accumulation__wrap .box-item .box-txt .title {
  font-size: 2.4rem;
  line-height: 3.1rem;
  color: #33CC7F;
  font-family: "Font-Bold";
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .how-accumulation .how-accumulation__wrap .box-item .box-txt .title {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 0.6rem;
  }
}
.how-accumulation .how-accumulation__wrap .box-item .box-txt .title span {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .how-accumulation .how-accumulation__wrap .box-item .box-txt .title span {
    display: inline;
  }
}
.how-accumulation .how-accumulation__wrap .box-item .box-txt .des {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #858585;
}
.how-accumulation .how-accumulation__wrap .box-item .box-txt .des span {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .how-accumulation .how-accumulation__wrap .box-item .box-txt .des span {
    display: inline;
  }
}
.how-accumulation .how-accumulation__wrap .box-item-1 {
  max-width: 120rem;
  margin: auto;
  padding: 0 10rem;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .how-accumulation .how-accumulation__wrap .box-item-1 {
    padding: 0;
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .how-accumulation .how-accumulation__wrap .box-item-1 {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 1024px) {
  .how-accumulation .how-accumulation__wrap .box-item-1 .box-img {
    padding: 0 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .how-accumulation .how-accumulation__wrap .box-item-1 .box-img {
    padding: 0 3rem;
  }
}
.how-accumulation .how-accumulation__wrap .box-item-1 .box-img img {
  display: block;
  margin: auto;
}
.how-accumulation .how-accumulation__wrap .box-item-1 .box-txt {
  margin-top: 26rem;
}
@media only screen and (max-width: 1024px) {
  .how-accumulation .how-accumulation__wrap .box-item-1 .box-txt {
    margin-top: 0;
  }
}
.how-accumulation .how-accumulation__wrap .box-item-2 {
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-left: 8rem;
  padding-bottom: 6rem;
}
@media only screen and (max-width: 1024px) {
  .how-accumulation .how-accumulation__wrap .box-item-2 {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 0;
  }
}
.how-accumulation .how-accumulation__wrap .box-item-2::before {
  content: "";
  display: block;
  width: 50%;
  background-image: url("https://cdn.smobgame.com/template/Tickop/images/how_line1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  height: 43rem;
  left: 25.5%;
  top: -26rem;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .how-accumulation .how-accumulation__wrap .box-item-2::before {
    display: none;
  }
}
.how-accumulation .how-accumulation__wrap .box-item-2::after {
  content: "";
  display: block;
  width: 47%;
  background-image: url("https://cdn.smobgame.com/template/Tickop/images/how_line2.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  height: 44.8rem;
  left: 25.5%;
  bottom: -17.5rem;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .how-accumulation .how-accumulation__wrap .box-item-2::after {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .how-accumulation .how-accumulation__wrap .box-item-2 .box-img {
    text-align: end;
  }
}
.how-accumulation .how-accumulation__wrap .box-item-2 .box-txt {
  margin-top: 21rem;
}
@media only screen and (min-width: 1400px) {
  .how-accumulation .how-accumulation__wrap .box-item-2 .box-txt {
    margin-left: calc((100vw - 1200px) / 2);
  }
}
@media only screen and (max-width: 1024px) {
  .how-accumulation .how-accumulation__wrap .box-item-2 .box-txt {
    margin-top: 0;
  }
}
.how-accumulation .how-accumulation__wrap .box-item-2 .box-txt::before {
  content: "2";
}
.how-accumulation .how-accumulation__wrap .box-item-3 .box-img {
  width: 50%;
}
.how-accumulation .how-accumulation__wrap .box-item-3 .box-txt {
  width: 50%;
  max-width: 45rem;
  margin-left: 12rem;
}
@media only screen and (max-width: 1024px) {
  .how-accumulation .how-accumulation__wrap .box-item-3 .box-txt {
    max-width: 67rem;
    padding: 0 15px;
    margin: 0 auto 3rem;
  }
}
.how-accumulation .how-accumulation__wrap .box-item-3 .box-txt::before {
  content: "3";
}
.section-advantage {
  padding: 10rem 0;
  background: #F8FAFF;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .section-advantage {
    padding: 6rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-advantage {
    padding: 4rem 0;
  }
}
.section-advantage .section-advantage__wrap {
  padding: 0 10rem;
}
@media only screen and (max-width: 1024px) {
  .section-advantage .section-advantage__wrap {
    padding: 0;
  }
}
.section-advantage .section-advantage__wrap .advatege-title {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1024px) {
  .section-advantage .section-advantage__wrap .advatege-title {
    margin-bottom: 4rem;
    flex-direction: column;
  }
}
.section-advantage .section-advantage__wrap .advatege-title .page-title {
  width: 33%;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .section-advantage .section-advantage__wrap .advatege-title .page-title {
    width: 100%;
    text-align: center;
  }
}
.section-advantage .section-advantage__wrap .advatege-title .page-title .title::before {
  left: 0;
  margin-left: 0;
}
@media only screen and (max-width: 1024px) {
  .section-advantage .section-advantage__wrap .advatege-title .page-title .title::before {
    left: 50%;
    margin-left: -4.2rem;
  }
}
.section-advantage .section-advantage__wrap .advatege-title .des {
  width: 67%;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #858585;
  padding-left: 2rem;
  max-width: 43.5rem;
}
@media only screen and (max-width: 1024px) {
  .section-advantage .section-advantage__wrap .advatege-title .des {
    width: 100%;
    text-align: center;
    max-width: 100%;
    margin-top: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-advantage .section-advantage__wrap .advatege-title .des {
    margin-top: 1.2rem;
  }
}
.section-advantage .section-advantage__wrap .advatege-title .des strong {
  font-size: 1.6rem;
  color: #33CC7F;
}
.section-advantage .section-advantage__wrap .contents {
  border: 1.5px solid rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 5rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .section-advantage .section-advantage__wrap .contents {
    padding: 0;
  }
}
.section-advantage .section-advantage__wrap .contents .box-item {
  width: calc((100% - (2.5rem) * (3 - 1)) / 3);
  margin-right: 2.5rem;
  display: inline-block;
  float: left;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: #fff;
  padding: 4rem 0 2.6rem;
  color: #333333;
  text-align: center;
}
.section-advantage .section-advantage__wrap .contents .box-item:last-of-type {
  margin-right: 0;
}
.section-advantage .section-advantage__wrap .contents .box-item:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .section-advantage .section-advantage__wrap .contents .box-item {
    width: calc((100% - (0rem) * (3 - 1)) / 3);
    margin-right: 0rem;
    display: inline-block;
    float: left;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
  .section-advantage .section-advantage__wrap .contents .box-item:last-of-type {
    margin-right: 0;
  }
  .section-advantage .section-advantage__wrap .contents .box-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-advantage .section-advantage__wrap .contents .box-item {
    padding: 2.8rem 0 1rem;
  }
}
.section-advantage .section-advantage__wrap .contents .box-item .icons {
  width: 5.6rem;
  height: 5.6rem;
  margin: auto;
  box-shadow: 0px 4px 30px rgba(25, 62, 131, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: white;
  -webkit-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-advantage .section-advantage__wrap .contents .box-item .title {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-family: "Font-Bold";
  color: #333333;
  margin: 1.2rem 0 4rem;
  padding: 0 1rem;
  -webkit-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .section-advantage .section-advantage__wrap .contents .box-item .title {
    font-family: "Font-Medium";
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 0.8rem 0 1.4rem;
  }
}
.section-advantage .section-advantage__wrap .contents .box-item .sub {
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 2.4rem 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .section-advantage .section-advantage__wrap .contents .box-item .sub {
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 1.4rem 0.4rem;
  }
}
.section-advantage .section-advantage__wrap .contents .box-item-1 .icons {
  opacity: 0;
}
.section-advantage .section-advantage__wrap .contents .box-item-2 .sub {
  font-family: "Font-Bold";
  position: relative;
}
.section-advantage .section-advantage__wrap .contents .box-item-2 .sub::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  position: absolute;
  top: -1px;
  left: -2.4rem;
}
@media only screen and (max-width: 1024px) {
  .section-advantage .section-advantage__wrap .contents .box-item-2 .sub::before {
    display: none;
  }
}
.section-advantage .section-advantage__wrap .contents .box-item-2 .sub::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  position: absolute;
  top: -1px;
  right: -2.4rem;
}
@media only screen and (max-width: 1024px) {
  .section-advantage .section-advantage__wrap .contents .box-item-2 .sub::after {
    display: none;
  }
}
.section-advantage .section-advantage__wrap .contents .box-item-3 {
  background: #33CC7F;
  color: #fff;
}
.section-advantage .section-advantage__wrap .contents .box-item-3 .title {
  color: #fff;
}
.section-advantage .section-advantage__wrap .contents .box-item-3 .sub {
  font-family: "Font-Bold";
}

.banner-investor {
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .banner-investor {
    height: auto;
  }
}
.banner-investor .swiper-bannerTxt {
  padding-bottom: 0;
}
.banner-investor .swiper-bannerTxt .swiper-pagination {
  bottom: 4rem;
}
@media only screen and (max-width: 1024px) {
  .banner-investor .swiper-bannerTxt .swiper-pagination {
    bottom: 1.6rem;
  }
}

.invester-partner {
  overflow: hidden;
  background: #F8FAFF;
  padding: 10rem 0 6rem;
}
@media only screen and (max-width: 1024px) {
  .invester-partner {
    padding: 6rem 0 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .invester-partner {
    padding: 4rem 0 3rem;
  }
}
.invester-partner .invester-partner__wrap {
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .invester-partner .invester-partner__wrap {
    flex-direction: column;
  }
}
.invester-partner .invester-partner__wrap .box-title {
  width: 36%;
}
@media only screen and (max-width: 1024px) {
  .invester-partner .invester-partner__wrap .box-title {
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .invester-partner .invester-partner__wrap .box-title {
    margin-bottom: 2rem;
  }
}
.invester-partner .invester-partner__wrap .box-title .title {
  font-family: "Font-Bold";
  font-size: 3.6rem;
  line-height: 4.6rem;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .invester-partner .invester-partner__wrap .box-title .title {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.invester-partner .invester-partner__wrap .box-title .sub {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #858585;
  margin-top: 1.2rem;
  max-width: 38.4rem;
}
@media only screen and (max-width: 1024px) {
  .invester-partner .invester-partner__wrap .box-title .sub {
    max-width: 100%;
  }
}
.invester-partner .invester-partner__wrap .box-list {
  text-align: right;
  width: 64%;
}
@media only screen and (max-width: 1024px) {
  .invester-partner .invester-partner__wrap .box-list {
    width: 100%;
    text-align: center;
  }
}
.invester-partner .invester-partner__wrap .box-list .partner__item {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 1.2rem;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  min-width: 14rem;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  margin-left: 4rem;
  margin-bottom: 4rem;
  background: #33CC7F;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 1024px) {
  .invester-partner .invester-partner__wrap .box-list .partner__item {
    margin: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .invester-partner .invester-partner__wrap .box-list .partner__item {
    font-size: 1.1rem;
    letter-spacing: -0.7px;
    padding: 0.3rem 0.5rem;
    min-width: 9rem;
    margin: 0.5rem 0.2rem;
  }
}
.invester-partner .invester-partner__wrap .box-list .partner__item:hover {
  box-shadow: 0px 2px 10px 4px rgba(39, 189, 114, 0.3);
}

.choose-invester {
  overflow: hidden;
  padding: 9rem 0 9rem;
}
@media only screen and (max-width: 1024px) {
  .choose-invester {
    padding: 6rem 0;
  }
}
.choose-invester .page-title {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 1024px) {
  .choose-invester .page-title {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .choose-invester .page-title {
    margin-bottom: 2.4rem;
  }
}
.choose-invester .choose-invester__wrap .choose-nav .swiper-slide {
  width: auto;
}
.choose-invester .choose-invester__wrap .choose-nav .items {
  text-align: center;
  margin: auto;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .choose-invester .choose-invester__wrap .choose-nav .items {
    width: auto;
    margin-right: 1.5rem;
  }
  .choose-invester .choose-invester__wrap .choose-nav .items:last-of-type {
    margin-right: 0;
  }
}
.choose-invester .choose-invester__wrap .choose-nav .items .items-img {
  width: 10rem;
  height: 10rem;
  background: #F5F6FA;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .choose-invester .choose-invester__wrap .choose-nav .items .items-img {
    width: 6.4rem;
    height: 6.4rem;
  }
}
.choose-invester .choose-invester__wrap .choose-nav .items .items-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.choose-invester .choose-invester__wrap .choose-nav .items .items-txt {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-top: 2.4rem;
  color: #33CC7F;
  font-family: "Font-Medium";
}
@media only screen and (max-width: 767px) {
  .choose-invester .choose-invester__wrap .choose-nav .items .items-txt {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: 1.2rem;
  }
}
.choose-invester .choose-invester__wrap .choose-nav .items.active {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
.choose-invester .choose-invester__wrap .choose-nav .items.active .items-img {
  border: 4px solid #33CC7F;
}
@media only screen and (max-width: 767px) {
  .choose-invester .choose-invester__wrap .choose-nav .items.active .items-img {
    border-width: 2px;
  }
}
.choose-invester .choose-invester__wrap .choose-content {
  padding: 10rem 0;
}
@media only screen and (max-width: 1024px) {
  .choose-invester .choose-invester__wrap .choose-content {
    padding: 6rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .choose-invester .choose-invester__wrap .choose-content {
    padding: 4rem 0 0;
  }
}
.choose-invester .choose-invester__wrap .choose-content .content_item {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap {
    flex-direction: column;
    max-width: 67rem;
    padding: 0 15px;
    margin: auto;
  }
}
.choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap .box-img {
  width: 50%;
  padding-right: 2rem;
}
@media only screen and (max-width: 1024px) {
  .choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap .box-img {
    width: 100%;
    padding: 0;
    margin: 0 auto 4rem;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap .box-img {
    margin-bottom: 0rem;
    max-width: 17rem;
  }
}
.choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap .box-txt {
  width: 50%;
  padding-top: 10rem;
}
@media only screen and (max-width: 1024px) {
  .choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap .box-txt {
    width: 100%;
    padding: 0;
    padding-top: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap .box-txt {
    padding-top: 3rem;
  }
}
.choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap .box-txt .name {
  font-size: 3.6rem;
  line-height: 4.8rem;
  color: #333333;
  font-family: "Font-Bold";
}
@media only screen and (max-width: 767px) {
  .choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap .box-txt .name {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
.choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap .box-txt .des {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #858585;
  margin-top: 1.2rem;
  max-width: 44rem;
}
@media only screen and (max-width: 1024px) {
  .choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap .box-txt .des {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap .box-txt .des {
    margin-top: 0.8rem;
  }
}
.choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap .box-txt .sub-title {
  font-size: 1.6rem;
  line-height: 2rem;
  font-family: "Font-Medium";
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap .box-txt .sub-title {
    margin-top: 1.6rem;
  }
}
.choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap .box-txt .list-partner {
  margin-top: 1.2rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap .box-txt .list-partner {
    margin-top: 0;
    max-width: 80%;
  }
}
.choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap .box-txt .list-partner .partner-item {
  margin-right: 4rem;
}
@media only screen and (max-width: 767px) {
  .choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap .box-txt .list-partner .partner-item {
    margin-right: 2.8rem;
    margin-top: 1.2rem;
  }
}
.choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap .box-txt .list-partner .partner-item:last-of-type {
  margin-right: 0;
}
.choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap .box-txt .list-partner .partner-item .img {
  margin: auto;
  text-align: center;
}
.choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap .box-txt .list-partner .partner-item .txt {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-family: "Font-Medium";
  padding-left: 1.2rem;
  position: relative;
  margin-top: 1.2rem;
}
.choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap .box-txt .list-partner .partner-item .txt::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  z-index: 1;
}
.choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap .box-txt .list-partner .partner-item .txt.color--red::before {
  background: #F46666;
}
.choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap .box-txt .list-partner .partner-item .txt.color--green::before {
  background: #33CC7F;
}
.choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap .box-txt .list-partner .partner-item .txt.color--yellow::before {
  background: #FFBE40;
}
.choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap .box-txt .list-partner .partner-item .txt.color--blue::before {
  background: #2F80ED;
}
.choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap .box-txt .list-partner .partner-item .txt.color--blue1::before {
  background: #82B3F4;
}
.choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap .box-txt .list-partner .partner-item .txt.color--blue2::before {
  background: #D5E6FB;
}
.choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap .box-txt .list-partner .partner-item .txt.color--blackBlue::before {
  background: #1C4D8E;
}
.choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap .box-txt .sub-des {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-top: 0.8rem;
  color: #858585;
}
.choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap .box-txt .sub-des span {
  color: #33CC7F;
  font-family: "Font-Bold";
}
.choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap .box-txt .img_line {
  margin-top: 2.4rem;
}
.choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap .box-txt .img-chart {
  margin: 4rem 0;
  max-width: 27.2rem;
}
@media only screen and (max-width: 767px) {
  .choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap .box-txt .img-chart {
    margin: 4rem auto;
  }
}
.choose-invester .choose-invester__wrap .choose-content .content_item .content__wrap .box-txt .img-chart img {
  display: block;
  width: 100%;
}
.choose-invester .choose-invester__wrap .choose-content .content_item.active {
  display: block;
}
@media only screen and (max-width: 767px) {
  .choose-invester .choose-invester__wrap .choose-content .content_item.tab--content-4 .list-partner {
    max-width: 100% !important;
    justify-content: center;
  }
}

.box-right {
  width: 42.5%;
  padding: 0 10rem;
}
@media only screen and (max-width: 1024px) {
  .box-right {
    width: 100%;
    padding: 0;
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .box-right {
    margin-top: 3rem;
  }
}
.box-right .box-right__item {
  margin-bottom: 4rem;
}
.box-right .box-right__item .box-social {
  align-items: center;
}
.box-right .box-right__item .box-social .icon_fb {
  width: 4rem;
  height: 4rem;
  margin-right: 6rem;
  box-shadow: 0px 4px 30px rgba(0, 47, 117, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-image: url("https://cdn.smobgame.com/template/Tickop/images/icon_fb.svg");
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .box-right .box-right__item .box-social .icon_fb {
    margin-right: 3rem;
  }
}
.box-right .box-right__item .box-social .iframe-fb iframe {
  display: block;
  width: 100%;
}
.box-right .box-right__item .list-type li a {
  justify-content: space-between;
  padding: 1.7rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 767px) {
  .box-right .box-right__item .list-type li a {
    padding: 1.4rem 0;
  }
}
.box-right .box-right__item .list-type li a .txt {
  color: #333333;
  font-size: 1.6rem;
  line-height: 2rem;
  display: inline-block;
  font-family: "Font-Medium";
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 2rem;
}
@media only screen and (max-width: 767px) {
  .box-right .box-right__item .list-type li a .txt {
    font-size: 1.4rem;
  }
}
.box-right .box-right__item .list-type li a .num {
  color: #29A366;
  font-size: 1.6rem;
  line-height: 2rem;
  display: inline-block;
  font-family: "Font-Medium";
}
@media only screen and (max-width: 767px) {
  .box-right .box-right__item .list-type li a .num {
    font-size: 1.4rem;
  }
}
.box-right .box-right__item .read-most .items {
  margin-bottom: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .box-right .box-right__item .read-most .items {
    margin-bottom: 1.6rem;
  }
}
.box-right .box-right__item .read-most .items:last-of-type {
  margin-bottom: 0;
}
.box-right .box-right__item .read-most .items .items-type {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #29A366;
  font-family: "Font-Medium";
  align-items: center;
}
.box-right .box-right__item .read-most .items .items-type span {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 3.1rem;
  color: #858585;
  margin-right: 1.2rem;
}
.box-right .box-right__item .read-most .items .items-new {
  margin: 1.2rem 0;
}
.box-right .box-right__item .read-most .items .items-new .new__item-img {
  width: 8rem;
  min-width: 8rem;
  height: 8rem;
  margin-right: 1.2rem;
  display: block;
}
.box-right .box-right__item .read-most .items .items-new .new__item-img .imgWrap {
  height: 100%;
}
.box-right .box-right__item .read-most .items .items-new .txt {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #333333;
  font-family: "Font-Medium";
  max-height: 8rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.box-right .box-right__item .read-most .items .items-date {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #858585;
}
.box-right .box-right__item:last-of-type {
  margin-bottom: 0;
}

.pageNews {
  overflow: hidden;
  padding: 5rem 0;
}
@media only screen and (max-width: 1024px) {
  .pageNews {
    padding: 3rem 0;
  }
}
.pageNews .pageNew-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  overflow-x: auto;
  width: 100%;
}
.pageNews .pageNew-nav a {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #858585;
  margin-right: 6.4rem;
  padding-bottom: 2rem;
  flex: 0 0 auto;
  overflow-x: auto;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .pageNews .pageNew-nav a {
    margin-right: 3rem;
    padding-bottom: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .pageNews .pageNew-nav a {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-right: 1.5rem;
  }
}
.pageNews .pageNew-nav a:last-of-type {
  margin-right: 0;
}
.pageNews .pageNew-nav a.active {
  color: #333333;
  font-family: "Font-Bold";
}
.pageNews .pageNew-content {
  padding: 5rem 0 0;
}
@media only screen and (max-width: 1024px) {
  .pageNews .pageNew-content {
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .pageNews .pageNew-content {
    padding-top: 2.4rem;
  }
}
.pageNews .pageNew-content .content_item .box-banner {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .pageNews .pageNew-content .content_item .box-banner.showWeb {
    display: none !important;
  }
  .pageNews .pageNew-content .content_item .box-banner.showMb {
    display: block !important;
  }
}
.pageNews .pageNew-content .content_item .box-banner .new__item {
  position: relative;
  overflow: hidden;
}
.pageNews .pageNew-content .content_item .box-banner .new__item::before {
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.pageNews .pageNew-content .content_item .box-banner .new__item:hover img {
  transform: scale(1.08);
}
.pageNews .pageNew-content .content_item .box-banner .box-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  padding: 1.6rem 2.4rem;
  max-width: 55rem;
}
@media only screen and (max-width: 1024px) {
  .pageNews .pageNew-content .content_item .box-banner .box-txt {
    padding: 1rem 1rem;
  }
}
.pageNews .pageNew-content .content_item .box-banner .box-txt .type {
  font-size: 1.4rem;
  line-height: 2.4rem;
  opacity: 0.8;
}
.pageNews .pageNew-content .content_item .box-banner .box-txt .title {
  font-size: 2rem;
  line-height: 2.6rem;
  font-family: "Font-Medium";
  margin: 0.4rem 0 1.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .pageNews .pageNew-content .content_item .box-banner .box-txt .title {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 0 0 0.8rem;
  }
}
.pageNews .pageNew-content .content_item .box-banner .box-txt .date {
  font-size: 1.4rem;
  line-height: 2.4rem;
  opacity: 0.8;
}
.pageNews .pageNew-content .content_item .box-banner .box-big {
  width: 66%;
}
@media only screen and (max-width: 1024px) {
  .pageNews .pageNew-content .content_item .box-banner .box-big {
    width: 100%;
    overflow: hidden;
  }
}
.pageNews .pageNew-content .content_item .box-banner .box-big .imgWrap {
  height: 100%;
}
.pageNews .pageNew-content .content_item .box-banner .box-big .box-txt .title {
  max-height: 5.2rem;
  overflow: hidden;
}
.pageNews .pageNew-content .content_item .box-banner .box-small {
  width: 34%;
  padding-left: 2.4rem;
}
.pageNews .pageNew-content .content_item .box-banner .box-small .box-small__item {
  margin-bottom: 2.4rem;
}
.pageNews .pageNew-content .content_item .box-banner .box-small .box-small__item:last-of-type {
  margin-bottom: 0;
}
.pageNews .pageNew-content .content_item .box-banner .box-small .box-small__item .box-txt .title {
  font-size: 1.4rem;
  line-height: 1.8rem;
  max-height: 3.6rem;
  overflow: hidden;
}
.pageNews .pageNew-content .content_item .box-banner .new_link {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 10;
  top: 0;
  left: 0;
}
.pageNews .pageNew-content .content_item .box-banner .swiper-newsMb .swiper-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 2.4rem;
}
@media only screen and (max-width: 1024px) {
  .pageNews .pageNew-content .content_item .box-banner .swiper-newsMb .swiper-wrapper {
    display: flex;
    grid-template-columns: unset;
    grid-gap: unset;
  }
}
.pageNews .pageNew-content .content_item .box-banner .swiper-newsMb .swiper-wrapper .swiper-slide {
  flex-shrink: unset;
}
@media only screen and (max-width: 1024px) {
  .pageNews .pageNew-content .content_item .box-banner .swiper-newsMb .swiper-wrapper .swiper-slide {
    flex-shrink: 0;
  }
}
.pageNews .pageNew-content .content_item .box-banner .swiper-newsMb .swiper-wrapper .swiper-slide:first-of-type {
  grid-row-start: 1;
  grid-row-end: 3;
}
.pageNews .pageNew-content .content_item .box-banner .swiper-newsMb .swiper-wrapper .swiper-slide .box-big {
  width: 100%;
  height: 100%;
}
.pageNews .pageNew-content .content_item .box-contents {
  padding: 5rem 0 0;
  margin-top: 5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 1024px) {
  .pageNews .pageNew-content .content_item .box-contents {
    padding-top: 4rem;
    margin-top: 4rem;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .pageNews .pageNew-content .content_item .box-contents {
    padding-top: 3rem;
    margin-top: 3rem;
  }
}
.pageNews .pageNew-content .content_item .box-contents .box-left {
  width: 57.5%;
}
@media only screen and (max-width: 1024px) {
  .pageNews .pageNew-content .content_item .box-contents .box-left {
    width: 100%;
  }
}
.pageNews .pageNew-content .content_item .box-contents .box-left .list-news .new__item {
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: 2.4rem;
}
@media only screen and (max-width: 1024px) {
  .pageNews .pageNew-content .content_item .box-contents .box-left .list-news .new__item {
    padding-bottom: 3rem;
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .pageNews .pageNew-content .content_item .box-contents .box-left .list-news .new__item {
    padding-bottom: 2rem;
    display: block;
  }
}
.pageNews .pageNew-content .content_item .box-contents .box-left .list-news .new__item:first-of-type {
  margin-top: 0;
}
.pageNews .pageNew-content .content_item .box-contents .box-left .list-news .new__item:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
.pageNews .pageNew-content .content_item .box-contents .box-left .list-news .new__item .new__item-img {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .pageNews .pageNew-content .content_item .box-contents .box-left .list-news .new__item .new__item-img {
    width: 33%;
  }
}
@media only screen and (max-width: 767px) {
  .pageNews .pageNew-content .content_item .box-contents .box-left .list-news .new__item .new__item-img {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .pageNews .pageNew-content .content_item .box-contents .box-left .list-news .new__item .box-txt {
    width: 67%;
    padding-left: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .pageNews .pageNew-content .content_item .box-contents .box-left .list-news .new__item .box-txt {
    width: 100%;
    padding-left: 0;
  }
}
.pageNews .pageNew-content .content_item .box-contents .box-left .list-news .new__item .box-txt .type {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #1F7A4C;
  opacity: 0.8;
  font-family: "Font-Bold";
  margin-top: 2.4rem;
}
@media only screen and (max-width: 1024px) {
  .pageNews .pageNew-content .content_item .box-contents .box-left .list-news .new__item .box-txt .type {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pageNews .pageNew-content .content_item .box-contents .box-left .list-news .new__item .box-txt .type {
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-top: 1.6rem;
  }
}
.pageNews .pageNew-content .content_item .box-contents .box-left .list-news .new__item .box-txt .title {
  font-size: 2rem;
  line-height: 3rem;
  color: #333333;
  margin: 1.2rem 0;
  font-family: "Font-Medium";
  display: block;
  max-height: 6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 767px) {
  .pageNews .pageNew-content .content_item .box-contents .box-left .list-news .new__item .box-txt .title {
    font-size: 1.6rem;
    line-height: 2rem;
    margin: 0.8rem 0;
    max-height: 4.2rem;
  }
}
.pageNews .pageNew-content .content_item .box-contents .box-left .list-news .new__item .box-txt .des {
  font-size: 1.4rem;
  line-height: 2.1rem;
  height: 4.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pageNews .pageNew-content .content_item .newspaper-banner {
  height: 62rem;
  background-image: url("https://cdn.smobgame.com/template/Tickop/images/banner_newspaper.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .pageNews .pageNew-content .content_item .newspaper-banner {
    height: 40rem;
  }
}
@media only screen and (max-width: 767px) {
  .pageNews .pageNew-content .content_item .newspaper-banner {
    height: 24rem;
  }
}
.pageNews .pageNew-content .content_item .newspaper-banner .box-txt {
  width: 66%;
  margin: auto;
  text-align: center;
}
.pageNews .pageNew-content .content_item .newspaper-banner .box-txt .des {
  display: inline-block;
  font-size: 4rem;
  line-height: 5.2rem;
  font-family: "Font-Bold";
  max-width: 66rem;
  margin: auto;
  position: relative;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .pageNews .pageNew-content .content_item .newspaper-banner .box-txt .des {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .pageNews .pageNew-content .content_item .newspaper-banner .box-txt .des {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.pageNews .pageNew-content .content_item .newspaper-banner .box-txt .des::after, .pageNews .pageNew-content .content_item .newspaper-banner .box-txt .des::before {
  content: "";
  display: block;
  background-image: url("https://cdn.smobgame.com/template/Tickop/images/icon_nhay.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 3.2rem;
  height: 3rem;
  position: absolute;
  z-index: 1;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
@media only screen and (max-width: 767px) {
  .pageNews .pageNew-content .content_item .newspaper-banner .box-txt .des::after, .pageNews .pageNew-content .content_item .newspaper-banner .box-txt .des::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.pageNews .pageNew-content .content_item .newspaper-banner .box-txt .des::before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: -3rem;
}
@media only screen and (max-width: 1024px) {
  .pageNews .pageNew-content .content_item .newspaper-banner .box-txt .des::before {
    left: -4rem;
  }
}
@media only screen and (max-width: 767px) {
  .pageNews .pageNew-content .content_item .newspaper-banner .box-txt .des::before {
    left: -2rem;
  }
}
.pageNews .pageNew-content .content_item .newspaper-banner .box-txt .des::after {
  bottom: 4.1rem;
  right: -5rem;
}
@media only screen and (max-width: 767px) {
  .pageNews .pageNew-content .content_item .newspaper-banner .box-txt .des::after {
    bottom: 1.5rem;
    right: -2rem;
  }
}
.pageNews .pageNew-content .content_item .newspaper-banner .box-txt .des span {
  color: #33CC7F;
}
.pageNews .pageNew-content .content_item .newspaper-banner .box-txt .name {
  font-size: 1.8rem;
  line-height: 2.3rem;
  color: #fff;
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .pageNews .pageNew-content .content_item .newspaper-banner .box-txt .name {
    margin-top: 2.4rem;
  }
}
.pageNews .pageNew-content .content_item .newspaper-slider {
  padding: 7rem 0 6rem;
}
@media only screen and (max-width: 1024px) {
  .pageNews .pageNew-content .content_item .newspaper-slider {
    padding: 4rem 0 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .pageNews .pageNew-content .content_item .newspaper-slider {
    padding: 3rem 0 2rem;
  }
}
.pageNews .pageNew-content .content_item .newspaper-slider .box-wrap .swiper-newspaper .swiper-slide {
  -webkit-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageNews .pageNew-content .content_item .newspaper-news .box-wrap .new-list {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .pageNews .pageNew-content .content_item .newspaper-news .box-wrap .new-list {
    margin-top: 2.4rem;
  }
}
.pageNews .pageNew-content .content_item .newspaper-news .box-wrap .new-list .new__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .pageNews .pageNew-content .content_item .newspaper-news .box-wrap .new-list .new__item {
    flex-direction: column;
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.pageNews .pageNew-content .content_item .newspaper-news .box-wrap .new-list .new__item .new__item-img {
  width: 33%;
}
@media only screen and (max-width: 767px) {
  .pageNews .pageNew-content .content_item .newspaper-news .box-wrap .new-list .new__item .new__item-img {
    width: 100%;
  }
}
.pageNews .pageNew-content .content_item .newspaper-news .box-wrap .new-list .new__item .new__item-txt {
  width: 67%;
  padding-left: 4.8rem;
  padding-right: 20rem;
}
@media only screen and (max-width: 1024px) {
  .pageNews .pageNew-content .content_item .newspaper-news .box-wrap .new-list .new__item .new__item-txt {
    padding-left: 2.4rem;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pageNews .pageNew-content .content_item .newspaper-news .box-wrap .new-list .new__item .new__item-txt {
    width: 100%;
    padding-left: 0;
    margin-top: 1.2rem;
  }
}
.pageNews .pageNew-content .content_item .newspaper-news .box-wrap .new-list .new__item .new__item-txt .name {
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: "Font-Medium";
  margin-bottom: 1.2rem;
  color: #1F7A4C;
}
@media only screen and (max-width: 767px) {
  .pageNews .pageNew-content .content_item .newspaper-news .box-wrap .new-list .new__item .new__item-txt .name {
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.pageNews .pageNew-content .content_item .newspaper-news .box-wrap .new-list .new__item .new__item-txt .title {
  font-size: 2rem;
  line-height: 3rem;
  color: #333333;
  font-family: "Font-Medium";
  max-height: 6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 767px) {
  .pageNews .pageNew-content .content_item .newspaper-news .box-wrap .new-list .new__item .new__item-txt .title {
    font-size: 1.6rem;
    line-height: 2.4rem;
    max-height: 4.8rem;
  }
}
.pageNews .pageNew-content .content_item .newspaper-news .box-wrap .new-list .new__item .new__item-txt .des {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #333333;
  margin: 1.2rem 0 1.6rem;
  max-height: 10.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .pageNews .pageNew-content .content_item .newspaper-news .box-wrap .new-list .new__item .new__item-txt .des {
    max-height: 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .pageNews .pageNew-content .content_item .newspaper-news .box-wrap .new-list .new__item .new__item-txt .des {
    margin: 0.8rem 0 1.2rem;
  }
}
.pageNews .pageNew-content .content_item .newspaper-news .box-wrap .new-list .new__item .new__item-txt .date {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #858585;
}

.page-newDetail {
  overflow: hidden;
  padding-top: 5rem;
}
@media only screen and (max-width: 1024px) {
  .page-newDetail {
    padding-top: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-newDetail {
    padding-top: 2.4rem;
  }
}
@media only screen and (max-width: 1024px) {
  .page-newDetail .newDetail__wrap {
    flex-direction: column;
  }
}
.page-newDetail .newDetail__wrap .box-left {
  width: 57.5%;
}
@media only screen and (max-width: 1024px) {
  .page-newDetail .newDetail__wrap .box-left {
    width: 100%;
  }
}
.page-newDetail .newDetail__wrap .box-left .new-type {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-family: "Font-Medium";
  color: #858585;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .page-newDetail .newDetail__wrap .box-left .new-type {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 1.2rem;
  }
}
.page-newDetail .newDetail__wrap .box-left .title {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-family: "Font-Medium";
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .page-newDetail .newDetail__wrap .box-left .title {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
.page-newDetail .newDetail__wrap .box-left .date {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #858585;
  margin-top: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .page-newDetail .newDetail__wrap .box-left .date {
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-top: 0.8rem;
  }
}
.page-newDetail .newDetail__wrap .box-left .contents {
  padding: 4rem 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .page-newDetail .newDetail__wrap .box-left .contents {
    padding: 2.4rem 0;
  }
}
.page-newDetail .newDetail__wrap .box-left .contents ol, .page-newDetail .newDetail__wrap .box-left .contents ul {
  padding: 0 0 0 24px;
}
@media only screen and (max-width: 767px) {
  .page-newDetail .newDetail__wrap .box-left .contents ol, .page-newDetail .newDetail__wrap .box-left .contents ul {
    padding-left: 18px;
  }
}
.page-newDetail .newDetail__wrap .box-left .contents ul li {
  position: relative;
}
.page-newDetail .newDetail__wrap .box-left .contents ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  top: 9px;
  background: #34404b;
}
.page-newDetail .newDetail__wrap .box-left .contents p {
  margin: 0;
  word-break: break-word;
  line-height: 1.4;
}
.page-newDetail .newDetail__wrap .box-left .contents a:hover {
  text-decoration: underline;
}
.page-newDetail .newDetail__wrap .box-left .contents img {
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
.page-newDetail .newDetail__wrap .box-left .contents table {
  border-collapse: collapse;
  margin: 10px auto;
}
.page-newDetail .newDetail__wrap .box-left .contents table tr td {
  border: 1px solid #000;
  padding: 10px;
}
.page-newDetail .newDetail__wrap .box-left .contents table tr:first-of-type td {
  font-weight: bold;
  text-align: center;
}
.page-newDetail .newDetail__wrap .box-left .contents table img {
  border: none;
}
.page-newDetail .newDetail__wrap .box-left .group-share .title {
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-family: "Font-Medium";
  color: #333333;
  margin-bottom: 1.5rem;
}
.page-newDetail .newDetail__wrap .box-left .group-share .list-btn .icon_item {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1rem;
}
.page-newDetail .newDetail__wrap .box-left .group-share .list-btn .icon_item:last-of-type {
  margin-right: 0;
}
.page-newDetail .newDetail__wrap .box-left .group-share .list-btn .icon_item.icon_fb {
  background-image: url("https://cdn.smobgame.com/template/Tickop/images/icon_fb32.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.page-newDetail .newDetail__wrap .box-left .group-share .list-btn .icon_item.icon_twitter {
  background-image: url("https://cdn.smobgame.com/template/Tickop/images/icon_twitter32.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.page-newDetail .new-relate {
  padding-top: 4rem;
  margin-top: 4rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 767px) {
  .page-newDetail .new-relate {
    padding-top: 2rem;
    margin-top: 2rem;
  }
}
.page-newDetail .new-relate .swiper-newRetale .swiper-slide .swiper__item {
  display: block;
}
.page-newDetail .new-relate .swiper-newRetale .swiper-slide .swiper__item .name {
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-family: "Font-Medium";
  max-height: 6.2rem;
  overflow: hidden;
  display: block;
  margin-top: 0.8rem;
  color: #333333;
}

.aboutus-txt {
  overflow: hidden;
  padding: 5rem 0;
}
@media only screen and (max-width: 767px) {
  .aboutus-txt {
    padding: 2.4rem 0 1.6rem;
  }
}
.aboutus-txt .box-wrap .title {
  font-size: 4rem;
  line-height: 6rem;
  color: #333333;
  font-family: "Font-Bold";
  max-width: 80%;
}
@media only screen and (max-width: 1024px) {
  .aboutus-txt .box-wrap .title {
    max-width: 100%;
    font-size: 3rem;
    line-height: 4.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .aboutus-txt .box-wrap .title {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.aboutus-txt .box-wrap .title span {
  color: #33CC7F;
}

.aboutus-img {
  overflow: hidden;
  height: 62rem;
  background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%), url("https://cdn.smobgame.com/template/Tickop/images/banner_aboutus.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .aboutus-img {
    height: 38rem;
  }
}
@media only screen and (max-width: 767px) {
  .aboutus-img {
    height: 24rem;
  }
}
.aboutus-img .box-wrap .title {
  font-size: 4rem;
  line-height: 6rem;
  color: #fff;
  font-family: "Font-Bold";
  max-width: 101.2rem;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .aboutus-img .box-wrap .title {
    max-width: 100%;
    font-size: 3rem;
    line-height: 4.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .aboutus-img .box-wrap .title {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.aboutus-img .box-wrap .title span {
  color: #33CC7F;
}

.aboutus-vision {
  overflow: hidden;
  padding: 10rem 0;
}
@media only screen and (max-width: 1024px) {
  .aboutus-vision {
    padding: 6rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .aboutus-vision {
    padding: 4rem 0;
  }
}
.aboutus-vision .box-wrap {
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .aboutus-vision .box-wrap {
    flex-direction: column-reverse;
  }
}
.aboutus-vision .box-wrap .box-img {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .aboutus-vision .box-wrap .box-img {
    width: 100%;
    margin-top: 2.4rem;
  }
}
.aboutus-vision .box-wrap .box-txt {
  width: 50%;
  padding: 0 10rem;
}
@media only screen and (max-width: 1024px) {
  .aboutus-vision .box-wrap .box-txt {
    width: 100%;
    padding: 0;
  }
}
.aboutus-vision .box-wrap .box-txt .page-title {
  margin-bottom: 1.2rem;
}
.aboutus-vision .box-wrap .box-txt .page-title .title {
  padding-top: 1rem;
}
.aboutus-vision .box-wrap .box-txt .page-title .title::before {
  width: 4.8rem;
  height: 0.4rem;
}
.aboutus-vision .box-wrap .box-txt .contents .txt {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #858585;
}

.aboutus-deverlop {
  overflow: hidden;
  background: #F8FAFF;
  padding: 10rem 0;
}
@media only screen and (max-width: 1024px) {
  .aboutus-deverlop {
    padding: 6rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .aboutus-deverlop {
    padding: 4rem 0;
  }
}
.aboutus-deverlop .box-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 4rem;
  row-gap: 4rem;
}
@media only screen and (max-width: 1024px) {
  .aboutus-deverlop .box-wrap {
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem;
    row-gap: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .aboutus-deverlop .box-wrap {
    grid-template-columns: 1fr;
  }
}
.aboutus-deverlop .box-wrap .deverlop_item {
  background: #fff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  flex-direction: column;
  align-items: unset;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .aboutus-deverlop .box-wrap .deverlop_item:last-child:nth-child(3n) {
    grid-column-start: span 2;
    width: calc((100% - 3rem) / 2);
    justify-self: center;
  }
}
@media only screen and (max-width: 767px) {
  .aboutus-deverlop .box-wrap .deverlop_item:last-child:nth-child(3n) {
    grid-column-start: unset;
    width: 100%;
    justify-self: center;
  }
}
.aboutus-deverlop .box-wrap .deverlop_item .box-txt {
  margin-bottom: 6.2rem;
}
@media only screen and (max-width: 767px) {
  .aboutus-deverlop .box-wrap .deverlop_item .box-txt {
    margin-bottom: 4rem;
  }
}
.aboutus-deverlop .box-wrap .deverlop_item .box-txt .title {
  padding: 2.4rem 1.6rem 0;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-family: "Font-Medium";
  color: #33CC7F;
}
@media only screen and (max-width: 767px) {
  .aboutus-deverlop .box-wrap .deverlop_item .box-txt .title {
    font-size: 2rem;
  }
}
.aboutus-deverlop .box-wrap .deverlop_item .box-txt .des {
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding: 0 1.6rem 0;
  margin-top: 0.8rem;
  color: #858585;
}
.aboutus-deverlop .box-wrap .deverlop_item img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.aboutus-recruitment {
  overflow: hidden;
  padding: 10rem 0 8rem;
}
@media only screen and (max-width: 1024px) {
  .aboutus-recruitment {
    padding: 6rem 0 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .aboutus-recruitment {
    padding: 4rem 0 2rem;
  }
}
.aboutus-recruitment .box-wrap {
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .aboutus-recruitment .box-wrap {
    flex-direction: column;
  }
}
.aboutus-recruitment .box-wrap .box-img {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .aboutus-recruitment .box-wrap .box-img {
    width: 100%;
    padding: 0 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .aboutus-recruitment .box-wrap .box-img {
    padding: 0 2rem;
  }
}
.aboutus-recruitment .box-wrap .box-img img {
  display: block;
  margin: auto;
}
.aboutus-recruitment .box-wrap .box-txt {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .aboutus-recruitment .box-wrap .box-txt {
    width: 100%;
    text-align: center;
    margin-top: 4rem;
  }
}
.aboutus-recruitment .box-wrap .box-txt .page-title {
  margin-bottom: 1.2rem;
}
.aboutus-recruitment .box-wrap .box-txt .page-title .title {
  padding-top: 1rem;
}
.aboutus-recruitment .box-wrap .box-txt .page-title .title::before {
  width: 4.8rem;
  height: 0.4rem;
  left: 0;
  margin-left: 0;
}
@media only screen and (max-width: 1024px) {
  .aboutus-recruitment .box-wrap .box-txt .page-title .title::before {
    left: 50%;
    margin-left: -2.4rem;
  }
}
.aboutus-recruitment .box-wrap .box-txt .des {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #858585;
  margin-bottom: 4rem;
  max-width: 38.4rem;
}
@media only screen and (max-width: 1024px) {
  .aboutus-recruitment .box-wrap .box-txt .des {
    max-width: 100%;
  }
}
.aboutus-recruitment .box-wrap .box-txt .a_link {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #fff;
  padding: 1.2rem 3.7rem;
  background: #33CC7F;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .aboutus-recruitment .box-wrap .box-txt .a_link {
    padding: 1.2rem 2.5rem;
  }
}

.popover {
  box-shadow: 0px 4px 30px rgba(0, 47, 117, 0.1);
  min-width: 37.8rem;
  border: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .popover {
    min-width: unset;
  }
}
.popover .arrow::before {
  border-top-color: #fff !important;
  border-bottom-color: #fff !important;
}
.popover .popover-body {
  padding: 2.4rem 1.6rem;
}
@media only screen and (max-width: 767px) {
  .popover .popover-body {
    padding: 1.2rem;
  }
}
.popover .popover-body .name {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Font-Medium";
  color: #33CC7F;
}
.popover .popover-body .title {
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: "Font-Medium";
  color: #333333;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .popover .popover-body .title {
    margin-top: 0.8rem;
  }
}
.popover .popover-body .des {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #858585;
}
@media only screen and (max-width: 767px) {
  .popover .popover-body .des {
    font-size: 1.2rem;
  }
}

.backTop {
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  position: fixed;
  right: 3rem;
  bottom: 6rem;
  z-index: 50;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  background-image: url("https://cdn.smobgame.com/template/Tickop/images/icon_top.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  .backTop {
    width: 4.8rem;
    height: 4.8rem;
    right: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .backTop {
    width: 4rem;
    height: 4rem;
    right: 1rem;
  }
}
.backTop.show {
  opacity: 1;
  visibility: visible;
  bottom: 8rem;
}

.blog-banner {
  padding: 10rem 0 0;
}
@media only screen and (max-width: 1024px) {
  .blog-banner {
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .blog-banner {
    padding-top: 3rem;
  }
}
.blog-banner .box_wrap {
  padding-bottom: 10rem;
}
@media only screen and (max-width: 1024px) {
  .blog-banner .box_wrap {
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .blog-banner .box_wrap {
    padding-bottom: 3rem;
  }
}
.blog-banner .box_wrap .icon_item {
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 50%;
  z-index: 0;
  bottom: 3rem;
}
.blog-banner .box_wrap .icon_item1 {
  width: 12rem;
  height: 12rem;
  background-image: url("https://cdn.smobgame.com/template/Tickop/images/icon_tickop.png");
  margin-left: -53rem;
  transform: rotate(-12deg);
}
.blog-banner .box_wrap .icon_item2 {
  width: 16rem;
  height: 16rem;
  background-image: url("https://cdn.smobgame.com/template/Tickop/images/icon_dautu.png");
  right: 0;
  margin-left: 36rem;
  transform: rotate(31deg);
}
.blog-banner .box_wrap .title {
  font-weight: bold;
  font-size: 4.8rem;
  line-height: 7.1rem;
  color: #33CC7F;
  text-align: center;
  max-width: 55rem;
  margin: auto;
  font-family: "Font-Medium";
}
@media only screen and (max-width: 767px) {
  .blog-banner .box_wrap .title {
    font-size: 2.8rem;
    line-height: 4rem;
  }
}
.blog-banner .box_wrap .sub {
  color: #858585;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
  max-width: 55rem;
  margin: 0.4rem auto 0;
}

.blog-title {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: bold;
  margin-bottom: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .blog-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.blog-news {
  padding: 3rem 0 4rem;
}
@media only screen and (max-width: 767px) {
  .blog-news {
    padding: 2rem 0;
  }
}
.blog-news .box_wrap .box-banner {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .blog-news .box_wrap .box-banner.showWeb {
    display: none !important;
  }
  .blog-news .box_wrap .box-banner.showMb {
    display: block !important;
  }
}
.blog-news .box_wrap .box-banner .new__item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.blog-news .box_wrap .box-banner .new__item::before {
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.blog-news .box_wrap .box-banner .new__item:hover img {
  transform: scale(1.08);
}
.blog-news .box_wrap .box-banner .box-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  padding: 1.6rem 2.4rem;
  max-width: 55rem;
}
@media only screen and (max-width: 1024px) {
  .blog-news .box_wrap .box-banner .box-txt {
    padding: 1rem 1rem;
  }
}
.blog-news .box_wrap .box-banner .box-txt .type {
  font-size: 1.4rem;
  line-height: 2.4rem;
  opacity: 0.8;
}
.blog-news .box_wrap .box-banner .box-txt .title {
  font-size: 2rem;
  line-height: 2.6rem;
  font-family: "Font-Medium";
  margin: 0.4rem 0 1.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .blog-news .box_wrap .box-banner .box-txt .title {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 0 0 0.8rem;
  }
}
.blog-news .box_wrap .box-banner .box-txt .date {
  font-size: 1.4rem;
  line-height: 2.4rem;
  opacity: 0.8;
}
.blog-news .box_wrap .box-banner .box-big {
  width: 66%;
}
@media only screen and (max-width: 1024px) {
  .blog-news .box_wrap .box-banner .box-big {
    width: 100%;
    overflow: hidden;
  }
}
.blog-news .box_wrap .box-banner .box-big .imgWrap {
  height: 100%;
}
.blog-news .box_wrap .box-banner .box-big .box-txt .title {
  max-height: 5.2rem;
  overflow: hidden;
}
.blog-news .box_wrap .box-banner .box-small {
  width: 34%;
  padding-left: 2.4rem;
}
.blog-news .box_wrap .box-banner .box-small .box-small__item {
  margin-bottom: 2.4rem;
}
.blog-news .box_wrap .box-banner .box-small .box-small__item:last-of-type {
  margin-bottom: 0;
}
.blog-news .box_wrap .box-banner .box-small .box-small__item .box-txt .title {
  font-size: 1.4rem;
  line-height: 1.8rem;
  max-height: 3.6rem;
  overflow: hidden;
}
.blog-news .box_wrap .box-banner .new_link {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 10;
  top: 0;
  left: 0;
}
.blog-news .box_wrap .box-banner .swiper-newsMb .swiper-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 2.4rem;
}
@media only screen and (max-width: 1024px) {
  .blog-news .box_wrap .box-banner .swiper-newsMb .swiper-wrapper {
    display: flex;
    grid-template-columns: unset;
    grid-gap: unset;
  }
}
.blog-news .box_wrap .box-banner .swiper-newsMb .swiper-wrapper .swiper-slide {
  flex-shrink: unset;
}
@media only screen and (max-width: 1024px) {
  .blog-news .box_wrap .box-banner .swiper-newsMb .swiper-wrapper .swiper-slide {
    flex-shrink: 0;
  }
}
.blog-news .box_wrap .box-banner .swiper-newsMb .swiper-wrapper .swiper-slide:first-of-type {
  grid-row-start: 1;
  grid-row-end: 3;
}
.blog-news .box_wrap .box-banner .swiper-newsMb .swiper-wrapper .swiper-slide .box-big {
  width: 100%;
  height: 100%;
}

.scroll--horizontal {
  overflow-x: auto;
}
.scroll--horizontal::-webkit-scrollbar {
  display: none;
}

.blog-topic {
  padding: 4rem 0;
}
@media only screen and (max-width: 767px) {
  .blog-topic {
    padding: 2rem 0;
  }
}
.blog-topic .box_wrap .topic_nav {
  margin-bottom: 4rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .blog-topic .box_wrap .topic_nav {
    justify-content: start;
  }
}
@media only screen and (max-width: 767px) {
  .blog-topic .box_wrap .topic_nav {
    margin-bottom: 2rem;
  }
}
.blog-topic .box_wrap .topic_nav .items {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #33CC7F;
  text-align: center;
  padding: 1.6rem;
  background: #EBFAF2;
  border-radius: 12px;
  min-width: 18rem;
  margin-right: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .blog-topic .box_wrap .topic_nav .items {
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 0.8rem;
    min-width: auto;
    margin-right: 1rem;
    border-radius: 6px;
    white-space: nowrap;
  }
}
.blog-topic .box_wrap .topic_nav .items.active {
  background: #33CC7F;
  color: #fff;
}
.blog-topic .box_wrap .topic_nav .items:last-of-type {
  margin-right: 0;
}
.blog-topic .box_wrap .topic_slide {
  position: relative;
  display: none;
}
.blog-topic .box_wrap .topic_slide.active {
  display: block;
}
.blog-topic .box_wrap .topic_slide .swiper {
  overflow: hidden;
}
.blog-topic .box_wrap .topic_slide .swiper .swiper-wrapper .swiper-slide .items-img {
  border-radius: 16px;
  overflow: hidden;
  display: block;
}
.blog-topic .box_wrap .topic_slide .swiper .swiper-wrapper .swiper-slide .items-txt {
  padding-top: 1.2rem;
}
.blog-topic .box_wrap .topic_slide .swiper .swiper-wrapper .swiper-slide .items-txt .name {
  display: block;
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: "Font-Medium";
  color: #333333;
  max-height: 4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-topic .box_wrap .topic_slide .swiper .swiper-wrapper .swiper-slide .items-txt .date {
  color: #858585;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-top: 0.4rem;
}
.blog-topic .box_wrap .topic_slide .custom-swiper-btn {
  box-shadow: none;
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url(https://cdn.smobgame.com/template/Tickop/images/icon_right_green.svg);
  margin-top: -6rem;
  background-color: transparent !important;
}
@media only screen and (max-width: 767px) {
  .blog-topic .box_wrap .topic_slide .custom-swiper-btn {
    display: none;
  }
}
.blog-topic .box_wrap .topic_slide .custom-swiper-btn::after {
  display: none;
}
.blog-topic .box_wrap .topic_slide .custom-swiper-btn.swiper-button-next {
  right: -5.7rem;
}
@media screen and (max-width: 1400px) {
  .blog-topic .box_wrap .topic_slide .custom-swiper-btn.swiper-button-next {
    right: 0;
  }
}
.blog-topic .box_wrap .topic_slide .custom-swiper-btn.swiper-button-prev {
  left: -5.7rem;
  transform: rotateY(180deg);
}
@media screen and (max-width: 1400px) {
  .blog-topic .box_wrap .topic_slide .custom-swiper-btn.swiper-button-prev {
    left: 0;
  }
}
.blog-topic .box_wrap .topic_slide .viewAll {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .blog-topic .box_wrap .topic_slide .viewAll {
    margin-top: 2rem;
  }
}

.page-title2 {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1024px) {
  .page-title2 {
    margin-bottom: 3rem;
  }
}
.page-title2 span {
  display: block;
  font-size: 4.8rem;
  line-height: 7.1rem;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .page-title2 span {
    font-size: 3.6rem;
    line-height: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-title2 span {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}

.blog_contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 3rem;
  row-gap: 3rem;
  padding: 0 9.6rem 3.6rem;
}
@media only screen and (max-width: 1024px) {
  .blog_contents {
    padding: 0 0 2.4rem;
    column-gap: 2rem;
    row-gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .blog_contents {
    display: block;
    padding: 0 0 1.6rem;
    column-gap: 0;
    row-gap: 0;
    grid-template-columns: unset;
  }
}
.blog_contents .items {
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 4px 30px rgba(14, 56, 165, 0.1);
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .blog_contents .items {
    margin-bottom: 2rem;
  }
  .blog_contents .items:last-of-type {
    margin-bottom: 0;
  }
}
.blog_contents .items .items-txt {
  background: #fff;
  padding: 1.2rem 1.2rem 1.6rem;
}
.blog_contents .items .items-txt .tag span {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #2F80ED;
  padding: 0.8rem 1.2rem;
  background: #EFF6FF;
  border-radius: 8px;
  margin-bottom: 0.8rem;
  text-align: center;
}
.blog_contents .items .items-txt .name {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #333333;
  display: block;
  font-family: "Font-Medium";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 4.8rem;
  font-weight: bold;
}
.blog_contents .items .items-txt .des {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #858585;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 10rem;
  margin-top: 0.4rem;
}
@media only screen and (max-width: 1024px) {
  .blog_contents .items .items-txt .des {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 4.2rem;
  }
}
.blog_contents .items .items-txt .viewMore {
  display: block;
  color: #2F80ED;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-top: 1.4rem;
}
.blog_contents .items .items-txt .viewMore .icon_right {
  display: inline-block;
  position: relative;
}
.blog_contents .items .items-txt .viewMore .icon_right::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url("https://cdn.smobgame.com/template/Tickop/images/icon_right_blue.svg");
  -webkit-background-size: 2rem;
  background-size: 2rem;
  position: absolute;
  right: -2.4rem;
  top: 50%;
  margin-top: -0.8rem;
}

.blog-list {
  padding: 8rem 0;
}
@media only screen and (max-width: 1024px) {
  .blog-list {
    padding: 6rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-list {
    padding: 4rem 0;
  }
}
.box-breadcrumb.mt--5 {
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .box-breadcrumb.mt--5 {
    margin-top: 3rem;
  }
}
.box-breadcrumb .ul_breadcrumb.w--792 {
  max-width: 79.2rem;
  margin: auto;
}
.box-breadcrumb .ul_breadcrumb li {
  font-size: 1.4rem;
  line-height: 2rem;
}
.box-breadcrumb .ul_breadcrumb li a {
  display: inline-block;
  color: #33CC7F;
}
.box-breadcrumb .ul_breadcrumb li span {
  display: inline-block;
  color: #858585;
}

.blog-detail {
  padding: 5rem 0 4rem;
}
@media only screen and (max-width: 767px) {
  .blog-detail {
    padding: 3rem 0;
  }
}
.blog-detail .box_wrap {
  max-width: 79.2rem;
  margin: auto;
}
.blog-detail .box_wrap .tag span {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #2F80ED;
  padding: 0.8rem 1.2rem;
  background: #EFF6FF;
  border-radius: 8px;
  margin-bottom: 0.8rem;
  text-align: center;
}
.blog-detail .box_wrap .name {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .blog-detail .box_wrap .name {
    font-size: 2rem;
  }
}
.blog-detail .box_wrap .date {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #858585;
  margin-top: 1.6rem;
}
.blog-detail .box_wrap .detail_content {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 2rem;
}
.blog-detail .box_wrap .detail_content ol, .blog-detail .box_wrap .detail_content ul {
  padding: 0 0 0 24px;
}
@media only screen and (max-width: 767px) {
  .blog-detail .box_wrap .detail_content ol, .blog-detail .box_wrap .detail_content ul {
    padding-left: 18px;
  }
}
.blog-detail .box_wrap .detail_content ul li {
  position: relative;
}
.blog-detail .box_wrap .detail_content ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  top: 9px;
  background: #34404b;
}
.blog-detail .box_wrap .detail_content p {
  margin: 0;
  word-break: break-word;
  line-height: 1.4;
}
.blog-detail .box_wrap .detail_content a:hover {
  text-decoration: underline;
}
.blog-detail .box_wrap .detail_content img {
  max-width: 100% !important;
  height: auto !important;
  margin: 1.4rem auto;
}
.blog-detail .box_wrap .detail_content table {
  border-collapse: collapse;
  margin: 10px auto;
}
.blog-detail .box_wrap .detail_content table tr td {
  border: 1px solid #000;
  padding: 10px;
}
.blog-detail .box_wrap .detail_content table tr:first-of-type td {
  font-weight: bold;
  text-align: center;
}
.blog-detail .box_wrap .detail_content table img {
  border: none;
}
.blog-detail .box_wrap .group-share {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .blog-detail .box_wrap .group-share {
    margin-top: 2rem;
  }
}
.blog-detail .box_wrap .group-share .title {
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-family: "Font-Medium";
  color: #333333;
  margin-bottom: 1.5rem;
}
.blog-detail .box_wrap .group-share .list-btn .icon_item {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1rem;
}
.blog-detail .box_wrap .group-share .list-btn .icon_item:last-of-type {
  margin-right: 0;
}
.blog-detail .box_wrap .group-share .list-btn .icon_item.icon_fb {
  background-image: url("https://cdn.smobgame.com/template/Tickop/images/icon_fb32.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.blog-detail .box_wrap .group-share .list-btn .icon_item.icon_twitter {
  background-image: url("https://cdn.smobgame.com/template/Tickop/images/icon_twitter32.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.blog-connect {
  padding: 4rem 0;
}
@media only screen and (max-width: 767px) {
  .blog-connect {
    padding: 2rem 0 4rem;
  }
}
.blog-connect .box_wrap .swiper-blog {
  display: block;
  column-gap: 0;
  row-gap: 0;
  grid-auto-columns: unset;
  padding: 1rem 0 6rem;
}
.blog-videos {
  padding: 4rem 0;
}
@media only screen and (max-width: 767px) {
  .blog-videos {
    padding: 2rem 0;
  }
}
.blog-videos .box_wrap .box_content .group_video {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  max-width: 69rem;
  margin: auto;
  background: #000;
}
.blog-videos .box_wrap .box_content .group_video::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.blog-videos .box_wrap .box_content .group_video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.blog-videos .box_wrap .box_content .video_slider {
  position: relative;
  max-width: 69rem;
  margin: 2.4rem auto 0;
}
@media only screen and (max-width: 767px) {
  .blog-videos .box_wrap .box_content .video_slider {
    margin-top: 1.6rem;
  }
}
.blog-videos .box_wrap .box_content .video_slider .swiper {
  overflow: hidden;
}
.blog-videos .box_wrap .box_content .video_slider .swiper .swiper-wrapper .swiper-slide {
  opacity: 0.7;
  cursor: pointer;
}
.blog-videos .box_wrap .box_content .video_slider .swiper .swiper-wrapper .swiper-slide .items-img {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.blog-videos .box_wrap .box_content .video_slider .swiper .swiper-wrapper .swiper-slide .items-img::after {
  content: "";
  display: block;
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url(https://cdn.smobgame.com/template/Tickop/images/icon_play_white.svg);
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2rem;
  margin-left: -2rem;
}
@media only screen and (max-width: 767px) {
  .blog-videos .box_wrap .box_content .video_slider .swiper .swiper-wrapper .swiper-slide .items-img::after {
    width: 2.4rem;
    height: 2.4rem;
    margin-top: -1rem;
    margin-left: -1rem;
  }
}
.blog-videos .box_wrap .box_content .video_slider .swiper .swiper-wrapper .swiper-slide .items-txt {
  display: block;
  color: #333333;
  font-family: "Font-Medium";
  font-size: 1.4rem;
  line-height: 2rem;
  margin-top: 0.8rem;
}
.blog-videos .box_wrap .box_content .video_slider .swiper .swiper-wrapper .swiper-slide-active {
  opacity: 1;
}
.blog-videos .box_wrap .box_content .video_slider .swiper .swiper-wrapper .swiper-slide-active .items-txt {
  color: #33CC7F;
}
.blog-videos .box_wrap .box_content .video_slider .custom-swiper-btn {
  box-shadow: none;
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url(https://cdn.smobgame.com/template/Tickop/images/icon_right_green.svg);
  margin-top: -4.5rem;
}
@media only screen and (max-width: 1024px) {
  .blog-videos .box_wrap .box_content .video_slider .custom-swiper-btn {
    display: none;
  }
}
.blog-videos .box_wrap .box_content .video_slider .custom-swiper-btn::after {
  display: none;
}
.blog-videos .box_wrap .box_content .video_slider .custom-swiper-btn.swiper-button-next {
  right: -5.7rem;
}
.blog-videos .box_wrap .box_content .video_slider .custom-swiper-btn.swiper-button-prev {
  left: -5.7rem;
  transform: rotateY(180deg);
}

@media screen and (max-width: 1024px) {
  body.open {
    overflow: hidden;
    position: relative;
  }
  body.open::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #0000009e;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 14;
  }

  .hamburger {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hamburger {
    top: 13px;
  }

  .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    width: 24px;
  }

  .hamburger-inner::before {
    top: -6px;
  }

  .hamburger-inner::after {
    bottom: -6px;
  }
}

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