
/*=============== service location css ===============*/

#MSI_Support .top-head {
  width: 100%;
  margin: auto;
  height: 350px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fdfdfd;
}

#MSI_Support .top-headBg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(https://storage-asset.msi.com/event/msi_main_style/global_support/images/service-location_bg.jpg) top center no-repeat;
  background-size: contain;
}

#MSI_Support .top-head-captain {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%);
  vertical-align: middle;
  z-index: 2;
}

#MSI_Support .top-head .sub {
  line-height: 1.45;
  margin: 10px auto;
  padding: 0;
  text-align: center;
  letter-spacing: 0px;
}

/*==================== top nav  =======================*/

#MSI_Support .top-nav {
  background-color: #f7f7f7;
}

@media (max-width: 768px) {
  #MSI_Support .top-headBg {
    top: 0%;
    left: 0%;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    background-size: cover;
  }
}

@media (max-width: 576px) {
  #MSI_Support .top-head {
    width: 100%;
    height: 500px;
  }
  #MSI_Support .top-head .sub {
    margin: 5px auto;
  }
  #MSI_Support .top-head-captain {
    top: 20%;
    -webkit-transform: translate(-50%, -20%);
            transform: translate(-50%, -20%);
  }
}

/*================  content ==============================*/
#MSI_Support.Page_serviceLocation .content {
  max-width: 1280px;
  margin: 0 auto;
}

#MSI_Support.Page_serviceLocation .item-row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#MSI_Support.Page_serviceLocation .btn-dropdown-group .item-row {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#MSI_Support.Page_serviceLocation .item-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}

#MSI_Support.Page_serviceLocation .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
  padding: 10px 15px;
  margin-bottom: 20px;
}

#MSI_Support.Page_serviceLocation .themes-img {
  display: block;
  width: 50px;
  margin: 0 auto;
  text-align: center;
}

#MSI_Support.Page_serviceLocation .icon-style {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  position: relative;
  text-align: center;
  background-color: #000;
}

#MSI_Support.Page_serviceLocation .icon-img-map {
  background: url(https://storage-asset.msi.com/event/msi_main_style/global_support/images/icon_map.png) center top no-repeat;
}

#MSI_Support.Page_serviceLocation .themes {
  width: calc(100% - 50px);
}

@media (max-width: 768px) {
  #MSI_Support.Page_serviceLocation .item-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 736px) {
  #MSI_Support .top-head {
    width: 100%;
    height: 400px;
  }
}