@charset "UTF-8";
/* CSS -- reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, small, strong, sub, sup, ol, ul, li, form, label, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, footer, header, menu, nav, section, summary, time,
mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  background: #000;
  color: #888;
  font-size: 100%;
  line-height: 1.5;
}

/*img*/
img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

a:hover,
a:focus {
  color: #fff;
  text-decoration: none;
  opacity: 1;
  outline: none;
  -webkit-transition: 0.35s all ease-in 0s;
  transition: 0.35s all ease-in 0s;
}

h1, h2, h3, h4, p {
  font-family: inherit;
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* ================== #MSI_Search  common ================= */
#MSI_Search {
  width: 100%;
  /*height: 100vh;*/
  color: #888;
  font-size: 12px;
  font-size: 100%;
  line-height: 1.5;
  background-color: #000;
  overflow: auto;
  font-family: "DINPro-Regular", Arial, Helvetica, "Microsoft JhengHei", sans-serif !important;
}

#MSI_Search.whiteStyle {
  background-color: #fff;
}

#MSI_Search .clear:after,
#MSI_Search .clear:before {
  content: "";
  clear: both;
  display: table;
}

#MSI_Search ul,
#MSI_Search li {
  list-style: none;
}

#MSI_Search textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

#MSI_Search .button,
#MSI_Search button {
  border-radius: 0;
}

#MSI_Search .form-control[disabled],
#MSI_Search fieldset[disabled] .form-control {
  cursor: default;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#MSI_Search .justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

/*border*/
#MSI_Search .hv-line {
  width: 100%;
  height: 1px;
  background-color: #3f3f3f;
}

/* icon */
#MSI_Search .icon-angle.angle-right:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: baseline;
  padding-left: 5px;
  background-image: url(https://storage-asset.msi.com/event/msi_main_style/global_search/images/icon_angle-right.svg);
}

#MSI_Search .angle-left:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  padding-left: 5px;
  background-image: url(https://storage-asset.msi.com/event/msi_main_style/global_search/images/icon_angle-left.svg);
}

#MSI_Search .pagination-previous:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: text-top;
  background-image: url(https://storage-asset.msi.com/event/msi_main_style/global_search/images/icon_angle-left.svg);
}

#MSI_Search .pagination-next:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: text-top;
  background-image: url(https://storage-asset.msi.com/event/msi_main_style/global_search/images/icon_angle-right.svg);
}

#MSI_Search.whiteStyle .pagination-previous:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: text-top;
  background-image: url(https://storage-asset.msi.com/event/msi_main_style/global_search/images/icon_angle-left-bk.svg);
}

#MSI_Search.whiteStyle .pagination-next:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: text-top;
  background-image: url(https://storage-asset.msi.com/event/msi_main_style/global_search/images/icon_angle-right-bk.svg);
}

#MSI_Search .btn-inner {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
}

#MSI_Search .btntype {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  padding: 8px 20px;
  font-size: 18px;
  font-weight: 500;
  /*初始值*/
}

#MSI_Search .gotoBtn {
  width: auto;
  min-width: 120px;
  display: inline-block;
  border: 1px solid #ff0000;
  background-color: #ff0000;
  border-radius: 4px;
  color: #fff;
  opacity: 1;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  will-change: box-shadow;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

#MSI_Search .gotoBtn:hover {
  color: #fff;
  opacity: .85;
}

#MSI_Search a.link {
  opacity: 1;
  -webkit-transition: 0;
  transition: 0;
}

#MSI_Search a.link:hover {
  opacity: .85;
}

#MSI_Search a.link:focus {
  opacity: 1;
}

@media screen and (max-width: 736px) {
  #MSI_Search .btntype {
    margin-bottom: 10px;
    font-size: .85rem;
    padding: 8px 12px;
  }
  #MSI_Search .btn-block {
    margin: 0;
  }
  #MSI_Search .gotoBtn {
    width: 90%;
  }
}

/*=========================== search ======================== */
#MSI_Search .search {
  border: 1px solid #666;
  background-color: #111;
  border-radius: 2px;
  position: relative;
  width: 100%;
}

#MSI_Search.whiteStyle .search {
  border: 1px solid #ddd;
  background-color: #fff;
}

#MSI_Search .search input {
  border: none;
  background-color: #111;
  height: 50px;
  color: #888;
  width: 100%;
  line-height: 50px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#MSI_Search.whiteStyle .search input {
  background-color: #fff;
  color: #222;
}

#MSI_Search .input-box {
  border: 1px solid #666;
  background: #222;
  border-radius: 4px;
  width: 50%;
  margin: 0;
  height: 50px;
  position: relative;
  margin-top: 10px;
  text-align: left;
}

#MSI_Search::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #888;
}

#MSI_Search::-moz-placeholder {
  /* Firefox 19+ */
  color: #888;
}

#MSI_Search:-ms-input-placeholder {
  /* IE 10+ */
  color: #888;
}

#MSI_Search:-moz-placeholder {
  /* Firefox 18- */
  color: #888;
}

#MSI_Search .search-icon {
  border: 0;
  width: auto;
  color: #888;
  vertical-align: middle;
  padding: 0px 0px;
  margin: 0;
  outline: 0;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
  opacity: .5;
  background-color: transparent;
}

#MSI_Search .search-icon img {
  width: 25px;
  vertical-align: middle;
}

#MSI_Search .search-icon:hover {
  opacity: .85;
}

#MSI_Search .search .typeahead__list {
  position: absolute;
  left: 0;
  z-index: 101;
  width: 100%;
  min-width: 160px;
  padding: 5px 0px;
  margin: 2px 0 0;
  list-style: none;
  text-align: left;
  background-color: #333;
  border: 1px solid #444;
  border-radius: 2px;
  background-clip: padding-box;
  max-height: 480px;
  overflow: hidden;
  overflow-y: auto;
}

#MSI_Search.whiteStyle .typeahead__list {
  position: absolute;
  left: 0;
  z-index: 101;
  width: 100%;
  min-width: 160px;
  padding: 5px 0px;
  margin: 2px 0 0;
  list-style: none;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-clip: padding-box;
  max-height: 480px;
  overflow: hidden;
  overflow-y: auto;
}

#MSI_Search .search .typeahead__list > li {
  padding: 0;
}

#MSI_Search .search .typeahead__dropdown .typeahead__dropdown-item > a,
#MSI_Search .search .typeahead__list .typeahead__item > a {
  display: block;
  padding: 5px 30px;
  clear: both;
  color: #888;
  text-decoration: none;
  text-align: left;
  font-size: 1rem;
  line-height: 1.45;
}

#MSI_Search .search .typeahead__list > .typeahead__group.active > a {
  -webkit-transition: none;
  transition: none;
}

#MSI_Search .search .typeahead__list > .typeahead__group.active > a,
#MSI_Search .search .typeahead__list > .typeahead__group > a,
#MSI_Search .search .typeahead__list > .typeahead__group > a:focus,
#MSI_Search .search .typeahead__list > .typeahead__group > a:hover {
  cursor: default;
  background-color: #222;
  color: #fff !important;
  display: block;
  padding: 0 30px;
  clear: both;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  text-align: left;
}

#MSI_Search.whiteStyl .search .typeahead__list > .typeahead__group.active > a,
#MSI_Search.whiteStyl .search .typeahead__list > .typeahead__group > a,
#MSI_Search.whiteStyl .search .typeahead__list > .typeahead__group > a:focus,
#MSI_Search.whiteStyl .search .typeahead__list > .typeahead__group > a:hover {
  cursor: default;
  color: #222 !important;
  background: #fff !important;
  display: block;
  padding: 0 30px;
  clear: both;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  text-align: left;
}

#MSI_Search .search .typeahead__list > .typeahead__group > a {
  padding: 0px 30px;
}

#MSI_Search .search .typeahead__list .typeahead__item > a {
  padding: 5px 30px;
}

#MSI_Search .search .typeahead__cancel-button {
  display: none;
}

#MSI_Search .search .typeahead__container {
  position: relative;
  font-family: "DINPro-Regular", Arial, Helvetica, "Microsoft JhengHei", sans-serif !important;
  z-index: 9999;
}

#MSI_Search .search .typeahead__container button:focus, .typeahead__container button:hover {
  color: #3c3c3c;
  background-color: transparent;
}

#MSI_Search .search .typeahead__dropdown .typeahead__dropdown-item:not([disabled]).active > a,
#MSI_Search .search .typeahead__dropdown .typeahead__dropdown-item:not([disabled]) > a:focus,
#MSI_Search .search .typeahead__dropdown .typeahead__dropdown-item:not([disabled]) > a:hover,
#MSI_Search .search .typeahead__list .typeahead__item:not([disabled]).active > a,
#MSI_Search .search .typeahead__list .typeahead__item:not([disabled]) > a:focus,
#MSI_Search .search.typeahead__list .typeahead__item:not([disabled]) > a:hover {
  background-color: #222;
  color: #fff !important;
}

#MSI_Search.whiteStyle .search .typeahead__dropdown .typeahead__dropdown-item:not([disabled]).active > a,
#MSI_Search.whiteStyle .search .typeahead__dropdown .typeahead__dropdown-item:not([disabled]) > a:focus,
#MSI_Search.whiteStyle .search .typeahead__dropdown .typeahead__dropdown-item:not([disabled]) > a:hover,
#MSI_Search.whiteStyle .search .typeahead__list .typeahead__item:not([disabled]).active > a,
#MSI_Search.whiteStyle .search .typeahead__list .typeahead__item:not([disabled]) > a:focus,
#MSI_Search.whiteStyle .search.typeahead__list .typeahead__item:not([disabled]) > a:hover {
  background-color: #eee;
  color: #888 !important;
}

#MSI_Search .selectric-items .selectric-scroll > ul {
  padding: 15px 0;
}

#MSI_Search .selectric-items .selectric-scroll > ul > li {
  display: block;
  text-align: left;
  clear: both;
  font-weight: 100;
  line-height: 1.45;
  color: #888;
  font-size: 1.45rem;
  padding: 10px 25px;
}

#MSI_Search .typeahead__item.typeahead__group-faq a {
  text-align: left;
}

#MSI_Search .typeahead__list > .typeahead__group {
  border-top: none;
  font-weight: 700;
  padding: 15px 0;
}

#MSI_Search .typeahead__list strong {
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  #MSI_Search .search {
    background: #000;
    margin: 0;
  }
  #MSI_Search .search input {
    width: 100%;
  }
  #MSI_Search .input-box {
    width: 100%;
  }
}

#MSI_Search .wrapper {
  width: 100%;
  max-width: 1280px;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 5%;
  margin-top: 0px;
  background: url("https://storage-asset.msi.com/event/msi_main_style/global_search/images/point.png") 24% 0 repeat-y;
  position: relative;
  -webkit-animation: fadeIn 1s ease-in-out;
          animation: fadeIn 1s ease-in-out;
  position: static;
}

#MSI_Search.whiteStyle .wrapper {
  background: url("https://storage-asset.msi.com/event/msi_main_style/global_search/images/point_w.png") 24% 0 repeat-y;
}

/*#MSI_Search .wrapper:before{
    content: "";
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 50px;
    background:url("https://storage-asset.msi.com/event/msi_main_style/global_search/images/img-top.png") left top no-repeat;
    position: absolute;
    top: 0;
    left: 0px;
}*/
/*#MSI_Search .wrapper:after{
    content: "";
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 50px;
    background:url("https://storage-asset.msi.com/event/msi_main_style/global_search/images/img-bottom.png") left top no-repeat;
    position: absolute;
    bottom: 0;
    left: 0px;
}*/
#MSI_Search.whiteStyle .wrapper:before, #MSI_Search.whiteStyle .wrapper:after {
  background: transparent;
}

#MSI_Search .content {
  width: 74%;
  padding: 0px 10px;
  margin-top: 0;
  float: right;
  background-color: transparent;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#MSI_Search .main {
  width: 100%;
  padding: 0;
}

/* ============================== top ==========================*/
#MSI_Search .top-wrapper {
  width: 100%;
  margin: auto;
  height: 200px;
  background: url(https://storage-asset.msi.com/event/msi_main_style/global_search/images/page-footer-bg.jpg) left 20% no-repeat;
  /* background-color: #181818;*/
  /* background-attachment: fixed;*/
  position: relative;
  -webkit-animation: fadeIn .35s ease-in-out;
  animation: fadeIn .35s ease-in-out;
  position: relative;
  z-index: 1;
}

#MSI_Search.whiteStyle .top-wrapper {
  background: #f2f2f2;
}

#MSI_Search .top-wrapper .header {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  vertical-align: middle;
}

#MSI_Search .top-wrapper .header .top-content {
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  /*margin-left: calc(100% - 76%);*/
  /*margin: 0 auto;*/
}

#MSI_Search .top-wrapper .header h2 {
  font-size: 30px;
  color: #fff;
  padding: 10px 0px;
  margin: 0;
  line-height: 1.25;
  text-align: left;
  display: block;
}

#MSI_Search.whiteStyle .top-wrapper .header h2 {
  color: #222;
}

/**/
/*------------------sitebar-------------------------------*/
#MSI_Search .sitebar {
  width: 100%;
  padding: 0;
  margin: 0;
}

#MSI_Search .sitebar-menu {
  display: block;
  width: 24%;
  height: 100vh;
  background-color: transparent;
  float: left;
  top: 0;
  left: 0;
  /* z-index: 5;
     position: relative;*/
}

#MSI_Search .sitebar-menu-xs .sitebar-btn {
  display: none;
}

#MSI_Search .sitebar-menu .snav {
  padding: 20px 0 20px 0px;
  height: 100%;
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
  overflow: hidden;
}

#MSI_Search .sitebar-menu .snav .bottom-line {
  border-bottom: 1px solid #3f3f3f;
  margin: 30px 0;
}

#MSI_Search .snav-list .snav-title {
  padding: 10px 0px;
}

#MSI_Search .sitebar-menu .snav .snav-list li {
  padding-left: 40px;
}

#MSI_Search .sitebar-menu .snav .snav-sub a {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
  color: #c9c9c9;
  text-align: left;
  padding: 5px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

#MSI_Search.whiteStyle .sitebar-menu .snav .snav-sub a {
  color: #444;
}

#MSI_Search .sitebar-menu .snav .snav-sub .float-right-box {
  float: right;
  line-height: 40px;
}

#MSI_Search .sitebar-menu .snav .snav-sub a .icon {
  padding-right: 12px;
  font-size: 20px;
  line-height: 40px;
}

#MSI_Search .sitebar-menu .snav .snav-sub a .icon.icon-pdservice {
  font-size: 14px;
}

#MSI_Search .sitebar-menu .snav > .snav-sub a:hover {
  background-color: transparent;
  color: #888;
}

/*#MSI_Search.whiteStyle  .sitebar-menu .snav>.snav-sub a:hover {
    background-color: transparent;
    color: #fff;
}*/
#MSI_Search .sitebar-menu .snav > .snav-sub a.active {
  background-color: #ff0000;
  color: #fff;
}

/*#MSI_Search .sitebar-menu .snav>.snav-sub a:hover:after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 4px;
    width: 4px;
    height: 45px;
    background-color: #ff0000;
}*/
#MSI_Search .snav-dropdown {
  position: relative;
}

#MSI_Search .sitebar-menu .snav > .snav-sub a.snav-dropdown:after {
  content: "";
  position: absolute;
  background: url(https://storage-asset.msi.com/event/msi_main_style/global_search/images/icon_angle-down.svg) center center no-repeat;
  width: 20px;
  height: 30px;
  line-height: 30px;
  /* font-family: FontAwesome;
    content: "\f107";*/
  display: none;
  color: inherit;
  color: #fff;
  -webkit-transform: rotate(0deg);
  -webkit-transform-origin: 50% 50%;
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  right: 15px;
}

/*#MSI_Search .sitebar-menu .snav>.snav-sub a.snav-dropdown.active:after{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}*/
/*#MSI_Search .sitebar .snav>.snav-sub a.active:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 4px;
    width: 4px;
    height: 45px;
    background-color: #ff0000;
}
*/
#MSI_Search .sitebar-menu .snav .snav-list .snav-link {
  background-color: transparent;
  padding: 0 15px;
  color: #888;
}

#MSI_Search .sitebar-menu .snav .snav-list .snav-link:hover,
#MSI_Search .sitebar-menu .snav .snav-list .snav-lin:active,
#MSI_Search .sitebar-menu .snav .snav-list .snav-lin:focus {
  background-color: #ff0000;
  color: #fff;
}

#MSI_Search .sitebar-menu .snav .snav-sub a span {
  padding-left: 5px;
  display: inline-block;
}

#MSI_Search .snav-sub-list {
  padding: 15px;
  padding-left: 10px;
}

#MSI_Search .snav-sub-list li {
  padding: 5px 0px;
  font-size: 18px;
  line-height: 2;
  color: #888;
  cursor: pointer;
}

#MSI_Search .snav-sub-list li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #333;
  border: 5px solid #333;
  vertical-align: middle;
  margin-right: 8px;
  padding: 5px;
}

#MSI_Search.whiteStyle .snav-sub-list li:before {
  background-color: #f2f2f2;
  border: 5px solid #f2f2f2;
}

#MSI_Search .snav-sub-list li:hover {
  color: #fff;
}

#MSI_Search .snav-sub-list li:hover:before {
  background-color: #ff0000;
}

#MSI_Search .snav-sub-list li.active {
  color: #ff0000;
}

#MSI_Search .snav-sub-list li.active:before {
  color: #ff0000;
  background-color: #ff0000;
}

#MSI_Search.whiteStyle .snav-sub-list li:hover {
  color: #444;
}

#MSI_Search.whiteStyle .snav-sub-list li:hover:before {
  background-color: #ff0000;
}

#MSI_Search.whiteStyle .snav-sub-list li.active {
  color: #ff0000;
}

#MSI_Search.whiteStyle .snav-sub-list li.active:before {
  color: #ff0000;
  background-color: #ff0000;
}

@media screen and (max-width: 768px) {
  #MSI_Search .sitebar-menu {
    display: block;
    width: 100%;
    height: auto;
    background-color: #222;
    float: none;
    position: relative;
    top: 0;
    left: 0;
  }
  #MSI_Search.whiteStyle .sitebar-menu {
    background-color: #fff;
  }
  #MSI_Search .sitebar-menu-xs {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #181818;
    border-bottom: 0;
    padding: 0 15px;
  }
  #MSI_Search.whiteStyle .sitebar-menu-xs {
    background-color: #666;
  }
  #MSI_Search .sitebar-menu-xs .sitebar-btn {
    display: block;
    color: #fff;
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 0;
    position: relative;
  }
  #MSI_Search.whiteStyle .sitebar-menu-xs .sitebar-btn {
    color: #fff;
  }
  #MSI_Search .sitebar-menu-xs .openbox:after {
    content: "";
    background: url(https://storage-asset.msi.com/event/msi_main_style/global_search/images/icon_sliders_xs.svg) center center no-repeat;
    width: 20px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    /*font-family: FontAwesome;
        content: "\f1de";*/
    display: inline-block;
    color: inherit;
    -webkit-transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: absolute;
    right: 0;
  }
  #MSI_Search .sitebar-menu .snav {
    padding: 20px 0;
    max-width: 100%;
  }
  #MSI_Search .sitebar-menu .snav .snav-sub a {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 2.25;
    color: #fff;
    text-align: left;
    padding: 0px 30px;
  }
  #MSI_Search .snav-sub-list li {
    font-size: 15px;
    line-height: 1.85;
  }
  #MSI_Search .snav-sub-list li:first-child {
    padding-top: 5px;
  }
  #MSI_Search .snav-sub-list {
    padding: 0px 0 25px 35px;
  }
  #MSI_Search .snav-sub-list li.active {
    color: #c2c2c2;
  }
  #MSI_Search .sitebar-menu .snav > .snav-sub a.active {
    background-color: rgba(255, 255, 255, 0);
    color: #f00;
  }
}

/*====================== content lg  ==========================*/
#MSI_Search .wrapper.wrapper-lg {
  width: 100%;
  max-width: 1280px;
  background: url("https://storage-asset.msi.com/event/msi_main_style/global_search/images/point.png") 20% 0 repeat-y;
}

#MSI_Search .sitebar.sitebar-lg {
  width: 20%;
}

#MSI_Search .content.content-lg {
  width: 78%;
}

#MSI_Search .main_body {
  padding: 50px 15px;
  margin-right: auto;
  margin-left: auto;
}

/* ====================== content / sm xs  ======================*/
@media (max-width: 1280px) {
  #MSI_Search .top-wrapper {
    height: 200px;
  }
}

@media (max-width: 768px) {
  #MSI_Search .wrapper, #MSI_Search.whiteStyle .wrapper {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    background: none;
  }
  #MSI_Search .wrapper:before, #MSI_Search .wrapper:after {
    display: none;
  }
  #MSI_Search .content {
    width: 100%;
    padding: 30px 15px;
    margin-top: 0;
    float: none;
    background-color: transparent;
    /*border-left: 1px solid #3f3f3f;*/
  }
  #MSI_Search .main_body {
    padding: 30px 0;
  }
  #MSI_Search .top-wrapper {
    width: 100%;
    height: 120px;
    border-bottom: none;
    background: #181818;
  }
  #MSI_Search .top-wrapper .header {
    margin: auto;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    vertical-align: middle;
  }
  #MSI_Search .top-wrapper .header h2 {
    font-size: 24px;
    text-align: center;
  }
}

@media (max-width: 736px) {
  #MSI_Search {
    font-size: 90%;
  }
  #MSI_Search .content {
    padding: 0px 15px;
  }
}

/* ============ prosucts_support_list ===========*/
#MSI_Search .prosucts_support_list {
  padding: 0px;
  display: block;
  padding-left: 25%;
  width: 100%;
}

#MSI_Search .prosucts_support_list ul:before, #MSI_Search .prosucts_support_list ul:after {
  display: table;
  clear: both;
  content: "";
}

#MSI_Search .prosucts_support_list ul {
  padding: 0 10px;
}

#MSI_Search .prosucts_support_list ul > li {
  float: left;
  padding-right: 10px;
}

#MSI_Search .prosucts_support_list li a {
  color: #fff;
  line-height: 1.25;
  padding: 0px 10px;
  font-size: 15px;
  vertical-align: middle;
  display: block;
  position: relative;
}

#MSI_Search.whiteStyle .prosucts_support_list li a {
  color: #444;
}

#MSI_Search .prosucts_support_list a:hover,
#MSI_Search .prosucts_support_list a:focus,
#MSI_Search.whiteStyle .prosucts_support_list a:hover,
#MSI_Search.whiteStyle .prosucts_support_list a:focus {
  background-color: transparent;
  color: #ff0000;
  text-decoration: underline;
  opacity: 1;
}

#MSI_Search .prosucts_support_list a:first-child {
  padding-left: 0;
}

#MSI_Search .prosucts_support_list li a:after {
  content: "";
  color: #666;
  line-height: 1.25;
  display: inline-block;
  height: 100%;
  width: 1px;
  background-color: #666;
  position: absolute;
  right: 0;
  top: 0;
}

#MSI_Search .prosucts_support_list li:last-child a:after {
  display: none;
}

@media (max-width: 736px) {
  #MSI_Search .prosucts_support_list {
    position: relative;
  }
  #MSI_Search .prosucts_support_list, #MSI_Search .prosucts_support_list ul {
    padding: 0;
  }
}

/* msi-pagination */
.msi-pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
  padding: 25px 0;
  border-top: 1px solid #555;
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
  align-items: center;
}

.whiteStyle .msi-pagination {
  border-top: 1px solid #e4e4e4;
}

.msi-pagination .page-item {
  margin-right: 10px;
}

.msi-pagination .page-item a {
  /*-webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;*/
  background-color: transparent;
  width: 36px;
  height: 36px;
  line-height: 2;
  text-align: center;
  font-size: 16px;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.whiteStyle .msi-pagination .page-item a {
  color: #888;
}

.msi-pagination .pagination-previous, .msi-pagination .pagination-next {
  border: 1px solid #444;
}

.whiteStyle .msi-pagination .pagination-previous,
.whiteStyle .msi-pagination .pagination-next {
  border: 1px solid #e4e4e4;
}

.msi-pagination .page-item a:hover {
  color: #ff0000;
}

.msi-pagination .pagination-previous:hover,
.msi-pagination .pagination-next:hover {
  border: 1px solid #ff0000;
  color: #ff0000;
}

.msi-pagination .pagination-next:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: text-top;
  background-image: url(https://storage-asset.msi.com/event/msi_main_style/global_search/images/icon_angle-right.svg);
}

.msi-pagination .page-item span {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-radius: 2px;
  padding-top: 1px;
}

.msi-pagination .page-item a.active {
  color: #fff;
  background-color: #ff0000;
  border-radius: 2px;
}

.msi-pagination .icon-angle {
  display: block;
}

@media (max-width: 736px) {
  .msi-pagination {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .msi-pagination .page-item a {
    width: 30px;
    height: 30px;
    line-height: 1.85;
    font-size: 15px;
  }
}

#MSI_Search .search-primary {
  color: #ff0000;
  padding: 0 2px;
  font-weight: 700;
}

/* page footer */
#MSI_Search .page-footer {
  width: 100%;
}

#MSI_Search .page-footer.bg {
  background-color: #181818;
}

#MSI_Search.whiteStyle .page-footer.bg {
  background-color: rgba(236, 236, 236, 0.85);
}

#MSI_Search .page-footer .page-footer-content {
  width: 100%;
  max-height: 1280px;
  padding: 2% 15px;
  margin: 0 auto;
}

#MSI_Search .page-footer .title {
  font-size: 30px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  display: block;
  font-weight: 700;
}

#MSI_Search.whiteStyle .page-footer .title {
  color: #222;
}

@media (max-width: 736px) {
  #MSI_Search .page-footer .page-footer-content {
    padding: 30px 15px;
  }
  #MSI_Search .page-footer .title {
    font-size: 20px;
  }
}

/* tag_list */
#MSI_Search .tag_list {
  display: block;
  padding: 0px;
}

#MSI_Search .tag_list li {
  display: inline-block;
  padding: 4px 8px;
  color: #ddd;
  background: rgba(255, 255, 255, 0.25);
  font-size: 75%;
  margin: 10px 0;
  border-radius: 4px;
  font-weight: 600;
  pointer-events: auto;
  cursor: default;
}

#MSI_Search .tag_list li:hover {
  color: #ddd;
  background: rgba(255, 255, 255, 0.25);
}

#MSI_Search.whiteStyle .tag_list li {
  display: inline-block;
  padding: 4px 8px;
  color: rgba(0, 0, 0, 0.54);
  background: rgba(0, 0, 0, 0.05);
  font-size: 75%;
  margin: 10px 0;
  border-radius: 4px;
  font-weight: 500;
  pointer-events: auto;
  cursor: default;
}

#MSI_Search.whiteStyle .tag_list li:hover {
  color: rgba(0, 0, 0, 0.54);
  background: rgba(0, 0, 0, 0.05);
}

/* ==================== main_body ============================*/
#MSI_Search .main .item {
  position: relative;
  margin-bottom: 60px;
}

#MSI_Search .main_body .grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 0;
}

#MSI_Search .grid {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

#MSI_Search .grid.picture {
  padding: 0px 10px;
  text-align: center;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 25%;
}

#MSI_Search .grid.infor {
  text-align: left;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
  padding: 0px 10px;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#MSI_Search .main_head {
  width: 100%;
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #555;
}

#MSI_Search.whiteStyle .main_head {
  border-bottom: 1px solid #ddd;
}

#MSI_Search .main_head h3 {
  font-size: 24px;
  line-height: 1.25;
  color: #fff;
  padding: 5px 0;
  margin: 0;
  -webkit-box-orient: vertical;
  white-space: normal;
}

#MSI_Search.whiteStyle .main_head h3 {
  color: #222;
}

#MSI_Search .main_head p {
  font-size: 18px;
  line-height: 1.2;
  color: #8B8B8B;
  padding: 5px 0;
  margin: 0;
}

#MSI_Search.whiteStyle .main_head p {
  color: #444;
}

#MSI_Search .infor .title {
  display: block;
  font-size: 20px;
  line-height: 1.25;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
}

#MSI_Search.whiteStyle .infor .title {
  color: #222;
}

#MSI_Search a.link .title {
  -webkit-transition: 0.25s all ease-in .2s;
  transition: 0.25s all ease-in .2s;
}

#MSI_Search a.link .title:hover,
#MSI_Search a.link .title:focus {
  outline: none;
  text-decoration: none;
}

#MSI_Search .infor .description {
  font-size: 15px;
  line-height: 1.5;
  color: #8B8B8B;
}

#MSI_Search.whiteStyle .infor .description {
  color: #444;
}

#MSI_Search .ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
}

@media (max-width: 736px) {
  #MSI_Search .main .item {
    position: relative;
    margin-bottom: 30px;
  }
  #MSI_Search .main_head h3 {
    font-size: 1.25rem;
  }
  #MSI_Search .main_head p {
    font-size: 1rem;
  }
  #MSI_Search .infor .title {
    font-size: 1rem;
    line-height: 1.45;
  }
  #MSI_Search .infor .description {
    font-size: 1rem;
    line-height: 1.25;
  }
}

@media (max-width: 480px) {
  #MSI_Search .main_head {
    padding: 30px 0 15px;
  }
  #MSI_Search .main_body .grid-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #MSI_Search .grid.infor,
  #MSI_Search .grid.picture {
    padding: 10px 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
  }
}

.YouTubePopUp-Wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 9999999999999;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUp;
  animation-name: YouTubePopUp;
}

@-webkit-keyframes YouTubePopUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes YouTubePopUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body.logged-in .YouTubePopUp-Wrap {
  /* For WordPress */
  top: 32px;
  z-index: 99998;
}

.YouTubePopUp-Content {
  max-width: 1040px;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.YouTubePopUp-Content iframe {
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
  height: 480px !important;
  border: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.YouTubePopUp-Hide {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUpHide;
  animation-name: YouTubePopUpHide;
}

@-webkit-keyframes YouTubePopUpHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes YouTubePopUpHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.YouTubePopUp-Close {
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 528px;
  right: 0px;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background: url(https://storage-asset.msi.com/event/msi_main_style/global_search/images/icon_close_w.png) no-repeat;
  background-size: 24px 24px;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
}

.whiteStyle .YouTubePopUp-Close {
  background: url(https://storage-asset.msi.com/event/msi_main_style/global_search/images/icon_close.png) no-repeat;
}

.YouTubePopUp-Close:hover {
  opacity: 0.5;
}

@media all and (max-width: 768px) and (min-width: 10px) {
  .YouTubePopUp-Content {
    max-width: 90%;
  }
}

@media all and (max-width: 600px) and (min-width: 10px) {
  .YouTubePopUp-Content iframe {
    height: 320px !important;
  }
  .YouTubePopUp-Close {
    bottom: 362px;
  }
}

@media all and (max-width: 480px) and (min-width: 10px) {
  .YouTubePopUp-Content iframe {
    height: 220px !important;
  }
  .YouTubePopUp-Close {
    bottom: 262px;
  }
}
/*# sourceMappingURL=search_style.css.map */