html, body {
    font-family: SVN-Gotham-Book;
    font-size: 16px;
    scroll-behavior: smooth;
}

#navBar a.nav-link {
    text-transform: uppercase;
    color: var(--tcg-text-color);
    padding: 0.5rem 1rem;
}

.active {
    color: var(--tcg-text-primary-color) !important;
}

#navBar a.nav-link:hover {
    color: var(--tcg-text-primary-color) !important;
}

#navBar li:first-child a.nav-link {
    padding-left: 0px !important;
}

.text-yellow {
    color: var(--tcg-text-primary-color);
}

.text-indent {
    list-style: none;
    margin-left: 2rem;
}

ul.text-indent li {
    position: relative;
}

ul.text-indent li::before {
    content: "•";
    color: var(--tcg-bg-primary-color);
    font-weight: bold;
    position: absolute;
    left: -1.2rem;
}

.video-wrapper {
    position: relative;
    height: 0px;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    border: 5px solid rgb(255, 255, 255);
}

.video-wrapper video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    border: 5px solid rgb(255, 255, 255);
}

.intro-right {
    width: calc(100% - 15px);
    height: 100%;
    position: relative;
    padding: 0px 0px 0px 15px;
}

.intro_img {
    position: relative;
    border-radius: 15px;
    border-width: 5px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
}

.intro_img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 18px;
    left: -18px;
    background: rgb(42, 128, 32);
    border-radius: 15px;
}

.contentBx {
    padding: 0px 1rem 0px 0px;
}

#intro h2 {
    position: relative;
}

#intro .contentBx h2, #intro .box-item h2 {
    font-size: 2.25rem;
}

.bg-image {
    background-color: var(--tcg-bg-primary-color);
    width: 100%;
}

h2.head {
    position: relative;
}

.item-head {
    padding: 0.5rem;
    transition: box-shadow 0.25s, transform 0.25s;
}

.item-head:hover {
    box-shadow: rgba(184, 234, 6, 0.2) 10px 10px 20px;
    cursor: pointer;
    transform: translate(-2px) scale(0.99);
}

.head-title {
    font-size: 1.25rem;
    font-family: SVN-Gotham-Regular;
}

.item {
    width: 100%;
    height: calc(25vw);
}

.item div.img {
    width: 100%;
    height: 65%;
}

.item .item-content {
    width: 100%;
    height: 35%;
}

.item {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    transition: 0.3s ease-in;
}

.item:hover {
    cursor: pointer;
    box-shadow: rgba(184, 234, 6, 0.2) 10px 10px 20px;
}

div.img {
    display: block;
    overflow: hidden;
    object-fit: cover;
    transition: 0.5s;
}

#tcg-pro .item div.img > a, #tcg-pro .tcg-pro-card-img__link {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

#tcg-pro .tcg-pro-card-img {
    position: relative;
    cursor: pointer !important;
}

#tcg-pro .item div.tcg-pro-card-img .tcg-pro-card-img__link {
    height: 100%;
}

#tcg-pro .tcg-pro-card-img__link {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 0;
    cursor: pointer;
}

#tcg-pro .tcg-pro-card-img__shade {
    position: absolute;
    inset: 0px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    transition: opacity 0.35s;
    pointer-events: none;
}

#tcg-pro .tcg-pro-card-img__cta {
    position: absolute;
    inset: 0px;
    z-index: 2;
    margin: auto;
    width: fit-content;
    height: fit-content;
    max-width: calc(100% - 2rem);
    box-sizing: border-box;
    padding: 0.62rem 2.25rem;
    border-radius: 9999px;
    background: rgba(0, 0, 0, 0.68);
    color: var(--tcg-text-primary-color, #e8f520);
    font-family: SVN-Gotham-Book, system-ui, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.2;
    white-space: nowrap;
    display: block;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 20px;
    transform: scale(0.94);
    transform-origin: center center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s, transform 0.3s;
    cursor: pointer !important;
}

#tcg-pro .tcg-pro-card-img:hover .tcg-pro-card-img__shade, #tcg-pro .tcg-pro-card-img__link:hover .tcg-pro-card-img__shade {
    opacity: 1;
}

#tcg-pro .tcg-pro-card-img:hover .tcg-pro-card-img__cta, #tcg-pro .tcg-pro-card-img__link:hover .tcg-pro-card-img__cta {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
    cursor: pointer;
}

#tcg-pro .tcg-pro-card-img__link:focus-visible .tcg-pro-card-img__shade {
    opacity: 1;
}

#tcg-pro .tcg-pro-card-img__link:focus-visible .tcg-pro-card-img__cta {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
    cursor: pointer;
}

#tcg-pro .tcg-pro-card-img__link:focus-visible {
    outline: 2px solid var(--tcg-text-primary-color, #c9e821);
    outline-offset: 2px;
}

#tcg-pro .item div.tcg-pro-card-img img, #tcg-pro .tcg-pro-card-img__photo, #tcg-pro .tcg-pro-card-img__link .tcg-pro-card-img__photo {
    cursor: pointer;
    opacity: 0.9;
    transition: transform 0.55s, opacity 0.45s;
}

#tcg-pro .tcg-pro-card-img:hover, #tcg-pro .tcg-pro-card-img__link:hover {
    cursor: pointer;
}

#tcg-pro .tcg-pro-card-img:hover img, #tcg-pro .tcg-pro-card-img:hover .tcg-pro-card-img__photo, #tcg-pro .tcg-pro-card-img__link:hover img, #tcg-pro .tcg-pro-card-img__link:hover .tcg-pro-card-img__photo, #tcg-pro .item div.tcg-pro-card-img img:hover, #tcg-pro .item div.tcg-pro-card-img .tcg-pro-card-img__photo:hover {
    cursor: pointer;
    transform: scale(1.08);
    opacity: 1;
}

.item div.img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

div.img img {
    opacity: 0.9;
    transition: 2s;
    cursor: pointer;
}

div.img img:hover {
    transform: scale(1.5);
    cursor: pointer;
    opacity: 1;
}

.item-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-content:hover p {
    color: rgb(255, 255, 255);
}

.item-content:hover a {
    color: var(--tcg-text-primary-color) !important;
}

#tcg-pro .item-content a:hover {
    color: var(--tcg-text-primary-color) !important;
}

#doi-tac {
    display: block;
}

.partners-grid {
    display: grid;
    gap: 0.5rem;
    place-items: center;
    grid-template-columns: repeat(2, 1fr);
}

.item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    box-shadow: rgba(5, 167, 66, 0.3) 0px 0px 10px;
}

.item-img:hover {
    cursor: pointer;
    box-shadow: rgba(4, 163, 38, 0.5) 10px 10px 10px;
}

.item-img img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

@media (min-width: 576px) {
    .partners-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 768px) {
    .partners-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 992px) {
    .partners-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

.box-news {
    position: relative;
    overflow: hidden;
}

.box-news .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-news .img {
    position: relative;
    overflow: hidden;
}

.box-news p {
    margin-bottom: 1px !important;
}

.box-news h5 {
    font-family: SVN-Gotham-Book;
    margin: 0px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s;
}

.box-news h5 a {
    display: block;
    color: rgb(255, 246, 0);
    opacity: 1;
}

.box-news h5:hover {
    background-color: rgba(5, 167, 66, 0.7);
}

.box-news h5:hover a {
    color: rgb(255, 255, 255);
}

/* Section: Thành tựu của công ty (đồng bộ style với Sản phẩm đặc trưng) */
.achievement-section {
    width: 100%;
}

#home-achievements .home-achievements__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: stretch;
}

.achievement-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    background: rgb(255, 255, 255);
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.achievement-card:hover {
    transform: translateY(-4px);
    box-shadow: rgba(184, 234, 6, 0.2) 10px 10px 20px;
}

.achievement-card__media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.12);
}

.achievement-card__image-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    line-height: 0;
}

.achievement-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.94;
    transition: transform 0.55s ease, opacity 0.45s ease;
}

.achievement-card__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.achievement-card__cta {
    position: absolute;
    inset: 0;
    z-index: 2;
    margin: auto;
    width: fit-content;
    height: fit-content;
    max-width: calc(100% - 2rem);
    box-sizing: border-box;
    padding: 0.62rem 2.25rem;
    border-radius: 9999px;
    background: rgba(0, 0, 0, 0.68);
    color: var(--tcg-text-primary-color, #e8f520);
    font-family: SVN-Gotham-Book, system-ui, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 20px;
    opacity: 0;
    transform: scale(0.94);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

.achievement-card__image-link:hover .achievement-image,
.achievement-card__image-link:focus-visible .achievement-image {
    transform: scale(1.08);
    opacity: 1;
}

.achievement-card__image-link:hover .achievement-card__shade,
.achievement-card__image-link:focus-visible .achievement-card__shade,
.achievement-card__image-link:hover .achievement-card__cta,
.achievement-card__image-link:focus-visible .achievement-card__cta {
    opacity: 1;
}

.achievement-card__image-link:hover .achievement-card__cta,
.achievement-card__image-link:focus-visible .achievement-card__cta {
    transform: scale(1);
}

.achievement-card__image-link:focus-visible {
    outline: 2px solid var(--tcg-text-primary-color, #c9e821);
    outline-offset: 2px;
}

.achievement-card__body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    min-height: 5.25rem;
    padding: 0.9rem 1rem 1rem;
    background: rgb(255, 255, 255);
}

#home-achievements .home-achievements__title-link {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    color: var(--tcg-bg-primary-color, #159047);
    font-family: SVN-Gotham-Book, system-ui, sans-serif;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

#home-achievements .home-achievements__title-link:hover {
    color: var(--tcg-text-primary-color, #fff600);
}

@media (min-width: 768px) {
    #home-achievements .home-achievements__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    #home-achievements .home-achievements__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.news-content a {
    line-height: 1;
    color: rgb(33, 37, 41);
    cursor: pointer;
}

.news-right {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 1rem;
    flex-wrap: wrap;
}

.news-left .news-right {
    height: 650px;
    border: 1px solid rgb(0, 0, 0);
}

.news-right > .box-news {
    width: calc(50% - 0.5rem);
    height: calc(325px - 0.5rem);
}

.news-left > .box-news {
    width: 100%;
    height: 650px;
}

.news-left > .box-news .img {
    width: 100%;
    height: 80%;
}

.news-left > .box-news .news-content {
    width: 100%;
    height: 20%;
}

.news-right > .box-news .img {
    width: 100%;
    height: 65%;
}

.news-right > .box-news .news-content {
    width: 100%;
    height: 35%;
}

.news-right a:hover {
    color: rgb(5, 167, 66);
}

.box-news .news-content:hover {
    background-color: rgb(255, 246, 0);
    transition: 3s;
    cursor: pointer;
}

.news-right .news-content {
    transition: background-color 3s;
}

#zone6 .box-news {
    height: 25rem;
}

#zone6 .box-news .img {
    height: 72%;
}

#zone6 .box-news .news-content {
    height: 28%;
}

.icontime {
    font-size: 12px;
    color: rgb(104, 103, 103);
}

.box-news h6 {
    font-family: SVN-Gotham-Book;
    margin: 0px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s;
}

.box-news h6 a {
    display: block;
    color: rgb(255, 246, 0);
    opacity: 1;
}

.box-news h6:hover {
    background-color: rgba(5, 167, 66, 0.7);
}

.box-news h6:hover a {
    color: rgb(255, 255, 255);
}

#zone7 .box-news {
    height: 30rem;
}

#zone7 .box-news .img {
    height: 75%;
}

#zone7 .box-news .news-content {
    height: 25%;
}

#lienHe input, #lienHe textarea, #lienHe .form-control {
    border: 1px solid rgba(5, 167, 66, 0.5);
    padding: 0.5rem;
    transition: 0.3s ease-in-out;
    border-radius: 0px !important;
}

#lienHe input:focus, #lienHe textarea:focus, #lienHe .form-control:focus, #lienHe input:hover, #lienHe textarea:hover, #lienHe .form-control:hover {
    border-color: rgb(255, 246, 0);
    box-shadow: rgba(5, 167, 66, 0.5) 0px 0px 6px;
    background-color: rgb(249, 255, 249);
    outline: none;
}

#lienHe form label {
    color: rgb(255, 246, 0);
}

#lienHe textarea {
    resize: vertical;
}

.equal-cols > [class*="col-"] {
    display: flex;
}

.equal-cols .box-contact {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.equal-cols .box-contact form {
    flex: 1 1 0%;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 35px;
    user-select: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgb(68, 68, 68);
    line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 35px;
    margin-right: 20px;
    padding-right: 0px;
}

.select2-container--default .select2-selection--single {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(170, 170, 170);
    border-radius: 0px;
}

.bg-gray-overlay {
    background: rgba(0, 0, 0, 0.15);
    inset: 0px;
    border-radius: 0px;
    z-index: 1;
}

.head {
    font-weight: 800;
    letter-spacing: 1px;
}

.head-title {
    font-size: 1.1rem;
    font-style: italic;
}

.model-item .img {
    position: relative;
}

.model-item .img h5 {
    font-family: SVN-Gotham-Book;
    margin: 0px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s;
}

.model-item .img h5 a {
    display: block;
    color: rgb(255, 246, 0);
    opacity: 1;
    padding: 2rem 0.5rem;
}

.model-item .img:hover h5 {
    background-color: rgba(5, 167, 66, 0.7);
}

.model-item .img:hover h5 a {
    color: rgb(255, 255, 255);
}

.model-item .img h6 {
    font-family: SVN-Gotham-Book;
    margin: 0px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s;
}

.model-item .img h6 a {
    display: block;
    color: rgb(255, 246, 0);
    opacity: 1;
    padding: 2rem 0.5rem;
}

.model-item .img:hover h6 {
    background-color: rgba(5, 167, 66, 0.7);
}

.model-item .img:hover h6 a {
    color: rgb(255, 255, 255);
}

.item-footer {
    color: rgb(255, 255, 255);
}

.item-footer a {
    color: rgb(255, 255, 255);
}

.item-footer ul {
    list-style: none;
    margin-left: 2rem;
}

.item-footer ul li {
    list-style: none;
    padding: 0.25rem 0px;
}

.item-footer a:hover {
    color: var(--tcg-bg-secondary-color);
}

.item-footer h4 {
    position: relative;
    padding: 0.75rem 0px;
    transition: 3s;
}

.model-item {
    display: flex;
    position: relative;
    height: calc(2rem + 28.5714vw) !important;
}

.model-item .row {
    display: flex;
    position: relative;
    height: calc(2rem + 28.5714vw) !important;
}

.model-item .img {
    height: 100% !important;
}

.model-item .img img {
    height: calc(2rem + 28.5714vw) !important;
    width: 100% !important;
}

.navbar, .navbar-nav {
    padding: 0px !important;
}

.nav-item {
    position: relative;
    padding: 0.5rem 0px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    background: var(--tcg-bg-primary-color);
    padding: 10px 0px;
    min-width: 200px;
    border-radius: 0px 0px 4px 4px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 6px;
    display: none;
    border: none;
}

.dropdown-item {
    padding: 8px 15px;
    display: block;
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.dropdown-item:hover {
    background: var(--tcg-bg-primary-color);
    color: rgb(255, 246, 0) !important;
}

.nav-item:hover > .dropdown-menu {
    display: block;
}
