@media only screen and (min-width: 1500px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-section .navbar-nav .nav-link {
    padding: 5px 8px !important;
  }
  /* slider start */
  .minh-phong-slider-element-image-left {
    max-width: 80px;
  }
  .minh-phong-slider-element-image-middle {
    max-width: 80px;
  }
  .minh-phong-slider-element-image-right {
    max-width: 80px;
  }
  /* slider end */

  /* trang chủ our advantage start */
  .figma-advantage-section {
    padding: 80px 0;
    min-height: 700px;
    padding-bottom: 150px;
  }

  .figma-advantage-section .advantage-flow-container {
    height: 500px;
  }

  .figma-advantage-section .advantage-main-title {
    font-size: 28px;
    margin-bottom: 50px;
  }

  .figma-advantage-section .illustration-placeholder {
    width: 100px;
    height: 100px;
  }

  .figma-advantage-section .isometric-box {
    width: 50px;
    height: 50px;
  }

  .figma-advantage-section .box-face {
    width: 50px;
    height: 50px;
  }

  .figma-advantage-section .box-face.front {
    transform: translateZ(25px);
  }

  .figma-advantage-section .box-face.right {
    transform: rotateY(90deg) translateZ(25px);
  }

  .figma-advantage-section .box-face.top {
    transform: rotateX(90deg) translateZ(25px);
  }
  .advantage-point.point-1 {
    top: -25%;
    left: 0;
  }
  .advantage-point.point-2 {
    top: -10%;
  }
  .advantage-point.point-3 {
    top: -25%;
    left: 5%;
  }
  .advantage-point.point-4 {
    top: -33%;
  }
  .advantage-point.point-5 {
    top: -5%;
  }
  .advantage-point.point-6 {
    top: -35%;
    right: -10%;
  }
  /* trang chủ our advantage end */

  /* why choose us start */
  .figma-why-choose-us-section {
    padding: 100px 0 80px;
  }

  .figma-why-choose-us-section .feature-cards-container {
    gap: 15px;
  }

  .figma-why-choose-us-section .why-choose-title {
    font-size: 28px;
  }

  .figma-why-choose-us-section .company-subtitle {
    font-size: 16px;
  }

  .figma-why-choose-us-section .feature-icon-container {
    width: 70px;
    height: 70px;
  }

  .figma-why-choose-us-section .feature-icon {
    font-size: 28px;
  }

  .figma-why-choose-us-section .feature-card-title {
    font-size: 20px;
  }

  .figma-why-choose-us-section .feature-card-description {
    font-size: 14px;
  }
  /* why choose us end */

  /* distribution start */
  .figma-distribution-section {
    min-height: 500px;
  }

  .figma-distribution-section .content-column {
    padding: 50px 30px;
  }

  .figma-distribution-section .distribution-title {
    font-size: 28px;
  }

  .figma-distribution-section .distribution-company-subtitle {
    font-size: 16px;
  }

  .figma-distribution-section .description-paragraph {
    font-size: 16px;
  }
  /* distribution end */

  /* footer start */
  .newsletter-section {
    padding: 60px 0 50px;
  }

  .newsletter-form-container {
    padding: 25px;
  }

  .main-footer {
    padding: 50px 0 30px;
  }

  .footer-company-name,
  .footer-title {
    font-size: 16px;
  }
  /* footer end */

  /* trang about us start */
  .page-about-us .globe-container {
    width: 500px;
    height: 500px;
  }

  /* trang about us end */

  /* trang packing start */
  .page-packaging .service-item {
    gap: 30px;
    padding: 30px;
  }
  .page-packaging .service-image-container {
    flex: 0 0 250px;
    height: 200px;
  }
  /* trang packing end */
}

@media (max-width: 991.98px) {
  section {
    overflow: hidden;
  }
  section .container,
  footer .container {
    padding-left: 0;
    padding-right: 0;
  }
  .lenis-scrollbar {
    display: none;
  }

  .container {
    width: 93%;
    padding-left: 0;
    padding-right: 0;
  }

  /* header start */
  .nav-arrow {
    display: inline-block !important;
    color: var(--primary-color);
    font-size: 12px;
    transition: transform 0.3s ease;
    margin-left: 8px;
  }

  .nav-item.active .nav-arrow {
    transform: rotate(180deg);
  }

  .mega-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(6, 131, 73, 0.1);
    border-top: none;
    z-index: 1000;
    padding: 20px;
    min-width: 300px;
  }

  .mega-dropdown.show {
    display: block;
    animation: tabletDropdownSlide 0.3s ease;
    -webkit-animation: tabletDropdownSlide 0.3s ease;
  }

  .nav-item {
    position: relative;
  }
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 0 0 20px 20px;
    box-shadow: 0 10px 40px rgba(6, 131, 73, 0.15);
    border: 1px solid rgba(6, 131, 73, 0.1);
    border-top: none;
    z-index: 1000;
    max-height: 70vh;
    overflow-y: auto;
    padding: 20px;
  }

  .navbar-nav {
    gap: 8px;
  }

  .nav-item {
    margin-bottom: 8px;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(6, 131, 73, 0.08);
    border: 1px solid rgba(6, 131, 73, 0.1);
  }

  .nav-link {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px !important;
    font-size: 16px !important;
    font-weight: 600;
    color: #2c3e50 !important;
    background: transparent;
    border-radius: 16px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-decoration: none;
  }

  .nav-link:hover {
    background: linear-gradient(
      135deg,
      rgba(6, 131, 73, 0.1),
      rgba(134, 198, 104, 0.1)
    );
    color: var(--primary-color) !important;
    transform: none;
    box-shadow: inset 0 0 0 2px rgba(6, 131, 73, 0.2);
  }

  .nav-arrow {
    color: var(--primary-color);
    font-size: 14px;
    transition: transform 0.3s ease;
  }

  .nav-item.active .nav-arrow {
    transform: rotate(180deg);
  }

  /* Mobile Dropdown */
  .mega-dropdown {
    display: none;
    opacity: 0;
    background: rgba(248, 250, 252, 0.95);
    backdrop-filter: blur(15px);
    border-radius: 12px;
    margin: 8px 16px 16px;
    padding: 16px;
    border: 1px solid rgba(6, 131, 73, 0.1);
    box-shadow: inset 0 2px 10px rgba(6, 131, 73, 0.05);
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .mega-dropdown.show {
    display: block !important;
    opacity: 1 !important;
    animation: mobileDropdownSlide 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94)
      forwards;
  }

  /* Mobile Submenu Header */
  .submenu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: linear-gradient(
      135deg,
      var(--primary-color),
      var(--primary-light)
    );
    border-radius: 12px;
    margin-bottom: 12px;
    box-shadow: 0 4px 15px rgba(6, 131, 73, 0.2);
    cursor: pointer;
  }

  .submenu-link {
    color: white !important;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    flex: 1;
    transition: all 0.3s ease;
  }

  .submenu-toggle {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    max-width: 32px;
    max-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
  }

  .submenu-toggle:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
  }

  .submenu-toggle.active {
    transform: rotate(45deg);
    background: rgba(255, 255, 255, 0.3);
  }

  .submenu-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
    padding-left: 16px;
    border-left: 2px solid rgba(6, 131, 73, 0.2);
    margin-left: 8px;
  }

  .submenu-content.show {
    max-height: 300px;
    opacity: 1;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .dropdown-item {
    padding: 12px 16px;
    font-size: 14px;
    color: #475569;
    border-radius: 8px;
    margin: 4px 0;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(6, 131, 73, 0.05);
  }

  .dropdown-item:hover {
    background: linear-gradient(
      135deg,
      rgba(6, 131, 73, 0.1),
      rgba(134, 198, 104, 0.1)
    );
    color: var(--primary-color);
    transform: translateX(6px);
    border-color: rgba(6, 131, 73, 0.2);
    box-shadow: 0 4px 15px rgba(6, 131, 73, 0.1);
  }

  .dropdown-direct {
    border-top: 1px solid rgba(6, 131, 73, 0.15);
    padding-top: 12px;
    margin-top: 12px;
  }

  .dropdown-direct .dropdown-item {
    background: rgba(6, 131, 73, 0.05);
    border: 1px solid rgba(6, 131, 73, 0.1);
  }
  .search-box {
    width: 350px;
  }

  .language-selector {
    margin-left: 12px;
  }
  .navbar-collapse.show::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(6, 131, 73, 0.1);
    backdrop-filter: blur(5px);
    z-index: -1;
    animation: backdropFadeIn 0.3s ease;
  }
  .navbar-collapse::-webkit-scrollbar {
    width: 4px;
  }

  .navbar-collapse::-webkit-scrollbar-track {
    background: rgba(6, 131, 73, 0.1);
    border-radius: 2px;
  }

  .navbar-collapse::-webkit-scrollbar-thumb {
    background: linear-gradient(
      135deg,
      var(--primary-color),
      var(--primary-light)
    );
    border-radius: 2px;
  }

  /* menu mobile */
  .navbar-light .navbar-toggler {
    display: inline-flex;
    justify-content: center;
  }
  .navbar-light .navbar-toggler-icon {
    margin: 0 auto;
  }
  .offcanvas-footer-2025 .social-link {
    background: var(--white);
    border-color: var(--primary-color);
  }
  .offcanvas-footer-2025 .social-link i {
    color: var(--primary-color);
  }

  /* header end */

  /* slider start */
  .minh-phong-slider-wrapper {
    height: 80vh;
  }
  .minh-phong-slider-wrapper-content {
    height: 100%;
  }
  .minh-phong-slider-image-video-box {
    height: 100%;
    max-height: 100%;
  }
  .minh-phong-slider-content {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    text-align: center;
  }
  .minh-phong-slider-element-right-bottom {
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    bottom: 50px;
  }
  .minh-phong-slider-content {
    padding-top: 140px;
  }
  /* slider end */

  /* trang chủ about us start */
  .minh-phong-about-section-content-exp-video {
    max-width: 600px;
    margin: 10px auto;
  }
  .minh-phong-about-section .stat-item,
  .minh-phong-about-section .stat-label {
    text-align: center;
  }
  .minh-phong-about-section-content-exp
    .minh-phong-slider-button-group-item-main {
    margin: 0 auto;
  }
  /* trang chủ about us end */

  /* dịch vụ nổi bật start */
  .service-title {
    font-size: 2.5rem;
  }

  .minh-phong-service-special .service-content {
    padding: 40px 30px;
    min-height: auto;
  }

  .minh-phong-service-special .service-image {
    padding: 30px;
    min-height: 300px;
  }

  .minh-phong-service-special .section-title {
    font-size: 2.8rem;
  }
  .element-service-product {
    right: 3%;
  }
  .element-service-product.left {
    left: 5%;
  }
  /* dịch vụ nổi bật end */

  /* trang chủ our advantage start */
  .figma-advantage-section {
    padding: 60px 0;
    min-height: auto;
  }

  .figma-advantage-section .advantage-flow-container {
    position: static;
    height: auto;
  }

  .figma-advantage-section .connection-paths {
    display: none;
  }

  .figma-advantage-section .advantage-main-title {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .figma-advantage-section .illustration-placeholder {
    width: 120px;
    height: 120px;
  }

  .figma-advantage-section .isometric-box {
    width: 60px;
    height: 60px;
  }

  .figma-advantage-section .box-face {
    width: 60px;
    height: 60px;
  }

  .figma-advantage-section .box-face.front {
    transform: translateZ(30px);
  }

  .figma-advantage-section .box-face.right {
    transform: rotateY(90deg) translateZ(30px);
  }

  .figma-advantage-section .box-face.top {
    transform: rotateX(90deg) translateZ(30px);
  }
  .advantage-point.point-1,
  .advantage-point.point-2,
  .advantage-point.point-3,
  .advantage-point.point-4,
  .advantage-point.point-5,
  .advantage-point.point-6 {
    top: initial;
    left: initial;
    right: initial;
  }
  .advantage-svg-roath {
    display: none;
  }
  .advantage-text {
    max-width: 300px;
    margin: 0 auto;
    line-height: 1.5;
  }
  .figma-advantage-section .advantage-illustration {
    max-width: 235px;
    margin: 0 auto;
  }
  .minh-phong-service-special {
    padding-bottom: 0;
  }
  /* trang chủ our advantage end */

  /* why choose us start */
  .figma-why-choose-us-section {
    padding: 120px 0;
  }

  .figma-why-choose-us-section .feature-cards-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .figma-why-choose-us-section .rice-field-bg {
    background-attachment: initial;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    will-change: transform;
  }

  .figma-why-choose-us-section .why-choose-title {
    font-size: 24px;
  }

  .figma-why-choose-us-section .company-subtitle {
    font-size: 14px;
  }
  /* why choose us end */

  /* distribution start */
  .figma-distribution-section {
    min-height: auto;
  }

  .figma-distribution-section .content-column {
    padding: 40px 20px;
  }

  .figma-distribution-section .distribution-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .figma-distribution-section .distribution-company-subtitle {
    font-size: 14px;
  }

  .figma-distribution-section .description-paragraph {
    font-size: 15px;
  }

  /* distribution end */
  /*  */

  /* footer start */
  .newsletter-section {
    padding: 50px 0 40px;
  }

  .newsletter-form .form-row {
    flex-direction: column;
  }

  .newsletter-form .form-group {
    min-width: 100%;
  }

  .newsletter-send-btn {
    width: 100%;
    justify-content: center;
  }

  .main-footer {
    padding: 40px 0 20px;
  }

  .footer-company-name,
  .footer-title {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .contact-title {
    font-size: 13px;
  }

  .contact-text {
    font-size: 13px;
  }

  .products-list li a {
    font-size: 14px;
  }
  /* footer end */

  /* trang about us start */

  .page-about-us .hero-content {
    padding: 0;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
  }

  .page-about-us .about-us-hero-section {
    height: auto;
    padding-bottom: 50px;
    padding-top: 130px;
    min-height: initial;
  }
  .page-about-us .globe-container {
    width: 400px;
    height: 400px;
  }

  .page-about-us .hero-cta {
    justify-content: center;
  }
  .page-about-us .hero-content .section-badge {
    margin: 0 auto;
  }
  .page-about-us .hero-description {
    text-align: center;
    margin: 0 auto;
  }
  .page-about-us .about-us-hero-section {
    align-items: start;
  }
  .hero-background::after {
    transform: rotate(-90deg) translateX(78%);
    -webkit-transform: rotate(-90deg) translateX(78%);
    -moz-transform: rotate(-90deg) translateX(78%);
    -ms-transform: rotate(-90deg) translateX(78%);
    -o-transform: rotate(-90deg) translateX(78%);
  }
  .image-rice {
    max-width: 200px;
    left: -50px;
  }
  .page-about-us .figma-advantage-section {
    padding-bottom: 0;
  }
  .mission-vision-section {
    padding-top: 0;
  }
  /* trang about us end */

  /* banner start */
  .brand-hero-section {
    min-height: 400px;
  }
  /* banner end */

  /* trang our brand start */
  .page-our-brand .product-showcase {
    height: 300px;
    margin-top: 30px;
  }

  .page-our-brand .product-image {
    width: 80px;
    height: 100px;
  }

  .page-our-brand .process-section {
    padding: 60px 0;
  }

  .page-our-brand .process-flow {
    flex-direction: column;
    gap: 40px;
  }

  .page-our-brand .journey-section {
    padding: 80px 0;
  }

  .page-our-brand .journey-main-title {
    font-size: 22px;
  }

  .page-our-brand .journey-description {
    font-size: 16px;
  }

  .page-our-brand .journey-title {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 15px;
  }

  .page-our-brand .journey-list li {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .page-our-brand .journey-list li:before {
    display: none;
  }
  .page-our-brand .journey-list {
    max-width: 700px;
    margin: 0 auto;
  }
  .page-our-brand .main-image {
    width: 250px;
    height: 250px;
  }

  .page-our-brand .journey-content-left,
  .page-our-brand .journey-content-right {
    padding: 0;
    text-align: center;
  }

  .page-our-brand .journey-line {
    display: none;
  }

  .page-our-brand .mission-spread-section {
    padding: 80px 0;
  }

  .page-our-brand .mission-content {
    padding: 40px 0;
  }

  .page-our-brand .decorative-rice-products {
    gap: 20px;
  }

  .page-our-brand .rice-product {
    width: 100px;
    height: 120px;
  }

  .page-our-brand .rice-product.product-1 {
    height: 100px;
  }

  .page-our-brand .rice-product.product-2 {
    height: 110px;
  }

  .page-our-brand .rice-product.product-3 {
    height: 105px;
  }
  .process-flow-svg {
    top: 45px;
  }
  .page-our-brand .journey-images-left,
  .page-our-brand .journey-images-right {
    max-width: 500px;
    margin: 0 auto;
  }
  .journey-section-line {
    display: none;
  }
  .page-our-brand .journey-item {
    margin-bottom: 0;
  }
  .mission-background-box .mission-background {
    transform: scale(1.8) translateY(0%);
    -webkit-transform: scale(1.8) translateY(0%);
    -moz-transform: scale(1.8) translateY(0%);
    -ms-transform: scale(1.8) translateY(0%);
    -o-transform: scale(1.8) translateY(0%);
  }
  .page-quality .quality-feature img {
    max-width: 130px;
  }
  .quality-line {
    top: 0%;
    left: 5%;
    width: 86%;
  }
  .quality-feature-col:nth-child(4) .quality-feature {
    transform: translateY(16%) translateX(2%);
    -webkit-transform: translateY(16%) translateX(2%);
    -moz-transform: translateY(16%) translateX(2%);
    -ms-transform: translateY(16%) translateX(2%);
    -o-transform: translateY(16%) translateX(2%);
  }
  .feature-description {
    font-size: 0.8rem;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 3;
    max-width: 150px;
  }
  .quality-feature-col:nth-child(3) .quality-feature {
    transform: translateY(-7%);
    -webkit-transform: translateY(-7%);
    -moz-transform: translateY(-7%);
    -ms-transform: translateY(-7%);
    -o-transform: translateY(-7%);
  }
  .page-quality .quality-control-section-bg-box {
    top: -100%;
    height: 200%;
  }
  .page-quality .video-play-btn {
    width: 100px;
    height: 100px;
    font-size: 3rem;
  }
  .page-quality .video-play-container, .album .video-play-container {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }
  .page-quality .video-section {
    min-height: auto;
  }
  .page-factory .company-description {
    line-height: 1.6;
  }
  /* trang our brand end */

  /* trang packaging start */
  .factory-image-container {
    max-width: 600px;
    margin: 0 auto;
  }
  .page-factory .production-process-section {
    padding: 0 0 50px 0;
  }
  .page-factory .process-description {
    margin-bottom: 0;
  }
  .process-timeline-line {
    display: none;
  }
  .page-factory .step-content,
  .page-packaging .step-content {
    text-align: center;
  }
  .page-factory .step-content,
  .page-packaging .step-content {
    padding: 0 30px;
  }
  .page-factory .step-marker,
  .page-packaging .step-marker {
    display: none;
  }
  .page-factory .step-description,
  .page-packaging .step-description {
    max-width: 600px;
    margin: 0 auto;
  }
  .page-factory .step-image-container,
  .page-packaging .step-image-container {
    max-width: 600px;
    margin: 0 auto;
  }

  .page-packaging .packaging-hero-section {
    min-height: 500px;
    padding: 80px 0;
  }

  .page-packaging .packaging-title {
    font-size: 3rem;
  }

  .page-packaging .packaging-subtitle {
    font-size: 2rem;
  }

  .page-packaging .packaging-location {
    font-size: 3rem;
  }

  .page-packaging .packaging-showcase {
    height: 350px;
  }

  .page-packaging .package-image {
    width: 100px;
    height: 130px;
  }

  .page-packaging .process-title {
    text-align: center;
  }

  .page-packaging .process-description {
    text-align: center;
    margin: 0 auto;
  }

  .page-packaging .advantages-title {
    font-size: 2rem;
  }

  .page-packaging .service-item {
    flex-direction: column;
    text-align: center;
    gap: 20px;
    padding: 25px;
  }

  .page-packaging .service-image-container {
    flex: none;
    width: 100%;
    height: 200px;
  }

  .page-packaging .design-service {
    flex-direction: column;
  }

  .page-packaging .hero-background {
    background-attachment: scroll;
  }
  .rice-process-item-image {
    --bs-aspect-ratio: calc(9 / 17 * 100%);
  }
  /* trang packaging end */

  /* trang liên hệ start */
  .lien-he .card-text {
    line-height: 1.3;
    font-size: 0.9rem;
  }
  .lien-he .card-icon img {
    max-width: 50px;
  }
  .form-container-box-wrap {
    width: 100%;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .contact-form-section {
    padding-top: 0;
  }
  .lien-he .map-label {
    right: 4%;
  }
  .lien-he .label-text {
    font-size: 0.9rem;
  }
  .lien-he .map-label {
  padding: 8px 10px;
  }
  
  /* trang liên hệ end */

  /* slider start */
  .minh-phong-slider-country-partners-logo-group, .minh-phong-slider-country-partners-text {
    transform: translateY(250%);
    -webkit-transform: translateY(250%);
    -moz-transform: translateY(250%);
    -ms-transform: translateY(250%);
    -o-transform: translateY(250%);
}
  /* slider end */
}

@media (max-width: 767.98px) {
  .vh-btn-dang-hang-form .vh-btn-dat-hang {
    width: 100%;
  }

  .vh-quay-lai {
    width: 100%;
  }

  .vh-quay-lai a {
    width: 100%;
    justify-content: center;
  }
  .lenis-scrollbar {
    width: 3px;
  }
  .lenis-scrollbar.visible {
    width: 5px;
  }
  .container {
    width: 94%;
  }
  /* header start */
  .search-container {
    order: -1;
    margin-bottom: 16px;
    width: 100%;
  }

  .search-toggle {
    width: 100%;
    height: 48px;
    justify-content: flex-start;
    padding: 0 16px;
    font-size: 16px;
    gap: 12px;
  }

  .search-toggle::after {
    content: "Tìm kiếm";
    font-size: 16px;
    font-weight: 500;
  }

  .search-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    z-index: 9999;
    display: flex;
    flex-direction: column;
  }

  .search-box.active {
    transform: translateY(0);
  }

  .search-input-wrapper {
    padding: 60px 20px 20px;
    border-bottom: 2px solid rgba(6, 131, 73, 0.1);
  }

  .search-input {
    font-size: 18px;
    padding: 16px 60px 16px 20px;
    height: 56px;
  }

  .search-close {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    background: rgba(220, 53, 69, 0.1);
    border-radius: 50%;
    font-size: 18px;
  }

  .search-submit {
    right: 30px;
    width: 44px;
    height: 44px;
  }

  .search-suggestions {
    flex: 1;
    overflow-y: auto;
    padding: 30px 20px;
  }

  .suggestion-category h6 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .suggestion-item {
    padding: 12px 16px;
    font-size: 16px;
    border-radius: 12px;
    margin: 4px 0;
  }

  /* Mobile Language Selector */
  .language-selector {
    margin: 16px 0 0 0;
    padding-top: 16px;
    border-top: 1px solid rgba(6, 131, 73, 0.15);
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .language-options-inline {
    width: 220px;
    padding: 6px;
    border-radius: 18px;
  }

  .language-options-inline .language-option {
    padding: 12px 8px;
    font-size: 14px;
    gap: 8px;
    border-radius: 14px;
    min-width: 60px;
  }

  .language-options-inline .language-option span {
    font-size: 13px;
    font-weight: 700;
  }

  .language-options-inline .flag-icon {
    width: 18px;
  }

  .language-options-inline .language-slider {
    border-radius: 14px;
    top: 6px;
    left: 6px;
    bottom: 6px;
    width: calc(33.333% - 6px);
  }
  /* header end */

  /* slider start */
  .minh-phong-slider-wrapper {
    height: 100svh;
  }
  @supports (height: 100dvh) {
    .minh-phong-slider-wrapper {
      height: 100dvh; /* động theo việc ẩn/hiện thanh bar */
    }
  }
  .minh-phong-slider-content {
    padding-top: 100px;
  }
  .minh-phong-slider-button-group-item-main {
    width: 100%;
    height: 44px;
  }
  .minh-phong-slider-title {
    font-size: clamp(1.7rem, 1.1286rem + 2.8571vw, 2.5rem);
  }
  .minh-phong-slider-title-primary-text {
    /* color: var(--primary-dark); */
  }
  .minh-phong-slider-element-image-middle {
    max-width: 45px;
  }
  .minh-phong-slider-element-image-right {
    max-width: 45px;
  }
  .minh-phong-slider-element-image-left {
    max-width: 45px;
  }
  .minh-phong-slider-element-right-bottom {
    bottom: 25px;
  }
  /* slider end */

  /* trang chủ start */

  /* about us start */

  .minh-phong-about-section .mission-card {
    padding: 2rem;
  }

  .minh-phong-about-section .stats-container {
    padding: 10px;
    padding-top: 0;
  }

  .minh-phong-about-section .stat-number {
    font-size: clamp(1.7rem, 1.2714rem + 2.1429vw, 2.3rem);
  }
  .minh-phong-about-section .stat-item-number-box {
    font-size: clamp(1.7rem, 1.2714rem + 2.1429vw, 2.3rem);
  }
  .stat-number-unit {
    margin-left: -6px;
  }
  .minh-phong-about-section .stat-label {
    padding: 0 10px;
  }
  .minh-phong-about-section-content-exp
    .minh-phong-slider-button-group-item-main {
    max-width: 250px;
    height: 50px;
  }
  .minh-phong-about-section .section-badge {
    margin-bottom: 18px;
  }
  /* about us end */

  /* service special start */
  .minh-phong-service-special .service-title {
    font-size: 2rem;
  }

  .minh-phong-service-special .service-content {
    padding: 30px 20px;
  }

  .minh-phong-service-special .section-title {
    font-size: 2.2rem;
  }

  .minh-phong-service-special .featured-services {
    padding: 60px 0;
  }

  .minh-phong-service-special .service-item {
    margin-bottom: 30px;
  }
  .minh-phong-service-special .product-showcase {
    width: 84%;
    margin: 0 auto;
  }
  .minh-phong-service-special .service-description {
    line-height: 1.5;
  }
  .element-service-product {
    right: -25%;
    height: 70%;
  }
  .element-service-product.left {
    left: -10%;
    height: 70%;
  }
  /* service special end */

  /* trang chủ our advantage start */
  .figma-advantage-section {
    padding: 40px 0;
  }

  .figma-advantage-section .advantage-main-title {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .figma-advantage-section .illustration-placeholder {
    width: 100px;
    height: 100px;
  }

  .figma-advantage-section .advantage-text h4 {
    font-size: 12px;
  }

  .figma-advantage-section .advantage-text p {
    font-size: 12px;
  }

  .figma-advantage-section .rice-pattern-bg {
    width: 200px;
    height: 300px;
  }
  .section-badge-text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 260px;
    text-align: center;
    width: max-content;
  }
  .advantage-text {
    line-height: 1.3;
  }
  .advantage-points-row-container {
    margin-top: -50px;
  }
  /* trang chủ our advantage end */

  /* why choose us start */
  .figma-why-choose-us-section {
    padding: 60px 0 50px;
  }

  .figma-why-choose-us-section .company-subtitle {
    margin-bottom: 0;
    max-width: 300px;
    margin: 0 auto;
    font-size: 0.9rem;
  }

  .figma-why-choose-us-section .feature-icon-container {
    width: 60px;
    height: 60px;
    margin-bottom: 9px;
  }

  .figma-why-choose-us-section .feature-icon {
    font-size: 24px;
  }

  .figma-why-choose-us-section .feature-card-title {
    font-size: 17px;
    margin-bottom: 4px;
    padding: 0 10px;
  }

  .figma-why-choose-us-section .feature-card-description {
    font-size: 0.85rem;
  }

  .figma-why-choose-us-section .jagged-edge-top,
  .figma-why-choose-us-section .jagged-edge-bottom {
    height: 30px;
  }

  .figma-why-choose-us-section .network-line {
    display: none;
  }

  .figma-why-choose-us-section .network-node {
    width: 6px;
    height: 6px;
  }
  .figma-why-choose-us-section .feature-card {
    min-height: 230px;
  }
  .figma-why-choose-us-section .jagged-edge-top {
    top: 0;
  }
  .figma-why-choose-us-section .jagged-edge-bottom {
    bottom: -22px;
  }
  .minh-phong-about-section,
  .figma-advantage-section {
    padding-bottom: 0;
  }
  /* why choose us end */

  /* distribution start */
  .figma-distribution-section .content-column {
    padding: 30px 15px;
  }

  .figma-distribution-section .distribution-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .figma-distribution-section .distribution-company-subtitle {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .figma-distribution-section .description-paragraph {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .figma-distribution-section .distribution-description {
    margin-top: 20px;
  }
  /* distribution end */

  /* pop-up map start */
  .branch-popup-overlay .branch-popup-content {
    width: 95%;
    margin: 20px;
    max-height: 90vh;
    border-radius: 20px;
  }

  .branch-popup-overlay .popup-header {
    padding: 25px 20px 15px;
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .branch-popup-overlay .popup-flag {
    width: 50px;
    height: 50px;
  }

  .branch-popup-overlay .popup-title h3 {
    font-size: 20px;
  }

  .branch-popup-overlay .popup-body {
    padding: 20px;
  }

  .branch-popup-overlay .popup-section h4 {
    font-size: 16px;
  }

  .branch-popup-overlay .products-grid {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 10px;
  }

  .branch-popup-overlay .popup-footer {
    padding: 15px 20px 25px;
  }

  .branch-popup-overlay .btn-contact {
    width: 100%;
    padding: 12px 20px;
    font-size: 15px;
  }

  .branch-popup-overlay .popup-close {
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
  /* pop-up map end */

  /* trang chủ end */

  /* footer start */
  .newsletter-section {
    padding: 40px 0 30px;
  }

  .newsletter-form-container {
    padding: 20px;
    margin: 0 15px;
  }

  .newsletter-input,
  .newsletter-textarea,
  .newsletter-send-btn {
    height: 45px;
    padding: 12px 15px;
    font-size: 14px;
  }

  .main-footer {
    padding: 30px 0 15px;
  }

  .footer-company-name {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .footer-title {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .contact-item {
    margin-bottom: 15px;
  }

  .contact-title {
    font-size: 12px;
  }

  .contact-text {
    font-size: 12px;
  }

  .products-list li {
  }

  .products-list li a {
    font-size: 13px;
  }

  .fanpage-container {
    padding: 12px;
    width: 100%;
  }
  .fb_iframe_widget {
    width: 100% !important;
  }

  .fanpage-info-section {
    padding: 12px;
    gap: 10px;
  }

  .fanpage-avatar {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }

  .fanpage-name {
    font-size: 12px;
  }

  .fanpage-category {
    font-size: 11px;
  }

  .likes-count {
    font-size: 10px;
  }

  .social-media-links {
    gap: 10px;
    justify-content: center;
  }

  .social-link {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }

  .copyright-text {
    font-size: 12px;
    padding: 0 15px;
  }

  .newsletter-jagged-edge-top {
    height: 80px;
    top: -75px;
  }
  .figma-footer-section {
    padding-top: 60px;
  }
  .footer-background-image-man {
    max-width: 230px;
  }
  /* footer end */

  /* trang about us start */
  .page-about-us .hero-content {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .page-about-us .globe-container {
    width: 350px;
    height: 350px;
  }

  .page-about-us .hero-cta {
    flex-direction: column;
    align-items: center;
  }

  .page-about-us .btn-primary-2025,
  .page-about-us .btn-secondary-2025 {
    width: 100%;
    max-width: 280px;
  }
  .page-about-us .statistics-decorative-top {
    top: 130px;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
  .page-about-us .statistics-section {
    padding: 120px 0;
  }
  .organizational-chart-wrapper {
    padding-bottom: 0;
  }
  /* trang about us end */
  /* banner start */
  .brand-hero-section {
    min-height: 300px;
  }
  /* banner end */

  /* trang our brand start */
  .page-our-brand .product-showcase {
    height: 250px;
  }

  .page-our-brand .product-image {
    width: 60px;
    height: 80px;
  }

  .page-our-brand .breadcrumb-content {
    font-size: 16px;
  }

  .page-our-brand .process-section {
    padding: 40px 0;
  }

  .page-our-brand .process-icon {
    width: 80px;
    height: 80px;
  }

  .page-our-brand .process-icon i {
    font-size: 30px;
  }

  .page-our-brand .journey-section {
    padding: 60px 0;
  }

  .page-our-brand .journey-main-title {
    font-size: 20px;
    line-height: 24px;
  }

  .page-our-brand .journey-description {
    font-size: 15px;
    line-height: 22px;
  }

  .page-our-brand .journey-title {
    font-size: 20px;
  }

  .page-our-brand .journey-list li {
    font-size: 15px;
    line-height: 22px;
  }

  .page-our-brand .decorative-wheat,
  .page-our-brand .decorative-rice {
    width: 80px;
    height: 80px;
  }
  .page-our-brand .mission-spread-section {
    padding: 60px 0;
  }

  .page-our-brand .mission-spread-text {
    line-height: 22px;
  }

  .page-our-brand .decorative-rice-products {
    gap: 15px;
  }

  .page-our-brand .rice-product {
    width: 80px;
    height: 100px;
  }

  .page-our-brand .rice-product.product-1 {
    height: 80px;
  }

  .page-our-brand .rice-product.product-2 {
    height: 90px;
  }

  .page-our-brand .rice-product.product-3 {
    height: 85px;
  }

  .page-our-brand .mission-background {
    background-attachment: scroll;
  }
  .process-flow-svg {
    display: none;
  }
  .page-our-brand .process-section {
    padding-top: 0;
  }
  .journey-images-extra-ratio {
    max-width: 100px;
    right: 8px;
  }
  .journey-images-extra-element {
    left: 4px;
    max-width: 75px;
  }
  .page-our-brand .journey-item {
    padding-bottom: 0;
  }
  .quality-line {
    display: none;
  }
  .quality-feature-col:nth-child(2) .quality-feature,
  .quality-feature-col:nth-child(3) .quality-feature,
  .quality-feature-col:nth-child(4) .quality-feature {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .page-quality .quality-feature img {
    width: 100px !important;
    height: 100px !important;
    object-fit: contain;
  }
  .page-quality .quality-features-section {
    padding: 20px 0;
  }
  /* trang our brand end */

  /* trang factory start */
  .page-factory .step-image-container {
    padding: 20px;
  }
  .packaging-image {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
  }
  .page-factory .step-title,
  .page-packaging .step-title {
    margin-bottom: 10px;
  }
  .page-factory .company-info-section,
  .page-packaging .company-info-section {
    padding-bottom: 20px;
  }

  .page-factory .step-title,
  .page-packaging .step-title {
    font-size: 1.3rem;
  }
  /* trang factory end */

  /* trang packing start */
  .page-packaging .packaging-hero-section {
    min-height: 400px;
    padding: 60px 0;
  }

  .page-packaging .packaging-title {
    font-size: 2.5rem;
  }

  .page-packaging .packaging-subtitle {
    font-size: 1.8rem;
  }

  .page-packaging .packaging-location {
    font-size: 2.8rem;
  }

  .page-packaging .packaging-showcase {
    height: 300px;
  }

  .page-packaging .package-image {
    width: 80px;
    height: 110px;
  }

  .page-packaging .packaging-process-section,
  .page-packaging .services-section {
    padding: 30px 0;
  }
  .page-packaging .our-advantages-section {
    padding: 0;
  }
  .page-packaging .process-description {
    font-size: 1rem;
  }

  .page-packaging .advantages-title {
    font-size: 1.8rem;
  }

  .page-packaging .service-title {
    font-size: 1.5rem;
  }

  .page-packaging .service-description {
    font-size: 0.9rem;
  }

  .page-packaging .video-play-btn {
    width: 70px;
    height: 70px;
    font-size: 25px;
  }
  .rice-process-item-image {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
  }
  .rice-process-swiper-nav-btn {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .process-video-containe-row {
    width: 96%;
    margin: 0 auto;
  }
  .rice-process-swiper-nav-prev {
    left: -13px;
    right: auto;
  }
  .rice-process-swiper-nav-next {
    right: -13px;
    left: auto;
  }
  .rice-process-swiper-nav-btn:hover {
    transform: translateY(-50%) scale(1);
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
  }
  .page-packaging .production-process-section {
    padding-top: 0;
    padding-bottom: 30px;
  }
  /* trang packing end */

  /* trang album start */
/* trang album start */
.album-content-item-box {
  column-count: 3;
  column-gap: 5px;
}
.album-content-item-image {
  margin-bottom: 5px;
  overflow: hidden;
}
  /* trang album end */

    /* slider start */
    .minh-phong-slider-country-partners-logo-group, .minh-phong-slider-country-partners-text {
      transform: translateY(300%);
      -webkit-transform: translateY(300%);
      -moz-transform: translateY(300%);
      -ms-transform: translateY(300%);
      -o-transform: translateY(300%);
}
.minh-phong-slider-button-group-item-main {
  transform: translateY(300%);
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  -ms-transform: translateY(300%);
  -o-transform: translateY(300%);
}
    /* slider end */
}

@media (max-width: 576px) {
  .container {
    width: 95%;
  }
  .logo-text {
    max-width: 100px;
  }
  #logo-mp {
    max-width: 35px;
  }
  /* why choose us start */

  .figma-why-choose-us-section .feature-cards-container {
    gap: 15px;
  }
  /* why choose us end */

  /* distribution start */
  .figma-distribution-section .content-column {
    padding: 25px 10px;
  }

  .figma-distribution-section .distribution-title {
    font-size: 18px;
  }

  .figma-distribution-section .description-paragraph {
    font-size: 13px;
  }

  /* pop-up map start */
  .branch-popup-overlay .branch-popup-content {
    width: 95%;
    margin: 20px;
    max-height: 90vh;
    border-radius: 20px;
  }

  .branch-popup-overlay .popup-header {
    padding: 20px 15px 15px;
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .branch-popup-overlay .popup-flag {
    width: 50px;
    height: 50px;
  }

  .branch-popup-overlay .popup-title h3 {
    font-size: 20px;
  }

  .branch-popup-overlay .popup-body {
    padding: 15px;
  }

  .branch-popup-overlay .popup-content {
    font-size: 14px;
    line-height: 1.6;
  }

  .branch-popup-overlay .popup-footer {
    padding: 10px 15px 20px;
  }

  .branch-popup-overlay .btn-close {
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
  }

  .branch-popup-overlay .popup-close {
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    font-size: 20px;
  }

  /* Mobile animations - giảm độ phức tạp cho performance */
  .branch-popup-overlay .branch-popup-content {
    animation-duration: 0.3s;
  }

  .branch-popup-overlay .popup-header,
  .branch-popup-overlay .popup-body,
  .branch-popup-overlay .popup-footer {
    animation-duration: 0.3s;
  }

  /* Giảm hiệu ứng hover trên mobile */
  #Vector_15:hover,
  #Vector_73:hover,
  #Vector_127:hover,
  #Vector_154:hover,
  #Group-18865:hover,
  #Group-18866:hover,
  #Group-18868:hover {
    transform: scale(1.02);
    filter: drop-shadow(0 0 5px rgba(134, 198, 104, 0.6));
  }

  /* pop-up map end */

  /* distribution end */

  /* footer start */
  .newsletter-section {
    padding: 30px 0 20px;
  }

  .newsletter-form-container {
    margin: 0 10px;
    padding: 15px;
  }

  .main-footer {
    padding: 25px 0 10px;
  }

  .footer-company-name {
    font-size: 13px;
  }

  .footer-title {
    font-size: 13px;
  }

  .social-media-links {
    gap: 8px;
  }

  .social-link {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
  /* footer end */

  /* trang about us start */
  .page-about-us .globe-container {
    width: 300px;
    height: 300px;
  }

  .page-about-us .hero-description {
    font-size: var(--text-base);
  }

  .page-about-us .hero-badge {
    padding: 0.75rem 1.5rem;
    font-size: var(--text-xs);
  }
  .mission-card .card-title {
    font-size: 1.7rem;
  }
  .mission-card .card-icon img {
    height: 33px;
  }
  .statistic-number-unit {
    margin-left: -7px;
  }
  .page-about-us .statistic-text {
    font-size: 0.9rem;
  }
  /* trang about us end */

  /* trang our brand start */
  .page-our-brand .journey-section {
    padding: 40px 0;
  }

  .page-our-brand .journey-main-title {
    font-size: 18px;
    line-height: 22px;
  }

  .page-our-brand .journey-description {
    font-size: 14px;
    line-height: 20px;
  }

  .page-our-brand .journey-title {
    font-size: 18px;
  }

  .page-our-brand .journey-list li {
    font-size: 14px;
    line-height: 20px;
  }

  .page-our-brand .mission-spread-section {
    padding: 40px 0;
  }

  .page-our-brand .mission-spread-text {
    line-height: 20px;
  }

  .page-our-brand .decorative-rice-products {
    gap: 10px;
  }

  .page-our-brand .rice-product {
    width: 60px;
    height: 80px;
  }

  .page-our-brand .rice-product.product-1 {
    height: 60px;
  }

  .page-our-brand .rice-product.product-2 {
    height: 70px;
  }

  .page-our-brand .rice-product.product-3 {
    height: 65px;
  }
  .page-our-brand .journey-images-left,
  .page-our-brand .journey-images-right {
    max-width: 300px;
  }
  .product-item-image-our-brand {
    max-width: 300px;
    margin: 0 auto;
  }
  /* trang our brand end */

  /* trang quality start */
  .page-quality .video-play-btn, .album .video-play-btn {
    width: 70px;
    height: 70px;
    font-size: 2rem;
  }
  /* trang quality end */

  /* trang liên hệ start */
  .lien-he .form-check-label {
    font-size: 0.8rem;
    line-height: 1;
  }
  .lien-he .form-check {
    margin-bottom: 15px;
  }
  .lien-he .contact-submit-btn {
    width: 100%;
    padding: 9px 34px;
  }
  /* trang liên hệ end */
}
@media (max-width: 330px) {
}
