* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
 
@font-face {
  font-family: "Noto Serif";
  src: url("../fonts/Noto/NotoSerif.eot");
  src: url("../fonts/Noto/NotoSerif.eot?#iefix") format("embedded-opentype"), url("../fonts/Noto/NotoSerif.woff2") format("woff2"), url("../fonts/Noto/NotoSerif.woff") format("woff"), url("../fonts/Noto/NotoSerif.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif";
  src: url("../fonts/Noto/NotoSerif-Bold.eot");
  src: url("../fonts/Noto/NotoSerif-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Noto/NotoSerif-Bold.woff2") format("woff2"), url("../fonts/Noto/NotoSerif-Bold.woff") format("woff"), url("../fonts/Noto/NotoSerif-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; 
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/monts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/monts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/monts/Montserrat-Light.woff2") format("woff2"), url("../fonts/monts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/monts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/monts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/monts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/monts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myriad";
  src: url("../fonts/Noto/MyriadPro-Semibold.woff2") format("woff2"), url("../fonts/Noto/MyriadPro-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Noto/Barlow-MediumItalic.woff2") format("woff2"), url("../fonts/Noto/Barlow-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Noto/Barlow-Medium.woff2") format("woff2"), url("../fonts/Noto/Barlow-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  box-sizing: border-box;
  font-size: 17px;
  line-height: 1.65;
  position: relative;
  font-weight: normal;
  overflow-x: hidden;
  font-family: "Noto Serif";
  background: #fff;
}
body h1, body h2, body h3, body h4, body h5, body h6, body p, body label, body ul, body li, body .card, body a {
  text-decoration: none !important;
  outline: none !important;
}

main {
  margin-top: 44px;
}

div#mingid_comments_content {
  display: none !important;
}
.sp-sticky-header {
    z-index: 1001 !important;
}
.emag-center {
  text-align: center;
}

img {
  max-width: 100%;
  width: auto;
}
img.w-100 {
  width: 100%;
}

.adm-emag {
  padding: 0 0 40px 0;
  position: relative;
  overflow-x: hidden;
}
.adm-emag img {
  max-width: 100% !important;
  display: inline;
}

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

.cover-emag {
  position: relative;
  overflow: hidden;
}
.cover-emag .bottom-cover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.cover-emag .bottom-cover .info {
  width: 52%;
  margin: 0 auto;
}
.cover-emag .avr-title {
  position: relative;
}
.cover-emag .light-abs {
  width: 20%;
  position: absolute;
  z-index: 2;
  top: 27.7%;
  left: 40.9%;
}
.cover-emag .light-abs.light-1 {
  top: 13%;
  left: 68%;
  -webkit-animation: light_1 3s infinite;
  animation: light_1 3s infinite;
}
.cover-emag .light-abs.light-2 {
  top: 53.8%;
  left: 14%;
  -webkit-animation: light_2 3s infinite;
  animation: light_2 3s infinite;
}

.avarta-cover {
  position: relative;
  transition: 1s all !important;
  transform: scale(1.3);
  opacity: 0;
}
.avarta-cover.active {
  opacity: 1;
  transform: scale(1);
}

.content-sapo {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -20%;
  margin-bottom: 60px;
  position: relative;
}
.content-sapo .abs-txt-sapo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sapo-emag {
  position: relative;
  padding: 80px 0 60px 0;
}

.title-emag {
  margin-bottom: 30px;
}

.text-emag {
  max-width: 660px;
  margin: 0 auto 30px auto;
  position: relative;
  z-index: 4;
}
.text-emag p {
  font-family: "Noto Serif";
  margin-bottom: 20px;
}
.text-emag p:last-child {
  margin-bottom: 0;
}
.text-emag iframe {
  width: 100%;
  height: 375px;
}

.detail-emag {
  margin: 0 auto 45px auto;
  position: relative;
  line-height: 1.3;
}
.detail-emag .abs-detail {
  position: absolute;
}

.detail-3 .abs-detail {
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
}
.detail-3 .info {
  margin: 0 auto;
  width: 58%;
}

.detail-4 .abs-detail {
  z-index: 3;
}
.detail-4 .abs-detail img {
  width: 100%;
}
.detail-4 .abs-1 {
  top: 0;
  left: 12%;
  display: flex;
  height: 100%;
  align-items: center;
  width: 35%;
}
.detail-4 .abs-2 {
  top: 0;
  right: 0;
  width: 48%;
}

.detail-5 {
  margin-bottom: -40px;
}
.detail-5 .abs-detail {
  z-index: 3;
}
.detail-5 .abs-detail img {
  width: 100%;
}
.detail-5 .abs-1 {
  right: 8%;
  top: 0;
  display: flex;
  height: 100%;
  align-items: center;
  width: 32%;
}
.detail-5 .abs-2 {
  top: -15%;
  left: 0;
  width: 58%;
}

.detail-6 {
  margin-bottom: 80px;
}
.detail-6 .abs-detail img {
  width: 100%;
}
.detail-6 .abs-1 {
  left: 8%;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  width: 32%;
}
.detail-6 .abs-2 {
  top: 0;
  right: 0;
  width: 46%;
  z-index: 3;
  opacity: 1 !important;
}
.detail-7 .light-abs.light-3 {
    top: 7.6%;
    left: -2.2%;
    z-index: 2;
}
.detail-7 .abs-detail img {
  width: 100%;
}
.detail-8 {
  margin-bottom: -80px;
}
/*.detail-8:after {
  background: red;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}
.detail-8:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}*/
.detail-8 .abs-1 {
  top: 10%;
  left: 34%;
  width: 26%;
}
.detail-8 .light-abs.light-2 {
  top: 21.6%;
  left: 11%;
}
.detail-8 .light-abs.light-1 {
  top: 33.6%;
  right: 20.8%;
}

.detail-9 .abs-detail img {
  width: 100%;
}
.detail-9 .abs-1 {
  bottom: 0;
  left: 20%;
  width: 27%;
}
.detail-9 .abs-2 {
  top: 0;
  left: 20%;
  width: 64%;
}
.detail-9 .light-abs.light-1 {
  top: 26.6%;
  right: 28.8%;
}

.detail-10 {
  margin-bottom: -5%;
}
.detail-10 .abs-1 {
  bottom: 14%;
  left: 0;
  z-index: 3;
  width: 100%;
  text-align: center;
  padding: 0 6%;
}
.detail-10 .abs-2 {
  top: 0;
  left: 0;
  width: 100%;
}

.light-abs {
  position: absolute;
  max-width: 15%;
  transition: 1s all !important;
  pointer-events: none;
  /*opacity: 0;*/
  /*transform: rotate(0deg) scale(0);*/
  mix-blend-mode: color-dodge;
  /*visibility: hidden; */
  transform: scale(0);
}
.light-abs.light-2 {
  top: 13.6%;
  left: 6.8%;
}
.light-abs.light-1 {
  top: 19.6%;
  right: 2.8%;
}
.light-abs.animated {
  opacity: 1;
  /*transform: rotate(360deg) scale(1); */
  /*animation: letter-flicker ease-out 2s; */
  /*visibility: visible; */
  transform: scale(1);
}

.credit-emg {
  max-width: 660px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.credit-emg ul {
  list-style: none;
  line-height: 1;
  border-left: 5px solid #ff6a03;
  padding-left: 20px;
  font-weight: 600;
}
.credit-emg ul li {
  margin-bottom: 10px;
}
.credit-emg ul li:last-child {
  margin-bottom: 0;
}

.video-emag { 
  padding: 24px 0;
  width: 100%;
  margin: 0 auto;
}
.video-emag video {
  width: 100%;
  height: auto;
}

@keyframes eamg_anm {
  0% {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px);
  }
  33% {
    -webkit-transform: rotate(3deg) translate(1px, 1px);
    transform: rotate(3deg) translate(1px, 1px);
  }
  66% {
    -webkit-transform: rotate(-3deg) translate(-1px, 1px);
    transform: rotate(-3deg) translate(-1px, 1px);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0px, 0px);
    transform: rotate(0deg) translate(0px, 0px);
  }
}
@keyframes eamg_light {
  0%, 100% {
    -webkit-filter: drop-shadow(0px 0px 10px #fffbfd);
  }
  50% {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(253, 253, 255, 0.5));
  }
}
@keyframes light_1 {
  0% {
    opacity: 0;
    left: 68%;
  }
  50% {
    opacity: 1;
    left: 42%;
  }
  100% {
    opacity: 0;
    left: 15%;
  }
}
@keyframes light_2 {
  0% {
    opacity: 0;
    left: 14%;
  }
  50% {
    opacity: 1;
    left: 42%;
  }
  100% {
    opacity: 0;
    left: 68%;
  }
}
@keyframes letter-flicker {
  0% {
    opacity: 0.1; }
  19% { 
    opacity: 1; }
  21% {
    opacity: 0.1; }
  23% {
    opacity: 1; }
  80% {
    opacity: 1; }
  83% {
    opacity: 0.4; }
  87% {
    opacity: 1; }
  100% {
    opacity: 1; }
  }
/*# sourceMappingURL=style.css.map */

.sanpham-abs {
  position: absolute;
}
.sanpham-abs > img {
  width: 100%;
}
.sanpham-abs.sp1 {
  width: 5.45%;
  top: 21.4%; 
  left: 15.4%;
}

.sanpham-abs.sp2 {
  top: 35.5%;
  right: 21.2%;
  width: 12.5%;
}
.sanpham-abs.sp3 {
  width: 3.9%;
  top: 32.2%;
  right: 31.7%;
}
.sanpham-abs.sp4 {
  top: 22.1%;
  right: 8.5%;
  width: 4.2%;
} 
.sanpham-abs.sp5 {
  top: 16.7%;
  left: 12.28%;
  width: 3%;
}

.sanpham-abs.sp3 img {
  -webkit-animation: eamg_light 1.5s infinite;
  animation: eamg_light 1.5s infinite;
}


.mask {
  bottom: 0;
  opacity: 0.5;
  left: 0;
  position: absolute;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg,transparent,transparent,white,transparent);
  animation: mask 1.5s ease-in-out;
  animation-delay: 3s;
  animation-iteration-count: infinite;
  transform: rotate(45deg);
}



@keyframes mask { 
  0% {
    bottom: 13%;
    left: -40%;
    opacity: 1;
  }
  100% {
    bottom: 90%;
    left: 18%;
    opacity: 0;
  }
}

@keyframes eamg_light {
    0%, 100% {
        -webkit-filter: drop-shadow(0px 0px 20px #fff);
    }
    50% {
        -webkit-filter: drop-shadow(0px 0px 5px rgba(253,253,255,0.5));
    }
}