@font-face {
  font-family: "NotoSans-Regular";
  src: url("./fonts/Noto_Sans/NotoSans-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "UTM-AvoBold";
  src: url("./fonts/UTMAvo/UTM_AvoBold.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "UTM-Avo";
  src: url("./fonts/UTMAvo/UTM_Avo.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Merriweather-Bold";
  src: url("./fonts/Merriweather-Bold.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Merriweather-Regular";
  src: url("./fonts/Merriweather-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Inter-Regular";
  src: url("./fonts/Inter/Inter-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Inter-Bold";
  src: url("./fonts/Inter/Inter-Bold.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Inter-ExtraBold";
  src: url("./fonts/Inter/Inter-ExtraBold.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Inter-Thin";
  src: url("./fonts/Inter/Inter-Thin.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "NotoSerif-Bold";
  src: url("./fonts/NotoSerif-Bold.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "NotoSerif-Regular";
  src: url("./fonts/NotoSerif-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "NotoSans-Regular";
  src: url("./fonts/Noto_Sans/NotoSans-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "NotoSans-Thin";
  src: url("./fonts/Noto_Sans/NotoSans-Thin.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "NotoSans-Bold";
  src: url("./fonts/Noto_Sans/NotoSans-Bold.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Nova-Thin";
  src: url("./fonts/mark/MarkSimonsonProximaNovaThin.otf");
  font-weight: 400;
}

@font-face {
  font-family: "RobotoSlab-Bold";
  src: url("./fonts/RobotoSlab-VariableFont_wght.ttf");
  font-weight: 700;
}

@font-face {
  font-family: "RobotoSlab";
  src: url("./fonts/RobotoSlab-VariableFont_wght.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "PlayfairDisplay-Bold";
  src: url("./fonts/PlayfairDisplay-Bold.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "PlayfairDisplay";
  src: url("./fonts/PlayfairDisplay-VariableFont_wght.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Be_Vietnam_Pro";
  src: url("./fonts/Be_Vietnam_Pro/BeVietnamPro-Bold.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Be_Vietnam_Pro-Light";
  src: url("./fonts/Be_Vietnam_Pro/BeVietnamPro-Light.ttf");
  font-weight: 400;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.icoLive {
  background: url(.../images/live.png) left no-repeat;
  background-size: 50px 50px;
  padding-left: 50px;
  margin-right: 5px;
}

.icoPhoto,
.icoVideo,
.icoVote,
.icoComment {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #ececec;
  margin-left: 5px;
  display: none;
}

body {
  font-family: "Inter-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  min-width: 1200px;
  background-color: #f5f3f3;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
}

.clearfix:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  clear: both;
}

.container {
  width: 1180px;
  margin: 0 auto;
}

.fw {
  width: 100%;
}

.d-flex {
  display: flex;
}

.space-between {
  display: flex;
  justify-content: space-between;
}

.text-alight-center {
  text-align: center;
}

.justify-content-center {
  display: flex;
  justify-content: center;
}

img,
svg {
  vertical-align: middle;
}

img {
  max-width: 100%;
}

.alight-item-center {
  display: flex;
  align-items: center;
}

.pt-5 {
  padding-top: 5px;
}

.pt-12 {
  padding-top: 12px;
}

.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;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-20 {
  margin-left: 20px;
}

.b {
  font-family: "Inter-Bold", sans-serif;
}

.article-image {
  position: relative;
  display: block;
  overflow: hidden;
  transition: opacity 0.3s ease;
  margin-bottom: 15px;
}

.article-image::before {
  padding-top: 66.66%;
  content: "";
  display: block;
}

.article-image:hover {
  opacity: 0.85;
}

.article-image img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.article-link {
  font-family: "Inter-Bold", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #080c27;
}

.article-link:hover,
.item-options-link:hover,
.news-list-link:hover,
.news-view-more-link:hover,
.box-block-7 .news-title:hover {
  color: #0f82d1;
}

.article-date {
  font-size: 11px;
  color: #666666;
  font-family: "Inter-Regular", sans-serif;
  font-weight: 400;
}

.article-meta {
  margin-top: 5px;
}

.date-::before {
  content: "-";
  color: #666666;
  font-weight: 400;
  padding-right: 2px;
  font-family: "Inter-Regular", sans-serif;
}

.article-desc {
  margin-top: 5px;
  font-family: "Inter-Regular", sans-serif;
  font-size: 14px;
  color: #080c27;
  font-weight: 400;
  line-height: 1.6;
  text-align: justify;
}

.article-cat {
  text-transform: uppercase;
  font-family: "Be_Vietnam_Pro", sans-serif;
  color: #ed1a25;
  line-height: 1.4;
  font-size: 11px;
  font-weight: 400;
}

.article-content {
  display: flex;
  flex-direction: column;
}

.cat-title {
  align-items: baseline;
  position: relative;
}

.cat-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: -40px;
  bottom: 0px;
  height: 18px;
  background: url(../images/shadow-cat.png) right bottom no-repeat;
  pointer-events: none;
  z-index: -1;
}

.article-title {
  display: flex;
  flex-direction: column;
}

.article-subtitle {
  font-family: "Be_Vietnam_Pro", sans-serif;
}

.cat-link , .sub-cate {
  font-family: "Inter-Bold", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: white;
  text-transform: uppercase;
}

.sub-cate {
  margin-left: 10px;
  font-size: 16px;
}

.cat-title {
  background: #d82117;
  padding: 10px 10px 5px 10px;
  border-radius: 5px;
  width: fit-content;
}

/* header */

.header-top {
  height: 35px;
  background-color: #253d60;
  color: white;
  align-items: center;
  display: flex;
  font-size: 12px;
}

.header-logo {
  height: 135px;
  background-color: #e41d25;
}

.header-phone {
  margin-left: 15px;
}

.header-phone span {
  background: url(../images/h-phone.png) left 1px no-repeat;
  background-size: 13px 13px;
  padding-left: 20px;
  display: inline-block;
  font-family: 'NotoSans-Regular', sans-serif;
  margin-left: 10px;
}

.header-social {
  column-gap: 10px;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.header-social a {
  background: url(../images/social.png) 0 0 no-repeat;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.header-social .h-youtube {
  background-position: -33px 0;
}

.header-social .h-tiktok {
  background-position: -63px 0;
}

/* nav */

.home-item {
  background: url(../images/home.png) left 0px no-repeat;
  background-size: 17px 17px;
  width: 17px;
  height: 17px;
  cursor: pointer;
  margin-right: 10px;
  display: inline-block;
}

.header-nav {
  height: 46px;
  background: #253d60;
  padding: 0;
  position: relative;
  transition: all 0.3s ease;
}

.header-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.dropdown .menu-item {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-item {
  height: 50px;
}

.header-search-mb.active {
  opacity: 1;
  visibility: visible;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.header-search-mb-wrapper {
  position: absolute;
  top: 45px;
  left: 0px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background: white;
  z-index: 9999;
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
  display: flex;
  align-items: center;
}

.header-search-mb-wrapper.active {
  opacity: 1;
  visibility: visible;
}

.main-menu-special {
  position: absolute;
  top: 50px;
  left: 0px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background: white;
  z-index: 9999;
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
  display: flex;
  align-items: center;
}

.main-menu-special.active {
  opacity: 1;
  visibility: visible;
}

.header-search-mb {
  display: flex;
  justify-content: end;
  padding: 20px 0;
}
.icon-search {cursor: pointer;}

.icon-search.active,
.dropdown .menu-item.active {
  background-color: white;
}

#frmSearch {
  position: relative;
  overflow: hidden;
  font-size: 13px;
  width: 350px;
  height: 40px;
  float: right;
  padding: 0 16px;
  background: #f4f4f4;
  border: 0 none;
  border-radius: 20px;
}

#frmSearch input[type="text"] {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
}

#frmSearch button[type="submit"] {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 16px;
  border: none;
  cursor: pointer;
  font-size: 12px;
  color: #ffd400;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 8px;
  background: #233d66;
  border-radius: 20px;
  margin-right: 6px;
}

.main-menu-special {
  padding: 15px 0;
}

.navigation {
  margin-top: 30px;
}

.main-menu-item {
  margin-bottom: 25px;
  flex: 0 0 auto;
  width: 25%;
  gap: 8px;
  display: flex;
  flex-direction: column;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  width: 79%;
  flex-wrap: wrap;
}

.topic-list {
  width: 255px;
  display: flex;
  flex-direction: column;
}

.topic-list a {
  font-size: 12px;
  line-height: 24px;
  color: #555;
  min-height: 40px;
  border: 1px solid #e7e7e7;
  padding: 7px 7px 7px 18px;
  margin-bottom: 15px;
  border-radius: 30px;
}

.hot {
  font-size: 12px;
  line-height: 18px;
  color: #303e82;
  font-weight: 700;
  text-transform: uppercase;
  float: right;
  background: #f4c82d;
  padding: 3px 10px;
  border-radius: 20px;
}

.topic-list .topic-event {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #f4c82d;
  text-transform: uppercase;
  background: #303e82;
  line-height: 24px;
  min-height: 40px;
  border: 1px solid #e7e7e7;
  padding: 7px 7px 7px 18px;
  margin-bottom: 15px;
  border-radius: 30px;
}

.navigation-link {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #222;
  text-transform: uppercase;
}

.navigation-link:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 15px;
  margin-right: 10px;
  background: #f4c82d;
}

.link-subrow-cat {
  margin-bottom: 6px;
}

.link-subrow-cat a {
  font-size: 12px;
  color: #999;
}

.link-subrow-cat a:hover,
.navigation-link:hover {
  margin-left: 3px;
  text-decoration: underline;
}

.nav {
  height: 100%;
}

.nav ul {
  height: 100%;
}

.header-nav .nav-item {
  position: relative;
  text-transform: uppercase;
  padding: 15px 20px 14px;
  color: #303e82;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
  height: 100%;
}

.nav-item a {
  font-size: 13px;
  color: white;
  font-family: "Inter-Bold", sans-serif;
}

.nav-item.home {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 5px 0;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-item.home:hover {
  background: #fff;
}

.header-nav .nav-item:hover {
  background: #080c27;
}

.nav-item:hover>.sub-menu {
  display: block;
}

.nav-item.active {
  background-color: #080c27;
}


.header-menu-list-lv2 a {
  font-size: 14px;
  color: #999;
  font-family: 'Inter-Bold', sans-serif;
  text-transform: none;
}

.sub-menu {
  position: absolute;
  left: 0;
  top: 46px;
  display: none;
  z-index: 222;
}

.sub-menu li a {
  padding: 12px 20px;
  line-height: 1.4;
  color: #8f1f1b;
  display: flex;
  width: 250px;
}

.sub-menu li {
  background: #dbdbdb;
  border-top: 1px solid #ebebeb;
  z-index: 2;
}

.sub-menu li:hover {
  background: #ebebeb;
}


.header-menu-list-lv2 a:hover,
.header-story .article-link:hover {
  text-decoration: underline;
}

.box-block-left {
  width: calc(100% - 330px);
}

.box-block-right {
  width: 300px;
  margin-left: 30px;
}

.box-cover .cat-content {
  box-shadow: 0 20px 40px -12px rgba(0, 20, 30, 0.25);
  border-radius: 5px;
}

.box-cover .article-content {
  padding: 5px 25px 20px 25px;
}

.box-cover .article-image {
  border-radius: 5px;
}

.box-cover {
  position: relative;
}

.box-cover .slick-dots {
  transform: translateY(-90%);
}

.box-cover .article-image::before {
  padding-top: 56.25%;
  content: "";
  display: block;
}

.box-cover .article-link {
  font-size: 30px;
}

.box-cover .article-desc {
  font-size: 16px;
}

.box-cover .l-prev {
  background: url(../images/rt-l.png) left no-repeat;
  background-size: 78px 78px;
  padding-left: 78px;
  padding-top: 78px;
  cursor: pointer;
}

.box-cover .l-next {
  background: url(../images/rt-r.png) left no-repeat;
  background-size: 78px 78px;
  padding-left: 78px;
  padding-top: 78px;
  cursor: pointer;
}

.box-cover .agency-prev {
  left: 25px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-cover .agency-next {
  right: 25px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ic-arrow {
  position: absolute;
  top: 29%;
  z-index: 1;
  cursor: pointer;
}

.ic-arrow i {
  font-size: 25px;
}

.slick-dots {
  display: flex !important;
  justify-content: center;
  transform: translateY(50%);
  width: 100%;
}

.slick-dots button {
  font-size: 0;
  /* áº¨n Ä‘i sá»‘ */
}

.slick-dots li button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #000000;
  margin: 0 3px;
  cursor: pointer;
  border: none;
}

.slick-dots li {
  width: unset !important;
  margin: 0 !important;
}

.slick-dots li.slick-active button {
  background-color: #ff0000;
}

.slick-dots li button:before {
  content: none !important;
}

.cat-shadow-content {
  height: 30px;
  width: 100%;
  background-color: white;
  position: absolute;
  bottom: 0px;
  z-index: -1;
}

.cat-shadow-content::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 47px;
  background: url(../images/shadow.png) center bottom no-repeat;
  background-size: 80% 47px;
  pointer-events: none;
  z-index: -2;
}

 .box-coverage{
    position: relative;
} 

/* .box-coverage::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 47px;
  background: url(../images/shadow.png) center bottom no-repeat;
  background-size: 80% 47px;
  pointer-events: none;
  z-index: 1;
}  */

/* .box-coverage::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    height: 18px;
    background: url(../images/mb/mb-shadow.png) no-repeat center bottom;
    background-size: cover;
    z-index: -1;
} */

.box-block-1 .article:first-child {
  width: 480px;
  float: left;
  margin-right: 30px;
}

.box-block-1 .article:nth-child(n + 2) .article-image {
  width: 130px;
  float: left;
  margin-right: 20px;
}

.box-block-1 .article:nth-child(n + 2) {
  width: calc(100% - 480px - 30px);
  float: right;
}

.box-block-1 .article:nth-child(n + 2) .article-title {
  display: block;
}

.box-block-1 .article:nth-child(n + 3) {
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px solid #f5f2f2;
}

.box-block-1 .cat-content,
.box-block-2 .cat-content,.box-list .cat-content, .box-dcpl {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
}

.box-block-1 .article-content {
  display: block;
}

.box-block-1 .article:nth-child(n + 2) .article-image {
  margin-bottom: 0;
}

.box-block-1 .article:nth-child(1) .article-link {
  font-size: 22px;
}

.box-block-1 .article:nth-child(n +2) .article-link {
  font-family: "Inter-Regular", sans-serif;
}

.box-quyche .card-grid {
  border-radius: 2.5rem;
  padding: 1rem 0rem;
  transition: all 0.2s;
}

.box-quyche .flex-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.box-quyche .block-item {
    flex: 1 1 140px;
    width: calc((100% - 50px) / 6);
    background: #fff;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(2px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
    position: relative;

    box-shadow: 0 3px 8px rgba(0,0,0,.18);

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease,
        background .35s ease;
}

.box-quyche .block-item img {
    transition: transform .35s ease;
}

.box-quyche .block-item .block-item-link {
    transition: color .35s ease;
    color: #222;
    font-weight: 600;
}

.box-quyche .block-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,.18);
    border-color: #253d60;
    background: linear-gradient(180deg, #fff, #fff8f8);
}

.box-quyche .block-item:hover img {
    transform: scale(1.12) rotate(-4deg);
}

.box-quyche .block-item:hover .block-item-link {
    color: #c8102e;
}

.box-quyche .block-item:hover {
  cursor: pointer;
}

.box-quyche .block-item .block-item-link {
  display: block;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.3px;
  word-break: break-word;
  font-family: "Inter-Bold", sans-serif;
  margin-top: 25px;
}

.box-block-right .notice-container {
  margin-top: 75px;
  background: #ffffff;
  border-radius: 0.25rem;
  padding: 2rem 2rem 2.5rem;
  box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.15);
}

.box-block-right .notice-title {
  font-weight: 700;
  color: #1a2b4a;
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 0.75rem;
  border-bottom: 4px solid #c0392b;
  display: block;
  letter-spacing: 2px;
  text-transform: uppercase;
}


.swiper {
  width: 100%;
  height: 500px;
  padding-bottom: 3rem;
}

.swiper-slide {
  background: #e8f0fe;
  border-radius: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a2b4a;
  border: 2px solid #c5d9f5;
  transition: all 0.3s ease;
}

.swiper-slide:hover {
  transform: scale(1.02);
  border-color: #2a6df4;
  box-shadow: 0 8px 24px rgba(42, 109, 244, 0.15);
}

/* ===== PAGINATION ===== */
.swiper-pagination {
  bottom: 8px !important;
}

.swiper-pagination-bullet {
  background: #2a6df4;
  opacity: 0.5;
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ed1a25 !important;
  width: 30px;
  border-radius: 6px;
}

.new-Swiper .news-list {
  background: #fff;
}

.new-Swiper .news-item {
  padding: 10px;
}

.new-Swiper .news-item+.news-item {
  border-top: 1px solid #eee;
}

.new-Swiper .news-number {
  font-size: 34px;
  font-weight: 300;
  color: #bdbdbd;
  line-height: 1;
  margin-bottom: 10px;
}

.new-Swiper .news-content img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
  margin-bottom: 10px;
}

.new-Swiper .news-content h3 {
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
  color: #222;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}


.box-block-2 .article:nth-child(-n+2) {
  width: calc((100% - 30px)/2);
  float: left;
  position: relative;
}

.box-block-2 .article:nth-child(2) {
  margin-left: 30px;
}

.box-block-2 .article:nth-child(n+3) {
  width: calc((100% - 60px) / 3);
  float: left;
  margin-top: 15px;
}

.box-block-2 .article:nth-child(n+4) {
  margin-left: 30px;
}

.box-block-3 .cat-content {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  background-color: #ffffff;
  padding: 20px;
}

.box-block-3 .cat-content .article:nth-child(n+4) {
  border-top: 1px solid #ececec;
  padding-top: 20px;
}

.box-block-3 .cat-content .article:nth-child(n+4) .article-image {
  display: none;
}

/* .box-block-3 .cat-content .article:nth-child(n+4) .article-link {
  font-family: "Inter-Regular", sans-serif;
} */

.box-block-3 .cat-content>* {
  flex: 0 0 calc(((100% - 3rem) / 3));
}

.box-tapchi .cat-content {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  background-color: white;
  padding: 20px 20px 20px 0px;
  border-radius: 5px;
}

.box-tapchi .cat-content {
  background-color: #ffffff;
}

.box-tapchi .article-title-main {
  display: inline-flex;
  align-items: center;
  background: #243f73;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-radius: 3px;
  overflow: hidden;
}

.box-tapchi .article-title-main .article-title-sub {
  padding: 10px 20px 10px 16px;
  font-family: "Inter-Bold", sans-serif;
}

.box-tapchi .article-title-main .star::after {
  content: "★";
  color: red;
  margin-right: 10px;
}

.box-tapchi .magazine-content {
  display: flex;
  gap: 18px;
  margin-top: 20px;
}

.cover {
  width: 200px;
  flex-shrink: 0;
}

.cover img {
  width: 100%;
  display: block;
  border: 1px solid #ccc;
}

.box-tapchi .magazine-content .article-title h3 {
  font-size: 30px;
  line-height: 1.35;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 30px;
}

.box-tapchi .article-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 48px;
  background: #294777;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: 0.3s;
  font-family: "Inter-Bold", sans-serif;
}

.box-tapchi-left .article-link {
  font-size: 18px;
}

.box-tapchi .article-btn:hover {
  cursor: pointer;
}

.box-tapchi .toc-content-contain {
  padding: 20px;
  background: #f6f6f6;
  margin-top: 15px;
  border-radius: 4px;
}

.box-tapchi .toc-content {
  max-height: 260px;
  overflow-y: auto;
}

.box-tapchi .toc-content::-webkit-scrollbar {
  width: 2px;
}

.box-tapchi .toc-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.box-tapchi .toc-content::-webkit-scrollbar-thumb {
  background: #1d3d73;
}

.box-tapchi .toc-content::-webkit-scrollbar-thumb:hover {
  background: #0f2954;
}

.box-tapchi .toc-content ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 20px;
  margin-right: 10px;
}

.box-tapchi .toc-content li {
  margin-bottom: 18px;
  line-height: 1.7;
  color: #666;
}

.box-tapchi .toc-content li::marker {
  color: #1d3d73;
}

.box-tapchi .toc-content li strong {
  color: #1d3d73;
}

.box-tapchi .box-tapchi-left,
.box-tapchi .box-tapchi-right {
  flex: 0 0 calc((100% - 1.5rem) / 2);
}

.box-tapchi-right .toc-content strong {
  font-family: "Inter-Bold", sans-serif;
}

.box-tapchi-right .toc-content {
      font-family: "Inter-Regular", sans-serif;
      line-height: 1.8;
}

.box-tapchi-full {
  width: 100%;
}

.box-tapchi-full .article-content {
  margin-top: 10px;
  text-align: center;
  margin-right: 28px;
}

.box-tapchi-full .ic-arrow {
    position: absolute;
    top: calc((100% - 100px) / 2);
    /* left: 5px; */
    width: 49px;
    height: 49px;
    z-index: 1;
    cursor: pointer;
}

.box-tapchi-full .l-prev {
  background: url(../images/left.png) left no-repeat;
  background-size: 49px 49px;
  padding-left: 49px;
  padding-top: 49px;
  cursor: pointer;
}

.box-tapchi-full .l-next {
  background: url(../images/right.png) left no-repeat;
  background-size: 49px 49px;
  padding-left: 49px;
  padding-top: 49px;
  cursor: pointer;
}

.box-tapchi-full  .agency-prev {
  left: -20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-tapchi-full .agency-next {
  right: 10px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-content {
  background: #233d66;
  color: #fff;
  border-radius: 3px;
  padding: 18px 18px 15px;
}

.news-content .news-header {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.news-content .news-header .new-title {
  margin-left: 10px;
  color: #ffd400;
  font-weight: 400;
  font-size: 22px;
}

.news-content .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff2b2b;
}

.news-content .news-list {
  margin-top: 15px;
}

.news-content .article {
  display: block;
  text-decoration: none;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.news-content .article-link {
  font-family: "Inter-Regular", sans-serif;
  color: white;
}

.news-content .article:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.news-content .article-date {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  color: #8899b5;
}

.news-content .news-view-more-link {
  margin-top: 25px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #d8dde6;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.25s;
  font-family: 'Inter-Bold', sans-serif;
}

.news-content .news-view-more-link span {
  font-size: 20px;
}

.box-block-6 .article {
  padding-top: 50px;
  position: relative;
}

.box-block-6 {
  counter-reset: section;
}

/* .box-block-6 .slide {
    counter-increment: section;
    position: relative;
}

.box-block-6 .slide::before {
    content: counter(section) ".";
    position: absolute;
    font-size: 30px;
    font-family: "Inter-thin", sans-serif;
    top: 0;
    left: 0;
    z-index: 1;
}
.box-block-6 .article{
    position: relative;
} */

.box-block-6 .article::before {
  content: attr(data-index) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  font-family: "Inter-thin", sans-serif;
  color: black;
}

/* .box-block-6 .article::before{
    position: absolute;
    counter-increment: section;
    content: counter(section) '.';
    font-size: 30px;
    font-weight: 400;
    font-family: "Inter-thin", sans-serif;
    color: black;
    top: 0;
    left: 0;
    z-index: 1;
} */

.box-block-6 .cat-content {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid black;
}

.box-block-6 .article:nth-child(n+2) {
  padding-top: 50px;
  margin-top: 18px;
  border-top: 1px solid #f5f2f2;
}


.box-block-7 {
  border: 1px solid black;
  background: #fff;
  border-radius: 8px;
}

.box-block-7 .box-block-7-tabs {
  display: flex;
}

.box-block-7 .box-block-7-tabs a {
  flex: 1;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
  color: #b7b7b7;
  font-weight: bold;
  text-transform: uppercase;
  background: #355b8d;
  font-size: 18px;
  font-family: "Inter-Bold", sans-serif;
  padding: 5px;
}

.box-block-7 .box-block-7-tabs a:nth-child(1) {
  border-top-left-radius: 8px;
}

.box-block-7 .box-block-7-tabs a:nth-child(2) {
  border-top-right-radius: 8px;
}


.box-block-7 .box-block-7-tabs a:last-child {
  background: #ef3d2f;
}

.box-block-7-tabs a.active {
  color: white;
  border-color: #d60000;
  font-weight: bold;
}


.box-block-7 .news-content {
  background-color: unset;
}

.box-block-7 .news-content .article-link {
  color: black;
}

.box-block-7 .news-content .article {
  border-bottom: 1px dotted black;
}

.box-block-7 .news-content .article:last-child {
  border: 0
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.f-left {
  width: 830px;
}

.f-right {
  width: calc(100% - 30px - 830px);
}

.back-gr {
  background-color: #243c5f;
}

.f-about {
  color: white;
}

.f-soucre {
  color: white;
  margin-top: 15px;
  padding: 15px 0;
  border-top: 1px solid #445f86;
}

.f-home {
  background: url(../images/f-home.png) left 1px no-repeat;
  background-size: 16px 14px;
  padding-left: 20px;
  display: inline-block;
  font-family: 'NotoSans-Regular', sans-serif;
  font-size: 13px;
  margin-left: 10px;
}

.f-email {
  background: url(../images/f-home.png) left 1px no-repeat;
  background-size: 23px 17px;
  padding-left: 20px;
  display: inline-block;
  font-family: 'NotoSans-Regular', sans-serif;
  font-size: 13px;
  margin-left: 10px;
}

.f-email {
  background: url(../images/f-mail.png) left 1px no-repeat;
  background-size: 23px 17px;
  padding-left: 30px;
  display: inline-block;
  font-family: 'NotoSans-Regular', sans-serif;
  font-size: 13px;
  margin-left: 10px;
}

.f-phone {
  background: url(../images/f-phone.png) left 1px no-repeat;
  background-size: 17px 16px;
  padding-left: 20px;
  display: inline-block;
  font-family: 'NotoSans-Regular', sans-serif;
  font-size: 13px;
  margin-left: 10px;
}

.master-cms {
    height: 60px;

}

.master-cms a {
    color: #9d9d9d;
}


#goTop.show {
    opacity: 1;
    visibility: visible;
}

#goTop {
    display: flex;
    align-items: center;
    background: url(../images/goTop.png) no-repeat;
    background-size: 45px 45px;
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 10%;
    right: 10%;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}

.box-list .article-image {
  width: 258px;
  float: left;
  margin-bottom: 0;
  margin-right: 30px;
}

.box-list .article-content {
  width: calc(100% - 258px - 30px);
  float: right;
}

.box-list .article:nth-child(n+2) {
  border-top: 1px solid #ececec;
  padding-top: 20px;
  margin-top: 20px;
}

.box-list .article-link {
  font-size: 22px;
}

.see-more {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.see-more .current {
    color: var(--tdhGreen);
    padding: 10px 35px;
    border-radius: 50px;
    text-transform: uppercase;
    width: fit-content;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: 2px solid #ebebeb;
    font-family: 'Inter-Bold', sans-serif;
}

.see-more a {
    color: white;
    padding: 10px 35px;
    border-radius: 50px;
    text-transform: uppercase;
    width: fit-content;
    cursor: pointer;
    display: flex;
    align-items: center;
    background-color: var(--tdhGreen);
    font-family: 'Inter-Bold', sans-serif;
}

.detail-grid {
    display: grid;
    grid-template-columns: 60px calc(100% - 60px);
}

.detail-grid-left {
    width: 60px;
}

.article-detail-button {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: sticky;
    top: 60px;
}


.hna-btn-size,
.hna-btn-copy-link,
.hna-btn-comment,
.article-detail-button>a,
.hna-btn-follow {
    display: flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 32px;
    cursor: pointer;
    color: #555;
    margin-bottom: 8px;
    border: 1px solid #e2e2e5
}

.hna-btn-size {
    height: 110px !important;
    position: relative;
}

.hna-btn-size-plus {
    position: absolute;
    top: 2px;
}

.hna-btn-size-plus,
.hna-btn-size-minus {
    display: flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ebebeb;
    border-radius: 26px;
    font-size: 12px;
}

.hna-btn-size-minus {
    position: absolute;
    bottom: 2px;
}

.hna-btn-size-text>span {
    font-size: 20px;
}

.detail-body p,.detail-body p,.detail-body h2, .detail-body h3,.detail-body h4, .detail-body h5, .detail-body h6 {
    margin-bottom: 20px;
    font-size: 16px;
}

.detail-body table {
    margin-bottom: 20px;
}

.detail-body p strong, .detail-body p b,.detail-body p h2, .detail-body p h3, .detail-body p h4 {
    font-family: 'Inter-Bold',sans-serif;
    font-weight: 400;
}

.auther {
    text-align: end;
}

.auther-name {
    font-family: 'Inter-Bold',sans-serif;
    font-weight: 400;
}

.part-tags {
    align-items: baseline;
    border-top: 1px solid #ebebeb ;
    padding-top: 20px;
}

.tags-title {
    background: url(../images/tags.png) no-repeat left top 1px ;
    padding-left: 35px;
    background-size: 26px 20px;
    display: flex;
    height: 22px;
    gap: 10px;
    font-size: 20px;
    color: black;
}

.tags-title p {
    font-family: 'Inter-Bold',sans-serif;
    font-size: 16px;
    color: black;
    margin-right: 15px;
}

.tags-content .tags-link {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px 6px 10px;
    background: #f7f7f7;
    border: 1px solid #f0f0f0;
    font-family: 'Inter-Regular',sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
    margin-right: 2px;
    color: #1957a6;
    border-radius: 2px;
}

.box-relate .cat-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.box-relate .cat-content > * {
    /* flex: 1 1 calc(33.333% - 30px);  */
    margin-right: 30px; 
    margin-top: 30px; 
}

.box-relate .cat-content > :nth-child(3n) {
    margin-right: 0; 
}

.box-relate .article:nth-child(n+4) .article-image{
    display: none;
}

.box-relate .article:nth-child(n+4) .article-link {
    font-family: 'Merriweather-Regular', sans-serif;
}

.box-relate .article:nth-child(n+4) {
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    margin-top: 20px;
}

.box-relate .article {
    width: calc((100% - 60px) / 3);
}

#user-comment {
    background-color: #eeeeee;
    padding: 25px;
    border-radius: 3px;
}

#user-comment .box-comment .content {
    display: grid;
    grid-template-columns: 47px auto;
    gap: 20px;
    border-radius: 4px;
    margin-top: 30px;
}

#user-comment .box-comment .content img {
    border-radius: 50px;
}

#user-comment .box-comment textarea {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 10px;
    outline: none;
    border: 0;
    border-radius: 4px;
    font-family: inherit;
    align-items: center;
}

#user-comment button {
    margin-top: 25px;
    padding: 10px 46px;
    font-size: 14px;
    background: #355b8d;
    border-radius: 4px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
}

#user-comment .content-button {
    display: flex;
    justify-content: flex-end;
}

.motgame-heading {
    font-size: 22px;
    font-family: 'Inter-Bold', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}


.detail-title {
    font-family: "Inter-Bold", sans-serif;
    font-weight: 400;
    font-size: 35px;
    color: black;
}

.detail-cat {
    font-size: 11px;
    color: #ec1a23;
    text-transform: uppercase;
}

.detail-desc {
    font-size: 16px;
    color: #000000;
    font-family: 'Inter-Bold', sans-serif;
    text-align: justify;
}
.article-about  {
  align-items: baseline;
}

.box-cat-static {
    padding: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.9;
    color: #333;
    background: #fff;
}

.box-tapchi .cover img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.box-tapchi .cover a::before {
    padding-top: 135%;
    content: "";
    display: block;
}

.box-tapchi .cover a {
      position: relative;
    display: block;
    overflow: hidden;
    transition: opacity 0.3s ease;
}