@media (max-width: 991px) {
  body {
    margin-bottom: 60px;
  }
  .wap_1200 {
    max-width: 1200px;
    margin: auto;
    position: relative;
  }

  .wrap-main,
  .wrap-content {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0px;
  }

  .wrap-home {
    max-width: 100%;
    padding: 0px;
    margin: 0;
  }

  .wrap-content {
    margin: auto;
  }

  .breadCrumbs .wrap-content {
    padding: 0.75rem 1rem;
  }
  .wrap-content {
    margin: auto;
  }

  .content-main {
    padding: 0 18px;
  }
  .header {
    visibility: hidden;
    height: 0;
  }
  .title-main {
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .title-main h2 {
    font-size: 0;
    margin-bottom: 0;
  }

  .title-main span {
    text-transform: uppercase;
    color: #006d12;
    font-size: 28px;
    font-family: "sfu-shadowbt";
  }
  .menu {
    display: none;
  }

  .search-respon {
    position: relative;
    width: 40px;
  }

  .search-respon .icon-search {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    margin: 0px;
  }

  .search-respon .icon-search img {
    width: 60%;
    height: 60%;
    vertical-align: middle;
    filter: brightness(0) saturate(100%) invert(18%) sepia(96%) saturate(2222%)
      hue-rotate(128deg) brightness(95%) contrast(103%);
    -webkit-filter: brightness(0) saturate(100%) invert(18%) sepia(96%)
      saturate(2222%) hue-rotate(128deg) brightness(95%) contrast(103%);
    -moz-filter: brightness(0) saturate(100%) invert(18%) sepia(96%)
      saturate(2222%) hue-rotate(128deg) brightness(95%) contrast(103%);
  }

  .search-respon .icon-search i {
    color: var(--maincolor);
    font-size: 17px;
  }

  .search-respon .icon-search.active {
  }

  .search-respon .search-grid {
    position: absolute;
    top: 60px;
    right: 0px;
    width: 0px;
    height: 44px;
    overflow: hidden;
    background: #fff;
    border: 2px solid #006d12;
    z-index: 2;
    opacity: 0;
    border-radius: 25px;
    line-height: normal;
  }

  .search-respon .search-grid p {
    float: left;
    width: 40px;
    height: 40px;
    cursor: pointer;
    outline: none;
    border: none;
    margin: 0px;
    display: block;
    line-height: 36px;
    text-align: center;
  }

  .search-respon .search-grid p img {
    width: 50%;
    height: 50%;
    vertical-align: middle;
    filter: brightness(0) saturate(100%) invert(18%) sepia(96%) saturate(2222%)
      hue-rotate(128deg) brightness(95%) contrast(103%);
    -webkit-filter: brightness(0) saturate(100%) invert(18%) sepia(96%)
      saturate(2222%) hue-rotate(128deg) brightness(95%) contrast(103%);
    -moz-filter: brightness(0) saturate(100%) invert(18%) sepia(96%)
      saturate(2222%) hue-rotate(128deg) brightness(95%) contrast(103%);
  }

  .search-respon .search-grid input {
    width: calc(100% - 40px);
    float: right;
    line-height: 40px;
    outline: none;
    border: none;
    color: #000;
    font-size: 13px;
    border-radius: 0 40px 40px 0;
  }

  .search-respon .search-grid input::-webkit-input-placeholder {
    color: #000;
  }

  .search-respon .search-grid input:-moz-placeholder {
    color: #000;
  }

  .search-respon .search-grid input::-moz-placeholder {
    color: #000;
  }

  .search-respon .search-grid input:-ms-input-placeholder {
    color: #000;
  }

  .menu-respon .icon-menu {
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    margin: 0px;
    display: block;
  }

  .menu-respon .icon-menu img {
    width: 60%;
    height: 60%;
    vertical-align: middle;
    filter: brightness(0) saturate(100%) invert(18%) sepia(96%) saturate(2222%)
      hue-rotate(128deg) brightness(95%) contrast(103%);
    -webkit-filter: brightness(0) saturate(100%) invert(18%) sepia(96%)
      saturate(2222%) hue-rotate(128deg) brightness(95%) contrast(103%);
    -moz-filter: brightness(0) saturate(100%) invert(18%) sepia(96%)
      saturate(2222%) hue-rotate(128deg) brightness(95%) contrast(103%);
  }

  .menu_mobi {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding: 0px 10px;
    width: 100%;
    height: 100%;
    position: sticky;
    top: 0;
    z-index: 999;
    background: var(--color-primary);
    box-shadow: 0px 2px 5px #666c;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .menu_mobi_add {
    display: block;
    position: fixed;
    left: -100%;
    top: 0;
    background: var(--color-primary);
    z-index: 99999;
    color: #fff;
    height: 100dvh;
    overflow: auto;
    line-height: 1.5;
    padding: 40px 0px 20px 0;
    width: 85%;
    min-width: 140px;
    max-width: 440px;
    box-shadow: inset -4px 0px 8px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
    /* overflow: hidden; */
  }

  .menu_mobi_active {
    left: 0;
  }

  .menu_mobi_add ul {
    list-style: none;
    padding: 0;
  }

  .menu_mobi_add ul li.li-tim {
    display: none;
  }

  .menu_mobi_add ul li h2 {
    font-size: 17px;
    margin-bottom: 0;
  }

  .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 {
    color: #fff;
    display: block;
    border-bottom: 1px solid var(--color-second);
    padding: 13px 40px 13px 15px;
    position: relative;
    text-transform: uppercase;
    font-family: "ro-b";
    font-size: 16px;
  }

  .menu_mobi_add ul li a.active2 {
    color: var(--color-second);
  }

  .menu_mobi_add ul li a span {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: 47px;
    line-height: 47px;
    text-align: center;
    border-left: 1px solid var(--color-second);
  }

  .menu_mobi_add ul li a span i {
    transform: rotate(90deg);
  }

  .menu_mobi_add ul li a.active2 span i {
    transform: rotate(0deg);
  }

  .menu_mobi_add ul ul {
    display: none;
    padding-left: 0;
  }

  .menu_mobi_add ul li ul li a {
    padding-left: 30px;
    color: #333;
  }

  .menu_mobi_add ul li ul li ul li a {
    padding-left: 45px;
  }

  .menu_mobi_add ul li a p {
    margin-bottom: 0;
  }

  .logo-mb {
    padding: 0 20px;
    display: block;
    text-align: center;
  }

  .logo-mb img {
    max-width: 100px;
  }

  .thongtin-mb ul {
    padding: 0 20px !important;
  }

  .thongtin-mb ul li {
    list-style: none;
    color: var(--color-second);
    margin-bottom: 12px;
  }

  .thongtin-mb ul li i {
    font-size: 19px;
    margin-right: 10px;
    color: var(--color-second);
  }

  .close_menu {
    position: absolute;
    top: 5px;
    right: 7px;
    font-size: 15px;
    background: var(--color-second);
    width: 25px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
  }

  .menu_baophu {
    background: #000;
    opacity: 0.8;
    z-index: 998;
    left: 0px;
    top: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
  }

  .icon_menu_mobi {
    color: var(--maincolor);
    font-size: 25px;
    text-decoration: none;
    width: 50px;
    display: block;
    cursor: pointer;
    float: left;
    margin: 0;
    margin-top: 15px;
  }

  .icon_menu_mobi i {
    float: left;
    margin-top: 8px;
  }

  a.home_mobi {
    color: #000;
    text-decoration: none;
    float: right;
    font-size: 20px;
  }

  .logo-mobi {
    width: calc(100% - 80px);
    display: block;
    text-align: center;
    padding: 5px 0;
  }

  .logo-mobi img {
    max-width: 60px;
  }

  a.phone_mobi {
    color: #fff;
    text-decoration: none;
    float: left;
    font-size: 18px;
  }

  a.phone_mobi i {
    margin-right: 12px;
    -webkit-animation: my 700ms infinite;
    -moz-animation: my 700ms infinite;
    -o-animation: my 700ms infinite;
    animation: my 700ms infinite;
  }

  .title-main span {
    text-transform: uppercase;
    color: #006d12;
    font-size: 28px;
    font-family: "sfu-shadowbt";
  }

  .wrap-overview {
    background: url(../images/bg_gioithieu.png) no-repeat;
    background-size: cover;
    padding: 20px 18px;
  }

  .layout-overview {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .layout-overview .left-layout {
    width: 100%;
    margin-bottom: 15px;
  }

  .layout-overview .right-layout {
    width: 100%;
  }

  .layout-overview .above-overview {
    padding-left: 0;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
  }

  .layout-overview .content-overview {
  }

  .layout-overview .name-overview {
    font: 28px "sfu-stafford";
    letter-spacing: -1px;
    text-transform: uppercase;
    background: var(--color-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .layout-overview .greeting-overview {
    font-size: 14px;
    line-height: 15px;
    color: #ffffff;
  }

  .layout-overview .under-overview {
  }

  .layout-overview .desc-overview {
    color: #fff;
    text-align: justify;
    line-height: 25px;
  }

  .layout-overview .desc-overview.text-split {
    -webkit-line-clamp: 9;
    max-height: calc(25px * 9);
  }

  .layout-overview .browse-overview {
    margin-top: 15px;
  }

  .layout-overview .browse-overview .effect {
    width: 150px;
    height: 44px;
    border-radius: 5px;
    border-color: var(--color-primary);
    text-align: center;
    padding: 9px 0;
    margin: 0 auto;
  }

  .layout-overview .browse-overview .effect::before {
    background-color: var(--color-primary);
  }

  .layout-overview .browse-overview .effect span {
    font-size: 16px;
    line-height: 23px;
    color: #ffffff;
    padding-right: 30px;
  }

  .layout-overview .browse-overview .effect span::before {
    content: "";
    background: url(../images/arr.png) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .layout-overview .browse-overview .effect:hover span {
    color: var(--color-primary);
  }

  .layout-overview .browse-overview .effect:hover span::before {
    filter: brightness(0) saturate(100%) invert(81%) sepia(15%) saturate(6160%)
      hue-rotate(67deg) brightness(107%) contrast(101%);
    -webkit-filter: brightness(0) saturate(100%) invert(81%) sepia(15%)
      saturate(6160%) hue-rotate(67deg) brightness(107%) contrast(101%);
    -moz-filter: brightness(0) saturate(100%) invert(81%) sepia(15%)
      saturate(6160%) hue-rotate(67deg) brightness(107%) contrast(101%);
  }
  .layout-overview .above-overview::before {
    display: none;
  }

  .wrap-product-slick {
    padding: 20px 18px;
    background-color: #f8f8f8;
  }

  .wrap-product-slick .title-main {
    text-align: center;
    margin-bottom: 10px;
  }

  .wrap-product-slick .title-main span {
    font-size: 36px;
  }

  .wrap-why .title-main {
    text-align: center;
    margin-bottom: 20px;
  }

  .wrap-why .title-main span {
    color: #2bff3b;
    line-height: 24px;
  }
  .wrap-why {
    padding: 20px 18px;
  }

  .boxProduct {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .boxProduct > .product {
    margin: 0 !important;
    width: 100%;
    min-width: 100%;
  }

  .wrap-album {
    padding: 20px 18px 10px;
  }

  .layout-album {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
  }

  div.css_flex_baiviet.layout-service {
    margin: 0 -2px;
  }

  div.css_flex_baiviet.layout-service .news {
    width: calc(50% - 2px);
    margin-bottom: 20px;
  }

  div.css_flex_baiviet.layout-news {
    margin: 0 -13px;
  }

  div.css_flex_baiviet.layout-news .news {
    width: calc(50% - 26px);
    margin-bottom: 20px;
  }

  .toolbar {
    background: var(--color-second);
    width: 100%;
    padding: 2vw;
    bottom: 0px;
    /* height: 60px; */
    position: fixed;
    z-index: 500;
    height: auto;
    left: 0px;
    display: block;
  }
  .toolbar ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .toolbar ul li {
    text-align: center;
    width: 25%;
  }

  .toolbar ul li a {
    display: block;
    width: 100%;
    cursor: pointer;
  }

  .toolbar ul li a img {
    height: 4vw;
    width: auto;
  }

  .toolbar ul li a span {
    font-weight: 400;
    color: #ffffff;
    font-size: 3.5vw;
    display: none;
  }

  .grid-pro-detail {
    margin-bottom: 1rem;
    padding: 0 18px;
  }

  .left-pro-detail {
    position: relative;
    text-align: center;
  }

  .left-pro-detail .MagicZoom {
    border: 1px solid #eee;
    padding: 7px;
    border-radius: 5px;
    background-color: #ffffff;
    display: block;
  }

  .progress-wrap {
    position: fixed;
    bottom: 8vh;
    right: 40px;
    height: 43px;
    width: 43px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
  }

  .progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .progress-wrap::after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f077";
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    display: flex;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }

  .progress-wrap svg path {
    fill: none;
  }

  .progress-wrap svg.progress-circle path {
    stroke: #fff;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
  }

  .footer-news:nth-child(1),
  .footer-news:nth-child(2),
  .footer-news:nth-child(3),
  .footer-news:nth-child(4) {
    width: 100%;
    margin-top: 15px;
  }

  .footer-article .wrap-content {
    padding: 20px 18px;
  }

  .display-why {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 22px 50px;
  }

  .quick-contact {
    display: none;
  }

  .footer-powered {
    color: #ffffff;
  }

  .footer-powered .wrap-content {
    padding: 10px 18px;
  }

  .footer-statistic {
    text-align: center;
  }

  .footer-statistic span {
    padding-right: 10px;
  }

  .footer-statistic span:last-child {
    padding-right: 0px;
  }

  #footer-map {
    position: relative;
    height: 214px;
  }

  #footer-map iframe {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    left: 0px !important;
  }

  div.wap_copy {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 769px) {
}

@media (max-width: 425px) {
  body {
    margin-bottom: 35px;
  }
  div.css_flex_baiviet.layout-service .news {
    width: 100%;
  }
  div.css_flex_baiviet.layout-news .news {
    width: 100%;
  }
  .boxProduct {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 9px;
  }
}
@media (max-width: 335px) {
  .boxProduct {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px 9px;
  }
}
