/*
*********************** 
**-bjzhida.cn Style-**
***********************
/*

/*
Default Style
*/
body {
  font-size: 14px;
  font-family: "Arial", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei","黑体","宋体", sans-serif;
  color: #003399;
  padding-left: 25px;
  padding-right: 25px;
}
a {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-decoration: none;
  color: #003399;
}
a:hover {
  text-decoration: none;
  color: #00cc66;
}
a:focus {
  text-decoration: none;
}
button {
  outline: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
}
button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #111111;
  font-weight: 500;
  font-family: "Arial", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei","黑体","宋体", sans-serif;
}
h1 {
  font-size: 26px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
  margin-top: 18px;
}
h5 {
  font-size: 16px;
  margin-top: 16px;
}
h6 {
  font-size: 15px;
  margin-top: 15px;
}
.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}
p {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.8;
}
p:last-child {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.table-responsive{
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
}
.ptb-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pt-15 {
  padding-top: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}
.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-30 h4{
  margin-bottom: 20px;
}
.pt-45 {
  padding-top: 45px;
}
.ptb-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.ml-15 {
  margin-left: 15px;
}
.mr-15 {
  margin-right: 15px;
}
.align-items-center {
  margin-bottom: 10px;
}
/*
Default Btn Area Style*/
.default-btn {
  font-size: 15px;
  color: #ffffff;
  line-height: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-table;
  padding: 16px 30px;
  font-weight: 400;
  background-color: #0088ff;
}
.default-btn.radius-btn {
  border-radius: 4px;
}
.default-btn i {
  position: relative;
  top: 1.70px;
  margin-right: 5px;
}
.default-btn::before, .default-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff8800;
  z-index: -1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.default-btn::after {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
.default-btn:hover {
  color: #ffffff;
}
.default-btn:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.default-btn:hover::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
/*
Read More Btn Area Style*/
.read-more {
  font-size: 15px;
  color: #111111;
}
.read-more i {
  position: relative;
  top: 3px;
}
.read-more:hover {
  color: #0088f8;
  letter-spacing: 1px;
}
/*
Section Title Area Style*/
.section-title {
  margin-bottom: 30px;
  margin-top: -5px;
  position: relative;
}
.section-title2 {
  margin-bottom: 10px;
  margin-top: 15px;
  position: relative;
}
.section-title span {
  font-size: 16px;
  color: #0088f8;
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}
.section-title h2 {
  margin-bottom: 20px;
  position: relative;
}
.section-title2 h2 {
  margin-bottom: 20px;
  position: relative;
}
.section-title2 h4 {
  margin-bottom:5px;
  text-align: left;
}
.section-title h2:last-child {
  margin-bottom: 0;
}
.section-title p {
  max-width: 600px;
  margin: auto;
}
.section-title .read-more {
  position: absolute;
  top: 5px;
  right:5px;
}
.section-title2 .read-more {
  position: absolute;
  top: 5px;
  right:5px;
}
/*
Header Area Style
*/
.top-header {
  background-color: #f8f8f9;
  padding-top: 15px;
  padding-bottom: 15px;
}
.top-header .header-left-content {
  line-height: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-header .header-left-content li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
  color: #555555;
}
.top-header .header-left-content li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.top-header .header-left-content li:last-child::before {
  display: none;
}
.top-header .header-left-content li::before {
  content: "";
  position: absolute;
  top: 1px;
  right: -3px;
  width: 1px;
  height: 100%;
  background-color: #dddddd;
}
.top-header .header-left-content li a {
  color: #555555;
  font-size: 15px;
}
.top-header .header-left-content li a span {
  color: #0088f8;
}
.top-header .header-left-content li a:hover {
  color: #00cc66;
}
.top-header .header-left-content li a i {
  font-size: 16px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #0088f8;
  text-align: center;
  border-radius: 50%;
  line-height: 1;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.top-header .header-left-content li a:hover i {
  color: #00cc66;
}
.top-header .header-left-content li:last-child {
  margin-right: 0;
}
.top-header .header-right-content {
  line-height: 1;
  float: right;
  position: relative;
  top: -2px;
}
.top-header .header-right-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  margin-left: 20px;
}
.top-header .header-right-content ul li {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
}
.top-header .header-right-content ul li::before {
  content: "";
  position: absolute;
  top: 1px;
  right: -1px;
  width: 1px;
  height: 100%;
  background-color: #dddddd;
}
.top-header .header-right-content ul li a {
  font-size: 15px;
  color: #555555;
}
.top-header .header-right-content ul li a:hover {
  color: #00cc66;
}
.top-header .header-right-content ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.top-header .header-right-content ul li:last-child::before {
  display: none;
}
.top-header .header-right-content ul li .usd select {
  background-color: transparent;
  border: none;
}
.top-header .header-right-content ul li .usd select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}
.middle-header {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}
.zd1 {
  color: #ff0000;
  font-weight: bold;
}
.zd01 {
  font-size:16px;
  font-weight:900;
  color: #ff1818;
  font-family: "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei","黑体","宋体", sans-serif;
}
.zd02 {
  color: #005599;
}
.zd03 {
  color: #00cc66;
}
.zd04 {
  font-size:16px;
  color: #005599;
}
.zd05 {
  font-size:16px;
  color: #ff0000;
}
.zd2 li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
  font-size: 14px;
}
.middle-header.middle-header-style-two {
  border-bottom: none;
}
/*
Navbar Area Style
*/
.navbar-area {
  position: relative;
}
.navbar-area.is-sticky {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
  background-color: #ffffff !important;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.navbar-area.is-sticky .navbar-category-dropdown {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  max-height: 435px;
}
.navbar-area.is-sticky .navbar-category-dropdown.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.navbar-area.navbar-area-style-two .desktop-nav {
  background-color: #0088ff;
}
.navbar-area.navbar-area-style-two .desktop-nav .navbar .navbar-nav .nav-item a {
  color: #ffffff;
}
.navbar-area.navbar-area-style-two .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #111111;
}
.navbar-area.navbar-area-style-two .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-area.navbar-area-style-two .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #0088f8;
}
.navbar-area.navbar-area-style-two .desktop-nav .navbar .others-options span {
  color: #ffffff;
}
.navbar-area.navbar-area-style-two .navbar-category button {
  background-color: #ffffff;
  color: #0088f8;
}
.only-home-one-sticky {
  position: relative;
}
.only-home-one-sticky.is-sticky {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
  background-color: #ffffff !important;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.only-home-one-sticky.is-sticky .navbar-category-dropdown {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  max-height: 435px;
}
.only-home-one-sticky.is-sticky .navbar-category-dropdown.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.desktop-nav {
  background-color: #9fc5e8;
  padding-top: 0;
  padding-bottom: 0;
}
.desktop-nav .navbar {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 2;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.desktop-nav .navbar ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.desktop-nav .navbar .navbar-nav {
  margin-left: 24px;
  margin-right: auto;
}
.desktop-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-bottom: 25px;
  padding-top: 25px;
  padding-right: 0;
  padding-left: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item a {
  font-size: 15px;
  color: #111111;
  line-height: 1;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 12px;
  margin-right: 12px;
}
.desktop-nav .navbar .navbar-nav .nav-item a:hover, .desktop-nav .navbar .navbar-nav .nav-item a:focus, .desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: #0088f8;
}
.desktop-nav .navbar .navbar-nav .nav-item a:hover:before, .desktop-nav .navbar .navbar-nav .nav-item a:focus:before, .desktop-nav .navbar .navbar-nav .nav-item a.active:before {
  width: 100%;
  left: 0;
  right: auto;
}
.desktop-nav .navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  line-height: 0;
  position: relative;
  top: 4px;
}
.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item:hover a, .desktop-nav .navbar .navbar-nav .nav-item:focus a, .desktop-nav .navbar .navbar-nav .nav-item.active a {
  color: #0088f8;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  position: absolute;
  visibility: hidden;
  border-radius: 0;
  display: block;
  width: 228px;
  border: none;
  z-index: 99;
  opacity: 0;
  top: 80px;
  left: 0;
  padding: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #111111;
  padding: 15px;
  border-bottom: 1px dashed #0088f6;
  margin: 0;
  font-size: 14px;
  line-height: 1;
  display: block;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:before {
  display: none;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  float: right;
  top: 7px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #0088f8;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #111111;
  border-bottom: 1px dashed #0088f6;
  font-size: 14px;
  line-height: 1;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #0088f8;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #0088f8;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #0088f8;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #0088f8;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #0088f8;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #0088f8;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #0088f8;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #0088f8;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -1px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #0088f8;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -1px;
  visibility: visible;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #0088f8;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -15px;
  visibility: visible;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #0088f8;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #0088f8;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}
.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  top: 80%;
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}
.desktop-nav .navbar .navbar-nav .nav-item:hover.mega-menu .dropdown-menu {
  pointer-events: auto;
}
.desktop-nav .navbar .navbar-nav .nav-item.mega-menu {
  position: unset;
}
.desktop-nav .navbar .navbar-nav .nav-item.mega-menu .dropdown-menu {
  left: 0;
  right: 0;
  top: 80%;
  width: 100%;
  margin: auto;
  padding: 15px;
  margin-top: 0;
  position: absolute;
  -webkit-transform: unset !important;
          transform: unset !important;
  pointer-events: none;
}
.desktop-nav .navbar .navbar-nav .nav-item.mega-menu .dropdown-menu .menu-img {
  background-image: url(../image/123.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: block;
}
.desktop-nav .navbar .navbar-nav .nav-item.mega-menu .dropdown-menu .sub-menu-title {
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  margin-bottom: 25px;
  margin-top: -2px;
  font-weight: 600;
  font-size: 18px;
}
.desktop-nav .navbar .navbar-nav .nav-item.mega-menu .dropdown-menu .sub-menu-title::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #ff1818;
}
.desktop-nav .navbar .navbar-nav .nav-item.mega-menu .dropdown-menu .sub-menu li a {
  border-bottom: 1px dashed #0088f6;
  padding-left: 0;
  padding-right: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item.mega-menu .dropdown-menu .sub-menu li:first-child a {
  padding-top: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item.mega-menu .dropdown-menu .sub-menu li:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}
.desktop-nav .navbar .navbar-nav.mr-auto {
  margin-right: auto;
  margin-left: 125px;
}
.desktop-nav .navbar .others-options span {
  color: #111111;
  font-size: 15px;
}
.mobile-responsive-nav {
  display: none;
}
.navbar-category button {
  background-color: #0088ff;
  width: 288px;
  padding: 21px 25px;
  color: #ffffff;
  text-align: left;
  margin-left: -12px;
}
.navbar-category button i {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.navbar-category button .arrow-down {
  float: right;
  position: relative;
  right: -8px;
}
.navbar-category-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 288px;
  max-height: 541px;
  overflow: auto;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}
.navbar-category-dropdown.dropdown-menu {
  margin: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.navbar-category-dropdown.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  padding: 0;
  border-radius: 0;
}
.navbar-category-dropdown::-webkit-scrollbar {
  width: 5px;
}
.navbar-category-dropdown::-webkit-scrollbar-thumb {
  background: #a2a2a2;
}
.navbar-category-dropdown::-webkit-scrollbar-track {
  background: #e2e2e2;
}
.navbar-category-dropdown ul {
  border: 1px solid #e7e7e7;
  padding-top: 25px;
  padding-bottom: 25px;
  list-style-type: none;
  padding-left: 0;
}
.navbar-category-dropdown ul li {
  padding: 0 15px;
}
.navbar-category-dropdown ul li:last-child a {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.navbar-category-dropdown ul li a {
  display: block;
  color: #3b3b3b;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 15px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
/*
Products Area Style
*/
.best-seller-area .owl-nav {
  position: absolute;
  top: -55px;
  right: 5px;
  margin-top: 0;
}
.best-seller-area .owl-nav .owl-prev, .best-seller-area .owl-nav .owl-next {
  background-color: transparent;
  border: 1px solid #dddddd !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #003399;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin: 0;
  margin-left: 15px;
}
.best-seller-area .owl-nav .owl-prev i, .best-seller-area .owl-nav .owl-next i {
  font-size: 22px;
  position: relative;
  color: #003399;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.best-seller-area .owl-nav .owl-prev:hover, .best-seller-area .owl-nav .owl-next:hover {
  background-color: transparent;
  background-color: #0088ff;
  border-color: #0088f8 !important;
}
.best-seller-area .owl-nav .owl-prev:hover i, .best-seller-area .owl-nav .owl-next:hover i {
  color: #ffffff;
}
.best-seller-area .owl-nav .owl-next i {
  right: -1px;
}
.product-s02 {
  margin-top: 15px;
  margin-bottom: 0;
}
.single-products {
  border: 1px solid #dddddd;
  margin-bottom: 24px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.single-products.deals-products {
  padding: 0;
  border: none;
}
.single-products.deals-products .product-img {
  position: relative;
}
.single-products.deals-products .product-img .hot {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  top: 20px;
  left: 20px;
}
.single-products.deals-products:hover {
  border-color: #0088f8;
}
.single-products.deals-products:hover .product-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.single-products.deals-products .product-content {
  padding: 0;
  border: none;
}
.single-products.deals-products .product-content .title {
  margin-bottom: 10px;
}
.single-products .product-img {
  position: relative;
}
.single-products .product-img .hot {
  background-color: #ff0707;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.single-products .product-img .hot.new {
  background-color: #0088ff;
}
.single-products .product-img img {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: -1;
  position: relative;
}
.single-products .product-img a {
  display: block;
}
.single-products .product-content {
  border-top: 1px solid #dddddd;
  padding: 15px;
}
.single-products .product-content .title {
  color: #111111;
  margin-bottom: 12px;
  display: block;
  font-size: 15px;
}
.single-products .product-content .title:hover {
  color: #0088f8;
}
.single-products .product-content .pro-upper {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 12px;
}
.single-products .product-content .pro-upper li {
  display: inline-block;
  color: #0088f8;
  font-size: 15px;
  font-weight: 500;
}
.single-products .product-content .pro-upper li span {
  color: #30b23c;
  font-size: 14px;
  font-weight: normal;
}
.single-products .product-content .pro-upper li del {
  color: #003399;
  margin-left: 5px;
  margin-right: 5px;
}
.single-products .product-content .products-st06-st07-view {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-products .product-content .products-st06-st07-view li {
  display: inline-block;
  margin-right: 13px;
}
.single-products .product-content .products-st06-st07-view li:last-child {
  margin-right: 0;
}
.single-products .product-content .products-st06-st07-view li .default-btn {
  padding: 12px 20px;
  font-size: 15px;
  border: 1px solid #dddddd;
  background-color: transparent;
  color: #003399;
}
.single-products .product-content .products-st06-st07-view li .default-btn::before, .single-products .product-content .products-st06-st07-view li .default-btn::after {
  background-color: #0088ff;
}
.single-products .product-content .products-st06-st07-view li .default-btn:hover {
  border-color: #0088f8;
  background-color: #0088ff;
  color: #ffffff;
}
.single-products:hover {
  border-color: #0088f8;
}
/*
Product View One Style
*/
.product-view-one {
  padding-right: 0 !important;
}
.product-view-one .product-view-one-image {
  background-color: #eeeeee;
  padding: 15px;
}
.product-view-one .modal-content {
  border: none;
  padding: 40px;
  border-radius: 0;
  overflow: scroll;
}
.product-view-one .owl-carousel .owl-item img {
  width: unset;
  margin: auto;
}
.product-view-one #big .item {
  padding: 30px;
  background-color: #ffffff;
  margin-bottom: 30px;
}
.product-view-one .owl-item.active.current {
  background-color: #0088f8 !important;
  padding: 2px;
}
.product-view-one.fade {
  -webkit-animation: zoomIn 1s linear;
          animation: zoomIn 1s linear;
}
.product-view-one .owl-next {
  position: absolute;
  top: 50%;
  right: 50px;
  margin: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}
.product-view-one .owl-next i {
  background-color: #0088f8;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 4px;
  font-size: 15px;
}
.product-view-one .owl-prev {
  position: absolute;
  top: 50%;
  left: 50px;
  margin: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}
.product-view-one .owl-prev i {
  background-color: #0088f8 !important;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 15px;
  border-radius: 4px;
}
.product-view-one .owl-theme .owl-nav {
  margin-top: 0 !important;
}
.product-view-one .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}
.product-view-one:hover .owl-prev {
  opacity: 1;
  left: 0;
}
.product-view-one:hover .owl-next {
  opacity: 1;
  right: 0;
}
/*
sd21 Style
*/
.sd21-area .sd41-slider h4 a {
  color: #ff0011;
  padding: 15px 12px;
}
.sd21-area .sd41-slider h4 a:hover {
  text-decoration: none;
  color: #00cc66;
}
.sd21-area .sd41-slider h5 a {
  color: #ff0011;
  font-size: 18px;
  padding: 12px;
}
.sd21-area .sd41-slider h5 a:hover {
  text-decoration: none;
  color: #00cc66;
}
.sd21-area .sd41-slider p {
  color: #000099;
  padding:12px;
}
.sd21-area .sd41-slider p a {
  color: #000099;
  margin-right: 15px;
}
.sd21-area .sd41-slider p a:hover {
  color: #00cc66;
}
.sd21-area .owl-nav {
  position: absolute;
  top: -75px;
  right: 60px;
  margin-top: 0;
}
.sd21-area .owl-nav .owl-prev, .sd21-area .owl-nav .owl-next {
  background-color: transparent;
  border: 1px solid #dddddd !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #003399;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin: 0;
  margin-left: 15px;
}
.sd21-area .owl-nav .owl-prev i, .sd21-area .owl-nav .owl-next i {
  font-size: 22px;
  position: relative;
  color: #003399;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.sd21-area .owl-nav .owl-prev:hover, .sd21-area .owl-nav .owl-next:hover {
  background-color: transparent;
  background-color: #0088ff;
  border-color: #0088f8 !important;
}
.sd21-area .owl-nav .owl-prev:hover i, .sd21-area .owl-nav .owl-next:hover i {
  color: #ffffff;
}
.sd21-area .owl-nav .owl-next i {
  right: -1px;
}
.sd21-img {
  background-image: url(../image/123.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 1;
}
.sd21-img .sd21-content {
  position: absolute;
  padding: 30px;
  top: 0;
  left: 0;
}
.sd21-img .sd21-content .best {
  font-size: 13px;
  color: #111111;
  display: block;
  margin-bottom: 6px;
}
.sd21-img .sd21-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.sd21-img .sd21-content a {
  color: #111111;
  font-size: 14px;
  text-decoration: underline;
}
.sd21-img .sd21-content a:hover {
  color: #0088f8;
}
.sd21-wrap {
  border-top:0px solid #00cc66;
  padding: 24px;
  padding-bottom: 0;
}
.sd21-wrap h6 a {
  color: #ff0011;
  font-size: 18px;
}
.sd21-wrap h6 a:hover {
  color: #00cc66;
}
/*
Trending Products Style
*/
.trending-product-list {
  margin: 0;
  list-style: none;
  border: 1px solid #cccccc;
  padding: 20px;
}
.trending-product-list2 {
  margin: 0;
  list-style: none;
  border: 1px solid #0088fe;
  padding: 30px;
}
.trending-product-list .single-list {
  position: relative;
  padding-left: 112px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.trending-product-list2 .single-list2 {
  position: relative;
  padding-left: 25px;
  border-bottom: 1px solid #0088fe;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.trending-product-list .single-list .hot {
  background-color: #ff0707;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
.trending-product-list .single-list .hot.new {
  background-color: #0088ff;
}
.trending-product-list .single-list:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.trending-product-list .single-list img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 112px;
}
.trending-product-list .single-list .product-content .title {
  color: #111111;
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
}
.trending-product-list .single-list .product-content .title:hover {
  color: #0088f8;
}
.trending-product-list .single-list .product-content .pro-upper {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 8px;
}
.trending-product-list .single-list .product-content .pro-upper li {
  display: inline-block;
  color: #0088f8;
  font-size: 15px;
  font-weight: 500;
}
.trending-product-list .single-list .product-content .pro-upper li del {
  color: #003399;
  margin-left: 5px;
  margin-right: 5px;
}
.trending-product-list.special-product-list {
  margin-bottom: 24px;
}
.trending-product-list.special-product-list .single-list img {
  max-width: 100px;
}
/*
st02 st03 Bg Style
*/
.st02-st03-bg {
  background-image: url(../image/bg-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 100px;
  position: relative;
  z-index: 1;
}
.st02-st03-bg .st03-content {
  max-width: 400px;
  text-align: center;
}
.st02-st03-bg .st03-content h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.st02-st03-bg .st03-content h3 {
  font-size: 20px;
  margin-bottom: -5px;
  color: #ffffff;
  line-height: 1.5;
}
/*
sd31 Style
*/
.single-sd31 {
  border: 1px solid #dddddd;
  padding: 20px;
  position: relative;
  margin-bottom: 24px;
  z-index: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  padding-right: 20px;
}
.single-sd31::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #fff3ef;
  z-index: -1;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.single-sd31.bg-eff5ff::before {
  background-color: #eff5ff;
}
.single-sd31.bg-ebf1f5::before {
  background-color: #ebf1f5;
}
.single-sd31.bg-ebf9ea::before {
  background-color: #ebf9ea;
}
.single-sd31.bg-fff8e5::before {
  background-color: #fff8e5;
}
.single-sd31.bg-f3f1ff::before {
  background-color: #f3f1ff;
}
.single-sd31 img {
  position: absolute;
  top: -4px;
  right: 35px;
  max-width: 145px;
}
.single-sd31 span {
  display: block;
  margin-bottom: 20px;
}
.single-sd31:hover {
  border-color: #0088f8;
}
/*
st04 Area Style
*/
.single-st04 {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 24px;
}
.single-st04.st04-post .st04-content h3 {
  margin-bottom: 12px;
}
.single-st04 .st04-content {
  margin-top: 20px;
}
.single-st04 .st04-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  line-height: 1;
  margin-bottom: 10px;
}
.single-st04 .st04-content ul li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
  font-size: 14px;
}
.single-st04 .st04-content ul li::before {
  content: "";
  position: absolute;
  top: 0;
  right: -3px;
  width: 1px;
  height: 100%;
  background-color: #003399;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.single-st04 .st04-content ul li:last-child::before {
  display: none;
}
.single-st04 .st04-content h3 {
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 1.4;
}
.single-st04 .st04-content h3 a {
  color: #111111;
}
.single-st04 .st04-content .default-btn {
  padding: 12px 20px;
  background-color: transparent;
  border: 1px solid #dddddd;
  color: #111111;
}
.single-st04 .st04-content .default-btn::before, .single-st04 .st04-content .default-btn::after {
  background-color: #0088ff;
}
.single-st04 .st04-content .default-btn:hover {
  color: #ffffff;
}
.single-st04:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.single-st04:hover .st04-content h3 a {
  color: #0088f8;
}
/*
sd61 Area Style
*/
.sd61-area .owl-carousel .owl-item img {
  width: auto;
  margin: auto;
}
.sd61-area .sd61-title {
  text-align: center;
  margin-bottom: 30px;
}
.sd61-area .sd61-title p {
  margin-top: -9px;
}
.sd61-area .sd61-title p span {
  color: #0088f8;
}
.sd61-wrap {
  border: 1px solid #ffffff;
  padding: 30px;
  text-align: center;
}
.sd61-item img {
  -webkit-filter: grayscale(10%);
          filter: grayscale(10%);
  opacity: 0.8;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  cursor: pointer;
}
.sd61-item:hover img {
  opacity: 1;
}
/*
st051 Area Style
*/
.st051-area {
  background-color: #0088ff;
}
.st051-content span {
  color: #ffffff;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.st051-content h3 {
  color: #ffffff;
}
.st051-content p {
  color: #ffffff;
}
/*
Footer Area Style
*/
.single-footer-widget {
  margin-bottom: 24px;
}
.single-footer-widget h3 {
  margin-bottom: 15px;
}
.single-footer-widget p {
  font-size: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.single-footer-widget ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.single-footer-widget .info-list {
  margin-bottom: 20px;
}
.single-footer-widget .info-list li {
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 17px;
}
.single-footer-widget .info-list li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .info-list li i {
  color: #0088f8;
  position: absolute;
  top: 0;
  left: 0;
}
.single-footer-widget .info-list li a:hover {
  color: #0088f8;
}
.single-footer-widget .social-link {
  padding: 0;
  list-style-type: none;
}
.single-footer-widget .social-link li {
  display: inline-block;
  margin-right: 10px;
}
.single-footer-widget .social-link li:last-child {
  margin-right: 0;
}
.single-footer-widget .social-link li span {
  margin-right: 20px;
  color: #111111;
}
.single-footer-widget .import-link li {
  margin-bottom: 10px;
}
.single-footer-widget .import-link li:last-child {
  margin-bottom: 0;
}
/*
Copy Right Area Style
*/
.copy-right-area {
  border-top: 1px solid #dddddd;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.copy-right-area p a {
  color: #0088f8;
}
.copy-right-area p a:hover {
  color: #0088f8;
}
.sd21-area .owl-carousel .owl-item img {
  width: auto;
}
.sd21-area .owl-theme .owl-dots {
  position: absolute;
  top: 3%;
  right: -11px;
  display: -ms-grid;
  display: grid;
  margin-top: 0 !important;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.sd21-area .owl-theme .owl-dots .owl-dot span {
  background-color: #ff6a00;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.sd21-area .owl-theme .owl-dots .owl-dot span:hover {
  background-color: #0088ff;
}
.sd21-area .owl-theme .owl-dots .owl-dot span.active {
  background-color: #0088ff;
}
.sd21-area .owl-theme:hover .owl-dots {
  opacity: 1;
}
/*
sd31 Area Style
*/
.sd31-wrap {
  border: 1px solid #dddddd;
  padding: 24px;
  padding-bottom: 0;
}
.sd31-wrap .tabs {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border: 1px solid #dddddd;
  padding-top: 12px;
  margin-bottom: 24px;
}
.sd31-wrap .tabs li {
  border: none;
  padding: 0;
  font-size: 16px;
  color: #111111;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 13px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dddddd;
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}
.sd31-wrap .tabs li i {
  position: relative;
  top: 2px;
}
.sd31-wrap .tabs li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.sd31-wrap .tabs li.current {
  color: #0088f8;
}
.sd31-wrap .tabs li:hover {
  color: #0088f8;
}
.sd31-wrap .owl-nav {
  margin-top: 0;
}
.sd31-wrap .owl-nav .owl-prev, .sd31-wrap .owl-nav .owl-next {
  background-color: transparent;
  border: 1px solid #dddddd !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #003399;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin: 0;
  position: absolute;
  top: 50%;
  left: -19px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.sd31-wrap .owl-nav .owl-prev i, .sd31-wrap .owl-nav .owl-next i {
  font-size: 22px;
  position: relative;
  color: #003399;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.sd31-wrap .owl-nav .owl-prev:hover, .sd31-wrap .owl-nav .owl-next:hover {
  background-color: transparent;
  background-color: #0088ff;
  border-color: #0088f8 !important;
}
.sd31-wrap .owl-nav .owl-prev:hover i, .sd31-wrap .owl-nav .owl-next:hover i {
  color: #ffffff;
}
.sd31-wrap .owl-nav .owl-next {
  left: auto;
  right: -19px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.sd31-wrap .owl-nav .owl-next i {
  right: -1px;
}
.tab .tabs_item {
  display: none;
}
.tab .tabs_item:first-child {
  display: block;
}
/*
Cate11 Area Style
*/
.cate11 .sd41-slider {
  border-bottom:0px solid #00cc66;
  padding: 24px;
  padding-bottom: 24px;
}
.cate11 .owl-nav {
  margin-top: 0;
}
.cate11 .owl-nav .owl-prev, .cate11 .owl-nav .owl-next {
  background-color: transparent;
  border: 1px solid #cccccc !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #003399;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin: 0;
  position: absolute;
  top: 50%;
  left: -19px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.cate11 .owl-nav .owl-prev i, .cate11 .owl-nav .owl-next i {
  font-size: 22px;
  position: relative;
  color: #003399;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.cate11 .owl-nav .owl-prev:hover, .cate11 .owl-nav .owl-next:hover {
  background-color: transparent;
  background-color: #0088ff;
  border-color: #0088f8 !important;
}
.cate11 .owl-nav .owl-prev:hover i, .cate11 .owl-nav .owl-next:hover i {
  color: #ffffff;
}
.cate11 .owl-nav .owl-next {
  left: auto;
  right: -19px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.cate11 .owl-nav .owl-next i {
  right: -1px;
}
.cate11 h4 a {
  color: #ff0011;
}
.cate11 h4 a:hover {
  text-decoration: none;
  color: #00cc66;
}
.cate11 p a {
  color: #000099;
  margin-right: 15px;
}
.cate11 p a:hover {
  color: #00cc66;
}
/*
sd32 Area Style
*/
.sd32-area .section-title {
  text-align: center;
}
.special-area .section-title {
  text-align: center;
}
.special-area img {
  margin-top: 8px;
}
.single-sd32 {
  background-color: #e6f7f6;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 30px;
}
.single-sd32 a {
  display: block;
  padding: 20px;
}
.single-sd32 span {
  display: block;
  color: #111111;
  margin-top: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.single-sd32:hover {
  background-color: #0088ff;
}
.single-sd32:hover span {
  color: #ffffff;
}
/* 
Page Title Area Style
*/
.page-title-area {
  background-color: #eeeeff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  height: 100%;
  max-height: 142px;
  z-index: 1;
}
.page-title-area .page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.page-title-area .page-title-content ul li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  padding-right: 15px;
  margin-left: 15px;
}
.page-title-area .page-title-content ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -3px;
  background-color: #003399;
  width: 1px;
  height: 15px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.page-title-area .page-title-content ul li.active {
  color: #0088f8;
}
.page-title-area .page-title-content ul li:first-child {
  margin-left: 0;
}
.page-title-area .page-title-content ul li:last-child {
  padding-right: 0;
}
.page-title-area .page-title-content ul li:last-child::before {
  display: none;
}
/* 
Aboutr Area Style
*/
.about-area .owl-carousel .owl-item img {
  width: auto;
}
.about-content {
  position: relative;
  padding-left: 200px;
}
.about-content h3 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
}
/* 
Sidebar Widget Style
*/
.sidebar-widget {
  margin-bottom: 30px;
}
.sidebar-widget h3 {
  color: #ff0000;
  margin-bottom: 12px;
}
.sidebar-widget h4 {
  color: #30b23c;
  padding-top: 12px;
}
.sidebar-widget h5 {
  color: #0088f8;
  padding-top: 12px;
}
.sidebar-widget h6 {
  color: #ff0000;
  padding-top: 12px;
}
.sidebar-widget ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sidebar-widget.sd31 ul {
  border: 1px solid #dddddd;
  padding-bottom: 10px;
  padding-top: 28px;
}
.sidebar-widget.sd31 ul li {
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: -6px;
}
.sidebar-widget.sd31 ul li a {
  display: block;
  color: #111111;
}
.sidebar-widget.sd31 ul li a i {
  font-size: 18px;
  position: relative;
  top: 4px;
  left: -6px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.sidebar-widget.sd31 ul li a:hover {
  color: #0088f8;
}
.sidebar-widget.sd31 ul li a:hover i {
  color: #0088f8;
}
.sidebar-widget.sd31 ul li span {
  position: relative;
  top: 1px;
}
.sidebar-widget.sd31 ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar-widget.tags ul {
  border: 1px solid #dddddd;
  padding: 30px;
  padding-bottom: 20px;
}
.sidebar-widget.tags ul li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}
.sidebar-widget.tags ul li a {
  border: 1px solid #eeeeee;
  padding: 8px 7px;
  display: inline-block;
  background-color: #ffffff;
  font-size: 14px;
}
.sidebar-widget.tags ul li a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  background-color: #0088ff;
  color: #ffffff;
  border-color: #0088f8;
}
.sidebar-widget.tags ul li:last-child {
  margin-bottom: 0;
}
.sidebar-widget.about-us {
  border: 1px solid #dddddd;
  padding: 30px;
}
.sidebar-widget.about-us .about-us-img {
  margin-bottom: 12px;
}
.sidebar-widget.about-us .about-us-img img {
  border-radius: 50px;
}
/* 
st04 Details Content Style
*/

.contact-info-asia h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.contact-info-asia ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.contact-info-asia ul li {
  font-size:16px;
  position: relative;
  padding-left: 0;
  padding-left: 20px;
  margin-bottom: 10px;
}
.contact-info-asia p {
  font-size: 16px;
  text-align:center;
}
.contact-info-asia ul li i {
  position: absolute;
  top: 0;
  left: 0;
  color: #0088f8;
}
/*
Product Details Area Style
*/
.st12 {
  border-bottom: 1px solid #00cc99;
  padding: 10px;
}
.sd11-area .sd41-slider {
  border-bottom:0px;
  padding: 24px;
  padding-bottom: 24px;
}
.st11-area h4 a {
  color: #ff0011;
  padding: 15px 0px;
}
.st11-area h4 a:hover {
  text-decoration: none;
  color: #00cc66;
}
.st11-area p a {
  color: #000099;
  margin-right: 15px;
}
.st11-area p a:hover {
  text-decoration: none;
  color: #00cc66;
}
.sd11-area .tab .tabs_item {
  display: none;
}
.sd11-area .tab .tabs_item:first-child {
  display: block;
}
.sd11-area .products-details-tab {
  margin-top: 54px;
}
.sd11-area .products-details-tab .tabs {
  list-style-type: none;
  padding: 0;
  text-align: center;
  margin-bottom: 20px;
}
.sd11-area .products-details-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 30px;
  position: relative;
  color: #111111;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.sd11-area .products-details-tab .tabs li:hover {
  color: #00cc66;
}
.sd11-area .products-details-tab .tabs li.current {
  color: #0088f8;
}
.sd11-area .products-details-tab .tabs li:last-child {
  margin-right: 0;
}
.sd11-area .products-details-tab .tab_content {
  border-top:1px solid #00cc66;
  padding: 30px;
}
.sd11-area .products-details-tab .tabs {
  font-size: 18px;
}
.sd11-area .products-details-tab .tab_content .tabs_item a {
  color: #ff0011;
}
.sd11-area .products-details-tab .tab_content .tabs_item a:hover {
  color: #00cc66;
}
.sd11-area .products-details-tab .tab_content .tabs_item h4 a {
  color: #000099;
  font-size: 18px;
}
.sd11-area .products-details-tab .tab_content .tabs_item h5 {
  font-size: 16px;
  margin-top: 18px;
  margin-bottom: 10px;
}
.sd11-area .products-details-tab .tab_content .tabs_item h6 a {
  color: #003399;
}
.sd11-area .products-details-tab .tab_content .tabs_item p {
  color: #000099;
}
.sd11-area .products-details-tab .tab_content .tabs_item ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 12px;
}
.sd11-area .products-details-tab .tab_content .tabs_item li {
  display: inline-block;
  color: #0000ff;
  font-size: 15px;
  font-weight: 500;
}
.sd11-area .products-details-tab .tab_content .tabs_item span {
  color: #00cc66;
  font-size: 15px;
  font-weight: normal;
}
.sd11-area .products-details-tab .tab_content .tabs_item .single-products a {
  font-size: 18px;
}
.sd11-area .products-details-tab .tab_content .tabs_item .single-products li a {
  font-size: 15px;
}
.sd11-area .product-view-one .modal-content {
  overflow: initial;
}
h4.title-tab {
	height:45px;
	border-top:1px solid #00cc66;
	position: relative;
	padding-bottom:4px;
}
h4.title-tab p {
	height:45px;
	position:absolute;
	left:0;
	top:-1px;
}
h4.title-tab p span {
	display:block;
	float:left;
	font-size:18px;
	color:#ff0011;
	height:45px;
	line-height:45px;
	padding: 0 10px;
	border-top: 2px solid rgba(0, 0, 150, 0);
	cursor: pointer;
}
h4.title-tab p span.active {
	font-size:18px;
	color: #00cc66;;
	height:45px;
	line-height:45px;
	padding: 0 10px;
	border-top: 2px solid rgba(0, 0,150, 1);
	cursor: default;
}
.item-zd011 {
	padding:0 10px;
}
.item-zd011 li {
    display: inline-block;
    color: #33b23c;
	font-size:15px;
	line-height:35px;
	height:35px;
	width:100%;
	position: relative;
}
.item-zd011 li span {
	font-size:14px;
	color:#333;
}
.item-zd012 {
	padding:0 10px;
}
.item-zd012 li {
    display: inline-block;
    color: #000099;
	font-size:15px;
	line-height:35px;
	height:35px;
	width:100%;
	position: relative;
}
/* 
Terms & Conditions And Privacy Policy Style
*/
.st08 ul {
  padding: 0;
  list-style-type: none;
}
.st08 ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 35px;
}
.st08 ul li:last-child {
  margin-bottom: 0;
}
.st08 ul li i {
  position: absolute;
  top: -6px;
  left: 0;
  color: #0088f8;
  font-size: 25px;
}
.st08 a {
  color: #0088f8;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.st08 a:hover {
  text-decoration: underline;
}
@-webkit-keyframes rotate-five {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-five {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*
Go Top Style*/
.go-top {
  position: fixed;
  cursor: pointer;
  right: 3%;
  top: 87%;
  background-color: #0088ff;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  -webkit-transform: scale(0);
          transform: scale(0);
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
}
.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}
.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #0088ff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.go-top:hover {
  color: #ffffff;
  background-color: #0088ff;
}
.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top:focus {
  color: #ffffff;
}
.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}
.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 84%;
  -webkit-transform: scale(1);
          transform: scale(1);
}
/*
Video wave Style*/
@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
/*
Page-navigation Area Style*/
.pagination-area .page-numbers {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #111111;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 17px;
  background-color: #f9fbfe;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #ebebeb;
}
.pagination-area .page-numbers:hover {
  color: #ffffff;
  border-color: #0088f8;
  background-color: #0088ff;
}
.pagination-area .page-numbers i {
  font-size: 20px;
}
.pagination-area .page-numbers.next {
  top: 3px;
}
.pagination-area .page-numbers.current {
  color: #ffffff;
  border-color: #0088f8;
  background-color: #0088ff;
}
/*
Keyframes Area Style
*/
@-webkit-keyframes moVebounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes moVebounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes FocuS {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes FocuS {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-webkit-keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}
@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}
/*END */