@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(animate.css);
@import url(swiper.min.css);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  border: 0;
}

.table-responsive {
  margin-bottom: 0;
  border: none;
}

.table-invert {
  margin-bottom: 0;
  color: #fff;
}
.table-invert > thead > tr > th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px 2px;
}
.table-invert > tbody > tr > td {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px 2px;
}

.table-borderless {
  margin-bottom: 0;
}
.table-borderless > tbody > tr > td {
  border-top: none;
}

.btn {
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  border: none !important;
  font-weight: 400;
  text-shadow: none;
}
.btn:focus {
  color: #fff;
  outline: none;
}
.btn.btn-lg {
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  font-weight: 400;
}
.btn.btn-sm {
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}
.btn.btn-xs {
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  font-size: 10px;
  font-weight: 400;
}
.btn.btn-primary {
  background: #CD021B;
}
.btn.btn-primary:hover {
  background: #e6021e;
}
.btn.btn-success {
  background: #00B973;
}
.btn.btn-success:hover {
  background: #00d383;
}
.btn.btn-waarning {
  background: #F49423;
}
.btn.btn-waarning:hover {
  background: #f5a03b;
}
.btn.btn-danger {
  background: #BD091C;
}
.btn.btn-danger:hover {
  background: #d50a20;
}
.btn.btn-outline-grey {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  color: rgba(0, 0, 0, 0.3);
  padding: 8px 28px;
}
.btn.btn-outline-grey:hover {
  border-color: rgba(0, 0, 0, 0.6) !important;
  color: rgba(0, 0, 0, 0.6);
}
.btn.btn-outline-red {
  background: transparent;
  border: 1px solid rgba(205, 2, 27, 0.8) !important;
  color: rgba(205, 2, 27, 0.8);
  padding: 8px 28px;
}
.btn.btn-outline-red:hover {
  border-color: rgba(205, 2, 27, 0.6);
  color: rgba(205, 2, 27, 0.6);
}

.form-control {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: transparent;
  background: #f4f4f4;
  box-shadow: none;
}
.form-control.custom {
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
.form-control.custom:focus {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  border-left: none;
  border-right: none;
  border-top: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.form-control.custom::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-control.custom::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-control.custom-invert {
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(205, 2, 27, 0.4);
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  color: #CD021B;
  padding-left: 0;
  padding-right: 0;
}
.form-control.custom-invert:focus {
  background: transparent;
  border-bottom: 1px solid rgba(205, 2, 27, 0.8);
  border-left: none;
  border-right: none;
  border-top: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.form-control.custom-invert::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-control.custom-invert::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.form-control:focus {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  color: #d3394c;
  margin-bottom: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.inputfile + label {
  background-color: #f4f4f4;
  padding: 0;
  display: block;
}

.inputfile:focus + label, .inputfile.has-focus + label, .inputfile + label:hover {
  border-color: #CD021B;
}
.inputfile + label span, .inputfile + label strong {
  padding: 10px 20px;
}
.inputfile + label span {
  width: 100%;
  padding: 10px 20px;
  min-height: 48px;
  line-height: 28px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}
.inputfile + label strong {
  height: 50px;
  line-height: 30px;
  color: #666;
  background-color: rgba(0, 0, 0, 0.1);
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.inputfile:focus + label strong, .inputfile.has-focus + label strong, .inputfile + label:hover strong {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.modal-dialog {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .modal-dialog {
    margin-top: 60px;
  }
}

.modal-content {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
}

.modal-header {
  width: 100%;
  display: block;
  background: #CD021B;
  color: #fff;
  padding: 12px 20px;
  font-weight: 400;
  font-size: 24px;
}

.f1-popup {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  padding-top: 60px;
  z-index: 1000;
  width: 100%;
}
.f1-popup .close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #BD091C;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  color: white;
  z-index: 1001;
  cursor: pointer;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}
.f1-popup .close-popup:hover {
  background-color: #ee0b23;
}
.f1-popup .overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
.f1-popup .popup-box {
  position: absolute;
  top: 70px;
  left: 50%;
  width: 600px;
  margin-left: -300px;
  height: auto;
  padding: 20px;
  display: block;
  z-index: 1002;
}
@media only screen and (max-width: 767px) {
  .f1-popup .popup-box {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}
.f1-popup .popup-box .popup-body {
  width: 100%;
  display: block;
  background: #fff;
  color: #222;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.f1-popup .popup-box .popup-body .popup-header {
  width: 100%;
  display: block;
  background: #CD021B;
  color: #fff;
  padding: 12px 20px;
  font-weight: 400;
  font-size: 24px;
}
.f1-popup .popup-box .popup-body .popup-content {
  padding: 20px;
}
.f1-popup.active {
  display: block;
}

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: rgba(0, 0, 0, 0.7);
  padding: 0;
  margin: 0;
  font-weight: 300;
  color: #222;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
}

a {
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  color: inherit;
  text-decoration: none;
}
a:hover, a:focus, a.active {
  text-decoration: none;
  color: inherit;
  outline: none;
}

*:focus {
  outline: none;
}

.base-color {
  color: #CD021B;
}

.bg-lite-grey {
  background-color: whitesmoke;
}

.bg-lite-red {
  background-color: #fff3f4;
}

.text-lite {
  font-weight: 300 !important;
}

.ralative {
  position: relative !important;
}

.picture {
  display: block;
  width: 100% !important;
  position: relative;
}
.picture img {
  width: 100%;
  display: block;
}
.picture .icon-play {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  background: rgba(205, 2, 27, 0.9);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.picture .icon-play.bigger {
  font-size: 24px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  margin-left: -30px;
}
.picture .icon-play:before {
  content: "\f04b";
  font-family: "FontAwesome";
  display: inline;
}

.u-list, .o-list {
  padding-left: 20px;
  margin-left: 0;
  margin-bottom: 24px;
}

.o-list.number {
  list-style: decimal;
}
.o-list.alpha {
  list-style: lower-alpha;
}

/* Shared Grid */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  padding: 0;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  padding: 0;
}

.full-width {
  width: 100%;
  display: block;
}

.margin-big {
  margin: 40px;
}

.margin-med {
  margin: 20px;
}

.margin-small {
  margin: 10px;
}

.margin-nil {
  margin: 0;
}

.mt-lg {
  margin-top: 40px;
}

.mb-lg {
  margin-bottom: 40px;
}

.mt-med {
  margin-top: 20px;
}

.mb-med {
  margin-bottom: 20px;
}

.mt-sm {
  margin-top: 10px;
}

.mb-sm {
  margin-bottom: 10px;
}

.p-lr {
  padding: 0 10px;
}

.header-wraper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1010;
  width: 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.header-wraper.landing {
  position: fixed;
}

.top {
  width: 100%;
  display: block;
  height: 36px;
  background: rgba(154, 2, 20, 0.9);
  color: #fff;
  position: relative;
}
.top .select-lang {
  position: absolute;
  top: 8px;
  left: 0px;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  border-radius: 1.5px;
  -moz-border-radius: 1.5px;
  -webkit-border-radius: 1.5px;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0 8px;
}
@media only screen and (max-width: 1199px) {
  .top .select-lang {
    left: 15px;
  }
}
.top .select-lang:hover {
  border-color: white;
  color: white;
}
.top .select-lang .dropdown-lang {
  position: absolute;
  top: 100%;
  width: 60px;
  background: #fff;
  color: #888;
  border-radius: 1.5px;
  -moz-border-radius: 1.5px;
  -webkit-border-radius: 1.5px;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  left: -1px;
  visibility: hidden;
  opacity: 0;
  z-index: 1200;
}
.top .select-lang .dropdown-lang:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px;
  border-color: transparent transparent #fff transparent;
  z-index: 1200;
}
.top .select-lang .dropdown-lang > a {
  display: block;
  width: 100%;
  padding: 4px 6px;
  font-weight: 400;
}
.top .select-lang .dropdown-lang > a:hover {
  color: #111;
  background: #e9e9e9;
}
.top .select-lang:hover > .dropdown-lang {
  visibility: visible;
  opacity: 1;
  top: 160%;
}
.top .top-nav {
  position: absolute;
  top: 2px;
  right: 20px;
  font-size: 12px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 1199px) {
  .top .top-nav {
    right: 15px;
  }
}
.top .top-nav > a {
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: 0px;
}
@media only screen and (max-width: 767px) {
  .top .top-nav > a {
    display: none;
  }
}
.top .top-nav > a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.top .top-nav > a:first-child {
  margin-left: 0;
}
.top .top-nav > .top-socmed {
  display: inline-block;
  margin-left: 10px;
}
.top .top-nav > .top-socmed > .follow {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 0px;
}
@media only screen and (max-width: 767px) {
  .top .top-nav > .top-socmed > .follow {
    display: none;
  }
}
.top .top-nav > .top-socmed > a {
  display: inline-block;
  margin-left: 7px;
  font-size: 18px;
  margin-top: 1px;
  opacity: .8;
}
.top .top-nav > .top-socmed > a:hover {
  opacity: 1;
}
.top .top-nav > .top-socmed > a:first-child {
  margin-left: 0;
}

.header {
  width: 100%;
  background: rgba(205, 2, 27, 0.85);
  color: #fff;
  height: 70px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .header {
    height: 60px;
  }
}
.header.header-section {
  background: #CD021B;
}

.logo {
  height: 70px;
  width: 220px;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 0;
  background-color: #fff;
/*  background-image: url('../img/logo-ad.png?1454141662');*/
  background-image: url('../img/logo-ad.png');
  background-repeat: no-repeat;
  background-position: center 16px;
  text-indent: -9999em;
}
@media only screen and (max-width: 991px) {
  .logo {
    height: 60px;
    width: 180px;
    margin-left: 0;
    background-size: 142px 32px;
  }
}

.nav-wrapper {
  height: 70px;
}
@media only screen and (max-width: 991px) {
  .nav-wrapper {
    height: 60px;
  }
}

.main-nav-con {
  position: absolute;
  top: 0;
  right: 20px;
}
@media only screen and (max-width: 991px) {
  .main-nav-con {
    top: 100%;
    visibility: hidden;
    opacity: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1200;
  }
  .main-nav-con.active {
    visibility: visible;
    opacity: 1;
  }
}
.main-nav-con .main-nav {
  list-style: none;
  list-style-position: inside;
  margin: 0;
  padding: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .main-nav-con .main-nav {
    width: 100%;
    padding: 20px;
    text-align: center;
    padding-bottom: 20px;
  }
}
.main-nav-con .main-nav > li {
  list-style: none;
  list-style-position: inside;
  height: 70px;
  padding-right: 14px;
  margin-right: 14px;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .main-nav-con .main-nav > li {
    display: block;
    width: 100%;
    height: 40px;
    margin-right: 0;
    padding-right: 0;
  }
}
.main-nav-con .main-nav > li:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  top: 50%;
  margin-top: -4px;
  right: -4px;
}
@media only screen and (max-width: 991px) {
  .main-nav-con .main-nav > li:after {
    display: none;
  }
}
.main-nav-con .main-nav > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.main-nav-con .main-nav > li:last-child:after {
  display: none;
}
.main-nav-con .main-nav > li > a {
  display: block;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 991px) {
  .main-nav-con .main-nav > li > a {
    line-height: 40px;
    font-size: 16px;
  }
}
.main-nav-con .main-nav > li > a:hover {
  color: #fff;
}

.toggle-nav {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  color: #fff;
  display: none;
  text-align: center;
  line-height: 60px;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .toggle-nav {
    display: block;
  }
}
.toggle-nav.active {
  background-color: rgba(0, 0, 0, 0.1);
}

.ad-breadcrumbs {
  width: 100%;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ad-breadcrumbs .swiper-slide {
  width: auto;
  height: auto;
  float: left;
}
.ad-breadcrumbs .swiper-slide a {
  display: inline-block;
  padding: 8px 24px 8px 0;
  position: relative;
  color: #999;
}
.ad-breadcrumbs .swiper-slide a:after {
  content: '\f105';
  font-family: 'FontAwesome';
  padding: 8px 0;
  position: absolute;
  right: 8px;
  top: 0;
  color: #ccc;
}
.ad-breadcrumbs .swiper-slide:last-child a {
  color: #222;
}
.ad-breadcrumbs .swiper-slide:last-child a:after {
  display: none;
}

.slide-solution .item {
  width: 100%;
  display: inline;
}

.slider-item-hero {
  width: 100%;
  height: 73vh;
  background-color: #000;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .slider-item-hero {
    height: 60vh;
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-item-hero {
    height: 60vh;
    background-size: auto 100%;
  }
}
.slider-item-hero .hero-caption {
  position: absolute;
  bottom: 10%;
  left: 0;
  display: block;
  width: 100%;
  padding: 20px 24px 0 24px;
  font-size: 38px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.slider-item-hero2 {
  width: 100%;
  height: 50vh;
  background-color: #000;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .slider-item-hero2 {
    height: 50vh;
    background-size: auto 100%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-item-hero2 {
    height: 50vh;
    background-size: auto 100%;
  }
}
.slider-item-hero2 .hero-caption {
  position: absolute;
  bottom: 10%;
  left: 0;
  display: block;
  width: 100%;
  padding: 20px 24px 0 24px;
  font-size: 38px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 767px) {
  .slider-item-hero2 .hero-caption {
    text-align: left;
    font-size: 28px;
    bottom: 14%;
  }
}

.bg-slider-utama {
  /*background-color: #e9e9e9;*/
  padding-bottom: 40px;
}

.more-slider {
  display: block;
}

.nav-slider {
  position: absolute;
  height: 70px;
  width: 35px;
  line-height: 70px;
  top: 50%;
  margin-top: -35px;
  background: #CD021B;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  z-index: 1000;
}
.nav-slider:hover {
  background: #e6021e;
}
.nav-slider.prev {
  color: #fff;
  left: 10px;
  display: inline-block;
  border-top-right-radius: 70px;
  -moz-border-top-right-radius: 70px;
  -webkit-border-top-right-radius: 70px;
  border-bottom-right-radius: 70px;
  -moz-border-bottom-right-radius: 70px;
  -webkit-border-bottom-right-radius: 70px;
  padding-left: 6px;
  text-align: left;
}
.nav-slider.next {
  color: #fff;
  right: 10px;
  display: inline-block;
  border-top-left-radius: 70px;
  -moz-border-top-left-radius: 70px;
  -webkit-border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
  -moz-border-bottom-left-radius: 70px;
  -webkit-border-bottom-left-radius: 70px;
  text-align: right;
  padding-right: 6px;
}

.bg-slider-landing {
  /*background-image: url('../img/lamp.png?1454142012');*/
  background-repeat: no-repeat;
  background-position: 80% -60px;
  background-size: 400px auto;
}

.slider-landing {
  position: relative;
}

.landing-description {
  line-height: 22px;
  font-size: 14px;
}

.solution-video {
  padding: 48px 0;
  line-height: 24px;
}

.landing-container {
  margin-top: 106px;
}
@media only screen and (max-width: 991px) {
  .landing-container {
    margin-top: 96px;
  }
}

.header-section-img {
  padding: 40px 20px;
}
.header-section-img img {
  max-width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .header-section-img {
    padding: 30px 20px;
  }
}

.section-title {
  position: relative;
  padding-bottom: 12px;
  display: inline-block;
  color: #CD021B;
}
.section-title:after {
  width: 70%;
  height: 3px;
  background: #CD021B;
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
}
.section-title .section-icon {
  position: absolute;
  left: 0;
  font-size: 24px;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 26px;
  display: block;
}
.section-title.with-icon {
  padding-left: 40px;
}
.section-title.with-icon:after {
  left: 40px;
  width: 50%;
}

.bg-solution {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.bg-get-started {
  background-color: #fff3f4;
  /*background-image: url('../img/lamp.png?1454142012');*/
  background-image: url('../img/clients-and-simulation.jpg?1454142012');
  background-repeat: no-repeat;
  background-position: center -60px;
  /*background-size: 400px auto;*/
  background-size: 100% auto;
  position: relative;
  min-height: 600px;
}
@media only screen and (max-width: 767px) {
  .bg-get-started {
    min-height: 500px;
  }
}
.bg-get-started .get-started-con {
  min-height: 560px;
}
@media only screen and (max-width: 767px) {
  .bg-get-started .get-started-con {
    min-height: 460px;
  }
}
.bg-get-started:before {
  content: '';
  width: 206px;
  height: 92px;
  display: block;
  background-image: url('../img/get-started.png?1454141614');
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -103px;
}

.choice {
  width: 500px;
  display: block;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .choice {
    width: 50%;
  }
}
.choice .title {
  position: absolute;
  color: #CD021B;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  width: 200px;
  display: inline-block;
  top: 90px;
}
@media only screen and (max-width: 767px) {
  .choice .title {
    top: 20px;
    font-size: 18px;
    width: 120px;
    line-height: 20px;
  }
}
.choice .title.title-owner {
  left: 0;
  padding-left: 40px;
}
.choice .title.title-owner:before {
  content: '\f104';
  font-family: 'FontAwesome';
  position: absolute;
  top: 14px;
  left: 0;
  font-size: 60px;
  color: #CD021B;
}
@media only screen and (max-width: 767px) {
  .choice .title.title-owner:before {
    top: 10px;
    font-size: 50px;
  }
}
.choice .title.title-planer {
  right: 0;
  padding-right: 40px;
  text-align: right;
}
.choice .title.title-planer:before {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  top: 14px;
  right: 0;
  font-size: 60px;
  color: #CD021B;
}
@media only screen and (max-width: 767px) {
  .choice .title.title-planer:before {
    top: 10px;
    font-size: 50px;
  }
}
.choice.owner {
  left: 20px;
  height: 459px;
  background-size: auto 459px;
  /*background-image: url('../img/bussiness-owner.png?1454141644');*/
}
@media only screen and (max-width: 767px) {
  .choice.owner {
    height: 300px;
    background-size: 160px auto;
  }
}
.choice.planer {
  right: 20px;
  height: 456px;
  background-size: auto 456px;
  /*background-image: url('../img/media-planer.png?1454141700');*/
}
@media only screen and (max-width: 767px) {
  .choice.planer {
    height: 300px;
    background-size: 160px auto;
  }
}

.ad-tab {
  list-style: none;
  list-style-position: inside;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: auto;
}
@media only screen and (max-width: 991px) {
  .ad-tab {
    margin-top: 20px;
    display: block;
    width: 100%;
  }
}
.ad-tab > li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 6px;
}
.ad-tab > li:last-child {
  margin-right: 0;
}
.ad-tab > li > a {
  display: inline-block;
  padding: 4px 12px;
  color: #111;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  border-top-right-radius: 70px;
  -moz-border-top-right-radius: 70px;
  -webkit-border-top-right-radius: 70px;
  border-bottom-right-radius: 70px;
  -moz-border-bottom-right-radius: 70px;
  -webkit-border-bottom-right-radius: 70px;
  border-top-left-radius: 70px;
  -moz-border-top-left-radius: 70px;
  -webkit-border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
  -moz-border-bottom-left-radius: 70px;
  -webkit-border-bottom-left-radius: 70px;
}
.ad-tab > li > a:hover {
  background-color: rgba(0, 0, 0, 0.15);
  color: #666;
}
.ad-tab > li.active > a {
  background-color: #CD021B;
  color: #fff;
}

.ad-tab-content {
  font-size: 15px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.8);
  padding-right: 40px;
}

.news-list {
  list-style: none;
  list-style-position: inside;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.news-list.detail > li:before {
  color: #666;
}
.news-list.detail > li > a {
  color: #666;
}
.news-list.detail > li > a:hover {
  color: #000;
}
.news-list > li {
  margin-bottom: 12px;
  padding-left: 40px;
  width: 100%;
  position: relative;
  display: block;
}
.news-list > li:before {
  font-family: "FontAwesome";
  width: 30px;
  top: 4px;
  font-size: 14px;
  color: #ccc;
  content: '\f054';
  position: absolute;
  display: block;
  left: 10px;
}
.news-list > li > a {
  display: block;
  color: #999;
}
.news-list > li > a:hover {
  color: #222;
}

.about-company {
  line-height: 24px;
  font-size: 16px;
}

.card-list {
  width: 100%;
  display: block;
  background: whitesmoke;
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  position: relative;
  top: 0;
}
.card-list:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  top: -6px;
}
.card-list .card-list-media, .card-list .card-list-caption {
  margin-bottom: 16px;
  width: 100%;
  display: block;
}
.card-list .card-list-caption {
  height: 160px;
  color: #777;
}
.card-list .card-list-caption h4 {
  color: #444;
  font-weight: 400;
  padding: 0 16px;
}
.card-list .card-list-caption span {
  padding: 0 16px;
  width: 100%;
  display: block;
}
.card-list .card-list-caption .btn-area {
  width: 100%;
  padding: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.intro-simulation {
  width: 100%;
  display: block;
  padding-right: 70%;
  padding-top: 50px;
  padding-bottom: 60px;
  line-height: 24px;
  /*background-image: url('../img/easy-step.png?1454141654');*/
  background-position: 80% -20px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 479px) {
  .intro-simulation {
    padding-right: 0;
    padding-top: 220px;
    background-size: auto 220px;
    background-position: center -20px;
  }
}
.intro-simulation h4 {
  line-height: 26px;
}

.step-tab {
  list-style: none;
  width: 100%;
  display: block;
  padding: 0;
  float: left;
  margin-bottom: 30px;
  margin-left: 0;
  position: relative;
  text-align: center;
}
.step-tab > li {
  display: block;
  float: left;
  width: 25%;
  padding: 0 8px;
  z-index: 10;
  position: relative;
}
.step-tab > li:after {
  width: 16px;
  height: 1px;
  top: 50%;
  right: -8px;
  background-color: rgba(0, 0, 0, 0.1);
  content: '';
  position: absolute;
  display: block;
}
.step-tab > li:last-child:after {
  display: none;
}
.step-tab > li > a {
  display: block;
  padding: 8px 12px;
  text-align: center;
  font-weight: 300;
  background: rgba(0, 0, 0, 0.1);
  color: #666;
  border-top-right-radius: 70px;
  -moz-border-top-right-radius: 70px;
  -webkit-border-top-right-radius: 70px;
  border-bottom-right-radius: 70px;
  -moz-border-bottom-right-radius: 70px;
  -webkit-border-bottom-right-radius: 70px;
  border-top-left-radius: 70px;
  -moz-border-top-left-radius: 70px;
  -webkit-border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
  -moz-border-bottom-left-radius: 70px;
  -webkit-border-bottom-left-radius: 70px;
}
.step-tab > li.active > a {
  background: #cd021b;
  color: #fff;
  font-weight: 400;
}

.solution-choice {
  width: 100%;
  display: block;
  border-radius: 4.5px;
  -moz-border-radius: 4.5px;
  -webkit-border-radius: 4.5px;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  background: #fff;
  height: 200px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}
.solution-choice:hover {
  border-color: rgba(205, 2, 27, 0.8);
}
.solution-choice:hover > .choice-title {
  color: rgba(205, 2, 27, 0.8);
}
.solution-choice:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  border-color: rgba(205, 2, 27, 0.8) transparent transparent transparent;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  opacity: 0;
}
.solution-choice:after {
  position: absolute;
  left: 5px;
  top: 6px;
  font-size: 24px;
  color: #fff;
  font-family: "FontAwesome";
  content: '\f00c';
  opacity: 0;
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}
.solution-choice:hover:before, .solution-choice:hover:after {
  opacity: 1;
}
.solution-choice.with-image {
  background-size: auto 400px;
  background-repeat: no-repeat;
  background-position: center center;
}
.solution-choice.with-image .choice-title {
  display: none;
}
@media only screen and (max-width: 767px) {
  .solution-choice.with-image {
    background-size: 768px;
  }
}
@media only screen and (max-width: 479px) {
  .solution-choice.with-image {
    background-size: 400px auto;
  }
}
.solution-choice .choice-title {
  display: block;
  padding: 8px 20px;
  font-size: 20px;
  text-align: center;
  margin-top: 78px;
  color: rgba(0, 0, 0, 0.4);
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}

.select-location {
  width: 100%;
  display: block;
  padding-top: 50px;
  padding-bottom: 40px;
  line-height: 24px;
  background-image: url('../img/city.png?1456212342');
  background-position: 80% bottom;
  background-repeat: no-repeat;
  background-color: #ff9900;
  color: #fff;
}
@media only screen and (max-width: 479px) {
  .select-location {
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 200px;
    background-size: 100% auto;
    background-position: center bottom;
  }
}

.select-location-new {
  width: 100%;
  display: block;
  padding-top: 100px;
  padding-bottom: 400px;
  line-height: 24px;
  background-image: url('../img/city.png?1456212342');
  background-position: center bottom;
  background-repeat: repeat-x;
  background-color: #ff9900;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .select-location-new {
    padding-right: 0;
    padding-top: 60px;
    padding-bottom: 200px;
    background-size: 100% auto;
    background-position: center bottom;
  }
}

.bg-investor {
  /*background-image: url('../img/solution-ilus.png?1454141772');*/
  background-repeat: no-repeat;
  background-position: right 20px;
  background-size: auto 240px;
}

.investor-nav {
  list-style: none;
  list-style-position: inside;
  width: 100%;
  margin: 0;
  padding: 0;
}
.investor-nav > li {
  margin-bottom: 12px;
  width: 100%;
}
.investor-nav > li > a {
  display: block;
  padding: 12px 24px;
  border-top-left-radius: 70px;
  -moz-border-top-left-radius: 70px;
  -webkit-border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
  -moz-border-bottom-left-radius: 70px;
  -webkit-border-bottom-left-radius: 70px;
  border-top-right-radius: 70px;
  -moz-border-top-right-radius: 70px;
  -webkit-border-top-right-radius: 70px;
  border-bottom-right-radius: 70px;
  -moz-border-bottom-right-radius: 70px;
  -webkit-border-bottom-right-radius: 70px;
  color: #888;
  background-color: whitesmoke;
  font-size: 18px;
}
.investor-nav > li > a:hover {
  background-color: #e8e8e8;
  color: #555;
}
.investor-nav > li.active > a {
  background-color: #CD021B;
  color: #fff;
}

.investor-content {
  line-height: 24px;
}

.kita {
  /*background-image: url('../img/kita.png?1454141772');*/
  background-repeat: no-repeat;
  background-position: 20px bottom;
  background-size: auto 440px;
  height: 500px;
}
@media only screen and (max-width: 767px) {
  .kita {
    height: 500px;
    background-position: -200px bottom;
    background-size: auto 400px;
  }
}
@media only screen and (max-width: 479px) {
  .kita {
    background-position: -280px bottom;
  }
}

.address-box {
  position: absolute;
  right: 20px;
  top: 120px;
  width: 30%;
  padding-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .address-box {
    top: 280px;
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .address-box {
    position: static;
    width: 80%;
    margin-top: 200px;
  }
}
@media only screen and (max-width: 479px) {
  .address-box {
    position: static;
    width: 100%;
    margin-top: 180px;
  }
}
.address-box a {
  color: #CD021B;
}
.address-box a:hover {
  color: #fd1f3a;
  text-decoration: underline;
}
.address-box .address-content {
  background-color: rgba(205, 2, 27, 0.8);
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding-left: 90px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 12px;
}
.address-box .address-content:before {
  width: 60px;
  display: block;
  position: absolute;
  top: 20px;
  left: 15px;
  font-family: "FontAwesome";
  content: '\f278';
  font-size: 40px;
  text-align: center;
}

.tagline {
  display: block;
  width: 100%;
}
.tagline img {
  max-width: 100%;
  display: block;
}

.career-box {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.07);
  padding: 20px;
}
.career-box h4 {
  margin-bottom: 20px;
  font-weight: 300;
  color: 777;
}
.career-box .career-content {
  background-color: #fff;
  padding: 15px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 430px;
}
.career-box .career-content .career-list {
  list-style: none;
  list-style-position: inside;
  padding: 0;
  margin: 0;
}
.career-box .career-content .career-list > li {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
.career-box .career-content .career-list > li a {
  color: #CD021B;
  font-size: 13px;
  font-weight: 400;
}
.career-box .career-content .career-list > li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1199px) {
  .career-box .career-content {
    height: 353px;
  }
}
@media only screen and (max-width: 767px) {
  .career-box .career-content {
    height: 260px;
  }
}
.career-box .swiper-container {
  width: 100%;
  height: 100%;
}
.career-box .swiper-slide {
  font-size: 16px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 16px 0 10px;
}

.charities {
  line-height: 24px;
}

.detail-container {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 28px;
  padding: 20px 28px;
  background: #fff;
  margin-bottom: 40px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.detail-container .detail-header {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.detail-container .detail-header .detail-header-title {
  color: #CD021B;
}
.detail-container .detail-header .detail-header-info {
  margin-top: 10px;
  font-size: 14px;
  color: #b2b2b2;
}
.detail-container .detail-header .detail-header-info span {
  display: inline-block;
  margin-left: 28px;
}
.detail-container .detail-header .detail-header-info span:first-child {
  margin-left: 0;
}
.detail-container .detail-header .detail-header-info span [class^="fa"] {
  display: inline-block;
  width: 18px;
}
.detail-container .detail-body {
  color: #555;
}
.detail-container .detail-body p {
  margin-bottom: 26px;
}

.contact-detail-image {
  padding-top: 160px;
}
@media only screen and (max-width: 1199px) {
  .contact-detail-image {
    padding-top: 240px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-detail-image {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-detail-image {
    padding-top: 20px;
  }
}

.board-desc {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .board-desc {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .board-image {
    height: 400px;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
}

.bg-forces {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  height: 400px;
  color: #fff;
}

.slider-forces {
  padding-bottom: 40px;
}

.picture {
  display: block;
  position: relative;
}
.picture .forces-caption {
  transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 153, 0, 0.7);
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.picture .forces-caption h2 {
  font-size: 24px;
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .picture .forces-caption h2 {
    padding-top: 20px;
  }
}
.picture .forces-caption p {
  height: 300px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .picture .forces-caption p {
    height: 220px;
  }
}
.picture:hover .forces-caption {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.share-area {
  width: 100%;
  display: block;
  margin-top: 32px;
  position: relative;
  padding-left: 80px;
}
.share-area .share-title {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  color: #222;
  font-weight: 600;
  position: absolute;
  top: 8px;
  left: 0;
}
.share-area .share-icon {
  display: inline-block;
  padding: 8px;
  font-size: 30px;
  color: #666;
}
.share-area .share-icon:hover {
  opacity: 0.6;
}
.share-area .share-icon.fb {
  color: #435EA2;
}
.share-area .share-icon.tw {
  color: #00A9EF;
}
.share-area .share-icon.in {
  color: #007DBD;
}
.share-area .share-icon.yt {
  color: #D00D00;
}
.share-area .share-icon.wa {
  color: #64C359;
}
.share-area .share-icon.pin {
  color: #CE1E1F;
}

.bg-career-landing {
  /*background-image: url('../img/bg_career.png?1455752710');*/
  background-repeat: no-repeat;
  background-position: 80% bottom;
  background-size: 600px auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
.bg-career-landing p {
  width: 480px;
  line-height: 32px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .bg-career-landing {
    background-position: center bottom;
    background-size: 400 auto;
    padding-bottom: 280px;
    padding-right: 0;
    text-align: center;
  }
  .bg-career-landing p {
    width: 100%;
    padding-bottom: 60px;
  }
}

.career-detail {
  line-height: 28px;
  font-size: 16px;
}
.career-detail .career-requirement {
  margin-left: 0;
  padding-left: 20px;
}
.career-detail .career-requirement > li {
  margin-bottom: 8px;
  line-height: 20px;
  font-size: 14px;
  color: #666;
}

.footer {
  padding-top: 46px;
  padding-bottom: 40px;
  color: rgba(255, 255, 255, 0.8);
  background-color: #CD021B;
  position: relative;
}
.footer:before {
  content: '';
  display: block;
  width: 100%;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.footer .footer-nav {
  list-style: none;
  list-style-position: inside;
  width: 100%;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .footer .footer-nav {
    text-align: center;
    margin-bottom: 18px;
  }
}
.footer .footer-nav > li {
  display: inline-block;
  margin-right: 16px;
  padding-right: 16px;
  position: relative;
}
.footer .footer-nav > li:before {
  content: '/';
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  display: inline-block;
  text-align: center;
}
.footer .copy {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .footer .copy {
    text-align: center;
  }
}

#wrapper-360 {
  display: flex;
  flex-direction: column;
  min-height: 65vh;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #wrapper-360 {
    height: 65vh;
  }
}
#wrapper-360 iframe {
  width: 100%;
  background: #000;
  border: none;
  flex-grow: 1;
}
