/* CSS -- reset */
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}

#homepage a, #homepage button {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-border-image: none;
     border-image: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  border-radius: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

#homepage a:hover,
#homepage a[href='']:hover,
#homepage a[href='#']:hover {
  color: inherit;
}

#homepage a {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}

#homepage a:hover,
#homepage a:focus {
  text-decoration: none;
  outline: none;
  opacity: 1;
}

#homepage [tabindex='-1']:focus {
  outline: 0 !important;
}

#homepage .btn, #homepage .button {
  display: inline-block;
  text-align: center;
  font-size: 1.65rem;
  line-height: 1.5;
  padding: .5rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: outset;
  border-radius: .2rem;
  margin: 20px 0;
  color: #000;
  background-color: #fff;
}

/*================ common ==============*/
/*body{
   background: #000;
}*/
#homepage {
  width: 100%;
  color: #888;
  font-size: 100%;
  font-size: 15px;
  line-height: 1.42861;
  font-family: 'DINPro-Regular', Arial, Verdana, 'Geneva', sans-serif;
  font-weight: 400;
  background: #fff;
  position: relative;
  letter-spacing: .65px;
}

#homepage h1, #homepage h2, #homepage h3, #homepage h4 {
  line-height: 1.65;
}

#homepage img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden;
}

#homepage ul,
#homepage li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#homepage .clearfix::after {
  content: "";
  clear: both;
  display: table;
}

#homepage .shadow,
[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;
}

/**/
/*Animation*/
#homepage .m-imgScale {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#homepage .m-imgScale:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
}

.font-Black {
  color: #000;
}

.font-White {
  color: #fff;
}

.colorBG-Red {
  background-color: #ec1e36;
}

.colorBG-Gray {
  background-color: #222;
}

.colorBG-White {
  background-color: #ec1e36;
}

.colorBG-black {
  background-color: #000;
}

#HeroProducts .card-header h3 {
  font-size: 2.5rem;
  color: #fff;
  line-height: 1.25;
}

#HeroProducts .card-header p {
  font-size: 1.65rem;

  color: #bfbfbf;
  line-height: 1.45;
}

#LongTermPromotions h3 {
  font-size: 2.5rem;
  color: #fff;
  line-height: 1.25;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
  display: block;
  padding-bottom: 10px;
}

#LongTermPromotions p {
  font-size: 1.65rem;
  line-height: 1.5;
  padding: 0 15px;
  color: #bfbfbf;
}

#homepage .font_card .fc-title {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.25;
  padding: 5px 15px;
  letter-spacing: .65px;
  display: block;
}

#homepage .font_card .fc-intro {
  color: #bfbfbf;
  font-size: 1.65rem;
  line-height: 1.45;
  padding: 0 15px;
  letter-spacing: .65px;
  display: block;
}

@media (max-width: 1280px) {
  #HeroProducts .card-header h3 {
    font-size: 2.25rem;
    line-height: 1.25;
  }
  #HeroProducts .card-header p {
    font-size: 1.65rem;
    line-height: 1.45;
  }
  #LongTermPromotions h3 {
    font-size: 2.25rem;
    line-height: 1.25;
  }
  #LongTermPromotions p {
    font-size: 1.65rem;
    line-height: 1.5;
  }
  #homepage .font_card .fc-title {
    font-size: 2.25rem;
    line-height: 1.25;
  }
  #homepage .font_card .fc-intro {
    font-size: 1.65rem;
    line-height: 1.45;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  #HeroProducts .card-header h3 {
    font-size: 2rem;
    line-height: 1.45;
    padding-bottom: 0px;
  }
  #HeroProducts .card-header p {
    font-size: 1.45rem;
    line-height: 1.25;
  }
  #LongTermPromotions h3 {
    font-size: 2rem;
    line-height: 1.45;
    padding-bottom: 0px;
  }
  #LongTermPromotions p {
    font-size: 1.45rem;
    line-height: 1.25;
  }
  #homepage .font_card .fc-title {
    font-size: 2rem;
    line-height: 1.45;
    padding-bottom: 0px;
  }
  #homepage .font_card .fc-intro {
    font-size: 1.45rem;
    line-height: 1.25;
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  #HeroProducts .card-header h3 {
    font-size: 2.25rem;
    line-height: 1.25;
  }
  #HeroProducts .card-header p {
    font-size: 1.65rem;
    line-height: 1.45;
  }
  #LongTermPromotions h3 {
    font-size: 2.25rem;
    line-height: 1.25;
  }
  #LongTermPromotions p {
    font-size: 1.65rem;
    line-height: 1.5;
  }
  #homepage .font_card .fc-title {
    font-size: 2.25rem;
    line-height: 1.25;
  }
  #homepage .font_card .fc-intro {
    font-size: 1.65rem;
    line-height: 1.45;
  }
}

@media (max-width: 767px) {
  #HeroProducts .card-header h3 {
    font-size: 1.8rem;
    line-height: 1.45;
    padding-bottom: 5px;
  }
  #HeroProducts .card-header p {
    font-size: 1.35rem;
    line-height: 1.25;
  }
  #homepage .font_card .fc-title {
    font-size: 1.45rem;
    line-height: 1.45;
    padding-bottom: 5px;
  }
  #homepage .font_card .fc-intro {
    font-size: 1.25rem;
    line-height: 1.25;
    padding: 0 15px;
  }
}

@media (max-width: 576px) {
  #HeroProducts .card-header h3 {
    font-size: 1.8rem;
  }
  #HeroProducts .card-header p {
    font-size: 1.35rem;
  }
  #LongTermPromotions h3 {
    font-size: 1.8rem;
  }
  #LongTermPromotions p {
    font-size: 1.35rem;
  }
  #homepage .font_card .fc-title {
    font-size: 1.45rem;
  }
  #homepage .font_card .fc-intro {
    font-size: 1.25rem;
  }
}

/*  basic flex */
img {
  width: 100%;
}

.basic {
  display: block;
  padding: 0;
}

.basic.basic-full,
.basic.basic-full.bs-row .bs-col {
  padding: 0;
}

.bs-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bs-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
  opacity: 1;
  position: relative;
}

.bs-col-2 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.bs-col-3 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.bs-col-4 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

/*============================ article =================*/
#homepage.pageBg {
  background-image: none;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #000;
}

#homepage .section {
  position: relative;
}

#homepage .content {
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 2000px) {
  #homepage .content {
    max-width: 1920px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  #homepage .content {
    padding: 0px;
  }
}

/*== 02_HeroProducts ==*/
#HeroProducts.section {
  background-color: #222;
}

#HeroProducts .content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 5px 2.5px 0 2.5px;
}

#HeroProducts .bs-col {
  padding: 0px 2.5px;
}

#HeroProducts .bs-col:first-child {
  padding-top: 0px;
}

#HeroProducts .card {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  /* position: relative; */
  outline: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

#HeroProducts .card-img {
  margin: 0;
  z-index: 1;
  opacity: .95;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

#HeroProducts .card:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#HeroProducts .card:hover:before {
  background-color: rgba(0, 0, 0, 0);
}

#HeroProducts .card-body {
  position: relative;
}

#HeroProducts .HeroBG {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(rgba(0, 0, 0, 0.45)), color-stop(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(180deg, black, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

#HeroProducts .card-img:hover,
#HeroProducts .card-img:focus {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}

#HeroProducts .card-header {
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 3rem 0 30px;
  z-index: 3;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

#HeroProducts .card-header h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

#HeroProducts .card-header p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

@media (min-width: 3440px) {
  #HeroProducts .card {
    width: 100%;
    height: 850px;
  }
  #HeroProducts .card-header {
    top: 5%;
  }
}

/*@media (min-width: 2561px) {
    #HeroProducts .card {
        width: 100%;
        height: 650px;
    }
}
*/
@media (max-width: 2001px) {
  #HeroProducts .card {
    width: 100%;
    height: 600px;
  }
}

@media (max-width: 2000px) {
  #HeroProducts .card {
    width: 100%;
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    position: relative;
    outline: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
  }
  #HeroProducts .card-img {
    margin: 0;
    z-index: 1;
    opacity: .95;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translate(0%, 2%);
            transform: translate(0%, 2%);
  }
}

@media (max-width: 1920px) {
  #HeroProducts .content {
    max-width: 1920px;
  }
  #HeroProducts .card {
    height: auto;
  }
}

@media (max-width: 1366px) {
  #HeroProducts .bs-col {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  #HeroProducts .card {
    height: 310px;
  }
  #HeroProducts .card-header {
    padding: 30px 10px 0;
  }
  #HeroProducts .card-img {
    -webkit-transform: translate(0%, 15%);
            transform: translate(0%, 15%);
  }
  #HeroProducts .card-header p {
    -webkit-line-clamp: 1;
  }
}

@media (max-width: 992px) {
  #HeroProducts .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    height: 225px;
  }
  #HeroProducts .card-img {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  #HeroProducts .bs-col {
    width: 100%;
    flex-basis: auto;
    -ms-flex-preferred-size: auto;
    padding: 0 0 5px 0;
  }
  #HeroProducts .bs-col:first-child {
    padding-top: 5px;
  }
  #HeroProducts .card {
    height: 340px;
  }
  #HeroProducts .card-header {
    padding: 8% 4%;
    position: absolute;
    text-align: left;
    width: 60%;
    z-index: 3;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  #HeroProducts .HeroBG {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.85)), color-stop(rgba(0, 0, 0, 0.65)), color-stop(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  }
  #HeroProducts .card-img {
    width: 70%;    
     
  -webkit-transform: translate(50%, 15%);
            transform: translate(50%, 15%);
     
     
      
  }
  #HeroProducts .content {
    padding: 0;
  }
  #HeroProducts .card:before {
    background-color: rgba(0, 0, 0, 0);
  }
}

@media (max-width: 767px) {
  #HeroProducts .content {
    padding: 0;
  }
  #HeroProducts .bs-col {
    width: 100%;
    flex-basis: auto;
    -ms-flex-preferred-size: auto;
    padding: 0 0 5px 0;
  }
  #HeroProducts .bs-col:first-child {
    padding-top: 5px;
  }
  #HeroProducts .card {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%;
  }
  #HeroProducts .card-header {
    position: absolute;
    z-index: 3;
    text-align: center;
    padding: 20px 15px;
    width: 100%;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  #HeroProducts .card:before {
    background-color: rgba(0, 0, 0, 0);
  }
  #HeroProducts .card-header h3 {
    padding-bottom: 0;
  }
  #HeroProducts .card-header p {
    -webkit-line-clamp: 2;
  }
  #HeroProducts .HeroBG {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 25, 25, 0.25)), color-stop(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(180deg, rgba(25, 25, 25, 0.25), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  }
  #HeroProducts .card-img {
    width: 100%;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

/*== 03_LongTermPromotion ==*/
#LongTermPromotions {
  width: 100%;
  background-color: #222;
}

/*#LongTermPromotions.section.bg {
    
}*/
#LongTermPromotions .content {
  width: 100%;
  max-width: 100%;
  padding: 5px 0px 0px 0px;
}

#LongTermPromotions .promtio-subheadline {
  z-index: 3;
  position: absolute;
  padding: 0;
  margin: auto;
}

#LongTermPromotions .promtio-subheadline.align-top {
  top: 0%;
}

#LongTermPromotions .promtio-subheadline.align-bottom {
  bottom: 0%;
}

#LongTermPromotions .promtio-subheadline.align-center {
  top: 40%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}

#LongTermPromotions .promtio-subheadline.alignContent-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#LongTermPromotions .promtio-subheadline.alignContent-left {
  left: 0%;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

#LongTermPromotions .promtio-subheadline.alignContent-right {
  right: 0%;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

#LongTermPromotions .promtio-subheadline img {
  max-width: 100%;
}

#LongTermPromotions a.link-area {
  width: 100%;
}

#LongTermPromotions a.link-area:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#LongTermPromotions a.link-area:hover:before {
  background-color: rgba(0, 0, 0, 0);
}

@media (max-width: 767px) {
  #LongTermPromotions {
    width: 100%;
    background-color: transparent;
  }
  #LongTermPromotions .promtio-subheadline {
    padding-top: 8%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  #LongTermPromotions .promtio-subheadline img {
    max-width: 30%;
  }
}

/*== 04_ProductsSuppor ==*/
#ProductsSupport .content {
  width: 100%;
  max-width: 100%;
  padding: 5px 2.5px 0 2.5px;
}

#ProductsSupport.section {
  background-color: #222;
}

#ProductsSupport .bs-col {
  padding: 0 2.5px;
}

#ProductsSupport .link-area {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  overflow: hidden;
  background-color: #000;
  padding: 0;
}

/*icon*/
#ProductsSupport .icon-style-bg {
  width: 100%;
  display: block;
}

#ProductsSupport .icon-style-bg:before {
  display: inline-block;
  text-align: center;
  content: "";
  width: 75px;
  height: 75px;
}

#ProductsSupport .icon_poductRegistration {
  background: transparent url(../images/icon_poductRegistration.svg) center top no-repeat;
}

#ProductsSupport .icon_Support {
  background: transparent url(../images/icon_support.svg) center top no-repeat;
}

#ProductsSupport .link-area:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#ProductsSupport .link-area:hover:before {
  background-color: rgba(0, 0, 0, 0);
}

#ProductsSupport .Bg_img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: .85;
}

#ProductsSupport .Bg_img.Bg_img_1 {
  background: transparent url(https://storage-asset.msi.com/event/msi_main_style/global_index/images/ProductsSupport_bgimg01.jpg) right center no-repeat;
}

#ProductsSupport .Bg_img.Bg_img_2 {
  background-size: cover;
  background: transparent url(https://storage-asset.msi.com/event/msi_main_style/global_index/images/ProductsSupport_bgimg02.jpg) left center no-repeat;
}

.subheadline {
  width: 100%;
  max-width: 480px;
  text-align: center;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%, -50%);
}

.subheadline-img {
  margin: 0 auto;
  text-align: center;
  position: relative;
}

#homepage .font_card span {
  display: block;
}

@media (max-width: 2560px) {
  #ProductsSupport .Bg_img.Bg_img_2 {
    background: transparent url(https://storage-asset.msi.com/event/msi_main_style/global_index/images/ProductsSupport_bgimg02.jpg) 35% center no-repeat;
  }
  #ProductsSupport .link-area {
    height: 500px;
  }
}

@media (max-width: 1280px) {
  #ProductsSupport .link-area {
    height: 400px;
  }
  #ProductsSupport .icon-style-bg:before {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 1024px) {
  #ProductsSupport .link-area {
    height: 240px;
  }
  #ProductsSupport .icon-style-bg:before {
    width: 45px;
    height: 45px;
  }
  #ProductsSupport .Bg_img.Bg_img_1,
  #ProductsSupport .Bg_img.Bg_img_2 {
    background-size: cover;
  }
}

@media (max-width: 768px) {
  #ProductsSupport.section {
    background-color: #222;
  }
  #ProductsSupport .content {
    padding: 5px 0;
  }
  #ProductsSupport .link-area {
    height: 240px;
    padding: 0 0px 10px;
    background-color: transparent;
  }
  #ProductsSupport .Bg_img {
    position: relative;
  }
  .icon-style-bg:before {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 736px) {
  #ProductsSupport .link-area {
    height: 200px;
    padding: 0;
  }
  #ProductsSupport .icon-style-bg:before {
    width: 35px;
    height: 35px;
  }
  #ProductsSupport .bs-col {
    width: 100%;
    padding: 0 0 2.5px 0;
    flex-basis: auto;
    -ms-flex-preferred-size: auto;
  }
  #ProductsSupport .link-area:before {
    background-color: rgba(0, 0, 0, 0.35);
  }
}

/*== BrandRelated ==*/
#BrandRelated.section.bg {
  background-color: #222;
}

#BrandRelated .content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 5px 2.5px 5px 2.5px;
}

#BrandRelated .bs-col {
  padding: 0 2.5px;
}

#BrandRelated .link-area {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
  overflow: hidden;
  background-color: transparent;
  padding: 0px;
  border: 0;
  outline: none;
}

#BrandRelated .link-area .link-img {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-color: transparent;
  -webkit-filter: brightness(0.65);
  -o-filter: brightness(0.65);
  -moz-filter: brightness(0.65);
  filter: brightness(0.65);
}

#BrandRelated .link-area:hover .link-img {
  -webkit-filter: brightness(1);
  -o-filter: brightness(1);
  -moz-filter: brightness(1);
  filter: brightness(1);
}

#BrandRelated .link-area:hover .link-img {
  opacity: 1;
}

@media (max-width: 2560px) {
  #BrandRelated .link-area {
    height: 300px;
  }
}

@media (max-width: 1920px) {
  #BrandRelated .content {
    max-width: 1920px;
  }
}

@media (max-width: 1366px) {
  #BrandRelated .link-area {
    height: auto;
  }
}

@media (max-width: 768px) {
  #BrandRelated {
    display: none;
  }
}

/*======================  silder ============================================== */
#homepage .silder_wrapper .model-imgbox {
  width: 100%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.85);
  /*border: 1px solid rgba(255, 255, 255, .25);*/
  border-radius: none;
  border: none;
  cursor: pointer;
  z-index: 1;
}

#homepage .silder_wrapper .model-imgbox img {
  width: 100%;
}

#homepage .owl-theme .owl-nav {
  position: absolute;
  top: 38%;
  width: 100%;
  z-index: 9999;
}

#homepage .owl-theme .owl-nav:after,
#homepage .owl-theme .owl-nav:before {
  content: "";
  clear: both;
  display: table;
}

#homepage .owl-carousel .owl-nav .owl-next {
  float: right;
}

#homepage .owl-carousel .owl-nav .owl-prev {
  float: left;
}

#homepage .owl-theme .owl-nav [class*=owl-] {
  color: #666666;
  font-size: 16px;
  margin: 0px 12px;
  padding: 6px 10px;
  background: rgba(120, 120, 120, 0.15);
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  z-index: 999;
  position: relative;
}

#homepage .owl-theme .owl-nav [class*=owl-]:hover {
  background: rgba(120, 120, 120, 0.45);
}

#homepage .owl-carousel .owl-stage-outer {
  z-index: -1;
}

#homepage .owl-theme .owl-dots {
  z-index: 1;
  position: absolute;
  border: 0;
  margin: 0;
  padding: 0;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translatex(-50%);
  transform: translate(-50%, -50%);
}

#homepage .owl-theme .owl-dots .owl-dot span {
  width: 40px;
  height: 2px;
  margin: 5px 2px;
  background: #666;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 0;
}

#homepage .owl-theme .owl-dots .owl-dot.active span,
#homepage .owl-theme .owl-dots .owl-dot:hover span {
  background: #ff0000;
  z-index: 999;
}

@media screen and (min-width: 992px) {
  #homepage .xs-hide {
    display: block;
  }
  #homepage .lg-hide {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  #homepage .xs-hide {
    display: none;
  }
  #homepage .lg-hide {
    display: block;
  }
}

.top-menu-demo {
  height: 90px;
  width: 100%;
  background-color: #222;
  display: block;
}

#main_post.news-nav {
  width: 100%;
  max-width: 100%;
  z-index: 3;
  padding: 30px 15px;
  position: relative;
  z-index: 9;
  display: block;
  margin: 0 auto;
  border-top: 5px solid #181818;
  border-bottom: none;
  background-color: black;
}

#main_post.news-nav dl {
  display: table;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  font-size: 1.45rem;
  line-height: 1.45;
  text-align: center;
}

#main_post.news-nav dt {
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
  width: 10%;
  text-align: center;
  background-color: #121212;
  color: #f00;
  padding: 0px 15px;
}

#main_post.news-nav dd {
  display: table-cell;
  width: 90%;
  padding: 12px 0px;
}

#main_post.news-nav dd a {
  padding: 0;
  font-weight: 500;
  display: inline-block;
  color: #bfbfbf;
  font-size: 1.45rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  outline: none;
  text-decoration: none;
}

#main_post.news-nav dd a:hover {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 992px) {
  #main_post.news-nav {
    padding: 20px 15px;
  }
  #main_post.news-nav dl {
    padding: 0;
  }
  #main_post.news-nav dt {
    width: 20%;
    padding: 0 10px;
  }
  #main_post.news-nav dd {
    width: 80%;
  }
  #main_post.news-nav dd a {
    -webkit-line-clamp: 2;
  }
  #main_post.news-nav {
    border-top: 5px solid #181818;
  }
}

@media (max-width: 768px) {
  #main_post.news-nav dl {
    font-size: 1.25rem;
  }
  #main_post.news-nav {
    padding: 0;
  }
}
/*# sourceMappingURL=homepage.css.map */