/* =============== support article css ===============*/
#MSI_Support .warpper {
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 24px;
}

#MSI_Support.article-bg {
  background: #fafafa;
}

#MSI_Support .article-head {
  max-width: 780px;
  margin: 0 auto;
  padding: 0;
}

#MSI_Support .article-body {
  margin: 0 auto;
  padding: .25em 0px;
  max-width: 780px;
}

#MSI_Support .article-content {
  margin: 0 auto;
  max-width: 1280px;
  border-radius: 2px;
  padding: 60px 64px 30px;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

#MSI_Support .article-footer {
  width: 100%;
  max-width: 1280px;
  margin: 10px auto 0;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}


#MSI_Support .article-head-img {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}



@media (max-width: 992px) {
  #MSI_Support .warpper {
    margin-top: 0;
    padding: 0;
  }
  #MSI_Support .article-content {
    padding: 2.5em;
    margin-bottom: 0;
  }
}

@media (max-width: 736px) {
  #MSI_Support .warpper {
    margin: 0 auto;
  }
  #MSI_Support .article-content {
    padding: 0 30px;
  }
  #MSI_Support .article-body {
    max-width: 960px;
    margin: 0 auto;
    padding: 1em 0px;
  }
}

#MSI_Support .article-head h2 {
  font-size: var(--title-xl);
  color: #222;
  letter-spacing: 0px;
  font-weight: 600;
  padding: 0;
  margin: 0em 0 .45em 0;
  line-height: 1.45;
  text-transform: unset;
}

#MSI_Support .article-content h3 {
  font-size: var(--title-lg);
  text-transform: unset;
  color: #222;
  letter-spacing: .085px;
  padding: 15px 0;
  line-height: 1.6;
  font-weight: bold;
}

/* .article-content p {
  font-size: 17px;
  letter-spacing: 0;
  padding-bottom: 12px;
  color: #444;
} */

.article-content ul, .article-content ol{
  margin-left: 20px;
}

.article-content ul li{
  list-style: disc;
}

.article-content ol li{
  list-style: decimal;
}

.article-content  .list-style-decimal li {
  list-style-type: decimal;
}

.article-content  .list-style-disc li {
  list-style-type: disc;
}

.article-content .list-style-lower-roman li{
  list-style: lower-roman;
}

.article-content  .listType-none li {
  list-style: none;
}


.article-content li {
  font-size: var(--text-lg);
  letter-spacing: 0;
  color: #222;
}

.article-content li {
  line-height: 1.65;
  padding-bottom: 12px;
  font-size: var(--text-lg);
}

.article-content li > ul {
  padding-top: 12px;
}

.article-content .list-style li {
  list-style-position: inside;
  text-indent: -20px;
  padding-left: 15px;
}

.article-content .list-style.list-style-noneType li {
  list-style-type: none;
  text-indent: -20px;
  margin-left: 12px;
  padding-left: 20px;
}

.article-content .list-style.list-style-noneType li:before {
  content: "  ";
  display: inline-block;
  background: url(https://storage-asset.msi.com/event/msi_main_style/global_support/images/icon_angle-right.svg) center center no-repeat;
  width: 15px;
  height: 15px;
}

.article-content .list-head {
  padding-left: 0;
  text-indent: 0;
  font-size: var(--text-xl);
  color: #222;
  letter-spacing: 0px;
  line-height: 1.45;
  font-weight: 600;
  list-style: none;
  padding: 24px 0 8px 0;
  text-transform: capitalize;
}

.article-content .list-sub {
  padding-left: 0;
  text-indent: 0;
  font-size: var(--text-lg);
  color: #222;
  letter-spacing: 0px;
  line-height: 1.45;
  font-weight: 500;
  list-style: none;
  padding: 24px 0 0 0;
  text-transform: capitalize;
}


#MSI_Support .img, #MSI_Support img {
  /* margin: 0 0 24px 0; */
  display: block;
}

#MSI_Support .article-content a {
  font-size: var(--text-lg);
  letter-spacing: 0;
  color: #222;
  text-decoration: underline;
}

#MSI_Support .article-content a:hover {
  color: #fa052e;
}

#MSI_Support .article-content li a {
  list-style-position: none;
  text-indent: 0px;
  padding-left: 5px;
  vertical-align: top;
  text-align: left;
}


#MSI_Support p.note,
#MSI_Support span.note {
  color: #fa052e;
}

/*article-infor*/
#MSI_Support .article-infor {
  font-size: var(--text-xs);
  line-height: 1.45;
  color: #888;
  margin: 20px 0;
  max-width: 780px;
  margin: 0 auto;
}

#MSI_Support .article-infor span {
  display: block;
  padding-bottom: 2px;
}
/* article-infor // end */



@media (max-width: 736px) {
  #MSI_Support .modal-footer .main-btn  {
    width: 100%;
    display: block;
  }
 #MSI_Support .modal-footer .main-btn a {
    margin: 5px auto;
    opacity: 1;
  }
  #MSI_Support .btn-default {
    color: #fa052e;
    text-align: center;
    border: 1px solid #fa052e;
    background-color: transparent;
    min-width: 100%;
    opacity: 1;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #MSI_Support .warpper.section {
    padding: 0;
    background: #f2f2f2;
  }

  /* MSI_Support font rwd*/
  .article-content h2 {
    font-size: var(--title-xl);
    color: #222;
    letter-spacing: 0px;
    font-weight: 600;
    padding: 0;
  }
  .article-content h3 {
    font-size: var(--title-lg);
    color: #222;
    padding: 12px 0;
    line-height: 1.45;
    font-weight: 600;
  }
  .article-content p {
    padding-bottom: 25px;
    color: #222;
    font-size: var(--text-lg);
  }

  .article-content ul, .article-content ol{
    margin-left: 20px;
  }

  .article-content ul li{
    list-style: disc;
  }

  .article-content ol li{
    list-style: decimal;
  }
  .article-content li {
    font-size: var(--text-lg);
  }
  .article-content li {
    line-height: 1.65;
    padding-bottom: 10px;
  }
  .article-content .list-head {
    font-size: 1.45rem;
  }
  /* MSI_Support font rwd // end */
}

/*answerFeedback */
#MSI_Support .answerFeedback {
  max-width: 780px;
  margin: 0 auto;
  padding: 20px 75px;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 736px) {
  #MSI_Support .answerFeedback {

    padding: 20px 30px;
  }

}

#MSI_Support .answerFeedback h5 {
  font-size: var(--title-md);
  color: #222;
  letter-spacing: 0px;
  padding: 0;
  line-height: 1.45;
  font-weight: 600;
}
/*answerFeedback // end  */



/*nav-bread-crumbs*/

#MSI_Support .nav-bread-crumbs {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2em 0px;
}
@media (max-width: 960px) {
   #MSI_Support .nav-bread-crumbs {
    background-color: #fff;
    padding: 2em 30px 15px;
  }
}
@media (max-width: 736px) {
    #MSI_Support .back-btn:before {
    content: "";
    display: inline-block;
    margin: 0px 3px 0 0;
  }
}
/*nav-bread-crumbs // end */






/*  modal */
@media (min-width: 768px) {
  #MSI_Support .modal-dialog.feedback,
  #MSI_Support .feedback_complete {
    width: 760px;
    margin: 30px auto;
  }
}

#MSI_Support .label-txt{
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

#MSI_Support .modal-dialog.feedback .modal-content {
  position: relative;
  padding: 60px 60px 30px;
  background-color: #f2f2f2;
}

#MSI_Support .input-clump {
  width: 100%;
  background-color: #fff;
  color: #888;
  border: 1px solid #ddd;
  border-color: #ddd;
  margin: 0;
  position: relative;
  margin-top: 10px;
  text-align: left;
  padding: 15px 15px;
  font-size: 16px;
}

#MSI_Support .input-clump::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #D9D9D9;
}

#MSI_Support .input-clump::-moz-placeholder {
  /* Firefox 19+ */
  color: #D9D9D9;
}

#MSI_Support .input-clump:-ms-input-placeholder {
  /* IE 10+ */
  color: #D9D9D9;
}

#MSI_Support .input-clump:-moz-placeholder {
  /* Firefox 18- */
  color: #D9D9D9;
}

/*modal-footer*/
#MSI_Support .modal-footer {
  padding: 0px;
  text-align: right;
  border-top: none;
}

#MSI_Support .modal-footer .main-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 0px;
  margin: 12px 0;
}

#MSI_Support .modal-footer .main-btn a {
  margin: 0px 10px 0 0;
  opacity: 1;
}
/*modal-footer // end **/


/* feedback_complete */
#MSI_Support .feedback_complete h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 2;
  color: #333333;
}

#MSI_Support .feedback_complete .modal-body {
  padding: 10px 15px 60px;
  text-align: center;
}

#MSI_Support .feedback_complete .modal-body img {
  text-align: center;
  display: inline-block;
}
/* feedback_complete // end */
/* tag style*/
#MSI_Support .tag-model-list a {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 6px 8px;
  color: #888;
  font-size: 1.25rem;
  margin: 4px 2px;
  border-radius: 4px;
  letter-spacing: .85px;
  font-weight: 500;
  pointer-events: auto;
  text-decoration: none;
}

#MSI_Support .tag-model-list a:hover {
  color: #fa052e;
  border: 1px solid #fa052e;
}

/* tag style  // end */
/* table style*/
#MSI_Support table,
#MSI_Support table.table-style {
  width: 100%;
  display: table;
  margin: 12px 0;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-collapse: collapse;
  border-spacing: 0;
}

#MSI_Support th, #MSI_Support td {
  line-height: 1.45;
  padding-bottom: 12px;
  font-size: 1.45rem;
  color: #444;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 10px;
}

#MSI_Support td:last-child,
#MSI_Support th:last-child {
  border-right: none;
}

#MSI_Support thead {
  background-color: #e3e3e3;
}

#MSI_Support thead th {
  border-right: 1px solid #d2d2d2;
}

#MSI_Support tbody tr {
  border: 1px solid #e4e4e4;
  display: table-row;
  margin: 0;
}

#MSI_Support tbody td, #MSI_Support tbody th {
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  background-color: #fff;
}

#MSI_Support tbody th {
  font-weight: bold;
}

#MSI_Support tbody td:before {
  content: attr(data-th);
  display: none;
  color: #888;
}

@media (max-width: 960px) {
  #MSI_Support table,
  #MSI_Support table.table-style {
    margin: 12px 0;
    border: none;
  }
  #MSI_Support table th,
  #MSI_Support table td {
    font-size: 1.25rem;
  }
  #MSI_Support tbody td:before {
    content: attr(data-th);
    display: inline-block;
    width: 20%;
  }
  #MSI_Support thead {
    display: none;
  }
  #MSI_Support tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  #MSI_Support tbody th {
    border: none;
    display: block;
    font-weight: bold;
  }
  #MSI_Support tbody th {
    background-color: #e3e3e3;
    padding: 5px 10px;
  }
  #MSI_Support tbody td {
    border: none;
    border-bottom: 1px solid #e4e4e4;
  }
  #MSI_Support tbody td:last-child {
    border-bottom: none;
  }
}

/* table // end */

