@charset "UTF-8";
@import url("https://storage-asset.msi.com/frontend/custom_css/common/common-msi-base.css?ver=20220704");
.health {
  display: block;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}
.health img {
  vertical-align: top;
}
.health h1, .health h2, .health p {
  color: #000;
}
.health h1 {
  font-size: 25px;
  line-height: 1.5;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .health h1 {
    font-size: 40px;
    text-align: left;
  }
}
.health h2 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 992px) {
  .health h2 {
    font-size: 32px;
  }
}
.health h3 {
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #000;
}
@media (min-width: 992px) {
  .health h3 {
    font-size: 28px;
    line-height: 1.5;
  }
}
.health p {
  line-height: 1.5;
  color: #000;
}
.health img {
  max-width: 100%;
}
.health .note {
  font-size: var(--note--lg);
  text-align: center;
  color: #000;
}
@media (min-width: 992px) {
  .health .note {
    text-align: left;
  }
}
.health .kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .health .kv {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.health .kv__img {
  display: block;
  width: 100%;
}
.health .kv__img img {
  width: 100%;
}
.health .kv .msi__container {
  position: relative;
  z-index: 55;
}
@media (min-width: 992px) {
  .health .kv .msi__container {
    position: absolute;
  }
}
.health .kv__textbox {
  width: 100%;
  top: 20%;
}
@media (min-width: 992px) {
  .health .kv__textbox {
    padding-left: 40%;
  }
}
@media (min-width: 2560px) {
  .health .kv__textbox {
    padding: 0;
  }
}
.health .kv__textbox .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .health .kv__textbox .flexBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.health .kv__textbox .flexBox .kvIcon {
  display: block;
  width: 40%;
  margin: 10px auto;
}
@media (min-width: 992px) {
  .health .kv__textbox .flexBox .kvIcon {
    margin: 20px;
  }
}
@media (min-width: 2560px) {
  .health .kv__textbox .flexBox .kvIcon {
    width: auto;
  }
}
.health .kv__textbox .flexBox .mainTitle {
  color: #000;
}
.health .kv__textbox .flexBox .mainTitle .date {
  display: block;
  width: 100%;
  background-color: #FF0000;
  color: #FFF;
  border-radius: 30px;
  padding: 10px;
  text-align: center;
  font-size: 21px;
  line-height: 1.2;
}
.health__info {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 5% 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.health__info .pattern {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.health__info .pattern img {
  width: 100%;
}
.health__info__box {
  display: block;
  background-color: #fdfbfb;
  width: 90%;
  margin: 0 auto;
  border-radius: 15px;
  padding: 20px;
  line-height: 1.5;
}
.health__info__box ul li {
  display: block;
  position: relative;
  line-height: 1.5;
  padding-left: 20px;
  margin-bottom: 20px;
}
.health__info__box ul li::before {
  content: "▶";
  display: block;
  position: absolute;
  width: 20px;
  z-index: 5;
  left: 0;
}
.health__info__box ul.smallDot li::before {
  content: "●";
}
.health__icons {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 2% 0;
  background-color: #f3f3f3;
}
.health__icons__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 992px) {
  .health__icons__box {
    gap: 5%;
  }
}
.health__icons__box .iconItem {
  display: block;
  width: 45%;
  margin: 20px auto;
  border-radius: 15px;
  padding: 10px 20px;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 0 5px 3px #ccc;
          box-shadow: 0 0 5px 3px #ccc;
}
@media (min-width: 992px) {
  .health__icons__box .iconItem {
    width: 30%;
    padding: 30px;
  }
}
.health__icons__box .iconItem figure img {
  display: block;
  max-width: 120px;
  margin: 0 auto;
  text-align: center;
}
.health__icons__box .iconItem figure figcaption {
  font-size: var(--text-md);
  font-weight: bold;
  line-height: 1.2;
}
.health__steps {
  display: block;
  margin: 0 auto;
  padding: 3% 0;
}
.health__steps .arrowDown {
  display: block;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.health__steps .arrowDown img {
  max-width: 100px;
  margin: 0 auto;
}
.health__steps__box {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 3% 0;
  grid-template-columns: 4fr 4fr;
}
@media (min-width: 992px) {
  .health__steps__box {
    grid-template-columns: 4fr 1fr 4fr 1fr 4fr 1fr 4fr;
  }
}
.health__steps__box .stepItem {
  display: block;
  border: 2px dashed #FF0000;
  padding: 30px 20px;
  text-align: center;
  margin: 10px;
  position: relative;
  z-index: 0;
}
.health__steps__box .stepItem span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 20px;
  background-color: #FF0000;
  color: #FFF;
  text-align: center;
  width: 20px;
  height: 20px;
  padding: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .health__steps__box .stepItem span {
    position: absolute;
    left: 45%;
    top: -20%;
    z-index: 5;
  }
}
.health__steps__box .arrow {
  display: none;
}
@media (min-width: 992px) {
  .health__steps__box .arrow {
    color: var(--color-red-400);
    text-align: center;
    display: block;
    font-size: 50px;
    line-height: 1.5;
  }
}
.health__customerCare {
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: url("https://storage-asset.msi.com/event/2023/VN/laptop-health-check/images/pattern-background2.png") top center;
  background-size: cover;
}
.health__customerCare .title {
  text-align: center;
  margin: 50px auto;
}
.health__customerCare .title span {
  margin: 20px auto;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 15px 30px;
  background-color: #FF0000;
  color: #FFF;
}
.health__customerCare .vn__online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.health__customerCare .vn__online__item {
  display: block;
  margin: 20px auto;
  text-align: center;
}
.health__customerCare .vn__online__item .serviceIcon {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 0 5px 3px #ccc;
          box-shadow: 0 0 5px 3px #ccc;
  border-radius: 100px;
  text-align: center;
  margin: 10px auto;
}
@media (min-width: 992px) {
  .health__customerCare .vn__online__item .serviceIcon {
    padding: 55px;
    border-radius: 100px;
  }
}
.health__customerCare .vn__online__item .serviceIcon img {
  display: block;
  max-width: 100px;
  margin: 0 auto;
}
.health__customerCare .vn__online__item .aiChat {
  display: block;
  width: 100%;
  text-align: center;
}
.health__customerCare .vn__online__item .aiChat a {
  display: block;
  text-decoration: underline;
  color: #000;
}
.health__customerCare .vn__online__item .aiChat a:hover {
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  text-decoration: none;
  color: #FFF;
  color: #FF0000;
}
.health__customerCare .vn__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  padding: 20px;
}
.health__customerCare .vn__location h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.health__customerCare .vn__location__item {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 15px 20px;
  -webkit-box-shadow: 0 0 5px 3px #ccc;
          box-shadow: 0 0 5px 3px #ccc;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .health__customerCare .vn__location__item {
    width: 45%;
  }
}
.health__customerCare .vn__location__item ul li {
  position: relative;
  margin-bottom: 15px;
  line-height: 2;
  padding-left: 35px;
  z-index: 0;
}
.health__customerCare .vn__location__item ul li.location::before {
  content: url("https://storage-asset.msi.com/event/2023/VN/laptop-health-check/images/location-icon.png");
  position: absolute;
  z-index: 5;
  left: 0px;
  top: 10px;
}
.health__customerCare .vn__location__item ul li.mobile::before {
  content: url("https://storage-asset.msi.com/event/2023/VN/laptop-health-check/images/phone-icon.png");
  position: absolute;
  z-index: 5;
  left: 0px;
  top: 10px;
}
.health__prize {
  display: block;
  background-color: #f3f3f3;
  margin: 3% auto;
  padding: 3% 0;
}
.health__prize__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .health__prize__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.health__prize__box .prizeImg {
  display: block;
  width: 90%;
  margin: 15px;
}
@media (min-width: 992px) {
  .health__prize__box .prizeImg {
    width: 40%;
  }
}
.health__prize__box .prizeText {
  display: block;
  width: 90%;
  text-align: left;
}
@media (min-width: 992px) {
  .health__prize__box .prizeText {
    width: 45%;
  }
}
.health__prize__box .prizeText ul li {
  display: block;
  position: relative;
  line-height: 1.5;
  padding-left: 20px;
  margin-bottom: 20px;
}
.health__prize__box .prizeText ul li::before {
  content: "▶";
  display: block;
  position: absolute;
  width: 20px;
  z-index: 5;
  left: 0;
}
.health__prize__box .prizeText ul li span {
  color: #ff0000;
  font-weight: bold;
}
.health__prize__box .prizeText ul.dot li::before {
  content: "●";
}
.health__prize__box .prizeText ul.dot .pointT {
  font-weight: bold;
  display: block;
  position: relative;
  line-height: 1.5;
  padding-left: 20px;
  margin-bottom: 20px;
}
.health__prize__box .prizeText ul.dot .pointT::before {
  content: "▽";
  display: block;
  position: absolute;
  width: 20px;
  z-index: 5;
  left: 0;
}/*# sourceMappingURL=vn-health-check.css.map */