* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    transition: filter 0.3s;
}

/* Content Wrapper - Max width container */
.content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.header {
}

.header .header_start {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 4px 100px;
}

.header_start .header_logo {
    width: 155px;
    height: 119px;
    cursor: pointer;
}

.header_start .header_main {

}

.header_main h1 {
    font-size: 35px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    color: #2048a1;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 12px;
    margin-top: 8px;
}
/* Owl carousel fix: keep width, hide overflow, align arrows */
.slideshow-container.owl-carousel {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.slideshow-container .owl-stage-outer {
  overflow: hidden;
}
.slideshow-container .owl-stage {
  display: flex;
}
.slideshow-container .item img {
  width: 100%;
  height: auto;
  display: block;
}
.slideshow-container .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 12px;
  pointer-events: none;
}
.slideshow-container .owl-nav button.owl-prev,
.slideshow-container .owl-nav button.owl-next {
  background: rgba(0,0,0,0.35);
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  pointer-events: auto;
}
.slideshow-container .owl-nav button.owl-prev:hover,
.slideshow-container .owl-nav button.owl-next:hover {
  background: rgba(0,0,0,0.55);
}


.header_main p {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    color: #414141;
    margin-bottom: 12px;
}

.header .header_nav {
    background-color: #2048a1;
    color: white;
}

.header_nav .header_menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_menu li  {
    list-style: none;
    padding: 12px 8px;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}

.header_menu li a {
    color: white;
    text-decoration: none;

}


.header_menu .header_search {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 12px;
    padding: 0 16px;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;    
}

.header_search .search_switcer {
    position: relative;
    
}

.search_switcer .search_nav {
    position: absolute;
    bottom: -50px;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;

}

.search_nav .search_switcer_btn  {
    height: 30px;
}

.search_nav  i {
    padding: 8px 22px 8px 8px;
    background-color: #2048a1;
}

.search_switcer:hover .search_nav {
    display: flex;
    z-index: 1000;
} 

.language-switcher {
            position: relative;
            display: inline-block;
            width: 140px;
}

.language-switcher .current-language {
    border:  solid 1px white;
    border-radius: 4px;
    background-color: #6689d4;
    padding: 8px 0 8px 8px;
    width: 100px;
    font-size: 12px;
}
        
.language-switcher .language-dropdown {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    padding: 8px;
    background-color:white;
    color: black;
    display: none;
    overflow: hidden;
    z-index: 102;
}



.overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.3);
            display: none;
            z-index: 100;
        }

.language-switcher:hover .language-dropdown {
            display: block;
        }
        
        .language-switcher:hover ~ .overlay,
        .language-switcher:hover::after {
            display: block;
        }

/* Product dropdown menu */
.product-menu-item {
    position: relative;
}

.product-menu-item .product-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    padding: 8px 0;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    display: none;
    z-index: 1000;
}

.product-menu-item:hover .product-dropdown {
    display: block;
}

.product-dropdown-item {
    padding: 8px 16px;
    transition: background-color 0.2s;
}

.product-dropdown-item:hover {
    background-color: #f5f5f5;
}

.product-dropdown-item a {
    color: #333 !important;
    text-decoration: none;
    display: block;
    font-size: 13px;
    text-transform: none;
}

.product-dropdown-item a:hover {
    color: #2048a1 !important;
            display: block;
        }


.main {
    padding: 12px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
        

/* Slideshow container */
.slideshow-container {
  max-width: 1200px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    width: 100%;
}

/* Caption text */
/*.text {*/
/*  color: #f2f2f2;*/
/*  font-size: 15px;*/
/*  padding: 8px 12px;*/
/*  position: absolute;*/
/*  bottom: 8px;*/
/*  width: 100%;*/
/*  text-align: center;*/
/*}*/

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}


/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}       


.main .main-section {

}

.main-section .main-section-row {


}

.main-section-row h2 {
        color: rgb(32, 72, 161);
        text-transform: uppercase;
        margin-top: 20px;
        margin-bottom: 15px;
}

.main-section-row .section-row-news {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
}

.section-row-news .row-news-word {
    width: 620px;
}

.row-news-word img {
    width: 620px;
    height: 425px;
}

.row-news-word .container p {
        font-size: 18px;
        font-weight: 700;
        font-family: arial;
        margin: 5px 0px;
        line-height: 1.3;
}

.section-row-news .row-news-vn {
    width: 570px;
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 cột bằng nhau */
    grid-template-rows: 1fr 1fr; /* 2 hàng bằng nhau */
    gap: 10px;
}

.row-news-vn .row-news-item {
}

.row-news-item img {
    width: 270px;
    height: 165px;
    
}

.row-news-item .container p {
    font-size: 15px;
    margin-top: 5px;
    text-shadow: none;
    height: 58px;
    overflow: hidden;
    font-family: arial;
    font-weight: 700;
}

.main-box-gourp.carousel-item {
    margin-right: 40px;
    display: block !important;
}
/* main-carousel */
.main-carousel {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.main-carousel 

.main-carousel .carousel-item h2 {
    background: none !important;
    border-bottom: 2px solid #2048A1;
    text-align: left !important;
    padding-bottom: 0px !important;
    height: 50px;
    margin-bottom: 20px;
    color: #2048A1;
    font-size: 20px;
    line-height: 55px;
}


.main-carousel .carousel-item .img-item-carousel {
        height: 278px;
        width: 370px;
        object-fit: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
}

.carousel-item .carousel-group {
    
}

.carousel-group .carousel-group-item {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
}

.carousel-group-item img {
        min-height: 106px;
    width: 164px;
    height: 106px;
    object-fit: cover;
    background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
}

.carousel-group-item h4 {
    font-family: arial;
    font-size: 15px;
    line-height: 20px;
    color: #333;
    height: auto;
    overflow: hidden;
    font-weight: 700;
    text-align: left;
    margin-bottom: .5em;
    margin-left: 1rem;
    text-rendering: optimizeSpeed;
    width: 100%;
}



/* main-carousel */

/* main box */
.main-box-gourp {
    max-width: 1200px;
    margin: 40px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;

}

.main-box {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 15px;
}

/* header */
.main-box .box-header {
  background: #1f4aa8;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 15px;
}

/* content */
.main-box .item {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  align-items: flex-start;
}

.main-box .item img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}

.main-box .item p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color: #333;
  font-weight: 500;
}

/* footer */
.main-box .box-footer {
  text-align: right;
}

.main-box .box-footer a {
  text-decoration: none;
  color: #1f4aa8;
  font-size: 14px;
  font-weight: 500;
}

/* box ảnh đặc san */
.main-box.image-only {
  display: flex;
  flex-direction: column;
}

/* vùng chứa ảnh */
.main-box.image-only .image-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  border-radius: 8px;
  padding: 10px;

}

/* ảnh */
.main-box.image-only img {
  width: 100%;
  max-width: 220px;
  height: 220px;
  object-fit: contain;
}



.brand-section {
  max-width: 1200px;
  margin: 60px auto;
  text-align: center;
}

.brand-title {
  font-size: 18px;
  font-weight: 700;
  color: #1f4aa8;
  margin-bottom: 30px;
  text-transform: uppercase;
}

/* slider */
.brand-slider {
  width: 100%;
  overflow: hidden;
}

.brand-track {
  display: flex;
  width: max-content;
  animation: brandScroll 30s linear infinite;
}

.brand-item {
  flex: 0 0 auto;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.brand-item img {
  max-height: 70px;
  width: auto;
  object-fit: contain;
}



@keyframes brandScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* main box */

/* footer */

.site-footer {
  background: #1f4aa8;
  color: #fff;
  font-family: Arial, sans-serif;
  position: relative;
}

/* top */
.footer-top {
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}

.footer-item {
  display: flex;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-icon {
  font-size: 18px;
  margin-top: 2px;
}

/* select */
.footer-select {
    background-color: #3160c9;
    height: 35px;
    border: 0px solid;
    border-radius: 5px;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    background-position-x: 95%;
}

.footer-select select {
  width: 100%;
  border-radius: 6px;
  border: none;
  outline: none;
  font-size: 14px;
  background-color: #3160c9;
    color: #fff;
}

/* bottom */
.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-size: 14px;
}

/* back to top */
.back-to-top {
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  line-height: 34px;
  text-decoration: none;
  font-size: 16px;
}


/* footer */

/* liên heej */

.contact-panel {
  position: fixed;
  right: 60px;
  bottom: 0 !important;
  transform: translateY(-10%);
  width: 380px !important;
  height: fit-content;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0,0,0,0.25);
  display: none;
  z-index: 1001;
}

.contact-panel.active {
  display: block;
}

.contact-header {
  background: #1f4aa8;
  color: #fff;
  padding: 12px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}

.contact-header button {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.contact-info {
  padding: 15px;
  font-size: 14px;
  line-height: 1.6;
}


/* liên heej */

/* ====== PAGE TITLE ====== */
.page-title {
  max-width: 1200px;
  margin: 40px auto 30px;
  padding: 0 20px;
  text-align: center;
}

.page-title h1 {
  font-size: 28px;
  font-weight: 700;
  color: #1f4aa8;
  margin-bottom: 8px;
}

.breadcrumb {
  font-size: 14px;
  color: #666;
  padding: 20px 0 10px 0;
}

.breadcrumb a {
  color: #1f4aa8;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

/* ====== PAGE TITLE SHOP ====== */
.page-title-shop {
  font-size: 2rem;
  font-weight: 700;
  color: #2048a1;
  text-transform: uppercase;
  margin: 20px 0 30px 0;
  text-align: center;
}

/* ====== PRODUCT SECTION ====== */
.product-section {
  margin-bottom: 60px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* ====== PRODUCT CARD ====== */
.product-card {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.product-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 12px;
}

.product-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
}

.product-card .price {
  font-size: 14px;
  font-weight: 600;
  color: #1f4aa8;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 992px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

  .page-title h1 {
    font-size: 22px;
  }
}



.hotline-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1100;
}

.hotline-popup.active {
  display: flex;
}

.hotline-box {
  background: #fff;
  width: 320px;
  padding: 24px 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
}

.hotline-box h3 {
  color: #1f4aa8;
  margin-bottom: 12px;
}

.hotline-number {
  font-size: 22px;
  font-weight: 700;
  color: #1f4aa8;
  margin-bottom: 8px;
}

.hotline-time {
  font-size: 14px;
  color: #555;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  background: none;
  font-size: 22px;
  cursor: pointer;
}

.faq-panel {
  position: fixed;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
  width: 360px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.25);
  display: none;
  z-index: 1100;
}

.faq-panel.active {
  display: block;
}

.faq-header {
  background: #1f4aa8;
  color: #fff;
  padding: 12px 15px;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
}

.faq-header button {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.faq-content {
  padding: 15px;
}

.faq-item {
  margin-bottom: 12px;
}

.faq-item h4 {
  font-size: 14px;
  color: #1f4aa8;
  margin-bottom: 4px;
}

.faq-item p {
  font-size: 13px;
  color: #444;
  line-height: 1.5;
}
/* ===== SUPPORT FLOAT ===== */
.support-float {
    position: fixed;
    right: 28px;
    bottom: 90px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.support-item {
  width: 60px;
  height: 60px;
  background: #1f4aa8;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  transition: background 0.2s ease, transform 0.2s ease;
}

.support-item:hover {
  background: #163a86;
  transform: translateX(-2px);
}

/* tooltip chữ */
.support-item::before {
  content: attr(data-label);
  position: absolute;
  right: 56px;
  background: #1f4aa8;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.support-item:hover::before {
  opacity: 1;
}

/* ===== CONTACT PANEL ===== */
.contact-panel {
  position: fixed;
  right: 80px;
  bottom: 120px;
  width: 320px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.25);
  display: none;
  z-index: 1100;
}

.contact-panel.active {
  display: block;
}

.contact-header {
  background: #1f4aa8;
  color: #fff;
  padding: 12px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}

.contact-header button {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.contact-info {
  padding: 15px;
  font-size: 14px;
  line-height: 1.6;
}
/* ===== FAQ PANEL ===== */
.faq-panel {
  position: fixed;
  right: 80px;
  bottom: 120px;
  width: 360px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.25);
  display: none;
  z-index: 1100;
}

.faq-panel.active {
  display: block;
}

.faq-header {
  background: #1f4aa8;
  color: #fff;
  padding: 12px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}

.faq-header button {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.faq-content {
  padding: 15px;
}

.faq-item {
  margin-bottom: 14px;
}

.faq-item h4 {
  font-size: 14px;
  color: #1f4aa8;
  margin-bottom: 4px;
}

.faq-item p {
  font-size: 13px;
  color: #444;
  line-height: 1.5;
}

/* ===== HOTLINE POPUP ===== */
.hotline-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1200;
}

.hotline-popup.active {
  display: flex;
}

.hotline-box {
  background: #fff;
  width: 320px;
  padding: 24px 20px;
  border-radius: 12px;
  text-align: center;
  position: relative;
}

.hotline-box h3 {
  color: #1f4aa8;
  margin-bottom: 12px;
}

.hotline-number {
  font-size: 22px;
  font-weight: 700;
  color: #1f4aa8;
  margin-bottom: 8px;
}

.hotline-time {
  font-size: 14px;
  color: #555;
}

.hotline-box .close-btn {
  position: absolute;
  top: 10px;
  right: 12px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
}



/* ===== MENU DROPDOWN ===== */
.header_menu li {
  position: relative;
}

.has-dropdown {
  cursor: pointer;
}

.has-dropdown .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  list-style: none;
  padding: 8px 0;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  display: none;
  z-index: 999;
}

.has-dropdown:hover .dropdown {
  display: block;
}

.dropdown li {
  padding: 0;
}

.dropdown li a {
  display: block;
  padding: 10px 16px;
  font-size: 13px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}

.dropdown li a:hover {
  background: #f2f5fb;
  color: #1f4aa8;
}


/* ===== SIMPLE NEWS PAGE ===== */
.news-simple {
  max-width: 1000px;
  margin: 40px auto 60px;
  padding: 0 20px;
}

.news-simple-title {
  font-size: 26px;
  color: #1f4aa8;
  margin: 20px 0 30px;
  text-transform: uppercase;
}

.news-simple-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-simple-item {
  display: flex;
  gap: 16px;
  background: #fff;
  padding: 14px;
  border-radius: 8px;
}

.news-simple-item img {
  width: 140px;
  height: 90px;
  object-fit: cover;
  border-radius: 6px;
}

.news-simple-item h3 {
  font-size: 16px;
  margin-bottom: 6px;
  color: #333;
}

.news-simple-item p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

/* mobile */
@media (max-width: 600px) {
  .news-simple-item {
    flex-direction: column;
  }

  .news-simple-item img {
    width: 100%;
    height: 180px;
  }
}

/* ===== DOCUMENT PAGE ===== */
.doc-page {
  max-width: 1000px;
  margin: 40px auto 60px;
  padding: 0 20px;
}

.doc-title {
  font-size: 26px;
  font-weight: 700;
  color: #1f4aa8;
  margin: 20px 0 30px;
  text-transform: uppercase;
}

/* list */
.doc-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.doc-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 16px 18px;
  border-radius: 8px;
  border-left: 4px solid #1f4aa8;
}

.doc-info h3 {
  font-size: 16px;
  margin-bottom: 6px;
  color: #333;
}

.doc-info p {
  font-size: 13px;
  color: #666;
}

/* download */
.doc-download {
  text-decoration: none;
  font-size: 14px;
  color: white;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}

.doc-download:hover {
  text-decoration: underline;
}

/* mobile */
@media (max-width: 600px) {
  .doc-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

/* ===== CULTURE PAGE ===== */
.culture-page {
  max-width: 1100px;
  margin: 40px auto 60px;
  padding: 0 20px;
}

.culture-title {
  font-size: 26px;
  font-weight: 700;
  color: #1f4aa8;
  margin: 20px 0 16px;
  text-transform: uppercase;
}

.culture-intro {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  max-width: 800px;
  margin-bottom: 40px;
}

/* grid */
.culture-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.culture-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}

.culture-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.culture-item h3 {
  font-size: 16px;
  margin: 16px 12px 6px;
  color: #1f4aa8;
}

.culture-item p {
  font-size: 14px;
  color: #555;
  padding: 0 12px 18px;
  line-height: 1.5;
}

/* responsive */
@media (max-width: 900px) {
  .culture-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== RECRUIT PAGE ===== */
.recruit-page {
  max-width: 1000px;
  margin: 40px auto 60px;
  padding: 0 20px;
}

.recruit-title {
  font-size: 26px;
  font-weight: 700;
  color: #1f4aa8;
  margin: 20px 0 16px;
  text-transform: uppercase;
}

.recruit-intro {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  max-width: 800px;
  margin-bottom: 30px;
}

/* table */
.recruit-table {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.recruit-row {
  display: grid;
  grid-template-columns: 2fr 1.2fr 1fr 1fr;
  padding: 14px 16px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.recruit-row.header {
  background: #1f4aa8;
  color: #fff;
  font-weight: 600;
}

.recruit-row:last-child {
  border-bottom: none;
}

.recruit-note {
  margin-top: 20px;
  font-size: 14px;
  color: #444;
}

/* mobile */
@media (max-width: 700px) {
  .recruit-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .recruit-row.header {
    display: none;
  }
}


.add-cart {
  margin-top: 10px;
  padding: 6px 10px;
  border: none;
  background: #1f4aa8;
  color: #fff;
  font-size: 13px;
  border-radius: 4px;
  cursor: pointer;
}

.cart-float {
  position: fixed;
  right: 16px;
  top: 35%;
  width: 52px;
  height: 52px;
  background: #1f4aa8;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1200; /* CAO HƠN support */
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  font-size: 20px;

}

.cart-float span {
  position: absolute;
  top: -6px;
  right: -6px;
  background: red;
  color: #fff;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 50%;
}

.cart-panel {
  position: fixed;
  right: 80px;
  bottom: 160px;
  width: 280px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0,0,0,0.25);
  display: none;
  z-index: 1001;
}

.cart-panel.active {
  display: block;
}

.cart-header {
  background: #1f4aa8;
  color: #fff;
  padding: 12px 15px;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
}

.cart-header button {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.cart-content {
  padding: 15px;
  font-size: 14px;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}

.cart-item button {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #999;
}

.empty-cart {
  text-align: center;
  color: #777;
}

