/* === #contact Us  ====*/

#product_detail img {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

#product_detail {
  width: 100%;
  background: #f1f1f1;
}

#product_detail .page_header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

#product_detail .page_header.header_bg {
  width: 100%;
  background-image: url(https://asset.msi.com/event/msi_tablet/images/product_detail_topbg_01.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: 100%;
  background-color: #000;
}

#product_detail .page_header.header_bg.ND51-Rugged-Tablet {
  background-image: url(https://asset.msi.com/event/msi_tablet/images/product_detail_topbg_01.jpg);
}

#product_detail .page_header.header_bg.NB31 {
  background-image: url(https://asset.msi.com/event/msi_tablet/images/product_detail_topbg_02.jpg);
}

#product_detail .page_header.header_bg.NB32 {
  background-image: url(https://asset.msi.com/event/msi_tablet/images/product_detail_topbg_02.jpg);
}

#product_detail .page_header.header_bg.NF21 {
  background-size: 100%;
  background-position: top center;
  background-image: url(https://asset.msi.com/event/msi_tablet/images/product_detail_topbg_03.jpg);
}

#product_detail .header_layout {
  width: 100%;
  position: static;
  z-index: 2;
  color: #000;
  text-align: left;
}

#product_detail .header_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2% 30px;
}

/* layout */

#product_detail .pd-layout-a {
  position: relative;
  display: box;
  /* OLD - Android 4.4- */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: left;
}

#product_detail .pd-name {
  width: 80%;
  position: absolute;
  top: 35%;
  left: 0;
}

#product_detail .pd_top_img {
  width: 100%;
  padding: 30px;
  text-align: right;
}

#product_detail .pd_top_img img {
  width: 82%;
}

#product_detail .pd_top_img_inner {
  width: 78%;
  margin: 0px auto;
  position: relative;
  padding: 0;
  display: inline-block;
  text-align: right;
  z-index: 1;
  left: 100px;
}

#product_detail .pd_top_img_container {
  width: 100%;
  max-width: 1280px;
  padding-bottom: 64.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  position: relative;
  margin-top: 55px;
}

/**/

#product_detail .header_pd_name {
  font-family: "Segoe UI";
  font-weight: bold;
  font-size: 4.5rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

#product_detail .header_sub {
  font-size: 2rem;
  font-family: "Segoe UI";
  font-weight: bold;
  line-height: 1.25;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 30px;
  width: 50%;
}

#product_detail .title > .h3 {
  font-size: 2rem;
  line-height: 1.6;
  color: #000;
  font-family: "Segoe UI";
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

#product_detail .h3 {
  font-size: 2rem;
  font-family: "Segoe UI";
  font-weight: bold;
  line-height: 1.6;
  color: #000;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 15px;
}

/* content */

#product_detail .page_content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 120px;
}

/* sub nav*/

#product_detail .sub-nav {
  width: 100%;
  position: relative;
  height: 90px;
  background-color: #333;
}

#product_detail .sub-nav .sub-navList {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  padding: 0 20px;
}

#product_detail .sub-nav .sub-navList li {
  display: inline-block;
  width: auto;
}

#product_detail .scroll-btn {
  display: block;
  padding: 0px 30px;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.6;
  background-color: transparent;
  margin: 0px auto;
  position: relative;
  line-height: 90px;
}

#product_detail .scroll-btn:hover,
#Product .scroll-btn:active {
  color: #fff;
  background-color: rgba(255, 102, 0, 1);
  text-decoration: none;
}

#product_detail .pd-name.fixed {
  background: transparent;
  color: #fff;
  margin-top: 102px;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0);
  left: 0;
  z-index: 104;
  text-align: right;
  pointer-events: none;
}

#product_detail .pd-name.fixed .header_pd_name {
  font-size: 2rem;
  line-height: 1.25;
  display: inline-block;
}

#product_detail .pd-name.fixed .header_sub {
  font-size: 1.25rem;
  line-height: 1.25;
  padding-top: 0px;
  padding-bottom: 0;
  display: none;
}

#product_detail .header_title {
  position: static;
}

/* Nav bar */
#product_detail .sub-nav.fixed {
  margin-top: 86px;
  z-index: 103;
}

#product_detail .scroll-btn {
  display: block;
  position: relative;
}

#product_detail .scroll-btn:hover,
#product_detail.scroll-btn:active {
  color: #fff;
  text-decoration: none;
}

#product_detail .fixed .scroll-btn:hover:before,
#product_detail .fixed .scroll-btn:active:before {
  display: none;
}

#product_detail .on_click,
#product_detail .on_click:hover,
#product_detail .on_click:focus,
#product_detail .on_click:active {
  color: #fff !important;
  text-decoration: none;
  background-color: rgba(255, 102, 0, 1) !important;
}

#product_detail .fixed {
  position: fixed;
  top: 0px;
  left: 0;
  /* z-index: 1000;*/
  border-bottom: 0px solid transparent;
  background: #333;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}

/* product-gallery__list*/
#product_detail .overview_section {
  background: transparent
    url(https://asset.msi.com/event/msi_tablet/images/product_detail_gallery_bg.jpg)
    top center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 0% 0;
}

#product_detail .base-left {
  float: left;
  width: 50%;
  margin: 0 auto;
}

#product_detail .pd_icon_line {
  display: block;
  padding: 20px 0;
  text-align: left;
}

#product_detail .pd_icon_line li {
  width: 15%;
  text-align: left;
  display: inline-block;
  margin: 2px 0;
}

/* 20200331 start */
#product_detail .page_content #breadcrumbs {
  padding: 0 19px;
  font-size: 16px;
}

#product_detail .page_content #breadcrumbs a {
  color: #333;
}

#product_detail .page_content #breadcrumbs a:last-of-type {
  color: #ff6600;
}

#product_detail .page_content #breadcrumbs a:hover {
  color: #ff6600;
}

/* 20200331 end*/

/* media */
@media (max-width: 1199px) {
  #product_detail .header_pd_name {
    font-size: 3.5rem;
  }

  #product_detail .pd_top_img_inner {
    left: 0;
  }
}

@media (max-width: 1024px) {
  #product_detail .base-left {
    float: none;
    width: 90%;
  }
}

@media (max-width: 736px) {
  #product_detail .pd_icon_line {
    padding: 0px 0 20px 0;
    text-align: left;
  }
}

/*------- bxslider -------*/

#bx-pager {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto 0px;
  text-align: center;
}

#bx-pager .xs-img-block {
  width: 100%;
  display: block;
}

#bx-pager .img-grid {
  float: left;
  width: 16%;
  overflow: hidden;
  margin: 8px auto;
}

#bx-pager .img-grid:before {
  content: "";
  clear: both;
  display: table;
}

#bx-pager .img-grid a {
  display: block;
  border: 1px solid #d1d1d1;
}

#bx-pager .img-grid a:hover {
  border: 1px solid #ff6600;
  z-index: 99;
}

#bx-pager .img-grid a:active {
  border: 1px solid #ff6600;
  border-bottom: 5px solid #ff6600;
}

#bx-pager .bx-wrapper {
  margin: 0 auto 1.5vh;
}

#bx-pager .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: 0px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(https://asset.msi.com/event/msi_tablet/images/controls.png)
    no-repeat -43px -32px;
}

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(https://asset.msi.com/event/msi_tablet/images/controls.png)
    no-repeat 0 -32px;
}

.bx-controls-direction a {
  -webkit-transition: none;
  transition: none;
  opacity: 0.25;
}

/*------- bxslider END-------*/
/**/
/*============== pd _txt_list  ================*/

#product_detail .product-infor_txt {
  padding: 20px 60px;
  text-align: left;
}

#product_detail .product-infor_txt .h3 {
  text-align: left;
  font-size: 2rem;
  line-height: 1.6;
  color: #000;
  padding: 0;
}

#product_detail .pd_txt_line {
  display: block;
  padding: 0 30px;
}

#product_detail .pd_txt_line li {
  list-style: disc;
  font-size: 16px;
  line-height: 1.2;
  padding: 5px 0;
}

#product_detail .pd_logo_list {
  width: 100%;
  margin: 0;
}

#product_detail .pd_logo_list li {
  display: inline-block;
  padding: 5px 5px;
}

@media (max-width: 1024px) {
  #product_detail .product-infor_txt {
    padding: 0px 0px;
  }
}

@media (max-width: 736px) {
  #product_detail .pd_txt_line {
    padding: 0px;
  }

  #product_detail .product-infor_txt .h3 {
    font-size: 1.6rem;
  }

  #product_detail .pd_logo_list {
    width: 80%;
    margin: 0;
  }
}

/*============== pd _txt_list END ================*/
/*============== video  ================*/

#product_detail .video_inner {
  width: 100%;
  margin: 0px auto;
  position: relative;
  padding: 0;
  display: block;
  color: #fff;
  overflow: hidden;
}

#product_detail .video_inner .video_innerBlock {
  position: relative;
}

#product_detail .video_inner .video_inner-bg {
  position: relative;
  object-fit: cover;
  height: 95vh;
  width: 100%;
  opacity: 1;
}

#product_detail .video_inner .video_innerBlock::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 0;
}

#product_detail .video_inner .video_inner-text {
  width: 35%;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0%, -50%);
}

#product_detail .video_inner .video_inner-text h3 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
}

#product_detail .video_inner .video_inner-text h4 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}

#product_detail .video_inner .video_btn {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
  border-radius: 50%;
  cursor: pointer;
}

#product_detail .video_inner .video_btn:hover {
  transform: translate(-50%, -50%) scale(1.08);
  filter: drop-shadow(0px 0px 1px rgba(255, 145, 0, 0.993));
}

#product_detail .video-container {
  width: 100%;
  max-width: 1280px;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  position: relative;
  margin-top: 35px;
}

#product_detail .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  #product_detail .video-container {
    margin-top: 30px;
  }
}

@media (max-width: 960px) {
  #product_detail .video_inner {
    width: 100%;
    max-width: 750px;
    padding: 0 15px;
  }

  #product_detail .video_inner .video_inner-bg {
    object-fit: cover;
    height: auto;
    width: 100%;
  }

  #product_detail .video_inner .video_inner-text {
    color: #000;
    width: 100%;
    position: relative;
    top: 0%;
    right: 0%;
    transform: translate(0%, 0%);
    padding: 20px 10px;
    margin: 0 auto;
    background-color: #f1f1f1;
  }

  #product_detail .video_inner .video_inner-text h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }

  #product_detail .video_inner .video_inner-text h4 {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  #product_detail .video_inner .video_btn {
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s;
    border-radius: 50%;
    cursor: pointer;
  }
}

/*============== video END ================*/
/*============== Features ================*/

#product_detail .features_section {
  background: transparent
    url(https://asset.msi.com/event/msi_tablet/images/product_detail_features_bg.jpg)
    top left no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding: 40px 0 40px;
}

#product_detail .features_section .body_inner {
  display: box;
  /* OLD - Android 4.4- */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  align-items: center;
  background-color: #f1f1f1;
}

#product_detail .features_section .body_inner {
  padding: 0 0px;
  margin-bottom: 40px;
}

#product_detail .features_section .body_inner li {
  list-style: none;
  background-color: #fff;
}

#product_detail .features_section .body_inner .img_box,
#product_detail .features_section .body_inner .infor_box {
  display: block;
  width: 100%;
}

#product_detail .features_section .body_inner .infor_box {
  padding: 0px 10px;
  margin: 0 auto;
  background-color: #f1f1f1;
}

#product_detail .features_section .body_inner:nth-child(even) .img_box {
  width: auto;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
  -ms-flex-order: 1;
  order: 1;
}

#product_detail .features_section .body_inner:nth-child(even) .infor_box {
  width: auto;
  -ms-flex-order: 2;
  order: 2;
}

#product_detail .features_section .body_inner:nth-child(odd) .img_box {
  width: auto;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
  -ms-flex-order: 2;
  order: 2;
}

#product_detail .features_section .body_inner:nth-child(odd) .infor_box {
  width: auto;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
  -ms-flex-order: 1;
  order: 1;
}

/* features  txt*/
#product_detail .features_section .area_infor .area_txtInner {
  padding: 25px 30px;
  margin: 0;
}

#product_detail .features_section .area_infor .title {
  margin-top: 0;
  padding: 0px 0px;
  text-align: left;
}

#product_detail .features_section .area_infor .title span {
  display: block;
  color: #000;
  font-size: 1.45rem;
  line-height: 1.25;
  font-weight: bold;
  -ms-align-self: baseline;
  align-self: baseline;
}

#product_detail .features_section .area_infor .txt {
  font-size: 1.15rem;
  line-height: 1.45;
  color: #000;
  text-align: left;
  padding: 15px 0px;
}

/**/
#product_detail .features_section .area_infor .sub {
  font-size: 1.25rem;
  line-height: 1.6;
  color: rgba(255, 102, 0, 1);
  text-align: center;
}

#product_detail .features_section .area_infor .txt {
  font-size: 1.15rem;
  line-height: 1.45;
  color: #000;
  text-align: left;
  padding: 15px 0px;
}

@media (max-width: 1024px) {
  #product_detail .features_section .area_infor .title {
    margin-top: 6rem;
  }

  #product_detail .features_section .area_infor .title span {
    font-size: 1.25rem;
  }

  #product_detail .features_section .area_infor .txt {
    font-size: 1rem;
  }
}

@media (max-width: 992px) {
  #product_detail .features_section .body_inner {
    display: block;
    /* OLD - Android 4.4- */
    display: -webkit-block;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-block;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-block;
    /* TWEENER - IE 10 */
    display: -webkit-block;
    /* NEW - Chrome */
    display: block;
  }

  #product_detail .features_section .body_inner:nth-child(even) .img_box,
  #product_detail .features_section .body_inner:nth-child(even) .infor_box,
  #product_detail .features_section .body_inner:nth-child(odd) .img_box,
  #product_detail .features_section .body_inner:nth-child(odd) .infor_box {
    -ms-flex: none;
    flex: none;
    max-width: 100%;
  }

  #product_detail .features_section .area_infor .title {
    margin-top: 0;
    padding: 0px 0x 0;
  }

  #product_detail .features_section .area_infor .area_txtInner {
    padding: 30px 0;
    margin: 0;
  }
}

/*============== features END ================*/

/*============== Specifications  ================*/
#product_detail .specifications_section {
  background-color: #f1f1f1;
  padding: 2% 0 120px;
}

#product_detail .specifications_section .content_body {
  width: 100%;
  margin: 0 auto;
}

#product_detail .spc-inner {
  width: 100%;
  max-width: 1080px;
  margin: 30px auto;
}

#product_detail .spc-inner .tr {
  display: table-row;
  border: 0px;
}

#product_detail .spc-inner .th {
  font-size: 16px;
  width: 30%;
  background: transparent;
  font-weight: bold;
}

#product_detail .spc-inner .td {
  width: 70%;
  background: transparent;
}

#product_detail .spc-inner .th,
#product_detail .spc-inner .td {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  padding: 15px;
  border-bottom: 1px solid #d9d9d9;
  display: table-cell;
}

#product_detail .spc-inner .th {
  font-weight: bold;
}

#product_detail .spc-inner .td span {
  display: inline-block;
  text-indent: -10px;
  padding: 0;
}

#product_detail .spc-inner .td .circle_list:before {
  content: "•";
  color: #9d9d9d;
  position: relative;
  font-size: 5px;
  padding-right: 0px;
}

.download-btn {
  background: rgba(255, 102, 0, 1);
  color: #fff;
}

.download-btn:hover,
.download-btn:focus,
.download-btn:active {
  background: rgba(212, 85, 0, 1);
  color: #fff;
}

.btn-body {
  text-align: right;
  width: 100%;
}

#product_detail .btn-body {
  display: none;
}

.spc-inner .fa-icon {
  text-align: center;
}

@media (max-width: 1024px) {
  #product_detail .specifications_section .content_body {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 736px) {
  #product_detail .specifications_section .content_body {
    width: 95%;
  }

  #product_detail .specifications_section {
    padding: 5% 0 15% 0;
  }

  #product_detail .spc-inner {
    margin: 0px auto;
  }

  #product_detail .spc-inner .th,
  #product_detail .spc-inner .td {
    font-size: 14px;
    line-height: 1.25;
    display: block;
    width: 100%;
  }

  #product_detail .spc-inner .th {
    border-bottom: none;
    padding-top: 15px;
    padding-bottom: 5px;
  }

  #product_detail .spc-inner .td {
    border-bottom: 1px solid #d9d9d9;
    padding-top: 5px;
    padding-bottom: 15px;
  }

  #product_detail .spc-inner .td span {
    padding: 0 0 4px 0;
  }

  #product_detail .spc-inner .th {
    padding: 15px 0 5px;
  }

  #product_detail .btn-body {
    padding-top: 40px;
  }
}

/* SPECIFICATIONS tab btn */
#product_detail .specs_tab {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}

#product_detail .specs_tab ul > li {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 1.6;
  border: 1px solid #ababab;
  border-bottom: 2px solid #ababab;
  margin: 0 5px;
  padding: 15px 35px;
  border-radius: 2px;
  color: #555;
  outline: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0.65;
}

#product_detail .specs_tab ul > li:hover {
  opacity: 0.85;
}

#product_detail .specs_tab ul > li.active {
  border: 1px solid #ababab;
  color: #555;
  opacity: 1;
}

/* icon style */
#product_detail .specs_tab .fa {
  padding: 0 10px 0 0;
}

#product_detail .specs_tab ul > li .fa-windows {
  font-size: 18px;
}

#product_detail .specs_tab ul > li .fa-android {
  font-size: 22px;
}

#product_detail .specs_tab ul > li:nth-child(1).active {
  color: #0067b8;
  border-bottom: 2px solid #0067b8;
}

#product_detail .specs_tab ul > li:nth-child(2).active {
  color: #6ab344;
  border-bottom: 2px solid #6ab344;
}

#product_detail .specs_tab ul > li.active .fa-windows {
  color: #0067b8;
  font-size: 18px;
}

#product_detail .specs_tab ul > li.active .fa-android {
  color: #6ab344;
  font-size: 22px;
}

@media (max-width: 736px) {
  #product_detail .specs_tab {
    padding: 0;
    width: 90%;
  }

  #product_detail .specs_tab ul > li {
    font-size: 16px;
    line-height: 1.25;
    margin: 0 5px;
    padding: 10px 15px;
  }
}

/*============== Specifications END ================*/

/*============== Accessories  ================*/

#product_detail .accessories_section {
  width: 100%;
  background-color: #d6d6d6;
  background-image: url(https://asset.msi.com/event/msi_tablet/images/product_detail_accessories_bg.jpg);
  padding: 80px 0;
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
}

#product_detail .accessories_section .grid_mode:after {
  content: "";
  display: table;
  clear: both;
}

#product_detail .accessories_section .grid_mode {
  width: 100%;
  margin: 25px auto;
}

#product_detail .accessories_section .grid_mode > li {
  display: block;
  width: 24.9%;
  float: left;
  padding: 0px 15px;
}

#product_detail .accessories_section .grid_mode .pd-img-inner {
  background-color: #fff;
  padding: 35px 0px;
}

#product_detail .accessories_section .grid_mode a {
  color: #000;
}

#product_detail .accessories_section .grid_mode a:hover,
#product_detail .accessories_section .grid_mode a:active,
#product_detail .accessories_section .grid_mode a:focus {
  border: none;
  color: rgba(255, 102, 0, 1);
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
  display: block;
}

#product_detail .accessories_section .grid_mode a:visited {
  color: #000;
}

#product_detail .accessories_section .acc-name {
  font-size: 1.25rem;
  line-height: 1.25;
  color: #000;
  display: inline-block;
  text-align: left;
  padding: 10px 0;
  text-transform: capitalize;
}

@media (max-width: 768px) {
  #product_detail .accessories_section .grid_mode > li {
    width: 50%;
  }
}

/*============== Accessories END ================*/
/* media */
@media (max-width: 736px) {
  #product_detail .h2 {
    font-size: 1.6rem;
  }

  #product_detail .h3 {
    font-size: 1.25rem;
    line-height: 1.25;
    padding-top: 0px;
    padding-bottom: 0;
    text-align: left;
  }

  #product_detail .page_content {
    padding-bottom: 60px;
  }

  #product_detail .page_header.header_bg.NF21 {
    background-image: url(https://asset.msi.com/event/msi_tablet/images/product_detail_topbg_03_xs.jpg);
  }
}

/*media */

/*media*/
@media (max-width: 1366px) {
  #product_detail .pd-name.fixed {
    left: 5%;
  }
}

@media (max-width: 1199px) {
  #product_detail .page_content {
    width: 90%;
  }

  #product_detail .header_inner {
    width: 90%;
    padding: 5.5% 30px;
  }

  #product_detail .sub-nav .sub-navList {
    width: 90%;
    padding: 0px;
  }

  #product_detail .pd-name.fixed {
    left: 5%;
  }
}

@media (max-width: 1024px) {
  #product_detail .header_inner {
    padding: 3.5% 30px;
  }

  #product_detail .page_header {
    height: 450px;
  }

  #product_detail .sub-nav.fixed {
    margin: 80px 0;
  }

  #product_detail .pd-name.fixed {
    margin-top: 88px;
  }

  #product_detail .pd-name.fixed {
    display: none;
  }

  #product_detail .sub-nav {
    height: 60px;
    margin-top: 0px;
  }

  #product_detail .scroll-btn {
    padding: 0px 0px;
    line-height: 60px;
  }

  #product_detail .sub-nav .sub-navList {
    width: 100%;
    display: flex;
  }

  #product_detail .sub-nav .sub-navList li {
    display: block;
    flex: 1 1 auto;
    text-align: center;
  }

  .btn-body {
    text-align: center;
  }
}

@media (max-width: 768px) {
  #product_detail .page_header {
    height: 360px;
  }

  #product_detail .header_title {
    width: 80%;
    padding: 80px 0;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }

  #product_detail .sub-nav.fixed {
    margin-top: 85px;
  }

  #product_detail .pd-name {
    width: 100%;
    position: relative;
    left: 0;
    top: 40px;
    text-align: center;
  }

  #product_detail .pd-layout-a {
    position: relative;
    display: block;
    padding: 0;
  }

  #product_detail .pd_top_img {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  #product_detail .pd_top_img img {
    width: auto;
  }

  #product_detail .header_pd_name {
    font-size: 2rem;
  }

  #product_detail .header_sub {
    font-size: 1.6rem;
    line-height: 1.25;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #product_detail .scroll-btn {
    font-size: 0.95rem;
  }

  /* top nav*/
  #product_detail .title > .h3 {
    font-size: 1.6rem;
  }
}

@media (max-width: 736px) {
  #product_detail .header_title {
    width: 90%;
    padding: 50px 0;
  }

  #product_detail .pd_top_img_container {
    margin-top: 30px;
  }

  #product_detail .accessories_section .grid_mode .pd-img-inner {
    padding: 25px 15px;
  }

  #product_detail .accessories_section .acc-name {
    font-size: 1rem;
  }

  #product_detail .accessories_section .grid_mode > li {
    margin: 20px auto;
    padding: 0 5px;
  }

  #product_detail .header_sub {
    font-size: 1.25rem;
    width: 100%;
  }
}

/*============== downloads  ================*/

.downloads {
  padding: 0 0 100px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.download-table-head {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px;
  padding: 12px 0;
  font-weight: bold;
}

.download-item {
  font-size: 1rem;
  padding: 15px 0;
}

.download-item .row {
  align-items: center;
}

.download-btn {
  background: #ff6600;
  color: white;
  text-decoration: none;
  padding: 8px 20px 8px 12px;
  transition-duration: 0.3s;
}

.download-btn:hover {
  background: #ff6600d9;
  color: white;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .download-btn {
    padding: 5px;
  }
}

@media (max-width: 768px) {
  .download-table {
    font-size: 0.9rem;
  }
}

@media (max-width: 429px) {
  .download-table {
    font-size: 0.7rem;
  }
}

.sha {
  padding: 10px 16px;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  word-break: break-all;
  overflow-wrap: break-word;
}
