@charset "UTF-8";

/*
-----------------------------------------------------------------------
  Typography CSS
-----------------------------------------------------------------------
*/
html {
  font-size: 16px;
  }
body {
  color: rgba(85,85,85,1.00);
  font-size: 1rem;
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  overflow-x: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: rgba(51,51,51,1.00);
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
a {
  color: rgba(85,85,85,1.00);
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
a:hover, a:active, a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(6,71,137,1.00);
  outline: none;
  text-decoration: none;
}
a img {
  border: none;
}
img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
p {
  margin-bottom: 30px;
  line-height: 1.5;
}
p:last-child {
  margin-bottom: 0;
}
:active,
:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none !important;
}

::-moz-selection {
  background: rgba(6,71,137,1.00);
  color: #fff;
  text-shadow: none;
}

::selection {
  background: rgba(6,71,137,1.00);
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: rgba(6,71,137,1.00);
  /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: rgba(6,71,137,1.00);
  /* Safari */
  color: #fff;
  text-shadow: none;
}

img {
  max-width: 100%;
}

iframe {
  border: none !important;
}

textarea:focus, textarea:active, input:focus, input:active {
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 30px;
}
table p {
  margin-bottom: 0;
}
.modal-content,
.modal-header,
.modal-body{
  border-radius: 0 !important;
  border: none !important;
}
.modal-dialog{
  width: 600px;
  max-width:none;
}
.layui-input,
.layui-textarea{
  border-radius: 0 !important;
  border: 1px solid #ced4da;
}


/*-------- Container Style Css --------*/
.wrapper {
 /*--------  overflow-x: hidden; --------*/
}
.container {
  max-width: 1470px;
  padding-left: 16px;
  padding-right: 16px;
}
.row {
  margin-right: -16px;
  margin-left: -16px;
}
.row > [class*=col-] {
  padding-right: 16px;
  padding-left: 16px;
}
@media only screen and (max-width: 1199px) {
  .container {
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
  }
}
/*-------- Button Style Css --------*/
.btn-theme {
  background-color: rgba(51,51,51,1.00);
  border: 2px solid rgba(51,51,51,1.00);
  color: #fff;
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  position: relative;
  padding: 10px 5px;
  text-align: center;
  width: 124px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.btn-theme:hover {
  background-color: transparent;
  border: 2px solid rgba(6,71,137,1.00);
  color: rgba(6,71,137,1.00);
}

.btn-link {
  color: rgba(51,51,51,1.00);
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
}
.btn-link:hover {
  color: rgba(6,71,137,1.00);
  text-decoration: underline;
}

/*-------- Page Header Style Css --------*/
.banner-area {
  background-color: #d8d8d8;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 0;
}
.banner-area .title{
  display: flex;
  height: 425px;
  align-items: center;
}
.banner-area .title h3{
  margin: 0;
  padding: 0;
  font-size: 2.5rem;
  color: rgba(255,255,255,1.00);
  font-weight: 500;
}
.breadcrumb-area {
  width: 100%;
  padding: 20px 0;
}
.breadcrumb-area .breadcrumb {
  background-color: transparent;
  display: block;
  -ms-flex-wrap: unset;
      flex-wrap: unset;
  letter-spacing: 0;
  margin-bottom: 0;
  padding: 0;
}
.breadcrumb-area .breadcrumb li {
  display: inline-block;
  font-size: 0.9375rem;
  position: relative;
  text-transform: capitalize;
}
.breadcrumb-area .breadcrumb li a {
  color: rgba(153,153,153,1.00);
}
.breadcrumb-area .breadcrumb li a:hover {
  color: rgba(6,71,137,1.00);
}
@media only screen and (max-width: 767px) {
  .banner-area .title {
    height: 240px;
  }
  .banner-area .title h3 {
    font-size: 1.5rem;
    font-weight: 700;
  }
}

/*-------- Pagination Style Css --------*/
.pagination-content-wrap {
  margin-top: 60px;
  margin-bottom: 60px;
}
.pagination-content-wrap .pagination-nav .pagination li {
  margin: 0 4px;
}
.pagination-content-wrap .pagination-nav .pagination li a {
  background: none;
  color: rgba(68,68,68,1.00);
  text-align: center;
  border: 1px solid rgba(221,221,221,1.00);
  padding: 7px 14px;
}
.pagination-content-wrap .pagination-nav .pagination li a.disabled {
  cursor: not-allowed;
}
.pagination-content-wrap .pagination-nav .pagination li a.active {
  color: rgba(12,72,135,1.00);
  border: 1px solid rgba(12,72,135,1.00);
}
.pagination-content-wrap .pagination-nav .pagination li a:hover {
  color: rgba(12,72,135,1.00);
  border: 1px solid rgba(12,72,135,1.00);
}
@media only screen and (max-width: 767px) {
  .pagination-content-wrap .pagination-nav .pagination li a {
  padding: 6px 12px;
}
}
/*-------- Swiper Button Style Css --------*/

.swiper-container:hover .swiper-button-disabled {
  opacity: 1;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  opacity: 1;
}
.swiper-button-prev, .swiper-button-next {
  color: #cacaca;
  font-size: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  opacity: 0;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.swiper-button-prev:after, .swiper-button-next:after {
  display: none;
  opacity: 1;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: pointer;
  pointer-events: all;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  color: #fff;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}

/*-------- Scroll To Top Style Css --------*/
.scroll-to-top {
  -webkit-box-shadow: 0 0 12px -2px rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 12px -2px rgba(255, 255, 255, 0.25);
  bottom: -60px;
  background-color: rgba(51,51,51,1.00);
  color: #fff;
  position: fixed;
  right: 50px;
  display: block;
  padding: 0;
  width: 45px;
  height: 50px;
  border-radius: 0;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 999;
}
.scroll-to-top:hover {
  background-color: rgba(6,71,137,1.00);
}
.scroll-to-top.show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}
.scroll-to-top.show:hover {
  opacity: 1;
}

/* Main Navigation CSS */
.main-menu > li {
  margin-right: 14px;
  padding: 3px 0;
}
.main-menu > li:last-child {
  margin-right: 0;
}
.main-menu > li > a {
  display: block;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  padding: 7px 25px;
  position: relative;
}
.main-menu > li:hover > a, .main-menu > li.active > a {
  color: rgba(6,71,137,1.00);
}
.main-menu > li:hover > a:before,
.main-menu > li.active > a:before {
  color: rgba(6,71,137,1.00);
}

.has-submenu {
  padding-right: 10px;
  position: relative;
}
.has-submenu > a {
  position: relative;
}
.has-submenu > a:before {
  content: "";
  color: rgba(6,71,137,1.00);
  font-size: 14px;
  line-height: 30px;
  font-family: "FontAwesome";
  position: absolute;
  right: 11px;
  top: 7px;
}
.has-submenu:hover > .submenu-nav {
  opacity: 1;
  visibility: visible;
}
.has-submenu .submenu-nav {
  border: none;
  border-bottom: none;
  padding: 15px 0 15px;
  position: absolute;
  left: 0px;
  top: 100%;
  opacity: 0;
  z-index: 9999;
  transition: all .3s;
  visibility: hidden;
}
.has-submenu .submenu-nav > li {
  padding: 10px 25px;
}
.has-submenu .submenu-nav > li a {
  display: block;
  letter-spacing: inherit;
  text-transform: capitalize;
}
.has-submenu .submenu-nav > li a:hover {
  color: #fff;
}
.has-submenu .submenu-nav > li:hover > a {
  color: #fff;
}
.has-submenu .submenu-nav > li:hover:after {
  color: #fff !important;
}
.has-submenu .submenu-nav > li.has-submenu {
  position: relative;
}
.has-submenu .submenu-nav > li.has-submenu a:before {
  display: none;
}
.has-submenu .submenu-nav > li.has-submenu:hover > .submenu-nav {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.has-submenu .submenu-nav > li.has-submenu:after {
  content: "";
  color: #8a8a8a;
  font-size: 15px;
  line-height: 1.2;
  font-family: "FontAwesome";
  position: absolute;
  right: 25px;
  top: 12px;
}
.has-submenu .submenu-nav > li.has-submenu .submenu-nav {
  left: 100%;
  top: 0;
}

/* Responsive Mobile Menu */

.res-mobile-menu {
  margin: 0;
}
.res-mobile-menu .slicknav_btn {
  display: none;
}
.res-mobile-menu .slicknav_menu {
  background-color: transparent;
  padding: 0;
}
.res-mobile-menu .slicknav_nav {
  display: block !important;
}
.res-mobile-menu .slicknav_nav li {
  border-top: 1px solid #eee;
  position: relative;
}
.res-mobile-menu .slicknav_nav li:last-child {
  border-bottom: 0;
}
.res-mobile-menu .slicknav_nav li a {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(51,51,51,1.00);
  line-height: 25px;
  padding: 8px 20px;
  margin: 0;
  text-transform: capitalize;
  position: relative;
  letter-spacing: 0px;
}
.res-mobile-menu .slicknav_nav li a .slicknav_arrow {
  background-color: transparent;
  color: rgba(51,51,51,1.00);
  font-size: 1rem;
  display: block;
  text-align: center;
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  height: 32px;
  line-height: 34px;
  width: 48px;
  border-radius: 50%;
}
.res-mobile-menu .slicknav_nav li a a {
  padding: 0;
}
.res-mobile-menu .slicknav_nav li a:hover {
  color: rgba(6,71,137,1.00);
  background-color: transparent;
}
.res-mobile-menu .slicknav_nav li img {
  display: none;
}
.res-mobile-menu .slicknav_nav li div {
  display: none;
}
.res-mobile-menu .slicknav_nav li ul {
  margin: 0;
  padding-left: 0;
}
.res-mobile-menu .slicknav_nav li ul li a {
  font-weight: 400;
  padding-left: 30px;
}
.res-mobile-menu .slicknav_nav li ul li ul li a {
  font-size: 14px;
  padding-left: 40px;
}
.res-mobile-menu .slicknav_nav .slicknav_parent .slicknav_item a {
  padding-left: 0;
}
.res-mobile-menu .slicknav_nav .slicknav_open a > a {
  color: rgba(6,71,137,1.00);
}
.res-mobile-menu .slicknav_nav .slicknav_open > .slicknav_item {
  position: relative;
}
.res-mobile-menu .slicknav_nav .slicknav_open > .slicknav_item .slicknav_arrow {
  color: rgba(6,71,137,1.00);
  background-color: transparent;
}
.res-mobile-menu .slicknav_nav .slicknav_open > ul > li > a > a {
  color: #5b5b5b;
}
.res-mobile-menu .slicknav_nav .slicknav_open > ul > li.slicknav_open > a > a {
  color: rgba(6,71,137,1.00);
}

/*
-----------------------------------------------------------------------
  Header CSS
-----------------------------------------------------------------------
*/
.header-menu {
  background-color: rgba(255,255,255,1.00);
  width: 100%;
  height: 85px;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}
@media only screen and (max-width: 1199px) {
  .header-menu .container {
    max-width: 960px;
  }
}
.header-menu.sticky-header.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
.header-menu.sticky-header.sticky.header-menu .header-navigation .main-menu.nav > li > a {
  height: 50px;
  line-height: 50px;
}
.header-menu.transparent {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
.header-menu.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: rgba(255,255,255,1.00) !important;
	  webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    animation: 800ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

.header-menu .header-navigation .main-menu.nav {
   -webkit-box-align: center;
   -ms-flex-align: center;
    align-items: center;
   -webkit-box-pack: end;
   -ms-flex-pack: end;
   justify-content: flex-end;
}
.header-menu .header-navigation .main-menu.nav > li {
  padding: 0;
  margin-right: 0;
}
.header-menu .header-navigation .main-menu.nav > li.active > a {
  color: rgba(6,71,137,1.00);
}
.header-menu .header-navigation .main-menu.nav > li > a {
  color: rgba(51,51,51,1.00);;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 85px;
  padding: 0 0 0 0;
  margin: 0 26px 0 26px;
  position: relative;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.header-menu .header-navigation .main-menu.nav > li > a span{
  font-size: 18px;
  padding-right: 5px;
}

@media only screen and (max-width: 1199px) {
  .header-menu .header-navigation .main-menu.nav > li > a {
    font-size: 15px;
    padding: 0 12px;
  }
}
.header-menu .header-navigation .main-menu.nav > li > a:hover {
  color: rgba(6,71,137,1.00);
}
.header-menu .header-navigation .main-menu.nav > li > a:hover:after {
  bottom: auto;
  height: 100%;
  top: 0;
}

.header-menu .header-navigation .main-menu.nav .has-submenu > a:before {
  display: none;
}
.header-menu .header-navigation .main-menu.nav .has-submenu:hover a {
  color: rgba(6,71,137,1.00);
}
.header-menu .header-navigation .main-menu.nav .has-submenu:hover a:after {
  bottom: auto;
  height: 100%;
  top: 0;
}
.header-menu .header-navigation .main-menu.nav .has-submenu .submenu-nav {
  background-color: rgba(243,244,246,1.00);
  left: 0px;
  padding: 30px 15px 30px 15px;
  width: 100%;
  position: fixed;
  top: 85px;
  display: flex;
  justify-content: center;
}
.header-menu .header-navigation .main-menu.nav .has-submenu:nth-child(2) .submenu-nav {
  padding: 30px 15px 30px 240px;
}
.header-menu .header-navigation .main-menu.nav .has-submenu:nth-child(3) .submenu-nav {
  padding: 30px 15px 30px 450px;
}
.header-menu .header-navigation .main-menu.nav .has-submenu:nth-child(4) .submenu-nav {
  padding: 30px 15px 30px 550px;
}
.header-menu .header-navigation .main-menu.nav .has-submenu .submenu-nav:before {
  display: none;
}
.header-menu .header-navigation .main-menu.nav .has-submenu .submenu-nav > li {
  padding: 0 25px;
}
.header-menu .header-navigation .main-menu.nav .has-submenu .submenu-nav > li.active a {
  color: rgba(6,71,137,1.00) !important;
}
.header-menu .header-navigation .main-menu.nav .has-submenu .submenu-nav > li a {
  color: rgba(102,102,102,1.00);
  font-weight: 400;
  display: block;
}
.header-menu .header-navigation .main-menu.nav .has-submenu .submenu-nav > li a:hover {
  color: rgba(6,71,137,1.00);
}
@media only screen and (max-width: 1399.98px) {
  .header-menu .header-navigation .main-menu.nav .has-submenu .submenu-nav > li.has-submenu {
    padding: 11px 35px;
  }
}
.header-menu .header-navigation .main-menu.nav .has-submenu .submenu-nav > li.has-submenu:after {
  color: #555;
}
@media only screen and (max-width: 1399.98px) {
  .header-menu .header-navigation .main-menu.nav .has-submenu .submenu-nav > li.has-submenu:after {
    right: auto;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    top: calc(50% + -8px);
    left: 20px;
  }
}
.header-menu .header-navigation .main-menu.nav .has-submenu .submenu-nav > li.has-submenu .submenu-nav {
  left: 100%;
  right: auto;
  top: 7px;
}
@media only screen and (max-width: 1399.98px) {
  .header-menu .header-navigation .main-menu.nav .has-submenu .submenu-nav > li.has-submenu .submenu-nav {
    left: auto;
    right: 100%;
  }
}
.header-menu .header-navigation .main-menu.nav .has-submenu .submenu-nav > li.has-submenu .submenu-nav:before {
  content: "";
  display: block;
  height: 7px;
  position: absolute;
}
.header-menu .header-navigation .main-menu.nav .has-submenu .submenu-nav > li.has-submenu .submenu-nav > li > a {
  color: #555;
}
.header-menu .header-navigation .main-menu.nav .has-submenu .submenu-nav > li.has-submenu .submenu-nav > li > a:hover {
  color: rgba(6,71,137,1.00);
}
.header-menu .header-navigation .main-menu.nav .has-submenu .submenu-nav > li.has-submenu:hover a {
  color: rgba(6,71,137,1.00);
}
.header-menu .header-navigation .main-menu.nav .has-submenu .submenu-nav > li.has-submenu:hover:after {
  color: rgba(6,71,137,1.00) !important;
}

.header-menu .header-action {
  position: relative;
  margin-left: 20px;
}

.header-menu .btn-menu {
  background-color: transparent;
  color: rgba(51,51,51,1.00);;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 25px;
  height: 62px;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.header-menu .btn-menu:hover {
  color: rgba(6,71,137,1.00);
}
.header-logo {
  display: flex;
  align-items: center;
  height: 85px;
}
.header-action  .action-item {
  color: rgba(51,51,51,1.00);;
  font-size: 22px;
  width: 40px;
  line-height: 85px;
  text-align: right;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  cursor: pointer;
}
.header-action .action-item:hover {
  color: rgba(6,71,137,1.00);
}

.off-canvas-wrapper {
  position: fixed;
  left: -100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 100vh;
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 9999;
}
.off-canvas-wrapper.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  left: 0;
}
.off-canvas-wrapper.active .off-canvas-inner {
  -webkit-transform: none;
          transform: none;
}
.off-canvas-wrapper.active .off-canvas-inner .off-canvas-content {
  -webkit-transform: none;
          transform: none;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.off-canvas-wrapper.active .btn-close {
  display: block;
}
.off-canvas-wrapper.active .off-canvas-overlay {
  opacity: 1;
  visibility: visible;
}
.off-canvas-wrapper .off-canvas-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.off-canvas-wrapper .btn-menu-close {
  display: block;
  width: 100%;
  height: 40px;
  background-color: rgba(6,71,137,1.00);
  opacity: 1;
  border-radius: 0;
  color: #fff;
  background-image: none;
  padding: 0 20px;
  line-height: 40px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  border: none;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.off-canvas-wrapper .btn-menu-close i {
  position: absolute;
  height: 40px;
  line-height: 40px;
  right: 18px;
}
.off-canvas-wrapper .btn-menu-close:hover {
  color: rgba(255,255,255,1.0);
  background-color: rgba(6,71,137,1.00);
}
.off-canvas-wrapper .off-canvas-inner {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100vh;
  width: 100%;
  z-index: 3;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content {
  background-color: #fff;
  height: 100%;
  padding: 0;
  position: relative;
  overflow-y: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  width: 350px;
  z-index: 9;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-inner .off-canvas-content {
    width: 310px;
  }
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item {
  margin: 0;
  padding: 0;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item:last-child {
  margin-bottom: 0;
}

.fix {
  overflow: hidden;
}
.map-title{
  font-weight: 500;
  padding-bottom: 5px;
}
.map-content{
  color:rgba(102,102,102,1.00);
  font-size: 0.875rem;
}
/*
-----------------------------------------------------------------------
    Home Slider CSS
-----------------------------------------------------------------------
*/
.home-slider-area .home-slider-container {
  position: relative;
}
.home-slider-area .home-slider-container .swiper-wrapper {
  position: relative;
}
.home-slider-area .home-slider-container .swiper-wrapper .slider-content{
  height: 850px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
  object-fit: cover;
}
.home-slider-area .home-slider-container .swiper-wrapper .slider-content .slider-text .title {
    font-size: 4rem;
    font-weight: 500;
    color: rgba(255,255,255,1.00);
    margin-bottom: 20px;
}
.home-slider-area .home-slider-container .swiper-wrapper .slider-content .slider-text {
  margin-bottom: 80px;
}
.home-slider-area .home-slider-container .swiper-wrapper .slider-content .slider-text p {
  color: #FFF;
  font-size: 1.375rem;
  margin-bottom: 80px;
}
.home-slider-area .home-slider-container .swiper-wrapper .slider-content .slider-text p span{
  font-size: 1rem;
  padding: 0 10px;
}
.home-slider-area .home-slider-container .swiper-wrapper .slider-content .slider-text .btn-slider {
  background-color:transparent;
  color: rgba(255,255,255,1.0);
  display: inline-block;
  padding: 12px 50px;
  border: 1px solid rgba(255,255,255,0.5);
  transition: all 0.3s;
}
.home-slider-area .home-slider-container .swiper-wrapper .slider-content .slider-text .btn-slider:hover {
  background-color: rgba(6,71,137,1.00);
}
.home-slider-area .home-slider-container .swiper-button-next, 
.home-slider-area .home-slider-container .swiper-button-prev {
  font-size: 40px;
  line-height: 40px;
  opacity: 0;
  height: 40px;
  width: 40px;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.home-slider-area .home-slider-container .swiper-button-next:after,
 .home-slider-area .home-slider-container .swiper-button-prev:after {
  display: none;
}
.home-slider-area .home-slider-container .swiper-button-next:hover,
 .home-slider-area .home-slider-container .swiper-button-prev:hover {
  color: rgba(255,255,255,1.0);
}
.home-slider-area .home-slider-container .swiper-button-next {
  right: 20px;
}
.home-slider-area .home-slider-container .swiper-button-prev {
  left: 20px;
}
.home-slider-area .home-slider-container:hover .swiper-button-next,
.home-slider-area .home-slider-container:hover .swiper-button-prev{
  opacity: 0.5;
}
.home-slider-area .home-slider-container .swiper-button-prev {
  left: 20px;
}
.home-slider-area .home-slider-container .swiper-pagination-bullet{
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid transparent;
  position: relative;
  background-color: transparent;
  margin: 0 5px;
  transition: all 0.3s;
  opacity: 0.6; 
}
.home-slider-area .home-slider-container .swiper-pagination-bullet:before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  background-color:rgba(255,255,255,1.0);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  transition: all .3s;
}
.home-slider-area .home-slider-container .swiper-pagination-bullet-active{
  border-color: rgba(255,255,255,1.0);
  opacity: 1; 
}
.home-slider-area .home-slider-container .swiper-pagination-bullet-active:before{
  opacity: 1;
  width: 6px;
  height: 6px;
}
.home-slider-area .home-slider-container .swiper-pagination-bullet {
  bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-container .swiper-wrapper .slider-content .slider-text {
    margin-bottom: 30px;
  }
  .home-slider-area .home-slider-container .swiper-wrapper .slider-content .slider-text p {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  .home-slider-area .home-slider-container .swiper-wrapper .slider-content .slider-text .btn-slider {
    padding: 6px 15px;
    font-size: 1rem;
  }

  .home-slider-area .home-slider-container .swiper-wrapper .slider-content{
    height: 280px;
  }
  .home-slider-area .home-slider-container .swiper-wrapper .slider-content .slider-text .title {
    font-size: 1.375rem;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .home-slider-area .home-slider-container .swiper-button-next, 
  .home-slider-area .home-slider-container .swiper-button-prev {
    display: none;
  }
  .home-slider-area .home-slider-container .swiper-wrapper .slider-content .slider-text p span {
    font-size: 0;
    padding: 0 4px;
  }
  .home-slider-area .home-slider-container .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    margin: 0 3px;
  }
  .home-slider-area .home-slider-container .swiper-pagination-bullet:before{
    width: 10px;
    height: 10px;

  }
  .home-slider-area .home-slider-container .swiper-pagination-bullet-active:before{
    width: 6px;
    height: 6px;
  }
  .home-slider-area .home-slider-container .swiper-pagination-bullet {
    bottom: 10px;
  }
}

/*
-----------------------------------------------------------------------
    Home CSS
-----------------------------------------------------------------------
*/
@keyframes fade {
  0% {
    transform: translateY(30px);
    opacity: .5
  }
  100% {
    transform: translateY(0);
    opacity: 1
  }
}
.home-products{
  margin: 70px 0 0 0;
}
.home-products .tab-content .tab-pane.active {
  display: block;
  animatin: fade 0.3s;
  -webkit-animation: fade 0.3s;
  }
 
.home-products .nav-pills{
    padding: 0 0 40px 0;
    justify-content: flex-start;
    align-items: center;
}
.home-products .nav-pills .nav-item.last{
  margin-left: auto;
}
.home-products .nav-pills .nav-link{
  color: rgba(136,136,136,1.00);
  font-size: 1rem;
  font-weight: 500;;
  transition: all .3s;
  padding: 0;
  margin: 0 3rem 0 0;
}
.home-products .nav-pills .nav-item.last .nav-link{
  margin: 0;
  color: rgba(6,71,137,1.00);
}
.home-products .nav-pills .nav-item.last .nav-link span{
  margin-left:4px;
  font-size: 14px;;
}
.home-products .nav-pills .nav-link.active{
    background-color: transparent;
    border-radius: 0;
    color: rgba(6,71,137,1.00);
    font-weight: 700;;
    font-size: 1.5rem;
}
.home-products .tab-content .row {
  margin-right: -20px;
  margin-left: -20px;
}
.home-products .tab-content .row > [class*=col-] {
  padding-right: 20px;
  padding-left: 20px;
}
.home-products .tab-content .product-thumb h5{
  font-size: 1rem;
  font-weight: 400;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .home-products {
    margin: 50px 0 0 0;
  }
  .home-products .nav-pills{
    padding: 0 0 30px 0;
}
  .home-products .nav-pills .nav-link.active{
    font-weight: 700;
    font-size: 1.25rem;
}
.home-products .nav-pills .nav-link{
  margin: 0 20px 0 0;
}
.home-products .tab-content .row {
  margin-right: -8px;
  margin-left: -8px;
}
.home-products .tab-content .row > [class*=col-] {
  padding-right: 8px;
  padding-left: 8px;
}
.home-products .tab-content .product-thumb h5{
  font-size: 1rem;
  font-weight: 400;
  margin: 10px 0 30px 0;
}
}
/*
-----------------------------------------------------------------------
    About CSS
-----------------------------------------------------------------------
*/
.home-about{
  margin: 70px 0 0 0;
  padding: 50px 0;
  background-color: rgba(243,244,246,1.00);
}
.home-about .row {
  margin-right: -20px;
  margin-left: -20px;
}
.home-about .row > [class*=col-] {
  padding-right: 20px;
  padding-left: 20px;
}

.home-about .home-about-container .swiper-button-next, 
.home-about .home-about-container .swiper-button-prev {
  font-size: 30px;
  line-height: 30px;
  opacity: 0;
  height: 30px;
  width: 30px;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.home-about .home-about-container .swiper-button-next:after,
.home-about .home-about-container .swiper-button-prev:after {
  display: none;
}
.home-about .home-about-container .swiper-button-next:hover,
.home-about .home-about-container .swiper-button-prev:hover {
  color: rgba(255,255,255,1.0);
}
.home-about .home-about-container .swiper-button-next {
  right: 20px;
}
.home-about .home-about-container .swiper-button-prev {
  left: 20px;
}
.home-about .home-about-container:hover .swiper-button-next,
.home-about .home-about-container:hover .swiper-button-prev{
  opacity: 0.5;
}
.home-about .home-about-container .swiper-button-prev {
  left: 20px;
}
.home-about .home-about-container .swiper-pagination-bullet{
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 2px solid transparent;
  position: relative;
  background-color: transparent;
  margin: 0 5px;
  transition: all 0.3s;
  opacity: 0.6; 
}
.home-about .home-about-container .swiper-pagination-bullet:before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  background-color:rgba(255,255,255,1.0);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  transition: all .3s;
}
.home-about .home-about-container .swiper-pagination-bullet-active{
  border-color: rgba(255,255,255,1.0);
  opacity: 1; 
}
.home-about .home-about-container .swiper-pagination-bullet-active:before{
  opacity: 1;
  width: 5px;
  height: 5px;
}
.home-about .about-text h3{
  font-weight: 700;
  font-size: 1.5rem;
  margin: 10px 0 30px 0;
}
.home-about .about-text .link{
  display: block;
  margin: 10px 0 0 0;
  color: rgba(6,71,137,1.00);
  font-weight: 500;
  transition: all .3s;
  text-align: right;
}
.home-adva{
  margin: 70px 0 0 0;
}
.home-adva .d-flex{
  align-items: center;
}
.home-adva .icon{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  border-radius: 34px;
  background-color: rgba(6,71,137,1.00);
}
.home-adva .icon span:before{
  color: rgba(255,255,255,1.00);
  font-size: 1.9rem;
}
.home-adva .icon span.icon-9:before{
  font-size: 2.1rem;
}
.home-adva .text{
  display: flex;
  padding-left: 20px;
  flex-direction: column;
}
.home-adva .text h5{
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.p-thumb {
  position: relative;
  overflow: hidden;
}
.p-thumb img {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.p-thumb:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.about-content .title {
  font-size: 36px;
  font-weight: 500;
  color: #252525;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.about-content p {
  color: #363636;
  font-size: 14px;
  margin-bottom: 15px;
}
.about-content .btn-theme {
  font-size: 15px;
  font-weight: 500;
  margin-top: 12px;
  text-transform: capitalize;
}
.about-detail{
  margin: 50px 0 0 0;
}
.about-detail h2{
  font-size: 1.625rem;
  color: rgba(51,51,51,1.00);
  font-weight: 500;
  padding-bottom: 30px;
}
.about-detail p{
  line-height: 2;
}
.about-adva {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
height: 580px;
margin: 80px 0 0 0;
padding:30px 0;
}
.about-adva.not-home {
  height: 560px;
  }
.about-adva h3 {
  text-align: center;
  font-size: 2.625rem;
  color: rgba(255,255,255,1.0);
  margin: 30px 0 40px 0;
  font-weight: 700;
  letter-spacing: 8px;
}

.about-adva .swiper-slide{
  display: flex;
  justify-content: center;
  padding: 30px;
 flex-direction: column;
}
.about-adva .icon{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.about-adva .icon span{
  display: flex;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 2px solid rgba(255,255,255,1.00);
  justify-content: center;
  align-items: center;
}
.about-adva .icon span:before{
  font-size: 2rem;
  color: rgba(255,255,255,1.00);
}

.about-adva .text{
  display: flex;
  padding-left: 20px;
  flex-direction: column;
  color: rgba(255,255,255,1.00);
  text-align: center;
}
.about-adva .text h5{
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: rgba(255,255,255,1.00);
}
.about-adva .text p{
  font-size: 1rem;
}
.about-adva .swiper-button-next, 
.about-adva .swiper-button-prev {
  font-size: 36px;
  line-height: 36px;
  opacity: 0;
  height: 36px;
  width: 36px;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.about-adva .swiper-button-next {
  right: 30px;
}
.about-adva .swiper-button-prev {
  left: 30px;
}

.about-scale  {
  margin-top: 60px;
}
.about-scale .scale-c{
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-scale .scale-o{
  display: flex;
  margin-right: 10px;
}
.about-scale .scale-o span:before{
  font-size: 1.5rem;
  color: rgba(255,255,255,1.00);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255,255,255,1.00);
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.about-scale .scale-o span.icon-3:before{
  font-size: 1.75rem;
}
.about-scale .scale-t{
  line-height: 1.4;
  color: rgba(255,255,255,1.00);
}
.about-scale .count {
  font-size: 1.375rem;
  font-weight: 700;
  color: rgba(255,255,255,1.00);
  padding: 0 2px 0 0px;
}
.about-scale .m-title{
  color: rgba(255,255,255,1.00);
  font-size: 1rem;
}
.about-scale .s-title{
  margin-top: 7px;
  font-size: 1rem;
  color: rgba(255,255,255,1.00);
}
.production-detail{
  margin: 70px 0 0 0;
  padding: 0;
}
.production-image .row {
  margin-right: -30px;
  margin-left: -30px;
}
.production-image .row > [class*=col-] {
  padding-right: 30px;
  padding-left: 30px;
}
.production-image .text {
  text-align: center;
  padding: 15px 0 50px 0;
}
.honor-image {
  background-color: rgba(236,236,236,1.00);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 560px;
  margin: 70px 0 0 0;
  padding: 70px;
  }
.honor-image .text{
    padding: 15px 0 50px 0;
    text-align: center;
  }
  .honor-image .swiper-pagination {
    bottom: 10px !important;
}
@media only screen and (max-width: 767px) {
  .about-content {
    margin-top: 40px;
  }
  .about-adva {
    height: 300px;
    margin: 30px 0 0 0;
    padding: 0;
    }
    .about-adva h3 {
      font-size: 1.375rem;
      color: rgba(255,255,255,1.0);
      padding: 30px 0 10px 0;
      font-weight: 700;
      letter-spacing: 4px;
    }
    .about-adva .text h5 {
      font-size: 1.125rem;
    }
    .production-image .row {
      margin-right: -8px;
      margin-left: -8px;
    }
    .production-image .row > [class*=col-] {
      padding-right: 8px;
      padding-left: 8px;
    }
    .about-adva .swiper-slide{
      padding: 0px;
    }
    .about-scale{
      display: none;
    }
    .about-adva .icon span{
      width: 54px;
      height: 54px;
    }
    .about-adva .icon span::before {
    font-size: 1.5rem;
   }
   .about-adva .text {
    padding-left: 0px;
  }
  .about-adva .swiper-button-next, 
  .about-adva .swiper-button-prev {
    font-size: 20px;
    line-height: 20px;
  }
  .honor-image {
    height: 420px;
    margin: 40px 0 0 0;
    padding: 20px;
    }
    .production-detail {
      margin: 35px 0 0 0;
    }
    .production-image .text {
      padding: 15px 0 25px 0;
    }
}
/*
-----------------------------------------------------------------------
    Contact CSS
-----------------------------------------------------------------------
*/
.contacts-area{
  margin: 70px 0;
}
.contacts-area .contacts-left p{
  line-height: 1.8;
}
.contacts-area .contacts-left p{
  padding-left: 72px;
  position: relative;
  margin-bottom: 30px;
}
.contacts-area .contacts-left p:before{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 8px;
  font-family: 'ionicons';
  border: 1px solid rgba(231,231,231,1.00);
  border-radius: 100%;
  width: 52px;
  height: 52px;
  font-size: 1.3125rem;
}
.contacts-area .contacts-left .tel:before{
  content: "\eb97";
}
.contacts-area .contacts-left .tel span{
  font-size: 1.625rem;
  color: rgba(51,51,51,1.00);
  font-weight: 500;
  line-height: 1.5;
}
.contacts-area .contacts-left .email:before{
  content: "\eb79";
}
.contacts-area .contacts-left .add:before{
  content: "\eb7b";
}
.contacts-area .contacts-left .add span{
  font-size: 1.125rem;
  color: rgba(51,51,51,1.00);
  font-weight: 500;
}
.contacts-area .contacts-right .chat{
  padding-left: 74px;
  position: relative;
  margin-bottom: 25px;
}
.contacts-area .contacts-right .chat:before{
  position: absolute;
  left: 0;
  top: 8px;
  content: "\ebbd";
  font-family: 'ionicons';
  border: 1px solid rgba(231,231,231,1.00);
  border-radius: 100%;
  width: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 1.3125rem;
}
.contacts-area .contacts-right .ewm{
  padding-left: 74px;
  display: flex;
  justify-content: flex-start;
}
.contacts-area .contacts-right .ewm img{
  width: 130px;
  border: 1px solid rgba(236,236,236,1.00);
  margin-bottom: 3px;
}
.contacts-area .contacts-right .ewm span{
  margin-right: 25px;
  text-align: center;
  font-size: 0.875rem;
  color: rgba(136,136,136,1.00);
}
.contacts-area .contacts-bottom {
  margin-top: 70px;
}
.contacts-area .contacts-bottom .baidu-map {
	width: 100%;
	height: 560px;
}
/*
-----------------------------------------------------------------------
    Form CSS
-----------------------------------------------------------------------
*/
.contact-form .form-group .form-control {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border-color: #b9b9b9;
  height: 46px;
  padding: 10px;
  font-size: 1rem;
  letter-spacing: 0;
  border-width: 1px;
  margin: 0 0 15px 0;
  color: #777777;
}
.contact-form .form-group .form-control:active, .contact-form .form-group .form-control:focus {
  border-color: #b9b9b9;
}
.contact-form .form-group textarea.form-control {
  height: 166px;
  resize: none;
  padding-top: 10px;
}
.contact-form .form-group .btn-contact {
  width: 100%;
  border: none;
  color: #fff;
  background-color: rgba(6,71,137,1.00);
  font-weight: 500;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-top: 10px;
  border-radius: 0;
  padding: 0;
  height: 48px;
  text-decoration: none;
}
.contact-form .form-group .btn-contact:hover {
  border: none;
  color: #fff;
}

.search-form,
.whatsapp-top,
.email-top{
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.search-form h4,
.whatsapp-top h4,
.email-top h4{
  margin-bottom: 20px;
}
.search-form .form-group {
  position: relative;
  background: #fff;
}
.search-form .form-group .form-control {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  width: 100%;
  height: 46px;
  padding: 8px 15px;
  padding-right: 100px;
  font-size: 14px;
}
.search-form .form-group .form-control:focus {
  border: 0;
}
.search-form .form-group .btn-search {
  border: none;
  background-color: #fff;
  color: #7a7a7a;
  display: inline-block;
  position: absolute;
  padding: 8px 15px;
  font-size: 24px;
  height: 46px;
  top: 0;
  right: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.search-form .form-group .btn-search:hover {
  
}
.whatsapp-top .content,
.email-top .content {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
}
.whatsapp-top .icon-whatsapp1,
.email-top .icon-mail1 {
	font-size: 24px;
	text-align: center;
	margin-right: 8px;
}

/*
-----------------------------------------------------------------------
    NEWS CSS
-----------------------------------------------------------------------
*/
.news-list-area .container {
  padding-bottom: 40px;
  padding-top: 60px;
}
.news-list-area .row {
  margin-right: -25px;
  margin-left: -25px;
}
.news-list-area .row > [class*=col-] {
  padding-right: 25px;
  padding-left: 25px;
}
.news-list-area .news-list {
  margin: 0;
  padding: 50px 0;
  border-bottom: 1px solid rgba(236,236,236,1.00);
}
.news-list-area .news-list h4{
  color: rgba(51,51,51,1.00);
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0 0 20px 0;
}
.news-list-area .news-list .text{
  color: rgba(102,102,102,1.00);
  font-weight: 400;
  margin: 0 0 15px 0;
  line-height: 1.7;
}
.news-list-area .news-list .date{
  color: rgba(153,153,153,1.00);
  font-weight: 400;
  line-height: 1.7;
}
.news-list-area .news-list .more{
  display: block;
  color: rgba(6,71,137,1.00);
  font-weight: 400;
  line-height: 1.7;
  text-align: right;
}
.news-list-area .news-list .more:hover{
  color: rgba(26,111,184,1.00);
}

.news-detail-area .container {
  padding-bottom: 40px;
  padding-top: 60px;
}
.news-detail-area .news-detail .title{
  padding-bottom: 40px;
}
.news-detail-area .news-detail h3{
  color: rgba(51,51,51,1.00);
  font-size: 1.625rem;
  padding-bottom: 10px;
}
.news-detail-area .news-detail .content h5{
  color: rgba(102,102,102,1.00) !important;
  font-size: 1.125rem;
  padding-bottom: 30px;
}
.news-detail-area .news-detail .content p{
  color: rgba(102,102,102,1.00) !important;
  line-height: 1.7 !important;
}
.news-detail-area .news-detail .date{
  color: rgba(153,153,153,1.00)
}
.news-detail-area .news-detail .next_prev{
  border-top: 1px solid rgba(221,221,221,1.00);
  padding: 20px 0 40px 0;
  margin-top: 50px;
}
/*
-----------------------------------------------------------------------
  PRODUCT CSS
-----------------------------------------------------------------------
*/

.products-list-area {
  margin-top: 70px;
}
.products-list-area .row {
  margin-right: -30px;
  margin-left: -30px;
}
.products-list-area .row > [class*=col-] {
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 60px;
}
.products-list-area .products-list .image {
  position: relative;
}
.products-list-area .products-list .image h5 {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(85,85,85,1.00);
  margin-top: 15px;
  text-align: center;
}

.products-list-area .products-list .image img {
  width: 100%;
  transform-origin: bottom center;
  transition: all .5s;
}
.products-list-area .products-list .image .hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.products-list-area .products-list .image:hover .hover {
  opacity: 1;
}
.products-detail-area {
  margin-top: 70px;
}
.products-detail-area .row {
  margin-right: -25px;
  margin-left: -25px;
}
.products-detail-area .row > [class*=col-] {
  padding-right: 25px;
  padding-left: 25px;
}

.products-detail-area .products-detail .product-thumb {
  position: relative;
}

.products-detail-area .products-detail .product-thumb .lightbox-image {
  cursor: crosshair;
}
.products-detail-area .products-detail .product-thumb .zoomImg {
  pointer-events: none;
}
.products-detail-area .products-detail .product-nav {
  margin-top: 15px;
  padding: 0;
}
.products-detail-area .products-detail .product-nav img {
  cursor: pointer;
  border: 1px solid #eee;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.products-detail .product-nav .swiper-wrapper .swiper-slide {
  opacity: 0;
}
.products-detail .product-nav .swiper-wrapper .swiper-slide-thumb-active img {
  border-color: #666;
}
.products-detail .product-nav .swiper-wrapper .swiper-slide-visible {
  opacity: 1;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.products-detail .product-nav .swiper-button-prev {
  background-color: transparent;
  color: #666;
  left: 0;
  opacity: 1;
  font-size: 32px;
  width: 36px;
  height: 36px;
}
.products-detail .product-nav .swiper-button-prev:hover {
  color: #fff;
  background-color: rgba(6,71,137,1.00);
}
.products-detail .product-nav .swiper-button-next {
  background-color: transparent;
  color: #666;
  right: 0;
  opacity: 1;
  font-size: 32px;
  width: 36px;
  height: 36px;
}
.products-detail .product-nav .swiper-button-next:hover {
  color: #fff;
  background-color: rgba(6,71,137,1.00);
}
.products-detail .product-info .m-title {
  color: rgba(51,51,51,1.00);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.products-detail .product-info .s-title {
  color: rgba(153,153,153,1.00);
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 40px;
}
.products-detail .product-info .p-note {
  background: #f7f7f7;
  padding: 20px;
}
.products-detail .product-info .p-buy {
  margin: 40px 0 0 0;
  display: flex;
  justify-content: flex-start;
}
.products-detail .product-info .p-buy .icon{
  font-size: 1.25rem;
  padding-right: 8px;
}
.products-detail .product-info .p-buy .buy-n{
  text-align: center;
  width: 30%;
  display: block;
  background-color: rgba(6,71,137,1.00);
  padding: 10px;
  font-size: 1.125rem;
  font-weight: 500;
  color: rgba(255,255,255,1.00);
}
.products-detail .product-info .p-buy .buy-i{
  text-align: center;
  width: 30%;
  margin-left: 20px;
  display: block;
  background-color: rgba(6,71,137,1.00);
  padding: 10px;
  font-size: 1.125rem;
  font-weight: 500;
  color: rgba(255,255,255,1.00);

}
.product-tab .tab-content .tab-pane.active {
  display: block;
  animatin: fade 0.3s;
  -webkit-animation: fade 0.3s;
  }
 
.product-tab .nav-pills{
    padding: 0 0 40px 0;
    justify-content: flex-start;
    align-items: center;
}
.product-tab .nav-pills .nav-item.last{
  margin-left: auto;
}
.product-tab .nav-pills .nav-link{
  color: rgba(136,136,136,1.00);
  font-size: 1rem;
  font-weight: 500;;
  transition: all .3s;
  padding: 0;
  margin: 0 3rem 0 0;
}
.product-tab .nav-pills .nav-item.last .nav-link{
  margin: 0;
  color: rgba(6,71,137,1.00);
}
.product-tab .nav-pills .nav-item.last .nav-link span{
  margin-left:4px;
  font-size: 14px;;
}
.product-tab .nav-pills .nav-link.active{
    background-color: transparent;
    border-radius: 0;
    color: rgba(6,71,137,1.00);
    font-weight: 700;;
    font-size: 1.5rem;
}
.products-detail .product-info .prices {
  margin-bottom: 10px;
}
.products-detail .product-info .prices .price {
  font-size: 16px;
  font-weight: 400;
  color: rgba(6,71,137,1.00);
}
.products-detail .product-info .prices .price-old {
  color: #000;
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 400;
  margin-left: 8px;
}
.products-detail .product-info .rating-box-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.products-detail .product-info .rating-box-wrap .rating-box {
  color: #dc9a0e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 5px;
  position: relative;
  top: -1px;
}
.products-detail .product-info .rating-box-wrap .review-status a {
  color: #585858;
  font-size: 15px;
  margin-left: 5px;
}
.products-detail .product-info .rating-box-wrap .review-status a:hover {
  color: rgba(6,71,137,1.00);
}
.products-detail .product-info p {
  color: rgba(6,71,137,1.00);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 30px;
}
.products-detail .shipping-policy-list{
	padding: 0 0 0 25px;
}
.products-detail .shipping-policy-list li{
	line-height: 1.5;
	margin-bottom: 10px;
	list-style: disc;
	color: #7a7a7a;
}
.products-detail-area .product-tab{
  margin-top: 70px;
}
.products-detail .product-tab #content-1 p{
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .products-list-area {
    margin-top: 40px;
  }
  .products-detail .product-info {
    margin-top: 40px;
  }
  .products-list-area .row {
    margin-right: -8px;
    margin-left: -8px;
  }
  .products-list-area .row > [class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 30px;
  }
  .products-detail-area {
    margin-top: 40px;
  }
  .products-detail .product-info .m-title {
    font-size: 1.125rem;
  }
  .products-detail .product-info .p-buy .buy-n {
    width: calc(50% - 10px);
    padding: 9px;
    font-size: 1rem;
    margin-right: 10px;
  }
  .products-detail .product-info .p-buy .buy-i {
    width: calc(50% - 10px);
    padding: 9px;
    font-size: 1rem;
    margin-left: 10px;
  }
  .product-tab .nav-pills {
    padding: 0 0 30px 0;
  }
  .product-tab .nav-pills .nav-link.active {
    font-size: 1.25rem;
  }
  .product-tab .nav-pills .nav-link {
    margin: 0 2rem 0 0;
  }
  .products-detail .product-info .s-title {
    margin-bottom: 30px;
  }
}

/*
-----------------------------------------------------------------------
    Contact CSS
-----------------------------------------------------------------------
*/
.contact-area .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .contact-area .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.contact-area .section-title {
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .contact-area .section-title {
    margin-bottom: 30px;
  }
}
.contact-area .section-title h2 {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  .contact-area .section-title h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-area .section-title h2 {
    font-size: 24px;
  }
}
.contact-info-area {
  background-color: #ffffff;
}
.contact-area{
 background-color: #fafafa; 
}
.contact-info-area .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact-info-area .contact-info-1{
  background-color: #fff;
  padding: 0;
  color: rgba(51,51,51,1.00);;
  display: flex;
    flex-wrap: wrap;
}
.contact-info-1 h3{
    width: 100%;
    margin-bottom: 25px;
}
.contact-info-1 .content-1,
.contact-info-1 .content-2{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.contact-info-1 .content-2{
    margin-left: 50px;
}
.contact-info-1 .content-3{
    width: 100%;
    display: flex;
    margin-bottom: 40px;
}
.contact-info-1 .content-1 .icon-whatsapp1,
.contact-info-1 .content-2 .icon-mail1 {
    font-size: 24px;
    margin-right: 8px;
}
.contact-info-1 .content-3 .icon-map-pin2 {
    font-size: 22px;
    margin-right: 8px;
}
.contact-info-2 h3{
    width: 100%;
    margin-bottom: 25px;
}
.contact-info-2 .content-1{
    display: flex;
    align-items: center;
}
.contact-info-2 .content-1 a{
    coLor: #7a7a7a;
    font-size: 24px;
    margin-right: 15px;
}
.contact-info-2 .content-1 a:hover{
     coLor: rgba(6,71,137,1.00);
}
.search-area {
  margin-top: 30px;
  margin-bottom: 33px;
}
@media only screen and (max-width: 1199px) {
  .search-area {
    margin-bottom: 0;
    margin-top: 0;
  }
}

/*
-----------------------------------------------------------------------
  Footer CSS
-----------------------------------------------------------------------
*/

.footer-top {
  padding-bottom: 60px;
}

.footer-top .footer-title h5 {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 20px;
}
.footer-top .footer-title .btn {
  display: none;
}
.footer-top .footer-list ul{
  margin: 0;
  padding: 0;
}
.footer-top .footer-list ul li{
  padding: 0 0 9px 0;
}
.footer-top .footer-list .f-tel .title{
  margin: 0 0 10px 0;
}
.footer-top .footer-list .f-tel .phone{
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 20px 0;
  color: rgba(6,71,137,1.00);
  line-height: 1;
}

.footer-accordion .f-ewm{
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.footer-accordion .f-ewm .image{
  width: 110px;
  margin: 0px 0 0 15px;
}
.footer-accordion .f-ewm .image img{
  border: 2px solid rgba(255,255,255,1.00);
}
.footer-accordion .f-ewm .image span{
  font-size: 0.875rem;
  display: block;
  text-align: center;
  padding-top: 5px;
}
.footer-bottom{
  background-color: rgba(247,247,247,1.00);
}
.footer-bottom .content{
  border-top: 1px solid rgba(227,227,227,1.00);
  padding: 20px 0;
}
.footer-bottom .copyright{
  font-size: 0.9375rem;
}

.footer-bottom .beian{
  text-align: right;
}

.header-action .action-info{
	display: none;
	position: fixed;
	width: 100%;
	top:82px;
	left:0px;
	background: #fff;
	z-index: 99999;
	padding: 50px 0;
}
.header-action .ative .action-info{
	display: block;
	background: #f5f5f5;
}
.header-action .close-item{
	display: none;
    cursor: pointer;
}
.header-action .ative .close-item{
	display: inline-block;
	color: #444444;
  font-size: 22px;
  width: 40px;
  line-height: 83px;
  text-align: right;
}
.header-action .action-item{
	display: inline-block; !important;
}
.header-action .ative .action-item{
	display: none !important;
}
.is-sticky {
  position: fixed;
  top: 92px;	
}
.collapse:not(.show) {
  display:block !important;
}
.footer-top{
  background-color: rgba(247,247,247,1.00);
  margin: 100px 0 0 0;
  padding: 50px 0 80px 0;
}
.footer-top h4{
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.footer-top .footer-btn{
  display: none;
}

@media only screen and (max-width: 767px) {
  .footer-top {
    margin: 60px 0 0 0;
    padding: 30px 0 30px 0;
  }
  .footer-top .footer-btn{
    display: block;
  }
  .footer-top .footer-title h5 {
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 0px;
  }
  .footer-top .footer-title{
    padding: 6px 0;
    display: flex;
    justify-content: space-between;
  }
  .footer-top .footer-btn::before{
    font-family: 'ionicons';
    content: "\eb85";
    font-size: 1rem;
  }
  .footer-top .footer-btn.collapsed::before{
    content: "\eba0";
  }
  .footer-top .footer-list ul{
    padding: 0 0 15px 0;
  }
  .footer-top .footer-list ul li {
    padding: 3px 0 3px 0;
  }
  .footer-accordion .f-ewm {
    justify-content: flex-start;
  }
  .footer-accordion .f-ewm .image {
    margin: 0 15px 0 0;
  }
  .footer-top .footer-list .f-tel .title {
    margin: 10px 0 6px 0;
  }
  .footer-top .footer-list .f-tel .phone {
  font-size: 1.25rem;
  margin: 0 0 6px 0;
  }
  .footer-top .footer-list .f-tel .mail{
  margin: 0 0 10px 0;
  }
  .footer-bottom .content {
    padding: 15px 0;
  }
}
/* 在线客服 */
.kfonline {
  position: fixed;
  right: 5px;
  bottom: 20%;
  margin-top: -100px;
  z-index: 100;
  background: #fff;
  z-index: 9998;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  border-radius: 5px;
}

.kfonline .kfonline-icon{
	width:62px;
	height:72px;
	cursor: pointer;
	position:relative;
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kfonline .kfonline-icon:first-child {
  border-top: 0;
}
.kfonline .kfonline-icon a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kfonline .kfonline-icon .icon{
  margin: 0 0 3px 0;
  color:rgba(6,71,137,1.00);
}
.kfonline .kfonline-icon.toTop .icon {
  margin: -5px 0 0 0;
}
.kfonline .kfonline-icon .icon:before{
  font-size: 1.375rem;
}
.kfonline .kfonline-icon .icon-qrcode:before{
  font-size: 1.625rem;
}
.kfonline .kfonline-icon .icon-angle-up:before{
  font-size: 2rem;
}
.kfonline .kfonline-icon .text{
  font-size: 0.875rem;
}
.kfonline-icon .t-info,
.kfonline-icon .c-info{
  display:none;
	position:absolute;
	right:60px;
	top:0;
  z-index: 9999;
}
.kfonline-icon .t-info .shadow{
  width:180px;
  padding: 15px;
  margin-right: 15px;
  background-color: rgba(255,255,255,1.00);
  border-radius: 5px;
  font-size: 0.875rem;
}
.kfonline-icon .t-info .shadow b{
  font-size: 1.375rem;
  font-weight: 500 !important;
  color: rgba(6,71,137,1.00);
}

.kfonline-icon .c-info .shadow{
  width: 120px;
  padding: 10px;
  margin-right: 15px;
  background-color: rgba(255,255,255,1.00);
  border-radius: 5px;
}

.kfonline-icon .c-info .shadow b{
  display: block;
  font-size: 0.875rem;
  font-weight: 400 !important;
  text-align: center;
}
.kfonline-icon.weixin div img{
	width:100%;
}
.kfonline-icon.weixin:hover div{
	display: block;
}
.kfonline-icon.tel:hover div{
	display: block;
}
.products-detail .sss{
  position: sticky;
  top: 90px;
}
@media only screen and (max-width: 767px) {
  .header-menu {
    height: 62px;
  }
  .header-logo {
    height: 62px;
  }
  .header-logo .logo{
    height: 40px;
  }
 
  .collapse:not(.show) {
    display:none !important;
  }
  .kfonline {
    display: none;
  }
}