/* common */
html {
  background-color: var(--white) !important;
}

body p {
  margin: 0 0 10px;
}
body b,
body strong {
  font-weight: 700;
}
body .dark,
body .dark p,
body .dark td {
  color: var(--white);
}
body .slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
  margin-top: 0;
}
body::-webkit-scrollbar {
  width: 4px;
}
body::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  background-color: #aaa;
}
body .uppercase {
  letter-spacing: 0;
}
body a {
  transition: all 0.3s;
}
body table {
  border-top: 1px solid #ececec;
  border-left: 1px solid #ececec;
}
body table tbody tr th,
body table tbody tr td {
  color: var(--black);
  font-size: 15px;
  padding: 0.5em !important;
  border-right: 1px solid #ececec;
}

/* pb_medium */
@media (min-width: 550px) {
  .pb_medium > .col {
    padding-bottom: 0 !important;
  }
}
/* pb_large */
@media (min-width: 850px) {
  .pb_large > .col {
    padding-bottom: 0 !important;
  }
}
.nav-dropdown-has-arrow li.has-dropdown:before {
  display: none;
}

.off-canvas-left .mfp-content #main-menu .nav-sidebar > li.menu-item {
  border: none;
  background-color: transparent;
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar > li.menu-item > a {
  color: var(--black);
  font-size: 14px;
  letter-spacing: 0;
  padding: 7px 15px;
  line-height: 1.4;
  font-weight: 600;
  text-transform: uppercase;
  flex-grow: unset;
  flex: 1 auto;
  max-width: calc(100% - 35px);
  -ms-flex-preferred-size: calc(100% - 35px);
  flex-basis: calc(100% - 35px);
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar > li.menu-item > a > i {
  opacity: 1;
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar > li.menu-item > a > i.fa {
  vertical-align: baseline;
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar > li.menu-item > a > img {
  width: 20px;
  height: unset;
  margin: 0 5px 0 0;
  object-fit: none;
  position: absolute;
  left: 10px;
  top: 7px;
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar > li.menu-item.current-menu-item > a {
  color: var(--primary_color);
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar > li.menu-item > ul {
  padding-bottom: 0;
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar > li.menu-item > ul li {
  margin: 0;
  padding-left: 12px;
  border: none;
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar > li.menu-item > ul li a {
  color: var(--black);
  font-size: 14px;
  letter-spacing: 0;
  padding: 5px 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar > li.menu-item .toggle {
  opacity: 1;
  color: #444;
  font-size: 10px;
  width: auto;
  height: auto;
  border: none;
  min-height: auto;
  line-height: unset;
  margin: 0;
  margin-right: 5px;
  letter-spacing: 0;
  font-weight: 400;
  max-width: 30px;
  -ms-flex-preferred-size: 30px;
  flex-basis: 30px;
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar > li.menu-item.header-search-form {
  padding-top: 0;
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar > li.menu-item .nav-slide-header .toggle {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: var(--primary_color);
  font-size: 14px;
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar > li.header-search-form {
  padding: 0 15px 20px 15px;
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar > li.header-search-form form input {
  background-color: #fff;
  min-height: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0 !important;
  box-shadow: none;
  padding-right: 35px;
  border: none;
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar > li.header-search-form form button[type=submit] {
  border: none;
  background-color: var(--primary_color);
  letter-spacing: 0;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  min-height: 35px;
  height: 35px;
  line-height: 35px;
  border: none;
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar > li.custom {
  display: none;
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar .header_account {
  border: none;
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar .header_account span {
  color: var(--black);
  font-size: 14px;
  letter-spacing: 0;
  padding: 7px 15px;
  padding-left: 15px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-grow: unset;
  flex: 1 auto;
}
.off-canvas-left .mfp-content #main-menu .nav-sidebar .header_account span i {
  margin: 0 7px 0 0;
}

@media (max-width: 480px) {
  .off-canvas-left .mfp-content {
    width: calc(100vw - 90px) !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .off-canvas-left .mfp-content {
    width: 40vw !important;
  }
}
/* showcoupon */
.showcoupon,
.showlogin {
  color: var(--primary_color);
  text-decoration: underline;
  font-weight: 500;
  font-size: 15px;
}
.showcoupon:hover,
.showlogin:hover {
  color: var(--secondary_color);
}

/* checkout_coupon */
.checkout_coupon {
  margin: 0 15px;
  margin-bottom: 15px;
}
.checkout_coupon input {
  box-shadow: none !important;
}
.checkout_coupon button[type=submit] {
  border: none;
  text-transform: unset;
  letter-spacing: 0;
  font-weight: 500;
  padding: 0 25px;
  min-width: 100px;
}

/* customer_details */
#customer_details .woocommerce-billing-fields p {
  margin-bottom: 0;
}
#customer_details label {
  font-weight: 700;
  font-size: 14px;
}
#customer_details input {
  border: 1px solid #e5e5e5;
  padding: 0 16px;
  min-height: 38px;
  height: 38px;
  line-height: 36px;
  font-size: 14px;
  color: #000;
  box-shadow: none;
}
#customer_details input:focus {
  box-shadow: none;
  border-color: var(--primary_color);
}
#customer_details input[type=checkbox] {
  min-height: unset;
  height: unset;
  line-height: unset;
}
#customer_details textarea {
  border: 1px solid #e5e5e5;
  min-height: 108px;
  padding: 7px 14px;
  font-size: 14px;
  color: var(--black);
  box-shadow: none;
  margin-bottom: 0;
}
#customer_details select {
  box-shadow: none;
}
#customer_details .woocommerce-shipping-fields {
  display: none;
}

.woocommerce-billing-fields__field-wrapper > .form-row,
.woocommerce-shipping-fields__field-wrapper > .form-row {
  width: 100%;
}

#billing_country_field {
  display: none;
}

/* header */
#header #top-bar .container {
  max-width: 1270px;
}
#header #top-bar .flex-row .hide-for-medium.flex-left {
  margin: unset;
  width: 100%;
}
#header #top-bar .nav-left {
  justify-content: space-between;
}
#header #top-bar .nav-left li {
  font-size: 14px;
  color: var(--black);
  margin: 0;
}
#header #top-bar .nav-left li.html_topbar_left {
  display: none;
}
#header #top-bar .nav-left li img {
  margin: 0 5px 0 0;
  vertical-align: sub;
}
#header #top-bar .nav-left li a {
  font-size: 14px;
  color: var(--black);
  padding: 0;
}
#header #top-bar .nav-left li a:hover {
  color: var(--primary_color);
}
#header #top-bar .mobile-nav li {
  font-size: 14px;
  color: var(--black);
  margin: 0 10px;
}
#header #top-bar .mobile-nav li.html_topbar_left {
  display: none;
}
#header #top-bar .mobile-nav li.hd_address {
  display: none;
}
#header #top-bar .mobile-nav li img {
  margin: 0 5px 0 0;
  vertical-align: sub;
}
#header #top-bar .mobile-nav li a {
  font-size: 14px;
  color: var(--black);
  padding: 0;
}
#header #top-bar .mobile-nav li a:hover {
  color: var(--primary_color);
}
#header #masthead #logo {
  margin: 0;
}
#header #masthead .header-nav-main.nav-left li.html_topbar_right {
  display: none;
}
#header #masthead .header-nav-main.nav-left li.header_companyname {
  margin: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
#header #masthead .header-nav-main.nav-left li.header_companyname .companyname {
  position: relative;
  display: block;
}
#header #masthead .header-nav-main.nav-left li.header_companyname .companyname > span {
  display: block;
}
#header #masthead .header-nav-main.nav-left li.header_companyname .companyname > span:first-child {
  background: var(--primary_color);
  background: linear-gradient(to top, var(--primary_color) 0%, var(--success_color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#header #masthead .header-nav-main.nav-left li.header_companyname .companyname > span:first-child .letter {
  background: var(--primary_color);
  background: linear-gradient(to top, var(--primary_color) 0%, var(--success_color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#header #masthead .header-nav-main.nav-left li.header_companyname .companyname > span:last-child {
  font-size: 35px;
  background: var(--secondary_color);
  background: linear-gradient(to right, var(--secondary_color) 0%, var(--alert_color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#header #masthead .header-nav-main.nav-left li.header_companyname .companyname > span:last-child .letter {
  font-size: 35px;
  background: var(--secondary_color);
  background: linear-gradient(to right, var(--secondary_color) 0%, var(--alert_color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#header #masthead .header-nav-main.nav-left li.header_companyname .companyname .letter {
  transform-origin: 50% 100%;
  display: inline-block;
}
#header #masthead .header-nav-main.nav-right li.html_top_right_text {
  display: none;
}
#header #masthead .header-nav-main.nav-right li.header_hotline {
  margin: 0;
}
#header #masthead .header-nav-main.nav-right li.header_hotline img {
  margin: 0 20px 0 0;
  vertical-align: bottom;
}
#header #masthead .header-nav-main.nav-right li.header_hotline a {
  padding: 0;
  font-size: 27px;
  line-height: 35px;
  background: var(--primary_color);
  background: linear-gradient(to top, var(--primary_color) 0%, var(--success_color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0;
  font-weight: 700;
}
#header #masthead .mobile-nav.nav-right li {
  margin: 0 10px;
}
#header #masthead .mobile-nav.nav-right li.html_top_right_text {
  display: none;
}
#header #masthead .mobile-nav.nav-right li.html_nav_position_text_top {
  display: none;
}
#header #masthead .mobile-nav.nav-right li.item_language {
  margin-left: 0;
}
#header #masthead .mobile-nav.nav-right li.item_language .languages + .languages {
  margin: 0 0 0 5px;
}
#header #masthead .mobile-nav.nav-right li.header_hotline img {
  margin: 0 7px 0 0;
  vertical-align: middle;
}
#header #masthead .mobile-nav.nav-right li.header_hotline a {
  padding: 0;
  font-size: 20px;
  line-height: 1;
  background: var(--primary_color);
  background: -webkit-linear-gradient(to top, var(--primary_color) 0%, var(--alert_color) 100%);
  background: -moz-linear-gradient(to top, var(--primary_color) 0%, var(--alert_color) 100%);
  background: linear-gradient(to top, var(--primary_color) 0%, var(--alert_color) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0;
  font-weight: 700;
  vertical-align: middle;
}
#header #masthead .mobile-nav.nav-right li.nav-icon a {
  padding: 0;
  border: none;
  margin: 0;
  font-size: 14px;
}
#header #wide-nav .header-bottom-nav.nav-left > li {
  margin: 0 11px;
}
#header #wide-nav .header-bottom-nav.nav-left > li.html_nav_position_text_top {
  display: none;
}
#header #wide-nav .header-bottom-nav.nav-left > li.item_language .languages a {
  vertical-align: middle;
}
#header #wide-nav .header-bottom-nav.nav-left > li.item_language .languages a img {
  vertical-align: sub;
}
#header #wide-nav .header-bottom-nav.nav-left > li.item_language .languages + .languages {
  margin: 0 0 0 10px;
}
#header #wide-nav .header-bottom-nav.nav-left > li > a {
  padding: 0;
  line-height: 50px;
  letter-spacing: 0;
  font-size: 15px;
  position: relative;
}
#header #wide-nav .header-bottom-nav.nav-left > li > a::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--secondary_color);
  position: absolute;
  bottom: 10px;
  left: 15%;
  transition: all 0.3s linear;
}
#header #wide-nav .header-bottom-nav.nav-left > li > ul {
  display: block;
  padding: 0;
  max-height: unset;
  min-width: 200px;
  opacity: 0;
  transform: translate(0, 10px);
  transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
  border: none;
  left: 0;
  margin: 0 !important;
  visibility: hidden;
}
#header #wide-nav .header-bottom-nav.nav-left > li > ul li {
  border: none;
  display: block;
  width: 100%;
  min-width: unset;
  white-space: unset;
  position: relative;
}
#header #wide-nav .header-bottom-nav.nav-left > li > ul li > a {
  margin: 0;
  padding: 7px 10px;
  color: var(--primary_color);
  font-size: 15px;
  line-height: 1.5;
  transition: background 200ms linear, color 200ms linear, border 200ms linear;
  border: none;
  text-transform: uppercase;
  font-weight: 400;
}
#header #wide-nav .header-bottom-nav.nav-left > li > ul li > a:hover {
  color: var(--secondary_color);
}
#header #wide-nav .header-bottom-nav.nav-left > li > ul li > ul {
  position: absolute;
  top: 0;
  left: 100%;
  display: none !important;
  background-color: var(--white);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  width: 100%;
}
#header #wide-nav .header-bottom-nav.nav-left > li > ul li > ul li > a {
  margin: 0;
  padding: 7px 10px;
  color: var(--primary_color);
  font-size: 15px;
  line-height: 1.5;
  transition: background 200ms linear, color 200ms linear, border 200ms linear;
  border: none;
  text-transform: uppercase;
  font-weight: 400;
}
#header #wide-nav .header-bottom-nav.nav-left > li > ul li > ul li > a:hover {
  color: var(--secondary_color);
}
#header #wide-nav .header-bottom-nav.nav-left > li > ul li:hover > ul {
  display: block !important;
}
#header #wide-nav .header-bottom-nav.nav-left > li:hover > a::after {
  width: 75%;
}
#header #wide-nav .header-bottom-nav.nav-left > li:hover > ul {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}
#header #wide-nav .header-bottom-nav.nav-right .header-search-form form .flex-row .flex-col {
  padding: 0;
}
#header #wide-nav .header-bottom-nav.nav-right .header-search-form form .flex-row .flex-col:last-child {
  margin-left: -18px;
}
#header #wide-nav .header-bottom-nav.nav-right .header-search-form form input[type=search] {
  border: none;
  border-bottom: 1px solid var(--white);
  font-size: 12px;
  color: var(--white) !important;
  border-radius: 0;
  background-color: transparent !important;
  padding: 0 0 0 3px;
  min-width: 180px;
}
#header #wide-nav .header-bottom-nav.nav-right .header-search-form form input[type=search]::placeholder {
  color: var(--white);
}
#header #wide-nav .header-bottom-nav.nav-right .header-search-form form button[type=submit] {
  color: var(--white) !important;
  border: none;
  padding: 0;
  font-size: 12px;
  min-width: 15px;
}

@media (max-width: 549px) {
  #header #top-bar {
    display: none;
  }
  #header #masthead .mobile-nav.nav-right li {
    margin: 0 10px;
  }
  #header #masthead .mobile-nav.nav-right li.header_hotline {
    margin-left: 0;
  }
  #header #masthead .mobile-nav.nav-right li.header_hotline a img {
    margin: 0;
    max-width: 26px;
  }
  #header #masthead .mobile-nav.nav-right li.header_hotline a span {
    display: none;
  }
  #header #masthead .mobile-nav.nav-right li.item_language .languages.active {
    display: none;
  }
  #header #masthead .mobile-nav.nav-right li.nav-icon a {
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    min-height: 30px;
  }
}
@media (max-width: 849px) {
  #header #masthead {
    height: 80px !important;
  }
  #header #masthead #logo img {
    max-height: 80px;
    padding: 5px 0;
  }
  #header #masthead .mobile-nav.nav-right li.nav-icon {
    margin-left: 0;
  }
}
@media (min-width: 850px) and (max-width: 1279px) {
  #header #top-bar .nav-left li {
    font-size: 13px;
  }
  #header #top-bar .nav-left li a {
    font-size: 13px;
  }
  #header #masthead .header-nav-main.nav-left li.header_companyname {
    font-size: 28px;
  }
  #header #masthead .header-nav-main.nav-left li.header_companyname .companyname span:last-child {
    font-size: 32px;
  }
  #header #masthead .header-nav-main.nav-right li.header_hotline a {
    font-size: 25px;
  }
  #header #wide-nav .header-bottom-nav.nav-left > li {
    margin: 0 10px;
  }
  #header #wide-nav .header-bottom-nav.nav-left > li > a {
    font-size: 14px;
  }
}
/* sec_hslide */
.sec_hslide .slider .flickity-prev-next-button {
  text-shadow: none;
  transition: all 0.3s ease;
  position: absolute;
  top: 48%;
  text-align: center;
  line-height: 20px;
  height: 50px;
  width: 50px;
  border-radius: 0;
  box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0;
  opacity: 0 !important;
  transform: unset !important;
  bottom: unset;
  background: var(--white) !important;
  color: #101010;
  box-shadow: none;
}
.sec_hslide .slider .flickity-prev-next-button svg {
  border: none;
  border-radius: 0;
  padding: 38%;
  font-size: 14px;
  transition: all 0.3s ease;
  fill: #101010;
}
.sec_hslide .slider .flickity-prev-next-button svg path {
  transition: unset;
  fill: #101010;
}
.sec_hslide .slider .flickity-prev-next-button.previous {
  left: 30px;
}
.sec_hslide .slider .flickity-prev-next-button.next {
  right: 30px;
}
.sec_hslide .slider .flickity-page-dots {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  left: 0;
  text-align: center;
  width: 100%;
  display: block;
  line-height: 3px;
  bottom: 20px;
}
.sec_hslide .slider .flickity-page-dots .dot {
  display: inline-block;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  width: 20px;
  height: 3px;
  background: var(--white);
  margin: 0 2.5px;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  cursor: pointer;
  border: none;
  opacity: 1;
}
.sec_hslide .slider .flickity-page-dots .dot.is-selected {
  width: 30px;
  background-color: var(--primary_color);
}
.sec_hslide .slider:hover .flickity-prev-next-button {
  opacity: 1 !important;
  transform: unset !important;
}

@media (max-width: 1440px) {
  .sec_hslide .slider .flickity-prev-next-button {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .sec_hslide .slider .flickity-prev-next-button {
    width: 30px;
    height: 30px;
  }
}
/* custom_slide */
.custom_slide.slider .flickity-prev-next-button {
  text-shadow: none;
  transition: all 0.3s ease;
  position: absolute;
  top: 48%;
  text-align: center;
  line-height: 20px;
  height: 50px;
  width: 50px;
  border-radius: 0;
  box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0;
  opacity: 0 !important;
  transform: unset !important;
  bottom: unset;
  background: var(--primary_color) !important;
  color: var(--white);
  box-shadow: none;
}
.custom_slide.slider .flickity-prev-next-button svg {
  border: none;
  border-radius: 0;
  padding: 38%;
  font-size: 14px;
  transition: all 0.3s ease;
}
.custom_slide.slider .flickity-prev-next-button svg path {
  transition: unset;
}
.custom_slide.slider .flickity-prev-next-button.previous {
  left: -35px;
}
.custom_slide.slider .flickity-prev-next-button.next {
  right: -35px;
}
.custom_slide.slider .flickity-prev-next-button:hover {
  background: var(--secondary_color) !important;
}
.custom_slide.slider .flickity-prev-next-button:hover svg {
  background-color: var(--secondary_color);
}
.custom_slide.slider:hover .flickity-prev-next-button {
  opacity: 1 !important;
  transform: unset !important;
}

@media (max-width: 1700px) {
  .custom_slide.slider .flickity-prev-next-button.previous {
    left: -15px;
  }
  .custom_slide.slider .flickity-prev-next-button.next {
    right: -15px;
  }
}
@media (max-width: 1440px) {
  .custom_slide.slider .flickity-prev-next-button {
    width: 40px;
    height: 40px;
  }
  .custom_slide.slider .flickity-prev-next-button.previous {
    left: -5px;
  }
  .custom_slide.slider .flickity-prev-next-button.next {
    right: -5px;
  }
}
@media (max-width: 991px) {
  .custom_slide.slider .flickity-prev-next-button {
    width: 30px !important;
    height: 30px;
    top: 42%;
  }
  .custom_slide.slider .flickity-prev-next-button svg {
    padding: 32% !important;
  }
  .custom_slide.slider .flickity-prev-next-button.previous {
    left: -5px;
  }
  .custom_slide.slider .flickity-prev-next-button.next {
    right: -5px;
  }
}
/* section-title-container */
body .section-title-container {
  margin: 0 0 35px;
}
body .section-title-container .section-title-normal {
  margin: 0;
  border: none;
}
body .section-title-container .section-title-normal span {
  margin: 0;
  padding: 0;
  border: none;
  text-transform: unset;
  color: #5e5e5e;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.85px;
}
body .section-title-container .section-title-normal span::before {
  content: "";
  width: 45px;
  height: 2px;
  background-color: var(--secondary_color);
  display: inline-block;
  margin: 0 5px 0 0;
  position: relative;
  top: -4px;
}
body .section-title-container.title_linebot {
  margin: 0 0 20px;
}
body .section-title-container.title_linebot .section-title-normal span {
  padding: 0 0 10px;
  position: relative;
  color: var(--black);
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 700;
}
body .section-title-container.title_linebot .section-title-normal span::before {
  display: none;
}
body .section-title-container.title_linebot .section-title-normal span::after {
  content: "";
  width: 60px;
  height: 4px;
  background-color: var(--secondary_color);
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* cs_title */
.cs_title {
  margin: 0 0 45px;
}
.cs_title .title {
  text-transform: uppercase;
  margin: 0;
  font-size: 30px;
  color: var(--primary_color);
  font-weight: 700;
  line-height: 1.3;
}
.cs_title .title span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 15px;
}

/* sec_haboutus */
.sec_haboutus {
  padding-bottom: 15px !important;
}
.sec_haboutus .row_haboutus .col_info > .col-inner {
  font-size: 15px;
  color: #5d5d5d;
  line-height: 1.7;
}
.sec_haboutus .row_haboutus .col_info > .col-inner h1 {
  margin: 0 0 15px;
}
.sec_haboutus .row_haboutus .col_info > .col-inner p {
  margin: 0 0 10px;
}
.sec_haboutus .row_haboutus .col_info > .col-inner a.button {
  font-size: 15px;
  text-transform: unset;
  border: none;
  letter-spacing: 0;
  min-height: 40px;
  height: 40px;
  line-height: 40px;
  box-shadow: none;
  color: var(--white);
  background-color: var(--primary_color);
  padding: 0 28px;
  margin: 10px 0 0;
  font-weight: 400;
  transition: all 0.3s;
}
.sec_haboutus .row_haboutus .col_info > .col-inner a.button:hover {
  background-color: var(--secondary_color);
}

/* slide_partners */
.slide_partners .item .box .box-image img {
  width: auto;
}

/* grid_hnews */
.grid_hnews .col.post-item .box .box-image .absolute {
  display: none;
}
.grid_hnews .col.post-item .box .box-text {
  padding: 25px 0 0;
}
.grid_hnews .col.post-item .box .box-text .post-meta {
  margin: 0 0 20px;
  font-size: 15px;
  color: #161616;
  line-height: 1.3;
}
.grid_hnews .col.post-item .box .box-text .post-meta span {
  text-transform: capitalize;
}
.grid_hnews .col.post-item .box .box-text .post-meta span + span {
  margin: 0 0 0 15px;
}
.grid_hnews .col.post-item .box .box-text .post-meta span img {
  margin: 0 3px 0 0;
  position: relative;
  top: -1px;
}
.grid_hnews .col.post-item .box .box-text .post-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #161616;
  font-weight: 700;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  line-height: 1.4;
  margin: 0 0 15px;
}
.grid_hnews .col.post-item .box .box-text .post-title:hover {
  color: var(--primary_color);
}
.grid_hnews .col.post-item .box .box-text .is-divider {
  display: none;
}
.grid_hnews .col.post-item .box .box-text .from_the_blog_excerpt {
  margin: 0;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  color: #161616;
  font-size: 15px;
  line-height: 1.8;
}
.grid_hnews .col.post-item .box .box-text button {
  margin: 15px 0 0;
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 400;
  padding: 0;
  color: var(--primary_color);
  box-shadow: none;
  border: none;
  min-height: unset;
  height: unset;
  line-height: 1.4;
}
.grid_hnews .col.post-item .box .box-text button::after {
  content: "";
  width: 15px;
  height: 8px;
  background: url(../images/arr_right.png);
  margin: 0 0 0 6px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1.5px;
}
.grid_hnews .col.post-item .box .box-text button:hover {
  background-color: transparent;
  color: var(--secondary_color);
}
.grid_hnews .col.post-item .box .box-text button:hover::after {
  background: url(../images/arr_right_hover.png);
}

@media (max-width: 549px) {
  .grid_hnews .col.post-item .box .box-text .post-title {
    display: block;
  }
}
/* sec_hnews */
.sec_hnews {
  padding-bottom: 10px !important;
}

/* parameters_wrap */
.parameters_wrap .parameter {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.parameters_wrap .parameter .parameter_right {
  padding: 0 0 0 15px;
}
.parameters_wrap .parameter .parameter_right .value {
  color: var(--secondary_color);
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
}
.parameters_wrap .parameter .parameter_right .title {
  font-size: 16px;
  color: var(--black);
  line-height: 1.5;
}

@media (min-width: 550px) {
  .parameters_wrap .col {
    border-right: 1px solid #ffb4b4;
    padding-bottom: 0;
  }
  .parameters_wrap .col:last-child {
    border-right-color: transparent;
  }
}
@media (min-width: 550px) and (max-width: 849px) {
  .parameters_wrap .col {
    margin-bottom: 15px;
  }
  .parameters_wrap .col:nth-child(even) {
    border-right-color: transparent;
  }
}
/* sec_hparameters */
@media (max-width: 549px) {
  .sec_hparameters {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 550px) and (max-width: 849px) {
  .sec_hparameters {
    padding-bottom: 25px !important;
  }
}
/* grid_post_categories */
.grid_post_categories .post-category.col > .col-inner {
  background-color: var(--white);
  box-shadow: 2px 2px 4px 0px #bdbdbd;
  padding: 20px 20px 30px;
  position: relative;
  z-index: 1;
}
.grid_post_categories .post-category.col > .col-inner::before {
  content: "";
  width: 80px;
  height: 70px;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.grid_post_categories .post-category.col > .col-inner::after {
  content: "";
  width: 80px;
  height: 70px;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.grid_post_categories .post-category.col > .col-inner:hover::before {
  border-top-color: var(--secondary_color);
  border-left-color: var(--secondary_color);
}
.grid_post_categories .post-category.col > .col-inner:hover::after {
  border-bottom-color: var(--secondary_color);
  border-right-color: var(--secondary_color);
}
.grid_post_categories .post-category.col .box .box-text {
  padding: 20px 0 0;
}
.grid_post_categories .post-category.col .box .box-text .header-title {
  font-size: 22px;
  color: #161616;
  line-height: 1.4;
  margin: 0 0 15px;
  transition: all 0.3s;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  display: -webkit-box;
}
.grid_post_categories .post-category.col .box .box-text .header-title:hover {
  color: var(--primary_color);
}
.grid_post_categories .post-category.col .box .box-text .cat_description {
  font-size: 15px;
  color: #161616;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.grid_post_categories .post-category.col .box .box-text .cat_description * {
  text-transform: unset;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left !important;
}
.grid_post_categories .post-category.col .box .box-text .btn-post-categories {
  margin: 20px 0 0;
  min-height: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--primary_color);
  letter-spacing: 0;
  font-weight: 400;
  font-size: 15px;
  box-shadow: none;
  border: none;
  text-transform: unset;
  color: var(--white);
  padding: 0 32px;
}
.grid_post_categories .post-category.col .box .box-text .btn-post-categories:hover {
  background-color: var(--secondary_color);
}

/* sec_hservices */
.sec_hservices {
  padding-bottom: 10px !important;
}

/* grid_productcat */
.grid_productcat.row {
  margin-left: -15px !important;
  margin-right: -15px !important;
  max-width: calc(100% + 30px) !important;
}
.grid_productcat .product-category.col {
  padding: 0 15px 30px !important;
}
.grid_productcat .product-category.col .box .box-text {
  position: absolute;
  padding: 15px;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.45);
}
.grid_productcat .product-category.col .box .box-text .header-title {
  font-size: 18px;
  color: var(--white);
  text-transform: uppercase;
  line-height: 1.4;
  margin: 0;
  font-weight: 500;
}

/* sec_hproductcat */
.sec_hproductcat {
  padding-bottom: 10px !important;
}

/* posttype_share */
.posttype_share {
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 20px 0 0;
}

/* contact_map */
.contact_map iframe {
  width: 100%;
  height: 450px;
}

/* contact_info */
.contact_info {
  font-size: 15px;
}
.contact_info .company_name {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--secondary_color);
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 10px;
}
.contact_info .company_name span {
  color: var(--primary_color);
}
.contact_info p {
  margin: 0 0 5px;
}
.contact_info p:last-child {
  margin: 0;
}
.contact_info a:hover {
  color: var(--secondary_color);
}

/* row_pcontact */
.row_pcontact .col_frm .wpcf7 form {
  margin: 0;
}
.row_pcontact .col_frm .wpcf7 form .frm_input {
  position: relative;
}
.row_pcontact .col_frm .wpcf7 form .frm_input i {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  text-align: center;
  color: #CCC1C1;
  z-index: 1;
}
.row_pcontact .col_frm .wpcf7 form input {
  height: 32px;
  min-height: 32px;
  line-height: 30px;
  padding: 5px 5px 5px 30px;
  border: 1px solid #d1d1d1;
  color: #666;
  font-size: 12px;
  box-sizing: border-box;
  outline: none;
  background: #fdfdfd;
  width: 100%;
  margin: 0 0 10px;
  box-shadow: none;
}
.row_pcontact .col_frm .wpcf7 form input:focus {
  border-color: var(--primary_color);
}
.row_pcontact .col_frm .wpcf7 form textarea {
  border: 1px solid #d1d1d1;
  line-height: 20px;
  color: #666;
  font-size: 12px;
  box-sizing: border-box;
  outline: none;
  background: #fdfdfd;
  padding: 10px;
  width: 100%;
  min-height: 150px;
  margin: 0 0 10px;
  box-shadow: none;
}
.row_pcontact .col_frm .wpcf7 form textarea:focus {
  border-color: var(--primary_color);
}
.row_pcontact .col_frm .wpcf7 form .frm_submit input {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #cdcdcd;
  cursor: pointer;
  background: #f0f0f0;
  min-height: unset;
  height: unset;
  line-height: 1.5;
  font-size: 13px;
  margin: 0;
  width: unset;
  text-transform: unset;
  letter-spacing: 0;
  font-weight: 400;
}
.row_pcontact .col_frm .wpcf7 form .frm_submit input:hover {
  border-color: var(--primary_color);
}
.row_pcontact .col_frm .wpcf7 form .frm_submit .wpcf7-spinner {
  display: none;
}

/* grid_archive_news */
.grid_archive_news .col.post-item > .col-inner {
  background-color: var(--white);
  box-shadow: 2px 2px 4px 0px #bdbdbd;
  padding: 25px 25px 30px;
  position: relative;
  z-index: 1;
}
.grid_archive_news .col.post-item > .col-inner::before {
  content: "";
  width: 80px;
  height: 70px;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.grid_archive_news .col.post-item > .col-inner::after {
  content: "";
  width: 80px;
  height: 70px;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.grid_archive_news .col.post-item > .col-inner:hover::before {
  border-top-color: var(--secondary_color);
  border-left-color: var(--secondary_color);
}
.grid_archive_news .col.post-item > .col-inner:hover::after {
  border-bottom-color: var(--secondary_color);
  border-right-color: var(--secondary_color);
}
.grid_archive_news .col.post-item .box .box-image .absolute {
  display: none;
}
.grid_archive_news .col.post-item .box .box-text {
  padding: 30px 0 0;
}
.grid_archive_news .col.post-item .box .box-text .post-title {
  font-size: 22px;
  color: #161616;
  line-height: 1.4;
  margin: 0 0 10px;
  transition: all 0.3s;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.grid_archive_news .col.post-item .box .box-text .post-title:hover {
  color: var(--primary_color);
}
.grid_archive_news .col.post-item .box .box-text .is-divider {
  display: none;
}
.grid_archive_news .col.post-item .box .box-text .from_the_blog_excerpt {
  font-size: 15px;
  color: #161616;
  margin: 0;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.grid_archive_news .col.post-item .box .box-text button {
  margin: 20px 0 0;
  min-height: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--primary_color);
  letter-spacing: 0;
  font-weight: 400;
  font-size: 15px;
  box-shadow: none;
  border: none;
  text-transform: unset;
  color: var(--white);
  padding: 0 32px;
}
.grid_archive_news .col.post-item .box .box-text button:hover {
  background-color: var(--secondary_color);
}

@media (max-width: 549px) {
  .grid_archive_news .col.post-item .box .box-text .post-title {
    display: block;
  }
}
@media (min-width: 850px) {
  .grid_archive_news .col.post-item .box .box-text .post-title {
    min-height: 62px;
  }
}
/* nav-pagination links */
body .nav-pagination.links {
  margin: 0;
}
body .nav-pagination.links li {
  margin: 0 3px;
}
body .nav-pagination.links li a,
body .nav-pagination.links li span {
  border: none;
  border-radius: 0;
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 400;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  min-height: 32px;
  padding: 0;
}
body .nav-pagination.links li a {
  background-color: #f6f6f6;
}
body .nav-pagination.links li a:hover {
  background-color: var(--primary_color);
}

/* list_document */
.list_document .col.post-item > .col-inner {
  box-shadow: 2px 2px 4px 0px #bdbdbd;
  transition: all 0.3s;
}
.list_document .col.post-item > .col-inner:hover {
  box-shadow: 0px 0px 4px 0px #bdbdbd;
}
.list_document .col.post-item .box .box-image {
  display: none;
}
.list_document .col.post-item .box .box-text {
  padding: 20px;
}
.list_document .col.post-item .box .box-text .post-title {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.4;
  margin: 0 0 5px;
}
.list_document .col.post-item .box .box-text .post-title:hover {
  color: var(--primary_color);
}
.list_document .col.post-item .box .box-text .is-divider {
  display: none;
}
.list_document .col.post-item .box .box-text .from_the_blog_excerpt {
  margin: 0;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}

/* single-post */
.single-post article {
  margin: 0;
}
.single-post article .entry-header {
  margin: 0 0 20px;
}
.single-post article .entry-header .entry-header-text {
  padding: 0;
}
.single-post article .entry-header .entry-header-text .entry-title {
  padding: 0 0 10px;
  position: relative;
  color: var(--black);
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 700;
}
.single-post article .entry-header .entry-header-text .entry-title::after {
  content: "";
  width: 60px;
  height: 4px;
  background-color: var(--secondary_color);
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.single-post article .entry-content {
  padding: 0;
}

/* related_posttype */
.related_posttype {
  margin: 20px 0 0;
}
.related_posttype .related_title {
  border-bottom: 1px solid #ccc;
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
.related_posttype .list_related_post .detail_news {
  font-size: 13px;
}
.related_posttype .list_related_post .detail_news + .detail_news {
  margin: 5px 0 0;
}
.related_posttype .list_related_post .detail_news a {
  font-size: 14px;
  font-weight: 600;
}
.related_posttype .list_related_post .detail_news a:hover {
  color: var(--primary_color);
}

/* shop-page-title category-page-title */
.shop-page-title.category-page-title {
  display: none;
}

/* products */
.products .product-small.col .badge-container {
  display: none;
}
.products .product-small.col .box .box-text {
  padding: 20px 0 0;
}
.products .product-small.col .box .box-text .title-wrapper .product-title {
  margin: 0;
}
.products .product-small.col .box .box-text .title-wrapper .product-title a {
  margin: 0;
  line-height: 1.4;
  font-size: 17px;
  font-weight: 600;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.products .product-small.col .box .box-text .title-wrapper .product-title a:hover {
  color: var(--primary_color);
}
.products .product-small.col .box .box-text .product_box_after {
  margin: 10px 0 0;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 14px;
}
.products .product-small.col .box .box-text .product_box_after .box-excerpt {
  margin: 0;
  font-size: unset;
}
.products .product-small.col .box .box-text .product_box_after ul {
  margin: 0;
}
.products .product-small.col .box .box-text .product_box_after ul li {
  margin-bottom: 0;
}

@media (max-width: 849px) {
  .products .product-small.col .box .box-text .title-wrapper .product-title a {
    font-size: 15px;
  }
}
@media (min-width: 850px) {
  .products.row {
    margin-left: -15px !important;
    margin-right: -15px !important;
    max-width: calc(100% + 30px) !important;
  }
  .products .product-small.col {
    padding: 0 15px 30px !important;
  }
}
/* row_layout_product_detail */
.row_layout_product_detail {
  margin: 30px auto 0;
}

/* title_line_bot */
.title_line_bot {
  margin: 0 0 30px;
  text-align: center;
}
.title_line_bot .title {
  margin: 0;
  font-size: 30px;
  color: #333;
  line-height: 1.4;
  font-weight: 500;
  text-transform: capitalize;
}
.title_line_bot .line {
  margin: 10px 0 0;
  line-height: 1;
}

/* shop-sidebar */
#shop-sidebar aside {
  margin: 0;
}
#shop-sidebar aside + aside {
  margin: 30px 0 0;
}
#shop-sidebar aside .widget-title {
  display: block;
  letter-spacing: 0;
  color: var(--primary_color);
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 10px;
}
#shop-sidebar aside .is-divider {
  display: none;
}
#shop-sidebar aside .product-categories li > a {
  text-transform: uppercase;
  color: var(--black);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
  padding: 8px 0 8px 15px;
}
#shop-sidebar aside .product-categories li > a::before {
  content: "\f105";
  font-family: "fl-icons";
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}
#shop-sidebar aside .product-categories li > a:hover {
  color: var(--primary_color);
}
#shop-sidebar aside .product-categories li.active > a {
  color: var(--primary_color);
  font-weight: 600;
}

/* secondary */
#secondary aside {
  margin: 0;
}
#secondary aside + aside {
  margin: 30px 0 0;
}
#secondary aside .widget-title {
  display: block;
  letter-spacing: 0;
  color: var(--primary_color);
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 10px;
}
#secondary aside .is-divider {
  display: none;
}
#secondary aside.widget_categories > ul li {
  position: relative;
}
#secondary aside.widget_categories > ul li > a {
  text-transform: uppercase;
  color: var(--black);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
  padding: 8px 0 8px 15px;
}
#secondary aside.widget_categories > ul li > a::before {
  content: "\f105";
  font-family: "fl-icons";
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}
#secondary aside.widget_categories > ul li > a:hover {
  color: var(--primary_color);
}
#secondary aside.widget_categories > ul li.has-child .toggle {
  margin: 0;
  border: none;
  position: absolute;
  right: 0;
  top: 7px;
}
#secondary aside.widget_categories > ul li > ul {
  margin: 0;
  border: none;
}
#secondary aside.widget_categories > ul li > ul > li > a {
  font-size: 15px;
}
#secondary aside.widget_categories > ul li.active > a {
  color: var(--primary_color);
  font-weight: 600;
}

/* footer */
#footer .footer-2 {
  padding: 25px 0 0;
}
#footer .footer-2 .row {
  max-width: 1270px;
}
#footer .footer-2 .widget {
  margin: 0 0 25px;
}
#footer .footer-2 .widget-title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  display: block;
  line-height: 1.4;
  margin: 0 0 20px;
}
#footer .footer-2 .is-divider {
  display: none;
}
#footer .footer-2 .footer_contact {
  font-size: 15px;
  line-height: 1.6;
}
#footer .footer-2 .footer_contact .company_name {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
#footer .footer-2 .footer_contact p {
  margin: 0;
}
#footer .footer-2 .footer_contact a:hover {
  color: var(--secondary_color);
}
#footer .footer-2 ul.menu li {
  border: none;
}
#footer .footer-2 ul.menu li a {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.4;
  display: block;
  padding: 5px 0;
}
#footer .footer-2 ul.menu li a:hover {
  color: var(--secondary_color);
}
#footer .footer-2 .footer_social {
  margin: 20px 0 0;
}
#footer .footer-2 .footer_social a {
  display: inline-block;
  margin: 0 5px;
}
#footer .footer-2 .footer_social a:first-child {
  margin-left: 0;
}
#footer .footer-2 .footer_social a:last-child {
  margin-right: 0;
}
#footer .footer-2 .footer_map iframe {
  width: 100%;
  height: 240px;
}
#footer .absolute-footer {
  font-size: 15px;
  line-height: 1.4;
  padding: 19px 0;
  border-top: 1px solid var(--white);
  color: var(--white);
}

@media (min-width: 550px) and (max-width: 849px) {
  #footer .footer-2 .row > .col {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (min-width: 850px) {
  #footer .footer-2 .row > .col:nth-child(1) {
    max-width: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
  #footer .footer-2 .row > .col:nth-child(2) {
    max-width: 21%;
    -ms-flex-preferred-size: 21%;
    flex-basis: 21%;
  }
  #footer .footer-2 .row > .col:nth-child(3) {
    max-width: 21%;
    -ms-flex-preferred-size: 21%;
    flex-basis: 21%;
  }
  #footer .footer-2 .row > .col:nth-child(4) {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
/* footer_hotline_fixed */
.footer_hotline_fixed {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  background-color: var(--secondary_color);
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s;
}
.footer_hotline_fixed a {
  white-space: nowrap;
  color: var(--white);
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 22px;
}
.footer_hotline_fixed a img {
  margin: 0 4px 0 0;
}
.footer_hotline_fixed a:hover {
  color: var(--white);
}
.footer_hotline_fixed:hover {
  background-color: var(--primary_color);
}

/* support-online */
.support-online {
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 50px;
}
.support-online a {
  display: block;
  position: relative;
  margin: 20px 10px;
  text-align: left;
  width: 40px;
  height: 40px;
}
.support-online a i {
  width: 40px;
  height: 40px;
  background-color: var(--secondary_color);
  color: var(--white);
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  position: relative;
  z-index: 999;
  display: block;
}
.support-online a span {
  border-radius: 2px;
  text-align: center;
  background-color: var(--secondary_color);
  padding: 9px;
  display: none;
  width: 180px;
  margin-left: 10px;
  position: absolute;
  color: var(--white);
  z-index: 999;
  top: 0px;
  right: 40px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-animation: headerAnimation 0.7s 1;
  animation: headerAnimation 0.7s 1;
}
.support-online a img {
  width: 40px;
  height: 40px;
  background-color: var(--secondary_color);
  color: var(--white);
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  position: relative;
  z-index: 999;
}
.support-online a:hover span {
  display: block;
}

/* back-to-top */
body .back-to-top.button {
  width: 50px;
  height: 50px;
  background-color: var(--secondary_color);
  border-radius: 0 !important;
  bottom: 30px;
  right: 15px;
  border: none;
  min-width: unset;
  min-height: unset;
  line-height: 50px;
  color: var(--white);
  margin: 0;
  transition: all 0.3s;
  padding: 0;
}
body .back-to-top.button i {
  font-size: 20px;
}
body .back-to-top.button:hover {
  background-color: var(--white);
  color: var(--black);
}

@media (max-width: 991px) {
  body .back-to-top.button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 15px;
    bottom: 15px;
  }
}/*# sourceMappingURL=style.css.map */