@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
/* @font-face {
   font-family: "UTM-AvoBold";
   src: url("../fonts/UTM-AvoBold.woff");
   font-display: block;
} */

@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);
   }
}

.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 */
:root {
   --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;
}

/* 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 {
   font-family: "Montserrat", sans-serif !important;
   font-size: 14px;
   font-weight: 400;
   line-height: 1.4;
}

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: 1240px;
   margin: auto;
   width: calc(100% - 30px);
   /* overflow: hidden; */
}

.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: #224099;
   font-weight: 700;
   font-size: 35px;
   font-family: "Montserrat", sans-serif;
}

.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: 20px 0;
   padding-top: 0;
   line-height: normal;
   /* background: rgba(128, 128, 128, 0.15); */
   /* margin-top: 15px; */
   border-radius: 5px;
   border-radius: 10px;
   overflow: hidden;
}

.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;
}

@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: #ffc107bd;
   display: none;
}

.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: absolute;z-index: 9;width: 100%;background: linear-gradient(#ffffff, #ffffff6e);background-size: cover;/* padding-bottom: 10px; */}
@media only screen and (max-width: 991px) { .menu { display: 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;/* padding: 10px 0; */margin-bottom: 0;/* position: relative !important; */padding-bottom: 0;padding-left: 0;}
/*.menu ul {width: 100%;padding: 0px;margin: auto;list-style: none;}
.menu ul li {position: relative;z-index: 1;margin: 8.5px 10px;display: flex;align-items: center;}
.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: 15px;color: #273585;padding: 3px 3px;font-weight: 500;text-transform: uppercase;text-decoration: none;overflow: hidden;}
.menu ul li a::before{position: absolute;content: '';width: 100%;height: 2px;background-color: #fac622;border-radius: 5px;left: 0px;bottom: 0px;transform-origin: right;transform: scaleX(0);transition: transform 0.5s;}
.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: 290px;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;top: 37px;padding-top: 5px;z-index: 1;}
.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: var(--color-main); }
.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.active,.menu ul li a:hover{color: #f9a51a;transition: all 0.3s;}
*/
.menu ul li ul li a {font-size: 14px;color: #313131;/* border-bottom: 1px solid #ececec; */padding: 10px 0px 9px 0px;text-transform: unset;height: auto;}
.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: var(--color-main); }
.menu ul li ul li:hover > a.has-child:after { border-color: var(--color-main); }
.menu ul li a {display: block;position: relative;font-size: 14px;color: #273585;padding: 3px 3px;font-weight: 500;text-transform: uppercase;text-decoration: none;overflow: hidden;height: 85px;display: flex;align-items: center;}
.menu ul li a::before{position: absolute;content: '';width: 100%;height: 2px;background-color: #fac622;border-radius: 5px;left: 0px;bottom: 0px;transform-origin: right;transform: scaleX(0);transition: transform 0.5s;}



.right_menu ul {
    display: flex;
    align-items: center;
}

.right_menu li ul {
    display: none;
}

.right_menu li {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    margin: auto;
}
/* Search */
/* Search */
.search {position: fixed;width: 100vw;top: 0;left: 0;height: 100vh;background: rgb(0 0 0 / 73%);transition: all 0.5s;display: flex;align-items: center;justify-content: center;padding: 0 10vw;opacity: 0;visibility: hidden;}
.search p { float: left; width: 35px; height: 35px; cursor: pointer; line-height: 35px; text-align: center; color: var(--color-gray); font-size: 16px; }
.search input { width: 0; height: 70px; outline: none; padding: 0px; border: 0px; background: transparent; text-indent: 10px; font-size: 16px; color: #fff; position: relative; border-bottom: solid 1px #fff; text-align: center; letter-spacing: 4px; transition: all 1s; }
.search.active input { transition: all 2s; width: 100%; max-width: 700px; }
.search input::-webkit-input-placeholder { color: #fff; }
.search input:-moz-placeholder { color: #fff; }
.search input::-moz-placeholder { color: #fff; }
.search input:-ms-input-placeholder { color: #fff; }
.search input:before { position: absolute; content: ''; bottom: 0; left: 0; border-bottom: solid 1px #fff; width: 100%; }
.box-search {color: #fff;font-size: 18px;cursor: pointer;position: relative;z-index: 113;/* margin-right: 40px; */}
.clicktk { text-align: center; font-size: 15px; color: #000; }
.clicktk i { font-size: 13px; }
.search.active { transition: all 0.5s; opacity: 1; visibility: visible; }
.clicktk img {/* margin-right: 10px; */}
span.close_s { position: absolute; top: 30px; right: 50px; width: 50px; height: 30px; line-height: 30px; letter-spacing: 2px; }

.search1 {
   width: 100%;
   background: #ffffff;
   border-radius: 5px;
   /* border: solid 1px; */
}

.search1 p {
   float: left;
   width: 50px;
   height: 40px;
   line-height: 40px;
   cursor: pointer;
   text-align: center;
   margin: 0px;
   color: #6c757d;
   font-size: 16px;
}

.search1 input {
   width: calc(100% - 50px);
   height: 40px;
   float: left;
   outline: none;
   padding: 0px;
   border: 0px;
   background: transparent;
   text-indent: 18px;
   font-size: 13px;
}

.search1 input::-webkit-input-placeholder {
   color: #313131;
}

.search1 input:-moz-placeholder {
   color: #313131;
}

.search1 input::-moz-placeholder {
   color: #313131;
}

.search1 input:-ms-input-placeholder {
   color: #313131;
}

/* Mmenu */
.menu-res {
   z-index: 100;
   background: #fff;
   /* position: ABSOLUTE; */
   WIDTH: 100%;
   display: none;
}

@media only screen and (max-width: 991px) {
   .menu-res {
      display: block;
   }
}

.menu-bar-res {
   height: 60px;
   padding: 0px 15px;
}

#menu {
   display: none;
}

#hamburger {
   display: block;
   width: 30px;
   height: 23px;
   position: relative;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
   background: #224099;
   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: #ffffff;
   font-size: 17px;
   margin: 0px;
   display: flex;
   align-items: center;
}

.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);
   /* right: 0; */
   bottom: 0;
   display: flex;
   flex-direction: column;
   /* align-items: center; */
   justify-content: center;
   /* text-align: center; */
}

.name-slide {
   font-size: 44px;
   color: #fff;
   max-width: 405px;
   font-weight: bold;
   padding-left: 80px;
}

.desc-slide {
   font-size: 16px;
   color: #fff;
   width: 575px;
   margin: 20px 0;
}

.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;
   margin: 0px auto;
   display: flex;
   justify-content: center;
   align-items: center;
   min-height: 95px;
   background: #fff;
   border-radius: 30px;
   max-height: 90px;
   overflow: hidden;
}

/* Breadcrumb */
.breadCrumbs {
   background-color: #eaeaea;
   position: relative;
   z-index: 1;
}


.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 {
   background-color: #eee;
   padding: 60px 0;
}

.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: 0rem;
}

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

.right-pro-detail {
   width: 100%;
}

.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;
}

.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: 0.5rem;
}

.attr-label-pro-detail {
   margin: 0px 5px 0px 0px;
}

.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: 18px;
   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: 15px;
   color: #fff;
   text-transform: uppercase;
   font-weight: 500;
   padding: 10px 0px;
   /* padding-left: 15px; */
   border: none !important;
   /* padding: 10px 20px; */
}

.tabs-pro-detail .nav-tabs .nav-link.active,
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
   /* border-top-color: #224099; */
   border: navy;
   /* border-bottom: solid 2px; */
   border-top-right-radius: 0;
   border-top-left-radius: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
      color: #224099;
      background-color: #fff;
      border-color: #22409900 #224099 #22409900;
      width: 100%;
      text-align: center;
}

/* 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: #ec1c24;
}

.time-news {
   color: var(--color-gray);
   margin-bottom: 10px;
}

.desc-news {
   color: #676767;
   margin-top: 5px;
   line-height: 22px;
   -webkit-line-clamp: 2 !important;
   min-height: 45px;
}

.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: 1;
   border-radius: 15px;
}

.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;
}

.form-floating.form-floating-cus>textarea {
   height: 100px;
}

.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 #7B7B7B;
   background-color: transparent !important;
}

#content-newsletter {
   border-radius: 5px;
   border: 1px solid #7B7B7B;
   background-color: transparent;
   height: 97px;
   resize: none;
}

.newsletter-button {
   width: 140px
}

.newsletter-button input[type="submit"] {
   border: 0px;
   color: #fff;
   height: 45px;
   border-radius: 0;
   background: var(--color-red);
   font-size: 16px;
}

/* Footer */
.footer-article {
   background: url(../images/footer.png)no-repeat;
   background-size: cover;
   /* padding: 15px 0; */
}

.footer-title {
   text-transform: uppercase;
   font-size: 14px;
   margin-bottom: 1rem;
   font-weight: 500;
}

.name-company {
   text-transform: uppercase;
   font-size: 18px;
   margin-bottom: 5px;
   font-weight: 700;
   color: #ec1c24;
}

.footer-ul {
   list-style: none;
   padding: 0px;
   margin: 0px;
}

.footer-ul li {
   margin-bottom: 10px;
}

.footer-ul li:last-child {
   margin-bottom: 0px;
}

.footer-ul li a {
   color: #212529;
}

.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-powered {
   color: #ffffff;
   background-color: #224099;
}

.footer-powered .wrap-content {
   padding-top: 30px;
   padding-bottom: 30px;
}

.footer-statistic {
   text-align: right;
   height: 1px;
   background: #ffffff45;
   display: flex;
   align-items: center;
}

.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: 0px;
}

/* Paging */
.pagination-home .pagination .page-item .page-link {
   color: #555555;
   font-size: 0.875rem;
   border-radius: 20px;
   margin: 0 2px;
}

.pagination-home .pagination .page-item.active .page-link {
   color: #ffffff;
   background-color: #224099;
   border-color: #224099;
   border-radius: 30px;
}

/* 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;
}
.serv-des h3{
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: normal;
   -webkit-box-orient: vertical;
   display: -webkit-box;
   -webkit-line-clamp: 1 !important;
}
/* 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: 55px;
   height: 55px;
   border-radius: 50%;
   background: linear-gradient(180deg, rgb(249 165 26), rgb(236 28 36));
   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: 65%;
   filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7488%) hue-rotate(286deg) brightness(106%) contrast(103%);
}

.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 rgb(237 43 34);
   opacity: 0.1;
   border-color: #f5821c;
   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: rgb(245 130 28 / 36%);
   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: 140px;
   right: 16px;
   width: 55px;
   height: 54px;
   text-align: center;
   background: linear-gradient(180deg, rgb(249 165 26), rgb(236 28 36));
   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 */
@keyframes tada {
   0% {
      transform: scaleX(1);
   }

   10%,
   20% {
      transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
   }

   30%,
   50%,
   70%,
   90% {
      transform: scale3d(1.3, 1.3, 1.3) rotate(3deg);
   }

   40%,
   60%,
   80% {
      transform: scale3d(1.3, 1.3, 1.3) rotate(-3deg);
   }

   to {
      transform: scaleX(1);
   }
}

.toolbar {
   background: #112766;
   width: 100%;
   padding: 1vw;
   bottom: 0px;
   position: fixed;
   z-index: 500;
   height: auto;
   left: 0px;
   max-height: 65px;
}

.toolbar ul {
   list-style: none;
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 0px;
   margin: 0px;
}

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

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

.toolbar ul li a img {
   height: 20px;
   width: 20px;
   animation: tada 1.2s infinite;
}

.toolbar ul li a span {
   color: #fff;
   font-size: 10px;
}

/* 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;
   text-align: justify;
}

a.name-newsnb.text-split {
   -webkit-line-clamp: 2;
}

a.name-newsnb:hover {
   color: #0b2368;
}

.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: 74px;
   height: 74px;
   top: calc(50% - 74px / 2);
   left: calc(50% - 74px / 2);
   z-index: 1;
   background: url(../images/video.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 {
   background: #ffffff;
   position: relative;
   margin-bottom: 1rem;
   border-radius: 30px;
   overflow: hidden;
   border: solid 1px #22409924;
}

.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: 16px;
   color: #224099;
   margin-bottom: 10px;
   font-weight: bold;
}

.name-product:hover {}

.name-product.text-split {
   -webkit-line-clamp: 2;
}

.price-product {
   margin-bottom: 10px;
   display: none;
}

.price-product span {}

.price-new {
   font-size: 15px;
   color: #224099;
   font-weight: 700;
}

.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(5) {
    width: 35%;
    margin-top: 50px;
}

.footer-news:nth-child(6) {
    width: 22%;
    margin-top: 50px;
}
.footer-news:nth-child(4) {
   width: 34%;
   margin-top: 50px;
}

.footer-news:nth-child(3) {
   width: 25%;
}

.footer-news:nth-child(2) {
   width: 50%;
   font-size: 15px;
   color: #393939;
}

.footer-news:nth-child(1) {
   width: 16%;
}

@-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 {}

.choose_list span {
   text-transform: capitalize;
   cursor: pointer;
   display: inline-block;
   position: relative;
   padding: 0 10px;
}

.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;
}

.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;
}

.d-title-choose-cat {}

/* 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: 455px;
   right: 10px;
   padding: 10px;
   border-radius: 5px;
   z-index: 99;
   background: #333;
   color: #fff;
   font-size: 14px;
   text-align: center;
   text-decoration: none !important;
}

.btn-datlich i {
   font-size: 20px;
}

.btn-datlich:hover {
   color: #ffff00;
   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 20px 0px 0px;
   text-align: center;
}

.section-product {
   padding-top: 60px;
}

.menu ul li a:hover {
   color: #ffc107;
}

.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: #f9f9fa70;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 17px 10px;
    overflow: hidden !important;
}

.support-list a {
    font-size: 14px;
    color: #224099;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    margin: 10px 20px;
    flex: auto;
    text-decoration: none;
}

.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 {
    color: #17354f;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 83.333% */
    padding-bottom: 5px;
    /* border-bottom: solid 1px; */
    margin-bottom: 15px;
    text-transform: capitalize;
}

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% / 4 - 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: #234199;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    margin-bottom: 20px;
    margin-top: 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;display: block;}
.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: #00000017;
    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;
    border: none;
}

.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;
}
.lang-header {
    margin-left: -25px;
    width: 30px;
}

.lang-header a {
    padding: 0 !important;
    margin: 0 !important;
}
.left_about {
    width: 50%;
    padding-left: calc((100% - 1240px ) / 2);
    background: url(../images/bg_ab.png)no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 37px;
    padding-right: 50px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.name_kn {
    width: 40%;
    font-size: 130px;
    text-align: center;
    color: transparent;
    background-image: url(../images/bg_kn.png);
    background-color: rgba(255,255,255, .25);
    background-size: cover;
    background-blend-mode: overlay;
    background-clip: text;
    -webkit-background-clip: text;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    /* text-shadow: 0px 0px 10px #cccccc45; */
    padding-right: 20px;
    display: block;
}

.text-split.desc_about {
    width: 60%;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    -webkit-line-clamp: 6 !important;
    padding-left: 20px;
    line-height: 24px;
    text-align: justify;
}
.left_ncs {
    display: flex;
    align-items: flex-start;
}

.text_ncs span {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
}

.text_ncs p {
    font-size: 25px;
    font-weight: bold;
    color: #f9a61c;
    text-transform: uppercase;
}

.left_ncs img {
    margin-right: 15px;
}

span {}

.xt_about a {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    transition: 1s;
}

.xt_about a img {
    margin-left: 20px;
}

.title_thanhtuu {
    margin-bottom: 15px;
}
.items_thanhtuu {
    width: 29%;
    /* text-align: center; */
}

.items_thanhtuu p {
    text-align: start;
    font-size: 25px;
    font-weight: bold;
}

.items_thanhtuu span {
    font-size: 15px;
}

.thanhtuu {
    margin-bottom: 20px;
    justify-content: space-between;
}

h2.title_partner {
    font-size: 23px;
    font-weight: bold;
    color: #f9a61c;
    display: block;
    margin-bottom: 20px;
}
.right_about {
    width: 50%;
    max-height: 670px;
    overflow: hidden;
    position: relative;
}
.right_about img {
    width: 100%;
    object-fit: cover;
}
.xt_about a:hover {
    letter-spacing: 1px;
    transition: 1s;
    color: #f9a61c;
}
.partner img {
    /* filter: grayscale(0.8); */
}

.partner:hover img {
    filter: grayscale(0);
}
.brand_thienphuoc {
    max-width: 920px;
    margin: auto;
    padding: 55px 0;
    /* background-image: url("img_tree.gif"); */
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    text-align: center;
}
a.brand_th {
    display: block;
    max-height: 145px;
    min-height: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px #cfd6e9;
    border-radius: 40px;
    overflow: hidden;
}
a.brand_th:hover {
    border: solid 2px #3d4b7654;
    box-shadow: 0px 0px 10px #2b448c94;
}

.brand_thienphuoc .owl-stage-outer {
    padding: 10px;
    margin: -10px;
}
.wrap_sp {
    padding: 65px 0;
    background: url(../images/bg_sp.png)no-repeat;
    background-size: cover;
    /* padding-left: calc((100% - 1240px) / 2); */
    color: #fff;
    overflow: hidden;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.title_sp_desk {
    font-size: 35px;
    font-weight: bold;
}

.title_sp_desk span {
    text-transform: uppercase;
}
.left_sp {
    width: 23%;
    padding-left: 10px;
}

.right_sp {
    width: 74%;
    /* margin-right: -115px; */
}
.slider.slider-for.slick-initialized.slick-slider {
    width: 30%;
    display: none;
}

.slider.slider-nav.slick-initialized.slick-slider.slick-dotted {
    width: 100%;
    position: relative;
}
.img_sp a {
    display: block;
    position: relative;
    border-radius: 30px;
    box-shadow: 0px 0px 10px #00000070;
}

.img_sp {
    padding: 10px;
}
.slider.slider-nav .slick-prev {
    top: 110%;
    width: 50px;
    height: 50px;
    background: url(../images/right2.png)no-repeat;
    background-size: 100% 100%;
    /* transform: rotate(180deg); */
    left: 45%;
}

.slider.slider-nav .slick-prev:before {
    display: none !important;
}
.slider.slider-nav .slick-next {
    top: 110%;
    width: 50px;
    height: 50px;
    background: url(../images/right.png)no-repeat;
    background-size: 100% 100%;
    right: 44%;
}

.slider.slider-nav .slick-next:before {
    display: none !important;
}
.right_sp .slick-dots {
    display: none !important;
}
.desc_sp.text-split {
    -webkit-line-clamp: 6;
    color: #fff;
    line-height: 25px;
    text-align: justify;
}
a.xct_sp {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 10px 40px;
    border: solid 1px;
    border-radius: 30px;
    margin-top: 40px;
    transition: 0.5s;
}

a.xct_sp:hover {
    letter-spacing: 1px;
    transition: 0.5s;
    color: #fac622;
}
.marquee {
  overflow: hidden;
  font-weight: 600;
  font-size: 34px;
  text-transform: uppercase;
}

.marquee__inner {
  display: flex;
}

.marquee__line {
  flex-shrink: 0;
  margin: 0;
  min-width: 100%;
  white-space: nowrap;
  /* animation-name: marqueeLine; */
  /* animation-duration: 10s; */
  animation-timing-function: cubic-bezier;
  /* animation-iteration-count: infinite; */
  /* font-weight: bold; */
  font-size: 65px;
  font-weight: bold;
  color: #ffffff3d; /* MÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â u bÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âªn trong chÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â¯ */
  -webkit-text-stroke: 1px #ffffff3d; /* ÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Âng viÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Ân trÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¯ng */
  text-transform: uppercase;
  font-family: sans-serif;
}

@keyframes marqueeLine {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(-100%);
  }
}
.box_cap1_sp {
    padding-left: calc((100% - 1240px) / 2);
}
.text_run_web {
    margin-top: 50px;
}
.left_udsp {
    width: 20%;
}

.right_udsp {
    width: 75%;
    position: relative;
}
p.pic-newsudsp a {
    border-radius: 20px;
}

.wrap_ungdungsp {
    padding-top: 100px;
    padding-bottom: 60px;
    position: relative;
}

.wrap_ungdungsp:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 240px;
    background: #ededed;
    left: 0;
    top: 0;
    z-index: -1;
}
.title_udsp {
    margin-bottom: 90px;
    position: relative;
    z-index: 11;
    font-size: 35px;
    color: #0b2368;
    font-weight: bold;
}

.title_udsp span {
    text-transform: uppercase;
}
.info-newsudsp a {
    font-weight: bold;
    text-align: justify;
    min-height: 39px;
    font-size: 16px;
    /* padding: 0 20px; */
}
.wrap_ungdungsp .control-owl button.owl-prev {
    left: -280px;
    top: 185px;
    width: 50px;
    height: 50px;
}
.wrap_ungdungsp .control-owl button.owl-next {
    left: -200px;
    top: 140px;
    width: 50px;
    height: 50px;
    background: url(../images/r22.png) no-repeat;
    background-size: 100% 100%;
    filter: brightness(0) saturate(100%) invert(57%) sepia(0%) saturate(1024%) hue-rotate(205deg) brightness(94%) contrast(87%);
}
.wrap_ungdungsp .control-owl button.owl-prev {
    left: -280px;
    top: 140px;
    width: 50px;
    height: 50px;
    background: url(../images/r1.png)no-repeat;
    background-size: 100% 100%;
    filter: brightness(0) saturate(100%) invert(57%) sepia(0%) saturate(1024%) hue-rotate(205deg) brightness(94%) contrast(87%);
}

.wrap_ungdungsp .desc_sp.text-split {
    margin-bottom: 30px;
    color: #000;
}
.wrap_ungdungsp .control-owl button.owl-prev svg {
    display: none;
}

.wrap_ungdungsp .control-owl button.owl-next svg {
    display: none;
}
.left_truyenthong {
    width: 49%;
    /* padding-left: calc((100% - 1240px) / 2); */
}

.right_truyenthong {
    width: calc(42% + 100px);
    margin-right: -100px;
    padding-bottom: 70px;
}
.wrap-truyenthong {
    padding-top: 65px;
    padding-bottom: 55px;
    background: url(../images/bg_tthong.png)no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    overflow: hidden;
}
a.name_truyenthong {
    font-size: 16px;
    color: #ffff;
    text-decoration: none;
    font-weight: bold;
    text-align: justify;
    display: block;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    min-height: 45px;
    margin-bottom: 10px;
}
.title_truyenthong {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 55px;
    width: 100%;
}

a.name_truyenthong:hover {
    color: #f9a51a;
}
a.pic-newshome-best {
    border-radius: 20px;
}
.slider.slider-video1 {
    width: 65%;
}

.slider.slider-video2 {
    width: 30%;
    margin-right: -50px;
}
.slider.slider-video2 .slick-dots {
    display: none !important;
}
.items_video span {
    margin-top: 20px;
    font-size: 16px;
    display: block;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.xemthem_tthong {
    text-align: center;
    margin-top: 50px;
}

.xemthem_tthong a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    border: solid 1px;
    padding: 8px 35px;
    border-radius: 30px;
    transition: 1s;
}
.slider.slider-video2 .slick-prev {
    top: 175%;
    width: 50px;
    height: 50px;
    background: url(../images/right2.png)no-repeat;
    background-size: 100% 100%;
    /* transform: rotate(180deg); */
    left: -145%;
}

.slider.slider-video2 .slick-prev:before {
    display: none !important;
}
.slider.slider-video2 .slick-next {
    top: 175%;
    width: 50px;
    height: 50px;
    background: url(../images/right.png)no-repeat;
    background-size: 100% 100%;
    right: 193%;
}

.slider.slider-video1 .slick-next:before {
    display: none !important;
}
.wrap-truyenthong .control-owl button.owl-prev svg {
    display: none;
}

.wrap-truyenthong .control-owl button.owl-next svg {
    display: none;
}
.slider.slider-video2 .slick-prev:before {
    display: none !important;
}
.slider.slider-video2 .slick-next:before {
    display: none !important;
}
.title_tuvan {
    color: #393939;
    font-size: 35px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}

.wrap-content.wrap-tuvan {
    padding: 45px 0;
}

.left_tv {
    width: 45%;
}

.text-split.desc_tuvan {
    font-size: 16px;
    color: #393939;
    text-align: justify;
}

a.lienhe_tuvan {
    display: inline-block;
    color: #224099;
    padding: 8px 30px;
    text-decoration: none;
    border: solid 1px;
    border-radius: 30px;
    font-weight: 600;
    margin-top: 35px;
    transition: 0.5s;
}

a.lienhe_tuvan:hover {
    transition: 0.5s;
    letter-spacing: 1px;
    color: #ec1c24;
}
.right_tv.d-flex.justify-content-between {
    width: 45%;
}

.mot_img {
    width: calc(100% - 276px);
}

.hai_img img:nth-child(1) {
    /* margin-bottom: 20px; */
}
.hai_img {
    max-width: 256px;
}
/*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%;
}
.right_tv img {
    border-radius: 20px;
}
.menu_desk {
    padding: 35px 10px;
    background: #e6e7e8;
    display: none !important;
}

.menu_desk a {
    font-size: 16px;
    color: #393939;
    text-decoration: none;
    padding: 0 45px;
    border-right: solid 1px;
    line-height: 20px;
    transition: 0.2s;
}

.menu_desk a:last-child {
    border-right: none;
}
.menu_desk a:hover {
    /* text-decoration: underline; */
    color: #ec1c24;
    /* font-weight: 500; */
    transition: 0.2s;
}
.title_hsnl {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 20px;
}

.title_hsnl span {
    display: block;
    margin-bottom: 1px;
}
span.call_footer {
    font-size: 18px;
    color: #fff;
    display: block;
    text-align: center;
    background: #f9a51a;
    font-weight: bold;
    padding: 12px;
    border-radius: 30px;
}

a.map_footer {
    text-align: center;
    display: block;
    text-decoration: none;
    padding: 12px;
    background: #fff;
    border: solid 1px #2f4b9f;
    border-radius: 30px;
    margin-top: 30px;
}
.menu.menu_detail {
    position: relative;
    /* background: #fff; */
    /* z-index: 10; */
}
.fix_head .menu {
    background: #fff;
    /* padding: 5px 0; */
}
.fix_head .menu .logo-head-top {
    max-width: 100px;
}
.xemthem_tthong a:hover {
    color: #f9a51a;
    letter-spacing: 1px;
    transition: 1s;
    font-weight: bold;
}
.footer-info p {
    display: flex;
    align-items: center;
}
div.fullpage-container {
    height: 100%;
}

#fullpage{
    position: relative;
    width: 100%;
    height: 100vh;
}
    .homepage { position: relative; height: 100vh; overflow: hidden; }
.tool-pagegin { position: fixed; left: 10px; top: 40%; z-index: 10; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.tool-pagegin ul { list-style: none; padding: 0; }
.tool-pagegin li { margin: auto; display: flex; flex-wrap: wrap; align-items: center; height: 16px; }
.tool-pagegin li a { width: 10px; height: 10px; border-radius: 50%; display: block; background: #06226b; margin: 0 3px; border: 1px solid #fff; }
.tool-pagegin li a.active, .tool-pagegin li a:hover { width: 16px; height: 16px; margin: 0 0; border: 2px solid #fff; }
div.fullpage-container { height: 100%; }
#fullpage-1 {position: relative;width: 100%;height: 100vh;vertical-align: middle;}
#fullpage-2 {position: relative;width: 100%;height: 100vh;/* display: flex; *//* align-items: center; */}
#fullpage-3 { position: relative; width: 100%; height: 100vh; }
#fullpage-4 { position: relative; width: 100%; height: 100vh; }
#fullpage-5 { position: relative; width: 100%; height: 100vh; }
#fullpage-6 { position: relative; width: 100%; height: 100vh; }
#fullpage-7 { position: relative; width: 100%; height: 100vh; }
#fullpage-8 { position: relative; width: 100%; height: 100vh; }
#fullpage-9 { position: relative; width: 100%; height: 100vh; }
#fullpage-10 { position: relative; width: 100%; height: 100vh; }
a.pic-about {
    width: 48%;
}

.info-about {
    width: 48%;
}

.info-about h3 a {
    font-weight: bold;
    font-size: 30px;
    color: #f9a51a;
}
 .support-list{
  display: block;
  white-space: nowrap;
  width: 100%;
  overflow: auto;
  border-radius: 15px;
  margin-top: 20px;
}
.title-main.title_prd {
    text-align: start;
}

.title-main.title_prd span {
    font-size: 20px;
    position: relative;
}

.title-main.title_prd span:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 4px;
    background: #ec1c24;
    left: 0;
    bottom: -10px;
}

.title-main.title_prd span:before {
    position: absolute;
    content: '';
    width: 120px;
    height: 4px;
    background: #224099;
    left: 0;
    bottom: -10px;
}
ul.ul_dm_sp {
    padding-left: 0;
    list-style: none;
    max-height: 320px;
    overflow-y: scroll;
    padding-right: 20px;
}

ul.ul_dm_sp li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.ul_dm_sp li img {
    max-width: 55px;
    border-radius: 10px;
}

ul.ul_dm_sp li a {
    width: calc(100% - 70px);
    font-size: 14px;
    font-weight: 700;
    color: #224099;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
ul.ul_dm_sp .price-product span.price-new {
    font-size: 13px;
    color: #ec1c24;
    display: none;
}

}
ul.ul_dm_sp::-webkit-scrollbar-track
{
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
   background-color: #F5F5F5;
}

ul.ul_dm_sp::-webkit-scrollbar
{
   width: 2px;
   background-color: #fff;
}

ul.ul_dm_sp::-webkit-scrollbar-thumb
{
   background-color: #000000;
   border: 1px solid #ccc;
}
.timkiem_sp {
    padding: 10px 10px;
    background: #224099;
    margin-bottom: 20px;
    border-radius: 15px;
}

.dm_prd.mb-30 {
    padding: 10px;
    padding-top: 0px;
    background: #eeeeee63;
    padding: 30px 20px;
    border-radius: 20px;
}
.dm_prd {
    padding: 10px;
    padding: 30px 20px;
    background: #eeeeee63;
    border-radius: 20px;
    margin-bottom: 30px;
}
.desc_list {
    margin-top: 30px;
}
.items_nbsd {
    background: #cccccc38;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 25px;
    color: #767676;
}

.info_newsnbb {}

.info_newsnbb {
    padding: 10px;
    padding-bottom: 0;
    padding-top: 15px;
}

.info_newsnbb h3 a {
    color: #224099;
    text-decoration: none;
    font-size: 20px;
    line-height: 25px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-weight: 600;
}

.desc-news_detail.text-split {
    padding: 0 10px;
    -webkit-line-clamp: 2;
}
.items_news_detail a img {
    border-radius: 10px;
}

.info_right_nb {
    width: calc(100% - 210px);
    color: #767676;
}

a.scale-img {}

.items_news_detail a.scale-img {
    max-width: 190px;
}

.info_right_nb a {
    color: #224099;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
    display: block;
}

.items_news_detail.d-flex.justify-content-between.align-items-center {
    margin-bottom: 0px;
    padding: 10px;
}
.name_cap1 {
}
.box_newssd {
    margin-top: 45px;
}
.time_news {
    padding: 0 10px;
    font-style: italic;
    font-size: 12px;
    color: #2240997d;
}

.info_newsnbb h3 {
    min-height: 45px;
    margin-bottom: 10px;
}
.info-news .time_news {
    padding-left: 0;
}

.info_right_nb .time_news {
    padding-left: 0;
    font-style: italic;
    font-size: 12px;
    color: #2240997d;
}
.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: 25px 35px;
    border-radius: 30px;
    position: relative;
    background: transparent;
    z-index: 1;
    min-height: 260px;
}

.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: #224099;
}

.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: 70px;
    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: #224099;
    font-size: 14px;
}

.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: #f9a51a;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

.name_lh:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 4px;
    bottom: 0;
    left: 0;
    background: red;
    z-index:2;
}

.name_lh:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 4px;
    bottom: 0;
    left: 0;
    z-index:1;
    background: #224099;
}
.pbmit-title-wrap {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.slide_mobile{display: none;}
.lang-header img {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    /* width: 100%; */
}
.img_sp {
    position: relative;
}

.info_sp1 {
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 0 15px;
    z-index: 10;
}

.info_sp1 span {
    font-size: 20px;
    font-weight: bold;
}

.name_sp2 {
    position: absolute;
    bottom: 50px;
    padding: 0 30px;
    width: 100%;
    text-align: center;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    z-index: 2;
}

.info_sp1 .text-split {
    -webkit-line-clamp: 2;
    line-height: 25px;
}
.content_product_details {overflow: hidden;max-height: 840px;}
.box_content_product_detail.active .content_product_details {max-height: none;}
.btn_more_content_details span {
    text-align: center;
    display: inline-block;
    background: red;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.btn_more_content_details {
    text-align: center;
    margin-top: 20px;
}
.slide_desktop a{height: 100vh;}
.slide_desktop a img{height: 100vh;}
.slide_desktop {height: 100vh;}
.masonry {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  /* border-top: 1px solid red; */
  /* border-bottom: 1px solid red; */
}
.sun-masonry{margin-bottom: 30px; -moz-column-count: 3; column-count: 3; -moz-column-gap: 15px; column-gap: 15px;}
.sun-masonry .album-in-detail {page-break-inside: avoid; -moz-column-break-inside: avoid; break-inside: avoid; margin-bottom: 15px;  display: block; }

.sun-masonry-in{margin-bottom: 30px;-moz-column-count: 2;column-count: 2;-moz-column-gap: 15px;column-gap: 15px;}
.sun-masonry-in .item_serv {display: unset;width: unset;page-break-inside: avoid;-moz-column-break-inside: avoid;break-inside: avoid;margin-bottom: 15px;display: block;}



.album-in-detail{ margin-bottom: 30px;    }
.item_serv .serv-image{overflow: hidden; position: relative;}
.serv-article{  text-align: center;    }
.serv-des{
    width: 95%;
    padding: 20px;
    position: absolute;
    left: calc((100% - 95%) / 2);
    bottom: 20px;
    /* height: 100%; */
    background: rgb(34 64 153 / 78%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    /* transition: 0.5s; */
    visibility: unset;
    text-decoration: none;
    border-radius: 10px;
    }
.item_serv:hover .serv-des{opacity: 1;visibility: unset;}
.item_serv:hover .serv-image img{  transform: scale(1.1); transition: 0.5s; }

.serv-des h3 {margin-bottom: 0px;position: relative;font-size: 18px;color: #fff;text-decoration: none;font-weight: bold;position: relative;z-index: 1;}
.serv-des h3:after {content: '';position: absolute;left: 50%;transform: translateX(-50%);bottom: 0px;width: 40px;border-bottom: 1px solid #ffc107;}
 
.serv-des h3:hover{color: #f9a925;} 
.more_serv{     position: relative; color: #edaa28; font-size: 16px; margin-top: 50px; display: inline-block; padding-bottom: 15px;} 
.more_serv:after {content: '';position: absolute; left: 50%;transform: translateX(-50%); bottom: 0px; width: 16px; height: 8px; background: url(../images/down_dv.png) no-repeat; }
.item-newsudsp{animation-name: goRight;
        animation-duration: 1s;
        animation-delay: .5s;
        animation-fill-mode: forwards;
        pointer-events: auto}


.ani-item {
    opacity: 0
}

.ani-text.on-text {
    animation-name: aniText;
    animation-duration: 2s;
    animation-delay: .5s;
    animation-fill-mode: forwards
}

.text-ani-item.show .char {
    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-delay: calc(50ms * var(--char-index));
    animation-fill-mode: forwards
}

.text-inner.show .char {
    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-delay: calc(50ms * var(--char-index));
    animation-fill-mode: forwards
}

.advert-banner.on-show {
    animation-name: ClipPath;
    animation-duration: 2s;
    animation-delay: .3s;
    animation-fill-mode: forwards
}

.bread::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-white-grey)
}

.bread.is-show::before {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards
}


.bg_img_sp:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #00000026;
    z-index: 1;
    bottom: 0;
    border-radius: 30px;
    background-image: linear-gradient(to bottom, rgb(253 251 251 / 0%) 60%, #000000c7);
    pointer-events: none;
    left: 0;
}
.wap_load {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background: #fff;
    transform: scaleY(1);
    transform-origin: 100% 0%;
    transition: transform 1s ease;
}

.tt_1,.tt_2, .tt_3 {
    font-size: 100px;
    font-family: cr;
    line-height: 75px;
}

.group_1 {
    position: relative;
}

.cssload-thecube {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.tt_2 {
    justify-content: center;
    display: flex;
    align-items: center;
    width: 75px;
    height: 75px;
    background: #000;
    color: #fff;
    position: relative;
    z-index: 2;
}

.tt_1,.tt_3 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    width: 75px;
    height: 75px;
    color: #fff;
}

.tt_1 {
    top: 0;
    left: 0;
    transition: 1.25s;
    opacity: 0;
}

.tt_1.act {
    top: 0;
    left: -70px;
    opacity: 1;
}

.tt_3 {
    top: 0;
    right: 0;
    transition: 1.25s;
    opacity: 0;
}

.tt_3.act {
    top: 0;
    right: -70px;
    opacity: 1;
}

.tt_2 {
    animation: xoay linear 1.5s;
    transform: rotate(0deg);
}

.tt_2.act_c {
    animation: none;
}

.group_2 {
    font-size: 37px;
    font-family: cr;
    color: #fff;
    margin-top: 5px;
    margin-bottom: -50px;
    opacity: 0;
    transition: 1.25s;
}

.group_3 {
    font-size: 20px;
    font-family: cr;
    color: #ccab6c;
    margin-bottom: -50px;
    opacity: 0;
    transition: 1.25s;
}

.group_2.act, .group_3.act {
    margin-bottom: 0;
    opacity: 1;
}

.wap_load::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: 100% 0%;
    background: #fff;
    z-index: -1;
    transition: transform 1s ease;
}

.wap_load.act::before {
    z-index: 1000;
    transform: scaleY(1);
    transform-origin: 0% 100%;
}

.wap_load.unact {
    transform: scaleY(0);
    transform-origin: 0% 100%;
}

@keyframes xoay {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes modan {
    0% {
        background: #000;
        opacity: 1;
        transform: scaleX(1) skew(0deg);
        transform-origin: bottom right;
    }

    50% {
        background: #000;
        opacity: 1;
        transform: scaleX(1) skew(0deg);
        transform-origin: bottom right;
    }

    100% {
        background: #000;
        opacity: 0;
        transform: scaleX(0) skew(-50deg);
        transform-origin: left bottom;
    }
}
.img_tvv{border-radius: 20px;position: relative;margin-bottom: 20px;overflow: hidden;}
.img_tvv a i {
    color: var(--primary-color2);
    font-size: 35px
}

.img_tvv 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;
    border: none;
}

.img_tvv button i {
    color: #ffc107;
    font-size: 20px
}

.img_tvv:hover a {
    transform: scale(1);
    opacity: 1
}

.img_tvv:hover button {
    transform: scale(1);
    opacity: 1
}

.img_tvv.active a {
    transform: scale(1);
    opacity: 1
}
p.desc-newsudsp.text-split {
    text-align: justify;
}

.footer-info {
    text-align: justify;
}
.pic-news img {
    border-radius: 30px;
}
.pic-news  {
    border-radius: 30px;
}
.bg_img_sp {
    position: relative;
}
#about-page {
    background: #fff;
    /* font-family: SFUHelveticaLight; */
}
.container_bage {
    height: 100%;
    display: block;
    margin: auto;
    position: relative;
}

.container_bage {
    -webkit-animation: Start 1s steps(1, end) 0s 1 normal both;
    -moz-animation: Start 1s steps(1, end) 0s 1 normal both;
    -ms-animation: Start 1s steps(1, end) 0s 1 normal both;
    animation: Start 1s steps(1, end) 0s 1 normal both;
    background: #fff
}
.section.ab_section {
    position: relative;
    padding: 54px 0;
    background: #cccccc45;
    margin-top: -42px;
}
div.content-main-ab {
    padding: 60px 0;
    /* padding-left: 90px; */
    opacity: 1
}
.content-main, .group-central {
    position: relative;
    left: 0;
    overflow: hidden
}
div.container_bage .box_scroll_img {
    width: 40px;
    height: 38px;
    position: absolute;
    bottom: 45px;
    right: 48px;
    z-index: 99
}
div.box_scroll_img {
    opacity: 1;
    transition: all 0.5s ease
}
.box_scroll_img {
    cursor: pointer
}

div.ab_section.active .content-main-ab .pic-chairman {
    animation-name: fadeInRight;
    animation-duration: 2s;
    opacity: 1;
}
div.pic-chairman {
    float: right;
    width: 50%;
    text-align: right;
    opacity: 0;
    order: 2
}
div.pic-content {
    color: #1a1a1a;
    float: left;
    width: 42%;
    font-size: 16px;
    /* order: 1; */
}
div.ab_section.active .pic-content h2 {
    animation-name: fadeInDown;
    animation-duration: 2s;
    opacity: 1
}
div.pic-content h2 {
    line-height: normal;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 37px;
    margin-bottom: 12px;
    opacity: 0;
    transition: all 3s ease
}
div.ab_section.active .pic-content .text-inner1 {
    animation-name: fadeIn;
    animation-duration: 4s;
    opacity: 1
}
div.content-main-ab .pic-content .text-inner1 {
    animation-name: fadeOut;
    animation-duration: 2s;
    opacity: 0
}
.scrollA {
    width: 100% !important;
    height: 100%;
    max-height: calc(100vh - 301px);
    margin: 0;
    overflow-y: hidden
}
div.container_bage .box_scroll_img img {
    position: relative;
    top: 2%;
    animation: hoverp 1s infinite;
    filter: brightness(0) saturate(100%) invert(19%) sepia(17%) saturate(6237%) hue-rotate(214deg) brightness(97%) contrast(96%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(254deg) brightness(105%) contrast(101%);
    max-width: 30px;
}
div.container_bage .box_scroll_img {
    width: 40px;
    height: 38px;
    position: absolute;
    bottom: 20%;
    left: 0px;
    z-index: 99
}
input.btn.btn-primary.mr-2 {
    background: #ec1c24;
    border: transparent;
}

input.btn.btn-secondary {
    background: #224099;
}
@keyframes hoverp {
    0% {
        transform: translateY(-5px)
    }

    50% {
        transform: translateY(5px)
    }

    100% {
        transform: translateY(-5px)
    }
}
.pic-content .name-news {
    font-size: 20px;
    font-weight: bold;
}
/* Shine */
.hover_shine figure { position: relative; }
.hover_shine figure::before { position: absolute; top: 0; left: -75%; z-index: 2; display: block; content: ""; width: 50%; height: 100%; background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%); background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%); -webkit-transform: skewX(-25deg); transform: skewX(-25deg); }
.hover_shine figure:hover::before { -webkit-animation: shine 0.75s; animation: shine 0.75s; }
@-webkit-keyframes shine {
  100% { left: 125%; }
}
@keyframes shine {
  100% { left: 125%; }
}
.btn-11 { position: relative; color: var(--color-web); display: block; overflow: hidden; margin: 1rem auto; text-transform: uppercase; border: 1px solid currentColor; }
.btn-11:hover { color: #fff; }
.btn-11:before { left: -20px; transform: translate(-50%, -50%); }
.btn-11:after { right: -20px; transform: translate(50%, -50%); }
.btn-11:before, .btn-11:after { position: absolute; top: 50%; content: ""; width: 20px; height: 20px; background-color: var(--color-web); border-radius: 50%; z-index: -1; }
.btn-11:hover:before { -webkit-animation: criss-cross-left 0.8s both; animation: criss-cross-left 0.8s both; -webkit-animation-direction: alternate; animation-direction: alternate; }
.btn-11:hover:after { -webkit-animation: criss-cross-right 0.8s both; animation: criss-cross-right 0.8s both; -webkit-animation-direction: alternate; animation-direction: alternate; }
@-webkit-keyframes criss-cross-left {
  0% { left: -20px; }
  50% { left: 50%; width: 20px; height: 20px; }
  100% { left: 50%; width: 375px; height: 375px; }
}
@keyframes criss-cross-left {
  0% { left: -20px; }
  50% { left: 50%; width: 20px; height: 20px; }
  100% { left: 50%; width: 375px; height: 375px; }
}
@-webkit-keyframes criss-cross-right {
  0% { right: -20px; }
  50% { right: 50%; width: 20px; height: 20px; }
  100% { right: 50%; width: 375px; height: 375px; }
}
@keyframes criss-cross-right {
  0% { right: -20px; }
  50% { right: 50%; width: 20px; height: 20px; }
  100% { right: 50%; width: 375px; height: 375px; }
}
.site-content__headline { font-weight: 200; color: #ffffff; font-size: calc(2vw + 10px); }
.menu-icon { height: 30px; width: 30px; position: relative; z-index: 112; cursor: pointer; display: flex; align-items: baseline; flex-direction: column; justify-content: center; margin-left: 15px; }
.menu-icon__line { height: 2px; width: 30px; display: block; background-color: #7F7F82; margin-bottom: 6px; transition: transform 0.2s ease, background-color 0.5s ease; position: relative; }
.menu-icon__line-left { width: 20px; left: 3px; }
.menu-icon__line-right { width: 20px; left: 3px; }
.nav.sp { position: fixed; z-index: 111; }
.nav.sp:before, .nav.sp:after {content: "";position: fixed;width: 100vw;height: 100vh;background: #224099;z-index: -1;transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;transform: translateX(0%) translateY(-100%);top: 0;transition: all 0.5s;}
.nav.sp:after {background: #adbecd radial-gradient(circle, #5785ff 0, #eff8ff 40%);transition-delay: 0.1s;}
.nav.sp:before { transition-delay: 0.5s; }
body.nav-active .header_bottom { z-index: 112; background: none; box-shadow: none; }
body.nav-active .header_bottom a { display: none; }
body.nav-active .nav__content { visibility: visible; }
body.nav-active .box-search {position: fixed;top: 35px;left: 20px;}
body.nav-active .box-search .clicktk { filter: grayscale(1) brightness(2); color: #ccc; }
body.nav-active .box-search .clicktk img {/* filter: invert(1); */}
.scroll-text {position: fixed;width: 100%;bottom: calc(35% - 175px);left: 0;display: flex;pointer-events: none;transform-origin: center;mix-blend-mode: overlay;overflow: hidden;visibility: hidden;opacity: 0;z-index: 11;text-align: center;}
.scroll-text1 { position: relative; width: 100%; bottom: calc(50% - 175px); left: 0; display: flex; pointer-events: none; transform-origin: center; mix-blend-mode: overlay; overflow: hidden; visibility: hidden; opacity: 0; z-index: 11; text-align: center; }
body.nav-active .scroll-text { opacity: 1; visibility: visible; }
.scroll-text.show>span:nth-child(1) { animation: loopText 60s linear -60s infinite; }
.scroll-text.show>span:nth-child(2) { animation: loopText2 60s linear -30s infinite; }
.scroll-text span {font-size: 10vw;display: block;position: relative;color: #224099;white-space: nowrap;text-transform: uppercase;padding: 0 1vw;}
.scroll-text1.show>span:nth-child(1) { animation: loopText 60s linear -60s infinite; }
.scroll-text1.show>span:nth-child(2) { animation: loopText2 60s linear -30s infinite; }
.scroll-text1 span {font-size: 10vw;display: block;position: relative;color: #224099;white-space: nowrap;text-transform: uppercase;padding: 0 1vw;}
@keyframes loopText {
  0% { transform: translateX(-100%) }
  100% { transform: translateX(100%) }
}
@keyframes loopText2 {
  0% { transform: translateX(-200%) }
  100% { transform: translateX(0) }
}
body.nav-active .menu-icon { position: fixed; top: 20px; right: 50px; }
body.nav-active .logo-menu { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: fadeInDown; animation-name: fadeInDown }
body.nav-active .scroll-text { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: fadeIn; animation-name: fadeIn }
.scroll-text1 { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: fadeIn; animation-name: fadeIn }
.logo-menu {margin-bottom: 85px;}
.logo-menu img {max-height: 95px;/* filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(65deg) brightness(105%) contrast(102%); */}
.nav__content {position: fixed;top: 40%;transform: translate(0%, -50%);width: 100%;text-align: center;font-size: calc(2vw + 10px);font-weight: 200;cursor: pointer;visibility: hidden;}
.nav__list-item {position: relative;display: inline-block;transition-delay: 0.8s;opacity: 0;transform: translate(0%, 100%);transition: opacity 0.2s ease, transform 0.3s ease;/* margin-right: 25px; */}
.nav__list-item:before {content: "";position: absolute;background: #224099;width: 20px;height: 1px;top: 100%;transform: translate(0%, 0%);transition: all 0.3s ease;z-index: -1;display: none;}
.nav__list-item:hover:before { width: 100%; }
ul.nav__list {padding: 0 20px;max-width: 1200px;margin: auto;max-height: 90vh;overflow-x: scroll;}
ul.nav__list li a {color: #224099;font-size: 18px;text-decoration: none;text-transform: uppercase;font-weight: 500;}
body.nav-active { height: 100vh; overflow: hidden; }
body.nav-active .menu-icon__line { background-color: #7F7F7F; transform: translateX(-1px) rotate(-45deg); left: 0; margin-bottom: -2px; }
body.nav-active .menu-icon__line-left { transform: translateX(-1px) rotate(45deg); left: 0; width: 30px; }
body.nav-active .menu-icon__line-right { transform: translateX(-1px) rotate(45deg); width: 30px; }
body.nav-active .nav { visibility: visible; }
body.nav-active .nav:before, body.nav-active .nav:after {transform: translateX(0%) translateY(0%);}
body.nav-active .nav:after { transition-delay: 0.1s; }
body.nav-active .nav:before { transition-delay: 0.5s; }
body.nav-active .nav__list-item {opacity: 1;transform: translateX(0%);transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;margin-bottom: 30px;width: 100%;}
body.nav-active .nav__list-item:nth-child(0) { transition-delay: 0.5s; }
body.nav-active .nav__list-item:nth-child(1) { transition-delay: 0.6s; }
body.nav-active .nav__list-item:nth-child(2) { transition-delay: 0.7s; }
body.nav-active .nav__list-item:nth-child(3) { transition-delay: 0.8s; }
body.nav-active .nav__list-item:nth-child(4) { transition-delay: 0.9s; }
body.nav-active .nav__list-item:nth-child(5) { transition-delay: 1s; }
.header {
    display: block;
    padding: 10px 0;
}
.clearfix.text-box.text-one {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    align-items: center;
}
.pagination-home.w-100 {
    margin-top: 20px;
}
p.marquee__line span {
    margin: 0 192px;
}
.marquee-section1 {
    position: relative;
    min-height: 82px;
}

.marquee-section1, .marquee-section1 * {
    overflow: hidden;
}

.marquee1 {
    white-space: nowrap;
}

.marquee-div1 {
    position: absolute;
    animation: move-left-to-right linear 12.5s infinite;
}

/* use this one to move from left to right direction */
@keyframes move-left-to-right {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0);
    }
}

/* use this one to move from right to left direction */
@keyframes move-right-to-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.social-plugin.social-plugin-pro-detail.w-clear a {
    width: 30px;
    height: 30px;
    margin-right: 4px;
}
.title-main.splq_h2 {
    text-align: start;
}

.title-main.splq_h2 span {
    font-size: 20px;
    text-transform: capitalize;
    border-bottom: solid 1px #cccccc8f;
    padding-bottom: 15px;
    display: block;
}
a.logo-head-top {
    max-width: 115px;
    position: relative;
    z-index: 11111;
    max-height: 95px;
    height: 100%;
    display: block;
}
.fix_head .menu ul.menu-main {
    /* padding: 5px 0; */
}
.right_menu {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 310px);
    /* margin-right: 50px; */
    align-items: center;
    /* border-bottom: solid 2px #fff; */
}
a.map_footer:hover {
    background: #224099;
    color: #fff;
}
.box_scroll_img.mouse_slide {
    position: relative;
    z-index: 1;
    bottom: 50px;
    left: calc((100% - 30px) / 2);
    max-width: 40px;
}

.box_scroll_img.mouse_slide img {
    max-width: 30px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(254deg) brightness(105%) contrast(101%);
    animation: hoverp 1s infinite;
}
.right_dm.col-md-3.col-12.aos-init.aos-animate {
    padding-left: 0;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    /* color: #f8f8f8 !important; */
    border: none !important;
}
/*.scrollToTop img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
    animation: hoverp 1s infinite;
}*/
.news_left1 {padding-right: 17px;}
.scrollToTop img {
    transform: rotate(180deg);
    filter: brightness(0) saturate(100%) invert(100%) sepia(8%) saturate(7497%) hue-rotate(245deg) brightness(114%) contrast(102%);
    /* animation: hoverp 1s infinite; */
    filter: brightness(0) saturate(100%) invert(50%) sepia(92%) saturate(957%) hue-rotate(350deg) brightness(101%) contrast(92%);
    filter: brightness(0) saturate(100%) invert(13%) sepia(29%) saturate(6472%) hue-rotate(212deg) brightness(84%) contrast(95%);
}

/*menu desk*/
.site-nav-dropdown{left: 0;right: 0;border: 0;background-image: linear-gradient(#ffffffd4, #ffffff);/* background: #ffffff96; */margin: auto;text-align: left;visibility: hidden;overflow: hidden;-webkit-transform: scaleY(0);-khtml-transform: scaleY(0);-moz-transform: scaleY(0);-ms-transform: scaleY(0);-o-transform: scaleY(0);transform: scaleY(0);-webkit-transform-origin: 0 0;-khtml-transform-origin: 0 0;-moz-transform-origin: 0 0;-ms-transform-origin: 0 0;-o-transform-origin: 0 0;transform-origin: 0 0;position: absolute;z-index: 999;padding: 20px 0;margin-bottom: 0;box-shadow: 0 15px 21px rgb(0 0 0 / 9%);top: 100%;background-size: 100% 100%;}
.menu-item:hover > .site-nav-dropdown{overflow: visible; visibility: visible; -webkit-transform: scaleY(1); -khtml-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out}
.site-nav-dropdown .center{display: flex;}
.box-nav-1{width: 20%;text-transform: capitalize;font-weight: bold;font-size: 20px;line-height: 28px;text-align: center;display: flex;align-items: center;}
.box-nav-2{width: 80%;}
.box-nav-2 ul{list-style: none; margin: 0; padding: 0;}
.box-nav-2 ul li{float: left;width: calc(100% / 3);font-size: 15px;line-height: 25px;padding-bottom: 0;padding-top: 0;}
.box-nav-2 ul li a{display: inline-block;color: #000;border-left: 2px solid #ededed;padding: 9px 5px !important;}
.box-nav-2 ul li a:hover{border-color: #3f80c1;}
.box-nav-2 ul {
    display: flex !important;
    flex-wrap: wrap;
}
.center{max-width: 1190px; margin:0 auto; position: relative;}

.slide_desktop .slide-text .slick-prev {
    left: calc((100% - 1200px) / 2);
    top: 43%;
    background: url(../images/right.png)no-repeat;
    width: 55px;
    height: 55px;
}
.slide_desktop .slide-text .slick-next{display: none !important;}
.slide-text .slick-prev:before{display: none !important;}
.right_about .slick-prev{left: 15px;width: 54px;height: 54px;background: url(../images/right2.png)no-repeat;background-size: 100% 100%;display: none;}
.right_about .slick-next{right: 82%;width: 54px;height: 54px;background: url(../images/right.png) no-repeat;background-size: 100% 100%;display: none;}

.right_about .slick-next:before{display: none;}
.right_about .slick-prev:before{display: none;}
.social-footer {
    max-width: 300px;
    max-height: 37px;
    position: absolute !important;
    right: calc((100% - 1200px) / 2);
    bottom: 0;
    z-index: 1111111 !important;
    width: 100% !important;
    padding: 0;
    margin-bottom: 100px;
    text-align: right;
}

.slide-text {
    position: relative;
}
.social-footer a{display: block;height: auto !important;margin-right: 20px !important;}
.social-footer a img{display: block;width: 37px;height: 37px !important;transition: 1s;}
.box_sp_cap {
    margin-bottom: 40px;
}
.box-nav-2 ul li:hover {
    background: #224099b8;
    color: #fff;
}
.left_dm.col-lg-9.col-md-8.col-12.mb-3 {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 20px;
}
.item_serv .serv-image {
    border-radius: 20px;
}
.box_news_dl {
    padding: 10px 20px;
    background: #f8f8f8;
    border-radius: 30px;
}
a.a2a_button_twitter {
    display: none;
}
.items_vp.d-flex {
    margin-bottom: 25px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.info_dd {
    width: calc(100% - 45px);
}

.info_dd span {
    font-weight: bold;
}
.right_about .slick-prev, .slick-next{top: 43%}
.social-footer a img:hover {
    transform: translateX(10px);
    transition: 1s;
}
.a2a_kit.a2a_kit_size_32.a2a_default_style {
    display: flex;
    justify-content: space-between;
}

a.a2a_button_copy_link {
    order: 5;
}

a.a2a_button_copy_link {
    order: 6;
}

a.a2a_dd {
    order: 76;
}

a.a2a_button_facebook {
    order: 2;
}

a.a2a_button_twitter {
    order: 3;
}

a.a2a_button_facebook_messenger {
    order: 4;
}

.zalo-share-button {
    order: 1;
}

.a2a_kit.a2a_kit_size_32.a2a_default_style {
    order: 2;
}
ul#tabsProDetail {
    background: #224099;
    /* justify-content: center !important; */
}
.section.ab_section.ft_ab_section.fp-section.fp-table.active {
    padding: 0;
    margin: 0;
}

.section.ab_section.ft_ab_section.fp-section.fp-table.active .fp-tableCell {
    height: auto !important;
}
.ul_detail {
    /* background: #fff !important; */
    box-shadow: 5px 4px 21px #cccccc70;
}
.fix_head .right_menu li {
    padding-top: 0;
    padding-bottom: 0;
}
.zalo-share-button iframe {
    width: 32px !important;
    height: 32px !important;
}

.zalo-share-button {
    margin-right: 2px;
}
.zb-btn-blue--30x30{width: 34px !important; height: 32px !important;}
.a2a_svg {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
}a.btn-phone1.btn-frame.text-decoration-none {
    bottom: 145px;
}
li.nav-item {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#fp-nav.right{right: 75px !important;}
.items_newssss {
    padding: 10px;
    background: #f4f4f4;
    border-radius: 30px;
    padding-bottom: 20px;
}
.box_r_news {
    background: #cccccc38;
    border-radius: 20px;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
}

.column {
  width: 33%; /* 4 cột với chiều rộng mỗi cột là 25% */
  display: flex;
  flex-direction: column;
}

.column li {
  list-style: none;
  margin-bottom: 10px; /* Điều chỉnh khoảng cách giữa các mục */
}
.box-nav-2 ul.product-list li {
    width: 100%;
}
.items_slick {
    padding: 10px;
}
.title-main.color_yelowe span {
    color: #f9a720;
}
.slider.slider-nav .slick-prev{display: none !important;}
.slider.slider-nav .slick-next{display: none !important;}
.desc_sppp.text-split {
    -webkit-line-clamp: 2;
}
.title-main.color_yelowe p {
    color: #253f89;
    margin-bottom: 0;
}
.left_dm .desc_sppp.text-split {
    -webkit-line-clamp: 4;
    text-align: justify;
}
.footer_mobile{display: block !important;}
.section.ab_section.ft_ab_section.fp-section.fp-table.active{display: block !important;}
.clicktk span{display: none;}
.header{display: none ;}
.timkiem_sp.search_mobile {
    margin: 20px 30px;
    display: none;
}
.wrap_about_mobile{display: none;}