@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSans/NotoSans-Regular.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSans/NotoSans-Medium.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSans/NotoSans-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSans/NotoSans-Bold.woff") format("woff");
}

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Oswald/Oswald-Bold.woff") format("woff");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto/Roboto-Regular.woff") format("woff");
}

@font-face {
  font-family: "NotoSerif";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerif/NotoSerif-Regular.woff") format("woff");
}

@font-face {
  font-family: "NotoSerif";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerif/NotoSerif-Medium.woff") format("woff");
}

@font-face {
  font-family: "NotoSerif";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSerif/NotoSerif-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "NotoSerif";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSerif/NotoSerif-Bold.woff") format("woff");
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "NotoSans", sans-serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  overflow-x: hidden;
}

body a {
  cursor: pointer;
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

body a:hover:hover {
  text-decoration: none;
}

.container {
  max-width: 1200px !important;
  padding: 0;
}

.check-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0;
  height: 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.check-radio input:checked ~ .checkmark {
  background-color: #fff;
}

.check-radio input:checked ~ .checkmark:after {
  display: block;
}

.check-radio:hover {
  color: #0066aa;
}

.check-radio .checkmark {
  position: absolute;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #0066aa;
  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;
}

.check-radio .checkmark:after {
  width: 8px;
  height: 8px;
  background: #0066aa;
  border-radius: 50%;
}

.check-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: normal;
}

.check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.check-box input:checked ~ .checkmark {
  background-color: #faaf40;
  border: none;
}

.check-box input:checked ~ .checkmark:after {
  display: block;
}

.check-box:hover {
  color: #faaf40;
}

.check-box .checkmark:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2.5px 2.5px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.checkmark {
  position: absolute;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 3px;
  border: 1px solid #cccccc;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

header {
  z-index: 96;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
}

header a {
  color: #6d6e70;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

header a:hover {
  color: #faaf40;
}

header .level0.li_home {
  margin-top: -7px;
}

header .menu-top-header {
  background: #999999;
}

header .menu-top-header .languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  padding: 4px 50px;
  gap: 20px;
}

header .menu-top-header .languages a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

header .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 50px;
  background: rgba(238, 238, 238, 0.6);
}

header .header-content .menu_main_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none !important;
  border: none;
}

header .header-content .menu_main_button span {
  font-size: 16px;
  color: #999999;
}

header .header-content .menu_main_button:hover svg rect {
  fill: #f99e1c;
}

header .header-content .menu_main_button:hover span {
  color: #f99e1c;
}

header .header-content .menu_main {
  height: 100vh;
  width: 100%;
  max-width: 300px;
  background: #333631;
  overflow: hidden;
}

header .header-content .menu_main .offcanvas-header {
  margin-top: 24px;
}

header .header-content .menu_main .offcanvas-header .btn-close {
  margin: 0;
  position: relative;
}

header .header-content .menu_main .offcanvas-header .btn-close svg {
  position: absolute;
  top: -3px;
  left: -2px;
  background: #333631;
}

header .header-content .menu_main .offcanvas-body {
  font-family: "Roboto", sans-serif;
  padding: 0;
}

header .header-content .offcanvas-backdrop {
  position: absolute;
  opacity: 0;
}

header .menu-side {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

header .menu-side i {
  font-size: 24px;
}

header .menu-side a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}

header .menu-side .level0 {
  margin-left: 30px;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .menu-side .level0:first-child {
  margin-left: 0;
}

header .menu-side .level0.activated > a {
  color: #faaf40;
}

header .menu-side .level0:hover > a {
  color: #faaf40;
}

header .menu-side .level0:hover > ul {
  display: block;
}

header .menu-side .dropdown-menu {
  min-width: 270px;
  padding: 0;
  border-radius: 0;
  border: none;
  margin: 0;
}

header .menu-side .dropdown-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding: 0 20px;
  background: #eeeeee;
  text-transform: none;
}

header .menu-side .dropdown-menu a:hover {
  background: #fff;
  border-left: 3px solid #faaf40;
}

header .menu-side .level0:hover .menu-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  min-width: 720px;
  background-color: #eeeeee;
}

footer .footer_top {
  background: #4c4c4c;
}

footer .footer_top .top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.2fr;
      grid-template-columns: 1fr 3.2fr;
  gap: 30px;
  padding: 80px 0 30px;
}

footer .footer_top .top .title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #e9e9e9;
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #d9d9d9;
}

footer .footer_top .top .top_left .list_menu .menu-footer {
  padding: 0;
}

footer .footer_top .top .top_left .list_menu .menu-footer .level0 {
  list-style: none;
  margin-bottom: 20px;
}

footer .footer_top .top .top_left .list_menu .menu-footer .level0 a {
  color: #e9e9e9;
  font-size: 14px;
}

footer .footer_top .top .top_left .list_menu .menu-footer .level0:last-child {
  margin-bottom: 0;
}

footer .footer_top .top .top_right #form_contact2 .input-box .form-control {
  height: 40px;
  line-height: normal;
  background: #999999;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  border-radius: 0;
  border: none;
  margin-bottom: 15px;
}

footer .footer_top .top .top_right #form_contact2 .input-box .form-control::-webkit-input-placeholder {
  color: #fff;
}

footer .footer_top .top .top_right #form_contact2 .input-box .form-control:-ms-input-placeholder {
  color: #fff;
}

footer .footer_top .top .top_right #form_contact2 .input-box .form-control::-ms-input-placeholder {
  color: #fff;
}

footer .footer_top .top .top_right #form_contact2 .input-box .form-control::placeholder {
  color: #fff;
}

footer .footer_top .top .top_right #form_contact2 .input-box .form-control:focus, footer .footer_top .top .top_right #form_contact2 .input-box .form-control:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

footer .footer_top .top .top_right #form_contact2 .input-box textarea {
  height: 95px !important;
}

footer .footer_top .top .top_right #form_contact2 .input-box .request_contact2 {
  display: block;
  background: #f99e1c;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: normal;
}

footer .footer_bottom {
  background: #f99e1c;
}

footer .footer_bottom .bottom {
  padding: 30px 0;
  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;
}

footer .footer_bottom .bottom .left p {
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
}

footer .footer_bottom .bottom .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

footer .footer_bottom .bottom .right span {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.mg-0 {
  margin-bottom: 0 !important;
}

.select2-search__field {
  outline: none;
}

#msgModal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background: rgba(0, 0, 0, 0.5);
}

#msgModal .msgmodal-content {
  background: #fff;
  padding: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  width: auto;
  max-width: 500px;
  border-radius: 5px;
}

#msgModal .msgmodal-content .msgmodal-body {
  text-align: center;
}

#msgModal .msgmodal-content .msgmodal-body svg {
  width: 100px;
  height: 100px;
  margin: auto;
  display: block;
  margin-bottom: 20px;
}

#msgModal .msgmodal-content .msgmodal-body .bt-modals {
  text-align: center;
  margin: auto;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 4px;
  background: #2e6ed5;
  color: #fff;
  text-decoration: none;
  margin-top: 20px;
}

.grid-intro-footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
      grid-template-columns: auto auto auto;
  grid-gap: 15px;
}

.grid-intro-footer .item-intro {
  background: #fff;
}

.grid-intro-footer .item-intro .a_intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  line-height: normal;
}

.grid-intro-footer .item-intro .a_intro:hover {
  color: #333;
}

.grid-intro-footer .item-intro .a_intro span {
  font-weight: 700;
}

.grid-intro-footer .item-intro .content-text {
  padding: 0 20px;
}

.grid-intro-footer .item-intro .content-text p {
  margin-bottom: 0;
}

.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-banner-top {
  width: 100%;
}

.breadcrumbs .breadcrumb {
  background: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  margin: 10px 0;
  font-size: 16px;
}

.breadcrumbs .breadcrumb li:before {
  display: none;
}

.breadcrumbs .breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs .breadcrumb a {
  color: #acafc6;
}

.breadcrumbs .breadcrumb .breadcrumb-item {
  padding-left: 0;
  color: #acafc6;
}

.breadcrumbs .breadcrumb .breadcrumb-item span {
  display: block;
  margin: 0 5px;
}

.breadcrumbs .breadcrumb i {
  margin: 0 8px;
}

.label_error {
  margin-top: 0px;
  color: #f3473a;
  font-size: 14px;
}

.pagination {
  margin-top: 32px;
  padding-top: 0px;
  padding-bottom: 0px;
  background: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination a {
  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;
  width: 40px;
  height: 40px;
  margin: 0 7px;
  border: 1px solid #d0d5dd;
  background: #fff;
  color: #828282;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
}

.pagination a[href]:hover {
  border-color: #4b5082;
  color: #4b5082;
}

.pagination .fa-angle-left {
  margin-right: 0px;
}

.pagination .fa-angle-right {
  margin-left: 2px;
}

.pagination .current {
  color: #fff;
  font-weight: 700;
  background-color: #4b5082;
  border: 1px solid #4b5082;
}

.star-rating {
  --percent: calc(var(--rating) / 5 * 100%);
  font: normal normal normal 14px/1 FontAwesome;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.star-rating::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  background: -webkit-gradient(linear, left top, right top, from(#ffa500), to(#999));
  background: linear-gradient(90deg, #ffa500 var(--percent), #999 var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wrapper-popup {
  position: fixed;
  background: #f2f2f2;
  right: 20px;
  top: -30%;
  color: #333;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  padding: 10px;
  text-align: center;
  z-index: 99;
}

.wrapper-popup:before {
  content: "";
  position: absolute;
  top: -8px;
  right: 45px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  display: none;
}

.wrapper-popup .button-cart {
  color: #fff;
  background: #0066aa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  border-radius: 5px;
}

.wrapper-popup .fa-check-circle {
  color: #6ac259;
  font-size: 16px;
}

.wrapper-popup #close-cart {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #333;
  border-right: none;
  padding: 0;
}

.flow-hidden {
  overflow: hidden;
}

#sideMenuMobile {
  display: none;
  position: fixed;
  top: 70px;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
  width: 100%;
  color: #fff;
  font-size: 14px;
  height: calc(100% - 70px);
  overflow: auto;
}

#sideMenuMobile a {
  color: #fff;
  font-size: 14px;
}

#sideMenuMobile .menu-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  background: #6e6f72;
  grid-gap: 50px;
  margin-bottom: 0px;
}

#sideMenuMobile ul {
  list-style: none;
  margin: 0;
  padding: 10px 20px;
}

#sideMenuMobile ul li {
  border-bottom: 1px solid #6e6f72;
}

#sideMenuMobile ul li:last-child {
  border-bottom: none;
}

#sideMenuMobile ul .c-sub {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sideMenuMobile ul .offcanvas-menu-toggler {
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 40px;
  width: 40px;
}

#sideMenuMobile ul .offcanvas-menu-toggler:before {
  content: "";
  width: 12px;
  height: 1px;
  display: block;
  background: #fff;
  position: absolute;
}

#sideMenuMobile ul .offcanvas-menu-toggler:after {
  content: "";
  width: 12px;
  height: 1px;
  display: block;
  background: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#sideMenuMobile ul .offcanvas-menu-toggler[aria-expanded="true"]:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#sideMenuMobile ul .c-item_name {
  padding: 15px 0;
  text-transform: uppercase;
  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;
  min-height: 50px;
  width: calc(100% - 40px);
}

#ModalLogin .modal-dialog {
  max-width: 960px;
}

#ModalLogin .modal-content {
  border: none;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

#ModalLogin .btn-close {
  position: absolute;
  right: -68px;
  width: 48px;
  height: 48px;
  background: none;
  border: none;
  padding: 0;
  outline: none;
}

#ModalLogin .btn-close:hover svg {
  fill: #faaf40;
}

#ModalLogin .main-content {
  border-radius: 20px;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 400px 560px;
      grid-template-columns: 400px 560px;
}

#ModalLogin .main {
  padding: 40px;
}

#ModalLogin .main .nav-tabs {
  border: none;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-bottom: 1px solid #dddddd;
}

#ModalLogin .main .nav-tabs li {
  width: 100%;
}

#ModalLogin .main .nav-tabs a {
  position: relative;
  top: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #6d6e70;
  border-bottom: 4px solid transparent;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

#ModalLogin .main .nav-tabs a.active {
  color: #faaf40;
  border-bottom: 4px solid #faaf40;
}

#ModalLogin .main .box {
  margin-top: 20px;
  font-size: 16px;
  color: #6d6e70;
}

#ModalLogin .main .box input {
  height: 42px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px 20px;
  font-size: 16px;
  outline: none;
}

#ModalLogin .main .box input:focus {
  -webkit-box-shadow: 0 0 8px rgba(252, 212, 51, 0.6);
          box-shadow: 0 0 8px rgba(252, 212, 51, 0.6);
  border-color: #faaf40;
}

#ModalLogin .main .box .submit-btn {
  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;
  line-height: normal;
  height: 42px;
  border-radius: 5px;
  background: #faaf40;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}

#ModalLogin .main .box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#ModalLogin .main .box-flex a {
  text-decoration: underline;
}

#ModalLogin .main .box-flex a:hover {
  color: #faaf40;
}

#ModalLogin .main .wrapper {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 100;
  font-size: 16px;
  color: #6d6e70;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: normal;
}

#ModalLogin .main .wrapper span {
  width: 150px;
  height: 1px;
  background: #ddd;
}

#ModalLogin .main .log-social {
  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;
  line-height: normal;
  height: 42px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  margin-top: 20px;
}

#ModalLogin .main .log-social span {
  position: absolute;
  left: 20px;
  width: 35px;
  height: 35px;
  background: #fff;
  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;
  border-radius: 50%;
}

#ModalLogin .main .log-google {
  background: #d54b3d;
}

#ModalLogin .main .log-facebook {
  background: #1877f2;
}

.side-right-search {
  width: 70px;
  height: 70px;
  background: -webkit-gradient(linear, left top, left bottom, from(#faaf40), to(#f4c524));
  background: linear-gradient(#faaf40 0%, #f4c524 100%);
  border: 2px solid #fff;
  -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.3));
  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;
  text-align: center;
  position: fixed;
  right: 50px;
  bottom: 140px;
  border-radius: 50%;
  z-index: 999;
}

.side-right-search .btn-fixed-search {
  padding: 10px;
  font-size: 10px;
  line-height: normal;
  color: #000;
}

.side-right-search .btn-fixed-search i {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.side-left-btn {
  position: fixed;
  right: 20px;
  bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50px;
  grid-gap: 10px;
  z-index: 99;
}

.side-left-btn a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: block;
  width: 50px;
  height: 50px;
}

.side-left-btn a:hover {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.popup_showcase {
  position: fixed;
  left: 0px;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50px;
  grid-gap: 10px;
  z-index: 99;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

.popup_showcase .pop {
  position: relative;
}

.popup_showcase .pop .showcase {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: block;
  width: 97px;
  height: 120px;
  position: relative;
}

.popup_showcase .pop .close_popup {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  right: -20px;
}

.popup_showcase .pop .close_popup svg {
  text-align: center;
}

.popup_showcase .pop .close_popup:hover {
  cursor: pointer;
}

.quick-alo-phone-footer {
  position: fixed;
  bottom: 205px;
  right: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 99;
  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;
}

@media (max-width: 767px) {
  .quick-alo-phone-footer {
    width: 40px;
    height: 40px;
    bottom: 165px;
  }
}

.quick-alo-phone-footer .quick-alo-phone {
  position: relative;
  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;
}

.quick-alo-phone-footer .quick-alo-phone .quick-alo-ph-circle {
  width: 70px;
  height: 70px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 5px solid white;
  opacity: 0.1;
  -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.quick-alo-phone-footer .quick-alo-phone .quick-alo-ph-circle-fill {
  width: 60px;
  height: 60px;
  position: absolute;
  background-color: #000;
  border-radius: 100%;
  border: 5px solid transparent;
  opacity: 0.1;
  -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.quick-alo-phone-footer .quick-alo-phone .quick-alo-ph-img-circle {
  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;
  width: 50px;
  height: 50px;
  position: absolute;
  background: rgba(30, 30, 30, 0.1) no-repeat center center;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@media (max-width: 769px) {
  .quick-alo-phone-footer .quick-alo-phone .quick-alo-ph-img-circle {
    width: 50px;
    height: 50px;
  }
}

.quick-alo-phone-footer .quick-alo-phone:hover {
  opacity: 1;
}

.quick-alo-phone-footer .quick-alo-phone:hover .quick-alo-ph-circle {
  border-color: #f5821e;
  opacity: 0.5;
}

.quick-alo-phone-footer .quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle {
  border-color: #f5821e;
  opacity: 0.5;
}

.quick-alo-phone-footer .quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}

.quick-alo-phone-footer .quick-alo-phone.quick-alo-green:hover .quick-alo-ph-img-circle {
  background-color: #ff6700;
}

.quick-alo-phone-footer .quick-alo-phone.quick-alo-green .quick-alo-ph-circle {
  border-color: #f5821e;
  opacity: 0.5;
}

.quick-alo-phone-footer .quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}

.quick-alo-phone-footer .quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
  background-color: #f5821e;
}

@-webkit-keyframes quick-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}

@-webkit-keyframes quick-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-webkit-keyframes quick-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

#load {
  z-index: 9999;
  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;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}

.lds-spinner {
  color: #f9920f;
  display: block;
  margin: auto;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-spinner div {
  -webkit-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
          animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fcd433;
}

.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#msgModal {
  display: none;
  position: fixed;
  z-index: 99;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  /* Add Animation */
  /* The Close Button */
}

#msgModal .msgmodal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

#msgModal .close {
  color: white;
  float: right;
  font-size: 36px;
  font-weight: bold;
}

#msgModal h5 {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}

#msgModal .close:focus,
#msgModal .close:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

#msgModal .msgmodal-header {
  padding: 2px 10px 2px 16px;
  background-color: #116bb3;
  line-height: 36px;
  color: white;
}

#msgModal .msgmodal-body {
  padding: 40px;
  line-height: 20px;
  text-align: center;
}

#msgModal .msgmodal-body .bt-modals {
  background-color: #e83e28;
  margin-right: 10px;
  font-size: 20px;
  color: #ffffff;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 3px;
  display: inline-block;
  margin-top: 20px;
}

#msgModal .msgmodal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

#msgModal svg {
  width: 100px;
  display: block;
  margin: 40px auto;
}

#msgModal .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}

#msgModal .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}

#msgModal .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}

#msgModal .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dashCheck 0.9s 0.35s ease-in-out forwards;
  animation: dashCheck 0.9s 0.35s ease-in-out forwards;
}

.alert_modal {
  display: none;
  position: fixed;
  width: 100%;
  top: 2%;
  z-index: 1060;
}

.alert_modal .alert_body {
  background: #fff;
  width: 390px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #ddd;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  font-size: 16px;
  margin-top: 5%;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.24);
  -webkit-animation: shake-lr 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: shake-lr 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

.alert_modal .alert_body svg:not(:root) {
  width: 30px;
}

.alert_modal .alert_body p {
  margin: 20px 0;
}

.alert_modal .alert_body p a {
  width: auto;
  background: none;
  color: #333;
  height: auto;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.alert_modal .alert_body p a:hover {
  color: #faaf40;
}

.alert_modal .alert_body a {
  cursor: pointer;
  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;
  background: #faaf40;
  color: #fff;
  font-weight: 700;
  width: 60px;
  margin: auto;
  border-radius: 5px;
  height: 30px;
}

.alert_modal .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}

.alert_modal .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}

.alert_modal .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}

.alert_modal .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dashCheck 0.9s 0.35s ease-in-out forwards;
  animation: dashCheck 0.9s 0.35s ease-in-out forwards;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dashCheck {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

@keyframes dashCheck {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

@-webkit-keyframes shake-lr {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-2.5deg);
    transform: rotate(-2.5deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(2.5deg);
    transform: rotate(2.5deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}

@keyframes shake-lr {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-2.5deg);
    transform: rotate(-2.5deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(2.5deg);
    transform: rotate(2.5deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}

.header-loged {
  position: relative;
}

.header-loged .logedname img {
  width: 25px;
  height: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}

.header-loged .logedname .user-header-name {
  width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.header-loged .dropUserMenu {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 40px;
  z-index: 100;
  display: none;
}

.header-loged .dropUserMenu .userMenu {
  width: auto;
  white-space: nowrap;
  background: #fff;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  padding: 5px 0;
  margin: 0;
  list-style: none;
}

.header-loged .dropUserMenu .userMenu:before {
  content: "";
  position: absolute;
  right: 16px;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.header-loged .dropUserMenu .userMenu a {
  line-height: normal;
  padding: 10px 15px;
  color: #6d6e70;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border: none;
}

.header-loged .dropUserMenu .userMenu a i {
  width: 26px;
}

.header-loged .dropUserMenu .userMenu a:hover {
  color: #faaf40;
}

.header-loged:hover .dropUserMenu {
  display: block;
}

#bg {
  position: fixed;
  top: 0;
  background: #000;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 998;
}

.scrollToTop {
  display: none;
  color: #fff;
  font-size: 14px;
  padding-top: 15px;
  text-align: center;
  position: fixed;
  bottom: -60px;
  right: 20px;
  width: 48px;
  height: 48px;
  background: #f3f3fb;
  background-size: auto;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99999;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.scrollToTop.active {
  bottom: 20px;
  display: none;
}

.scrollToTop:hover {
  background: #ff9800;
}

.scrollToTop:hover svg path {
  fill: #fff;
}

@media (max-width: 769px) {
  .scrollToTop {
    right: 15px;
    width: 40px;
    height: 40px;
    padding-top: 10px;
  }
  .scrollToTop.active {
    bottom: 140px;
  }
}

.widget-home-popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  z-index: 9999999999;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

.widget-home-popup .main-widget {
  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;
  width: 900px;
  max-width: 100%;
  position: relative;
}

.widget-home-popup .main-widget .close-popup {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 769px) {
  .widget-home-popup .main-widget .close-popup {
    right: 20px;
  }
}

.social-mobile {
  display: none;
}

.li_custom_foooter {
  display: none;
}

.toggle-menu-side-bar {
  display: none;
}

#ShowCart,
#ShowCart2 {
  padding-right: 0 !important;
  top: 15%;
}

#ShowCart .modal-dialog,
#ShowCart2 .modal-dialog {
  -webkit-transform: unset !important;
          transform: unset !important;
  max-width: 700px;
}

#ShowCart .modal-dialog .modal-content,
#ShowCart2 .modal-dialog .modal-content {
  width: 100%;
  min-width: 700px;
  border-radius: 20px;
  border: none;
}

#ShowCart .modal-dialog .modal-content .modal-header,
#ShowCart2 .modal-dialog .modal-content .modal-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border-radius: 0;
  border: none;
}

#ShowCart .modal-dialog .modal-content .modal-header .modal-title,
#ShowCart2 .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 500;
  font-size: 24px;
  color: #f58220;
  text-align: center;
}

#ShowCart .modal-dialog .modal-content .modal-body,
#ShowCart2 .modal-dialog .modal-content .modal-body {
  padding: 0 30px 30px;
}

#ShowCart .modal-dialog .modal-content .modal-body h3,
#ShowCart2 .modal-dialog .modal-content .modal-body h3 {
  font-size: 18px;
  color: #6d6e71;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

#ShowCart .modal-dialog .modal-content .modal-body .input-box,
#ShowCart2 .modal-dialog .modal-content .modal-body .input-box {
  margin-bottom: 20px;
}

#ShowCart .modal-dialog .modal-content .modal-body .input-box .form-control,
#ShowCart2 .modal-dialog .modal-content .modal-body .input-box .form-control {
  height: 45px;
  color: rgba(109, 110, 113, 0.6);
  font-size: 16px;
}

#ShowCart .modal-dialog .modal-content .modal-body .input-box .select2-container,
#ShowCart2 .modal-dialog .modal-content .modal-body .input-box .select2-container {
  width: 100% !important;
}

#ShowCart .modal-dialog .modal-content .modal-body .input-box .select2-container .select2-selection,
#ShowCart2 .modal-dialog .modal-content .modal-body .input-box .select2-container .select2-selection {
  height: 45px !important;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

#ShowCart .modal-dialog .modal-content .modal-body .input-box .select2-container .select2-selection .select2-selection__rendered,
#ShowCart2 .modal-dialog .modal-content .modal-body .input-box .select2-container .select2-selection .select2-selection__rendered {
  font-size: 16px;
  color: #6d6e71;
  line-height: 40px;
}

#ShowCart .modal-dialog .modal-content .modal-body .input-box .select2-container .select2-selection .select2-selection__arrow,
#ShowCart2 .modal-dialog .modal-content .modal-body .input-box .select2-container .select2-selection .select2-selection__arrow {
  top: 13px !important;
  right: 7px !important;
}

#ShowCart .modal-dialog .modal-content .modal-body .input-box::-webkit-input-placeholder,
#ShowCart2 .modal-dialog .modal-content .modal-body .input-box::-webkit-input-placeholder {
  color: #333;
}

#ShowCart .modal-dialog .modal-content .modal-body .input-box:-ms-input-placeholder,
#ShowCart2 .modal-dialog .modal-content .modal-body .input-box:-ms-input-placeholder {
  color: #333;
}

#ShowCart .modal-dialog .modal-content .modal-body .input-box::-ms-input-placeholder,
#ShowCart2 .modal-dialog .modal-content .modal-body .input-box::-ms-input-placeholder {
  color: #333;
}

#ShowCart .modal-dialog .modal-content .modal-body .input-box::placeholder,
#ShowCart2 .modal-dialog .modal-content .modal-body .input-box::placeholder {
  color: #333;
}

#ShowCart .modal-dialog .modal-content .modal-body .input-box50,
#ShowCart2 .modal-dialog .modal-content .modal-body .input-box50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

#ShowCart .modal-dialog .modal-content .modal-body .input-box50 .input-box,
#ShowCart2 .modal-dialog .modal-content .modal-body .input-box50 .input-box {
  width: 100%;
}

#ShowCart .modal-dialog .modal-content .modal-body .register_project,
#ShowCart2 .modal-dialog .modal-content .modal-body .register_project {
  margin: auto;
  width: 100%;
  max-width: 200px;
  padding-top: 30px;
}

#ShowCart .modal-dialog .modal-content .modal-body .register_project .request_register,
#ShowCart2 .modal-dialog .modal-content .modal-body .register_project .request_register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f58220;
  color: #ffffff;
  gap: 10px;
  font-size: 18px;
  padding: 10px 16px;
  border-radius: 4px;
}

@media (max-width: 450px) {
  #ShowCart .modal-dialog,
  #ShowCart2 .modal-dialog {
    max-width: unset;
  }
  #ShowCart .modal-dialog .modal-content,
  #ShowCart2 .modal-dialog .modal-content {
    width: 100% !important;
    min-width: unset;
  }
  #ShowCart .modal-dialog .modal-content .modal-header,
  #ShowCart2 .modal-dialog .modal-content .modal-header {
    -ms-grid-columns: 0px 1fr 1fr;
        grid-template-columns: 0px 1fr 1fr;
  }
  #ShowCart .modal-dialog .modal-content .modal-header .modal-title,
  #ShowCart2 .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 18px;
  }
  #ShowCart .modal-dialog .modal-content .modal-body,
  #ShowCart2 .modal-dialog .modal-content .modal-body {
    overflow-y: scroll;
    height: 100%;
    max-height: 450px;
  }
  #ShowCart .modal-dialog .modal-content .modal-body .input-box50,
  #ShowCart2 .modal-dialog .modal-content .modal-body .input-box50 {
    display: unset !important;
  }
  #ShowCart .modal-dialog .modal-content .modal-body h3,
  #ShowCart2 .modal-dialog .modal-content .modal-body h3 {
    font-size: 16px;
  }
}

.quick_link {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: left;
  background: none;
}

.quick_link .config_link {
  padding: 0;
  margin-bottom: 0;
}

.quick_link .config_link .floating-tool__item {
  list-style: none;
  padding: 0;
  margin-bottom: 2px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: translateX(calc(100% - 60px));
          transform: translateX(calc(100% - 60px));
}

.quick_link .config_link .floating-tool__item .item {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px 1fr;
      grid-template-columns: 60px 1fr;
  -webkit-transform: rotate(0.1deg);
          transform: rotate(0.1deg);
}

.quick_link .config_link .floating-tool__item .item .floating-tool__item__icon {
  line-height: 0;
  background: #ff9800;
  position: relative;
  z-index: 2;
  padding: 10px 8px;
}

.quick_link .config_link .floating-tool__item .item .floating-tool__item__icon img {
  width: 40px;
  height: 40px;
}

.quick_link .config_link .floating-tool__item .item .floating-tool__item__icon_register {
  background: #e22c26;
}

.quick_link .config_link .floating-tool__item .item .floating-tool__item__title {
  padding: 10px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  color: #f58220;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.quick_link .config_link .floating-tool__item .item .floating-tool__item__title_register {
  color: #e22c26;
}

.quick_link .config_link .floating-tool__item:hover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.quick_link .title_quick {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 150px;
  z-index: 999;
  background-color: #eee;
}

.quick_link .title_quick li a {
  display: block;
  padding: 10px 15px;
  width: auto;
  height: 50px;
  border-bottom: 1px solid #ddd;
  line-height: 30px;
}

.quick_link:hover .title_quick {
  display: block;
}

@media (max-width: 769px) {
  .quick_link {
    top: 160px !important;
  }
  .quick_link ul li {
    -webkit-transform: translateX(calc(100% - 48px)) !important;
            transform: translateX(calc(100% - 48px)) !important;
  }
  .quick_link ul li a {
    -ms-grid-columns: 50px 1fr !important;
        grid-template-columns: 50px 1fr !important;
  }
  .quick_link ul li a .floating-tool__item__icon {
    opacity: 0.4;
  }
  .quick_link ul li a .floating-tool__item__icon img {
    width: 30px !important;
    height: 30px !important;
  }
  .quick_link ul li a:hover .floating-tool__item__icon {
    opacity: 1;
  }
}

@media (max-width: 1920px) {
  .content_service .top span {
    font-size: 16px;
  }
  .content_service .bottom {
    height: 100%;
    max-height: 498px;
    overflow-y: scroll;
  }
  .content_service .bottom::-webkit-scrollbar {
    width: 5px;
  }
  .content_service .bottom::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .content_service .bottom::-webkit-scrollbar-thumb {
    background: #888;
    opacity: 0.5;
  }
  .content_service .bottom::-webkit-scrollbar-thumb:hover {
    background: #555;
    opacity: 0.8;
  }
}

@media (max-width: 1400px) {
  .home_service {
    position: absolute;
    bottom: 38px;
    z-index: 6;
    width: 100%;
  }
  .home_service .config_link {
    padding: 0;
    margin-bottom: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3px;
  }
  .home_service .config_link .floating-tool__item {
    list-style: none;
    padding: 0;
    position: relative;
  }
  .home_service .config_link .floating-tool__item .item {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    display: block;
    padding: 20px;
    background: rgba(245, 130, 32, 0.8);
    border-radius: 10px 10px 0 0;
  }
  .home_service .config_link .floating-tool__item .item .floating-tool__item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .home_service .config_link .floating-tool__item .item .floating-tool__item__icon img {
    width: 48px;
    height: 48px;
  }
  .home_service .config_link .floating-tool__item .item .floating-tool__item__icon .image2 {
    display: none;
  }
  .home_service .config_link .floating-tool__item .item .floating-tool__item__icon .floating-tool__item__title {
    z-index: 1;
    text-transform: uppercase;
    font-size: 20px;
    padding-top: 10px;
  }
  .home_service .config_link .floating-tool__item:hover a {
    background: #fff;
  }
  .home_service .config_link .floating-tool__item:hover a .floating-tool__item__icon .image1 {
    display: none;
  }
  .home_service .config_link .floating-tool__item:hover a .floating-tool__item__icon .image2 {
    display: block;
  }
  .home_service .config_link .floating-tool__item:hover a .floating-tool__item__icon .floating-tool__item__title {
    color: #f58220;
  }
  .home_service .config_link .floating-tool__item .content_service {
    display: none;
    padding: 20px;
    background: #fff;
    width: 100%;
    max-width: 380px;
    border-radius: 10px;
    position: absolute;
    bottom: 130px;
  }
  .home_service .config_link .floating-tool__item .content_service .top {
    padding-bottom: 20px;
    border-bottom: solid 1px #eeeeee;
    text-align: center;
  }
  .home_service .config_link .floating-tool__item .content_service .top .name {
    color: #f58220;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .home_service .config_link .floating-tool__item .content_service .top span {
    color: #6d6e71;
    font-size: 16px;
  }
  .home_service .config_link .floating-tool__item .content_service .bottom {
    height: 185px;
    overflow-y: scroll;
  }
  .home_service .config_link .floating-tool__item .content_service .bottom::-webkit-scrollbar {
    width: 5px;
  }
  .home_service .config_link .floating-tool__item .content_service .bottom::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .home_service .config_link .floating-tool__item .content_service .bottom::-webkit-scrollbar-thumb {
    background: #888;
    opacity: 0.5;
  }
  .home_service .config_link .floating-tool__item .content_service .bottom::-webkit-scrollbar-thumb:hover {
    background: #555;
    opacity: 0.8;
  }
  .home_service .config_link .floating-tool__item .content_service .bottom p {
    padding-left: 20px;
    font-size: 18px;
    color: #6d6e71;
    margin-top: 20px;
    margin-bottom: 0;
    background: url(../../default/images/icon.svg) top 6px left 0 no-repeat;
  }
  .home_service .config_link .floating-tool__item .content_service .bottom p:hover {
    background: url(../../default/images/icon2.svg) top 6px left 0 no-repeat;
    color: #f58220;
  }
  .home_service .config_link .floating-tool__item .content_service .bottom p a {
    color: #6d6e71;
  }
  .home_service .config_link .floating-tool__item .content_service .bottom p a:hover {
    color: #f58220;
  }
  .home_service .config_link .floating-tool__item .content_service .bottom ul {
    padding-left: 0;
  }
  .home_service .config_link .floating-tool__item .content_service .bottom ul li {
    list-style: none;
  }
  .home_service .config_link .floating-tool__item:hover .content_service {
    display: block !important;
  }
  .home_service .title_quick {
    display: none;
    position: fixed;
    right: 50px;
    bottom: 150px;
    z-index: 999;
    background-color: #eee;
  }
  .home_service .title_quick li a {
    display: block;
    padding: 10px 15px;
    width: auto;
    height: 50px;
    border-bottom: 1px solid #ddd;
    line-height: 30px;
  }
  .home_service:hover .title_quick {
    display: block;
  }
  .quick-alo-phone-footer {
    right: 20px;
    bottom: 80px;
  }
}

@media (max-width: 1280px) {
  .container {
    max-width: 1080px !important;
    padding: 0;
  }
  .home_service .config_link .floating-tool__item .item {
    padding: 10px;
  }
  .home_service .config_link .floating-tool__item .item .floating-tool__item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .home_service .config_link .floating-tool__item .item .floating-tool__item__icon img {
    width: 35px;
    height: 35px;
  }
  .home_service .config_link .floating-tool__item .item .floating-tool__item__icon .image2 {
    display: none;
  }
  .home_service .config_link .floating-tool__item .item .floating-tool__item__icon .floating-tool__item__title {
    z-index: 1;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 5px;
  }
  .home_service .config_link .floating-tool__item:hover a {
    background: #fff;
  }
  .home_service .config_link .floating-tool__item:hover a .floating-tool__item__icon .image1 {
    display: none;
  }
  .home_service .config_link .floating-tool__item:hover a .floating-tool__item__icon .image2 {
    display: block;
  }
  .home_service .config_link .floating-tool__item:hover a .floating-tool__item__icon .floating-tool__item__title {
    color: #f58220;
  }
  .home_service .config_link .floating-tool__item .content_service {
    display: none;
    padding: 20px;
    background: #fff;
    width: 100%;
    max-width: 380px;
    border-radius: 10px;
    position: absolute;
    bottom: 85px;
  }
  .home_service .config_link .floating-tool__item .content_service .top {
    padding-bottom: 10px;
    border-bottom: solid 1px #eeeeee;
    text-align: center;
  }
  .home_service .config_link .floating-tool__item .content_service .top .name {
    color: #f58220;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .home_service .config_link .floating-tool__item .content_service .top span {
    color: #6d6e71;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .home_service .config_link .floating-tool__item .content_service .bottom {
    height: 165px;
    overflow-y: scroll;
  }
  .home_service .config_link .floating-tool__item .content_service .bottom::-webkit-scrollbar {
    width: 5px;
  }
  .home_service .config_link .floating-tool__item .content_service .bottom::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .home_service .config_link .floating-tool__item .content_service .bottom::-webkit-scrollbar-thumb {
    background: #888;
    opacity: 0.5;
  }
  .home_service .config_link .floating-tool__item .content_service .bottom::-webkit-scrollbar-thumb:hover {
    background: #555;
    opacity: 0.8;
  }
  .home_service .config_link .floating-tool__item .content_service .bottom p {
    padding-left: 20px;
    font-size: 16px;
    color: #6d6e71;
    margin-top: 10px;
    margin-bottom: 0;
    background: url(../../default/images/icon.svg) top 6px left 0 no-repeat;
  }
  .home_service .config_link .floating-tool__item .content_service .bottom p:hover {
    background: url(../../default/images/icon2.svg) top 6px left 0 no-repeat;
    color: #f58220;
  }
  .home_service .config_link .floating-tool__item .content_service .bottom p a {
    color: #6d6e71;
    font-size: 16px;
  }
  .home_service .config_link .floating-tool__item .content_service .bottom p a:hover {
    color: #f58220;
  }
  .home_service .config_link .floating-tool__item .content_service .bottom ul {
    padding-left: 0;
  }
  .home_service .config_link .floating-tool__item .content_service .bottom ul li {
    list-style: none;
  }
}

@media (max-width: 769px) {
  .social-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 0;
    grid-gap: 10px;
  }
  .social-pc {
    display: none;
  }
  .container {
    padding: 0 15px !important;
    max-width: 100% !important;
  }
  header {
    border-width: 1px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff;
  }
  header .container {
    height: 100%;
  }
  header .header-content {
    padding: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  header .header-content .languages,
  header .header-content .menu_main {
    display: none;
  }
  header .menu-side {
    display: none;
  }
  header .menu-log a.lang {
    display: none;
  }
  header .menu-log a {
    padding: 0 5px;
  }
  header .menu-log a.header-login span {
    display: none;
  }
  header .menu-log {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header a.logo-home img {
    height: 45px;
  }
  .count-cart {
    right: 6px;
  }
  #ModalSearch .modal-content {
    width: 100%;
  }
  #ModalSearch .modal-header h4 {
    font-size: 16px;
  }
  #ModalSearch .modal-header {
    padding: 25px 10px 0;
  }
  #ModalSearch .modal-header .btn-close {
    height: 20px;
    width: 20px;
  }
  #ModalSearch .modal-header .btn-close svg {
    height: 20px;
    width: 20px;
  }
  #ModalSearch .modal-body {
    padding: 10px;
  }
  #ModalSearch .box-search {
    padding: 10px;
    margin-bottom: 20px;
  }
  #ModalSearch .box-search label {
    display: none;
  }
  #ModalSearch .box-search .itembox {
    position: relative;
    width: 100%;
  }
  #ModalSearch .box-search .itembox .c-input:nth-child(1) {
    width: 100%;
  }
  #ModalSearch .box-search .itembox .c-input:nth-child(2) {
    position: absolute;
    right: 0;
  }
  #ModalSearch .box-search input {
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
  }
  #ModalSearch .box-search .btn-search span {
    display: none;
  }
  #ModalSearch .box-search .btn-search {
    height: 40px;
    padding: 0 10px;
  }
  #ModalSearch .box-search .btn-search i {
    margin-right: 0;
  }
  #ModalSearch .title-filter {
    font-size: 16px;
  }
  #ModalSearch .list-filter {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  #ModalSearch .check-filter-search .wrap {
    padding: 10px;
    height: 100%;
    grid-gap: 10px;
    -ms-grid-columns: 20px auto;
        grid-template-columns: 20px auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: normal;
    font-size: 14px;
  }
  #ModalSearch .check-filter-search .wrap img {
    max-height: 30px;
  }
  #ModalSearch .check-filter-search .mark {
    height: 20px;
    width: 20px;
  }
  #ModalSearch .check-filter-search .mark:before {
    top: 3.5px;
    width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0;
  }
}

@media (max-width: 769px) and (max-width: 769px) {
  .modal-backdrop {
    z-index: 95 !important;
  }
}

@media (max-width: 769px) {
  .side-right-search {
    display: none;
  }
  .side-left-btn {
    right: 10px;
    left: unset;
    width: 40px;
  }
  #ModalLogin {
    background: #fff;
  }
  #ModalLogin .main {
    padding: 25px 10px;
  }
  #ModalLogin .modal-dialog {
    max-width: 100%;
    margin: auto;
  }
  #ModalLogin .modal-content {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #ModalLogin .main-content {
    border-radius: 0;
  }
  #ModalLogin .main-content {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
  #ModalLogin .main-content .banner {
    display: none;
  }
  #ModalLogin .main .nav-tabs a {
    font-size: 16px;
    border-width: 2px;
    padding-bottom: 4px;
  }
  #ModalLogin .main .nav-tabs a.active {
    border-width: 2px;
  }
  #ModalLogin .btn-close {
    right: 10px;
    top: 10px;
    height: 20px;
    width: 20px;
  }
  #ModalLogin .btn-close svg {
    height: 20px;
    width: 20px;
    fill: #707070;
  }
  #ModalLogin .main .box input {
    height: 40px;
    font-size: 14px;
    padding: 5px 10px;
  }
  #ModalLogin .main .box-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #ModalLogin .main .box-flex label {
    width: 100%;
    margin-bottom: 10px;
  }
  #ModalLogin .main .box .submit-btn,
  #ModalLogin .main .log-social {
    height: 40px;
    font-size: 14px;
  }
  #ModalLogin .main .box {
    margin-top: 15px;
  }
  #ModalLogin .main .wrapper {
    font-size: 14px;
  }
  #ModalLogin .main .wrapper span {
    width: 25%;
  }
  #ModalLogin .main .log-social span {
    width: 30px;
    height: 30px;
  }
  #ModalLogin .main .log-social span svg {
    height: 15px;
    width: 15px;
  }
  .alert_modal .alert_body {
    width: calc(100% - 20px);
    margin-top: 10%;
  }
  .alert_modal .alert_body a {
    font-size: 14px;
  }
  .header-loged .logedname .user-header-name {
    display: none;
  }
  .header-loged .logedname i {
    display: none;
  }
  .header-loged .logedname img {
    margin-right: 0;
  }
  .dropUserMenu {
    display: none !important;
  }
  #msgModal .msgmodal-content {
    max-width: calc(100% - 20px);
  }
  #msgModal .msgmodal-content p {
    font-size: 16px !important;
  }
  .wrapper-popup {
    width: calc(100% - 20px);
    right: 10px;
  }
  footer .content-top .social {
    display: none;
  }
  footer .content-bottom .item:first-child {
    display: none;
  }
  footer .content-bottom .title-contact {
    font-size: 14px;
  }
  footer .add-footer a span {
    height: auto;
    line-height: normal;
    padding: 2px 10px;
  }
  footer .content-bottom .menu-footer a {
    padding-right: 10px;
    width: auto;
  }
  #sideMenuMobile {
    top: 75px;
  }
  main {
    height: unset !important;
  }
  main .home_service {
    position: unset;
  }
  main .home_service ul {
    display: block !important;
  }
  main .home_service ul li a {
    border-radius: unset !important;
  }
  main .home_service ul li a .floating-tool__item__icon {
    -webkit-box-orient: unset !important;
    -webkit-box-direction: unset !important;
        -ms-flex-direction: unset !important;
            flex-direction: unset !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  main .home_service ul li a .floating-tool__item__icon span {
    padding: 0 !important;
  }
  main .home_service ul li .content_service {
    display: block !important;
    position: unset !important;
    max-width: 100% !important;
    padding: 10px 30px 20px !important;
  }
  main .home_service ul li .content_service .top img,
  main .home_service ul li .content_service .top p {
    display: none;
  }
  main .home_service ul li .content_service .bottom {
    height: auto !important;
  }
  .pagination {
    margin: 15px 0;
  }
  .menu_main_button {
    display: none !important;
  }
  .toggle-menu-side-bar {
    display: block;
  }
  .menu-top-header .languages {
    display: none !important;
  }
  footer .footer_top {
    padding: 20px 0;
  }
  footer .footer_top .top {
    gap: 20px;
  }
  footer .footer_bottom {
    padding: 15px 0;
  }
  footer .footer_bottom .bottom .right {
    gap: 10px;
  }
}

@media (max-width: 500px) {
  footer .footer_top .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer_top .top .top_right .row .col {
    padding: 0 5px;
  }
  footer .footer_top .top .top_right .row .col .input-box a {
    float: right;
  }
  footer .footer_bottom .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  footer .footer_bottom .bottom .right span {
    font-size: 13px;
  }
}

.modal-backdrop {
  z-index: 2 !important;
}
/*# sourceMappingURL=style.css.map */