@charset "UTF-8";
/*
Theme Name: Main
Theme URI: http://example.com/my-custom-theme
Author: Your Name
Author URI: http://example.com
Description: A custom WordPress theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-custom-theme
*/
/* Thêm các thuộc tính CSS của bạn ở đây */
@media (min-width: 0) and (max-width: 768px) {
  .row.no-wrap {
    flex-wrap: wrap !important;
  }
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: rgba(135, 141, 141, 0.4705882353);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(135, 141, 141, 0.4705882353);
}

button,
input,
select,
textarea {
  margin: 0;
  outline: none;
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: left;
}

html,
body {
  margin: 0;
  padding: 0;
}

ul, li {
  margin: 0;
  padding: 0px;
}

.site-container {
  overflow: hidden;
}

h4, p {
  margin: 0;
}

.typography html,
.typography body,
.typography p,
.typography ol,
.typography ul,
.typography li,
.typography dl,
.typography dt,
.typography dd,
.typography blockquote,
.typography figure,
.typography fieldset,
.typography legend,
.typography textarea,
.typography pre,
.typography iframe,
.typography hr,
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  margin: 0;
  padding: 0;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  font-size: 100%;
  font-weight: normal;
}
.typography ul {
  list-style: none;
}

.text_title {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  color: #333333;
  margin-bottom: 24px;
}
@media (min-width: 0) and (max-width: 1024px) {
  .text_title {
    font-size: 24px;
    margin-bottom: 8px;
  }
}

.text_24 {
  font-size: 24px;
  color: #008CFF;
  font-weight: 400;
}
@media (min-width: 0) and (max-width: 1024px) {
  .text_24 {
    font-size: 16px;
  }
}

.text-center {
  text-align: center;
}

.text_16 {
  font-size: 16px;
  font-weight: 400;
}

@media (min-width: 0) and (max-width: 768px) {
  .text_32 {
    line-height: 44px !important;
  }
}

a {
  text-decoration: none !important;
  color: #000;
}

@media (min-width: 0) and (max-width: 678px) {
  .image-tochuc {
    display: block !important;
    overflow-x: auto;
  }
}

@font-face {
  font-family: "SVN-Regular";
  src: url("../fonts/SVN-Gilroy.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.login h1 a {
  display: none !important;
}

body {
  font-family: "SVN-Regular", sans-serif;
  font-size: 16px; /* Set font size here */
  line-height: 150%;
}

a {
  cursor: pointer !important;
}

.abc iframe {
  height: 100%;
  border-radius: 12px;
}

.img-banner {
  width: 100%;
  object-fit: cover;
  background-size: cover;
}
.img-banner img {
  object-fit: cover;
}
@media (min-width: 0) and (max-width: 768px) {
  .img-banner img {
    height: 230px !important;
  }
}

.mx-auto-f {
  margin: 0 auto;
}
@media (min-width: 0) and (max-width: 768px) {
  .mx-auto-f {
    margin: inherit !important;
  }
}

.header-laptop {
  position: relative;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 0) and (max-width: 1024px) {
  .container {
    padding: 0px 14px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col-2 {
  width: 16.66%;
}

.col-3 {
  width: 25%;
}
@media (min-width: 0) and (max-width: 768px) {
  .col-3 {
    width: 100%;
  }
}

.col-7 {
  width: 58.33%;
}
@media (min-width: 0) and (max-width: 768px) {
  .col-7 {
    width: 100%;
  }
}

.col-5 {
  width: 41.66%;
}
@media (min-width: 0) and (max-width: 768px) {
  .col-5 {
    width: 100%;
  }
}

.col-9 {
  width: 75%;
}
@media (min-width: 0) and (max-width: 768px) {
  .col-9 {
    width: 100%;
  }
}

.col-10 {
  width: 83.33%;
}

.col-4 {
  width: 33.33%;
}
@media (min-width: 0) and (max-width: 768px) {
  .col-4 {
    width: 100%;
  }
}

.col-6 {
  width: 50%;
}
@media (min-width: 0) and (max-width: 768px) {
  .col-6 {
    width: 100%;
  }
}

.swiper-container {
  width: 100%;
}

.d-flex {
  display: flex;
}

align-center {
  align-items: center;
}

.item-center {
  justify-content: center;
}

.mg-16 {
  margin-bottom: 16px;
}

.mg-24 {
  margin-bottom: 24px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img {
  background-size: cover;
  width: 100%;
}

.gap-24 {
  gap: 24px;
}

.gap-32 {
  gap: 32px;
}

.gap-20 {
  gap: 20px;
}

.gap-40 {
  gap: 40px;
}

.gap-48 {
  gap: 48px;
}

.no-wrap {
  flex-wrap: nowrap !important;
}

p {
  font-size: 14px;
  line-height: 24px;
}

.video-bd {
  box-shadow: 0px 4px 250px rgba(255, 199, 15, 0.1);
  border-radius: 10px;
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes slideOut {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}
.img-v {
  aspect-ratio: 1/1;
  object-fit: contain;
}

/*table, th, td {*/
/*  border: 1px solid black;*/
/*  border-collapse: collapse !important;*/
/*}*/

.swiper-container {
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  box-sizing: border-box !important;
}

.icon-pt {
  width: 18px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 8px;
  margin: 12px 0px;
}
.pagination .page-numbers {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  background-color: #008CFF;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .page-numbers.current {
  background-color: #fff;
  color: #008CFF;
}

.listdanhmuc {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 12px;
}
.listdanhmuc h2 {
  font-size: 16px;
}

.col-3.news-item img {
  aspect-ratio: 300/180;
  width: 100%;
  object-fit: cover !important;
}

.box-time img {
  aspect-ratio: 1/1 !important;
}

h1 {
  line-height: 48px !important;
}

.news-list h1 {
  width: 100%;
}

.button-primary {
  background: linear-gradient(269.06deg, #e68225 -3.45%, #F9A11A 104.6%);
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  text-transform: math-auto;
  transition: background 0.3s ease;
}
.button-primary:hover {
  background: #008CFF;
}

.img-banner {
  width: 100%;
  object-fit: cover;
  background-size: cover;
}

.header-laptop {
  z-index: 999999;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  /* Optional: Style the dropdown if needed */
}
.header-laptop ul, .header-laptop li {
  list-style: none;
}
.header-laptop .box-menu {
  height: 70px;
  background-color: #008CFF;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-laptop .box-menu .row.no-wrap {
  align-items: center;
  gap: 8px !important;
}
.header-laptop ul, .header-laptop li {
  text-decoration: none;
}
.header-laptop a {
  text-decoration: none;
}
.header-laptop .lang-item {
  text-decoration: none !important;
  list-style: none;
}
.header-laptop .lang-item img {
  width: 24px;
}
.header-laptop .lang-item a {
  display: flex;
  align-items: center;
}
.header-laptop .switch-lang {
  display: flex;
  flex-direction: column;
}
.header-laptop .dropdown {
  display: flex;
  gap: 8px;
  flex-direction: column;
  display: none;
  position: absolute;
  top: 71px;
}
.header-laptop .box-menu {
  display: flex;
  align-items: center;
}
.header-laptop .current-lang:hover + .dropdown {
  display: flex; /* Hiển thị dropdown khi hover */
}
.header-laptop .current-lang {
  position: relative;
}
.header-laptop .current-lang:before {
  position: absolute;
  content: "";
  bottom: -16px;
  width: 102px;
  height: 27px;
  background-color: transparent;
}
.header-laptop .switch-lang {
  position: relative; /* Required to position the dropdown correctly */
}
.header-laptop .switch-lang .dropdown {
  display: none; /* Hide the dropdown by default */
  position: absolute; /* Position dropdown relative to the parent */
  top: 100%; /* Adjust based on where you want it to appear */
  left: 0; /* Align to the left edge of the parent container */
  z-index: 10; /* Ensure the dropdown is above other content */
  width: 123px;
}
.header-laptop .switch-lang:hover .dropdown {
  display: flex; /* Display dropdown when hovering over the parent container */
}
.header-laptop .dropdown {
  flex-direction: column; /* Align items vertically if needed */
  background-color: white; /* Background color of dropdown */
  border: 1px solid #ccc; /* Border around the dropdown */
  padding: 10px; /* Padding inside the dropdown */
}
.header-laptop .list-menu a {
  text-transform: capitalize;
  font-size: 16px;
}
.header-laptop .list-menu a {
  color: #fff;
  font-weight: 500;
}
@media (min-width: 0) and (max-width: 1024px) {
  .header-laptop {
    display: none !important;
  }
}
.header-laptop .sub-menu-item-bkns:hover .submenu {
  display: flex !important;
}
.header-laptop .submenu {
  padding: 12px;
  position: absolute;
  background-color: #fff;
  color: #000;
  width: max-content;
  top: 28px;
}
.header-laptop .submenu .sub-menu-item-bkns a {
  color: #000;
}
.header-laptop .submenu ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.header-laptop .list-menu .submenu ul {
  gap: 8px !important;
  font-size: 14px;
}
.header-laptop .list-menu .sub-menu-item-bkns {
  position: relative;
}
.header-laptop .list-menu .sub-menu-item-bkns:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  background-color: transparent;
  left: 0;
  bottom: -5px;
}

#header-main {
  position: relative;
}

.header-mobile {
  background-color: #fff;
  display: none;
  position: relative;
  z-index: 999999;
  width: 100%;
  padding-top: 28px;
  /* Optional: Style the dropdown if needed */
}
@media (min-width: 0) and (max-width: 1024px) {
  .header-mobile {
    display: block !important;
    padding-top: 0px;
  }
}
.header-mobile .box-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0px;
}
.header-mobile ul, .header-mobile li {
  text-decoration: none;
}
.header-mobile a {
  text-decoration: none;
}
.header-mobile .lang-item {
  text-decoration: none !important;
  list-style: none;
}
.header-mobile .lang-item img {
  width: 24px;
}
.header-mobile .lang-item a {
  display: flex;
  align-items: center;
}
.header-mobile .switch-lang {
  display: flex;
  flex-direction: column;
}
.header-mobile .dropdown {
  display: flex;
  gap: 8px;
  flex-direction: column;
  display: none;
  position: absolute;
  top: 71px;
}
.header-mobile .box-menu {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
  float: left;
  left: 0;
  position: absolute;
  padding-left: 15px;
  width: 100%;
}
.header-mobile .box-menu .list-menu {
  width: 100%;
}
.header-mobile .box-menu .list-menu .submenu ul {
  gap: 8px !important;
}
.header-mobile .current-lang:hover + .dropdown {
  display: flex; /* Hiển thị dropdown khi hover */
}
.header-mobile .current-lang {
  position: relative;
  gap: 8px;
}
.header-mobile .current-lang:before {
  position: absolute;
  content: "";
  bottom: -16px;
  width: 102px;
  height: 27px;
  background-color: transparent;
}
.header-mobile .switch-lang {
  position: relative;
  justify-content: left;
  display: flex;
  width: 100%; /* Required to position the dropdown correctly */
}
.header-mobile .switch-lang .dropdown {
  display: none; /* Hide the dropdown by default */
  position: absolute; /* Position dropdown relative to the parent */
  top: 100%; /* Adjust based on where you want it to appear */
  left: 0; /* Align to the left edge of the parent container */
  z-index: 10; /* Ensure the dropdown is above other content */
  width: 123px;
}
.header-mobile .switch-lang:hover .dropdown {
  display: flex; /* Display dropdown when hovering over the parent container */
}
.header-mobile .dropdown {
  flex-direction: column; /* Align items vertically if needed */
  background-color: white; /* Background color of dropdown */
  border: 1px solid #ccc; /* Border around the dropdown */
  padding: 10px; /* Padding inside the dropdown */
}
.header-mobile .list-menu ul {
  display: flex;
  flex-direction: column;
}
.header-mobile .row.no-wrap {
  justify-content: left !important;
}
.header-mobile .list-menu a {
  text-transform: capitalize;
  font-size: 16px;
}
.header-mobile .list-menu a {
  color: #000;
  font-weight: 500;
}
.header-mobile .btn-hamburger {
  position: absolute;
  top: 84px;
  background-color: transparent;
  right: 14px;
  height: 40px;
  width: 40px;
  padding: 8px;
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.header-mobile .btn-hamburger .line {
  height: 0.5px;
  display: block;
  background-color: #008CFF;
}
.header-mobile .btn-hamburger.is-active .line:nth-child(2) {
  background-color: transparent;
}
.header-mobile .btn-hamburger.is-active .line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 9px);
  width: 30px;
}
.header-mobile .btn-hamburger.is-active .line:nth-child(3) {
  transform: rotate(-45deg) translate(2px, -8px);
  width: 30px;
}
.header-mobile .box-menu-mobile {
  opacity: 0;
  transform: translateX(-100%);
  position: absolute;
  transition: none;
  background-color: #fff;
  padding: 14px;
  height: 100vh;
  width: 100%;
  margin-left: -14px;
}
.header-mobile .box-menu-mobile.is-active {
  animation: slideIn 0.5s forwards;
  margin-left: -14px;
  background-color: #fff;
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 14px;
  height: 100vh;
}
.header-mobile .box-menu-mobile:not(.is-active) {
  animation: slideOut 0.5s forwards;
}
.header-mobile ul, .header-mobile li {
  list-style: none;
}
.header-mobile .menu-item-bkns {
  position: relative;
}
.header-mobile .menu-item-bkns.active span {
  transform: rotate(90deg);
}
.header-mobile .menu-item-bkns.active .submenu {
  display: block;
}
.header-mobile .menu-item-bkns span {
  right: 22px;
  position: absolute;
  transition: transform 0.3s ease-in-out;
}
.header-mobile .menu-item-bkns span.active {
  transform: rotate(90deg);
}
.header-mobile .menu-item-bkns .submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  margin-top: 12px;
  margin-left: 12px;
}
.header-mobile .submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  margin-left: 12px;
}
.header-mobile .arrow-icon {
  transition: transform 0.3s ease-in-out;
}
.header-mobile .arrow-icon.active {
  transform: rotate(90deg);
}
.header-mobile .arrow-icon.active .submenu {
  display: block;
}
.header-mobile .list-menu .menu-item-bkns:first-child a {
  margin-bottom: 0px !important;
}
.header-mobile .submenu ul {
  margin-bottom: 12px;
  display: block;
}

.header-mobile .menu-item-bkns .submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  margin-top: 12px;
  margin-left: 12px;
  margin-bottom: 12px;
}

.header-mobile.submenu-icon a {
  margin-bottom: 0px !important;
}

.header-mobile .submenu ul {
  margin-bottom: 4px !important;
  display: block !important;
}

.footer {
  background-color: #008CFF;
  padding-top: 55px;
  color: #fff;
}
.footer .col-item {
  display: flex;
  gap: 18px;
  flex-direction: column;
}
.footer .col-item div {
  margin: 0 auto;
}
@media (min-width: 0) and (max-width: 768px) {
  .footer .col-item div {
    margin: inherit;
  }
}
.footer .col-3:first-child div {
  margin: inherit;
}
.footer .name {
  font-weight: 600;
  font-size: 20px;
}
.footer .icon-footer {
  width: 29px;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #fff;
}
.footer .box-icon-footer {
  display: flex;
  gap: 12px;
}
.footer .footer-top {
  padding-bottom: 58px;
  border-bottom: 1px dashed #DCDCDC;
}
.footer .footer-bottom {
  padding: 24px 0px;
}
@media (min-width: 0) and (max-width: 768px) {
  .footer .footer-bottom {
    padding-bottom: 30px;
  }
}

.listdanhmuc .box-parent-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
.listdanhmuc .box-child-category {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding-left: 8px;
}
.listdanhmuc .arrow-icon {
  transition: transform 0.3s ease-out;
}
.listdanhmuc .arrow-icon.active {
  transform: rotate(90deg);
}

.home .title-home {
  position: relative;
}
.home .title-home::after {
  content: "";
  display: block;
  width: 110px;
  height: 3px;
  background-color: #008CFF;
  bottom: -12px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
.home .event.col-3 {
  box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.home .event.col-3:hover {
  transform: translate3d(0, -16px, 0) !important;
}
.home .new-event {
  padding: 60px 0px;
}
@media (min-width: 0) and (max-width: 768px) {
  .home .new-event {
    padding: 20px 0px;
  }
}
.home .new-event .wrap-event {
  padding: 33px 0px;
}
@media (min-width: 0) and (max-width: 768px) {
  .home .new-event .wrap-event {
    padding: 0px;
  }
}
.home .new-event .event-img img {
  aspect-ratio: 293/177;
}
.home .new-event .event {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.1);
  padding: 14px;
}
.home .new-event .event .text_16 {
  font-weight: 600 !important;
  margin: 8px 0px !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home .new-event .event .text_14 {
  font-weight: 400 !important;
  margin: 8px 0px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.home .new-event .box-time {
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 8px;
}
.home .new-event .box-time span {
  font-size: 14px;
  color: #BDBDBD;
}
.home .new-event .button {
  background-color: #008CFF;
  border: 2px solid #008CFF;
  font-size: 16px;
  padding: 14px 34px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.home .new-event .button:hover {
  background-color: #EE7F14;
  color: #fff;
  border: 2px solid #EE7F14;
}
.home .new-event .wrap-button {
  display: flex;
  gap: 31px;
  justify-content: center;
  margin-top: 33px;
}
@media (min-width: 0) and (max-width: 768px) {
  .home .new-event .wrap-button {
    flex-direction: column;
  }
}
.home .section-image {
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.home .section-image .box-text {
  padding: 132px 0px;
  color: #fff;
}
.home .section-image .box-text .detail {
  font-size: 18px;
  margin: 24px 0px;
}
.home .section-image .box-text .button {
  color: #008CFF;
  background-color: #fff;
  font-size: 16px;
  padding: 14px 34px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.home .vb-tcgdtt {
  margin: 60px 0px;
}
.home .vb-tcgdtt .col-left {
  padding: 33px 0px;
}
@media (min-width: 0) and (max-width: 768px) {
  .home .vb-tcgdtt {
    margin: 20px 0px;
  }
}
.home .vb-tcgdtt .list {
  margin-top: 30px;
}
.home .vb-tcgdtt .title-home {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #008CFF;
}
.home .vb-tcgdtt .title-home::after {
  left: 0;
  transform: none;
  background-color: #008CFF;
}
.home .vb-tcgdtt .item {
  display: flex;
  gap: 24px;
  padding: 18px 0px;
  border-bottom: 1px solid #E3E3E3;
}
.home .vb-tcgdtt .item .text_16 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
  margin: 4px 0px;
  font-weight: 600;
  margin-top: 0px;
}
.home .vb-tcgdtt .item .text_14 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
  margin-top: 8px;
}
.home .vb-tcgdtt .item .item-content {
  padding-right: 24px;
}
.home .vb-tcgdtt .col-right {
  background-color: #DFF0FF;
  padding: 33px;
}
@media (min-width: 0) and (max-width: 768px) {
  .home .vb-tcgdtt .col-right {
    padding: 12px;
  }
}
.home .vb-tcgdtt .col-right .item {
  display: flex;
  gap: 24px;
  margin-top: 18px;
  border: none;
  background-color: #fff;
  padding: 0px;
}
.home .vb-tcgdtt .col-right .item-content {
  padding: 18px 0px;
}
@media (min-width: 0) and (max-width: 768px) {
  .home .vb-tcgdtt .col-right .item-content {
    padding-left: 14px;
  }
}
.home .vb-tcgdtt .col-right .list {
  margin-top: 40px;
}
.home .row.tva {
  display: flex;
  gap: 24px;
}
.home .row.tva .col-item {
  width: calc(33% - 24px) !important;
}
@media (min-width: 0) and (max-width: 768px) {
  .home .row.tva .col-item {
    width: calc(50% - 12px) !important;
  }
}
.home .row.tva .col-item img {
  height: 100%;
  background-size: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  object-fit: cover;
}
.home .row.tva .col-item img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.home .tva {
  margin: 40px 0px;
}
.home .tva .title-home {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #008CFF;
  position: relative;
}
.home .tva .title-home::after {
  content: "";
  display: block;
  width: 110px;
  height: 3px;
  background-color: #008CFF;
  bottom: -12px;
  position: absolute;
  transform: none !important;
  left: 0 !important;
}
.home .tva .col-right {
  margin-top: 40px;
}
.home .tva .wrap-button {
  display: flex;
  gap: 31px;
  justify-content: center;
  margin-top: 33px;
  color: #fff;
}
@media (min-width: 0) and (max-width: 768px) {
  .home .tva .wrap-button {
    flex-direction: column;
  }
}
.home .tva .wrap-button a {
  color: #fff;
  display: flex;
  background-color: #008CFF;
  padding: 14px 22px;
  gap: 8px;
  align-items: center;
  font-size: 16px;
  text-transform: uppercase;
  justify-content: center;
  text-align: center;
}

.gioithieuchung {
  /* TIMELINE ARROWS
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* GENERAL MEDIA QUERIES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* FOOTER STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
}
.gioithieuchung .tlgd {
  padding: 90px 0px;
}
@media (min-width: 0) and (max-width: 1024px) {
  .gioithieuchung .tlgd {
    padding: 40px 0px;
  }
}
.gioithieuchung .box-item-tlgd {
  gap: 25px;
  margin-bottom: 16px;
}
@media (min-width: 0) and (max-width: 1024px) {
  .gioithieuchung .box-item-tlgd {
    flex-wrap: nowrap !important;
  }
}
.gioithieuchung .title-tlgd {
  font-size: 16px;
  color: #000;
  margin-bottom: 8px;
}
.gioithieuchung .sm-tn .sm-tn-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  padding: 16px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}
.gioithieuchung .sm-tn .sm-tn-item:hover {
  background-color: #008CFF;
}
.gioithieuchung .sm-tn .sm-tn-item:hover .title {
  color: #fff;
}
.gioithieuchung .sm-tn .sm-tn-item:hover .desc {
  color: #fff;
}
.gioithieuchung .sm-tn .desc {
  text-align: center;
}
.gioithieuchung .sm-tn .title {
  font-size: 20px;
  font-weight: 700;
}
.gioithieuchung .sm-tn .line {
  position: absolute;
  bottom: 0;
  width: 160px;
  background-color: #e68225;
  height: 3px;
}
.gioithieuchung time.alt {
  position: absolute;
  bottom: 0;
}
.gioithieuchung .box_introduce_discover {
  margin-left: auto;
  width: 90%;
}
.gioithieuchung .timeline {
  white-space: nowrap;
  overflow-x: hidden;
}
.gioithieuchung .timeline ol {
  font-size: 0;
  width: 100vw;
  padding: 250px 0;
  transition: all 1s;
}
.gioithieuchung .timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 160px;
  height: 3px;
  background: #fff;
}
.gioithieuchung .timeline ol li:last-child {
  width: 280px;
}
.gioithieuchung .timeline ol li:not(:first-child) {
  margin-left: 14px;
}
.gioithieuchung .timeline ol li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #e68225;
}
.gioithieuchung .timeline ol li div {
  position: absolute;
  width: 280px;
  padding: 15px;
  font-size: 1rem;
  white-space: normal;
  color: black;
  background: white;
}
.gioithieuchung .timeline ol li div::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.gioithieuchung .timeline ol li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%);
}
.gioithieuchung .timeline ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: white transparent transparent transparent;
}
.gioithieuchung .timeline ol li:nth-child(even) div {
  top: calc(100% + 16px);
}
.gioithieuchung .timeline ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent white;
}
.gioithieuchung .timeline time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.gioithieuchung .last-child-li {
  background-color: transparent !important;
}
.gioithieuchung .last-first-li::before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #e68225;
}
@media (min-width: 0) and (max-width: 1024px) {
  .gioithieuchung .last-first-li::before {
    background: transparent;
  }
}
.gioithieuchung .timeline .arrows {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.gioithieuchung .timeline .arrows .arrow__prev {
  margin-right: 20px;
}
.gioithieuchung .timeline .disabled {
  opacity: 0.5;
}
.gioithieuchung .timeline .arrows img {
  width: 45px;
  height: 45px;
}
.gioithieuchung .arrow {
  background-color: #e68225 !important;
  border: 1px solid transparent;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.gioithieuchung .lspt {
  margin: 40px 0px;
}
@media screen and (max-width: 599px) {
  .gioithieuchung .timeline ol,
  .gioithieuchung .timeline ol li {
    width: auto;
  }
  .gioithieuchung .timeline ol {
    padding: 0;
    transform: none !important;
  }
  .gioithieuchung .timeline ol li {
    display: block;
    height: auto;
    background: transparent;
  }
  .gioithieuchung .timeline ol li:first-child {
    margin-top: 25px;
  }
  .gioithieuchung .timeline ol li:not(:first-child) {
    margin-left: auto;
  }
  .gioithieuchung .timeline ol li div {
    position: static;
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
  .gioithieuchung .timeline ol li:nth-child(odd) div {
    transform: none;
  }
  .gioithieuchung .timeline ol li:nth-child(odd) div::before,
  .gioithieuchung .timeline ol li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid white;
    height: 25px;
  }
  .gioithieuchung .timeline ol li:last-child,
  .gioithieuchung .timeline ol li:nth-last-child(2) div::before,
  .gioithieuchung .timeline ol li:not(:last-child)::after,
  .gioithieuchung .timeline .arrows {
    display: none;
  }
}
.gioithieuchung .kpdh-container {
  padding-bottom: 90px;
}
@media (min-width: 0) and (max-width: 768px) {
  .gioithieuchung .kpdh-container {
    padding-bottom: 40px;
  }
}
.gioithieuchung .video-bd {
  height: 395px;
}
@media (min-width: 0) and (max-width: 768px) {
  .gioithieuchung .video-bd {
    height: auto;
  }
}

.lienhe .section1 {
  padding: 90px 0px;
}
@media (min-width: 0) and (max-width: 768px) {
  .lienhe .section1 {
    padding: 20px 0px;
  }
}
.lienhe .section1 .contact-item {
  border: 1px solid #008CFF;
  width: 70%;
  height: 78px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 10px;
  position: relative;
  margin-bottom: 48px;
}
.lienhe .section1 .contact-item .box-top {
  position: absolute;
  top: -26px;
  left: 25px;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0px 12px;
}
.lienhe .section1 .contact-item .box-top span {
  font-size: 18px;
  font-weight: 700;
}
.lienhe .section1 .col-right {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.lienhe .section2 {
  padding-bottom: 90px;
}
.lienhe .section2 .box-item {
  cursor: pointer;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #008CFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.lienhe .section2 .box-item div {
  text-align: center;
}
.lienhe .section2 .box-item h1 {
  font-size: 28px;
  font-weight: 700;
}

.cocautochuc {
  padding: 60px 0px;
}
@media (min-width: 0) and (max-width: 768px) {
  .cocautochuc {
    padding: 20px 0px;
  }
}

.tintuc {
  padding: 40px 0px;
}
.tintuc .container.row.no-wrap {
  justify-content: space-between;
}
.tintuc .news-list {
  flex-direction: column;
}
.tintuc .news-list h1 {
  width: 100%;
  height: fit-content !important;
}
@media (min-width: 0) and (max-width: 768px) {
  .tintuc .news-list h1 {
    height: fit-content !important;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .tintuc {
    padding: 10px 0px;
  }
}
.tintuc .news-item {
  width: calc(33.33% - 24px);
  border: 1px solid #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
@media (min-width: 0) and (max-width: 768px) {
  .tintuc .news-item {
    width: calc(50% - 12px) !important;
  }
}
.tintuc .news-item:hover {
  transform: translate3d(0, -16px, 0) !important;
}
.tintuc .news-item h2 {
  font-size: 16px;
  font-family: 700;
  margin-top: 0px;
  color: #000 !important;
}
.tintuc .news-item h2 a {
  color: #000 !important;
  text-decoration: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}
.tintuc .news-item img {
  aspect-ratio: 16/9;
  object-fit: cover;
}

.chitietbaiviet {
  padding: 60px 0px;
}
@media (min-width: 0) and (max-width: 768px) {
  .chitietbaiviet {
    padding: 20px 0px;
  }
}
.chitietbaiviet .col-9 .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.chitietbaiviet .listdanhmuc {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 12px;
}
.chitietbaiviet h2 {
  margin: 0px;
  position: relative;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  display: inline-block;
}
.chitietbaiviet .news-item {
  border: 1px solid #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.chitietbaiviet .news-item:hover {
  transform: translate3d(0, -16px, 0) !important;
}

.page-tuyensinh {
  padding: 40px 0px;
}
@media (min-width: 0) and (max-width: 768px) {
  .page-tuyensinh {
    padding: 0px;
  }
}
.page-tuyensinh .title-home {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #008CFF;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 0) and (max-width: 768px) {
  .page-tuyensinh .title-home {
    margin-top: 0px !important;
  }
}
.page-tuyensinh .title-home:after {
  left: 0;
  transform: none;
  background-color: #008CFF;
  content: "";
  display: block;
  width: 110px;
  height: 3px;
  background-color: #008CFF;
  bottom: -12px;
  position: absolute;
}
.page-tuyensinh .tintucts {
  margin-bottom: 40px;
}
.page-tuyensinh .tintucts .title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  line-height: 28px !important;
}
@media (min-width: 0) and (max-width: 768px) {
  .page-tuyensinh .tintucts .title {
    line-height: 34px !important;
  }
}
.page-tuyensinh .tintucts .link-detail {
  right: 0;
  background-color: #008CFF;
  color: #fff;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  bottom: 18px;
  right: 10px;
  margin-top: 20px;
  display: inline-block;
}
.page-tuyensinh .tintucts .link-detail:hover {
  color: #fff;
}
.page-tuyensinh .tieuchuan ul, .page-tuyensinh .tieuchuan li {
  list-style: none !important;
}
.page-tuyensinh .tieuchuan li {
  display: flex;
  gap: 24px;
  margin: 24px 0px;
}
.page-tuyensinh .tieuchuan .counter {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #fff;
}
.page-tuyensinh .tieuchuan .counter strong {
  font-size: 32px;
  font-weight: 700;
}
.page-tuyensinh .tieuchuan .counter p {
  font-size: 14px;
  color: #fff;
}
.page-tuyensinh .cacnganh {
  padding: 40px 0px;
}
.page-tuyensinh .cacnganh .title-home.ss {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #008CFF;
  position: relative;
  margin-bottom: 24px;
}
.page-tuyensinh .cacnganh .title-home.ss:after {
  left: 0;
  transform: none;
  background-color: #008CFF;
  content: "";
  display: block;
  width: 110px;
  height: 3px;
  background-color: #008CFF;
  bottom: -12px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
.page-tuyensinh .cacnganh .item-nganh {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.page-tuyensinh .danhgia .col-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  padding: 16px;
}
.page-tuyensinh .danhgia .col-item .name {
  font-size: 14px;
  font-weight: 600;
}
.page-tuyensinh .cnganh {
  width: calc(25% - 12px) !important;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 14px;
}
@media (min-width: 0) and (max-width: 768px) {
  .page-tuyensinh .cnganh {
    width: 100% !important;
  }
}
.page-tuyensinh .cnganh a {
  font-size: 14px !important;
}

.ct-tuyensinh .tt .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
.ct-tuyensinh .tt .col-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.1);
  padding: 14px;
}
.ct-tuyensinh .ct {
  padding: 40px 0px;
}

.vanban .news-item {
  width: calc(33.33% - 24px);
  border: 1px solid #000 !important;
  border-radius: 10px;
  box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}









/*table, th, td {*/
/*    border: 1px solid #fff;*/
/*    border-collapse: collapse !important;*/
/*}*/


td img{
    width: revert-layer !important;
}


/*# sourceMappingURL=style.css.map */
