.full_screen header {
  padding: 30px 0;
}
.full_screen {
  background: url("../images/svg/bg-home.svg") no-repeat left bottom /cover;
  height: 100vh;
}
.landing_left {
  padding-left: 80px;
}
.landing_banner {
  display: flex;
}
.landing_banner[data-total_service="1"] .landing_left {
  flex: 0 0 100%;
  max-width: 100%;
}
.landing_left {
  flex: 0 0 calc(100% - 290px);
  max-width: calc(100% - 290px);
}
.landing_right {
  flex: 0 0 290px;
  max-width: 290px;
}
.slider__thumbs {
  background: rgba(240, 238, 251, 0.5);
  border-radius: 89px 0 0 0;
  height: calc(100vh - 103px);
}
.slider__thumbs .swiper {
  height: 100%;
  padding-top: 20px;
}
.swiper-item-1, .main_full {
  height: calc(100vh - 103px);
}
.item_float > * {
  float: left;
}
.item_content {
  padding: 90px 30px 0 60px;
}
.font-70 {
  font-size: 70px;
  line-height: 1;
}
.item_content li {
  color: #000;
  font-weight: 600;
  margin-top: 10px;
}
.item_content li i {
  color: #ae6cf0;
  margin-right: 10px;
}
.font-70 p {
  line-height: 1;
}
.swiper-item-2 {
  text-align: center;
}
.ld_icon span {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  display: inline-flex;
  position: relative;
}
.ld_icon span img {
  width: 65%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.swiper-slide:hover .ld_icon span img {
  width: 85%;
  top: calc(50% - 20px);
}
.swiper-slide-thumb-active .ld_icon span img {
  top: calc(50% - 20px)
}
.swiper-item-2.swiper-slide:hover p ,
.swiper-item-2.swiper-slide-thumb-active p {
  color: #ae6cf0;
}
.area-copyright {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 20px 0;
  pointer-events: none;
}
.area-copyright a {
  border: 1px solid #6151e0;
  border-radius: 50%;
  color: #6151e0;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  width: 26px;
  pointer-events: auto;
}
.area-copyright a:not(:last-child) {
  margin-right: 10px;
}
.area-copyright a:hover {
  background: #6151e0;
  color: #fff;
}
.area-copyright span {
  margin-right: 20px;
}
.main_full .chat_box {
  right: 320px;
}
/*.chat_box{
  right: 315px !important;
}*/
.custom_notify {
  display: none;
  position: absolute;
  top: 103px;
  left: calc((100% -  1570px) /  2);
  /*max-width: 350px;*/
}
.notify-content {
  /*background: #F4F0FF !important;*/
  background: #F7F6FC !important;
  box-shadow: none !important;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.13));
}
.w-100-center,
.server-action {
  width: 100%;
  text-align: center;
}
.pc-only,
.mb-only {
  display: none !important;
}
.text-see-more {
  display: none;
}
.header_nav li a {
  white-space: nowrap;
}
.nav_mobile {
  display: none;
}
.mb_nav_container {
  display: none;
  padding-left: 10px;
  min-width: 35px
}
.header_action_mobile {
  display: none;
}
.banner-image-container img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 1630px) {
  .custom_notify {
    left: 15px;
  }
}
@media screen and (max-width: 1199px) {
  body {
    font-size: 14px;
  }
  header {
    z-index: 100;
  }
  .mb-only {
    display: block !important;
  }
  .header_action_mobile {
    display: flex;
  }
  .full_screen {
    background: unset;
  }
  .landing_left {
    padding-left: 0;
    padding-bottom: 150px;
  }
  .landing_right {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  div.header_action,
  ul.header_nav {
    display: none;
  }
  .full_screen header {
    padding: 15px 0;
    background: #e3dff9;
  }
  header a.logo {
    padding-left: 0;
  }
  .text-server-intro {
    margin-bottom: 25px;
  }

  .item_content {
    padding: 33px 15px 0 15px;
    width: 100%;
  }
  .item_content .desc {
    margin: 0 auto;
    text-align: center;
  }
  .text-see-more {
    display: inline-block;
  }
  .banner-image-container {
    width: 100%;
    text-align: center;
  }
  .banner-image-container img {
    max-height: 360px;
  }
  .landing_right .slider__thumbs {
    margin-top: 25px;
    border-radius: 75px 0 0 0;
    height: 135px;
    background: rgba(240, 238, 251, 1);
  }
  .landing_right .slider__thumbs .swiper {
    padding-top: 15px;
  }
  .landing_right .swiper-wrapper {
    justify-content: center;
  }
  .mb_nav_container {
    display: block;
  }
  .landing_banner {
    flex-wrap: wrap;
  }
  .landing_banner > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .text-see-more {
    color: #2245e3;
  }
  .mb_body {
    background: #fff;
    border-radius: 20px 20px 0 0;
    height: calc(100vh - 52px);
    position: relative;
  }
  .mb_2 {
    background-color: #f7f7fd;
    padding: 12px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .ld_icon span {
    height: 78px;
    width: 78px;
  }
  .swiper-item-2 p {
    font-size: 13px;
  }
  .mb_1 {
    height: calc(100% - 155px);
  }
  .mb_1 * {
    max-height: 100%;
  }
  .mb_home_m {
    height: calc(100vh - 230px - 255px);
  }
  .swiper-slide-thumb-active .ld_icon span img {
    top: 50%;
  }
  .nav_mobile {
    display: block;
    background: #fff;
    border-radius: 10px;
    position: fixed;
    top: 70px;
    right: -150px;
    z-index: 99;
    transition: all ease 0.2s;
  }
  .nav_mobile.show {
    right: 5px;
    opacity: 1;
    box-shadow: 10px 10px 44px -11px rgba(0,0,0,0.75);
  }
  .nav_mobile li a {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #9a72ff;
    padding: 10px 18px;
  }
  body.hidden {
    overflow: hidden;
  }
  .area-copyright {
    display: none !important;
  }
  .logo img {
    height: 32px;
  }
  .custom_notify {
    top: 52px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .item_float > span img{
    max-width: 400px;
  }
  .font-70 {
    font-size: 40px;
  }
  .ld_icon span {
    height: 100px;
    width: 100px;
  }
  [data-total_service="1"] .item_content {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .pc-only {
    display: block !important;
  }
  .landing_left {
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
  }
  .item_float > * {
    float: unset;
  }
  .landing_left .banner-image-container {
    height: 275px;
    width: 100%;
    text-align: center;
  }
  .item_content {
    padding: 50px 30px 0 60px;
  }
  .server-action {
    text-align: left;
  }
  [data-total_service="1"] .server-action {
    margin-top: 30px;
  }
  .landing_right {
    display: none;
  }
  [data-total_service="2"] .server-item {
    width: 50%;
  }
}
@media screen and (min-width: 1600px) {
  .ld_icon span {
    height: 100px;
    width: 100px;
  }
  .item_float {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .landing_left .banner-image-container {
    height: 320px;
    width: unset;
  }
  .text-nick-fb {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .item_float {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: nowrap;
    padding: 40px 20px;
  }

  .banner-image-container {
    flex: 1;
    max-width: 30%;
  }

  .banner-image-container img {
    width: 100%;
    height: auto;
    display: block;
  }

  .item_content {
    flex: 1;
  }

  .item_content .server-action {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
  }

  .item_content ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 40px;
  }

  .item_content li {
    display: block;
    break-inside: avoid;
  }

  .item_content li:first-child {
    margin-top: 0;
  }
}

