@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition:
    0.2s transform,
    0.2s top;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    0.2s transform,
    0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    0.2s transform,
    0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@font-face {
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  src:
    url("https://static.mediacdn.vn/fonts/Roboto-Bold.woff2") format("woff2"),
    url("https://static.mediacdn.vn/fonts/Roboto-Bold.woff") format("woff"),
    url("https://static.mediacdn.vn/fonts/Roboto-Bold.ttf") format("truetype"),
    url("https://static.mediacdn.vn/fonts/Roboto-Bold.eot?")
      format("embedded-opentype");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  src:
    url("https://static.mediacdn.vn/fonts/Roboto-Medium.woff2") format("woff2"),
    url("https://static.mediacdn.vn/fonts/Roboto-Medium.woff") format("woff"),
    url("https://static.mediacdn.vn/fonts/Roboto-Medium.ttf") format("truetype"),
    url("https://static.mediacdn.vn/fonts/Roboto-Medium.eot?")
      format("embedded-opentype");
}
@font-face {
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  src:
    url("https://static.mediacdn.vn/fonts/Roboto-Regular.woff2") format("woff2"),
    url("https://static.mediacdn.vn/fonts/Roboto-Regular.woff") format("woff"),
    url("https://static.mediacdn.vn/fonts/Roboto-Regular.ttf")
      format("truetype"),
    url("https://static.mediacdn.vn/fonts/Roboto-Regular.eot?")
      format("embedded-opentype");
}
@font-face {
  font-family: "SFD";
  src: url("https://static.mediacdn.vn/tuoitre/web_font/SanFranciscoDisplay-Bold.eot?");
  src:
    url("https://static.mediacdn.vn/tuoitre/web_font/SanFranciscoDisplay-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("https://static.mediacdn.vn/tuoitre/web_font/SanFranciscoDisplay-Bold.woff2")
      format("woff2"),
    url("https://static.mediacdn.vn/tuoitre/web_font/SanFranciscoDisplay-Bold.woff")
      format("woff"),
    url("https://static.mediacdn.vn/tuoitre/web_font/SanFranciscoDisplay-Bold.ttf")
      format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFD";
  src: url("https://static.mediacdn.vn/tuoitre/web_font/SanFranciscoDisplay-Light.eot?");
  src:
    url("https://static.mediacdn.vn/tuoitre/web_font/SanFranciscoDisplay-Light.eot?#iefix")
      format("embedded-opentype"),
    url("https://static.mediacdn.vn/tuoitre/web_font/SanFranciscoDisplay-Light.woff2")
      format("woff2"),
    url("https://static.mediacdn.vn/tuoitre/web_font/SanFranciscoDisplay-Light.woff")
      format("woff"),
    url("https://static.mediacdn.vn/tuoitre/web_font/SanFranciscoDisplay-Light.ttf")
      format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFD";
  src: url("https://static.mediacdn.vn/tuoitre/web_font/SanFranciscoDisplay-Regular.eot?");
  src:
    url("https://static.mediacdn.vn/tuoitre/web_font/SanFranciscoDisplay-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("https://static.mediacdn.vn/tuoitre/web_font/SanFranciscoDisplay-Regular.woff2")
      format("woff2"),
    url("https://static.mediacdn.vn/tuoitre/web_font/SanFranciscoDisplay-Regular.woff")
      format("woff"),
    url("https://static.mediacdn.vn/tuoitre/web_font/SanFranciscoDisplay-Regular.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFD";
  src: url("https://static.mediacdn.vn/tuoitre/web_font/SanFranciscoDisplay-Medium.eot?");
  src:
    url("https://static.mediacdn.vn/tuoitre/web_font/SanFranciscoDisplay-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("https://static.mediacdn.vn/tuoitre/web_font/SanFranciscoDisplay-Medium.woff2")
      format("woff2"),
    url("https://static.mediacdn.vn/tuoitre/web_font/SanFranciscoDisplay-Medium.woff")
      format("woff"),
    url("https://static.mediacdn.vn/tuoitre/web_font/SanFranciscoDisplay-Medium.ttf")
      format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFD";
  src: url("https://static.mediacdn.vn/tuoitre/web_font/SanFranciscoDisplay-Semibold.eot?");
  src:
    url("https://static.mediacdn.vn/tuoitre/web_font/SanFranciscoDisplay-Semibold.eot?#iefix")
      format("embedded-opentype"),
    url("https://static.mediacdn.vn/tuoitre/web_font/SanFranciscoDisplay-Semibold.woff2")
      format("woff2"),
    url("https://static.mediacdn.vn/tuoitre/web_font/SanFranciscoDisplay-Semibold.woff")
      format("woff"),
    url("https://static.mediacdn.vn/tuoitre/web_font/SanFranciscoDisplay-Semibold.ttf")
      format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("https://static.mediacdn.vn/tuoitre/web_font/NotoSans-ExtraBold.eot?");
  src:
    url("https://static.mediacdn.vn/tuoitre/web_font/NotoSans-ExtraBold.eot?#iefix")
      format("embedded-opentype"),
    url("https://static.mediacdn.vn/tuoitre/web_font/NotoSans-ExtraBold.woff2")
      format("woff2"),
    url("https://static.mediacdn.vn/tuoitre/web_font/NotoSans-ExtraBold.woff")
      format("woff"),
    url("https://static.mediacdn.vn/tuoitre/web_font/NotoSans-ExtraBold.ttf")
      format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  src: url("https://static.mediacdn.vn/tuoitre/web_font/NotoSans-Regular.eot?");
  src:
    url("https://static.mediacdn.vn/tuoitre/web_font/NotoSans-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("https://static.mediacdn.vn/tuoitre/web_font/NotoSans-Regular.woff2")
      format("woff2"),
    url("https://static.mediacdn.vn/tuoitre/web_font/NotoSans-Regular.woff")
      format("woff"),
    url("https://static.mediacdn.vn/tuoitre/web_font/NotoSans-Regular.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.header-logo-image {
  height: 35px;
}
.body-pc {
  font-family: "SFD";
  min-width: 1116px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background-color: #fff;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s;
  margin: 0;
}
@media (max-width: 575px) {
  .body-pc.openmn {
    overflow: hidden;
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 1116px;
}
*,
::after,
::before {
  box-sizing: border-box;
}
.bg-white {
  background-color: #fff;
}
input,
button {
  outline: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none;
}
p {
  margin: 0;
}
h1,
h2,
h3 {
  margin: 0;
}
img {
  width: 100%;
  max-width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex;
}
.ml-5 {
  margin-left: 5px;
}
.mr-5 {
  margin-right: 5px;
}
.m-0 {
  margin: 0;
}
.mt-20 {
  margin-top: 20px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-65 {
  margin-top: 40px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-57 {
  margin-bottom: 40px !important;
}
.mb-70 {
  margin-bottom: 35px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.text-center {
  text-align: center;
}
.w980 {
  width: 980px;
  margin: 0 auto;
}
.w960 {
  width: 960px;
  margin: 0 auto;
}
.w794 {
  width: 794px;
  margin: 0 auto;
}
.line-2 {
  border-top: 2px solid #c00;
}
.img-circle {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
}
.border-0 {
  border: 0 !important;
}
.strong {
  font-weight: 700;
}
.iframe-resize {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.iframe-resize .iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hidden {
  display: none !important;
}
.icon {
  display: inline-block;
}
.icon-vi {
  width: 24px;
  height: 24px;
  background: url(https://static.mediacdn.vn/tuoitre/web_images/vi.png);
}
.icon-tiktok {
  width: 32px;
  height: 31px;
  background: url(https://static.mediacdn.vn/tuoitre/web_images/tiktok.png);
}
.icon-fb {
  width: 33px;
  height: 33px;
  background: url(https://static.mediacdn.vn/tuoitre/web_images/fb.png);
}
.icon-yt {
  width: 33px;
  height: 32px;
  background: url(https://static.mediacdn.vn/tuoitre/web_images/yt.png);
}
.icon-zalo {
  width: 31px;
  height: 31px;
  background: url(https://static.mediacdn.vn/tuoitre/web_images/zalo.png);
}
.icon-lotus {
  width: 31px;
  height: 31px;
  background: url(https://static.mediacdn.vn/tuoitre/web_images/lotus.png);
}
.layout__sticky-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #f9f9f9;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  position: fixed;
  right: 40px;
  bottom: 100px;
  z-index: 9;
  flex-direction: column;
}
.layout__sticky-icon .icon {
  margin-bottom: 3.5px;
  display: flex;
}
.layout__sticky-icon .text {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #9f9f9f;
}
.layout__breadcrumb {
  padding: 20px 0;
}
.layout__breadcrumb .box-breadcrumb {
  display: flex;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.005em;
  color: #606368;
}
.layout__breadcrumb .box-breadcrumb-sub a {
  margin-left: 10px;
  border-left: 1px solid #dadce0;
  padding-left: 10px;
}
.layout__pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout__pagination ul li .item {
  background: #fff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 4px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #606368;
  margin: 0 5px;
}
.layout__pagination ul li .item.active {
  background: #235510;
  color: #f4e1a0;
}
#back-to-top {
  display: none;
}
#back-to-top.show {
  display: block;
}
.home__pc-bline {
  background: #f00;
  width: 100%;
  height: 20px;
  margin-top: 15px;
}
.home__pc-box-top {
  margin-bottom: 40px;
}
.home__pbt-item {
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  padding: 22px 27px;
  display: flex;
}
.home__pbt-item .item-image {
  border: 1px solid #fe6a6a;
  box-sizing: border-box;
  border-radius: 16px;
  width: 250px;
  height: 250px;
  overflow: hidden;
  margin-right: 36px;
}
.home__pbt-item .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home__pbt-item .item-content {
  width: calc(100% - 286px);
}
.home__pbt-item .item-content .item-share {
  background: rgba(241, 241, 241, 0.56);
  border: 1px solid #fe6a6a;
  border-radius: 9px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: inline-flex;
  align-items: center;
  color: #f00;
  padding: 0 6px;
  margin-bottom: 18px;
}
.home__pbt-item .item-content .item-share .icon {
  margin-left: 3px;
}
.home__pbt-item .item-content .box-item-link-title {
  display: block;
  font-family: "SFD";
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
  color: #f00;
  margin-bottom: 18px;
}
.home__pbt-item .item-content .box-item-sapo {
  font-family: "SFD";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #000;
  margin-bottom: 15px;
}
.home__pbt-item .item-content .item-action {
  display: flex;
  justify-content: flex-end;
}
.home__pbt-item .item-content .item-action .item-play {
  display: flex;
  align-items: center;
  border: 2px solid #f00;
  box-sizing: border-box;
  border-radius: 92.8391px;
  padding: 8px 28px;
  font-size: 18px;
  line-height: 22px;
  color: #f00;
}
.home__pbt-item .item-content .item-action .item-play .icon {
  display: flex;
  margin-right: 10px;
}
.home__pc-line {
  border: 1px solid #f00;
  width: 960px;
  margin: auto;
}
.home__pc-new {
  margin-bottom: 40px;
}
.home__pc-new .box-view-more {
  border: 1px solid #999;
  box-sizing: border-box;
  border-radius: 20px;
  width: 127px;
  height: 34px;
  display: inline-flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  color: #999;
  margin-top: 20px;
  font: normal 14px/19px Noto Sans;
}
.home__pc-topic {
  margin-bottom: 40px;
}
.home__pc-topic .box-view-more {
  border: 1px solid #999;
  box-sizing: border-box;
  border-radius: 37px;
  width: 200px;
  height: 55px;
  display: inline-flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #999;
  margin-top: 15px;
}
.home__pc-category {
  margin-bottom: 20px;
}
.home__pc-product {
  width: 794px;
  margin: 0 auto;
  border-top: 1px solid #595858;
  padding: 50px;
  padding-bottom: 0;
}
.home__pc-logo {
  margin-bottom: 128px;
}
.home__pc-logo ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home__pc-logo ul .item {
  display: block;
  max-height: 51px;
  margin: 0 10px;
}
.home__pc-logo ul .item img {
  height: 51px;
}
.home__pc-playbox {
  background: url(https://static.mediacdn.vn/tuoitre/web_images/bg-play.png)
    no-repeat;
  background-size: cover;
  padding: 87px 0 67px;
  margin-bottom: 60px;
  position: relative;
}
.home__pc-playbox .box-play {
  display: flex;
  position: relative;
  z-index: 2;
}
.home__pc-playbox .box-play .item-image {
  border: 1px solid #fe6a6a;
  box-sizing: border-box;
  border-radius: 16px;
  width: 250px;
  height: 250px;
  overflow: hidden;
  margin-right: 36px;
}
.home__pc-playbox .box-play .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home__pc-playbox .box-play .item-content {
  width: calc(100% - 286px);
}
.home__pc-playbox .box-play .item-content .item-share {
  background: #fff;
  border: 1px solid #fe6a6a;
  border-radius: 9px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: inline-flex;
  align-items: center;
  color: #f00;
  padding: 0 6px;
  margin-bottom: 18px;
}
.home__pc-playbox .box-play .item-content .item-share .icon {
  margin-left: 3px;
}
.home__pc-playbox .box-play .item-content .box-item-link-title {
  font-family: "SFD";
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
  color: #fff;
  display: block;
  margin-bottom: 32px;
}
.home__pc-playbox .box-play .item-content .item-form {
  display: flex;
  color: #fff;
  justify-content: space-between;
}
.home__pc-playbox .box-play .item-content .item-form .action-share {
  width: 208px;
}
.home__pc-playbox .box-play .item-content .item-form .action-share ul {
  display: flex;
}
.home__pc-playbox
  .box-play
  .item-content
  .item-form
  .action-share
  ul
  li:first-child
  .item {
  margin-left: 0;
  width: 40px;
}
.home__pc-playbox .box-play .item-content .item-form .action-share ul li .item {
  display: block;
  margin-left: 30px;
}
.home__pc-playbox .box-play .item-content .item-form .action-form {
  flex: 1;
}
.home__pc-click-theme {
  margin-bottom: 40px;
}
.home__pc-click-theme .box-item {
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  padding: 20px 32px;
  display: flex;
}
.home__pc-click-theme .box-item .item-left {
  width: 350px;
  margin-right: 81px;
}
.home__pc-click-theme .box-item .item-left .item-image {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 8px;
  margin-bottom: 26px;
  overflow: hidden;
}
.home__pc-click-theme .box-item .item-left .item-playin {
  text-align: center;
}
.home__pc-click-theme .box-item .item-left .item-playin .text {
  font-family: "SFD";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 14px;
}
.home__pc-click-theme .box-item .item-left .item-playin ul {
  display: flex;
  justify-content: center;
}
.home__pc-click-theme .box-item .item-left .item-playin ul li .item {
  margin: 0 20px;
}
.home__pc-click-theme .box-item .item-content {
  width: calc(100% - 431px);
}
.home__pc-click-theme .box-item .item-content .box-item-link-title {
  display: block;
  margin: 50px 0 28px;
  font-family: "SFD";
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 42px;
  color: #222;
}
.home__pc-click-theme .box-item .item-content .box-item-sapo {
  font-family: "SFD";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #000;
}
.list__topic-search {
  background: url(https://static.mediacdn.vn/tuoitre/web_images/bg-topic-page.png)
    no-repeat;
  background-size: cover;
  padding: 74px 0 126px;
}
.list__topic-search .title {
  text-align: center;
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #235510;
  margin-bottom: 20px;
}
.list__topic-search .list__ts-form {
  width: 776px;
  margin: 0 auto;
  position: relative;
}
.list__topic-search .list__ts-form .btn {
  width: 100%;
  background: #fff;
  border-radius: 60px;
  height: 48px;
  border: 0;
  padding: 11px 40px;
  padding-right: 100px;
}
.list__topic-search .list__ts-form .btn-submit {
  background: #235510;
  border-radius: 60px;
  width: 86px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 4px;
  top: 4px;
}
.list__topic {
  padding: 48px;
}
.box-category .box-category-link-with-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.box-category .box-category-item.active .box-category-link-with-avatar img {
  border: 1px solid #fe6a6a;
}
.box-category[data-layout="1"] .box-category-top {
  margin-bottom: 35px;
  text-align: center;
}
.box-category[data-layout="1"] .box-category-top .box-category-title {
  display: inline-flex;
  margin: 0 auto;
  text-align: center;
  color: #000;
  font: 800 25px/34px Noto Sans;
}
.box-category[data-layout="1"] .box-category-top .box-category-title span {
  background: #fe6a6a;
  color: #fff;
  padding: 0 15px 0 5px;
  margin-left: 5px;
}
.box-category[data-layout="1"] .box-category-middle {
  display: flex;
  flex-wrap: wrap;
}
.box-category[data-layout="1"] .box-category-middle .box-category-item {
  width: calc(25% - 35px);
  margin-right: 45px;
  margin-bottom: 30px;
}
.box-category[data-layout="1"] .box-category-middle .box-category-item.active {
  opacity: 0.7;
}
.box-category[data-layout="1"]
  .box-category-middle
  .box-category-item:nth-child(4n) {
  margin-right: 0;
}
.box-category[data-layout="1"]
  .box-category-middle
  .box-category-item
  .box-category-link-with-avatar {
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 4px 3px 8px 2px rgba(0, 0, 0, 0.35);
  border-radius: 16px;
  height: 210px;
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  box-sizing: initial;
}
.box-category[data-layout="1"]
  .box-category-middle
  .box-category-item
  .box-category-link-with-avatar
  .icon-play-pc {
  position: absolute;
  bottom: 8px;
  left: 8px;
}
.box-category[data-layout="1"]
  .box-category-middle
  .box-category-item
  .box-category-link-with-avatar[data-newstype="2"]::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 8px;
  width: 55px;
  height: 55px;
  background: url("https://static.mediacdn.vn/tuoitre/images/svgviewer-png-output.png") no-repeat 0 0/contain;
}
.box-category[data-layout="1"]
  .box-category-middle
  .box-category-item
  .box-category-info {
  margin-bottom: 10px;
}
.box-category[data-layout="1"]
  .box-category-middle
  .box-category-item
  .box-category-category {
  color: #f00;
  display: block;
  font: 700 18px/25px SFD;
  order: 1;
}
.box-category[data-layout="1"]
  .box-category-middle
  .box-category-item
  .box-category-time {
  color: #999;
  display: block;
  font: 500 14px/25px SFD;
  order: 2;
}
.box-category[data-layout="1"]
  .box-category-middle
  .box-category-item
  .box-category-link-title {
  color: #070707;
  display: block;
  font: 700 22px/26px SFD;
}
.box-category[data-layout="1"]
  .box-category-middle
  .box-category-item
  .box-category-title-text {
  order: 3;
}

.box-category[data-layout="1"] .box-category-content {
  display: flex;
  flex-direction: column;
}
.box-category[data-layout="1"] .box-category-content .box-category-sapo {
  display: none;
}

.box-category[data-layout="2"] .box-category-top {
  margin-bottom: 20px;
}
.box-category[data-layout="2"] .box-category-top .box-category-title {
  font-family: "SFD";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #000;
}
.box-category[data-layout="2"] .box-category-middle {
  display: flex;
  flex-wrap: wrap;
}
.box-category[data-layout="2"] .box-category-middle .box-category-item {
  width: 300px;
  margin-bottom: 25px;
  margin-right: 40px;
}
.box-category[data-layout="2"]
  .box-category-middle
  .box-category-item:nth-child(3n) {
  margin-right: 0;
}
.box-category[data-layout="2"]
  .box-category-middle
  .box-category-item
  .box-category-link-with-avatar {
  display: block;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.box-category[data-layout="2"]
  .box-category-middle
  .box-category-item
  .box-category-link-title {
    display: none;
  font-family: "SFD";
  font-style: normal;
  font-weight: 800;
  font-size: 25px;
  line-height: 150%;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}
.box-category[data-layout="2"]
  .box-category-middle
  .box-category-item
  .box-category-sapo {
  font-family: "SFD";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000;
}
.box-category[data-layout="2"] .box-category-category,.box-category[data-layout="2"] .box-category-time{display: none;}
.box-category[data-layout="3"] .box-category-top {
  margin-bottom: 20px;
}
.box-category[data-layout="3"] .box-category-top .box-category-title {
  font-family: "SFD";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #000;
}
.box-category[data-layout="3"] .box-category-middle {
  display: flex;
  flex-wrap: wrap;
}
.box-category[data-layout="3"] .box-category-middle .box-category-item {
  width: calc(33.33% - 18.66px);
  margin-bottom: 40px;
  margin-right: 28px;
  border-radius: 19px;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.box-category[data-layout="3"]
  .box-category-middle
  .box-category-item:nth-child(3n) {
  margin-right: 0;
}
.box-category[data-layout="3"]
  .box-category-middle
  .box-category-item
  .box-category-link-with-avatar {
  display: block;
  height: 197px;
}
.box-category[data-layout="3"]
  .box-category-middle
  .box-category-item
  .box-category-link-title {
  background: rgba(196, 196, 196, 0.15);
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 150%;
  text-align: center;
  color: #000;
}
.box-category[data-layout="4"] .box-category-top {
  margin-bottom: 38px;
}
.box-category[data-layout="4"] .box-category-top .box-category-title {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;
  color: #000;
  text-align: center;
  display: block;
}
.box-category[data-layout="4"] .box-category-middle {
  display: flex;
  flex-wrap: wrap;
}
.box-category[data-layout="4"] .box-category-middle .box-category-item {
  width: calc(25% - 45px);
  margin-right: 60px;
  margin-bottom: 50px;
}
.box-category[data-layout="4"]
  .box-category-middle
  .box-category-item:nth-child(4n) {
  margin-right: 0;
}
.box-category[data-layout="4"]
  .box-category-middle
  .box-category-item
  .box-category-link-with-avatar {
  width: 100%;
  height: 130px;
  border: 1px solid #000;
  overflow: hidden;
  display: block;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  margin-bottom: 50px;
}
.box-category[data-layout="4"]
  .box-category-middle
  .box-category-item
  .box-category-link-title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000;
}
.box-category[data-layout="5"] .box-category-top {
  margin-bottom: 95px;
}
.box-category[data-layout="5"] .box-category-top .box-category-title {
  display: inline-flex;
  margin: 0 auto;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 45px;
  line-height: 61px;
  color: #000;
}
.box-category[data-layout="5"] .box-category-middle {
  display: flex;
  flex-wrap: wrap;
}
.box-category[data-layout="5"] .box-category-middle .box-category-item {
  width: calc(33.33% - 34.66px);
  margin-right: 52px;
  margin-bottom: 31px;
}
.box-category[data-layout="5"]
  .box-category-middle
  .box-category-item:nth-child(3n) {
  margin-right: 0;
}
.box-category[data-layout="5"]
  .box-category-middle
  .box-category-item
  .box-category-link-with-avatar {
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 4px 3px 8px 2px rgba(0, 0, 0, 0.35);
  border-radius: 16px;
  height: 291px;
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 31px;
  position: relative;
}
.box-category[data-layout="5"]
  .box-category-middle
  .box-category-item
  .box-category-link-with-avatar
  .icon-play-pc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box-category[data-layout="5"]
  .box-category-middle
  .box-category-item
  .box-category-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.box-category[data-layout="5"]
  .box-category-middle
  .box-category-item
  .box-category-info
  .box-category-category {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  color: #f00;
  max-width: 50%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.box-category[data-layout="5"]
  .box-category-middle
  .box-category-item
  .box-category-info
  .box-category-time {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 25px;
  color: #999;
}
.box-category[data-layout="5"]
  .box-category-middle
  .box-category-item
  .box-category-link-title {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #070707;
  display: block;
}
.detail__video-cate {
  position: relative;
}
.detail__video-cate .swiper-slide {
  background: #f2f4fd;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  height: auto;
}
.detail__video-cate .title-cate {
  background: linear-gradient(0deg, #000c73 9.21%, #2a39b6 86.85%);
  border-radius: 3px 3px 0 0;
  display: block;
  padding: 9px 19px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.detail__video-cate .swiper-slide {
  margin-bottom: 60px;
}
.detail__video-cate .swiper-button-next {
  width: 25px;
  height: 25px;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  border-radius: 50%;
  right: -39px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 575px) {
  .detail__video-cate .swiper-button-next {
    right: -12px;
  }
}
.detail__video-cate .swiper-button-next:after {
  font-size: 14px;
  color: #515151;
}
.detail__video-cate .swiper-button-next:hover {
  background: rgba(244, 120, 32, 0.8);
}
.detail__video-cate .swiper-button-next:hover:after {
  color: #fff;
}
.detail__video-cate .swiper-button-prev {
  width: 25px;
  height: 25px;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  border-radius: 50%;
  left: -39px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 575px) {
  .detail__video-cate .swiper-button-prev {
    left: -12px;
  }
}
.detail__video-cate .swiper-button-prev:after {
  font-size: 14px;
  color: #515151;
}
.detail__video-cate .swiper-button-prev:hover {
  background: rgba(244, 120, 32, 0.8);
}
.detail__video-cate .swiper-button-prev:hover:after {
  color: #fff;
}
.detail__dv-item {
  padding: 13px 8px;
}
.detail__dv-item .image {
  position: relative;
  display: block;
  margin-bottom: 13px;
}
.detail__dv-item .image:before {
  background: #000;
  opacity: 0.4;
  z-index: 2;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
}
.detail__dv-item .image .icon {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 45px;
  height: 45px;
  transform: translate(50%, -50%);
  z-index: 3;
  border-radius: 50%;
  overflow: hidden;
}
.detail__dv-item .image .icon:before {
  background: #fff;
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  opacity: 0.5;
}
.detail__dv-item .image .icon:after {
  content: "";
  position: absolute;
  border-top: 12px solid transparent;
  border-left: 18px solid #fff;
  border-bottom: 12px solid transparent;
  top: 12px;
  left: 16px;
  z-index: 10;
}
.detail__dv-item .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin-bottom: 9px;
  display: block;
}
.detail__dv-item .time {
  display: flex;
  font-size: 14px;
  line-height: 11px;
  color: #515151;
  align-items: center;
  margin-bottom: 21px;
}
.detail__dv-item .time .icon {
  margin-right: 4px;
}
.detail__dv-item .related .box-category-item {
  display: flex;
  border-bottom: 0.2px solid #888282;
  padding: 15px 0;
}
.detail__dv-item .related .box-category-item:first-child {
  border-top: 0.2px solid #888282;
}
.detail__dv-item .related .box-category-item .box-category-link-with-avatar {
  border-radius: 3px;
  width: 88px;
  height: 76px;
  position: relative;
  margin-right: 10px;
  overflow: hidden;
}
.detail__dv-item
  .related
  .box-category-item
  .box-category-link-with-avatar:before {
  background: #000;
  opacity: 0.3;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
}
.detail__dv-item
  .related
  .box-category-item
  .box-category-link-with-avatar
  .icon {
  position: absolute;
  bottom: 6px;
  left: 6px;
  display: flex;
}
.detail__dv-item
  .related
  .box-category-item
  .box-category-link-with-avatar
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail__dv-item .related .box-category-item .box-category-content {
  width: calc(100% - 98px);
}
.detail__dv-item
  .related
  .box-category-item
  .box-category-content
  .box-category-link-title {
  font-size: 15px;
  line-height: 18px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 400;
  display: block;
}
.detail__dv-item .related .box-category-item .box-category-content .time {
  font-size: 14px;
  line-height: 11px;
  color: #515151;
}
.detail__dv-item .viewmore {
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #f47820;
  display: block;
  margin-top: 15px;
}
.detail__video-content {
  padding-top: 49px;
}
@media (max-width: 1199px) {
  .detail__video-content {
    padding-top: 29px;
  }
}
@media (max-width: 575px) {
  .detail__video-content {
    padding-top: 0;
  }
}
.detail__main {
  display: flex;
  margin-bottom: 52px;
}
.detail__sub {
  width: 300px;
  margin-left: 30px;
}
@media (max-width: 991px) {
  .detail__sub {
    display: none;
  }
}
.detail__article {
  width: calc(100% - 330px);
}
@media (max-width: 991px) {
  .detail__article {
    width: 100%;
  }
}
.detail__related {
  margin-bottom: 52px;
}
@media (max-width: 991px) {
  .detail__related {
    margin-bottom: 30px;
  }
}
.detail-container .detail-title {
  font-weight: bold;
  font-size: 25px;
  line-height: 28px;
  color: #000;
  margin-bottom: 18px;
}
.detail-container .detail-info {
  border-top: 0.2px solid #dedede;
  border-bottom: 0.2px solid #dedede;
  padding: 9px 0;
  margin-bottom: 19px;
}
.detail-container .detail-author-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.detail-container .detail-category {
  padding: 7px 12px;
  background: #1c2788;
  border-radius: 3px;
  min-width: 126px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 11px;
  color: #fff;
  text-transform: uppercase;
  margin-right: 25px;
}
.detail-container .detail-author-top-content {
  font-size: 16px;
  line-height: 11px;
  color: #515151;
  margin-right: 8px;
}
.detail-container .detail-time {
  display: flex;
  align-items: center;
}
.detail-container .detail-time .icon {
  display: flex;
  margin-right: 4px;
}
.detail-container .detail-sapo {
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #4e4e4e;
  margin-bottom: 12px;
}
.detail-container .detail-content {
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
  color: #262626;
}
.detail-container .detail-footer {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .detail-container .detail-footer {
    margin-top: 30px;
  }
}
.detail-container .detail-like-fb {
  display: flex;
  align-items: center;
}
.detail-container .detail-like-fb a {
  margin-left: 15px;
}
.detail-container .detail-tag {
  display: flex;
}
.detail-container .detail-tag .icon {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  margin-top: 5px;
}
.detail-container .detail-tag .detail-tag-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 34px);
}
.detail-container .detail-tag .detail-tag-list a {
  border: 0.2px solid #888282;
  box-sizing: border-box;
  border-radius: 25px;
  display: inline-block;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.detail-container .detail-tag .detail-tag-list a:before {
  content: "#";
  margin-right: 3px;
}
.contact__title {
  text-align: center;
  margin: 47px 0 26px;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  color: #888282;
}
.contact__form {
  background: url(https://static.mediacdn.vn/tuoitre/web_images/map.jpg);
  background-size: cover;
  padding: 168px 0;
}
@media (max-width: 991px) {
  .contact__form {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .contact__form {
    padding: 50px 0;
  }
}
.contact__flex {
  display: flex;
  flex-wrap: wrap;
}
.contact__info {
  width: 50%;
  padding: 39px 50px;
  background: #1c2788;
  border-radius: 5px;
  color: #fff;
}
@media (max-width: 991px) {
  .contact__info {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .contact__info {
    padding: 15px;
  }
}
.contact__info .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  color: #f47820;
  margin-left: 35px;
  margin-bottom: 10px;
}
.contact__info .row {
  display: flex;
  margin-bottom: 22px;
}
.contact__info .row .icon {
  width: 35px;
}
.contact__info .row .value {
  width: calc(100% - 35px);
}
.contact__info .row .value .text {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  word-break: break-word;
}
.contact__info .row .value .text span {
  font-weight: bold;
}
.contact__info .row .value .label {
  font-size: 16px;
  line-height: 22px;
  color: #f47820;
}
.contact__info .row .value .mt-20 {
  margin-top: 20px;
}
.contact__map {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 991px) {
  .contact__map {
    width: 100%;
    padding: 20px 0;
  }
}
.contact__map .icon {
  display: block;
  margin-bottom: 10px;
}
.contact__map .viewmap {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-decoration-line: underline;
  color: #fff;
}
header .header-middle .logo-header {
  background: no-repeat;
  width: 101px;
  height: 35px;
}
.box-view-more.loading {
  color: transparent !important;
  background: url(data:image/gif;base64,R0lGODlhEAAQAPcEAMnJyVdXV5CQkLy8vP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFAAAEACwAAAAAEAAQAAAIUwAHCBxAgICAgwIKBlgYYCBBgwgVMnRYEGFCAgwbDqwYESPDgiBDihxJUiSAkwBKolyZkiRLlCpfthy5sqTNmyZhEqi5U2ZBnjJbAvXZ8+RPlAEBACH5BAUAAAQALAAAAAAQAAoAAAg8AAEIBECAwICDAwoKWChgIEGDCBUydFgQYUICDBsOrBgRI8OCIEOKHEmypMkAKAOYBJlS5UoCLV/CTBkQACH5BAUAAAQALAYAAAAKABAAAAg5AAEIBECAwICDAwYSNIhQYUGECQc+RFiwosWLGDEK2ChAI0ePG0F2zEiyJIEAKANgTKnyIsuVKQMCACH5BAUAAAQALAYAAAAKABAAAAg7AAkIHAigIICBBA0iFGjw4MKGCyNKnDig4oCIFi8uzIjR4sSPAwOIDCBQgEkBI0kSOIlyZMmTKV+aDAgAIfkEBQAABAAsAAAGABAACgAACD0ACQgcSFAggIMACiokgDDhQoINH0JEKLGiRYEBMgYQKKCjAIEDQg7QuJGAx48ERI7UyNEjSJEkW3Z8GTIgACH5BAUAAAQALAAABgAQAAoAAAg7AAMIDECgoMGDBQcSRMhQIcOGAx9KnEiRooCLAgoO2DigIICPADBmJMCxIwGQITFq5OgRpMiVG1t+DAgAIfkEBQAABAAsAAAAAAoAEAAACDoAAwgMQKCgwYEEDRZEqHDhwIYQI0oUQFEAxIoWG2K8WFGiR48DQg4oCKAkAJEjCZg8KZKkSZQuSwYEACH5BAUAAAQALAAAAAAKABAAAAg5AAUIFECAQICDAQYSNIhQYUGECQc+RFiwosWLGAdoHJBxY0eNHzliHEnSIoCTADCiTHlxpUqUGAMCADs=)
    no-repeat 50% 50% !important;
}
.item-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.item-tag .item {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: rgba(85, 85, 85, 0.85);
  display: flex;
  margin: 0 12px;
}
.item-tag .item:before {
  content: "#";
}
.home__pc-playbox:after {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.box-category[data-layout="1"]
  .box-category-middle
  .box-category-item.active
  .box-category-link-with-avatar
  .icon-play-pc {
  width: 55px;
  height: 55px;
  border: 1px solid #ff1a1a;
  border-radius: 100%;
  position: absolute;
  background: rgba(255, 252, 252, 0.7);
}
.box-category[data-layout="1"]
  .box-category-middle
  .box-category-item.active
  .box-category-link-with-avatar
  .icon-play-pc
  svg {
  display: none;
}
.box-category[data-layout="1"]
  .box-category-middle
  .box-category-item.active
  .box-category-link-with-avatar
  .icon-play-pc:after {
  content: "";
  position: absolute;
  background: #ff1a1a;
  width: 8px;
  height: 23px;
  top: 15px;
  right: 15px;
}
.box-category[data-layout="1"]
  .box-category-middle
  .box-category-item.active
  .box-category-link-with-avatar
  .icon-play-pc:before {
  content: "";
  position: absolute;
  background: #ff1a1a;
  width: 8px;
  height: 23px;
  top: 15px;
  left: 15px;
}
header .header-bottom .menu-ul {
  display: flex;
  padding-top: 0;
  justify-content: center;
}
header .header-bottom .menu-ul .menu-li a {
  font-size: 14px;
}
header .header-bottom .menu-ul .menu-li {
  margin-right: 30px;
}
header .header-bottom .menu-ul .menu-li a:hover,
header .header-bottom .menu-ul .menu-li a.active {
  color: #e32;
}
.bottom-footer .wrapper-footer ul {
  display: flex;
  justify-content: space-between;
}
.bottom-footer .lsttto {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.bottom-footer .wrapper-footer ul li a {
  opacity: 1;
  margin-bottom: 0;
}
.bottom-footer .wrapper-footer ul li:first-child {
  width: 29%;
  text-align: center;
  flex-shrink: 0;
}
.bottom-footer p {
  color: #1e2833;
  font-size: 15px;
  line-height: 20px;
  display: block;
  margin: 22px 0;
  text-align: left;
  font-family: "Roboto";
}
.bottom-footer strong {
  font-weight: bold;
}
.bottom-footer .wrapper-footer ul li a {
  opacity: 1;
  margin-bottom: 0;
  text-transform: none;
  font: normal 15px/20px Roboto;
  color: #1e2833;
}
.bottom-footer .tit {
  color: #f00;
  font-size: 17px;
}
.bottom-footer .wrapper-footer ul li a.socialboot {
  color: #000;
  position: relative;
  padding-left: 30px;
  margin-bottom: 22px;
}
.bottom-footer .wrapper-footer ul li a.socialboot.icofb:before {
  content: "";
  background: url("https://static.mediacdn.vn/tuoitre/web_images/spritesocial.svg")
    no-repeat;
  width: 14px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 4px;
  top: -3px;
  background-position: -40px -20px;
  background-size: 100px auto;
}
.bottom-footer .wrapper-footer ul li a.socialboot.icoytb:before {
  content: "";
  background: url("https://static.mediacdn.vn/tuoitre/web_images/spritesocial.svg")
    no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -3px;
  background-position: -35px -115px;
  background-size: 100px auto;
}
.bottom-footer .wrapper-footer ul li a.socialboot.icott:before {
  content: "";
  background: url(https://static.mediacdn.vn/tuoitre/web_images/spritesocial.svg)
    no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -3px;
  background-position: -34px -68px;
  background-size: 100px auto;
}
.bottom-footer .wrapper-footer ul li a.socialboot:hover.icofb:before {
  background-image: url(https://static.mediacdn.vn/tuoitre/web_images/spritesocial_active.svg);
}
.bottom-footer .wrapper-footer ul li a.socialboot:hover.icoytb:before {
  background-image: url(https://static.mediacdn.vn/tuoitre/web_images/spritesocial_active.svg);
}
.bottom-footer .wrapper-footer ul li a.socialboot:hover.icott:before {
  background-image: url(https://static.mediacdn.vn/tuoitre/web_images/spritesocial_active.svg);
}
.bottom-footer .wrapper-footer ul li a.socialboot:hover.icofb {
  color: #f00;
}
.bottom-footer .wrapper-footer ul li a.socialboot:hover.icoytb {
  color: #f00;
}
.bottom-footer .wrapper-footer ul li a.socialboot:hover.icott {
  color: #f00;
}
.flex-sp p {
  opacity: 0.5;
  width: 100%;
}
.flex-sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.flex-sp a {
  white-space: nowrap;
}
.bottom-footer {
  background: #e5e5e5;
}
header .header-middle .frm-search .txt-search {
  box-sizing: content-box;
}
.share-social_other {
  position: relative;
  top: 18px;
}
.share-social_other .icoshare {
  width: 28px;
}
.share-social_other:hover .mainshare {
  display: grid;
}
.share-social_other .mainshare {
  display: none;
  position: absolute;
  width: 400px;
  grid-template-columns: auto auto;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 4px 16px;
  border-radius: 6px;
  padding: 12px;
}
.share-social_other .mainshare a {
  display: flex;
  color: #313131;
  font-size: 12px;
  align-items: center;
  margin: 5px 0;
}
.share-social_other .mainshare a svg {
  margin-right: 5px;
}
.alertClipBoard {
  position: fixed;
  bottom: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.63);
  display: block;
  z-index: 9999;
  width: 130px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  border: 1px solid #fff;
  -webkit-animation: movingsahre 0.4s alternate;
  animation: movingsahre 0.4s alternate;
  padding: 2px 6px;
  font-size: 14px;
}
@keyframes movingsahre {
  from {
    bottom: -10px;
  }
  to {
    bottom: 10px;
  }
}
.lozad-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-social,
.expandMenu .information-humman .news-save,
.expandMenu .information-humman li a {
  box-sizing: unset;
}
.othertopic
  .box-category[data-layout="2"]
  .box-category-top
  .box-category-title {
  margin: 0 auto;
  text-align: center;
  color: #000;
  font: 800 35px/42px SFD;
}
[data-atc="atc-nonstar"] {
  display: none;
}
[data-atc="atc-star"] {
  display: none;
}
[data-atc="atc-startemp"] {
  display: none;
}
[data-atc="atc-nonstartemp"] {
  display: none;
}
.loginform .h_logout {
  display: none;
}
.loginform .h_login {
  position: relative;
  display: none;
  text-align: center;
}
.loginform .h_login:hover .logininfo {
  display: block;
}
.loginform .h_login .h_name {
  font-size: 12px;
  color: #fff;
  min-height: 25px;
  display: block;
  display: flex;
  align-items: center;
}
.loginform .h_login .h_name img {
  margin: 0 auto;
  width: 18px;
  border-radius: 100%;
  height: 18px;
  object-fit: cover;
  margin-right: 5px;
}
.loginform .h_login .logininfo {
  background: #fff;
  position: absolute;
  padding: 10px;
  left: -20px;
  z-index: 99999999;
  display: none;
  min-width: 150px;
  border: 1px solid #f2f2f2;
  box-sizing: initial;
}
.loginform .h_login .logininfo .u_name {
  font-size: 12px;
}
.loginform .h_login .logininfo .u_name a {
  color: #0959ab;
  display: inline-block;
}
.loginform .h_login .logininfo ul {
  margin-top: 10px;
}
.loginform .h_login .logininfo ul li {
  padding: 6px 0;
  float: left;
  display: block;
  width: 100%;
  border-top: 1px solid #ccc;
  margin: 0;
}
.loginform .h_login .logininfo ul li a {
  color: #0959ab;
}
.header__action .btnstarregister {
  background: #5580df;
  border-radius: 4px;
  font-size: 13px;
  color: #fff;
  padding: 4px 16px;
  margin-left: 20px;
  font-weight: 500;
}
.icostar {
  background: url(https://static.mediacdn.vn/tuoitre/web_images/ttostarico.png)
    no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 2px;
  position: relative;
  top: 1px;
}
.icoheartauthor {
  background: url(https://static.mediacdn.vn/tuoitre/web_images/icoheartauthor.png)
    no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 2px;
  position: relative;
  top: 1px;
}
.icolikeauthor {
  background: url(https://static.mediacdn.vn/tuoitre/web_images/icolikeauthor.png)
    no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 2px;
  position: relative;
  top: 1px;
}
.starheader {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  height: 60px;
  min-height: 60px !important;
}
.starheader .header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1310px;
  position: relative;
  margin: auto;
  padding: 0 15px;
  height: 60px;
}
.starheader .header_top h1 {
  position: absolute;
  left: calc(50% - 75px);
}
.starheader .logottosao img {
  height: 50px;
}
.starheader .header__search svg {
  fill: #8f8f8f;
}
.starheader .header__action .box-search {
  width: 20px;
}
.starheader .header__action .box-search.show {
  background: #fff;
  width: 195px;
  padding: 0 10px;
  border: 1px solid #8f8f8f;
  color: #8f8f8f;
}
.starheader
  .header__action
  .box-search
  .input-search::-webkit-input-placeholder {
  color: #8f8f8f;
}
.starheader .header__action .box-search .input-search:-ms-input-placeholder {
  color: #8f8f8f;
}
.starheader .header__action .box-search .input-search::placeholder {
  color: #8f8f8f;
}
.starheader .header__action .box-search.show .header__search svg path {
  fill: #8f8f8f;
}
.starheader .header__user {
  margin-left: 12px;
}
.starheader .header__user svg {
  width: 24px;
  height: 24px;
}
.starheader .header__user svg path {
  fill: #8f8f8f;
}
.starheader .header__user svg ellipse {
  fill: #8f8f8f;
  stroke: #8f8f8f;
}
.starheader .header__user svg circle {
  stroke: #8f8f8f;
}
.starheader .loginform .h_login .h_name {
  color: #8f8f8f;
}
.starmaincontent {
  padding: 0 90px 30px;
}
.starmaincontent .content_top {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f2f2f2;
}
.starmaincontent .boxleft {
  width: 100%;
}
.starmaincontent .boxright {
  width: 400px;
  flex-shrink: 0;
}
.starmaincontent .boxleft p {
  color: #222;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.starmaincontent .boxleft p.title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}
.starmaincontent .starlist {
  margin-top: 24px;
}
.starmaincontent .starlist li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  padding: 8px;
  cursor: pointer;
}
.starmaincontent .starlist li.active {
  background: #fff0ef;
  border-radius: 8px;
  border: 1px solid #fff0ef;
}
.starmaincontent .starlist li .info {
  margin-left: 16px;
}
.starmaincontent .starlist li .info p {
  font-weight: 500;
}
.starmaincontent .starlist li .info p.des {
  font-weight: 400;
  color: #565656;
}
.starmaincontent .star-other-sw-pagination {
  text-align: center;
}
.starmaincontent .star-other-sw-pagination .swiper-pagination-bullet {
  margin: 12px;
}
.starmaincontent
  .star-other-sw-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 100px;
}
.content_pay {
  display: flex;
  justify-content: space-between;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
}
.starmaincontent .infotop {
  width: 100%;
  margin-top: 60px;
}
.starmaincontent .infotop p {
  color: #222;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.starmaincontent .infotop p.title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}
.starmaincontent .infotop .starsapo p {
  color: #565656;
  margin-top: 16px;
}
.starmaincontent .infotop .starsapo a {
  color: #5580df;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.starmaincontent .infotop .starsapo .expand {
  display: none;
}
.pack-selection__box {
  width: 55%;
  border-right: 1px solid #f2f2f2;
}
.pack-selection__box li {
  padding: 24px;
  cursor: pointer;
}
.pack-selection__box li .bold {
  font-size: 16px;
  color: #222;
  font-weight: 500;
  position: relative;
  padding-left: 36px;
}
.pack-selection__box li .price {
  font-size: 22px;
  color: #222;
  font-weight: 700;
  float: right;
  display: flex;
  align-items: center;
}
.pack-selection__box li .price i {
  font-size: 14px;
  color: #8f8f8f;
  text-decoration: none;
  font-weight: normal;
  margin-left: 4px;
  font-style: normal;
}
.pack-selection__box li .bold:before {
  content: "";
  border: 1px solid #8f8f8f;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
}
.pack-selection__box li.active .bold:after {
  content: "";
  background: #5580df;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: 3px;
  top: 5px;
}
.fromstar {
  margin-top: 28px;
}
.pack-selection__box li.active {
  background: #fafafc;
  border-bottom: 1px solid #f2f2f2;
}
.fromstar .txtpaystar {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  background: transparent;
  padding: 4px;
  color: #8f8f8f;
  font-size: 13px;
  position: relative;
  padding-right: 20px;
}
.fromstar .txtpaystar.except {
  border-bottom: 1px solid #ed1c24 !important;
  color: #ed1c24 !important;
}
.fromstar .txtpaystar.except::placeholder {
  color: #ed1c24;
  opacity: 1;
}
.fromstar .txtpaystar.except:-ms-input-placeholder {
  color: #ed1c24;
}
.fromstar .txtpaystar.except::-ms-input-placeholder {
  color: #ed1c24;
}
.inputtxt {
  position: relative;
}
.inputtxt .icostar {
  position: absolute;
  right: 0;
  top: 6px;
}
.fromstar .stardes {
  font-weight: 700;
  font-size: 13px;
  color: #222;
  margin-top: 8px;
}
.fromstar .stardes span {
  display: block;
  padding: 0;
  color: #565656;
  list-style-position: inside;
  font-size: 13px;
  font-weight: 400;
}
.fromstar .stardes span:before {
  content: "•";
  font-size: 18px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.pack-selection__box .starlistother li {
  padding: 0;
  list-style: disc;
  color: #565656;
  list-style-position: inside;
  font-size: 13px;
}
.pack-selection__box .starlistother {
  margin-top: 4px;
}
.pack-selection__box li .fromstar {
  display: none;
}
.pack-selection__box li.active .fromstar {
  display: block;
}
.infopaystar {
  padding: 34px 24px 20px;
  text-align: center;
  color: #565656;
  font-size: 13px;
  line-height: 18px;
  width: 45%;
}
.infopaystar p {
  font-size: 16px;
  line-height: 22px;
}
.infopaystar p #payTotalPrice {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}
.infopaystar p.despay {
  font-size: 13px;
}
.infopaystar .btn.pay {
  background: #5580df;
  border-radius: 4px;
  margin: 16px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  width: 190px;
}
.infopaystar .ifpolicy {
  font-size: 13px;
}
.infopaystar .ifpolicy a {
  font-weight: 500;
  color: #565656;
  text-decoration: underline;
}
.infopaystar hr {
  border: none;
  border-top: 1px solid #e2e2e2;
}
#methodsProduct h1 {
  text-align: center;
  font-size: 32px;
  line-height: 46px;
  color: #222;
  font-weight: 700;
  margin-bottom: 24px;
}
#methodsProduct {
  margin: 60px 0;
}
.methodmain {
  display: flex;
  justify-content: space-between;
}
.methodmain .blockpaypack {
  width: 60%;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  padding: 16px;
}
#blockckstk {
  margin-top: 24px;
}
.methodmain .blockpaypack .blockpptitle {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #222;
}
.payments-selection-option {
  margin-top: 16px;
  border-top: 1px solid #f2f2f2;
  padding-top: 16px;
}
.payments-selection-option .payments-selection-img-wrap {
  cursor: pointer;
  position: relative;
  padding-left: 36px;
  display: flex;
  align-items: center;
}
.payments-selection-option .payments-selection-img-wrap img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: contain;
}
.payments-selection-option .payments-selection-img-wrap:before {
  content: "";
  border: 1px solid #8f8f8f;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 0;
}
.payments-selection-option.active .payments-selection-img-wrap:after {
  content: "";
  background: #5580df;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: 3px;
  top: 16px;
}
.payments-selection-option .payments-selection-img-wrap .methodname {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-left: 16px;
}
.news-purchase__policy p {
  font-size: 13px;
  line-height: 18px;
  color: #222;
  font-weight: 400;
}
.news-purchase__policy p b {
  font-weight: 500;
}
.infockstk {
  margin-top: 8px;
}
.news-purchase__policy .infockstk p.skstkp {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 8px;
  color: #222;
}
.infockstk .skstkp span {
  width: 100%;
}
.infockstk .skstkp span:first-child {
  width: 224px;
}
.news-purchase__policy .infockstk p {
  color: #8f8f8f;
}
.productdetail {
  width: 38%;
  background: #fafafc;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  padding: 16px;
}
.productdetail .prtitle {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #222;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 16px;
}
.productdetail .product {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.productdetail .product p {
  font-size: 16px;
  line-height: 22px;
  color: #222;
}
.productdetail .product p:last-child {
  font-weight: 500;
}
.productdetail .product.end p {
  font-weight: 500;
}
.productdetail .product.end p:last-child {
  font-weight: 700;
  font-size: 22px;
}
.productdetail .btn.pay {
  background: #5580df;
  border-radius: 4px;
  margin: 16px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
}
.product.end {
  border-top: 1px solid #f2f2f2;
  padding-top: 16px;
}
.infopaystar .btn.pay.disabled,
.productdetail .btn.pay.disabled {
  background: #f2f2f2;
  color: #d9d9d9;
}
.product-detail {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 50px 0;
}
.product-detail .payinfo {
  background: #fafafc;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  width: 45%;
  position: relative;
  padding: 40px 40px 24px;
  text-align: center;
}
.product-detail .buy-success__icon {
  width: 55%;
}
.product-detail .buy-success__icon img {
  max-width: 400px;
  margin: auto;
}
.product-detail span.icostatus {
  position: absolute;
  top: -40px;
  left: calc(50% - 30px);
}
.product-detail .buy-success__title.uppercase {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
}
.product-detail .go-home.block {
  background: #5580df;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  margin-top: 24px;
  padding: 8px 0;
}
.product-detail .product-detail__list {
  padding-top: 16px;
  border-top: 1px solid #f2f2f2;
  text-align: left;
  margin-top: 16px;
}
.product-detail .product-detail__list li {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 22px;
  color: #222;
}
.product-detail .product-detail__list li span {
  font-weight: 500;
}
.product-detail .product-detail__list li span i {
  position: relative;
  top: -1px;
}
.product-detail .product-detail__list li span.title {
  font-weight: 400;
}
.focus_user {
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  height: 100%;
  padding: 0 16px;
  overflow: hidden;
}
.boxusertop {
  background: #e7effa;
  margin: 0 -16px;
  padding: 8px 16px;
}
.boxusertop .fc_uname {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #222;
}
.boxusertop .fc_uname span {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #222;
  margin-left: 8px;
  word-break: break-all;
}
.boxusertop .fc_expire {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.boxusertop .fc_packexpire {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #565656;
}
.boxusertop .fc_addstar {
  background: #fafafc;
  border-radius: 4px;
  padding: 4px 8px 2px;
  min-width: 87px;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #565656;
}
.boxusertop .fc_addstar i {
  margin-right: 4px;
}
.boxusertop .fc_addstar svg {
  float: right;
}
.boxusertop .fc_control .btn {
  padding: 2px 0;
  width: 48%;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #565656;
}
.boxusertop .fc_control {
  display: flex;
  justify-content: space-between;
}
.boxusertop .fc_control .btn.btnextend {
  background: #5580df;
  color: #fff;
}
.boxusertop .fc_control .btn.btnlogout {
  border: 1px solid #b6d7ff;
  border-radius: 4px;
}
.modal__bg {
  background: #000 !important;
  z-index: 99998 !important;
}
.open-modal .modal__payment {
  visibility: visible;
  opacity: 1;
}
.modal__payment {
  position: fixed;
  z-index: 999999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 655px;
  background: #fff;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
  transition:
    visibility 0s,
    opacity 0.3s linear;
}
.modal__payment .open-modal .modal__payment {
  visibility: visible;
  opacity: 1;
}
.modal__payment .close-modal {
  position: absolute;
  right: 8px;
  top: 12px;
}
.modal__payment .titlepopup {
  background: #5580df;
}
.modal__payment .titlepopup p {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  padding: 16px 24px;
}
.modal__payment .modal__content {
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}
.modal__payment .headerpopup {
  background: #f2f2f2;
  padding: 24px;
}
.modal__payment .headerpopup p {
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #222;
}
.modal__payment .headerpopup p b {
  font-weight: 700;
}
.modal__payment .headerpopup .icostar {
  top: -1px;
  position: relative;
}
.modal__payment .tabpaystar {
  padding: 24px 24px 5px;
}
.modal__payment .infopaystar {
  width: 100%;
  text-align: left;
  padding: 0;
}
.modal__payment .infopaystar .btn.pay {
  position: absolute;
  top: 10px;
  right: 0;
  width: 230px;
  margin: 0;
}
.modal__payment .bootpayment {
  position: relative;
  margin: 10px 0;
}
.modal__payment .payments-selection-select {
  display: flex;
  margin-bottom: 14px;
}
.modal__payment .payments-selection-option {
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  padding: 8px;
  margin-left: 8px;
}
.modal__payment .payments-selection-option .payments-selection-img-wrap {
  padding-left: 0;
}
.modal__payment .payments-selection-option .payments-selection-img-wrap:before,
.modal__payment
  .payments-selection-option.active
  .payments-selection-img-wrap:after {
  display: none;
}
.modal__payment .payments-selection-option.active {
  background: #e7effa;
}
.modal__payment
  .payments-selection-option
  .payments-selection-img-wrap
  .methodname {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}
.modal__payment .payments-selection-option:first-child {
  margin-left: 0;
}
.modal__payment .payments-selection-option .payments-selection-img-wrap img {
  width: 32px;
  height: 32px;
}
hr {
  border: none;
  border-top: 1px solid #e2e2e2;
}
.modal__payment .despay {
  border-top: 1px solid #f2f2f2;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  padding-top: 16px;
  margin-top: 20px;
}
.modal__payment .fromstar .stardes {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #565656;
}
.modal__payment .infopaystar .ifpolicy {
  border-top: 1px solid #f2f2f2;
  padding: 12px 0;
  border-bottom: 1px solid #f2f2f2;
}
.modal__payment .desbotpay {
  font-size: 13px;
}
.modal__payment .fromstar .txtpaystar {
  border-bottom: 1px solid #e2e2e2;
  padding-left: 0;
  font-size: 22px;
  color: #222;
}
.modal__payment .news-purchase__policy {
  margin-bottom: 12px;
}
.modal__payment .pack-selection__box {
  width: 100%;
  border: none;
}
.modal__payment .pack-selection__box li {
  display: flex;
  justify-content: space-between;
}
.modal__payment .fromstar {
  margin-top: 0;
}
.modal__payment .fromstar .stardes span {
  display: inline-block;
}
.modal__payment .fromstar .stardes span:before {
  content: ",";
  font-size: 13px;
  top: 0;
  margin-right: 1px;
  left: -2px;
}
.modal__payment .fromstar .stardes span:first-child:before {
  display: none;
}
.modal__payment .pack-selection__box li.active {
  background: transparent;
}
.modal__payment .pack-selection__box li .coll {
  margin-right: 16px;
  border-right: 1px solid #f2f2f2;
  background: #e7effa;
  border-radius: 4px;
  text-align: left;
  padding: 14px 12px;
}
.modal__payment .pack-selection__box li {
  padding: 0;
  margin-bottom: 8px;
}
.modal__payment .pack-selection__box li.active {
  border: none;
}
.modal__payment .pack-selection__box li .price {
  margin-left: 35px;
  margin-top: 4px;
}
.modal__payment .pack-selection__box li .bold:before {
  top: 16px;
}
.modal__payment .pack-selection__box li.active .bold:after {
  top: 19px;
}
.modal__payment .pack-selection__box li .fromstar {
  display: block;
}
.formreactdetail {
  margin: 0 0 24px 0;
  font-size: 16px;
  font-weight: 400;
  color: #222;
  position: relative;
  z-index: 1;
}
.formreactdetail .reactinfo {
  margin: 0 0 16px;
  display: flex;
  align-items: center;
}
.formreactdetail .reactinfo > span {
  color: #565656;
  display: flex;
  align-items: center;
  background: #f4f6fa none;
  height: 26px;
  padding: 0 5px;
  border-radius: 14px;
  min-width: 50px;
  margin-right: 8px;
  padding: 0 4px;
}
.formreactdetail .reactinfo span:first-child {
  background: transparent;
}
.formreactdetail .reactinfo > span b {
  font-weight: normal;
  margin-right: 4px;
}
.formreactdetail .reactinfo > span span {
  width: 100%;
  text-align: center;
}
.formreactdetail .reactinfo > span i {
  flex-shrink: 0;
}
.formreactdetail .reactinfo > span i.icostar {
  top: 0;
}
.formreactdetail .btnsendreaction {
  background: #5580df;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  padding: 10px 16px 10px 45px;
  border-radius: 8px;
  position: relative;
}
.formreactdetail .btnsendreaction .icostar {
  background-color: rgba(255, 255, 255, 0.2);
  width: 32px;
  height: 32px;
  background-size: 20px;
  border-radius: 100%;
  background-position: 6px 5px;
  position: absolute;
  top: 3px;
  left: 4px;
}
.formreactdetail .btnsendreaction.active {
  background: #f8d109;
}
.formreactdetail .btnsendreaction.active .icostar {
  background-color: rgba(255, 255, 255, 0.6);
}
.formreactdetail .fromsendreact {
  position: relative;
  margin-bottom: 16px;
}
.formreactdetail .fromsendreact.showreact .crlpoupreact {
  display: flex;
}
.formreactdetail .crlpoupreact {
  position: absolute;
  top: -95px;
  display: none;
  justify-content: space-between;
  z-index: 9;
  background: #e7effa;
  border-radius: 8px;
  padding: 16px;
  width: 229px;
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.08));
}
.formreactdetail .crlpoupreact .btnreact {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.formreactdetail .crlpoupreact .btnreact .icon {
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
}
.formreactdetail .crlpoupreact:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 30px;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  background: #e7effa none;
  z-index: 1;
}
.open-modalreact .modal__bg {
  visibility: visible;
  opacity: 0.6;
}
.open-modalreact .modal__sendreact {
  visibility: visible;
  opacity: 1;
}
.modal__sendreact {
  position: fixed;
  z-index: 99;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 530px;
  background: #fff;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
  transition:
    visibility 0s,
    opacity 0.3s linear;
}
.modal__sendreact .close-modal {
  position: absolute;
  right: 8px;
  top: 12px;
}
.modal__sendreact .titlepopup {
  background: #5580df;
}
.modal__sendreact .titlepopup p {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  padding: 16px 24px;
}
.modal__sendreact .modal__content {
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}
.modal__sendreact .tabpaystar {
  padding: 24px 115px 5px;
}
.modal__sendreact .infopaystar {
  width: 100%;
  text-align: left;
  padding: 0;
}
.modal__sendreact .infopaystar .btn.pay {
  width: 100%;
  margin: 0;
  margin-top: 24px;
}
.modal__sendreact .bootpayment {
  position: relative;
  margin: 0 0 20px;
}
.modal__sendreact .payments-selection-select {
  display: flex;
  margin-bottom: 14px;
}
.modal__sendreact .payments-selection-option {
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  padding: 8px;
  margin-left: 8px;
}
.modal__sendreact .payments-selection-option .payments-selection-img-wrap {
  padding-left: 0;
}
.modal__sendreact
  .payments-selection-option
  .payments-selection-img-wrap:before,
.modal__payment
  .payments-selection-option.active
  .payments-selection-img-wrap:after {
  display: none;
}
.modal__sendreact .payments-selection-option.active {
  background: #e7effa;
}
.modal__sendreact .payments-selection-option:first-child {
  margin-left: 0;
}
.modal__sendreact .payments-selection-option .payments-selection-img-wrap img {
  width: 32px;
  height: 32px;
}
.modal__sendreact .despay {
  border-top: 1px solid #f2f2f2;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  padding-top: 16px;
  margin-top: 20px;
}
.modal__sendreact .fromstar .stardes {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #565656;
}
.modal__sendreact .infopaystar .ifpolicy {
  border-top: 1px solid #f2f2f2;
  padding: 12px 0;
  border-bottom: 1px solid #f2f2f2;
}
.modal__sendreact .desbotpay {
  font-size: 13px;
}
.modal__sendreact .fromstar .txtpaystar {
  border-bottom: 1px solid #e2e2e2;
  font-size: 13px;
  padding: 10px 0 4px;
}
.modal__sendreact .news-purchase__policy {
  margin-bottom: 12px;
}
.modal__sendreact .fromstar .icostar {
  width: 18px;
  height: 18px;
}
.modal__sendreact .fromstar .stardes b {
  font-weight: normal;
}
.modal__sendreact .lstchoosestar {
  display: flex;
  justify-content: space-between;
}
.modal__sendreact .lstchoosestar li {
  width: 60px;
  height: 60px;
  border: 1px solid #b6d7ff;
  border-radius: 100px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.modal__sendreact .lstchoosestar li .icostar {
  top: -2px;
  width: 18px;
  height: 18px;
  margin-right: 3px;
}
.modal__sendreact .lstchoosestar li.active {
  color: #fff;
  background: #5580df;
  border: 1px solid #5580df;
}
.modal__sendreact .stardes.titestarsend {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #565656;
  margin-top: 24px;
  text-align: center;
}
.modal__sendreact .fromstar {
  margin-top: 15px;
}
.modal__sendreact .lblExpReactSend {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #ed1c24;
  margin-top: 8px;
}
.modal__sendreact .lblExpReactSend a {
  color: #ed1c24;
  font-weight: 500;
  text-decoration: underline;
  display: inline-block;
}
.modal__sendreact .sendreactstatus {
  text-align: center;
}
.modal__sendreact .sendreactstatus p.destt {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #222;
  margin-bottom: 4px;
  margin-top: 24px;
}
.modal__sendreact .sendreactstatus p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #565656;
}
.modal__sendreact .sendreactstatus .icostar {
  top: 0;
  margin-right: 4px;
}
.modal__sendreact .closepopupreact {
  background: #5580df;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 10px;
}
.formreactdetail .detail__cmain .detail-author {
  align-items: center;
}
.modal__payment.loginssopop .pack-selection__box li .bold {
  font-size: 13px;
}
.pack-selection__box li .bold {
  font-size: 18px;
  line-height: 24px;
  padding-left: 28px;
}
.modal__sendreact,
.modal__advice {
  z-index: 99999 !important;
}
.loginform .h_login .h_name .txt {
  font: bold 12px Roboto;
  color: #4f4f4f;
}
.loginform .h_login .logininfo ul li:after {
  display: none;
}
