.fixed-top {
  background: #000000 !important ;
}
#pc-header .navbar{
background: rgba(0, 0, 0, 0.01);
}
.header-top{
background-color: #000000 !important;
color: #fff;
}
.header-top .warning{
color: #fff !important;
}

#sport_kings{
  height: 12vw;
  width: 100%;
    position: relative;
  overflow: hidden;
}
.cm_slogan {
  display: inline-block;
  vertical-align: middle;
  height: 5vw !important;
  overflow: hidden;
  font-size: 1.5vw;
  font-weight: 600;
  color: #000;
  line-height: 5vw;
  letter-spacing: -0.51px;
  opacity: 0;
  transition: 3s;
  -webkit-transition: 3s;
  background: #fff;
}

.cm_slogan.on {
  letter-spacing: -0.5px;
}

.cm_slogan.opacity {
  opacity: 1;
}

.cm_slogan:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 500px;
}

.cm_slogan:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 500px;
 
}

.cm_slogan mark {
  color: #000;
  background-color: #fff;
  padding-right: 15%;
}
.cm_slogan mark img{
  margin-bottom: 4.5%;
}
.cm_slogan .cms_marquee {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  left: 0;
  white-space: nowrap;
  animation: mrqueev1 80s linear infinite;
  background: #fff;
  height: 12vw;
}

.cm_slogan .cms_marquee.t2 {
  animation-delay: -40s;
}

@keyframes mrqueev1 {
  0% {
      transform: translateX(100%)
  }

  to {
      transform: translateX(-100%)
  }
}

.cm_slogan .cms_marquee span {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 2px;
  margin-left: 3%;
  line-height: 12vw; 
  font-family: Archivo;
  font-size: 4vw;
}
@media all and (max-width: 1600px) {
.cm_slogan {
      height: 50px;
      font-size: 18px;
      line-height: 60px;
  }

  .cm_slogan:before {
      width: 450px;
  }

  .cm_slogan:after {
      width: 450px;
  }
}


@media all and (max-width: 1400px) {
.cm_slogan {
      height: 50px;
      font-size: 16px;
      line-height: 50px;
  }

  .cm_slogan:before {
      width: 380px;
  }

  .cm_slogan:after {
      width: 380px;
  }

}
@media all and (max-width: 1024px) {
.cm_slogan {
      height: 40px;
      font-size: 14px;
      line-height: 40px;
  }

  .cm_slogan:before {
      width: 250px;
  }

  .cm_slogan:after {
      width: 250px;
  }
}
@media all and (max-width: 560px) {

  .cm_slogan {
      height: 20px;
      font-size: 12px;
      line-height: 20px;
  }

  .cm_slogan:before {
      width: 100px;
  }

  .cm_slogan:after {
      width: 100px;
  }
}

.utp{
  background: #F8F8F8;
  margin-top: -0.5%;
  height: 32vw;
  
}
.utp_img{
  position: relative;
 height: 100%;
}
.utp_img img{
  width: 90%;
  position: absolute;
  bottom: 0;
}
.utp_tex{
  padding-top: 13.5%;
    padding-left: 8%;
}
.utp_tex img{
  width: 60%;
}
.utp_tex img:hover{
  cursor: pointer;
}
.utp_tex h2{
  margin-top: 5%;
  color: #000;
  font-family: "Inria";
  font-size: 1.2vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5vw; /* 104% */
  text-transform: uppercase;
}
.kw_ser{
  height: 100%;
  overflow: hidden;
}
.kw_ser_img img{
  width: 95%;
}
.kw_ser a{
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 1.1vw;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  display: block;
  background-color: #000;
  line-height: 3.5vw;
  height: 4vw;
}
.kw_ser a:hover{
  cursor: pointer;
}
.ser{
  background: #fff;
  padding: 3% 0;
  height: 46vw;
}
.kw_services{
  display: flex;
  height: 100%;

}

.panel {
  width: 25%;
  height: 100%;
  cursor: pointer;
  flex: 1;
  position: relative;
  transition: flex 0.7s cubic-bezier(.25,.46,.45,.94);
  border: 0px;
  border-radius: 0px;
  
  
}
.panel.active {
  flex: 4;
}
.panel:nth-of-type(1){
  background: #FF3145;
}
.panel:nth-of-type(2){
  background: #00E7CB;
}
.panel:nth-of-type(3){
  background: #815FFF;
}
.panel:nth-of-type(4){
  background: #48BDFF;
}
.panel.active h3{
  display: none;
}
.panel h3{
  transform: rotate(-90deg);
  color: #000;
  position: absolute;
  bottom: 20%;
  font-family: "Archivo";
  font-size: 1.3vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  width: 100%;
}
.panel h1{
  display: none;
  transition: all 0.7s ease-in;
  color: #000;
  font-family: "Archivo";
  font-size: 2vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  margin-top: 8%;
  text-align: center;
}
.panel.active h1{
  display: block;
}
.panel.active .center_info{
  display: flex;
}
.center_info{
  display: none;
  margin-top: 20%;
  width: 50%;
  margin-left: 25%;
  height: 21vw;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 20vw;
    background: #000;
}
.kw_list img{
  width: 100%;
}
.index_story{
  background: #fff;
  padding: 4% 0;
  overflow: hidden;
}
.index_story h1{
  color: #000;
  text-align: center;
  font-family: "Archivo";
  font-size: 4vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.story{
  overflow: hidden;width: 300%;
	white-space: nowrap;position: relative;
  margin-top: 3%;
}
.z_img_left .x1,.z_img_right .x1 {
  margin-left: 0.5%;
  white-space: nowrap;
  color: var(--color-dark);
  text-transform: uppercase;
  display: block;
  transform-origin: left center;
  transition: opacity 0.2s ease-in-out 0s;
  animation: loopCursorNormal 35s linear;
  animation-iteration-count: infinite;
  width: 5%;
}
.z_img_left .x1:hover,.z_img_right .x1:hover{
  cursor: pointer;
}
.story img{
  width: 100%;
}
.story.two{
  margin-top: 2%;
}
.z_img_right .x1 {
  margin-left: 0.5%;
  white-space: nowrap;
  color: var(--color-dark);
  text-transform: uppercase;
  display: block;
  transform-origin: left center;
  transition: opacity 0.2s ease-in-out 0s;
  animation: loopCursorNormal_r 35s linear;
  animation-iteration-count: infinite;
}
@keyframes loopCursorNormal { 
  0% { transform: translateX(0%); }
  100% {transform: translateX(-600%); } 
}
@keyframes loopCursorNormal_r { 
  0% { transform: translateX(-600%); }
  100% {transform: translateX(0%); } 
}