html, body {
  overflow-x: hidden; }

ul, li {
  list-style: none; }

.hide {
  display: none; }

.img .myimgs {
  position: relative; }
  .img .myimgs img {
    width: 100%; }
  .img .myimgs .swiper-scrollbar-drag {
    background: #fff; }
  .img .myimgs .swiper-wrapper a {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    animation: scales 1s infinite;
    transform-origin: 20% 20%; }
  .img .myimgs .noti {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35%;
    background: rgba(0, 0, 0, 0.8);
    padding: 15px;
    border-radius: 0 15px 15px 0; }
    .img .myimgs .noti h3 {
      color: #fff;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid  #d3291a; }
    .img .myimgs .noti p {
      color: #fff;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid  #d3291a; }
    .img .myimgs .noti a {
      display: inline-block;
      padding: 10px 15px;
      border: 1px solid #d3291a;
      color: white;
      text-decoration: none;
      transition: all 0.2s;
      text-transform: capitalize; }
      .img .myimgs .noti a:hover {
        background: #d3291a;
        border-radius: 10px; }
  .img .myimgs .swiper-button-next:after, .img .myimgs .swiper-button-prev:after {
    font-weight: bold;
    color: #fff; }

@keyframes scales {
  0% {
    transform: scale(1) translateX(-50%); }
  50% {
    transform: scale(1.1) translateX(-50%); }
  100% {
    transform: scale(1) translateX(-50%); } }
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 30px; }
  .container .listshow li {
    text-align: center; }
    .container .listshow li .box_img h3 {
      font-family: 'Roboto', sans-serif;
      font-weight: 400px;
      color: #0d69be;
      font-size: 20px;
      margin-top: 10px; }
    .container .listshow li .box_content p {
      color: #909294;
      font-style: italic; }

.mainmenu {
  background: #fff;
  border-bottom: 2px solid #1295e7; }
  .mainmenu .fixmenu {
    max-width: 1200px;
    margin: 0 auto; }
  .mainmenu .bg-light {
    background: none !important; }
  .mainmenu .navbar-light .navbar-toggler-icon {
    background-image: none !important;
    color: white;
    display: inline-block;
    line-height: 35px;
    font-size: 25px; }
  .mainmenu .navbar-toggler {
    padding: 0 !important;
    border: 1px solid #fff; }
  .mainmenu .nav-item .nav-link {
    color: white !important;
    position: relative;
    padding: 0;
    margin-right: 10px; }
  .mainmenu .nav-item .nav-link:after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 0;
    background: #fff;
    transition: all 0.2s;
    left: 0; }
  .mainmenu .nav-item:hover .nav-link:after, .mainmenu .nav-item.active .nav-link:after {
    width: 100%; }

.listshow {
  padding: 0; }

.sticky {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; }

.containert {
  padding: 10px 0; }

.navbar-area {
  position: relative;
  z-index: 999; }

.site-navbar {
  display: flex;
  align-items: center; }

a.site-logo {
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  flex-grow: 0; }

.site-navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: space-between;
  padding-left: 45px; }
  .site-navbar ul form {
    display: flex;
    align-items: center; }
    .site-navbar ul form input[type=text] {
      border: none;
      padding: 5px 10px;
      border-radius: 10px 0 0 10px;
      background: rgba(255, 255, 255, 0.8);
      color: #000; }
    .site-navbar ul form input[type=submit] {
      border: none;
      background: rgba(255, 255, 255, 0.8) url(../icon/search.png) no-repeat;
      background-position: center;
      width: 34px;
      height: 34px;
      border-radius: 0 10px 10px 0;
      margin-left: 2px; }

.site-navbar ul li:last-child {
  float: right; }

.site-navbar ul li a {
  color: #7b7a7a;
  padding: 10px;
  display: block;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 700;
  font-family: 'Roboto', sans-serif; }
  .site-navbar ul li a:hover, .site-navbar ul li a.active {
    color: #000; }

.site-navbar ul li a:after {
  content: '';
  display: block;
  height: 2px;
  width: 0;
  background: linear-gradient(-45deg, #fd59dc, #56b9ff, #23a6d5, #12dde7);
  background-size: 200% 200%;
  animation: gradient 1s ease infinite;
  transition: all 0.2s; }

@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
.site-navbar ul li a:hover::after, .site-navbar ul li a.active::after {
  width: 100%; }

/* navbar regular css end */
/* nav-toggler css start */
.nav-toggler {
  border: 2px solid #fff;
  padding: 5px;
  background-color: transparent;
  cursor: pointer;
  height: 39px;
  display: none;
  border-radius: 5px; }

.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
  width: 28px;
  height: 3px;
  background-color: #1295e7;
  display: block;
  transition: .3s; }

.nav-toggler span:before {
  content: '';
  transform: translateY(-9px); }

.nav-toggler span:after {
  content: '';
  transform: translateY(6px); }

.nav-toggler.toggler-open span {
  background-color: transparent; }

.nav-toggler.toggler-open span:before {
  transform: translateY(0px) rotate(45deg); }

.nav-toggler.toggler-open span:after {
  transform: translateY(-3px) rotate(-45deg); }

/* nav-toggler css start */
/* intro-area css start */
.intro-area {
  height: calc(100vh - 61px);
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff; }

.intro-area h2 {
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
  margin-bottom: 25px; }

.intro-area p {
  font-size: 18px; }

/* intro-area css end */
/* mobile breakpoint start */
@media screen and (max-width: 767px) {
  .container {
    max-width: 720px; }

  /* navbar css for mobile start */
  .nav-toggler {
    display: block; }

  .site-navbar {
    min-height: 60px; }

  .site-navbar {
    padding: 0 10px; }

  a.site-logo {
    flex-grow: 1;
    text-align: center;
    left: 21px;
    position: relative; }

  .site-navbar ul form {
    justify-content: center; }

  .site-navbar ul {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 79px;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    background-color: rgba(255, 255, 255, 0.95);
    max-height: 0;
    overflow: hidden;
    transition: .3s; }

  .site-navbar ul li a.active::after {
    display: none; }

  .site-navbar ul li form {
    padding: 25px; }

  .site-navbar ul li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #1295e7; }

  .site-navbar ul li a {
    padding: 25px;
    font-size: 18px; }

  .site-navbar ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1); }

  .site-navbar ul.open {
    max-height: 100vh;
    overflow: visible; }

  .intro-area h2 {
    font-size: 36px;
    margin-bottom: 15px; }

  /* navbar css for mobile end */ }
.gameon {
  padding: 30px 0;
  background: #e7f4fd; }
  .gameon .mygame {
    padding: 0 48px;
    max-width: 1200px; }
    .gameon .mygame .swiper-slide a {
      position: relative;
      display: block;
      text-align: center;
      transition: all 0.2s; }
      .gameon .mygame .swiper-slide a:hover {
        transform: scale(1.1); }
      .gameon .mygame .swiper-slide a img {
        width: 100%;
        border-radius: 70px; }
    .gameon .mygame .swiper-slide .namegame {
      margin-top: 10px;
      text-align: center; }
      .gameon .mygame .swiper-slide .namegame h3 {
        padding: 0;
        margin: 0; }
        .gameon .mygame .swiper-slide .namegame h3 a {
          font-size: 20px;
          text-decoration: none;
          font-family: 'Roboto', sans-serif; }
      .gameon .mygame .swiper-slide .namegame p {
        color: #3f4041;
        font-style: italic; }
        .gameon .mygame .swiper-slide .namegame p i {
          color: #1295e7; }
  .gameon .swiper-button-next, .gameon .swiper-button-prev {
    top: 40%; }
  .gameon .swiper-button-next:after, .gameon .swiper-button-prev:after {
    color: #1295e7;
    font-weight: bold; }
  .gameon .swiper-scrollbar-drag {
    background: #1295e7; }

.jobn .container {
  padding-top: 20px; }

.ttilegame {
  text-align: center;
  text-transform: capitalize;
  font-size: 36px;
  color: #3f4041;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 30px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px; }
  .ttilegame .blue {
    color: #1295e7; }

.ttilegame::after {
  content: '';
  height: 2px;
  background: linear-gradient(-45deg, #fd59dc, #56b9ff, #23a6d5, #23d5ab);
  background-size: 200% 200%;
  animation: gradient 1s ease infinite;
  width: 70px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }

.mainnews {
  max-width: 1200px;
  margin: 30px auto; }
  .mainnews .titlenews {
    text-align: center;
    font-size: 36px;
    color: #d3291a;
    margin-bottom: 20px;
    font-family: 'Days One', sans-serif; }
  .mainnews .container .carde {
    align-self: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #d3291a; }
    .mainnews .container .carde .box_info {
      padding: 10px;
      display: flex;
      flex-direction: column;
      height: 180px; }
      .mainnews .container .carde .box_info .admin {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        display: flex;
        flex-direction: row; }
        .mainnews .container .carde .box_info .admin span {
          flex: 1 1 50%;
          color: #fff; }
          .mainnews .container .carde .box_info .admin span i {
            margin-right: 5px; }
        .mainnews .container .carde .box_info .admin span:last-child {
          text-align: right; }
      .mainnews .container .carde .box_info .titleh {
        color: #fff;
        margin-top: 10px; }
        .mainnews .container .carde .box_info .titleh h5 {
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
          .mainnews .container .carde .box_info .titleh h5 a {
            text-decoration: none;
            color: #fff; }
      .mainnews .container .carde .box_info .contenth {
        color: #fff;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        align-self: flex-start;
        margin-top: auto; }
    .mainnews .container .carde .boximg {
      overflow: hidden; }
      .mainnews .container .carde .boximg a {
        position: relative; }
      .mainnews .container .carde .boximg img {
        height: 200px;
        width: 100%;
        transition: all 0.2s;
        object-fit: cover; }
        .mainnews .container .carde .boximg img:hover {
          transform: scale(1.1); }

.tab-menu {
  padding-top: 20px; }

.ggames_decription {
  padding: 30px 0;
  background: url(../icon/businesbg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  .ggames_decription .timeline {
    position: relative;
    margin: 0 auto;
    box-sizing: border-box; }
  .ggames_decription .timeline:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #0095ff; }
  .ggames_decription .timeline ul {
    padding: 0;
    margin: 0; }
  .ggames_decription .timeline ul li {
    list-style: none;
    position: relative;
    width: 50%;
    padding: 20px 40px;
    box-sizing: border-box; }
  .ggames_decription .timeline ul li:nth-child(odd) {
    float: left;
    text-align: right;
    clear: both; }
    .ggames_decription .timeline ul li:nth-child(odd) .content {
      padding: 20px;
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 0 10px #1295e7; }
      .ggames_decription .timeline ul li:nth-child(odd) .content .imggame .listgames {
        display: flex;
        flex-direction: row;
        justify-content: flex-end; }
        .ggames_decription .timeline ul li:nth-child(odd) .content .imggame .listgames .ongame {
          flex: 0 1 auto;
          padding: 0 0 0 10px;
          margin-top: 10px; }
          .ggames_decription .timeline ul li:nth-child(odd) .content .imggame .listgames .ongame a img {
            display: block; }
      .ggames_decription .timeline ul li:nth-child(odd) .content .imggame img {
        display: block; }
  .ggames_decription .timeline ul li:nth-child(even) {
    float: right;
    text-align: left;
    clear: both; }
    .ggames_decription .timeline ul li:nth-child(even) .content {
      padding: 20px;
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 0 10px #1295e7; }
      .ggames_decription .timeline ul li:nth-child(even) .content .imggame .listgames {
        display: flex;
        flex-direction: row;
        justify-content: flex-start; }
        .ggames_decription .timeline ul li:nth-child(even) .content .imggame .listgames .ongame {
          flex: 0 1 auto;
          padding: 0 0 0 10px;
          margin-top: 10px; }
          .ggames_decription .timeline ul li:nth-child(even) .content .imggame .listgames .ongame a img {
            display: block;
            max-width: 100%; }
      .ggames_decription .timeline ul li:nth-child(even) .content .imggame img {
        display: block;
        max-width: 100%; }
  .ggames_decription .content {
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px #1295e7; }
    .ggames_decription .content .imggame .listgames {
      display: flex;
      flex-direction: row; }
      .ggames_decription .content .imggame .listgames .ongame {
        flex: 1 1 auto;
        padding: 0 0 0 10px;
        margin-top: 10px; }
        .ggames_decription .content .imggame .listgames .ongame a img {
          display: block;
          max-width: 100%; }
    .ggames_decription .content .imggame img {
      display: block;
      max-width: 100%; }
  .ggames_decription .timeline ul li:nth-child(odd):before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 24px;
    right: -6px;
    background: #1295e7;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #2fb3ff;
    animation: gradient 1s ease infinite; }
  .ggames_decription .timeline ul li:nth-child(even):before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 24px;
    left: -4px;
    background: #1295e7;
    animation: gradient 1s ease infinite;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #2fb3ff; }
  .ggames_decription .timeline ul li h3 {
    padding: 0;
    margin: 0;
    color: #1295e7;
    font-weight: 600; }
  .ggames_decription .timeline ul li p {
    margin: 10px 0 0;
    padding: 0; }
  .ggames_decription .timeline ul li .time h4 {
    margin: 0;
    padding: 0;
    font-size: 14px; }
  .ggames_decription .timeline ul li:nth-child(odd) .time {
    position: absolute;
    top: 12px;
    right: -165px;
    margin: 0;
    padding: 8px 16px;
    background: linear-gradient(-45deg, #fd59dc, #56b9ff, #23a6d5, #23d5ab);
    animation: gradient 4s ease infinite;
    background-size: 400% 400%;
    color: #fff;
    border-radius: 18px;
    box-shadow: 0 0 0 3px #2fb3ff; }
  .ggames_decription .timeline ul li:nth-child(even) .time {
    position: absolute;
    top: 12px;
    left: -165px;
    margin: 0;
    padding: 8px 16px;
    background: linear-gradient(-45deg, #fd59dc, #56b9ff, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    color: #fff;
    border-radius: 18px;
    box-shadow: 0 0 0 3px #2fb3ff;
    animation: gradient 4s ease infinite; }
  @media (max-width: 1000px) {
    .ggames_decription .timeline {
      width: 100%; } }
  @media (max-width: 767px) {
    .ggames_decription .timeline {
      width: 100%;
      padding-bottom: 0; }
    .ggames_decription h1 {
      font-size: 40px;
      text-align: center; }
    .ggames_decription .timeline:before {
      left: 20px;
      height: 100%; }
    .ggames_decription .timeline ul li:nth-child(odd),
    .ggames_decription .timeline ul li:nth-child(even) {
      width: 100%;
      text-align: left;
      padding-left: 50px;
      padding-bottom: 50px; }
    .ggames_decription .timeline ul li:nth-child(odd):before,
    .ggames_decription .timeline ul li:nth-child(even):before {
      top: -18px;
      left: 16px; }
    .ggames_decription .timeline ul li:nth-child(odd) .time,
    .ggames_decription .timeline ul li:nth-child(even) .time {
      top: -30px;
      left: 50px;
      right: inherit; } }

.news {
  padding: 30px 0; }
  .news .container {
    padding-top: 0; }
  .news .row {
    justify-content: center; }
  .news .fixheight {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1; }
  .news .box_img img {
    width: 100%; }
  .news .box_info {
    margin-top: 10px; }
    .news .box_info h3 {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
      .news .box_info h3 a {
        font-family: 'Roboto', sans-serif;
        text-decoration: none;
        font-size: 24px; }
    .news .box_info p {
      font-family: 'Open Sans', sans-serif;
      font-weight: 500;
      color: #7d7d7d;
      align-self: flex-start;
      margin-top: auto; }
  .news .more {
    align-self: flex-start;
    margin-top: auto; }
    .news .more a {
      display: inline-block;
      padding: 5px 10px;
      border-radius: 5px;
      background: #f90;
      color: #fff;
      text-transform: capitalize;
      text-decoration: none; }
    .news .more span {
      margin-left: 15px;
      font-style: italic;
      color: #7d7d7d; }
      .news .more span i {
        color: #f90; }

.relationship {
  padding: 30px 0;
  background: url(../icon/line.jpg) no-repeat; }
  .relationship .container {
    padding-top: 0; }
    .relationship .container .fixcod {
      padding: 15px; }
      .relationship .container .fixcod img {
        width: 100%; }

.family {
  background: #e7f4fd; }
  .family .container {
    padding-top: 0; }
  .family .fixrow {
    align-items: center; }
    .family .fixrow img {
      width: 100%; }
  .family .fiximga {
    padding: 0; }
  .family .black {
    font-size: 30px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-weight: 500px;
    margin-bottom: 0; }
  .family .blue {
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    color: #12dde7;
    padding-top: 0;
    font-weight: 700;
    line-height: 40px; }
  .family a {
    padding: 10px 15px;
    background: #f90;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px; }

.twofuture {
  background: url(../icon/bg_gg.jpg) no-repeat;
  background-size: cover;
  padding: 20px 0;
  background-position: center center; }
  .twofuture .viewing {
    padding: 0 10%; }
    .twofuture .viewing .titleview {
      padding: 15px 0;
      position: relative; }
    .twofuture .viewing .titleview::after {
      content: '';
      width: 50px;
      height: 5px;
      border-radius: 10px;
      background: #f90;
      position: absolute;
      bottom: 0;
      left: 0; }

.mainfoot .footer {
  margin: 0 auto;
  background: #2f2f2f; }
  .mainfoot .footer .headend {
    display: flex;
    padding: 15px 0 0 0;
    align-items: flex-start;
    max-width: 1320px;
    margin: 0 auto; }
.mainfoot .local {
  padding: 0 10px;
  flex: 1 1 33.3333333333%; }
  .mainfoot .local ul {
    padding: 0; }
    .mainfoot .local ul li {
      list-style: none;
      color: #fff;
      margin-bottom: 10px;
      font-family: 'Open Sans', sans-serif; }
      .mainfoot .local ul li i {
        color: #12dde7; }
      .mainfoot .local ul li a {
        text-decoration: none;
        color: #fff;
        line-height: 18px; }
        .mainfoot .local ul li a img {
          width: 100%; }
.mainfoot .blue {
  color: #12dde7; }
.mainfoot .end {
  background: #000; }
  .mainfoot .end p {
    max-width: 1320px;
    margin: 0 auto;
    padding: 10px 0;
    color: #fff; }

.detailmain {
  max-width: 1200px;
  margin: 15px auto 0 auto;
  padding: 0 10px; }
  .detailmain img {
    max-width: 100%;
    display: block;
    margin: 0 auto 10px auto; }
  .detailmain .date {
    color: #d3291a;
    display: block;
    margin: 15px 0; }
  .detailmain h4 {
    color: #d3291a; }
  .detailmain .usertail span {
    margin-right: 10px; }
    .detailmain .usertail span i {
      color: #d3291a;
      margin-right: 5px; }

.newsdetail {
  margin: 0 auto;
  max-width: 1200px; }
  .newsdetail .newsslide {
    padding: 0 10px; }
    .newsdetail .newsslide .swiper-button-next:after, .newsdetail .newsslide .swiper-button-prev:after {
      color: #fff;
      font-weight: bold; }
  .newsdetail .carde {
    align-self: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #d3291a; }
    .newsdetail .carde .box_info {
      padding: 10px;
      display: flex;
      flex-direction: column;
      height: 180px; }
      .newsdetail .carde .box_info .admin {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        display: flex;
        flex-direction: row; }
        .newsdetail .carde .box_info .admin span {
          flex: 1 1 50%;
          color: #fff; }
          .newsdetail .carde .box_info .admin span i {
            margin-right: 5px; }
        .newsdetail .carde .box_info .admin span:last-child {
          text-align: right; }
      .newsdetail .carde .box_info .titleh {
        color: #fff;
        margin-top: 10px; }
        .newsdetail .carde .box_info .titleh h5 {
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
          .newsdetail .carde .box_info .titleh h5 a {
            text-decoration: none;
            color: #fff; }
      .newsdetail .carde .box_info .contenth {
        color: #fff;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        align-self: flex-start;
        margin-top: auto; }
    .newsdetail .carde .boximg {
      overflow: hidden; }
      .newsdetail .carde .boximg img {
        height: 200px;
        width: 100%;
        object-fit: cover; }

.pop_upplay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100000;
  top: 0;
  left: 0;
  display: none;
  font-family: arial; }
  .pop_upplay.active {
    display: block; }
  .pop_upplay .darklogin {
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .pop_upplay .closeloginbox {
    position: absolute;
    right: 9px;
    top: 8px;
    z-index: 9999;
    cursor: pointer; }
    .pop_upplay .closeloginbox i {
      color: #1295e7;
      font-size: 25px; }
  .pop_upplay .allplay {
    position: absolute;
    width: 450px;
    min-width: 350px;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 20px;
    overflow: hidden; }
    .pop_upplay .allplay .mainplaynow {
      padding: 20px;
      display: none; }
      .pop_upplay .allplay .mainplaynow .loginnow {
        display: flex;
        flex-direction: column; }
        .pop_upplay .allplay .mainplaynow .loginnow .title {
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: end; }
          .pop_upplay .allplay .mainplaynow .loginnow .title .log {
            font-size: 20px;
            color: #1295e7;
            font-family: 'Roboto', sans-serif;
            font-weight: 700;
            padding-bottom: 10px;
            border-bottom: 1px dashed #1295e7;
            display: block;
            width: 100%;
            text-align: center; }
          .pop_upplay .allplay .mainplaynow .loginnow .title .linklog {
            font-size: 14px; }
            .pop_upplay .allplay .mainplaynow .loginnow .title .linklog a {
              color: #1295e7; }
          .pop_upplay .allplay .mainplaynow .loginnow .title .res {
            font-size: 20px; }
        .pop_upplay .allplay .mainplaynow .loginnow .form {
          margin: 20px 0 0 0; }
          .pop_upplay .allplay .mainplaynow .loginnow .form form .name {
            align-items: center;
            margin-bottom: 20px;
            border-radius: 5px; }
            .pop_upplay .allplay .mainplaynow .loginnow .form form .name label {
              display: block;
              color: #1295e7;
              text-transform: capitalize;
              font-family: 'Roboto', sans-serif;
              font-weight: 700; }
            .pop_upplay .allplay .mainplaynow .loginnow .form form .name i {
              margin-right: 10px;
              color: #fff;
              font-size: 20px; }
            .pop_upplay .allplay .mainplaynow .loginnow .form form .name input[type=text] {
              border: none;
              width: 100%;
              display: block;
              border: 1px solid #1295e7;
              padding: 5px 10px;
              border-radius: 10px; }
            .pop_upplay .allplay .mainplaynow .loginnow .form form .name input[type=number] {
              border: none;
              width: 100%;
              display: block;
              border: 1px solid #1295e7;
              padding: 5px 10px;
              border-radius: 10px; }
            .pop_upplay .allplay .mainplaynow .loginnow .form form .name input[type=email] {
              border: none;
              width: 100%;
              display: block;
              border: 1px solid #1295e7;
              padding: 5px 10px;
              border-radius: 10px; }
          .pop_upplay .allplay .mainplaynow .loginnow .form form .pass {
            align-items: center;
            margin-bottom: 20px;
            border-radius: 5px; }
            .pop_upplay .allplay .mainplaynow .loginnow .form form .pass label {
              display: block;
              color: #1295e7; }
            .pop_upplay .allplay .mainplaynow .loginnow .form form .pass i {
              margin-right: 10px;
              color: #fff;
              font-size: 20px; }
            .pop_upplay .allplay .mainplaynow .loginnow .form form .pass input[type=number] {
              border: none;
              width: 100%;
              display: block;
              border: 1px solid #1295e7;
              padding: 5px 10px;
              border-radius: 10px; }
          .pop_upplay .allplay .mainplaynow .loginnow .form form button {
            background: #ffac2f;
            border-radius: 50px;
            border: none;
            display: block;
            padding: 10px 15px;
            width: 100%;
            color: #fff;
            margin-bottom: 15px; }
          .pop_upplay .allplay .mainplaynow .loginnow .form form input[type=submit] {
            display: block;
            margin: 0 auto;
            border: none;
            background: #1295e7;
            width: 100%;
            padding: 10px 15px;
            border-radius: 50px;
            font-size: 18px;
            color: #fff; }
        .pop_upplay .allplay .mainplaynow .loginnow .error {
          margin-top: 15px;
          color: #000; }
          .pop_upplay .allplay .mainplaynow .loginnow .error .red {
            color: red; }
        .pop_upplay .allplay .mainplaynow .loginnow .orr {
          text-align: center;
          font-size: 18px;
          margin-top: 14px;
          padding-bottom: 20px;
          border-bottom: 1px solid #fff;
          color: #fff; }
        .pop_upplay .allplay .mainplaynow .loginnow .iconplay {
          margin-top: 20px; }
          .pop_upplay .allplay .mainplaynow .loginnow .iconplay .listnow {
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            padding: 0; }
            .pop_upplay .allplay .mainplaynow .loginnow .iconplay .listnow li {
              text-align: center;
              list-style: none; }
              .pop_upplay .allplay .mainplaynow .loginnow .iconplay .listnow li a {
                text-decoration: none; }
              .pop_upplay .allplay .mainplaynow .loginnow .iconplay .listnow li span {
                display: block;
                text-align: center;
                font-size: 16px;
                text-transform: capitalize;
                color: #fff; }
  .pop_upplay .policyplay {
    padding: 20px 0;
    text-align: center;
    background: #f1f1f1; }
    .pop_upplay .policyplay .dot {
      width: 10px;
      height: 10px;
      display: inline-block;
      background: #fff;
      border-radius: 100px;
      font-size: 14px; }
    .pop_upplay .policyplay a {
      text-decoration: underline;
      color: #d3291a; }

.rescode {
  display: none; }
  .rescode.active {
    display: block !important; }

.logcode {
  display: none; }
  .logcode.active {
    display: block !important; }

.logshow, .reshow {
  cursor: pointer;
  font-size: 20px; }

.breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 15px;
  padding: 5px 10px !important; }
  .breadcrumb a {
    color: #d3291a; }

.newsdetail {
  max-width: 1200px;
  margin: 0 auto; }
  .newsdetail h3 {
    color: #d3291a;
    margin-bottom: 20px;
    font-family: 'Days One', sans-serif;
    position: relative;
    background: #fff;
    z-index: 1; }
    .newsdetail h3 span {
      display: inline-block;
      background: #fff;
      padding: 10px;
      position: relative;
      z-index: 80; }
  .newsdetail h3:before {
    content: '';
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 16px;
    left: 0;
    background: #d3291a;
    z-index: 2; }

.listmain {
  min-height: 700px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto; }
  .listmain .box_img {
    position: relative;
    overflow: hidden; }
    .listmain .box_img a img {
      height: 150px;
      width: 100%;
      transition: all 0.2s;
      object-fit: cover;
      transition: all 0.2s; }
      .listmain .box_img a img:hover {
        transform: scale(1.1); }
  .listmain .box_info {
    background: #d3291a;
    padding: 10px;
    margin-bottom: 20px; }
    .listmain .box_info .admin {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      display: flex;
      flex-direction: row; }
      .listmain .box_info .admin span {
        flex: 1 1 50%;
        color: #fff;
        font-size: 13px; }
        .listmain .box_info .admin span i {
          margin-right: 5px; }
      .listmain .box_info .admin span:last-child {
        text-align: right; }
    .listmain .box_info a {
      text-decoration: none;
      color: #fff;
      font-size: 18px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      margin-top: 5px; }

.pani {
  text-align: center; }
  .pani .pagination {
    justify-content: center; }
    .pani .pagination a {
      background: #fff;
      color: #d3291a;
      border: 1px solid #d3291a; }
      .pani .pagination a:hover, .pani .pagination a.active {
        background: #d3291a;
        color: #fff; }

@media screen and (max-width: 1200px) {
  .about .aboutleft .maintext {
    width: 90%; }

  .about .aboutleft .maintext p:first-child {
    font-size: 16px; }

  .about .aboutleft .maintext p:nth-child(2) {
    font-size: 14px; } }
.headbout {
  position: relative; }
  .headbout img {
    width: 100%; }
  .headbout .contenthead {
    position: absolute;
    top: 30%;
    left: 20%;
    padding: 15px;
    max-width: 25%;
    border-radius: 15px; }
    .headbout .contenthead .title {
      font-size: 24px;
      font-weight: 600;
      color: #000;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #fff;
      text-align: center; }
    .headbout .contenthead p {
      color: #000;
      font-size: 18px;
      font-weight: bold;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #fff; }
    .headbout .contenthead a {
      display: block;
      text-align: center;
      padding: 5px 15px;
      border-radius: 5px;
      border: 1px solid #d3291a;
      text-decoration: none;
      color: #fff;
      transition: all 0.2s;
      margin: 0 auto;
      width: max-content;
      background: #d3291a; }
      .headbout .contenthead a:hover {
        background: #d3291a; }

.secondabout {
  display: flex;
  max-width: 1200px;
  margin: 0 auto 0 auto;
  position: relative;
  top: -30px;
  align-items: center;
  left: 50px; }
  .secondabout .leftse {
    flex: 1 1 50%;
    background: #fff;
    padding: 15px 40px 15px 15px;
    box-shadow: 0 0 10px #b5b5b5;
    border-radius: 10px; }
    .secondabout .leftse .title {
      font-weight: 600;
      font-size: 30px;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #d3291a;
      font-family: 'Rubik', sans-serif; }
    .secondabout .leftse .text {
      margin-bottom: 10px;
      font-family: 'Rubik', sans-serif; }
    .secondabout .leftse .textline {
      margin-bottom: 10px;
      font-family: 'Rubik', sans-serif; }
      .secondabout .leftse .textline i {
        color: #d3291a; }
  .secondabout .rightse {
    flex: 1 1 50%;
    padding: 30px;
    position: relative;
    left: -50px; }
    .secondabout .rightse img {
      width: 100%;
      box-shadow: 0 0 10px #b5b5b5;
      border-radius: 10px; }

.look {
  padding: 15px;
  background: #e7e7e7; }
  .look .poslook {
    max-width: 1200px;
    margin: 0 auto;
    display: flex; }
    .look .poslook .lookon {
      font-family: 'Rubik', sans-serif;
      flex: 1 1 50%;
      padding: 15px; }
      .look .poslook .lookon .title {
        font-size: 24px;
        color: #000;
        font-weight: bold;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #d3291a; }
      .look .poslook .lookon .text {
        color: #000;
        font-size: 18px; }
      .look .poslook .lookon i {
        color: #000;
        display: block;
        text-align: right;
        font-size: 60px; }
    .look .poslook .lookin {
      flex: 1 1 50%;
      padding: 15px; }
      .look .poslook .lookin img {
        width: 100%; }

.listabout ul {
  display: flex;
  margin: 0 auto;
  padding: 30px 0;
  max-width: 1200px; }
  .listabout ul li {
    list-style: none;
    flex: 1 1 32.33333333333%;
    position: relative;
    overflow: hidden;
    padding: 10px; }
    .listabout ul li .alllist {
      overflow: hidden;
      position: relative;
      border-radius: 10px; }
      .listabout ul li .alllist:hover .box_info {
        background: #d3291aa3; }
        .listabout ul li .alllist:hover .box_info .title {
          top: 15%; }
        .listabout ul li .alllist:hover .box_info .text {
          top: 20%; }
      .listabout ul li .alllist:hover .box_info:after {
        width: 95%;
        height: 95%; }
      .listabout ul li .alllist .box_img img {
        width: 100%; }
      .listabout ul li .alllist .box_info {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
        height: 100%;
        transition: all 0.3s; }
        .listabout ul li .alllist .box_info .title {
          background: rgba(0, 0, 0, 0.7);
          text-align: center;
          color: #fff;
          font-size: 18px;
          margin-bottom: 1px;
          position: relative;
          transition: all ease 0.3s;
          top: -100%; }
        .listabout ul li .alllist .box_info .text {
          padding: 0 15px;
          color: #fff;
          position: relative;
          transition: all 0.3s;
          top: 100%;
          font-size: 12px; }
      .listabout ul li .alllist .box_info:after {
        content: '';
        border: 1px solid #fff;
        width: 0;
        height: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.6s; }

.grid-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center; }

.grid-wrapper > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px; }

.grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense; }

.grid-wrapper .wide {
  grid-column: span 2; }

.grid-wrapper .tall {
  grid-row: span 2; }

.grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2; }

.titleoffice {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  position: relative;
  width: max-content;
  margin: 0 auto 20px auto;
  text-transform: uppercase;
  margin-top: 30px; }

.titleoffice:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #d3291a;
  left: 0;
  bottom: 0; }

.fadeInRight {
  -webkit-animation: fadeInRight .5s ease .4s both;
  -moz-animation: fadeInRight .5s ease .4s both;
  -ms-animation: fadeInRight .5s ease .4s both;
  -o-animation: fadeInRight .5s ease .4s both;
  animation: fadeInRight .5s ease .4s both; }

@media (prefers-reduced-motion) {
  .fadeInRight .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }
.fadeInLeft {
  -webkit-animation: fadeInLeft .5s ease .4s both;
  -moz-animation: fadeInLeft .5s ease .4s both;
  -ms-animation: fadeInLeft .5s ease .4s both;
  -o-animation: fadeInLeft .5s ease .4s both;
  animation: fadeInLeft .5s ease .4s both; }

@media (prefers-reduced-motion) {
  .fadeInLeft .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-moz-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-ms-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-o-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-moz-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-ms-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-o-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.gamess {
  background: url(../icon/bg_gg.jpg) top center no-repeat;
  background-size: 100% 100%; }

.gamelock .fix_game {
  padding: 15px; }
  .gamelock .fix_game .allfix {
    background: #fff;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%; }
    .gamelock .fix_game .allfix .box_img img {
      max-width: 100%;
      border-radius: 70px; }
    .gamelock .fix_game .allfix .box_info {
      margin-top: 10px; }
      .gamelock .fix_game .allfix .box_info h3 {
        border-bottom: 1px solid #ccc;
        padding: 0 0 10px 0; }
        .gamelock .fix_game .allfix .box_info h3 a {
          text-decoration: none;
          font-family: 'Roboto', sans-serif;
          font-size: 24px;
          font-weight: 700;
          color: #3f4041;
          transition: all 0.2s; }
          .gamelock .fix_game .allfix .box_info h3 a:hover {
            color: #1295e7; }
      .gamelock .fix_game .allfix .box_info p {
        padding: 0 0 10px 0;
        font-family: 'Open Sans', sans-serif; }
    .gamelock .fix_game .allfix .btn {
      padding-top: 20px;
      border-top: 1px solid #ccc;
      margin-top: auto; }
      .gamelock .fix_game .allfix .btn a {
        display: inline-block;
        padding: 10px 15px;
        color: #fff;
        border-radius: 10px;
        text-decoration: none;
        background: linear-gradient(-45deg, #fd59dc, #56b9ff, #23a6d5, #23d5ab);
        background-size: 500% 500%;
        animation: gradient 4s ease infinite; }
.gamelock .fix_news {
  padding: 15px; }
  .gamelock .fix_news .allfix {
    background: #fff;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%; }
    .gamelock .fix_news .allfix .box_img img {
      max-width: 100%; }
    .gamelock .fix_news .allfix .box_info {
      margin-top: 10px; }
      .gamelock .fix_news .allfix .box_info h3 {
        border-bottom: 1px solid #ccc;
        padding: 0 0 10px 0; }
        .gamelock .fix_news .allfix .box_info h3 a {
          text-decoration: none;
          font-family: 'Roboto', sans-serif;
          font-size: 24px;
          font-weight: 700;
          color: #3f4041;
          transition: all 0.2s; }
          .gamelock .fix_news .allfix .box_info h3 a:hover {
            color: #1295e7; }
      .gamelock .fix_news .allfix .box_info p {
        padding: 0 0 10px 0;
        font-family: 'Open Sans', sans-serif; }
    .gamelock .fix_news .allfix .btnn {
      padding-top: 10px;
      border-top: 1px solid #ccc;
      margin-top: auto;
      text-align: left; }
      .gamelock .fix_news .allfix .btnn a {
        display: inline-block;
        padding: 10px 15px;
        color: #fff;
        border-radius: 10px;
        text-decoration: none;
        background: linear-gradient(-45deg, #ffd052, #ff8a00, #ff6c00, #fffd5f);
        background-size: 500% 500%;
        animation: gradient 4s ease infinite;
        text-transform: capitalize;
        margin-right: 10px; }
      .gamelock .fix_news .allfix .btnn .timedate {
        font-style: italic;
        color: #3f4041;
        font-size: 14px; }
        .gamelock .fix_news .allfix .btnn .timedate i {
          color: #f90; }

.fix_job {
  margin-bottom: 20px; }
  .fix_job .fixtag {
    background: #f1faff;
    padding: 15px;
    position: relative; }
  .fix_job .gap {
    width: 70px;
    height: 70px;
    background: url(../icon/gap.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0; }
  .fix_job .alljob {
    display: flex;
    flex-direction: row; }
    .fix_job .alljob .icon {
      max-width: 100px;
      flex: 1 1 auto;
      border: 1px solid #1295e7;
      border-radius: 10px;
      padding: 10px;
      height: 100px; }
      .fix_job .alljob .icon img {
        max-width: 100%; }
    .fix_job .alljob .conaten {
      margin-left: 10px;
      font-style: 1 1 auto; }
      .fix_job .alljob .conaten h3 {
        line-height: auto; }
        .fix_job .alljob .conaten h3 b {
          color: white;
          display: inline-block;
          padding: 5px 10px;
          border-radius: 5px;
          background: #cd0000;
          font-family: 'Roboto', sans-serif;
          text-transform: uppercase;
          margin-right: 10px;
          font-size: 15px; }
        .fix_job .alljob .conaten h3 a {
          font-size: 18px;
          text-decoration: none; }
      .fix_job .alljob .conaten .tag span {
        display: inline-block;
        padding: 5px 10px;
        background: #d0eeff;
        border-radius: 10px; }
  .fix_job .btnjob {
    margin-top: 10px;
    text-align: center;
    padding-top: 15px;
    border-top: 1px dashed #1295e7; }
    .fix_job .btnjob a {
      padding: 10px 15px;
      display: inline-block;
      background: #f90;
      color: #fff;
      text-decoration: none;
      border-radius: 10px; }

.breakcrum {
  max-width: 1320px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 10px;
  background: #f1faff; }
  .breakcrum a {
    text-decoration: none; }

.btnjobing {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px; }
  .btnjobing a {
    display: inline-block;
    padding: 15px;
    background: linear-gradient(-45deg, #fd59dc, #56b9ff, #23a6d5, #23d5ab);
    background-size: 500% 500%;
    animation: gradient 4s ease infinite;
    color: #fff !important;
    font-family: 'Roboto' ,sans-serif;
    font-size: 28px;
    border-radius: 10px;
    text-decoration: none; }

.contentjob {
  max-width: 1320px;
  padding: 15px;
  background: #f8fdff; }
  .contentjob .text {
    font-size: 16px; }
  .contentjob .title {
    color: #1295e7;
    font-size: 18px; }
  .contentjob .ttilebig {
    font-size: 28px;
    color: #1295e7;
    border-bottom: 1px solid #1295e7;
    margin-bottom: 15px;
    line-height: 28px;
    padding-bottom: 10px; }
  .contentjob p {
    margin-bottom: 0; }
  .contentjob span {
    font-size: 18px;
    color: red; }
  .contentjob i {
    color: #f90;
    margin-right: 10px; }

.contentdetail {
  max-width: 1320px;
  padding: 15px;
  background: #f8fdff; }
  .contentdetail .detail {
    font-size: 16px;
    margin-bottom: 15px; }
  .contentdetail .title {
    color: #1295e7;
    font-size: 18px; }
  .contentdetail .detailimg {
    text-align: center;
    margin-bottom: 15px; }
    .contentdetail .detailimg img {
      max-width: 90%; }
  .contentdetail .ttilebig {
    font-size: 28px;
    color: #1295e7;
    border-bottom: 1px solid #1295e7;
    margin-bottom: 15px;
    line-height: 28px;
    padding-bottom: 10px; }
  .contentdetail p {
    margin-bottom: 0; }
  .contentdetail span {
    font-size: 18px;
    color: #7f7f7f;
    font-style: italic; }
  .contentdetail i {
    color: #f90;
    margin-right: 10px; }

.tab-menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center; }

.tab-menu ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 10px; }

.tab-menu ul li a {
  text-decoration: none;
  padding: 10px 15px;
  display: inline-block;
  text-transform: capitalize;
  cursor: pointer;
  font-family: 'Roboto',sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #1295e7 !important;
  border-radius: 10px;
  border: 1px solid #1295e7;
  transition: all 0.2s;
  user-select: none; }

.tab-menu ul li a.active-a, .tab-menu ul li a:hover {
  background: linear-gradient(-45deg, #fd59dc, #6fd6cb);
  color: #fff !important;
  border: 1px solid #fff; }

.tab {
  display: none; }

.tab h2 {
  color: rgba(0, 0, 0, 0.7); }

.tab p {
  color: rgba(0, 0, 0, 0.6);
  text-align: justify; }

.tab-active {
  display: block; }

.contentdetail p {
  margin-bottom: 20px; }
  .contentdetail p img {
    display: block;
    margin: 0 auto; }

.bodyload {
  background: linear-gradient(to bottom right, #0089ff, cyan);
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden; }
  .bodyload .hidegg {
    position: relative;
    width: 100%;
    opacity: 0.2;
    text-align: center; }
    .bodyload .hidegg img {
      max-width: 100%; }

.spinner {
  width: 150px;
  height: 150px;
  border: 5px solid;
  border-color: white transparent white transparent;
  border-radius: 50%;
  animation: spinner 2s ease infinite;
  position: absolute; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }

/*# sourceMappingURL=customer.css.map */
