@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: 8px;
}

.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: "Be_Vietnam_Pro", 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 {
  font-family: "Be_Vietnam_Pro", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: white;
  text-transform: uppercase;
}
.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;
    font-size: 13px;
    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: 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;
}

.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.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: #303e82;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 8px;
  background: #f4c82d;
  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;
}

.header-nav .nav-item {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  padding: 15px 20px 14px;
  color: #303e82;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
}

.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: white;
}

.sub-menu {
  background: white;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 2;
  display: none;
  width: 100%;
  padding: 16px 0;
}

.nav-item:nth-child(2):hover .sub-menu {
  display: block;
}

.nav-item:nth-child(3):hover .sub-menu {
  display: block;
}

.nav-item:nth-child(4):hover .sub-menu {
  display: block;
}

.nav-item:nth-child(5):hover .sub-menu {
  display: block;
}

.nav-item:nth-child(6):hover .sub-menu {
  display: block;
}

.nav-item:nth-child(7):hover .sub-menu {
  display: block;
}

.nav-item:nth-child(8):hover .sub-menu {
  display: block;
}

.nav-item:nth-child(9):hover .sub-menu {
  display: block;
}

.nav-item:nth-child(10):hover .sub-menu {
  display: block;
}

.nav-item.active {
  background-color: white;
}

.header-menu-list-lv2 a {
  font-size: 14px;
  color: #999;
  margin-right: 20px;
  font-family: "NotoSans-Regular", sans-serif;
  text-transform: none;
}

.subcate {
  padding-left: 20px;
  border-left: 3px solid #f4c82d;
}

.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: 15px 20px 20px 20px;
}

.box-cover .article-image {
  border-radius: 5px;
}

.box-cover{
    position: relative;
    z-index: 1000;
}

.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;
    z-index: 1; 
}

.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-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) {
  min-height: 95px;
}

.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 {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
}

.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: 1rem;
  justify-content: center;
}

.box-quyche .block-item {
  flex: 1 1 140px;
  min-width: 130px;
  background: #ffffff;
  border-radius: 0.25rem;
  padding: 1rem 0.8rem;
  text-align: center;
  box-shadow: 0 20px 40px -12px rgba(0, 20, 30, 0.25);
  transition: 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box-quyche .block-item:hover {
  cursor: pointer;
}

.box-quyche .block-item span {
  display: block;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.3px;
  color: #1a2b4a;
  line-height: 1.4;
  word-break: break-word;
}

.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;
}

.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 .news-item {
  display: block;
  text-decoration: none;
  color: #fff;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.news-content .news-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.news-content .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;
}

.news-content .news-view-more-link span {
  font-size: 20px;
}

.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 .cat-content,
.box-block-3 .cat-content {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  background-color: white;
  padding: 20px;
  border-radius: 5px;
} */

.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 > * {
  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;
}

.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;
}

.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-full {
  width: 100%;
}

.box-block-6 {
    counter-reset: section;
}


.box-block-6 .article{ 
  padding-top: 50px;
  position: relative;
}

.box-block-6 .article::before{
    position: absolute;
    counter-increment: section;
    content: counter(section) '.';
    font-size: 30px;
    font-weight: 400;
    font-family: 'UTM-Avo', 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-7{
  border:1px solid #d8d8d8;
  background:#fff;
}

.box-block-7 .box-block-7-tabs{
  display:flex;
}

.box-block-7 .box-block-7-tabs a{
  flex:1;
  height:34px;
  line-height:34px;
  text-align:center;
  text-decoration:none;
  color:#fff;
  font-weight:bold;
  text-transform:uppercase;
  background:#355b8d;
}

.box-block-7 .box-block-7-tabs a:last-child{
  background:#ef3d2f;
}

.box-block-7 .news-content{
  background-color: #ffffff;
}

.box-block-7 .news-item{
  padding:12px 0;
  border-bottom:1px solid #e5e5e5;
}

.box-block-7 .news-item:last-child{
  border-bottom:none;
}

.box-block-7 .news-title{
  display:block;
  line-height:1.45;
  text-decoration:none;
}

.box-block-7 .news-date{
  display:block;
  margin-top:6px;
  font-size:11px;
  color:#b9b9b9;
  margin-bottom: 10px;
}


.f-left {
  width: 852px;
}
.f-right {
  width: calc(100% - 30px - 852px);
}

.back-gr {
  background-color: #243c5f;
}

.f-about {
  color: white;
}

.f-soucre {
  color: white;
  margin-top: 15px;
  padding-top: 15px;
  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;
}