@media (min-width: 1200px) {
  .menu_mobi,.menu_mobi_add{display: none;}
}
@media (max-width: 1199px) {
  .wrap-field .field-top .info-field{text-align: center;}
  .info-field__title{justify-content: center;}
  .logo-head{margin:0 auto;}
  .header .wrap-content{}
  .menu {
    /* display: none; */
  }

  .menu-res {
    display: block;
  }
  .hidden-1200{display: none;}
  .head-bottom{position: sticky;top:0;}
  .header{border:none;position: relative;}
  .mm-panel{}
  .mm-navbar_sticky{}
  .icon_menu_mobi{margin:0px;}
  .menu_mobi {color: var(--bgmainhv);font-size: 18px;text-decoration: none;/* padding: 0px 10px; */display: block;/* height: 40px; */cursor: pointer;background: #fff;position: sticky;top: 0px;z-index: 999;}
  .menu_mobi_add {display:block;position: fixed;left: -100%;top: 0;background: #f3f3f3;z-index: 99999;color: #fff;height: 100vh;overflow: auto;line-height: 1.5;/* padding-top: 40px; */padding-bottom: 20px;width: 85%;min-width: 140px;max-width: 440px;/* box-shadow: inset -4px 0px 8px rgba(0,0,0,0.3); */transition: 0.5s;}
  .menu_mobi, .menu_mobi_add {
    display: none;
  }
  .menu_mobi_active { left: 0; transition: 0.5s; }
  .menu_mobi_add ul {list-style: none;padding: 0;}
  .menu_mobi_add ul li{}
  .menu_mobi_add ul li h2{font-size: 15px;}
  .menu_mobi_add ul li b{display:inline-block;vertical-align: top;margin-right: 8px;}
  .menu_mobi_add ul li b img{ display: inline-block; vertical-align: top; }
  .menu_mobi_add ul li a {text-decoration: none;color: #000;display: block;border-bottom: 1px solid rgba(0,0,0,0.1);padding: 10px 40px 10px 0;padding-left: 12px;font-size: 14px;position: relative;text-transform: uppercase;text-align: left;}
  .menu_mobi_add ul li a.active2 {color: #000;font-weight: bold;}
  .menu_mobi_add ul li a i{position:absolute;/* height:100%; */right:0;top: 0px;bottom: 0px;border-bottom: 1px solid rgba(255,255,255,0.1);width: 41px;text-align:center;padding-top: 9px;/* transform:rotate(90deg); */border-left: 1px solid rgba(0,0,0,0.1);color: #6e6e6e;}
  .menu_mobi_add ul li a.active2 i{transform: rotate(-90deg);border-top: 1px solid rgba(0,0,0,0.1);border-left: none;}
  .menu_mobi_add ul ul {display:none;padding-left: 0;}
  .menu_mobi_add ul li ul li a {padding-left: 20px;color: #000;}
  .menu_mobi_add ul li ul li a img{display: none;}
  .menu_mobi_add ul li ul li ul li a { padding-left: 40px; }
  .close_menu {/* position: absolute; *//* top: 5px; *//* right: 7px; */font-size: 15px;background: #fff;width: 30px;text-align: center;line-height: 30px;cursor: pointer;color: var(--color-main);border-radius: 50%;}   
  .menu_baophu{margin:0;}
  .menu_baophu {background: #000;opacity: 0.8;z-index: 998;left: 0px;top: 0px;position: fixed;width: 100%;height: 100%;display: none;}
  
  #hamburger {display: block;width: 40px;height: 33px;position: relative;padding: 6px;/* border: 1px solid #000; */}
  #hamburger:before,#hamburger:after,#hamburger span {background: var(--bgbtntienich);content: '';display: block;width: 75%;height: 1px;position: absolute;left: 0px;right: 0;margin: 0 auto;}
  #hamburger:before {top: 8px;}
  #hamburger span {top: 16px;}
  #hamburger:after {top: 24px;}
  #hamburger:before,#hamburger:after,#hamburger span {-webkit-transition: none 0.5s ease 0.5s;transition: none 0.5s ease 0.5s;-webkit-transition-property: transform,top,bottom,left,opacity;transition-property: transform,top,bottom,left,opacity;}
  .info-head i{font-size: 22px;}
  .info-head {
      margin: 0;
      display: inline-flex;
      justify-content: start;
      align-items: center;
      gap: 5px;
      color: #fff;
      font-size: 21px;
      font-weight: bold;
  }
}
@media (max-width: 1024px) {
  .hidden-1024{display: none;}
}
@media (max-width: 1024px) {
  .yep {
    position: absolute;
    top: 0px;
    left: -6px;
    width: 30px;
    height: 50px;
    opacity: 0;
  }
  .check-toolbar { display: none; position: fixed; right: 30px; bottom: 100px; width: 18px; height: 50px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; z-index: 99; }
  .check-toolbar label { position: absolute; bottom: 0; left: 6px; width: 6px; height: 50px; border-radius: 32px; background: linear-gradient(to bottom, #b3b3b3, #e6e6e6); cursor: pointer; transition: all 0.3s ease; opacity: 0.7; box-shadow: 0 0 5px #ccc; }
  .check-toolbar label:after { content: ''; position: absolute; bottom: 1px; left: -3px; width: 12px; height: 20px; border-radius: 3px; background-color: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); transition: all 0.3s ease; }
  .check-toolbar input[type="checkbox"]:checked + label {background: var(--background-static);opacity: 1;}
  .check-toolbar input[type="checkbox"]:checked + label:after { transform: translateY(-29px); }
  .check-toolbar label:hover { background: linear-gradient(to bottom, #b3b3b3, #e6e6e6); }
  .check-toolbar label:hover:after { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

  .hidden-toolbar { padding-top: 0px; transition: 0.7s; }
  .hidden-toolbar .toolbar { transform: translateY(120%); transition: 0.7s; }
  .hidden-toolbar .head { transform: translateY(-120%) !important; transition: 0.7s; }
  .show-toolbar .toolbar { transform: translateY(0); transition: 0.7s; }
  .check-toolbar {/* display: block; */}
  .contact-input{
    margin-bottom: 15px;
  }
  .flex-cus,
  .row-video, .row-20 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .mg-cus,
  .mg-video, .col-20 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .content-text img {
    height: auto !important;
  }

  .padding-top-bottom {
    padding: 2rem 0;
  }

  .pad-top {
    padding-top: 2rem;
  }

  .pad-bottom {
    padding-bottom: 2rem;
  }

  .mg-top {
    margin-top: 2rem;
  }

  .mg-bottom {
    margin-bottom: 2rem;
  }

  .title-detail-main {
    font-size: 20px;
  }

  .cart-fixed {
    bottom: 220px;
  }

  .btn-frame {
    /* display: none; */
  }

  .cart-pro-detail {
    width: 100%;
    margin-top: 10px;
  }

  .pad-bottom {
    padding-bottom: 2rem !important;
  }

  .pad-top {
    padding-top: 2rem !important;
  }

  .padding-top-bottom {
    /* padding: 2rem 0 !important; */
  }

  

  .product-tool {
    opacity: 1;
    visibility: visible;
    position: initial;
  }

  .product-tool a span {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  
}
@media only screen and (max-width: 991px) {
  .row-product-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px 10px;
    }
  .row-product{
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
  }
  .wrap-why .why-item .why-item_img{display: none;}
  .cover-why{margin-top:0px;}
  .wrap-why .why-item{margin: 1rem calc(var(--bs-gutter-x) * -.5) 2rem;text-align: left;}
  .wrap-why .why-item .why-item_text{margin:0.3rem 0px;}
  .menu-res {
    display: block;
  }
  .top-cart {
    margin-bottom: 2rem;
  }
  .othernews{
    position: initial;
  }
  .footer-title:after {
    width: 100%;
  }

  #fanpage-facebook {
    width: 300px;
    overflow: hidden;
    margin: auto;
  }

  .footer-news:nth-child(4) {
    width: 100%;
  }

  .footer-news:nth-child(3) {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-news:nth-child(2) {
    width: 100%;
    margin: 20px 0;
  }

  .footer-news:nth-child(1) {
    width: 100%;
  }

  .time-news {
    display: none;
  }

  .copyright,
  .statistic {
    width: 100%;
    text-align: center;
  }

  .footer-ul li {
    width: calc(100% / 2 - 5px);
  }

  .footer-ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .procart-label .quantity-procart p:first-child {
    display: block;
  }
  .procart-label .quantity-procart p:last-child {
    display: none;
  }
  
}
@media only screen and (max-width: 767px) {
  .product-list-item-hotline{
    font-size: 14px;
  }
  .product-list-item-hotline span{
    
  }
  .menu_mobi, .menu_mobi_add {
    display: block;
    /* flex-wrap: wrap; */
    /* align-content: space-between; */
  }
  .grid-pro-detail {
      margin-bottom: 0rem;
  }
  .tabs-pro-detail {
      margin-top: 1rem;
  }
  .tabs-pro-detail .tab-content{
    padding: 10px 0 !important;
  }
  .title-home h3{
		font-size:30px;
	}
	.title-home p{
		font-size:14px;	
	}
	.title-home span{
		
	}
	.title-home img{
		max-height:50px;
	}
  .about_left {
		display:block;
		padding: 0;
	}
	.photo-about1{
		margin: 0;
	}
	.photo-about2{
		margin: 5px 0;
		position: relative;
		left: 0;
		bottom: 0;
		box-shadow: none;
	}
	.photo-about3{
		
	}
	.about_left img {
		width:-webkit-fill-available;
	}
	#video-fotorama{
		margin:20px 0 0;
	}
	.fotorama__stage{
		height:400px !important;
	}
	.fotorama__nav-wrap{
		padding:10px;
	}
	.logoft{
		width:100%;
		text-align:center;
	}
	.line-footer{
		height: 1px;
		width: 100%;
	}
	.mangxahoi_footer div{
		width: 100%;
		text-align: center;
	}
	.mangxahoi_footer span{
		display:none;
	}
      .media_left, .media_right, .about_left {
        width: 100%;
        padding: 5px 0;
    }
.about_right{
    width: 100%;
        padding: 10px;
  }
  .about-text1{
    font: 36px var(--fontUTMBeautifulCaps);
}
.about-text23{
    font: 35px var(--fontFzPoppinsBold);
}
 
  .row-product-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 10px;
    }
  .menu_mega_in{
    /* display:none; */
  }
  .row-product{
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
  }
  .why-row {
	    grid-template-columns: repeat(1, 1fr);
	    gap: 20px 0;
	}
	.whyStatic-text12,
	.whyStatic-text34,
	.whyStatic-text5{
		font-size:30px;
	}
	.whys-item{
		padding:20px 14px;
	}
	.why-left,.why-right{
		width:100%;
		padding: 0;
	}
	.whys-name span{
		font-size:16px;
	}
	.whys-name p{
		font-size:14px;
	}
      .footer1, .footer2, .footer3, .footer4 {
        width: 100%;
        padding: 5px;
    }
	footer{
		margin-bottom:40px
	}
	.header{
		display:none;
	}
	.scrollToTop, #messages-facebook {
        /* display: none !important; */
    }
  .content-detail iframe{max-width: 100% !important;height: 250px;}
  .footer{padding-bottom: 3rem;}
  ul.social-top{display: flex;align-items: center;justify-content: center;margin: 0px !important;}
  .control-owl.control-dev button.owl-next{right:-10px;}
  .control-owl.control-dev button.owl-prev{left:-10px;}
  .wrap-form-phone{margin-bottom: 2rem;}
  .icon_play{max-width: 50px;}
  .camket-pro-detail{margin-top:2rem;}
  .time-newshome{margin-bottom: 5px;}
  .news-slick h3 a.name-newshome{font-size: 15px;}
  .news-slick .img{width: 150px;}
  .news-slick{min-height: 110px;}
  .title-main span{font-size: 18px;}
  .box-product-in{margin-bottom: 15px;}
  .cover-info-product-in{
    width: calc(100% - 30px);
    margin-top: 10px;
}
  .name-product-in{
    font-size: 18px;
    margin-bottom: 10px;
}
  .price-product-in{
    font-size: 14px;
}
  .price-product-in span{
    font-size: 14px;
}
  .price-product-in span{}
  .cover-chungchi{padding:1.5rem;}
  .criteria-items .criteria-items__content div{font-size: 25px;}
  .criteria-items .criteria-items__content h3{font-size: 15px;}
  .footer-copyright,.footer-statistic{text-align: center;margin:2px 0px;}
  
  .item-video1 img {
    height: 250px;
  }

  .right-intro {
    width: 100%;
  }

  .left-intro {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .left-pro-detail,
  .right-pro-detail {
    width: 100%;
    margin: 0px;
  }

  .left-pro-detail,
  .top-contact .article-contact {
    margin-bottom: 30px;
  }

  .pic-news {
  width: 40%;
  }
  .info-news{
    width: 60%;
    padding-left: 10px;
  }
  .name-news{
    font-size: 15px;
  }
  .desc-news.text-split{
    -webkit-line-clamp:2;
  }
  .formdatlichfollowus {
    display: block;
 }
  .wrap-content-menu{
    padding: 0;
  }
  .wrap-menu-home::before{
    display:none;
  }
  .wrap-menu-home{
    padding: 30px 0;
  }
  .title-main-menu{
    position: relative;
    top: -30px;
    width: 140px;
    height: 70px;
    margin: 0 auto;
    left: 0;
  }
  .bamdexemmenu {
    position: relative;
    display: none;
  }
  .bamdexemmenu a{
    
  }
  .wrap-product {
    padding: 15px 0;
  }
  .title-album{
    font-size:40px;
  }
  .price-product{
    width:100%
  }
  .box-khonggian-home {
      grid-template-columns: 1fr;
  }
  .section-albumhome{
    padding: 20px 0;
  }
  .header-right{
    display:none;
  }
  .progress-wrap.active-progress{
    /* display:none; */
  }
  .formdatlich-title span{
    font-size: 28px;
  }
  .section-sanphamHome .wrap-content{
    width: 100%;
  }
  .dichvu-item-name a{
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .name-procart a {
    font-size: 13px;
  }
  .procart-label {
    font-size: 13px;
  }
  .toast-cus{
    left: 5px;
    width: calc(100% - 10px);
  }
  .box-readmore {
    width: calc(100% - 5px);
  }
  .newshome-scroll {
    width: 100%;
  }

  .newshome-intro {
    width: 100%;
    margin-bottom: 20px;
  }

  .top-contact .form-contact .button-contact .file-contact span b {
    max-width: 105px;
  }

  .cart-pro-detail {
    /* flex-wrap: wrap; */
  }

  .cart-pro-detail a {
    /* width: 100%; */
    /* text-align: center; */
    /* margin: 0px !important; */
  }

  .cart-pro-detail a:first-child {
    /* margin-bottom: 5px !important; */
  }
}

@media (min-width: 1200px){
  .hidden-xl{display: none !important;}
}
@media (min-width: 992px)  and (max-width: 1199px){
  .hidden-lg{display: none !important;}
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md{display: none !important;}
}
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm{display: none !important;}
}
@media (max-width: 575px) {
  .hidden-xs{display: none !important;}
}

@media (max-width: 1200px) {
  .logo-overlay {
    left: 20px;
  }
}

@media (max-width: 767px) {
  .title-anhi{
      font-size: 22px;
      margin: 0 0 10px 0;
  }
}

/* Responsive cho header-top-section */
@media (max-width: 768px) {
  .header-top-section {
      padding: 10px 0;
  }
  
  .header-top-content {
      flex-direction: column;
      gap: 8px;
      padding: 0 15px;
  }
  
  .header-top-item {
      font-size: 13px;
      width: 100%;
      justify-content: center;
  }
}

@media (max-width: 480px) {
  .header-top-item {
      font-size: 12px;
  }
  
  .header-top-item i {
      font-size: 14px;
  }
}

/* Responsive cho logo overlay trong menu */
@media (max-width: 992px) {
  .menu {
      height: 80px; /* Bằng với height của menu-logo-red-shape trên tablet */
      min-height: 80px;
  }
  
  .menu-logo-overlay {
      left: 20px;
      top: 10px;
      bottom: -20px;
  }
  
  /* Khi menu-grid có container trên mobile */
  .menu:has(.menu-grid.container) .menu-logo-overlay,
  .menu.menu-has-container .menu-logo-overlay {
      left: 20px;
      top: 10px;
      bottom: -20px;
  }
  
  .menu-logo-red-shape {
      min-width: 80px;
      min-height: 80px;
      width: 80px;
      height: 80px;
  }
}

@media (max-width: 768px) {
  .menu {
      height: 60px; /* Bằng với height của menu-logo-red-shape trên mobile */
      min-height: 60px;
  }
  
  .menu-logo-overlay {
      left: 10px;
      top: 5px;
      bottom: -15px;
  }
  
  /* Khi menu-grid có container trên mobile */
  .menu:has(.menu-grid.container) .menu-logo-overlay,
  .menu.menu-has-container .menu-logo-overlay {
      left: 10px;
      top: 5px;
      bottom: -15px;
  }
  
  .menu-logo-red-shape {
      min-width: 60px;
      min-height: 60px;
      width: 60px;
      height: 60px;
  }
}


/* Giảm margin-left và gap khi màn hình nhỏ hơn 1200px */
@media (max-width: 1199px) {
  .menu-grid {
      margin-left: 280px;
  }
  
  .menu ul.menu-main {
      gap: clamp(6px, 2.2vw, 28px);
  }
}

@media (max-width: 1100px) {
  .menu-grid {
      margin-left: 230px;
  }
  
  .menu ul.menu-main {
      gap: clamp(5px, 2vw, 23px);
  }
}

@media (max-width: 992px) {
  .menu ul li.menu-line {
      height: 75px;
  }
  
  .menu-grid {
      margin-left: 140px;
  }
  
  .menu ul.menu-main {
      gap: clamp(4px, 1.8vw, 18px);
  }
}

@media (max-width: 850px) {
  .menu-grid {
      margin-left: 90px;
  }
  
  .menu ul.menu-main {
      gap: clamp(3px, 1.5vw, 14px);
  }
  
  .menu ul li a,
  .menu ul.menu-main > li > a {
      font-size: 14px !important;
  }
}

@media (max-width: 800px) {
  .menu ul.menu-main {
      gap: clamp(2px, 1.0vw, 5px);
  }
}

@media (max-width: 768px) {
  .menu-grid {
      margin-left: 90px;
  }
  
  .menu ul.menu-main {
      gap: clamp(2px, 1.2vw, 13px);
  }
}

@media (max-width: 650px) {
  .menu-grid {
      margin-left: 70px;
  }
  
  .menu ul.menu-main {
      gap: clamp(2px, 1vw, 10px);
  }
}

@media (max-width: 576px) {
  .menu-grid {
      margin-left: 50px;
  }
  
  .menu ul.menu-main {
      gap: clamp(1px, 0.8vw, 8px);
  }
}

@media(max-width:1001px) {
  .toolbar { display: block; }
  .scrollToTop, #messages-facebook {/* display: none !important; */}
}

/* Responsive */
@media (max-width: 992px) {
  .tintuc-logo-red-shape {
      width: 110px;
      height: 110px;
  }
  
  .tintuc-logo-overlay {
      bottom: -20px;
  }
  
  .tintuc-view-more-btn,
  .tintuc-view-fanpage-btn {
      padding: 12px 35px;
      font-size: 16px;
  }
}

@media (max-width: 768px) {

  .tintuc-container {
    flex-direction: column;
}
  
  .tintuc-logo-red-shape {
      width: 100px;
      height: 100px;
  }
  
  .tintuc-logo-overlay {
      bottom: -15px;
  }
  
  .tintuc-view-more-btn,
  .tintuc-view-fanpage-btn {
      padding: 10px 30px;
      font-size: 14px;
  }

  .tintuc-left,
  .tintuc-right {
      width: 100%;
      flex: 0 0 100%;
  }
}

@media (max-width: 576px) {
  .tintuc-view-more-btn,
  .tintuc-view-fanpage-btn {
      padding: 8px 25px;
      font-size: 13px;
  }

  .tintuc-bottom-image {
    width: 120px;
  }
}

/* Responsive */
@media (max-width: 575px) {
  /*
    .newshome-slick {
        display: none !important;
    }
    */

    /*
    .newshome-mobile-slick {
        display: block;
    }
    */

    .newshome-mobile-slick .info-news-other h3 {
        font-size: 16px;
    }
    
    .newshome-mobile-slick .name-news-other {
        font-size: 16px;
    }
    
    .newshome-mobile-slick .desc-news-other {
        font-size: 13px;
    }
}


/* Responsive */
@media (max-width: 992px) {
  .album-title {
      font-size: 36px;
  }
  
  .album-subtitle {
      font-size: 16px;
  }
  
  .album-row1 {
    gap: 15px;
      grid-template-columns: repeat(3, 1fr);
      height: calc(49% - 7.5px);
  }
  
  .album-row2 {
    gap: 15px;
      grid-template-columns: repeat(2, 1fr);
      height: calc(51% - 7.5px);
  }
  
  .album-index-box {
      gap: 15px;
      height: 500px;
  }
}

@media (max-width: 768px) {
  .section-albumhome {
      padding: 30px 0;
  }
  
  .album-title {
      font-size: 28px;
  }
  
  .album-subtitle {
      font-size: 14px;
  }
  
  .album-row1 {
    gap: 10px;
      grid-template-columns: repeat(3, 1fr);
      height: calc(49% - 7.5px);
  }
  
  .album-row2 {
    gap: 10px;
      grid-template-columns: repeat(2, 1fr);
      height: calc(51% - 7.5px);
  }
  
  .album-index-box {
      gap: 10px;
      height: 400px;
  }
  
  .album-view-more-btn {
      padding: 12px 35px;
      font-size: 16px;
  }
  
  .album-item.left {
      transform: translateX(-250px) translateZ(-200px) rotateY(30deg) scale(0.9);
  }
  
  .album-item.right {
      transform: translateX(250px) translateZ(-200px) rotateY(-30deg) scale(0.9);
  }
}

@media (max-width: 576px) {
  .album-view-more-btn {
      padding: 10px 30px;
      font-size: 14px;
  }

  .album-index-box {
    gap: 10px;
    height: 250px;
  }
}

@media (max-width: 480px) {
  .album-view-more-btn {
      padding: 8px 25px;
      font-size: 13px;
  }
}

/* Responsive */
@media (max-width: 1024px) {
  .sanpham-swiper-wrapper {
      padding: 0 40px;
  }
  
  .sanpham-category-name-text {
      font-size: 20px;
  }
  
  .sanpham-category-bg-img {
      max-height: 70px;
  }
  
  .sanpham-category-seemore {
      font-size: 15px;
  }
}

@media (max-width: 768px) {
  .sanpham-swiper-wrapper {
      padding: 0 30px;
  }
  
  .sanpham-category-header-content {
      gap: 10px;
  }
  
  .sanpham-category-name-text {
      font-size: 18px;
      left: 15px;
  }
  
  .sanpham-category-bg-img {
      max-height: 60px;
  }
  
  .sanpham-category-seemore {
      font-size: 13px;
  }
  
  .sanpham-swiper .swiper-button-next,
  .sanpham-swiper .swiper-button-prev {
      width: 35px;
      height: 35px;
  }
  
  .sanpham-swiper .swiper-button-next:after,
  .sanpham-swiper .swiper-button-prev:after {
      font-size: 16px;
  }
}

@media (max-width: 640px) {
  .sanpham-swiper-wrapper {
      padding: 0 20px;
  }
  
  .sanpham-category-name-text {
      font-size: 16px;
      left: 12px;
  }
  
  .sanpham-category-bg-img {
      max-height: 50px;
  }
  
  .sanpham-category-seemore {
      font-size: 12px;
  }
  
  .sanpham-item-img {
      min-height: 150px;
  }
}

@media (max-width: 480px) {
  .sanpham-category-name-text {
      font-size: 14px;
      left: 10px;
  }
  
  .sanpham-category-bg-img {
      max-height: 45px;
  }
  
  .sanpham-category-seemore {
      font-size: 11px;
  }
  
  .sanpham-category-header-content {
      gap: 8px;
  }
}

@media (max-width: 360px) {
  .sanpham-category-name-text {
      font-size: 12px;
      left: 8px;
  }
  
  .sanpham-category-bg-img {
      max-height: 40px;
  }
  
  .sanpham-category-seemore {
      font-size: 10px;
  }
  
  .sanpham-category-header-content {
      gap: 5px;
  }
}

/* Responsive - Giữ layout ngang, chỉ thu nhỏ kích thước */
@media (max-width: 1200px) {
  .about-top {
      gap: 20px;
  }

  .about-top-texts {
    margin-top: -60px;
    margin-bottom: -45px;
  }
  
  .about-top-left,
  .about-top-right {
      max-width: 220px;
  }
  
  .about-top-center {
      padding: 0 15px;
  }
  
  .about-top-title {
      font-size: 50px;
  }
  
  .about-top-text1,
  .about-top-text2 {
      font-size: 100px;
  }
  
  .about-top-text3 {
      font-size: 42px;
  }
}

@media (max-width: 992px) {
  .about-top {
      gap: 15px;
  }
  .about-top-texts {
    margin-top: -40px;
    margin-bottom: -29px;
  }
  .about-top-left,
  .about-top-right {
      max-width: 180px;
  }
  
  .about-top-center {
      padding: 0 10px;
  }
  
  .about-top-title {
      font-size: 38px;
  }
  
  .about-top-text1,
  .about-top-text2 {
      font-size: 70px;
  }
  
  .about-top-text3 {
      font-size: 30px;
  }
}

@media (max-width: 768px) {
  .section-about {
      padding: 40px 0;
  }

  .about-top-texts {
    margin-top: -35px;
    margin-bottom: -23px;
  }
  .about-top-text2 {
    padding-left: 15px;
  }
  .about-top {
      gap: 10px;
      margin-bottom: 40px;
  }
  
  .about-middle {
      margin-bottom: 40px;
  }
  
  .about-top-left,
  .about-top-right {
      max-width: 120px;
  }
  
  .about-top-center {
      padding: 0 8px;
  }
  
  .about-top-title {
      font-size: 28px;
  }
  
  .about-top-texts {
      gap: 5px;
  }
  
  .about-top-text1,
  .about-top-text2 {
      font-size: 60px;
  }
  
  .about-top-text3 {
      font-size: 22px;
  }
  
  .about-middle-desc {
      font-size: 15px;
  }
  
  .about-view-detail-btn {
      font-size: 16px;
      padding: 12px 35px;
  }
  
  .outer-frame {
      padding: 12px 4px;
  }
}

@media (max-width: 576px) {
  .about-top {
      gap: 8px;
  }
  
  .about-top-left,
  .about-top-right {
      max-width: 90px;
  }
  
  .about-top-center {
      padding: 0 5px;
  }
  
  .about-top-title {
      font-size: 20px;
  }
  
  .about-top-texts {
      gap: 3px;
  }
  
  .about-top-text3 {
      font-size: 16px;
  }
  
  .about-middle-desc {
      font-size: 14px;
  }
  
  .about-view-detail-btn {
      font-size: 14px;
      padding: 10px 30px;
  }
}

@media (max-width: 480px) {
  .about-top {
      gap: 5px;
  }

  .about-top-text1,
  .about-top-text2 {
      font-size: 44px;
  }

  .about-top-left,
  .about-top-right {
      max-width: 70px;
  }
  
  .about-top-center {
      padding: 0 3px;
  }
  
  .about-top-title {
      font-size: 16px;
  }
  
  .about-top-texts {
      gap: 2px;
      margin-top: -24px;
      margin-bottom: -12px;
  }
  
  .about-top-text3 {
      font-size: 14px;
  }
  
  .about-middle-desc {
      font-size: 13px;
  }
  
  .about-view-detail-btn {
      font-size: 13px;
      padding: 8px 25px;
  }
}

@media (max-width: 360px) {
  .about-top {
      gap: 3px;
  }
  
  .about-top-left,
  .about-top-right {
      max-width: 60px;
  }
  
  .about-top-center {
      padding: 0 2px;
  }
  
  .about-top-title {
      font-size: 14px;
  }
  
  .about-top-text3 {
      font-size: 12px;
  }
}

/* Responsive - Giữ layout ngang, chỉ thu nhỏ kích thước */
@media (max-width: 1200px) {
  .tuyensinh-top {
      gap: 20px;
  }
  
  .tuyensinh-top-left {
      max-width: 250px;
      margin-top: -110px;
  }
  
  .tuyensinh-top-right {
      max-width: 250px;
  }
  
  .tuyensinh-top-center {
      padding: 0 15px;
  }
  
  .tuyensinh-text1,
  .tuyensinh-text2 {
      font-size: 42px;
  }
  
  .tuyensinh-top-desc {
      font-size: 16px;
  }
}

@media (max-width: 992px) {
  .tuyensinh-top {
      gap: 15px;
  }
  
  .tuyensinh-top-left {
      max-width: 180px;
      margin-top: -100px;
  }
  
  .tuyensinh-top-right {
      max-width: 180px;
  }
  
  .tuyensinh-top-center {
      padding: 0 10px;
      margin-top: -50px;
  }
  
  .tuyensinh-text1,
  .tuyensinh-text2 {
      font-size: 38px;
  }
  
  .tuyensinh-top-desc {
      font-size: 15px;
  }
  
  .tuyensinh-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
  }
}

@media (max-width: 768px) {
  .tuyensinh-top {
      gap: 10px;
  }
  
  .tuyensinh-top-left {
      max-width: 150px;
      margin-top: -80px;
  }
  
  .tuyensinh-top-right {
      max-width: 150px;
  }
  
  .tuyensinh-top-center {
      padding: 0 8px;
  }
  
  .tuyensinh-text1,
  .tuyensinh-text2 {
      font-size: 32px;
  }
  
  .tuyensinh-top-desc {
      font-size: 14px;
  }
  
}

@media (max-width: 576px) {
  .tuyensinh-top {
      gap: 8px;
  }
  
  /* Ẩn grid ở màn hình <= 576px */
  .tuyensinh-grid {
    gap: 15px;
    grid-template-columns: 1fr;
  }

  .tuyensinh-desktop-grid {
      display: none;
  }
  
  /* Hiển thị slider ở màn hình <= 576px */
  .tuyensinh-slider {
    display: block;
    margin-bottom: 30px;
  }
  
  .tuyensinh-slide {
    padding: 0 10px;
  }
  
  .tuyensinh-slide .tuyensinh-item {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  
  /* Style cho nút điều hướng Slick */
  .tuyensinh-slider .slick-prev,
  .tuyensinh-slider .slick-next {
    z-index: 2;
    width: 40px;
    height: 40px;
    background: #16A857;
    border-radius: 50%;
    transition: background 0.3s ease;
  }
  
  .tuyensinh-slider .slick-prev:hover,
  .tuyensinh-slider .slick-next:hover {
    background: #ED1710;
  }
  
  .tuyensinh-slider .slick-prev:before,
  .tuyensinh-slider .slick-next:before {
    font-size: 20px;
    color: #ffffff;
    opacity: 1;
  }
  
  .tuyensinh-slider .slick-prev {
    left: 10px;
  }
  
  .tuyensinh-slider .slick-next {
    right: 10px;
  }
  
  /* Style cho dots */
  /*
  .tuyensinh-slider .slick-dots {
    bottom: -40px;
  }
  
  .tuyensinh-slider .slick-dots li button:before {
    font-size: 12px;
    color: #16A857;
    opacity: 0.5;
  }
  
  .tuyensinh-slider .slick-dots li.slick-active button:before {
    color: #16A857;
    opacity: 1;
  }
  */

  .tuyensinh-top-left {
      max-width: 100px;
      margin-top: -80px;
  }
  
  .tuyensinh-top-right {
      max-width: 100px;
      padding-top: 40px;
  }
  
  .tuyensinh-top-center {
      padding: 0 5px;
      margin-top: -90px;
  }
  
  .tuyensinh-top-desc {
      font-size: 13px;
  }
  
  .tuyensinh-view-detail-btn {
      font-size: 16px;
      padding: 12px 35px;
  }
}

@media (max-width: 480px) {
  .tuyensinh-top {
      gap: 5px;
  }
  
  .tuyensinh-top-left {
      max-width: 82px;
  }
  
  .tuyensinh-top-right {
      max-width: 82px;
  }
  
  .tuyensinh-top-center {
      padding: 0 3px;
  }
  
  .tuyensinh-top-desc {
      font-size: 12px;
  }
  
  .tuyensinh-item-age {
      font-size: 14px;
      padding: 8px 12px;
  }
  
  .tuyensinh-item-title {
      font-size: 18px;
      margin: 7px 10px;
  }
  
  .tuyensinh-view-detail-btn {
      font-size: 14px;
      padding: 10px 30px;
  }
  
  .tuyensinh-bottom-button {
      margin-top: 40px;
  }
}

@media (max-width: 360px) {
  .tuyensinh-top-left {
      max-width: 72px;
  }
  
  .tuyensinh-top-right {
      max-width: 72px;
  }
  
  .tuyensinh-top-desc {
      font-size: 11px;
  }
  
  .tuyensinh-view-detail-btn {
      font-size: 13px;
      padding: 8px 25px;
  }
  
  .tuyensinh-bottom-button {
      margin-top: 30px;
  }
}

/* Responsive */
@media (max-width: 1200px) {
  .why-text1,
  .why-text2 {
      font-size: 42px;
  }
}

@media (max-width: 992px) {
  .why-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
  }
  
  .why-text1,
  .why-text2 {
      font-size: 38px;
  }
  
  .why-top-desc {
      font-size: 16px;
  }
}

@media (max-width: 768px) {
  .section-why {
      padding: 40px 0;
  }
  
  .why-text1,
  .why-text2 {
      font-size: 32px;
  }
  
  .why-top-desc {
      font-size: 15px;
  }
  
  .why-item-content {
      gap: 15px;
  }
  
  .why-item-image-wrapper {
      width: 80px;
      height: 80px;
  }
  
  .why-item-desc {
      font-size: 15px;
  }
}

@media (max-width: 480px) {
  .why-top-texts {
      gap: 5px;
  }
  
  .why-item-content {
      gap: 12px;
  }
  
  .why-item-image-wrapper {
      width: 70px;
      height: 70px;
  }
  
  .why-item-desc {
      font-size: 14px;
      line-height: 1.5;
  }
}

@media (max-width: 576px) {
  .thucdon-top-texts, .why-top-texts, .album-title {
    margin-bottom: -5%;
  }
}

@media (max-width: 480px) {
  .thucdon-top-texts, .why-top-texts, .album-title {
    margin-bottom: -6%;
  }
}

/* Responsive cho Swiper */
@media (max-width: 1024px) {
  .whys-swiper-wrapper {
      padding: 0 40px;
  }
}

@media (max-width: 768px) {
  .whys-swiper-wrapper {
      padding: 0 30px;
  }
  
  .whys-swiper .swiper-button-next,
  .whys-swiper .swiper-button-prev {
      width: 35px;
      height: 35px;
  }
  
  .whys-swiper .swiper-button-next:after,
  .whys-swiper .swiper-button-prev:after {
      font-size: 16px;
  }
}

@media (max-width: 640px) {
  .whys-swiper-wrapper {
      padding: 0 20px;
  }
}

/* Responsive */
@media (max-width: 768px) {
    
  .mucluc-main-heading-btn {
      padding: 12px 15px;
      font-size: 16px;
  }
  
  .mucluc-content.active {
      padding: 12px 15px;
  }
  
  .mucluc-list-link {
      font-size: 14px;
      padding: 8px 0;
  }
  
  .mucluc-banner-swiper {
      height: 300px;
  }
  
  .mucluc-banner-hotline-icon {
      width: 20px;
      height: 20px;
  }
  
  .mucluc-banner-hotline-number {
      font-size: 16px;
  }
  
  .mucluc-banner-hotline-label {
      font-size: 11px;
  }

  .mucluc-banner-hotline-overlay {
      bottom: 20px;
  }
}

@media (max-width: 640px) {
  .mucluc-container {
      margin-bottom: -80px;
  }
  .mucluc-main-heading-btn {
      padding: 10px 12px;
      font-size: 14px;
  }
  
  .mucluc-content.active {
      padding: 10px 12px;
  }
  
  .mucluc-list-link {
      font-size: 13px;
  }
  
  .mucluc-banner-swiper {
      height: 250px;
  }

  .mucluc-banner-hotline-icon img {
      width: 100%;
      height: 100%;
  }
  
  .mucluc-banner-hotline-number {
      font-size: 14px;
  }
  
  .mucluc-banner-hotline-label {
      font-size: 10px;
  }

  .mucluc-banner-hotline-item {
      padding: 9px 15px;
      gap: 10px;
  }
}

@media (max-width: 480px) {
  
  .mucluc-banner-hotline-icon {
      width: 17px;
      height: 17px;
  }
  
  .mucluc-banner-hotline-icon img {
      width: 100%;
      height: 100%;
  }
  
  .mucluc-banner-hotline-number {
      font-size: 12px;
  }
  
  .mucluc-banner-hotline-label {
      font-size: 9px;
  }
}

@media (max-width: 360px) {
  .mucluc-banner-hotline-overlay {
      gap: 6px;
      padding: 0 5px;
  }
  
  
  .mucluc-banner-hotline-icon img {
      width: 100%;
      height: 100%;
  }
  
  .mucluc-banner-hotline-number {
      font-size: 11px;
  }
  
  .mucluc-banner-hotline-label {
      font-size: 8px;
  }
}

/* Responsive Footer */
@media (max-width: 1366px) {
  .footer-new {
      max-width: 100%;
  }
  
  .footer-left-yellow {
      clip-path: polygon(0 0, calc(100% - 300px) 0, 100% 50px, 100% 100%, 0 100%);
  }
  
  .footer-right-red {
      clip-path: polygon(calc(30% - 50px) 0, 100% 0, 100% 100%, 0 100%, 0 50px);
  }
}

@media (max-width: 992px) {
  .footer-top-section {
      flex-direction: column;
      min-height: auto;
      align-items: stretch;
  }
  
  .footer-left-yellow {
      position: relative;
      width: 100%;
      clip-path: none;
      min-height: auto;
      transform: translateY(0);
  }
  
  .footer-right-red {
      position: relative;
      width: 100%;
      clip-path: none;
      min-height: auto;
      padding-left: 30px;
      flex-direction: column;
      padding: 40px 30px;
  }
  
  .footer-right-left,
  .footer-right-middle,
  .footer-right-right {
      width: 100%;
  }
  
  .footer-right-middle {
      margin-top: 30px;
  }
  
  .footer-right-right {
      align-items: flex-start;
      margin-top: 30px;
  }
  
  .footer-copyright-right {
      align-items: flex-start;
      text-align: left;
  }
}

@media (max-width: 768px) {
  .footer-left-yellow {
      padding: 30px 20px;
  }
  
  .footer-logo-circle {
      width: 180px;
      height: 180px;
  }
  
  .footer-company-hp {
      font-size: 42px;
  }
  
  .footer-company-fullname {
      font-size: 36px;
  }
  
  .footer-phone-number {
      font-size: 24px;
  }
  
  .footer-right-red {
      padding: 30px 20px;
  }
  
  .footer-contact-title,
  .footer-policy-title {
      font-size: 20px;
  }
  
  .footer-policy-list {
      flex-direction: column;
      gap: 10px;
  }
}

@media (max-width: 768px) {
  .related-news-list .col-sm-6 {
      margin-bottom: 20px;
  }
  
  .related-news-list .info-news-other h3 {
      font-size: 16px;
  }
  
  .related-news-list .name-news-other {
      font-size: 16px;
  }
  
  .related-news-list .desc-news-other {
      font-size: 13px;
  }
}

/* Responsive cho layout 2 cột */
@media (max-width: 1024px) {
  .product-list-layout {
      flex-direction: column;
      gap: 20px;
  }
  
  .product-list-sidebar {
      width: 100%;
      position: static;
  }
  
  .product-list-sidebar .nav-right_one {
      position: static;
      width: 100%;
      border-left: none;
      border-top: 1px solid #f0f0f0;
  }
}

@media (max-width: 768px) {
  .product-list-sidebar .nav-right_one {
      position: static;
      width: 100%;
  }
}

@media (max-width: 900px) {
  .product-page-layout {
      flex-direction: column;
      gap: 20px;
  }
  
  .product-page-content {
      width: 100%;
  }
  
  .product-page-sidebar {
      width: 100%;
  }
  
  .sticky-inside {
      position: static;
  }
}

/* Responsive cho Fixed Contact Bar */
@media (max-width: 991px) {
  .fixed-contact-label {
      font-size: 12px;
  }
  
  .fixed-contact-value {
      font-size: 14px;
  }
  
  .fixed-contact-col {
      padding: 10px 8px;
  }
}

@media (max-width: 767px) {
  .fixed-contact-label {
      font-size: 11px;
      margin-bottom: 4px;
  }
  
  .fixed-contact-value {
      font-size: 13px;
  }
  
  .fixed-contact-col {
      padding: 8px 5px;
  }
}

@media (max-width: 575px) {
  .fixed-contact-label {
      font-size: 10px;
      margin-bottom: 3px;
  }
  
  .fixed-contact-value {
      font-size: 12px;
  }
  
  .fixed-contact-col {
      padding: 7px 4px;
  }

  /* Ẩn grid ở màn hình <= 576px */
  .why-grid {
      display: none !important;
  }
  
  /* Hiển thị slider ở màn hình <= 576px */
  .why-slider-wrapper {
      display: block;
      width: 100%;
      margin: 0 auto;
      padding: 0 10px;
  }
  
  .why-slider {
      width: 100%;
      overflow: visible;
      height: auto;
  }
  
  .why-slider .swiper-slide {
      height: auto;
      box-sizing: border-box;
  }
  
  /* Class chứa 2 why-item xếp dọc */
  .why-slide-group {
      display: flex;
      flex-direction: column;
      gap: 20px;
      width: 100%;
  }
  
  .why-slide-group .why-item {
      width: 100%;
      height: auto;
  }
  
  .why-slide-group .why-item-content {
      height: 100%;
  }
}

@media (min-width: 576px) {
  .dichvu-grid-col {
      width: 50%;
  }
}

@media (min-width: 990px) {
  .dichvu-grid-col {
      width: 33.333333%;
  }
}

/* Responsive cho dịch vụ - chỉ hiển thị 1 item khi màn hình < 550px */
@media (max-width: 550px) {
  .dichvu-grid-col {
      width: 100% !important;
      max-width: 100% !important;
      flex: 0 0 100% !important;
  }
}

@media (max-width: 1240px) {
  .mucluc-container {
      margin-left: 20px;
      margin-right: 20px;
  }
}

/* Responsive Footer */
@media (max-width: 1200px) {
  .footer-top-content {
      gap: 20px;
  }
  
  /* Giảm kích thước footer-right-image 10% */
  .footer-right-image {
      transform: translateY(-50%) scale(0.9);
      animation: shake 3s ease-in-out infinite;
  }
  
  .footer-right-image img {
      transform: translateX(50%) scale(0.9);
  }

  .thucdon-text1,
  .thucdon-text2 {
      font-size: 42px;
  }
}

@media (max-width: 992px) {
  .footer-top {
      padding: 40px 0;
  }
  
  .footer-top-content {
      flex-direction: column;
      gap: 30px;
  }
  
  .footer-col-1,
  .footer-col-2,
  .footer-col-3 {
      width: 100%;
  }
  
  /* Giảm kích thước footer-right-image xuống 60% */
  .footer-right-image {
      transform: translateY(-50%) scale(0.8);
      animation: shake 3.5s ease-in-out infinite;
  }
  
  .footer-right-image img {
      transform: translateX(50%) scale(0.8);
  }
  
}

@media (max-width: 768px) {
  .footer-top {
      padding: 30px 0;
  }
  
  .footer-map-wrapper {
      height: 300px;
  }
}

@media (max-width: 576px) {
  .footer-top {
      padding: 25px 0;
  }
  
  .footer-col2-title {
      gap: 5px;
  }
  
  .footer-col2-item {
      font-size: 14px;
  }
  
  .footer-form-input,
  .footer-form-textarea {
      font-size: 14px;
      padding: 10px 12px;
  }
  
  .footer-form-textarea {
      padding-bottom: 60px;
  }
  
  .footer-submit-btn {
      bottom: 8px;
      right: 8px;
      padding: 10px 25px;
      font-size: 14px;
  }
  
  .footer-form-row {
      flex-direction: column;
      gap: 15px;
  }
  
  .footer-form-group-phone,
  .footer-form-group-email {
      flex: 1;
  }
  
  .footer-notification-content {
      padding: 30px 20px;
  }
  
  .footer-notification-icon i {
      font-size: 50px;
  }
  
  .footer-notification-message {
      font-size: 16px;
  }
}

/* Responsive cho thucdon-list */
@media (max-width: 992px) {
  .thucdon-list-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
  }
  
  .thucdon-list-text4 {
      font-size: 28px;
  }
  
  .thucdon-list-red-title {
      font-size: 22px;
  }
  
  .thucdon-list-item-subname {
      font-size: 22px;
  }
  
  .thucdon-list-item-desc {
      font-size: 15px;
  }
}

@media (max-width: 768px) {
  .thucdon-list-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
  }
  
  .thucdon-list-box {
      padding: 15px;
  }
  
  .thucdon-list-text4 {
      font-size: 24px;
  }
  
  .thucdon-list-red-title {
      font-size: 20px;
  }
  
  .thucdon-list-item-image {
      width: 50px;
      height: 50px;
  }
  
  .thucdon-list-item-subname {
      font-size: 20px;
  }
  
  .thucdon-list-item-desc {
      font-size: 14px;
  }
}

@media (max-width: 576px) {
  .thucdon-list-grid {
      grid-template-columns: 1fr;
      gap: 15px;
  }
  
  .thucdon-list-text4 {
      font-size: 22px;
  }
  
  .thucdon-list-red-title {
      font-size: 18px;
  }
  
  .thucdon-list-item-subname {
      font-size: 18px;
  }
  
  .thucdon-list-item-desc {
      font-size: 13px;
  }
}

/* Responsive */
@media (max-width: 992px) {
  .thucdon-bottom {
      flex-direction: column;
      gap: 30px;
  }
  
  .thucdon-left,
  .thucdon-right {
      width: 100%;
  }
  
  .thucdon-text4 {
      font-size: 42px;
  }
  
  .thucdon-red-title {
      font-size: 32px;
  }
  
  .thucdon-item-subname {
      font-size: 32px;
  }
  
  .thucdon-item-desc {
      font-size: 20px;
  }

  .thucdon-text1,
  .thucdon-text2 {
      font-size: 38px;
  }
}

@media (max-width: 768px) {
  .thucdon-text1,
  .thucdon-text2 {
      font-size: 32px;
  }
  
  .thucdon-text4 {
      font-size: 36px;
  }
  
  .thucdon-red-title {
      font-size: 28px;
  }
  
  .thucdon-item-subname {
      font-size: 28px;
  }
  
  .thucdon-item-desc {
      font-size: 18px;
  }
  
  .thucdon-right-box {
      padding: 20px;
  }
  
  .thucdon-item-image {
      width: 60px;
      height: 60px;
  }
  
  .thucdon-slider-nav {
      padding: 0 10px;
  }
  
  .thucdon-slider-prev,
  .thucdon-slider-next {
      width: 40px;
      height: 40px;
      font-size: 16px;
  }
}

@media (max-width: 576px) {
  .thucdon-slider-nav {
      padding: 0 5px;
  }
  
  .thucdon-slider-prev,
  .thucdon-slider-next {
      width: 35px;
      height: 35px;
      font-size: 14px;
  }
}

@media (max-width: 576px) {
  .section-thucdon {
      padding: 60px 5px 150px;
  }

  .thucdon-text3 {
      font-size: 16px;
  }
  
  .thucdon-text4 {
      font-size: 28px;
  }
  
  .thucdon-red-title {
      font-size: 24px;
  }
  
  .thucdon-item-subname {
      font-size: 24px;
  }
  
  .thucdon-item-desc {
      font-size: 16px;
  }
  
  .thucdon-white-item {
      padding: 15px;
      gap: 15px;
      border-radius: 50px;
  }
  
  .thucdon-item-image {
      width: 50px;
      height: 50px;
  }
}

/* Responsive cho hình trang trí */
@media (max-width: 992px) {
  .thucdon-bottom-left-img {
      width: 200px;
      bottom: 40px;
  }
  
  .thucdon-bottom-left-img-1 {
      width: 180px;
      bottom: 40px;
  }
}

@media (max-width: 768px) {
  .thucdon-bottom-left-img {
      width: 160px;
      bottom: 30px;
  }
  
  .thucdon-bottom-left-img-1 {
      width: 140px;
      bottom: 30px;
  }
}

@media (max-width: 576px) {
  .thucdon-bottom-left-img {
      width: 120px;
      bottom: 20px;
  }
  
  .thucdon-bottom-left-img-1 {
      width: 100px;
      bottom: 20px;
  }
}

/* Responsive for News Grid */
@media (max-width: 992px) {
  .news-grid-container {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
  }
}

@media (max-width: 768px) {
  .news-grid-container {
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
  }
  
  .news-card-content {
      padding: 15px;
  }
  
  .news-card-title {
      font-size: 16px;
      min-height: 44px;
  }
  
  .news-card-desc {
      font-size: 13px;
      -webkit-line-clamp: 2;
  }
  
  .news-date-day {
      font-size: 20px;
  }
  
  .news-date-month {
      font-size: 12px;
  }
  
  .news-date-year {
      font-size: 12px;
  }
}

@media (max-width: 576px) {
  .news-grid-container {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

@media (max-width: 1200px) {
  html.is-mac-ios-android .about-top-texts {
      margin-bottom: -120px;
  }
  
  html.is-mac-ios-android .tuyensinh-top-texts,
  html.is-mac-ios-android .thucdon-top-texts,
  html.is-mac-ios-android .why-top-texts,
  html.is-mac-ios-android .album-title {
      margin-bottom: -35px;
  }
}

@media (max-width: 992px) {
  html.is-mac-ios-android .about-top-texts {
      margin-bottom: -75px;
  }
}

@media (max-width: 768px) {
  html.is-mac-ios-android .about-top-texts {
      margin-top: 1px;
      margin-bottom: -42px;
  }
  
  html.is-mac-ios-android .tuyensinh-top-texts {
      margin-bottom: -29px;
  }

  html.is-mac-ios-android .why-top-texts {
      margin-bottom: -40px;
  }

  html.is-mac-ios-android .thucdon-top-texts {
      margin-bottom: -45px;
  }

  html.is-mac-ios-android .album-title {
      margin-bottom: -35px;
  }
}

/*
@media (max-width: 576px) {
  html.is-mac-ios-android .about-top-texts {
      margin-bottom: -29px;
  }
  
  html.is-mac-ios-android .tuyensinh-top-texts,
  html.is-mac-ios-android .thucdon-top-texts,
  html.is-mac-ios-android .why-top-texts,
  html.is-mac-ios-android .album-title {
      margin-bottom: -21px;
  }
}

@media (max-width: 480px) {
  html.is-mac-ios-android .about-top-texts {
      margin-bottom: -42px;
  }
}
*/

/* Mobile Bottom Navigation Bar - Hiển thị khi <= 500px */
@media (max-width: 499px) {
  /* Ẩn btn-social trong #tienich */
  #tienich {
      display: none !important;
  }

  /* --- UI Cố định ở Bottom --- */
  .mobile-bottom-nav-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    filter: drop-shadow(0 -2px 10px rgba(0,0,0,0.1));
    display: flex;
    align-items: flex-end;
    z-index: 1000;
  }

  .nav-background {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 60px;
      background: white;
      -webkit-mask-image: radial-gradient(circle 45px at 15% 0, transparent 38px, black 39px);
      mask-image: radial-gradient(circle 45px at 15% 0, transparent 32px, black 5px);
      border-radius: 20px 20px 0 0;
  }

  /* --- Hiệu ứng rung lắc cho Icon Điện thoại --- */
  @keyframes shake {
      0% { transform: rotate(0deg); }
      10% { transform: rotate(-10deg); }
      20% { transform: rotate(10deg); }
      30% { transform: rotate(-10deg); }
      40% { transform: rotate(10deg); }
      50% { transform: rotate(0deg); }
      100% { transform: rotate(0deg); }
  }

  .phone-button {
      position: absolute;
      left: 15%;
      transform: translate(-50%, -35px);
      width: 55px;
      height: 55px;
      background: white;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
      /*border: 2px solid #FF0E07;*/
      z-index: 1001;
      text-decoration: none;
  }

  /* Áp dụng rung vào SVG bên trong */
  .phone-button svg {
      animation: shake 1.5s infinite ease-in-out;
  }

  /* --- Nội dung Menu --- */
  .nav-content {
      position: relative;
      z-index: 2;
      width: 100%;
      height: 60px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 20px;
      box-sizing: border-box;
  }

  .nav-item {
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      transition: transform 0.2s;
  }

  .nav-item:hover {
      transform: translateY(-3px);
  }

  /* Chừa khoảng trống cho nút Call */
  .spacer {
      flex: 0 0 20%; 
  }

  .icon-img {
      width: 30px;
      height: 30px;
      object-fit: contain;
  }
}

/* Ẩn thanh navigation mới khi màn hình > 500px */
@media (min-width: 499px) {
  .mobile-bottom-nav {
      display: none !important;
  }

  .mobile-bottom-nav-container{
    display: none !important;
  }
} 