@charset "UTF-8";
/* @import url('wtb_rest.css'); */
/*================ css common ==============*/
#WTB {
  width: 100%;
  color: #888;
  font-weight: 500;
  font-size: 100%;
  line-height: 1.45;
  letter-spacing: .85;
  background: white;
  position: relative;
  font-family: var(--MSIBodyFont);
}

#WTB ul, #WTB li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#WTB a {
  color: #fff;
  -webkit-transition: 0.4s all ease-in 0.02s;
  transition: 0.4s all ease-in 0.02s;
}

#WTB a:hover, #WTB a:active {
  color: #ed1c24;
}

#WTB .btn {
  display: inline-block;
  border: 1px solid #ed1c24;
  background: #ed1c24;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  padding: 10px 15px;
  min-width: 150px;
  font-size: 1rem;
  opacity: 1;
}

#WTB .btn:hover {
  opacity: .85;
  text-decoration: none;
  -webkit-transition: 0.4s all ease-in 0.02s;
  transition: 0.4s all ease-in 0.02s;
}

#WTB .link {
  color: #ed1c24;
  -webkit-transition: 0.4s all ease-in 0.02s;
  transition: 0.4s all ease-in 0.02s;
}

#WTB .link:hover {
  color: #ed1c24;
  text-decoration: underline;
  -webkit-transition: 0.4s all ease-in 0.02s;
  transition: 0.4s all ease-in 0.02s;
}

.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #ed1c24;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-reveal:active:before, .hvr-reveal:focus:before, .hvr-reveal:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 2px;
}

#WTB h1, h2, h3, h4 {
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: .5rem;
  color: #ccc;
}

#WTB h3 {
  text-align: left;
  font-size: 1.20625rem;
}

#WTB p {
  text-align: left;
  font-size: 1rem;
  line-height: 1.3;
}

#WTB .clearfix::after {
  content: "";
  clear: both;
  display: table;
}

#WTB .red-word {
  color: #ed1c24;
}

#WTB .gray-color-txt {
  color: #888;
}

#WTB .shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.55) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.55) !important;
}

[data-animate-hover='1']:hover .animate-this, [data-animate-hover='2']:hover .animate-this {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.55) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.55) !important;
}

/* grid*/
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 15px;
}

.grid-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*align-items: flex-start;*/
}

.grid-item-W {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

/* 摰孵膥 */
#WTB .bs-content {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

#WTB .bs-content-full {
  width: 100%;
  margin: 0 auto;
}

#WTB .section_body {
  width: 100%;
}

#WTB .content_wrapper {
  width: 100%;
  padding: 0;
}

#WTB .bs_content_inner {
  padding: 2.5rem 0 5rem 0;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.55) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.55) !important;
}

#WTB .red-word {
  color: #ed1c24;
}

#WTB .gray-color-txt {
  color: #888;
}

#WTB .txt_center {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

#WTB .image_center {
  margin: 0 auto;
}

#WTB .in-left {
  text-align: left;
}

#WTB .in-right {
  text-align: right;
}

#WTB .in-center {
  text-align: center;
}

#WTB .btn-block {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
}

#WTB .btn {
  display: inline-block;
  border: 1px solid #ed1c24;
  background: #ed1c24;
  color: #fff;
  border-radius: 3px;
  padding: 10px 15px;
  min-width: 150px;
  font-size: 1rem;
  opacity: 1;
}

#WTB .btn:hover {
  color: #fff;
}

#WTB .open_btn {
  display: inline-block;
  padding-bottom: 30px;
  cursor: pointer;
  opacity: 1;
  opacity: .85;
}

#WTB .top-header {
  width: 100%;
  height: auto;
}

#WTB .header_wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 314px;
  overflow: hidden;
  background: url(https://storage-asset.msi.com/event/msi_main_style/global_support/images/service-location_bg.jpg) top center no-repeat;
  background-size: cover;
}

#WTB .header_inner {
  width: 100%;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -54%);
  transform: translate(-50%, -54%);
  z-index: 1;
  text-align: center;
}

#WTB .header_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  border-bottom: #ccc 1px solid;
  z-index: 2;
}

#WTB .header-body {
  width: 100%;
  padding: 8% 0 5%;
}

#WTB .header_h2 {
  font-size: 32.5px;
  padding-bottom: 25px;
  font-weight: bold;
  color: #222;
  text-transform: capitalize;
  margin: 0px auto;
  font-weight: bold;
}

#WTB .header_sub {
  font-size: 18px;
  line-height: 1.45;
  text-align: center;
  margin-bottom: 20px;
  color: #222;
  line-height: 1.8;
}

#WTB .header_sub span {
  color: #919191;
  font-weight: 500;
  padding: 0;
}

#WTB .section_head {
  width: 100%;
  padding: 0rem 15px 3rem;
}

#WTB .section_head .title {
  font-weight: 900;
  text-align: center;
  font-size: 1.875rem;
  color: #fff;
}

#WTB .section_head .sub {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}

#WTB #dropdown_select {
  width: 100%;
  max-width: 1170px;
  display: block;
  background-color: #fff;
  border: #ccc 1px solid;
  padding: 0;
  position: relative;
  margin: -4.5rem auto 1rem auto;
  z-index: 2;
}

#WTB #dropdown_select.landpageWTB {
  width: 100%;
  max-width: 1170px;
  display: block;
  background-color: #1f1f1f;
  padding: 0;
  position: relative;
  margin: 0  auto;
}

/*��憛𠰴�折�𡃏��*/
/* 撠漤�� */
/* btn */
/*=========================== top header  ======================== */
/* section_head common */
/*============ dropdown =========================*/
#dropdown_select .btn-dropdown-group {
  margin: 15px auto;
  position: relative;
  width: 100%;
  padding: 1.5rem 1.85rem;
}

#dropdown_select .dropdown-body {
  border: #ccc 1px solid;
  background: #fff;
  width: 100%;
  border-radius: 3px;
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  color: #888;
  margin: 0 auto;
  position: relative;
  letter-spacing: .85px;
  font-weight: 300;
}

#dropdown_select .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 8px 0 0;
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #222;
  height: auto;
  max-height: 480px;
}

#dropdown_select .select_scroll {
  overflow: hidden;
  overflow-y: scroll;
}

#dropdown_select .dropdown-menu > li > a {
  display: block;
  padding: 10px 25px;
  clear: both;
  font-weight: 100;
  line-height: 1.2em;
  color: #888;
  white-space: nowrap;
}

#dropdown_select .dropdown-menu > li > a:focus, #dropdown_select .dropdown-menu > li > a:hover {
  color: #000;
  text-decoration: none;
  background-color: #ddd;
}

#dropdown_select .dropdown-body .i-caret {
  display: inline-block;
  margin-left: 0px;
  vertical-align: right;
  font-size: 1.6rem;
  line-height: 1.6em;
  position: absolute;
  top: 0;
  right: 15px;
  color: white;
}

#dropdown_select .dropdown-title {
  color: #fff;
  line-height: 2rem;
  font-size: 1.25rem;
  font-weight: 300;
}

#dropdown_select .btn-dropdown-group .grid {
  position: relative;
}

#dropdown_select .btn-dropdown-group .grid-item-lg {
  display: block;
  width: 100%;
  margin: 10px 15px;
}

#dropdown_select .btn-dropdown-group .grid-item {
  max-width: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 10px 15px;
}

#dropdown_select .btn-dropdown-group .item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  vertical-align: top;
}

#dropdown_select .wtb_country_select_show, #dropdown_select .wtb_category_select_show {
  color: black;
}

/* for Chrome */
@media (max-width: 768px) {
  #dropdown_select .btn-dropdown-group .grid-item {
    max-width: 1;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

/*==== main css / End ================================================*/
/*==== main css media / start ====*/
@media (max-width: 1024px) {
  #WTB .section_head {
    width: 100%;
    padding: 0rem 15px 0.85rem;
  }
  #WTB .content_wrapper {
    padding: 0rem 0;
  }
}

@media (max-width: 768px) {
  #WTB .section_head {
    padding: 0;
  }
  #WTB .content_wrapper {
    padding: .85rem  0;
  }
  #WTB .section_head .title {
    font-size: 1.45rem;
  }
}

@media (max-width: 576px) {
  #WTB .content_wrapper {
    margin-top: 0rem;
  }
  #WTB .header_inner {
    width: 100%;
    position: absolute;
    top: 45%;
  }
  #WTB .header_wrapper {
    height: 200px;
  }
  #WTB .header-body {
    width: 90%;
  }
  #WTB .header_h2 {
    font-size: 2em;
  }
}