/*
Theme Name: Flatsome Child
Description: muatheme.com
Author: muatheme.com
Template: flatsome
Version: 1.0.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* CSS NUT GOI*/
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 290px;
  right: 0px;
  z-index: 999999;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}

.hotline-phone-ring-circle-fill {
  width: 55px;
  height: 55px;
  top: 25px;
  right: -5px;
  position: absolute;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ddd;
  /*-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;*/
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
  
  width: 33px;
  height: 33px;
  top: 37px;
  right: 5px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  /*-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;*/
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
  width: 20px;
  height: 20px;
}
.hotline-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 0px;
  width: 0px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@media (max-width: 768px) {
  .hotline-bar {
    display: none;
  }
}




.zalo-phone-ring-wrap {
  position: fixed;
  bottom: 230px;
  right: 0px;
  z-index: 999999;
}
.zalo-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}

.zalo-phone-ring-circle-fill {
  width: 55px;
  height: 55px;
  top: 25px;
  right: -5px;
  position: absolute;
  background-color: #fff;
  border-radius: 3px;
 border: 1px solid #ddd;
  /*-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;*/
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.zalo-phone-ring-img-circle {
  
  width: 33px;
  height: 33px;
  top: 37px;
  right: 5px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  /*-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;*/
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zalo-phone-ring-img-circle .pps-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.zalo-phone-ring-img-circle .pps-btn-img img {
  width: 20px;
  height: 20px;
}
.zalo-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 0px;
  width: 0px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.zalo-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.zalo-bar > a:hover,
.zalo-bar > a:active {
  color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@media (max-width: 768px) {
  .zalo-bar {
    display: none;
  }
}



.fb-phone-ring-wrap {
  position: fixed;
  bottom: 50px;
  right: 0px;
  z-index: 999999;
}
.fb-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}

.fb-phone-ring-circle-fill {
  width: 55px;
  height: 55px;
  top: 25px;
  right: -5px;
  position: absolute;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ddd;
  /*-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;*/
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.fb-phone-ring-img-circle {
  
  width: 33px;
  height: 33px;
  top: 37px;
  right: 5px;
  position: absolute;
  background-size: 20px;
  border-radius: 3px;
  border: 2px solid transparent;
  /*-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;*/
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fb-phone-ring-img-circle .pps-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fb-phone-ring-img-circle .pps-btn-img img {
  width: 20px;
  height: 20px;
}
.fb-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 0px;
  width: 0px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.fb-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.fb-bar > a:hover,
.fb-bar > a:active {
  color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@media (max-width: 768px) {
  .fb-bar {
    display: none;
  }
}

.fbz-phone-ring-wrap {
  position: fixed;
  bottom: 170px;
  right: 0px;
  z-index: 999999;
}
.fbz-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}

.fbz-phone-ring-circle-fill {
  width: 55px;
  height: 55px;
  top: 25px;
  right: -5px;
  position: absolute;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ddd;
  /*-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;*/
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.fbz-phone-ring-img-circle {
 
  width: 33px;
  height: 33px;
  top: 37px;
  right: 5px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  /*-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;*/
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fbz-phone-ring-img-circle .pps-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fbz-phone-ring-img-circle .pps-btn-img img {
  width: 20px;
  height: 20px;
}
.fbz-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 0px;
  width: 0px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.fbz-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.fbz-bar > a:hover,
.fbz-bar > a:active {
  color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@media (max-width: 768px) {
  .fbz-bar {
    display: none;
  }
}

.fbf-phone-ring-wrap {
  position: fixed;
  bottom: 110px;
  right: 0px;
  z-index: 999999;
}
.fbf-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}

.fbf-phone-ring-circle-fill {
  width: 55px;
  height: 55px;
  top: 25px;
  right: -5px;
  position: absolute;
  background-color: #fff;
  border-radius: 3px;
 border: 1px solid #ddd;
  /*-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;*/
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.fbf-phone-ring-img-circle {
    width: 33px;
  height: 33px;
  top: 37px;
  right: 5px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  /*-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;*/
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fbf-phone-ring-img-circle .pps-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fbf-phone-ring-img-circle .pps-btn-img img {
  width: 20px;
  height: 20px;
}
.fbf-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 0px;
  width: 0px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.fbf-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.fbf-bar > a:hover,
.fbf-bar > a:active {
  color: #fff;
}

@media (max-width: 768px) {
  .fbf-bar {
    display: none;
  }
}
input[type='search'] {
    border: none;
    ;
    box-shadow: none;
    border: 1px solid #ddd;
}
.title-broder .bottom{
  border-bottom: 1px solid;
}
.box-bottom .box-text{
  margin-bottom:150px;
}


.box-bottom .box-text .box-text-inner h4:after {
     content: "➔"; /* Dùng ký tự mũi tên Unicode từ phải sang trái */
    color: #f58220; /* Màu vàng */
    display: inline-block; /* Hiển thị như một khối inline */
    margin-left: 10px; /* Khoảng cách từ chữ đến mũi tên */
   display: block;
}
/*css copy*/
.alert {
    background-color: #00b9eb;
}

.wpcf7-form .wpcf7-submit {     
background: #015535 !important;
    height: 45px;
    border-radius: 3px;
}
.box-text h5{   line-height: 1.3;
    margin-bottom: .1em;
    margin-top: .1em;
    height: 40px;
    font-weight:700;
}


.wpcf7 p .fa-pencil{ top: 5%; left: 1.5%}
.alert.is-link, .alert.is-outline {
    color: #00b9eb;
}
.slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow {
    background-color: #00b9eb;
    border-color: #00b9eb;
    fill: #fff !important;
}



.wpcf7 p{ position: relative; }
.wpcf7 p .fa{
  position: absolute;
  color: #00b9eb;
  z-index: 100;
  font-size: 18px;
  top: 28%;
  left: 1.5%;
}
.wpcf7 p .fa-pencil{ top: 5%; left: 1.5%}

.pum-theme-458 .pum-container, .pum-theme-lightbox .pum-container {
    padding: 18px;
   
    border: 8px solid #00b9eb;
    box-shadow: 0px 0px 30px 0px rgb(0 218 255);
    background-color: rgba( 255, 255, 255, 1.00 );
}
.hover-invert {
    opacity: 100% !important;
     color:#000000!important
}


.button.is-underline:before {
    content: "";
    height: 2px;
    background-color: #ff3300;
    opacity: 100%;
    transition: all .3s;
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 100%;
  
}
.social-icons {
    
    vertical-align: middle;
    font-size: .85em;
    color: #999;
}

p.xemthem a {
    background: #ee170b;
    display: inline-block;
    padding: 7px 20px;
    color: #fff;
    border: 1px solid #b9b9b9;
    text-transform: uppercase;
    margin-bottom: 20px;
  
}




.form-flat input:not([type="submit"]), .form-flat textarea, .form-flat select {
    background-color: rgba(0,0,0,0.03);
    box-shadow: none;
    border-color: rgba(0,0,0,0.09);
    color: currentColor !important;
    border-radius: 5px;
    border: 2px solid #00A0E3!important;
}



.box-text.text-center {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffff;
}
#mega-menu-title {
    background-color: #00a0e3!important
}

.image-icon {
    display: inline-block;
    height: auto;
    position: relative;
    vertical-align: middle;
    margin: 5px;
}
.slider-nav-circle .flickity-prev-next-button svg, .slider-nav-circle .flickity-prev-next-button .arrow {
    border-radius: 10%;
    border: 0px solid currentColor;
    height: 60px;
     background-color: #00b9eb;
}





.wp-megamenu-main-wrapper {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    z-index: 999;
    border-radius: 0;
    background: #f1f1f100;
    border: 0;
    padding: 0px 0px 0px 0px;
    position: absolute;
    width: 100%;
    max-width: none;
    left: 0;
  margin-top:-15px;
}

.box-text p {
    margin-top: .1em;
    margin-bottom: .1em;
   
}
@media only screen and (max-width: 1366px) and (min-width: 1024px) {.menu-danh-muc-san-pham-container{
  display:none;
}}


.woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-inline .woo-sctr-shortcode-countdown-text-before, .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-inline .woo-sctr-shortcode-countdown-text-after {
    display: flex;
    color: #fff;
}
/*css cf7*/
#info-left {
    width: 65%;
    float: left;
    margin-right: 0%;
}
#info-right {
    width: 32%;
    float: left;
}
.wpcf7-spinner{
  display:none;
}
.woocommerce-variation-add-to-cart{
  display:none;
} 
span.amount {
    white-space: nowrap;
    color: #ff0033;
    font-weight: bold;
}
.image-tools.bottom.left {
  
    display: none;
}
.uppercase, h6, th, span.widget-title {
    line-height: 1.05;
    letter-spacing: .05em;
    text-transform: none;
}
.fixed_1{
      display: flex;
}
th, td {
        padding: 5px;
    }
.fa-check{
  color: #417d07;
}
.product-info .price {
    font-size: 1.5em;
    margin: 0.5em 0;
    font-weight: bolder;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    padding-top: 10px;
    padding-bottom: 10px;
}
#tab-title-additional_information {
      display: none;
}
.buton-dh{
  background-color: #005435;
    color: #fff;
}
.socal-h1 {
    font-size: 30px;
    color: #fff;
    margin-right: 15px;
}
.chitiet {
   
    text-align: center;
   
  background-color:#005435;
  padding:10px;
  border-radius: 5px;
}
.chitiet a{
  color:#fff;}
.thongtin{margin-top: 5px;}
.fa-slash{
  transform: rotate(52deg);
}
.tin-tuc-dv{
      border-bottom: 1px solid;
}
@media(max-width: 500px){
  .hotline-phone-ring-wrap{
    display:none;
  }

.zalo-phone-ring-wrap{
    display:none;
  }
.fb-phone-ring-wrap{
    display:none;
  }
.fbf-phone-ring-wrap{
    display:none;
  }


@media(max-width: 500px){
  .title-home{
    font-size:17px;
  }
}
.vi-tri{
  display: flex;
    align-items: center;
}
.vi-tri .fas{margin-right:10px}
.lh-icon{
     font-size: 20PX;
    background-color: #ddd;
    padding: 15px;
    border-radius: 99px;
    height: 51px;
  width: 51px;

}
.info-left-1{
  width:300px;
}
.info-right-2{
  width:300px;
}
.from-dl{
  display:flex;
}
.button.instagram:not(.is-outline), .button.instagram:hover {
    color: #000000 !important;
}.button.facebook:not(.is-outline), .button.facebook:hover {
    color: #000000 !important;
}
.title-home{
  font-size: 20px;
    font-weight: 600;
}
@media(max-width: 500px){
.title-wrapper{
  height:70px
  }}

/*css label*/
.huong-vi-item a{
  border-radius:1px solid
}
.huong-vi-item a:hover {
  color:#fff;
}
.huong-vi-item a:hover {
  background-color: #000;}

.huong-vi-item a{
        position: relative;
    }

    .huong-vi-item a{
        position: relative;
        display: inline-block;
        padding-right: 20px; /* Khoảng cách giữa chữ và biểu tượng */
    }

.huong-vi-item a:hover::before {
        content: "";
        position: absolute;
        top: -1px;
        right: -1px;
        width: 0;
        height: 0;
        border-style: solid;
           border-width: 25px 27px 0 0;
    border-color: #0000 transparent transparent transparent;
    clip-path: polygon(100% 0, 0 00%, 100% 100%);
    background-color: #6fc7b6;
    }

.huong-vi-item a:hover::after {
        content: "";
        position: absolute;
        top: -3px;
        right: -1px;
        width: 16px; /* Độ rộng của biểu tượng */
        height: 16px; /* Chiều cao của biểu tượng */
        background-image: url('https://nutritiondepot.vn/wp-content/uploads/2024/02/check.svg');
        background-size: contain;
        background-repeat: no-repeat;
        filter: invert(100%);   
    }
.cart{
  display:none!important;
}
.huong-vi-wrapper{
  display:flex;
  align-items: center;
  margin-top: 10px;
}
.huong-vi-item a{
  padding: 5px 10px;
  border: 1px solid;
    border-radius: 3px;
      margin-left: 10px;
}
/*css cf7 dkdl*/
.ladi-box{  border-width: 3px;
    border-radius: 22px;
    border-style: solid;
    border-color: rgb(229, 110, 27);
    background-image: linear-gradient(168deg, rgb(255, 255, 255), rgb(255, 184, 19));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
background-attachment: initial;}
.wpcf7_center{
       display: flex;
    justify-content: center;
    }
/*css mau cf7*/
/* Đặt màu chữ chìm của placeholder text thành màu đỏ */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: red;
}

/* Đặt màu chữ chìm cho các trình duyệt WebKit như Chrome, Safari */
.wpcf7 input::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder {
    color: #000;

}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    font-family: inherit;
}
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password],  input[type=tel], input[type=text], input[type=url], select, textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    color: #333;
    font-size: .97em;
    height: 45px;
    max-width: 100%;
    padding: 0 .75em;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    vertical-align: middle;
    width: 100%;
    font-weight: 100;
}
/*css langue*/
.header-main .nav > li > a {
  line-height:0px}
.nav-dropdown {
    background-color: #fff;
    color: #777;
    display: table;
    left: -99999px;
    margin: 0;
    max-height: 0;
    min-width: 160px;
    opacity: 0;
    padding: 20px 0;
    position: absolute;
    text-align: left;
    transition: opacity .25s, visibility .25s;
    visibility: hidden;
    z-index: 9
}
.tooltipster-sidetip.tooltipster-default {display:none}
.button.pinterest:hover, .button.pinterest:not(.is-outline) {
    color: #000000 !important;
}
.button.youtube:hover, .button.youtube:not(.is-outline) {
    color: #000000 !important;
}
.button span {
    display: inline-block;
    line-height: 1.6;
    font-weight: 100;
}
.is-divider {
    background-color: #005435;
}
.dark .nav-vertical li li.menu-item-has-children>a, .dark .nav-vertical-fly-out>li>a, .dark .nav-vertical>li>ul li a, .dark .nav>li.html, .dark .nav>li>a, .nav-dark .is-outline, .nav-dark .nav>li>a, .nav-dark .nav>li>button, .nav-dropdown.dark .nav-column>li>a, .nav-dropdown.dark>li>a {
    color: hsl(0deg 0% 0%);
}
  