@import url("reset.css");
@import url("common.css");

body {
  width: 100%;
  font-size: 12px;
  background: #000;
  font-family: "Segoe UI", Arial, Helvetica, "Microsoft JhengHei", sans-serif !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Top menu*/

.header-logo img {
  height: 40px;
  width: auto;
}

@media (max-width: 736px) {
  .header-logo img {
    height: 28px;
  }
}

.navbar-nav > li > a {
  position: relative;
  display: block;
  font-size: 1.168rem;
  padding: 30px;
  line-height: 20px;
  font-family: "Segoe UI";
  font-weight: bold;
  color: #fff;
}

.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
  color: rgba(255, 102, 0, 1);
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:focus,
.navbar-nav > .active > a:hover {
  color: rgba(255, 102, 0, 1);
}

.navbar-nav > .open > a,
.navbar-nav > .open > a:focus,
.navbar-nav > .open > a:hover {
  color: rgba(255, 102, 0, 1);
}

.navbar-default {
  background: rgba(0, 0, 0, 0.85);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0), 0 1px 5px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0),
    0 1px 5px rgba(0, 0, 0, 0.075);
  border-bottom: 7px solid rgba(255, 102, 0, 1);
}

@media (max-width: 768px) {
  .navbar-default {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 1), 0 1px 5px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 1),
      0 1px 5px rgba(0, 0, 0, 0.075);
  }
}

.icon-Square {
  padding: 5px 15px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  color: #ccc;
  font-style: normal;
}

/* head nav */

@media (max-width: 1280px) {
  .navbar-nav > li > a {
    font-size: 1rem;
  }
}

@media (max-width: 1199px) {
  .h1 {
    font-size: 1.2rem;
    padding: 0 5px;
    margin: 10px 0;
  }

  .navbar-nav > li > a {
    padding: 30px 12px;
  }

  .index-s2 .owl-theme .owl-nav .owl-next {
    right: 4px;
  }
}

@media (max-width: 1024px) {
  .navbar-toggler {
    padding: 10px 10px;
    margin: 20px 15px 12px 0;
  }

  .navbar-toggler:hover {
    background-color: #000;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-nav {
    margin-top: 7.5px;
  }

  a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }

  .nav > li {
    position: relative;
    display: block;
  }

  .h1 {
    font-size: 1.25rem;
    line-height: 1;
    padding: 5px;
    margin: 10px 0;
  }
}

@media (max-width: 736px) {
  .navbar-nav > li > a {
    padding: 10px 30px;
  }

  .h1 {
    font-size: 0.8rem;
    line-height: 1;
    padding: 12px 0;
    margin: 0;
  }

  .navbar-toggler {
    padding: 10px 10px;
    margin-top: 15px;
  }
}

@media (max-width: 360px) {
  .h1 {
    font-size: 0.75rem;
    line-height: 1;
    padding: 6px 0;
    margin: 0;
  }
}

.nav-item {
  position: static;
}

.nav-item .subnav-pd {
  position: absolute;
  z-index: 999;
  display: none;
}

.nav-item .subnav-pd .subnav-flex {
  display: flex;
}

.nav-item .subnav-pd .subnav-flex > ul {
  display: none;
  background: #e65a00;
  padding-bottom: 7px;
}

.nav-item .subnav-pd .subnav-flex > ul:first-of-type {
  display: block;
  flex: 0 0 230px;
  min-width: 230px;
  background: #ff6600;
}

.nav-item .subnav-pd .subnav-flex a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 1.168rem;
  padding: 12px 1.8em 12px 26px;
  line-height: 20px;
}

.nav-item .subnav-pd .subnav-flex > ul:first-of-type > li > a::after {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-right: 1.8em;
  vertical-align: baseline;
  position: absolute;
  right: 0;
  color: #fff;
}

.nav-item
  .subnav-pd
  .subnav-flex
  > ul:first-of-type
  > li:first-of-type
  > a::after {
  display: none;
}

.nav-item .subnav-pd .subnav-flex > ul > li > a:hover {
  background-color: #d45500;
}

@media (max-width: 1280px) {
  .nav-item .subnav-pd .subnav-flex > ul > li > a {
    padding: 12px 20px;
    font-size: 1rem;
  }
}

@media (max-width: 1024px) {
  .nav-item .subnav-pd {
    position: relative;
    padding: 4px 0 0 0;
  }

  .nav-item .subnav-pd::before {
    display: none;
  }

  .nav-item .subnav-pd .subnav-flex > ul {
    padding: 0;
  }

  .nav-item .subnav-pd .subnav-flex > ul:first-of-type {
    flex: 1 0 205px;
    padding: 0 0 4px;
    background-color: #333;
  }

  .nav-item .subnav-pd .subnav-flex > ul > li > a {
    padding: 10px 30px;
    background-color: #333;
  }

  .nav-item .subnav-pd .subnav-flex > ul > li > a:hover {
    background-color: #555;
  }
}
/*slider-bar*/

.slider-bar-bottom {
  position: fixed;
  right: 0.5%;
  bottom: 20px;
  z-index: 9999;
}

.slider-bar-bottom .top-btn {
  display: block;
  color: #ddd;
  padding: 10px;
  border: 2px solid rgba(255, 102, 0, 1);
  width: 45px;
  height: 45px;
  text-align: center;
  box-sizing: border-box;
  background: rgba(255, 102, 0, 1);
}

.slider-bar-bottom .top-btn .top_cursor {
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slider-bar-bottom .top-btn:hover {
  background: rgba(255, 102, 0, 0.85);
}

@media (max-width: 768px) {
  .slider-bar-bottom .top-btn {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 576px) {
  .slider-bar-bottom {
    position: fixed;
    right: 0;
    bottom: 85px;
    margin-right: 0px;
  }
}

/*tabs*/

.page .tab-txt {
  width: 100%;
  max-width: 320px;
  position: absolute;
  margin: 0;
  top: 35%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  text-align: center;
  vertical-align: middle;
}

.page .tab-txt .title-h4 {
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 20px;
}

.arrow-icon {
  display: block;
  border-color: #2b9796 transparent transparent transparent;
  border-style: solid solid solid solid;
  border-width: 15px;
  height: 0px;
  width: 0px;
  position: absolute;
  left: 45%;
  top: 74%;
}

/* intro tabs END */

.grid-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.grid-xs {
  display: inline-flex;
  width: 100%;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
}

.grid-md-2 {
  display: inline-flex;
  width: calc(100% / 2);
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
  vertical-align: top;
}

.grid-md-3 {
  display: inline-flex;
  width: calc(100% / 3);
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
  vertical-align: top;
}

.grid-md-4 {
  display: inline-flex;
  width: calc(100% / 4);
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
  vertical-align: top;
}

/*footer*/

.footer {
  width: 100%;
  background: #1e2127;
  padding: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer .footer_body {
  margin-right: -15px;
  margin-left: -15px;
}

.footer .container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

.footer ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.logo_Group {
  color: #bababa;
  line-height: 1.6;
}

.footer .privacy_Group li {
  display: inline-block;
}

.footer .privacy_Group li:after {
  content: "|";
  margin: 0 5px;
  color: #666;
  display: inline-block;
}

.footer .privacy_Group li:last-child::after {
  content: none;
}

/*===== link style ======*/

.footer .privacy_Group a {
  font-size: 14px;
  color: #bababa;
  line-height: 1.25;
}

.footer .privacy_Group a:hover {
  opacity: 0.85;
  text-decoration: none;
}

@media (max-width: 576px) {
  .footer {
    width: 100%;
    background: #1e2127;
  }

  .footer p {
    font-size: 0.5rem;
    line-height: 1.25;
  }
}

/*page_footer*/

.page_footer {
  width: 100%;
  position: relative;
  z-index: 1;
}

.page_footer.bg {
  background: url("https://storage-asset.msi.com/event/msi_tablet/images/pages_footer_bg.jpg")
    top center no-repeat;
  padding: 0;
  background-size: cover;
}

.page_footer .title {
  color: #fff;
  font-family: "Segoe UI";
  font-weight: bold;
  line-height: 1.6;
  font-size: 2rem;
  padding: 2% 0;
  text-transform: uppercase;
  text-align: left;
}

.page_footer .inner {
  width: 90%;
  padding: 5% 15px;
  margin: 0;
}

.page_footer .w-btn {
  width: 100%;
}

@media (max-width: 768px) {
  .page_footer .title {
    line-height: 1.6;
    font-size: 1.8rem;
    padding: 0;
  }
}

@media (max-width: 736px) {
  .page_footer .title {
    font-size: 1.6rem;
    padding: 0;
  }

  .page_footer .w-btn {
    width: 80%;
  }

  .page_footer .inner {
    width: 90%;
    padding: 10% 0;
    margin: 0 auto;
  }

  .slider-bar-center {
    top: 40%;
  }
}

/*modal popup*/

.modal .close {
  float: right;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.3;
}

.modal-body {
  position: relative;
  padding: 50px 0;
}

.modal-header {
  padding: 15px;
  top: 0;
  border-bottom: 0px solid #e5e5e5;
}

.modal-body .center-body {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}

.modal-footer {
  border-top: 0px solid #e9ecef;
  border-bottom: 10px solid #e9ecef;
}

.modal-footer.rgb-light-border {
  border-width: 0px;
  border-bottom: 10px solid;
}
