div.wpcf7 {
  margin: 0;
  padding: 0;
}

div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
  border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
  position: relative;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #ff0000;
  background: #fff;
  padding: .2em .8em;
}

span.wpcf7-list-item {
  margin-left: 0.5em;
}

.wpcf7-display-none {
  display: none;
}

div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px;
}

div.wpcf7 div.ajax-error {
  display: none;
}

div.wpcf7 .placeheld {
  color: #888;
}

/*=============================================================*/
/*======================= YOSU CSS =============================*/
/*=============================================================*/

.map-footer iframe {
  width: 100%;
  height: 260px;
}

.qodef-header-standard .qodef-menu-area {
  /*background-color: transparent !important;*/
}

.page-template-default .woocommerce .product .qodef-out-of-stock-button, .page-template-full-width .woocommerce .product .qodef-out-of-stock-button, .qodef-woocommerce-page .product .qodef-out-of-stock-button {
  background-color: transparent !important;
  color: #ff0000 !important;
  width: 50px !important;
  height: 50px !important;
}

.box-search-mobile .qodef-search-cover.active {
  display: block;
  padding: 35px 15px;
}

.qodef-slider-inner .qodef-slider-content-inner.one_by_one {
  position: relative;
  width: 60%;
}

.qodef-slider-inner .qodef-slider-content-inner .qodef-slide-title {
  text-shadow: 0px 1px 3px #fff;
}

.index-box-category .item-category {
  margin-bottom: 40px;
}

.products .qodef-woocommerce-product-list-info .qodef-product-list-product-title {
  /*display: -webkit-box;*/
  height: 66px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product .price ins {
  text-decoration: initial;

}

.product .price ins .amount {
  color: #111;
}

.carousel-inner .qodef-slider-content .qodef-slide-buttons-holder .qodef-btn:last-child {
  background-color: #fff;
}

.qodef-slider-content .qodef-btn.qodef-btn-default {
  font-family: Arial, sans-serif;
  font-weight: bold;
}

.qodef-woocommerce-page .product > a {
  width: calc(100% - 4px) !important;
  border: 2px solid #e6e6e6;
  border-bottom: 0;
}

.qodef-woocommerce-page .qodef-woocommerce-product-list-details-button-holder .single_view_product_button, .qodef-woocommerce-page .qodef-woocommerce-product-list-add-to-cart-button-holder .add_to_cart_button {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 12px !important;
}

.woocommerce-pagination .page-numbers li.current a, .woocommerce-pagination .page-numbers li.current a:hover {
  background-color: #f8b506;
  color: #fff;
  border-color: #f8b506;
}

.qodef-woocommerce-page .select2-container .select2-choice {
  height: 44px;
  padding-left: 17px;
  border: 2px solid #eaeaea;
  line-height: 40px;
  color: #7f7f7f;
  background-color: transparent;
  background-image: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.woocommerce-ordering {
  text-align: right;
}

.woocommerce-ordering .sort-category {
  height: 44px;
  padding-left: 17px;
  padding-right: 15px;
  border: 2px solid #eaeaea;
  line-height: 40px;
  color: #7f7f7f;
  text-align: right;
  border-radius: 3px;
}

.map-contact iframe {
  width: 100%;
  height: 256px;
}

.btn-search-mobile {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 34px;
  text-align: center;
}

.btn-search-mobile-x {
  background-color: #f8b506;
  color: #fff;
  box-shadow: none;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 5px 10px;
}

.btn-search-mobile i {
  color: #000;
  font-size: 15px;
}

.box-search-mobile {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.box-search-mobile.active {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.box-search-mobile .form-search-mobile {
  position: relative;
  overflow: hidden;
}

.box-search-mobile .input-search {
  width: 100%;
  max-width: 260px;
  height: 32px;
  padding: 0 30px 0 10px;
}

.box-search-mobile .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 100%;
  background-color: #f8b506;
  box-shadow: none;
  border: 1px solid rgb(169, 169, 169);
}

.qodef-btn.qodef-btn-small {
  font-weight: bold;
  font-size: 16px;
  color: #111;
}


/*CSS*/
.y-box-img {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}

.y-box-img .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.y-box-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.box-img-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.box-img-flex.y-img-left {
  justify-content: flex-start;
}

.box-img-flex img {
  width: auto !important;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}


.box-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}

.box-title-main {
  margin-bottom: 30px;
  /*border-bottom: 1px solid #EBEBEB;*/
  padding-bottom: 5px;
}

.box-title-main .title-main {
  display: inline-block;
  font-size: 22px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  color: #222;
}

.padding-section {
  margin-bottom: 50px !important;
}

.product-home-slider {
  /*margin-left: -10px;
  margin-right: -10px;*/
}

.product-home-slider .owl-next, .product-home-slider .owl-prev {
  position: absolute;
  top: calc(50% - 18px);
  left: 0;
  width: 30px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.product-home-slider .owl-next i, .product-home-slider .owl-prev i {
  color: #fff;
}

.product-home-slider .owl-next {
  right: 0;
  left: initial;
}

.product-home-slider .item {
  /*padding: 0 10px;*/
  margin-left: 10px;
  margin-right: 10px;
}

.product-section .list-cate {
  float: right;
  margin-bottom: 10px;
}

.product-section .list-cate li {
  display: inline-block;
  padding: 5px 0;
}

.product-section .list-cate li a {
  font-size: 15px;
  color: #000;
  font-weight: bold;
  padding: 5px 10px;
  border-right: 1px solid #bbb;
}

.product-section .list-cate li:last-child a {
  border: 0;
}

.product-section .list-cate li a:hover {
  color: #f8b506;
}

.desc-category {
  margin-bottom: 20px;
}

.list-category {
  position: relative;
  margin: 0 -10px 20px;
}

.list-category:after {
  display: block;
  content: "";
  clear: both;
}

.list-category .item-cate {
  width: calc(20% - 20px);
  float: left;
  text-align: center;
  padding: 10px;
}

.list-category .item-cate .img-cate {
  margin-bottom: 5px;
}

.list-category .item-cate .title-cate {
  display: -webkit-box;
  height: 45px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidenav {
  width: 180px;
  flex-flow: column nowrap;
  align-items: flex-start;
  /*position: fixed;*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  height: calc(100vh - 200px);
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.sidenav .open-sidenav {
  position: absolute;
  top: 0;
  left: 5px;
  background-color: #f8b506;
  border: 2px solid #000;
  padding: 10px 10px 6px;
}

.sidenav .open-sidenav i {
  font-size: 26px;
  color: #000;
}

.sidenav .close-sidenav {
  position: absolute;
  top: 9px;
  right: 5px;
  width: 20px;
  text-align: center;
  z-index: 999999;
}

.sidenav .box-sidenav {
  left: -100%;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.sidenav.active .box-sidenav {
  left: 0;
}

.sidenav .title-slidenav {
  background-color: #000;
  color: #fff;
  padding: 10px;
}

.sidenav .box-sidenav ul {
  background-color: #fff;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  /* height: 100%; */
  height: calc(100% - 40px);
  overflow-y: auto;
}

.sidenav .box-sidenav ul li {
  list-style: none;
  display: block;
}

.sidenav .box-sidenav ul li a {
  display: block;
  color: #000;
  padding: 8px 15px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.sidenav .box-sidenav ul li a:hover {
  color: #fff;
  background-color: #f8b506;
}

.error-page {
  padding: 40px 0;
}

.back-to-home {
  text-align: center;
}

.y-scrollbar {
  /*max-height: 300px;*/
  overflow-y: auto;
}

.y-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.y-scrollbar::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.y-scrollbar::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.qodef-woocommerce-page .qodef-woocommerce-product-list-info .qodef-product-list-product-title {
  display: -webkit-inline-box;
  height: 66px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.partner-slider {
  margin-bottom: 34px;
}

.banner-hover {
  position: relative;
}

.banner-hover a {
  display: block;
}

.banner-hover .title-banner {
  background: rgba(0, 0, 0, 0.5);
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 8px 5px;
  text-transform: uppercase;
  font-weight: bold;
}

.banner-hover:hover .title-banner {
  color: #f8b506;
}

.list-banner-2 .title-banner {
  bottom: 5px;
}

footer p, footer a, footer .qodef-footer-top-holder .widget.widget_recent_entries li a {
  color: #fff !important;
}

.y-box-lang {
  position: relative;
  width: max-content;
  display: inline-block;
  top: 3px;
}

.y-box-lang .lang_button {
  display: block;
}

.lang_button img {
  width: 30px;
  border: 1px solid transparent;
}

.lang_button.active img {
  border: 1px solid #000;
}

.lang_button > .lang-item {
  display: none;
}

.lang_button > .lang-item.active {
  display: block;
}

.lang_button > .lang-item img {
  margin-right: 10px;
}

@media (min-width: 992px) {
  .y-box-lang .lang_button {
    display: block;
  }

  .y-box-lang .lang_button:last-child {
    margin-top: 5px;
  }
}

.lang-dropdown {
  width: max-content;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  width: 100%;
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transform: rotate3d(1, 0, 0, 90deg);
  -moz-transform: rotate3d(1, 0, 0, 90deg);
  -o-transform: rotate3d(1, 0, 0, 90deg);
  -ms-transform: rotate3d(1, 0, 0, 90deg);
  transform: rotate3d(1, 0, 0, 90deg);
  visibility: hidden;
  list-style: none;
  z-index: 2;
}

.lang-dropdown.type_2 {
  width: max-content;
  min-width: 50px;
  left: auto;
  right: 0px;
  z-index: 5;
}

.lang-dropdown.opened {
  -webkit-animation: wicket .5s ease;
  -moz-animation: wicket .5s ease;
  -o-animation: wicket .5s ease;
  -ms-animation: wicket .5s ease;
  animation: wicket .5s ease;
  -webkit-transform: rotate3d(1, 0, 0, 0deg);
  -moz-transform: rotate3d(1, 0, 0, 0deg);
  -o-transform: rotate3d(1, 0, 0, 0deg);
  -ms-transform: rotate3d(1, 0, 0, 0deg);
  transform: rotate3d(1, 0, 0, 0deg);
  visibility: visible;
}

.lang-dropdown > li a {
  display: block;
  padding: 4px 15px;
  background: #34495e;
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.lang-dropdown.top_arrow:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-bottom-width: 8px;
  border-bottom-style: solid;
  border-right: 7px solid transparent;
  position: absolute;
  top: -8px;
  right: 16px;
  border-bottom-color: #34495e;
}

.lang-dropdown > li img {
  /* margin-right: 6px; */
}

.lang-dropdown > li:first-child a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.lang-dropdown > li:last-child a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.lang-dropdown > li a:hover {
  background: #2c3e50;
}

.zalo-fixed {
  position: fixed;
  bottom: 90px;
  /* right: 0px; */
  left: 40px;
  z-index: 9999;
  bottom: 10px;
}

footer .info-account {
  margin-bottom: 20px;
}

.footer-bct a img {
  max-width: 140px;
}

/*============================================================================================================================*/
/*================================================ RESPONSIVE ==========================================================*/
/*=====================================================================================================*/
@media (min-width: 1024px) {
  .qodef-page-header .qodef-menu-area {
    height: 120px !important;
  }

  .qodef-search-opener {
    display: none;
  }

  .qodef-main-menu > ul > li {
    max-height: 70px;
  }

  .qodef-shopping-cart-outer {
    height: 70px !important;
  }

  .qodef-shopping-cart-outer .qodef-shopping-cart-header {
    display: inline-block !important;
    /* vertical-align: middle; */
  }

  .y-box-lang {
    top: -19px;
  }

  .form-search-header {
    text-align: left;
    padding-top: 10px;
  }

  .form-search-header form {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
  }

  .form-search-header .input-search {
    width: calc(100% - 90px);
    padding: 7px 10px;
    padding-right: 75px;
  }

  .form-search-header .btn-search {
    background-color: #f8b506;
    color: #fff;
    box-shadow: none;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 5px 10px;
  }
}

@media (min-width: 1200px) {
  .product-section .list-cate {
    float: right;
    display: inline-block;
    width: 75%;
    text-align: right;
    margin-bottom: 10px;
  }

  .carousel-inner .item .qodef-image {
    background-size: 100%;
  }

  /* .banner-hover .title-banner {
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s;
  } */
  .banner-hover:hover .title-banner {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1400px) {
  .sidenav {
    position: fixed;
    top: 100px;
  }

}

@media (max-width: 1024px) and (min-width: 768px) {
  .qodef-woocommerce-page.qodef-woocommerce-columns-4 .products .product:nth-child(4n) {
    margin-right: 2%;
  }
}

@media (max-width: 1199px) {
  .banner-hover {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .page-template-full-width .woocommerce .qodef-woocommerce-product-list-info, .qodef-woocommerce-page .qodef-woocommerce-product-list-info {
    padding: 20px 10px !important;
  }
}

@media (max-width: 767px) {
  .y-box-lang {
    top: 6px;
  }

  .sidenav {
    top: 70px;
    height: calc(100vh - 130px);
  }

  .sidenav .box-sidenav ul {
    max-height: calc(100% - 43px);
    overflow-y: scroll;
  }

  .sidenav .open-sidenav {
    /*top: initial;
      bottom: 30px;*/
  }

  .box-title-main {
    border: 0;
  }

  .product-home-slider .owl-next, .product-home-slider .owl-prev {
    width: 24px;
  }

  .product-home-slider .owl-next {
    right: -15px;
  }

  .product-home-slider .owl-prev {
    left: -15px;
  }

  .product-section .product-home-slider .qodef-product-list-product-title {
    width: 100% !important;
    display: block;
    font-size: 13px;
  }

  .product-section .product-home-slider .item .star-rating {
    width: 100% !important;
  }

  .product-section .product-home-slider .item .price del {
    display: block;
    margin-bottom: 5px;
  }

  .product-section .list-cate {
    margin-bottom: 10px;
  }

  .product-home-slider .item {
    margin-left: 5px;
    margin-right: 5px;
  }

  .product-home-slider .item .qodef-woocommerce-product-list-details-button-holder {
    width: 100%;
  }

  .product-home-slider .item .qodef-woocommerce-product-list-add-to-cart-button-holder {
    width: 100%;
  }

  .product-home-slider .item .qodef-woocommerce-product-list-details-button-holder a {
    border: 1px solid #e6e6e6;
  }

  .product-home-slider .item .qodef-woocommerce-product-list-add-to-cart-button-holder a {
    border: 1px solid #e6e6e6;
    border-top: 0;
    border-radius: 0;
  }

  .list-category .item-cate {
    width: calc(33.3% - 20px);
  }

  .qodef-mobile-header .qodef-mobile-header-inner {
    height: 64px !important;
  }

  .qodef-slider-inner .qodef-slider-content-inner.one_by_one {
    width: 100%;
  }

  .qodef-slider-inner .qodef-slider-content-inner .qodef-slide-title {
    font-size: 18px !important;
    line-height: 1.4 !important;
  }

  .carousel-indicators {
    bottom: 10px !important;
  }

  .carousel-indicators:not(.thumbnails) li {
    width: 10px !important;
    height: 10px !important;
  }

  .carousel-indicators:not(.thumbnails) li:before {
    width: 10px !important;
    height: 10px !important;
  }

  .carousel-inner .qodef-slider-content .qodef-el {
    padding: 0 5px;
  }

  .index-box-category .item-category {
    margin-bottom: 25px;
  }

  .qodef-woocommerce-page.qodef-woocommerce-columns-4 .products .product {
    margin-bottom: 20px !important;
  }

  .vc_separator.vc_separator_align_left h4 {
    width: 100%;
    padding-right: 0 !important;
  }

  .vc_separator .vc_sep_holder {
    display: none;
  }

  footer .qodef-four-columns .qodef-column {
    padding: 0 !important;
  }

  .qodef-single-product-summary .qodef-single-product-title {
    display: block !important;
    width: 100% !important;
    font-size: 26px;
  }

  .qodef-single-product-summary .woocommerce-product-rating {
    width: 100% !important;
  }

  .qodef-single-product-summary .woocommerce-product-rating .star-rating {
    float: left;
  }

  .qodef-woocommerce-page .qodef-single-product-summary .qodef-quantity-buttons {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .qodef-title .qodef-title-holder h1 {
    font-size: 30px !important;
    margin-bottom: 10px;
  }

  .qodef-title .qodef-title-holder .qodef-subtitle {
    font-size: 16px;
  }

  .qodef-title.qodef-title-image-not-responsive .qodef-title-image {
    height: 200px;
  }

  .qodef-title.qodef-title-image-not-responsive .qodef-title-image img {
    height: 100%;
  }

  .qodef-grid-section .qodef-section-inner {
    width: 320px !important;
  }

  .woocommerce-ordering {
    margin-bottom: 25px !important;
  }

  .qodef-woocommerce-page .qodef-woocommerce-product-list-info .qodef-product-list-product-title {
    height: 57px;
  }
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1050; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal-dialog {
  position: relative;
  margin: 10px;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  /* width: 80%; */
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {
  padding: 2px 16px;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/*
=================================================
CSS popup call now
=================================================
*/

.callback-popup {
  text-align: center;
  padding: 0 !important;
}

.callback-popup .close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  opacity: 1;
  line-height: 15px;
  outline: none;
  box-shadow: none;
  background-color: #fff;
  border-radius: 100%;
  border: 0;
}

.callback-popup .close img {
  width: 20px;
}

.callback-popup .modal-content {
  background-color: #252525;
  color: #fff;
  border-radius: 0;
}

.callback-popup .modal-body {
  position: relative;
  padding: 50px 70px 50px;
  font-size: 20px;
  line-height: 1.4;
}

.callback-popup .modal-body .title {
  color: #00a650;
  margin-bottom: 20px;
}

.callback-popup .modal-body .title p {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
}

.callback-popup .modal-body .first-section {
  margin-bottom: 20px;
}

.callback-popup .modal-body a {
  color: #fff;
  text-decoration: none;
  outline: none;
}

.callback-popup .modal-body p {
  margin-bottom: 2px;
}

.callback-popup .button-section {
  display: flex;
  width: max-content;
  margin: 0 auto;
}

.callback-popup .button-section input {
  display: inline-block;
  height: 42px;
  text-align: center;
  padding: 3px 5px;
  color: #333;
  border: 1px solid #00a650;
  width: 270px;
  max-width: 100%;
  margin-right: 10px;
  /* float: left;
  margin-right: 10px; */
}

.callback-popup .button-section a {
  background-color: #00a650;
  color: #fff;
  border: 1px solid #00a650;
  padding: 10px 15px;
  /*height: 50px;*/
}

/* Phone Ring */
.laziweb-alo-phone {
  position: fixed;
  left: 10px;
  bottom: 10px;
  visibility: visible;
  background-color: transparent;
  width: 124px;
  height: 124px;
  cursor: pointer;
  z-index: 999 !important;
}

.laziweb-alo-ph-circle {
  width: 124px;
  height: 124px;
  top: 0px;
  left: 0px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: .1;
  border-color: #00a650;
  opacity: .5;
}

.laziweb-alo-ph-circle-fill {
  width: 80px;
  height: 80px;
  top: 22px;
  left: 22px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background-color: rgba(0, 166, 80, 0.5);
  opacity: .75 !important;
}

.laziweb-alo-ph-img-circle {
  width: 40px;
  height: 40px;
  top: 42px;
  left: 42px;
  position: absolute;
  background: rgba(30, 30, 30, 0.1) url("../images/icons/phone-icon.png") no-repeat center center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #00a650;
  background-size: cover;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.qodef-page-header .qodef-menu-area .qodef-logo-wrapper a {
  height: 100px;
}

.qodef-drop-down .wide .second > .inner > ul > li {
  margin: 0 0 20px 0;
}

.qodef-main-menu ul li a {
  color: #00a650;
}

footer #qodef_twitter_widget-3 p {
  margin-bottom: 5px;
}

/* CTA responsive mobile */
@media (min-width: 768px) {
  .callback-popup:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
  }

  .callback-popup .modal-dialog {
    display: inline-block;
    vertical-align: middle;
  }

  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
}

@media (min-width: 1200px) {
  .qodef-position-right {
    width: calc(100% - 280px) !important;
    padding-left: 30px
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }

  .qodef-position-left {
    width: 250px;
    display: flex;
    align-items: center;
  }

  .qodef-position-left:before {
    display: none !important;
  }

  .qodef-position-right {
    width: calc(100% - 250px);
    float: left !important;
    text-align: left;
  }

  .qodef-position-right .qodef-position-right-inner {
    width: calc(100% - 5px);
  }

  .qodef-position-right .qodef-main-menu {
    float: left;
  }

  .qodef-page-header a img {
    height: auto;
    width: 100%;
  }

}


@media (max-width: 1600px) {
  .qodef-main-menu > ul > li > a span.item_inner {
    padding: 0 8px;
  }
}

@media (max-width: 1400px) {
  .qodef-main-menu ul li a {
    font-size: 12px;
  }

  .qodef-vertical-align-containers .qodef-position-left:before {
    height: 0
  }

  .qodef-vertical-align-containers .qodef-position-right {
    /* width: calc(100% - 140px); */
  }

  .qodef-page-header a img {
    height: auto;
  }
}

@media (max-width: 1191px) {
  .qodef-main-menu > ul > li > a span.item_inner {
    padding: 0 5px;
  }

  .qodef-vertical-align-containers .qodef-position-left {
    width: 140px;
  }

  .qodef-vertical-align-containers .qodef-position-right {
    width: calc(100% - 140px);
  }
}

@media (max-width: 767px) {
  .laziweb-alo-phone {
    left: 5px;
    bottom: 5px;
    width: 100px;
    height: 100px;
  }

  .laziweb-alo-ph-circle {
    width: 100px;
    height: 100px;
  }

  .laziweb-alo-ph-circle-fill {
    top: 15px;
    left: 15px;
    width: 70px;
    height: 70px;
  }

  .laziweb-alo-ph-img-circle {
    top: 30px;
    left: 30px;
  }

  .callback-popup .close {
    top: 0;
    right: 0;
    border-radius: 0;
  }

  .callback-popup .modal-body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .callback-popup .button-section input {
    display: block;
    margin-bottom: 10px;
  }
}

.box-hotline {
  position: fixed;
  z-index: 1001;
  top: 20px;
  right: 0;
  background-color: #f8b50652;
  padding: 10px 15px;
}
.title-hotline {
  font-size: 16px;
  font-weight: bold;
  color: #f8b506;
  opacity: 1;
}
.hotline {
  font-size: 14px;
  font-weight: normal;
  color: #f8b506;
  opacity: 1;
}
/* Fb 21/04/2020 */
.form-search-header {
  display: flex;
  flex-wrap: wrap;
}
.form-search-header form {
  width: 70%;
  max-width: 550px;
  margin: 0;
}
.form-search-header a{
  width: 30%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 15px;
  color: #ed0000;
  font-weight: bold;
}
