@font-face {
  font-family: 'Merriweather-Regular';
  src: url(../fonts/Merriweather-Regular.ttf) format('truetype'), url(../fonts/Merriweather-Regular.eot) format('eot'), url(../fonts/Merriweather-Regular.woff) format('woff'), url(../fonts/Merriweather-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Merriweather-Bold';
  src: url(../fonts/Merriweather-Bold.ttf) format('truetype'), url(../fonts/Merriweather-Bold.eot) format('eot'), url(../fonts/Merriweather-Bold.woff) format('woff'), url(../fonts/Merriweather-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
}

:root {
  --mibooz-font: "Merriweather-Regular";
  --mibooz-font-two: 'Merriweather-Regular';
  --mibooz-gray: #707070;
  --mibooz-gray-rgb: 112, 112, 112;
  --mibooz-primary: #00bdff;
  --mibooz-primary-rgb: 221, 4, 41;
  --mibooz-black: #17161a;
  --mibooz-black-rgb: 23, 22, 26;
  --mibooz-base: #ffffff;
  --mibooz-base-rgb: 255, 255, 255;
  --mibooz-extra: #f6f6f6;
  --mibooz-extra-rgb: 246, 246, 246;
  --mibooz-bdr-color: #e3e3e3;
  --mibooz-bdr-color-rgb: 227, 227, 227;
}


.btn1.black img{
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
    transition: .5s ease;
}

.btn1.white img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    transition: .5s ease;
}

.btn1:hover img{
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}


body {
  font-family: "Poppins-Regular";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1400px;
}
.hover-language .zhuyu {
  font-size: 18px;
  font-family: 'Merriweather-Regular';
}
.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.hover-language ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.hover-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header {
  z-index: 200;
  position: relative;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header .nav .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .container .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 5%;
  vertical-align: middle;
}
#header .nav .container .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
}
#header .nav .container .menu-box ul.menu > li {
  margin: 0 30px;
  font-size: 21px;
  font-family: 'Merriweather-Bold';
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .container .menu-box ul.menu > li:hover {
  color: #0bbaff;
}
#header .nav .container .menu-box ul.menu > li > a {
  display: block;
  padding: 40px 0;
}
#header .nav .container .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
#header .nav .container .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .container .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .container .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .container .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .container .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .container .contact_box {
  color: #FFFFFF;
  background: #00bdff;
  padding: 30px 30px 18px;
  position: relative;
}
#header .nav .container .contact_box::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 20px;
  left: 0;
  bottom: -20px;
  background: #00bdff;
}
#header .nav .container .contact_box .mml-text {
  padding-left: 60px;
  position: relative;
}
#header .nav .container .contact_box .mml-text img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header .nav .container .contact_box p {
  font-family: 'Merriweather-Regular';
}
#header .nav .container .contact_box h4 {
  font-family: 'Merriweather-bold';
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}

.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 10px;
}
#mobile .m-nav ul li.children > a:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > a:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-page {
    margin-top: 120px;
  }
  .inner-banner {
    display: none;
  }
  .inner-page {
    padding-top: 40px;
  }
}
#banner {
  padding-left: 120px;
  position: relative;
}
#banner li {
  position: relative;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner h2 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 80px;
  line-height: 1.3;
  color: #FFFFFF;
  font-family: 'Merriweather-Bold';
}
#banner h2 span {
  color: #00bdff;
}
#banner p {
  color: #FFFFFF;
  font-family: 'Merriweather-Regular';
}
#banner p::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #facd89;
  margin: auto;
}
#banner a {
  display: inline-block;
}
#banner .social-links {
  position: absolute;
  left: 35px;
  top: 20%;
}
#banner .social-links li {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
#banner .social-links li a {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  font-family: initial;
  color: #727272;
  background: #e5e5e5;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}
#banner .social-links li a:hover {
  color: #00bdff;
  background: #c6ebf9;
}
.our-about {
  padding: 130px 0 40px;
  background: url(../images/about_bg.jpg) no-repeat center;
  background-size: cover;
}
.our-about .left {
  width: 50%;
}
.our-about .left h6 {
  color: #f39346;
  font-family: 'Merriweather-Bold';
}
.our-about .left h1 {
  font-size: 48px;
  line-height: 1.3;
  font-family: 'Merriweather-Bold';
}
.our-about .left .mml-text {
  font-size: 20px;
  line-height: 2;
  font-family: 'Poppins-Regular';
}
.our-about .left .inner-box {
  position: relative;
  display: block;
  background: #fff;
  padding: 31px 35px 16px 35px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-top: 3px solid #00bdff;
}
.our-about .left .inner-box ul {
  margin: 0 -20px;
}
.our-about .left .inner-box ul li {
  padding: 0 20px;
}
.our-about .left .inner-box .inner {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #333;
  padding-bottom: 20px;
  padding-left: 35px;
  font-family: 'Merriweather-Bold';
}
.our-about .left .inner-box .inner.border {
  border-bottom: 1px solid #d7d4e6;
}
.our-about .left .inner-box .inner::before {
  position: absolute;
  content: url(../images/yes_icon.png);
  left: 0;
  top: 0;
}
.our-about .right {
  width: 50%;
}
.our-about .right .mask {
  position: relative;
  z-index: 1;
  padding: 30px 25px 0 0;
}
.our-about .right .mask::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 30px;
  right: 0;
  top: 0;
  bottom: 25%;
  background: #00bdff;
}
.our-about .right .play {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.product-cat {
  background: url(../images/pro_cat_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 130px 0;
}
.product-cat .list {
  margin-top: 50px;
}
.product-cat ul {
  margin: -20px;
}
.product-cat ul li {
  padding: 20px;
}
.product-cat ul li .mask {
  position: relative;
}
.product-cat ul li .mask::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 0;
  background: rgba(0, 153, 207, 0.5);
  border-radius: 50%;
}
.product-cat ul li .mask .img {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.product-cat ul li .mask .img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-cat ul li .mask .img h4 {
  font-size: 32px;
  color: #FFFFFF;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Merriweather-Regular';
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-cat ul li .mask .img h4::before {
  content: "+";
  font-size: 48px;
  display: block;
}
.product-cat ul li .mask:hover .img::before {
  opacity: 1;
}
.product-cat ul li .mask:hover .img h4 {
  opacity: 1;
}
.section_title h6 {
  font-size: 21px;
  color: #f39346;
  font-family: 'Merriweather-Regular';
}
.section_title h2 {
  font-size: 40px;
  font-family: 'Merriweather-Bold';
}
.i-advantage {
  padding: 70px 0;
  background: #0099cf;
}
.i-advantage .section_title h6,
.i-advantage .section_title h2,
.i-advantage .section_title p {
  color: #FFFFFF;
}
.i-advantage ul {
  margin: -15px;
}
.i-advantage ul li {
  padding: 15px;
}
.i-advantage ul li .mml-text {
  padding: 40px 20px;
  background: #ffffff;
  border-radius: 10px;
}
.i-advantage ul li .mml-text:hover i img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.i-advantage ul li i {
  display: block;
  height: 50px;
  line-height: 50px;
}
.i-advantage ul li i img {
  vertical-align: middle;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-advantage ul li h4 {
  font-size: 21px;
  font-family: 'Merriweather-Regular';
}
.i-advantage ul li p {
  color: #6a6a6a;
}
.surface-texture {
  padding: 130px 0;
}
.surface-texture .box::before {
  content: "";
  position: absolute;
  top: 80px;
  bottom: 80px;
  left: 0;
  right: 0;
  border: 2px solid #0086be;
}
.surface-texture .section_title {
  position: relative;
  z-index: 1;
  max-width: 850px;
  margin: auto;
  background: #FFFFFF;
}
.surface-texture .list {
  margin: 0 -40px;
  position: relative;
  padding-top: 50px;
}
.surface-texture .list .arrow_l,
.surface-texture .list .arrow_r {
  position: absolute;
  z-index: 10;
  top: 35%;
}
.surface-texture .list .arrow_l img,
.surface-texture .list .arrow_r img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  opacity: .5;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.surface-texture .list .arrow_l:hover img,
.surface-texture .list .arrow_r:hover img {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.surface-texture .list .arrow_l {
  left: 40px;
}
.surface-texture .list .arrow_r {
  right: 40px;
}
.surface-texture .list ul {
  margin: 0 -50px;
}
.surface-texture .list ul li {
  padding: 0 50px;
}
.surface-texture .list ul li .img {
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  transition: 1s ease;
}
.surface-texture .list .slick-list {
  padding: 20px 0 130px!important;
}
.surface-texture .list .slick-active.slick-center .img {
  -webkit-transform: translateY(-20px) scale(1.3);
  -moz-transform: translateY(-20px) scale(1.3);
  -ms-transform: translateY(-20px) scale(1.3);
  transform: translateY(-20px) scale(1.3);
}
.our-factory {
  padding: 60px 0;
  background: #f7f7f7;
  position: relative;
}
.our-factory::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 35%;
  height: 100%;
  background: url(../images/factory_bg.jpg) no-repeat center;
  background-size: cover;
}
.our-factory .left {
  width: 40%;
  vertical-align: middle;
}
.our-factory .right {
  width: 60%;
  vertical-align: middle;
  padding-left: 80px;
}
.our-factory .right ul {
  margin-right: -100px;
}
.our-factory .right ul li {
  margin-right: -50px;
}
.contact-us {
  padding: 130px 0;
  background: url(../images/pro_cat_bg.jpg) no-repeat center;
  background-size: cover;
}
.contact-us .form ul {
  margin: -25px;
}
.contact-us .form ul li {
  padding: 25px;
}
.contact-us .form ul li.wid-100 {
  width: 100%;
}
.contact-us .form input,
.contact-us .form textarea {
  padding: 15px 20px;
  width: 100%;
  font-size: 18px;
  font-family: 'Merriweather-Regular';
  border: 2px solid #787878;
  border-radius: 5px;
  background: #FFFFFF;
}
.contact-us .form textarea {
  height: 170px;
}
.contact-us .form button {
  border: none;
  background: transparent;
  font-size: 32px;
  font-family: 'Merriweather-Regular';
}
.our-news {
  background: #f7f7f7;
  padding: 60px 0 120px;
}
.our-news ul {
  margin: 0 -45px;
}
.our-news ul li {
  padding: 0 45px;
}
.our-news .img {
  border-radius: 5px;
  overflow: hidden;
}
.our-news .mml-text {
  border-bottom: 1px solid #acacac;
}
.our-news .mml-text time {
  color: #00bdff;
  font-family: 'Poppins-Regular';
}
.our-news .mml-text h4 {
  font-family: 'Merriweather-Bold';
}
.our-news .mml-text p {
  font-size: 21px;
  font-family: 'Poppins-Regular';
}
#footer {
  background: url(../images/foot_bg.jpg) no-repeat center;
  background-size: cover;
}
#footer .footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .footer-content .footer-block.contact {
  max-width: 480px;
}
#footer .footer-content .footer-block h4 {
  font-size: 24px;
  color: #FFFFFF;
  font-family: 'Merriweather-Bold';
}
#footer .footer-content .footer-block ul {
  display: inline-block;
}
#footer .footer-content .footer-block li {
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 18px;
  font-family: 'Merriweather-Regular';
}
#footer .social-links {
  font-size: 21px;
  color: #FFFFFF;
  opacity: .5;
}
#footer .social-links a:not(:last-child) {
  margin-right: 15px;
}
#footer .footer-bottom .box {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
#footer .footer-bottom .box p,
#footer .footer-bottom .box a {
  display: inline-block;
  color: #FFFFFF;
  vertical-align: middle;
}
#footer .footer-bottom .box img {
  max-height: 18px;
  vertical-align: middle;
}
#ewm {
  width: 120px;
  border: 5px solid #FFFFFF;
}
@media screen and (max-width: 1600px) {
  #header .nav .container .menu-box ul.menu > li {
    font-size: 18px;
    margin: 0 25px;
  }
  #banner h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .container .contact_box {
    display: none;
  }
  #banner h2 {
    font-size: 50px;
  }
  .our-about .left h1 {
    font-size: 36px;
  }
  .font-24 {
    font-size: 20px;
  }
  .our-about .left .mml-text {
    font-size: 18px;
  }
  .our-about .left .inner-box .inner {
    font-size: 18px;
  }
  .product-cat ul li .mask .img h4 {
    font-size: 24px;
  }
  .section_title h2 {
    font-size: 36px;
  }
  .our-factory .right {
    padding-left: 30px;
  }
  .contact-us .form input,
  .contact-us .form textarea {
    font-size: 18px;
  }
  .our-news .mml-text p {
    font-size: 18px;
  }
  .our-news ul {
    margin: 0 -30px;
  }
  .our-news ul li {
    padding: 0 30px;
  }
  #footer .footer-content .footer-block h4 {
    font-size: 24px;
  }
  #footer .footer-content .footer-block li {
    font-size: 18px;
  }
  #footer .footer-content .footer-block.contact {
    max-width: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #banner .social-links {
    display: none;
  }
  #banner {
    padding-left: 0;
  }
  .our-about .left h1 {
    font-size: 30px;
  }
  .our-about .left .mml-text {
    font-size: 16px;
    line-height: 1.5;
  }
  .our-about .left .inner-box .inner {
    font-size: 16px;
  }
  .our-about .left .inner-box ul li {
    padding: 0 10px;
  }
  .our-about .left .inner-box ul {
    margin: 0 -10px;
  }
  .our-about .left .inner-box {
    padding: 31px 20px 16px;
  }
  .our-about .right .mask {
    margin-left: 30px;
  }
  .product-cat ul {
    margin: -10px;
  }
  .product-cat ul li {
    padding: 10px;
  }
  .product-cat ul li .mask .img h4 {
    font-size: 18px;
  }
  .product-cat ul li .mask .img h4::before {
    font-size: 30px;
  }
  .font-18 {
    font-size: 16px;
  }
  .font-24 {
    font-size: 16px;
  }
  .section_title h2 {
    font-size: 30px;
  }
  .our-news .mml-text p {
    font-size: 16px;
  }
  .our-news ul {
    margin: 0 -15px;
  }
  .our-news ul li {
    padding: 0 15px;
  }
  #footer .footer-content .footer-block li {
    font-size: 16px;
  }
  #footer .footer-bottom .box img {
    max-height: 16px;
  }
  #header .nav .container .menu-box ul.menu > li {
    font-size: 16px;
    margin: 0 20px;
  }
  .hover-language .zhuyu {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner h2 {
    font-size: 40px;
    margin: 20px 0;
  }
  .font-20 {
    font-size: 16px;
  }
  .our-about .left {
    width: 100%;
  }
  .our-about .right {
    display: none;
  }
  .our-about {
    padding: 60px 0;
  }
  .product-cat {
    padding: 60px 0;
  }
  .surface-texture .list .slick-active.slick-center .img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .surface-texture .list ul {
    margin: 0 -15px;
  }
  .surface-texture .list ul li {
    padding: 0 15px;
  }
  .surface-texture .list .slick-list {
    padding: 0!important;
  }
  .surface-texture {
    padding: 60px 0;
  }
  .surface-texture .box::before {
    display: none;
  }
  .our-factory .left {
    width: 100%;
  }
  .our-factory .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .our-factory::before {
    display: none;
  }
  .contact-us {
    padding: 60px 0;
  }
  .contact-us .form ul {
    margin: -15px;
  }
  .contact-us .form ul li {
    padding: 15px;
  }
  .contact-us .form input,
  .contact-us .form textarea {
    font-size: 16px;
  }
  #footer .footer-content .footer-block.ewm {
    display: none;
  }
  #footer .footer-content .footer-block.contact {
    max-width: 300px;
  }
  .surface-texture .list {
    margin: 0;
  }
  .surface-texture .list .arrow_l,
  .surface-texture .list .arrow_r {
    display: none;
  }
  .product-cat ul li .mask .img h4,
  .product-cat ul li .mask .img::before {
    opacity: 1;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner h2 {
    font-size: 30px;
  }
  .our-about .left h1 {
    font-size: 24px;
  }
  .our-about .left .mml-text {
    font-size: 14px;
  }
  .our-about .left .inner-box .inner {
    font-size: 14px;
  }
  .font-18 {
    font-size: 14px;
  }
  .section_title h6 {
    font-size: 16px;
  }
  .i-advantage {
    display: none;
  }
  .surface-texture {
    display: none;
  }
  .our-factory {
    display: none;
  }
  .our-news .mml-text p {
    font-size: 14px;
  }
  #footer .footer-content .footer-block.link {
    display: none;
  }
  #footer .footer-content .footer-block.contact {
    max-width: 100%;
    text-align: center;
  }
  #footer .footer-bottom .box img {
    max-height: 14px;
  }
  #footer .footer-content .footer-block li {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  #banner li {
    height: 300px;
  }
  #banner li > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #banner h2 {
    font-size: 24px;
  }
  .our-about .left .inner-box .inner {
    border-bottom: 1px solid #d7d4e6;
    margin-bottom: 20px;
  }
  .section_title h2 {
    font-size: 24px;
  }
}









/* 内页样式 */
.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: transparent;
  color: var(--mibooz-base);
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 14px 58px 14px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
  border: 2px solid var(--mibooz-primary);
  z-index: 1;
  text-shadow: 0 0 0.25px currentColor;
}
.thm-btn::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  background-color: var(--mibooz-primary);
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  opacity: 0;
  z-index: -1;
}
.thm-btn:hover {
  color: var(--mibooz-base);
}
.thm-btn:hover::after {
  opacity: 1;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
}

.welcome-one__btn {
    padding: 4px 37px 4px;
    color: var(--mibooz-black);
    font-size: 12px;
}


.section-title {
    margin-top: -6px;
    margin-bottom: 46px;
}
.section-title__tagline {
    position: relative;
    display: block;
     color: #f39346;
    font-size: 21px;
    line-height: 24px;
	text-transform: capitalize;
    /*letter-spacing: 0.1em;*/
    margin-bottom: 20px;
	font-family: var(--mibooz-font-two);
}
.section-title__title {
    margin: 0;
    font-size: 40px;
    line-height: 60px;
    text-transform: capitalize;
    font-family: 'Merriweather-Bold';
}


.blog-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-one__img {
    position: relative;
    display: block;
    background-color: var(--mibooz-black);
    overflow: hidden;
}

.blog-one__img img {
    width: 100%;
    transition: all 500ms ease;
    transform: scale(1);
}

.blog-one__single:hover .blog-one__img img {
    transform: scale(1.05);
}

.blog-one__img>a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(23, 22, 26, 0.3);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--mibooz-base);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
}

.blog-one__img>a>span {
    position: relative;
}

.blog-one__img>a>span::before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: var(--mibooz-base);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}

.blog-one__img>a>span::after {
    content: '';
    transition: all 500ms ease;
    width: 2px;
    height: 20px;
    background-color: var(--mibooz-base);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-one__single:hover .blog-one__img>a {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}

.blog-one__date {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--mibooz-primary);
    padding: 7px 20px 6px;
}

.blog-one__date p {
    font-size: 14px;
	font-family: var(--mibooz-font-two);
    font-weight: 500;
    color: var(--mibooz-base);
    margin: 0;
    text-transform: uppercase;
    line-height: 20px;
}

.blog-content {
    position: relative;
    display: block;
    background-color: #ffffff;
    margin-left: 20px;
    margin-right: 20px;
    padding: 49px 40px 36px;
    margin-top: -30px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .05);
    transition: all 500ms ease;
}

.blog-one__single:hover .blog-content {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .07);
}

.blog-one__meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.blog-one__meta li+li {
    margin-left: 6px;
}

.blog-one__meta li span {
    font-size: 14px;
}

.blog-one__meta li a {
	line-height: 36px;
	font-family: var(--mibooz-font-two);
    color: var(--mibooz-gray);
    transition: all 500ms ease;
}

.blog-one__meta li a em{
  display: inline-block;
  vertical-align: middle;
}

.blog-one__meta li a img{
  vertical-align: middle;
}

.blog-one__meta li a:hover {
    color: var(--mibooz-primary);
}

.blog-one__meta li a i {
    font-size: 15px;
    color: var(--mibooz-primary);
}

.blog-one__title {
    font-size: 18px;
    font-family: 'Merriweather-Bold';
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 3px;
    margin-bottom: 8px;
}

.blog-one__title>a {
    color: var(--mibooz-black);
    transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__title>a {
    color: var(--mibooz-primary);
}

.blog-one__read-btn>a {
    position: relative;
    display: inline-block;
    font-size: 13px;
	font-family: var(--mibooz-font-two);
	line-height: 36px;
    color: var(--mibooz-gray);
    text-transform: uppercase;
    transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__read-btn>a {
    color: var(--mibooz-black);
}

.blog-one__read-btn>a:before {
    position: absolute;
    top: 17px;
    left: -10px;
    right: -10px;
    content: "";
    height: 1px;
    /*background-color: var(--mibooz-primary);*/
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
}

.blog-one__single:hover .blog-one__read-btn>a:before {
    transform: scale(1, 1);
    transform-origin: right center;
}



.inner-banner {
  position: relative;
  display: block;
  padding: 260px 0 158px;
  background-color: var(--mibooz-black);
  z-index: 1;
}
.page-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--mibooz-black);
  /*background-blend-mode: luminosity;*/
  /*opacity: .20;*/
  z-index: -1;
}
.page-header__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 2;
}
.page-header__inner h2 {
  font-size: 50px;
  font-family: 'Merriweather-Bold';
  color: var(--mibooz-base);
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.thm-breadcrumb {
  position: relative;
  display: block;
}
.thm-breadcrumb {
  position: relative;
  display: inline-block;
  color: var(--mibooz-base);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.thm-breadcrumb li a {
  color: var(--mibooz-base);
  font-size: 14px;
  letter-spacing: 0.1em;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.thm-breadcrumb li::before {
  position: absolute;
  top: 17px;
  left: -10px;
  right: -10px;
  content: "";
  background-color: var(--mibooz-primary);
  height: 1px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -moz-transition: transform 500ms ease, -moz-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease, -moz-transform 500ms ease;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.thm-breadcrumb li + li {
  margin-left: 18px;
}
.thm-breadcrumb li:hover:before,
.thm-breadcrumb li.active:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.location {
  position: relative;
  display: block;
  padding: 120px 0 0;
  background-color: var(--mibooz-extra);
  z-index: 1;
}
.location .grid-box {
  margin: 0 -15px;
}
.location .grid-box > .column {
  width: 33.33%;
  padding: 0 15px;
}
.location-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: .60;
  z-index: -1;
}
.location__single {
  position: relative;
  display: block;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  padding: 44px 50px 42px;
  margin-bottom: 30px;
  height: 266px;
}
.location__title {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 30px;
}
.location__text {
  font-size: 18px;
  margin: 0;
  line-height: 30px;
  min-height: 120px;
  font-family: var(--mibooz-font-two);
}
.location__phone-email {
  font-size: 16px;
  font-family: var(--mibooz-font-two);
  line-height: 29px;
}
.location__phone {
  color: #000;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.location__phone:hover {
  color: var(--mibooz-primary);
}
.location__email {
  color: #000;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.location__email:hover {
  color: var(--mibooz-primary);
}
.location__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 9px;
}
.location__social a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--mibooz-black);
  font-size: 15px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.location__social a + a {
  margin-left: 20px;
}
.location__social a:hover {
  color: var(--mibooz-primary);
}
.location__single-last {
  padding-bottom: 50px;
}
.location__bottom {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid var(--mibooz-bdr-color);
  padding-top: 54px;
  padding-bottom: 52px;
  margin-top: 30px;
}
.location-bottom__text {
  font-size: 16px;
  margin: 0;
  line-height: 26px;
}
.location-bottom__text a {
  position: relative;
  display: inline-block;
  margin-left: 13px;
  color: var(--mibooz-black);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.location-bottom__text a:hover {
  color: var(--mibooz-primary);
}
.location-bottom__text a:before {
  position: absolute;
  top: 12px;
  left: -10px;
  right: -10px;
  height: 1px;
  content: "";
  background-color: var(--mibooz-primary);
}
.contact-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}
.contact-page .container {
  max-width: 768px;
  width: 100%;
}
.contact-page__form .comment-form__btn {
  margin: 0 auto;
  display: block;
}
.comment-one__form .grid-box {
  margin: 0 -10px;
}
.comment-one__form .column {
  padding: 0 10px;
}
.comment-form__input-box {
  position: relative;
  display: block;
}
.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
  height: 68px;
  width: 100%;
  border: none;
  background-color: var(--mibooz-extra);
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
  border-radius: 0;
  outline: none;
  font-size: 18px;
  color: var(--mibooz-gray);
  display: block;
}
.comment-form__input-box textarea {
  font-size: 16px;
  color: var(--mibooz-gray);
  height: 170px;
  width: 100%;
  background-color: var(--mibooz-extra);
  padding: 16px 30px 30px;
  border: none;
  border-radius: 0px;
  outline: none;
  margin-bottom: 20px;
  border-radius: 0;
}
.comment-form__btn {
  color: var(--mibooz-black);
}
@media screen and (max-width: 1000px) {
  .location .grid-box > .column {
    width: 100%;
  }
  .location__text {
    min-height: unset;
  }
  .contact-page .grid-box.two > .column {
    width: 100%;
  }
}
.faq-page {
  position: relative;
  display: block;
  padding: 120px 0 0;
  background-color: var(--mibooz-extra);
  z-index: 1;
}
.faq-page-shape {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .60;
  z-index: -1;
}
.faq-page__top {
  position: relative;
  display: block;
}
.faq-page__top .grid-box {
  margin: 0 -15px;
}
.faq-page__top .column {
  padding: 0 15px;
}
.faq-page__single {
  margin-bottom: 60px;
}
.faq-page__bottom {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid var(--mibooz-bdr-color);
  padding-top: 54px;
  padding-bottom: 52px;
}
.faq-page__bottom-text {
  font-size: 16px;
  margin: 0;
  line-height: 26px;
}
.faq-page__bottom-text a {
  position: relative;
  display: inline-block;
  color: var(--mibooz-black);
  margin-left: 13px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.faq-page__bottom-text a:hover {
  color: var(--mibooz-primary);
}
.faq-page__bottom-text a:before {
  position: absolute;
  top: 12px;
  left: -10px;
  right: -10px;
  content: "";
  background-color: var(--mibooz-primary);
  height: 1px;
}
.faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}
.faq-one-accrodion .accrodion:before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 2px;
  content: "";
  background-color: var(--mibooz-primary);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.faq-one-accrodion .accrodion.active:before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 24px 40px 25px;
  padding-right: 27px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: var(--mibooz-black);
  position: relative;
  /*text-transform: uppercase;*/
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.faq-one-accrodion .accrodion + .accrodion {
  margin-top: 20px;
}
.faq-one-accrodion .accrodion.active .accrodion-title {
  background-color: var(--mibooz-base);
}
.faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: var(--mibooz-black);
}
.faq-one-accrodion .accrodion-title h4::before {
  content: "\f196";
  font-family: 'FontAwesome';
  font-size: 12px;
  color: var(--mibooz-primary);
  position: absolute;
  top: 50%;
  right: 0;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\f147";
  color: var(--mibooz-black);
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.faq-one-accrodion .accrodion-content {
  position: relative;
  padding: 0px 40px 29px;
  margin-top: -13px;
}
.faq-one-accrodion .accrodion.active .accrodion-content {
  background-color: var(--mibooz-base);
}
.faq-one-accrodion .accrodion-content p {
  font-size: 16px;
  margin: 0;
  line-height: 32px;
}
.cta-one {
  position: relative;
  display: block;
  z-index: 2;
}
.cta-one__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: var(--mibooz-primary);
  padding: 92px 100px;
}
.cta-one__box-1 {
  position: absolute;
  top: -106px;
  left: -106px;
  height: 106px;
  width: 106px;
  background-color: var(--mibooz-extra);
  -webkit-animation: boxRotate 4s linear infinite;
  -moz-animation: boxRotate 4s linear infinite;
  animation: boxRotate 4s linear infinite;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.cta-one__box-2 {
  position: absolute;
  top: 0;
  left: -212px;
  height: 106px;
  width: 106px;
  background-color: var(--mibooz-black);
  -webkit-animation: boxRotate 4s linear infinite;
  -moz-animation: boxRotate 4s linear infinite;
  animation: boxRotate 4s linear infinite;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
.cta-one__left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cta-one__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cta-one__icon span {
  position: relative;
  display: inline-block;
  color: var(--mibooz-base);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.cta-one__inner:hover .cta-one__icon span {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.cta-one__title-box {
  margin-left: 30px;
}
.cta-one__title {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 43px;
  color: var(--mibooz-base);
}
.cta-one__right {
  position: relative;
  display: block;
}
.cta-one__btn {
  border: 2px solid var(--mibooz-base);
}
.cta-one__btn:after {
  background-color: var(--mibooz-base);
}
.cta-one__btn:hover {
  color: var(--mibooz-black);
}
@media screen and (max-width: 1000px) {
  .faq-page__top .grid-box.two > .column {
    width: 100%;
  }
  .cta-one__title {
    font-size: 30px;
  }
  .cta-one__inner {
    padding: 92px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .cta-one__right {
    margin-top: 25px;
  }
}
@media screen and (max-width: 700px) {
  .cta-one__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cta-one__box-1,
  .cta-one__box-2 {
    display: none;
  }
  .cta-one__title-box {
    margin-left: 0;
    margin-top: 33px;
  }
  .cta-one__inner {
    padding: 92px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .faq-one-accrodion .accrodion-title h4::before{
    display: none;
  }
  .faq-one-accrodion .accrodion.active .accrodion-title h4::before{
    display: none;
  }
}
.blog-page {
  padding: 120px 0 120px;
}
.blog-page .grid-box {
  margin: 0 -23px;
}
.blog-page .column {
  padding: 0 23px;
}
@media screen and (max-width: 1000px) {
  .blog-page .column {
    width: 100%!important;
  }
}
.service-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}
.service-details__sidebar {
  position: relative;
  display: block;
}
.service-details__sidebar-service {
  position: relative;
  display: block;
  background-color: var(--mibooz-extra);
  padding: 48px 30px 29px;
}
.service-details__sidebar-title {
  font-size: 20px;
  padding-left: 20px;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.service-details__sidebar-service-list {
  margin: 0;
}
.service-details__sidebar-service-list li + li {
  margin-top: 7px;
}
.service-details__sidebar-service-list li a {
  color: var(--mibooz-gray);
  font-size: 18px;
  font-weight: 400;
  position: relative;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 8.5px 20px;
}
.service-details__sidebar-service-list li.current a,
.service-details__sidebar-service-list li a:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: var(--mibooz-black);
}
.service-details__sidebar-service-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--mibooz-primary);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 10px;
}
.service-details__sidebar-service-list li a span.icon-right-arrow-angle {
  font-weight: bold;
}
.service-details__sidebar-service-list li.current a span,
.service-details__sidebar-service-list li a:hover span {
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.service-details__sidebar-service-list li.current:first-child {
  margin-top: 20px;
}
.service-details__need-help {
  position: relative;
  display: block;
  padding: 50px 50px 39px;
  margin-top: 30px;
  text-align: center;
  z-index: 1;
  background-color: var(--mibooz-primary);
}
.service-details__need-help-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--mibooz-primary);
  opacity: .10;
  z-index: -1;
}
.service-details__need-help-icon {
  height: 85px;
  width: 85px;
  background-color: var(--mibooz-black);
  color: var(--mibooz-base);
  font-size: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 21px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-details__need-help-title {
  font-size: 34px;
  color: var(--mibooz-base);
  line-height: 46px;
  text-transform: uppercase;
}
.service-details__need-help-contact {
  position: relative;
  display: block;
  margin-top: 34px;
}
.service-details__need-help-contact p {
  font-size: 16px;
  color: var(--mibooz-base);
  margin: 0;
  line-height: 18px;
}
.service-details__need-help-contact a {
  font-size: 24px;
  color: var(--mibooz-base);
}
.service-details__content {
  position: relative;
  display: block;
  margin-top: 22px;
}
.service-details__title {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 20px;
}
.service-details__text {
  font-size: 18px;
  margin: 0;
  line-height: 34px;
}
.sidebar-box {
  margin: 0 -15px;
}
.sidebar-box .sidebar-left {
  width: 33.33%;
  padding: 0 15px;
}
.sidebar-box .sidebar-right {
  width: 66.66%;
  padding: 0 15px;
}
.team-one .grid-box {
  margin: 0 -3px;
}
.team-one .column {
  padding: 0 3px;
}
.team-page .team-one__single {
  margin-bottom: 6px;
}
.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  z-index: 1;
}
.team-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--mibooz-black);
  z-index: 1;
}
.team-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--mibooz-primary);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -moz-transition: transform 500ms ease, -moz-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease, -moz-transform 500ms ease;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  z-index: 1;
}
.team-one__single:hover .team-one__img:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}
.team-one__img img {
  width: 100%;
  /*mix-blend-mode: luminosity;*/
}
.team-one__details {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(-126%);
  -moz-transform: translateX(-126%);
  -ms-transform: translateX(-126%);
  transform: translateX(-126%);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -moz-transition: transform 500ms ease, -moz-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease, -moz-transform 500ms ease;
  z-index: 2;
}
.team-one__single:hover .team-one__details {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.team-one__name {
  font-size: 22px;
  text-transform: uppercase;
  color: var(--mibooz-base);
}
.team-one__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 15%;
  -webkit-transform: translateX(135%);
  -moz-transform: translateX(135%);
  -ms-transform: translateX(135%);
  transform: translateX(135%);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -moz-transition: transform 500ms ease, -moz-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease, -moz-transform 500ms ease;
  z-index: 2;
}
.team-one__single:hover .team-one__social {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.team-one__social a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--mibooz-base);
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-one__social a:hover {
  color: var(--mibooz-base);
}
.team-one__social a + a {
  margin-left: 20px;
}
.two-boxes {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}
.two-boxes .grid-box {
  margin: 0 -20px;
}
.two-boxes .column {
  padding: 0 20px;
}
.two-boxes__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--mibooz-black);
  /*background-blend-mode: luminosity;
  opacity: 0.30;*/
  z-index: -1;
}
.two-boxes__single {
  position: relative;
  display: block;
  text-align: center;
  padding: 71px 60px 70px;
  margin-bottom: 30px;
  background-color: var(--mibooz-black);
  z-index: 1;
  overflow: hidden;
}
.two-boxes__tagline {
  font-size: 24px;
  color: var(--mibooz-base);
  letter-spacing: 0.1em;
  margin: 0;
  line-height: 30px;
  min-height: 90px;
}
.two-boxes__title {
  font-size: 20px;
  color: var(--mibooz-base);
  text-transform: uppercase;
  line-height: 40px;
  padding-bottom: 20px;
}
.two-boxes__arrow {
  position: relative;
  display: block;
  margin-top: 12px;
}
.two-boxes__arrow a {
  font-size: 10px;
  color: var(--mibooz-primary);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.two-boxes__arrow a:hover {
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .sidebar-box .sidebar-left {
    width: 40%;
  }
  .sidebar-box .sidebar-right {
    width: 60%;
  }
}
@media screen and (max-width: 1000px) {
  .sidebar-box .sidebar-left {
    width: 100%;
  }
  .sidebar-box .sidebar-right {
    width: 100%;
  }
  .service-details__sidebar {
    margin-bottom: 60px;
  }
  .two-boxes .column {
    width: 100%!important;
  }
}
@media screen and (max-width: 700px) {
  .two-boxes__single {
    padding: 71px 20px 70px;
  }
  .two-boxes__tagline {
    font-size: 20px;
  }
}
.product-cat__btn {
  font-size: 16px;
  padding: 10px;
  color: var(--mibooz-base);
  border-color: var(--mibooz-base);
}
.inner-product-cat {
  padding: 120px 0;
}
.inner-product-cat h2 {
  font-size: 42px;
  font-family: var(--mibooz-font-two);
}
.inner-product-cat p {
  font-family: var(--mibooz-font-two);
  line-height: 24px;
  min-height: 144px;
  margin: 30px 0;
  opacity: .7;
}
.inner-product-cat .img {
  width: 67%;
  height: 650px;
}
.inner-product-cat .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-product-cat .content {
  max-width: 580px;
  width: 100%;
  background-color: var(--mibooz-primary);
  color: var(--mibooz-base);
  padding: 90px 80px 70px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.inner-product-cat ul li {
  position: relative;
}
.inner-product-cat ul li:not(:last-child) {
  margin-bottom: 145px;
}
.inner-product-cat ul li:nth-child(odd) .img {
  margin-left: auto;
}
.inner-product-cat ul li:nth-child(even) .content {
  left: auto;
  right: 0;
}
.inner-product-cat ul li:hover .content {
  background-color: #333333;
}
@media screen and (max-width: 1000px) {
  .inner-product-cat .content {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    max-width: 100%;
  }
  .inner-product-cat .img {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .inner-product-cat .content {
    padding: 50px 20px;
  }
  .inner-product-cat p {
    min-height: unset;
    margin: 20px 0;
  }
  .inner-product-cat h2 {
    font-size: 24px;
  }
}
.project-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}
.project-one .grid-box {
  margin: 0 -15px;
}
.project-one .column {
  padding: 0 15px;
}
.project-filter {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 47px;
}
.project-filter.style1 li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-filter.style1 li:nth-child(1) {
  padding-right: 13px;
}
.project-filter.style1 li .filter-text {
  position: relative;
  color: var(--mibooz-gray);
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  display: block;
  cursor: pointer;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}
.project-filter.style1 li .filter-text:before {
  position: absolute;
  top: 18px;
  left: -10px;
  right: -6px;
  content: "";
  background: var(--mibooz-primary);
  height: 1px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: 1;
}
.project-filter.style1 li .filter-text:hover:before,
.project-filter.style1 li.active .filter-text:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.project-filter.style1 li:hover .filter-text,
.project-filter.style1 li.active .filter-text {
  color: var(--mibooz-black);
}
.project-filter.style1 li .count {
  color: var(--mibooz-gray);
  font-size: 12px;
  line-height: 26px;
  font-weight: 500;
  display: inline-block;
  padding: 0 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  top: -4px;
}
.project-filter.style1 li:hover .count,
.project-filter.style1 li.active .count {
  color: var(--mibooz-black);
  opacity: 1;
}
.project-filter.style1 li + li {
  margin-left: 50px;
}
.project-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
}
.project-one__img {
  position: relative;
  display: block;
  background-color: #eee;
  width: 100%;
}
.project-one__img img {
  width: 100%;
  /*mix-blend-mode: luminosity;*/
  -webkit-transition: mix-blend-mode 500ms ease, -webkit-transform 500ms ease;
  transition: mix-blend-mode 500ms ease, -webkit-transform 500ms ease;
  -moz-transition: transform 500ms ease, mix-blend-mode 500ms ease, -moz-transform 500ms ease;
  transition: transform 500ms ease, mix-blend-mode 500ms ease;
  transition: transform 500ms ease, mix-blend-mode 500ms ease, -webkit-transform 500ms ease, -moz-transform 500ms ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.project-one__single:hover .project-one__img img {
  mix-blend-mode: normal;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.project-one__hover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 35px;
  padding: 31px 50px 29px;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  -moz-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: 1;
}
.project-one__single:hover .project-one__hover {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.project-one__hover:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  z-index: -1;
}
.project-one__title {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 30px;
}
.project-one__title a {
  color: var(--mibooz-base);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-one__title a:hover {
  color: var(--mibooz-primary);
}
@media screen and (max-width: 1000px) {
  .project-one .grid-box.three > .column {
    width: 50%;
  }
  .project-one .list {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .project-one .grid-box.three > .column {
    width: 100%;
  }
}
.prodet-one {
  padding-top: 120px;
}
.prodet-one .left {
  width: 50%;
  padding-right: 90px;
}
.prodet-one .left img {
  width: 100%;
  background-color: #eee;
}
.prodet-one .right {
  width: 50%;
}
.prodet-one h1 {
  font-size: 36px;
  margin-bottom: 40px;
  font-family: 'Merriweather-Regular';
}
.prodet-one h4 {
  font-size: 24px;
  margin-bottom: 15px;
  font-family: 'Merriweather-Regular';
}
.prodet-one .text {
  margin-bottom: 30px;
}
.image-gallery {
  margin: 0 -10px;
  padding-top: 20px;
}
.image-gallery li {
  padding: 0 10px;
}
.prodet-two {
  padding-top: 120px;
}
.prodet-two h2 {
  font-size: 48px;
  font-family: 'Merriweather-Bold';
}
.prodet-two ul {
  padding-top: 50px;
}
.prodet-two img {
  width: 100%;
}
.prodet-two .name {
  padding: 30px;
  min-width: 190px;
  text-align: center;
  font-size: 24px;
  color: var(--mibooz-base);
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-three {
  padding-top: 120px;
}
.prodet-three .grid-box {
  margin: 0 -20px;
}
.prodet-three .column {
  padding: 0 20px;
}
@media screen and (max-width: 1200px) {
  .prodet-one .left {
    padding-right: 30px;
  }
  .prodet-one .text {
    margin-bottom: 20px;
  }
  .prodet-one h1 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-one .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
  }
  .prodet-one .right {
    width: 100%;
  }
  .prodet-three .grid-box.four > .column {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .prodet-one h1 {
    font-size: 30px;
  }
  .prodet-one h4 {
    font-size: 20px;
  }
  .prodet-two h2 {
    font-size: 30px;
  }
  .prodet-three .grid-box.four > .column {
    width: 100%;
  }
}
.about-page .about-1 {
  padding: 120px 0;
}
.about-page .about-1 .yankee-heading {
  padding: 0 0 25px;
}
.about-page .about-1 .left {
  width: 50%;
  vertical-align: middle;
}
.about-page .about-1 .left .play{
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.about-page .about-1 .right {
  width: 50%;
  vertical-align: middle;
  padding-left: 60px;
}
.about-page .about-1 .right .section-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
}
.about-page .about-1 .right .next-btn {
  font-size: 0;
  padding-top: 60px;
}
.about-page .about-1 .right .next-btn span {
  padding: 0 25px;
  display: inline-block;
  line-height: 60px;
  background-color: var(--mibooz-black);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.about-page .about-1 .right .next-btn span:hover {
  background-color: var(--mibooz-primary);
}
.about-page .about-1 .right .next-btn span img {
  vertical-align: middle;
}
.about-page .about-2 .box {
  background-color: var(--mibooz-primary);
  margin: 20px 35px 0;
  padding: 0 0 20px;
}
.about-page .about-2 .content {
  margin: -20px -20px 0;
  padding: 80px 0 40px;
  background-color: #1d2122;
}
.about-page .about-2 ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.about-page .about-2 ul li {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.about-page .about-2 .counter-box {
  margin: 0 0 40px;
  text-align: center;
}
.about-page .about-2 .counter-box .count {
  color: #fff;
}
.about-page .about-2 .counter-box .count small {
  font-size: 16px;
  margin-left: 2px;
}
.about-page .about-2 .counter-box .title {
  color: #fff;
}
.about-page .about-3 {
  /*background-color: #f4f9fa;*/
  background: url(../images/about-3-bg.jpg)no-repeat center;
  background-size: cover;
  margin-top: -110px;
  margin-bottom: 0;
  padding: 240px 0 120px;
}
.about-page .about-3 .timeline-tab-btns {
  padding: 0px 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 60px;
}
.about-page .about-3 .timeline-tab-btns li a {
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 18px 35px;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  color: var(--mibooz-primary);
}
.about-page .about-3 .timeline-tab-btns li.active a {
  background-color: var(--mibooz-primary);
  color: var(--mibooz-base);
}
.about-page .about-3 .tab-content .tab-pane:not(:first-child) {
  display: none;
}
.about-page .about-3 .tab-content .tab-pane > .grid-box {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-3 .tab-content .tab-pane .img {
  width: 58%;
  padding: 0 15px;
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -moz-box-ordinal-group: 14;
  order: 13;
}
.about-page .about-3 .tab-content .tab-pane .content {
  width: 42%;
  padding: 0 15px;
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  order: -1;
}
.about-page .about-3 .timeline-text .timeline-tag {
  font-size: 21px;
  /*font-weight: 700;*/
  color: #f39346;
  font-family:'Merriweather';
  /*letter-spacing: 2px;*/
  margin-bottom: 5px;
  text-transform: capitalize;
}
.about-page .about-3 .timeline-text .timeline-title {
  font-size: 40px;
  letter-spacing: -1px;
  font-family:'Merriweather-Bold'; 
  /*text-transform: uppercase;*/
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: 20px;
}
.about-page .about-3 .timeline-text a.history-btn {
  display: inline-block;
  margin-top: 40px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  padding: 20px 45px;
  background-color: var(--mibooz-primary);
  color: #1d2122;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.about-page .about-3 .timeline-text a.history-btn:hover {
  background-color: #1d2122;
  color: #fff;
}
.about-page .about-4 {
  padding: 120px 0 90px;
}
.about-page .about-4 .yankee-heading {
  padding-bottom: 50px;
  text-align: center;
}
.about-page .about-4 .list ul {
  margin: 0 -15px;
}
.about-page .about-4 .list ul li {
  padding: 0 15px;
}
.about-page .about-5{
  padding-bottom: 120px;
}
.about-page .about-5 .yankee-testimonial-slider {
  background-image: url(../images/testi-illustration.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.yankee-heading .tag-line {
  font-size: 20px;
  /*text-transform: uppercase;*/
  font-family: 'Merriweather-Bold';
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  color: #f39346;
  margin-bottom: 30px;
  display: inline-block;
}
.yankee-heading .title {
  font-size: 48px;
  font-family: 'Merriweather-Bold';
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}
.yankee-heading .title span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1px rgba(29, 33, 34, 0.2);
}
.yankee-counter-boxes .counter-box {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
}
.yankee-counter-boxes .counter-box .count {
  display: block;
  font-size: 55px;
  margin-bottom: 5px;
}
.progress {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.timeline-btns.with-progess {
  position: relative;
  z-index: 1;
}
.timeline-btns.with-progess .progress {
  height: 4px;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.timeline-btns.with-progess .progress-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 16.66%;
  background-color: var(--mibooz-primary);
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.yankee-testimonial-slider {
  padding: 100px 170px;
  position: relative;
  z-index: 1;
}
.yankee-testimonial-slider .slick-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 40px;
}
.yankee-testimonial-slider .slick-dots li {
  display: inline-block;
  margin: 0 9px;
  width: 12px;
  height: 12px;
  background-color: var(--mibooz-black);
  border-radius: 50%;
}
.yankee-testimonial-slider .slick-dots li.slick-active {
  background-color: var(--mibooz-primary);
}
.yankee-testimonial-slider .slick-dots li button {
  display: none;
}
.yankee-testimonial-slider .single-testimonial {
  text-align: center;
}
.yankee-testimonial-slider .single-testimonial .testimonial-img {
  margin-bottom: 50px;
}
.yankee-testimonial-slider .single-testimonial .testimonial-img img {
  max-width: 380px;
  display: inline-block;
}
.yankee-testimonial-slider .single-testimonial p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  font-family: var(--mibooz-font-two);
}
.yankee-testimonial-slider .single-testimonial .testimonial-info {
  margin-bottom: 20px;
}
.yankee-testimonial-slider .single-testimonial .testimonial-info .name {
  font-size: 30px;
  font-weight: bold;
  font-family: var(--mibooz-font-two);
  line-height: 1.1;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .yankee-heading .title {
    font-size: 42px;
  }
  .yankee-testimonial-slider .single-testimonial p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner .page-title {
    font-size: 42px;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-2 ul li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .about-page .about-3 .timeline-tab-btns li a {
    padding: 12px 20px;
    font-size: 14px;
  }
  .about-page .about-3 .tab-content .tab-pane .img {
    width: 100%;
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
    -moz-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
  .about-page .about-3 .tab-content .tab-pane .content {
    width: 100%;
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
    -moz-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
  .about-page .about-3 .timeline-text {
    margin-top: 50px;
  }
  .about-page .about-3 .timeline-text .timeline-title {
    font-size: 42px;
  }
  .yankee-testimonial-slider {
    padding: 80px 0;
  }
  .about-page .about-3 .timeline-tab-btns {
    padding: 0 30px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .page-title {
    font-size: 36px;
  }
  .about-page .about-1 .right .section-title {
    font-size: 18px;
  }
  .yankee-counter-boxes .counter-box .count {
    font-size: 42px;
  }
  .yankee-testimonial-slider .single-testimonial p {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .yankee-heading .title {
    font-size: 32px;
  }
  .about-page .about-2 ul li {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .timeline-btns.with-progess .progress {
    display: none;
  }
  .about-page .about-3 .timeline-tab-btns {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
  }
  .about-page .about-3 .timeline-tab-btns li a {
    margin: 5px;
  }
  .about-page .about-3 .timeline-text .timeline-title {
    font-size: 32px;
  }
  .yankee-testimonial-slider .single-testimonial p {
    font-size: 16px;
    line-height: 1.6;
  }
  .yankee-testimonial-slider .single-testimonial .testimonial-info .name {
    font-size: 20px;
  }
}



.newdet-page {
  padding: 120px 0;
}
.newdet-page .news-content h3.title {
  font-size: 24px;
  font-family: 'Merriweather-Regular';
}
.newdet-page .news-content a.img-box {
  display: block;
}
.newdet-page .news-content a.img-box img {
  width: 100%;
}
.newdet-page .news-content time {
  width: 65px;
  height: 65px;
  margin-top: -35px;
  background: #da251c none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
  position: relative;
  z-index: 1;
}
.newdet-page .news-content .tag {
  font-size: 14px;
  color: #828893;
}
.newdet-page .news-content .tag em {
  color: black;
}
.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .news-content .tag div {
  margin-left: 15px;
}
.newdet-page .news-content .tag div i {
  color: var(--mibooz-primary);
  margin-right: 5px;
}
.newdet-page .news-content .content {
  padding: 15px 0;
  margin: 10px 0;
  border-top: 1px #eee dashed;
  border-bottom: 1px #eee dashed;
  text-align: left;
}
.newdet-page .news-content .content p {
  padding: 5px 0;
}
.newdet-page .news-content .share {
  text-align: left;
}
.newdet-page .news-content .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-family: "POPPINS-REGULAR";
  color: #333;
  font-size: 14px;
}
.newdet-page .news-content .share ul {
  display: inline-block;
}
.newdet-page .news-content .share ul li {
  width: auto;
  padding: 5px;
}
.newdet-page .news-content .share ul li a {
  display: block;
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  border-radius: 5px;
  background: #edeff2;
  font-size: 12px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .share ul li a:hover {
  color: white;
  background: var(--mibooz-primary);
}
.newdet-page .news-content .m-link {
  padding-top: 15px;
  text-align: left;
  margin-top: 15px;
  border-top: 1px #eee dashed;
}
.newdet-page .news-content .m-link a {
  font-size: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .m-link a:hover {
  color: var(--mibooz-primary);
  text-decoration: underline;
}

.gallery-page {
  padding: 70px 0;
}
.gallery-page .gallery-list ul {
  margin: -15px;
}
.gallery-page .gallery-list ul li {
  padding: 15px;
}
.gallery-page .gallery-list ul li .box {
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.gallery-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.gallery-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.gallery-page .gallery-list ul li .box:hover h5 {
  background: var(--mibooz-primary);
  color: white;
}

.m-page {
  text-align: right;
  float: none;
  margin: 30px -5px 0;
}
.m-page a,
.m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.m-page a:hover {
  background: var(--mibooz-primary) none repeat scroll 0 0;
  color: #fff;
}