.news-list-wrapper .news-list,
header nav ul,
main ul {
  list-style: none;
}
.home-game-news-container .news-list .date .month,
main h2 {
  text-transform: uppercase;
}
body,
html {
  font-family: 'Open Sans', Lucida Grande, Lucida Sans Unicode, sans-serif;
  text-align: center;
}
a,
a:active,
a:hover,
a:visited {
  outline: 0;
  color: #bd1b21;
}
a:hover {
  text-decoration: underline;
}
header {
  background-color: rgba(27, 27, 27, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#801b1b1b', endColorstr='#801b1b1b');
  height: 86px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
header .header-inner {
  margin-bottom: 0;
}
header .logo {
  background-color: #bd1b21;
  padding: 0 20px;
  float: left;
  line-height: 86px;
}
header .logo img {
  height: 45px;
}
header nav {
  float: right;
  font-weight: 700;
  font-size: 0;
}
header nav ul {
  margin: 0 -30px 0 0;
  padding: 0;
}
header nav li {
  display: inline-block;
  font-size: 16px;
  margin: 0 30px;
  border-top: 5px solid transparent;
}
header nav li.active,
header nav li:hover {
  border-top-color: #bd1b21;
  text-decoration: none;
}
header nav li a {
  position: relative;
  top: -5px;
  line-height: 81px;
}
header nav a,
header nav a:active,
header nav a:hover,
header nav a:visited {
  color: #eee !important;
  text-decoration: none !important;
}
header .container > .navbar-collapse {
  margin-right: 15px;
}
header .navbar-collapse {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
}
header .navbar-toggle .icon-bar {
  width: 18px;
  background-color: #fff;
}
footer {
  padding: 40px 0;
}
footer .footer-inner {
  margin-bottom: 10px;
}
footer .desc,
footer .logo {
  display: inline-block;
  margin: 10px;
}
main p,
main ul {
  margin: 0;
}
footer .logo img {
  height: 32px;
}
footer .desc {
  font-size: 12px;
}
main .button,
main .button-red,
main a.button-red {
  font-size: 16px;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
}
main .button {
  border-radius: 6px;
  border: 2px solid #fff;
  padding: 10px 50px;
  color: #eee;
  font-weight: 600;
}
main .button:focus,
main .button:hover {
  border-color: #bd1b21;
  background-color: #bd1b21;
  color: #fff;
  text-decoration: none;
}
main .button-red,
main a.button-red {
  border-radius: 6px;
  border: 2px solid #bd1b21;
  padding: 10px 55px;
  color: #bd1b21;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  text-decoration: none !important;
}
main .button-red:active,
main .button-red:visited,
main a.button-red:active,
main a.button-red:visited {
  border-color: #bd1b21;
  background-color: #fff;
  color: #bd1b21;
}
main .button-red:focus,
main .button-red:hover,
main a.button-red:focus,
main a.button-red:hover {
  text-decoration: none !important;
  border-color: #bd1b21;
  background-color: #bd1b21;
  color: #fff;
}
main .button-red.fake-active,
main a.button-red.fake-active {
  border-color: #bd1b21 !important;
  background-color: #bd1b21 !important;
  color: #fff !important;
}
@media (min-width: 768px) {
  main .button,
  main .button-red,
  main a.button-red {
    width: 200px;
    height: 48px;
    padding: 0 !important;
    line-height: 44px;
  }
  .page-banner-container .responsive-item {
    min-height: 225px;
    max-height: 434px;
  }
}
@media (max-width: 767px) {
  main .button,
  main .button-red,
  main a.button-red {
    border-radius: 10px;
    border-width: 4px;
    font-size: 24px;
  }
  main .button-full,
  main a.button-full {
    padding: 10px 0;
    width: 100%;
  }
}
main .desc {
  font-size: 16px;
}
main ul {
  padding: 0;
}
main h2 {
  font-size: 40px;
  font-weight: 400;
  margin: 0 0 40px;
}
main hr {
  border-color: #999;
}
.touch-mobile main .button-red:hover,
.touch-mobile main a.button-red:hover {
  border-color: #bd1b21;
  background-color: #fff;
  color: #bd1b21;
}
.pwe-loading {
  background: url(../images/loading.gif) no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
}
.pwe-loading-box {
  display: none;
}
.icon-redirect {
  display: inline-block;
  width: 30px;
  height: 25px;
  background: url(../images/icon-redirect.png) 3px -3px no-repeat;
}
.banner-container {
  min-height: 225px;
  overflow: hidden;
  position: relative;
}
.banner-container .responsive-item {
  width: 100%;
  vertical-align: middle;
}
.banner-container .banner-content {
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  color: #fff;
  width: 100%;
  margin-top: 30px;
}
.banner-container .banner-content .title {
  font-size: 40px;
  color: #eee;
}
.banner-container .banner-content h2 {
  text-align: center;
  display: inline-block;
  padding: 0 20px;
  position: relative;
  top: 50%;
}
.banner-container .banner-content p {
  margin: 2% 0 3%;
  padding: 0 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-container .banner-content {
    margin-top: 10px;
  }
  .banner-container .banner-content h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .banner-container .banner-content h2.title-sm {
    margin-bottom: 40px;
  }
}
.red-container {
  background-color: #bd1b21;
}
.red-container h2 {
  color: #fff;
}
.red-container .row-wrapper {
  position: relative;
  color: #eee;
}
.red-container .line {
  width: 1px;
  height: 100%;
  background-color: #eee;
  position: absolute;
  left: 50%;
}
.red-container .button {
  margin-top: 50px;
}
.red-container .button:hover {
  border-color: #fff;
  background-color: #fff;
  color: #bd1b21;
}
.fancybox-close {
  background-image: url(../images/icon_close.png);
  background-repeat: no-repeat;
  background-size: 60px auto;
  width: 60px;
  height: 60px;
  right: 50%;
  top: -100px;
  margin-right: -30px;
}
@media (max-width: 767px) {
  .banner-container .banner-content .title {
    font-size: 24px;
  }
  .fancybox-close {
    background-size: 30px auto;
    width: 30px;
    height: 30px;
    right: 50%;
    top: -50px;
    margin-right: -15px;
  }
}
@media (max-width: 1440px) {
  .fancybox-close {
    background-size: 45px auto;
    width: 45px;
    height: 45px;
    right: 50%;
    top: -50px;
    margin-right: -15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header {
    height: 60px;
  }
  header .logo {
    line-height: 60px;
  }
  header .logo img {
    height: 30px;
  }
  header nav li a {
    line-height: 55px;
  }
  main h2 {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header {
    height: 46px;
  }
  header .logo {
    line-height: 46px;
  }
  header .logo img {
    height: 24px;
  }
  header nav ul {
    margin-right: -20px;
  }
  header nav li {
    margin: 0 20px;
  }
  header nav li a {
    line-height: 41px;
  }
  main h2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  header {
    background-color: #bd1b21;
    line-height: 50px;
    height: 50px;
  }
  header .logo {
    line-height: 50px;
    padding: 0;
  }
  header .logo img {
    height: 24px;
  }
  header nav {
    background-color: #000;
    width: 150px;
    position: absolute;
    top: 50px;
    right: 0;
  }
  header nav ul {
    margin-top: -2px;
    margin-right: 0;
  }
  header nav li {
    display: block;
    font-size: 16px;
    line-height: 40px;
    text-align: left;
    margin: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 15px;
  }
  header nav li.active,
  header nav li:hover {
    border-color: rgba(255, 255, 255, 0.3);
  }
  header nav li a {
    position: static;
    line-height: 40px;
  }
  header .container > .navbar-collapse {
    margin-right: 0;
  }
  header .navbar-collapse,
  header .navbar-toggle {
    position: absolute;
    right: 0;
    z-index: 20;
  }
  header .navbar-collapse {
    padding: 0;
  }
  header .navbar-toggle {
    margin-right: 5px;
  }
  footer .logo img {
    height: 64px;
  }
  main {
    margin-top: 50px;
  }
  main .button {
    padding: 10px 40px;
  }
  main h2 {
    font-size: 24px;
  }
  main .desc {
    font-size: 14px;
  }
  .banner-container .banner-content {
    margin-top: auto;
  }
  .banner-container .banner-content p {
    font-size: 18px;
  }
}
.share {
  background: #eee;
  text-align: center;
  color: #000;
  font-weight: 700;
}
.share .share-title {
  font-size: 16px;
  margin: 25px 0;
}
.share .urlinput {
  border: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}
.share .container {
  margin-top: 30px;
}
.share a.icon-share {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: 40px auto;
}
.share .facebook {
  background: url(../images/job-page-facebook.jpg);
}
.share .twitter {
  background: url(../images/job-page-twitter.jpg);
}
.share .in {
  background: url(../images/job-page-in.jpg);
}
.share .text-align-left {
  text-align: left;
}
.share .text-align-right {
  text-align: right;
}
@media (min-width: 1200px) {
  .share {
    padding-bottom: 50px;
    padding-top: 20px;
  }
  .share a {
    text-decoration: none;
  }
  .share .row {
    text-align: center;
    margin-right: 0;
    margin-left: 0;
  }
  .share .search {
    width: 425px;
    height: 40px;
    margin: 0 auto;
    background: #bd1b21;
  }
  .share .search .urlinput {
    width: 320px;
    height: 40px;
    float: left;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
  }
  .share .search .copylink {
    float: left;
    display: block;
    width: 105px;
    height: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .share {
    padding-bottom: 50px;
    padding-top: 20px;
    margin-top: 70px;
  }
  .share a {
    text-decoration: none;
    width: 46px;
    height: 47px;
    display: inline-block;
  }
  .share .row {
    text-align: center;
    margin-right: 0;
    margin-left: 0;
  }
  .share .search {
    width: 465px;
    height: 40px;
    margin: 0 auto;
    background: #bd1b21;
  }
  .share .search .urlinput {
    width: 360px;
    height: 40px;
    float: left;
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
  }
  .share .search .copylink {
    float: left;
    display: block;
    width: 105px;
    height: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .share {
    padding-bottom: 100px;
    line-height: 60px;
    margin-top: 0;
  }
  .share .share-title {
    margin: 2px 0;
    font-size: 24px;
  }
  .share a {
    text-decoration: none;
    width: 46px;
    height: 47px;
    display: inline-block;
  }
  .share .row {
    text-align: center;
    margin-right: 0;
    margin-left: 0;
  }
  .share .container {
    margin-top: 0;
  }
  .share .search {
    height: 50px;
    margin: 0 auto;
  }
  .share .search .urlinput {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 400;
  }
  .share .search .copylink {
    font-size: 24px;
    display: block;
    width: 100%;
    margin-top: 0;
    height: 50px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    background: #bd1b21;
  }
}
.home-join-container .button {
  border-color: #bd1b21;
  margin: 35px 0 50px;
  padding: 10px 40px;
  color: #bd1b21;
}
.home-join-container .button:hover {
  color: #fff;
}
.home-join-container h2 {
  margin: 50px 0 25px;
}
.home .banner-container .banner-content h2 {
  font-weight: 700;
}
.home .banner-container .button {
  padding: 10px 36px;
}
@media (min-width: 1200px) {
  .home .banner-container .responsive-item {
    margin-top: -5%;
    position: relative;
  }
  .home .banner-container .banner-content {
    margin-top: -50px;
  }
  .home .home-join-container {
    margin-top: -7%;
    background-color: #fff;
    position: relative;
    z-index: 5;
  }
}
.home video.responsive-item {
  display: none;
}
.home img.responsive-item {
  display: block;
}
.home-image-container .gallery-default {
  background: url(../images/home_slide.jpg) center center repeat-x;
  height: 360px;
  padding: 10px 0;
}
.home-image-container .gallery-mobile {
  background: url(../images/home_gallery.jpg) center center no-repeat;
  background-size: cover;
  height: 337px;
}
.home-image-container .gallery-mobile .button {
  margin-top: 215px;
}
@media (max-width: 768px) {
  .home-image-container .gallery-mobile {
    margin-bottom: 10px;
  }
}
.home-game-news-container {
  background: url(../images/home_game_news.jpg) center center no-repeat #9c161b;
  color: #eee;
  padding: 60px 0 95px;
}
.home-game-news-container h2 {
  margin: 0;
  text-align: left;
}
.home-game-news-container .desc {
  font-size: 16px;
  margin: 30px 0;
  text-align: left;
  height: 45px;
  overflow: hidden;
}
.home-game-news-container .button {
  margin-top: 50px;
  padding: 10px 45px;
}
.home-game-news-container .button:hover {
  border-color: #fff;
  background-color: #fff;
  color: #bd1b21;
}
.home-game-news-container .carousel-gamelist img {
  width: 100%;
}
.home-game-news-container .game-container {
  margin-left: -30px;
}
.home-game-news-container .news-container {
  margin-right: -30px;
  float: right;
}
.home-game-news-container .news-list {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.home-game-news-container .news-list li {
  height: 100px;
  margin-top: 3px;
  background-color: #b3191e;
  color: #eee;
}
.home-game-news-container .news-list li:hover {
  background-color: #99151a;
}
.home-game-news-container .news-list .date {
  float: left;
  width: 55px;
  height: 100px;
  background-color: #eee;
  font-size: 14px;
  padding-top: 22px;
  margin-right: 10px;
}
.home-game-news-container .news-list .month-day {
  color: #333;
  display: block;
  max-width: 50px;
}
.home-game-news-container .news-list .year {
  color: #999;
}
.home-game-news-container .news-list .news {
  text-align: left;
  padding-top: 20px;
  padding-right: 28px;
}
.home-game-news-container .news-list .title {
  font-size: 16px;
  margin-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.home-game-news-container .news-list .title a,
.home-game-news-container .news-list .title a:active,
.home-game-news-container .news-list .title a:hover,
.home-game-news-container .news-list .title a:visited {
  font-weight: 700;
  color: #eee;
}
.home-game-news-container .news-list .author {
  font-size: 14px;
}
.home-game-news-container .game-news-container {
  position: relative;
}
.home-game-news-container .game-news-container .line {
  width: 1px;
  height: 100%;
  background-color: #eee;
  position: absolute;
  left: 50%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-game-news-container h2 {
    font-size: 40px;
  }
  .home-game-news-container .news-list li {
    height: 82px;
  }
  .home-game-news-container .news-list .date {
    height: 82px;
    padding-top: 10px;
  }
  .home-game-news-container .news-list .news {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .home-game-news-container .game-container {
    margin-left: auto;
    margin-bottom: 25px;
  }
  .home-game-news-container .news-container {
    margin-right: auto;
    margin-top: 80px;
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-game-news-container .news-list li {
    height: 62px;
  }
  .home-game-news-container .news-list .date {
    height: 62px;
    padding-top: 8px;
    line-height: 1.2;
  }
  .home-game-news-container .news-list .news {
    padding-top: 10px;
  }
  .home-game-news-container .col-md-6.game-container {
    width: 50%;
    float: left;
    margin-left: 0;
  }
  .home-game-news-container .news-container {
    width: 50%;
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .home-join-container h2 {
    margin: 40px 0 20px;
  }
  .home-game-news-container {
    background: #bd1b21;
    padding: 20px 0 40px;
  }
  .home-game-news-container .desc {
    height: auto;
    font-size: 18px;
    margin: 20px 0;
  }
  .home-game-news-container .button {
    margin-top: 10px;
  }
  .home-game-news-container .news-container {
    margin-top: auto;
  }
  .home-game-news-container .news-list {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }
  .home-game-news-container .news-list li {
    height: auto;
    margin: 0 0 10px;
    color: #eee;
  }
  .home-game-news-container .news-list .date {
    float: none;
    width: 100%;
    height: auto;
    font-size: 24px;
    padding: 10px;
    margin-right: auto;
    clear: both;
    overflow: hidden;
  }
  .home-game-news-container .news-list .month-day {
    float: left;
    max-width: none;
  }
  .home-game-news-container .news-list .year {
    float: right;
  }
  .home-game-news-container .news-list .news {
    text-align: left;
    padding: 20px 10px;
  }
  .home-game-news-container .news-list .title {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .home-game-news-container .news-list .author {
    font-size: 14px;
  }
  .home-game-news-container h2 {
    text-align: center;
  }
}
.banner-container .banner-content p {
  font-size: 16px;
  margin-top: -15px;
}
.banner-container .banner-content .mobile {
  display: none;
}
main .careers-perks-benefits h2 {
  font-weight: 400;
}
main .careers-perks-benefits .col-sm-4 {
  padding-right: 40px;
  padding-left: 40px;
}
.careers-perks-benefits {
  padding: 60px 0;
}
.careers-perks-benefits h3 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
}
.careers-perks-benefits .container > p {
  font-size: 16px;
}
.careers-perks-benefits .row {
  margin-top: 35px;
}
.careers-perks-benefits [class^='icon-'] {
  background: url(../images/icon_careers.png) center center no-repeat;
  display: block;
  width: 200px;
  height: 70px;
  margin: 0 auto;
  transform: scale(0.7);
}
.careers-perks-benefits span.icon-1 {
  background-position: 20px 0;
  background-size: 2236px;
}
.careers-perks-benefits span.icon-2 {
  background-position: -140px 0;
  background-size: 2236px;
}
.careers-perks-benefits span.icon-3 {
  background-position: -300px 0;
  background-size: 2236px;
}
.careers-perks-benefits span.icon-4 {
  background-position: -460px 0;
  background-size: 2236px;
}
.careers-perks-benefits span.icon-5 {
  background-position: -620px 0;
  background-size: 2236px;
}
.careers-perks-benefits span.icon-6 {
  background-position: -780px 0;
  background-size: 2236px;
}
.careers-perks-benefits span.icon-7 {
  background-position: -940px 0;
  background-size: 2236px;
}
.careers-perks-benefits span.icon-8 {
  background-position: -1100px 0;
  background-size: 2236px;
}
.careers-perks-benefits span.icon-9 {
  background-position: -1260px 0;
  background-size: 2236px;
}
.red-container {
  padding: 50px 0;
}
.careers-open-container h2 {
  margin: 0 0 50px;
}
.careers-open-container figure {
  background: url(../images/careers_maps.png) center top no-repeat;
  height: 110px;
  position: relative;
}
.careers-open-container figure .map-content {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  color: #333;
  top: 50%;
  text-align: center;
  width: 100%;
  margin: 0;
  font-size: 16px;
}
.careers-open-container figure .icon-address {
  background: url(../images/icon_careers.png) -870px 0 no-repeat;
  display: block;
  width: 160px;
  height: 43px;
  margin: 0 auto;
  transform: none;
  background-size: 1398px;
}
.careers-open-container .careers-open-left {
  padding-right: 40px;
}
.careers-open-container .careers-open-left figure {
  background-position: 0 0;
}
.careers-open-container .careers-open-right {
  padding-left: 40px;
}
.careers-open-container .careers-open-right figure {
  background-position: 0 bottom;
}
.careers-open-container ul li {
  text-align: left;
  background-color: #b3191e;
  padding: 20px;
  margin-bottom: 2px;
}
.careers-open-container ul li .title {
  font-size: 16px;
  font-weight: 600;
  word-break: break-all;
  word-wrap: break-word;
}
.careers-open-container ul li .title a,
.careers-open-container ul li .title a:hover {
  color: #fff;
}
.careers-open-container ul li .small-title {
  font-size: 12px;
  word-break: break-all;
  word-wrap: break-word;
}
.careers-open-container .desc1 {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.careers-open-container .desc1 .email {
  font-weight: 700;
}
@media (max-width: 991px) {
  .careers-perks-benefits h2 {
    font-size: 24px;
  }
  .careers-perks-benefits .row {
    margin-top: 0;
  }
  .careers-perks-benefits [class^='col-md-'] {
    margin-top: 30px;
  }
  .careers-perks-benefits [class^='icon-'] {
    transform: scale(0.7);
  }
  .careers-open-container figure {
    background-size: cover;
  }
  .careers-open-container figure .icon-address {
    transform: none;
  }
  .careers-open-container .careers-open-left,
  .careers-open-container .careers-open-right {
    padding: 0;
  }
  .careers-open-container ul li {
    margin-bottom: 20px;
  }
  .red-container {
    padding: 50px 0 25px;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .careers-perks-benefits h3 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .careers-open-container ul li,
  main h2 {
    margin-bottom: 20px;
  }
  .banner-container .banner-content h2 {
    font-weight: 400;
  }
  .banner-container .banner-content p {
    font-size: 18px;
  }
  .banner-container .banner-content .pc {
    display: none;
  }
  .banner-container .banner-content .mobile {
    display: block;
  }
  .careers-perks-benefits {
    padding-top: 40px;
  }
  .careers-perks-benefits .container > p {
    font-size: 14px;
  }
  .careers-perks-benefits h3 {
    font-size: 24px;
  }
  .careers-perks-benefits [class^='icon-'] {
    transform: scale(1.2);
    height: 90px;
  }
  .careers-perks-benefits .col-sm-4 {
    margin-top: 40px;
  }
  .careers-open-container figure {
    height: 126px;
  }
  .careers-open-container figure .icon-address {
    height: 54px;
    transform: scale(1);
    background: url(../images/icon_careers.png) -1820px 0 no-repeat;
    background-size: 2795px;
  }
  .careers-open-container figure .address {
    font-size: 18px;
  }
  .careers-open-container .careers-open-left,
  .careers-open-container .careers-open-right {
    padding: 0;
  }
  .careers-open-container ul li .title {
    font-size: 18px;
    padding-bottom: 12px;
  }
  .careers-open-container ul li .small-title {
    font-size: 14px;
  }
  .careers-open-container .desc1,
  .careers-open-container .desc2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
}
@media (max-width: 580px) {
  .careers-open-container figure {
    background-size: auto;
  }
}
@media (min-width: 767px) {
  .careers-banner-container .responsive-item {
    min-height: 240px;
    max-height: 640px;
  }
}
@media (min-width: 992px) {
  .careers-open-container ul li .title a {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    text-align: left;
  }
}
.news-list-wrapper .news-list li {
  height: 95px;
  margin-top: 1px;
}
.news-list-wrapper .news-list .date {
  float: left;
  width: 84px;
  height: 95px;
  background-color: #eee;
  font-size: 18px;
  padding-top: 10px;
  margin-right: 25px;
}
.news-list-wrapper .news-list .month-day {
  color: #333;
  word-spacing: 100px;
}
.news-list-wrapper .news-list .year {
  color: #999;
  display: block;
}
.news-list-wrapper .news-list .news {
  text-align: left;
  padding-top: 5px;
}
.news-list-wrapper .news-list .title {
  font-size: 32px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 0;
  color: #bd1b21;
  padding-right: 10px;
}
.news-list-wrapper .news-list .title a {
  line-height: 1.2;
  color: #bd1b21;
  font-size: 24px;
}
.news-list-wrapper .news-list .author {
  font-size: 16px;
  color: #999;
  margin-top: 0;
}
.news-list-wrapper .button-red {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .news-banner-container .banner-content h2 {
    width: 260px;
  }
  .news-list-wrapper .news-list li {
    height: auto;
    margin: 0 0 10px;
    color: #eee;
  }
  .news-list-wrapper .news-list .date {
    float: none;
    width: 100%;
    height: auto;
    font-size: 24px;
    padding: 10px;
    margin-right: auto;
    clear: both;
    overflow: hidden;
  }
  .news-list-wrapper .news-list .month-day {
    float: left;
    word-spacing: normal;
  }
  .news-list-wrapper .news-list .year {
    float: right;
  }
  .news-list-wrapper .news-list .news {
    text-align: left;
    padding: 20px 10px;
  }
  .news-list-wrapper .news-list .title {
    font-size: 14px;
    text-overflow: clip;
    overflow: visible;
    white-space: normal;
  }
  .news-list-wrapper .news-list .author,
  .news-list-wrapper .news-list .title a {
    font-size: 14px;
  }
  .news-list-wrapper .button-red {
    margin: 20px 0 10px;
    display: block;
  }
}
.company-our-story {
  padding: 50px 0 0;
}
.company-our-story p {
  font-size: 16px;
}
.company-our-story h2 {
  margin-bottom: 25px;
}
.company-our-story .milestone-list {
  position: relative;
  margin-top: 40px;
  margin-bottom: 80px;
  font-size: 12px;
}
.company-our-story .milestone-list .milestone-list-content {
  position: relative;
}
.company-our-story .milestone-list .item-box {
  clear: both;
  position: relative;
  margin-top: -135px;
  float: right;
  width: 50%;
}
.company-our-story .milestone-list .item-box .item-content {
  float: right;
  position: relative;
  z-index: 2;
}
.company-our-story .milestone-list .item-box .i-timeline {
  position: absolute;
  width: 100%;
  height: 46px;
  left: -15px;
  right: inherit;
  top: 50px;
  background: url(../images/bg-timeline-dot-right.png) no-repeat;
}
.company-our-story .milestone-list .item-box:nth-child(2n + 1),
.company-our-story .milestone-list .item-box:nth-child(2n + 1) .item-content {
  float: left;
}
.company-our-story .milestone-list .item-box:nth-child(2n + 1) .i-timeline {
  left: inherit;
  right: -15px;
  top: 50px;
  background-image: url(../images/bg-timeline-dot-left.png);
  background-position: 100% 0;
}
.company-our-story .milestone-list .click-more {
  background: url(../images/icon_more.png) no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
}
.company-our-story .milestone-list .content {
  width: 350px;
  padding: 10px;
  background-color: #eee;
  border: 3px solid #eee;
}
.company-our-story .milestone-list .content p {
  text-align: left;
  margin-top: 5px;
  font-size: 16px;
  padding-bottom: 25px;
}
.company-our-story .milestone-list .content img {
  width: 100%;
}
.company-our-story .milestone-list .content .legend {
  padding-left: 75px;
}
.company-our-story .milestone-list .content .legend .date {
  float: left;
  margin-left: -75px;
}
.company-our-story .milestone-list .content .legend .date .d-month {
  font-size: 20px;
  line-height: 1;
}
.company-our-story .milestone-list .content .legend .date .d-year {
  font-size: 24px;
  display: block;
  line-height: 1.2;
}
.company-our-story .milestone-list .content .legend .title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: left;
}
.company-our-story .years-right-list {
  float: right;
}
.company-our-story .years-right-list li {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  border-left: 4px solid red;
  cursor: pointer;
  margin-bottom: 5px;
  padding: 8px;
}
.company-our-story .years-right-list li:nth-of-type(1),
.company-our-story .years-right-list li:nth-of-type(2),
.company-our-story .years-right-list li:nth-of-type(3) {
  border-left-color: #eee;
}
.company-our-story .years-right-list li:nth-of-type(4),
.company-our-story .years-right-list li:nth-of-type(5),
.company-our-story .years-right-list li:nth-of-type(6) {
  border-left-color: #edcacb;
}
.company-our-story .years-right-list li:nth-of-type(7),
.company-our-story .years-right-list li:nth-of-type(8),
.company-our-story .years-right-list li:nth-of-type(9) {
  border-left-color: #bd1b21;
}
.company-our-story .timeline-list {
  width: 4px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -2px;
  background-color: #eee;
  height: 100%;
}
.company-our-story .timeline-list span {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
  background-color: #eee;
  margin-bottom: 210px;
}
.company-our-story .game-list {
  margin-top: 225px;
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
}
.company-banner-container .company-our-story {
  margin-top: -7%;
  background-color: #fff;
  position: relative;
  z-index: 5;
}
@media (min-width: 1200px) {
  .company-banner-container .responsive-item {
    margin-top: -12%;
    position: relative;
  }
  .company-banner-container .banner-content h2 {
    margin-top: 0;
  }
}
.company-banner-container video.responsive-item {
  display: none;
}
.company-banner-container img.responsive-item {
  display: block;
}
.company-jobs-container h2 {
  margin: 0 0 30px;
}
.company-jobs-container figure {
  width: 100%;
  height: 140px;
  position: relative;
  margin: 10px 0;
}
.company-jobs-container figure .map-content {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  color: #333;
  top: 50%;
  text-align: center;
  width: 100%;
  margin: 0;
  font-size: 16px;
}
.company-jobs-container .icon-address {
  background: url(../images/icon_careers.png) -1800px 0 no-repeat;
  display: block;
  width: 200px;
  height: 56px;
  margin: 0 auto;
}
.company-jobs-container .company-open-left {
  padding-right: 5px;
}
.company-jobs-container .company-open-left figure {
  background: url(../images/company_maps_left.jpg) center center no-repeat;
  background-size: cover;
}
.company-jobs-container .company-open-right {
  padding-left: 5px;
}
.company-jobs-container .company-open-right figure {
  background: url(../images/company_maps_right.jpg) center center no-repeat;
  background-size: cover;
}
.company-jobs-container .picture {
  width: 100%;
  display: block;
  position: relative;
  color: #fff;
  margin: 10px 0;
  height: 565px;
  cursor: pointer;
}
.company-jobs-container .picture:hover {
  color: #fff;
}
.company-jobs-container .picture .desc {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  font-size: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.company-jobs-container .picture .desc .text {
  font-size: 24px;
  font-weight: 500;
}
.company-jobs-container .picture .icon-address {
  background-position: -2000px 0;
}
.company-jobs-container .picture video {
  width: 100%;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.company-jobs-container .picture-left {
  background: url(../images/company_job_left_picture.jpg) no-repeat;
  background-size: cover;
}
.company-jobs-container .picture-right {
  background: url(../images/company_job_right_picture.jpg) no-repeat;
  background-size: cover;
}
.company-jobs-container .carousel-joblist a {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  padding: 0 50px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.company-jobs-container .picture .i-pic {
  width: 100%;
}
.company-jobs-container .brr,
.company-jobs-container .picture .i-pic {
  display: none;
}
.company-jobs-container .picture:hover {
 /*  background: 0 0; */
 filter: brightness(1.05);
}
/* .company-jobs-container .picture:hover video {
  opacity: 1;
} */
@media (min-width: 1200px) {
  .company-our-story .milestone-list .item-content .content {
    width: 500px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .company-our-story .milestone-list .item-content .content {
    width: 400px;
  }
  .company-our-story .game-list {
    margin-left: 0;
  }
  .company-jobs-container .picture {
    height: 465px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .company-our-story .milestone-list {
    padding-bottom: 80px;
  }
  .company-our-story .milestone-list .item-content .content {
    width: 320px;
  }
  .company-our-story .game-list {
    margin-left: 0;
    margin-top: 100px;
  }
  .company-jobs-container .picture {
    height: 355px;
  }
}
@media (min-width: 768px) {
  .news-banner-container .responsive-item {
    min-height: 240px;
    max-height: 640px;
  }
  .company-jobs-container .map-content .icon-address {
    background: url(../images/icon_address.png) no-repeat;
    width: 19px;
    height: 27px;
    margin: 15px auto 5px;
  }
  .company-jobs-container .carousel-joblist a {
    white-space: nowrap !important;
  }
}
@media (max-width: 767px) {
  .company-our-story .milestone-list .content p,
  .company-our-story p {
    font-size: 14px;
  }
  .company-our-story {
    padding-top: 30px;
  }
  .company-our-story h2 {
    margin-bottom: 20px;
  }
  .company-our-story .timeline-list {
    width: 8px;
    right: 0;
    left: inherit;
  }
  .company-our-story .milestone-list {
    background-position: left center;
    padding-bottom: 0;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .company-our-story .milestone-list .J_loadmore {
    position: relative;
    z-index: 2;
    margin-top: -50px;
  }
  .company-our-story .milestone-list .item-box {
    width: 100%;
    margin-top: 0;
    margin-bottom: -10px;
    background: 0 0;
  }
  .company-our-story .milestone-list .item-box .content {
    width: 100%;
    float: none;
    display: block;
  }
  .company-our-story .milestone-list .item-box .i-timeline,
  .company-our-story .milestone-list .item-box:nth-child(2n + 1) .i-timeline {
    margin: 15px 0 5px 15px;
    display: block;
    position: inherit;
    width: auto;
    height: 46px;
    left: inherit;
    top: inherit;
    right: 0;
    background: url(../images/bg-timeline-dot-left-mobile.png) 100% 0 no-repeat;
  }
  .company-our-story .milestone-list .item-content {
    margin-bottom: 15px;
    float: none !important;
  }
  .company-our-story .milestone-list .content {
    border-width: 6px;
    height: auto;
    width: auto !important;
    margin: 0 15px;
  }
  .company-our-story .milestone-list .content .legend {
    padding-left: 0;
  }
  .company-our-story .milestone-list .content .legend .title {
    margin-top: 2px;
  }
  .company-our-story .milestone-list .content .legend .date {
    padding: 5px 0;
    text-align: left;
    margin-left: 0;
    float: none;
  }
  .company-our-story .milestone-list .content .legend .date .d-month,
  .company-our-story .milestone-list .content .legend .date .d-year {
    display: inline;
    line-height: 1.2;
  }
  .company-our-story .milestone-list .game-name {
    font-size: 24px;
  }
  .company-our-story .milestone-list .col-xs-12 {
    padding: 0;
  }
  .company-our-story .years-left-list {
    margin-left: -11px;
    width: 135px;
    font-size: 24px;
  }
  .company-our-story .years-left-list span {
    height: 60px;
    line-height: 60px;
  }
  .company-our-story .game-list {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    float: none;
  }
  .company-our-story .game-list.game-listreset {
    padding-bottom: 0;
  }
  .company-our-story .month-for-mobile {
    text-align: left;
    color: #999;
    padding: 15px 40px 25px;
    font-size: 24px;
    background: url(../images/company_item_mobile_bg.png) left bottom no-repeat;
    margin-left: -10px;
    margin-right: 10px;
  }
  .company-our-story .year-for-mobile {
    width: 135px;
    font-size: 24px;
    float: left;
    height: 60px;
    line-height: 60px;
    background-color: #eee;
    margin-top: 25px;
  }
  .company-our-story .item-content {
    padding: 0;
    margin-left: 0;
  }
  .company-jobs-container {
    padding: 20px 0;
  }
  .company-jobs-container h2 {
    margin-bottom: 20px;
  }
  .company-jobs-container figure {
    margin: 0;
    height: 192px;
  }
  .company-jobs-container .button {
    margin-top: 20px;
  }
  .company-jobs-container .company-open-left,
  .company-jobs-container .company-open-right {
    padding: 0;
  }
  .company-jobs-container .picture {
    margin: 0;
  }
  .company-jobs-container .picture .desc .text {
    font-weight: 400;
  }
  .company-jobs-container .address,
  .company-jobs-container .carousel-joblist a {
    font-size: 18px;
  }
  .company-jobs-container .carousel-joblist a {
    text-overflow: clip;
    white-space: normal;
    height: 70px;
    padding: 0 10px;
  }
  .company-jobs-container .address {
    color: #444;
  }
  .mobile-hidden {
    display: none !important;
  }
  .career-title {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 360px) {
  .company-jobs-container .brs {
    display: none;
  }
  .company-jobs-container .brr {
    display: block;
  }
}
@media (max-width: 320px) {
  .company-jobs-container h2 {
    font-size: 22px;
  }
  .company-jobs-container .carousel-joblist .item a {
    font-size: 20px;
    padding: 0 10px;
    display: block;
    word-wrap: break-word;
    word-break: normal;
    line-height: 1.6;
  }
}
.products-slider a:hover {
  text-decoration: none;
}
.products {
  background-color: #eee;
}
.products-slider {
  overflow: hidden;
}
.products-slider .flexslider {
  background: #eee;
  width: 70%;
  left: 50%;
  margin-left: -35%;
  border: none;
}
.products-slider .flexslider .flex-control-nav,
.products-slider .flexslider .slides li img {
  width: 99%;
}
.products-slider .flexslider .flex-direction-nav .flex-next,
.products-slider .flexslider .flex-direction-nav .flex-prev,
.products-slider .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0 !important;
}
.products-slider .flexslider .flex-viewport {
  overflow: visible !important;
}
.products-slider .flexslider .slides li {
  position: relative;
}
.products-slider .flexslider .slides li .flex-caption {
  position: absolute;
  width: 99%;
  padding: 2% 1% 2% 3%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  height: auto;
  color: #eee;
  font-size: 24px;
  text-align: left;
  line-height: 42px;
  cursor: pointer;
}
.products-slider .flexslider .slides li .flex-caption .quotes {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.products-slider .flexslider .slides li .flex-caption .media-name {
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.products-slider .flexslider .flex-control-paging li a {
  background-color: #b7b7b7;
  width: 16px;
  height: 16px;
  outline: 0;
}
.products-slider .flexslider .flex-control-paging li a.flex-active {
  background-color: #bd1b21;
}
.products-slider .flexslider .flex-control-nav {
  bottom: -72px;
  font-size: 22px;
}
.products-slider .flexslider .flex-control-nav li {
  margin: 0 12px;
}
.products-arcdesc {
  margin-top: 40px;
  background: url(../images/products/products_bg.jpg) top center no-repeat
    #131418;
  min-height: 1136px;
}
.products-arcdesc .arc-logowrap {
  width: 280px;
  padding-top: 50px;
  margin: 0 auto;
}
.products-arcdesc .arc-logowrap img {
  width: 100%;
}
.products-arcdesc h2 {
  line-height: 100px;
  height: 100px;
  margin: 20px 0;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
}
.products-arcdesc .arc-desc {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  padding: 0 7%;
}
.products-arcdesc .arc-desclist {
  width: 1160px;
  font-size: 0;
  margin: 46px auto 0;
}
.products-arcdesc .arc-desclist dl {
  vertical-align: top;
  display: inline-block;
  width: 25%;
  color: #fff;
  overflow: hidden;
}
.products-arcdesc .arc-desclist dl img {
  width: 100%;
}
.products-arcdesc .arc-desclist dl dt {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  padding: 5% 3%;
}
.products-arcdesc .arc-desclist dl dd {
  font-size: 14px;
  line-height: 20px;
  padding: 0 4%;
}
.products-arcdesc .arc-desclist dl .pic {
  padding: 0;
}
.products-arcdesc .link-button {
  margin-top: 25px;
}
.products-arcdesc .no-container {
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .products-slider .flexslider {
    width: 1016px;
    margin-left: -500px;
  }
  .products-slider .flexslider .slides li .flex-caption,
  .products-slider .flexslider .slides li img {
    width: 1000px;
  }
}
@media (max-width: 1400px) and (min-width: 992px) {
  .products-slider .flexslider .slides li .flex-caption {
    font-size: 24px;
    line-height: 34px;
  }
  .products-slider .flexslider .slides li .flex-caption .media-name {
    font-size: 18px;
    line-height: 24px;
  }
  .products-arcdesc .arc-logowrap {
    width: 22%;
  }
  .products-arcdesc .arc-desclist {
    width: 90%;
  }
}
@media (max-width: 1132px) and (min-width: 992px) {
  .products-arcdesc .arc-desclist dl dt {
    box-sizing: content-box;
  }
}
@media (max-width: 991px) {
  .products-slider .flexslider .slides li .flex-caption {
    font-size: 20px;
    line-height: 30px;
  }
  .products-slider .flexslider .slides li .flex-caption .media-name {
    font-size: 14px;
    line-height: 18px;
  }
  .products-slider .flexslider .flex-control-paging li a {
    width: 14px;
    height: 14px;
  }
  .products-arcdesc {
    margin-top: 34px;
  }
  .products-arcdesc .arc-logowrap {
    width: 28%;
  }
  .products-arcdesc .arc-desclist {
    width: 100%;
  }
  .products-arcdesc .arc-desclist dl {
    width: 42%;
  }
}
@media (max-width: 767px) {
  .products-arcdesc .link-button {
    margin-top: 0;
  }
  .products-slider .flexslider {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .products-slider .flexslider .slides li .flex-caption {
    font-size: 24px;
    line-height: 28px;
    position: relative;
    width: 100%;
    background: #303030;
  }
  .products-slider .flexslider .slides li .flex-caption .media-name {
    font-size: 14px;
    line-height: 16px;
  }
  .products-slider .flexslider .slides li img {
    width: 100%;
  }
  .products-slider .flexslider .flex-control-nav {
    bottom: -45px;
    font-size: 14px;
  }
  .products-slider .flexslider .flex-control-nav li {
    width: 28px;
    height: 28px;
    padding: 3px;
    border: 4px solid #999;
    border-radius: 25px;
  }
  .products-slider .flexslider .flex-control-nav li a {
    background-color: #eee;
    box-shadow: none;
  }
  .products-arcdesc {
    margin-top: 2px;
  }
  .products-arcdesc .arc-logowrap {
    width: 36%;
  }
  .products-arcdesc .arc-desclist {
    width: 100%;
  }
  .products-arcdesc .arc-desclist dl {
    width: 95%;
  }
  .products-arcdesc .arc-desclist dl dt {
    font-size: 24px;
  }
  .products-arcdesc .arc-desclist dl dd {
    font-size: 14px;
  }
  .products-arcdesc .arc-desclist dl .pic {
    padding: 0 5%;
  }
  .products-arcdesc h2 {
    line-height: 28px;
    height: auto;
    margin: 36px 0;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0;
  }
  footer {
    padding-top: 15px;
  }
}
.careers-box .icon-list {
  color: #999;
  font-size: 15px;
}
.careers-box .icon-list .text {
  float: left;
  margin-right: 40px;
}
.careers-box .icon-address,
.careers-box .icon-department,
.careers-box .icon-linkedin {
  background: url(../images/icon_job.png) no-repeat;
  display: block;
  float: left;
}
.careers-box .icon-address {
  width: 20px;
  height: 20px;
  background-size: 48px auto;
  background-position: 0 3px;
}
.careers-box .icon-department {
  width: 20px;
  height: 20px;
  background-position: 0 -29px;
  background-size: 44px auto;
  margin-right: 5px;
}
.careers-box .icon-linkedin {
  width: 36px;
  height: 36px;
  background-position: 0 -46px;
  background-size: 36px auto;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.job-apply-container {
  padding-top: 10px;
  text-align: left;
  font-size: 16px;
}
.job-apply-container #js_inputAttachResume-error {
  display: block;
}
.job-apply-container label.error {
  font-weight: 400;
}
.job-apply-container h3,
.job-apply-container h4 {
  font-weight: 600;
  word-break: break-all;
  word-wrap: break-word;
}
.job-apply-container .form-control {
  border-color: #999;
}
.job-apply-container input.form-control {
  height: 30px;
}
.job-apply-container h3 {
  font-size: 24px;
  text-align: left;
}
.job-apply-container h4 {
  font-size: 16px;
  margin-bottom: 20px;
}
.job-apply-container .details {
  margin: 38px 0;
}
.job-apply-container .control-label {
  font-weight: 400;
  text-align: right;
  vertical-align: top;
}
.contact main a,
.nextnews .next,
.terms .term-container p a.bold-font,
.terms .term-container p.bold-font {
  font-weight: 700;
}
.job-apply-container .control-input {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.job-apply-container .form-group-compensation.error .txt-dollar {
  color: #bd1b21;
}
.job-apply-container .form-group-compensation .control-input {
  position: relative;
}
.job-apply-container .form-group-compensation .control-input input {
  padding-left: 20px;
}
.job-apply-container .form-group-compensation .txt-dollar {
  left: 8px;
  top: 3px;
  color: #666;
  position: absolute;
}
.job-apply-container .control-input.hidelabel label.error {
  display: none !important;
}
.job-apply-container .part {
  border-top: 1px solid #999;
  padding: 35px 0;
}
.job-apply-container .part .control-label {
  width: 185px;
}
.job-apply-container .part .control-label span {
  color: #bd1b21;
}
.job-apply-container .part .control-input {
  width: 400px;
}
.job-apply-container .part .upload-file-control-input {
  width: auto;
}
.job-apply-container .part .desc {
  margin-bottom: 20px;
}
.job-apply-container .part-first .control-label {
  width: 115px;
}
.job-apply-container .part-first .hidden-xs .control-label {
  width: 140px;
}
.job-apply-container .part-first .control-input {
  width: 265px;
}
.job-apply-container .button {
  margin: 20px 0;
  padding: 10px 70px;
  border-color: #bd1b21;
  color: #bd1b21;
}
.job-apply-container .upload-msg {
  color: #999;
  font-size: 16px;
  margin-left: 10px;
  display: inline-block;
  width: 600px;
  vertical-align: middle;
}
.job-apply-container .error {
  color: #bd1b21;
}
.job-apply-container input.error,
.job-apply-container select.error {
  border-color: #bd1b21;
  text-align: left;
  font-size: 14px;
}
.job-apply-container .job-apply-msg {
  padding: 0 0 15px;
  display: none;
  text-align: center;
  font-size: 16px;
}
.job-apply-container .fileupload {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}
.job-apply-container .button-upload {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  padding: 6px 18px;
  margin: 0;
  font-size: 16px;
  width: 150px;
  height: 40px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .job-apply-container .button-upload {
    height: auto;
    width: 100%;
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.job-apply-container .container a {
  text-align: center;
}
.modal-jobApplyMsg .modal-header {
  padding: 15px 15px 0;
  border-bottom: 0 none;
}
.modal-jobApplyMsg .modal-body {
  color: #bd1b21;
  padding-bottom: 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .job-apply-container .upload-msg {
    width: 400px;
  }
  .container a {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .job-apply-container .upload-msg {
    width: 240px;
  }
  .job-apply-container .part .control-label {
    width: auto;
    text-align: left;
  }
  .job-apply-container .part .control-input {
    width: 100%;
    margin-left: 0;
  }
  .job-apply-container .part .control-input.upload-file-control-input {
    width: 450px;
  }
  .job-apply-container .part-first .control-label {
    width: auto;
  }
  .job-apply-container .part-first .control-input {
    width: 100%;
  }
  .container a {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .job-apply-container {
    padding-top: 30px;
    font-size: 18px;
  }
  .job-apply-container .upload-msg {
    display: block;
    width: 100%;
  }
  .job-apply-container h3 {
    font-size: 24px;
  }
  .job-apply-container h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .job-apply-container .icon-list {
    font-size: 18px;
    margin-top: 30px;
  }
  .job-apply-container .icon-list li {
    display: block;
    clear: both;
    overflow: hidden;
  }
  .job-apply-container .icon-list .text {
    margin-right: 0;
  }
  .job-apply-container .details {
    margin: 30px 0;
    font-size: 18px;
  }
  .job-apply-container .part {
    padding: 20px 0;
  }
  .job-apply-container .part .control-label {
    width: auto;
  }
  .job-apply-container .part .control-input {
    width: 100%;
    margin-left: 0;
  }
  .job-apply-container .part-first .control-label {
    width: auto;
  }
  .job-apply-container .part-first .control-input {
    width: 100%;
  }
  .job-apply-container .text-center {
    margin: 0 auto;
  }
  .container a {
    text-align: center;
  }
  .modal#J_modal_jobApplyMsg .modal-dialog,
  .modal.fade#J_modal_jobApplyMsg .modal-dialog,
  .modal.in#J_modal_jobApplyMsg .modal-dialog {
    min-width: 90%;
  }
}
.modal .modal-dialog,
.modal.fade .modal-dialog,
.modal.in .modal-dialog {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
}
@media (max-width: 767px) and (max-width: 400px) {
  .modal#J_modal_jobApplyMsg .modal-dialog,
  .modal.fade#J_modal_jobApplyMsg .modal-dialog,
  .modal.in#J_modal_jobApplyMsg .modal-dialog {
    min-width: 278px;
  }
}
.contact {
  font-size: 16px;
}
.contact main a {
  color: #bd1b21;
}
.contact .topinfo {
  text-align: center;
}
.contact a.button-support {
  margin-top: 25px;
  margin-bottom: 25px;
}
.contact a.button-support .icon-redirect {
  display: inline-block;
  background-position: 0 -30px;
}
.contact a.button-support:hover {
  background-color: #bd1b21;
  color: #fff;
}
.contact a.button-support:hover .icon-redirect {
  background-position: 0 -3px;
  color: #eee;
}
.contact .cookies-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -121px;
}
.contact .cookies-banner-content .title {
  display: inline-block;
  margin-top: 0;
  font-size: 40px;
  color: #eee;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact .cookies-banner-content .cookies-banner-content {
    position: absolute;
    left: 50%;
    margin-left: -121px;
  }
  .contact .cookies-banner-content .title {
    display: inline-block;
    font-size: 40px;
    color: #eee;
  }
}
@media (max-width: 767px) {
  .contact .cookies-banner-content {
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -73px;
  }
  .contact .cookies-banner-content .title {
    display: inline-block;
    margin-top: 35px;
    font-size: 24px;
    color: #eee;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact .contact {
    font-size: 16px;
  }
  .contact .info {
    margin: 0 auto;
    overflow: hidden;
    background-size: contain;
  }
  .contact .info .topinfo {
    margin: 50px 0 auto auto;
  }
  .contact .info .bottomleft {
    margin-top: 30px;
    text-align: left;
  }
  .contact .info .bottomleft p {
    padding-bottom: 20px;
  }
  .contact .info .bottomright {
    margin-top: 10px;
    text-align: left;
  }
  .contact .info .bottomright .address,
  .contact .info .bottomright .email,
  .contact .info .bottomright .fax,
  .contact .info .bottomright .phone {
    overflow: hidden;
    padding-bottom: 20px;
  }
  .contact .info .bottomright .content {
    width: 400px;
  }
  .contact .info .bottomright .content,
  .contact .info .bottomright .flag {
    float: left;
  }
  .contact .info .information-phone {
    display: none;
  }
  .contact .info .weight {
    font-weight: 700;
  }
  .contact .info .flag {
    width: 35px;
    height: 35px;
    margin-left: 60px;
    margin-right: 10px;
  }
  .contact .info .flag-address {
    background: url(../images/icon-contact.png) no-repeat;
  }
  .contact .info .flag-phone {
    background: url(../images/icon-contact.png) 0 21% no-repeat;
  }
  .contact .info .flag-fax {
    background: url(../images/icon-contact.png) 0 38% no-repeat;
  }
  .contact .info .flag-email {
    background: url(../images/icon-contact.png) 0 59% no-repeat;
  }
  .contact .support {
    width: 100%;
    background: #eee;
    margin: 0 auto;
    padding-top: 30px;
  }
  .contact .support .title {
    font-size: 24px;
    color: #333;
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .contact .info {
    margin: 0 auto 40px;
    overflow: hidden;
  }
  .contact .info .col-md-12 {
    width: 50%;
  }
  .contact .info .topinfo {
    margin: 50px 0 auto auto;
  }
  .contact .info .topinfo .info01 {
    text-align: justify;
    display: block;
  }
  .contact .info .topinfo .info02 {
    display: block;
  }
  .contact .info .bottomleft {
    margin-top: 65px;
    text-align: left;
    line-height: 26px;
  }
  .contact .info .bottomleft p {
    margin-bottom: 30px;
  }
  .contact .info .bottomright {
    background: url(../images/contact/line.jpg) 5% 5% no-repeat;
    margin-top: 65px;
    text-align: left;
  }
  .contact .info .bottomright .address,
  .contact .info .bottomright .email,
  .contact .info .bottomright .fax,
  .contact .info .bottomright .phone {
    overflow: hidden;
    margin-bottom: 10px;
  }
  .contact .info .bottomright .content,
  .contact .info .bottomright .flag {
    float: left;
  }
  .contact .info .information-phone {
    display: none;
  }
  .contact .info .weight {
    font-weight: 700;
  }
  .contact .info .flag {
    width: 35px;
    height: 35px;
    margin-left: 73px;
  }
  .contact .info .flag-address {
    background: url(../images/icon-contact.png) no-repeat;
  }
  .contact .info .flag-phone {
    background: url(../images/icon-contact.png) 0 21% no-repeat;
  }
  .contact .info .flag-fax {
    background: url(../images/icon-contact.png) 0 38% no-repeat;
  }
  .contact .info .flag-email {
    background: url(../images/icon-contact.png) 0 59% no-repeat;
  }
  .contact .support {
    width: 100%;
    background: #eee;
    margin: 0 auto;
    padding-top: 50px;
  }
  .contact .support .title {
    font-size: 40px;
    color: #333;
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact .info .topinfo .info01,
  .contact .info .topinfo .info02 {
    display: inline;
  }
}
@media (max-width: 767px) {
  .contact {
    font-size: 14px;
  }
  .contact .info .bottomright,
  .contact .info .topinfo {
    font-size: 18px;
    margin-top: 20px;
  }
  .contact .info {
    margin-top: 20px;
  }
  .contact .info .bottomleft {
    margin-top: 20px;
    text-align: left;
  }
  .contact .info .bottomleft p {
    margin-bottom: 20px;
  }
  .contact .info .bottomright {
    margin-bottom: 20px;
    text-align: left;
  }
  .contact .info .information-phone {
    display: block;
  }
  .contact .info .information-address {
    display: none;
  }
  .contact .info .weight {
    font-size: 24px;
    font-weight: 700;
  }
  .contact .info .address,
  .contact .info .email,
  .contact .info .fax,
  .contact .info .phone {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .contact .info .flag {
    width: 35px;
    height: 35px;
    padding: 0;
    margin-left: 20px;
  }
  .contact .info .flag-address {
    background: url(../images/icon-contact.png) no-repeat;
  }
  .contact .info .flag-phone {
    background: url(../images/icon-contact.png) 0 21% no-repeat;
  }
  .contact .info .flag-fax {
    background: url(../images/icon-contact.png) 0 38% no-repeat;
  }
  .contact .info .flag-email {
    background: url(../images/icon-contact.png) 0 59% no-repeat;
  }
  .contact .support {
    width: 100%;
    background: #eee;
    margin: 0 auto;
    padding-top: 10px;
  }
  .contact .support .title {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
  }
  .privacy .load-more {
    margin: 20px auto;
  }
  .privacy .careers-banner-container .responsive-item {
    width: 100%;
    height: 100%;
  }
  .privacy .version {
    display: none;
  }
}
@media (min-width: 768px) {
  .privacy .load-more {
    margin: 25px auto;
  }
  .privacy .version {
    text-align: left;
    margin-top: -30px;
    margin-bottom: 20px;
    color: #fff;
  }
  .privacy p a.bold-font,
  .privacy p.bold-font {
    font-weight: 700;
  }
  .privacy p {
    margin-top: 30px;
    font-size: 16px;
  }
  .privacy p.font-center {
    text-align: center;
  }
  .privacy p a {
    color: #bd1b21;
  }
}
@media (max-width: 767px) {
  .privacy .privacy-container p a.bold-font,
  .privacy .privacy-container p.bold-font {
    font-weight: 700;
  }
  .privacy .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .privacy .banner-content .title {
    display: inline-block;
    margin-top: 30px;
    font-size: 24px;
    color: #eee;
  }
  .privacy .privacy-container p {
    margin-top: 20px;
    font-size: 14px;
  }
  .privacy .privacy-container p.font-center {
    text-align: center;
  }
  .privacy .privacy-container p a {
    color: #bd1b21;
  }
  .terms .load-more {
    margin: 20px auto;
  }
  .terms .careers-banner-container .responsive-item {
    width: 100%;
    height: 100%;
  }
  .terms .version {
    display: none;
  }
}
.privacy .font-#bd1b21 {
  color: #bd1b21;
}
@media (min-width: 768px) {
  .terms .load-more {
    margin: 25px auto;
  }
  .terms .version {
    text-align: left;
    margin-top: -30px;
    margin-bottom: 20px;
    color: #fff;
  }
}
.terms .term-container p {
  margin-top: 30px;
  font-size: 16px;
}
.terms .term-container p.font-center {
  text-align: center;
}
.terms .term-container p a {
  color: #bd1b21;
}
@media (max-width: 767px) {
  .terms .term-container p a.bold-font,
  .terms .term-container p.bold-font {
    font-weight: 700;
  }
  .terms .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .terms .banner-content .title {
    display: inline-block;
    margin-top: 30px;
    font-size: 24px;
    color: #eee;
  }
  .terms .term-container p {
    margin-top: 20px;
    font-size: 14px;
  }
  .terms .term-container p.font-center {
    text-align: center;
  }
  .terms .term-container p a {
    color: #bd1b21;
  }
}
.terms .font-#bd1b21 {
  color: #bd1b21;
}
.news-detail .container {
  margin-bottom: 10px;
}
.news-detail .container iframe {
  max-width: 100% !important;
  max-height: 100% !important;
}
.news-detail .newsdetail-content img {
  max-width: 100%;
}
.news-detail .newsdetail-content {
  text-align: left;
}
@media (min-width: 1200px) {
  .newsdetail-content {
    text-align: left;
    font-size: 16px;
    padding-bottom: 50px;
  }
  .title-newsdetail {
    position: absolute;
    top: 60%;
    left: 50%;
    margin-left: -350px;
    color: #fff;
  }
  .news-detail-wrapper {
    width: 100%;
  }
  .news-detail-wrapper .news-list {
    list-style: none;
    margin-top: 30px;
  }
  .news-detail-wrapper .news-list li {
    margin-top: 1px;
    padding-left: 112px;
  }
  .news-detail-wrapper .news-list p {
    margin-top: 0;
  }
  .news-detail-wrapper .news-list .date {
    float: left;
    width: 84px;
    height: 105px;
    background-color: #eee;
    font-size: 18px;
    padding-top: 12px;
    margin-right: 30px;
    margin-left: -112px;
  }
  .news-detail-wrapper .news-list .month-day {
    color: #333;
    word-spacing: 100px;
  }
  .news-detail-wrapper .news-list .year {
    color: #999;
  }
  .news-detail-wrapper .news-list .news {
    text-align: left;
    padding-top: 10px;
  }
  .news-detail-wrapper .news-list .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    color: #333;
  }
  .news-detail-wrapper .news-list .author {
    font-size: 16px;
    color: silver;
    margin-top: 5px;
  }
  .news-detail-wrapper .line {
    width: 100%;
    height: 1px;
    background-color: #d3d3d3;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .newsdetail-content {
    text-align: left;
    font-size: 16px;
    padding-bottom: 50px;
  }
  .title-newsdetail {
    position: absolute;
    top: 60%;
    left: 50%;
    margin-left: -210px;
    color: #fff;
  }
  .title-newsdetail h2 {
    font-size: 30px;
  }
  .news-detail-wrapper {
    width: 100%;
  }
  .news-detail-wrapper .news-list {
    list-style: none;
    margin-top: 30px;
  }
  .news-detail-wrapper .news-list li {
    margin-top: 1px;
  }
  .news-detail-wrapper .news-list p {
    margin-top: 0;
  }
  .news-detail-wrapper .news-list .date {
    float: left;
    width: 84px;
    height: 105px;
    background-color: #eee;
    font-size: 18px;
    padding-top: 15px;
    margin-right: 30px;
  }
  .news-detail-wrapper .news-list .month-day {
    color: #333;
    word-spacing: 100px;
  }
  .news-detail-wrapper .news-list .year {
    color: #999;
  }
  .news-detail-wrapper .news-list .news {
    text-align: left;
    padding-top: 12px;
  }
  .news-detail-wrapper .news-list .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    color: #333;
  }
  .news-detail-wrapper .news-list .author {
    font-size: 16px;
    color: silver;
    margin-top: 5px;
  }
  .news-detail-wrapper .line {
    width: 100%;
    height: 1px;
    background-color: #d3d3d3;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .title-newsdetail {
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -200px;
    color: #fff;
  }
  .title-newsdetail h2 {
    font-size: 30px;
  }
  .news-detail-wrapper {
    width: 100%;
  }
  .news-detail-wrapper .news-list {
    list-style: none;
    margin-top: 20px;
  }
  .news-detail-wrapper .news-list li {
    margin-top: 1px;
  }
  .news-detail-wrapper .news-list p {
    margin-top: 0;
  }
  .news-detail-wrapper .news-list .date {
    float: left;
    width: 100%;
    height: 48px;
    background-color: #eee;
    font-size: 24px;
    padding-top: 6px;
    margin-right: 30px;
    margin-bottom: 15px;
  }
  .news-detail-wrapper .news-list .month-day {
    color: #333;
    float: left;
    margin-left: 10px;
  }
  .news-detail-wrapper .news-list .year {
    color: #999;
    float: right;
    margin-right: 10px;
  }
  .news-detail-wrapper .news-list .clear {
    clear: both;
  }
  .news-detail-wrapper .news-list .news {
    text-align: left;
    padding-top: 10px;
  }
  .news-detail-wrapper .news-list .title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    color: #333;
  }
  .news-detail-wrapper .news-list .author {
    font-size: 14px;
    color: silver;
    margin-top: 15px;
  }
  .news-detail-wrapper .line {
    width: 100%;
    height: 1px;
    background-color: #d3d3d3;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .news-detail-wrapper .newsdetail-content {
    width: 100%;
  }
  .news-detail-wrapper .newsdetail-content img {
    max-width: 100%;
  }
  .news-list-wrapper .news-list li {
    height: auto;
    margin: 0 0 10px;
    color: #eee;
  }
  .news-list-wrapper .news-list .date {
    float: none;
    width: 100%;
    height: auto;
    font-size: 24px;
    padding: 10px;
    margin-right: auto;
    clear: both;
    overflow: hidden;
  }
  .news-list-wrapper .news-list .month-day {
    float: left;
    word-spacing: normal;
  }
  .news-list-wrapper .news-list .year {
    float: right;
  }
  .news-list-wrapper .news-list .news {
    text-align: left;
    padding: 20px 10px;
  }
  .news-list-wrapper .news-list .title {
    font-size: 14px;
    text-overflow: clip;
    overflow: visible;
    white-space: normal;
  }
  .news-list-wrapper .news-list .author {
    font-size: 14px;
  }
  .news-list-wrapper .button {
    margin: 40px 0;
  }
}
.jobpage .container .line,
.nextnews .line {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
}
.nextnews .next {
  font-size: 16px;
  margin: 60px auto 30px;
}
.nextnews .title {
  font-size: 24px;
  font-weight: 700;
  color: #bd1b21;
  text-align: center;
}
.nextnews .author {
  font-size: 16px;
  color: #999;
  text-align: center;
}
.nextnews .line {
  margin-top: 40px;
}
.nextnews a:active,
.nextnews a:hover {
  color: #bd1b21;
}
@media (max-width: 767px) {
  .nextnews .next {
    font-size: 24px;
    margin: 20px auto 25px;
  }
  .nextnews .title {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .nextnews .author {
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .nextnews .line {
    display: none;
  }
}
.jobpage {
  font-size: 16px;
}
.jobpage .jobpage-container {
  padding-top: 10px;
}
.jobpage .apply-buttons {
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
}
.jobpage .cookies-banner-content {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -152px;
  color: #bd1b21;
}
.jobpage .cookies-banner-content .title {
  display: inline-block;
  margin-top: 30px;
  font-size: 40px;
  color: #eee;
}
@media (min-width: 300px) and (max-width: 767px) {
  .jobpage .cookies-banner-content {
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -91px;
    color: #bd1b21;
  }
  .jobpage .cookies-banner-content .title {
    display: inline-block;
    margin-top: 0;
    font-size: 24px;
    color: #eee;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .jobpage .cookies-banner-content .title {
    display: inline-block;
    margin-top: 15px;
    font-size: 40px;
    color: #eee;
  }
}
.jobpage .container p {
  font-size: 16px;
}
.jobpage .container h3 {
  font-weight: 600;
  font-size: 24px;
  word-break: break-all;
  word-wrap: break-word;
  text-align: left;
}
.cookies .container p.bold-font,
.cookies a {
  font-weight: 700;
}
.jobpage .container .row {
  text-align: left;
}
@media (max-width: 767px) {
  .jobpage .container .row {
    font-size: 18px;
    margin-top: 20px;
  }
}
.jobpage .container .line {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .jobpage .container .line {
    width: 100%;
    height: 1px;
    background-color: #d3d3d3;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .jobpage .container {
    font-size: 14px;
  }
  .jobpage .container .title {
    font-size: 24px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .jobpage .container .content {
    font-size: 16px;
    text-align: left;
  }
  .jobpage .container .content p {
    margin-top: 30px;
  }
  .jobpage .container .content .font-bold {
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .jobpage .container .content {
    font-size: 14px;
    text-align: left;
  }
  .jobpage .container .content p {
    margin-top: 30px;
  }
  .jobpage .container .content .font-bold {
    font-weight: 700;
    font-size: 24px;
  }
  .jobpage .container .content .btn-apply span {
    display: none;
  }
}
.cookies a {
  color: #99151a;
}
.cookies .cookies-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  margin-left: -156px;
  color: #fff;
}
.cookies .version {
  text-align: left;
  margin-top: -30px;
  margin-bottom: 20px;
  color: #fff;
}
.cookies .container p {
  margin-top: 30px;
  text-align: left;
  font-size: 16px;
}
.cookies .container p.font-center {
  text-align: center;
}
.cookies .container li {
  font-size: 16px;
  list-style-type: none;
  position: relative;
  padding: 0 0 0 12px;
}
.cookies .container li span {
  position: absolute;
  top: 3px;
  left: 0;
}
@media (max-width: 767px) {
  .cookies .cookies-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 24px;
    margin-left: -91px;
    color: #fff;
  }
  .cookies .container p {
    margin-top: 20px;
    text-align: left;
    font-size: 14px;
  }
  .cookies .container p.bold-font {
    font-weight: 700;
  }
  .cookies .container p.font-center {
    text-align: center;
  }
  .cookies .container p .container li {
    font-size: 14px;
    list-style-type: none;
    position: relative;
    padding: 0 0 0 12px;
  }
  .cookies .container p .container li span {
    position: absolute;
    top: 3px;
    left: 0;
  }
  .cookies .load-more {
    font-weight: 700;
    margin-top: 25px;
  }
}
