/* @font-face {
   font-family: "UTM-AvoBold";
   src: url("../fonts/UTM-AvoBold.woff");
   font-display: block;
} */
:root {
    --main-color-1:#00aa59;
    --primary:#00aa59;
    --color-red: #ec2d3f;
    --color-medium-red: #cc2c32;
    --color-dark-red: #c31829;
    --color-green: #28a745;
    --color-dark-green: #207d36;
    --color-black: #212529;
    --color-gray: #6c757d;
    --background-static: #3fa07e;
    --background-hover: #eceb1b;
    --color-static: #000;
    --color-hover: #ec2d3f;
 }
@keyframes spin {
   to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
   }
}
@-webkit-keyframes spin {
   to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
   }
}
@keyframes blink {
   0% {
      opacity: 1;
   }
   50% {
      opacity: 0;
   }
   100% {
      opacity: 1;
   }
}
@-webkit-keyframes blink {
   0% {
      opacity: 1;
   }
   50% {
      opacity: 0;
   }
   100% {
      opacity: 1;
   }
}
@keyframes shake-anim {
   0% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
      transform: rotate(0) scale(1) skew(1deg);
   }
   10%,
   30% {
      -moz-transform: rotate(-25deg) scale(1) skew(1deg);
   }
   20%,
   40% {
      -moz-transform: rotate(25deg) scale(1) skew(1deg);
   }
   100%,
   50% {
      -moz-transform: rotate(0) scale(1) skew(1deg);
   }
}
@-webkit-keyframes shake-anim {
   0%,
   100%,
   50% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
   }
   10%,
   30% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
   }
   20%,
   40% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
   }
}
.hover_xam {
  position: relative;
  overflow: hidden;
}
.hover_xam::before {
  content: "";
  background: rgba(255, 255, 255, .5);
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -khtml-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 0;
  height: 0;
  z-index: 1;
}
.hover_xam::after {
  content: "";
  background: rgba(255, 255, 255, .5);
  top: 0;
  right: 0;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -khtml-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 0;
  height: 0;
  z-index: 2;
}
.hover_xam:hover::before,
.hover_xam:hover::after {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition-duration: 1.3s;
  -moz-transition-duration: 1.3s;
  -ms-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
  -khtml-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}
/*Hover sÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ng 1*/
.hover_sang1 {
  position: relative;
  overflow: hidden;
}
.hover_sang1:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  z-index: 10;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
}
.hover_sang1:hover:before {
  webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}
/*End Hover sÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ng 1*/
/*Hover sÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ng 2*/
.hover_sang2 {
  position: relative;
  overflow: hidden;
}
.hover_sang2:before {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 10;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.hover_sang2:hover:before {
  transition: 1s;
  left: 100%;
}
/*End Hover sÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ng 2*/
/*Hover sÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ng 3*/
.hover_sang3 {
 position: relative;
 overflow: hidden;
 display: block;
}
.hover_sang3:before {
 content: "";
 background: rgba(255, 255, 255, .5);
 bottom: 0;
 left: 0;
 position: absolute;
 -webkit-transform: rotate(90deg);
 -moz-transform: rotate(90deg);
 -ms-transform: rotate(90deg);
 -o-transform: rotate(90deg);
 transform: rotate(90deg);
 -khtml-opacity: 1;
 -o-opacity: 1;
 -ms-opacity: 1;
 -webkit-opacity: 1;
 -moz-opacity: 1;
 opacity: 1;
 width: 0;
 height: 0;
 z-index: 3;
}
.hover_sang3:after {
 content: "";
 background: rgba(255, 255, 255, .5);
 top: 0;
 right: 0;
 position: absolute;
 -webkit-transform: rotate(90deg);
 -moz-transform: rotate(90deg);
 -ms-transform: rotate(90deg);
 -o-transform: rotate(90deg);
 transform: rotate(90deg);
 -khtml-opacity: 1;
 -o-opacity: 1;
 -ms-opacity: 1;
 -webkit-opacity: 1;
 -moz-opacity: 1;
 opacity: 1;
 width: 0;
 height: 0;
 z-index: 2;
}
.hover_sang3:hover:before,
.hover_sang3:hover:after {
 -webkit-transform: rotateY(180deg);
 -moz-transform: rotateY(180deg);
 -ms-transform: rotateY(180deg);
 -o-transform: rotateY(180deg);
 transform: rotateY(180deg);
 -webkit-transition-duration: 1.3s;
 -moz-transition-duration: 1.3s;
 -ms-transition-duration: 1.3s;
 -o-transition-duration: 1.3s;
 transition-duration: 1.3s;
 -khtml-opacity: 0;
 -o-opacity: 0;
 -ms-opacity: 0;
 -webkit-opacity: 0;
 -moz-opacity: 0;
 opacity: 0;
 height: 100%;
 width: 100%;
}
/*End Hover sÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ng 3*/
.popup-custom .modal-content {
   border-radius: 0px;
   border: 0px;
}
.popup-custom .modal-content .modal-body {
   padding: 10px;
}
.popup-custom .close {
   position: absolute;
   top: 10px;
   right: 10px;
   width: 40px;
   height: 40px;
   z-index: 2;
   color: #888888;
   cursor: pointer;
   border: 1px solid #eeeeee;
   background-color: #ffffff;
   opacity: 1 !important;
}
#popup-quickview .modal-dialog {
   max-width: 1140px;
}
.opacity-0 {
   opacity: 0;
}
@keyframes fadeInUp {
   0% {
      opacity: 0;
      transform: translate3d(0, 100px, 0);
   }
   100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
   }
}
@keyframes fadeInDown {
   0% {
      opacity: 0;
      transform: translate3d(0, -100px, 0);
   }
   100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
   }
}
@keyframes scaleLarge {
   0% {
      opacity: 0;
      transform: scale(2);
   }
   100% {
      opacity: 1;
      transform: scale(1);
   }
}
/* Main */
/* Toc */
a.mucluc-dropdown-list_button {}
a.mucluc-dropdown-list_button:before {
   content: "\f03a";
   font-family: "FontAwesome";
   font-style: normal;
   font-weight: 400;
   background: #fff;
   color: #006acb !important;
   font-size: 20px;
   width: 35px;
   height: 35px;
   display: inline-block;
   line-height: 38px;
   text-align: center;
   border: 1px solid #ddd;
}
.meta-toc.fiedx {
   position: fixed;
   left: 5px;
   top: 200px;
   z-index: 111;
}
.meta-toc .mucluc-dropdown-list_button {
   display: none;
}
.meta-toc.fiedx .mucluc-dropdown-list_button {
   display: block;
}
.meta-toc:not(.fiedx) .box-readmore {
   display: block !important;
}
.box-readmore {
   padding: 10px;
   background-color: #f5f5f5;
   width: 100%;
   margin-top: 2px;
   border: 1px solid #dddddd;
   font-size: 13px;
   margin-bottom: 10px;
}
.meta-toc.fiedx .box-readmore {
   width: 350px;
   display: none;
}
.box-readmore li ul>li {
   margin: 0;
   margin-bottom: 8px;
}
.box-readmore li ul>li:before {
   content: counters(item, ".") " ";
}
.box-readmore ul {
   list-style-type: none;
   counter-reset: item;
   margin-bottom: 0px;
   padding-left: 0px !important;
   margin-top: 8px;
}
.box-readmore ul li {
   display: table;
   counter-increment: item;
   margin: 0 0 5px 0;
}
.box-readmore ul li a {}
.box-readmore ul li:before {
   content: counters(item, ".") ". ";
   display: table-cell;
   padding-right: 5px;
}
.box-readmore ul li a {
   color: #000 !important;
   cursor: pointer;
   font-weight: 500;
   font-size: 14px;
}
.box-readmore ul li li a {
   font-weight: 400;
}
.box-readmore ul li a:hover {
   color: #767676;
}
/* loadpage website */
/* #loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    pointer-events: none;
}
#loader-wrapper #wrap {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 999999;
}
#loader-wrapper.show1 #wrap {
    background: transparent
}
#loader-wrapper:after {
    -webkit-mask: url(../images/mask-01.png);
    mask: url(../images/mask-01.png);
    -webkit-mask-size: 2300% 100%;
    mask-size: 2300% 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 1);
    z-index: 99999;
}
#loader-wrapper.show1::after {
    -webkit-animation: MaskPlay 1s steps(22) forwards;
    animation: MaskPlay 1s steps(22) forwards;
}
#loader-wrapper.show1 #wrap {
    opacity: 0;
}
.loading-text ul {
   margin-top: 1.875rem
}
.loading-text ul li {
   -webkit-animation: anime 1.5s infinite linear;
   animation: anime 1.5s infinite linear;
   display: inline-block;
   font-family: var(--bs-font-monospace);
   font-size: 1.875rem;
   letter-spacing: 1px
}
.loading-text ul li:nth-child(1) {
   -webkit-animation-delay: 0s;
   animation-delay: 0s
}
.loading-text ul li:nth-child(2) {
   -webkit-animation-delay: .1s;
   animation-delay: .1s
}
.loading-text ul li:nth-child(3) {
   -webkit-animation-delay: .2s;
   animation-delay: .2s
}
.loading-text ul li:nth-child(4) {
   -webkit-animation-delay: .3s;
   animation-delay: .3s
}
.loading-text ul li:nth-child(5) {
   -webkit-animation-delay: .4s;
   animation-delay: .4s
}
.loading-text ul li:nth-child(6) {
   -webkit-animation-delay: .5s;
   animation-delay: .5s
}
.loading-text ul li:nth-child(7) {
   -webkit-animation-delay: .6s;
   animation-delay: .6s
}
.loader {
   align-items: center;
   display: flex;
   flex-direction: column;
   height: 100%;
   justify-content: center;
   left: 0;
   padding-bottom: 3.125rem;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 100001
} */
/* name */
/* @-webkit-keyframes anime {
   0% {
      color: grey;
      letter-spacing: 1px;
      text-shadow: 1px 1px 0 #000;
      transform: translateY(0)
   }
   50% {
      color: #ffc107;
      letter-spacing: 5px;
      text-shadow: 5px 10px 1px #000;
      transform: translateY(-10px)
   }
   100% {
      color: grey;
      letter-spacing: 1px;
      text-shadow: 1px 1px 0 #000;
      transform: translateY(0)
   }
}
@keyframes anime {
   0% {
      color: grey;
      letter-spacing: 1px;
      text-shadow: 1px 1px 0 #000;
      transform: translateY(0)
   }
   50% {
      color: #ffc107;
      letter-spacing: 5px;
      text-shadow: 5px 10px 1px #000;
      transform: translateY(-10px)
   }
   100% {
      color: grey;
      letter-spacing: 1px;
      text-shadow: 1px 1px 0 #000;
      transform: translateY(0)
   }
} */
/* end name*/
/* @-webkit-keyframes MaskPlay {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}
@keyframes MaskPlay {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
} */
/*  end loadpage website */
body {
   color: #000;
   font-family: "Inter", Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
}
blockquote {
   font-style: italic;
   font-family: Georgia, Times, "Times New Roman", serif;
   padding: 2px 0;
   border-style: solid;
   border-color: #ccc;
   border-width: 0;
   padding-left: 20px;
   padding-right: 8px;
   border-left-width: 5px;
}
blockquote p {
   margin-bottom: 0;
}
.footer-copyright a {
   color: #fff;
}
.row-10 {
   margin-left: -5px;
   margin-right: -5px;
}
.row-20 {
   margin-left: -10px;
   margin-right: -10px;
}
.row-30 {
   margin-left: -15px;
   margin-right: -15px;
}
.col-30 {
   padding-left: 15px;
   padding-right: -15px;
}
.col-20 {
   padding-left: 10px;
   padding-right: 10px;
}
.mg-col-10 {
   padding-left: 5px;
   padding-right: 5px;
}
.padding-top-bottom {
   padding: 2.5rem 0;
}
.pad-top {
   padding-top: 2.5rem;
}
.pad-bottom {
   padding-bottom: 2.5rem;
}
.mg-top {
   margin-top: 2.5rem;
}
.mg-bottom {
   margin-bottom: 2.5rem;
}
.hover_xemthem {
   transition: 0.4s;
}
.hover_xemthem:hover {
   letter-spacing: 2px;
}
img {
   max-width: 100%;
   height: auto;
   vertical-align: top;
}
a,
input,
textarea {
   outline: none;
   padding: 0px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
   -webkit-appearance: none;
   margin: 0;
}
.w-clear:after {
   display: block;
   content: "";
   clear: both;
}
.hidden {
   display: none;
}
.clear {
   clear: both;
}
.none {
   display: none;
}
.hidden-seoh {
   visibility: hidden;
   height: 0px;
   margin: 0px;
   overflow: hidden;
}
.wrap-content {
   max-width: 1200px;
   margin: auto;
   width: calc(100% - 30px);
}
.fix_head {
   position: fixed !important;
   top: 0;
   width: 100%;
   z-index: 999 !important;
   background: #fff;
}
.pd-l-10 {
   padding-left: -10px;
}
.pd-r-10 {
   padding-right: -10px;
}
.mg-l-10 {
   margin-left: -10px;
}
.mg-r-10 {
   margin-right: -10px;
}
.mg-b-20 {
   margin-bottom: 20px;
}
.title-detail-main {
   color: #252525;
   font-size: 23px;
   margin-bottom: 1.5rem;
   font-weight: 500;
}
/* General */
.title-main {
   margin-bottom: 1.5rem;
   text-align: center;
}
.title-main span {
   text-transform: uppercase;
   color: var(--color-black);
   font-weight: 700;
   font-size: 32px;
   color: var(--main-color-1, var(--main-color-1));
   font-size: 26px;
   font-style: normal;
   font-weight: 600;
   line-height: 22px; /* 84.615% */
}
.time-main {
   margin-bottom: 0.75rem;
   color: #999999;
}
.time-main i {
   vertical-align: top;
   margin: 3px 7px 0px 0px;
}
.time-main span {
   vertical-align: top;
   display: inline-block;
}
.share {
   padding: 15px 10px 10px 10px;
   line-height: normal;
   background: rgb(128 128 128 / 5%);
   margin-top: 15px;
   border-radius: 5px;
}
.share b {
   display: block;
   margin-bottom: 5px;
}
.control-owl {
   position: absolute;
   width: 100%;
   z-index: 2;
   left: 0px;
   top: calc(50% - 45px / 2);
}
.control-owl button {
   opacity: 0.5;
   top: 0px;
   position: absolute;
   outline: none;
   border: 0px;
   padding: 0px;
   margin: 0px;
   display: block;
   cursor: pointer;
   color: #ffffff;
   width: 45px;
   height: 45px;
   text-align: center;
   font-size: 25px;
   margin: 0px;
   background-color: #000000;
   border-radius: 3px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.control-owl button:hover {
   opacity: 1;
}
.control-owl button.owl-prev {
   left: 20px;
}
.control-owl button.owl-next {
   right: 20px;
}
.custom-form-row {
   margin-right: -10px;
   margin-left: -10px;
}
.custom-form-row>.col,
.custom-form-row>[class*="col-"] {
   padding-right: 10px;
   padding-left: 10px;
}
.text-sm {
   font-size: 0.875rem !important;
}
/* Lazyload */
img.lazy {
   opacity: 0;
}
img:not(.initial) {
   -webkit-transition: opacity 1s;
   transition: opacity 1s;
}
img.initial,
img.loaded,
img.error {
   opacity: 1;
}
img:not([src]) {
   visibility: hidden;
}
/* User */
.wrap-user {
   width: 100%;
   max-width: 550px;
   margin: auto;
   border: 1px solid #bce8f1;
   border-radius: 5px;
}
.title-user {
   background-color: #d9edf7;
   padding: 12px 15px;
   border-radius: 5px 5px 0px 0px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: end;
   -ms-flex-align: end;
   align-items: flex-end;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
.title-user span {
   color: #31708f;
}
.title-user a {
   color: #0056b3;
   font-size: 12px;
}
.form-user {
   padding: 20px 15px;
}
.input-user {
   margin-bottom: 0.75rem;
}
.input-user input {
   font-size: 14px;
}
.button-user {
   margin-bottom: 1rem;
   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;
}
.button-user input {
   font-size: 14px;
}
.checkbox-user,
.radio-user {
   cursor: pointer;
}
.checkbox-user input {
   top: calc(50% - 1.25rem / 2);
   height: auto;
}
.checkbox-user label {
   font-size: 14px;
   cursor: pointer;
}
.checkbox-user label::before,
.checkbox-user label::after {
   top: calc(50% - 1rem / 2);
}
.radio-user {
   margin-right: 1rem;
}
.radio-user:last-child {
   margin-right: 0px;
}
.radio-user label::before,
.radio-user label::after {
   top: calc(50% - 1rem / 2);
}
.note-user {
   font-size: 14px;
   border-top: 1px solid #ddd;
   padding-top: 0.5rem;
}
/* Cart */
#popup-cart .modal-title {
   text-transform: uppercase;
}
#popup-cart .modal-body .wrap-cart {
   padding: 0px;
   -webkit-box-shadow: none;
   box-shadow: none;
   border: 0px;
}
#popup-cart .modal-footer {
   padding: 0.75rem 0 0 0;
   border-top: 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;
}
.buymore-cart {
   color: #ec2d3f;
   cursor: pointer;
   margin: 0px;
}
.buymore-cart i {
   margin-right: 2px;
   margin-top: 5px;
   vertical-align: top;
   font-size: 12px;
}
.wrap-cart {
   padding: 20px 15px;
   background: #ffffff;
   border: 1px solid #d8d8d8;
   -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.top-cart {
   border-right: 1px solid #eee;
}
.header.clone .logo-head img{height: 40px;}
.header.clone .menu{padding: 10px 0;}
.fixed-menu .header.clone {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    background: #ffffff;
    z-index: 1234;
}
.header.clone {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100px);
    z-index: -1;
    top: 0;
    width: 100%;
    transition: 0.5s ease;
}
.hide-slide .header, .fixed-menu .header {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}
@media only screen and (max-width: 991px) {
   .top-cart {
      margin-bottom: 2rem;
   }
}
.procart {
   padding: 20px 10px;
   border: 1px solid #eee;
   border-top: 0px;
}
.pic-procart {
   text-align: center;
}
.pic-procart img {
   max-height: 100px;
   height: inherit;
}
.pic-procart .del-procart {
   color: #999;
   font-size: 12px;
   display: block;
   margin-top: 5px;
   cursor: pointer;
}
.pic-procart .del-procart:hover {
   color: red;
}
.name-procart a {
   font-size: 14px;
   color: #000;
   display: block;
}
@media only screen and (max-width: 575px) {
   .name-procart a {
      font-size: 13px;
   }
}
.name-procart a:hover {
   color: #ec2d3f;
}
.properties-procart {
   display: block;
}
.properties-procart p {
   display: inline-block;
   margin-bottom: 0px;
}
.properties-procart p:first-child {
   margin-right: 10px;
}
.properties-procart p strong {
   font-weight: 600;
}
@media only screen and (max-width: 767px) {
   .quantity-procart {
      text-align: right;
   }
}
.quantity-procart p {
   margin-bottom: 0px;
}
.quantity-counter-procart {
   border: 1px solid #dfdfdf;
   width: 100%;
   height: 30px;
   line-height: normal;
   text-align: center;
   border-radius: 3px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: stretch;
   -ms-flex-align: stretch;
   align-items: stretch;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
.counter-procart {
   background-color: transparent;
   border: 0px;
   width: 30%;
   color: #333;
   outline: none;
   cursor: pointer;
   font-size: 23px;
}
.counter-procart:hover,
.counter-procart:focus {
   color: #ec2d3f;
}
.counter-procart:disabled {
   color: #ccc;
   cursor: not-allowed;
}
.counter-procart:disabled:hover {
   color: #ccc;
   cursor: not-allowed;
}
.counter-procart-minus {
   line-height: 26px;
}
.counter-procart-plus {
   line-height: 24px;
}
.quantity-counter-procart .quantity-procart {
   width: 40%;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   border: 0px;
   border-right: 1px solid #dfdfdf;
   border-left: 1px solid #dfdfdf;
   outline: none;
   -webkit-box-shadow: none;
   box-shadow: none;
   padding: 0px;
   color: #333;
   text-align: center;
}
.price-procart {
   width: 20%;
   text-align: right;
}
@media only screen and (max-width: 767px) {
   .price-procart {
      display: none;
   }
}
.price-procart-rp {
   display: none;
   width: 100%;
   margin-bottom: 10px;
   font-size: 13.5px;
}
@media only screen and (max-width: 767px) {
   .price-procart-rp {
      display: block;
   }
}
.price-new-cart {
   color: #ec2d3f;
   margin-bottom: 0px;
}
.price-old-cart {
   color: #999;
   text-decoration: line-through;
}
.procart-label {
   border: 0px;
   background: #eee;
   padding: 10px;
   margin: 0px;
   text-transform: capitalize;
}
@media only screen and (max-width: 575px) {
   .procart-label {
      font-size: 13px;
   }
}
@media only screen and (min-width: 768px) {
   .procart-label .quantity-procart p:first-child {
      display: block;
   }
}
@media only screen and (max-width: 767px) {
   .procart-label .quantity-procart p:first-child {
      display: none;
   }
}
@media only screen and (min-width: 768px) {
   .procart-label .quantity-procart p:last-child {
      display: none;
   }
}
@media only screen and (max-width: 767px) {
   .procart-label .quantity-procart p:last-child {
      display: block;
   }
}
.money-procart {
   margin-top: 15px;
}
.total-procart {
   background: #eee;
   padding: 7px 10px;
   border: 1px solid #dddfe2;
   margin-bottom: -1px;
   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;
}
.total-procart p {
   margin-bottom: 0px;
   font-size: 15px;
}
.total-procart p:last-child {
   color: #ec2d3f;
}
.section-cart {
   position: -webkit-sticky;
   position: sticky;
   top: 15px;
}
.title-cart {
   font-size: 15px;
   text-transform: uppercase;
   color: #000;
   border-bottom: 1px solid #eee;
   padding-bottom: 5px;
   margin-bottom: 15px;
}
.information-cart {
   margin-bottom: 1.5rem;
}
.input-cart {
   margin-bottom: 0.5rem;
   position: relative;
}
.input-cart textarea {
   resize: none;
   height: 100px;
}
.input-cart select {
   cursor: pointer;
}
.payments-cart {
   text-align: left;
   margin-bottom: 5px;
   min-height: auto;
   padding-left: 0;
   margin-left: 20px;
   position: relative;
}
.payments-cart:last-child {
   margin-bottom: 0px;
}
.payments-cart input {
   top: 10px;
   /* opacity: 0; */
   position: absolute;
}
.payments-label {
   cursor: pointer;
   background: #eee;
   display: block;
   padding: 10px 15px;
   border-radius: 3px;
   margin-bottom: 0px;
   color: #313131 !important;
}
.payments-label::before,
.payments-label::after {
   top: calc(50% - 1rem / 2);
}
.payments-label.active {
   background: var(--background-static);
   color: #ffffff !important;
}
.payments-info {
   opacity: 0;
   visibility: hidden;
   height: 0px;
   overflow: hidden;
   background: #f5efef;
   border-radius: 5px;
}
.payments-info p {
   margin-bottom: 1em;
}
.payments-info.active {
   padding: 10px 15px;
   margin-top: 5px;
   opacity: 1;
   visibility: visible;
   height: auto;
}
.btn-cart {
   text-transform: capitalize;
}
.empty-cart {
   padding: 25px 30px;
   text-align: center;
}
.empty-cart i {
   color: red;
   font-size: 70px;
}
.empty-cart p {
   margin: 15px 0px;
   color: #333;
   font-size: 18px;
}
/* Comment */
.comment-title {
   font-size: 18px;
}
.comment-show {
   display: block !important;
}
.comment-point {
   font-size: 47px;
   color: #fe302e;
}
.comment-star {
   font-size: 0;
   position: relative;
   display: inline-block;
   vertical-align: top;
   margin-bottom: 0.5rem;
}
.comment-star span {
   display: block;
   position: absolute;
   top: 0;
   left: 0px;
   bottom: 0;
   z-index: 1;
   overflow: hidden;
   text-align: left;
   white-space: nowrap;
}
.comment-star i {
   display: inline-block;
   margin: 0.1rem;
   color: #b8b8b8;
   text-rendering: auto;
   font-size: 20px;
}
.comment-star i:nth-child(1) {
   margin-left: 0;
}
.comment-star span i {
   color: #ffc120;
}
.comment-progress {
   width: 100%;
   margin-bottom: 0.375rem;
   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;
}
.comment-progress:last-child {
   margin-bottom: 0px;
}
.comment-progress .progress {
   height: 12px;
   margin-right: 10px;
   margin-left: 5px;
   width: calc(100% - 90px);
   border-radius: 10px;
}
.comment-progress .progress-bar#has-rate {
   background-color: #23b445;
}
.comment-progress .progress-num {
   font-size: 15px;
   width: 25px;
   text-align: center;
   color: #787878;
}
.comment-progress .progress-total {
   font-weight: 600;
   text-align: left;
   color: #787878;
   width: 50px;
}
.comment-write {
   display: none;
}
.review-rating-star {
   font-size: 0;
}
.review-rating-star-icon .fa {
   font-weight: 400;
   font-style: normal;
   display: inline-block;
   margin: 0.1rem;
   font-size: 21px;
   cursor: pointer;
   color: #f0c808;
}
.review-rating-star-icon .fa.star-empty {
   color: #dedddc;
}
.review-rating-star-icon .fa.star-not-empty {
   color: #f0c808;
}
.review-rating-star-icon .fa:nth-child(1) {
   margin-left: 0;
}
.review-fileuploader {
   padding: 20px 15px;
   text-align: center;
   background-color: #ffffff;
   cursor: pointer;
   border: 2px dashed #c2cdda;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.review-fileuploader .review-fileuploader-text {
   color: #90a0bc;
}
.review-file-uploader .fileuploader {
   padding: 0px;
   margin: 0px;
   background: transparent;
}
.review-file-uploader .fileuploader-items .fileuploader-items-list {
   margin: 1rem -5px 0 -5px;
}
.review-file-uploader .fileuploader-items .fileuploader-items-list:after {
   display: block;
   content: "";
   clear: both;
}
.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item {
   padding: 0px;
   width: calc(100% / 7 - 10px);
   float: left;
   margin: 0 5px 5px 5px;
   border-bottom: 0px;
}
.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .columns {
   display: block;
}
.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .column-thumbnail {
   width: auto;
   height: auto;
}
.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .column-thumbnail .fileuploader-item-image {
   height: auto;
   padding: 50% 0;
}
.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .column-thumbnail .fileuploader-item-image img {
   position: absolute;
   top: 0px;
   left: 0px;
   max-width: 100%;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
   -webkit-transform: none;
   transform: none;
}
.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .column-title {
   padding: 0px;
   margin-top: 0.5rem;
   text-align: center;
   display: none;
}
.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .column-actions {
   margin: 0px;
   position: absolute;
   top: 0px;
   right: -5px;
}
.review-file-uploader .fileuploader-items .fileuploader-items-list .fileuploader-item .column-infos input {
   border: 1px solid #dddddd;
   border-radius: 0.25rem;
}
.review-poster-video-avatar {
   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;
}
.review-poster-video-avatar .avatar-detail {
   width: 95px;
   height: 95px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.review-poster-video-avatar .avatar-detail img {
   max-width: 95px;
   max-height: 95px;
}
#review-content {
   height: 100px;
}
.carousel-comment-media .carousel-control a {
   opacity: 1;
   width: 45px;
   height: 45px;
   top: calc(50% - 45px / 2);
   bottom: inherit;
}
.carousel-comment-media .carousel-control a span {
   display: block;
   cursor: pointer;
   color: #222222;
   width: 45px;
   height: 45px;
   padding: 5px;
   text-align: center;
   background-color: #ffffff;
   -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
   box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
   border-radius: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.carousel-comment-media .carousel-control a.carousel-control-prev {
   left: 20px;
}
.carousel-comment-media .carousel-control a.carousel-control-prev span {
   padding-right: 9px;
}
.carousel-comment-media .carousel-control a.carousel-control-next {
   right: 20px;
}
.carousel-comment-media .carousel-control a.carousel-control-next span {
   padding-left: 8px;
}
.carousel-comment-media .carousel-indicators {
   position: static;
   margin: 0 0 1rem 0;
}
.carousel-comment-media .carousel-indicators li {
   width: auto;
   max-width: 60px;
   height: auto;
   text-indent: inherit;
   -webkit-box-flex: 0;
   -ms-flex: none;
   flex: none;
   margin: 0px 0px 3px 0px;
   border: 2px solid transparent;
   opacity: 1;
   cursor: -webkit-zoom-in;
   cursor: zoom-in;
}
.carousel-comment-media .carousel-indicators li.active {
   border-color: #ffc120;
   cursor: -webkit-zoom-out;
   cursor: zoom-out;
   -webkit-transform: scale(1.05);
   transform: scale(1.05);
}
.carousel-comment-media .carousel-inner {
   max-width: 550px;
   -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
   box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
   margin: auto;
}
.carousel-comment-media .carousel-inner .carousel-lists .carousel-comment-media-item-video #file-video {
   max-width: 100%;
   width: 100%;
   height: 500px;
   vertical-align: top;
   display: inline-block;
   background-color: #000000;
}
#form-reply {
   display: none;
}
.comment-item {
   margin-bottom: 3rem;
}
@media only screen and (min-width: 992px) {
   .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: 200px;
   margin-right: 30px;
   text-align: center;
}
@media only screen and (max-width: 991px) {
   .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 {
   border-radius: 50%;
   background-color: #d3d2d3;
   color: #919090;
   width: 65px;
   height: 65px;
   text-transform: uppercase;
   display: inline-block;
   vertical-align: top;
   line-height: 67px;
   font-size: 18px;
   font-weight: 700;
   margin-bottom: 0.5rem;
}
@media only screen and (max-width: 991px) {
   .comment-item-letter {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 13px;
      margin-bottom: 0;
   }
}
.comment-item-name {
   margin-bottom: 0.25rem;
   text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
   .comment-item-name {
      margin-bottom: 0px;
      margin-left: 10px;
      margin-right: 10px;
   }
}
.comment-item-posttime {
   font-size: 12px;
   color: #999999;
}
.comment-item-information {
   width: calc(100% - 230px);
}
@media only screen and (max-width: 991px) {
   .comment-item-information {
      width: 100%;
   }
}
.comment-item-star {
   float: left;
   margin-right: 10px;
}
.comment-item-star i {
   font-size: 17px;
}
.comment-item-title {
   font-size: 15px;
   font-weight: 500;
}
.comment-replies {
   position: relative;
   background: #f8f9fa;
   border: 1px solid #dfdfdf;
   padding: 1.75rem 1.5rem;
}
.comment-replies:after {
   content: "";
   position: absolute;
}
.comment-replies:before {
   content: "";
   position: absolute;
   z-index: 1;
   top: -13px;
   left: 10px;
   border-left: 10px solid transparent;
   border-right: 10px solid transparent;
   border-bottom: 13px solid #f8f9fa;
}
.comment-replies:after {
   top: -14px;
   left: 9px;
   border-left: 11px solid transparent;
   border-right: 11px solid transparent;
   border-bottom: 14px solid #dfdfdf;
}
.comment-replies-item {
   margin-bottom: 1.5rem;
   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-replies-item:last-child {
   margin-bottom: 0px;
}
.comment-replies-letter {
   width: 45px;
   height: 45px;
   margin-right: 10px;
   line-height: 45px;
   padding-left: 1px;
   font-size: 14px;
   border-radius: 50%;
   background-color: #e5e3e5;
   color: #919090;
   text-transform: uppercase;
   display: inline-block;
   vertical-align: top;
   font-weight: 500;
   text-align: center;
   margin-top: 0.125rem;
}
.comment-replies-letter.admin {
   position: relative;
   background-color: #189eff;
   text-indent: 9999px;
   overflow: hidden;
}
.comment-replies-letter.admin:before {
   content: "QTV";
   text-indent: 0px;
   color: #ffffff;
   font-weight: 500;
   text-transform: uppercase;
   font-size: 13px;
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.comment-replies-info {
   width: calc(100% - 55px);
}
.comment-replies-name {
   font-weight: 500;
   margin-bottom: 0.125rem;
}
.comment-replies [class*="btn-load-more-"] {
   border: 0px;
   outline: none;
   padding: 0px;
   background: transparent;
}
.comment-media-play {
   z-index: 1;
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translateY(-50%) translateX(-50%);
   transform: translateY(-50%) translateX(-50%);
}
.comment-media-play svg {
   -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
   box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
   border-radius: 50%;
   background-color: rgba(255, 255, 255, 0.15);
}
.comment-media-play svg .comment-media-play-stroke-dotted {
   opacity: 0;
   stroke-dasharray: 4, 5;
   stroke-width: 1px;
   -webkit-transform-origin: 50% 50%;
   transform-origin: 50% 50%;
   -webkit-animation: spin 4s infinite linear;
   animation: spin 4s infinite linear;
   -webkit-transition: opacity 1s ease, stroke-width 1s ease;
   transition: opacity 1s ease, stroke-width 1s ease;
}
.comment-media-play svg .comment-media-play-stroke-solid {
   stroke-dashoffset: 0;
   stroke-dasharray: 300;
   stroke-width: 4px;
   -webkit-transition: stroke-dashoffset 1s ease, opacity 1s ease;
   transition: stroke-dashoffset 1s ease, opacity 1s ease;
}
.comment-media-play svg .comment-media-play-icon {
   -webkit-transform-origin: 50% 50%;
   transform-origin: 50% 50%;
   -webkit-transition: -webkit-transform 200ms ease-out;
   transition: -webkit-transform 200ms ease-out;
   transition: transform 200ms ease-out;
   transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}
.comment-media-play:hover svg .comment-media-play-stroke-dotted {
   stroke-width: 4px;
   opacity: 1;
}
.comment-media-play:hover svg .comment-media-play-stroke-solid {
   opacity: 0;
   stroke-dashoffset: 300;
}
.comment-media-play:hover svg .comment-media-play-icon {
   -webkit-transform: scale(1.05);
   transform: scale(1.05);
}
/* head */
.head {
   background-color: #ffffff;
}
.head .head-top {
   color: #000;
   background-color: var(--primary);
   color: #FFF;
   font-size: 14px;
   font-style: normal;
   font-weight: 500;
   line-height: normal;
}
.head .head-top .wrap-content {}
.slogan-head {
   height: 40px;
   display: flex;
   align-items: center;
   /* width: 40%; */
}
.info-head {
   margin-bottom: 0;
}
.info-head i {
   vertical-align: top;
   margin: 3px 5px 0px 0px;
   font-size: 16px;
}
.head .head-bottom .wrap-content {
   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;
}
.social-head li {
   width: 30px;
}
.head-bottom .wrap-content {
   padding: 5px 0;
}
.hotline-head {}
.hotline-head p {}
.hotline-head span {}
.user-head a {
   color: #ffffff;
   padding-right: 9px;
   margin-right: 7px;
   position: relative;
   display: inline-block;
   vertical-align: top;
   text-decoration: none;
}
.user-head a:after {
   content: "";
   position: absolute;
   width: 1px;
   height: 8px;
   background-color: #ffffff;
   top: calc(50% - 7px / 2);
   right: 0px;
   opacity: 0.7;
}
.user-head a:last-child {
   padding-right: 0px;
   margin-right: 0px;
}
.user-head a:last-child:after {
   display: none;
}
/* Menu */
.menu {position: relative;z-index: 9;padding: 15px 0;}
@media only screen and (max-width: 991px) { .menu { display: none; } }
.menu ul { width: 100%; padding: 0px; margin: auto; list-style: none; }
.menu ul.menu-main { 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; }
.menu ul li {position: relative;z-index: 1;margin: 0px 10px;}
.menu ul li.menu-line { width: 1px; height: 15px; background-color: rgba(0, 0, 0, 0.1); }
.menu ul li a {display: block;position: relative;font-size: 16px;color: #000;padding: 3px 3px;font-weight: 500;text-transform: capitalize;text-decoration: none;overflow: hidden;color: #000;font-size: 15px;font-style: normal;font-weight: 500;line-height: normal;padding: 15px 0;}
.menu ul li a::before{position: absolute;/* content: ''; */width: 100%;height: 2px;background-color: #F70203;border-radius: 5px;left: 0px;bottom: 0px;transform-origin: right;transform: scaleX(0);transition: transform 0.5s;}
.menu ul > li > a.active::before,.menu ul> li:hover > a::before{transform-origin: left;transform: scaleX(1);}
.menu ul li a.has-child { padding-right: 16px; margin-right: 8px; }
.menu ul li a.has-child:after { content: ""; position: absolute; bottom: calc(50% - 4px / 2); right: 5px; width: 5px; height: 5px; border: 1px solid #fafafa; border-top: 0px; border-left: 0px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.menu ul li ul {position: absolute;min-width: 250px;margin-top: -5px;padding-top: 0.75rem;padding-bottom: 0.75rem;background-color: #fafafa;border-radius: 0.25rem;-webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);-webkit-transform: perspective(600px) rotateX(-90deg);transform: perspective(600px) rotateX(-90deg);-webkit-transform-origin: 0 0 0;transform-origin: 0 0 0;opacity: 0;visibility: hidden;padding: 0;}
.menu ul li:hover > ul { -webkit-transform: perspective(600px) rotateX(0); transform: perspective(600px) rotateX(0); transform-origin: 0 0 0; -webkit-transform-origin: 0 0 0; opacity: 1; visibility: visible; }
.menu ul li ul li { padding-left: 0.75rem; padding-right: 0.75rem;margin: 0px;}
.menu ul li ul li a { font-size: 14px; color: #313131; border-bottom: 1px solid #ececec; padding: 10px 0px 9px 0px; text-transform: capitalize; }
.menu ul li ul li a.has-child { margin-right: 0px; }
.menu ul li ul li a.has-child:after { border-color: #313131; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.menu ul li ul li a.active { color: var(--color-main); }
.menu ul li ul li a.active.has-child:after { border-color: var(--color-main); }
.menu ul li ul li:last-child > a { border-bottom: 0px; }
.menu ul li ul li:hover > a {color: red;}
.menu ul li ul li:hover > a.has-child:after { border-color: var(--color-main); }
.menu ul li ul li ul { top: -0.75rem; left: 100%; margin-top: 0px; }
.menu ul li a:hover{color: #F70203;transition: all 0.3s;}
/* Search */
.search {
   width: 217px;
   background: #ffffff;
   border-radius: 5px;
   border: solid 1px #ccc;
   /* box-shadow: 0px 0px 10px var(--primary)59; */
}
.search p {
   float: left;
   width: 50px;
   height: 40px;
   line-height: 40px;
   cursor: pointer;
   text-align: center;
   margin: 0px;
   color: #6c757d;
   font-size: 16px;
}
.search input {
   width: calc(100% - 50px);
   height: 40px;
   float: left;
   outline: none;
   padding: 0px;
   border: 0px;
   background: transparent;
   text-indent: 18px;
   font-size: 13px;
}
.search input::-webkit-input-placeholder {
   color: #313131;
}
.search input:-moz-placeholder {
   color: #313131;
}
.search input::-moz-placeholder {
   color: #313131;
}
.search input:-ms-input-placeholder {
   color: #313131;
}
/* Mmenu */
.menu-res {
   z-index: 100;
   background: #fff;
   position: relative;
   display: none;
}
@media only screen and (max-width: 991px) {
   .menu-res {
      display: block;
   }
}
.menu-bar-res {
   height: 70px;
   padding: 0px 15px;
}
#menu {
   display: none;
}
#hamburger {
   display: block;
   width: 30px;
   height: 23px;
   position: relative;
}
#hamburger:before,
#hamburger:after,
#hamburger span {
   background: var(--primary);
   content: "";
   display: block;
   width: 100%;
   height: 2px;
   position: absolute;
   left: 0px;
}
#hamburger:before {
   top: 0px;
}
#hamburger span {
   top: 10px;
}
#hamburger:after {
   top: 20px;
}
#hamburger:before,
#hamburger:after,
#hamburger span {
   -webkit-transition: none 0.5s ease 0.5s;
   transition: none 0.5s ease 0.5s;
   -webkit-transition-property: transform, top, bottom, left, opacity;
   transition-property: transform, top, bottom, left, opacity;
}
.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
   top: 10px;
}
.mm-wrapper_opening #hamburger span {
   left: -50px;
   opacity: 0;
}
.mm-wrapper_opening #hamburger:before {
   transform: rotate(45deg);
}
.mm-wrapper_opening #hamburger:after {
   transform: rotate(-45deg);
}
.mm-menu_opened {
   display: block !important;
}
/* Search Responsive */
.search-res {
   position: relative;
}
.search-res .icon-search {
   width: 40px;
   height: 40px;
   cursor: pointer;
   text-align: center;
   line-height: 42px;
   color: var(--primary);
   font-size: 17px;
   margin: 0px;
}
.search-res .icon-search.active {
   color: #ec2d3f;
   background: #ffffff;
   border-radius: 100%;
}
.search-res .search-grid {
   position: absolute;
   top: 50px;
   right: 0px;
   width: 0px;
   height: 40px;
   overflow: hidden;
   background: #ffffff;
   border: 1px solid #ec2d3f;
   z-index: 2;
   opacity: 0;
   border-radius: 25px;
   line-height: normal;
}
.search-res .search-grid p {
   float: left;
   width: 35px;
   height: 38px;
   cursor: pointer;
   outline: none;
   border: none;
   margin: 0px;
   font-size: 17px;
   display: block;
   color: #ec2d3f;
   line-height: 40px;
   text-align: center;
}
.search-res .search-grid input {
   width: calc(100% - 35px);
   float: right;
   line-height: 38px;
   outline: none;
   border: none;
   color: #ec2d3f;
}
.search-res .search-grid input::-webkit-input-placeholder {
   color: #313131;
}
.search-res .search-grid input:-moz-placeholder {
   color: #313131;
}
.search-res .search-grid input::-moz-placeholder {
   color: #313131;
}
.search-res .search-grid input:-ms-input-placeholder {
   color: #313131;
}
/* Slideshow */
.slideshow {
   position: relative;
}
.slideshow-item {
   display: block;
   cursor: pointer;
}
.slideshow:hover .control-slideshow {
   opacity: 1;
}
.control-slideshow {
   opacity: 0;
}
.info-slide {
   position: absolute;
   top: 0;
   left: calc((100% - 1200px) / 2);
   bottom: 0;
   display: flex;
   flex-direction: column;
   /* align-items: center; */
   justify-content: center;
   text-align: center;
}
.name-slide {
   font-size: 30px;
   text-transform: uppercase;
   color: #fff;
   color: #FFF;
   font-size: 26px;
   font-style: normal;
   font-weight: 800;
   line-height: 20px; /* 76.923% */
}
.desc-slide {
   font-size: 15px;
   color: #fff;
   width: 500px;
   margin: 20px 0;
   text-align: start;
   color: #FFF;
   font-size: 16px;
   font-style: normal;
   font-weight: 600;
   line-height: 22px; /* 137.5% */
}
.views-more-slide {
   background-color: var(--background-static);
   width: 120px;
   height: 40px;
   color: #fff;
   font-size: 15px;
}
.box-slide.slick-current.slick-active .name-slide {
   animation: fadeInUp;
   animation-duration: 1s;
   animation-delay: 0.5s;
   animation-fill-mode: forwards;
}
.box-slide.slick-current.slick-active .desc-slide {
   animation: fadeInUp;
   animation-duration: 1s;
   animation-delay: 1s;
   animation-fill-mode: forwards;
}
.box-slide.slick-current.slick-active .views-more-slide {
   animation: scaleLarge;
   animation-duration: 1s;
   animation-delay: 1.5s;
   animation-fill-mode: forwards;
}
.slide-text .slick-prev,
.slide-text .slick-next {
   width: 40px;
   height: 50px;
   border-radius: 5px;
   background: rgba(0, 0, 0, 0.3);
}
.slide-text .slick-prev {
   left: 5px;
}
.slide-text .slick-next {
   right: 5px;
}
.slide-text .slick-prev:before {
   font-family: "FontAwesome";
   font-weight: 400;
   content: "\f053";
}
.slide-text .slick-next:before {
   font-family: "FontAwesome";
   font-weight: 400;
   content: "\f054";
}
.slide-text .slick-dots {
   bottom: 20px;
}
.slide-text .slick-dots li {
   margin: 0;
}
.slide-text .slick-dots li button:before {
   color: #fff;
   font-size: 15px;
}
/* Partner */
.control-partner button {
   background-color: transparent;
   color: #222222;
   opacity: 1;
   width: 25px;
   font-size: 23px;
}
.control-partner button:hover {
   opacity: 0.7;
}
.control-partner button.owl-prev {
   left: 0px;
}
.control-partner button.owl-next {
   right: 0px;
}
.wrap-partner {
   padding: 40px 0;
}
.wrap-partner .wrap-content {
   position: relative;
}
.partner {
   display: block;
   /* border: 1px solid #eee; */
   /* max-width: 175px; */
   /* margin: 0px auto; */
}
/* Breadcrumb */
.breadCrumbs {
   background-color: #eee;
}
.breadCrumbs .wrap-content {
   padding: 0.75rem 0;
}
.breadCrumbs .wrap-content .breadcrumb {
   padding: 0;
   margin-bottom: 0;
   background-color: transparent;
   border-radius: 0;
}
.breadCrumbs .wrap-content .breadcrumb-item a {
   color: #212529;
}
.breadCrumbs .wrap-content .breadcrumb-item.active a {
   color: #6c757d;
}
/* Intro */
.wrap-intro {
   padding: 60px 0;
   background: #FCFCFC;
}
.news-intro:before {
   content: "";
   position: absolute;
   width: 1px;
   height: calc(100% - 50px);
   top: 10px;
   left: 90px;
   background-color: #cacaca;
}
.news-scroll:before,
.news-scroll:after {
   content: "";
   position: absolute;
   width: 10px;
   height: 10px;
   left: 85px;
   border-radius: 100%;
   background-color: #cacaca;
}
.news-scroll:before {
   top: 10px;
}
.news-scroll:after {
   bottom: 40px;
}
.news-control {
   left: 85px;
   font-size: 13px;
   opacity: 0.5;
   z-index: 1;
   cursor: pointer;
}
.news-control:hover {
   opacity: 1;
   color: #ec2d3f;
}
.news-control#up {
   top: -10px;
}
.news-control#down {
   bottom: 20px;
}
.news-shadow {
   padding-bottom: 30px;
   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;
}
.news-shadow .news-shadow-time {
   font-size: 13px;
   width: 75px;
   margin-right: 45px;
}
.news-shadow .news-shadow-time:after {
   content: "";
   position: absolute;
   width: 20px;
   height: 20px;
   top: calc(50% - 20px / 2);
   right: -26px;
   background-repeat: no-repeat;
   background-position: center;
   background-image: url(../images/pattern-news.png);
}
.news-shadow .news-shadow-article {
   width: calc(100% - 120px);
   padding: 14px 15px;
   border-radius: 10px;
   background-color: #ffffff;
   border: 1px solid #cecabb;
   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;
}
.news-shadow .news-shadow-article:before {
   content: "";
   position: absolute;
   top: calc(50% - 26px / 2);
   left: -13px;
   z-index: 0;
   border-top: 13px solid transparent;
   border-right: 13px solid #cecabb;
   border-bottom: 13px solid transparent;
}
.news-shadow .news-shadow-article:after {
   content: "";
   position: absolute;
   top: calc(50% - 24px / 2);
   left: -11px;
   z-index: 1;
   border-top: 12px solid transparent;
   border-right: 11px solid #ffffff;
   border-bottom: 12px solid transparent;
}
.news-shadow .news-shadow-article .news-shadow-image {
   margin-right: 10px;
   width: 90px;
}
.news-shadow .news-shadow-article .news-shadow-info {
   width: calc(100% - 100px);
}
.news-shadow .news-shadow-article .news-shadow-info .news-shadow-name {
   height: 36px;
   font-size: 15px;
   font-weight: 700;
}
.news-shadow .news-shadow-article .news-shadow-info .news-shadow-name a {
   color: #222222;
}
.news-shadow .news-shadow-article .news-shadow-info .news-shadow-name a:hover {
   color: #ec2d3f;
}
.news-shadow .news-shadow-article .news-shadow-info .news-shadow-name a .text-split {
   -webkit-line-clamp: 2;
}
.news-shadow .news-shadow-article .news-shadow-info .news-shadow-desc {
   height: 38px;
   font-size: 13px;
}
.news-shadow .news-shadow-article .news-shadow-info .news-shadow-desc.text-split {
   -webkit-line-clamp: 2;
}
/* Video */
.video {
   cursor: pointer;
   margin-bottom: 1rem;
}
.video .video-image {
   position: relative;
   margin-bottom: 0.75rem;
}
.video .video-image:before {
   content: "";
   position: absolute;
   width: 50px;
   height: 35px;
   top: calc(50% - 50px / 2);
   left: calc(50% - 35px / 2);
   z-index: 1;
   background-repeat: no-repeat;
   background-image: url(../images/play.png);
}
.video .video-name {
   text-align: center;
   font-size: 16px;
   color: #212529;
   margin-bottom: 0px;
}
/* Album */
.album {
   cursor: pointer;
}
.album .album-image {
   margin-bottom: 0.75rem;
}
.album .album-name {
   margin-bottom: 0px;
   text-align: center;
}
.album .album-name a {
   display: block;
   font-size: 16px;
   color: #212529;
   margin-bottom: 0px;
}
/* Brand */
.wrap-brand .wrap-content {
   position: relative;
}
.brand {
   display: block;
   border: 1px solid #eee;
   max-width: 160px;
   margin: 0px auto;
}
/* Product */
.wrap-product {
   margin-bottom: 50px;
}
.cart-product {
   margin-bottom: 0px;
}
.cart-product span {
   cursor: pointer;
   color: #ffffff;
   text-transform: capitalize;
   text-align: center;
}
/* Product Detail */
.grid-pro-detail {
   margin-bottom: 3rem;
}
.left-pro-detail {
   position: relative;
   text-align: center;
   width: 45%;
}
.right-pro-detail {
   width: calc(55% - 40px);
}
.left-pro-detail .MagicZoom {
   border: 1px solid #eee;
   padding: 7px;
   border-radius: 5px;
   background-color: #ffffff;
}
.gallery-thumb-pro {
   position: relative;
   margin-top: 10px;
}
.owl-pro-detail {
   padding: 0;
}
.control-pro-detail button {
   background-color: transparent;
   color: #222222;
   opacity: 1;
   width: 25px;
   font-size: 23px;
}
.control-pro-detail button:hover {
   opacity: 0.7;
}
.control-pro-detail button.owl-prev {
   left: 0px;
}
.control-pro-detail button.owl-next {
   right: 0px;
}
.thumb-pro-detail {
   display: block !important;
   border: 1px solid #eee;
   padding: 5px;
   border-radius: 3px;
   cursor: pointer;
   background-color: #ffffff;
}
.thumb-pro-detail.mz-thumb.mz-thumb-selected {
   border-color: #cecfd2;
}
.thumb-pro-detail img {
   -webkit-box-shadow: none !important;
   box-shadow: none !important;
   -webkit-filter: brightness(100%) !important;
   filter: brightness(100%) !important;
   border-bottom: 0px !important;
   padding-bottom: 0px !important;
}
.title-pro-detail {
   text-transform: capitalize;
   font-size: 20px;
   display: block;
   font-weight: 700;
   margin-bottom: 20px !important;
}
.comment-pro-detail {
   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;
}
.social-plugin-pro-detail {
   margin-bottom: 1rem;
   margin-top: 0px !important;
}
.desc-pro-detail {
   margin-bottom: 1rem;
}
.attr-pro-detail {
   list-style: none;
   padding: 0px;
}
.attr-pro-detail li {
   margin-bottom: 15px;
}
.attr-label-pro-detail {
   margin: 0px 5px 0px 0px;
   font-weight: bold;
   font-size: 17px;
}
.attr-content-pro-detail {
   display: inline-block;
   margin-bottom: 0px;
}
.brand-pro-detail {}
.brand-pro-detail a {
   background: var(--color-red);
   color: #fff;
   border-radius: 2px;
   padding: 2px 5px;
}
.price-new-pro-detail {
   font-weight: 700;
   font-size: 23px;
   color: var(--color-black);
}
.price-old-pro-detail {
   font-weight: 400;
   color: var(--color-gray);
   text-decoration: line-through;
   padding-left: 10px;
}
.color-pro-detail {
   cursor: pointer;
   vertical-align: top;
   position: relative;
   width: 48px;
   height: 32px;
   margin: 0 8px 5px 0;
   background-repeat: no-repeat;
   background-size: contain;
   background-position: center center;
   border: 1px solid #dadada;
   transition: 0.3s;
   border-radius: 2px;
}
.size-pro-detail {
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 32px;
   width: 48px;
   position: relative;
   margin: 0 8px 0 0;
   border: 1px solid #dadada;
   border-radius: 2px;
   font-size: 12px;
   transition: 0.3s;
}
.size-pro-detail.active,
.color-pro-detail.active {
   border-color: var(--color-dark-red);
}
.size-pro-detail.active:after,
.color-pro-detail.active:after {
   content: "";
   position: absolute;
   bottom: 0px;
   right: 0px;
   width: 13px;
   height: 13px;
   background-repeat: no-repeat;
   background-image: url(../images/check-cart.png);
}
.color-pro-detail input[type="radio"],
.size-pro-detail input[type="radio"] {
   display: none;
}
.quantity-pro-detail {
   width: 150px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   text-align: center;
   height: 45px;
   border-radius: 30px;
   overflow: hidden;
   border: 1px solid #dfdfdf;
}
.quantity-pro-detail span {
   line-height: 25px;
   padding: 0px;
   width: 45px;
   height: 100%;
   color: #000;
   cursor: pointer;
   font-size: 22px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-weight: 500;
}
.quantity-pro-detail span.quantity-plus-pro-detail {
   border-left: 0px;
}
.quantity-pro-detail span.quantity-minus-pro-detail {
   border-right: 0px;
}
.quantity-pro-detail input {
   height: 100%;
   border: none;
   width: calc(100% - 90px);
   text-align: center;
   font-size: 15px;
}
.cart-pro-detail {
   max-width: 400px;
}
.cart-pro-detail a {
   text-align: center;
   color: #fff;
   text-transform: uppercase;
   cursor: pointer;
   width: calc(100% / 2 - 5px);
   height: 45px;
   border-radius: 5px;
}
.cart-pro-detail a.addnow {
   background: #fff;
   color: var(--color-red);
}
.cart-pro-detail a.addnow:hover {
   color: #fff;
   background: var(--color-red);
}
.cart-pro-detail a.buynow {
   background-color: #333;
}
.cart-pro-detail a.buynow:hover {
   background-color: var(--color-dark-red);
   color: #fff;
}
.cart-pro-detail a i {
   vertical-align: top;
   margin-right: 8px;
   font-size: 24px;
   position: relative;
   top: -2px;
}
.tags-pro-detail a {
   float: left;
   font-size: 13px;
   padding-bottom: 0.375rem;
   margin: 0px 5px 5px 0px;
}
.tags-pro-detail a i {
   font-size: 11px;
   margin: 5px 5px 0px 0px;
}
.tabs-pro-detail {
   margin-top: 2rem;
}
.tabs-pro-detail .nav-tabs .nav-link {
   border-top-width: 3px;
   font-size: 16px;
   color: #333;
   text-transform: uppercase;
   font-weight: 500;
}
.tabs-pro-detail .nav-tabs .nav-link.active,
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
   border-top-color: #555555;
   font-weight: bold;
}
/* News */
.pic-news {
   width: 100%;
}
.pic-news img {
   width: 100%;
}
.info-news {
   width: 100%;
   padding: 10px 0;
   padding-bottom: 0;
}
.name-news {
   color: #252525;
   font-size: 17px;
   line-height: normal;
   font-weight: 600;
}
.name-news.text-split {
   -webkit-line-clamp: 2;
}
.name-news:hover {
   color: #ff5605;
}
.time-news {
   color: var(--color-gray);
   margin-bottom: 10px;
}
.desc-news {
   color: #676767;
   margin-top: 5px;
   line-height: 22px;
}
.news .news-name {
   margin-bottom: 0.5rem;
}
.news .news-name a {
   color: #333;
   font-size: 16px;
}
.news .news-name a.text-split {
   -webkit-line-clamp: 2;
}
.news .news-name a:hover {
   color: #ec2d3f;
}
.news .news-time {
   color: #84878a;
   margin-bottom: 0.25rem;
}
.news .news-desc {
   color: #333333;
   margin-top: 5px;
   line-height: 22px;
}
.othernews b {
   margin-bottom: 10px;
   font-size: 15px;
}
/*News orther*/
.othernews {
   position: sticky;
   top: 60px;
   z-index: 11;
}
.news-other {
   margin-bottom: 15px;
}
.pic-news-other {
   width: 40%;
}
.info-news-other {
   width: 60%;
   padding-left: 10px;
}
.name-news-other {
   color: #252525;
   font-size: 14px;
   line-height: normal;
   font-weight: 600;
}
.name-news-other:hover {
   color: var(--background-static);
}
.name-news-other.text-split {}
/* Contact */
.form-floating.form-floating-cus>input,
.form-floating-cus>select {
   height: 45px;
   border-top: none !important;
   box-shadow: none !important;
}
.form-floating.form-floating-cus>textarea {
   height: 100px;
   box-shadow: none;
}
.form-floating.form-floating-cus>label {
   padding: 10px 10px;
   color: var(--color-gray);
}
.contact-article {
   margin-bottom: 3rem;
}
.contact-input {
   position: relative;
   margin-bottom: 20px;
}
.contact-input input,
.contact-input textarea {
   border-radius: 0;
   border-top: none;
   border-left: none;
   border-right: none;
}
.contact-input input:focus,
.contact-input textarea:focus {
   box-shadow: none;
   outline: none;
}
.contact-input textarea {
   resize: none;
   height: 150px;
}
.contact-input .custom-file-label::after {
   content: attr(title);
}
.contact-map {
   position: relative;
   height: 500px;
}
.contact-map iframe {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100% !important;
   height: 100% !important;
}
/* Newsletter */
.newsletter-slogan {
   margin-bottom: 0.5rem;
   color: var(--color-gray);
}
.form-newsletter {
   display: flex;
   flex-direction: column;
   gap: 10px;
   width: 100%;
}
.newsletter-input {
   position: relative;
   height: 50px;
   width: 100%;
}
.newsletter-input input {
   height: 100%;
   width: 100%;
   border-radius: 5px;
   border: 1px solid #fff;
   background-color: transparent !important;
   color: #FFF;
   text-align: justify;
   font-size: 14px !important;
   font-style: normal;
   font-weight: 500;
   line-height: 20px; /* 142.857% */
   box-shadow: 0px 0px 10px #ec2d3f29 !important;
}
#content-newsletter {
   border-radius: 5px;
   border: 1px solid #fff;
   background-color: transparent;
   height: 97px;
   resize: none;
   font-size: 14px !important;
   color: #fff !important;
   box-shadow: 0px 0px 10px #ec2d3f29 !important;
   margin-bottom: 20px;
}
.newsletter-button {
   width: 140px;
   margin: auto;
}
.newsletter-button input[type="submit"] {
   border: 0px;
   color: #fff;
   height: 45px;
   border-radius: 0;
   background: var(--main-color-1);
   font-size: 16px;
   BORDER-RADIUS: 5PX;
}
/* Footer */
.footer-article {
   /* background: url(../images/footer.png)no-repeat; */
   background-size: cover;
   color: #fff;
   padding-top: 40px;
   background: var(--primary);
}
.footer-title {
   text-transform: uppercase;
   font-size: 14px;
   margin-bottom: 1rem;
   font-weight: 500;
   color: #FFF;
   font-size: 16px;
   font-style: normal;
   font-weight: 600;
   line-height: 20px; /* 125% */
   margin-bottom: 20px;
}
.name-company {
   text-transform: uppercase;
   font-size: 14px;
   margin-bottom: 1rem;
   font-weight: 700;
}
.footer-ul {
   list-style: none;
   padding: 0px;
   margin: 0px;
}
.footer-ul li {
   margin-bottom: 20px;
   width: 100%;
}
.footer-ul li:last-child {
   margin-bottom: 0px;
}
.footer-ul li a {
   color: #FFF;
   text-align: justify;
   font-size: 14px;
   font-style: normal;
   font-weight: 500;
   line-height: 20px; /* 142.857% */
}
.footer-ul li a:hover {
   text-decoration: none;
   color: #ec2d3f;
}
.footer-tags {
   background: #eee;
}
.footer-tags .wrap-content {
   padding: 30px 15px;
}
.footer-tags-lists {
   list-style: none;
   padding: 0px;
   margin: 0px;
}
.footer-tags-lists li {
   float: left;
}
.footer-tags-lists li a {
   padding-bottom: 0.375rem;
}
.footer-news {
    padding-bottom: 30px;
}
.footer-powered {
   color: #ffffff;
   /* background-color: #212121; */
   color: #FFF;
   font-size: 14px;
   font-style: normal;
   font-weight: 500;
   line-height: 20px;
   padding-bottom: 20px;
}
.footer-powered .wrap-content {
   padding-top: 15px;
   padding-bottom: 15px;
}
.footer-statistic {
   text-align: right;
}
.footer-statistic span {
   padding-right: 10px;
}
.footer-statistic span:last-child {
   padding-right: 0px;
}
#footer-map {
   position: relative;
   height: 500px;
}
#footer-map iframe {
   position: absolute !important;
   width: 100% !important;
   height: 100% !important;
   top: 0px !important;
   left: 0px !important;
}
/* Like Share */
.social-plugin {
   margin-top: 10px;
   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;
}
.social-plugin .at-share-btn {
   margin-bottom: 0px !important;
}
.social-plugin .zalo-share-button {
   margin-left: 3px;
}
/* Paging */
.pagination-home .pagination .page-item .page-link {
   color: #555555;
   font-size: 0.875rem;
}
.pagination-home .pagination .page-item.active .page-link {
   color: #ffffff;
   background-color: #555555;
   border-color: #555555;
}
/* Paging Ajax */
.pagination-ajax {
   text-align: center;
   margin-top: 10px;
}
.pagination-ajax a {
   display: inline-block;
   vertical-align: top;
   margin: 0px 3px 3px 3px;
   width: 35px;
   height: 35px;
   line-height: 33px;
   color: #666 !important;
   border: 1px solid #e6e6e6;
   font-size: 13px;
   cursor: pointer;
   text-decoration: none !important;
   background-color: #ffffff;
   border-radius: 3px;
}
.pagination-ajax a.current,
.pagination-ajax a:hover {
   color: #ffffff !important;
   border-color: #2f5acf;
   background-color: #2f5acf;
}
.pagination-ajax a.first,
.pagination-ajax a.last,
.pagination-ajax a.prev,
.pagination-ajax a.next {
   text-indent: -9999px;
   position: relative;
   background-color: #ffffff !important;
}
.pagination-ajax a.first:before,
.pagination-ajax a.last:before,
.pagination-ajax a.prev:before,
.pagination-ajax a.next:before {
   content: "";
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   z-index: 2;
   background-color: transparent;
   background-repeat: no-repeat;
   background-position: center;
}
.pagination-ajax a.first:before {
   background-image: url(../images/page-first.png);
}
.pagination-ajax a.last:before {
   background-image: url(../images/page-last.png);
}
.pagination-ajax a.prev:before {
   background-image: url(../images/page-prev.png);
}
.pagination-ajax a.next:before {
   background-image: url(../images/page-next.png);
}
/* Popup */
#popup .modal-body {
   padding: 0px;
}
/* Hidden Google Captcha */
.grecaptcha-badge {
   display: none !important;
   width: 0px !important;
   height: 0px !important;
   visibility: hidden !important;
   overflow: hidden;
}
/* Hidden Check Grammar Coccoc */
coccocgrammar {
   display: none;
}
/* Scroll Top */
.scrollToTop {
   width: 41px;
   height: 41px;
   text-align: center;
   font-weight: bold;
   color: #444;
   text-decoration: none;
   position: fixed;
   bottom: 65px;
   right: 25px;
   display: none;
   z-index: 10;
   cursor: pointer;
}
/* Text Hide */
.text-split {
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: normal;
   -webkit-box-orient: vertical;
   display: -webkit-box;
   -webkit-line-clamp: 3;
}
/* Transition All */
.transition,
.control-owl button,
.carousel-comment-media .carousel-control a span,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover>ul,
.scale-img img,
.scale-img:hover>img,
.btn-frame .kenit-alo-circle-fill,
.support-online .kenit-alo-circle-fill {
   -webkit-transition: 0.3s all;
   transition: 0.3s all;
}
/* Scale IMG */
.scale-img {
   overflow: hidden;
   display: block;
}
.scale-img img {
   -webkit-transform: scale(1, 1);
   transform: scale(1, 1);
}
.scale-img:hover>img {
   -webkit-transform: scale(1.1, 1.1);
   transform: scale(1.1, 1.1);
}
/* Blink */
.blink {
   -webkit-animation-name: blink;
   -webkit-animation-duration: 1s;
   -webkit-animation-timing-function: linear;
   -webkit-animation-iteration-count: infinite;
   -moz-animation-name: blink;
   -moz-animation-duration: 1s;
   -moz-animation-timing-function: linear;
   -moz-animation-iteration-count: infinite;
   animation-name: blink;
   animation-duration: 1s;
   animation-timing-function: linear;
   animation-iteration-count: infinite;
}
/* Button Frame */
.btn-frame {
   display: block;
   width: 50px;
   height: 50px;
   position: fixed;
   right: 20px;
   z-index: 10;
   cursor: pointer;
}
.btn-frame i {
   width: 50px;
   height: 50px;
   border-radius: 50%;
   background: linear-gradient(180deg, rgb(0, 183, 255), rgb(255, 48, 255));
   position: relative;
   z-index: 1;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.btn-frame i img {
   vertical-align: middle;
   width: 70%;
}
.btn-frame .animated.infinite {
   -webkit-animation-iteration-count: infinite;
   animation-iteration-count: infinite;
}
.btn-frame .kenit-alo-circle {
   width: 60px;
   height: 60px;
   top: -5px;
   right: -5px;
   position: absolute;
   background-color: transparent;
   border-radius: 100%;
   border: 2px solid rgba(7, 41, 103, 0.8);
   opacity: 0.1;
   border-color: #1182fc;
   opacity: 0.5;
}
.btn-frame .zoomIn {
   -webkit-animation-name: zoomIn;
   animation-name: zoomIn;
}
.btn-frame .animated {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
}
.btn-frame .kenit-alo-circle-fill {
   width: 70px;
   height: 70px;
   top: -10px;
   right: -10px;
   position: absolute;
   border-radius: 100%;
   border: 2px solid transparent;
   background-color: rgba(7, 41, 103, 0.35);
   opacity: 0.4;
}
.btn-frame .pulse {
   -webkit-animation-name: pulse;
   animation-name: pulse;
}
/* Zalo */
.btn-zalo {
   bottom: 315px;
}
/* Phone */
.btn-phone {
   bottom: 230px;
}
/* Messenger */
.js-facebook-messenger-top-header {
   background: #487dfc;
   color: #fff;
   height: 35px;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   border-radius: 5px 5px 0 0;
}
.js-facebook-messenger-container.closed {
   display: none !important;
}
.js-facebook-messenger-tooltip {
   bottom: 97px;
   right: 97px;
   color: #404040;
   background: #fff;
}
.js-facebook-messenger-tooltip.closed {
   display: none !important;
}
.js-facebook-messenger-box,
.js-facebook-messenger-button {
   z-index: 999;
}
.js-facebook-messenger-tooltip {
   z-index: 999;
   display: none;
   position: fixed;
   text-align: center;
   border-radius: 10px;
   overflow: hidden;
   font-size: 12px;
   line-height: 1;
   padding: 10px;
   border: 1px solid rgba(0, 0, 0, 0.1);
   -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
   box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
   z-index: 1000000000000000019884624838656;
}
.js-facebook-messenger-close-tooltip {
   width: 10px;
   height: 10px;
   display: inline-block;
   cursor: pointer;
   margin-left: 10px;
}
.js-facebook-messenger-box {
   z-index: 999;
}
.js-facebook-messenger-box.rubberBand {
   -webkit-animation-name: rubberBand;
   animation-name: rubberBand;
}
.js-facebook-messenger-box.animated {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
}
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
   z-index: 999;
}
.js-facebook-messenger-box {
   display: block;
   position: fixed;
   cursor: pointer;
   bottom: 150px;
   right: 17px;
   width: 56px;
   height: 56px;
   text-align: center;
   background: #1182fc;
   border-radius: 100%;
   overflow: hidden;
   z-index: 99;
   -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
   box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}
.js-facebook-messenger-box.rotate svg#fb-msng-icon {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
}
.js-facebook-messenger-box svg#fb-msng-icon {
   width: 32px;
   height: 33px;
   position: absolute;
   top: 13px;
   left: 12px;
   opacity: 1;
   overflow: hidden;
   -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
   -webkit-transition: opacity 160ms ease-in-out,
      -webkit-transform 160ms ease-in-out;
   transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
   transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
   transition: opacity 160ms ease-in-out, transform 160ms ease-in-out,
      -webkit-transform 160ms ease-in-out;
}
.js-facebook-messenger-box.rotate svg#close-icon {
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
}
.js-facebook-messenger-box svg#close-icon {
   opacity: 0;
   width: 19px;
   height: 20px;
   position: absolute;
   top: 19px;
   left: 19px;
   -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
   -webkit-transition: opacity 160ms ease-in-out,
      -webkit-transform 160ms ease-in-out;
   transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
   transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
   transition: opacity 160ms ease-in-out, transform 160ms ease-in-out,
      -webkit-transform 160ms ease-in-out;
}
.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
   z-index: 1000;
}
.js-facebook-messenger-container {
   width: 250px;
   position: fixed;
   opacity: 0;
   -webkit-transform: translateY(50px);
   transform: translateY(50px);
   bottom: 110px;
   right: 90px;
   border-radius: 10px;
   pointer-events: none;
   -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06),
      0 2px 32px rgba(0, 0, 0, 0.16);
   box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
   -webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
   -webkit-transition: opacity 160ms ease-in-out,
      -webkit-transform 160ms ease-in-out;
   transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
   transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
   transition: transform 160ms ease-in-out, opacity 160ms ease-in-out,
      -webkit-transform 160ms ease-in-out;
}
.js-facebook-messenger-top-head {
   width: 220px;
   color: #ffffff;
   background: #1182fc;
   display: block;
   position: relative;
   width: 220px;
   background: #1182fc;
   color: #ffffff;
   text-align: center;
   line-height: 1;
   padding: 10px;
   font-size: 14px;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
}
.js-facebook-messenger-container iframe,
.js-facebook-messenger-container-button iframe {
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
}
.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
   z-index: 999;
}
.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
   z-index: 1000;
}
.js-facebook-messenger-top-head {
   color: #ffffff;
   background: #1182fc;
   width: 220px;
}
.js-facebook-messenger-tooltip {
   color: #404040;
   background: #fff;
}
.js-facebook-messenger-container.open {
   -webkit-transform: translateY(0px);
   transform: translateY(0px);
   opacity: 1;
   pointer-events: all;
}
.js-facebook-messenger-tooltip {
   bottom: 97px;
   right: 97px;
}
.js-facebook-messenger-box.open svg#fb-msng-icon {
   opacity: 0;
}
.js-facebook-messenger-box.rotate.open svg#close-icon {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
}
.js-facebook-messenger-box.open svg#close-icon {
   opacity: 1;
}
/* Cart Fix */
.cart-fixed {
   position: fixed;
   right: 20px;
   bottom: 390px;
   z-index: 10;
   background: #4b4f56;
   width: 50px;
   height: 50px;
   text-align: center;
   color: #fff !important;
   border-radius: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.cart-fixed i {
   font-size: 20px;
   animation: ring_phone 1.4s infinite;
}
.cart-fixed span {
   position: absolute;
   top: 0px;
   right: -5px;
   color: #ffffff;
   width: 25px;
   height: 25px;
   background: #ff5605;
   text-align: center;
   line-height: 25px;
   font-size: 11px;
   border-radius: 100%;
}
/* Toolbar */
.modal-body .toolbar {
    display: block;
    position: relative;
}
.toolbar {
    width: 100%;
    bottom: 0px;
    position: fixed;
    z-index: 500;
    left: 0px;
    display: none;
    -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));
}
.toolbar.is-active .list-phone {
    display: block;
    -webkit-animation: quickShow .2s cubic-bezier(0.66, 0.45, 0.76, 1.53) forwards;
    animation: quickShow .2s cubic-bezier(0.66, 0.45, 0.76, 1.53) forwards;
}
.toolbar .list-phone {
    position: absolute;
    bottom: 100%;
    left: 30px;
    opacity: 0;
    transform: scale(0);
    transform-origin: 50% 100%;
    display: none;
}
.toolbar .list-phone a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    max-width: 250px;
    padding: 7px 15px;
    margin: 10px 0;
    border-radius: 50px;
    padding-right: 20px;
}
.toolbar .list-phone svg {
    max-width: 30px;
    max-height: 30px;
}
.toolbar .list-phone span {
    display: block;
    color: #333;
    font-weight: 700;
    margin-left: 10px;
}
.toolbar .phone {
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color-1);
    border-radius: 50%;
    margin: 0 0px -25px 30px;
    transition: transform .2s ease-in-out;
}
.toolbar .phone a {
    display: block;
    position: relative;
}
.toolbar .phone a:before, .toolbar .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: #fff;
    opacity: 0;
    transition: opacity .2s ease-in-out;
}
.toolbar .phone a:after {
    transform: translate(-50%, -50%) rotate(45deg);
}
.toolbar .phone svg {
    max-width: 27px;
    max-height: 27px;
    display: block;
    position: relative;
    fill: var(--main-color);
}
.toolbar.is-active .phone {
    transform: rotate(-180deg);
}
.toolbar.is-active .phone svg {
    opacity: 0;
}
.toolbar.is-active .phone a:before, .toolbar.is-active .phone a:after {
    opacity: 1;
}
.toolbar ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    margin: 0px;
    --size: 33px;
    -webkit-mask: radial-gradient(var(--size) at 55px 0px, #0000 99%, #fff 101%) 100%;
    background: var(--main-color-1);
    padding: 10px 0;
    padding-left: 100px;
    border-radius: 10px 10px 0px 0px;
}
.toolbar ul li {
    text-align: center;
    width: 25%;
    line-height: 1;
}
.toolbar ul li a {
    display: block;
    width: 100%;
    font-size: 27px;
    color: #ffff;
}
.toolbar ul li .icon {
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.toolbar ul li a span {
    display: none;
    font-weight: 400;
    font-size: 11px;
    margin-top: 5px;
    color: #333;
    text-transform: capitalize;
}
.toolbar ul li a img, .toolbar ul li svg {
    max-height: 30px;
    fill: #fff;
    width: 100%;
    max-width: 30px;
}
.toolbar .phone svg {
    animation: tada 1.2s infinite;
    fill: #fff;
}
.tada {
    animation: tada 1.2s infinite;
}
.lang-toolbar {
    display: flex;
    justify-content: center;
    align-items: center;
}
.toolbar ul li.lang-toolbar a {
    display: inline-block;
    width: unset;
    margin: 0px 2px;
    font-size: unset;
}
.toolbar ul li.lang-toolbar a img {
    height: 10% !important;
}
.ex6 path {
    fill: transparent;
    stroke: #fff;
    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: var(--main-color);
        stroke-dashoffset: 0;
    }
}
@keyframes dash {
    to {
        fill: #fff;
        stroke-dashoffset: 0;
    }
}
@keyframes tada {
    0% {
        transform: scaleX(1)
    }
    10%, 20% {
        transform: scale3d(.9, .9, .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);
    }
}
/* Fixbar */
/* Fixbar */
.fixbar {
   bottom: 0;
   display: block;
   background: #f0eff4;
   border-top: 1px solid #ddd;
   width: 100%;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   position: fixed;
   margin: 0;
   z-index: 500;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   height: 50px;
}
.fixbar ul {
   margin: 0px;
   padding: 0px;
   list-style: none;
}
.fixbar ul li {
   margin: 0 auto 10px;
   text-align: center;
   width: 25%;
   float: left;
}
.fixbar .icon-cart-mobile,
.fixbar .icon-cart-new,
.fixbar .icon-home-new,
.fixbar .icon-hotdeal-new {
   width: 20px;
   height: 20px;
   display: block;
   margin: 8px auto 0;
}
.fixbar .icon-cart-mobile {
   background: url(../images/cart-mobile.png) no-repeat;
}
.cart-total-head-mobile {
   font-size: 10px;
   position: absolute;
   background: red;
   color: #fff !important;
   border-radius: 50%;
   height: 15px;
   width: 15px;
   line-height: 15px;
   top: 5px;
   margin-left: 5px;
}
.fixbar ul li a {
   font-size: 11px;
   text-decoration: none;
   color: #333;
}
.fixbar ul li a i {
   font-size: 20px;
}
/* Plugbar */
.plugbar {
   position: fixed;
   bottom: 0;
   left: 0;
   border-top: 1px solid #eae6e6;
   width: 100%;
   right: 0;
   max-width: 767px;
   margin: 0 auto;
   background: #ffffff;
   padding: 9px 10px 10px 7px;
   z-index: 10;
}
.plugbar ul {
   list-style: none;
   padding: 0;
   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;
}
.plugbar ul li {
   width: 20%;
   float: left;
}
.plugbar ul li a {
   display: block;
   color: #696969;
   font-size: 12px;
   text-align: center;
   position: relative;
}
.plugbar ul li a i {
   font-size: 20px;
   color: #696969;
}
.plugbar ul li a span {
   position: absolute;
   width: 50px;
   height: 50px;
   top: -40px;
   left: calc(50% - 50px / 2);
   font-size: 14px;
   display: block;
   border: 1px solid rgba(234, 230, 230, 0.5);
   border-radius: 100%;
}
/* Combo Phone */
.support-online {
   position: fixed;
   z-index: 999;
   left: 10px;
   bottom: 0px;
}
.support-online a {
   position: relative;
   margin: 20px 10px;
   text-align: left;
   width: 40px;
   height: 40px;
}
.support-online i {
   width: 40px;
   height: 40px;
   background: #43a1f3;
   color: #ffffff;
   border-radius: 100%;
   font-size: 20px;
   text-align: center;
   line-height: 1.9;
   position: relative;
   z-index: 999;
}
.support-online a {
   display: block;
}
.support-online a span {
   border-radius: 2px;
   text-align: center;
   background: #67b634;
   padding: 9px;
   display: none;
   width: 180px;
   margin-left: 10px;
   position: absolute;
   color: #ffffff;
   z-index: 999;
   top: 0px;
   left: 40px;
   -webkit-transition: all 0.2s ease-in-out 0s;
   transition: all 0.2s ease-in-out 0s;
   -webkit-animation: headAnimation 0.7s 1;
   animation: headAnimation 0.7s 1;
}
.support-online a:hover span {
   display: block;
}
.support-online a span:before {
   content: "";
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 10px 10px 10px 0;
   border-color: transparent #67b634 transparent transparent;
   position: absolute;
   left: -10px;
   top: 10px;
}
.support-online .kenit-alo-circle-fill {
   width: 60px;
   height: 60px;
   top: -10px;
   position: absolute;
   border-radius: 100%;
   border: 2px solid transparent;
   background-color: rgba(0, 175, 242, 0.5);
   opacity: 0.75;
   right: -10px;
}
.support-online .kenit-alo-circle {
   width: 50px;
   height: 50px;
   top: -5px;
   right: -5px;
   position: absolute;
   background-color: transparent;
   border-radius: 100%;
   border: 2px solid rgba(30, 30, 30, 0.4);
   opacity: 0.1;
   border-color: #0089b9;
   opacity: 0.5;
}
.support-online .support-online .btn-support {
   cursor: pointer;
}
.support-online .mes i {
   background: orange;
}
.support-online .sms i {
   background: red;
}
.support-online .call-now i {
   background: green;
}
/* Phone Switch */
.widget-mobile {
   position: fixed;
   left: 50%;
   -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
   bottom: 10px;
   z-index: 9999999;
}
#my-phone-circle {
   position: relative;
   width: 50px !important;
   height: 50px !important;
}
.wcircle-open .wcircle-icon i:before {
   content: "\f00d";
}
.wcircle-icon {
   background: #1282fc;
   border-radius: 50%;
   position: relative !important;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.wcircle-icon:before {
   position: absolute;
   content: "";
   width: 60px;
   height: 60px;
   background: rgba(18, 130, 252, 0.5);
   border: 1px solid #ffffff;
   border-radius: 50%;
   left: -5px;
   top: -5px;
   -webkit-animation: pulse 1s infinite ease-in-out;
   animation: pulse 1s infinite ease-in-out;
}
.wcircle-icon:after {
   position: absolute;
   content: "";
   width: 80px;
   height: 80px;
   background: rgba(18, 130, 252, 0.5);
   border-radius: 50%;
   left: -15px;
   top: -15px;
   -webkit-animation: zoomIn 2s infinite ease-in-out;
   animation: zoomIn 2s infinite ease-in-out;
}
.wcircle-menu {
   position: absolute !important;
   left: 0;
   top: 0;
   display: none;
}
.wcircle-menu-item {
   width: 50px;
   height: 50px;
   background: #1282fc;
   border-radius: 50%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.wcircle-menu-item img {
   width: 50px;
   height: 50px;
   display: block;
   border-radius: 50%;
}
.wcircle-menu-item i {
   font-size: 25px;
   color: #ffffff;
   position: relative;
   z-index: 9999;
}
.wcircle-icon i {
   font-size: 25px;
   color: #ffffff;
   position: relative;
   z-index: 9999;
}
.shake-anim {
   -webkit-animation: shake-anim 1s infinite ease-in-out;
   animation: shake-anim 1s infinite ease-in-out;
   -webkit-transform-origin: 50% 50%;
   transform-origin: 50% 50%;
}
.wrap-newsnb {}
.wrap-newsnb .wrap-content {
   position: relative;
}
.item-newsnb {}
.pic-newsnb {}
.info-newsnb {}
a.name-newsnb {
   color: #000;
   font-size: 14px;
   margin: 0 0 10px 0;
   line-height: normal;
}
a.name-newsnb.text-split {
   -webkit-line-clamp: 2;
}
a.name-newsnb:hover {
   color: var(--color-dark-red);
}
.desc-newsnb {
   color: #333;
}
.video-main {
   position: relative;
   height: 400px;
}
.video-main iframe {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
}
.listvideos {
   width: 100%;
   height: 40px;
   padding: 0px 10px;
   border: 1px solid #ccc;
   color: var(--color-black);
   margin-top: 10px;
   cursor: pointer;
}
.item-video1 img {
   max-height: 292px;
}
.item-video2 img {
   height: 102px;
}
.pic-video {
   position: relative;
   cursor: pointer;
}
.pic-video:before {
   content: "";
   position: absolute;
   width: 50px;
   height: 35px;
   top: calc(50% - 50px / 2);
   left: calc(50% - 35px / 2);
   z-index: 1;
   background: url(../images/play.png) no-repeat center center;
   cursor: pointer;
   background-size: cover;
}
.pic-video img {
   width: 100%;
}
.pic-video-2 {
   position: relative;
   cursor: pointer;
}
.pic-video-2:before {
   content: "";
   position: absolute;
   width: 50px;
   height: 35px;
   top: calc(50% - 50px / 2);
   left: calc(50% - 35px / 2);
   z-index: 1;
   background: url(../images/play.png) no-repeat center center;
   cursor: pointer;
   background-size: cover;
}
.pic-video-2 img {
   width: 100%;
}
.name-video {
   font-size: 16px;
   color: var(--color-black);
   margin-bottom: 0px;
}
.owl-video {
   margin-top: 10px;
}
.newshome-intro .name-newshome {
   margin: 10px 0;
}
.newshome-intro .view-newshome {
   margin-top: 10px;
}
.newshome-scroll {
   width: 50%;
   overflow: hidden;
   max-height: 406px;
}
.news-slick {
   display: flex;
   margin-bottom: 20px;
}
.news-slick h3 {
   margin: 0;
}
.news-slick h3 a.name-newshome {
   margin-bottom: 10px;
}
.news-slick .img {
   width: 150px;
}
.news-slick .info {
   width: calc(100% - 150px);
   padding-left: 15px;
}
.flex_ttnb {
   display: flex;
   flex-flow: row wrap;
   justify-content: space-between;
}
.newshome-intro {
   width: calc(50% - 20px);
}
.pic-newshome-normal {
   float: left;
   width: 34%;
   margin-right: 3%;
   margin-bottom: 0px;
}
.pic-newshome-normal img {
   width: 100%;
}
.info-newshome-normal {
   float: left;
   width: calc(100% - 37%);
}
.name-newshome {
   color: var(--color-black);
   font-size: 14px;
   line-height: normal;
}
.name-newshome.text-split {
   -webkit-line-clamp: 2;
}
.name-newshome.text-split a {
   color: #000;
}
.time-newshome {
   color: var(--color-gray);
   margin-bottom: 10px;
}
.desc-newshome {
   color: var(--color-black);
   margin-bottom: 0px;
   text-align: justify;
}
.desc-home-cl.text-split {
   -webkit-line-clamp: 2;
}
.view-newshome {
   width: 140px;
   height: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   border: 1px solid #ccc;
   color: #000;
}
.view-newshome:hover {
   color: #000;
}
.box-product {
   position: relative;
   margin-bottom: 20px;
}
.pic-product {
   position: relative;
   margin-bottom: 1rem;
   border-radius: 8px;
   overflow: hidden;
   /* background: #F5F5F5; */
   /* border-bottom: solid 1px #c0121e; */
}
.pic-product img {
   width: 100%;
}
.product-tool {
   opacity: 0;
   visibility: hidden;
   position: absolute;
   width: 100%;
   left: 0px;
   bottom: 0px;
   z-index: 1;
}
.product-tool a {
   cursor: pointer;
   width: 50%;
   padding: 10px;
   text-align: center;
   color: #ffffff;
   background-color: rgb(0 0 0 / 0.6);
}
.product-tool a:hover {
   background-color: rgb(0 0 0 / 0.8);
}
.product-tool a svg {
   margin-right: 5px;
}
.product-tool a span {
   text-transform: capitalize;
   font-size: 12px;
   font-weight: 300;
}
.box-product:hover .product-tool {
   opacity: 1;
   visibility: visible;
}
.name-product {
   font-size: 14px;
   color: var(--color-black);
   margin-bottom: 10px;
   color: #000;
   text-align: center;
   font-size: 16px;
   font-style: normal;
   font-weight: 500;
   line-height: 20px; /* 125% */
   min-height: 40px;
}
.name-product:hover {}
.name-product.text-split {
   -webkit-line-clamp: 2;
}
.price-product {
   margin-bottom: 10px;
   text-align: center;
}
.price-product span {}
.price-new {
   font-size: 15px;
   color: #242424;
   font-weight: 700;
   color: var(--main-color-1, var(--main-color-1));
   text-align: center;
   font-size: 16px;
   font-style: normal;
   font-weight: 600;
   line-height: 22px; /* 137.5% */
}
.price-old {
   padding-left: 10px;
   color: #0009;
   text-decoration: line-through;
   font-size: 12px;
}
.price-per {
   position: absolute;
   top: 8px;
   right: 10px;
   color: #ffffff;
   background: #2f5acf;
   font-size: 11px;
   border-radius: 5px;
   width: 40px;
   height: 22px;
   text-align: center;
   line-height: 22px;
}
.cart-product {
   margin-bottom: 0px;
}
.cart-product span {
   cursor: pointer;
   width: calc(50% - 3px);
   color: #ffffff;
   text-transform: capitalize;
   text-align: center;
   padding: 7px 5px;
   border-radius: 3px;
}
.cart-add {
   background-color: var(--color-red);
}
.cart-add:hover {
   background-color: var(--color-dark-red);
}
.cart-buy {
   background-color: var(--color-green);
}
.cart-buy:hover {
   background-color: var(--color-dark-green);
}
.dm-noibat {
   max-width: 1000px;
   position: relative;
   margin: auto;
}
.dm-noibat a {
   cursor: pointer;
   color: #333;
   transition: 0.4s;
   text-transform: capitalize;
   font-weight: 400;
   font-size: 14px;
   text-align: center;
   position: relative;
   display: block;
   background: #f7f7f7;
   border-radius: 8px;
   border: 1px solid #eaeaea;
   height: 100%;
   padding: 10px;
}
.dm-noibat a:hover,
.dm-noibat a.active {
   background: #212121;
   color: #fff;
}
.cats-bar {
   width: 50px;
   padding-top: 3px;
   position: relative;
}
.cats-bar-icon {
   width: 30px;
   cursor: pointer;
}
.cats-bar-icon span {
   display: block;
   width: 100%;
   height: 2px;
   background: #505050;
   transition: all 0.3s;
   position: relative;
}
.cats-bar-icon span+span {
   margin-top: 5px;
}
.cats-bar-icon.active span:nth-child(1) {
   animation: ease 0.7s top forwards;
}
.cats-bar-icon.not-active span:nth-child(1) {
   animation: ease 0.7s top-2 forwards;
}
.cats-bar-icon.active span:nth-child(2) {
   animation: ease 0.7s scaled forwards;
}
.cats-bar-icon.not-active span:nth-child(2) {
   animation: ease 0.7s scaled-2 forwards;
}
.cats-bar-icon.active span:nth-child(3) {
   animation: ease 0.7s bottom forwards;
}
.cats-bar-icon.not-active span:nth-child(3) {
   animation: ease 0.7s bottom-2 forwards;
}
@keyframes top {
   0% {
      top: 0;
      transform: rotate(0);
   }
   50% {
      top: 6px;
      transform: rotate(0);
   }
   100% {
      top: 6px;
      transform: rotate(45deg);
   }
}
@keyframes top-2 {
   0% {
      top: 6px;
      transform: rotate(45deg);
   }
   50% {
      top: 6px;
      transform: rotate(0deg);
   }
   100% {
      top: 0;
      transform: rotate(0deg);
   }
}
@keyframes bottom {
   0% {
      bottom: 0;
      transform: rotate(0);
   }
   50% {
      bottom: 8px;
      transform: rotate(0);
   }
   100% {
      bottom: 8px;
      transform: rotate(135deg);
   }
}
@keyframes bottom-2 {
   0% {
      bottom: 8px;
      transform: rotate(135deg);
   }
   50% {
      bottom: 8px;
      transform: rotate(0);
   }
   100% {
      bottom: 0;
      transform: rotate(0);
   }
}
@keyframes scaled {
   50% {
      transform: scale(0);
   }
   100% {
      transform: scale(0);
   }
}
@keyframes scaled-2 {
   0% {
      transform: scale(0);
   }
   50% {
      transform: scale(0);
   }
   100% {
      transform: scale(1);
   }
}
.cats-owl.list-hot {
   width: calc(100% - 50px);
}
.footer-news:nth-child(4) {
   width: 260px;
}
.footer-news:nth-child(3) {
   width: 25%;
}
.footer-news:nth-child(2) {
   width: 20%;
}
.footer-news:nth-child(1) {
   width: 50%;
   margin-top: -35px;
}
.items_giaidap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.info_cskh span {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}
.info_cskh p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    margin-bottom: 0;
    margin-top: 5px;
}
@-webkit-keyframes rotating {
   from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
   }
   to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
   }
}
@keyframes rotating {
   from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
   }
   to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
   }
}
.choose_list {
    /* max-width: 50%; */
}
.choose_list span {
   text-transform: capitalize;
   cursor: pointer;
   display: inline-block;
   position: relative;
   padding: 0 10px;
   color: #000;
   font-size: 14px;
   font-style: normal;
   font-weight: 300;
   line-height: 22px; /* 157.143% */
   font-weight: 500;
}
.choose_list span:last-child:after {
   display: none;
}
.choose_list span:after {
   content: "";
   width: 1px;
   height: 10px;
   background: #ddd;
   position: absolute;
   right: 0;
   top: 6px;
}
.choose_list span.choosed {
   color: #2f5acf;
   color: var(--main-color-1, var(--main-color-1));
   font-size: 14px;
   font-style: normal;
   font-weight: 600;
   line-height: 22px; /* 157.143% */
}
.btn_sp {}
.btn_sp a {
   color: #fff;
   background: #000;
   width: 100px;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 30px;
   border-radius: 60px;
   font-size: 13px;
}
.btn_sp a:hover {
   color: #fff;
   background-color: #0009;
}
.d-title-choose-list {
   margin-bottom: 10px;
   padding: 5px 0;
   margin-top: 10px;
   border-bottom: solid 1px var(--main-color-1);
   stroke: var(--main-color-1, var(--main-color-1));
}
.d-title-choose-cat {
    position: relative;
    max-width: 60%;
}
/* dat lich */
.div-datlich {
   width: 46%;
}
.form-booking {}
.newsletter-booking {
   margin-bottom: 5px;
}
.newsletter-booking input {
   border-radius: 0;
   border: none;
   border-bottom: 1px solid var(--background-static);
   background: none;
   padding: 0;
}
.newsletter-booking input::placeholder {}
.newsletter-booking textarea {
   border-radius: 0;
   border: none;
   border-bottom: 1px solid var(--background-static);
   background: none;
   margin-bottom: 10px;
   padding: 0;
}
.newsletter-booking textarea::placeholder {}
.newsletter-checkbox {}
.newsletter-checkbox input {
   outline: none;
   width: 15px;
   height: 15px;
}
.d-dongy {}
.label-checkbox {
   color: #7e7e7e;
   position: relative;
   top: 1px;
   margin-left: 10px;
}
.booking-button {}
.booking-button input {
   width: 86px;
   height: 37px;
   font-weight: 600;
   color: #fff;
   text-transform: capitalize;
}
.khung-datlich {
   background: rgba(255, 255, 255, 0.8);
   padding: 40px;
   border: 1px solid var(--background-static);
   border-radius: 20px;
}
.desc-dongy {
   color: #7e7e7e;
   font-size: 13px;
   font-style: italic;
   margin-top: 5px;
}
.btn-datlich {
   position: fixed;
   bottom: 578px;
   right: 10px;
   padding: 5px;
   border-radius: 5px;
   z-index: 99;
   background: var(--primary);
   color: #fff;
   font-size: 14px;
   text-align: center;
   text-decoration: none !important;
}
.btn-datlich i {
   font-size: 20px;
}
.btn-datlich:hover {
   color: #ffff00 !important;
   transition: 0.2s;
}
/*.wave {
   width: 56px;
   height: 56px;
   background: linear-gradient(180deg, rgb(0, 183, 255), rgb(255, 48, 255));
   box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
   left: 0;
   top: -80px;
   transition: 0.4s;
}
.wave::after,
.wave::before {
   width: 200%;
   height: 200%;
   content: "";
   position: absolute;
   top: 0;
   left: 50%;
   transform: translate(-50%, -75%);
}
.wave::after {
   border-radius: 25%;
   background-color: rgba(20, 20, 20, 0.5);
   animation: wave 10s linear infinite;
}
.wave::before {
   border-radius: 40%;
   background-color: rgb(255, 48, 255);
   animation: wave 5s linear infinite;
}
@keyframes wave {
   0% {
      transform: translate(-50%, -75%) rotate(0deg);
   }
   100% {
      transform: translate(-50%, -75%) rotate(360deg);
   }
}*/
.flex-product {
   display: flex;
   flex-wrap: wrap;
   width: calc(100% + 20px);
   margin: 0 -10px;
}
.box-product {
   width: calc(100% / 4 - 20px);
   margin: 20px 10px 0 10px;
   /* border: solid 1px #cccccc47; */
   box-shadow: 2px 0px 9.1px 0px rgba(226, 26, 26, 0.15);
}
.section-product {
   padding-top: 60px;
}
.menu ul li a.active,.menu ul li a:hover {
   color: red;
}
.category_product1 {
   padding: 60px 0;
}
.category_product1_item {
   border-radius: 8px;
}
.footer {
   margin-bottom: 0 !important;
}
.cart_ic_box {
   position: absolute;
   right: 10px;
   top: 58px;
   width: 32px;
   animation: ring_phone 1.6s infinite;
   cursor: pointer;
}
@keyframes ring_phone {
   0% {
      transform: rotate(0) scale(1) skew(1deg);
   }
   10% {
      transform: rotate(-25deg) scale(1) skew(1deg);
   }
   20% {
      transform: rotate(25deg) scale(1) skew(1deg);
   }
   30% {
      transform: rotate(-25deg) scale(1) skew(1deg);
   }
   40% {
      transform: rotate(25deg) scale(1) skew(1deg);
   }
   50% {
      transform: rotate(0) scale(1) skew(1deg);
   }
   100% {
      transform: rotate(0) scale(1) skew(1deg);
   }
}
.btn_custom {
   position: relative;
   background: transparent;
   color: #212121 !important;
   border: 2px solid #212121;
   padding: 8px 16px;
   margin-top: 10px;
   display: inline-block;
}
.btn_custom::before,
.btn_custom::after {
   content: "";
   display: block;
   position: absolute;
   width: 10%;
   background: #fff;
   height: 4px;
   transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
}
.btn_custom::before {
   right: 20%;
   top: -3px;
   transform: skewX(-45deg);
}
.btn_custom::after {
   left: 20%;
   bottom: -3px;
   transform: skewX(45deg);
}
.btn_custom:hover::before {
   right: 80%;
}
.btn_custom:hover::after {
   left: 80%;
}
.newsletter_index h2 {
   color: #141414;
   font-size: 30px;
   margin-bottom: 4px;
   font-weight: 600;
}
.newsletter-group {
   display: flex;
   gap: 10px;
}
/*SÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£n PhÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©m*/
.support-list {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    background: #f9f9fa;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 17px 10px;
}
.support-list a {
    font-size: 14px;
    color: #1a1a1a;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    margin: 10px;
    flex: auto;
}
.support-list a:hover, .support-list a.active {
    color: var(--main-color);
}
.grid-support {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.item-support {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 0 0 5px -1px #00000029;
    position: relative;
    padding: 10px;
}
.item-support .content {
    width: calc(100% - 75px);
}
.item-support h3 a {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1a1a1a;
    -webkit-line-clamp: 1;
}
.item-support p {
    font-size: 14px;
    line-height: 25px;
    height: 75px;
}
.readsupport {
    margin-top: 30px;
    display: inline-block;
    border: 1px solid var(--main-color);
    color: #333;
    text-transform: capitalize;
    padding: 7px 30px;
    border-radius: 50px;
    background: #fff;
    font-weight: 500;
}
.item-support:hover h3 a {
    color: var(--main-color);
}
.readsupport:hover {
    background: var(--main-color);
    color: #fff;
}
.support-cat {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.support-cat a {
    font-size: 14px;
    color: #1a1a1a;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    margin: 10px;
}
.support-cat a:hover, .support-cat a.active {
    color: var(--main-color);
}
.support-item {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.support-item a {
    font-size: 14px;
    color: #1a1a1a;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    margin: 10px;
}
.support-item a:hover, .support-item a.active {
    color: var(--main-color);
}
.grid-project {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.item-project a.scale-img {
    position: relative;
}
.item-project a.scale-img:before {
    position: absolute;
    content: '';
    left: -40px;
    top: -40px;
    width: 40px;
    height: 40px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transition: all 0.5s;
    z-index: 5;
}
.item-project a.scale-img:after {
    position: absolute;
    content: '';
    right: -40px;
    bottom: -40px;
    width: 40px;
    height: 40px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all 0.5s;
    z-index: 2;
}
.item-project a.scale-img .box-content:before {
    position: absolute;
    content: '';
    right: -40px;
    top: -40px;
    width: 40px;
    height: 40px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transition: all 0.5s;
    z-index: 2;
}
.item-project a.scale-img .box-content:after {
    position: absolute;
    content: '';
    left: -40px;
    bottom: -40px;
    width: 40px;
    height: 40px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all 0.5s;
    z-index: 2;
}
.item-project .box-content {
    background: rgba(0, 0, 0, 0);
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    z-index: 2;
}
.item-project .content {
    max-width: 300px;
    transform: scale(0);
    transition: all 0.5s;
    color: #fff;
}
.item-project:hover .box-content {
    background: rgba(0, 0, 0, 0.8);
}
.item-project:hover a.scale-img:before {
    left: 15px;
    top: 15px;
}
.item-project:hover a.scale-img:after {
    right: 15px;
    bottom: 15px;
}
.item-project:hover a.scale-img .box-content:before {
    right: 15px;
    top: 15px;
}
.item-project:hover a.scale-img .box-content:after {
    left: 15px;
    bottom: 15px;
}
.item-project:hover a.scale-img .box-content .content {
    transform: scale(1);
}
.item-project h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    -webkit-line-clamp: 2;
}
.item-project p {
    line-height: 25px;
    height: 75px;
}
.item-project i {
    font-size: 24px;
    margin-top: 20px;
}
.grid-product {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    position: relative;
    z-index: 2;
}
.title_sp {
     /* 83.333% */
     padding-bottom: 5px;
     border-bottom: solid 1px;
     margin-bottom: 20px;
     color: #fff;
     text-align: center;
     font-size: 20px;
     font-style: normal;
     font-weight: 500;
     line-height: 22px; /* 84.615% */
     background: var(--primary);
     padding: 10px 0;
     text-transform: uppercase;
     border-radius: 30px;
}
ul.ul_dm_sp li a {color: #000;text-decoration: none;font-size: 14px;}
ul.ul_dm_sp li {
    padding-bottom: 10px;
}
ul.ul_dm_sp li a:hover {
    color: red;
}
.left_dm .box-product {
    width: calc(100% / 3 - 20px);
}
.items_news_detail a.scale-img {
    max-width: 140px;
}
.info_right_nb a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
    display: block;
}
.items_news_detail.d-flex.justify-content-between.align-items-center {
    margin-bottom: 20px;
}
.name_cap1 {
    text-transform: uppercase;
    color: #056E1C;
    font-family: "Roboto Slab";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    margin-bottom: 20px;
}
.top_album_video {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top_album_video a.album-image {
    width: 48.5%;
    border-radius: 15px;
    position: relative;
}
.col-lg-6.col-md-6.col-12.left_album_video {
    padding: 0 5px;
    position: relative;
}
a.album-image.boxaaaa{border-radius:15px;position: relative;}
.album-image a i {
    color: var(--primary-color2);
    font-size: 35px
}
.album-image button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(16,12,8,.6);
    color: var(--white-color);
    text-align: center;
    color: #ffc107;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .6px;
    flex-direction: column;
    transition: all .45s;
    transform: scale(.4);
    border-radius: 10px;
    opacity: 0;
}
.album-image button i {
    color: #ffc107;
    font-size: 20px
}
.album-image:hover a {
    transform: scale(1);
    opacity: 1
}
.album-image:hover button {
    transform: scale(1);
    opacity: 1
}
.album-image.active a {
    transform: scale(1);
    opacity: 1
}
.top_album_video.all {
    margin-top: 20px;
}
.top_album_video a.album-image img {
    height: 100%;
}
.row.box_album_video {
    margin-bottom: 30px;
}
.lh_ngay {
    background: var(--main-color-1, var(--main-color-1));
    box-shadow: 4px 4px 1px 0px rgba(222, 8, 8, 0.25);
    width: 155px;
    height: 38px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.lh_ngay a {
    color: #FFF !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
a.logo-head.peShiner {
    margin-right: 80px;
}
a.logo-head img{
    height:100%;
}
.left_about {
    max-width: 340px;
    width: 100%;
    padding-right: 25px;
}
.right_about {
    width: calc(100% - 341px);
    padding-left: 50px;
}
.line_about {
    height: 238px;
    width: 1px;
    background: #515151;
}
.desc_about.text-split {
    -webkit-line-clamp: 6;
}
.wrap_about {
    padding: 110px 0;
    flex-wrap: wrap;
}
a.more_about {
    width: 130px;
    height: 41px;
    flex-shrink: 0;
    display: inline-block;
    background: var(--main-color-1, var(--main-color-1));
    box-shadow: 4px 4px 1px 0px rgba(226, 26, 26, 0.15);
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    border-radius: 10px;
}
.box_service.d-flex.flex-wrap {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin: 0 -10px;
}
.items_service {
    width: calc(100% / 4 - 20px);
    margin: 20px 10px 0 10px;
    background: #FFF;
    /* box-shadow: 2px 0px 9.1px 0px rgba(226, 26, 26, 0.15); */
    padding: 17px;
    min-height: 250px;
    max-height: 250px;
    position: relative;
    padding-right: 30px;
    cursor: pointer;
    border-radius: 5px;
}
.name_service {
    display: block;
    color: var(--main-color-2, #7C0000);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 146.667% */
    text-decoration: none;
    margin-bottom: 5px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    min-height: 45px;
}
.svg_service {
    display: inline-block;
    position: absolute;
    bottom: 7px;
    right: 16px;
}
.items_service:hover {
    box-shadow: 0px 0px 9.1px 0px rgb(168 11 11);
}
.items_service:hover img {
    transform: translateX(10px);
    transition: 1s;
}
.items_service img {
    transition: 1s;
}
.title-product {
    display: flex;
    align-items: center;
}
.title-product h2 {
    color: var(--main-color-1, var(--main-color-1));
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 91.667% */
    text-transform: uppercase;
    margin-bottom: 0;
    margin-left: 10px;
}
.items_spc2 {
    /* width: 100%; */
    /* max-width: 33% !important; */
    padding: 0px 15px;
    position: relative;
}
.variable-width{
    max-width: 60%;
    margin: auto;
    margin-right: 45px;
    margin-bottom: 0;
}
.variable-width .slick-next {
    background: red;
    right: -40px;
    width: 32px;
    height: 32px;
    background: url(../images/right.png)no-repeat;
}
.variable-width .slick-next svg {
    display: none;
}
.variable-width .slick-prev:before, .slick-next:before {
    display: none;
}
.box_project {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin: 0 -10px;
    align-items:center;
}
.items_project {
    width: calc(100% / 3 - 20px);
    margin: 20px 10px 0 10px;
}
a.more_project {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
    width: 130px;
    height: 41px;
    flex-shrink: 0;
    background: var(--main-color-1, var(--main-color-1));
    box-shadow: 4px 4px 1px 0px rgba(226, 26, 26, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-top: 20px;
    margin: auto;
    margin-top: 20px;
}
a.name_project {
    color: var(--main-color-2, #7C0000);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
    text-decoration: none;
    display: block;
    margin-top: 15px;
}
.address_project {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
}
.address_project i {
    color: var(--main-color-1, var(--main-color-1));
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 22px; /* 137.5% */
    margin-right: 5px;
}
.a_hover:hover {
    background: #c71313;
    box-shadow: 4px 4px 1px 0px #7c0000;
    color: #fff;
    text-decoration: none;
    color: #fff !important;
    border-radius: 10px;
}
.right_partner {
    display: flex;
    flex-wrap: wrap;
    width: calc(50% + 20px);
    margin: 0 -10px;
}
.left_img_partner {
    width: 45%;
}
.box_partner .wrap-content {
    display: flex;
    align-items: center;
    padding: 60px 0;
    background: #FCFCFC;
}
.items_partner {
    /* width: calc(100% / 3 - 20px); */
    /* margin: 0px 10px 0 10px; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: none !important;
    box-shadow: 2px 0px 9.1px 0px rgba(226, 26, 26, 0.15);
    margin-bottom: 15px;
    margin: 10px;
}
.box_partner {
    background: #FCFCFC;
}
.wrap_project {
    background: #FCFCFC;
    padding: 60px 0;
}
.items_partner:nth-child(1) {border-right: solid 1px #CECECE;}
.items_partner:nth-child(2) {border-right: solid 1px #CECECE;}
.items_partner:nth-child(4) {border-right: solid 1px #CECECE;}
.items_partner:nth-child(5) {border-right: solid 1px #CECECE;}
.title_knowledge span {
    color: var(--main-color-1, var(--main-color-1));
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 76.923% */
}
.title_knowledge p {
    color: #050505;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 142.857% */
    max-width: 45%;
    display: none;
}
.title_knowledge {
    margin-bottom: 35px;
    flex-wrap: wrap;
}
.left_knowledge {
    max-width: 640px;
}
.items_knowledge {
    position: relative;
}
.info_knowledge {
    width: 100%;
    padding: 0 20px;
    position: absolute;
    bottom: 20px;
    color: #fff;
    z-index: 10;
}
.info_knowledge a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
    text-decoration: none;
}
.desc_knowledge {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    margin-top: 10px;
}
.info_knowledge .slogan {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 185.714% */
}
.items_knowledge:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #000000eb, #fff0);
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.bottom_knowledge {
    margin-top: 15px;
}
.rigth_knowledge {
    width: calc(100% - 655px);
}
.rigth_knowledge .items_knowledge {
    max-height: 172px;
    overflow: hidden;
    margin-bottom: 15px;
}
.bottom_knowledge .info_knowledge a {
    color: #FFF;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    display: block;
}
.bottom_knowledge .items_knowledge {
    max-height: 171px;
    overflow: hidden;
}
.bottom_knowledge .items_knowledge {
    max-height: 171px;
    overflow: hidden;
}
.rigth_knowledge .items_knowledge a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.left_news {
    max-width: 720px;
}
.left_news {
    max-width: 720px;
}
.info_news {
    /* margin-top: 20px; */
    /* padding-bottom: 15px; */
}
.desc_news {
    color: #2F2F2F;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px; /* 157.143% */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.info_news .slogan {
    color: var(--main-color-1, var(--main-color-1));
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px; /* 157.143% */
}
.info_news a {
    color: var(--main-color-2, #7C0000);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 137.5% */
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.right_news {
    width: calc(100% - 775px);
    max-height: 395px;
    overflow-y: scroll;
}
.right_news .info_news {
    border-bottom: solid 1px #FFD3D3;
    padding-bottom: 14px;
    margin-bottom: 14px;
}
.wrap_knowledge {
    padding: 60px 0;
}
.box_news_desk.wrap-content {
    padding: 60px 0;
    padding-top: 40px;
}
a.logo-hea1 {
    margin-bottom: 25px;
    display: block;
}
p.desc-company {
    color: #FFF;
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px; /* 142.857% */
}
.footer-info p {
    /* display: flex; */
    align-items: center;
}
ul.social.social-footer li {
    margin-right: 10px;
}
p.footer-title.kn {
    margin-bottom: 20px;
    margin-top: 40px !important;
    display: block;
}
.footer-news {
    padding-bottom: 30px;
}
.info_cskh {
    width: calc(100% - 70px);
}
ul.social.social-footer li a {
    display: inline-block;
    transition: 1s;
    border-bottom: none;
}
ul.social.social-footer li a:hover {
    transform: scale(1.2);
    transition: 1s;
}
.modal-content.box_modal {
    padding: 40px 20px;
    background: #fff;
    color: #fff;
    background-size: cover;
    margin-top: 100px;
}
.modal-content.box_modal h2:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: #fff;
    bottom: -10px;
    left: calc((100% - 50px) / 2);
}
.modal-content.box_modal h2 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 76.923% */
    display: block;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
}
a:focus, a:hover {
    color: red;
    !;
    text-decoration: none !important;
}
.lh_ngay:hover a {
    color: #fff !important;
    text-decoration: none;
}
.pbmit-ihbox-style-7,.pbmit-ihbox-style-7 .pbmit-ihbox-box,.pbmit-ihbox-style-7 .pbmit-ihbox-box-number,.pbmit-ihbox-style-7 .pbmit-ihbox-box::before,.pbmit-ihbox-style-7 .pbmit-content-wrapper::before {
    transition: all 0.4s ease-in
}
.pbmit-ihbox-style-7 {
    position: relative;
    overflow: hidden
}
.pbmit-ihbox-style-7 .pbmit-ihbox-box {
    padding: 45px 35px;
    border-radius: 30px;
    position: relative;
    background: transparent;
    z-index: 1
}
.pbmit-ihbox-style-7 .pbmit-ihbox-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #cccccc52;
    z-index: -1;
    clip-path: polygon(6.726% 0%,93.274% 0%,93.274% 0%,94.364% .14%,95.399% .545%,96.364% 1.192%,97.245% 2.061%,98.029% 3.129%,98.701% 4.373%,99.249% 5.772%,99.657% 7.303%,99.912% 8.945%,100% 10.676%,100% 61.278%,100% 61.278%,99.732% 65.983%,98.988% 69.483%,97.863% 71.995%,96.447% 73.739%,94.835% 74.934%,93.119% 75.798%,91.39% 76.552%,89.742% 77.413%,88.268% 78.601%,87.061% 80.335%,87.061% 80.335%,86.147% 82.63%,85.483% 85.137%,84.946% 87.749%,84.409% 90.359%,83.749% 92.86%,82.839% 95.146%,81.556% 97.11%,79.775% 98.644%,77.369% 99.643%,74.215% 100%,6.726% 100%,6.726% 100%,5.637% 99.861%,4.603% 99.457%,3.638% 98.811%,2.758% 97.944%,1.974% 96.879%,1.302% 95.638%,.754% 94.241%,.346% 92.712%,.09% 91.071%,0% 89.342%,0% 10.676%,0% 10.676%,.088% 8.945%,.343% 7.303%,.751% 5.772%,1.299% 4.373%,1.971% 3.129%,2.755% 2.061%,3.636% 1.192%,4.601% .545%,5.636% .14%,6.726% 0%)
}
.rtl .pbmit-ihbox-style-7 .pbmit-ihbox-btn .pbmit-button-icon-wrapper,.rtl .pbmit-ihbox-style-7 .pbmit-ihbox-box::before {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}
.pbmit-ihbox-style-7:hover {
    transform: translate(0,-10px)
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon,.pbmit-ihbox-style-7 .pbmit-ihbox-svg {
    margin-right: 15px;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper,.pbmit-ihbox-style-7 .pbmit-ihbox-svg {
    background-color: var(--pbmit-agrimo-global-color);
    border-radius: 50%;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center
}
.pbmit-ihbox-style-7 .pbmit-icon-type-icon {
    font-size: 45px;
    line-height: 35px;
    color: var(--pbmit-agrimo-blackish-color)
}
.pbmit-ihbox-style-7 .pbmit-ihbox-svg-wrapper {
    font-size: 12px;
    line-height: 12px;
    color: var(--pbmit-agrimo-blackish-color);
    margin-top: 5px
}
.pbmit-ihbox-style-7 .pbmit-element-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 0;
    color: var(--main-color-1);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-box-number {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px
}
.pbmit-ihbox-style-7 .pbmit-content-wrapper {
    padding-top: 25px;
    margin-top: 25px;
    padding-right: 0;
    border-top: 1px solid #224099;
    position: relative
}
.pbmit-ihbox-style-7 .pbmit-content-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: rgba(var(--pbmit-agrimo-blackish-color-rgb),.6)
}
.rtl .pbmit-ihbox-style-7 .pbmit-content-wrapper::before {
    left: inherit;
    right: 0
}
.pbmit-ihbox-style-7:hover .pbmit-content-wrapper::before {
    width: 100%
}
.pbmit-ihbox-style-7 .pbmit-content-wrapper .pbmit-heading-desc {
    color: var(--main-color-1);
    font-size: 14px;
    /* font-weight: 600; */
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn {
    position: absolute;
    font-size: 14px;
    line-height: 36px;
    bottom: 0;
    right: 0;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--pbmit-agrimo-blackish-color);
    background-color: var(--pbmit-agrimo-white-color);
    z-index: 2;
    transition: all 0.4s ease-in;
    display: inline-grid;
    margin-top: 0
}
.pbmit-ihbox-style-7.pbmit-ihbox .pbmit-ihbox-btn a {
    display: inline-grid;
    padding: 0;
    background-color: transparent;
    color: var(--pbmit-agrimo-blackish-color)
}
.pbmit-ihbox-style-7.pbmit-ihbox .pbmit-ihbox-btn a:hover {
    background-color: inherit
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn a span.pbmit-button-text {
    font-size: 0;
    line-height: 0
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-type-text {
    font-size: 40px
}
.pbmit-ihbox-style-7 .pbmit-element-subtitle {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    font-size: 13px;
    line-height: 36px;
    margin-left: 0
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(.26) translate(-52px,50px);
    transition: transform 0.4s ease-in-out,opacity 0.4s ease-in-out
}
.pbmit-ihbox-style-7.pbmit-ihbox:hover .pbmit-ihbox-btn {
    background-color: var(--pbmit-agrimo-secondary-color);
    margin-top: 0
}
.pbmit-ihbox-style-7.pbmit-ihbox:hover .pbmit-ihbox-btn a {
    color: var(--pbmit-agrimo-white-color)
}
.pbmit-ihbox-style-7:hover .pbmit-ihbox-btn .pbmit-button-icon-wrapper::before {
    transform: scale(1) translate(-2px,0)
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn .pbmit-button-icon {
    transition: transform 0.4s ease-in-out,opacity 0.4s ease-in-out
}
.pbmit-ihbox-style-7:hover .pbmit-ihbox-btn .pbmit-button-icon {
    transform: scale(.26) translate(45px,-50px)
}
.pbmit-elementor-bg-color-white .pbmit-ihbox-style-7 .pbmit-ihbox-box::before {
    background-color: var(--pbmit-agrimo-light-bg-color)
}
.pbmit-elementor-bg-color-white .pbmit-ihbox-style-7 .pbmit-ihbox-btn {
    background-color: var(--pbmit-agrimo-light-bg-color)
}
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-7:hover .pbmit-ihbox-btn,.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-7:hover .pbmit-ihbox-btn {
    background-color: var(--pbmit-agrimo-global-color)
}
.pbmit-elementor-bg-color-secondary .pbmit-ihbox-style-7:hover .pbmit-ihbox-btn a,.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-7:hover .pbmit-ihbox-btn a {
    color: var(--pbmit-agrimo-blackish-color)
}
@media(max-width: 1500px) {
    .pbmit-ihbox-style-7 .pbmit-ihbox-box::before {
        clip-path:unset;
        border-radius: 30px
    }
    .pbmit-ihbox-style-7 .pbmit-ihbox-btn {
        background-color: var(--pbmit-agrimo-secondary-color);
        color: var(--pbmit-agrimo-white-color);
        width: 45px;
        height: 45px;
        bottom: 6px;
        right: 6px
    }
    .pbmit-ihbox-style-7.pbmit-ihbox .pbmit-ihbox-btn a {
        color: var(--pbmit-agrimo-white-color)
    }
}
@media(max-width: 1366px) {
    .pbmit-ihbox-style-7 .pbmit-ihbox-box {
        padding:40px 30px
    }
    .pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper,.pbmit-ihbox-style-7 .pbmit-ihbox-svg {
        height: 70px;
        width: 70px
    }
    .pbmit-ihbox-style-7 .pbmit-icon-type-icon {
        font-size: 38px;
        line-height: 28px
    }
    .pbmit-ihbox-style-7 .pbmit-content-wrapper {
        padding-right: 0
    }
    .pbmit-ihbox-style-7 .pbmit-element-title {
        font-size: 24px;
        line-height: 28px
    }
}
@media (min-width: 1025px) and (max-width:1200px) {
    .pbmit-ihbox-style-7 .pbmit-icon-wrapper {
        display:block!important
    }
    .pbmit-ihbox-style-7 .pbmit-ihbox-icon,.pbmit-ihbox-style-7 .pbmit-ihbox-svg {
        margin-right: 0;
        margin-bottom: 20px
    }
}
@media(max-width: 400px) {
    .pbmit-ihbox-style-7 .pbmit-icon-wrapper {
        display:block!important
    }
    .pbmit-ihbox-style-7 .pbmit-ihbox-icon,.pbmit-ihbox-style-7 .pbmit-ihbox-svg {
        margin-right: 0;
        margin-bottom: 20px
    }
}
/*! elementor - v3.21.0 - 08-05-2024 */
.dialog-widget-content {
    background-color: var(--e-a-bg-default);
    position: absolute;
    border-radius: 3px;
    box-shadow: 2px 8px 23px 3px rgba(0,0,0,.2);
    overflow: hidden
}
.dialog-message {
    line-height: 1.5;
    box-sizing: border-box
}
.dialog-close-button {
    cursor: pointer;
    position: absolute;
    margin-block-start:15px;right: 15px;
    color: var(--e-a-color-txt);
    font-size: 15px;
    line-height: 1;
    transition: var(--e-a-transition-hover)
}
.dialog-close-button:hover {
    color: var(--e-a-color-txt-hover)
}
.dialog-prevent-scroll {
    overflow: hidden;
    max-height: 100vh
}
.dialog-type-lightbox {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}
.elementor-editor-active .elementor-popup-modal {
    background-color: initial
}
.dialog-type-alert .dialog-widget-content,.dialog-type-confirm .dialog-widget-content {
    margin: auto;
    width: 400px;
    padding: 20px
}
.dialog-type-alert .dialog-header,.dialog-type-confirm .dialog-header {
    font-size: 15px;
    font-weight: 500
}
.dialog-type-alert .dialog-header:after,.dialog-type-confirm .dialog-header:after {
    content: "";
    display: block;
    border-block-end:var(--e-a-border);padding-block-end: 10px;
    margin-block-end:10px;margin-inline-start:-20px;margin-inline-end:-20px}
.dialog-type-alert .dialog-message,.dialog-type-confirm .dialog-message {
    min-height: 50px
}
.dialog-type-alert .dialog-buttons-wrapper,.dialog-type-confirm .dialog-buttons-wrapper {
    padding-block-start:10px;display: flex;
    justify-content: flex-end;
    gap: 15px
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    padding: 8px 16px;
    outline: none;
    border: none;
    border-radius: var(--e-a-border-radius);
    background-color: var(--e-a-btn-bg);
    color: var(--e-a-btn-color-invert);
    transition: var(--e-a-transition-hover)
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover {
    border: none
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover {
    background-color: var(--e-a-btn-bg-hover);
    color: var(--e-a-btn-color-invert)
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active {
    background-color: var(--e-a-btn-bg-active)
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]),.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]) {
    cursor: pointer
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled {
    background-color: var(--e-a-btn-bg-disabled);
    color: var(--e-a-btn-color-disabled)
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon {
    display: none
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt {
    background: transparent;
    color: var(--e-a-color-txt)
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover {
    background: var(--e-a-bg-hover);
    color: var(--e-a-color-txt-hover)
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled {
    background: transparent;
    color: var(--e-a-color-txt-disabled)
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt-border,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt-border {
    border: 1px solid var(--e-a-color-txt-muted)
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success {
    background-color: var(--e-a-btn-bg-success)
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover {
    background-color: var(--e-a-btn-bg-success-hover)
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary {
    background-color: var(--e-a-btn-bg-primary);
    color: var(--e-a-btn-color)
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:hover {
    background-color: var(--e-a-btn-bg-primary-hover);
    color: var(--e-a-btn-color)
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt {
    background: transparent;
    color: var(--e-a-color-primary-bold)
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover {
    background: var(--e-a-bg-primary)
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro {
    background-color: var(--e-a-btn-bg-accent)
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:hover {
    background-color: var(--e-a-btn-bg-accent-hover)
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:active,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:active {
    background-color: var(--e-a-btn-bg-accent-active)
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info {
    background-color: var(--e-a-btn-bg-info)
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover {
    background-color: var(--e-a-btn-bg-info-hover)
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning {
    background-color: var(--e-a-btn-bg-warning)
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover {
    background-color: var(--e-a-btn-bg-warning-hover)
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger {
    background-color: var(--e-a-btn-bg-danger)
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover {
    background-color: var(--e-a-btn-bg-danger-hover)
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button i,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button i {
    margin-inline-end:5px}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover,.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:visited {
    color: initial
}
.flatpickr-calendar {
    width: 280px
}
.flatpickr-calendar .flatpickr-current-month span.cur-month {
    font-weight: 300
}
.flatpickr-calendar .dayContainer {
    width: 280px;
    min-width: 280px;
    max-width: 280px
}
.flatpickr-calendar .flatpickr-days {
    width: 280px
}
.flatpickr-calendar .flatpickr-day {
    max-width: 37px;
    height: 37px;
    line-height: 37px
}
.elementor-hidden {
    display: none
}
.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}
.elementor-clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0
}
.e-logo-wrapper {
    background: var(--e-a-bg-logo);
    display: inline-block;
    padding: .75em;
    border-radius: 50%;
    line-height: 1
}
.e-logo-wrapper i {
    color: var(--e-a-color-logo);
    font-size: 1em
}
.elementor *,.elementor :after,.elementor :before {
    box-sizing: border-box
}
.elementor a {
    box-shadow: none;
    text-decoration: none
}
.elementor hr {
    margin: 0;
    background-color: transparent
}
.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none
}
.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
    margin: 0
}
.elementor embed,.elementor iframe,.elementor object,.elementor video {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none
}
.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    direction: ltr
}
.elementor .elementor-background-video-container {
    transition: opacity 1s;
    pointer-events: none
}
.elementor .elementor-background-video-container.elementor-loading {
    opacity: 0
}
.elementor .elementor-background-video-embed {
    max-width: none
}
.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}
.elementor .elementor-background-video {
    max-width: none
}
.elementor .elementor-html5-video {
    -o-object-fit: cover;
    object-fit: cover
}
.elementor .elementor-background-overlay,.elementor .elementor-background-slideshow {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}
.elementor .elementor-background-slideshow {
    z-index: 0
}
.elementor .elementor-background-slideshow__slide__image {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover
}
.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute {
    position: absolute
}
.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed {
    position: fixed
}
.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
    max-width: 100%
}
@media (max-width: 1024px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
        max-width:100%
    }
}
@media (max-width: 767px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
        max-width:100%
    }
}
.elementor-element {
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial;
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order);
    align-self: var(--align-self)
}
.elementor-element.elementor-absolute,.elementor-element.elementor-fixed {
    z-index: 1
}
.elementor-element:where(.e-con-full,.elementor-widget) {
    flex-direction: var(--flex-direction);
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    gap: var(--gap)
}
.elementor-invisible {
    visibility: hidden
}
.elementor-align-center {
    text-align: center
}
.elementor-align-center .elementor-button {
    width: auto
}
.elementor-align-right {
    text-align: right
}
.elementor-align-right .elementor-button {
    width: auto
}
.elementor-align-left {
    text-align: left
}
.elementor-align-left .elementor-button {
    width: auto
}
.elementor-align-justify .elementor-button {
    width: 100%
}
.elementor-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}
.elementor-custom-embed-play i {
    font-size: 100px;
    color: #fff;
    text-shadow: 1px 0 6px rgba(0,0,0,.3)
}
.elementor-custom-embed-play svg {
    height: 100px;
    width: 100px;
    fill: #fff;
    filter: drop-shadow(1px 0 6px rgba(0,0,0,.3))
}
.elementor-custom-embed-play i,.elementor-custom-embed-play svg {
    opacity: .8;
    transition: all .5s
}
.elementor-custom-embed-play.elementor-playing i {
    font-family: eicons
}
.elementor-custom-embed-play.elementor-playing i:before {
    content: "\e8fb"
}
.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg {
    animation: eicon-spin 2s linear infinite
}
.elementor-tag {
    display: inline-flex
}
.elementor-ken-burns {
    transition-property: transform;
    transition-duration: 10s;
    transition-timing-function: linear
}
.elementor-ken-burns--out {
    transform: scale(1.3)
}
.elementor-ken-burns--active {
    transition-duration: 20s
}
.elementor-ken-burns--active.elementor-ken-burns--out {
    transform: scale(1)
}
.elementor-ken-burns--active.elementor-ken-burns--in {
    transform: scale(1.3)
}
@media (min-width: -1) {
    .elementor-widescreen-align-center {
        text-align:center
    }
    .elementor-widescreen-align-center .elementor-button {
        width: auto
    }
    .elementor-widescreen-align-right {
        text-align: right
    }
    .elementor-widescreen-align-right .elementor-button {
        width: auto
    }
    .elementor-widescreen-align-left {
        text-align: left
    }
    .elementor-widescreen-align-left .elementor-button {
        width: auto
    }
    .elementor-widescreen-align-justify .elementor-button {
        width: 100%
    }
}
@media (max-width: -1) {
    .elementor-laptop-align-center {
        text-align:center
    }
    .elementor-laptop-align-center .elementor-button {
        width: auto
    }
    .elementor-laptop-align-right {
        text-align: right
    }
    .elementor-laptop-align-right .elementor-button {
        width: auto
    }
    .elementor-laptop-align-left {
        text-align: left
    }
    .elementor-laptop-align-left .elementor-button {
        width: auto
    }
    .elementor-laptop-align-justify .elementor-button {
        width: 100%
    }
}
@media (max-width: -1) {
    .elementor-tablet_extra-align-center {
        text-align:center
    }
    .elementor-tablet_extra-align-center .elementor-button {
        width: auto
    }
    .elementor-tablet_extra-align-right {
        text-align: right
    }
    .elementor-tablet_extra-align-right .elementor-button {
        width: auto
    }
    .elementor-tablet_extra-align-left {
        text-align: left
    }
    .elementor-tablet_extra-align-left .elementor-button {
        width: auto
    }
    .elementor-tablet_extra-align-justify .elementor-button {
        width: 100%
    }
}
@media (max-width: 1024px) {
    .elementor-tablet-align-center {
        text-align:center
    }
    .elementor-tablet-align-center .elementor-button {
        width: auto
    }
    .elementor-tablet-align-right {
        text-align: right
    }
    .elementor-tablet-align-right .elementor-button {
        width: auto
    }
    .elementor-tablet-align-left {
        text-align: left
    }
    .elementor-tablet-align-left .elementor-button {
        width: auto
    }
    .elementor-tablet-align-justify .elementor-button {
        width: 100%
    }
}
@media (max-width: -1) {
    .elementor-mobile_extra-align-center {
        text-align:center
    }
    .elementor-mobile_extra-align-center .elementor-button {
        width: auto
    }
    .elementor-mobile_extra-align-right {
        text-align: right
    }
    .elementor-mobile_extra-align-right .elementor-button {
        width: auto
    }
    .elementor-mobile_extra-align-left {
        text-align: left
    }
    .elementor-mobile_extra-align-left .elementor-button {
        width: auto
    }
    .elementor-mobile_extra-align-justify .elementor-button {
        width: 100%
    }
}
@media (max-width: 767px) {
    .elementor-mobile-align-center {
        text-align:center
    }
    .elementor-mobile-align-center .elementor-button {
        width: auto
    }
    .elementor-mobile-align-right {
        text-align: right
    }
    .elementor-mobile-align-right .elementor-button {
        width: auto
    }
    .elementor-mobile-align-left {
        text-align: left
    }
    .elementor-mobile-align-left .elementor-button {
        width: auto
    }
    .elementor-mobile-align-justify .elementor-button {
        width: 100%
    }
}
:root {
    --page-title-display: block
}
.elementor-page-title,h1.entry-title {
    display: var(--page-title-display)
}
@keyframes eicon-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}
.eicon-animation-spin {
    animation: eicon-spin 2s linear infinite
}
.elementor-section {
    position: relative;
    margin-bottom: 50px;
}
.elementor-section .elementor-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative
}
@media (max-width: 1024px) {
    .elementor-section .elementor-container {
        flex-wrap:wrap
    }
}
.elementor-section.elementor-section-boxed>.elementor-container {
    /* max-width: 1140px; */
}
.elementor-section.elementor-section-stretched {
    position: relative;
    width: 100%
}
.elementor-section.elementor-section-items-top>.elementor-container {
    align-items: flex-start
}
.elementor-section.elementor-section-items-middle>.elementor-container {
    align-items: center
}
.elementor-section.elementor-section-items-bottom>.elementor-container {
    align-items: flex-end
}
@media (min-width: 768px) {
    .elementor-section.elementor-section-height-full {
        height:100vh
    }
    .elementor-section.elementor-section-height-full>.elementor-container {
        height: 100%
    }
}
.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: flex-start
}
.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: center
}
.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: flex-end
}
.elementor-row {
    width: 100%;
    display: flex
}
@media (max-width: 1024px) {
    .elementor-row {
        flex-wrap:wrap
    }
}
.elementor-widget-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: flex
}
.elementor-widget-wrap>.elementor-element {
    width: 100%
}
.elementor-widget-wrap.e-swiper-container {
    width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
}
.elementor-widget {
    position: relative
}
.elementor-widget:not(:last-child) {
    margin-bottom: 20px
}
.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial {
    margin-bottom: 0
}
.elementor-column {
    position: relative;
    min-height: 1px;
    display: flex
}
.elementor-column-wrap {
    width: 100%;
    position: relative;
    display: flex
}
.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
    padding: 5px
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 10px
}
.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
    padding: 15px
}
.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
    padding: 20px
}
.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
    padding: 30px
}
.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
    padding: 0
}
@media (min-width: 768px) {
    .elementor-column.elementor-col-10,.elementor-column[data-col="10"] {
        width:10%
    }
    .elementor-column.elementor-col-11,.elementor-column[data-col="11"] {
        width: 11.111%
    }
    .elementor-column.elementor-col-12,.elementor-column[data-col="12"] {
        width: 12.5%
    }
    .elementor-column.elementor-col-14,.elementor-column[data-col="14"] {
        width: 14.285%
    }
    .elementor-column.elementor-col-16,.elementor-column[data-col="16"] {
        width: 16.666%
    }
    .elementor-column.elementor-col-20,.elementor-column[data-col="20"] {
        width: 20%
    }
    .elementor-column.elementor-col-25,.elementor-column[data-col="25"] {
        width: 25%
    }
    .elementor-column.elementor-col-30,.elementor-column[data-col="30"] {
        width: 30%
    }
    .elementor-column.elementor-col-33,.elementor-column[data-col="33"] {
        width: 33.333%
    }
    .elementor-column.elementor-col-40,.elementor-column[data-col="40"] {
        width: 40%
    }
    .elementor-column.elementor-col-50,.elementor-column[data-col="50"] {
        width: 50%
    }
    .elementor-column.elementor-col-60,.elementor-column[data-col="60"] {
        width: 60%
    }
    .elementor-column.elementor-col-66,.elementor-column[data-col="66"] {
        width: 66.666%
    }
    .elementor-column.elementor-col-70,.elementor-column[data-col="70"] {
        width: 70%
    }
    .elementor-column.elementor-col-75,.elementor-column[data-col="75"] {
        width: 75%
    }
    .elementor-column.elementor-col-80,.elementor-column[data-col="80"] {
        width: 80%
    }
    .elementor-column.elementor-col-83,.elementor-column[data-col="83"] {
        width: 83.333%
    }
    .elementor-column.elementor-col-90,.elementor-column[data-col="90"] {
        width: 90%
    }
    .elementor-column.elementor-col-100,.elementor-column[data-col="100"] {
        width: 100%
    }
}
@media (max-width: 479px) {
    .elementor-column.elementor-xs-10 {
        width:10%
    }
    .elementor-column.elementor-xs-11 {
        width: 11.111%
    }
    .elementor-column.elementor-xs-12 {
        width: 12.5%
    }
    .elementor-column.elementor-xs-14 {
        width: 14.285%
    }
    .elementor-column.elementor-xs-16 {
        width: 16.666%
    }
    .elementor-column.elementor-xs-20 {
        width: 20%
    }
    .elementor-column.elementor-xs-25 {
        width: 25%
    }
    .elementor-column.elementor-xs-30 {
        width: 30%
    }
    .elementor-column.elementor-xs-33 {
        width: 33.333%
    }
    .elementor-column.elementor-xs-40 {
        width: 40%
    }
    .elementor-column.elementor-xs-50 {
        width: 50%
    }
    .elementor-column.elementor-xs-60 {
        width: 60%
    }
    .elementor-column.elementor-xs-66 {
        width: 66.666%
    }
    .elementor-column.elementor-xs-70 {
        width: 70%
    }
    .elementor-column.elementor-xs-75 {
        width: 75%
    }
    .elementor-column.elementor-xs-80 {
        width: 80%
    }
    .elementor-column.elementor-xs-83 {
        width: 83.333%
    }
    .elementor-column.elementor-xs-90 {
        width: 90%
    }
    .elementor-column.elementor-xs-100 {
        width: 100%
    }
}
@media (max-width: 767px) {
    .elementor-column.elementor-sm-10 {
        width:10%
    }
    .elementor-column.elementor-sm-11 {
        width: 11.111%
    }
    .elementor-column.elementor-sm-12 {
        width: 12.5%
    }
    .elementor-column.elementor-sm-14 {
        width: 14.285%
    }
    .elementor-column.elementor-sm-16 {
        width: 16.666%
    }
    .elementor-column.elementor-sm-20 {
        width: 20%
    }
    .elementor-column.elementor-sm-25 {
        width: 25%
    }
    .elementor-column.elementor-sm-30 {
        width: 30%
    }
    .elementor-column.elementor-sm-33 {
        width: 33.333%
    }
    .elementor-column.elementor-sm-40 {
        width: 40%
    }
    .elementor-column.elementor-sm-50 {
        width: 50%
    }
    .elementor-column.elementor-sm-60 {
        width: 60%
    }
    .elementor-column.elementor-sm-66 {
        width: 66.666%
    }
    .elementor-column.elementor-sm-70 {
        width: 70%
    }
    .elementor-column.elementor-sm-75 {
        width: 75%
    }
    .elementor-column.elementor-sm-80 {
        width: 80%
    }
    .elementor-column.elementor-sm-83 {
        width: 83.333%
    }
    .elementor-column.elementor-sm-90 {
        width: 90%
    }
    .elementor-column.elementor-sm-100 {
        width: 100%
    }
}
@media (min-width: 768px) and (max-width:1024px) {
    .elementor-column.elementor-md-10 {
        width:10%
    }
    .elementor-column.elementor-md-11 {
        width: 11.111%
    }
    .elementor-column.elementor-md-12 {
        width: 12.5%
    }
    .elementor-column.elementor-md-14 {
        width: 14.285%
    }
    .elementor-column.elementor-md-16 {
        width: 16.666%
    }
    .elementor-column.elementor-md-20 {
        width: 20%
    }
    .elementor-column.elementor-md-25 {
        width: 25%
    }
    .elementor-column.elementor-md-30 {
        width: 30%
    }
    .elementor-column.elementor-md-33 {
        width: 33.333%
    }
    .elementor-column.elementor-md-40 {
        width: 40%
    }
    .elementor-column.elementor-md-50 {
        width: 50%
    }
    .elementor-column.elementor-md-60 {
        width: 60%
    }
    .elementor-column.elementor-md-66 {
        width: 66.666%
    }
    .elementor-column.elementor-md-70 {
        width: 70%
    }
    .elementor-column.elementor-md-75 {
        width: 75%
    }
    .elementor-column.elementor-md-80 {
        width: 80%
    }
    .elementor-column.elementor-md-83 {
        width: 83.333%
    }
    .elementor-column.elementor-md-90 {
        width: 90%
    }
    .elementor-column.elementor-md-100 {
        width: 100%
    }
}
@media (min-width: -1) {
    .elementor-reverse-widescreen>.elementor-container>:first-child {
        order:10
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(2) {
        order: 9
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(3) {
        order: 8
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(4) {
        order: 7
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(5) {
        order: 6
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(6) {
        order: 5
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(7) {
        order: 4
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(8) {
        order: 3
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(9) {
        order: 2
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(10) {
        order: 1
    }
}
@media (min-width: 1025px) and (max-width:-1) {
    .elementor-reverse-laptop>.elementor-container>:first-child {
        order:10
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
        order: 9
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
        order: 8
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
        order: 7
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
        order: 6
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
        order: 5
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
        order: 4
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
        order: 3
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order: 2
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 1
    }
}
@media (min-width: -1) and (max-width:-1) {
    .elementor-reverse-laptop>.elementor-container>:first-child {
        order:10
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
        order: 9
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
        order: 8
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
        order: 7
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
        order: 6
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
        order: 5
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
        order: 4
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
        order: 3
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order: 2
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 1
    }
}
@media (min-width: 1025px) and (max-width:-1) {
    .elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9),.elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order:0
    }
    .elementor-reverse-tablet_extra>.elementor-container>:first-child {
        order: 10
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(2) {
        order: 9
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(3) {
        order: 8
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(4) {
        order: 7
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(5) {
        order: 6
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(6) {
        order: 5
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(7) {
        order: 4
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(8) {
        order: 3
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(9) {
        order: 2
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(10) {
        order: 1
    }
}
@media (min-width: 768px) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>:first-child {
        order:10
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
        order: 9
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
        order: 8
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
        order: 7
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
        order: 6
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
        order: 5
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
        order: 4
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
        order: 3
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        order: 2
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 1
    }
}
@media (min-width: -1) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>:first-child {
        order:10
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
        order: 9
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
        order: 8
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
        order: 7
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
        order: 6
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
        order: 5
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
        order: 4
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
        order: 3
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        order: 2
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 1
    }
}
@media (min-width: 768px) and (max-width:-1) {
    .elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9),.elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order:0
    }
    .elementor-reverse-mobile_extra>.elementor-container>:first-child {
        order: 10
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(2) {
        order: 9
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(3) {
        order: 8
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(4) {
        order: 7
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(5) {
        order: 6
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(6) {
        order: 5
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(7) {
        order: 4
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(8) {
        order: 3
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(9) {
        order: 2
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(10) {
        order: 1
    }
}
@media (max-width: 767px) {
    .elementor-reverse-mobile>.elementor-container>:first-child {
        order:10
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(2) {
        order: 9
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(3) {
        order: 8
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(4) {
        order: 7
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(5) {
        order: 6
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(6) {
        order: 5
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(7) {
        order: 4
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(8) {
        order: 3
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(9) {
        order: 2
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(10) {
        order: 1
    }
    .elementor-column {
        width: 100%
    }
}
ul.elementor-icon-list-items.elementor-inline-items {
    display: flex;
    flex-wrap: wrap
}
ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
    word-break: break-word
}
.elementor-grid {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap)
}
.elementor-grid .elementor-grid-item {
    min-width: 0
}
.elementor-grid-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap))
}
.elementor-grid-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
}
.elementor-grid-1 .elementor-grid {
    grid-template-columns: repeat(1,1fr)
}
.elementor-grid-2 .elementor-grid {
    grid-template-columns: repeat(2,1fr)
}
.elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(3,1fr)
}
.elementor-grid-4 .elementor-grid {
    grid-template-columns: repeat(4,1fr)
}
.elementor-grid-5 .elementor-grid {
    grid-template-columns: repeat(5,1fr)
}
.elementor-grid-6 .elementor-grid {
    grid-template-columns: repeat(6,1fr)
}
.elementor-grid-7 .elementor-grid {
    grid-template-columns: repeat(7,1fr)
}
.elementor-grid-8 .elementor-grid {
    grid-template-columns: repeat(8,1fr)
}
.elementor-grid-9 .elementor-grid {
    grid-template-columns: repeat(9,1fr)
}
.elementor-grid-10 .elementor-grid {
    grid-template-columns: repeat(10,1fr)
}
.elementor-grid-11 .elementor-grid {
    grid-template-columns: repeat(11,1fr)
}
.elementor-grid-12 .elementor-grid {
    grid-template-columns: repeat(12,1fr)
}
@media (min-width: -1) {
    .elementor-grid-widescreen-0 .elementor-grid {
        display:inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }
    .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }
    .elementor-grid-widescreen-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }
    .elementor-grid-widescreen-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }
    .elementor-grid-widescreen-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }
    .elementor-grid-widescreen-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }
    .elementor-grid-widescreen-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }
    .elementor-grid-widescreen-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }
    .elementor-grid-widescreen-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }
    .elementor-grid-widescreen-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }
    .elementor-grid-widescreen-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }
    .elementor-grid-widescreen-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }
    .elementor-grid-widescreen-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }
    .elementor-grid-widescreen-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}
@media (max-width: -1) {
    .elementor-grid-laptop-0 .elementor-grid {
        display:inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }
    .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }
    .elementor-grid-laptop-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }
    .elementor-grid-laptop-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }
    .elementor-grid-laptop-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }
    .elementor-grid-laptop-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }
    .elementor-grid-laptop-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }
    .elementor-grid-laptop-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }
    .elementor-grid-laptop-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }
    .elementor-grid-laptop-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }
    .elementor-grid-laptop-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }
    .elementor-grid-laptop-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }
    .elementor-grid-laptop-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }
    .elementor-grid-laptop-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}
@media (max-width: -1) {
    .elementor-grid-tablet_extra-0 .elementor-grid {
        display:inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }
    .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }
    .elementor-grid-tablet_extra-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }
    .elementor-grid-tablet_extra-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }
    .elementor-grid-tablet_extra-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }
    .elementor-grid-tablet_extra-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }
    .elementor-grid-tablet_extra-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }
    .elementor-grid-tablet_extra-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }
    .elementor-grid-tablet_extra-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }
    .elementor-grid-tablet_extra-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }
    .elementor-grid-tablet_extra-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }
    .elementor-grid-tablet_extra-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }
    .elementor-grid-tablet_extra-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }
    .elementor-grid-tablet_extra-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}
@media (max-width: 1024px) {
    .elementor-grid-tablet-0 .elementor-grid {
        display:inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }
    .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }
    .elementor-grid-tablet-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }
    .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }
    .elementor-grid-tablet-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }
    .elementor-grid-tablet-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }
    .elementor-grid-tablet-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }
    .elementor-grid-tablet-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }
    .elementor-grid-tablet-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }
    .elementor-grid-tablet-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }
    .elementor-grid-tablet-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }
    .elementor-grid-tablet-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }
    .elementor-grid-tablet-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }
    .elementor-grid-tablet-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}
@media (max-width: -1) {
    .elementor-grid-mobile_extra-0 .elementor-grid {
        display:inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }
    .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }
    .elementor-grid-mobile_extra-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }
    .elementor-grid-mobile_extra-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }
    .elementor-grid-mobile_extra-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }
    .elementor-grid-mobile_extra-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }
    .elementor-grid-mobile_extra-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }
    .elementor-grid-mobile_extra-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }
    .elementor-grid-mobile_extra-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }
    .elementor-grid-mobile_extra-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }
    .elementor-grid-mobile_extra-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }
    .elementor-grid-mobile_extra-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }
    .elementor-grid-mobile_extra-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }
    .elementor-grid-mobile_extra-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}
@media (max-width: 767px) {
    .elementor-grid-mobile-0 .elementor-grid {
        display:inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }
    .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }
    .elementor-grid-mobile-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr)
    }
    .elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr)
    }
    .elementor-grid-mobile-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr)
    }
    .elementor-grid-mobile-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr)
    }
    .elementor-grid-mobile-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr)
    }
    .elementor-grid-mobile-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr)
    }
    .elementor-grid-mobile-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr)
    }
    .elementor-grid-mobile-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr)
    }
    .elementor-grid-mobile-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr)
    }
    .elementor-grid-mobile-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr)
    }
    .elementor-grid-mobile-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr)
    }
    .elementor-grid-mobile-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr)
    }
}
@media (min-width: 1025px) {
    #elementor-device-mode:after {
        content:"desktop"
    }
}
@media (min-width: -1) {
    #elementor-device-mode:after {
        content:"widescreen"
    }
}
@media (max-width: -1) {
    #elementor-device-mode:after {
        content:"laptop";
        content: "tablet_extra"
    }
}
@media (max-width: 1024px) {
    #elementor-device-mode:after {
        content:"tablet"
    }
}
@media (max-width: -1) {
    #elementor-device-mode:after {
        content:"mobile_extra"
    }
}
@media (max-width: 767px) {
    #elementor-device-mode:after {
        content:"mobile"
    }
}
.e-con {
    --border-radius: 0;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    --border-style: initial;
    --border-color: initial;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --content-width: min(100%,var(--container-max-width,1140px));
    --width: 100%;
    --min-height: initial;
    --height: auto;
    --text-align: initial;
    --margin-top: 0px;
    --margin-right: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --padding-top: var(--container-default-padding-top,10px);
    --padding-right: var(--container-default-padding-right,10px);
    --padding-bottom: var(--container-default-padding-bottom,10px);
    --padding-left: var(--container-default-padding-left,10px);
    --position: relative;
    --z-index: revert;
    --overflow: visible;
    --gap: var(--widgets-spacing,20px);
    --overlay-mix-blend-mode: initial;
    --overlay-opacity: 1;
    --overlay-transition: 0.3s;
    --e-con-grid-template-columns: repeat(3,1fr);
    --e-con-grid-template-rows: repeat(2,1fr);
    position: var(--position);
    width: var(--width);
    min-width: 0;
    min-height: var(--min-height);
    height: var(--height);
    border-radius: var(--border-radius);
    z-index: var(--z-index);
    overflow: var(--overflow);
    transition: background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s);
    margin-block-start:var(--margin-block-start);margin-inline-end: var(--margin-inline-end);
    margin-block-end:var(--margin-block-end);margin-inline-start: var(--margin-inline-start);
    padding-inline-start:var(--padding-inline-start);padding-inline-end: var(--padding-inline-end);
    --margin-block-start: var(--margin-top);
    --margin-block-end: var(--margin-bottom);
    --margin-inline-start: var(--margin-left);
    --margin-inline-end: var(--margin-right);
    --padding-inline-start: var(--padding-left);
    --padding-inline-end: var(--padding-right);
    --padding-block-start: var(--padding-top);
    --padding-block-end: var(--padding-bottom);
    --border-block-start-width: var(--border-top-width);
    --border-block-end-width: var(--border-bottom-width);
    --border-inline-start-width: var(--border-left-width);
    --border-inline-end-width: var(--border-right-width)
}
body.rtl .e-con {
    --padding-inline-start: var(--padding-right);
    --padding-inline-end: var(--padding-left);
    --margin-inline-start: var(--margin-right);
    --margin-inline-end: var(--margin-left);
    --border-inline-start-width: var(--border-right-width);
    --border-inline-end-width: var(--border-left-width)
}
.e-con.e-flex {
    --flex-direction: column;
    --flex-basis: auto;
    --flex-grow: 0;
    --flex-shrink: 1;
    flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis)
}
.e-con-full,.e-con>.e-con-inner {
    text-align: var(--text-align);
    padding-block-start:var(--padding-block-start);padding-block-end: var(--padding-block-end)
}
.e-con-full.e-flex,.e-con.e-flex>.e-con-inner {
    flex-direction: var(--flex-direction)
}
.e-con,.e-con>.e-con-inner {
    display: var(--display)
}
.e-con.e-grid {
    --grid-justify-content: start;
    --grid-align-content: start;
    --grid-auto-flow: row
}
.e-con.e-grid,.e-con.e-grid>.e-con-inner {
    grid-template-columns: var(--e-con-grid-template-columns);
    grid-template-rows: var(--e-con-grid-template-rows);
    justify-content: var(--grid-justify-content);
    align-content: var(--grid-align-content);
    grid-auto-flow: var(--grid-auto-flow);
    justify-items: var(--justify-items);
    align-items: var(--align-items)
}
.e-con-boxed.e-flex {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal
}
.e-con-boxed.e-grid {
    justify-items: legacy;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr
}
.e-con-boxed {
    text-align: initial;
    gap: initial
}
.e-con.e-flex>.e-con-inner {
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto
}
.e-con.e-grid>.e-con-inner {
    justify-items: var(--justify-items);
    align-items: var(--align-items)
}
.e-con>.e-con-inner {
    gap: var(--gap);
    width: 100%;
    max-width: var(--content-width);
    margin: 0 auto;
    padding-inline-start:0;padding-inline-end:0;height: 100%
}
:is(.elementor-section-wrap,[data-elementor-id])>.e-con {
    --margin-left: auto;
    --margin-right: auto;
    max-width: min(100%,var(--width))
}
.e-con .elementor-widget.elementor-widget {
    margin-block-end:0}
.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before {
    content: var(--background-overlay);
    display: block;
    position: absolute;
    mix-blend-mode: var(--overlay-mix-blend-mode);
    opacity: var(--overlay-opacity);
    transition: var(--overlay-transition,.3s);
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    border-color: var(--border-color);
    border-block-start-width:var(--border-block-start-width);border-inline-end-width: var(--border-inline-end-width);
    border-block-end-width:var(--border-block-end-width);border-inline-start-width: var(--border-inline-start-width);
    top: calc(0px - var(--border-top-width));
    left: calc(0px - var(--border-left-width));
    width: max(100% + var(--border-left-width) + var(--border-right-width),100%);
    height: max(100% + var(--border-top-width) + var(--border-bottom-width),100%)
}
.e-con:before {
    transition: background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)
}
.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container {
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    border-color: var(--border-color);
    border-block-start-width:var(--border-block-start-width);border-inline-end-width: var(--border-inline-end-width);
    border-block-end-width:var(--border-block-end-width);border-inline-start-width: var(--border-inline-start-width);
    top: calc(0px - var(--border-top-width));
    left: calc(0px - var(--border-left-width));
    width: max(100% + var(--border-left-width) + var(--border-right-width),100%);
    height: max(100% + var(--border-top-width) + var(--border-bottom-width),100%)
}
@media (max-width: 767px) {
    :is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-phone {
        display:none
    }
}
:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before {
    z-index: 1
}
:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before {
    z-index: 2
}
.e-con .elementor-widget {
    min-width: 0
}
.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper {
    width: 100%
}
.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container {
    height: 100%
}
.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget {
    max-width: 100%
}
@media (max-width: 767px) {
    .e-con.e-flex {
        --width:100%;
        --flex-wrap: wrap
    }
}
.elementor-form-fields-wrapper {
    display: flex;
    flex-wrap: wrap
}
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
    flex-basis: 100%;
    max-width: 100%
}
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
    flex-grow: 1
}
.elementor-field-group {
    flex-wrap: wrap;
    align-items: center
}
.elementor-field-group.elementor-field-type-submit {
    align-items: flex-end
}
.elementor-field-group .elementor-field-textual {
    width: 100%;
    max-width: 100%;
    border: 1px solid #69727d;
    background-color: transparent;
    color: #1f2124;
    vertical-align: middle;
    flex-grow: 1
}
.elementor-field-group .elementor-field-textual:focus {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    outline: 0
}
.elementor-field-group .elementor-field-textual::-moz-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}
.elementor-field-group .elementor-field-textual::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}
.elementor-field-group .elementor-select-wrapper {
    display: flex;
    position: relative;
    width: 100%
}
.elementor-field-group .elementor-select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    flex-basis: 100%;
    padding-inline-end:20px}
.elementor-field-group .elementor-select-wrapper:before {
    content: "\e92a";
    font-family: eicons;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none;
    text-shadow: 0 0 3px rgba(0,0,0,.3)
}
.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
    content: ""
}
.elementor-field-subgroup {
    display: flex;
    flex-wrap: wrap
}
.elementor-field-subgroup .elementor-field-option label {
    display: inline-block
}
.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    padding-inline-end:10px}
.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
    flex-basis: 100%
}
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
    display: inline
}
.elementor-field-label {
    cursor: pointer
}
.elementor-mark-required .elementor-field-label:after {
    content: "*";
    color: red;
    padding-inline-start:.2em}
.elementor-field-textual {
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    border-radius: 3px
}
.elementor-field-textual.elementor-size-xs {
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px;
    border-radius: 2px
}
.elementor-field-textual.elementor-size-md {
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    border-radius: 4px
}
.elementor-field-textual.elementor-size-lg {
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px;
    border-radius: 5px
}
.elementor-field-textual.elementor-size-xl {
    font-size: 20px;
    min-height: 72px;
    padding: 8px 24px;
    border-radius: 6px
}
.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%
}
.elementor-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1
}
.elementor-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%
}
.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit {
    justify-content: center
}
.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit {
    justify-content: flex-start
}
.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit {
    justify-content: flex-end
}
.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: auto
}
.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0
}
.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto
}
@media screen and (max-width: 1024px) {
    .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis:100%
    }
    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }
    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }
    .elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit {
        justify-content: center
    }
    .elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit {
        justify-content: flex-start
    }
    .elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit {
        justify-content: flex-end
    }
    .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: auto
    }
    .elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }
    .elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}
@media screen and (max-width: 767px) {
    .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis:100%
    }
    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }
    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }
    .elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit {
        justify-content: center
    }
    .elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit {
        justify-content: flex-start
    }
    .elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit {
        justify-content: flex-end
    }
    .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: auto
    }
    .elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }
    .elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}
.elementor-error .elementor-field {
    border-color: #d9534f
}
.elementor-error .help-inline {
    color: #d9534f;
    font-size: .9em
}
.elementor-message {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1
}
.elementor-message:before {
    content: "\e90e";
    display: inline-block;
    font-family: eicons;
    font-weight: 400;
    font-style: normal;
    vertical-align: middle;
    margin-inline-end:5px}
.elementor-message.elementor-message-danger {
    color: #d9534f
}
.elementor-message.elementor-message-danger:before {
    content: "\e87f"
}
.elementor-message.form-message-success {
    color: #5cb85c
}
.elementor-form .elementor-button {
    padding-top: 0;
    padding-bottom: 0;
    border: none
}
.elementor-form .elementor-button>span {
    display: flex;
    justify-content: center
}
.elementor-form .elementor-button.elementor-size-xs {
    min-height: 33px
}
.elementor-form .elementor-button.elementor-size-sm {
    min-height: 40px
}
.elementor-form .elementor-button.elementor-size-md {
    min-height: 47px
}
.elementor-form .elementor-button.elementor-size-lg {
    min-height: 59px
}
.elementor-form .elementor-button.elementor-size-xl {
    min-height: 72px
}
.elementor-element .elementor-widget-container {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)
}
.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #69727d;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s
}
.elementor-button:focus,.elementor-button:hover,.elementor-button:visited {
    color: #fff
}
.elementor-button-content-wrapper {
    display: flex;
    justify-content: center
}
.elementor-button-icon {
    flex-grow: 0;
    order: 5
}
.elementor-button-icon svg {
    width: 1em;
    height: auto
}
.elementor-button-icon .e-font-icon-svg {
    height: 1em
}
.elementor-button-text {
    flex-grow: 1;
    order: 10;
    display: inline-block
}
.elementor-button.elementor-size-xs {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 2px
}
.elementor-button.elementor-size-md {
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 4px
}
.elementor-button.elementor-size-lg {
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 5px
}
.elementor-button.elementor-size-xl {
    font-size: 20px;
    padding: 25px 50px;
    border-radius: 6px
}
.elementor-button .elementor-align-icon-right {
    margin-left: 5px;
    order: 15
}
.elementor-button .elementor-align-icon-left {
    margin-right: 5px;
    order: 5
}
.elementor-button span {
    text-decoration: inherit
}
.elementor-element.elementor-button-info .elementor-button {
    background-color: #5bc0de
}
.elementor-element.elementor-button-success .elementor-button {
    background-color: #5cb85c
}
.elementor-element.elementor-button-warning .elementor-button {
    background-color: #f0ad4e
}
.elementor-element.elementor-button-danger .elementor-button {
    background-color: #d9534f
}
.elementor-widget-button .elementor-button .elementor-button-info {
    background-color: #5bc0de
}
.elementor-widget-button .elementor-button .elementor-button-success {
    background-color: #5cb85c
}
.elementor-widget-button .elementor-button .elementor-button-warning {
    background-color: #f0ad4e
}
.elementor-widget-button .elementor-button .elementor-button-danger {
    background-color: #d9534f
}
.elementor-tab-title a {
    color: inherit
}
.elementor-view-stacked .elementor-icon {
    padding: .5em;
    background-color: #69727d;
    color: #fff;
    fill: #fff
}
.elementor-view-framed .elementor-icon {
    padding: .5em;
    color: #69727d;
    border: 3px solid #69727d;
    background-color: transparent
}
.elementor-icon {
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: #69727d;
    font-size: 50px;
    text-align: center
}
.elementor-icon:hover {
    color: #69727d
}
.elementor-icon i,.elementor-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}
.elementor-icon i:before,.elementor-icon svg:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}
.elementor-icon i.fad {
    width: auto
}
.elementor-shape-circle .elementor-icon {
    border-radius: 50%
}
.e-transform .elementor-widget-container {
    transform: perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}
.e-con.e-transform {
    transform: perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));
    transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)
}
.elementor-element,.elementor-lightbox {
    --swiper-theme-color: #000;
    --swiper-navigation-size: 44px;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-horizontal-gap: 6px
}
.elementor-element .swiper-container .swiper-slide figure,.elementor-element .swiper .swiper-slide figure,.elementor-lightbox .swiper-container .swiper-slide figure,.elementor-lightbox .swiper .swiper-slide figure {
    line-height: 0
}
.elementor-element .swiper-container .elementor-lightbox-content-source,.elementor-element .swiper .elementor-lightbox-content-source,.elementor-lightbox .swiper-container .elementor-lightbox-content-source,.elementor-lightbox .swiper .elementor-lightbox-content-source {
    display: none
}
.elementor-element .swiper-container .elementor-swiper-button,.elementor-element .swiper-container~.elementor-swiper-button,.elementor-element .swiper .elementor-swiper-button,.elementor-element .swiper~.elementor-swiper-button,.elementor-lightbox .swiper-container .elementor-swiper-button,.elementor-lightbox .swiper-container~.elementor-swiper-button,.elementor-lightbox .swiper .elementor-swiper-button,.elementor-lightbox .swiper~.elementor-swiper-button {
    position: absolute;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0,0%,93.3%,.9);
    top: 50%;
    transform: translateY(-50%)
}
.elementor-element .swiper-container .elementor-swiper-button svg,.elementor-element .swiper-container~.elementor-swiper-button svg,.elementor-element .swiper .elementor-swiper-button svg,.elementor-element .swiper~.elementor-swiper-button svg,.elementor-lightbox .swiper-container .elementor-swiper-button svg,.elementor-lightbox .swiper-container~.elementor-swiper-button svg,.elementor-lightbox .swiper .elementor-swiper-button svg,.elementor-lightbox .swiper~.elementor-swiper-button svg {
    fill: hsla(0,0%,93.3%,.9);
    height: 1em;
    width: 1em
}
.elementor-element .swiper-container .elementor-swiper-button-prev,.elementor-element .swiper-container~.elementor-swiper-button-prev,.elementor-element .swiper .elementor-swiper-button-prev,.elementor-element .swiper~.elementor-swiper-button-prev,.elementor-lightbox .swiper-container .elementor-swiper-button-prev,.elementor-lightbox .swiper-container~.elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev,.elementor-lightbox .swiper~.elementor-swiper-button-prev {
    left: 10px
}
.elementor-element .swiper-container .elementor-swiper-button-next,.elementor-element .swiper-container~.elementor-swiper-button-next,.elementor-element .swiper .elementor-swiper-button-next,.elementor-element .swiper~.elementor-swiper-button-next,.elementor-lightbox .swiper-container .elementor-swiper-button-next,.elementor-lightbox .swiper-container~.elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next,.elementor-lightbox .swiper~.elementor-swiper-button-next {
    right: 10px
}
.elementor-element .swiper-container .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper-container~.elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper-container .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper-container~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled {
    opacity: .3
}
.elementor-element .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%
}
.elementor-element .swiper-container .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper-container .swiper-pagination-custom,.elementor-element .swiper-container .swiper-pagination-fraction,.elementor-element .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper-container~.swiper-pagination-custom,.elementor-element .swiper-container~.swiper-pagination-fraction,.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper .swiper-pagination-custom,.elementor-element .swiper .swiper-pagination-fraction,.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper~.swiper-pagination-custom,.elementor-element .swiper~.swiper-pagination-fraction,.elementor-lightbox .swiper-container .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper-container .swiper-pagination-custom,.elementor-lightbox .swiper-container .swiper-pagination-fraction,.elementor-lightbox .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper-container~.swiper-pagination-custom,.elementor-lightbox .swiper-container~.swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper .swiper-pagination-custom,.elementor-lightbox .swiper .swiper-pagination-fraction,.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper~.swiper-pagination-custom,.elementor-lightbox .swiper~.swiper-pagination-fraction {
    bottom: 5px
}
.elementor-element .swiper-container.swiper-cube .elementor-swiper-button,.elementor-element .swiper-container.swiper-cube~.elementor-swiper-button,.elementor-element .swiper.swiper-cube .elementor-swiper-button,.elementor-element .swiper.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper-container.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper-container.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button {
    transform: translate3d(0,-50%,1px)
}
.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets {
    bottom: 5px;
    left: 0;
    width: 100%
}
.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}
.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-progressbar,.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}
.elementor-element.elementor-pagination-position-outside .swiper,.elementor-element.elementor-pagination-position-outside .swiper-container,.elementor-lightbox.elementor-pagination-position-outside .swiper,.elementor-lightbox.elementor-pagination-position-outside .swiper-container {
    padding-bottom: 30px
}
.elementor-element.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button {
    top: calc(50% - 30px / 2)
}
.elementor-element .elementor-swiper,.elementor-lightbox .elementor-swiper {
    position: relative
}
.elementor-element .elementor-main-swiper,.elementor-lightbox .elementor-main-swiper {
    position: static
}
.elementor-element.elementor-arrows-position-outside .swiper,.elementor-element.elementor-arrows-position-outside .swiper-container,.elementor-lightbox.elementor-arrows-position-outside .swiper,.elementor-lightbox.elementor-arrows-position-outside .swiper-container {
    width: calc(100% - 60px)
}
.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev {
    left: 0
}
.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next {
    right: 0
}
.elementor-lightbox {
    --lightbox-ui-color: hsla(0,0%,93.3%,0.9);
    --lightbox-ui-color-hover: #fff;
    --lightbox-text-color: var(--lightbox-ui-color);
    --lightbox-header-icons-size: 20px;
    --lightbox-navigation-icons-size: 25px
}
.elementor-lightbox:not(.elementor-popup-modal) .dialog-header,.elementor-lightbox:not(.elementor-popup-modal) .dialog-message {
    text-align: center
}
.elementor-lightbox .dialog-header {
    display: none
}
.elementor-lightbox .dialog-widget-content {
    background: none;
    box-shadow: none;
    width: 100%;
    height: 100%
}
.elementor-lightbox .dialog-message {
    animation-duration: .3s;
    height: 100%
}
.elementor-lightbox .dialog-message.dialog-lightbox-message {
    padding: 0
}
.elementor-lightbox .dialog-lightbox-close-button {
    cursor: pointer;
    position: absolute;
    font-size: var(--lightbox-header-icons-size);
    right: .75em;
    margin-top: 13px;
    padding: .25em;
    z-index: 2;
    line-height: 1;
    display: flex
}
.elementor-lightbox .dialog-lightbox-close-button svg {
    height: 1em;
    width: 1em
}
.elementor-lightbox .dialog-lightbox-close-button,.elementor-lightbox .elementor-swiper-button {
    color: var(--lightbox-ui-color);
    transition: all .3s;
    opacity: 1
}
.elementor-lightbox .dialog-lightbox-close-button svg,.elementor-lightbox .elementor-swiper-button svg {
    fill: var(--lightbox-ui-color)
}
.elementor-lightbox .dialog-lightbox-close-button:hover,.elementor-lightbox .elementor-swiper-button:hover {
    color: var(--lightbox-ui-color-hover)
}
.elementor-lightbox .dialog-lightbox-close-button:hover svg,.elementor-lightbox .elementor-swiper-button:hover svg {
    fill: var(--lightbox-ui-color-hover)
}
.elementor-lightbox .swiper,.elementor-lightbox .swiper-container {
    height: 100%
}
.elementor-lightbox .elementor-lightbox-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 70px;
    box-sizing: border-box;
    height: 100%;
    margin: auto
}
@media (max-width: 767px) {
    .elementor-lightbox .elementor-lightbox-item {
        padding:70px 0
    }
}
.elementor-lightbox .elementor-lightbox-image {
    max-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}
.elementor-lightbox .elementor-lightbox-image,.elementor-lightbox .elementor-lightbox-image:hover {
    opacity: 1;
    filter: none;
    border: none
}
.elementor-lightbox .elementor-lightbox-image {
    box-shadow: 0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);
    border-radius: 2px
}
.elementor-lightbox .elementor-video-container {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}
.elementor-lightbox .elementor-video-container .elementor-video-landscape,.elementor-lightbox .elementor-video-container .elementor-video-portrait,.elementor-lightbox .elementor-video-container .elementor-video-square {
    width: 100%;
    height: 100%;
    margin: auto
}
.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-square iframe {
    border: 0;
    background-color: #000
}
.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-landscape video,.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait video,.elementor-lightbox .elementor-video-container .elementor-video-square iframe,.elementor-lightbox .elementor-video-container .elementor-video-square video {
    aspect-ratio: var(--video-aspect-ratio,1.77777)
}
@supports not (aspect-ratio: 1/1) {
    .elementor-lightbox .elementor-video-container .elementor-video-landscape,.elementor-lightbox .elementor-video-container .elementor-video-portrait,.elementor-lightbox .elementor-video-container .elementor-video-square {
        position:relative;
        overflow: hidden;
        height: 0;
        padding-bottom: calc(100% / var(--video-aspect-ratio, 1.77777))
    }
    .elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-landscape video,.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait video,.elementor-lightbox .elementor-video-container .elementor-video-square iframe,.elementor-lightbox .elementor-video-container .elementor-video-square video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}
.elementor-lightbox .elementor-video-container .elementor-video-square iframe,.elementor-lightbox .elementor-video-container .elementor-video-square video {
    width: min(90vh,90vw);
    height: min(90vh,90vw)
}
.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,.elementor-lightbox .elementor-video-container .elementor-video-landscape video {
    width: 100%;
    max-height: 90vh
}
.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,.elementor-lightbox .elementor-video-container .elementor-video-portrait video {
    height: 100%;
    max-width: 90vw
}
@media (min-width: 1025px) {
    .elementor-lightbox .elementor-video-container .elementor-video-landscape {
        width:85vw;
        max-height: 85vh
    }
    .elementor-lightbox .elementor-video-container .elementor-video-portrait {
        height: 85vh;
        max-width: 85vw
    }
}
@media (max-width: 1024px) {
    .elementor-lightbox .elementor-video-container .elementor-video-landscape {
        width:95vw;
        max-height: 95vh
    }
    .elementor-lightbox .elementor-video-container .elementor-video-portrait {
        height: 95vh;
        max-width: 95vw
    }
}
.elementor-lightbox .swiper-container .elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev {
    left: 0
}
.elementor-lightbox .swiper-container .elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next {
    right: 0
}
.elementor-lightbox .swiper-container .swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-pagination-fraction {
    width: -moz-max-content;
    width: max-content;
    color: #fff
}
.elementor-lightbox .elementor-swiper-button:focus {
    outline-width: 1px
}
.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev {
    height: 100%;
    display: flex;
    align-items: center;
    width: 15%;
    justify-content: center;
    font-size: var(--lightbox-navigation-icons-size)
}
@media (max-width: 767px) {
    .elementor-lightbox .elementor-swiper-button:focus {
        outline:none
    }
    .elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev {
        width: 20%
    }
    .elementor-lightbox .elementor-swiper-button-next i,.elementor-lightbox .elementor-swiper-button-prev i {
        padding: 10px;
        background-color: rgba(0,0,0,.5)
    }
    .elementor-lightbox .elementor-swiper-button-prev {
        left: 0;
        justify-content: flex-start
    }
    .elementor-lightbox .elementor-swiper-button-next {
        right: 0;
        justify-content: flex-end
    }
}
.elementor-slideshow__counter {
    color: currentColor;
    font-size: .75em;
    width: -moz-max-content;
    width: max-content
}
.elementor-slideshow__footer,.elementor-slideshow__header {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: .3s
}
.elementor-slideshow__footer {
    color: var(--lightbox-text-color)
}
.elementor-slideshow__header {
    color: var(--lightbox-ui-color);
    display: flex;
    flex-direction: row-reverse;
    font-size: var(--lightbox-header-icons-size);
    padding-inline-start:1em;padding-inline-end:2.6em;top: 0;
    align-items: center;
    z-index: 10
}
.elementor-slideshow__header>i,.elementor-slideshow__header>svg {
    cursor: pointer;
    padding: .25em;
    margin: 0 .35em
}
.elementor-slideshow__header>i {
    font-size: inherit
}
.elementor-slideshow__header>i:hover {
    color: var(--lightbox-ui-color-hover)
}
.elementor-slideshow__header>svg {
    box-sizing: content-box;
    fill: var(--lightbox-ui-color);
    height: 1em;
    width: 1em
}
.elementor-slideshow__header>svg:hover {
    fill: var(--lightbox-ui-color-hover)
}
.elementor-slideshow__header .elementor-slideshow__counter {
    margin-inline-end:auto}
.elementor-slideshow__header .elementor-icon-share {
    z-index: 5
}
.elementor-slideshow__share-menu {
    background-color: transparent;
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    transition: background-color .4s
}
.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
    color: #0c0d0e
}
.elementor-slideshow__share-links {
    display: block;
    position: absolute;
    min-width: 200px;
    right: 2.8em;
    top: 3em;
    background-color: #fff;
    border-radius: 3px;
    padding: 14px 20px;
    transform: scale(0);
    opacity: 0;
    transform-origin: 90% 10%;
    transition: all .25s .1s;
    box-shadow: 0 4px 15px rgba(0,0,0,.3)
}
.elementor-slideshow__share-links a {
    text-align: start;
    color: #3f444b;
    font-size: 12px;
    line-height: 2.5;
    display: block;
    opacity: 0;
    transition: opacity .5s .1s
}
.elementor-slideshow__share-links a:hover {
    color: #000
}
.elementor-slideshow__share-links a i,.elementor-slideshow__share-links a svg {
    margin-inline-end:.75em}
.elementor-slideshow__share-links a i {
    font-size: 1.25em
}
.elementor-slideshow__share-links a svg {
    height: 1.25em;
    width: 1.25em
}
.elementor-slideshow__share-links:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    right: .5em;
    border: .45em solid transparent;
    border-bottom-color: #fff;
    transform: translateY(-100%) scaleX(.7)
}
.elementor-slideshow__footer {
    bottom: 0;
    z-index: 5;
    position: fixed
}
.elementor-slideshow__description,.elementor-slideshow__title {
    margin: 0
}
.elementor-slideshow__title {
    font-size: 16px;
    font-weight: 700
}
.elementor-slideshow__description {
    font-size: 14px
}
.elementor-slideshow--ui-hidden .elementor-slideshow__footer,.elementor-slideshow--ui-hidden .elementor-slideshow__header {
    opacity: 0;
    pointer-events: none
}
.elementor-slideshow--ui-hidden .elementor-swiper-button-next,.elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
    opacity: 0
}
.elementor-slideshow--fullscreen-mode .elementor-video-container {
    width: 100%
}
.elementor-slideshow--zoom-mode .elementor-slideshow__footer,.elementor-slideshow--zoom-mode .elementor-slideshow__header {
    background-color: rgba(0,0,0,.5)
}
.elementor-slideshow--zoom-mode .elementor-swiper-button-next,.elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
    opacity: 0;
    pointer-events: none
}
.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    cursor: default;
    background-color: rgba(0,0,0,.5)
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links {
    transform: scale(1)
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links,.elementor-slideshow--share-mode .elementor-slideshow__share-links a {
    opacity: 1
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
    color: #1da1f2
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
    color: #3b5998
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
    color: #bd081c
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
    color: #9da5ae
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter {
    fill: #1da1f2
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook {
    fill: #3b5998
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest {
    fill: #bd081c
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold {
    fill: #9da5ae
}
.elementor-slideshow--share-mode .eicon-share-arrow {
    z-index: 2
}
.animated {
    animation-duration: 1.25s
}
.animated.animated-slow {
    animation-duration: 2s
}
.animated.animated-fast {
    animation-duration: .75s
}
.animated.infinite {
    animation-iteration-count: infinite
}
.animated.reverse {
    animation-direction: reverse;
    animation-fill-mode: forwards
}
@media (prefers-reduced-motion:reduce) {
    .animated {
        animation: none
    }
}
.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr
}
.elementor-shape-top {
    top: -1px
}
.elementor-shape-top:not([data-negative=false]) svg {
    z-index: -1
}
.elementor-shape-bottom {
    bottom: -1px
}
.elementor-shape-bottom:not([data-negative=true]) svg {
    z-index: -1
}
.elementor-shape[data-negative=false].elementor-shape-bottom,.elementor-shape[data-negative=true].elementor-shape-top {
    transform: rotate(180deg)
}
.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}
.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg)
}
#wp-admin-bar-elementor_edit_page>.ab-item:before {
    content: "\e813";
    font-family: eicons;
    top: 3px;
    font-size: 18px
}
#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
    display: flex;
    width: 200px
}
#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}
#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
    background: #3f444b;
    font-size: 11px;
    line-height: 9px;
    margin-top: 6px;
    padding: 4px 8px;
    border-radius: 3px
}
#wp-admin-bar-elementor_inspector>.ab-item:before {
    content: "\f348";
    top: 2px
}
#wpadminbar * {
    font-style: normal
}
.page-template-elementor_canvas.elementor-page:before {
    display: none
}
.elementor-post__thumbnail__link {
    transition: none
}
#left-area ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items {
    padding: 0
}
.e--ua-appleWebkit.rtl {
    --flex-right: flex-start
}
.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
    --justify-content: var(--flex-right,flex-end)
}
.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center {
    --justify-content: center
}
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content,space-between);
    margin-left: calc(-.5 * var(--grid-column-gap));
    margin-right: calc(-.5 * var(--grid-column-gap))
}
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item {
    margin-left: calc(.5 * var(--grid-column-gap));
    margin-right: calc(.5 * var(--grid-column-gap))
}
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid {
    display: inline-block
}
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item {
    margin-left: 0;
    margin-right: 0
}
@media (max-width: 1024px) {
    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right {
        --justify-content:var(--flex-right,flex-end)
    }
    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center {
        --justify-content: center
    }
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content,space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap))
    }
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap))
    }
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid {
        display: inline-block
    }
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}
@media (max-width: 767px) {
    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right {
        --justify-content:var(--flex-right,flex-end)
    }
    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center {
        --justify-content: center
    }
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content,space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap))
    }
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap))
    }
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid {
        display: inline-block
    }
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}
@media (max-width: 767px) {
    .elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone {
        display:none
    }
}
@media (min-width: -1) and (max-width:-1) {
    .elementor .elementor-hidden-mobile_extra {
        display:none
    }
}
@media (min-width: 768px) and (max-width:1024px) {
    .elementor .elementor-hidden-tablet {
        display:none
    }
}
@media (min-width: -1) and (max-width:-1) {
    .elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra {
        display:none
    }
}
@media (min-width: 1025px) and (max-width:99999px) {
    .elementor .elementor-hidden-desktop {
        display:none
    }
}
@media (min-width: -1) {
    .elementor .elementor-hidden-widescreen {
        display:none
    }
}
.elementor-widget-text-path {
    font-size: 20px;
    text-align: var(--alignment,start)
}
.elementor-widget-text-path svg {
    width: var(--width);
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: var(--word-spacing);
    transform: rotate(var(--rotate,0)) scaleX(var(--scale-x,1)) scaleY(var(--scale-y,1))
}
.elementor-widget-text-path svg path {
    vector-effect: non-scaling-stroke;
    fill: var(--path-fill,transparent);
    stroke: var(--stroke-color,transparent);
    stroke-width: var(--stroke-width,1px);
    transition: var(--stroke-transition) stroke,var(--stroke-transition) fill
}
.elementor-widget-text-path svg:hover path {
    --path-fill: var(--path-fill-hover);
    --stroke-color: var(--stroke-color-hover);
    --stroke-width: var(--stroke-width-hover)
}
.elementor-widget-text-path svg text {
    --fill: var(--text-color);
    fill: var(--fill);
    direction: var(--direction,ltr);
    transition: var(--transition) stroke,var(--transition) stroke-width,var(--transition) fill
}
.elementor-widget-text-path svg text:hover {
    --color: var(--text-color-hover,var(--text-color));
    --fill: var(--color);
    color: var(--color)
}
.elementor-widget-n-tabs {
    --n-tabs-color-accent-fallback: #61ce70;
    --n-tabs-color-secondary-fallback: #54595f;
    --n-tabs-default-padding-block: 15px;
    --n-tabs-default-padding-inline: 35px;
    --n-tabs-background-color: transparent;
    --n-tabs-display: flex;
    --n-tabs-direction: column;
    --n-tabs-gap: 10px;
    --n-tabs-heading-display: flex;
    --n-tabs-heading-direction: row;
    --n-tabs-heading-grow: initial;
    --n-tabs-heading-justify-content: center;
    --n-tabs-heading-width: initial;
    --n-tabs-heading-overflow-x: initial;
    --n-tabs-heading-wrap: nowrap;
    --n-tabs-border-width: 1px;
    --n-tabs-border-color: #d5d8dc;
    --n-tabs-content-display: flex;
    --n-tabs-title-color: var(--e-global-color-secondary,var(--n-tabs-color-secondary-fallback));
    --n-tabs-title-color-hover: #fff;
    --n-tabs-title-color-active: #fff;
    --n-tabs-title-background-color: #f1f2f3;
    --n-tabs-title-background-color-hover: var(--e-global-color-accent,var(--n-tabs-color-accent-fallback));
    --n-tabs-title-background-color-active: var(--e-global-color-accent,var(--n-tabs-color-accent-fallback));
    --n-tabs-title-width: initial;
    --n-tabs-title-height: initial;
    --n-tabs-title-font-size: 1rem;
    --n-tabs-title-white-space: initial;
    --n-tabs-title-justify-content-toggle: initial;
    --n-tabs-title-align-items-toggle: center;
    --n-tabs-title-justify-content: center;
    --n-tabs-title-align-items: center;
    --n-tabs-title-text-align: center;
    --n-tabs-title-direction: row;
    --n-tabs-title-gap: 10px;
    --n-tabs-title-flex-grow: 0;
    --n-tabs-title-flex-basis: content;
    --n-tabs-title-flex-shrink: initial;
    --n-tabs-title-order: initial;
    --n-tabs-title-padding-top: var(--n-tabs-default-padding-block);
    --n-tabs-title-padding-bottom: var(--n-tabs-default-padding-block);
    --n-tabs-title-padding-left: var(--n-tabs-default-padding-inline);
    --n-tabs-title-padding-right: var(--n-tabs-default-padding-inline);
    --n-tabs-title-border-radius: initial;
    --n-tabs-title-transition: 0.3s;
    --n-tabs-icon-color: var(--e-global-color-secondary,var(--n-tabs-color-secondary-fallback));
    --n-tabs-icon-color-hover: var(--n-tabs-title-color-hover);
    --n-tabs-icon-color-active: #fff;
    --n-tabs-icon-gap: 5px;
    width: 100%;
    max-width: 100%;
    --n-tabs-title-padding-inline-start: var(--n-tabs-title-padding-left);
    --n-tabs-title-padding-inline-end: var(--n-tabs-title-padding-right);
    --n-tabs-title-padding-block-start: var(--n-tabs-title-padding-top);
    --n-tabs-title-padding-block-end: var(--n-tabs-title-padding-bottom)
}
body.rtl .elementor-widget-n-tabs {
    --n-tabs-title-padding-inline-start: var(--n-tabs-title-padding-right);
    --n-tabs-title-padding-inline-end: var(--n-tabs-title-padding-left)
}
.elementor-widget-n-tabs .e-n-tabs {
    display: var(--n-tabs-display);
    flex-direction: var(--n-tabs-direction);
    gap: var(--n-tabs-gap);
    text-align: start;
    min-width: 0
}
.elementor-widget-n-tabs .e-n-tabs-heading {
    display: var(--n-tabs-heading-display);
    flex-basis: var(--n-tabs-heading-width);
    flex-direction: var(--n-tabs-heading-direction);
    flex-shrink: 0;
    justify-content: var(--n-tabs-heading-justify-content);
    gap: var(--n-tabs-title-gap);
    overflow-x: var(--n-tabs-heading-overflow-x);
    flex-wrap: var(--n-tabs-heading-wrap);
    -ms-overflow-style: none;
    scrollbar-width: none
}
.elementor-widget-n-tabs .e-n-tabs-heading::-webkit-scrollbar {
    display: none
}
.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll {
    cursor: grabbing;
    cursor: -webkit-grabbing
}
.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active {
    position: relative
}
.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active:before {
    content: "";
    position: absolute;
    inset-block: 0;
    inset-inline: -1000vw;
    z-index: 2
}
.elementor-widget-n-tabs .e-n-tabs-content {
    display: var(--n-tabs-content-display);
    flex-grow: 1;
    min-width: 0
}
.elementor-widget-n-tabs .e-n-tabs-content>.e-con:not(.e-active) {
    display: none
}
.elementor-widget-n-tabs .e-n-tabs:not(.e-activated)>.e-n-tabs-content>.e-con:first-child {
    display: flex
}
.elementor-widget-n-tabs .e-n-tab-title {
    all: unset;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    align-items: var(--n-tabs-title-align-items-toggle,var(--n-tabs-title-align-items));
    flex-direction: var(--n-tabs-title-direction);
    justify-content: var(--n-tabs-title-justify-content-toggle,var(--n-tabs-title-justify-content));
    gap: var(--n-tabs-icon-gap);
    border-width: var(--n-tabs-border-width);
    position: relative;
    cursor: pointer;
    outline: none;
    flex-grow: var(--n-tabs-title-flex-grow);
    flex-basis: var(--n-tabs-title-flex-basis);
    flex-shrink: var(--n-tabs-title-flex-shrink);
    padding-block-start:var(--n-tabs-title-padding-block-start);padding-inline-end: var(--n-tabs-title-padding-inline-end);
    padding-block-end:var(--n-tabs-title-padding-block-end);padding-inline-start: var(--n-tabs-title-padding-inline-start);
    border-radius: var(--n-tabs-title-border-radius);
    height: var(--n-tabs-title-height);
    width: var(--n-tabs-title-width);
    white-space: var(--n-tabs-title-white-space);
    transition: background var(--n-tabs-title-transition),color var(--n-tabs-title-transition),border var(--n-tabs-title-transition),box-shadow var(--n-tabs-title-transition),text-shadow var(--n-tabs-title-transition),stroke var(--n-tabs-title-transition),stroke-width var(--n-tabs-title-transition),-webkit-text-stroke-width var(--n-tabs-title-transition),-webkit-text-stroke-color var(--n-tabs-title-transition),transform var(--n-tabs-title-transition)
}
.elementor-widget-n-tabs .e-n-tab-title:focus-visible {
    outline: 5px auto -webkit-focus-ring-color
}
.elementor-widget-n-tabs .e-n-tab-title span i,.elementor-widget-n-tabs .e-n-tab-title span svg {
    transition: color var(--n-tabs-title-transition),fill var(--n-tabs-title-transition)
}
.elementor-widget-n-tabs .e-n-tab-title-text {
    display: flex;
    align-items: center;
    font-size: var(--n-tabs-title-font-size);
    text-align: var(--n-tabs-title-text-align)
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
    order: var(--n-tabs-icon-order);
    overflow: hidden
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon i {
    font-size: var(--n-tabs-icon-size,var(--n-tabs-title-font-size))
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg {
    width: var(--n-tabs-icon-size,var(--n-tabs-title-font-size));
    height: var(--n-tabs-icon-size,var(--n-tabs-title-font-size))
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon:empty {
    display: none
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] {
    background-color: var(--n-tabs-title-background-color)
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false],.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] a {
    color: var(--n-tabs-title-color)
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon i {
    color: var(--n-tabs-icon-color)
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color)
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon i:last-child,.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg:last-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true],.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] a {
    color: var(--n-tabs-title-color-active)
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon i {
    color: var(--n-tabs-icon-color-active)
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color-active)
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon i:first-child,.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg:first-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:active,.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:focus,.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:hover {
    transform: none;
    animation: initial
}
.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover,.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover a {
    color: var(--n-tabs-title-color-hover)
}
.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i {
    color: var(--n-tabs-icon-color-hover)
}
.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color-hover)
}
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover a {
    color: var(--n-tabs-title-color-active)
}
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i {
    color: var(--n-tabs-icon-color-active)
}
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color-active)
}
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i:first-child,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg:first-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0
}
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:active,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:focus,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:hover {
    transform: none;
    animation: initial
}
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i:last-child,.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg:last-child {
    transform: none;
    height: auto;
    opacity: 1
}
.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=false]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
    background-color: var(--n-tabs-title-background-color-hover);
    background-image: none
}
.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true],.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=true]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
    background-color: var(--n-tabs-title-background-color-active);
    background-image: none
}
@media (max-width: 767px) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile {
        --n-tabs-direction:column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs {
        gap: 0
    }
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title:not(:first-child) {
        margin-block-start:var(--n-tabs-title-gap)}
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}
@media (max-width: -1) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra {
        --n-tabs-direction:column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tabs {
        gap: 0
    }
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title:not(:first-child) {
        margin-block-start:var(--n-tabs-title-gap)}
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}
@media (max-width: 1024px) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet {
        --n-tabs-direction:column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tabs {
        gap: 0
    }
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title:not(:first-child) {
        margin-block-start:var(--n-tabs-title-gap)}
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}
@media (max-width: -1) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra {
        --n-tabs-direction:column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tabs {
        gap: 0
    }
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title:not(:first-child) {
        margin-block-start:var(--n-tabs-title-gap)}
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}
@media (max-width: -1) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop {
        --n-tabs-direction:column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tabs {
        gap: 0
    }
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title:not(:first-child) {
        margin-block-start:var(--n-tabs-title-gap)}
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}
.elementor-widget-n-accordion {
    --n-accordion-title-font-size: 20px;
    --n-accordion-title-flex-grow: initial;
    --n-accordion-title-justify-content: initial;
    --n-accordion-title-icon-order: -1;
    --n-accordion-border-width: 1px;
    --n-accordion-border-color: #d5d8dc;
    --n-accordion-border-style: solid;
    --n-accordion-item-title-flex-grow: initial;
    --n-accordion-item-title-space-between: 0px;
    --n-accordion-item-title-distance-from-content: 0px;
    --n-accordion-padding: 10px;
    --n-accordion-border-radius: 0px;
    --n-accordion-icon-size: 15px;
    --n-accordion-title-normal-color: #1f2124;
    --n-accordion-title-hover-color: #1f2124;
    --n-accordion-title-active-color: #1f2124;
    --n-accordion-icon-normal-color: var(--n-accordion-title-normal-color);
    --n-accordion-icon-hover-color: var(--n-accordion-title-hover-color);
    --n-accordion-icon-active-color: var(--n-accordion-title-active-color);
    --n-accordion-icon-gap: 0 10px;
    width: 100%
}
.elementor-widget-n-accordion .e-n-accordion details>summary::-webkit-details-marker {
    display: none
}
.elementor-widget-n-accordion .e-n-accordion-item {
    display: flex;
    flex-direction: column;
    position: relative
}
.elementor-widget-n-accordion .e-n-accordion-item:not(:last-child) {
    margin-block-end:var(--n-accordion-item-title-space-between)}
.elementor-widget-n-accordion .e-n-accordion-item-title,: where(.elementor-widget-n-accordion .e-n-accordion-item>.e-con) {
    border:var(--n-accordion-border-width) var(--n-accordion-border-style) var(--n-accordion-border-color)
}
.elementor-widget-n-accordion .e-n-accordion-item-title {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: var(--n-accordion-padding);
    justify-content: var(--n-accordion-title-justify-content);
    border-radius: var(--n-accordion-border-radius);
    flex-grow: var(--n-menu-title-flex-grow);
    gap: var(--n-accordion-icon-gap);
    color: var(--n-accordion-title-normal-color);
    align-items: center;
    cursor: pointer
}
.elementor-widget-n-accordion .e-n-accordion-item-title-header {
    display: flex
}
.elementor-widget-n-accordion .e-n-accordion-item-title-header h1,.elementor-widget-n-accordion .e-n-accordion-item-title-header h2,.elementor-widget-n-accordion .e-n-accordion-item-title-header h3,.elementor-widget-n-accordion .e-n-accordion-item-title-header h4,.elementor-widget-n-accordion .e-n-accordion-item-title-header h5,.elementor-widget-n-accordion .e-n-accordion-item-title-header h6,.elementor-widget-n-accordion .e-n-accordion-item-title-header p {
    margin-block-start:0;margin-block-end:0}
.elementor-widget-n-accordion .e-n-accordion-item-title-text {
    font-size: var(--n-accordion-title-font-size);
    align-items: center
}
.elementor-widget-n-accordion .e-n-accordion-item-title-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    order: var(--n-accordion-title-icon-order);
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}
.elementor-widget-n-accordion .e-n-accordion-item-title-icon span {
    height: var(--n-accordion-icon-size);
    width: auto
}
.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-normal-color);
    font-size: var(--n-accordion-icon-size)
}
.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-normal-color);
    height: var(--n-accordion-icon-size)
}
.elementor-widget-n-accordion .e-n-accordion-item-title>span {
    cursor: pointer
}
.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title {
    margin-block-end:var(--n-accordion-item-title-distance-from-content);color: var(--n-accordion-title-active-color)
}
.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-opened {
    display: flex
}
.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-closed {
    display: none
}
.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-active-color)
}
.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-active-color)
}
.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title {
    color: var(--n-accordion-title-hover-color)
}
.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-hover-color)
}
.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-hover-color)
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-opened {
    display: none
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-closed {
    display: flex
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-normal-color)
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-normal-color)
}
.elementor-widget-n-accordion .e-n-accordion-item>span {
    cursor: pointer
}
.pbmit-ihbox-icon.iconlh1 {
    background: url(../images/emaillh.png) no-repeat center center #f9a61c;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    /* margin: auto; */
}
.pbmit-ihbox-icon.iconlh2 {
    background: url(../images/calllh.png) no-repeat center center #f9a61c;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    /* margin: auto; */
}
.pbmit-ihbox-icon.iconlh3 {
    background: url(../images/diachilh.png) no-repeat center center #f9a61c;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    /* margin: auto; */
}
.name_lh {
    font-size: 22px;
    font-weight: bold;
    color: var(--main-color-1);
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    width: auto;
    margin: auto;
    display: inline-block;
}
.name_lh:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 4px;
    bottom: 0;
    left: 0;
    background: var(--main-color-1);
    z-index:2;
}
.name_lh:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 4px;
    bottom: 0;
    left: 0;
    z-index:1;
    background: #224099;
}
.btn-primary:hover {
    background: var(--main-color-1) !important;
    border-color: var(--main-color-1) !important;
}
   .btn-primary {
    background: red !important;
    border-color: red !important;
}
ul.ul_dm_sp li a {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 137.5% */
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
    text-align: left;
    list-style: none !important;
}
ul.ul_dm_sp li ul li a {
    font-weight: 400 !important;
    margin: 0;
    text-align: left;
}
ul.cap2_dm {
    list-style: none;
    padding-left: 0;
}
ul.ul_dm_sp.news {
    list-style: none;
}
ul.ul_dm_sp.news a {
    font-weight: 400;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
ul.ul_dm_sp.news li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dashed 1px var(--main-color-1)52;
}
.slogan_about {
    color: var(--main-color-2, #7C0000);
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
    /* display: none; */
}
.name_about {
    color: #000;
    text-align: right;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 125% */
    text-transform: uppercase;
}
.info-news h3 {
    margin-top: 0;
}
.desc_service {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
}
.logo_about {
    JUSTIFY-CONTENT: CENTER;
    flex-wrap: wrap;
    margin-bottom: 30px;
    display: none !important;
}
.logo_about span {
    color: var(--main-color-2, #7C0000);
    text-align: right;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* margin-bottom: 10px; */
    /* margin-left: 15px; */
    display: block;
    width: 100%;
    text-align: center;
    margin: 15px 0;
    font-weight: bold;
    display: none;
}
.name_logo {
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.name_about span {
    color: var(--main-color-1);
    font-weight: 700;
    font-size: 22px;
}
.items_service a {
    color: #000;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 138.462% */
    text-decoration: none;
}
/*.right_news::-webkit-scrollbar-track
{
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
   background-color: #F5F5F5;
}
.right_news::-webkit-scrollbar
{
   width: 2px;
   background-color: #F5F5F5;
}
.right_news::-webkit-scrollbar-thumb
{
   background-color: #000000;
   border: 2px solid #555555;
}*/
.pagination-home.w-100{text-align: center;}
.modal-content.box_modal.box_right1 {
    height: 100vh;
    top: 100px;
    right: 0;
}
div#myModal1 .modal-dialog {
    margin: inherit;
}
.box_right.fade.in {
    display: flex !important;
    justify-content: end !important;
    padding-right: 0 !important;
}
.icon-menu {
  cursor: pointer;
}
.icon-menu .far.fa-bars {
  background: url("../images/menu.png");
  width: 28px;
  height: 28px;
}
.grid-menu {
  z-index: 1111111111111 !important;
  position: fixed;
  opacity: 0;
  top: 0px;
  right: -300px;
  height: 100%;
  width: 288px;
  text-align: left;
  z-index: 999;
  padding: 55px 20px 40px;
  box-shadow: rgba(34, 34, 34, 0.3) -2px 0px 5px;
  transition: all 0.3s ease-out 0s;
  background: #fff;
}
.grid-exit {
  position: absolute;
  top: 15px;
  left: 20px;
  color: rgb(255, 255, 255);
  font-size: 24px;
  cursor: pointer;
}
.grid-exit i {
  vertical-align: top;
}
.grid-menu-logo {
  display: table;
  padding: 5px;
  margin: 0px auto;
}
.grid-inner-menu ul {
  padding: 0px;
  margin-top: 30px;
}
.grid-inner-menu ul li {
  list-style: none;
  padding: 5px 0px;
}
.grid-menu.active {
  right: 0px;
  opacity: 1;
}
.fa-bars:before,
.fa-navicon:before {
  display: none;
}
a.grid-exit {
    position: absolute;
    top: 0;
    left: 0;
}
ul.social.social-footer {
    position: relative !important;
    top: 0;
    left: 0;
    /* height: 100%; */
    width: 100%;
    opacity: 1 !important;
    visibility: inherit !important;
    -webkit-transform: none !important;
    flex-wrap: wrap;
    box-shadow: none !important;
    background: none;
}
.grid-inner-menu1 {
    box-shadow: none !important;
    margin-top: 45px;
}
.grid-inner-menu1 ul li {
    width: 100%;
}
.grid-inner-menu1 li {
    margin-bottom: 14px !important;
}
.grid-inner-menu1 li a span {
    font-weight: bold;
    margin-left: 10px;
    text-transform: uppercase;
}
.grid-menu.active.fixed {
    height: 100vh;
}
.email_phone {
    position: absolute;
    bottom: 30px;
    left: 20px;
    right: 20px;
    padding-top: 30px;
    border-top: solid 1px #cccc;
}
.email_phone span {
    font-weight: 900;
    font-size: 30px;
}
.email_phone p {
    color: #818181a6;
    margin-top: 10px;
    font-size: 18px;
}
.cap2_dm {
    display: none; /* Hide second-level menu by default */
}
.plus-minus {
    cursor: pointer;
    margin-right: 5px;
}
.slide_mobile{display: none;}
.box_lienketnhanh a {
    display: block;
    width: 32%;
    padding: 10px;
    background: var(--primary);
    border-radius: 5px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.box_lienketnhanh a:hover {
    color: #FFC106 !important;
    background: #920505;
}
.box_lienketnhanh {
    margin-top: 30px;
}
div#danhmuc {
    border-bottom: none;
}
div.danhmuc {
    margin-bottom: 15px;
}
div.danhmuc:last-child {
    margin-bottom: 0;
}
div#danhmuc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
div#danhmuc ul li {
    position: relative;
}
div#danhmuc ul li:last-child {
    border: none;
}
div#danhmuc ul li a {
    color: #454545;
    text-decoration: none;
    font-size: 17px;
    transition: 0.4s;
    display: block;
    border-bottom: 1.5px dotted #DDD;
    padding: 10px 5px 10px 0;
    font-weight: bold;
    position: relative;
}
div#danhmuc ul li span {
    position: absolute;
    right: 13px;
    top: 13px;
    display: none;
    width: 14px;
    height: 14px;
    background: url(images/icon-cong.png) no-repeat;
    cursor: pointer;
}
div#danhmuc ul li a:hover,div#danhmuc ul li a.active {
    color: red;
    transition: 0.4s;
}
div#danhmuc ul li ul li a {
    padding: 8px 5px 8px 25px;
    font-weight: 300;
    font-size: 16px;
}
div#danhmuc ul li ul li a:before {
    content: "";
    background: var(--primary);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 17px;
}
div#danhmuc ul li ul li span {
    left: 27px;
    background: url(images/icon-tru.png) no-repeat;
}
div#danhmuc ul li ul li ul li span {
}
div#danhmuc ul li ul {
}
h2.tieude:before {
    content: "";
    position: absolute;
    background: red;
    width: 70px;
    height: 3px;
    bottom: -2px;
}
h2.tieude {
    color: #000;
    text-align: left;
    line-height: 39px;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 13px;
    color: red;
    position: relative;
    border-bottom: 1px solid #cccccc7d;
    display: inline-block;
    max-width: 300px;
}
a.btn-zalo.btn-zalo1 {
    bottom: 405px;
}
a.btn-zalo.btn-zalo2 {
    bottom: 491px;
}
a.btn-zalo.btn-zalo2 img, a.btn-zalo.btn-zalo1 img {
    border-radius: 30px;
}
.contact-article .contact-form{font-size: 16px;}
.contact-article .contact-form .form-control{font-size: 16px;height:48px}
.contact-article .contact-form .form-check label{font-weight:normal }
.contact-article label{
    font-weight: bold;
}

.ggdich-head {position: relative;cursor: pointer;border-radius: 40px;background: #FFF;width: 110px;height: 32px;flex-shrink: 0;color: #767676;font-size: 14px;font-style: normal;font-weight: 400;line-height: normal;text-align: center;display: flex;justify-content: center;align-items: center;border: 1px solid #ccc;}
.ggdich-head span { }
span.lang_txt { position: relative; display: inline-block; padding-right: 20px; }
span.lang_txt:before {content: '';position: absolute;right: 0;transform: rotate(45deg);border: 1px solid #000000;border-top: 0px;border-left: 0px;width: 7px;height: 7px;top: calc(50% - 10px/2);}
span.lang_icon { border: 1px solid #fff; display: inline-block; zoom: .7; margin-right: 5px; }
span.lang_icon img { }
#google_language_translator { clear: both; width: auto !important; text-align: right; display: none; }
.ggdich-head .box_solang { position: absolute; top: 105%; right: 0; width: max-content; background: #fff; box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3); padding: 10px; display: none; z-index: 10000; border-radius: 3px; width: 100%; box-sizing: border-box; }
.ggdich-head .box_solang a {color: #333;font-size: 13px;letter-spacing: 1px;text-transform: uppercase;margin-bottom: 5px;text-decoration: none;justify-content: center;display: block;text-align: left;}
.ggdich-head .box_solang a:last-child { margin-bottom: 0; }
.ggdich-head .box_solang a:hover { color: #fe8800; }
.box_so { color: #333; display: flex; align-items: center; margin-top: -3px; margin-left: 5px; cursor: pointer; }
