.homepage-v2 .custom-indicators {
  background-color: #282828;
  padding: 1.75em 0 1.6em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.homepage-v2 .custom-indicators .container {
  padding: 0;
  width: 41.8em;
}

.homepage-v2 .custom-indicator {
  cursor: pointer;
  opacity: 0.5;
}

.homepage-v2 .company-desc {
  padding-bottom: 5.4em;
}


.homepage-v2 .custom-indicators .custom-indicator {
  transition: all 0.3s;
}

.homepage-v2 .custom-indicators .active {
  transform: scale(1.2);
  opacity: 1;
}

.homepage-v2 .custom-indicators .icon-indicator {
  width: 4.4em;
  height: 4.4em;
  border: 3px solid #fff;
}

.homepage-v2 .container-game {
  margin-top: 94px;
}

.homepage-v2 .container-widget {
  position: relative;
}
.homepage-v2 .container-widget .container-widget-title {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(calc(-100% - 20px), 0);
  width: 2.1em;
  line-height: 1.1;
  padding-bottom: 10px;
  font-size: 2em;
  border-bottom: 5px solid #00a0fe;
  font-weight: bold;
  text-align: center;
}

.homepage-v2 .container-widget .job-desc {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  background: transparent;
}

.homepage-v2 .job-desc .f-lg {
  font-size: 2.5em;
}

.homepage-v2 .job-desc .f-md {
  font-size: 2em;
}

.homepage-v2 .job-desc .f-sm {
  font-size: 1em;
}

.homepage-v2 .container-widget .job-desc .bi {
  margin: 10px 0;
}

.homepage-v2 .container-widget .job-desc:hover {
  transform: scale(1.1) translateY(-5px);
  background-color: rgba(255, 255, 255, 0.2);
}

.homepage-v2 .video-carousel {
  width: 100%;
}

.homepage-v2 .custom-carousel-caption {
  position: absolute;
  bottom: 13.5%;
  right: 5.5%;
  left: auto;
  top: auto;
  width: 38%;
  text-align: center;
  line-height: 1.4;
  z-index: 10;
}

.homepage-v2 .carousel-caption p {
  text-align: left;
  text-indent: 2em;
}

.homepage-v2 .carousel-caption .btn {
  position: relative;
  font-size: 1.6em;
  color: #3a3a3a;
}

.homepage-v2 .carousel-caption .btn:before {
  content: '';
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

.homepage-v2 .carousel-caption .btn:hover:before {
  background: #3a3a3a;
}

.homepage-v2 .carousel-caption.caption-xianyu .btn {
  color: #ffd040;
}

.homepage-v2 .caption-xianyu .btn:hover:before {
  background: #ffe346;
}

.homepage-v2 .caption-chuangyou .btn {
  color: #bee4ff;
}

.homepage-v2 .caption-chuangyou .btn:hover:before {
  background: #bee4ff;
}

.tooltip .tooltip-inner {
  padding: 0;
}

.homepage-v2-tooltip-img {
  width: 10.3em;
  height: auto;
}

.homepage-v2 .text-indent {
  text-indent: 2em;
}

.homepage-v2 .carousel-control-next {
  right: -6%;
  z-index: 9;
}

.homepage-v2 .carousel-control-prev {
  left: -6%;
  z-index: 9;
}

.homepage-v2 .carousel-item-title {
  padding: 5px 10px 10px 10px;
  color: #fff;
}

.homepage-v2 #carousel {
  background: #343a40;
}

@media (max-width: 1140px) {
  .homepage-v2 .container-widget .container-widget-title {
    display: inline-block;
    position: static;
    transform: none;
    white-space: nowrap;
    width: auto;
    padding-left: 10px;
    padding-bottom: 0;
    text-align: center;
    border-left: 5px solid #00a0fe;
    border-bottom: none;
  }
}

.homepage-v2 .relative {
  position: relative;
}

.homepage-v2 .absolute {
  position: absolute;
}

.homepage-v2 .absolute-0 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  /*height: 100%;*/
}

.homepage-v2 .hidden {
  overflow: hidden;
}

.homepage-v2 .navbar-wrap.bg-white-hover .bg-white {
  background: rgba(255, 255, 255, 0.8) !important;
}

.homepage-v2 .navbar-nav .nav-link {
  color: #3a3a3a;
}

.homepage-v2 .video-js .vjs-control-bar {
  background: linear-gradient(
    to top,
    black,
    rgba(0, 0, 0, 0.8) 10px,
    rgba(0, 0, 0, 0.62) 20px,
    rgba(0, 0, 0, 0.62) 20px 26px,
    rgba(0, 0, 0, 0.1) 27px,
    transparent
  );
  padding-top: 2em;
  box-sizing: content-box;
  background-color: transparent;
}

.homepage-v2 .title-overlay-container div {
  /*padding-bottom: 2em!important;*/
  /*background: linear-gradient(to bottom, black, rgba(0,0,0,0.8) 10px, rgba(0,0,0,0.62) 20px, rgba(0,0,0,0.62) 20px 26px, transparent );*/
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
}

.contact_us_text,
.contact_us_phone {
  font-size: 1em;
  color: #232323;
}

.contact_icon {
  width: 4em;
  height: 4em;
}

.contact_us_phone {
  font-weight: 500;
}

.contact_us_time {
  font-size: 0.8em;
  color: #232323;
}

.contact_us_btn {
  margin-top: 1em;
  padding: 0.4em 0.8em;
  border-radius: 4px;
  font-size: 1em;
  background-color: red;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 1199.98px) { 
  .contact_us_container {
    position: relative;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 1200px) { 
  .contact_us_container {
    position: absolute;
    top: 4.2em;
    right: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 16em;
  }
}

