.txt-white,
.txt-white * {
  color: white !important;
}
/* archive post */
.blog-top {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin-left: -12.5px !important;
  margin-right: -12.5px !important;
  margin-bottom: 50px;
  position: relative;
}
.blog-top:before {
  content: '';
  position: absolute;
  width: calc(100% - 30px);
  height: 0;
  border-bottom: 0.5px solid #cecece;
  display: block;
  bottom: -30px;
  left: 15px;
}
.blog-top .post-item {
  flex-basis: 100%;
  max-width: 100%;
  padding: 0px 12.5px 15px;
}
.blog-top .post-item:first-of-type {
  grid-column: span 8;
  grid-row: span 4;
  margin-bottom: 10px;
}
.blog-top .post-item:first-of-type .box-image:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 297px;
  z-index: 2;
  background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%);
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  border-radius: 0 0 5px 5px;
  opacity: 0.8;
}
.blog-top .post-item:first-of-type .box-image .image-cover {
  padding-top: 56.25% !important;
  border-radius: 5px;
}
.blog-top .post-item:first-of-type .box-text .cat-label {
  margin: 0 0 12px;
}
.box-blog-post .box-text .cat-label span {
  display: inline-block;
  z-index: 3;
  position: relative;
  color: #3dac22;
  border-radius: 2px;
  padding: 2px 16px 2px 0;
  line-height: 22px;
  font-size: 13px;
}
.box-blog-post .box-text .cat-label.cate-47 span {
  color: #d71a21;
}
.box-blog-post .box-text .cat-label.cate-71 span {
  color: #ff6000;
}

.blog-top .post-item:first-of-type .box-blog-post .box-text .cat-label span {
  background: #e9ffbb;
  padding-left: 16px;
}
.blog-top
  .post-item:first-of-type
  .box-blog-post
  .box-text
  .cat-label.cate-47
  span {
  background: #ffe1e1;
}
.blog-top
  .post-item:first-of-type
  .box-blog-post
  .box-text
  .cat-label.cate-71
  span {
  background: #ffd07a;
}
.blog-top .post-item:first-of-type .box-text .post-title a {
  z-index: 3;
  color: #fff;
  position: relative;
  margin: 0;
  font-family: var(--bold);
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.blog-top .post-item .post-title {
  margin: 0;
}
.blog-top .post-item .from_the_blog_excerpt {
  display: none;
}
.blog-top .post-item:nth-of-type(n + 2):not(:nth-of-type(n + 6)) {
  grid-column: span 4;
  grid-row: span 1;
  padding-bottom: 0;
}
.blog-top
  .post-item:nth-of-type(n + 2):not(:nth-of-type(n + 5))
  .box-blog-post {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 13px;
  margin-bottom: 13px;
}
.blog-top .post-item:nth-of-type(n + 2):not(:nth-of-type(n + 6)) .box-image {
  display: none;
}
.blog-top .post-item:nth-of-type(5) {
  padding-bottom: 30px !important;
}
.blog-top .post-item:first-of-type .box-text {
  position: absolute;
  bottom: 0;
  padding: 0 30px 43px;
  z-index: 10;
}
.blog-top .post-item:nth-of-type(n + 6) {
  grid-column: span 4;
}

.blog-top .post-item:nth-of-type(n + 2) .post-title a {
  color: #2d2d2d;
  font-size: 16px;
  line-height: 28px;
  font-family: var(--bold);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
  margin-top: 0;
  height: 56px;
}

.box-blog-post .cat-label {
  margin: 0;
}
.blog-top .post-item:nth-of-type(n + 2) .box-text-inner {
  display: flex;
  flex-direction: column;
}
.blog-top .post-item:nth-of-type(n + 6) .image-cover {
  border-radius: 5px;
}
.blog-top .post-item:nth-of-type(n + 6) .box-text {
  padding-top: 24.5px;
  padding-bottom: 5px;
}
.row-divided > .col + .col:not(.large-12) {
  border-left: 0;
}
.blog-top .post-item:nth-of-type(n + 2):not(:nth-of-type(n + 6)) .box-text {
  padding: 0;
}
.blog-top .box-blog-post .box-text .cat-label {
  order: 1;
  margin: 0;
  color: var(--theme-color);
  font-size: 13px;
  opacity: 1;
}
.blog-top .post-item:first-of-type .cat-label {
  padding: 2px 16px;
  background-color: #dff8ff;
  width: max-content;
  line-height: 22px;
  font-size: 13px;
  border-radius: 2px;
}
.archive .blog-wrapper .archive-page-header {
  display: none;
}
.col-blog-top {
  margin-top: 60px;
}
.col-blog-top .post-item:hover img {
  transform: scale(1.1);
}
.col-blog-top .post-item:not(:first-child):hover a {
  color: var(--theme-color);
}
.blog-list-archive .box-blog-post .box-image {
  max-width: 272px;
  flex-shrink: 0;
}
.blog-list-archive .box-blog-post {
  display: flex;
  padding-bottom: 25px;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.15);
}
.blog-list-archive .box-blog-post .box-text .post-title a {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--bold);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #2d2d2d;
}
.blog-list-archive .box-blog-post .from_the_blog_excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 15px;
}
.blog-list-archive .box-blog-post .box-text .cat-label {
  font-size: 13px;
  opacity: 1;
  color: var(--theme-color);
  margin: 0;
  order: 1;
}
.blog-list-archive .box-blog-post .box-text-inner {
  display: flex;
  flex-direction: column;
}
.blog-list-archive .box-blog-post .image-cover {
  border-radius: 5px;
}
.blog-list-archive .post-item:hover img {
  transform: scale(1.1);
}
.blog-list-archive .post-item:hover a {
  color: var(--theme-color);
}
.blog-list-archive .blog-main {
  padding-left: 20px !important;
}
.blog-list-archive .blog-main .col.post-item:last-of-type .box-blog-post {
  border: none;
}
.category-item a {
  font-size: 16px;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.category-item:last-child a {
  border: none;
}
.box-cate-list {
  margin-bottom: 30px;
}
.post-side-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post-side-item .box-image {
  width: 30%;
  margin: 0;
}
.post-side-item .box-image .image-cover {
  border-radius: 5px;
}
.post-side-item a img {
  transition: 0.4s;
}
.post-side-item a:hover img {
  transform: scale(1.1);
}
.post-side-item span {
  width: 66%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 26px;
  -webkit-line-clamp: 1;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-family: var(--medi);
}
.post-side-item:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ddd;
}
.box-tinmoi h3 {
  margin-bottom: 20px;
}
.nav-pagination > li > a,
.nav-pagination > li > span {
  border-radius: 5px;
}
/* end archive post */

/* header */

.menu-block {
  min-height: 300px;
  margin: auto !important;
  background: #fff;
  position: relative;
  z-index: 4;
}

.menu-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
  width: 100%;
  height: 1px;
  background-color: transparent;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  z-index: 99;
}

.menu-block .col-left {
  padding-top: 40px;
  padding-right: 30px;
  position: relative;
}

.menu-block .col-left:before {
  content: '';
  background-color: #fafafa;
  right: 0;
  top: 0;
  height: 100%;
  width: 100vw;
  position: absolute;
}
.menu-block .col-right,
.menu-block .col-right {
  padding: 40px 30px;
  background-color: #f3f3f3;
}
body .menu-block .col-left .menu-item,
body
  .menu-item-has-block
  .nav-dropdown
  .menu-block
  li:first-child:not([class^='bullet-']),
.menu-item-has-block .nav-dropdown .menu-block li {
  margin-left: 0 !important;
  list-style: none !important;
}
.menu-block .col-left .menu-item a {
  display: block;
  padding: 14px 15px;
  line-height: 20px;
  border-radius: 6px;
  transition: all 0.2s;
  color: #515151;
  font-size: 16px;
  font-family: var(--bold) !important;
}
.menu-block .col-left .menu-item a .box-menu {
  display: none;
}

.menu-block .col-left .menu-item a:hover,
.menu-block .col-left .menu-item.ok a {
  background: linear-gradient(290.37deg, #ec2d3c 9.78%, #78121ac2 109.56%);
  font-family: var(--bold) !important;
  COLOR: #FFF;
}
.info-menu .banner-header {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  height: 100%;
}
.menu-img2 .info-menu .banner-header {
  grid-template-columns: repeat(2, 1fr);
}
.menu-img2 .menu-block .info-menu .banner-header .image-cover.image2 {
  display: block;
}
.menu-img2 .info-menu .banner-header .submenu-cover {
  display: none;
}
.info-menu .banner-header .image-cover {
  padding-top: 56.25%;
  border-radius: 6px;
}

.nav-dropdown-has-border .header-bottom-nav .nav-dropdown {
  border: none;
  background-color: #f3f3f3;
}
.menu-block > .col-left > .col-inner > .sub-menu > li > .sub-menu {
  display: none;
}
.menu-block .info-menu .banner-header .submenu-cover {
  width: 100%;
}
.menu-block .info-menu .banner-header .image-cover {
  width: 100%;
  grid-column: span 2;
}
.menu-block .info-menu .banner-header .image-cover.image2 {
  display: none;
}
.menu-img2 .menu-block .info-menu .banner-header .image-cover {
  grid-column: unset;
  padding-top: 75%;
}
.menu-block .col-inner,
.menu-block .info-menu {
  height: 100%;
}
.submenu-cover > ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.submenu-cover > ul > li {
  width: 100%;
  margin-bottom: 20px;
}
.submenu-cover > ul li {
  margin: 5px 0;
  margin-left: 0 !important;
}
.submenu-cover > ul > li a {
  font-size: 16px !important;
  text-transform: none !important;
  line-height: 1;
}
.submenu-cover > ul > li a:hover {
  color: var(--theme-color);
}
.submenu-cover > ul > li > a {
  font-family: var(--bold) !important;
  display: block;
  padding: 15px 0 !important;
  border-bottom: 1px dashed #cccc;
}
.submenu-cover > ul > li:last-child > a {
  border: none;
}
.header-nav-main .menu-topmobi > .sub-menu {
  border-bottom: 1px solid #ddd !important;
}
/* end header */

/* single post */
.single .blog-single {
  padding-top: 0 !important;
}
.blog-wrapper .header-single-post .col {
  padding: 180px 15px 80px;
  z-index: 3;
}
.blog-wrapper .header-single-post {
  margin-bottom: 60px;
}
.blog-wrapper .header-single-post h2 {
  font-size: 40px;
  text-align: left;
  font-family: var(--semi);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.blog-wrapper .header-single-post p,
.blog-wrapper .header-single-post p a {
  margin-bottom: 0;
  color: white !important;
  font-size: 16px;
}
.post-sidebar .box-blog-post .box-image {
  width: 40% !important;
}
.post-sidebar .box-blog-post .post-title a {
  margin-bottom: 0;
  -webkit-line-clamp: 3;
  font-family: var(--medi);
  line-height: 22px;
  height: 63px;
  font-size: 16px;
}
.post-sidebar .post-item {
  padding-bottom: 0;
}
.post-sidebar .box-blog-post {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.post-sidebar h3 {
  font-size: 24px;
  font-family: var(--semi);
  margin-bottom: 20px;
}
.post-sidebar .col.post-item:last-of-type .box-blog-post {
  padding-bottom: 0;
  border-bottom: 0;
}
.blog-share {
  padding-bottom: 0;
}
.featured-posts .box-text {
  padding: 20px 0;
}
.featured-posts .box-text h3 span {
  color: #3c3c3c;
  font-family: var(--semi);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  -webkit-line-clamp: 2;
  height: 48px;
}
.featured-posts .box-text h3 {
  position: relative;
  margin-bottom: 30px;
}
.featured-posts .box-text h3:before {
  content: '';
  width: 70%;
  height: 1px;
  background-color: #c5c5c5;
  left: 0;
  bottom: -15px;
  position: absolute;
}
.featured-posts .box-date-txt-inner {
  display: flex;
  align-items: center;
}
.featured-posts .box-date-txt-inner img {
  margin-right: 8px;
  width: 18px;
}
.featured-posts .box-date-txt-inner .post-date-month {
  font-size: 14px;
  color: #2d2d2d !important;
}
.featured-posts .box-image {
  border-radius: 15px;
}
.featured-posts .box-image img {
  transition: 0.4s;
}
.featured-posts .box:hover .box-image img {
  transform: scale(1.1);
}
.featured-posts .box:hover h3 span {
  color: var(--theme-color);
}
.box-postdate span {
  background-color: var(--theme-color);
}
.box-postdate:before {
  content: '';
  width: 100%;
  display: block;
  border-bottom: 1px solid #51515121;
  position: absolute;
  top: 50%;
  z-index: 1;
}
/* end single post */

/* page ve chung toi */
.vct-sec-1 .img-inner {
  border-radius: 10px;
  overflow: hidden;
}
.vct-sec-1 .col-txt .col-inner {
  padding: 40px;
  width: 95%;
  margin-left: auto;
  margin-right: 0;
  background-color: #f8f9fb;
  border-radius: 10px;
  position: relative;
}
.vct-sec-1 .col-txt .col-inner p:last-child {
  margin-bottom: 0;
}
.vct-sec-1 .col-txt .col-inner:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  top: -35px;
  left: -15px;
  background-image: url(/wp-content/uploads/2023/11/left-quotes-sign.png);
  background-size: 100%;
  animation: down-up-one 7s infinite;
}
.vct-sec-2 {
  padding-top: 0 !important;
}
.vct-sec-2 .row-2 {
  margin-top: 20px;
}
.vct-sec-2 .row-2 .col-image .img-inner {
  border-radius: 10px;
  overflow: hidden;
}
.vct-sec-2 .row-2 .col-txt .col-inner {
  padding-right: 30px;
}
.vct-sec-2 .row-2 .col-txt .col-inner p {
  text-align: justify;
}
.vct-sec-3 .col-txt .col-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  position: relative;
}
.vct-sec-3 .col-txt .stack {
  width: calc(50% - 8px);
  display: block;
}
.vct-sec-3 .col-txt .stack h3 {
  -webkit-text-stroke: 1px var(--theme-color);
  font-size: 70px;
  margin-bottom: 0;
  color: white;
  line-height: 1;
  text-align: right;
}
.vct-sec-3 .col-txt .stack.col-2 h3 {
  -webkit-text-stroke: 1px var(--theme-color3);
  text-align: left;
  margin-bottom: 15px;
}
.vct-sec-3 .col-txt .stack .txt-box {
  padding: 40px 30px;
  border-radius: 15px;
  background-color: var(--theme-color);
  color: white;
}
.vct-sec-3 .col-txt .stack.col-2 .txt-box {
  background-color: var(--theme-color3);
}
.vct-sec-3 .col-txt .stack.col-3 .txt-box {
  background-color: #0c85d0;
}
.vct-sec-3 .col-txt .stack .txt-box p {
  font-size: 20px;
  line-height: 1.6;
}
.vct-sec-3 .col-txt .stack .txt-box p strong {
  display: block;
  font-size: 28px;
}
.vct-sec-3 .stack.col-2 {
  transform: translateY(23%);
}
.vct-sec-3 .stack.col-3 {
  padding-left: 40px;
}
.vct-sec-3 .col-txt .col-inner .img-1 {
  position: absolute;
  top: 0;
  right: 50px;
  z-index: -1;
  -webkit-animation: shapeMover 6s infinite;
  animation: shapeMover 6s infinite;
}
.vct-sec-3 .col-txt .col-inner .img-2 {
  position: absolute;
  bottom: 0;
  left: -90px;
  z-index: 0;
  -webkit-animation: zoomInOutTwo 4s infinite;
  animation: zoomInOutTwo 4s infinite;
}
.vct-sec-4 .image-zoom {
  border-radius: 15px;
}
.vct-sec-4 .col-1 p {
  line-height: 1.4;
  margin-bottom: 40px;
}
.vct-sec-4 .col-1 p strong {
  color: var(--theme-color2);
}
.vct-sec-4 .col-1 .title-home {
  margin-bottom: 0;
}
.vct-sec-4 .col-1 .title-home h2 {
  margin-bottom: 10px;
}
.vct-sec-4 .col-2 .col-inner {
  padding-left: 40px;
}
.vct-sec-4 .col-inner {
  position: relative;
}
.vct-sec-4 .col-inner .img-1,
.vct-sec-4 .col-inner .img-2,
.vct-sec-4 .col-inner .img-3 {
  position: absolute;
  z-index: 1;
}
.vct-sec-4 .col-inner .img-1 {
  bottom: -50px;
  left: 0%;
  -webkit-animation: moveLeftRight3 7s infinite;
  animation: moveLeftRight3 7s infinite;
}
.vct-sec-4 .col-inner .img-2 {
  right: 20%;
  top: 0;
  -webkit-animation: down-up-two 6s infinite;
  animation: down-up-two 6s infinite;
}
.vct-sec-4 .col-inner .img-3 {
  bottom: 5%;
  left: 40%;
  -webkit-animation: zoomInOutTwo 6s infinite;
  animation: zoomInOutTwo 6s infinite;
}
.vct-sec-4 .txt-box h3 {
  font-size: 24px;
  margin-bottom: 2px;
}
.vct-sec-4 .txt-box h3:nth-child(2) {
  color: #0c85d0;
}
.vct-sec-4 .txt-box h3:nth-child(3) {
  color: var(--theme-color3);
}
.vct-sec-5:before {
  content: '';
  background: transparent linear-gradient(180deg, #eafbff 0%, #cbecfd 100%) 0%
    0% no-repeat padding-box;
  position: absolute;
  inset: 0;
}
.landing1-sec-4.vct-sec-5 .nav .tab:not(.active) a {
  color: #3c3c3c !important;
}
.landing1-sec-4.vct-sec-5 .nav .tab:not(.active) a:after {
  opacity: 0 !important;
}
.vct-sec-5 .icon-box {
  align-items: center;
  margin-bottom: 20px;
}
.vct-sec-5 .nav .tab a span {
  position: relative;
  padding-left: 45px;
}
.landing1-sec-4.vct-sec-5 .nav .active a span:before {
  filter: grayscale(0);
}
.vct-sec-5 .nav .tab a span:before {
  content: '';
  position: absolute;
  width: 33px;
  height: 33px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2023/11/Frame-i.png);
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  filter: grayscale(1);
}
.vct-sec-5 .nav .tab:nth-child(2) a span:before {
  background-image: url(/wp-content/uploads/2023/11/Frame-e.png);
}
.vct-sec-5 .nav .tab:nth-child(3) a span:before {
  background-image: url(/wp-content/uploads/2023/11/Frame-f.png);
}
.vct-sec-5 .nav .tab:nth-child(4) a span:before {
  background-image: url(/wp-content/uploads/2023/11/Frame-h.png);
}
.vct-sec-5 .nav .tab:nth-child(5) a span:before {
  background-image: url(/wp-content/uploads/2023/11/Frame-j.png);
}
.vct-sec-5 .nav .tab:nth-child(6) a span:before {
  background-image: url(/wp-content/uploads/2023/11/Frame-e.png);
}
.vct-sec-5 .nav .tab:nth-child(7) a span:before {
  background-image: url(/wp-content/uploads/2023/11/Frame-g.png);
}
.vct-sec-5 .nav .tab:nth-child(8) a span:before {
  background-image: url(/wp-content/uploads/2023/11/Frame-h.png);
}
/* end page ve chung toi */

/* page thuc don hoc duong */
.landing1-sec-2 .ux-menu .active a {
  background-color: #c0202f;
}
.thucdon-sec-1 h3 {
  font-size: 28px;
}
.thucdon-sec-1 .large-5 p {
  padding-right: 40px;
}
.thucdon-sec-1 .title-home {
  margin-bottom: 0;
}
/* end page thuc don hoc duong */

/* page dich vu hoc duong */
.dvhd-sec-1 .col-right .col-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.dvhd-sec-1 .col-right .col-inner .icon-box {
  /* 	border-radius: 15px;
	padding: 30px 40px;
	background-color: #CBECFD; */
  width: calc(50% - 20px);
}
.dvhd-sec-1 .large-10 {
  margin-top: 30px;
}
.dvhd-sec-1 .large-5 .img {
  margin-top: 40px;
}
.dvhd-sec-1 .large-5 .img .img-inner {
  border-radius: 15px;
}
/* end page dich vu hoc duong */

/* page tuyen sinh */
.tuyensinh-sec-1 .title-home {
  margin-bottom: 0;
}
.tuyensinh-sec-1 .title-home h2 {
  margin-bottom: 10px;
}
.tuyensinh-sec-1 .row-1 .col-1 p {
  font-size: 24px;
  font-family: var(--semi);
  opacity: 0.7;
  line-height: 1.4;
}
.tuyensinh-sec-1 .row-2 {
  margin-top: 30px;
}
.tuyensinh-sec-1 .row-2 .col-1 .col-inner {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.tuyensinh-sec-1 .row-2 .col-1 .col-inner .icon-box {
  width: calc(50% - 8px);
  border-radius: 10px;
  border: 1px solid #fff;
  background: transparent linear-gradient(125deg, #f3f3f3b3 0%, #f3f3f329 100%)
    0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0 10px 20px #0000000f;
  box-shadow: 0 10px 20px #0000000f;
  opacity: 1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 30px;
}
.tuyensinh-sec-1 .row-2 .col-1 .col-inner .icon-box:hover {
  border-color: var(--theme-color);
}
.tuyensinh-sec-1 .icon-box-img img {
  padding-top: 0;
}
.tuyensinh-sec-1 .icon-box-img {
  margin: 0 auto 1em;
}
.tuyensinh-sec-1 .icon-box h3 {
  font-size: 17px;
}
.tuyensinh-sec-1:before {
  content: '';
  background: transparent
    linear-gradient(0deg, #ffffff -10%, #b3e1fc 25%, #f8feff 100%, #f9feff -50%)
    0% 0% no-repeat padding-box;
  transform: matrix(-1, 0, 0, -1, 0, 0);
  position: absolute;
  width: calc(100vw - ((100vw - 1220px) / 2));
  height: 100%;
  border-radius: 30px 0 0 30px;
  bottom: 0;
  left: 0;
}
.tuyensinh-sec-1 .row {
  padding-right: 60px;
}
.tuyensinh-sec-1 .section-bg.bg-loaded {
  width: calc(100vw - ((100vw - 1220px) / 2));
  border-radius: 0 30px 30px 0;
  background-size: 100% !important;
  background-position: bottom !important;
}
.tuyensinh-sec-1 {
  margin-top: 80px;
}
.tuyensinh-sec-1 {
  padding-bottom: 170px !important;
}
.tuyensinh-sec-1 .icon-box:nth-child(even) {
  transform: translatey(20%);
}
.tuyensinh-sec-1 .row-2 .img-inner {
  border-radius: 15px;
  overflow: hidden;
}
.tuyensinh-sec-1 .row-2 .img {
  transform: translatey(20%);
}
.tuyensinh-sec-3 {
  padding-top: 70px !important;
}
.tuyensinh-sec-4 .large-4 .col-inner {
  padding: 40px;
  background-color: white;
  border-radius: 15px;
  box-shadow: rgba(1, 87, 151, 0.1) 0px 0px 16px;
}
.tuyensinh-sec-4 .large-4 .col-inner .icon-box-text {
  text-align: center;
}
.tuyensinh-sec-4 .large-4 .col-inner:hover {
  background-color: var(--theme-color);
}
.tuyensinh-sec-4 .large-4 .col-inner:hover .icon-box-text * {
  color: white !important;
}
.tuyensinh-sec-4 .large-4 .icon-box-img {
  margin: -90px auto 1.5em;
  width: 100px !important;
  height: 100px;
  box-shadow: rgba(1, 87, 151, 0.1) 0px 4px 16px,
    rgba(1, 87, 151, 0.05) 0px 8px 32px;
  border-radius: 100%;
  background-color: white;
  padding: 20px;
}
.tuyensinh-sec-4 .large-4 .icon-box-img img {
  padding-top: 0;
}
.tuyensinh-sec-4 .section-bg {
  height: 60%;
}
.tuyensinh-sec-4 .large-12 {
  padding-bottom: 60px;
}
.tuyensinh-sec-5:before {
  content: '';
  background: transparent linear-gradient(180deg, #eafbff 0%, #cbecfd 100%) 0%
    0% no-repeat padding-box;
  position: absolute;
  inset: 0;
}
.tuyensinh-sec-5 .col-1 form {
  margin-bottom: 0;
}
.tuyensinh-sec-5 .col-1 .form-ts input,
.tuyensinh-sec-5 .col-1 .form-ts select {
  box-shadow: none;
  border: none;
  outline: none;
  border-radius: 50px;
  height: 45px;
  background-color: #e7f8fd;
  font-weight: 100 !important;
  font-family: var(--regular);
  font-size: 16px;
  margin-top: 5px;
  padding: 0 20px;
}
.tuyensinh-sec-5 .col-1 .form-ts label {
  font-size: 16px;
  font-weight: 100;
  font-family: var(--semi);
}
.tuyensinh-sec-5 .col-1 .form-ts {
  padding: 40px;
  background-color: white;
  border-radius: 15px;
}
.d-flex {
  display: flex;
  justify-content: space-between;
}
.tuyensinh-sec-5 .col-1 .form-ts .d-flex > * {
  width: 48%;
}
.tuyensinh-sec-5 .col-1 .form-ts .d-flex:nth-child(2) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.tuyensinh-sec-5 .title-home {
  margin-bottom: 0;
}
.tuyensinh-sec-5 .wpcf7-submit {
  display: block;
  margin: 25px auto 0 !important;
  width: max-content;
  padding: 0 30px !important;
}
.tuyensinh-sec-5 .form-submit {
  text-align: center;
}
.tuyensinh-sec-5 .col-2 .col-inner {
  padding: 40px;
  background-color: white;
  border-radius: 15px;
}
.tuyensinh-sec-5 .col-2 .col-inner p {
  margin-bottom: 0;
  font-family: var(--medi);
}
.tuyensinh-sec-5 .col-2 .col-inner p a {
  font-family: var(--medi);
  padding: 15px 0;
  border-top: 1px solid #ddd;
  display: block;
}
.tuyensinh-sec-5 .col-2 .col-inner p:last-child a {
  border-bottom: 1px solid #ddd;
}
.tuyensinh-sec-5 .col-2 .col-inner p a i {
  margin-right: 5px;
}
/* end page tuyen sinh */

/* page cau hoi */
.cauhoi-sec-1 .accordion-title {
  font-weight: 100;
  font-family: var(--medi);
  font-size: 16px;
  padding: 30px 40px 30px 20px;
  border-top: none !important;
  border-bottom: 1px solid #ddd;
}
.cauhoi-sec-1 .accordion-title.active {
  background-color: var(--theme-color);
  color: white;
}
.cauhoi-sec-1 .accordion-title button {
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0s !important;
}
.cauhoi-sec-1 .accordion-title button i:before {
  content: '\2b';
  font-family: var(--fa6);
  font-size: 16px;
  transition: 0s !important;
}
.cauhoi-sec-1 .accordion-title.active button i:before {
  content: '\f068';
  font-family: var(--fa6);
}
.cauhoi-sec-1 .accordion-inner {
  border-radius: 0 0 30px 0;
  box-shadow: rgba(1, 87, 151, 0.08) 0px 4px 12px;
}
.cauhoi-sec-1 .col-3 > .col-inner {
  padding-right: 30px;
}
/* end page cau hoi */
/* page thoi khoa bieu */
.tkb-sec-1 .nav {
  height: max-content;
  padding: 100px 60px;
  background: url(./images/bg-form.svg) no-repeat top right;
  background-size: 100% 100%;
}
.tkb-sec-1 .nav a {
  font-size: 16px;
  padding: 10px 0;
  opacity: 1;
  color: var(--theme-color);
  font-weight: 100;
  font-family: var(--semi);
}
.tkb-sec-1 .nav li {
  border-color: var(--theme-color);
}
.tkb-sec-1 .nav li.active a,
.tkb-sec-1 .nav li a:hover {
  color: var(--theme-color3);
}
.tkb-sec-1 .tab-panels {
  border: none;
}
.mb-30 {
  margin-bottom: 30px;
}
/* end page thoi khoa bieu */
/* page thu vien */
.thuvien-sec-1 .box-image {
  border-radius: 10px;
  overflow: hidden;
}
.thuvien-sec-1 .nav li {
  flex: 1;
  position: relative;
  margin-right: 0;
}
.thuvien-sec-1 .nav li:not(:last-child):after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.4);
  right: 0;
}
.thuvien-sec-1 .nav li a {
  display: block;
  text-align: center;
  padding: 30px 15px;
  text-align: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--semi);
  line-height: 22px;
  position: relative;
  font-size: 16px;
}
.thuvien-sec-1 {
  padding-top: 0 !important;
}
.thuvien-sec-1 .nav {
  position: relative;
}
.thuvien-sec-1 .nav:after {
  content: '';
  width: 100vw;
  height: 100%;
  background-color: #00518f;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
  z-index: -1;
}
.thuvien-sec-1 .nav li.active a,
.thuvien-sec-1 .nav li:hover a {
  background-color: var(--theme-color3);
}
.thuvien-sec-1 .tab-panels {
  margin-top: 30px;
}
/* and page thu vien */

@media (max-width: 1199.98px) and (min-width: 980px) {
  .blog-top .post-item:nth-of-type(n + 2) .post-title a {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
    height: 42px;
  }
  .single .post-sidebar {
    padding-left: 0;
  }
  .post-sidebar .box-blog-post .post-title a {
    line-height: 20px;
    height: 58px;
    font-size: 15px;
  }

  .vct-sec-1 {
    padding: 50px 0 !important;
  }
  .vct-sec-1 .col-txt .col-inner {
    width: 100%;
  }
  .vct-sec-1 .img-inner {
    padding-top: 75% !important;
  }
  .vct-sec-3 .col-txt .stack .txt-box p {
    font-size: 18px;
  }
  .vct-sec-3 .col-txt .stack .txt-box p strong {
    font-size: 21px;
  }
  .vct-sec-3 .row {
    align-items: center;
  }
  .vct-sec-4 {
    padding-top: 30px !important;
  }
}

@media (max-width: 980px) {
  .blog-list-archive .blog-main {
    padding-left: 0px !important;
  }
  .col-blog-top {
    order: 1;
  }
  .col-side-archive {
    order: 3;
  }
  .blog-list-archive {
    order: 2;
  }
  .blog-top {
    display: block;
  }
  .blog-top .post-item:nth-of-type(n + 2) .box-image {
    display: block !important;
    max-width: 40%;
    width: 40%;
    flex-shrink: 0;
  }
  .blog-top .post-item:nth-of-type(n + 2) .image-cover {
    border-radius: 6px;
  }
  .blog-top .post-item:nth-of-type(n + 2) .box-blog-post {
    display: flex;
    flex-wrap: wrap;
  }
  #main .blog-top .post-item:nth-of-type(n + 2) .box-text {
    flex: 1;
    padding: 6.6px 15px 0 28px;
  }
  #main .blog-top .post-item:nth-of-type(n + 2) .box-blog-post {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.15);
  }
  .blog-top .post-item:first-of-type {
    padding-bottom: 25px;
  }
  .blog-top .post-item:nth-of-type(n + 2) .from_the_blog_excerpt {
    display: -webkit-box;
  }
  .blog-top .post-item:nth-of-type(n + 2) .box-text-inner {
    flex-direction: column;
  }
  .blog-top .post-item:nth-of-type(n + 2) .post-title a {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--bold);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #2d2d2d;
  }
  .blog-top:before {
    display: none;
  }
  .col-blog-top .blog-top > .col.post-item:not(:first-of-type) {
    padding-bottom: 0;
  }
  .col-blog-top .blog-top {
    margin-bottom: 0;
  }
  .col-blog-top .large-12.col {
    padding-bottom: 0;
  }
  .col-blog-top .box-blog-post .from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 23px;
    margin: 0 0 15px;
  }
  .blog-list-archive .blog-main .box-blog-post .box-image {
    max-width: 40%;
  }
  .col-blog-top .post-item:first-child .box-blog-post .from_the_blog_excerpt {
    display: none;
  }
  .box-tinmoi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .box-tinmoi h3 {
    width: 100%;
  }
  .box-tinmoi .post-side-item {
    width: 48%;
  }
  .box-tinmoi .post-side-item:last-child {
    display: none;
  }
  .box-tinmoi .post-side-item:nth-child(4),
  .box-tinmoi .post-side-item:nth-child(5) {
    margin-bottom: 0;
    border: none;
  }
  .col-blog-top {
    padding-bottom: 0;
  }
  .col-side-archive h3 {
    font-size: 20px;
  }
  .single .post-sidebar {
    order: 2;
    padding-bottom: 0;
  }
  .post-lquan {
    order: 3;
  }
  .post-sidebar .col.post-item:nth-last-child(2) .box-blog-post {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .featured-posts .title-post {
    font-size: 24px;
    font-family: var(--semi);
    margin-bottom: 20px;
  }
  .featured-posts .list-post {
    margin-bottom: 0;
  }
  .featured-posts .box-text h3 span {
    font-size: 16px;
    line-height: 22px;
    height: 44px;
  }
  .vct-sec-1 .title-home,
  .vct-sec-1 .title-home h2 {
    margin-bottom: 0;
  }
  .vct-sec-1 .col-img {
    order: 2;
  }
  .vct-sec-1 .col-txt {
    order: 1;
  }
  .vct-sec-1 .col-txt .col-inner {
    width: 100%;
  }
  .vct-sec-2 .row-2 {
    flex-direction: column-reverse;
  }
  .vct-sec-2 .row-2 .col-image .img-inner {
    padding-top: 60% !important;
  }
  .vct-sec-3 .stack.col-3 {
    padding-left: 150px;
  }
  .vct-sec-3 .col-txt .col-inner .img-2 {
    left: 0;
  }
  .landing1-sec-4.vct-sec-5 .nav .tab a {
    padding: 20px 0;
  }
  .landing1-sec-4.vct-sec-5 .title-home {
    margin-bottom: 20px;
  }
  .vct-sec-4 {
    padding: 30px 0 20px !important;
  }
  .tkb-sec-1 .nav {
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 780px) {
  .blog-archive .blog-list-archive .box-text {
    padding-top: 5px;
  }
  .blog-top .post-item:nth-of-type(n + 2) .post-title a,
  .blog-list-archive .box-blog-post .box-text .post-title a {
    margin-bottom: 10px;
    line-height: 24px;
    height: 48px;
  }
  .blog-wrapper .header-single-post h2 {
    font-size: 30px;
  }
  .blog-wrapper .header-single-post .col {
    padding: 120px 15px 40px;
  }
  .blog-wrapper .header-single-post {
    margin-bottom: 40px;
  }
  .box-postdate span {
    font-size: 13px;
  }
  .vct-sec-1 {
    padding-bottom: 30px !important;
  }
  .vct-sec-2 .title-home,
  .vct-sec-2 .title-home h2 {
    margin-bottom: 15px;
  }
  .vct-sec-3 .stack.col-3 {
    padding-left: 25px;
  }
  .vct-sec-3 .col-txt .col-inner .img-2 {
    left: 50%;
  }
  .vct-sec-4 .col-2 .col-inner {
    padding-left: 0px;
  }
  .vct-sec-3 {
    padding-bottom: 15px !important;
  }
}
@media (max-width: 480px) {
  .vct-sec-4 .col-2 .col-inner .img-main {
    width: 100% !important;
  }
  .tkb-sec-1 .nav {
    /* background-size: contain; */
    margin-bottom: 15px;
    padding: 30px;
    border-radius: 10px;
  }
  .blog-top
    .post-item:nth-of-type(n + 2):not(:nth-of-type(n + 5))
    .box-blog-post,
  .blog-top .post-item:nth-of-type(5) .box-blog-post {
    display: flex;
  }
  .blog-top .post-item:first-of-type .box-image:before {
    display: none;
  }
  .blog-top .post-item:first-of-type .box-text {
    position: static;
    padding: 15px 0 15px 0;
    border-bottom: 0.5px solid #cecece;
  }
  .blog-top .post-item:first-of-type .box-text > div {
    display: flex;
    flex-direction: column;
  }
  .blog-top .post-item:first-child .from_the_blog_excerpt {
    display: block !important;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 3;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    order: 2;
  }
  .blog-top .post-item:first-child .post-title {
    order: 1;
  }
  .blog-top .post-item:first-of-type .box-text .cat-label {
    order: 3;
    margin: 12px 0 0;
  }
  .blog-top .post-item:first-of-type .box-text .post-title a {
    color: #2d2d2d !important;
    font-size: 18px !important;
    line-height: 28px;
  }
  .blog-top .post-item:nth-of-type(n + 2) .post-title {
    margin-bottom: 10px;
  }
  .blog-top .post-item:nth-of-type(n + 2) .from_the_blog_excerpt,
  .blog-main .box-blog-post .from_the_blog_excerpt {
    display: none;
  }
  #main .blog-top .post-item:nth-of-type(n + 2) .box-blog-post {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .blog-main .box-blog-post,
  .blog-main .col.post-item {
    padding-bottom: 15px;
  }
  #main .blog-top .post-item:nth-of-type(n + 2) .box-text {
    padding: 0 0 0 15px;
  }
  .box-blog-post .box-text .cat-label {
    margin-top: 0;
  }
  .blog-top .post-item:first-of-type {
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  .blog-top .post-item:first-of-type .box-text .cat-label {
    margin-top: 0;
    background-color: transparent;
    padding: 0;
  }
  .box-tinmoi .post-side-item {
    width: 100%;
  }
  .post-side-item:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px !important;
    border-bottom: 1px dashed #ddd !important;
  }
  .box-tinmoi .post-side-item:last-child {
    display: block;
  }
  .blog-top .post-item:nth-of-type(n + 2) .post-title a,
  .blog-list-archive .box-blog-post .box-text .post-title a {
    margin-bottom: 10px;
    line-height: 28px;
    height: 56px;
  }
  .blog-top .post-item:nth-of-type(5) {
    padding-bottom: 0px !important;
  }
  .col-blog-top {
    margin-top: 40px;
  }
  .blog-wrapper .header-single-post h2 {
    font-size: 25px;
  }
  .post-sidebar .col.post-item:nth-last-child(2) .box-blog-post {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 20px;
  }
  .vct-sec-2 .row-2 .col-txt .col-inner {
    padding-right: 0px;
  }
  .vct-sec-1 {
    padding-top: 40px !important;
  }
  .vct-sec-3 .col-txt .stack {
    width: 100%;
    display: block;
  }
  .vct-sec-3 .stack.col-2 {
    transform: translatey(0);
  }
  .vct-sec-3 .stack.col-3 {
    padding-left: 0px;
  }
  .vct-sec-3 .col-txt .stack h3 {
    text-align: left;
    margin-bottom: 15px;
    font-size: 55px;
  }
  .vct-sec-3 .col-txt .stack h3 span {
    -webkit-text-stroke: 1px var(--theme-color3);
  }
  .vct-sec-3 .col-txt .col-inner .img-2 {
    left: auto;
    right: 10%;
  }
  .vct-sec-2 {
    padding-bottom: 0 !important;
  }
  .vct-sec-4 .col-inner .img-2 {
    right: 8%;
  }
  .vct-sec-4 .col-1 {
    z-index: 1;
  }
}
