:root {
    --maincolor: #0b6600;
    --subcolor: #ebebeb;
    --textcolor: #606060;
    --fontmain: "Arial", sans-serif;
    --fontB: Arial-B;
}

* {
    margin: 0px;
    padding: 0px;
}

html,
body {
    font-family: var(--fontmain);
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    line-height: 1.6;
    font-weight: normal;
    color: #606060;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
    font-weight: 800;
}

a {
    text-decoration: none;
    color: currentColor;
}

b,
strong {
    font-family: var(--fontmain);
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
}

a img {
    display: block;
}

#page {
    background: #fff;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.c,
.c5,
.c10,
.c15,
.c20,
.c30,
.c3,
.c2,
.c80 {
    clear: both;
}

.c {
    height: 0px;
}

.c3 {
    height: 3px;
}

.c4 {
    height: 4px;
}

.c5 {
    height: 5px;
}

.c10 {
    height: 10px;
}

.c15 {
    height: 15px;
}

.c20 {
    height: 20px;
}

.c30 {
    height: 30px;
}

.c50 {
    height: 50px;
}

.text-line-1 {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-line-2 {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-line-3 {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.text-line-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.text-line-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.text-line-7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.text-line-8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.text-line-10 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.text-line-12 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
}

.search-pc {
    display: block;
    margin-left: 10px;
}

.submit-search-pc {
    float: left;
    color: #737373;
    font-size: 16px;
    position: absolute;
    top: 10px;
    left: 20px;
}

.icon-search {
    position: relative;
    width: 50px;
    text-align: center;
    line-height: 50px;
    height: 50px;
}

.icon-search i {
    color: #333;
}

.search-pc {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.603);
    z-index: 11;
    transition: all 0.5s ease-in-out;
    display: none;
    line-height: 100vh;
}

.closeX {
    color: #fff;
    position: absolute;
    top: -50px;
}

.search-pc .kw {
    width: 100%;
    height: 35px;
    border: solid 1px #ccc;
    padding: 0px 10px;
    outline: none;
    float: left;
    color: rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    background: #fff;
}

.search-pc ::placeholder {
    color: rgba(0, 0, 0, 0.25);
}

.search-pc .fa {
    color: rgb(25 25 25 / 70%);
}

#searchformtab {
    position: relative;
}

.searchpc .search-icon {
    position: absolute;
    color: #333;
    bottom: 15px;
    right: 15px;
}

#searchformtab input {
    color: #0a0a0a;
    padding: 9px 25px 10px 30px;
    height: 45px;
    /* max-width: 500px; */
    border-radius: 9px;
    border: 1px solid #767070;
    background-color: #fff;
}

#searchformtab input::placeholder {
    color: #484848;
}

.search-icon {
    color: #fff;
}

.search-mobile {
    width: 100%;
    position: relative;
    display: none;
}

.search-mobile input {
    width: 100%;
    height: 30px;
}

.m-search-icon {
    position: absolute;
    right: 10px;
    top: 6px;
    color: #ef5994;
}

.header {
    background: transparent;
    width: 100%;
    z-index: 11;
    width: 100%;
    overflow: visible;
    box-shadow: 0px 0px 5px #9d9dd9;
    transition: all 0.5s ease-in-out;
}

header.header-fixed {
    position: fixed;
    height: 120px;
    background: #fbfbfb;
    border-bottom: 1px solid #d3d2d2;
    z-index: 14;
}

/* .header-fixed .logo {
  margin-top: 0px;
 max-width:250px;
} */

.logo {
    float: left;
    width: 100%;
}

.logo img,
.logo-mobile img {
    display: block;
    padding: 5px;
}

.logo-mobile {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

.menubar {
    background-color: var(--maincolor);
    box-shadow: 0px 10px 20px 0px;
}

.nav {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    /* max-width: 1200px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.nav > li {
    list-style: none;
    display: inline-block;
    position: relative;
    float: left;
    font-size: 15px;
    font-weight: normal;
}

.nav li:first-child {
    border-left: none;
}

.nav > li > a {
    text-decoration: none;
    color: white;
    display: inherit;
    padding: 0 16px;
    font-size: 17px;
    font-family: var(--fontmain);
    line-height: 50px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}

.nav > li > a:hover {
    background-color: #f1c40f; /* Vàng gold nhẹ hơn */
    color: #004d00; /* Xanh lá đậm hơn một chút để dịu mắt */
}

.nav > li.active a {
    background-color: #f1c40f; /* Vàng gold nhẹ hơn */
    color: #004d00; /* Xanh lá đậm hơn một chút để dịu mắt */
}

.nav > li > a img {
    margin-right: 8px;
}

.nav li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 290px;
    text-align: left;
    color: #0a0a0a;
    padding: 0px;
    box-shadow: 0px 0px 5px #9d9dd9;
    z-index: 9;
    display: none;
    font-weight: normal;
    background: #fff;
    text-transform: initial;
    border-radius: 5px;
}

.nav li:hover ul {
    display: block;
}

.nav li ul > li {
    width: 100%;
    list-style: none;
    float: left;
    text-align: left;
    border: none !important;
    text-transform: initial;
    line-height: normal;
    position: relative;
}

.nav li ul > li a {
    padding: 0px 10px;
    display: block;
    color: var(--textcolor);
    line-height: 18px;
    text-transform: uppercase;
    padding: 11px 10px;
}

.nav li ul ul {
    left: 100%;
    top: -1px;
}

.nav > li.active ul li a {
    background-color: #fff;
    color: var(--textcolor);
}

.mega-menu-item {
    line-height: initial !important;
    border-bottom: solid 1px #0a0a0a;
}

.mega-menu-item a {
    color: #fff;
}

.mega-menu-item:hover,
.nav > li.active ul li:hover a {
    background: var(--maincolor);
}

.mega-menu-item:hover a,
.nav > li.active ul li:hover a {
    color: #fff;
}

.mega-menu-item:hover li {
    background: #fff;
}

.mega-menu-item:hover li a,
.nav > li.active ul li:hover li a {
    color: var(--textcolor);
    background: #fff;
}

.mega-menu-item-link:hover {
}

.mobile-bar {
    background-color: #fff;
    width: 100%;
    padding: 3px;
}

.lang-flag {
    float: right;
    /* margin-top: 2px; */
    border: none;
    margin-left: 15px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
}

.burger {
    width: 60px;
    float: right;
}

.burger div {
    width: 40px;
    height: 3px;
    margin-bottom: 10px;
    background: var(--maincolor);
    float: right;
}

.burger div:nth-last-child(1) {
    margin-bottom: 0px;
}

.crumb {
    background: #fff;
    padding: 5px 0px;
    font-size: 12px;
}

.crumb-gray .crumb {
    background-color: #f5f5f5;
}

.crumb a {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: 600;
    text-align: center;
}

.crumb a:first-child {
    padding-left: 0;
}

.crumb a:last-of-type {
    color: #333;
}

/*  */

.menuleft {
    padding: 0px;
    margin: 0px;
    color: #58595b;
    background: #e5f1ee;
    border: solid 1px #eee;
}

.menuleft .title {
    background: var(--subcolor);
    color: #fff;
    padding: 10px 15px;
    font-size: 17px;
    font-family: var(--fontmain);
}

.menuleft .fa {
    font-size: 10px;
    float: right;
}

.menuleft ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.menuleft li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-bottom: solid 1px #eee;
}

.menuleft li:last-child {
    border-bottom: none;
}

.menuleft li a:hover {
    color: var(--subcolor);
}

.menuleft li a {
    color: #0a0a0a;
    padding: 10px;
    width: 100%;
    display: block;
    font-size: 15px;
    font-family: var(--fontmain);
}

.menuleft > .actived {
    background: #eee;
}

.menuleft > .actived > a {
    color: #0a0a0a;
    font-family: var(--fontmain);
}

.menuleft .actived ul {
    background: #eee;
    display: block;
}

.menuleft .actived .actived a {
    color: #244294;
}

.menuleft li ul {
    margin: 0px;
    padding: 0px;
    padding-left: 35px;
    background: #eee;
    display: none;
}

.menuleft li ul li {
    padding-left: 0px;
    list-style-type: square;
}

.menuleft li ul li a {
    border-bottom: none;
    padding: 8px 0px;
    font-size: 14px;
    color: #0a0a0a;
}

.menuleft-icon {
    padding-right: 8px;
}

#button-btt {
    position: fixed;
    right: 10px;
    bottom: 70px;
    color: #0059bd;
    background: #ccc;
    padding: 10px;
    opacity: 0.8;
    z-index: 10;
}

#button-btt a {
    color: #fff;
}

.view-detail {
    display: block;
    color: #fff;
    background: #244294;
    padding: 10px 30px;
    box-shadow: 0px 0px 3px #999;
    float: left;
}

.menutab {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: var(--maincolor);
    align-items: center;
    border-bottom: 2px solid #e4e4e4;
    padding: 8px 0px;
}

.menutab-item {
    text-align: center;
    background-color: transparent;
    color: #fff;
    border: 2px solid transparent;
    position: relative;
}

.menutab-item.active {
    width: 100%;
}

.menutab-item:nth-child(1) {
    padding-left: 0px;
}

.menutab-item a {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.5s ease-in;
    padding: 15px 15px;
    position: relative;
}

.menutab-item a:before {
    content: "";
    width: 0%;
    height: 1px;
    background: --var(maincolor);
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.menutab-item.actived a:before {
    content: "";
    width: 100%;
    height: 1px;
    background: --var(maincolor);
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.tab-item:last-child {
    border-right: none;
}

.menutab-item:hover :before {
    width: 100%;
}

.menutab-item a:hover :before .menutab .actived :before {
    width: 100%;
}

.tab-bar {
    /* background: #e1e1e1; */
    position: relative;
    display: flex;
    align-items: center;
}

.tab-bar-wrapper {
    padding-right: 40px;
}

.tab-title {
    margin: 0px;
    font-size: 16px;
    color: #484848;
    text-transform: uppercase;
    padding: 10px 0 26px;
    display: block;
    float: left;
}

.tab-title:nth-child(2) {
    padding: 10px 40px 26px;
}

.tab-active {
    position: relative;
    color: #ffa200;
}

.tab-active::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #ffa200;
    border: solid 1px #ffa200;
    left: 0;
}

.tab-bar::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #176078;
    border: solid 1px #176078;
}

#tabs-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px;
}

#tabs-nav li {
    list-style: none;
    text-align: center;
    color: var(--subcolor);
    margin: 5px;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #fff;
}

#tabs-nav li.active a {
    color: var(--subcolor);
    font-family: var(--fontmain);
}

/*Modal*/

.blocker {
    z-index: 111 !important;
}

.modal {
    max-width: 100% !important;
    padding: 0px !important;
    border-radius: 20px !important;
}

.modal a.close-modal,
.modal-close {
    opacity: 0;
    display: none;
}

.modal-overlay {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 112;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6) !important;
}

.modal-box {
    display: none;
    position: fixed;
    z-index: 113;
    width: 100%;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    max-width: 1000px;
    background: #fff;
    height: 100%;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.modal-body {
    /* padding: 10px 20px; */
    /* position: absolute; */
    /* width: 60%;
  height: 100%;
  z-index: 1111;
  background: #FFF;
  display: none;
  min-width: 400px;
  min-height: 400px;
  top: 0px;
  left: 50%;

  transform: translate(-50%); */
}

.modal-box header,
.modal-box .modal-header {
    padding: 1.25em 1.5px;
    border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
    margin: 0;
}

/* .modal-box .modal-body {
    padding: 10px 20px;
} */

.modal-box footer,
.modal-box .modal-footer {
    padding: 1px;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
    padding: 8px;
}

a.close {
    line-height: 1;
    font-size: 25px;
    position: absolute;
    top: 15px;
    right: 15px;
    text-decoration: none;
    color: #bbb;
}

a.close:hover {
    color: #222;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}

.msgbox {
    color: #ccc;
}

.img-shine {
    position: relative;
    overflow: hidden;
    display: block;
}

.img-shine:after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.13) 0%,
        rgba(255, 255, 255, 0.13) 77%,
        rgba(255, 255, 255, 0.5) 92%,
        rgba(255, 255, 255, 0) 100%
    );
}

/* Hover state - trigger effect */

.img-shine:hover:after {
    opacity: 1;
    left: 130%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

.error {
    border: solid 1px red !important;
}

.btn {
    padding: 8px 15px;
    color: #222;
    background-color: var(--subcolor);
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

.btn-all {
    padding: 8px 15px;
    color: white;
    background-color: var(--maincolor);
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

.btn:hover {
    background-color: var(--maincolor);
    color: #fff;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

/* Active state */

.img-shine:active:after {
    opacity: 0;
}

.menu-mobile {
    display: block;
    float: right;
    color: #000;
    font-size: 30px;
    margin-left: auto;
}

.menu-mobile-item {
    display: block;
    float: left;
    margin-top: 5px;
    color: #fff;
    margin-left: 10px;
}

#simplePagerNav {
    display: flex;
    justify-content: center;
}

.pagination {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.page {
    display: none;
}

.pagination-item {
    text-decoration: none;
    color: #0a0a0a;
    font-size: 18px;
    display: inline-block;
    min-width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 5px;
    border: 2px solid #b3b3b3;
}

.pagination-item__clicked {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    min-width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background-color: var(--maincolor);
    margin: 0 5px;
    border: 2px solid #b3b3b3;
}

.pagination-item-icon {
    font-size: 20px;
    color: #176078;
}

#loadMoreProduct {
    display: block;
    background: #ddd;
    color: #244294;
    padding: 10px 20px;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    width: 220px;
}

.form-title {
    font-family: var(--fontmain);
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    width: 100%;
}

.sendmail__btn {
    background: var(--maincolor);
    text-align: center;
    padding: 15px;
    width: 100%;
    border: none;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 18px;
    height: 50px;
}

::placeholder {
    color: #000000;
    opacity: 1;
    /* Firefox */
}

.line {
    border-bottom: 1px solid var(--maincolor);
}

.line-w {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.Tocct {
    border: 1px solidvar(--maincolor);
    margin-top: 30px;
    border-radius: 25px;
    max-width: 100%;
    padding: 25px;
    position: relative;
}

.longPageTOC {
    font-size: 20px;
    background: #fff;
    text-transform: uppercase;
}

.TOCShowHide.hideTOC {
    position: absolute;
    right: 15px;
    top: 5px;
    color: #00b8ce;
}

.longPageNavigationDiv {
    padding: 10px;
    padding-right: 20px;
    width: 100%;
}

.longPageNavigationDiv a {
    color: #0a0a0a;
}

.longPageNavigationDiv ul {
    padding-left: 20px;
}

.longPageNavigationDiv ul li {
    list-style: none;
    padding: 2px 0px;
}

.longPageNavigationDiv ul .toc-heading3 {
    padding-left: 20px;
}

.form-group {
    padding: 10px 0px;
    border-bottom: dotted 1px #ccc;
}

.btn-dangnhap {
    background-color: var(--maincolor);
    color: #fff;
    padding: 8px 15px;
    border-radius: 3px;
    font-size: 18px;
}

/* home */

.slidehome {
    position: relative;
}

.slidehome-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: auto;
    color: #303030;
    color: #fff;
    max-width: 800px;
    text-align: center;
}

.subtitle {
    text-transform: uppercase;
    font-size: 14px;
}

.slidehome-title {
    text-transform: uppercase;
    font-size: 40px;
}

.search-form {
    position: relative;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 1px 5px 9px #0000002e;
}

.search-mobile-bar {
    float: right;
    width: 200px;
    position: relative;
    margin-right: 10px;
    margin-top: 5px;
}

.search-mobile-bar .kw {
    width: 100%;
    height: 30px;
    border: solid 1px #eee;
    padding: 0px 10px;
    outline: none;
    float: left;
    color: #0a0a0a;
    border-radius: 25px;
    background: #fff;
}

.submit-search-mobile {
    float: right;
    color: var(--maincolor);
    font-size: 14px;
    position: absolute;
    top: 8px;
    right: 25px;
}

.header-mobile {
    background: #fff;
    border-bottom: solid 2px #2c9fcb;
}

.cart-mobile {
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
    width: 40px;
    float: right;
}

.cart-mobile span {
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 11px;
    background: #244294;
    color: #fff;
    display: block;
    padding: 1px 4px;
    border-radius: 50%;
}

.kw-mobile {
    width: 94%;
    height: 30px;
    border: none;
    border-radius: 20px;
    margin: 0px 10px;
    margin-bottom: 0px;
    color: #0a0a0a;
    padding-left: 5px;
}

.mobile-footer-bar {
    position: fixed;
    bottom: 0px;
    padding: 5px;
    width: 100%;
    background: #fff;
    box-shadow: 0px -1px 3px #244294;
    z-index: 9999;
}

.btn-xemthem {
    text-align: center;
    padding: 7px 25px;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 30px;
    line-height: 20px;
    color: #ffffff;
}

.search-form input::placeholder {
    color: #909090;
    font-family: var(--fontmain);
    font-size: 18px;
    height: 50px;
}

.search-form input {
    border: none;
    outline: none;
    margin-bottom: 0px;
    padding-left: 35px !important;
    font-family: var(--fontmain);
}

.search-form .search-icon--input {
    color: #909090;
}

.search-form select {
    outline: none;
    width: 100%;
    font-family: var(--fontmain);
    height: 50px;
    border-radius: 5px;
    border: 1px solid #a0a0a0;
    font-size: 20px;
}

input:focus-visible,
select:focus-visible {
    border: 1px solid #a0a0a0;
}

.btn-search {
    background: var(--maincolor);
    color: #fff;
    width: 100%;
    padding: 12px;
    max-width: 200px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
}

.homecat-title {
    font-size: 18px;
    color: var(--textcolor);
    position: relative;
    text-transform: uppercase;
    margin: 0px;
    line-height: 40px;
    background: linear-gradient(to right, #0b6600, #32d131);
    clip-path: polygon(0% 100%, 100% 100%, 80% 0, 0% 0%);
    color: white;
    display: inline-block;
    padding: 0px 80px 0px 10px;
}

.pagecat-title {
    font-size: 18px;
    color: var(--maincolor);
    position: relative;
    font-family: var(--fontB);
}

/*   
  .homecat-title::before{
    content: "";
    width: 70px;
    height: 2px;
    background-color: var(--maincolor);
    position: absolute;
    left: 0px;
    bottom: 5px;
  }
  */

.homecat-intro {
    margin: auto;
    max-width: 800px;
}

/* .pagecat-title {
    text-align: left;
    color: #282828;
    font-family: var(--fontmain);
    position: relative;
    font-size: 35px;
    text-transform: uppercase;
    margin: 0px;
    line-height: 1.3;
} */

.homecat-title a,
.pagecat-title a {
    color: currentColor;
}

.menu-footer {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 10px 0px;
}

.menu-footer a {
    font-size: 13px;
    color: #fff;
    margin-right: 20px;
    text-decoration: none;
}

.footer {
    /* background-image: url(/uploaded/pic-cat/bg-footer.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center; */
    background-color: var(--maincolor);
    color: #fff;
}

.footer a {
    color: #fff;
}

.text-center {
    margin: auto;
    text-align: center;
}

.footer-title .i {
    float: right;
    margin-top: 3px;
    font-size: 14px;
    display: none;
    transition: 0.5s;
    color: #fff;
}

.footer-block {
    padding-left: 0px;
    margin-top: 10px;
}

.footer-logo {
    padding: 30px 0px;
}

.footer-block .info {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #fff;
}

.footer-block .info b {
    margin-right: 10px;
}

.footer-menu {
    margin-top: 10px 0px;
    padding: 5px;
    background-color: #00000038;
}

.footer-menu a {
    text-transform: uppercase;
    padding: 0px 25px;
    transition: all 0.5s ease;
    line-height: 1;
    font-size: 13px;
}

.footer-menu a:hover {
    color: var(--maincolor);
}

.footer-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
}

.footer-social li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #fff;
    background-color: #fff;
    line-height: 40px;
    margin: 0px 10px;
}

.footer-social li a {
    color: var(--textcolor);
}

.menuboxfooter {
    padding: 0px;
    list-style-type: none;
}

.menuboxfooter li {
    margin-bottom: 5px;
}

.menuboxfooter a {
    color: #fff;
    transition: all 0.5s ease-in;
}

.footer-title {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    font-family: var(--fontmain);
    /* padding-bottom: 10px; */
    text-transform: uppercase;
}

.menuboxfooter a:hover {
    color: var(--subcolor);
}

.footer-copyright {
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    border-top: 1px solidvar(--maincolor);
}

.star-rate {
    background: url(/images/starrate.png) right top no-repeat;
    height: 30px;
    width: 100%;
    background-size: auto;
}

.rate1 {
    background-position-y: -116px;
}

.rate2 {
    background-position-y: -86px;
}

.rate3 {
    background-position-y: -58px;
}

.rate4 {
    background-position-y: -30px;
}

.rate5 {
    background-position-y: 0px;
}

.img-poster {
    position: relative;
}

.img-poster img {
    display: block;
}

.poster-content {
    position: absolute;
    width: 100%;
    max-width: 800px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -70%);
    text-align: center;
    color: #fff;
}

.slide-btn-next {
    position: absolute;
    right: -15px;
    top: 50%;
    width: 45px;
    height: 45px;
    transform: translate(0px, -50%);
    line-height: 45px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    z-index: 2;
    color: var(--textcolor);
}

.slide-btn-prev {
    position: absolute;
    left: -5px;
    top: 50%;
    width: 45px;
    height: 45px;
    transform: translate(0px, -50%);
    line-height: 45px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    z-index: 2;
    color: var(--textcolor);
}

/* home */

.creatdate {
    color: #8a8a8a;
    text-transform: uppercase;
    font-size: smaller;
}

.homeinfo-item {
    padding: 10px 20px 0px 0px;
    font-size: small;
    border-right: 1px solid;
}

.info-name,
.homenews-name {
    color: var(--maincolor);

    font-family: var(--fontB);
}

.list-homeinfo li {
    padding-bottom: 10px;
    color: var(--maincolor);
    font-family: var(--fontB);
    font-size: 14px;
}

.list-homeinfo li::marker {
    color: red;
}

.tuyensinh {
    background: #ffffff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    /* width: 320px; */
    color: #333;
    border: 3px solid #fff;
    margin-top: 50px;
}
.tuyensinh .homecat-title {
    font-family: var(--fontB);
    margin-bottom: 15px;
    font-size: 24px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    color: rgba(30, 30, 121, 0.712);
}
.tuyensinh ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tuyensinh li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    padding: 12px;
    border-radius: 8px;
    background: linear-gradient(135deg, #006912, #00691259);
    transition: 0.3s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.tuyensinh li:hover {
    transform: scale(1.05);
    background: linear-gradient(135deg, #006912, #00691259);
}
.tuyensinh i {
    color: #0f8305;
    font-size: 22px;
    margin-right: 12px;
}
.tuyensinh span {
    font-size: 20px;
    font-weight: bold;
    color: #d81b60;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.hotline-box {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 14px;
    font-family: "Segoe UI", sans-serif;
    color: #333;
}

.hotline-item {
    display: flex;
    align-items: center;
    gap: 8px;
    /* background: #fff8f1; */
    /* padding: 6px 10px; */
    border-radius: 8px;
    /* border-left: 4px solid #ff5722; */
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); */
}

.hotline-item i {
    color: #ff5722;
}

.hotline-item .label {
    font-weight: bold;
    min-width: 80px;
}

.hotline-item a {
    color: #d32f2f;
    text-decoration: none;
}

.hotline-item a:hover {
    text-decoration: underline;
}

.hotline-btn {
    bottom: 20px;
    right: 20px;
    background-color: #ff0000ab;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 50px;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.8);
    text-decoration: none;
    align-items: center;
    gap: 10px;
    /* animation: blink 1s infinite alternate, shake 2s infinite; */
}

.hotline-btn:hover {
    background-color: darkred;
}

.hotline-btn i {
    font-size: 22px;
}

@keyframes blink {
    0% {
        background-color: red;
        box-shadow: 0 0 15px rgba(255, 0, 0, 0.8);
    }
    100% {
        background-color: orange;
        box-shadow: 0 0 20px rgba(255, 165, 0, 0.9);
    }
}

@keyframes shake {
    0%,
    100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-3px);
    }
    50% {
        transform: translateX(3px);
    }
    75% {
        transform: translateX(-2px);
    }
}
.infoschool-item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 10px;
}

.ecosystem-wrapper {
    background-color: #0b6600;
    padding: 40px 20px;
    text-align: center;
    color: white;
    position: relative;
}

.ecosystem-wrapper h2 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

.eco-line {
    width: 50px;
    height: 2px;
    background-color: white;
    margin: 10px auto;
}

.eco-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    max-width: 900px;
    margin: auto;
    padding-top: 20px;
}

.eco-item {
    background: white;
    color: #0b6600;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s;
}

.eco-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.eco-item i {
    font-size: 32px;
    margin-bottom: 10px;
}

/* cac nganh dao tao */

.uni-wrapper {
    background-color: #0b6600;
    padding: 40px 20px;
    text-align: center;
    color: white;
}

.uni-wrapper h2 {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: bold;
}

.uni-wrapper p {
    font-size: 16px;
    margin-bottom: 20px;
}

.uni-line {
    width: 80px;
    height: 2px;
    background-color: white;
    margin: 10px auto;
}

.uni-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    max-width: 1200px;
    margin: auto;
    padding-top: 20px;
}

.uni-item {
    background: white;
    color: #0b6600;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: 0.3s;
}

.uni-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.uni-item strong {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

.uni-item span {
    font-size: 14px;
}

.menufooter {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

#contactform input {
    padding: 20px;
    width: 100%;
}

.news-widget {
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
}

.news-title {
    background: linear-gradient(to right, #0b6600, #32d131);
    color: #fff;
    padding: 10px 8px 8px 24px;

    text-transform: uppercase;
    text-align: left;
    border-left: 5px solid #f1c40f;
}

.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: var(--fontB);
}

.news-list li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.news-list li:last-child {
    border-bottom: none;
}

.news-list li a {
    text-decoration: none;
    color: var(--maincolor);
    font-size: 14px;
}

.news-list li a:hover {
    text-decoration: underline;
}

/* .highlighted-news {
    background: #f8f9fa;
    padding: 8px;
    border-left: 4px solid #007bff;
} */

.news-item-grid {
    display: flex;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

.news-item-grid img {
    width: 100px;
    height: 80px;
    object-fit: cover;
}

.news-info {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-date {
    font-size: 13px;
    color: red;
    margin-bottom: 5px;
}

.news-info a {
    text-decoration: none;
    font-size: 14px;
    color: var(--maincolor);
    font-weight: bold;
}

.news-info a:hover {
    text-decoration: underline;
}

.info-school {
    display: flex;
    flex-direction: column; /* Hiển thị danh sách theo chiều dọc */
    gap: 15px; /* Khoảng cách giữa các tin */
}

.infoschool-item {
    display: flex;
    align-items: center; /* Căn giữa ảnh và chữ theo chiều dọc */
    gap: 10px; /* Khoảng cách giữa ảnh và nội dung */
    border-bottom: 1px solid #ddd; /* Thêm gạch ngăn cách giữa các tin */
    padding-bottom: 10px;
}

.infoschool-name {
    font-family: var(--fontB);
    font-size: 14px;
    color: #333;
    max-width: 250px; /* Giới hạn chiều rộng để chữ không bị kéo dài */
}

.infoschool-name:hover {
    color: #007bff;
    text-decoration: underline;
}

/* form lien he */

.frm-contact {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.frm-contact h2 {
    text-align: center;
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
}

label {
    font-weight: bold;
    color: #555;
    display: block;
    margin-bottom: 5px;
}

.line-frm {
    position: relative;
}

input[type="text"],
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    transition: 0.3s ease-in-out;
}

input[type="text"]:focus,
textarea:focus {
    border-color: var(--maincolor);
    box-shadow: 0 0 5px rgba(85, 255, 70, 0.5);
    outline: none;
}

textarea {
    resize: none;
}

.btn-contact {
    display: inline-block;
    padding: 12px 20px;
    background-color: var(--maincolor);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-contact:hover {
    background-color: var(--maincolor);
}
/* .homecat-title span {
    background: linear-gradient(to right, #0b6600, #32d131);
    clip-path: polygon(0% 100%, 100% 100%, 80% 0, 0% 0%);
    color: white;
    display: inline-block;
    padding: 0px 80px 0px 10px;
} */
.register-form input,
.register-form select {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
}
.register-form button {
    background: white;
    color: red;
    border: none;
    border-radius: 5px;
    padding: 10px;
    font-weight: bold;
    cursor: pointer;
}
.slide_content {
    position: absolute;
    bottom: 20px;
    color: white;
    left: 20px;
    padding: 20px;
}
.info-intro,
.intro.text-line-3 {
    font-size: 14px;
}
.cell-1-2:nth-child(even) .homeinfo-item {
    border-right: none;
}
.newsdetail-name {
    font-size: 18px;
    color: var(--maincolor);
    position: relative;
    margin: 0px;
    line-height: 50px;
}
.item-bar-slide {
    margin-bottom: 22px;
}

/* CSS popup */

.modal-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    display: none;
    max-width: 645px;
    height: auto;
    padding: 20px;
    animation: fadeIn 0.5s ease-in-out;
}

.modal-box .cell-1-3 {
    aspect-ratio: 3/ 6; /* hoặc dùng 16 / 9 nếu muốn ảnh thấp hơn */
    overflow: hidden;
}

.modal-box .cell-1-3 img {
    width: 100%;
    height: 100%;
    max-height: 445px;
    object-fit: cover; /* cho ảnh luôn đầy khung, cắt dư nếu cần */
    border-radius: 10px;
    display: block;
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
}

.js-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    color: #333;
    background: #ffffff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
/* Popup title */
.modal-box .form-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #0b6600;
    margin-bottom: 15px;
}

/* Input fields */
.modal-box input[type="text"],
.modal-box input[type="tel"],
.modal-box input[type="email"],
.modal-box select,
.modal-box textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}
.modal-box input::placeholder,
.modal-box select::placeholder .modal-box textarea::placeholder {
    color: #000;
    font-size: 14px;
}

.modal-box input:focus,
.modal-box textarea:focus {
    border-color: #0b6600;
    outline: none;
    box-shadow: 0 0 5px rgba(11, 102, 0, 0.5);
}

/* Textarea */
.modal-box textarea {
    resize: none;
    height: 50px;
}

/* Submit button */
.modal-box .btn-send {
    display: block;
    width: 100%;
    padding: 12px;
    background: #0b6600;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.modal-box .btn-send:hover {
    background: #004d00;
}

/* Fade-in animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -60%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}
/* dowload */

.documents {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.documents-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.btn-download {
    display: inline-block;
    padding: 8px 15px;
    background: var(--maincolor);
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
    font-size: 14px;
}

.btn-download:hover {
    background: var(--maincolor);
}

.download-item_list {
    padding: 15px 0px;
    display: flex;
    border-top: 1px solid #9d9d9d;
}

.newsname {
    margin: 0;
    padding: 0;
    font-family: var(--fontB);
    font-size: 15px;
    color: var(--maincolor);
}

.newsname a {
    color: var(--maincolor);
}
#tab-nop-ho-so {
    max-width: 600px;
    margin: 0 auto;
    padding: 24px;
    background-color: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

#tab-nop-ho-so h2 {
    text-align: center;
    margin-bottom: 24px;
    color: #333;
}

#tab-nop-ho-so form > div {
    margin-bottom: 16px;
}

#tab-nop-ho-so label {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
    color: #333;
}

#tab-nop-ho-so input[type="text"],
#tab-nop-ho-so input[type="email"],
#tab-nop-ho-so input[type="tel"],
#tab-nop-ho-so input[type="date"],
#tab-nop-ho-so input[type="file"] {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

#tab-nop-ho-so input[type="file"] {
    padding: 8px;
}

#tab-nop-ho-so input:focus {
    border-color: var(--maincolor);
    outline: none;
}

#tab-nop-ho-so button {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    background-color: var(--maincolor);
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#tab-nop-ho-so button:hover {
    background-color: var(--maincolor);
}
