/* Responsive */
@media (max-width: 1001px) {
  body {
    min-width: 100%;
  }
  .header.menu-fix {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #fff2e1;
    z-index: 9;
  }
  .productmenu-title {
    writing-mode: unset;
    font-size: 30px;
  }
  .productmenu-title:before {
    content: unset;
  }
  .productmenu-box:nth-child(1) {
    position: unset;
    text-align: center;
  }
  .header-mobile {
    display: flex;
    align-items: center;
    flex-direction: column;
    .header-company-name {
      display: flex !important;
    }
    .logo-header {
      display: flex !important;
      width: 100px;
    }
  }
  .thuvienanh {
    margin: 30px 0px;
  }
  .productmenu {
    padding: 60px 0px;
  }
  .intro {
    padding-bottom: 30px;
    background-size: cover;
  }
  .thuvienanh-txt-4 {
    display: block;
    font-size: 30px;
  }
  .thuvienanh-item > * {
    display: none;
  }
  .thuvienanh .wrap-content {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .thuvienanh-item {
    margin: 0px !important;
    width: 100%;
    height: 100%;
    padding: 0px !important;
  }
  .thuvienanh-item * {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    aspect-ratio: 2/3;
  }
  .thuvienanh-img {
    display: block !important;
    margin: 0px !important;
  }
  .video-feedback,
  .tintuc {
    margin: 30px 0px;
  }
  .footer-powered .wrap-content {
    flex-wrap: wrap;
    text-align: center;
  }
  .footer-line {
    display: none;
  }
  .footer-layout .wrap-content {
    grid-template-columns: 1fr;
  }
  .feedback-txt-1 {
    font-size: 18px;
    -webkit-line-clamp: 2;
  }
  .feedback-title {
    font-size: 30px;
    margin-right: 0px;
  }
  .feedback-slide {
    margin: 20px 0px 0px 0px;
  }
  .video-slide {
    max-width: calc(100% - 100px);
  }
  .video-feedback .wrap-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .la1 {
    max-width: 30vw !important;
    bottom: -8%;
  }
  .productmenu-box:nth-child(2) {
    margin: 0px;
  }
  .product .name-product {
    -webkit-line-clamp: 2;
    font-size: 13px;
  }
  .bestseller {
    padding: 20px 0px;
  }
  .bestseller-title div {
    margin: 0px;
    font-size: 20px;
  }
  .bestseller-title div:before {
    content: unset;
  }
  .best-next {
    right: -0px;
  }
  .best-prev {
    left: -0px;
  }
  .mm-page {
    overflow-x: hidden;
    max-width: 100vw;
  }
  .intro-txt-3 {
    font-size: 30px;
  }
  .intro-img-item {
    padding: 10px;
  }
  .intro .wrap-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .intro-box:nth-child(2) {
    margin-top: 0px;
  }
  .menu {
    display: none;
  }
  .header-company-name {
    display: none;
  }
  .logo-header {
    display: none;
  }

  #hamburger {
    display: block;
  }
  .menu-head {
    display: none;
  }
  .wrap-menu {
    display: none;
  }
  .cart-head {
    padding: 5px;
    font-size: 12px;
  }
  .header {
    padding: 10px 0px;
  }
  .flex-product-main {
    display: block;
  }
  .flex-product-main .left-product {
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    transform: translateX(-250px);
    bottom: 0px;
    overflow-x: hidden;
    background: #fff;
    box-shadow: 0px 0px 5px #000;
    transition: all 0.5s;
  }
  .flex-product-main .left-product.show {
    transform: translateX(0px);
  }
  .flex-product-main .right-product {
    width: 100%;
  }
  .grid-product {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .filter {
    display: block;
  }
  /*  -- menu mobile ---*/
  .logo-mb {
    padding: 0 20px;
    display: block;
    text-align: center;
  }
  .logo-mb img {
    max-width: 100px;
  }
  .thongtin-mb {
  }
  .thongtin-mb ul {
    padding: 0 20px !important;
  }
  .thongtin-mb ul li {
    list-style: none;
    color: #55585a;
    margin-bottom: 12px;
  }
  .thongtin-mb ul li i {
    font-size: 19px;
    margin-right: 10px;
    color: #6c6c6c;
  }
  @-webkit-keyframes my {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes my {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-o-keyframes my {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes my {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .hidden_mobi,
  #arcontactus,
  #messages-facebook,
  .quick_contact {
    display: none;
  }
  .hidden_destop {
    display: block;
  }
  .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% - 40px);
    display: block;
    text-align: right;
    padding: 5px 0;
  }
  .logo-mobi img {
  }
  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;
  }
  /* Search RP */
  .mm-panel {
  }
  .mm-navbar_sticky {
  }
  /*  -- menu mobile ---*/
  .header .header-bottom {
  }
  .header .header-bottom .wrap-content {
    justify-content: center;
  }
  .header .header-bottom .logo-header {
    display: none;
  }
  .header .header-bottom .logo-header img {
  }
  .header .header-bottom .banner-header {
  }
  .header .header-bottom .banner-header img {
  }
  .menu {
    display: none;
  }
  .menu-res {
    display: block;
  }
  .menu-respon {
    position: relative;
    width: 40px;
  }
  .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;
  }
  .comment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .comment-item-poster {
    width: auto;
    margin-right: 0px;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .comment-item-letter {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    margin-bottom: 0;
  }
  .comment-item-name {
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .comment-item-information {
    width: 100%;
  }
  .price-procart {
    display: none;
  }
  .price-procart-rp {
    display: block;
  }
  .quantity-procart {
    text-align: right;
  }
  .top-cart {
    margin-bottom: 2rem;
  }
  .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;
  }
  .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: 42px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccc;
    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;
  }
  .search-respon .search-grid input {
    width: calc(100% - 40px);
    float: right;
    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_mobi {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding: 0px 10px;
    width: 100%;
    cursor: pointer;
    height: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    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: #fff;
    z-index: 99999;
    color: #fff;
    height: 100vh;
    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: #000;
    display: block;
    border-bottom: 1px solid rgb(132 132 132 / 20%);
    padding: 13px 40px 13px 15px;
    position: relative;
    text-transform: uppercase;
  }
  .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 rgb(132 132 132 / 20%);
  }
  .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;
  }
  .close_menu {
    position: absolute;
    top: 5px;
    right: 7px;
    font-size: 15px;
    background: #000;
    width: 25px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
  }
  /*  -- menu mobile ---*/ /*  -- menu mobile ---*/
  .logo-mb {
    padding: 0 20px;
    display: block;
    text-align: center;
  }
  .logo-mb img {
    max-width: 75px !important;
  }
  .thongtin-mb {
  }
  .thongtin-mb ul {
    padding: 0 20px !important;
  }
  .thongtin-mb ul li {
    list-style: none;
    color: #55585a;
    margin-bottom: 12px;
  }
  .thongtin-mb ul li i {
    font-size: 19px;
    margin-right: 10px;
    color: #6c6c6c;
  }
  @-webkit-keyframes my {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes my {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-o-keyframes my {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes my {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .hidden_mobi,
  #arcontactus,
  #messages-facebook,
  .quick_contact {
    display: none;
  }
  .hidden_destop {
    display: block;
  }
  .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% - 40px);
    display: block;
    text-align: right;
    padding: 5px 0;
  }
  .logo-mobi img {
    max-height: 70px;
    width: auto;
  }
  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;
  }
  /* Search RP */
  .mm-panel {
  }
  .mm-navbar_sticky {
  }
  .header {
    display: none;
  }
  .wap-partner {
    display: none;
  }
  .wap-partnermobi {
    display: flex;
    flex-wrap: wrap;
  }
  .partnerHome {
    width: calc(100% / 3 - 12px);
  }
  .item_tt h3 {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  footer {
    padding-bottom: 55px;
  }
}
@media (max-width: 850px) {
  .left_header {
    width: 100%;
    display: none;
  }
  .right_header {
    display: none;
  }
  .title-detail span,
  .title-main-index h2 {
    font-size: 20px;
  }
  .footer-name {
    font-size: 20px;
  }
  .desc-news-ykien {
    font-size: 14px;
  }
  .grid-product {
  }
  .newsletter-form {
    grid-template-columns: repeat(2, 1fr);
  }
  .name-news-service {
    font-size: 15px;
  }
  .album-d {
    grid-template-columns: 2fr;
  }
  .intro-txt-2 {
    font-size: 12px;
  }
  .productmenu-menu {
    max-height: 230px;
  }
  .productmenu-pricenew {
    font-size: 15px;
  }
  .productmenu-priceold {
    font-size: 11px;
    bottom: -10px;
  }
  .productmenu-menu {
    gap: 15px;
  }
  .bestseller-title span,
  .intro-txt-1 {
    font-size: 40px;
  }
  .bestseller-title span {
    gap: 10px;
  }
  .intro-txt-1 div {
    font-size: 20px;
  }
  .product-d {
    grid-template-columns: repeat(2, 1fr);
  }
  .info-header {
    display: none;
  }
  .info-header:nth-child(1) {
    display: block;
    width: 100%;
  }
  .wrap-about-index {
    padding: 30px 0;
    overflow: hidden;
  }
  .leftAbout {
    width: 100%;
    background: none;
    min-height: auto;
    padding: 0;
  }
  .rightAbout {
    width: 100%;
    margin-top: 20px;
  }
  .name-about {
    font-size: 30px;
  }
  .view-about {
  }
  .criteria {
    padding: 15px 15px;
  }
  .desc-criteria {
    font-size: 25px;
  }
  .title-main-index h2 {
    font-size: 20px;
    background-size: auto 3px;
  }
  .wapProductNB .product {
    width: calc(50% - 10px);
    margin: 5px 5px;
  }
  .wrap-technology-index {
    padding: 30px 0;
    overflow: hidden;
  }
  .wrap-whyUs-index {
    padding: 30px 0;
    background-size: cover;
    overflow: hidden;
  }
  .left-whyUs {
    width: 100%;
  }
  .right-whyUs {
    width: 100%;
    margin-top: 20px;
  }
  .wap-albumHome {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .albumHome {
    height: 100% !important;
    grid-row: inherit !important;
  }
  .wrap-albumHome {
    padding: 30px 0;
    overflow: hidden;
  }
  .wrap-videoHome {
    padding: 30px 0;
    overflow: hidden;
  }
  .slick-video .pic-videoHome img {
    height: 300px !important;
  }
  .info-videoHome {
    width: 100%;
  }
  .name-videoHome {
    font-size: 20px;
    text-align: center;
  }
  .slick-video-2 {
    display: none;
  }
  .slick-video {
    padding-bottom: 0;
  }
  .wrap-partnerHome {
    padding: 30px 0;
  }
  .footer-layout {
    padding: 30px 10px;
  }
  .footer-info:nth-child(1) {
    width: 100%;
  }
  .footer-info:nth-child(2) {
    width: 50%;
    margin-top: 15px;
  }
  .footer-info:nth-child(3) {
    width: 50%;
    margin-top: 15px;
  }
  .title-map {
    position: relative;
    word-wrap: initial;
    width: 100%;
    text-align: left;
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 769px) {
  .tintuc-txt-2 {
    height: 30px;
  }
  .tintuc-txt-1 {
    -webkit-line-clamp: 2;
  }
  .tintuc-slide {
    margin: 0px -5px;
  }
  .tintuc-item {
    margin: 0px 5px;
  }
  .tintuc-title {
    font-size: 30px;
  }
  .tintuc-title img {
    display: none;
  }
  .bestseller-slide {
    margin: 0px -5px;
  }
  .bestseller .product {
    margin: 0px 5px;
  }
  .product-number {
    font-size: 40px;
  }
  .bestseller-title span,
  .intro-txt-1 {
    font-size: 30px;
  }
  .text-cart {
    display: none;
  }
  .grid-pro-detail {
    display: block;
  }
  .grid-pro-detail .left-pro-detail {
    width: 100%;
    padding: 0px;
    border-right: none;
  }
  .slick_photo1 {
    text-align: center;
  }
  .grid-pro-detail .right-pro-detail {
    width: 100%;
  }
  .grid-product {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .partnerHome {
    width: calc(100% / 2 - 12px);
  }
}
@media (max-width: 600px) {
  .play-ic {
    max-width: 50% !important;
  }
  .productmenu-item {
    margin: 0px 5px;
  }
  .productmenu-txt-1 {
    font-size: 20px;
  }
  .feedback-img .scale-img {
    width: 95px;
    top: 25px;
    left: 10px;
  }
  .feedback-img {
    width: 130px;
    height: 160px;
  }
  .productmenu-item {
    padding: 30px 20px;
  }
  .intro-txt-1 div {
    font-size: 15px;
  }
}
@media (max-width: 440px) {
  .policy__list > li {
    width: 100%;
    padding-right: 0px !important;
    border-bottom: 1px solid #f1f1f1 !important;
  }
}
@media (max-width: 369px) {
}

/*Toolbar 2*/
.toolbar2 {
  width: 100%;
  bottom: 0px;
  position: fixed;
  z-index: 500;
  left: 0px;
  -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
  -moz-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
  -ms-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
  -o-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75));
}
.toolbar2.is-active .list-phone {
  display: block;
  -webkit-animation: quickShow 0.2s cubic-bezier(0.66, 0.45, 0.76, 1.53)
    forwards;
  animation: quickShow 0.2s cubic-bezier(0.66, 0.45, 0.76, 1.53) forwards;
}
.toolbar2 .list-phone {
  position: absolute;
  bottom: 100%;
  left: 30px;
  opacity: 0;
  transform: scale(0);
  transform-origin: 50% 100%;
  display: none;
}
.toolbar2 .list-phone a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  max-width: 240px;
  padding: 10px 20px;
  margin: 10px 0;
  border-radius: 50px;
  padding-right: 30px;
}
.toolbar2 .list-phone svg {
  max-width: 30px;
  max-height: 30px;
}

.toolbar2 ul li a#chatfb svg {
  filter: invert(100%) sepia(40%) saturate(2%) hue-rotate(17deg)
    brightness(109%) contrast(100%);
  fill: unset;
}

.toolbar2 .list-phone span {
  display: block;
  width: calc(100% - 40px);
  color: #333;
  font-weight: 700;
}
.toolbar2 .phone {
  position: relative;
  width: 50px;
  height: 50px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0px -25px 30px;
  transition: transform 0.2s ease-in-out;
}
.toolbar2 .phone a {
  color: #333;
  display: block;
  position: relative;
}
.toolbar2 .phone a:before,
.toolbar2 .phone a:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
  width: 30px;
  height: 3px;
  border-radius: 2rem;
  background-color: #0f4334;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.toolbar2 .phone a:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.toolbar2 .phone svg {
  max-width: 27px;
  max-height: 27px;
  display: block;
  position: relative;
  fill: #0f4334;
}
.toolbar2.is-active .phone {
  transform: rotate(-180deg);
}
.toolbar2.is-active .phone svg {
  opacity: 0;
}
.toolbar2.is-active .phone a:before,
.toolbar2.is-active .phone a:after {
  opacity: 1;
}
.toolbar2 ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
  --size: 33px;
  -webkit-mask: radial-gradient(33px at 55px 0px, #0000 99%, #fff 101%) 100%;
  padding: 10px 0;
  padding-left: 100px;
  border-radius: 10px 10px 0px 0px;
}
.toolbar2 ul li {
  text-align: center;
  width: 25%;
  line-height: 1;
}
.toolbar2 ul li a {
  display: block;
  width: 100%;
  font-size: 27px;
  color: #ffff;
}
.toolbar2 ul li .icon {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.toolbar2 ul li a span {
  display: none;
  font-weight: 400;
  font-size: 11px;
  margin-top: 5px;
  color: #333;
  text-transform: capitalize;
}
.toolbar2 ul li a img,
.toolbar2 ul li svg {
  max-height: 30px;
  fill: #0f4334;
  width: 100%;
  filter: brightness(100);
}
.toolbar2 .phone svg {
  animation: tada 1.2s infinite;
  fill: #0f4334;
  filter: brightness(100);
}
.tada {
  animation: tada 1.2s infinite;
}
.lang-toolbar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.toolbar2 ul li.lang-toolbar a {
  display: inline-block;
  width: unset;
  margin: 0px 2px;
  font-size: unset;
}
.toolbar2 ul li.lang-toolbar a img {
  height: 10% !important;
}
.ex6 path {
  fill: transparent;
  stroke: #0f4334;
  stroke-width: 0.5;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
  -webkit-animation: dash 5s ease forwards;
  animation: dash 5s ease forwards;
}

@-webkit-keyframes dash {
  to {
    fill: #0f4334;
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  to {
    fill: #0f4334;
    stroke-dashoffset: 0;
  }
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes quickShow {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 500px) {
  .footer-info:nth-child(2) {
    width: 100%;
    margin-top: 15px;
  }
  .footer-info:nth-child(3) {
    width: 100%;
    margin-top: 15px;
  }
}
