@font-face {
  font-family: 'Noto Serif';
  src: url("https://static.mediacdn.vn/fonts/NotoSerif-SemiBold.eot");
  src: url("https://static.mediacdn.vn/fonts/NotoSerif-SemiBold.eot?#iefix") format("embedded-opentype"), url("https://static.mediacdn.vn/fonts/NotoSerif-SemiBold.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/NotoSerif-SemiBold.woff") format("woff"), url("https://static.mediacdn.vn/fonts/NotoSerif-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Noto Serif';
  src: url("https://static.mediacdn.vn/fonts/NotoSerif-Bold.eot");
  src: url("https://static.mediacdn.vn/fonts/NotoSerif-Bold.eot?#iefix") format("embedded-opentype"), url("https://static.mediacdn.vn/fonts/NotoSerif-Bold.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/NotoSerif-Bold.woff") format("woff"), url("https://static.mediacdn.vn/fonts/NotoSerif-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Noto Serif';
  src: url("https://static.mediacdn.vn/fonts/NotoSerif-Medium.eot");
  src: url("https://static.mediacdn.vn/fonts/NotoSerif-Medium.eot?#iefix") format("embedded-opentype"), url("https://static.mediacdn.vn/fonts/NotoSerif-Medium.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/NotoSerif-Medium.woff") format("woff"), url("https://static.mediacdn.vn/fonts/NotoSerif-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Noto Serif';
  src: url("https://static.mediacdn.vn/fonts/NotoSerif.eot");
  src: url("https://static.mediacdn.vn/fonts/NotoSerif.eot?#iefix") format("embedded-opentype"), url("https://static.mediacdn.vn/fonts/NotoSerif.woff2") format("woff2"), url("https://static.mediacdn.vn/fonts/NotoSerif.woff") format("woff"), url("https://static.mediacdn.vn/fonts/NotoSerif.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
body {
  color: #333;
  font-family: Noto Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  background-color: #fff;
  -webkit-animation-duration: .1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: .1s;
  -webkit-tap-highlight-color: transparent;
  margin: 0; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 100%;
  width: 100%; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision; }

*, ::after, ::before {
  box-sizing: border-box; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

a {
  text-decoration: none;
  color: #666666;
  outline: none; }
  a:hover {
    text-decoration: none; }

p {
  margin: 0; }

h1, h2, h3 {
  margin: 0; }

img {
  max-width: 100%;
  display: block;
  image-rendering: -webkit-optimize-contrast;
  color: transparent; }

input, textarea, select, a {
  outline: none; }

.p-0 {
  padding: 0 !important; }

.d-none {
  display: none !important; }

.d-block {
  display: block !important; }

.d-flex {
  display: flex; }

.m-0 {
  margin: 0; }

.mt-5 {
  margin-top: 5px; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.img-circle {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block; }

.icon {
  display: inline-flex; }

.border-0 {
  border: 0 !important; }

.clearfix {
  clear: both; }

.show-pc {
  display: block; }
  @media (max-width: 767px) {
    .show-pc {
      display: none; } }

.show-mb {
  display: none; }
  @media (max-width: 767px) {
    .show-mb {
      display: block; } }

.hidden {
  display: none !important; }

.text-center {
  text-align: center; }

.img-resize {
  display: block;
  position: relative;
  height: max-content; }
  .img-resize:before {
    padding-bottom: 62.5%;
    /* 16:10 */
    content: "";
    display: block; }
  .img-resize .box-category-avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    margin: auto;
    background-size: cover;
    background-position: center;
    object-fit: cover; }

.img-square {
  display: block;
  position: relative;
  height: max-content; }
  .img-square:before {
    padding-bottom: 133.33%;
    /* 3:4 */
    content: "";
    display: block; }
  .img-square .box-category-avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    margin: auto;
    background-size: cover;
    background-position: center;
    object-fit: cover; }

.iframe-resize {
  display: block;
  position: relative;
  height: max-content; }
  .iframe-resize:before {
    padding-bottom: 56.25%;
    content: "";
    display: block; }
  .iframe-resize .iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.box-header {
  background: #E3342E;
  padding: 7px 11px; }
  .box-header .header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .box-header .site-header-back-btn {
    width: 150px; }
  .box-header .site-header-logo {
    display: flex;
    height: 36px;
    width: auto; }
    .box-header .site-header-logo img {
      height: 36px;
      width: auto; }
  .box-header .site-header-btn {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 4px; }
  .box-header .btn-share {
    display: flex; }

.box-main {
  width: 100%;
  height: calc(100vh - 50px);
  position: relative; }
  .box-main:hover .swiper-prev {
    left: 0; }
  .box-main:hover .swiper-next {
    right: 0; }
  .box-main .swiper {
    height: 100%; }
    @media (max-width: 1080px) {
      .box-main .swiper {
        overflow-y: auto !important; } }
  .box-main .swiper-wrapper {
    height: 100%; }
    @media (max-width: 1080px) {
      .box-main .swiper-wrapper {
        flex-direction: column !important;
        transform: translate3d(0px, 0px, 0px) !important; } }
  .box-main .swiper-slide {
    height: auto; }
  .box-main .box-section {
    height: 100%;
    background: #E2E2E2; }
    .box-main .box-section .box-cover {
      height: 100%; }
      .box-main .box-section .box-cover .box-cover-image {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .box-main .box-section .box-cover .box-cover-image img {
          max-width: 100%;
          max-height: 100%; }
  .box-main .box-text {
    display: flex;
    padding: 95px 0 95px 126px;
    height: 100%; }
    @media (max-width: 1080px) {
      .box-main .box-text {
        flex-direction: column;
        padding: 40px 80px; } }
    @media (max-width: 575px) {
      .box-main .box-text {
        padding: 20px; } }
    .box-main .box-text .box-text-content {
      width: 660px;
      margin-right: 16px; }
      @media (max-width: 1402px) {
        .box-main .box-text .box-text-content {
          flex: 1; } }
      @media (max-width: 1080px) {
        .box-main .box-text .box-text-content {
          width: 100%; } }
      .box-main .box-text .box-text-content .sub-title {
        color: #333;
        font-family: Roboto;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        /* 127.273% */
        text-transform: uppercase;
        padding-bottom: 16px; }
        @media (max-width: 575px) {
          .box-main .box-text .box-text-content .sub-title {
            font-size: 18px;
            line-height: 24px;
            padding-bottom: 10px; } }
      .box-main .box-text .box-text-content .title {
        color: #333;
        font-family: Noto Serif;
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: 36px;
        /* 128.571% */
        text-transform: uppercase;
        padding-bottom: 36px; }
        @media (max-width: 575px) {
          .box-main .box-text .box-text-content .title {
            font-size: 24px;
            line-height: 30px;
            padding-bottom: 20px; } }
      .box-main .box-text .box-text-content .slim-text {
        color: #333;
        font-family: Noto Serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        /* 150% */
        overflow-y: auto;
        scrollbar-color: #ddd;
        scrollbar-width: thin;
        /* Track */
        /* Handle */
        /* Handle on hover */ }
        .box-main .box-text .box-text-content .slim-text::-webkit-scrollbar {
          width: 4px; }
        .box-main .box-text .box-text-content .slim-text::-webkit-scrollbar-track {
          background: #ddd; }
        .box-main .box-text .box-text-content .slim-text::-webkit-scrollbar-thumb {
          background: #888; }
        .box-main .box-text .box-text-content .slim-text::-webkit-scrollbar-thumb:hover {
          background: #555; }
    .box-main .box-text .box-text-image {
      flex: 1;
      height: 100%; }
      @media (max-width: 1402px) {
        .box-main .box-text .box-text-image {
          width: 600px;
          flex: initial; } }
      @media (max-width: 1080px) {
        .box-main .box-text .box-text-image {
          width: 100%;
          order: -1;
          margin-bottom: 30px; } }
      .box-main .box-text .box-text-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

.swiper-prev {
  height: 100%;
  width: 110px;
  position: absolute;
  left: -110px;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: all 0.6s; }
  @media (max-width: 1080px) {
    .swiper-prev {
      display: none; } }

.swiper-next {
  height: 100%;
  width: 110px;
  position: absolute;
  right: -110px;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: all 0.6s; }
  @media (max-width: 1080px) {
    .swiper-next {
      display: none; } }

.swiper-button-disabled {
  opacity: 0; }

/*# sourceMappingURL=style.css.map */
