@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');

* {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

@font-face {
  font-family: "Arimo";
  src: url(../fonts/Arimo-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Arimo";
  src: url(../fonts/Arimo-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Shopee2021";
  src: url(../fonts/shopee2021-bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Shopee2021";
  src: url(../fonts/shopee2021-black.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Shopee2021";
  src: url(../fonts/shopee2021-regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
table {
  margin: 0 auto;
}
body, body.subpage {
  position: relative;
  margin: 0;
  width: 100%;
  font-size: 16px;
  background: url("../images/header-single-2.png") top center no-repeat #e8f5ff;
  background-size: 100% auto;
}
.high-light:hover {
  filter: brightness(1.2);
}
a {
  text-decoration: none !important;
}
img {
  max-width: 100%;
  height: auto;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #013832;
}
::-webkit-scrollbar-thumb:hover {
  background: #028d7d;
}
.wrap,
.wrapper-out,
.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  background: transparent;
}
.header {
  position: relative;
  width: 100%;
  height: 140px;
  overflow: visible;
  background: url("../images/nen-header.png") top center no-repeat;
  background-size: auto 100%;
}

.header .nav-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 3.5vw;
}

.header .nav-header li.logo-item {
  position: relative;
  left: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .logo {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 15px;
  background: none;
  z-index: 10;
}

.header .logo img {
  width: 130px;
  height: 130px;
  object-fit: contain;
  display: block;
}

.header .nav-header li .nav-icon {
  width: auto;
  height: 30px;
  margin-right: 10px;
}

.header .nav-header li a {
  position: relative;
}

.header .nav-header li span {
  position: relative;
  color: #ffffff;
  font-family: 'Philosopher', sans-serif !important;
  font-weight: 700;
  transition: color 0.3s ease;
}

.header .nav-header li a:hover span {
  color: #18376B !important;
  text-shadow: 0 0 10px rgba(24, 55, 107, 0.4);
}

.btn-burger-mb,
.menu-overlay-mb {
  display: none;
}

.header .group-btn {
  display: none;
}

@media (max-width: 1200px) {
  body, body.subpage {
    background: url("../images/header-single-mb-2.png") top center no-repeat #e8f5ff;
    background-size: 100% auto;
  }

  .wrap,
  .wrapper-out,
  .wrapper {
    overflow: visible;
  }

  .header {
    height: auto;
    background: none;
    overflow: visible;
    padding: 20rem 0 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .btn-burger-mb {
    position: absolute;
    left: 40rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    width: 84rem;
    height: 84rem;
    border-radius: 50%;
    border: 3rem solid rgba(255, 255, 255, 0.85);
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 9rem;
    cursor: pointer;
    outline: none;
    padding: 0;
    box-shadow: 0 4rem 12rem rgba(0, 0, 0, 0.3);
  }

  .btn-burger-mb span {
    display: block;
    width: 40rem;
    height: 4rem;
    background-color: #ffffff;
    border-radius: 2rem;
  }

  .header .nav-header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    gap: 0;
  }

  .header .nav-header li:not(.logo-item) {
    display: none !important;
  }

  .header .nav-header li.logo-item {
    position: relative;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    left: 0;
    width: 220rem;
    height: auto;
    margin: 0 auto;
    background: none;
  }

  .header .logo img {
    display: block;
    width: 220rem;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    object-fit: contain;
  }

  .header .group-btn {
    display: none !important;
  }

  .menu-overlay-mb {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    z-index: 99999;
    background: url("../images/menu-bg-mb-2.png") center top / cover no-repeat #0b1a3d;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 30rem 20rem 35rem 20rem;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .menu-overlay-mb.active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .menu-overlay-mb .btn-close-mb {
    position: absolute;
    top: 30rem;
    right: 35rem;
    width: 76rem;
    height: 76rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    border: 3rem solid rgba(255, 255, 255, 0.85);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    outline: none;
    padding: 0;
    box-shadow: 0 4rem 12rem rgba(0, 0, 0, 0.4);
  }

  .menu-overlay-mb .btn-close-mb svg {
    width: 40rem;
    height: 40rem;
    display: block;
    stroke: #ffffff;
  }

  .menu-overlay-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    min-height: 100%;
    box-sizing: border-box;
  }

  .menu-mb-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10rem;
    margin-bottom: 0;
  }

  .menu-mb-logo img {
    width: 190rem;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 4rem 15rem rgba(0, 0, 0, 0.6));
  }

  .menu-mb-card {
    width: 90%;
    max-width: 840rem;
    background: url("../images/menu-bg-text.png") center center no-repeat;
    background-size: 100% 100%;
    padding: 75rem 40rem;
    box-sizing: border-box;
    margin: 10rem auto;
    transform: translateY(90rem);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 1020rem;
  }

  .menu-mb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32rem;
  }

  .menu-mb-list li {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .menu-mb-list li.menu-dot {
    margin: 0;
  }

  .menu-mb-list li.menu-dot img {
    width: 22rem;
    height: 22rem;
    object-fit: contain;
    display: block;
  }

  .menu-mb-list li a {
    font-family: 'Philosopher', sans-serif !important;
    font-size: 40rem;
    font-weight: 700;
    color: #ffffff !important;
    letter-spacing: 3rem;
    text-shadow: 0 2rem 8rem rgba(0, 0, 0, 0.7);
    transition: color 0.2s ease, transform 0.2s ease;
  }

  .menu-mb-list li a:hover,
  .menu-mb-list li a:active {
    color: #ffd875 !important;
    transform: scale(1.06);
  }

  .menu-mb-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28rem;
    margin-top: 0;
    margin-bottom: 10rem;
    width: 100%;
  }

  .menu-mb-social a {
    font-family: 'Philosopher', sans-serif !important;
    font-size: 34rem;
    font-weight: 700;
    color: #ffffff !important;
    letter-spacing: 2rem;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .menu-mb-social a:hover {
    color: #ffd875 !important;
  }

  .menu-mb-social .divider {
    color: rgba(255, 255, 255, 0.6);
    font-size: 34rem;
  }
}
.nav-right {
  position: fixed;
  top: 120px;
  right: 0;
  z-index: 99;
  width: 120px;
}
.nav-right-inner {
  position: relative;
  width: 100%;
}
.nav-right img {
  display: block;
  width: 100%;
  height: auto;
}
.nav-right .nav-right-link {
  position: absolute;
  display: block;
  z-index: 10;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.nav-right .nav-right-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.nav-right .to-top {
  cursor: pointer;
}
@media (max-width: 1200px) {
  .nav-right {
display: block;
top: -64rem;
        right: -8px;
        width: 241rem;
        height: 473rem;
        overflow: hidden;
        z-index: 999;
  }

  .nav-right .nav-right-top {
    left: 15% !important;
    width: 70% !important;
  }

  .nav-right .nav-right-bottom {
    display: none !important;
  }
}
.banner {
  display: none;
}
@media (max-width: 1200px) {
  .banner {
    display: none;
  }
}
.section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section-content {
  width: 100%;
  max-width: 1100px;
  margin: 490px auto 60px;
  padding: 0 40px;
  box-sizing: border-box;
  position: relative;
  background: transparent;
  min-height: 80vh;
  font-size: 15px;
}
.section-content .head-cont {
  display: flex;
  width: 100%;
  height: 106px;
  background: url(/assets/post/bg-post-head.jpg) 100% 100% no-repeat;
  align-items: center;
  justify-content: center;
  font-family: 'Philosopher', sans-serif !important;
  font-weight: 700;
  font-size: 36px;
  color: #002258;
}
@media (max-width: 1200px) {
  .section-content {
    margin: 352rem auto 40rem;
    padding: 0 20rem;
    min-height: 900px;
    font-size: 15px;
  }
  .section-content .head-cont {
    height: 70rem;
    font-size: 32rem;
  }
}
.list-cont {
  padding: 50px 45px;
  box-sizing: border-box;
}
.list-cont .news-tabs {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}
.list-cont .news-tabs .nav-item {
  background: #de8f00;
  height: 49px;
  width: 22.5%;
  border-radius: 25px;
  font-family: Arimo;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 49px;
  padding: 0;
  color: #fff;
}
.list-cont .news-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.list-cont .news-list li {
  width: 100%;
  height: 52px;
}
.list-cont .news-list li:nth-of-type(2n + 1) {
  background: #ffe6aa;
}
.list-cont .news-list li:hover {
  background: #f5d896;
}
.list-cont .news-list li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-family: Shopee2021;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid #ffe6aa;
  padding: 0 14px 0 25px;
}
.list-cont .news-list li .news-item-title {
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80vw;
  color: #5a5a5a;
}
.list-cont .news-list li .news-item-date {
  font-family: 'Philosopher', sans-serif !important;
  width: 150px;
  text-align: right;
  margin-left: auto;
  color: #00642b;
}
.list-cont .pagination {
  display: flex;
  gap: 29px;
  justify-content: center;
}
.list-cont .pagination a {
  display: flex;
  width: 50px;
  height: 50px;
  cursor: pointer;
  color: #ffffff;
  font-family: Shopee2021;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  background-color: #00642b;
  margin-top: 30px;
}
.list-cont .pagination a.active {
  background-color: #da0008;
}
.list-cont .pagination a img {
  width: 100%;
}
@media (max-width: 1200px) {
  .list-cont {
    padding: 50rem 45rem;
  }
  .list-cont .news-tabs {
    margin-bottom: 60rem;
  }
  .list-cont .news-tabs .nav-item {
    background: #00642b;
    height: 49rem;
    width: 22.5%;
    border-radius: 25rem;
    font-size: 24rem;
    line-height: 49rem;
  }
  .list-cont .news-list {
    width: 100%;
    margin-bottom: 30rem;
  }
  .list-cont .news-list li {
    height: 96rem;
  }
  .list-cont .news-list li a {
    font-size: 32rem;
    border-bottom: 1rem solid #ffe6aa;
    padding: 0 14rem 0 25rem;
  }
  .list-cont .news-list li .news-item-title {
    flex-grow: 1;
    max-width: 80vw;
  }
  .list-cont .pagination {
    gap: 40rem;
  }
  .list-cont .pagination a {
    width: 70rem;
    height: 70rem;
    font-size: 36rem;
    margin-top: 50rem;
  }
}
.content-cont {
  padding: 15px 20px;
  box-sizing: border-box;
  display: flex;
  gap: 25px;
}
.content-cont .right {
  display: flex;
  flex-direction: column;
  width: 320px;
  gap: 22px;
}
.content-cont .right .thumb {
  aspect-ratio: 1.5;
  object-fit: fill;
}
.content-cont .right .hot-post {
  background: #ffa800;
  font-family: Shopee2021;
  color: #272727;
  height: 70px;
  padding: 10px 20px;
}
.content-cont .right .hot-post .title {
  font-family: 'Philosopher', sans-serif !important;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.content-cont .right .hot-post .date {
  font-family: 'Philosopher', sans-serif !important;
  margin: 0;
}
.content-cont .left {
  font-size: 10px;
  flex-grow: 1;
  overflow: hidden;
}
.content-cont .left .breadcrumb {
  background: transparent;
  font-family: Shopee2021;
  font-size: 10px;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0 0 1.6em;
  border-bottom: 1px solid #272727;
  border-radius: 0;
  margin-bottom: 3em;
}
.content-cont .left .breadcrumb img {
  width: 2em;
}
.content-cont .left .breadcrumb-item {
  display: inline-block;
  max-width: 80%;
  color: #272727 !important;
  font-size: 1.6em;
  white-space: nowrap;
}
.content-cont .left .breadcrumb-item a {
  color: #272727 !important;
}
.content-cont .left .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  background: url(/wp-content/themes/cokiemhiep/assets/post/breadcrumb.png) center center no-repeat;
  width: 10px;
  height: 20px;
  padding: 0 10px;
  top: 5px;
  position: relative;
}
.content-cont .left .breadcrumb-item:last-of-type {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 51vw;
}
.content {
  font-size: 15px;
}
.content p {
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
  color: #272727;
}
.content .title {
  font-family: 'Philosopher', sans-serif !important;
  font-weight: bold;
  color: #002258;
  text-align: center;
  font-size: 2.6em;
}
.content .time,
.content .time span,
.time,
.time span {
  font-family: 'Philosopher', sans-serif !important;
  text-align: center;
}
.content .head-1 {
  font-family: 'Philosopher', sans-serif !important;
  font-size: 2.4em;
  color: #002258;
  font-weight: bold;
}
.content .note {
  font-size: 1.4em;
  text-align: center;
}
.content img {
  display: block;
  margin: 1em auto;
}
.breadcrumb {
  display:none;
}
@media (max-width: 1200px) {
  .content-cont .right {
    display: none;
  }
  .content {
    font-size: 16px;
  }
  .content .title {
    font-family: 'Philosopher', sans-serif !important;
    font-size: 55rem !important;
    font-weight: 900;
    line-height: 1.35;
    margin-bottom: 18rem;
    padding: 0 10rem;
    text-align: center;
    color: #002258;
  }
  .content .time,
  .content .time span,
  .time,
  .time span {
    font-family: 'Philosopher', sans-serif !important;
    font-size: 26rem !important;
    margin-bottom: 30rem;
    text-align: center;
  }
  .content p {
    font-size: 32rem;
    line-height: 1.7;
  }
}
.footer {
  height: 255px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #000000;
  font-family: 'Philosopher', sans-serif !important;
  background: url("../images/sub-footer.png") center center no-repeat;
  background-size: 100% 100%;
}
.footer .logo {
  width: 372px;
}
.footer .footer-col {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.footer .group-link {
  display: flex;
  gap: 50px;
}
.footer .group-link a {
  font-family: 'Philosopher', sans-serif !important;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
}
.footer .text p {
  font-family: 'Philosopher', sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  margin: 0;
  color: #000000;
}
.footer .text p:first-of-type {
  margin: 26px 0;
}
@media (max-width: 1200px) {
	.section-content img {
		width: 80vw;
	}
  .footer {
    height: 256rem;
  }
  .footer .logo {
    width: 396rem;
  }
  .footer .group-link {
    gap: 65rem;
  }
  .footer .group-link a {
    font-size: 20rem;
    line-height: 24rem;
  }
  .footer .text p {
    font-size: 20rem;
    line-height: 24rem;
  }
  .footer .text p:first-of-type {
    margin: 36rem 0;
  }
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border: 1px solid #333333 !important;
}
.content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    font-family: 'Philosopher', sans-serif !important;
    font-size: 15px;
}
.content table th,
.content table td {
    border: 1px solid #002258;
    padding: 10px 15px;
    vertical-align: top;
    text-align: left;
}
.content table th {
    background: #002258;
    color: #ffffff;
    font-weight: 700;
}
.content table tr:nth-child(even) {
    background: rgba(0, 34, 88, 0.05);
}
.content-cont .btn-lg {
	  font-size: 24px !important;
    padding: 20px 40px !important;
		width: 70%;
}
}