input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.main-nav li ul a .img img {
  width: 42px;
  height: 42px;
}
.main-nav > ul > li.sub.active > a:before {
  opacity: 1;
}
footer .gg-partner {
  align-items: start;
}
.qrcode {
  margin-top: 10px;
}
footer .gg-partner img {
  margin-right: 0;
}
.banner .breadcrumbs li a,
.cate-box .i-title,
.cate-box ul li a,
.post-box .i-title,
.post2 .title a,
.sb-post .title a,
.single .s-title {
  font-size: 16px !important;
}
.fv-content,
.post2 .des,
.post2 .more {
  font-size: 15px !important;
}
.banner .breadcrumbs li a,
.post2 .title a {
  font-family: "SVN Poppins";
}
.banner {
  position: relative;
  margin-bottom: 30px;
}
.banner img {
  display: block;
  width: 100%;
  min-height: 235px;
}
.banner .breadcrumbs {
  color: #000;
  margin: 15px 0;
}
.banner .breadcrumbs li {
  display: inline-block;
}
.banner .breadcrumbs li:not(:last-child):after {
  content: ">";
  margin-left: 8px;
  margin-right: 2px;
}
.banner .breadcrumbs li a:hover {
  color: #005cb3;
}
.banner .breadcrumbs .title {
  color: #555;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 3px;
}
.banner.v2 .breadcrumbs {
  text-align: center;
  bottom: 50%;
  margin-bottom: -27px;
}
.banner.v2 .breadcrumbs li {
  display: inline-block;
  color: #005cb3;
}
.banner.v2 .breadcrumbs li:not(:last-child):after {
  content: "/";
  margin-left: 8px;
  margin-right: 2px;
  color: #555;
}
.banner.v2 .breadcrumbs li a {
  color: #555;
}
.banner.v2 .breadcrumbs li a:hover {
  color: #005cb3;
}
.single {
  margin-bottom: 20px;
}
.single .post {
  margin-bottom: 40px;
}
.single .s-title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 30px;
  color: #005cb3;
  margin-bottom: 20px;
}
.single .s-title:after {
  content: "";
  display: block;
  height: 2px;
  background: #005cb3;
  width: 75px;
  margin-top: 9px;
}
.single time {
  color: #555;
  font-size: 12px;
  font-style: italic;
  display: block;
  margin-bottom: 12px;
}
.single time i {
  margin-right: 3px;
}
.single .s-social {
  color: #555;
  margin-top: 29px;
}
.single .s-social .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 300;
  margin-top: -3px;
  margin-right: 4px;
}
.single .s-social .ctrl {
  display: inline-block;
  vertical-align: middle;
}
.sidebar {
  margin-left: 20px;
  margin-bottom: 40px;
}
.bor-box {
  border-left: solid 1px #e2e2e2;
  position: relative;
  padding-left: 27px;
  padding-top: 2px;
}
.bor-box:before {
  content: "";
  position: absolute;
  left: -1px;
  width: 3px;
  background: #005cb3;
  height: 50px;
}
.bor-box .i-title {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 20px;
}
.bor-box .i-title:after {
  content: "";
  display: block;
  height: 1px;
  width: 50px;
  margin-top: 10px;
  background: #005cb3;
}
.lpost-box li {
  margin-bottom: 18px;
}
.lpost-box li:last-child {
  margin-bottom: 0;
}
.lpost-box li a {
  position: relative;
  padding-left: 19px;
  font-size: 15px;
  color: #555;
  display: inline-block;
  vertical-align: middle;
}
.lpost-box li a:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: solid 2px #555;
  position: absolute;
  left: 0;
  top: 6px;
}
.lpost-box li a:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 10px;
  left: 4px;
  border-radius: 50%;
}
.lpost-box li a:hover {
  color: #005cb3;
  text-decoration: underline;
}
.lpost-box li a:hover:before {
  border-color: #005cb3;
}
.lpost-box li a:hover:after {
  background: #005cb3;
}
.cate-box {
  padding-bottom: 16px;
  margin-bottom: 32px;
  margin-top: 7px;
}
.cate-box .i-title {
  margin-bottom: 34px;
}
.cate-box li a {
  font-size: 16px;
  color: #555;
  display: block;
  padding-bottom: 14px;
  border-bottom: solid 1px #e8e8e8;
  margin-bottom: 10px;
}
.cate-box li a:hover,
.cate-box li.active a {
  color: #005cb3;
}
.post-box {
  padding-bottom: 34px;
}
.post-box .i-title {
  margin-bottom: 27px;
}
.sb-post {
  padding-top: 1px;
  padding-bottom: 25px;
  border-bottom: solid 1px #e8e8e8;
  margin-bottom: 26px;
}
.sb-post .img {
  display: block;
  border-radius: 3px;
  overflow: hidden;
}
.sb-post .img img {
  display: block;
}
.sb-post .title {
  color: #555;
  line-height: 24px;
  max-height: 72px;
  overflow: hidden;
  margin-top: -5px;
}
.sb-post .title a:hover {
  color: #005cb3;
}
.sb-post:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.sb-hotline {
  color: #555;
  background: #1e1e1e;
  text-align: center;
  margin-top: 13px;
  padding: 22px 5px 12px;
}
.sb-hotline.v2 {
  margin-top: 24px;
}
.sb-hotline .logo {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 25px;
}
.sb-hotline .logo img {
  display: block;
}
.sb-hotline .img {
  margin-bottom: 14px;
}
.sb-hotline .phone {
  text-transform: uppercase;
  color: #555;
  font-size: 26px;
  font-weight: 600;
}
.sb-hotline .phone:hover {
  color: #005cb3;
}
.pcate-title {
  font-size: 18px;
  font-weight: 700;
  border-bottom: solid 1px silver;
  margin-bottom: 15px;
  margin-top: 2px;
}
.pcate-title span {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: -2px;
  border-bottom: solid 3px #005cb3;
  padding-bottom: 8px;
}
.product2 {
  overflow: hidden;
  background: #f9f9f9;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 auto 30px;
  max-width: 280px;
}
.product2 .img {
  display: block;
  position: relative;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.product2 .img img {
  display: block;
  width: 100%;
}
.product2 .img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.8);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product2 .img .more {
  color: #555;
  position: absolute;
  width: 87px;
  height: 35px;
  top: 50%;
  left: 50%;
  margin-top: -17px;
  margin-left: -43px;
  text-align: center;
  line-height: 35px;
  font-weight: 600;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product2 .img .more:after,
.product2 .img .more:before {
  content: "";
  position: absolute;
  -webkit-transition: inherit;
  transition: inherit;
  width: 0;
  height: 0;
}
.product2 .img .more:before {
  bottom: 0;
  left: 0;
  border-left: solid 1px #555;
  border-bottom: solid 1px #555;
}
.product2 .img .more:after {
  top: 0;
  right: 0;
  border-top: solid 1px #555;
  border-right: solid 1px #555;
}
.product2 .ct {
  border-top: dashed 1px #005cb3;
  text-align: center;
  padding: 13px 5px;
  border-radius: 0 5px 5px 0;
}
.product2 .ct .title {
  color: #5d5d5d;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  margin-bottom: 4px;
}
.product2 .ct .title a:hover {
  color: #005cb3;
}
.product2 .ct sup {
  font-size: 65%;
}
.product2 .ct .price {
  font-weight: 700;
  font-size: 18px;
  color: #005cb3;
  line-height: 1.2;
}
.product2 .ct .old-price {
  color: #666;
  text-decoration: line-through;
}
.product2:hover {
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.product2:hover .img:before {
  opacity: 1;
}
.product2:hover .img .more {
  opacity: 1;
}
.product2:hover .img .more:after,
.product2:hover .img .more:before {
  width: 55px;
  height: 15px;
}
.product2:hover .img .more:hover:after,
.product2:hover .img .more:hover:before {
  width: 100%;
  height: 100%;
}
.pro-break {
  margin-top: -30px;
}
.post2:hover img,
.sb-post:hover img {
  opacity: 0.8;
}
.post2 {
  margin-bottom: 38px;
  padding-bottom: 38px;
  border-bottom: solid 1px #c2c2c2;
}
.post2 .img {
  display: block;
}
.post2 .img img {
  display: block;
}
.post2 .ct {
  padding-top: 1px;
}
.post2 .title {
  text-transform: uppercase;
  font-size: 16px;
  color: #555;
  font-weight: 700;
  margin-bottom: 6px;
}
.post2 .title a:hover {
  color: #005cb3;
}
.post2 .title:after {
  content: "";
  display: block;
  background: #005cb3;
  height: 1px;
  width: 47px;
  margin-top: 7px;
}
.post2 time {
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  color: #555;
  font-style: italic;
  margin-bottom: 10px;
}
.post2 .des {
  color: #666;
  font-size: 16px;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 10px;
}
.post2 .des2 {
  color: #999;
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
  margin-bottom: 7px;
}
.post2 .more {
  color: #005cb3;
}
.post2 .more:hover {
  text-decoration: underline;
}
.te-pagination {
  font-size: 0;
}
.te-pagination a,
.te-pagination span {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px;
  border: solid 1px;
  color: #666;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  margin: 0 4px;
}
.te-pagination a:hover,
.te-pagination span {
  color: #005cb3;
}
.pro-detail .title {
  font-size: 18px;
  color: #2c2c2c;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.pro-detail .des {
  line-height: 22px;
  color: #555;
  font-weight: 600;
  margin-bottom: 10px;
}
.pro-detail .price {
  margin-bottom: 16px;
}
.pro-detail .price strong {
  color: #005cb3;
  font-size: 36px;
  font-weight: 800;
}
.pro-detail .price strong small {
  font-size: 66.666%;
}
.pro-detail .price del {
  text-decoration: line-through;
  font-size: 16px;
  color: #666;
}
.pro-detail .price del small {
  font-size: 75%;
}
.pro-detail .buy-now {
  text-transform: uppercase;
  font-weight: 700;
  color: #555;
  background: #333;
  padding: 0 29px 0 31px;
  line-height: 43px;
}
.pro-detail .buy-now:hover {
  background: #005cb3;
}
.pro-detail .buy-now i {
  margin-left: 3px;
}
.pro-detail .p-social {
  margin-top: 38px;
}
.pro-detail .p-social a {
  color: #555;
  margin-right: 20px;
  display: inline-block;
}
.pro-detail .p-social a i {
  margin-right: 2px;
}
.pro-detail .p-social a:hover {
  color: #005cb3;
}
.pro-img {
  padding-bottom: 17px;
  border-bottom: solid 1px #e9e9e9;
  margin-bottom: 20px;
}
.pro-img img {
  display: block;
}
.pro-thumb .slick-list {
  margin: 0 -7px;
}
.pro-thumb .slick-list .slick-slide {
  margin: 0 7px;
}
.pro-thumb img {
  display: block;
}
.pro-thumb .slick-arrow {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  color: #555;
  border: solid 1px #555;
  text-align: center;
  line-height: 18px;
  top: 50%;
  margin-top: -10px;
}
.pro-thumb .slick-arrow.prev {
  left: 5px;
}
.pro-thumb .slick-arrow.next {
  right: 5px;
}
.pro-thumb .slick-arrow:hover {
  background: #005cb3;
  border-color: #005cb3;
  color: #fff;
}
.pro-info-tab {
  margin-top: 65px;
  border-bottom: solid 1px #d8d8d8;
  font-size: 0;
}
.pro-info-tab li {
  font-size: 14px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}
.pro-info-tab li a {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 42px;
  padding: 0 23px;
  border-radius: 3px 3px 0 0;
  background: #f0f0f0;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
}
.pro-info-tab li.active a {
  background: #005cb3;
  color: #fff;
}
.pro-info-ct {
  margin-top: 31px;
  padding-bottom: 21px;
  border-bottom: solid 1px #d8d8d8;
  margin-bottom: 20px;
}
.pro-info-ct .s-content {
  font-weight: 300;
  line-height: 28px;
  color: #555;
}
.pro-info-ct .s-content strong {
  font-weight: 600;
  color: #666;
}
.comments {
  border-bottom: solid 1px #d8d8d8;
  margin-bottom: 38px;
  overflow: hidden;
}
.pro-related .slick-arrow {
  width: 32px;
  height: 32px;
  color: #c4c4c4;
  border: solid 1px #c4c4c4;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  top: 40%;
  margin-top: -16px;
}
.pro-related .slick-arrow.prev {
  left: 14px;
}
.pro-related .slick-arrow.next {
  right: 14px;
}
.pro-related .slick-arrow:hover {
  background: #005cb3;
  color: #fff;
  border-color: #005cb3;
}
.pro-related .product2 {
  margin-bottom: 0;
}
@media all and (max-width: 1199px) {
  .banner:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  .sb-hotline .phone {
    font-size: 20px;
  }
}
@media all and (max-width: 991px) {
  .post2 .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .video-box {
    width: 100% !important;
  }
  .we-help img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
  }
  .we-help .content-why {
    padding-top: 0 !important;
  }
  .action-call {
    padding: 10px 0 !important;
  }
  .action-call .desc {
    margin-bottom: 20px !important;
  }
  .sidebar {
    margin-bottom: 0;
    margin-left: 0;
  }
  .pro-break {
    display: none;
  }
}
@media all and (max-width: 1023px) {
  .post-box {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  .product2 {
    margin-bottom: 10px;
  }
  .single .s-title {
    font-size: 24px;
  }
  .bor-box {
    padding-left: 15px;
  }
  .banner .breadcrumbs .title {
    font-size: 22px;
  }
  .post2 {
    margin-left: auto;
    margin-right: auto;
  }
  .post2 .img {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  .post2 .ct {
    margin-left: 0;
  }
  .pro-gallery {
    float: none;
    margin: 0 auto 30px;
    width: 344px;
    max-width: 100%;
  }
  .pro-detail {
    margin-left: 0;
  }
  .pro-related .slick-list {
    margin: 0 -5px;
  }
  .pro-related .slick-list .slick-slide {
    margin: 0 5px;
  }
}
.block-contact-us {
  margin-bottom: 20px;
}
.mmap p {
  margin-bottom: 0;
  line-height: 0;
}
.cnv-social-icons a:hover {
  color: #005cb3;
}
.fv-content {
  color: #555;
  margin: 0 auto;
  font-size: 1.1em;
  line-height: 2em;
  padding: 0;
}
.fv-content blockquote,
.fv-content dl,
.fv-content h1,
.fv-content h2,
.fv-content h3,
.fv-content h4,
.fv-content h5,
.fv-content h6,
.fv-content ol,
.fv-content p,
.fv-content pre,
.fv-content ul {
  min-width: 100%;
}
.fv-content hr {
  position: relative;
  margin: 4vw 0;
  display: block;
  width: 100%;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #e3e9ed;
}
.fv-content h1,
.fv-content h2,
.fv-content h3,
.fv-content h4,
.fv-content h5,
.fv-content h6 {
  margin-top: 0;
  line-height: 1.15;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
.fv-content h1 {
  margin: 0.5em 0 0.2em;
  font-size: 2.6rem;
  font-weight: 700;
}
.fv-content h2 {
  margin: 0.5em 0 0.2em;
  font-size: 2rem;
  font-weight: 700;
}
.fv-content h3 {
  margin: 0.5em 0 0.2em;
  font-size: 1.8rem;
  font-weight: 700;
}
.fv-content h4 {
  margin: 0.5em 0 0.2em;
  font-size: 1.8rem;
  font-weight: 700;
}
.fv-content h5 {
  margin: 0.5em 0 0.2em;
  font-size: 1.6rem;
  font-weight: 700;
}
.fv-content h6 {
  margin: 0.5em 0 0.2em;
  font-size: 1.6rem;
  font-weight: 700;
}
.fv-content a {
  color: #000;
  box-shadow: inset 0 -1px 0 #3eb0ef;
}
.fv-content a:hover {
  color: #3eb0ef;
}
.fv-content dfn,
.fv-content em,
.fv-content i {
  font-style: italic;
}
.fv-content b,
.fv-content strong {
  font-weight: 700;
}
.fv-content ins,
.fv-content u {
  text-decoration: underline;
  background-color: transparent;
}
.fv-content sup {
  top: -0.5em;
}
.fv-content sub {
  bottom: -0.25em;
}
.fv-content sub,
.fv-content sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.fv-content code,
.fv-content kbd,
.fv-content pre,
.fv-content samp {
  font-size: 1em;
}
.fv-content code {
  padding: 0 5px 2px;
  line-height: 1em;
  font-weight: 400 !important;
  background: #fdefef;
  border-radius: 3px;
  color: #630d0d;
}
.fv-content pre {
  overflow-x: auto;
  margin: 1.5em 0 3em;
  padding: 20px;
  max-width: 100%;
  border: 1px solid #000;
  color: #e5eff5;
  background: #0e0f11;
  border-radius: 5px;
}
.fv-content pre code {
  color: #efefef;
  background-color: transparent;
}
.fv-content blockquote {
  margin: 0 0 1.5em;
  padding: 0 1.5em;
  border-left: 5px solid #3eb0ef;
}
.fv-content blockquote p:last-child {
  margin-bottom: 0;
}
.fv-content blockquote p {
  margin: 0 0 1em;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: italic;
}
.fv-content blockquote p:last-child {
  margin-bottom: 0;
}
.fv-content blockquote cite {
  font-weight: 700;
}
.fv-content abbr,
.fv-content dfn {
  cursor: help;
  text-decoration: underline dotted;
  border: 0;
}
.fv-content small {
  font-size: 80%;
}
.fv-content p {
  margin: 1em 0;
}
.fv-content img,
.fv-content video {
  display: block;
  margin: unset;
  max-width: 95%;
  height: auto;
}
.fv-content dt {
  float: left;
  margin: 0 20px 0 0;
  width: 150px;
  font-weight: 500;
  text-align: right;
}
.fv-content dd {
  margin: 0 0 5px;
  text-align: left;
}
.fv-content li {
  word-break: break-word;
  list-style: inherit;
  margin: 0.5em 0;
  padding-left: 0.3em;
  line-height: 1.6em;
}
.fv-content ol,
.fv-content ul {
  padding-left: 1.3em;
  padding-right: 1.5em;
}
.fv-content ul ul {
  margin: 0;
}
.fv-content ul li {
  margin: 0;
  padding: 0;
}
.fv-content ol {
  list-style: decimal;
}
.fv-content > ul {
  list-style: disc;
}
.fv-content > ul > li > ul {
  list-style: circle;
}
.fv-content > ul > li > ul > li ul {
  list-style: square;
}
.fv-content .table-wrap {
  background: linear-gradient(to right, #fff 20%, rgba(0, 0, 0, 0)),
    linear-gradient(to right, rgba(0, 0, 0, 0), #fff 80%) 0 100%,
    linear-gradient(to right, #000, rgba(0, 0, 0, 0) 20%),
    linear-gradient(to left, #000, rgba(0, 0, 0, 0) 20%);
  background-attachment: scroll, scroll, scroll, scroll;
  background-attachment: local, local, scroll, scroll;
}
.fv-content table {
  overflow-x: auto;
  margin: unset;
  max-width: 100%;
  width: auto;
  border-spacing: 0;
  border-collapse: collapse;
  vertical-align: top;
  -webkit-overflow-scrolling: touch;
}
.fv-content ul {
  margin: 1em 0;
  padding-left: 40px;
}
.fv-content table tbody {
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
}
.fv-content table th {
  padding: 6px 12px;
}
.fv-content table th {
  color: #15171a;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-align: left;
  text-transform: uppercase;
  background-color: #f4f8fb;
}
.fv-content table td,
.fv-content table th {
  padding: 6px 12px;
}
@media (max-width: 767px) {
  .banner {
    margin-bottom: 20px;
  }
  .banner img {
    min-height: 150px;
  }
  .pro-info-tab {
    margin-top: 35px;
  }
  .fv-content {
    padding: 0;
  }
  .pro-info-ct {
    margin-top: 20px;
  }
  .block-address {
    margin-bottom: 40px;
  }
  .pro-detail .buy-now {
    float: unset;
    margin-top: 20px;
  }
}
.btn-register {
  padding: 15px 60px;
  border-radius: 12px;
  border: none;
  background: #0095da;
  color: #555;
  font-size: 11px;
}
@keyframes lac {
  0% {
    transform: rotate(0);
  }
  10% {
    transform: rotate(-25deg);
  }
  20% {
    transform: rotate(25deg);
  }
  30% {
    transform: rotate(-25deg);
  }
  40% {
    transform: rotate(25deg);
  }
  50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@-webkit-keyframes lac {
  0% {
    -webkit-transform: rotate(0);
  }
  10% {
    -webkit-transform: rotate(-25deg);
  }
  20% {
    -webkit-transform: rotate(25deg);
  }
  30% {
    -webkit-transform: rotate(-25deg);
  }
  40% {
    -webkit-transform: rotate(25deg);
  }
  50% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
  }
}
@keyframes zoomin {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(2.2);
    opacity: 0.1;
  }
}
@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.2);
    opacity: 0.1;
  }
}
@keyframes zoomout {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
    opacity: 0.3;
  }
}
@-webkit-keyframes zoomout {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
    opacity: 0.3;
  }
}
@media (max-width: 991px) {
  .btn-call {
    bottom: 15px;
  }
}
.fix-right p a {
  font-size: 0;
}
.cnv-slider:not(.slick-initialized),
.course-cas:not(.slick-initialized) {
  display: none;
}
@media all and (max-width: 414px) {
  .cnv-dktv .title {
    font-size: 20px;
  }
}
@media all and (max-width: 320px) {
  .review .flex {
    margin-top: 10px;
  }
  .review > .row {
    justify-content: center !important;
  }
}
.h-social span,
.social span {
  display: none;
}
.cate-box ul li {
  position: relative;
}
.cate-box > ul > li span {
  position: absolute;
  right: 5px;
  font-size: 22px;
  cursor: pointer;
  top: 0;
}
.cate-box .sub-cate {
  padding-left: 15px;
  display: none;
}
.cate-box .sub-cate li {
  border-bottom: none;
  font-size: 16px;
  color: #555;
  display: block;
  text-transform: capitalize;
}
.cate-box .sub-cate li a {
  border: none;
}
.cate-box ul li a {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.product-gallery .image img {
  border-radius: 5px;
}
#galleryCategory .product h3 a {
  color: #555;
}
#galleryCategory .product h3 {
  padding: 5px 0;
  text-align: center;
}
#galleryCategory .product:hover h3 a {
  color: #fab999;
}
#galleryCategory .product:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.dropdown-arrow i.fa {
  color: #555;
}
.cnv-product .img {
  background-color: transparent;
}
.sub.active > a {
  color: #f9a980;
}
@media all and (max-width: 1024px) {
  .fv-content table,
  .s-content table {
    width: 100%;
  }
}
header .col-auto > p {
  display: inline-block;
}
footer .subs .social span {
  display: none;
}
footer .map p {
  height: 100%;
  display: flex;
}
.pagination {
  justify-content: center;
  margin: 15px 0;
}
.page-link {
  color: #005cb3;
}
.page-item.active .page-link {
  background-color: #005cb3;
  border-color: #005cb3;
}
ul.primary-menu > li.active > a {
  color: #fd475d;
}
ul.primary-menu > li .cnv-submenu li.active .icon img:first-child {
  opacity: 0;
}
ul.primary-menu > li .cnv-submenu li.active .icon img:last-child {
  opacity: 1;
}
ul.primary-menu > li .cnv-submenu li.active .content-sub-menu .title {
  color: #fd475d;
}
.trial-md-ct {
  padding: 55px 40px 60px;
  /* background-image: url(../images/md-bg1.png), url(../images/md-bg2.png),
    url(../images/md-bg3.png); */
  background-repeat: no-repeat;
  background-position: bottom left, top right, bottom right;
  pointer-events: all;
  position: relative;
}
.trial-md-ct:before {
  content: "";
  position: absolute;
  bottom: 60px;
  width: 125px;
  top: 0;
  right: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.trial-md-ct .md-close {
  position: absolute;
  top: -20px;
  right: -20px;
}
.trial-md-ct .title {
  font-size: 26px;
  color: #1a375f;
  text-align: center;
  margin-bottom: 28px;
  font-weight: 700;
}
.trial-md-ct p {
  color: #1a375f;
  margin-bottom: 6px;
}
.trial-md-ct .input {
  position: relative;
  margin-bottom: 19px;
}
.trial-md-ct .input i {
  position: absolute;
  left: 19px;
  top: 50%;
  margin-top: -16px;
}
.ic-user {
  width: 14px;
  height: 16px;
  background-image: url(../images/ic-user.png);
}
.trial-md-ct .input input {
  height: 45px;
  background: #f6f6f6;
  border-radius: 4px;
  border: solid 1px #dadada;
  padding-left: 50px;
  width: 100%;
}
.ic-phone {
  width: 17px;
  height: 17px;
  background-image: url(../images/ic-phone.png);
}
.trial-md-ct .input i.ic-email {
}
.ic-email {
  width: 19px;
  height: 14px;
  background-image: url(../images/ic-email.png);
}
.ic-close {
  width: 39px;
  height: 39px;
  background-image: url(../images/ic-close.png);
}
.trial-md-ct .md-close {
  position: absolute;
  top: -20px;
  right: -20px;
  background: 0 0;
  border: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
.trial-md-ct form button {
  height: 58px;
  border-radius: 50px;
  color: #fff;
  padding: 0 73px;
  background: #0097eb;
  margin-top: 18px;
  border: none;
}
.trial-md-ct .input textarea {
  background: #f6f6f6;
  border-radius: 4px;
  border: solid 1px #dadada;
  width: 100%;
}
.trial-md-ct:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 145px;
  top: 70px;
  left: 100%;
  background-repeat: no-repeat;
  background-position: left top;
}
.intro {
  padding-bottom: 14px;
}
.vjs-poster {
  background-size: cover !important;
}
.price .btn-hover-vertical:focus,
.price .btn-hover-vertical:hover {
  background-color: #fff !important;
}
.feature .desc {
  line-height: 28px;
}
header .logo img {
  width: 150px;
}
ul.primary-menu > li .cnv-submenu li .icon img {
  object-fit: contain;
}
.btn-call {
  position: fixed;
  bottom: 10%;
  left: 30px;
  z-index: 99;
}
.btn-call span {
  transform: rotate(90deg);
  display: block;
  font-size: 18px;
  width: 46px;
  height: 46px;
  margin: auto;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #7dd143;
  position: relative;
}
.btn-call span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: solid 1px rgba(117, 255, 53, 0.6);
  -webkit-animation-name: zoomin;
  animation-name: zoomin;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.btn-call span:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  background: rgba(117, 255, 53, 0.6);
  z-index: -1;
  -webkit-animation-name: zoomout;
  animation-name: zoomout;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.group-contact-shops {
  position: fixed;
  left: 30px;
  bottom: 130px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.group-contact-shops a:hover {
  transform: scale(1.25);
}
.group-contact-shops a {
  display: block;
  width: 45px;
  height: 45px;
  margin-bottom: 15px;
  transition: ease-in-out 0.3s all;
}
.group-contact-shops a img {
  width: 100%;
  height: 100%;
}
.btn-call span i {
  -webkit-animation-name: lac;
  animation-name: lac;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.input input::placeholder {
  font-size: 12px !important;
}
.btn-call strong {
  color: #fff;
  background: rgba(110 223 34 / 89%);
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  border-radius: 5px;
  position: absolute;
  left: 106%;
  margin-left: 5px;
  white-space: nowrap;
  font-weight: 500;
  font-size: 18px;
  line-height: 37px;
  top: 50%;
  margin-top: -18px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-call strong:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 8px solid rgba(110 223 34 / 89%);
  border-bottom: 6px solid transparent;
  position: absolute;
  left: -8px;
  top: 50%;
  margin-top: -6px;
}
.back-to-top {
  bottom: 225px;
}
@media screen and (min-width: 992px) {
  footer .gg-partner p {
    line-height: 42px;
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  footer .gg-partner p {
    font-size: 15px;
  }
  footer .gg-partner p {
    line-height: 26px;
  }
}
.gg-partner span.download_app {
  display: block;
  margin-top: 35px;
  line-height: 30px;
}
@media screen and (min-width: 992px) {
  .gg-partner span.download_app a {
    font-size: 15px;
  }
}
@media screen and (max-width: 567px) {
  .btn-call {
    position: fixed;
    bottom: 3%;
    left: 7px;
    z-index: 99;
  }
  .gg-partner span.download_app {
    display: block;
    margin-top: 10px;
  }
  footer .copyright {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  footer .copyright .copyright-pc {
    display: none;
  }
}
@media all and (min-width: 767px) {
  footer .copyright .copyright-mobile {
    display: none;
  }
}
@media all and (max-width: 396px) {
  footer .copyright {
    font-size: 12px;
  }
}
#modal-inpage {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  padding: 25px;
  overflow: scroll;
}
#modal-inpage.hides {
  display: none;
}
.group-content-modals {
  max-width: 750px;
  width: 100%;
  background: #fff url(../assets/images/bgr-popup.png);
  position: relative;
  top: 82px;
  left: 50%;
  transform: translate(-50%, -35px);
  display: flex;
  flex-wrap: wrap;
  padding: 30px 25px;
  background-repeat: no-repeat;
  background-position: -3px;
  background-size: 440px;
}
.heade-modal p {
  max-width: 325px;
  margin: auto;
}
.title-slogan-modals {
  font-size: 25px;
  text-align: center;
  color: #000;
  margin-top: 10px;
  font-weight: 600;
}
.descripstion-modals {
  color: #000;
  line-height: 1.5;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  padding: 0;
}
.group-slogan-modals {
  padding: 7px;
  margin-bottom: 0;
}
.btn-modalss {
  width: calc(100% - 62px);
  background: #f4b3ce;
  border: solid 1px #f4b3ce;
  color: #fff;
  font-size: 16px;
  text-align: center;
  height: 52px;
  border-radius: 44px;
  margin-top: 7px;
  font-weight: 500;
  cursor: pointer;
  transition: ease-in-out 0.5s all;
  position: relative;
}
.btn-modalss::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 11px;
  transform: translate(-15px, -50%);
  background: url(../assets/images/paperr.png);
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
.btn-modalss:hover {
  background: #fff;
  border: solid 1px #f4b3ce;
  color: #f4b3ce;
}
.heade-modal {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-modals {
  width: 55%;
  padding: 0 25px;
}
.input input {
  border: solid 2px #eef4f4;
  background: #eef4f4;
  border-radius: 7px;
  width: 100%;
  margin-bottom: 17px;
  height: 42px;
}
.input {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.input input::placeholder {
  color: #111;
  font-size: 15px;
}
.input-v1 {
  width: calc(100% - 35px);
  margin: 0 auto;
  border: solid 2px #fff;
  background: #757474;
  height: 44px;
  margin-bottom: 15px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  padding-left: 12px;
}
.input-v1 input:nth-child(2) {
  margin-right: 7px;
}
.input.phones {
  width: 48%;
}
.input.emails {
  width: 48%;
  float: right;
}
#close-modal-page {
  display: block;
  background: #f4b3ce;
  float: right;
  padding: 3px;
  box-shadow: 0 1px 1px 0 #7c7c7c;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
}
.tab-wrapper {
  margin-top: 65px;
}
.tab-wrapper ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  max-width: 900px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 5px;
}
.tab-wrapper ul li {
  float: left;
  width: calc((100% - 20px) / 2);
  list-style: none;
  padding: 10px 20px;
  border-radius: 10px;
  margin-right: 5px;
  text-align: center;
}
.tab-wrapper ul li.active {
  background: #fff;
  box-shadow: 0 0 5px 2px #e89ca6;
}
.tab-wrapper ul li.active a {
}
.tab-wrapper ul li a {
  color: #4a5563;
  text-decoration: none;
  font-size: 20px;
  display: block;
}
.tab-content {
  padding: 20px;
}
.tab-item {
  display: none;
}
.container_data input[type="checkbox"] + label:before {
  content: "";
  border: 1px solid #898989;
  border-radius: 5px;
  margin-right: 10px;
  display: inline-block;
  background: #efeeee;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  line-height: 28px;
  text-align: center;
  color: transparent;
  transition: 0.2s;
}
.price-lists-cnv {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #4a5563;
}
@media (min-width: 1690px) {
  .group-contact-shops {
    left: 30px;
    bottom: 180px;
  }
}
@media (max-width: 1025px) {
  #modal-inpage {
    z-index: 99999999999999;
    padding: 15px;
    overflow: scroll;
  }
  .heade-modal {
    width: 100%;
  }
  .heade-modal p img {
    max-width: 140px;
  }
  .heade-modal p {
    margin-bottom: 5px;
    text-align: center;
  }
  .content-modals {
    width: 100%;
    padding-bottom: 10px;
  }
  .title-slogan-modals {
    font-size: 18px;
  }
  .descripstion-modals {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .input-v1 {
    margin-bottom: 10px;
    height: 35px;
  }
  .input input {
    margin-bottom: 10px;
    height: 35px;
  }
  .btn-modalss {
    height: 40px;
    font-size: 14px;
  }
  .group-content-modals {
    top: 95px;
  }
}
@media (min-width: 770px) and (max-width: 990px) {
  #modal-inpage {
    padding: 50px;
  }
  .group-content-modals {
    padding: 3px;
  }
  .heade-modal p img {
    max-width: 60px !important;
  }
  .btn-modalss {
    height: 40px;
    font-size: 14px;
    margin-top: 5px;
  }
  .title-slogan-modals {
    font-size: 14px;
  }
  .group-slogan-modals {
    margin-bottom: 0;
  }
  .descripstion-modals {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .group-contact-shops {
    bottom: 170px;
    left: 30px;
  }
  .heade-modal p img {
    max-width: 80px;
  }
  .group-slogan-modals {
    margin-bottom: 0;
    padding: 0;
  }
  .title-slogan-modals {
    font-size: 16px;
  }
  .descripstion-modals {
    font-size: 12px;
  }
  .btn-modalss {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .tab-wrapper ul {
    padding: 6px;
  }
  .price-lists-cnv {
    font-weight: 700;
    font-size: 11px;
  }
  .tab-content {
    padding: 10px;
  }
  .tab-wrapper ul li a {
    font-size: 9px;
  }
  .tab-wrapper ul li {
    padding: 8px;
  }
  .trial-md-ct .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  #informationForm .modal-dialog {
    padding: 30px 17px;
  }
  .trial-md-ct .input input {
    height: 35px;
  }
  .trial-md-ct .input {
    margin-bottom: 7px;
  }
  .trial-md-ct {
    padding: 15px;
  }
  .trial-md-ct form button {
    height: 50px;
    padding: 0 60px;
  }
  .group-contact-shops {
    bottom: 95px;
    left: 9px;
  }
  .btn-modalss::after {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .heade-modal p img {
    max-width: 260px;
  }
  .title-slogan-modals {
    font-size: 16px;
    margin-top: 0;
  }
  .descripstion-modals {
    font-size: 12px;
  }
  .group-slogan-modals {
    padding: 0;
    margin-bottom: 0;
  }
  .btn-modalss {
    margin-top: 2px;
    width: calc(100% - 20px);
  }
  .group-content-modals {
    top: 70px;
  }
  .input.emails {
    width: 100%;
  }
  .input.phones {
    width: 100%;
  }
}
.group-cat-price .item-list-pricess.slick-current {
  border: unset;
  transform: scale(1.1);
  filter: unset;
  transition: all 0.3s ease;
  box-shadow: 1px 3px 6px 2px #d4d0d0;
  border-radius: 7px;
}
.group-cat-price .item-list-pricess {
  border: solid 1px transparent;
  filter: brightness(0.9);
  transition: all 0.3s ease;
  border-radius: 7px;
}
.group-cat-price .item-list-pricess img {
  border-radius: 7px;
  transition: ease-in-out all 0.3s;
}
.group-cat-price .item-list-pricess a {
  display: block;
  border-radius: 7px;
}
.group-cat-price .slick-prev.slick-arrow {
  width: 18px;
  height: 28px;
  background: url(../assets/images/rights-price.png);
  outline: none;
}
.group-cat-price .slick-next.slick-arrow {
  width: 18px;
  height: 28px;
  background: url(../assets/images/lefts-price.png);
  outline: none;
}
.Cat_price {
  margin-bottom: 50px;
}
.group-cat-price .slick-track {
  padding: 10px 0;
  margin: 20px 0;
  display: flex;
  justify-content: center;
}
.group-cat-price:not(.slick-initialized) {
  display: none;
}
#fitness-id.actives {
  transform: scale(1.2);
  filter: unset;
  transition: all 0.3s ease;
  box-shadow: 1px 2px 2px 2px #d4d0d0;
  border-radius: 5px;
}
#auto-id.actives {
  transform: scale(1.2);
  filter: unset;
  transition: all 0.3s ease;
  box-shadow: 1px 2px 2px 2px #d4d0d0;
  border-radius: 5px;
}
#fb-id.actives {
  transform: scale(1.2);
  filter: unset;
  transition: all 0.3s ease;
  box-shadow: 1px 2px 2px 2px #d4d0d0;
  border-radius: 5px;
}
#retail-id.actives {
  transform: scale(1.2);
  filter: unset;
  transition: all 0.3s ease;
  box-shadow: 1px 2px 2px 2px #d4d0d0;
  border-radius: 5px;
}
.group-cat-price .item-list-pricess img:hover {
  transform: scale(1.2);
}
.tab-content #enterprise .items .plan .detail .hides-op:before {
  content: "ï—";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: #c8c8c8;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.tab-content #enterprise .items .plan .detail .hides-op {
  color: #c8c8c8;
}
.tab-content #enterprise .items .plan.default .detail .act-bottom a {
  background: #fff;
  color: #fd475d;
}
.tab-content #enterprise .items .plan.default .detail .act-bottom a:hover {
  background: #fd475d;
  color: #fff;
}
.contact-intership {
  font-size: 24px;
  font-weight: 600;
  color: #fd475d;
}
.pnks {
  width: 93%;
  height: 115px;
  background: #ffc0cb;
  position: absolute;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  top: 7px;
  left: 6px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
.group-fa {
  position: relative;
  overflow: hidden;
}
.thum-sv {
}
.thum-sv img {
  width: 100%;
}
.x2 {
  position: absolute;
  top: 80px;
  max-width: 180px;
  left: 17px;
}
.thum-bog {
  position: absolute;
  top: -2px;
  z-index: 10;
  max-width: 120px;
  left: 44px;
}
.wet-sv {
  position: absolute;
  top: 19px;
  left: 21px;
  z-index: 10;
  width: 84%;
}
.render-popup .slick-dots {
  display: flex;
  justify-content: center;
}
.render-popup .slick-dots li {
  margin-right: 12px;
  width: 10px;
  height: 10px;
  outline: none;
}
.render-popup .slick-dots li.slick-active button {
  border: solid 2px #f67c98;
  background: #f67c98;
}
.render-popup .slick-dots li button {
  outline: none;
  width: 10px;
  height: 10px;
  border: solid 2px #f67c98;
  border-radius: 50%;
  padding: 0;
  color: transparent;
}
.group-avt {
  position: absolute;
  display: flex;
  top: 42px;
  left: 0;
  z-index: 10;
  justify-content: space-between;
  width: 100%;
  padding: 0 11px;
}
.thum-ev {
  max-width: 20px;
}
.thum-logo-av {
  max-width: 60px;
  height: 30px;
}
.group-qa {
  position: absolute;
  z-index: 10;
  bottom: 45px;
  left: 90px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #7fff00;
  border: solid 1px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thum-stroke {
  max-width: 17px;
  margin-bottom: 0;
}
#group-ib {
  position: absolute;
  z-index: 10;
  left: 10px;
  bottom: 45%;
}
.group-ups {
  display: flex;
  max-width: 200px;
  position: relative;
}
.des-up {
  position: absolute;
  top: -12px;
  z-index: 10;
  left: -5px;
  pointer-events: none;
  cursor: pointer;
  display: block;
}
#blah {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
input[type="file"] {
  padding: 10px;
  background: #2d2d2d;
  width: 133px;
  height: 131px;
  color: transparent;
  margin-left: 10px;
  outline: none;
  cursor: pointer;
}
.gr2 {
  position: absolute;
  display: flex;
  top: 42px;
  left: 17px;
  z-index: 10;
  width: 83%;
}
#group-ib2 {
  position: absolute;
  z-index: 10;
  left: 17px;
  top: 88px;
  width: 82%;
}
.group-bydate {
  display: flex;
  width: 100%;
}
@media (max-width: 990px) {
  .group-fa {
    max-width: 100%;
  }
}
.footer-lien-he h2 {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
}
.single .fv-content .content-page ul li {
  list-style-type: disc;
}
