/*
Theme Name: Kmar
Author: Kmar
Description: Start theme by Kmar
Version: 1.0.0
Text Domain: kmar
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
# Font
--------------------------------------------------------------*/
@font-face {
  font-family: 'Nexa';
  src: url('./fonts/Nexa.woff2') format('woff2'),
    url('./fonts/Nexa.woff') format('woff'),
    url('./fonts/Nexa.ttf') format('truetype'),
    url('./fonts/Nexa.eot') format('embedded-opentype'),
    url('./fonts/Nexa.svg') format('svg'),
    url('./fonts/Nexa.otf') format('opentype');
}

@font-face {
  font-family: 'Inter';
  src: url('./fonts/Inter.woff2') format('woff2'),
    url('./fonts/Inter.woff') format('woff'),
    url('./fonts/Inter.ttf') format('truetype'),
    url('./fonts/Inter.eot') format('embedded-opentype'),
    url('./fonts/Inter.svg') format('svg'),
    url('./fonts/Inter.otf') format('opentype');
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
html {
  font-size: 1rem;
}

#wpadminbar {
  position: fixed !important;
}

.row-small {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

.col-small {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.container {
  width: 100%;
  max-width: 1470px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .container {
    _max-width: 1200px;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 0.825rem;
  }

  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  [class^='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
body {
  font-family: 'Inter';
  font-size: 16px;
  color: #666;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

* {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #293d55;
}

b,
strong {
  font-weight: 700;
}

h1,
.h1 {
  font-size: 1.85rem;
  font-family: 'Nexa';
}

h2,
.h2 {
  font-size: 1.5rem;
  font-family: 'Nexa';
}

h3,
.h3 {
  font-size: 1.35rem;
  font-family: 'Nexa';
}

h4,
.h4 {
  font-size: 1.2rem;
  font-family: 'Nexa';
}

h5,
.h5 {
  font-size: 0.85rem;
  font-family: 'Nexa';
}

small,
.small {
  font-size: 85%;
  font-family: 'Nexa';
}

h2.font-weight-bold {
  font-family: 'Nexa';
}

.font-family-secondary {
  font-family: 'Nexa';
}

.font-size-inherit {
  font-size: inherit !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.font-weight-extrabold {
  font-weight: 800 !important;
}

section.pro-more {
  background: #f7f7f7;
}

.sidebar-container {
  width: 365px;
  position: relative;
}

.sticky-sidebar {
  width: 100%;
  transition: transform 0.1s ease-out;
}

.sticky-sidebar.fixed {
  position: fixed;
  top: 0;
}

.sticky-sidebar.bottom {
  position: absolute;
  bottom: 0;
}

.content-area {
  flex: 1;
}

.text-primary {
  color: #293d55 !important;
}

a.text-primary:hover {
  color: #607087 !important;
}

.text-primary>a:hover {
  color: #607087 !important;
}

.text-secondary {
  color: #607087 !important;
}

a.text-secondary:hover {
  color: #293d55 !important;
}

.text-or {
  color: #607087;
}

.text-white.bg-primary>a:hover,
.text-white.bg-primary>a:focus,
.text-white.bg-secondary>a:hover,
.text-white.bg-secondary>a:focus {
  color: #607087;
}

.bg-cover {
  background-color: #d7d7d7;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  max-height: 600px;
}

.bg-primary {
  background-color: #293d55 !important;
}

a.text-or.bg-primary:hover {
  color: #fff;
}

a.bg-primary:hover {
  background-color: #607087 !important;
}

.bg-secondary {
  background-color: #607087 !important;
}

.bg-light {
  background-color: #f3f3f3 !important;
}

.bg-white {
  background-color: #fff !important;
}

a.bg-white:hover {
  color: #fff !important;
  background-color: #293d55 !important;
}

a.bg-white:hover .btn-primary {
  border-color: #fff;
}

a.btn-white:hover {
  background-color: #607087;
  border-color: #607087;
  color: #fff;
}

.bg-gradient-primary {
  background-color: rgba(6, 71, 109, 0.78);
}

.bg-gradient-dark {
  background-color: rgba(0, 0, 0, 0.6);
}

.border-primary {
  border-color: #293d55 !important;
}

.border-secondary {
  border-color: #607087 !important;
}

.box-shadow {
  box-shadow: 0 0 1rem -0.25rem rgba(0, 0, 0, 0.4);
}

.black-white {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.lh-inherit {
  line-height: inherit;
}

.lh-1 {
  line-height: 1;
}

.mh-2 {
  min-height: 20rem;
}

.mh-3 {
  min-height: 30rem;
}

.n_banner {
  position: relative;
  z-index: 666;
}

.n_banner img {
  width: 100%;
}

.show-arrow i {
  font-size: 1.25rem;
  color: #fff;
  background: #06476d;
  text-align: center;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  cursor: pointer;
}

.show-arrow i:hover {
  color: #fff;
  background: #607087;
}

@media (max-width: 575px) {
  .display-4 {
    font-size: 2rem !important;
  }

  .mh-2 {
    min-height: 15rem;
  }

  .mh-3 {
    min-height: 20rem;
  }

  .display-5 {
    font-size: 1.5rem !important;
  }
}

hr {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mb-5,
.my-5 {
  margin-bottom: 0.25rem !important;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-control::-webkit-input-placeholder {
  color: #aaa;
}

.form-control::-moz-placeholder {
  color: #aaa;
}

.form-control:-ms-input-placeholder {
  color: #aaa;
}

.form-control:-moz-placeholder {
  color: #aaa;
}

button {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-group {
  margin-bottom: 1rem;
}

.required {
  color: #f00;
}

select,
.input-text,
.form-control,
.custom-select,
.btn,
.button {
  box-shadow: none !important;
  display: block;
  min-height: 50px;
  padding: 16px 19px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  font-style: italic;
  color: #888;
  background-color: #f8f8f8;
  background-image: none;
  border: 1px solid #f8f8f8;
  border-radius: 3px;
  -webkit-appearance: none;
  transition: 0.3s ease-in-out;
  border: 1px solid #f8f8f8;
}

select:focus,
.input-text:focus,
.custom-select:focus,
.form-control:focus,
.form-control:focus+.input-group-btn .btn {
  border-color: #293d55;
}

select,
.custom-select {
  background: #fff url(images/arrow-down-black.png) no-repeat right 0.5rem center;
  -webkit-background-size: 8px 4px;
  -moz-background-size: 8px 4px;
  background-size: 8px 4px;
  padding: 0.375rem 1.5rem 0.375rem 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-control-sm {
  font-size: 0.875rem;
  padding: 0.25rem 1rem 0.25rem 0.5rem;
}

.text-muted {
  color: #343a40 !important;
}

.btn,
.button {
  font-family: 'Nexa';
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  border-radius: 5px;
  display: inline-block;
}

.btn-sm {
  font-size: 0.8125rem;
  padding: 0.675rem 1.5rem;
}

.btn-lg {
  font-size: 1.125rem;
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.button.alt {
  color: #fff !important;
  background-color: #293d55;
  border-color: #293d55;
}

.bg-social {
  color: #fff !important;
  background-color: #607087;
  border-color: #607087;
}

.bg-social:hover {
  background-color: #293d55;
  border-color: #293d55;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.button.alt:hover,
.button.alt:focus {
  background-color: #607087;
  border-color: #607087;
}

.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  color: #293d55;
  background-color: #fff;
  border-color: #293d55;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.button {
  color: #fff !important;
  background-color: #607087;
  border-color: #607087;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.button:hover,
.button:focus {
  background-color: #293d55;
  border-color: #293d55;
}

.btn-outline-white,
.btn-outline-white:not(:disabled):not(.disabled):active:focus {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:not(:disabled):not(.disabled):active {
  color: #293d55;
  background-color: #fff;
  border-color: #fff;
}

@media (max-width: 375px) {

  select,
  .input-text,
  .form-control,
  .custom-select,
  .btn,
  .button {
    min-height: 35px;
    padding: 7px;
    font-size: 13px;
  }
}

/*--------------------------------------------------------------
# Pill
--------------------------------------------------------------*/
.nav-pills .nav-link {
  font-size: 1rem;
  font-weight: 700;
  color: #293d55;
  border-radius: 5px;
}

.nav-pills .nav-link:hover {
  color: #607087;
}

.nav-pills .nav-link.active {
  color: #fff;
  background-color: #607087;
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
  font-size: 0.875rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #666;
  background: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-size: 0.75rem;
  font-weight: 900;
  color: #666;
}

.breadcrumb-item.active {
  color: #293d55;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.woocommerce-pagination,
.nav-pagination {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.woocommerce-pagination ul,
.pagination {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}

.woocommerce-pagination li,
.pagination li {
  margin: 0.375rem;
}

.woocommerce-pagination li a,
.woocommerce-pagination li span,
.pagination li a {
  color: #666;
  background: transparent;
  border: 1px solid #666;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.pagination .page-link:hover,
.pagination .page-item.active .page-link {
  color: #fff;
  background: #607087;
  border-color: #607087;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal-dialog {
  min-height: calc(100vh - 3.75rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}

.close {
  font-size: 1.25rem;
}

.modal-backdrop.show {
  opacity: 0.7;
}

@media (max-width: 576px) {
  .modal {
    top: 2rem;
  }
}

@media (max-width: 375px) {
  .modal {
    top: 3rem;
  }
}

/*--------------------------------------------------------------
# site header
--------------------------------------------------------------*/
.site-header {
  z-index: 100001;
}

.site-logo img {
  max-height: 100px;
  margin-left: 35px;
}

.site-logo {
  display: flex;
  align-items: center;
}

.site-logo .top_email {
  margin-left: 0.56rem;
  color: #1a2737;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.site-logo .top_email img {
  margin-right: 10px;
}

.site-header.scroll .site-logo img {
  max-height: 3.625rem;
}

/*--------------------------------------------------------------
## site nav
--------------------------------------------------------------*/
.site-nav ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.site-nav .menu {
  display: flex;
}

.site-nav .menu>li {
  margin-right: 2rem;
  position: relative;
  z-index: 99;
}

.site-nav .menu>li:hover {
  z-index: 11;
}

.site-nav .menu>li>a {
  border-top: 0.3125rem solid transparent;
  border-bottom: 0.3125rem solid transparent;
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 19px;
  color: #000;
  line-height: 20px;
  position: relative;
  font-family: 'Nexa';
  text-transform: uppercase;
}

.site-nav .menu>li:hover>a {
  color: #293d55;
  border-bottom-color: #293d55;
  transition: 0.6s all;
}

.site-nav .menu>li.current-menu-item>a,
.site-nav .menu>li.current-menu-parent>a {
  color: #293d55;
  border-bottom-color: #293d55;
  transition: 0.6s all;
}

.site-nav>.menu>li.menu-item-has-children>.sub-menu {
  background: #fff;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  webkit-box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);
  -khtml-box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);
  -moz-box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);
  -ms-box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);
  -o-box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);
  box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 600ms linear 0ms;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  box-shadow: rgba(0, 0, 0, 0.2);
  border-radius: 0;
  font-size: 14px;
}

.site-nav>.menu>li.item-product.menu-item-has-children>.sub-menu {
  left: calc(50% - 13rem);
}

.site-nav li:hover>.sub-menu {
  display: block;
}

.site-nav>.menu>li.menu-item-has-children>.sub-menu>li {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.site-nav>.menu>li.menu-item-has-children>.sub-menu>li:nth-child(2n + 1) {
  border-right: 1px solid #ccc;
}

.site-nav .sub-menu>li>a {
  white-space: nowrap;
  display: block;
  padding: 0.6rem 1rem;
}

.site-nav .sub-menu>li>a:hover {
  color: #fff;
  background-color: #293d55;
}

.site-nav>.menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu {
  top: 0;
  left: 100%;
  position: absolute;
  z-index: 110;
  background: #293d55;
  width: auto;
  min-width: 13rem;
}

.site-nav>.menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.site-nav>.menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li>a:hover {
  background: #607087;
}

.site-header.scroll .site-nav .menu>li>a {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .site-nav .menu>li:hover:before {
    content: ' ';
    display: block;
    min-width: 26rem;
    height: 2.5rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .site-nav .sub-menu {
    display: none !important;
  }

  .site-nav li:hover>.sub-menu {
    display: block !important;
  }
}

@media (max-width: 1199.98px) {
  .site-nav .menu>li {
    margin-right: 2rem;
  }

  .site-nav>.menu>li.item-product.menu-item-has-children>.sub-menu {
    left: calc(50% - 16rem);
  }
}

@media (max-width: 992px) {
  .site-nav>.menu>li.item-product.menu-item-has-children>.sub-menu {
    left: calc(50% - 22rem);
  }
}

@media (max-width: 991.98px) {

  .site-nav-toggler,
  .site-search-toggler {
    font-size: 2.5rem;
  }

  .site-nav {
    background: #fff;
    overflow-y: auto;
    width: 20rem;
    height: 100%;
    position: fixed;
    z-index: 10;
    left: -20rem;
    bottom: 0;
    transition: all 0.3s ease 0s;
  }

  body.open-site-nav .site-nav {
    left: 0;
  }

  .site-overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
  }

  .site-nav>.menu>li.menu-item-has-children>.sub-menu {
    padding-left: 1rem;
    padding-right: 1rem;
    min-width: 100%;
  }

  .site-nav>.menu>li.menu-item-has-children>.sub-menu>li {
    float: none;
    width: 100%;
    border: none;
  }

  .site-nav>.menu>li.menu-item-has-children>.sub-menu>li:nth-child(2n + 1) {
    border: none;
  }

  .site-nav>.menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li>a:hover {
    background: transparent;
  }

  .site-nav>.menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu {
    position: relative;
    background: transparent;
  }

  .site-nav>.menu>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu>li {
    color: #333;
  }

  .site-nav .menu {
    display: block;
  }

  .site-nav .menu li {
    border-bottom: 1px solid #dee2e6;
    padding: 0.75rem 1rem;
    margin-right: 0;
  }

  .site-nav .sub-menu li:last-child {
    border-bottom: 0;
  }

  .site-nav .menu li a {
    border: 0;
    white-space: normal;
    display: inline;
    padding: 0;
  }

  .site-nav .menu>li:hover>a,
  .site-nav .menu>li.current-menu-item>a,
  .site-nav .menu>li.current-menu-parent>a {
    color: #293d55;
  }

  .site-nav li.menu-item-has-children {
    position: relative;
    padding-right: 1.5rem;
  }

  .site-nav li.menu-item-has-children:before {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #aaa;
    cursor: pointer;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
  }

  .site-nav li.menu-item-has-children.active:before {
    content: '\f077';
  }

  .site-nav li.menu-item-has-children:hover:before {
    color: #212529;
  }

  .site-nav .sub-menu {
    box-shadow: none !important;
    clear: both;
    display: none;
    padding: 0;
    position: relative !important;
    top: 0;
    left: 0 !important;
  }

  .site-nav li:hover .sub-menu {
    display: none;
  }

  .site-nav .sub-menu>li {
    border: 0 !important;
  }

  .site-nav .sub-menu>li>a:hover {
    color: #293d55;
    background-color: transparent;
  }
}

/*--------------------------------------------------------------
# Site search
--------------------------------------------------------------*/
.site-search-toggler {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.site-header.scroll .site-search-toggler {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.search_section {
  cursor: pointer;
  position: relative;
  margin-left: 0.22rem;
}

.ico_search {
  text-align: center;
  float: left;
  color: #333;
  font-style: normal;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 20px;
}

.search_input {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.5s;
  z-index: 9999999;
  display: none;
  transition-property: top, width, border;
  transition-duration: 0.1s, 0.1s;
  background: #e8e8e8;
  height: auto;
  border-radius: 0;
  padding: 0 10%;
  box-shadow: 0 0 0.6rem rgba(14, 96, 87, 0.5);
}

.search_main {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.search_main .form-control {
  height: 50px;
  color: #999;
  float: left;
  line-height: 50px;
  font-size: 16px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  background: #fff;
  padding-right: 55px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  float: none;
  border: 1px solid #ddd;
  padding-left: 10px;
}

.search_main .form-control:focus {
  color: #333;
}

.search_main .search_btn {
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: none;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg t='1664273014115' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='7603' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cpath d='M1004.8 915.2l-243.2-243.2c0 0-6.4-6.4-6.4-6.4C800 595.2 832 505.6 832 416 832 185.6 646.4 0 416 0S0 185.6 0 416 185.6 832 416 832c89.6 0 179.2-32 243.2-83.2 0 6.4 6.4 6.4 6.4 6.4l243.2 243.2c25.6 25.6 70.4 25.6 96 6.4C1030.4 979.2 1030.4 940.8 1004.8 915.2zM64 416C64 224 224 64 416 64S768 224 768 416 608 768 416 768 64 608 64 416z' fill='%23ffffff' p-id='7604'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-color: #607087;
  background-position: center center;
  border-radius: 0;
}

.search_title {
  color: #333;
  font-size: 26px;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-family: 'Nexa';
}

.top_overly {
  z-index: 9999998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  display: none;
  backdrop-filter: blur(40px);
}

.close-search {
  position: absolute;
  left: 50%;
  bottom: -30px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  height: 60px;
  width: 60px;
  line-height: 60px;
  color: #333;
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-left: -30px;
}

.close-search i {
  line-height: 60px;
}

.search_tags {
  margin: 20px 0 80px;
  text-align: center;
}

.search_tags a {
  display: inline-block;
  background: #fff;
  border-radius: 0;
  color: #999;
  font-size: 14px;
  line-height: 30px;
  padding: 0 15px;
  margin-bottom: 4px;
  border-radius: 3px;
}

.search_tags a:hover {
  background: #064298;
  color: #fff;
}
@media (max-width:767px) {
  .home .search_section {
    margin-right: 30px;
    margin-left: 0;
  }
}
/*--------------------------------------------------------------
# language
--------------------------------------------------------------*/
.site-header .language {
  list-style: none;
  position: relative;
  overflow: hidden;
  float: left;
  margin-left: 50px;
}

.site-header .language p {
  display: inline-block;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  transition: 0.5s background-color;
  position: relative;
  z-index: 5;
  transition: 0.6s all;
  line-height: 30px;
  display: flex;
  align-items: center;
  font-size: 14px;
  width: 110px;
  height: 110px;
  background: #607087;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 0;
}

.site-header .language p span {
  display: block;
}

.site-header .language p i {
  margin-left: 4px;
  color: #fff;
}

.site-header .language p img {
  overflow: hidden;
  border-radius: 50%;
  margin-right: 4px;
}

.site-header .language .language_ul {
  width: 160px;
  border-radius: 3px;
  position: absolute;
  box-shadow: 1px 1px 10px 0 #ccc;
  top: 100%;
  right: 0;
  background: #fff;
  -webkit-transition: margin 0.5s ease-in-out;
  -moz-transition: margin 0.5s ease-in-out;
  margin-top: 50px;
  opacity: 0;
  z-index: -2;
  transition: 0.5s all;
}

.site-header .language .language_ul ul {
  padding-left: 0;
}

.site-header .language:hover {
  height: auto;
  overflow: inherit;
}

.site-header .language:hover .language_ul {
  margin-top: 0;
  -webkit-transition: margin 0.3s ease-in-out;
  -moz-transition: margin 0.3s ease-in-out;
  opacity: 1;
  z-index: 9999999999;
}

.site-header .language .language_ul:after {
  position: absolute;
  top: -5px;
  right: 15px;
  width: 0;
  height: 0;
  content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 5px solid #fff;
}

.site-header .language ul li {
  list-style: none;
  border-bottom: 1px solid #eee;
  padding: 6px;
  position: relative;
}

.site-header .language ul li.active:after {
  content: '\f00c';
  font-family: 'FontAwesome';
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 14px;
  color: #607087;
}

.site-header .language ul li:hover {
  background: #f7f7f7;
}

.site-header .language ul li img {
  margin-right: 6px;
  float: left;
  border-radius: 50%;
}

.site-header .language ul li a {
  line-height: 22px;
  padding: 5px;
  display: flex;
  align-items: center;
  color: #777;
}

.site-header .nav_quote {
  display: flex;
  height: 110px;
  min-width: 110px;
  padding: 0 0.1rem;
  background: #293e54;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
  color: #fff;
}

@media screen and (min-width: 992px) {

  .site-header.scroll .language p,
  .site-header.scroll .nav_quote {
    line-height: 80px;
    height: 80px;
  }

  .site-header.scroll .nav_quote img {
    display: none;
  }
}

/*--------------------------------------------------------------
# Slick slider
--------------------------------------------------------------*/
.slick-slider .slick-arrow {
  font-size: 1.5rem;
  color: #293d55;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  padding: 0;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}

.slick-slider .slick-arrow:hover {
  color: #fff;
  background-color: #293d55;
  border-color: #293d55;
}

.slick-slider .slick-prev {
  left: -6.25rem;
}

.slick-slider .slick-next {
  right: -6.25rem;
}

.slick-slider .slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-top: 3rem;
  margin-bottom: 0;
}

.slick-slider .slick-dots li {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.slick-slider .slick-dots button {
  font-size: 0;
  color: transparent;
  background-color: transparent;
  border: 1px solid #666;
  border-radius: 50%;
  width: 0.75rem;
  height: 0.75rem;
  padding: 0;
}

.slick-slider .slick-dots button:hover,
.slick-slider .slick-dots li.slick-active button {
  background-color: #293d55;
  border-color: #293d55;
}

.slick-slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.slick-slider .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.slick-slider .col-archive-product {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .slick-slider .slick-list {
    margin-left: -8px;
    margin-right: -8px;
  }

  .slick-slider .slick-slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/*--------------------------------------------------------------
# site slider
--------------------------------------------------------------*/
.site-slider,
.site-slider-mobile {
  position: relative;
}

.site-slider .swiper-slide a,
.site-slider-mobile .swiper-slide a {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 32%;
  display: block;
}

.swiper-button-prev,
.swiper-button-next {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 20px;
}

@media (max-width: 767px) {
  .site-slider-mobile .swiper-slide a {
    padding-top: 56.25%;
  }
}

/*--------------------------------------------------------------
# product-category-slider
--------------------------------------------------------------*/
.product-category-slider {
  margin-bottom: 30px;
}

#category_thumbs {
  position: relative;
  padding: 0;
}

.thumb-item {
  text-align: center;
}

.swiper-slide .thumb-item img {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  filter: grayscale(100%);
  transform: scale(1.05);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.swiper-slide.active .thumb-item img {
  filter: none;
}

.subcategory-slider {
  margin-top: 20px;
  transition: all 0.5s ease;
}

.subcategory-slider.active {
  transform: translateX(0);
}

.subcategory-sliders-container {
  position: relative;
  margin-top: 30px;
  min-height: 150px;
}

.subcategory-slider .subcategory-image {
  margin-bottom: 10px;
}

.subcategory-slider .subcategory-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 30px;
  height: 30px;
}

.thumb-item {
  transition: all 0.3s ease;
}

.swiper-slide .thumb-item h3 {
  color: #333;
  padding: 0 5px;
  line-height: 26px;
  font-size: 16px;
  text-align: center;
  padding-bottom: 20px;
  background-position: center top;
}

.swiper-slide.active .thumb-item h3 {
  color: #293e54;
  background: url(https://www.dlt-sling.com/front/images/cate_jt.png) no-repeat center bottom;
}

/*pro_section*/
.pro_index {
  overflow: hidden;
  background: url(https://www.dlt-sling.com/front/images/cate_bg.jpg) no-repeat right top;
  padding-top: 1.1rem;
}

.pro_index .i_title {
  background: url(https://www.dlt-sling.com/front/images/about_line.png) no-repeat left top;
  padding-left: 50px;
  margin-bottom: 0;
  padding-bottom: 50px;
}

.pro_index .i_title .h4 {
  margin-bottom: 0;
}

.pro_section {
  overflow: hidden;
  padding-bottom: 1.2rem;
}

.pro_section .button_inside {
  overflow: inherit;
}

.pro_section .img {
  position: relative;
  display: block;
  overflow: hidden;
}

.pro_section .img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.pro_section .img:after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  transition: 0.6s all;
  content: '';
}

.pro_section .li {
  position: relative;
}

.pro_section .li .h4 {
  color: #fff;
  font-size: 30px;
  display: block;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'Nexa';
  margin-bottom: 5px;
}

.pro_section .li p {
  color: #fff;
  line-height: 22px;
  font-size: 16px;
  height: 0;
  display: block;
  overflow: hidden;
  transition: 0.5s all;
}

.pro_section .li .more i {
  margin-left: 8px;
  transition: 0.5s all;
}

.pro_section .li:hover p {
  height: 44px;
}

.pro_section .li .img img {
  transition: transform 0.3s ease;
}

.pro_section .li:hover .img img {
  transform: scale(1.05);
}

.pro_section .li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding-right: 100px;
  padding-left: 20px;
  transition: 0.5s all;
}

.pro_section .li:hover .text {
  bottom: 20px;
}

.pro_section .li i {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #607087;
  position: absolute;
  right: 18px;
  bottom: 10px;
  text-align: center;
  line-height: 68px;
  font-size: 36px;
  color: #fff;
  transition: 0.5s all;
}

.pro_section .li:hover i {
  background: #293e54;
}

/* Responsive */
@media (max-width: 767px) {
  .subcategory-slider .swiper-slide {
    padding: 8px;
  }
}

@media only screen and (max-width: 992px) {
  .pro_index {
    padding-top: 0.4rem;
  }

  .pro_index .i_title {
    background: none;
    padding: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .pro_index {
    padding-top: 0.6rem;
    background: none;
    padding-bottom: 0.4rem;
  }

  .pro_section {
    padding: 0.6rem 0;
  }

  .pro_section .swi_position {
    padding: 0 0.3rem;
    margin-top: 0;
  }

  .pro_section .swi_position .swiper-button-prev {
    left: -0.2rem;
  }

  .pro_section .swi_position .swiper-button-next {
    right: -0.2rem;
  }

  .pro_index .i_title .p {
    margin-top: 0.2rem;
  }

  .pro_section {
    padding-top: 0.2rem;
  }

  .pro_index .tabs {
    text-align: center;
    margin-bottom: 30px;
  }

  .pro_index .tabs a {
    background: #f7f7f7;
    border: 3px solid #fff;
    padding: 15px 0;
    width: 50%;
    line-height: 20px;
    float: left;
    margin-bottom: 5px;
    height: 155px;
  }

  .pro_index .tabs a:after {
    display: none;
  }

  .pro_index .tabs a.active {
    background: #f7f7f7;
  }

  .pro_index #parentHorizontalTab01 {
    display: none;
  }

  .pro_index .tabs a {
    background: #f7f7f7;
    border: 3px solid #fff;
    padding: 15px 0;
  }

  .pro_index .tabs .icon {
    width: 82px;
    height: 82px;
    flex-shrink: 0;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #eee;
    margin-bottom: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    margin-left: 55px;
  }
}

@media only screen and (max-width: 768px) {
  .pro_section .button_outside {
    padding: 0;
  }

  .pro_index .tabs a {
    width: 50%;
  }

  .pro_index .tabs a img {
    filter: grayscale(0);
    filter: none;
  }
}

@media only screen and (max-width: 400px) {
  .pro_index .tabs a {
    width: 50%;
  }

  .pro_section .swiper-slide {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# about_section
--------------------------------------------------------------*/
.about_section {
  padding: 90px 0;
  background-size: cover;
}

.about_section .left {
  float: left;
  width: 68%;
  padding-right: 5%;
}

.about_section .left .p {
  font-size: 16px;
  line-height: 30px;
  max-height: 120px;
  overflow: hidden;
  margin-bottom: 30px;
}

.about_section .right {
  float: left;
  width: 32%;
  position: relative;
}

.about_section .right:after {
  position: absolute;
  bottom: 50%;
  width: 100%;
  right: 50%;
  transition: all 0.5s;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: tanslate(50%, 50%);
  background: url(https://www.dlt-sling.com/front/images/honor_bg.png) no-repeat center bottom;
  content: '';
  width: 400px;
  height: 400px;
  background-size: 100% auto;
}

.about_section .honor_swiper {
  width: 240px;
  height: 320px;
}

.about_section .honor_swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  border-radius: 0;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
}

.about_section .honor_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about_section .honor_swiper .swiper-pagination-bullet {
  background: #fff;
  border-color: #fff;
}

.about_section .honor_swiper .swiper-pagination-bullet-active {
  background: #293e54;
  border-color: #293e54;
}

.about_section .honor_swiper .swiper-horizontal>.swiper-pagination-bullets,
.honor_swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.about_section .honor_swiper .honor_swiper .swiper-pagination-custom,
.honor_swiper .honor_swiper .swiper-pagination-fraction {
  bottom: -15px;
}

.about_ser {
  margin-top: 90px;
}

.about_ser ul {
  margin: 0 -65px;
}

.about_ser ul li {
  list-style: none;
  float: left;
  width: 50%;
  padding: 0 25px;
}

.about_ser ul li .li {
  padding: 16px;
  background: #fff;
  display: flex;
  align-items: center;
}

.about_ser ul li .img {
  width: 260px;
  flex-shrink: 0;
  margin-right: 22px;
}

.about_ser ul li .li .title {
  font-size: 24px;
  line-height: 30px;
  display: block;
  overflow: hidden;
  color: #333;
  margin-bottom: 5px;
  font-family: 'Nexa';
}

.about_ser ul li .li p {
  color: #808080;
  font-size: 16px;
  line-height: 26px;
  height: 78px;
  overflow: hidden;
  margin-bottom: 0.15rem;
}

.about_ser ul li .li .more {
  font-family: 'Nexa';
  color: #333;
}

.about_ser ul li .li .more i {
  margin-left: 10px;
}

.about_ser ul li .li .more:hover {
  text-decoration: underline;
}

.tl {
  text-align: left !important;
}

@media only screen and (max-width: 992px) {
  .about_section .left {
    width: 100%;
    padding-right: 0;
  }

  .about_section .right {
    display: none;
  }

  .about_ser ul li {
    width: 100%;
    margin-bottom: 10px;
  }

  .about_ser ul li .img {
    width: 2rem;
  }

  .about_ser ul li .li p {
    height: 52px;
  }
}

@media only screen and (max-width: 767px) {
  .about_section {
    padding: 0.6rem 0;
  }
  .about_ser ul li {
    width: 92%;
  }
  .about_ser ul li .li .img {
    display: none;
  }
}

/*--------------------------------------------------------------
# case_section
--------------------------------------------------------------*/

.case_section .case_main {
  position: relative;
}

.case_section .case_nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.case_section .case_nav .swiper-wrapper {
  align-items: flex-end;
}

.case_section .case_nav #pro_img_thumbs2 .swiper-slide {
  background: #607087;
  padding: 30px 20px 24px;
  transition: 0.5s all;
  height: 140px;
  cursor: pointer;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.case_section .case_nav #pro_img_thumbs2 .title {
  color: #fff;
  font-size: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: 'Nexa';
}

.case_section .case_nav #pro_img_thumbs2 p {
  font-size: 16px;
  color: #a7b2c3;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 10px 0 15px;
}

.case_section .case_nav #pro_img_thumbs2 i {
  display: inline-block;
  width: 46px;
  height: 0;
  background: #fff;
  color: #333;
  height: 46px;
  line-height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 24px;
  overflow: hidden;
  transition: 0.5s all;
  position: absolute;
  left: 20px;
  bottom: -100px;
  border-radius: 50%;
}

.case_section .case_nav #pro_img_thumbs2 .swiper-slide-thumb-active {
  background: #293e54;
  padding-bottom: 60px;
  height: auto;
}

.case_section .case_nav #pro_img_thumbs2 .swiper-slide-thumb-active i {
  bottom: 20px;
}

.case_section .case_nav .main {
  display: flex;
  align-items: flex-end;
}

.pro_button {
  width: 260px;
  flex-shrink: 0;
  background: #fff;
  position: relative;
  z-index: 9999;
  height: 140px;
}

.pro_button .swiper-button-prev {
  left: auto;
  right: 55%;
  line-height: 1;
  font-size: 20px;
  color: #666;
  background: #fff;
  font-weight: 900;
}

.pro_button .swiper-button-next {
  right: auto;
  left: 55%;
  line-height: 1;
  font-size: 20px;
  color: #666;
  background: #fff;
  font-weight: 900;
}

.case_section #pro_img_gallery2 .text {
  position: absolute;
  bottom: 60%;
  width: 100%;
  left: 0;
  z-index: 2;
  transition: all 0.5s;
  -webkit-transform: translate(0%, 50%);
  -moz-transform: translate(0%, 50%);
  -ms-transform: translate(0%, 50%);
  -o-transform: translate(0%, 50%);
  transform: tanslate(0%, 50%);
}

.case_section #pro_img_gallery2 .text .title {
  max-width: 670px;
  color: #fff;
  font-size: 50px;
  background: url(https://www.dlt-sling.com/front/images/case_line.png) no-repeat left top;
  font-family: 'Nexa';
  padding-top: 60px;
  margin-bottom: 10px;
}

.case_section #pro_img_gallery2 .text .p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  max-height: 78px;
  overflow: hidden;
  max-width: 560px;
  margin-bottom: 40px;
}

.case_section #pro_img_gallery2 .text .my_more1 {
  border: 1px solid #fff;
  background: none;
  color: #fff;
}

.case_section #pro_img_gallery2 .swiper-slide-active .text {
  bottom: 50%;
}

.case_section #pro_img_gallery2 .swiper-slide-active img {
  transform: scale(1.03);
  width: 100%;
  max-height: 1000px;
  object-fit: cover;
}

.case_section .swiper-slide-active {
  display: block;
  position: relative;
  z-index: 333;
}

.case_section .a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1200px) {
  .case_section .case_main {
    padding-bottom: 1.4rem;
  }

  .case_nav>.container {
    max-width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 992px) {
  .case_section .case_nav #pro_img_thumbs2 .swiper-slide {
    width: 50%;
  }

  .pro_button {
    width: 1.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .case_section .case_nav #pro_img_thumbs2 .swiper-slide {
    width: 100%;
  }

  #pro_img_thumbs2 {
    display: none;
  }

  .case_section #pro_img_gallery2 .text .my_more1 {
    display: none;
  }

  .pro_button {
    width: 100%;
        height: 80px;
        top: 70px;
  }
  .pro_button .swiper-button-next {
    left: 15%;
  }
  .pro_button .swiper-button-prev {
    right: 90%;
  }
  .case_section .case_main {
    padding-bottom: 0.8rem;
  }
  .case_section #pro_img_gallery2 .text .title {
    max-width: 100%;
    font-size: 30px;
  }
  .case_section #pro_img_gallery2 .text .p {
    display: none;
  }
}

/*--------------------------------------------------------------
# news
--------------------------------------------------------------*/
.news_section * {
  transition: 0.6s;
}

.news_section {
  padding: 110px 0px 130px;
  overflow: hidden;
  background: url(https://www.dlt-sling.com/front/images/news_bg.jpg) 0% 0% / cover no-repeat;
}

.news_section ul {
  list-style: none;
  padding-left: 0;
}

.news_section .tl .h4 {
  left: 0px;
  margin-left: 0px;
  background-position: left bottom;
}

.news_section .news_left {
  float: left;
  width: 58%;
}

.news_section .news_left ul {
  margin: 0px -15px;
}

.news_section .news_left ul li {
  float: left;
  width: 50%;
  padding: 0px 15px;
}

.news_section .news_left ul li .li,
.news_right ul {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(221, 221, 221);
  border-image: initial;
}

.news_section .news_left ul li .text {
  background: rgb(255, 255, 255);
  padding: 25px 15px 0px;
}

.news_section .news_left ul li .text .title {
  color: rgb(51, 51, 51);
  display: block;
  font-family: Nexa;
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}

.news_section .news_left ul li .text p {
  font-size: 16px;
  color: rgb(153, 153, 153);
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin: 5px 0px;
}

.news_section .news_left ul li .news_info {
  align-items: center;
  display: flex;
  color: rgb(170, 170, 170);
  font-size: 14px;
  padding: 20px 0px;
}

.news_section .news_left ul li .news_info img {
  margin-right: 8px;
}

.news_section .news_right {
  float: left;
  width: 42%;
  padding-left: 30px;
}

.news_section .news_right ul li {
  align-items: center;
  padding: 20px 36px 0px;
  background: rgb(255, 255, 255);
}

.news_section .news_right ul li .li {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(234, 234, 234);
}

.news_section .news_right ul li .news_date {
  margin-right: 36px;
  text-align: center;
  color: rgb(170, 170, 170);
}

.news_section .news_right ul li .news_date p {
  color: rgb(51, 51, 51);
  font-size: 36px;
  font-family: Nexa;
  line-height: 50px;
}

.news_section .news_right ul li .title {
  color: rgb(51, 51, 51);
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  font-family: Nexa;
  margin-right: 80px;
  overflow: hidden;
}

.news_section .news_right ul li i {
  color: rgb(51, 51, 51);
  font-size: 30px;
}
@media (max-width: 767px) {
  .news_section .news_left, .news_section .news_right {
    width: 100%;
  }
  .news_section .news_right {
    padding-left: 0;
    margin-top: 20px;
  }
}
/*--------------------------------------------------------------
## module project
--------------------------------------------------------------*/
.module-project {
  overflow: hidden;
  margin: 2rem 0;
}

.module-project .desc {
  padding-bottom: 1rem;
  font-weight: 400;
  font-size: 1rem;
}

.module-project .slick-slider .slick-slide {
  padding-left: 0;
  padding-right: 0;
}

.module-project .project a {
  margin-bottom: -0.375rem;
}

.banner-project {
  text-align: center;
  position: relative;
  width: 100%;
  height: 270px;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
  display: table;
}

.banner-project h1 {
  color: #fff;
  vertical-align: middle;
  margin: 0;
  display: table-cell;
}

.spro {
  padding-top: 3rem;
}

.spro .heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 2rem;
}

.tbl-info li {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  margin-bottom: 10px !important;
}

.tbl-info li i {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  width: 34px;
  color: #293d55;
  font-size: 25px;
}

.single-project-hotline {
  background: transparent url(images/icon-hotline.png) no-repeat left center;
  background-size: auto 100%;
  min-height: 3.75rem;
  padding-top: 0.25rem;
  padding-left: 5rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.single-project-hotline span,
.single-project-hotline a {
  color: #607087;
  display: block;
}

.single-project-hotline span {
  font-size: 0.75rem;
}

.single-project-hotline a {
  font-size: 1.5rem;
  font-weight: 700;
}

.hot_left {
  margin-top: 30px;
  border-radius: 0;
}

.hot_left ul {
  border-bottom: none;
  margin-top: 0.1rem;
  padding-left: 0;
}

.hot_left ul li {
  list-style: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  position: relative;
}

.hot_left ul li .li {
  position: relative;
  z-index: 999;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  border: 1px solid #eee;
  background: #fff;
  padding: 10px;
  margin-bottom: 8px;
}

.hot_left ul li .img {
  float: left;
  width: 30%;
  display: inline-block;
  margin-right: 0.15rem;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.hot_left ul li .h4 a {
  color: #333;
  overflow: hidden;
  line-height: 20px;
  max-height: 50px;
  display: block;
  margin-bottom: 0.05rem;
  margin-top: 0.1rem;
  font-size: 16px;
  font-family: 'Nexa';
}

.hot_left ul li .more {
  text-transform: uppercase;
  color: #607087;
  display: block;
  margin-top: 0.1rem;
  font-size: 14px;
  font-family: 'Nexa';
}

.hot_left ul li .more i {
  margin-left: 0.04rem;
}

.hot_left ul li:hover .li {
  border: 1px solid #ff842c;
}

.hot_left ul li:hover .img img {
  transform: scale(1.1);
}

.hot_left ul li:hover .more {
  color: #ff842c;
}

.i_title {
  text-align: center;
  margin-bottom: 0.4rem;
}

.i_title .h4 {
  font-size: 50px;
  text-transform: capitalize;
  color: #212e38;
  line-height: 60px;
  position: relative;
  margin-bottom: 30px;
  font-family: 'Nexa';
}

.tags_ul span {
  font-size: 15px;
  text-transform: uppercase;
  color: #333;
  margin-right: 0.06rem;
  font-family: 'Nexa';
}

.tags_ul a {
  display: inline-block;
  padding: 0px 15px;
  text-transform: capitalize;
  line-height: 30px;
  border: 1px solid #f1f1f1;
  font-size: 14px;
  margin: 2px;
  border-radius: 3px;
  background: #fafafa;
  color: #666;
}

.tags_ul i {
  margin-right: 0.3rem;
  color: #ccc;
  transition: 0.6s all;
}

.tags_ul a:hover {
  background: #607087;
  color: #fff;
}

.title-product {
  color: #333;
  font-size: 20px;
  line-height: 24px;
  display: block;
  margin: 0 0 0.15rem;
  padding: 0 0.15rem;
  overflow: hidden;
  margin-top: 15px;
  font-family: 'Nexa';
  text-align: center;
}

.my_more1 {
  display: inline-block;
  padding: 0 25px;
  line-height: 50px;
  color: #607087;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  text-transform: capitalize;
  font-family: 'Nexa';
  font-size: 16px;
  border: 1px solid #607087;
}

.my_more1:hover {
  background: #607087;
  color: #fff;
}

.my_more1:before {
  content: ' ';
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.my_more1:after {
  position: absolute;
  right: 0.1rem;
  top: 50%;
  line-height: 20px;
  margin-top: -10px;
  height: 100%;
  display: inline-block;
  content: '\f105';
  font-family: FontAwesome;
  line-height: 20px;
  width: 18px;
  font-size: 0.18rem;
  opacity: 0;
}

.main-more {
  text-align: left !important;
  margin-top: 30px;
}

.pro_more a {
  background: #333;
  text-transform: capitalize;
  line-height: 50px;
  padding: 0 15px;
  display: inline-block;
  color: #fff;
  margin-right: 0.1rem;
  position: relative;
}

.pro_more a:before {
  position: absolute;
  content: '';
  opacity: 0;
  top: 0;
  left: 0;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.03) 1%,
      rgba(255, 255, 255, 0.6) 30%,
      rgba(255, 255, 255, 0.85) 50%,
      rgba(255, 255, 255, 0.85) 70%,
      rgba(255, 255, 255, 0.85) 71%,
      rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
  width: 30%;
  height: 100%;
  transform: skew(-10deg, 0deg);
  animation: move 2s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}

@keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }

  5% {
    opacity: 0;
  }

  48% {
    opacity: 0.2;
  }

  80% {
    opacity: 0;
  }

  100% {
    left: 82%;
  }
}

.pro_more a:hover {
  transform: translate3d(0, -3px, 0);
  -webkit-transform: translate3d(0, -3px, 0);
}

.pro_more div {
  display: inline-block;
}

.pro_more .main-more a {
  background: #607087;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 16px;
  font-family: 'Nexa';
}

.pro_more a i {
  margin-right: 6px;
}

.n_title {
  font-size: 30px;
  line-height: 40px;
  color: #333 !important;
  float: left;
  text-transform: capitalize;
}

.breadcrumbs-f i {
  font-size: 12px;
  line-height: 2;
  color: #607087;
}

.breadcrumbs-f i,
.breadcrumbs-f nav {
  float: left;
}

.bestselling-products-slider .my_more1 {
  padding: 0 20px;
  line-height: 40px;
}

.nav_h4 i {
  font-size: 16px;
  margin-right: 12px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .banner-project {
    height: 120px;
  }

  .banner-project h1 {
    font-size: 1.5rem;
  }

  .spro .heading {
    margin-top: 0rem;
  }
}

/*--------------------------------------------------------------
# Page Box
--------------------------------------------------------------*/

.page_bg {
  background: #fafafa;
  padding-bottom: 80px;
}

.page_bg .page_main {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
  background: #fff;
  margin-top: -60px;
  position: relative;
  z-index: 666;
  padding: 40px;
}

.mbx_section {
  text-align: center;
  font-size: 15px;
  position: relative;
  z-index: 333;
  margin-bottom: 60px;
  background: #f7f7f7;
  padding: 15px 0;
}

.page_bg .page_main .mbx_section {
  background: none;
  padding: 0;
}

.page_bg .page_main .mbx_section .n_title,
.page_bg .page_main .mbx_section .mbx {
  float: none;
}

.mbx_section a,
.mbx_section span {
  font-size: 15px;
  color: #666;
  font-weight: normal;
  display: inline-block;
}

.mbx .breadcrumbs-f {
  display: flex;
  justify-content: center;
}

.mbx .breadcrumbs-f i {
  line-height: 1.75;
}

.mbx_section span.separator {
  padding: 0 10px;
}

.page_nav {
  margin-bottom: 0;
  padding: 0;
  padding-top: 0;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #eee;
}

.page_nav ul {
  list-style: none;
  text-align: center;
  display: flex;
  align-items: center;
  border-radius: 0;
  justify-content: center;
}

.page_nav li {
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
  padding-right: 20px;
  float: left;
}

.page_nav li a {
  display: flex;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  transition: all 0.5s;
  position: relative;
  z-index: 5;
  align-items: center;
  justify-content: center;
  background: #e9e9e9;
  padding: 15px 30px;
  color: #333;
  font-family: 'Nexa';
}

.page_nav li a:hover,
.page_nav li.active a {
  text-decoration: none;
  color: #fff;
  background: #607087;
}

.page_nav li a:after {
  bottom: -10px;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #607087;
  border-width: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
  margin-left: -10px;
}

.page_nav li a:hover:after,
.page_nav li.active a:after {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: -20px;
}

.imagetext-wrapper img {
  width: 100vw;
  object-fit: cover;
}

.imageboxtext-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 20px;
}

.nd {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

@media only screen and (max-width: 992px) {
  .page_nav li a {
    line-height: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .page_nav ul {
    display: block;
  }

  .page_nav li {
    width: 100%;
    margin-bottom: 10px;
  }

  .page_nav {
    border: none;
  }

  .site-logo .top_email,
  .site-header .language,
  .site-header .nav_quote {
    display: none;
  }

  .site-header {
    padding: 0 20px;
  }

  .site-logo img {
    max-height: 60px;
    margin-left: 0;
  }

  .site-header {
    padding: 0 20px;
  }

  .ico_search {
    margin-top: 0px;
    padding-left: 0;
    width: 50px;
    height: 50px;
    line-height: 45px;
    overflow: hidden;
    background-color: #607087;
    color: #fff;
  }
}

/*--------------------------------------------------------------
# widget
--------------------------------------------------------------*/
.widget ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.widget .menu {
  display: flex;
  flex-wrap: wrap;
}

.widget .menu li {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.widget .menu li a {
  font-size: 85%;
  color: #293d55;
  border: 1px solid #e5e5e5;
  display: block;
  padding: 0.25rem 1rem;
}

.widget .menu li a:hover {
  color: #fff;
  background: #293d55;
  border-color: #293d55;
}

.widget.widget_categories ul li:not(:last-of-type) {
  border-bottom: 1px dashed #ccc;
}

.widget.widget_categories ul li:not(:last-of-type) {
  border-bottom: 1px dashed #ccc;
}

.widget.widget_categories ul li a {
  display: inline-block;
  padding: 0.5rem 0;
}

.widget_calendar table {
  width: 100%;
  position: relative;
}

.widget_calendar table caption {
  font-size: 85%;
  color: #fff;
  background-color: #607087;
  text-align: center;
  caption-side: top;
  margin-bottom: 0.5rem;
}

.widget_calendar table tr {
  display: flex;
}

.widget_calendar table thead th,
.widget_calendar table tbody td {
  font-size: 85%;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin: 0.25rem;
}

.widget_calendar table thead th {
  background: #f3f3f3;
}

.widget_calendar table tbody .pad {
  visibility: hidden;
}

.widget_calendar tfoot {
  display: none;
}

/*--------------------------------------------------------------
# entry
--------------------------------------------------------------*/
.entry-content a {
  color: #293d55;
  text-decoration: underline;
}

.entry-content a:hover {
  color: #607087;
}

.entry-content cite {
  font-style: normal;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-size: inherit;
  font-weight: 700;
  margin-bottom: 1rem;
}

.entry-content h2 {
  font-size: 14pt;
  color: #293d55;
}

.entry-content h3 {
  color: #607087;
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.125rem;
}

.entry-content ul li,
.entry-content ol li {
  margin-bottom: 1rem;
}

.entry-content table {
  table-layout: fixed;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #dee2e6;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 100%;
}

.entry-content table th,
.entry-content table td {
  border: 1px solid #dee2e6;
  padding: 5px;
}

.entry-content table th {
  font-weight: 600;
  text-transform: uppercase;
}

.entry-content table thead th {
  border-bottom: 2px solid #dee2e6;
  padding: 0.75rem;
}

.entry-content img.centered,
.entry-content .aligncenter {
  display: block;
  margin: 0 auto 1em;
}

.entry-content img.alignnone {
  margin-bottom: 1em;
}

.entry-content .alignleft {
  float: left;
  text-align: left;
}

.entry-content .alignright {
  float: right;
  text-align: right;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
  margin: 0 1em 1em 0;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
  margin: 0 0 1em 1em;
}

.entry-content .wp-caption {
  max-width: 100%;
}

.entry-content .wp-caption-text {
  font-weight: 400;
  text-align: center;
  color: #999;
  padding: 0.75rem;
}

.entry-content blockquote {
  font-size: 14pt;
  font-style: italic;
  color: #293d55;
  display: flex;
}

.entry-content blockquote:before {
  content: '\f10d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 1.5rem;
}

.list-share li a {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  background: #3b5998;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.125rem 0.5rem;
}

.list-share li a:hover {
  opacity: 0.7;
}

.list-share li.twitter a {
  background: #55acee;
}

.list-share li.google a {
  background: #e02f2f;
}

.list-share li.linkedin a {
  background: #007bb5;
}

.term-description {
  position: relative;
}

.term-description[aria-expanded='false']:after {
  content: ' ';
  width: 100%;
  height: 3rem;
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  -webkit-box-shadow: inset 0px -3rem 1rem 0px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: inset 0px -3rem 1rem 0px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0px -3rem 1rem 0px rgba(255, 255, 255, 0.75);
}

.term-description+div a {
  text-decoration: none;
}

/*--------------------------------------------------------------
# single product
--------------------------------------------------------------*/
.text-color {
  color: #607087;
}

.text-color:hover a {
  color: #fff;
}

.product .product-images .slick-list {
  margin: 0;
}

.product .product-images .slick-slide {
  padding: 0;
}

#pro_img_thumbs {
  padding-top: 15px;
}

#pro_img_thumbs .swiper-slide {
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #eee;
  padding: 2px;
  width: 117px !important;
}

#pro_img_thumbs .swiper-slide img {
  width: 110px;
}

#pro_img_thumbs .swiper-slide-thumb-active {
  border: 2px solid #607087;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.order-p {
  display: inline-block;
  overflow: hidden;
  clear: both;
  padding: 9px 0;
  border-radius: 4px;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  color: #fff !important;
  text-align: center;
  background: #293d55;
  margin: 0 0 20px;
  text-decoration: none;
  border-bottom: 0 !important;
  max-width: 350px;
  width: 100%;
}

.order-p:hover {
  background: #607087;
}

.excerpt table {
  border: 1px solid #e5e5e5;
  max-width: 100%;
}

.excerpt table th,
.excerpt table td {
  border: 1px solid #e5e5e5;
  padding: 0.5rem;
}

.excerpt table td:first-child {
  font-weight: 700;
}

.pro_table .pro_main_title {
  font-size: 26px;
  line-height: 36px;
  overflow: hidden;
  display: block;
  text-transform: capitalize;
  color: #333;
  margin-bottom: 0.2rem;
  font-weight: normal;
  font-family: 'Nexa';
}

.pro_table .pro_main_text {
  line-height: 26px;
  padding-bottom: 0.2rem;
  font-size: 16px;
}

.pro_table ul {
  padding-left: 0;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
}

.pro_table ul li {
  color: #666;
  list-style: none;
  float: left;
  width: 50%;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.pro_table ul li p {
  color: #666;
  float: left;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: 'Inter';
  font-size: 15px;
}

.pro_table ul li p:first-of-type {
  display: inline-block;
  margin-right: 0.1rem;
  vertical-align: middle;
  margin-bottom: 0;
  color: #333;
  font-size: 16px;
  padding: 10px;
  border-right: 1px solid #f7f7f7;
  min-width: 25%;
  font-family: 'Nexa';
}

.dmsp .title-dm {
  align-items: center;
  padding: 14px 18px !important;
}

.dmsp .toggle-arrow {
  margin-left: auto;
}

.dmsp .toggle-arrow .fa-chevron-down {
  transition: transform 0.3s ease;
}

.dmsp .toggle-arrow[aria-expanded='true'] .fa-chevron-down {
  transform: rotate(180deg);
}

.unfold.nav_h4 {
  line-height: 30px;
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  position: relative;
  padding: 10px;
  background: #293e54;
  font-family: 'Nexa';
  width: 100%;
  display: block;
}

.pro-details {
  padding: 10px 10px;
  line-height: 30px;
  border-right: 1px solid #e5e5e5;
  text-transform: capitalize;
  font-family: 'Nexa';
  background: #eee;
  color: #555;
  font-size: 22px;
  width: 100%;
}

.list-dmsp {
  font-family: 'Nexa';
}

.related-products {
  position: relative;
  padding: 0 25px;
}

.related-products .swiper-button-next,
.related-products .swiper-button-prev {
  color: #000;
}

.related-products .swiper-button-next:after,
.related-products .swiper-button-prev:after {
  font-size: 20px;
}

.related-products .swiper-slide {
  height: auto;
}

.related-products .swiper-button-next,
.related-products .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.related-products .swiper-button-next:after,
.related-products .swiper-button-prev:after {
  font-size: 16px;
}

.related-products .swiper-button-disabled {
  opacity: 0.3;
}

.button_inside,
.button_outside {
  position: relative;
}

.button_outside .swiper-button-next {
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.button_outside .swiper-button-prev {
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.product-description {
  color: #999;
  line-height: 22px;
  overflow: hidden;
  padding: 0 15px;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .module-related-products .col-archive-product {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (max-width: 575px) {

  .single-suffix .col-suffix:nth-child(1),
  .single-suffix .col-suffix:nth-child(2),
  .single-suffix .col-suffix:nth-child(3) {
    max-width: 33.333333%;
  }

  .single-suffix {
    display: none;
  }
}

.sitemap-nav ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.sitemap-nav .menu>li {
  margin-bottom: 1.5rem;
}

.sitemap-nav .menu>li>a {
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0.25rem;
}

.sitemap-nav .sub-menu a {
  color: #293d55;
  display: inline-block;
  margin-bottom: 0.25rem;
}

.sitemap-nav a:hover {
  color: #607087;
}

.col-archive-product h2 a {
  display: block;
  overflow: hidden;
  height: 45px;
  line-height: 22px;
}

/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/
.row.mb-5.news {
  position: relative;
  padding: 15px;
  padding-left: 0;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
  transition: 0.5s all;
  margin-left: 0px;
}

.news .text h2 a {
  line-height: 24px;
  font-size: 18px;
  max-height: 48px;
  color: #333;
  overflow: hidden;
  margin: 0 0 10px;
  font-family: 'Nexa';
}

.news .text .day {
  color: #999;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.news .text p {
  color: #777;
  max-height: 52px;
  overflow: hidden;
  line-height: 26px;
  margin-top: 6px;
  margin-bottom: 18px;
}

.news .text a.my_more1 {
  display: inline-block;
  padding: 0 25px;
  line-height: 50px;
  color: #607087;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  text-transform: capitalize;
  font-family: 'Nexa';
  font-size: 16px;
  border: 1px solid #607087;
}

.news .text a.my_more1:hover {
  background: #607087;
  color: #fff;
}

.news .text a.my_more1:before {
  content: ' ';
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.news .text a.my_more1:after {
  position: absolute;
  right: 0.1rem;
  top: 50%;
  line-height: 20px;
  margin-top: -10px;
  height: 100%;
  display: inline-block;
  content: '\f105';
  font-family: FontAwesome;
  line-height: 20px;
  width: 18px;
  font-size: 0.18rem;
  opacity: 0;
}

.news img {
  height: 265px;
  width: 100vw;
  object-fit: cover;
}
.blog-info {
  border-bottom: 2px dotted #eee;
  padding: 0.1rem 0;
  margin-bottom: 0.2rem;
}
/*--------------------------------------------------------------
# site footer
--------------------------------------------------------------*/
.modal-dialog {
  padding-top: 130px;
}
.footer_tel {
  padding-right: 15px;
}
.site-footer ul {
  list-style: none;
  padding-left: 0;
}

#footer {
  color: #aabaca;
  position: relative;
  padding: 0.3rem 0 0;
  background-size: cover !important;
  overflow: hidden;
  font-size: 16px;
}

#footer .main {
  padding: 0 0.8rem;
}

#footer ul li {
  list-style: none;
}

#footer a {
  color: #aabaca;
}

#footer a:hover {
  color: #fff;
  text-decoration: underline;
}

#footer .ul li a {
  font-size: 16px;
  line-height: 26px;
  padding: 5px 0;
  display: inline-block;
  position: relative;
}

#footer .ul li a:after {
  display: block;
  color: #8d9bae;
  content: '\f105';
  position: absolute;
  top: 0px;
  left: 0;
  padding: 5px 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  font-family: 'FontAwesome';
  opacity: 0;
}

#footer .ul li:hover a:after {
  color: #fff;
  left: 0px;
  opacity: 1;
  font-size: 12px;
  top: -2px;
}

#footer .ul li:hover a {
  padding-left: 12px;
}

#footer .footer_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 35px;
  margin: 25px 0;
}

#footer .footer_top span {
  display: flex;
  margin-bottom: 10px;
  justify-content: flex-end;
  color: #fff;
}

#footer .footer_top span img {
  margin-right: 15px;
}

#footer .footer_top p {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-family: 'Nexa';
}

#footer .footer_con {
  float: left;
  padding-right: 4%;
}

#footer .footer_con .title_h4 {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 25px;
}

#footer .footer_code {
  float: right;
  text-align: right;
  margin-top: 0.2rem;
}

#footer .footer_email {
  background: rgba(255, 255, 255, 0.05);
  margin-top: 50px;
}

#footer .footer_email .email_l {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #fff;
  font-family: 'montserratB';
  float: left;
  width: 50%;
  height: 14px;
}

#footer .footer_email .email_l .icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  background: url(https://www.dlt-sling.com/front/images/email_ico.png) no-repeat center center;
  margin-right: 26px;
}

#footer .footer_email .email_r {
  width: 50%;
  float: left;
  display: flex;
  align-items: center;
  height: 140px;
}

#footer .footer_email .email {
  position: relative;
  width: 100%;
  margin: 20px 0;
  display: flex;
}

#footer .footer_email .email_main {
  height: 48px;
  border: none;
  color: #999;
  float: left;
  line-height: 100%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 1) url(https://www.dlt-sling.com/front/images/email_ico2.png) no-repeat 16px center;
  padding-left: 55px;
  border-radius: 0;
  width: 100%;
  font-size: 14px;
}

#footer .footer_email .email_main:focus {
  color: #333;
}

#footer .footer_email .email_btn {
  background: #29b6f6;
  text-transform: capitalize;
  height: 48px;
  padding: 0 20px;
  color: #fff;
  flex-shrink: 0;
  cursor: pointer;
  font-family: 'montserratB';
  font-size: 16px;
}

#footer .footer_sns {
  display: inline-block;
  margin-top: 40px;
}

#footer .footer_sns a {
  width: 36px;
  margin-right: 3px;
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
  float: left;
}

#footer .footer_sns a img {
  opacity: 0.5;
}

#footer .footer_sns a:hover img {
  opacity: 1;
}

@keyframes run1 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(100%);
  }
}

@-webkit-keyframes run1 {
  0% {
    -webkit-transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(100%);
  }
}

#footer .footer_code .ewm {
  width: 120px;
  height: 120px;
  padding: 5px;
  position: relative;
  background: url(https://www.dlt-sling.com/front/images/code_line2.png) center center no-repeat;
  background-size: 100%;
  overflow: hidden;
  display: inline-block;
}

#footer .footer_code .ewm img {
  width: 100%;
}

#footer .footer_code .ewm .sm {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  animation: run1 2s infinite;
  -webkit-animation: run1 2s infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.hidden {
  display: none !important;
}

.hidden_web {
  display: none;
}

@media screen and (max-width: 992px) {
  .hidden_mob {
    display: none !important;
  }

  .hidden_web {
    display: block !important;
  }
}

@media screen and (max-width: 992px) {
  #footer .footer_top {
    display: none;
  }

  #footer .footer_code {
    width: 100%;
    text-align: left;
    display: flex;
    margin-top: 0;
  }

  #footer .footer_code .ewm {
    margin-right: 15px;
  }
}

@media screen and (max-width: 500px) {
  #footer .footer_email .email_main {
    height: 40px;
  }

  #footer .footer_email .email {
    display: block;
  }

  #footer .footer_email .email_btn {
    width: 100%;
    margin-top: 10px;
    height: 40px;
  }
}

#footer .footer_con ul {
  margin-bottom: 25px;
}

#footer .footer_con .p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-family: 'montserratB';
  margin-top: 20px;
}

#footer .footer_con p {
  margin-bottom: 10px;
  margin-top: 20px;
}

#footer .footer_con a {
  text-transform: none;
  line-height: 32px;
  display: flex;
  align-items: center;
}

#footer .footer_con .my_more2 {
  line-height: 0.46rem;
  color: #fff;
  text-transform: uppercase;
}

#footer .footer_con ul li a {
  line-height: 26px;
}

#footer .footer_con ul li {
  position: relative;
  padding-left: 36px;
  line-height: 26px;
  margin-bottom: 5px;
}

#footer .footer_con ul li:after {
  position: absolute;
  left: 0px;
  top: 0px;
  content: '';
  width: 40px;
  height: 30px;
  background-position: left center;
  background-repeat: no-repeat;
}

#footer .footer_con .con_add:after {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg t='1651116996541' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='7043' xmlns:xlink='http://www.w3.org/1999/xlink' width='18' height='22'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E@font-face %7B font-family: feedback-iconfont; src: url('//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff2?t=1630033759944') format('woff2'), url('//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff?t=1630033759944') format('woff'), url('//at.alicdn.com/t/font_1031158_u69w8yhxdu.ttf?t=1630033759944') format('truetype'); %7D %3C/style%3E%3C/defs%3E%3Cpath d='M877.216 491.808M895.904 448c0-212.064-171.936-384-384-384-212.064 0-384 171.936-384 384 0 104.672 42.016 199.456 109.92 268.736L237.664 716.736l1.568 1.568c0.768 0.768 1.536 1.568 2.336 2.336l217.12 217.12c29.376 29.376 76.992 29.376 106.368 0l217.12-217.12c0.768-0.768 1.568-1.536 2.336-2.336l1.568-1.568-0.16 0C853.888 647.456 895.904 552.672 895.904 448zM565.088 847.36c-53.12 53.12-53.152 53.248-106.368 0L285.76 673.472C228 615.648 191.904 536.224 191.904 448c0-176.736 143.264-320 320-320 176.736 0 320 143.264 320 320 0 88.224-36.096 167.648-93.856 225.472L565.088 847.36zM512 256c-106.048 0-192 85.952-192 192s85.952 192 192 192 192-85.952 192-192S618.048 256 512 256zM512 576c-70.688 0-128-57.312-128-128s57.312-128 128-128 128 57.312 128 128S582.688 576 512 576z' p-id='7044' fill='%23aabaca'%3E%3C/path%3E%3C/svg%3E");
}

#footer .footer_con .con_tel:after {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg t='1651116790234' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='3577' xmlns:xlink='http://www.w3.org/1999/xlink' width='18' height='22'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E@font-face %7B font-family: feedback-iconfont; src: url('//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff2?t=1630033759944') format('woff2'), url('//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff?t=1630033759944') format('woff'), url('//at.alicdn.com/t/font_1031158_u69w8yhxdu.ttf?t=1630033759944') format('truetype'); %7D %3C/style%3E%3C/defs%3E%3Cpath d='M506.189667 655.677307c3.924379 7.848759 11.773138 11.773138 19.621896 15.697517 19.621896 15.697517 39.243793 11.773138 47.092551 7.848759l39.243793-58.865689 0 0c7.848759-7.848759 15.697517-11.773138 23.546276-19.621896 7.848759-3.924379 15.697517-7.848759 27.470655-7.848759l0 0c7.848759-3.924379 19.621896 0 27.470655 0l3.924379 0c7.848759 3.924379 15.697517 7.848759 23.546276 15.697517L863.306134 722.390731l3.924379 0c7.848759 7.848759 11.773138 15.697517 15.697517 23.546276l0 0c3.924379 7.848759 7.848759 19.621896 7.848759 27.470655 0 11.773138 0 23.546276-3.924379 31.395034l0 0c-3.924379 11.773138-11.773138 19.621896-19.621896 27.470655-7.848759 7.848759-19.621896 15.697517-35.319413 23.546276l0 3.924379c-11.773138 7.848759-31.395034 15.697517-47.092551 19.621896-82.411965 27.470655-168.747285 23.546276-251.158227-3.924379-7.848759-3.924379-19.621896-7.848759-27.470655-11.773138l0-62.790068c15.697517 3.924379 31.395034 11.773138 47.092551 15.697517 70.638827 23.546276 145.20101 31.395034 211.915457 7.848759 15.697517-3.924379 27.470655-11.773138 35.319413-15.697517l3.924379-3.924379c7.848759-3.924379 15.697517-11.773138 23.546276-15.697517 0-3.924379 3.924379-3.924379 3.924379-7.848759l0 0 0 0c0 0 0 0 0-3.924379 0-3.924379 0-3.924379 0-3.924379l0 0c0-3.924379-3.924379-3.924379-3.924379-3.924379l0-3.924379L682.785711 651.752928l0 0c-3.924379 0-3.924379 0-7.848759 0l0 0-3.924379 0 0 0c-3.924379 0-3.924379 0-3.924379 0l0 0 0 0c-3.924379 0-3.924379 3.924379-3.924379 3.924379l0 0 0 0-47.092551 62.790068c0 3.924379-3.924379 7.848759-7.848759 7.848759 0 0-47.092551 31.395034-102.032838 3.924379L506.189667 655.677307zM298.198589 153.35983l113.805976 145.20101 0 3.924379c3.924379 7.848759 7.848759 15.697517 11.773138 23.546276 0 7.848759 3.924379 19.621896 0 27.470655 0 11.773138-3.924379 19.621896-7.848759 27.470655l0 3.924379c-7.848759 7.848759-11.773138 11.773138-19.621896 19.621896l-3.924379 0-54.94131 39.243793c-3.924379 7.848759-7.848759 27.470655 7.848759 47.092551 23.546276 35.319413 51.016931 70.638827 82.410941 98.108458l0 0 0 0c23.546276 23.546276 51.016931 47.092551 78.487585 66.714448l0 74.563206c-3.924379-3.924379-11.773138-7.848759-15.697517-11.773138-39.243793-27.470655-74.563206-54.94131-105.957217-86.335321l0 0c-31.395034-31.395034-62.790068-66.714448-86.335321-105.957217-47.092551-62.790068-7.848759-117.730355-7.848759-117.730355 0-3.924379 3.924379-3.924379 7.848759-7.848759l58.865689-43.168172 3.924379-3.924379c0 0 0 0 3.924379 0l0-3.924379c0 0 0 0 0-3.924379l0-3.924379c0-3.924379 0-3.924379 0-3.924379l0 0 0 0L251.107061 188.67822l0 0c-3.924379 0-3.924379 0-3.924379-3.924379l-3.924379 0c0 0 0 0-3.924379 0l-3.924379 0 0 0c-3.924379 0-3.924379 3.924379-7.848759 3.924379-3.924379 7.848759-11.773138 15.697517-15.697517 23.546276-7.848759 11.773138-15.697517 23.546276-19.621896 39.243793-23.546276 66.714448-15.697517 141.27663 7.848759 211.915457 23.546276 78.487585 74.563206 153.049768 137.352251 215.839837 51.016931 51.016931 105.957217 94.184079 168.747285 121.654734l0 62.790068c-78.487585-31.395034-149.125389-82.410941-211.915457-141.27663-66.714448-70.638827-121.654734-153.049768-153.049768-239.386112-27.470655-82.410941-31.395034-168.747285-3.924379-251.158227 7.848759-19.621896 15.697517-35.319413 23.546276-47.092551l0 0 0 0c7.848759-15.697517 15.697517-27.470655 23.546276-35.319413 7.848759-7.848759 15.697517-15.697517 27.470655-19.621896l3.924379 0c7.848759-3.924379 15.697517-3.924379 27.470655-3.924379 11.773138 0 19.621896 3.924379 27.470655 7.848759l3.924379 0L298.198589 153.35983zM298.198589 153.35983 298.198589 153.35983 298.198589 153.35983 298.198589 153.35983zM298.198589 153.35983 298.198589 153.35983 298.198589 153.35983 298.198589 153.35983z' p-id='3578' fill='%23aabaca'%3E%3C/path%3E%3C/svg%3E");
}

#footer .footer_con .con_email:after {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg t='1651116930952' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='6218' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='22'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E@font-face %7B font-family: feedback-iconfont; src: url('//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff2?t=1630033759944') format('woff2'), url('//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff?t=1630033759944') format('woff'), url('//at.alicdn.com/t/font_1031158_u69w8yhxdu.ttf?t=1630033759944') format('truetype'); %7D %3C/style%3E%3C/defs%3E%3Cpath d='M983.899806 785.385782V224.886223h0.180631l-0.180631-4.696419c-0.180632-5.238314-0.722526-10.476627-1.806315-15.714941-2.890104-25.469042-21.675781-44.977245-45.519139-47.686717H122.287529c-11.741048 0-23.482096 1.625684-34.861881 5.238314-30.346093 10.295996-50.757453 40.100194-50.576821 74.058917v534.849885c-0.361263 21.314518 5.780208 42.087141 17.701887 59.789028l0.361263 0.722526 5.418946 3.973893c18.243782 21.856412 44.977245 34.319986 73.517022 34.500618H904.421944c37.751984 0 70.265655-27.094726 79.477862-66.291763l0.180631-0.541894c0.361263-5.96084 0.361263-11.741048-0.180631-17.701888zM390.16405 547.494091l55.453872 49.854295 43.893456 40.100194c5.418945 5.96084 13.005468 9.57347 21.133886 9.57347 7.947786 0 15.534309-3.431999 21.133886-9.57347l101.153642-91.941436 272.753572 263.721997H126.622685L390.16405 547.494091z m120.119951 30.346092L111.449638 216.03528H115.604163c214.409596-0.903158 703.559711-2.890104 793.875463-0.361263l-399.195625 362.166166z m165.458458-69.72376l251.619686-227.956959v474.518963L675.742459 508.116423z m-328.568707 0.180631L93.205856 760.278003V278.895043l253.967896 229.402011z' p-id='6219' fill='%23aabaca'%3E%3C/path%3E%3C/svg%3E");
  left: 2px;
}

#footer .footer_con .con_whatsapp:after {
  background-image: url("data:image/svg+xml,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg t='1651116875464' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='5327' xmlns:xlink='http://www.w3.org/1999/xlink' width='18' height='22'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E@font-face %7B font-family: feedback-iconfont; src: url('//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff2?t=1630033759944') format('woff2'), url('//at.alicdn.com/t/font_1031158_u69w8yhxdu.woff?t=1630033759944') format('woff'), url('//at.alicdn.com/t/font_1031158_u69w8yhxdu.ttf?t=1630033759944') format('truetype'); %7D %3C/style%3E%3C/defs%3E%3Cpath d='M623.915417 525.57825c3.851725 0 18.300808 6.520507 43.343157 19.560498 25.045419 13.041014 38.307468 20.894889 39.789215 23.561625 0.592494 1.481747 0.890276 3.705392 0.890276 6.668886 0 9.780761-2.51938 21.043269-7.55814 33.788547-4.743024 11.558244-15.263635 21.264303-31.565926 29.119201-16.300244 7.853875-31.4155 11.781324-45.345768 11.781324-16.893762 0-45.049009-9.188266-84.46881-27.564799-29.0445-13.335726-54.236252-30.823006-75.576279-52.458769-21.339004-21.635763-43.271526-49.051159-65.795519-82.245166-21.340027-31.712259-31.860638-60.461023-31.56388-86.246293l0-3.557012c0.889253-26.970258 11.855002-50.384527 32.897248-70.241784 7.114025-6.520507 14.818497-9.779737 23.11751-9.779737 1.777483 0 4.445242 0.222057 8.001231 0.666172 3.557012 0.444115 6.372128 0.667196 8.447393 0.667196 5.631254 0 9.558703 0.961908 11.781324 2.888793 2.222621 1.926886 4.519943 6.002714 6.890944 12.226462 2.371 5.92699 7.261381 18.968004 14.671141 39.120996 7.408737 20.154016 11.114129 31.269168 11.114129 33.342386 0 6.224772-5.112438 14.744819-15.337313 25.563212-10.224876 10.81737-15.338337 17.708314-15.338337 20.671809 0 2.075265 0.741897 4.297886 2.222621 6.668886 10.076496 21.635763 25.192775 41.938158 45.345768 60.907185 16.598027 15.70775 38.974663 30.674627 67.12991 44.900629 3.557012 2.075265 6.816243 3.111874 9.781784 3.111874 4.446265 0 12.447497-7.186679 24.006763-21.560038C612.356151 532.765953 620.060623 525.57825 623.915417 525.57825L623.915417 525.57825zM533.666974 761.199619c37.640272 0 73.724095-7.408737 108.252493-22.228257 34.527374-14.818497 64.238047-34.676777 89.134063-59.572794 24.896017-24.894993 44.75225-54.606689 59.572794-89.13611 14.818497-34.527374 22.228257-70.612221 22.228257-108.252493s-7.408737-73.724095-22.228257-108.252493c-14.81952-34.528398-34.676777-64.240093-59.572794-89.13611s-54.606689-44.753273-89.134063-59.572794c-34.528398-14.818497-70.612221-22.228257-108.252493-22.228257-37.641295 0-73.725118 7.40976-108.253516 22.228257-34.528398 14.81952-64.240093 34.676777-89.13611 59.572794-24.896017 24.896017-44.75225 54.607712-59.57177 89.13611-14.818497 34.528398-22.228257 70.612221-22.228257 108.252493 0 60.165288 17.783015 114.698299 53.348022 163.601078l-35.120892 103.585193 107.585297-34.231639C427.118286 745.788627 478.243687 761.199619 533.666974 761.199619L533.666974 761.199619zM533.666974 146.806577c45.345768 0 88.691995 8.890484 130.035612 26.673499 41.34464 17.783015 76.983325 41.640376 106.918102 71.575152s53.792137 65.573461 71.575152 106.918102 26.673499 84.690868 26.673499 130.036635c0 45.346791-8.890484 88.690972-26.673499 130.036635s-41.640376 76.984349-71.575152 106.918102c-29.934776 29.934776-65.573461 53.79316-106.918102 71.575152-41.345664 17.783015-84.690868 26.674523-130.035612 26.674523-57.795311 0-111.883183-13.930267-162.268734-41.789779l-185.384198 59.572794 60.461023-180.050726c-32.009018-52.755528-48.013527-110.401436-48.013527-172.937724 0-45.345768 8.891508-88.690972 26.674523-130.036635 17.781992-41.34464 41.641399-76.983325 71.576175-106.918102 29.933753-29.934776 65.573461-53.792137 106.918102-71.575152C444.976002 155.697061 488.320183 146.806577 533.666974 146.806577z' p-id='5328' fill='%23aabaca'%3E%3C/path%3E%3C/svg%3E");
}

.mob_follow a {
  display: inline-block;
  margin-right: 8px;
}

.footer_bottom {
  color: #aabaca;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 35px;
  font-size: 14px;
}

.footer_bottom a {
  color: #aabaca !important;
}

.footer_bottom .cop,
.footer_bottom .link,
.footer_bottom .ipv6 {
  display: inline-block;
  margin: 0 4px;
}

.footer_bottom .cop a {
  margin: 0 15px;
}

.footer_bottom .ipv6 img {
  margin-right: 10px;
}

*:focus {
  outline: none;
}

#footer .title_h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  margin-bottom: 15px;
  font-family: 'Nexa';
}

#footer .title_h4 img {
  margin-right: 20px;
}

@media screen and (max-width: 992px) {
  #footer .footer_email {
    margin-top: 0;
  }

  .footer_bottom {
    margin-top: 0;
    text-align: left;
  }

  #footer .footer_email .email_r {
    width: 100%;
    height: auto;
  }

  #footer {
    padding-top: 40px;
  }

  #footer .footer_con p {
    margin: 0;
  }

  #footer .footer_con {
    width: 100%;
    padding-right: 0;
  }

  #footer .footer_email {
    width: 100%;
  }

  #footer .footer_email p {
    display: none;
  }

  #footer .footer_con {
    padding-left: 0;
  }

  #footer .title_h4 {
    display: none;
  }

  #footer .footer_sns {
    text-align: left;
  }

  #footer .main {
    padding: 0 30px;
  }

  .footer_bottom {
    margin-top: 20px;
    padding-top: 10px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  #footer .footer_con .footer_logo {
    display: inline-block;
    width: 1.2rem;
    margin-bottom: 10px;
  }

  #footer .footer_con .p {
    display: none;
  }

  #footer .footer_email {
    padding-bottom: 20px;
  }

  #footer .footer_email .email_r {
    display: block;
  }

  #footer .footer_sns {
    margin-left: 0;
  }
}

@media screen and (max-width: 400px) {
  #footer .footer_code {
    display: block;
  }

  #footer .footer_code .ewm {
    display: block;
  }
}

/*--------------------------------------------------------------
# scroll top
--------------------------------------------------------------*/
.scroll-top,
.scroll-top:focus {
  font-size: 1.25rem;
  color: #607087;
  background: transparent;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 50%;
  display: none;
  position: fixed;
  top: 90%;
  right: 5.75rem;
  width: 46px;
  height: 46px;
  line-height: 46px;
  z-index: 1000;
}

.scroll-top:hover {
  color: #607087;
}

.progress-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.progress-circle-background {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
}

.progress-circle-bar {
  fill: none;
  stroke: #607087;
  stroke-width: 2;
  stroke-dasharray: 125.6;
  stroke-dashoffset: 125.6;
  transition: stroke-dashoffset 0.3s ease;
}

@media (max-width: 767px) {

  .scroll-top,
  .scroll-top:focus {
    top: 80%;
    right: 0.5rem;
  }
}

/*--------------------------------------------------------------
# floating hotline
--------------------------------------------------------------*/
/*fixed-contact*/
.fixed-contact {
  z-index: 999999;
  position: fixed;
  right: 0;
  top: 40%;
  width: 50px;
  margin-top: -90px;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s;
  transform: translateX(95px);
  -webkit-transform: translateX(95px);
  -moz-transform: translateX(95px);
}

.fixed-contact.show {
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.fixed-contact.active {
  width: 260px;
}

.fixed-contact li {
  position: relative;
  height: 50px;
  overflow: hidden;
  transition: all 0.4s;
  list-style: none;
  background: #607087;
  background-size: cover;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.fixed-contact.active li a {
  opacity: 1;
}

.fixed-contact li a {
  position: relative;
  z-index: 1000;
  display: block;
}

.fixed-contact.show .column i {
  font-size: 26px;
  color: #fff;
  margin: 12px;
}

.fixed-contact.active li:last-child:after {
  display: none;
}

.fixed-contact li:hover i,
.fixed-contact li:hover a {
  color: #fff;
}

.fixed-contact .online_p i {
  background-position: 0 -262px;
  border-top-left-radius: 30px;
  -moz-border-top-left-radius: 30px;
  -webkit-border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  -moz-border-top-right-radius: 30px;
  -webkit-border-top-right-radius: 30px;
}

.fixed-contact li a {
  position: absolute;
  top: 0;
  right: -135px;
  display: block;
  width: 210px;
  line-height: 110%;
  padding: 18px 0 0 50px;
  color: #fff;
  white-space: nowrap;
  transition: all 0.4s;
  font-size: 16px;
  text-align: left;
  opacity: 0;
}

.fixed-contact.active li a {
  right: 50px;
}

.fixed-contact .online_code a img {
  max-width: 80px;
  margin: 0 4px;
}

.fixed-contact .online_code p {
  margin-bottom: 8px;
}

.fixed-contact.active .online_code {
  height: 130px;
}

.fixed-contact.active .online_code a p {
  margin: 0;
  margin-bottom: 5px;
}

.fixed-contact li.online_code:hover a {
  opacity: 1;
  right: auto;
  left: 0;
}

@media only screen and (max-width: 992px) {
  .fixed-contact {
    display: none !important;
  }

  .fixed-contact.show {
    opacity: 0;
  }
}

.mobile_nav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  display: none;
  z-index: 9999;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.4);
  border-radius: 2px 2px 0 0;
  background: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 2px 0 20px 0 rgb(0 0 0 / 8%);
}

.mobile_nav a {
  display: inline-block;
  width: 20%;
  padding: 0 4px;
  float: left;
  text-align: center;
}

.mobile_nav a .icon {
  width: 0.24rem;
  height: 0.24rem;
  display: inline-block;
  fill: #808080;
  margin-top: 0.1rem;
}

.mobile_nav a p {
  color: #666;
  padding-top: 5px;
  font-size: 0.12rem;
  text-transform: uppercase;
  line-height: 12px;
  margin: 0;
  margin-bottom: 0.1rem;
}

.mobile_nav a:nth-child(3),
.mobile_nav a:nth-child(4) {
  float: right;
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .mobile_nav {
    display: block;
  }

  .mobile_nav a p {
    text-transform: capitalize;
  }

  .footer_bottom {
    margin-bottom: 0;
    text-align: left;
    font-size: 12px;
    margin-top: 0;
  }
}

/*fancybox*/
.fancybox-container {
  z-index: 999999;
}

.fancybox-slide {
  width: auto;
}

.fancybox-can-zoomIn .fancybox-content {
  left: 21%;
}

.fancybox-inner {
  right: 0 !important;
}

.fancybox-thumbs>ul {
  top: 25%;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: none;
}

.cgul {
  margin-left: 36%;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 21%;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 21%;
}

@media (max-width: 768px) {
  .cgul {
    margin-left: 0%;
  }
}

.img-home {
  padding: 15rem 0;
}

.plugins .plugin-update-tr .plugin-update {
  display: none;
}

@media (max-width: 484px) {
  .img-home {
    padding: 12rem 0;
  }
}

@media only screen and (max-width: 768px) {
  .i_title .h4 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    padding-top: 30px;
  }

  #category_thumbs {
    padding-left: 0;
  }

  .subcategory-slider {
    display: none !important;
  }
  .bg-cover {
    max-height: 160px;
  }
}