:root {
  --main-theme-color: #e2cb8a;
}

[dir="rtl"] .searchbox {
  margin-left: 0;
  margin-right: 70px;
}

[dir="rtl"] .fa-angle-double-right:before {
  content: "\f100";
}

[dir="rtl"] .search_g_box {
  right: auto;
  left: 0;
}
[dir="rtl"] .search_g_box form input {
  border-radius: 0px 3px 3px 0px;
  border-right: 2px solid #777;
}

[dir="rtl"] .search_g_box form button {
  border-radius: 3px 0px 0px 3px;
}

.searchbox {
  color: #fff;
  padding: 6px 0 0 0;
  position: relative;
}

.searchbox .fa {
  cursor: pointer;
}

.search_g_box {
  display: none;
  position: absolute;
  left: -200px;
  top: 39px;
}

.search_g_box form {
  background: #fff;
}

.search_g_box form input {
  background: #fff;
  border: none;
  outline: none;
  color: #000;
  text-indent: 10px;
}

.search_g_box form button {
  border: none;
  color: #000;
  padding: 10px;
  background: #fff;
}

.flag-icon {
  margin-right: 10px;
}

.breadcrumb_nav_img img {
  width: 100%;
}
.breadcrumb_nav_box .fa.fa-home {
  color: #666;
}
.breadcrumb_nav_box a {
  color: var(--main-theme-color);
  text-decoration: none;
  font-weight: 600;
}
.breadcrumb_nav_box .breadcrumb_nav_position {
  text-transform: none;
}
.breadcrumb_nav_box span {
  text-transform: capitalize;
}
.breadcrumb_nav_wrap {
  padding: 13px 0;
  background-color: #ececec;
}
.breadcrumb_nav_list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb_nav_list li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 10px;
}
.breadcrumb_nav_list li a {
  text-transform: capitalize;
}
.breadcrumb_nav_list li a:hover {
  color: var(--main-theme-color);
}
.breadcrumb_nav_list li i {
  margin-right: 4px;
}
[dir="rtl"] .breadcrumb_nav_list li i {
  margin-right: 0;
  margin-left: 4px;
}

[dir="rtl"] .breadcrumb_nav_list li {
  margin-left: 10px;
}

/*       comment-css         */

body {
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
}

.form-box .btn {
  border: none;
  display: inline;
  height: 100%;
  line-height: 50%;
  padding: 0;
}

.form-box .btn:hover {
  border: none;
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/*   hot-design swiper      */
@media only screen and (max-width: 1200px) {
  .swiper-slide {
    width: 770px;
  }
}

@media only screen and (max-width: 980px) {
  .swiper-slide {
    width: 471px;
  }
}

@media only screen and (max-height: 480px) {
  .swiper-slide {
    width: 471px;
  }
}

@-webkit-keyframes first {
  0% {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
    left: 0px;
  }
  /*091*/
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    left: 2px;
  }
  /*0915*/
}

@keyframes first {
  0% {
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
    left: 0px;
  }
  /*091*/
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    left: 2px;
  }
  /*0915*/
}

@-webkit-keyframes last {
  0% {
    -webkit-transform: scaleX(0.7);
    transform: scaleX(0.7);
    left: -10px;
  }
  /*1090*/
  20% {
    -webkit-transform: scaleX(0.3);
    transform: scaleX(0.3);
    left: 2px;
  }
  /*090*/
  100% {
    -webkit-transform: scaleX(0.3);
    transform: scaleX(0.3);
    left: 0px;
  }
  /*090*/
}

@keyframes last {
  0% {
    -webkit-transform: scaleX(0.7);
    transform: scaleX(0.7);
    left: -10px;
  }
  /*1090*/
  20% {
    -webkit-transform: scaleX(0.3);
    transform: scaleX(0.3);
    left: 2px;
  }
  /*090*/
  100% {
    -webkit-transform: scaleX(0.3);
    transform: scaleX(0.3);
    left: 0px;
  }
  /*090*/
}

@-webkit-keyframes middle {
  0% {
    -webkit-transform: scaleX(0.7);
    transform: scaleX(0.7);
    left: -10px;
  }
  /*1091*/
  20% {
    -webkit-transform: scaleX(0.45);
    transform: scaleX(0.45);
    left: 2px;
  }
  /*092*/
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    left: 2px;
  }
  /*0913*/
}

@keyframes middle {
  0% {
    -webkit-transform: scaleX(0.7);
    transform: scaleX(0.7);
    left: -10px;
  }
  /*1091*/
  20% {
    -webkit-transform: scaleX(0.45);
    transform: scaleX(0.45);
    left: 2px;
  }
  /*092*/
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    left: 2px;
  }
  /*0913*/
}

@media (max-width: 1740px) {
  .right-nav p {
    float: left;
    margin-right: 10px;
  }
}

@media (max-width: 1200px) {
  .header-top {
    display: none !important;
  }
  .add-ele .btn-close {
    float: right;
    display: none;
    font-size: 50px;
    color: #fff;
  }
}

@media (min-width: 1px) {
  .about-bg .about-us .content-img .content {
    padding: 20px;
  }
}

@media (min-width: 576px) {
  .about-bg .about-us .content-img .content {
    padding: 80px 100px 50px 80px;
  }
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: block !important;
  }
  .add-ele .navbar-collapse.collapse {
    display: none !important;
    height: auto !important;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .about-bg .about-us .content-img .image {
    position: absolute;
    right: 0;
    height: 100%;
  }

  .about-bg .about-us .content-img .image .img {
    height: 100%;
  }
}

.contact-us-bg .contact-content {
  color: #fff;
}

@media (min-width: 1200px) {
  .navbar-toggle {
    display: none !important;
  }
  .add-ele .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
  }
  .about-bg .about-us .content-img .content {
    padding: 24px 20px 50px 200px;
  }
  .contact-us-bg .contact-content {
    padding: 150px 0px;
  }
}

@media (max-width: 1200px) {
  .header-body .content-body .header-bottom div.add-ele .logo {
    left: 20px !important;
    top: -20px !important;
  }
  .add-ele .navbar-collapse.collapse {
    background-color: #999;
    opacity: 0.8;
    width: 100%;
  }
  .right-nav {
    padding: 0 !important;
  }
  .right-nav ul {
    -webkit-box-pack: left !important;
    -webkit-justify-content: left !important;
    -ms-flex-pack: left !important;
    justify-content: left !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .site_header_bottom_content .nav_menu_box .nav_left li a {
    font-size: 12px;
  }

  .site_header_bottom_content .nav_menu_box .nav_right li a {
    font-size: 12px;
  }

  .site_header_bottom_content .nav_menu_box .nav_menu li {
    padding: 30px 4px;
  }
  .site_header_bottom_content .nav_menu_box .nav_menu_left {
    flex: 4;
  }
  .site_header_bottom_content .nav_menu_box .nav_menu_right {
    flex: 5;
  }
  .site_header_bottom_content .nav_menu_box .nav_menu .nav_btn_box a {
    font-size: 12px;
  }
  .site_header_bottom_content .nav_menu_box .nav_menu .nav_btn_box {
    padding: 0 !important;
  }
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background: transparent;
}

/*.collapse { display: none !important; }*/

.add-ele .collapse.in {
  display: block !important;
}

.navbar-inverse {
  background: transparent;
  border: none;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border: none;
}

/**  header  **/

.header-body {
  width: 100%;
  background: #000;
  border-bottom: 1px solid #bdbdbd;
  z-index: 999;
  transition: 0.6s;
}

.fixed {
  position: fixed;
  top: 0;
  transform: translate3d(0, -10px, 0);
}

.sticky {
  position: sticky;
  top: 0;
  transform: translate3d(0, -10px, 0);
}

.header-body .content-body {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
}

.header-body .content-body .header-top {
  padding: 20px 30px 0px 30px;
  height: 50px;
}

.header-body .content-body .header-top .header-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-body .content-body .header-top .left-flexbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-body .content-body .header-top .left-flexbox p span {
  color: #000;
}

.header-body .content-body .header-top .left-flexbox p a {
  color: #000;
}

.header-body .content-body .header-top .right-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: max-content;
  -ms-flex-preferred-size: max-content;
  flex-basis: max-content;
}

.header-body .content-body .header-top .right-flexbox .social-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
}

.header-body .content-body .header-top .right-flexbox .social-contact li {
  padding: 0 15px;
  text-align: center;
}

.header-body
  .content-body
  .header-top
  .right-flexbox
  .social-contact
  li:nth-child(1) {
  width: 70px;
  padding: 0;
}

.header-body .content-body .header-top .right-flexbox .social-contact li a {
  width: 100%;
  color: #000;
}

.header-body
  .content-body
  .header-top
  .right-flexbox
  .social-contact
  li
  a
  span {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 20px;
}

.header-body .content-body .header-top .right-flexbox .segmentation {
  line-height: 30px;
  color: #fff;
  padding-right: 10px;
}

.header-body .content-body .header-top .right-flexbox .btn-group {
  padding-right: 20px;
}

.header-body
  .content-body
  .header-top
  .right-flexbox
  .btn-group
  .btn-default:hover {
  border: 1px solid transparent;
  border: none;
}

.header-body .content-body .header-top .right-flexbox .btn-group button {
  background-color: transparent;
  border: none;
  color: #fff;
}

.header-body .content-body .header-top .right-flexbox .btn-group button .fa {
  padding: 0 5px;
}

.header-body .content-body .header-top .right-flexbox .btn-group a {
  color: #000;
}

.header-body .content-body .nav_position_box {
  width: 100%;
  padding: 30px 0 0 0;
  background-color: transparent;
  border: none;
  left: 0;
  top: 0;
  transition: 0.6s;
}

.nav_position_box .navbar {
  margin-bottom: 0;
}

.header-body .content-body .sticky {
  position: sticky;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.site_header_bottom {
  position: inherit;
}

.site_header_bottom_content {
  display: block;
}

.site_header_bottom_content .nav_menu_box {
  display: flex;
}

.site_header_bottom_content .nav_menu_box .logo {
  flex: 1;
  position: relative;
  text-align: center;
}

.site_header_bottom_content .nav_menu_box .logo a {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
}

.site_header_bottom_content .nav_menu_box .logo a img {
  max-width: 80%;
  height: auto;
}

.site_header_bottom_content .nav_menu_box .nav_menu {
  flex: 4;
  display: flex;
  justify-content: space-between;
}

.site_header_bottom_content .nav_menu_box .nav_menu .nav_btn_box {
  padding: 0;
}

.site_header_bottom_content
  .nav_menu_box
  .nav_menu
  .nav_btn_box
  div:nth-child(1) {
  margin-bottom: 10px;
}

.site_header_bottom_content .nav_menu_box .nav_menu .nav_btn_box a {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px;
  border-radius: 20px;
  border: none;
  background: #fff;
  color: #000;
  font-size: 12px;
}

.site_header_bottom_content .nav_menu_box .nav_menu .nav_btn_box a:hover {
  color: #fff;
  background: var(--main-theme-color);
}

.site_header_bottom_content .nav_menu_box .nav_menu li a {
  color: #000;
}

.site_header_bottom_content .nav_menu_box .nav_menu li a:hover {
  color: #e2cb8a;
}

.site_header_bottom_content .nav_menu_box .nav_menu li:hover .dropdown-menu {
  display: block;
}

.site_header_bottom_content .nav_menu_box .nav_menu li .dropdown-menu {
  top: 100%;
  background-color: #ffffff;
}

.site_header_bottom_content .nav_menu_box .nav_menu li ul li {
  padding: 10px 20px;
  width: 100%;
}

.site_header_bottom_content .nav_menu_box .nav_menu li ul li:hover {
  background: #e2cb8a;
}

.site_header_bottom_content .nav_menu_box .nav_menu li ul li a:hover {
  background: none;
  color: #fff;
}

.switch-mobile-nav-btn {
  width: 100%;
  position: relative;
}

.switch-mobile-nav-btn .logo img {
  width: 160px;
}

.switch-mobile-nav-btn .m-switch {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.switch-mobile-nav-btn .m-switch .fa {
  font-size: 50px;
  color: #000;
}

.down_nav_box {
  display: none;
  padding-left: 20px 0 0 20px;
}

.down_nav_box ul {
  padding: 20px 0 0 20px;
}

.down_nav_box ul li {
  padding: 10px 0;
}

.down_nav_box ul li ul {
  transition: 1s;
  position: inherit;
  float: inherit;
  background: rgba(0, 0, 0, 0.1);
  border: none;
}

.down_nav_box ul li .active {
  display: block;
}

.down_nav_box ul li a {
  color: #000;
}

.down_nav_box ul li .fa {
  color: #000;
  float: right;
  padding-right: 20px;
  font-size: 24px;
}

.dropdown-menu {
  top: 55%;
  min-width: 120px;
}

/**  banner   **/
/*  swiper   */
.banner {
  width: 100%;
  background-color: #eee;
}

.banner .banner-background {
  position: relative;
}

.banner .banner-background .banner-img .position-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.54);
  padding: 5px 40px;
  color: #fff;
}

.banner .banner-background .banner-img .position-content h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  margin: 0;
}

.banner .banner-background .banner-img .position-content p {
  font-size: 20px;
  line-height: 40px;
}

.banner .banner-background .banner-img .position-content .btn-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  margin-bottom: 20px;
}

.banner .banner-background .banner-img .position-content .btn-box div {
  margin-right: 40px;
  border: 1px solid #fff;
  padding: 10px 30px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.banner
  .banner-background
  .banner-img
  .position-content
  .btn-box
  div.read_more:hover {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: var(--main-theme-color);
}

.banner
  .banner-background
  .banner-img
  .position-content
  .btn-box
  div.read_more:hover
  a {
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  color: #fff;
}

.banner
  .banner-background
  .banner-img
  .position-content
  .btn-box
  div.contact_us:hover {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: var(--main-theme-color);
}

.banner
  .banner-background
  .banner-img
  .position-content
  .btn-box
  div.contact_us:hover
  a {
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  color: #fff;
}

.banner .banner-background .banner-img .position-content .btn-box div a {
  color: var(--main-theme-color);
}
/** video-us **/

.video-bg {
  overflow: hidden;
  width: 100%;
  margin-top: 48px;
  margin-bottom: 67px;
}

.video-bg .video .au-title {
  width: 100%;
}

.video-bg .video .au-title h3 {
  height: 41px;
  line-height: 41px;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
}

.video-bg .video .au-title h3 span {
  color: #e2cb8a;
}

.video-bg .video .au-title p {
  height: 41px;
  line-height: 41px;
  text-align: center;
  margin-bottom: 30px;
}

/**   About-Us   **/
.about-bg {
  overflow: hidden;
  width: 100%;
  margin-top: 48px;
  margin-bottom: 67px;
}

.about-bg .about-us .au-title {
  width: 100%;
}

.about-bg .about-us .au-title h3 {
  height: 41px;
  line-height: 41px;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
}

.about-bg .about-us .video .au-title h3 span {
  color: #e2cb8a;
}

.about-bg .about-us .au-title p {
  height: 41px;
  line-height: 41px;
  text-align: center;
  margin-bottom: 30px;
}

.about-bg .about-us .content-img {
  width: 100%;
  background-color: #f6f6f6;
  overflow: hidden;
  position: relative;
}

.about-bg .about-us .content-img .content h3 {
  font-size: 36px;
  font-weight: 600;
}

.about-bg .about-us .content-img .content p {
  margin-top: 50px;
}

.about-bg .about-us .content-img .content .btn-box {
  margin-top: 50px;
}

.about-bg .about-us .content-img .content .btn-box div a {
  padding: 10px 20px;
  border: 1px solid var(--main-theme-color);
  color: #fff;
  border-radius: 5px;
  background: var(--main-theme-color);
}

.about-bg .about-us .content-img .content .btn-box div a:hover {
  background: #fff;
  color: var(--main-theme-color);
}

.about-bg .about-us .content-img .image {
  padding: 0;
}

.about-bg .about-us .content-img .image .img img {
  width: 100%;
  height: 100%;
}

/*    hot-design    **/

.hot-design-bg .hot-design {
  height: 694px;
  width: 100%;
}

.hot-design-bg .hot-design .hd-title {
  height: 175px;
  width: 100%;
  text-align: center;
}

.hot-design-bg .hot-design .hd-title h3 {
  height: 72px;
  line-height: 72px;
  font-weight: 700;
  font-size: 40px;
}

.hot-design-bg .hot-design .hd-title h3 span {
  color: #e2cb8a;
}

.hot-design-bg .hot-design .hd-title p {
  height: 38px;
  line-height: 38px;
}

.hot-design-bg .hot-design .hd-swiper .swiper-container {
  overflow-x: clip;
  padding-bottom: 40px;
  position: relative;
}

.hot-design-bg .hot-design .hd-swiper .swiper-container .swiper-pagination {
  bottom: 10px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}

.hot-design-bg .hot-design .hd-swiper .swiper-container .swiper-button-next,
.hot-design-bg .hot-design .hd-swiper .swiper-container .swiper-button-prev {
  z-index: 1;
}

.hot-design-bg .hot-design .hd-swiper .swiper-slide {
  width: 978px;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.hot-design-bg .hot-design .hd-swiper .swiper-slide img {
  width: 100%;
  height: 431px;
  border-radius: 4px;
}

.hot-design-bg .hot-design .hd-swiper .swiper-button-next,
.hot-design-bg .hot-design .hd-swiper .swiper-button-prev {
  width: 86px;
  height: 112px;
  background-size: 86px 112px;
  margin-top: -56px;
  outline: none;
}

.hot-design-bg .hot-design .hd-swiper .swiper-button-next {
  background-image: url(img/cursor-next.png);
}

.hot-design-bg .hot-design .hd-swiper .swiper-button-prev {
  background-image: url(img/cursor-prev.png);
}

.hot-design-bg .hot-design .hd-swiper .swiper-pagination-bullet {
  background: none;
  opacity: 1;
  margin: 0 6px !important;
  width: 9px;
  height: 9px;
  position: relative;
  outline: none;
  vertical-align: middle;
}

.hot-design-bg .hot-design .hd-swiper .swiper-pagination-bullet span {
  width: 3px;
  height: 3px;
  background: #ccc;
  display: block;
  border-radius: 50%;
  margin-top: 3px;
  margin-left: 3px;
}

.hot-design-bg .hot-design .hd-swiper .swiper-pagination-bullet i {
  background: #000;
  height: 1px;
  width: 20px;
  position: absolute;
  top: 4px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  z-index: 3;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.hot-design-bg .hot-design .hd-swiper .swiper-pagination-bullet-active span,
.hot-design-bg .hot-design .hd-swiper .swiper-pagination-bullet:hover span {
  width: 9px;
  height: 9px;
  margin-top: 0;
  margin-left: 0;
  background: #000;
  position: relative;
  z-index: 1;
}

.hot-design-bg .hot-design .hd-swiper .swiper-pagination-bullet-active i {
  -webkit-animation: middle 6s;
  animation: middle 6s;
}

.hot-design-bg
  .hot-design
  .hd-swiper
  .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active
  i {
  -webkit-animation: first 6s;
  animation: first 6s;
}

.hot-design-bg
  .hot-design
  .hd-swiper
  .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active
  i {
  -webkit-animation: last 6s;
  animation: last 6s;
}

/*    last-design-bg   **/

.last-design-bg .hot-design {
  width: 100%;
}

.last-design-bg .hot-design .hd-title {
  height: 175px;
  width: 100%;
  text-align: center;
}

.last-design-bg .hot-design .hd-title h3 {
  height: 72px;
  line-height: 72px;
  font-weight: 700;
  font-size: 40px;
}

.last-design-bg .hot-design .hd-title h3 span {
  color: #e2cb8a;
}

.last-design-bg .hot-design .hd-title p {
  height: 38px;
  line-height: 38px;
}

.last-design-bg .hot-design .hd-swiper .swiper-container {
  overflow-x: clip;
  padding-bottom: 40px;
  position: relative;
}

.last-design-bg .hot-design .hd-swiper .swiper-container .swiper-pagination {
  bottom: 10px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}

.last-design-bg .hot-design .hd-swiper .swiper-container .swiper-button-next,
.last-design-bg .hot-design .hd-swiper .swiper-container .swiper-button-prev {
  z-index: 1;
}

.last-design-bg .hot-design .hd-swiper .swiper-slide {
  width: 978px;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.last-design-bg .hot-design .hd-swiper .swiper-slide img {
  width: 100%;
  border-radius: 4px;
}

.last-design-bg .hot-design .hd-swiper .swiper-button-next,
.last-design-bg .hot-design .hd-swiper .swiper-button-prev {
  width: 86px;
  height: 112px;
  background-size: 86px 112px;
  margin-top: -112px;
  outline: none;
}

.last-design-bg .hot-design .hd-swiper .swiper-button-next {
  background-image: url(img/cursor-next.png);
}

.last-design-bg .hot-design .hd-swiper .swiper-button-prev {
  background-image: url(img/cursor-prev.png);
}

.last-design-bg .hot-design .hd-swiper .swiper-pagination-bullet {
  background: none;
  opacity: 1;
  margin: 0 6px !important;
  width: 9px;
  height: 9px;
  position: relative;
  outline: none;
  vertical-align: middle;
}

.last-design-bg .hot-design .hd-swiper .swiper-pagination-bullet span {
  width: 3px;
  height: 3px;
  background: #ccc;
  display: block;
  border-radius: 50%;
  margin-top: 3px;
  margin-left: 3px;
}

.last-design-bg .hot-design .hd-swiper .swiper-pagination-bullet i {
  background: #000;
  height: 1px;
  width: 20px;
  position: absolute;
  top: 4px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  z-index: 3;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.last-design-bg .hot-design .hd-swiper .swiper-pagination-bullet-active span,
.last-design-bg .hot-design .hd-swiper .swiper-pagination-bullet:hover span {
  width: 9px;
  height: 9px;
  margin-top: 0;
  margin-left: 0;
  background: #000;
  position: relative;
  z-index: 1;
}

.last-design-bg .hot-design .hd-swiper .swiper-pagination-bullet-active i {
  -webkit-animation: middle 6s;
  animation: middle 6s;
}

.last-design-bg
  .hot-design
  .hd-swiper
  .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active
  i {
  -webkit-animation: first 6s;
  animation: first 6s;
}

.last-design-bg
  .hot-design
  .hd-swiper
  .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active
  i {
  -webkit-animation: last 6s;
  animation: last 6s;
}

/*     goldtop-collection     */
.goldtop-collection-bg {
  overflow-x: hidden;
  margin-bottom: 67px;
}

.goldtop-collection-bg .goldtop-collection {
  width: 100%;
}

.goldtop-collection-bg .goldtop-collection .gc-title {
  height: 111px;
  width: 100%;
  text-align: center;
  margin-bottom: 54px;
}

.goldtop-collection-bg .goldtop-collection .gc-title h3 {
  line-height: 72px;
  font-weight: 700;
  font-size: 40px;
}

.goldtop-collection-bg .goldtop-collection .gc-title h3 span {
  color: #e2cb8a;
}

.goldtop-collection-bg .goldtop-collection .gc-title p {
  line-height: 39px;
}

.goldtop-collection-bg .goldtop-collection .gc-to-img .col-md-6 {
  padding-right: 0;
}

.goldtop-collection-bg .goldtop-collection .gc-to-img .bg-quartz {
  width: 100%;
  background: url("image/image_1672726313_画板-111(1).jpg") no-repeat;
  overflow: hidden;
  background-size: cover;
}

.goldtop-collection-bg .goldtop-collection .gc-to-img .bg-quartz .content {
  padding: 134px 0px;
  color: #fff;
}

.goldtop-collection-bg .goldtop-collection .gc-to-img .bg-quartz .content h2 {
  line-height: 75px;
}

.goldtop-collection-bg .goldtop-collection .gc-to-img .bg-quartz .content p {
  line-height: 26px;
  padding: 0 10px;
  margin-bottom: 35px;
}

.goldtop-collection-bg .goldtop-collection .gc-to-img .bg-quartz .content a {
  display: inline-block;
  border: 1px solid #fff;
  padding: 10px 30px;
  border-radius: 5px;
  color: var(--main-theme-color);
}

.goldtop-collection-bg
  .goldtop-collection
  .gc-to-img
  .bg-quartz
  .content
  a:hover {
  background: var(--main-theme-color);
  color: #fff;
}

.goldtop-collection-bg .goldtop-collection .gc-to-img .bg-stone {
  width: 100%;
  background: url("image/image_1671758421_天然石2.jpg") no-repeat;
  overflow: hidden;
  background-size: cover;
}

.goldtop-collection-bg .goldtop-collection .gc-to-img .bg-stone .content {
  padding: 134px 0px;
  color: #fff;
}

.goldtop-collection-bg .goldtop-collection .gc-to-img .bg-stone .content h2 {
  line-height: 75px;
}

.goldtop-collection-bg .goldtop-collection .gc-to-img .bg-stone .content p {
  line-height: 26px;
  min-height: 52px;
  margin-bottom: 35px;
  line-height: 26px;
  padding: 0 10px;
}

.goldtop-collection-bg .goldtop-collection .gc-to-img .bg-stone .content a {
  display: inline-block;
  border: 1px solid #fff;
  padding: 10px 30px;
  border-radius: 5px;
  color: var(--main-theme-color);
}

.goldtop-collection-bg
  .goldtop-collection
  .gc-to-img
  .bg-stone
  .content
  a:hover {
  background: var(--main-theme-color);
  color: #fff;
}

/*    All-Design   */
.all-design-bg .all-design {
  width: 100%;
}

.all-design-bg .all-design .ad-title h3 {
  line-height: 71px;
  font-weight: 700;
  font-size: 40px;
}
.all-design-bg .all-design .ad-title h3 span {
  color: #e2cb8a;
}

.all-design-bg .all-design .ad-title p {
  line-height: 39px;
  margin-bottom: 30px;
}

.all-design-bg .all-design .nav-card-img {
  width: 100%;
}

.all-design-bg .all-design .nav-card-img .nav-bg .nav-tabs-class {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
}

.all-design-bg .all-design .nav-card-img .nav-bg .nav-tabs-class li {
  border: 1px solid #3c3c3c;
  margin-right: 12px;
}

.all-design-bg .all-design .nav-card-img .nav-bg .nav-tabs-class li.active a {
  background-color: #eee;
}

.all-design-bg .all-design .nav-card-img .nav-bg .nav-tabs-class li a {
  color: #3c3c3c;
  border: 0;
}

/*   nav-img-css ↑   */
[digood-id="list_gallery_item_1_oyh"] {
  -webkit-box-shadow: 0 3px 5px #ddd;
  box-shadow: 0 3px 5px #ddd;
}

[digood-id="list_gallery_item_1_oyh"] .dg-single-gallery {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  background: #3c3c3c;
  cursor: pointer;
  display: block;
  max-width: 100%;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform: translate3d(0px, 0px, 300px);
  transform: translate3d(0px, 0px, 300px);
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s,
    -webkit-transform 0.35s ease 0s;
}

[digood-id="list_gallery_item_1_oyh"] .dg-single-gallery img {
  cursor: pointer;
  display: block;
  width: 100%;
  overflow: hidden;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

[digood-id="list_gallery_item_1_oyh"] .dg-single-gallery:hover img {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

[digood-id="list_gallery_item_1_oyh"]
  .dg-single-gallery
  .dg-gallery-caption:before {
  content: "";
  height: 160px;
  left: 50%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, -45deg)
    scale3d(0, 0, 1);
  transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, -45deg)
    scale3d(0, 0, 1);
  -webkit-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s,
    -webkit-transform 0.35s ease 0s;
  width: 160px;
}

[digood-id="list_gallery_item_1_oyh"]
  .dg-single-gallery:hover
  .dg-gallery-caption:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, -45deg)
    scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, -45deg)
    scale3d(1, 1, 1);
}

[digood-id="list_gallery_item_1_oyh"] .dg-gallery-caption p {
  font-size: 121%;
  line-height: 2;
  text-align: center;
  text-transform: none;
  width: 100px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0px);
  transform: translate3d(-50%, -50%, 0px);
  -webkit-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s,
    -webkit-transform 0.35s ease 0s;
}

[digood-id="list_gallery_item_1_oyh"] .dg-gallery-caption p a {
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  display: inline-block;
  margin: 0 2px;
}

[digood-id="list_gallery_item_1_oyh"] .dg-gallery-caption p a i {
  color: #1c1c1c;
  display: inline-block;
  font-weight: 300;
  margin-right: 12px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s,
    -webkit-transform 0.35s ease 0s;
}

[digood-id="list_gallery_item_1_oyh"] .dg-gallery-caption p a i:before {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5px;
  height: 50px;
  line-height: 15px;
  padding: 10px;
  position: relative;
  text-align: center;
  -webkit-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  vertical-align: middle;
  width: 50px;
  color: #333;
}

[digood-id="list_gallery_item_1_oyh"] .dg-gallery-caption p a:first-child i {
  -webkit-transform: translate3d(-60px, -60px, 0px);
  transform: translate3d(-60px, -60px, 0px);
}

[digood-id="list_gallery_item_1_oyh"] .dg-single-gallery:hover p i:empty {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

[digood-id="list_gallery_item_1_oyh"] .dg-gallery-caption p a:nth-child(2) i {
  -webkit-transform: translate3d(60px, -60px, 0px);
  transform: translate3d(60px, -60px, 0px);
}

[digood-id="list_gallery_item_1_oyh"] h2 {
  margin: 0;
  padding: 0;
}

[digood-id="list_gallery_item_1_oyh"] a {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  color: inherit;
}

[digood-id="list_gallery_item_1_oyh"] a:focus {
  text-decoration: none;
  outline: medium none;
  color: inherit;
}

[digood-id="list_gallery_item_1_oyh"] a:hover {
  color: inherit;
  text-decoration: none;
  color: inherit;
}

[digood-id="list_gallery_item_1_oyh"]:hover .dg-promo-text {
  border-bottom: 3px solid var(--main-theme-color);
}

[digood-id="list_gallery_item_1_oyh"] .dg-promo-text {
  background: #fff none repeat scroll 0 0;
  border-bottom: 3px solid #fff;
  padding: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

[digood-id="list_gallery_item_1_oyh"] .dg-promo-text > h2 {
  text-transform: capitalize;
  color: #333;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
}

[digood-id="list_gallery_item_1_oyh"] .dg-promo-text a:hover {
  color: var(--main-theme-color);
}

[digood-id="list_pagination_1_oyh"] a {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  color: inherit;
}

[digood-id="list_pagination_1_oyh"] a:focus {
  text-decoration: none;
  outline: medium none;
  color: inherit;
}

[digood-id="list_pagination_1_oyh"] a:hover {
  color: inherit;
  text-decoration: none;
  color: inherit;
}

[digood-id="list_pagination_1_oyh"] ul {
  margin: 0;
  padding: 0;
}

[digood-id="list_pagination_1_oyh"] li {
  list-style-type: none;
}

[digood-id="list_pagination_1_oyh"] .pagination {
  list-style: outside none none;
  margin: 35px 0 0;
  padding: 0;
  text-align: center;
  display: block;
}

[digood-id="list_pagination_1_oyh"] .pagination li {
  display: inline-block;
  margin: 0 3px;
}

[digood-id="list_pagination_1_oyh"] .pagination li a {
  background: #1a1a1a none repeat scroll 0 0;
  border: 1px solid #1a1a1a;
  border-radius: 0 !important;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 600;
  height: 35px;
  letter-spacing: 2px;
  min-width: 35px;
  padding: 5px;
  text-transform: uppercase;
}

[digood-id="list_pagination_1_oyh"] .pagination li.active a,
[digood-id="list_pagination_1_oyh"] .pagination li > a:hover,
[digood-id="list_pagination_1_oyh"] .pagination li.active a:hover {
  background: var(--main-theme-color) none repeat scroll 0 0;
  color: #fff;
  border: 1px solid var(--main-theme-color);
}

/*Application-Case*/
.application-case-bg {
  width: 100%;
  position: relative;
}

.application-case-bg .application-case {
  width: 100%;
  background-color: #fff;
}

.application-case-bg .application-case .ac-title h3 {
  line-height: 70px;
  font-weight: 700;
  font-size: 40px;
}

.application-case-bg .application-case .ac-title h3 span {
  color: #e2cb8a;
}

.application-case-bg .application-case .ac-title p {
  line-height: 35px;
}

.application-case-bg .application-case .ac-imgs {
  margin-top: 40px;
}

.application-case-bg .application-case .ac-imgs div {
  padding-right: 0;
}

.application-case-bg .application-case .ac-imgs div ul {
  margin: 0;
}

.application-case-bg .application-case .ac-imgs div ul li {
  margin-bottom: 15px;
  max-width: 100%;
  padding: 0 15px 0 0;
}

.application-case-bg .application-case .ac-imgs div ul li img {
  width: 100%;
}

/*   Contact-Us  */
.contact-us-bg {
  margin-top: 73px;
  width: 100%;
  background: url("../image/image_bg.jpg") no-repeat;
  background-size: cover;
}

.contact-us-bg .contact-content h2 {
  font-weight: 700;
}

.contact-us-bg .contact-content .underscore {
  width: 90px;
  border-bottom: 3px solid #fff;
}

.contact-us-bg .contact-content p {
  max-width: 450px;
  margin-top: 20px;
}

.contact-us-bg .form-box {
  padding-bottom: 50px;
}

.contact-us-bg .form-box .form-bg {
  margin-top: 80px;
  background-color: #fff;
  padding: 33px 75px 42px 50px;
}

@media (max-width: 467px) {
  .contact-us-bg .form-box .form-bg {
    padding: 15px;
  }
}

.contact-us-bg .form-box .form-bg .form-title {
  max-width: 277px;
}

.contact-us-bg .form-box .form-bg .form-title h2 {
  font-weight: 700;
  font-size: 36px;
}

.contact-us-bg .form-box .form-bg .form-introxduce span {
  color: #616161;
}

.contact-us-bg .form-box .form-bg form {
  padding-top: 30px;
}

.contact-us-bg .form-box .form-bg form .form-group {
  margin-bottom: 10px;
}

.contact-us-bg .form-box .form-bg form .form-group .form-control {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #eee;
  padding-left: 0;
}

.contact-us-bg .form-box .form-bg form .btn {
  margin-top: 20px;
  border: 1px solid #000;
  text-align: left;
  position: relative;
  transition: 0.6s;
}

.contact-us-bg .form-box .form-bg form .btn .fa-long-arrow-right {
  color: var(--main-theme-color);
  position: absolute;
  right: -25px;
  bottom: 50%;
  transform: translateY(50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}

.contact-us-bg .form-box .form-bg form .btn:hover .fa-long-arrow-right {
  right: 2px;
  opacity: 1;
  visibility: visible;
}

.contact-us-bg .form-box .form-bg form .btn span {
  color: var(--main-theme-color);
  padding: 20px;
  display: inline-block;
}

.contact-us-bg .form-box .form-bg form .btn:hover {
  background: var(--main-theme-color);
}

.contact-us-bg .form-box .form-bg form .btn:hover span {
  color: #fff;
}

.contact-us-bg .form-box .form-bg form .btn:hover i {
  color: #fff;
}

.contact-us-bg .form-box .form-bg form .btn:hover {
  border: 1px solid #ddd;
}

/*    Latest-News     */
.pt-110 {
  padding-top: 110px;
}

.pb-70 {
  padding-bottom: 70px;
}

.blog-img > a {
  display: block;
  position: relative;
}

.blog-img > a:before {
  background: #000 none repeat scroll 0 0;
  content: "";
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
  height: 100%;
}

.single-blog:hover .blog-img a:before {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.blog-img > a {
  display: block;
}

.blog-img img {
  max-width: 100%;
  height:200px;
}

.blog-text {
  background: #fff none repeat scroll 0 0;
  padding: 24px 22px 22px;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.blog-text a,
.blog-text h5 a {
  color: #5e5e5e;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.blog-text > h5 {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
  min-height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.blog-btn i {
  font-size: 21px;
  line-height: 12px;
  padding-left: 8px;
  position: relative;
  top: 3px;
}

.blog-text .blog-btn {
  display: inline-block;
  text-transform: uppercase;
}

.post-date {
  display: inline-block;
  margin-bottom: 6px;
}

.blog-text a:hover {
  color: var(--main-theme-color);
}

.single-blog:hover .blog-text .blog-btn {
  color: var(--main-theme-color);
}

.single-blog:hover .blog-text {
  background: #ffffff none repeat scroll 0 0;
}

.single-blog {
  padding: 10px 0 20px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  border: 5px solid #dcdcdc;
}

.single-blog:hover {
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.single-blog .blog-img a:before {
  z-index: 2;
}

.blog-img a:after {
  color: #ffffff;
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 40px;
  left: 50%;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 3;
}

.single-blog:hover .blog-img a:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single-blog .blog-img > a:hover:after {
  color: #e2cb8a;
}

.blog-section .single-blog {
  padding: 0;
}

@media (min-width: 1px) {
  .switch-mobile-nav-btn {
    display: block !important;
  }
  .pc-box {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 750px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .pt-110 {
    padding-top: 70px;
  }
}

@media (min-width: 992px) and (max-width: 1169px) {
  .container {
    width: 970px;
  }
  .blog-img img {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .banner .banner-background .banner-img video {
    height: 100%;
    content-visibility: hidden;
  }
}

@media (min-width: 1920px) {
  .container {
    width: 1230px;
  }
  .blog-img img {
    width: 100%;
  }
}

@media (min-width: 1015px) {
  .switch-mobile-nav-btn {
    display: none !important;
  }
  .pc-box {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .pt-110 {
    padding-top: 50px;
  }
  .blog-text {
    padding: 24px 5px 22px;
  }
  .blog-text > h5 {
    font-size: 14px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
  .blog-text {
    padding: 24px 25px 22px;
  }
  .blog-img img {
    width: 100%;
  }
}

.latest-news-bg {
  margin-top: 63px;
}

.latest-news-bg .latest-news .ln-title h3 {
  line-height: 38px;
  font-size: 40px;
  font-weight: 700;
}

.latest-news-bg .latest-news .ln-title p {
  line-height: 38px;
}

.latest-news-bg .latest-news .ln-title span {
  color: #e2cb8a;
}

.latest-news-bg .latest-news .ln-news-card {
  padding-top: 48px;
}

.latest-news-bg .latest-news .ln-news-card .news_img {
  margin-bottom: 30px;
}

/*  cooperative-customers-bg  */
.cooperative-customers-bg {
  width: 100%;
  background-color: #e2cb8a;
}

.cooperative-customers-bg p {
  padding: 32px 0px;
  color: #fff;
  font-size: 24px;
  margin: 0;
}

.cooperative-customers-bg form {
  padding: 15px 0px;
}

.cooperative-customers-bg form .subscribe-form {
  position: relative;
  max-width: 350px;
}

.cooperative-customers-bg form .subscribe-form .form-group input {
  height: 50px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  border-bottom: 1px solid #fff;
}

.cooperative-customers-bg
  form
  .subscribe-form
  .form-group
  input::-webkit-input-placeholder {
  color: #fff;
}

.cooperative-customers-bg form .subscribe-form .form-group .send {
  position: absolute;
  top: 0;
  right: 0;
}

.cooperative-customers-bg form .subscribe-form .form-group .send .btn {
  background-color: transparent;
}

.footer-bg .footer .footer-top {
  margin-bottom: 15px;
}

.footer-bg .footer .container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}

@media (max-width: 1920px) {
  .footer {
    font-size: 16px;
  }
  .site_header_bottom_content .nav_menu_box .nav_menu .active > a {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
}

.footer-bg .footer .top {
  width: 100%;
  padding-top: 16px;
  margin: 0;
}

.footer-bg .footer .top .address {
  color: #fff;
  line-height: 40px;
}

.footer-bg .footer .top .address i {
  padding-right: 10px;
}

.footer-bg .footer .top .contact_information {
  color: #fff;
  line-height: 40px;
  padding-left: 20px;
}

.footer-bg .footer .top .contact_information span a {
  color: #fff;
}

.footer-bg .footer .top .footer-navmenu {
  position: relative;
}

.footer-bg .footer .top .footer-navmenu .navmenu {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.footer-bg .footer .top .footer-navmenu .navmenu li {
  padding: 5px 0;
}

.footer-bg .footer .top .footer-navmenu .navmenu li a {
  color: #fff;
  padding: 0px 10px;
  border-right: 1px solid #fff;
}

.footer-bg .footer .top .footer-navmenu .navmenu li:nth-last-of-type(1) a {
  border: none;
}

.footer-bg .footer .top .footer-navmenu .share {
  border: none;
}

.footer-bg .footer .top .footer-navmenu .share .soc-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding-top: 20px;
}

.footer-bg .footer .top .footer-navmenu .share .soc-links li {
  width: 37px;
  height: 37px;
  padding: 10px;
  border-radius: 50%;
  background: #414141;
  text-align: center;
  margin-left: 12px;
}

.footer-bg .footer .top .footer-navmenu .share .soc-links li a .fa {
  color: #fff;
  font-size: 16px;
}

.footer-bg .footer .footer-bottom {
  padding-right: 15px;
  padding-top: 25px;
  border-top: 1px solid #fff;
}

.footer-bg .footer .footer-bottom .bottom .img-box img {
  width: 80px;
}

.footer-bg .footer .footer-bottom .bottom .context p {
  color: #fff;
}

.footer-bg .footer .footer-bottom .bottom .context ul li img {
  width: 60px;
}
/*# sourceMappingURL=index.min.css.map */

.btn-close {
  float: right;
  cursor: pointer;
  font-size: 50px;
  color: #fff;
  display: none;
}

.header-body
  .content-body
  .header-bottom
  div.add-ele
  .nav-box
  .left-nav
  .nav-first-ul
  li
  ul
  li
  a {
  color: #000;
}

.header-body
  .content-body
  .header-bottom
  div.add-ele
  .nav-box
  .right-nav
  .nav-second-ul
  li
  ul
  li
  a {
  color: #000;
}

.header-nav .btn-group .btn {
  padding: 6px 0 0 0;
}

.site_header_bottom_content .nav_menu_box .nav_menu .active > a {
  color: #e2cb8a;
}

#QuickInquiryModal .btn {
  background: var(--main-theme-color);
}

#QuickInquiryModal .btn:hover {
  color: #000;
  border: 1px solid var(--main-theme-color);
}

.hot-design-bg .hot-design .hd-swiper .swiper-button-prev {
  color: var(--main-theme-color);
}

.hot-design-bg .hot-design .hd-swiper .swiper-button-next {
  color: var(--main-theme-color);
}

@media (max-width: 768px) {
  .header-bg {
    background: rgba(0, 0, 0, 0.5) !important;
    transition: 0.6s;
  }
  .header-body .content-body .nav_position_box {
    padding: 10px 0;
  }
  .banner .banner-background .banner-img .position-content .btn-box {
    margin: 0;
  }
  .banner .banner-background .banner-img .position-content h2 {
    font-size: 12px;
    line-height: 16px;
  }
  .banner .banner-background .banner-img .position-content p {
    display: none;
  }
  .banner .banner-background .banner-img .position-content .btn-box .read_more {
    margin-right: 20px;
  }
  .banner .banner-background .banner-img .position-content .btn-box a {
    display: inline-block;
    width: max-content;
  }
  .banner
    .banner-background
    .banner-img
    .position-content
    .btn-box
    .contact_us {
    margin-right: 0;
    margin-left: 20px;
  }

  .cooperative-customers-bg form .subscribe-form {
    padding: 0;
  }
  .cooperative-customers-bg form {
    padding: 0;
  }
  .banner .banner-background .banner-img .position-content {
    padding: 0 40px 20px 20px;
  }
  .banner .banner-background .banner-img .position-content .btn-box div {
    padding: 5px 10px;
  }
}

.site_header_bottom_content .nav_menu_box .nav_menu li {
  position: relative;
  float: left;
}

/*  导航栏响应式  */

@media (min-width: 1200px) {
  .site_header_bottom_content .nav_menu li a {
    font-size: 16px;
  }

  .site_header_bottom_content .nav_menu_box .nav_menu li {
    padding: 30px 30px;
  }

  .site_header_bottom_content .nav_menu_box .nav_right li {
    padding: 40px 9px 0;
  }
  .site_header_bottom_content .nav_menu_box .nav_left li {
    padding: 40px 11px 0;
  }
  .site_header_bottom_content .nav_menu_box .nav_left > li:nth-last-child(1) {
    padding: 40px 31px 0;
  }
}

@media (min-width: 1200px) {
  .site_header_bottom_content .nav_menu_box .nav_right li {
    padding: 40px 4px 0;
  }
  .site_header_bottom_content .nav_menu_box .nav_left li {
    padding: 40px 10px 0;
  }
  .site_header_bottom_content .nav_menu_box .nav_left > li:nth-last-child(1) {
    padding: 40px 0 0 31px;
  }

  [lang="pt"] .site_header_bottom_content .nav_menu_box .nav_left li {
    padding: 40px 8px 0;
  }

  [lang="ru"] .site_header_bottom_content .nav_menu_box .nav_left li {
    padding: 40px 7px 0;
  }
  [lang="ru"] .site_header_bottom_content .nav_menu_box .nav_left li a {
    font-size: 14px;
  }

  [lang="nl"] .site_header_bottom_content .nav_menu_box .nav_left li {
    padding: 40px 3px 0;
  }
  [lang="nl"] .site_header_bottom_content .nav_menu_box .nav_right li {
    padding: 40px 8px 0;
  }

  [lang="nl"]
    .site_header_bottom_content
    .nav_menu_box
    .nav_left
    > li:nth-last-child(1) {
    padding: 40px 0 0 6px;
  }
  [lang="it"] .site_header_bottom_content .nav_menu_box .nav_left li {
    padding: 40px 6px 0;
  }

  [lang="ms"]
    .site_header_bottom_content
    .nav_menu_box
    .nav_left
    > li:nth-last-child(1) {
    padding: 40px 0 0 2px;
  }
  [lang="ms"] .site_header_bottom_content .nav_menu_box .nav_left li {
    padding: 40px 2px 0;
  }

  [lang="el"]
    .site_header_bottom_content
    .nav_menu_box
    .nav_left
    > li:nth-last-child(1) {
    padding: 40px 0 0 8px;
  }
  [lang="el"] .site_header_bottom_content .nav_menu_box .nav_left li {
    padding: 40px 3px 0;
  }

  [lang="pl"]
    .site_header_bottom_content
    .nav_menu_box
    .nav_left
    > li:nth-last-child(1) {
    padding: 40px 0 0 10px;
  }
  [lang="pl"] .site_header_bottom_content .nav_menu_box .nav_left li {
    padding: 40px 9px 0;
  }

  [lang="bg"]
    .site_header_bottom_content
    .nav_menu_box
    .nav_left
    > li:nth-last-child(1) {
    padding: 40px 0 0 5px;
  }
  [lang="bg"] .site_header_bottom_content .nav_menu_box .nav_left li {
    padding: 40px 5px 0;
  }

  [lang="bg"]
    .site_header_bottom_content
    .nav_menu_box
    .nav_left
    > li:nth-last-child(1) {
    padding: 40px 0 0 9px;
  }
  [lang="bg"] .site_header_bottom_content .nav_menu_box .nav_left li {
    padding: 40px 9px 0;
  }

  [lang="da"]
    .site_header_bottom_content
    .nav_menu_box
    .nav_left
    > li:nth-last-child(1) {
    padding: 40px 0 0 10px;
  }
}

@media (min-width: 1366px) {
  .site_header_bottom_content .nav_menu_box .nav_right li {
    padding: 40px 13px 0;
  }
  .site_header_bottom_content .nav_menu_box .nav_left li {
    padding: 40px 11px 0;
  }
  .site_header_bottom_content .nav_menu_box .nav_left > li:nth-last-child(1) {
    padding: 40px 26px 0;
  }
  [lang="de"] .site_header_bottom_content .nav_menu_box .nav_right li {
    padding: 40px 10px 0;
  }
  [lang="nl"] .site_header_bottom_content .nav_menu_box .nav_left li {
    padding: 40px 9px 0;
  }
  [lang="nl"] .site_header_bottom_content .nav_menu_box .nav_right li {
    padding: 40px 8px 0;
  }
  [lang="ms"] .site_header_bottom_content .nav_menu_box .nav_left li {
    padding: 40px 8px 0;
  }
}

@media (min-width: 1400px) {
  .site_header_bottom_content .nav_menu_box .nav_right li {
    padding: 40px 15px 0;
  }
  .site_header_bottom_content .nav_menu_box .nav_left li {
    padding: 40px 17px 0;
  }
  [lang="ru"] .site_header_bottom_content .nav_menu_box .nav_left li {
    padding: 40px 8px 0;
  }
  [lang="ru"] .site_header_bottom_content .nav_menu_box .nav_left li {
    font-size: 16px;
  }
  [lang="nl"] .site_header_bottom_content .nav_menu_box .nav_left li {
    padding: 40px 11px 0;
  }
  [lang="nl"] .site_header_bottom_content .nav_menu_box .nav_right li {
    padding: 40px 10px 0;
  }
  [lang="ms"] .site_header_bottom_content .nav_menu_box .nav_left li {
    padding: 40px 10px 0;
  }
  [lang="bg"] .site_header_bottom_content .nav_menu_box .nav_left li {
    padding: 40px 14px 0;
  }
}

@media (min-width: 1440px) {
  .site_header_bottom_content .nav_menu_box .nav_right li {
    padding: 40px 16px 0;
  }
  .site_header_bottom_content .nav_menu_box .nav_left li {
    padding: 40px 20px 0;
  }

  [lang="es"] .site_header_bottom_content .nav_menu_box .nav_left li {
    padding: 40px 19px 0;
  }

  [lang="pt"] .site_header_bottom_content .nav_menu_box .nav_left li {
    padding: 40px 18px 0;
  }

  [lang="nl"] .site_header_bottom_content .nav_menu_box .nav_left li {
    padding: 40px 14px 0;
  }
  [lang="nl"] .site_header_bottom_content .nav_menu_box .nav_right li {
    padding: 40px 13px 0;
  }
  [lang="ms"] .site_header_bottom_content .nav_menu_box .nav_left li {
    padding: 40px 12px 0;
  }
  [lang="bg"] .site_header_bottom_content .nav_menu_box .nav_left li {
    padding: 40px 17px 0;
  }
  [lang="bg"] .site_header_bottom_content .nav_menu_box .nav_left li {
    padding: 40px 19px 0;
  }
}

/* LanguageCss */

@media (min-width: 1200px) {
  [lang="fr"] .site_header_bottom_content .nav_menu_box .nav_left li {
    padding: 40px 7px 0;
  }
  [lang="fr"] .site_header_bottom_content .nav_menu li a {
    font-size: 14px;
  }
}

@media (min-width: 1400px) {
  [lang="fr"] .site_header_bottom_content .nav_menu_box .nav_left li {
    padding: 40px 11px 0;
  }
  [lang="fr"] .site_header_bottom_content .nav_menu li a {
    font-size: 16px;
  }
}

#header-body-id {
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #bdbdbd;
  z-index: 999;
}

.categories {
  margin: 0 auto;
  width: max-content;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
h5 {
  font-weight: bold;
  margin: 0 0 20px;
}
a {
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
.page-content {
}
.products {
  margin-bottom: -50px;
  position: relative;
}
.products .product_list {
  display: flex;
  flex-wrap: wrap;
}
.products .pagination {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
}
.product {
  margin-bottom: 50px;
}
.products .product.first {
  clear: both;
}
.product-images {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 0 0 50px 50px #f1f1f1 inset;
  -webkit-box-shadow: 0 0 50px 50px #f1f1f1 inset;
}
.product-images a {
  display: block;
}
.product-images img {
  width: 100%;
  border: 1px solid #e7e7e6;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  height: 380px;
}
.product-images figcaption {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  opacity: 0;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.product-images figcaption:hover {
  opacity: 1;
  transition: 1s;
}

.product-images .add-to-cart {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0 40px;
  font-weight: bold;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  -webkit-transform: translateX(-50%);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block;
  width: 100%;
}
.product .entry-title {
  margin-bottom: 10px;
}
.product .entry-title a {
  color: inherit;
}
.product .price {
  font-weight: bold;
  line-height: 20px;
}
.page-shop .container {
  position: relative;
}
.filter {
  width: 100%;
  margin-bottom: 18px;
  position: relative;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.filter .categories {
  display: flex;
  justify-content: center;
  padding-bottom: 14px;
}

.filter .categories li {
  margin-right: 10px;
}
.filter .categories a {
  border: none;
  background-color: transparent;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  transition: 0.6s;
  padding: 10px 16px;
  display: inline-block;
  border: 1px solid #ddd;
}
.filter .categories a:hover {
  background-color: var(--main-theme-color);
  color: #fff;
}
.filter .soft {
  float: right;
  border-bottom: 2px solid;
  position: relative;
  z-index: 0;
}
.filter .soft:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: bold;
  position: absolute;
  right: 5px;
  top: 0;
}
.filter .soft label,
.filter .soft select {
  font-weight: bold;
  text-transform: uppercase;
}
.filter .soft label {
  margin-right: 5px;
  margin: 0;
}
.filter .soft select {
  background-color: transparent;
  padding: 0 20px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 767px) {
  .filter .soft {
    float: left;
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .products .product {
    width: 100%;
  }
  .filter .soft,
  .filter .categories {
    float: none;
  }
  .filter .button {
    display: block;
  }
  .filter .button + button {
    margin-top: 10px;
  }
  .filter {
    margin-bottom: 20px;
  }
}

.filter .categories .active {
  background: #e2cb8a;
  color: #fff;
}

.product-images .add-to-cart {
  z-index: 999;
}
.filter .categories button + button:before {
  background-color: #97a0ae;
}
.product-images figcaption:before {
  background-color: #505a68;
}
.filter .soft {
  border-color: #edf4f8;
}
h5,
.product .price {
  font-family: "Raleway", sans-serif;
}

.entry-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.filter .categories button {
  padding: 10px 10px;
  background: #fff;
  border: 1px solid #ddd;
  margin-right: 10px;
}

.hot-design-bg .hot-design .hd-swiper .swiper-pagination-bullet span {
  width: 12px;
  height: 12px;
}

.hot-design-bg .hot-design .hd-swiper .swiper-pagination-bullet-active span,
.hot-design-bg .hot-design .hd-swiper .swiper-pagination-bullet:hover span {
  width: 16px;
  height: 16px;
}

.hot-design-bg .hot-design .hd-swiper .swiper-pagination-bullet i {
  top: 8px;
}

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

.product-images .cover_img {
  position: absolute;
  width: 100%;
  transition: 0.6s;
  padding: 0;
  height: 100%;
}

.product-images .cover_img img {
  height: 100%;
}

.hot-design-bg .hot-design .hd-swiper .swiper-slide {
  position: relative;
}

.hot-design-bg .hot-design .hd-swiper .swiper-slide .detail {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hot-design-bg .hot-design .hd-swiper .swiper-slide .detail p {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

/*
    .hot-design-bg .hot-design .hd-swiper .swiper-slide a{
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    */

.cooperative-customers-bg form {
  display: flex;
  justify-content: end;
}

.cooperative-customers-bg form .subscribe-form {
  min-width: 300px;
}

.swiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.banner-title {
  position: absolute;
  left: 40%;
  top: 40%;
  transform: translate(-50%, -50%);
}

.banner-title h2,
.banner-title p {
  color: #fff;
}

.banner .myBannerSwiper .swiper-button-next,
.banner .myBannerSwiper .swiper-button-prev {
  color: var(--main-theme-color);
}

#main-case .swiper-container {
  width: 100%;
  height: 100%;
}
#main-case .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
#main-case .swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
}

#main-case .swiper-slide a {
  width: 100%;
  position: relative;
}

#main-case .swiper-slide a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.6s;
}

#main-case .swiper-slide a:hover:after,
#main-case .swiper-slide a:hover:before {
  bottom: 0;
}

#main-case .swiper-slide a .read-more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 26px;
  opacity: 0;
  transition: 0.6s;
  visibility: hidden;
}
#main-case .swiper-slide a:hover .read-more {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1px) and (max-width: 991px) {
  .d-none {
    display: none;
  }
}

@media (min-width: 992px) {
  .d-block {
    display: block;
  }
}

.footer-bg {
  background-image: url(../image/image_1657189680_5183.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-bg .footer .footer-bottom .bottom {
  margin: 0;
}

.footer-bg .footer .footer-bottom .bottom .img-box a {
  display: inline-block;
}

.footer-bg .footer .footer-bottom .bottom .img-box img {
  width: 180px;
}

.footer-bg .footer .top .footer-navmenu .share .soc-links li a .fa:hover {
  color: #e2cb8a;
}

.footer-bg .footer .top .footer-navmenu .navmenu li a:hover {
  color: #e2cb8a;
}

.contact_information ul li:hover {
  color: #e2cb8a;
}

.footer-bg .footer .top .contact_information span a:hover {
  color: #e2cb8a;
}

.footer-bg .footer .top .contact_information {
  font-size: 16px;
}

.footer-bottom .context ul {
  display: flex;
}

.footer-bottom .context ul li {
  transition: 1s;
  filter: grayscale(1);
  margin-right: 10px;
}

.footer-bottom .context ul li:hover {
  filter: grayscale(0);
}

.footer-bottom .bottom .img-box {
  padding-top: 2px;
}

.sitewidget-bd {
  position: fixed;
  z-index: 99;
  left: auto;
  right: 20px;
  margin-right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.sitewidget-bd a {
  color: #fff;
}

.onlineservice-fixed-blocks-list {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  list-style: none;
  padding: 0;
}

.onlineService_t_icon {
  text-align: center;
  color: #fff;
  line-height: 50px;
}

.onlineService_t_icon .ico_f {
  font-size: 24px;
}

.onlineservice-fixed-blocks-items {
  position: relative;
}

.onlineservice-fixed-blocks-items img {
  max-width: 150px;
}

.onlineservice-fixed-blocks-items::before {
  content: "";
  background-color: ;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
}

.onlineservice-fixed-blocks-items:last-child::before {
  display: none;
}

.onlineservice-fixed-blocks-items:hover::before {
  opacity: 1;
}

.onlineservice-fixed-blocks-items .onlineservice-fixed-blocks-tips {
  position: absolute;
  top: 0;
  right: 100%;
  padding: 0;
  list-style: none;

  transition: all ease 0.3s;
  transform: scaleX(0);
  transform-origin: right;
}

.onlineservice-fixed-blocks-items:hover .onlineservice-fixed-blocks-tips {
  transform: scaleX(1);
}

.onlineservice-fixed-blocks-items .onlineservice-fixed-blocks-tips li {
  line-height: 50px;
  padding: 0 20px;
  /**border-top-left-radius: 25px;**/
  white-space: nowrap;
  /**border-bottom-left-radius: 25px;**/
  /**/
  background-color: var(--main-theme-color);
}

.onlineservice-fixed-blocks-items .onlineservice-fixed-blocks-tips li a {
  color: #fff;
}

.ico_all {
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  border-radius: 0;
  position: static;
}

.onlineService_t_icon .bgicon {
  position: relative;
  z-index: 1;
}

.sidebarele {
  animation: showModRight 0.6s linear;
  -webkit-animation: showModRight 0.6s linear;
}

.sitewidget-bd {
  display: none;
}

@media (max-width: 1275px) {
  .sitewidget-bd {
    display: none !important;
  }
}

.scroll_to_top {
  background-color: #00aa32;
  position: fixed;
  right: 40px;
  bottom: 20px;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
}
.scroll_to_top:hover {
  background-color: rgb(0, 0, 0);
}

.onlineService_t_icon {
  line-height: 62px;
}

.scroll_to_top .fa {
  transform: scale(2);
  padding-left: 5px;
}

@media (min-width: 1px) {
  .footer-bg .footer .top .contact_information {
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .footer-bg .footer .top .contact_information {
    padding-left: 20px;
  }
}

@media (min-width: 1px) {
  .footer-bottom .bottom .img-box {
    text-align: center;
  }
  .footer-bottom .context ul {
    justify-content: center;
  }
  .footer-bg .footer .footer-bottom .bottom .context {
    text-align: center;
    margin-top: 20px;
  }
}

@media (min-width: 993px) {
  .footer-bottom .bottom .img-box {
    text-align: left;
  }
  .footer-bottom .context ul {
    justify-content: end;
  }
  .footer-bg .footer .footer-bottom .bottom .context {
    text-align: right;
    margin-top: 0;
  }
}

#_section-links_1k55i_757 {
  padding: 60px 0 30px;
  background-color: #f8f9fa;
}
#_section-links_1k55i_757 ._container_1k55i_128,
#_section-links_1k55i_757 ._container-fluid_1k55i_128 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
._section-title_1k55i_500 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #333;
}
._center_1k55i_505._tags-box_13kno_350 {
  text-align: center;
}
@media (min-width: 576px) {
  #_section-links_1k55i_757 ._container_1k55i_128 {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  #_section-links_1k55i_757 ._container_1k55i_128 {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  #_section-links_1k55i_757 ._container_1k55i_128 {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  #_section-links_1k55i_757 ._container_1k55i_128 {
    max-width: 1140px;
  }
}
#_section-links_1k55i_757._section-padding_1k55i_514 {
  padding: 60px 0;
}
#_section-links_1k55i_757 ._section-header_1k55i_505 {
  margin-bottom: 30px;
}
#_section-links_1k55i_757 ._tags-box_13kno_350 span {
  color: #343434;
  font-weight: 600;
}

#_section-links_1k55i_757 ._tags-box_13kno_350 a {
  font-size: 12px;
  padding: 5px 10px;
  border: 1px dashed transparent;
  display: inline-block;
  color: #666666;
  text-transform: capitalize;
}

#_section-links_1k55i_757 ._icon_13kno_264 {
  color: inherit;
  fill: currentColor;
  height: 1em;
  width: 1em;
  vertical-align: middle;
}

#_section-links_1k55i_757 ._tags-box_13kno_350 a:hover {
  border-color: #666;
}
#_section-links_1k55i_757._dark_13kno_387 {
  background: #1c2135;
}
#_section-links_1k55i_757._dark_13kno_387
  ._section-header_1k55i_505
  ._section-title_1k55i_505 {
  color: #fff;
}
#_section-links_1k55i_757._dark_13kno_387 ._tags-box_13kno_350 span {
  color: #eee;
}
#_section-links_1k55i_757._dark_13kno_387 ._tags-box_13kno_350 a:hover {
  border-color: #eee;
  color: #666666;
}
[dir="rtl"] #_section-links_1k55i_757 {
  text-align: right;
}

._tags-tab_13kno_350 {
  display: flex;
  flex-direction: column;
}
._tags-tab_13kno_350 .tab-nav {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 15px;
}
._tags-tab_13kno_350.vetical {
  flex-direction: row;
}
._tags-tab_13kno_350.vetical .tab-nav {
  flex-direction: column;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #ddd;
}
._tags-tab_13kno_350.vetical .tab-nav .tab-item {
  width: 150px;
  padding: 5px 10px;
  margin-right: 0.5rem;
  border-bottom: 1px solid transparent;
}
@media (min-width: 768px) {
  ._tags-tab_13kno_350.vetical .tab-nav .tab-item {
    width: 220px;
  }
}
._tags-tab_13kno_350 .tab-nav .tab-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #666666;
}
._tags-tab_13kno_350.vetical .tab-nav .tab-item {
  padding: 5px 0;
  margin-bottom: 5px;
}
._tags-tab_13kno_350 .tab-nav .tab-link ._icon_13kno_264 {
  margin-right: 0.5rem;
}
._tags-tab_13kno_350 .tab-nav .tab-item {
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
}
._tags-tab_13kno_350 .tab-nav .tab-item.active {
  border-color: #666666;
}
._tags-tab_13kno_350 .tab-nav .tab-item.active .tab-link {
  color: #666666;
}
._tags-tab_13kno_350.vetical .tab-content {
  min-height: 200px;
}
._tags-tab_13kno_350 .tab-content .tab-pane {
  display: none;
  height: 150px;
}
._tags-tab_13kno_350 .tab-content .tab-pane.show {
  display: block;
}
[dir="rtl"] ._tags-tab_13kno_350 .tab-nav .tab-link ._icon_13kno_264 {
  margin-right: 0;
  margin-left: 0.5rem;
}
[dir="rtl"] ._tags-tab_13kno_350 .tab-nav .tab-link {
  margin-right: 0;
  margin-left: 0.5rem;
}

.hot-design-bg .swiper-slide a .detail {
  opacity: 0;
  transition: 0.6s;
}

.hot-design-bg .swiper-slide a:hover .detail {
  opacity: 1;
}

.page-detail {
  height: 30px;
  min-height: 30px;
}

.page-detail > p {
  float: left;
  margin: 0 10px;
}
.page-detail > a {
  float: right;
}

.ml-10 {
  margin-left: 10px;
}
