@media (max-width: 1300px) {
  .container {
    max-width: 100% !important; } }

body.openNoScroll, html.openNoScroll {
  overflow: hidden; }

body.openCart .cart-sidebar, html.openCart .cart-sidebar {
  opacity: 1;
  visibility: visible;
  transform: none; }

body.openCart .zalo-chat-widget, html.openCart .zalo-chat-widget {
  z-index: 10 !important; }

body.openCart .overplay-all, html.openCart .overplay-all {
  z-index: 99; }

.idots {
  position: absolute;
  top: -1px;
  bottom: 0px;
  right: -1px;
  overflow: hidden;
  width: 100px;
  display: flex;
  justify-content: flex-end; }
  .idots .idots-list {
    position: relative;
    height: 100%;
    transform: translateX(15px); }
    .idots .idots-list span {
      display: inline-block;
      width: 6px;
      height: 100%;
      background: #fff;
      transform: rotate(-20deg) scale(1.2);
      margin-left: 6px;
      margin-right: 6px; }
      .idots .idots-list span:last-child {
        width: 15px; }

.grecaptcha-badge {
  display: none !important; }

.topbar a {
  display: block; }
  .topbar a img {
    width: 100%; }

@keyframes headerScroll {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

.header {
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .header {
      margin-bottom: 5px;
      position: sticky;
      top: 0;
      height: min-content;
      z-index: 9; } }
  .header .header-wrap {
    padding: 10px 0;
    background: #000; }
    @media (max-width: 767px) {
      .header .header-wrap {
        position: relative; } }
    .header .header-wrap.activeScroll {
      animation: headerScroll .5s ease-out forwards;
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      width: 100%;
      z-index: 99; }
      @media (max-width: 767px) {
        .header .header-wrap.activeScroll .header-center-mid {
          display: flex;
          align-items: center; }
          .header .header-wrap.activeScroll .header-center-mid .mobileScroll {
            display: block !important;
            margin-right: 10px; }
          .header .header-wrap.activeScroll .header-center-mid form {
            width: 100% !important; }
          .header .header-wrap.activeScroll .header-center-mid .header-center-mid-result {
            position: fixed !important;
            top: 52px !important;
            left: 15px !important;
            right: 15px !important; } }
      .header .header-wrap.activeScroll .header-center-top, .header .header-wrap.activeScroll .header-center-bot, .header .header-wrap.activeScroll .header-right-top {
        display: none !important; }
      .header .header-wrap.activeScroll .header-left {
        display: flex;
        align-items: center;
        white-space: nowrap; }
        .header .header-wrap.activeScroll .header-left > a {
          display: none !important; }
        .header .header-wrap.activeScroll .header-left .home-bar-left {
          top: initial; }
          .header .header-wrap.activeScroll .header-left .home-bar-left h2 {
            line-height: initial;
            height: initial;
            display: block;
            font-size: 14px; }
            .header .header-wrap.activeScroll .header-left .home-bar-left h2:after {
              display: none; }
          .header .header-wrap.activeScroll .header-left .home-bar-left .home-bar-left-menu {
            width: calc(1500px - 304px); }
  .header .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .header .container .header-left {
      width: 20%;
      padding-right: 10px; }
      @media (max-width: 991px) {
        .header .container .header-left {
          width: 70%; } }
      .header .container .header-left .home-bar-left {
        width: 100% !important;
        top: 80px; }
        @media (max-width: 991px) {
          .header .container .header-left .home-bar-left {
            top: initial; } }
        .header .container .header-left .home-bar-left .mob-i {
          display: none; }
          @media (max-width: 991px) {
            .header .container .header-left .home-bar-left .mob-i {
              display: block; } }
    .header .container .header-center {
      width: 42.5%;
      padding: 0 10px; }
      @media (max-width: 991px) {
        .header .container .header-center {
          width: 100%;
          margin-top: 10px;
          order: 3;
          padding: 0; } }
      .header .container .header-center .header-center-top {
        margin-bottom: 15px; }
        @media (max-width: 991px) {
          .header .container .header-center .header-center-top {
            display: none; } }
        .header .container .header-center .header-center-top ul {
          display: flex;
          justify-content: space-between; }
          .header .container .header-center .header-center-top ul li {
            line-height: 15px;
            white-space: nowrap;
            padding: 0 5px; }
            @media (max-width: 1200px) {
              .header .container .header-center .header-center-top ul li {
                padding: 0 3px; } }
            .header .container .header-center .header-center-top ul li:nth-child(even) span {
              display: block;
              width: 1px;
              height: 100%;
              background: #5aad33; }
            .header .container .header-center .header-center-top ul li:last-child {
              display: none; }
            .header .container .header-center .header-center-top ul li a {
              text-transform: uppercase;
              color: #5aad33;
              font-size: 11px; }
              @media (max-width: 1200px) {
                .header .container .header-center .header-center-top ul li a {
                  font-size: 10px; } }
      .header .container .header-center .header-center-mid {
        position: relative; }
        .header .container .header-center .header-center-mid .mobileScroll {
          display: none; }
        .header .container .header-center .header-center-mid form {
          position: relative;
          z-index: 99; }
          .header .container .header-center .header-center-mid form input {
            height: 35px;
            width: 100%;
            border: none;
            outline: 0;
            box-shadow: none;
            padding: 0 10px;
            border-radius: 9px; }
            .header .container .header-center .header-center-mid form input::placeholder {
              color: #333;
              opacity: .5; }
          .header .container .header-center .header-center-mid form button {
            position: absolute;
            top: 2.5px;
            bottom: 2.5px;
            right: 2.5px;
            padding: 0 5px;
            border-radius: 9px;
            background: transparent;
            border: none;
            border: 3px solid #00FF00;
            color: #333; }
        .header .container .header-center .header-center-mid .header-center-mid-result {
          position: absolute;
          top: calc(100% + 10px);
          left: 0;
          right: 0;
          background: #fff;
          overflow-x: hidden;
          overflow-y: scroll;
          background: #f4f4f4;
          z-index: 99;
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.75);
          display: none;
          max-height: 425px; }
          .header .container .header-center .header-center-mid .header-center-mid-result::-webkit-scrollbar {
            width: 5px; }
          .header .container .header-center .header-center-mid .header-center-mid-result::-webkit-scrollbar-track {
            background: #ccc; }
          .header .container .header-center .header-center-mid .header-center-mid-result::-webkit-scrollbar-thumb {
            background: #5aad33; }
          .header .container .header-center .header-center-mid .header-center-mid-result .wrap a {
            display: flex;
            padding: 5px; }
            .header .container .header-center .header-center-mid .header-center-mid-result .wrap a:hover {
              background: #5aad33; }
              .header .container .header-center .header-center-mid .header-center-mid-result .wrap a:hover * {
                color: #fff; }
            .header .container .header-center .header-center-mid .header-center-mid-result .wrap a img {
              width: 75px;
              max-height: 75px; }
            .header .container .header-center .header-center-mid .header-center-mid-result .wrap a > div {
              padding-left: 15px;
              width: calc(100% - 75px); }
              .header .container .header-center .header-center-mid .header-center-mid-result .wrap a > div span {
                display: block; }
                .header .container .header-center .header-center-mid .header-center-mid-result .wrap a > div span:last-child {
                  text-align: right; }
          .header .container .header-center .header-center-mid .header-center-mid-result > a {
            text-align: center;
            display: block;
            padding: 10px;
            font-weight: 500; }
          .header .container .header-center .header-center-mid .header-center-mid-result > p {
            margin-bottom: 0;
            font-weight: 500; }
      .header .container .header-center .header-center-bot {
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
        white-space: nowrap; }
        @media (max-width: 991px) {
          .header .container .header-center .header-center-bot {
            display: none; } }
        .header .container .header-center .header-center-bot .header-center-bot-time {
          color: #5aad33;
          font-size: 11px;
          padding-right: 25px; }
          @media (max-width: 1200px) {
            .header .container .header-center .header-center-bot .header-center-bot-time {
              padding-right: 15px;
              font-size: 10px; } }
        .header .container .header-center .header-center-bot .header-center-bot-address {
          color: #5aad33;
          font-size: 11px; }
          @media (max-width: 1200px) {
            .header .container .header-center .header-center-bot .header-center-bot-address {
              font-size: 10px; } }
    .header .container .header-right {
      width: 37.5%;
      padding-left: 10px;
      align-self: flex-start; }
      @media (max-width: 991px) {
        .header .container .header-right {
          width: 30%; } }
      .header .container .header-right .header-right-top {
        line-height: 15px;
        margin-bottom: 15px; }
        @media (max-width: 991px) {
          .header .container .header-right .header-right-top {
            display: none; } }
        .header .container .header-right .header-right-top img {
          max-height: 15px; }
        .header .container .header-right .header-right-top .header-right-account {
          display: flex;
          justify-content: flex-end;
          align-items: center; }
          .header .container .header-right .header-right-top .header-right-account a {
            margin-left: 10px;
            padding-left: 10px;
            color: #5aad33;
            font-size: 11px; }
            .header .container .header-right .header-right-top .header-right-account a:last-child {
              border-left: 1px solid #5aad33; }
      .header .container .header-right .header-right-mid {
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        .header .container .header-right .header-right-mid img {
          max-height: 25px;
          margin-right: 10px; }
          @media (max-width: 991px) {
            .header .container .header-right .header-right-mid img {
              margin: 0; } }
        .header .container .header-right .header-right-mid .header-right-mid-phone {
          width: calc(100%/3); }
          .header .container .header-right .header-right-mid .header-right-mid-phone a {
            display: flex;
            align-items: center;
            color: #5aad33;
            font-size: 16px; }
            @media (max-width: 1400px) {
              .header .container .header-right .header-right-mid .header-right-mid-phone a {
                font-size: 12px; } }
            @media (max-width: 991px) {
              .header .container .header-right .header-right-mid .header-right-mid-phone a {
                justify-content: flex-end; } }
            @media (max-width: 991px) {
              .header .container .header-right .header-right-mid .header-right-mid-phone a span {
                display: none; } }
        .header .container .header-right .header-right-mid .header-right-mid-cart {
          width: calc(100%/3); }
          .header .container .header-right .header-right-mid .header-right-mid-cart .svg-icon {
            max-height: 35px; }
          @media (max-width: 480px) {
            .header .container .header-right .header-right-mid .header-right-mid-cart {
              margin-right: 5px; } }
          .header .container .header-right .header-right-mid .header-right-mid-cart a {
            display: flex;
            align-items: center;
            color: #5aad33;
            font-size: 16px;
            text-transform: uppercase;
            position: relative; }
            @media (max-width: 1400px) {
              .header .container .header-right .header-right-mid .header-right-mid-cart a {
                font-size: 12px; } }
            @media (max-width: 991px) {
              .header .container .header-right .header-right-mid .header-right-mid-cart a {
                justify-content: flex-end; } }
            @media (max-width: 991px) {
              .header .container .header-right .header-right-mid .header-right-mid-cart a span {
                display: none; } }
            .header .container .header-right .header-right-mid .header-right-mid-cart a span:last-child {
              position: absolute;
              top: -7.5px;
              left: 19.5px;
              background: yellow;
              width: 20px;
              height: 20px;
              border-radius: 999px;
              text-align: center;
              line-height: 20px;
              font-size: 12px;
              font-weight: bold;
              display: block !important; }
              @media (max-width: 991px) {
                .header .container .header-right .header-right-mid .header-right-mid-cart a span:last-child {
                  left: initial;
                  right: -7.5px; } }
        .header .container .header-right .header-right-mid .header-right-mid-deal {
          width: calc(100%/3);
          white-space: nowrap; }
          .header .container .header-right .header-right-mid .header-right-mid-deal a {
            display: flex;
            align-items: center;
            color: #fff;
            text-transform: uppercase;
            font-size: 16px; }
            @media (max-width: 1400px) {
              .header .container .header-right .header-right-mid .header-right-mid-deal a {
                font-size: 12px; } }
            @media (max-width: 991px) {
              .header .container .header-right .header-right-mid .header-right-mid-deal a {
                justify-content: flex-end; } }
            @media (max-width: 991px) {
              .header .container .header-right .header-right-mid .header-right-mid-deal a span {
                display: none; } }

.home-bar-left {
  width: 20%;
  position: relative;
  cursor: pointer; }
  @media (max-width: 1024px) {
    .home-bar-left {
      width: 100%;
      display: none; } }
  .home-bar-left:hover > div {
    display: block !important; }
  .home-bar-left h2 {
    margin: 0;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    position: relative;
    text-transform: uppercase;
    margin-right: 10px; }
    @media (max-width: 480px) {
      .home-bar-left h2 {
        font-size: 14px; } }
    .home-bar-left h2:after {
      top: 0;
      right: 0px;
      position: absolute;
      border-top: 35px solid transparent;
      border-bottom: 0px solid transparent;
      border-right: 10px solid #fff; }
      @media (max-width: 1024px) {
        .home-bar-left h2:after {
          display: none; } }
    .home-bar-left h2 i {
      margin-right: 10px; }
  .home-bar-left > div {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    background: #f3f3f3;
    z-index: 97; }
    @media (max-width: 1024px) {
      .home-bar-left > div {
        display: none !important; } }
    .home-bar-left > div:before {
      content: '';
      top: -10px;
      left: 0;
      width: 100%;
      height: 10px;
      position: absolute; }
    @media (max-width: 1024px) {
      .home-bar-left > div > ul {
        display: none !important; } }
    .home-bar-left > div > ul::-webkit-scrollbar {
      width: 5px; }
    .home-bar-left > div > ul::-webkit-scrollbar-track {
      background: #ccc; }
    .home-bar-left > div > ul::-webkit-scrollbar-thumb {
      background: #5aad33; }
    .home-bar-left > div > ul > li:hover {
      background: #5aad33; }
      .home-bar-left > div > ul > li:hover .home-bar-left-menu {
        display: block; }
      .home-bar-left > div > ul > li:hover > a {
        color: #fff; }
        .home-bar-left > div > ul > li:hover > a:after {
          position: absolute;
          border-top: 17px solid transparent;
          border-bottom: 17px solid transparent;
          border-left: 22px solid #5aad33;
          content: '';
          top: 0;
          bottom: 0;
          right: -22px;
          z-index: 999; }
    .home-bar-left > div > ul > li > a {
      position: relative;
      padding: 7.5px 10px;
      display: flex;
      align-items: center; }
      @media (max-width: 1300px) {
        .home-bar-left > div > ul > li > a {
          font-size: 12px; } }
      .home-bar-left > div > ul > li > a img {
        max-height: 20px;
        margin-right: 10px; }
    .home-bar-left > div > ul > li .home-bar-left-menu {
      position: absolute;
      top: 0;
      left: 100%;
      z-index: 99;
      background: #fff;
      width: calc(1500px - 315px);
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden;
      display: none; }
      .home-bar-left > div > ul > li .home-bar-left-menu::-webkit-scrollbar {
        width: 5px; }
      .home-bar-left > div > ul > li .home-bar-left-menu::-webkit-scrollbar-track {
        background: #ccc; }
      .home-bar-left > div > ul > li .home-bar-left-menu::-webkit-scrollbar-thumb {
        background: #5aad33; }
      .home-bar-left > div > ul > li .home-bar-left-menu > ul {
        background: #ededed;
        min-height: 100%;
        margin-left: 10px;
        display: flex;
        flex-wrap: wrap; }
        .home-bar-left > div > ul > li .home-bar-left-menu > ul > li {
          width: calc(100%/5);
          margin: 0 0 15px; }
          .home-bar-left > div > ul > li .home-bar-left-menu > ul > li > a {
            text-transform: uppercase;
            display: block;
            padding: 10px 20px;
            color: #5aad33;
            font-weight: bold; }
          .home-bar-left > div > ul > li .home-bar-left-menu > ul > li > ul > li > a {
            display: block;
            padding: 2.5px 20px; }
            .home-bar-left > div > ul > li .home-bar-left-menu > ul > li > ul > li > a:hover {
              color: #5aad33; }

.home-bar {
  margin-bottom: 5px; }
  @media (max-width: 1024px) {
    .home-bar {
      display: none; } }
  .home-bar .container {
    display: flex; }
    .home-bar .container .home-bar-left > div {
      right: 10px; }
    .home-bar .container .home-bar-right {
      width: 80%; }
      @media (max-width: 1024px) {
        .home-bar .container .home-bar-right {
          display: none; } }
      .home-bar .container .home-bar-right ul {
        display: flex;
        align-items: center;
        /*overflow-y: hidden;
				overflow-x: auto;
				&::-webkit-scrollbar {
				width: 1px;
			}
				&::-webkit-scrollbar-track {
				background: #ccc;
			}
				&::-webkit-scrollbar-thumb {
				background: $mainColor;
			}*/ }
        .home-bar .container .home-bar-right ul li {
          width: calc(100%/5);
          text-align: center;
          height: 35px;
          line-height: 35px;
          position: relative;
          white-space: nowrap; }
          @media (max-width: 1300px) {
            .home-bar .container .home-bar-right ul li {
              width: calc(100%/4); }
              .home-bar .container .home-bar-right ul li:last-child {
                display: none; } }
          .home-bar .container .home-bar-right ul li:not(:last-child) {
            border-right: 1px solid #000;
            margin-right: 5px;
            padding-right: 5px; }
          .home-bar .container .home-bar-right ul li:hover:last-child:after {
            display: none; }
          .home-bar .container .home-bar-right ul li:hover:before {
            top: 0;
            left: 35px;
            position: absolute;
            border-top: 0px solid transparent;
            border-bottom: 35px solid transparent;
            border-left: 10px solid #fff; }
          .home-bar .container .home-bar-right ul li:hover:after {
            top: 0;
            right: 0px;
            position: absolute;
            border-bottom: 0px solid transparent;
            border-top: 35px solid transparent;
            border-right: 10px solid #fff; }
          .home-bar .container .home-bar-right ul li:hover a {
            color: #fff;
            background: #5aad33; }
          .home-bar .container .home-bar-right ul li a {
            font-size: 13px;
            font-weight: bold;
            display: block;
            text-transform: uppercase; }
            @media (max-width: 1200px) {
              .home-bar .container .home-bar-right ul li a {
                font-size: 12px; } }
            @media (max-width: 1024px) {
              .home-bar .container .home-bar-right ul li a {
                font-size: 11px; } }
            .home-bar .container .home-bar-right ul li a img {
              max-width: 40px;
              margin-right: 5px;
              max-height: 25px; }

.home-slider .container {
  display: flex;
  flex-wrap: wrap; }
  .home-slider .container .home-slider-no {
    width: 20%;
    display: block; }
    @media (max-width: 1024px) {
      .home-slider .container .home-slider-no {
        display: none; } }
  .home-slider .container .home-slider-left {
    width: 80%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 1024px) {
      .home-slider .container .home-slider-left {
        width: 100%;
        margin: 0; } }
    .home-slider .container .home-slider-left .home-slider-left-big {
      width: calc(100% - (100%/3) - 5px);
      padding: 5px 0; }
      @media (max-width: 1024px) {
        .home-slider .container .home-slider-left .home-slider-left-big {
          width: 100%;
          padding: 5px 0; } }
      .home-slider .container .home-slider-left .home-slider-left-big .home-slider-left-big-item a {
        display: block; }
    .home-slider .container .home-slider-left .home-slider-left-small {
      width: calc((100%/3) - 5px);
      padding: 5px 0; }
      @media (max-width: 1024px) {
        .home-slider .container .home-slider-left .home-slider-left-small {
          width: 100%;
          padding: 5px 0;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; } }
      @media (max-width: 1024px) {
        .home-slider .container .home-slider-left .home-slider-left-small .home-slider-left-small-item {
          width: calc(50% - 5px);
          padding: 5px 0; } }
      @media (max-width: 480px) {
        .home-slider .container .home-slider-left .home-slider-left-small .home-slider-left-small-item {
          width: 100%; } }
      .home-slider .container .home-slider-left .home-slider-left-small .home-slider-left-small-item:not(:last-child) {
        margin-bottom: 14.5px; }
        @media (max-width: 1024px) {
          .home-slider .container .home-slider-left .home-slider-left-small .home-slider-left-small-item:not(:last-child) {
            margin-bottom: 0; } }
      @media (max-width: 480px) {
        .home-slider .container .home-slider-left .home-slider-left-small .home-slider-left-small-item:last-child {
          padding: 5px 0 0; } }
      .home-slider .container .home-slider-left .home-slider-left-small .home-slider-left-small-item a {
        display: block; }

.home-3banner .container {
  display: flex;
  flex-wrap: wrap; }
  .home-3banner .container .home-3banner-left {
    width: 20%; }
    @media (max-width: 1024px) {
      .home-3banner .container .home-3banner-left {
        display: none; } }
  .home-3banner .container .home-3banner-right {
    width: 80%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 1024px) {
      .home-3banner .container .home-3banner-right {
        width: 100%; } }
    .home-3banner .container .home-3banner-right .home-3banner-right-item {
      width: calc((100%/3) - 5px);
      padding: 5px 0; }
      @media (max-width: 600px) {
        .home-3banner .container .home-3banner-right .home-3banner-right-item {
          width: 100%; } }

.home-4banner .container .home-4banner-right {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px; }
  .home-4banner .container .home-4banner-right .home-4banner-right-item {
    width: calc(100%/4);
    padding: 5px; }
    @media (max-width: 767px) {
      .home-4banner .container .home-4banner-right .home-4banner-right-item {
        width: 50%; } }
    @media (max-width: 480px) {
      .home-4banner .container .home-4banner-right .home-4banner-right-item {
        width: 100%; } }

.home-groupDeal {
  padding: 10px 0; }
  @media (max-width: 767px) {
    .home-groupDeal {
      padding: 5px 0; } }
  .home-groupDeal .home-groupDeal-title {
    background: #5aad33;
    padding: 5px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px; }
    .home-groupDeal .home-groupDeal-title > div {
      display: flex;
      align-items: center; }
      @media (max-width: 480px) {
        .home-groupDeal .home-groupDeal-title > div {
          width: 100%; } }
      .home-groupDeal .home-groupDeal-title > div img {
        max-height: 20px;
        margin-right: 10px; }
      .home-groupDeal .home-groupDeal-title > div h2 {
        color: #fff;
        white-space: nowrap;
        font-size: 20px;
        margin: 0; }
      .home-groupDeal .home-groupDeal-title > div .countdownLoop {
        margin-left: 10px;
        display: flex; }
        @media (max-width: 480px) {
          .home-groupDeal .home-groupDeal-title > div .countdownLoop {
            margin-left: auto; } }
        .home-groupDeal .home-groupDeal-title > div .countdownLoop span {
          width: 25px;
          height: 25px;
          background: #000;
          color: #fff;
          margin-right: 10px;
          text-align: center;
          line-height: 25px; }
          .home-groupDeal .home-groupDeal-title > div .countdownLoop span:last-child {
            margin-right: 0; }
    .home-groupDeal .home-groupDeal-title > a {
      color: #fff; }
      @media (max-width: 767px) {
        .home-groupDeal .home-groupDeal-title > a {
          width: 100%;
          text-align: right;
          margin: 5px 0;
          display: flex;
          align-items: center;
          justify-content: flex-end; } }
      .home-groupDeal .home-groupDeal-title > a i {
        margin-left: 5px; }
        @media (max-width: 767px) {
          .home-groupDeal .home-groupDeal-title > a i {
            font-size: 10px; } }
  @media (max-width: 767px) {
    .home-groupDeal .home-groupDeal-product .home-groupDeal-product-wrap {
      margin-left: -7.5px;
      margin-right: -7.5px; } }
  @media (min-width: 768px) {
    .home-groupDeal .home-groupDeal-product .home-groupDeal-product-wrap {
      margin-left: -15px;
      margin-right: -15px; } }

.home-groupBlog .home-groupBlog-title {
  background: #5aad33;
  padding: 5px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px; }
  .home-groupBlog .home-groupBlog-title > div {
    max-width: 100%;
    display: flex;
    align-items: center; }
    .home-groupBlog .home-groupBlog-title > div:nth-child(2) {
      flex-wrap: wrap; }
    .home-groupBlog .home-groupBlog-title > div img {
      max-height: 20px;
      margin-right: 10px; }
    .home-groupBlog .home-groupBlog-title > div h2 {
      color: #fff;
      white-space: nowrap;
      font-size: 20px;
      margin: 0; }
    .home-groupBlog .home-groupBlog-title > div ul {
      margin: 5px 0;
      display: flex; }
      @media (max-width: 767px) {
        .home-groupBlog .home-groupBlog-title > div ul {
          width: 100%;
          overflow-y: hidden;
          overflow-x: auto; } }
      .home-groupBlog .home-groupBlog-title > div ul li {
        margin-right: 20px; }
        @media (max-width: 767px) {
          .home-groupBlog .home-groupBlog-title > div ul li {
            min-width: auto;
            white-space: nowrap; } }
        .home-groupBlog .home-groupBlog-title > div ul li a {
          color: #fff; }
    .home-groupBlog .home-groupBlog-title > div > a {
      color: #fff; }
      @media (max-width: 767px) {
        .home-groupBlog .home-groupBlog-title > div > a {
          width: 100%;
          text-align: right;
          margin: 5px 0;
          display: none; } }
      .home-groupBlog .home-groupBlog-title > div > a i {
        margin-left: 5px; }

.home-groupBlog .home-groupBlog-product {
  display: flex;
  flex-wrap: wrap; }
  .home-groupBlog .home-groupBlog-product .home-groupBlog-left {
    width: 35%; }
    @media (max-width: 1024px) {
      .home-groupBlog .home-groupBlog-product .home-groupBlog-left {
        width: 100%;
        order: 2; } }
    .home-groupBlog .home-groupBlog-product .home-groupBlog-left > div {
      margin-top: 15px; }
      @media (max-width: 767px) {
        .home-groupBlog .home-groupBlog-product .home-groupBlog-left > div {
          margin-left: -7.5px;
          margin-right: -7.5px; } }
      @media (min-width: 768px) {
        .home-groupBlog .home-groupBlog-product .home-groupBlog-left > div {
          margin-left: -15px;
          margin-right: -15px; } }
      .home-groupBlog .home-groupBlog-product .home-groupBlog-left > div .home-groupBlog-left-banner-item {
        margin-bottom: 15px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap; }
        @media (max-width: 767px) {
          .home-groupBlog .home-groupBlog-product .home-groupBlog-left > div .home-groupBlog-left-banner-item {
            padding-left: 7.5px;
            padding-right: 7.5px; } }
        @media (min-width: 768px) {
          .home-groupBlog .home-groupBlog-product .home-groupBlog-left > div .home-groupBlog-left-banner-item {
            padding-left: 15px;
            padding-right: 15px; } }
        .home-groupBlog .home-groupBlog-product .home-groupBlog-left > div .home-groupBlog-left-banner-item img {
          width: 30%; }
          .home-groupBlog .home-groupBlog-product .home-groupBlog-left > div .home-groupBlog-left-banner-item img a {
            margin: 0; }
        .home-groupBlog .home-groupBlog-product .home-groupBlog-left > div .home-groupBlog-left-banner-item > div {
          width: 70%;
          padding-left: 25px; }
          .home-groupBlog .home-groupBlog-product .home-groupBlog-left > div .home-groupBlog-left-banner-item > div p {
            margin-bottom: 5px; }
  .home-groupBlog .home-groupBlog-product .home-groupBlog-right {
    width: 65%; }
    @media (max-width: 1024px) {
      .home-groupBlog .home-groupBlog-product .home-groupBlog-right {
        width: 100%; } }
    .home-groupBlog .home-groupBlog-product .home-groupBlog-right.w-100 .home-groupBlog-right-wrap .proLoop {
      width: 20%; }
      @media (max-width: 1200px) {
        .home-groupBlog .home-groupBlog-product .home-groupBlog-right.w-100 .home-groupBlog-right-wrap .proLoop {
          width: calc(100%/4); } }
      @media (max-width: 991px) {
        .home-groupBlog .home-groupBlog-product .home-groupBlog-right.w-100 .home-groupBlog-right-wrap .proLoop {
          width: calc(100%/4); } }
      @media (max-width: 767px) {
        .home-groupBlog .home-groupBlog-product .home-groupBlog-right.w-100 .home-groupBlog-right-wrap .proLoop {
          width: 50%; } }
    .home-groupBlog .home-groupBlog-product .home-groupBlog-right .home-groupBlog-right-wrap {
      display: flex;
      flex-wrap: wrap;
      padding-left: 15px; }
      @media (max-width: 767px) {
        .home-groupBlog .home-groupBlog-product .home-groupBlog-right .home-groupBlog-right-wrap {
          margin-left: -7.5px;
          margin-right: -7.5px; } }
      @media (min-width: 768px) {
        .home-groupBlog .home-groupBlog-product .home-groupBlog-right .home-groupBlog-right-wrap {
          margin-left: -15px;
          margin-right: -15px; } }
      @media (max-width: 991px) {
        .home-groupBlog .home-groupBlog-product .home-groupBlog-right .home-groupBlog-right-wrap {
          padding: 0; } }
      .home-groupBlog .home-groupBlog-product .home-groupBlog-right .home-groupBlog-right-wrap .proLoop {
        width: 25%; }
        @media (max-width: 1200px) {
          .home-groupBlog .home-groupBlog-product .home-groupBlog-right .home-groupBlog-right-wrap .proLoop {
            width: calc(100%/3); } }
        @media (max-width: 767px) {
          .home-groupBlog .home-groupBlog-product .home-groupBlog-right .home-groupBlog-right-wrap .proLoop {
            width: 50%; } }

.home-review {
  padding: 10px 0; }
  @media (max-width: 767px) {
    .home-review {
      padding: 5px 0; } }
  .home-review .home-review-title h2 {
    text-align: center; }
  .home-review .home-review-wrap {
    padding: 10px 0; }
    @media (max-width: 767px) {
      .home-review .home-review-wrap {
        padding: 5px 0; } }

.pAcc {
  padding: 10px 0; }
  @media (max-width: 767px) {
    .pAcc {
      padding: 5px 0; } }
  .pAcc .pAcc-wrap {
    display: flex;
    flex-wrap: wrap; }
    .pAcc .pAcc-wrap h2 {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 20px;
      margin-bottom: 25px; }
    .pAcc .pAcc-wrap form {
      padding: 20px;
      box-shadow: 0 1px 2.5px rgba(40, 40, 40, 0.1); }
      .pAcc .pAcc-wrap form > div {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 15px; }
        .pAcc .pAcc-wrap form > div label {
          min-width: 150px;
          font-weight: 600;
          margin: 0; }
          @media (max-width: 767px) {
            .pAcc .pAcc-wrap form > div label {
              min-width: 100%;
              margin: 0 0 10px; } }
        .pAcc .pAcc-wrap form > div > div {
          display: flex;
          width: calc(100% - 150px);
          padding: 5px 10px;
          border: 1px solid #ccc;
          border-radius: 5px; }
          @media (max-width: 767px) {
            .pAcc .pAcc-wrap form > div > div {
              width: 100%; } }
          .pAcc .pAcc-wrap form > div > div img {
            max-width: 25px;
            padding-right: 10px;
            margin-right: 10px;
            border-right: 1px solid #ccc; }
          .pAcc .pAcc-wrap form > div > div input {
            border: none;
            width: calc(100% - 45px);
            margin: 0; }
        .pAcc .pAcc-wrap form > div.action-pass {
          width: calc(100% - 150px);
          justify-content: space-between;
          margin-left: auto; }
          @media (max-width: 767px) {
            .pAcc .pAcc-wrap form > div.action-pass {
              width: 100%; } }
          .pAcc .pAcc-wrap form > div.action-pass .action-save-pass {
            padding-left: 35px;
            position: relative; }
            .pAcc .pAcc-wrap form > div.action-pass .action-save-pass:before {
              content: '';
              width: 12.5px;
              height: 12.5px;
              position: absolute;
              top: 50%;
              left: 12.5px;
              transform: translateY(-50%);
              border: 1px solid #ccc;
              border-radius: 999px; }
          .pAcc .pAcc-wrap form > div.action-pass .action-forgot-pass {
            color: #007bff; }
      .pAcc .pAcc-wrap form .checkRegister {
        direction: flex;
        flex-wrap: nowrap;
        align-items: center;
        width: calc(100% - 150px);
        margin-left: auto; }
        @media (max-width: 767px) {
          .pAcc .pAcc-wrap form .checkRegister {
            width: 100%; } }
        .pAcc .pAcc-wrap form .checkRegister label {
          padding-left: 10px; }
        .pAcc .pAcc-wrap form .checkRegister input, .pAcc .pAcc-wrap form .checkRegister label {
          margin: 0 10px 0 0;
          cursor: pointer;
          font-weight: 400; }
      .pAcc .pAcc-wrap form button {
        background: #159415;
        border: 1px solid #159415;
        width: 100%;
        padding: 7.5px 10px;
        border-radius: 5px;
        text-transform: uppercase;
        font-weight: bold;
        color: #fff; }
      .pAcc .pAcc-wrap form .hasAccount {
        width: calc(100% - 150px);
        margin-left: auto;
        display: flex;
        justify-content: center;
        margin-top: 15px; }
        @media (max-width: 767px) {
          .pAcc .pAcc-wrap form .hasAccount {
            width: 100%; } }
        .pAcc .pAcc-wrap form .hasAccount span {
          display: inline-block;
          margin-left: 10px;
          opacity: .5; }
      .pAcc .pAcc-wrap form .social-login {
        display: flex;
        justify-content: space-between;
        margin-top: 15px; }
        .pAcc .pAcc-wrap form .social-login > button {
          width: 48%;
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative;
          padding: 7.5px 10px;
          border-radius: 5px;
          color: #fff;
          text-transform: initial; }
          @media (max-width: 767px) {
            .pAcc .pAcc-wrap form .social-login > button {
              width: 100%;
              margin: 10px 0; } }
          .pAcc .pAcc-wrap form .social-login > button i {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 10px;
            font-size: 20px;
            color: #fff; }
          .pAcc .pAcc-wrap form .social-login > button#btn-facebook-login {
            background: #195EC8;
            border: 1px solid #195EC8; }
          .pAcc .pAcc-wrap form .social-login > button#btn-google-login {
            background: #E04831;
            border: 1px solid #E04831; }
    .pAcc .pAcc-wrap .pAcc-wrap-left {
      width: 50%;
      padding-right: 10px; }
      @media (max-width: 767px) {
        .pAcc .pAcc-wrap .pAcc-wrap-left {
          width: 100%; } }
      .pAcc .pAcc-wrap .pAcc-wrap-left button {
        transition: all .5s; }
        .pAcc .pAcc-wrap .pAcc-wrap-left button[disabled] {
          opacity: .5; }
    .pAcc .pAcc-wrap .pAcc-wrap-right {
      width: 50%;
      padding-left: 10px; }
      @media (max-width: 767px) {
        .pAcc .pAcc-wrap .pAcc-wrap-right {
          width: 100%;
          padding-left: 0;
          margin-top: 25px; } }
      .pAcc .pAcc-wrap .pAcc-wrap-right form button {
        background: #278C56;
        border: 1px solid #278C56; }
      .pAcc .pAcc-wrap .pAcc-wrap-right .fRecover {
        margin-top: 25px;
        display: none; }

.iTech .iTech-header {
  position: relative;
  margin-bottom: 15px; }
  .iTech .iTech-header:after {
    content: '';
    position: absolute;
    border-bottom: 3px solid #000;
    bottom: 0;
    left: 0;
    width: 100%; }
  .iTech .iTech-header h4 {
    margin: 0;
    background: #000;
    display: inline-block;
    padding: 5px 100px 5px 10px;
    position: relative;
    color: #fff; }

.iTech .iTech-section {
  padding: 10px 0; }
  @media (max-width: 767px) {
    .iTech .iTech-section {
      padding: 5px 0; } }

.iTech .iTech1 {
  display: flex;
  flex-wrap: wrap; }
  .iTech .iTech1 .iTech1-left {
    width: 60%; }
    @media (max-width: 767px) {
      .iTech .iTech1 .iTech1-left {
        width: 100%; } }
    .iTech .iTech1 .iTech1-left .iTech1-left-feature .article-item {
      padding: 0; }
      .iTech .iTech1 .iTech1-left .iTech1-left-feature .article-item img {
        width: 100%; }
    .iTech .iTech1 .iTech1-left .iTech1-left-thumb {
      background: #f4f4f4;
      padding: 25px 50px; }
      @media (max-width: 767px) {
        .iTech .iTech1 .iTech1-left .iTech1-left-thumb {
          padding: 10px 20px; } }
      .iTech .iTech1 .iTech1-left .iTech1-left-thumb .slick-prev {
        left: 10px; }
      .iTech .iTech1 .iTech1-left .iTech1-left-thumb .slick-next {
        right: 10px; }
  .iTech .iTech1 .iTech1-right {
    width: 40%;
    padding-left: 25px; }
    @media (max-width: 767px) {
      .iTech .iTech1 .iTech1-right {
        width: 100%;
        padding-left: 0;
        margin-top: 25px; } }
    .iTech .iTech1 .iTech1-right .article-item {
      padding: 0;
      min-height: 155px; }
      @media (max-width: 767px) {
        .iTech .iTech1 .iTech1-right .article-item {
          min-height: initial; } }

.iTech .iTech2 .iTech-pushData, .iTech .iTech4 .iTech-pushData, .iTech .iTech5 .iTech-pushData, .iTech .iTech6 .iTech-pushData {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .iTech .iTech2 .iTech-pushData, .iTech .iTech4 .iTech-pushData, .iTech .iTech5 .iTech-pushData, .iTech .iTech6 .iTech-pushData {
      margin-left: -7.5px;
      margin-right: -7.5px; } }
  @media (min-width: 768px) {
    .iTech .iTech2 .iTech-pushData, .iTech .iTech4 .iTech-pushData, .iTech .iTech5 .iTech-pushData, .iTech .iTech6 .iTech-pushData {
      margin-left: -15px;
      margin-right: -15px; } }
  .iTech .iTech2 .iTech-pushData .article-item, .iTech .iTech4 .iTech-pushData .article-item, .iTech .iTech5 .iTech-pushData .article-item, .iTech .iTech6 .iTech-pushData .article-item {
    width: calc(100%/3); }
    @media (max-width: 767px) {
      .iTech .iTech2 .iTech-pushData .article-item, .iTech .iTech4 .iTech-pushData .article-item, .iTech .iTech5 .iTech-pushData .article-item, .iTech .iTech6 .iTech-pushData .article-item {
        padding-left: 7.5px;
        padding-right: 7.5px; } }
    @media (min-width: 768px) {
      .iTech .iTech2 .iTech-pushData .article-item, .iTech .iTech4 .iTech-pushData .article-item, .iTech .iTech5 .iTech-pushData .article-item, .iTech .iTech6 .iTech-pushData .article-item {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 767px) {
      .iTech .iTech2 .iTech-pushData .article-item, .iTech .iTech4 .iTech-pushData .article-item, .iTech .iTech5 .iTech-pushData .article-item, .iTech .iTech6 .iTech-pushData .article-item {
        width: 50%; } }
  .iTech .iTech2 .iTech-pushData #pagination, .iTech .iTech4 .iTech-pushData #pagination, .iTech .iTech5 .iTech-pushData #pagination, .iTech .iTech6 .iTech-pushData #pagination {
    width: 100%; }

.iTech .iTech3 {
  display: flex;
  flex-wrap: wrap; }
  .iTech .iTech3 .iTech3-left {
    width: 65%; }
    @media (max-width: 767px) {
      .iTech .iTech3 .iTech3-left {
        width: 100%;
        margin-top: 25px; } }
    .iTech .iTech3 .iTech3-left .iTech3-left-body .article-item {
      min-height: 155px; }
      @media (max-width: 767px) {
        .iTech .iTech3 .iTech3-left .iTech3-left-body .article-item {
          min-height: initial; } }
      .iTech .iTech3 .iTech3-left .iTech3-left-body .article-item .article-item-right > p {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box !important;
        overflow: hidden;
        margin: 0; }
  .iTech .iTech3 .iTech3-right {
    width: 35%;
    padding-left: 25px; }
    @media (max-width: 767px) {
      .iTech .iTech3 .iTech3-right {
        width: 100%;
        padding-left: 0;
        margin-top: 25px; } }
    @media (max-width: 767px) {
      .iTech .iTech3 .iTech3-right .iTech3-right-body {
        margin-left: -7.5px;
        margin-right: -7.5px; } }
    @media (min-width: 768px) {
      .iTech .iTech3 .iTech3-right .iTech3-right-body {
        margin-left: -15px;
        margin-right: -15px; } }
    .iTech .iTech3 .iTech3-right .iTech3-right-body .article-item {
      min-height: 155px; }
      @media (max-width: 767px) {
        .iTech .iTech3 .iTech3-right .iTech3-right-body .article-item {
          min-height: initial; } }

.pDeal .pDeal-one {
  padding: 10px 0;
  position: relative; }
  @media (max-width: 767px) {
    .pDeal .pDeal-one {
      padding: 5px 0; } }
  .pDeal .pDeal-one .pDeal-one-wrap {
    position: absolute;
    left: 0;
    width: 50%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .pDeal .pDeal-one .pDeal-one-wrap {
        width: 100%;
        position: relative;
        margin: 15px 0;
        top: initial;
        left: initial;
        transform: none; } }
    .pDeal .pDeal-one .pDeal-one-wrap h2 {
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      margin: 0;
      font-size: 35px;
      text-transform: uppercase;
      letter-spacing: 2px; }
      @media (max-width: 767px) {
        .pDeal .pDeal-one .pDeal-one-wrap h2 {
          font-size: 25px; } }
      .pDeal .pDeal-one .pDeal-one-wrap h2 img {
        margin-right: 15px;
        max-height: 35px; }
    .pDeal .pDeal-one .pDeal-one-wrap .countdownLoop {
      margin: 15px 0; }
      .pDeal .pDeal-one .pDeal-one-wrap .countdownLoop span {
        display: inline-block;
        margin: 0 5px;
        background: #5aad33;
        color: #fff;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-weight: bold;
        font-size: 20px;
        border-radius: 5px; }
    .pDeal .pDeal-one .pDeal-one-wrap > p {
      font-weight: 600;
      text-transform: uppercase; }

.pDeal .pDeal-two {
  padding: 10px 0;
  text-align: center; }
  @media (max-width: 767px) {
    .pDeal .pDeal-two {
      padding: 5px 0; } }
  .pDeal .pDeal-two .pDeal-two-title {
    position: relative;
    z-index: 2;
    display: inline-flex;
    justify-content: center;
    margin: 0 auto; }
    .pDeal .pDeal-two .pDeal-two-title h2 {
      background: #f8d23a;
      padding: 5px 25px;
      font-size: 20px;
      white-space: nowrap;
      font-weight: bold;
      border-radius: 5px;
      text-align: center; }
      @media (max-width: 767px) {
        .pDeal .pDeal-two .pDeal-two-title h2 {
          white-space: initial; } }
      .pDeal .pDeal-two .pDeal-two-title h2 strong {
        margin-right: 5px;
        color: red; }
        @media (max-width: 767px) {
          .pDeal .pDeal-two .pDeal-two-title h2 strong {
            display: block; } }
    .pDeal .pDeal-two .pDeal-two-title img {
      position: absolute;
      top: -15px;
      left: -20px;
      max-height: 65px;
      max-width: 45px; }
      .pDeal .pDeal-two .pDeal-two-title img:last-of-type {
        transform: rotateY(180deg);
        right: -30px;
        left: initial; }
  .pDeal .pDeal-two .pDeal-two-product {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid red;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin-top: -25px;
    padding: 45px 20px 20px; }
    @media (max-width: 767px) {
      .pDeal .pDeal-two .pDeal-two-product {
        padding: 45px 0 20px; } }
    .pDeal .pDeal-two .pDeal-two-product .proLoop {
      width: calc(100%/5); }
      @media (max-width: 767px) {
        .pDeal .pDeal-two .pDeal-two-product .proLoop {
          width: calc(100%/2); } }

.pDeal .pDeal-three {
  padding: 10px 0; }
  @media (max-width: 767px) {
    .pDeal .pDeal-three {
      padding: 5px 0; } }
  .pDeal .pDeal-three .pDeal-three-product {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .pDeal .pDeal-three .pDeal-three-product {
        margin-left: -7.5px;
        margin-right: -7.5px; } }
    @media (min-width: 768px) {
      .pDeal .pDeal-three .pDeal-three-product {
        margin-left: -15px;
        margin-right: -15px; } }
    .pDeal .pDeal-three .pDeal-three-product .proLoop {
      width: calc(100%/5); }
      @media (max-width: 767px) {
        .pDeal .pDeal-three .pDeal-three-product .proLoop {
          width: calc(100%/2); } }

.pSol .pSol-pushData {
  margin: 25px 0;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .pSol .pSol-pushData {
      margin-left: -7.5px;
      margin-right: -7.5px; } }
  @media (min-width: 768px) {
    .pSol .pSol-pushData {
      margin-left: -15px;
      margin-right: -15px; } }
  .pSol .pSol-pushData .proLoop {
    width: calc(100%/5); }
    @media (max-width: 1024px) {
      .pSol .pSol-pushData .proLoop {
        width: calc(100%/3); } }
    @media (max-width: 767px) {
      .pSol .pSol-pushData .proLoop {
        width: calc(100%/2); } }
  .pSol .pSol-pushData #pagination {
    width: 100%; }

.pSol .pSol-one {
  padding: 10px 0;
  margin: 25px auto; }
  @media (max-width: 767px) {
    .pSol .pSol-one {
      padding: 5px 0; } }

.pSol .pSol-two {
  padding: 10px 0; }
  @media (max-width: 767px) {
    .pSol .pSol-two {
      padding: 5px 0; } }
  .pSol .pSol-two .pSol-two-wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 80%;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .pSol .pSol-two .pSol-two-wrap {
        max-width: 100%; } }
    .pSol .pSol-two .pSol-two-wrap .pSol-two-wrap-item {
      width: calc(100%/3);
      padding: 0 5px; }
      @media (max-width: 991px) {
        .pSol .pSol-two .pSol-two-wrap .pSol-two-wrap-item {
          width: 100%;
          padding: 15px 0; } }
      .pSol .pSol-two .pSol-two-wrap .pSol-two-wrap-item:nth-child(2) .pSol-two-wrap-item-main .idots .idots-list span {
        background: #F2AB32; }
      .pSol .pSol-two .pSol-two-wrap .pSol-two-wrap-item .pSol-two-wrap-item-main {
        border: 1px solid #5aad33;
        border-radius: 5px;
        padding: 20px 10px;
        position: relative; }
        .pSol .pSol-two .pSol-two-wrap .pSol-two-wrap-item .pSol-two-wrap-item-main h2 {
          font-weight: bold;
          font-size: 30px;
          margin-bottom: 25px;
          min-height: 72px; }
          .pSol .pSol-two .pSol-two-wrap .pSol-two-wrap-item .pSol-two-wrap-item-main h2 span {
            display: block;
            text-align: right; }
        .pSol .pSol-two .pSol-two-wrap .pSol-two-wrap-item .pSol-two-wrap-item-main > p {
          margin-bottom: 25px; }
        .pSol .pSol-two .pSol-two-wrap .pSol-two-wrap-item .pSol-two-wrap-item-main .idots {
          top: 60%;
          bottom: 0; }
          .pSol .pSol-two .pSol-two-wrap .pSol-two-wrap-item .pSol-two-wrap-item-main .idots .idots-list {
            transform: translateX(55px); }
            .pSol .pSol-two .pSol-two-wrap .pSol-two-wrap-item .pSol-two-wrap-item-main .idots .idots-list span {
              transform: rotate(45deg) scale(1.75, 3);
              background: #5aad33;
              margin-left: 10px;
              margin-right: 10px; }

.pSol .pSol-three {
  padding: 10px 0; }
  @media (max-width: 767px) {
    .pSol .pSol-three {
      padding: 5px 0; } }
  .pSol .pSol-three .pSol-three-wrap {
    margin: 25px auto;
    max-width: 80%; }
    @media (max-width: 991px) {
      .pSol .pSol-three .pSol-three-wrap {
        max-width: 100%; } }
    .pSol .pSol-three .pSol-three-wrap .pSol-three-wrap-title {
      position: relative; }
      .pSol .pSol-three .pSol-three-wrap .pSol-three-wrap-title .idots {
        left: 0;
        right: initial;
        width: 50px; }
        .pSol .pSol-three .pSol-three-wrap .pSol-three-wrap-title .idots .idots-list {
          transform: translateX(5px); }
          .pSol .pSol-three .pSol-three-wrap .pSol-three-wrap-title .idots .idots-list span {
            background: #000;
            transform: rotate(20deg) scale(1, 1.2);
            margin-left: 3px;
            margin-right: 3px; }
      .pSol .pSol-three .pSol-three-wrap .pSol-three-wrap-title h2 {
        padding-left: 50px;
        font-size: 25px;
        font-weight: bold;
        line-height: 20px;
        margin-bottom: 20px; }
        @media (max-width: 991px) {
          .pSol .pSol-three .pSol-three-wrap .pSol-three-wrap-title h2 {
            line-height: 30px; } }
        .pSol .pSol-three .pSol-three-wrap .pSol-three-wrap-title h2 span {
          color: #5aad33; }
    .pSol .pSol-three .pSol-three-wrap p {
      font-weight: bold; }
    .pSol .pSol-three .pSol-three-wrap img {
      margin: 20px 0; }

.pSol .pSol-four {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .pSol .pSol-four .pSol-four-main {
    padding: 50px 0;
    max-width: 40%;
    margin-left: 10%; }
    @media (max-width: 991px) {
      .pSol .pSol-four .pSol-four-main {
        max-width: 100%;
        margin-left: 0; } }
    .pSol .pSol-four .pSol-four-main .pSol-four-main-title > div {
      position: relative; }
      .pSol .pSol-four .pSol-four-main .pSol-four-main-title > div .idots {
        left: 0;
        right: initial;
        width: 50px; }
        .pSol .pSol-four .pSol-four-main .pSol-four-main-title > div .idots .idots-list {
          transform: translateX(5px); }
          .pSol .pSol-four .pSol-four-main .pSol-four-main-title > div .idots .idots-list span {
            background: #000;
            transform: rotate(20deg) scale(1, 1.2);
            margin-left: 3px;
            margin-right: 3px; }
      .pSol .pSol-four .pSol-four-main .pSol-four-main-title > div h2 {
        padding-left: 50px;
        font-size: 25px;
        font-weight: bold;
        line-height: 20px;
        margin-bottom: 20px; }
        @media (max-width: 991px) {
          .pSol .pSol-four .pSol-four-main .pSol-four-main-title > div h2 {
            line-height: 30px; } }
        .pSol .pSol-four .pSol-four-main .pSol-four-main-title > div h2 span {
          color: #5aad33; }
    .pSol .pSol-four .pSol-four-main .pSol-four-main-title > p {
      font-weight: bold; }

.pSol .pSol-five {
  padding: 10px 0;
  margin: 25px 0; }
  @media (max-width: 767px) {
    .pSol .pSol-five {
      padding: 5px 0; } }
  .pSol .pSol-five .pSol-five-title {
    margin: 0 auto;
    max-width: 80%;
    position: relative; }
    @media (max-width: 991px) {
      .pSol .pSol-five .pSol-five-title {
        max-width: 100%; } }
    .pSol .pSol-five .pSol-five-title .idots {
      left: 0;
      right: initial;
      width: 50px; }
      .pSol .pSol-five .pSol-five-title .idots .idots-list {
        transform: translateX(5px); }
        .pSol .pSol-five .pSol-five-title .idots .idots-list span {
          background: #000;
          transform: rotate(20deg) scale(1, 1.2);
          margin-left: 3px;
          margin-right: 3px; }
    .pSol .pSol-five .pSol-five-title h2 {
      padding-left: 50px;
      font-size: 25px;
      font-weight: bold;
      line-height: 20px;
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        .pSol .pSol-five .pSol-five-title h2 {
          line-height: 30px; } }
      .pSol .pSol-five .pSol-five-title h2 span {
        color: #5aad33; }
  .pSol .pSol-five .pSol-five-main {
    position: relative; }
    .pSol .pSol-five .pSol-five-main > p {
      position: absolute;
      top: 0;
      right: 10%;
      width: 300px;
      font-weight: 600; }
      @media (max-width: 991px) {
        .pSol .pSol-five .pSol-five-main > p {
          width: 100%;
          right: 0;
          position: relative;
          margin: 15px 0; } }

.pSol .pSol-six .pSol-six-main {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  background: #5aad33;
  padding: 15px 30px;
  border-radius: 5px; }
  @media (max-width: 767px) {
    .pSol .pSol-six .pSol-six-main {
      padding: 10px; } }
  .pSol .pSol-six .pSol-six-main * {
    color: #fff; }
  .pSol .pSol-six .pSol-six-main p {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold; }
  .pSol .pSol-six .pSol-six-main .pSol-six-main-phone {
    position: relative;
    display: inline-block; }
    .pSol .pSol-six .pSol-six-main .pSol-six-main-phone a {
      display: inline-block;
      padding: 0 60px;
      font-size: 40px;
      font-weight: bold;
      line-height: 35px; }
      @media (max-width: 767px) {
        .pSol .pSol-six .pSol-six-main .pSol-six-main-phone a {
          font-size: 25px;
          white-space: nowrap; } }
    .pSol .pSol-six .pSol-six-main .pSol-six-main-phone .idots {
      left: 0;
      right: initial;
      width: 50px; }
      @media (max-width: 767px) {
        .pSol .pSol-six .pSol-six-main .pSol-six-main-phone .idots {
          display: none; } }
      .pSol .pSol-six .pSol-six-main .pSol-six-main-phone .idots:last-child {
        right: 0;
        left: initial; }
      .pSol .pSol-six .pSol-six-main .pSol-six-main-phone .idots .idots-list {
        transform: none; }
        .pSol .pSol-six .pSol-six-main .pSol-six-main-phone .idots .idots-list span {
          background: #fff;
          transform: rotate(20deg) scale(1, 1.2);
          margin-left: 3px;
          margin-right: 3px; }

.pCS {
  padding: 10px 0; }
  @media (max-width: 767px) {
    .pCS {
      padding: 5px 0; } }
  .pCS .pCS-wrap {
    display: flex;
    flex-wrap: wrap; }
    .pCS .pCS-wrap .pCS-wrap-left {
      width: 20%;
      position: sticky;
      top: 50px;
      height: min-content; }
      @media (max-width: 991px) {
        .pCS .pCS-wrap .pCS-wrap-left {
          position: relative;
          top: 0;
          margin-bottom: 15px;
          width: 100%;
          height: auto; } }
      .pCS .pCS-wrap .pCS-wrap-left .pCS-wrap-left-title {
        background: #5aad33;
        margin-bottom: 5px;
        padding: 10px;
        height: 40px; }
        @media (max-width: 767px) {
          .pCS .pCS-wrap .pCS-wrap-left .pCS-wrap-left-title {
            height: auto; } }
        .pCS .pCS-wrap .pCS-wrap-left .pCS-wrap-left-title > div {
          position: relative; }
          .pCS .pCS-wrap .pCS-wrap-left .pCS-wrap-left-title > div .idots {
            width: 40px;
            left: 0; }
            .pCS .pCS-wrap .pCS-wrap-left .pCS-wrap-left-title > div .idots .idots-list {
              transform: none; }
              .pCS .pCS-wrap .pCS-wrap-left .pCS-wrap-left-title > div .idots .idots-list span {
                transform: rotate(20deg) scale(1, 1.2);
                margin-left: 3px;
                margin-right: 3px; }
          .pCS .pCS-wrap .pCS-wrap-left .pCS-wrap-left-title > div h2 {
            line-height: 18px;
            padding-left: 40px;
            text-transform: uppercase;
            font-size: 18px;
            font-weight: bold;
            margin: 0; }
      .pCS .pCS-wrap .pCS-wrap-left ul li {
        padding: 10px;
        font-size: 16px;
        font-weight: bold; }
        .pCS .pCS-wrap .pCS-wrap-left ul li:nth-child(even) {
          background: #dee2e6; }
        .pCS .pCS-wrap .pCS-wrap-left ul li.active {
          background: #5aad33; }
          .pCS .pCS-wrap .pCS-wrap-left ul li.active a {
            display: block;
            color: #fff; }
        .pCS .pCS-wrap .pCS-wrap-left ul li:hover {
          background: #5aad33; }
          .pCS .pCS-wrap .pCS-wrap-left ul li:hover a {
            display: block;
            color: #fff; }
    .pCS .pCS-wrap .pCS-wrap-right {
      width: 80%;
      padding-left: 25px; }
      @media (max-width: 767px) {
        .pCS .pCS-wrap .pCS-wrap-right {
          padding-left: 0;
          width: 100%; } }
      .pCS .pCS-wrap .pCS-wrap-right .pCS-wrap-right-title {
        height: 40px;
        border-bottom: 1px solid #000;
        margin-bottom: 10px; }
        @media (max-width: 767px) {
          .pCS .pCS-wrap .pCS-wrap-right .pCS-wrap-right-title {
            height: auto; } }
        .pCS .pCS-wrap .pCS-wrap-right .pCS-wrap-right-title h1 {
          font-size: 20px;
          font-weight: bold;
          margin: 0;
          line-height: 18px;
          padding: 10px 0;
          text-transform: uppercase; }
          @media (max-width: 767px) {
            .pCS .pCS-wrap .pCS-wrap-right .pCS-wrap-right-title h1 {
              line-height: initial; } }

.pCH .pCH-title {
  position: relative; }
  .pCH .pCH-title .idots {
    right: initial;
    left: 0;
    justify-content: flex-start;
    width: 60px;
    text-align: left; }
    .pCH .pCH-title .idots .idots-list {
      transform: none; }
      .pCH .pCH-title .idots .idots-list span {
        transform: rotate(20deg) scale(1.2);
        background: #5aad33;
        margin-left: 4px;
        margin-right: 4px; }
  .pCH .pCH-title h1 {
    line-height: 20px;
    font-size: 25px;
    padding-left: 50px;
    font-weight: bold; }
    @media (max-width: 480px) {
      .pCH .pCH-title h1 {
        font-size: 20px; } }

.pCH .pCH-wrap-section1 {
  display: flex;
  justify-content: center;
  padding: 10px 0; }
  @media (max-width: 767px) {
    .pCH .pCH-wrap-section1 {
      padding: 5px 0; } }

.pCH .pCH-wrap-section2 {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .pCH .pCH-wrap-section2 {
      padding: 5px 0; } }
  @media (max-width: 767px) {
    .pCH .pCH-wrap-section2 {
      margin-left: -7.5px;
      margin-right: -7.5px; } }
  @media (min-width: 768px) {
    .pCH .pCH-wrap-section2 {
      margin-left: -15px;
      margin-right: -15px; } }
  .pCH .pCH-wrap-section2 > div {
    width: calc(100%/3); }
    @media (max-width: 767px) {
      .pCH .pCH-wrap-section2 > div {
        padding-left: 7.5px;
        padding-right: 7.5px; } }
    @media (min-width: 768px) {
      .pCH .pCH-wrap-section2 > div {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 767px) {
      .pCH .pCH-wrap-section2 > div {
        width: 100%;
        margin: 5px 0; } }
    .pCH .pCH-wrap-section2 > div p {
      text-align: center;
      background: #5aad33;
      padding: 15px 0;
      font-size: 25px;
      font-weight: bold;
      color: #fff;
      border-radius: 5px;
      text-transform: uppercase; }

.pCH .pCH-wrap-section3 {
  padding: 10px 0; }
  @media (max-width: 767px) {
    .pCH .pCH-wrap-section3 {
      padding: 5px 0; } }

.pCN {
  padding: 10px 0; }
  @media (max-width: 767px) {
    .pCN {
      padding: 5px 0; } }
  .pCN .pCN-wrap {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .pCN .pCN-wrap {
        margin-left: -7.5px;
        margin-right: -7.5px; } }
    @media (min-width: 768px) {
      .pCN .pCN-wrap {
        margin-left: -15px;
        margin-right: -15px; } }
    .pCN .pCN-wrap .pCN-wrap-item {
      width: calc(100%/3);
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .pCN .pCN-wrap .pCN-wrap-item {
          width: 100%; } }
      @media (max-width: 767px) {
        .pCN .pCN-wrap .pCN-wrap-item {
          padding-left: 7.5px;
          padding-right: 7.5px; } }
      @media (min-width: 768px) {
        .pCN .pCN-wrap .pCN-wrap-item {
          padding-left: 15px;
          padding-right: 15px; } }
      .pCN .pCN-wrap .pCN-wrap-item a {
        text-align: center;
        display: block; }
        .pCN .pCN-wrap .pCN-wrap-item a > p {
          padding-top: 15px;
          margin-top: 15px;
          border-top: 1px solid #ccc;
          overflow: hidden;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
    .pCN .pCN-wrap #pagination {
      width: 100%; }

.f-button {
  background: transparent;
  border: none;
  outline: none;
  font-size: 25px; }

.cart-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  background: #fff;
  z-index: 1001;
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
  transform: translate(100%, 0); }
  @media (max-width: 767px) {
    .cart-sidebar {
      width: 350px; } }
  @media (max-width: 480px) {
    .cart-sidebar {
      left: 0;
      right: 0;
      bottom: 65px;
      top: 50px !important;
      width: 100%;
      height: auto;
      top: initial;
      border-radius: 16px 16px 0 0;
      transform: translate(0, 100%); } }
  .cart-sidebar .cart-sidebar-top {
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 20px;
    height: 50px;
    line-height: 60px;
    position: relative;
    z-index: 2; }
    @media (max-width: 480px) {
      .cart-sidebar .cart-sidebar-top {
        border-radius: 16px 16px 0 0;
        background: #5aad33;
        margin: 0;
        padding: 0 20px;
        border: none; } }
    .cart-sidebar .cart-sidebar-top strong {
      display: none;
      color: #fff; }
      @media (max-width: 480px) {
        .cart-sidebar .cart-sidebar-top strong {
          display: block; } }
    .cart-sidebar .cart-sidebar-top h2 {
      margin: 0 auto;
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 0.2em; }
      @media (max-width: 480px) {
        .cart-sidebar .cart-sidebar-top h2 {
          display: none; } }
      .cart-sidebar .cart-sidebar-top h2 a {
        color: #5aad33; }
    .cart-sidebar .cart-sidebar-top span {
      display: none;
      color: #fff; }
      @media (max-width: 480px) {
        .cart-sidebar .cart-sidebar-top span {
          display: block; } }
    .cart-sidebar .cart-sidebar-top button {
      color: #FFF;
      display: none;
      font-size: 14px; }
      @media (max-width: 480px) {
        .cart-sidebar .cart-sidebar-top button {
          display: block; } }
  .cart-sidebar .cart-sidebar-mid {
    height: calc(100% - 210px);
    overflow-y: auto;
    position: relative;
    margin: 10px 5px 10px 0;
    z-index: 1; }
    @media (max-width: 480px) {
      .cart-sidebar .cart-sidebar-mid {
        height: calc(100% - 175px); } }
    .cart-sidebar .cart-sidebar-mid::-webkit-scrollbar {
      width: 6px; }
    .cart-sidebar .cart-sidebar-mid::-webkit-scrollbar-track {
      background: #fff;
      border-radius: 3px;
      border: 1px solid #F8F8F8; }
    .cart-sidebar .cart-sidebar-mid::-webkit-scrollbar-thumb {
      background: #DFDFDF;
      border-radius: 3px; }
    .cart-sidebar .cart-sidebar-mid .cart-sidebar-mid-no {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px; }
    .cart-sidebar .cart-sidebar-mid .cart-sidebar-mid-yes {
      padding: 20px; }
      @media (max-width: 480px) {
        .cart-sidebar .cart-sidebar-mid .cart-sidebar-mid-yes {
          padding: 20px 10px; } }
  .cart-sidebar .cart-sidebar-bot {
    height: 140px;
    margin: 0 20px;
    padding-top: 5px;
    border-top: 1px solid #e7e7e7;
    position: relative;
    z-index: 2; }
    @media (max-width: 480px) {
      .cart-sidebar .cart-sidebar-bot {
        height: 105px; } }
    .cart-sidebar .cart-sidebar-bot p {
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      .cart-sidebar .cart-sidebar-bot p strong {
        font-weight: 500;
        color: #252a2b;
        padding: 10px 0;
        text-transform: uppercase;
        display: block; }
      .cart-sidebar .cart-sidebar-bot p span {
        font-weight: 600;
        font-size: 16px;
        color: red;
        display: block; }
    .cart-sidebar .cart-sidebar-bot a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      border: 1px solid #000;
      padding: 13px 0;
      margin: 0 auto;
      width: calc(100%);
      background: #17A246;
      color: #fff;
      border: 2px solid #17A246;
      transition: all .5s;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase; }
      @media (max-width: 480px) {
        .cart-sidebar .cart-sidebar-bot a {
          padding: 9px 0;
          font-size: 13px; } }
      .cart-sidebar .cart-sidebar-bot a:hover {
        background: #fff;
        color: #000; }
      .cart-sidebar .cart-sidebar-bot a span:nth-child(2) {
        display: inline-block;
        width: 3px;
        height: 3px;
        border-radius: 50%;
        margin: 0 15px;
        background: #fff; }

.cart-item {
  display: flex;
  align-items: stretch;
  position: relative; }
  .cart-item:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7; }
  .cart-item .cart-item-left {
    width: 85px; }
    .cart-item .cart-item-left a {
      display: block;
      border: 1px solid #E7E7E7; }
  .cart-item .cart-item-right {
    width: calc(100% - 85px);
    padding-left: 15px;
    display: flex;
    flex-direction: column; }
    .cart-item .cart-item-right h4 {
      text-transform: uppercase;
      margin-bottom: 5px;
      font-size: 13px;
      line-height: 1.5;
      padding-right: 30px;
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
    .cart-item .cart-item-right .cart-item-right-action {
      margin-top: auto;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .cart-item .cart-item-right .cart-item-right-action .cart-item-right-action-quantity {
        display: flex;
        align-items: center; }
        .cart-item .cart-item-right .cart-item-right-action .cart-item-right-action-quantity button {
          outline: 0;
          width: 30px;
          height: 30px;
          border: none;
          line-height: 30px;
          font-size: 14px; }
        .cart-item .cart-item-right .cart-item-right-action .cart-item-right-action-quantity input {
          outline: 0;
          width: 30px;
          height: 30px;
          border: none;
          text-align: center;
          line-height: 30px;
          font-size: 14px; }
      .cart-item .cart-item-right .cart-item-right-action .cart-item-right-action-remove {
        display: flex;
        align-items: center;
        position: absolute;
        top: 0;
        right: 0; }
        .cart-item .cart-item-right .cart-item-right-action .cart-item-right-action-remove button {
          width: 20px;
          height: 20px;
          line-height: 15px;
          background: #f4f6fb;
          display: block;
          /*&:hover {
					&:after {
					width: 0;
				}
				}
					&:after {
					content: '';
					position: absolute;
					bottom: -2px;
					left: 0;
					width: 100%;
					height: 1px;
					background: #000;
					transition: all 0.5s;
				}*/ }
          .cart-item .cart-item-right .cart-item-right-action .cart-item-right-action-remove button svg {
            width: 10px;
            height: 20px; }
      .cart-item .cart-item-right .cart-item-right-action > p {
        margin: 0;
        font-weight: bold; }

.newletters {
  background: #f1f1f1;
  padding: 50px 0; }
  .newletters .newletters-wrap {
    text-align: center; }
    .newletters .newletters-wrap h2 {
      text-transform: uppercase;
      margin-bottom: 25px;
      font-size: 20px;
      font-weight: bold; }
    .newletters .newletters-wrap form {
      max-width: 60%;
      position: relative;
      margin: 0 auto; }
      @media (max-width: 767px) {
        .newletters .newletters-wrap form {
          max-width: 100%; } }
      .newletters .newletters-wrap form button {
        position: absolute;
        top: 0;
        bottom: 0;
        padding: 0 25px;
        border: none;
        background: red;
        color: #fff;
        text-transform: uppercase;
        right: 0; }

.fPolicy {
  padding: 15px 0; }
  .fPolicy .fPolicy-wrap {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 767px) {
      .fPolicy .fPolicy-wrap {
        margin-left: -7.5px;
        margin-right: -7.5px; } }
    @media (min-width: 768px) {
      .fPolicy .fPolicy-wrap {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (max-width: 1200px) {
      .fPolicy .fPolicy-wrap {
        overflow-y: hidden;
        overflow-x: auto;
        justify-content: flex-start; } }
    .fPolicy .fPolicy-wrap .fPolicy-wrap-item {
      width: calc(100%/5);
      display: flex;
      align-items: center; }
      @media (max-width: 767px) {
        .fPolicy .fPolicy-wrap .fPolicy-wrap-item {
          padding-left: 7.5px;
          padding-right: 7.5px; } }
      @media (min-width: 768px) {
        .fPolicy .fPolicy-wrap .fPolicy-wrap-item {
          padding-left: 15px;
          padding-right: 15px; } }
      @media (max-width: 1200px) {
        .fPolicy .fPolicy-wrap .fPolicy-wrap-item {
          min-width: 30%; } }
      @media (max-width: 1024px) {
        .fPolicy .fPolicy-wrap .fPolicy-wrap-item {
          min-width: 50%; } }
      @media (max-width: 768px) {
        .fPolicy .fPolicy-wrap .fPolicy-wrap-item {
          min-width: 80%; } }
      .fPolicy .fPolicy-wrap .fPolicy-wrap-item img {
        width: 40px;
        max-height: 40px; }
      .fPolicy .fPolicy-wrap .fPolicy-wrap-item > div {
        width: calc(100% - 40px);
        padding-left: 15px; }
        @media (max-width: 1024px) {
          .fPolicy .fPolicy-wrap .fPolicy-wrap-item > div {
            padding-left: 0; } }
        .fPolicy .fPolicy-wrap .fPolicy-wrap-item > div h3 {
          font-size: 15px;
          font-weight: bold; }
        .fPolicy .fPolicy-wrap .fPolicy-wrap-item > div p {
          margin: 0;
          font-size: 15px; }
          @media (max-width: 768px) {
            .fPolicy .fPolicy-wrap .fPolicy-wrap-item > div p {
              font-size: 14px; } }
          @media (max-width: 480px) {
            .fPolicy .fPolicy-wrap .fPolicy-wrap-item > div p {
              font-size: 13px; } }

.pContact {
  margin: 25px 0; }
  .pContact .pContact-wrap {
    display: flex;
    flex-wrap: wrap; }
    .pContact .pContact-wrap .pContact-wrap-left {
      width: 40%; }
      @media (max-width: 767px) {
        .pContact .pContact-wrap .pContact-wrap-left {
          width: 100%;
          margin-bottom: 25px; } }
      .pContact .pContact-wrap .pContact-wrap-left .thumb {
        margin-left: -10px;
        margin-right: -10px; }
        .pContact .pContact-wrap .pContact-wrap-left .thumb img {
          padding: 10px; }
    .pContact .pContact-wrap .pContact-wrap-right {
      width: 60%;
      padding-left: 30px; }
      @media (max-width: 767px) {
        .pContact .pContact-wrap .pContact-wrap-right {
          width: 100%;
          padding: 0; } }
      .pContact .pContact-wrap .pContact-wrap-right iframe {
        width: 100%; }
      .pContact .pContact-wrap .pContact-wrap-right form {
        max-width: 90%;
        margin-left: auto; }
        @media (max-width: 767px) {
          .pContact .pContact-wrap .pContact-wrap-right form {
            max-width: 100%; } }
        .pContact .pContact-wrap .pContact-wrap-right form .item {
          display: flex;
          align-items: center;
          margin: 5px 0; }
          .pContact .pContact-wrap .pContact-wrap-right form .item label {
            width: 100px;
            margin: 0;
            font-weight: 600; }
          .pContact .pContact-wrap .pContact-wrap-right form .item input {
            width: calc(100% - 100px);
            padding: 5px 10px;
            border: 1px solid #ccc;
            border-radius: 5px; }
          .pContact .pContact-wrap .pContact-wrap-right form .item textarea {
            width: calc(100% - 100px);
            padding: 5px 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            height: 100px;
            align-self: start; }
        .pContact .pContact-wrap .pContact-wrap-right form button {
          background: #5aad33;
          color: #fff;
          border: 1px solid #5aad33;
          width: 100px;
          padding: 5px 10px;
          border-radius: 5px;
          margin-left: auto;
          display: block; }
        .pContact .pContact-wrap .pContact-wrap-right form .flex {
          display: flex;
          flex-wrap: wrap;
          margin-left: -10px;
          margin-right: -10px; }
          .pContact .pContact-wrap .pContact-wrap-right form .flex > div {
            width: 50%;
            padding: 0 10px; }
            @media (max-width: 767px) {
              .pContact .pContact-wrap .pContact-wrap-right form .flex > div {
                width: 100%; } }

.pKM {
  margin: 25px 0; }
  .pKM .pKM-wrap .pKM-wrap-big {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .pKM .pKM-wrap .pKM-wrap-big {
        margin-left: -7.5px;
        margin-right: -7.5px; } }
    @media (min-width: 768px) {
      .pKM .pKM-wrap .pKM-wrap-big {
        margin-left: -15px;
        margin-right: -15px; } }
    .pKM .pKM-wrap .pKM-wrap-big .article-item {
      margin-bottom: 25px;
      width: calc(100%/3); }
      .pKM .pKM-wrap .pKM-wrap-big .article-item:first-child {
        width: 100%;
        display: flex;
        flex-wrap: wrap; }
        .pKM .pKM-wrap .pKM-wrap-big .article-item:first-child .article-item-left {
          width: 40%; }
          @media (max-width: 991px) {
            .pKM .pKM-wrap .pKM-wrap-big .article-item:first-child .article-item-left {
              width: 100%; } }
        .pKM .pKM-wrap .pKM-wrap-big .article-item:first-child .article-item-right {
          width: 60%;
          display: flex;
          flex-wrap: wrap;
          align-content: flex-start;
          padding-left: 30px; }
          @media (max-width: 991px) {
            .pKM .pKM-wrap .pKM-wrap-big .article-item:first-child .article-item-right {
              width: 100%;
              padding: 0; } }
          .pKM .pKM-wrap .pKM-wrap-big .article-item:first-child .article-item-right h3 {
            width: 100%; }
          .pKM .pKM-wrap .pKM-wrap-big .article-item:first-child .article-item-right p {
            order: 3;
            margin-top: 10px;
            display: block !important; }
      @media (max-width: 767px) {
        .pKM .pKM-wrap .pKM-wrap-big .article-item {
          padding-left: 7.5px;
          padding-right: 7.5px; } }
      @media (min-width: 768px) {
        .pKM .pKM-wrap .pKM-wrap-big .article-item {
          padding-left: 15px;
          padding-right: 15px; } }
      @media (max-width: 991px) {
        .pKM .pKM-wrap .pKM-wrap-big .article-item {
          width: calc(100%/2); } }
    .pKM .pKM-wrap .pKM-wrap-big > div:last-child {
      width: 100%; }

.pGT .pGT-wrap .pGT-wrap-section1 {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .pGT .pGT-wrap .pGT-wrap-section1 {
      padding: 5px 0; } }
  .pGT .pGT-wrap .pGT-wrap-section1 img {
    max-width: 70%;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .pGT .pGT-wrap .pGT-wrap-section1 img {
        max-width: 100%; } }
  .pGT .pGT-wrap .pGT-wrap-section1 > div {
    max-width: 50%;
    margin: 15px auto; }
    @media (max-width: 767px) {
      .pGT .pGT-wrap .pGT-wrap-section1 > div {
        max-width: 100%; } }

.pGT .pGT-wrap .pGT-wrap-section2 {
  padding: 10px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .pGT .pGT-wrap .pGT-wrap-section2 {
      padding: 5px 0; } }
  @media (max-width: 767px) {
    .pGT .pGT-wrap .pGT-wrap-section2 {
      margin-left: -7.5px;
      margin-right: -7.5px; } }
  @media (min-width: 768px) {
    .pGT .pGT-wrap .pGT-wrap-section2 {
      margin-left: -15px;
      margin-right: -15px; } }
  .pGT .pGT-wrap .pGT-wrap-section2 .pGT-wrap-section2-item {
    width: calc(100%/6); }
    @media (max-width: 767px) {
      .pGT .pGT-wrap .pGT-wrap-section2 .pGT-wrap-section2-item {
        padding-left: 7.5px;
        padding-right: 7.5px; } }
    @media (min-width: 768px) {
      .pGT .pGT-wrap .pGT-wrap-section2 .pGT-wrap-section2-item {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 767px) {
      .pGT .pGT-wrap .pGT-wrap-section2 .pGT-wrap-section2-item {
        width: calc(100%/3);
        margin: 10px 0; } }
    @media (max-width: 480px) {
      .pGT .pGT-wrap .pGT-wrap-section2 .pGT-wrap-section2-item {
        width: calc(100%/2);
        margin: 10px 0; } }

.pGT .pGT-wrap .pGT-wrap-section3 {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .pGT .pGT-wrap .pGT-wrap-section3 {
      padding: 5px 0; } }
  @media (max-width: 767px) {
    .pGT .pGT-wrap .pGT-wrap-section3 {
      margin-left: -7.5px;
      margin-right: -7.5px; } }
  @media (min-width: 768px) {
    .pGT .pGT-wrap .pGT-wrap-section3 {
      margin-left: -15px;
      margin-right: -15px; } }
  .pGT .pGT-wrap .pGT-wrap-section3 .pGT-wrap-section3-left {
    width: 50%; }
    @media (max-width: 767px) {
      .pGT .pGT-wrap .pGT-wrap-section3 .pGT-wrap-section3-left {
        padding-left: 7.5px;
        padding-right: 7.5px; } }
    @media (min-width: 768px) {
      .pGT .pGT-wrap .pGT-wrap-section3 .pGT-wrap-section3-left {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 767px) {
      .pGT .pGT-wrap .pGT-wrap-section3 .pGT-wrap-section3-left {
        width: 100%;
        margin: 10px 0; } }
  .pGT .pGT-wrap .pGT-wrap-section3 .pGT-wrap-section3-right {
    width: 50%;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .pGT .pGT-wrap .pGT-wrap-section3 .pGT-wrap-section3-right {
        padding-left: 7.5px;
        padding-right: 7.5px; } }
    @media (min-width: 768px) {
      .pGT .pGT-wrap .pGT-wrap-section3 .pGT-wrap-section3-right {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 767px) {
      .pGT .pGT-wrap .pGT-wrap-section3 .pGT-wrap-section3-right {
        width: 100%;
        margin: 10px 0; } }
    .pGT .pGT-wrap .pGT-wrap-section3 .pGT-wrap-section3-right img {
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .pGT .pGT-wrap .pGT-wrap-section3 .pGT-wrap-section3-right img {
          order: 2; } }
    .pGT .pGT-wrap .pGT-wrap-section3 .pGT-wrap-section3-right > div {
      width: 100%; }
  .pGT .pGT-wrap .pGT-wrap-section3 .pGT-wrap-section3-bot {
    width: 100%;
    margin: 15px 0; }
    @media (max-width: 767px) {
      .pGT .pGT-wrap .pGT-wrap-section3 .pGT-wrap-section3-bot {
        padding-left: 7.5px;
        padding-right: 7.5px; } }
    @media (min-width: 768px) {
      .pGT .pGT-wrap .pGT-wrap-section3 .pGT-wrap-section3-bot {
        padding-left: 15px;
        padding-right: 15px; } }

.pGT .pGT-wrap .pGT-wrap-section4 {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .pGT .pGT-wrap .pGT-wrap-section4 {
      padding: 5px 0; } }
  .pGT .pGT-wrap .pGT-wrap-section4 > div {
    width: 100%;
    margin: 15px 0; }

.pGT .pGT-wrap .pGT-wrap-section5 {
  padding: 10px 0; }
  @media (max-width: 767px) {
    .pGT .pGT-wrap .pGT-wrap-section5 {
      padding: 5px 0; } }
  .pGT .pGT-wrap .pGT-wrap-section5 ul {
    margin: 0;
    padding: 0; }
    .pGT .pGT-wrap .pGT-wrap-section5 ul li {
      padding-left: 25px;
      margin: 5px 0;
      position: relative; }
      .pGT .pGT-wrap .pGT-wrap-section5 ul li:before {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        border: 1px solid #ccc;
        border-radius: 999px;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
  .pGT .pGT-wrap .pGT-wrap-section5 .pGT-wrap-section5-title {
    position: relative;
    margin-bottom: 15px; }
    .pGT .pGT-wrap .pGT-wrap-section5 .pGT-wrap-section5-title .idots {
      right: initial;
      left: 0;
      justify-content: flex-start;
      width: 60px;
      text-align: left; }
      .pGT .pGT-wrap .pGT-wrap-section5 .pGT-wrap-section5-title .idots .idots-list {
        transform: none; }
        .pGT .pGT-wrap .pGT-wrap-section5 .pGT-wrap-section5-title .idots .idots-list span {
          transform: rotate(20deg) scale(1.2);
          background: #5aad33;
          margin-left: 4px;
          margin-right: 4px; }
    .pGT .pGT-wrap .pGT-wrap-section5 .pGT-wrap-section5-title h2 {
      line-height: 20px;
      font-size: 25px;
      padding-left: 50px;
      font-weight: bold;
      margin: 0;
      text-transform: uppercase; }
      @media (max-width: 480px) {
        .pGT .pGT-wrap .pGT-wrap-section5 .pGT-wrap-section5-title h2 {
          font-size: 16px; } }

.pGT .pGT-wrap .pGT-wrap-section6 {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0; }
  @media (max-width: 767px) {
    .pGT .pGT-wrap .pGT-wrap-section6 {
      padding: 5px 0; } }
  .pGT .pGT-wrap .pGT-wrap-section6 ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap; }
    .pGT .pGT-wrap .pGT-wrap-section6 ul li {
      width: calc(100%/2);
      padding-left: 25px;
      margin: 5px 0;
      position: relative; }
      .pGT .pGT-wrap .pGT-wrap-section6 ul li:before {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        border: 1px solid #ccc;
        border-radius: 999px;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
  .pGT .pGT-wrap .pGT-wrap-section6 .pGT-wrap-section6-title {
    width: 100%;
    margin-bottom: 15px;
    position: relative; }
    .pGT .pGT-wrap .pGT-wrap-section6 .pGT-wrap-section6-title .idots {
      right: initial;
      left: 0;
      justify-content: flex-start;
      width: 60px;
      text-align: left; }
      .pGT .pGT-wrap .pGT-wrap-section6 .pGT-wrap-section6-title .idots .idots-list {
        transform: none; }
        .pGT .pGT-wrap .pGT-wrap-section6 .pGT-wrap-section6-title .idots .idots-list span {
          transform: rotate(20deg) scale(1.2);
          background: #5aad33;
          margin-left: 4px;
          margin-right: 4px; }
    .pGT .pGT-wrap .pGT-wrap-section6 .pGT-wrap-section6-title h2 {
      line-height: 20px;
      font-size: 25px;
      padding-left: 50px;
      font-weight: bold;
      margin: 0;
      text-transform: uppercase; }
      @media (max-width: 480px) {
        .pGT .pGT-wrap .pGT-wrap-section6 .pGT-wrap-section6-title h2 {
          font-size: 16px; } }
  .pGT .pGT-wrap .pGT-wrap-section6 .pGT-wrap-section6-left {
    width: 50%; }
    @media (max-width: 767px) {
      .pGT .pGT-wrap .pGT-wrap-section6 .pGT-wrap-section6-left {
        width: 100%;
        margin: 10px 0; } }
  .pGT .pGT-wrap .pGT-wrap-section6 .pGT-wrap-section6-right {
    width: 50%; }
    @media (max-width: 767px) {
      .pGT .pGT-wrap .pGT-wrap-section6 .pGT-wrap-section6-right {
        width: 100%;
        margin: 10px 0; } }

.page-buildpc-title {
  position: relative;
  margin-bottom: 15px;
  margin-top: 5px; }
  .page-buildpc-title .idots {
    right: initial;
    left: 0;
    justify-content: flex-start;
    width: 60px;
    text-align: left; }
    .page-buildpc-title .idots .idots-list {
      transform: none; }
      .page-buildpc-title .idots .idots-list span {
        transform: rotate(20deg) scale(1.2);
        background: #5aad33;
        margin-left: 4px;
        margin-right: 4px; }
  .page-buildpc-title h1 {
    line-height: 20px;
    font-size: 25px;
    padding-left: 50px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase; }
    @media (max-width: 480px) {
      .page-buildpc-title h1 {
        font-size: 16px; } }

.dFlex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap; }

@media (max-width: 480px) {
  .starbap-rev-widg {
    padding: 15px; }
    .starbap-rev-widg .starbap-histogram {
      margin: 10px 0;
      padding: 10px 0; } }

.headerInfo {
  background: #000; }
  .headerInfo .headerInfo-wrap .container {
    display: flex;
    align-items: stretch; }
    .headerInfo .headerInfo-wrap .container .headerInfo-left {
      width: 30%; }
      @media (max-width: 991px) {
        .headerInfo .headerInfo-wrap .container .headerInfo-left {
          width: 50%; } }
    .headerInfo .headerInfo-wrap .container .headerInfo-right {
      width: 70%;
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 991px) {
        .headerInfo .headerInfo-wrap .container .headerInfo-right {
          width: 50%;
          align-items: center; } }
      .headerInfo .headerInfo-wrap .container .headerInfo-right .headerInfo-right-top {
        margin-top: 10px;
        width: 100%; }
        @media (max-width: 991px) {
          .headerInfo .headerInfo-wrap .container .headerInfo-right .headerInfo-right-top {
            display: none; } }
        .headerInfo .headerInfo-wrap .container .headerInfo-right .headerInfo-right-top .headerInfo-right-top-account {
          display: flex;
          justify-content: flex-end;
          align-items: center; }
          .headerInfo .headerInfo-wrap .container .headerInfo-right .headerInfo-right-top .headerInfo-right-top-account img {
            max-height: 15px; }
          .headerInfo .headerInfo-wrap .container .headerInfo-right .headerInfo-right-top .headerInfo-right-top-account a {
            margin-left: 10px;
            padding-left: 10px;
            color: #5aad33;
            font-size: 13px; }
            .headerInfo .headerInfo-wrap .container .headerInfo-right .headerInfo-right-top .headerInfo-right-top-account a:last-child {
              border-left: 1px solid #5aad33; }
      .headerInfo .headerInfo-wrap .container .headerInfo-right .headerInfo-right-bot {
        width: 100%; }
        @media (max-width: 991px) {
          .headerInfo .headerInfo-wrap .container .headerInfo-right .headerInfo-right-bot {
            display: none; } }
        .headerInfo .headerInfo-wrap .container .headerInfo-right .headerInfo-right-bot .headerInfo-right-bot-menu ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          .headerInfo .headerInfo-wrap .container .headerInfo-right .headerInfo-right-bot .headerInfo-right-bot-menu ul li a {
            color: #5aad33;
            text-transform: uppercase; }
      .headerInfo .headerInfo-wrap .container .headerInfo-right .headerInfo-right-hambuger {
        display: none; }
        @media (max-width: 991px) {
          .headerInfo .headerInfo-wrap .container .headerInfo-right .headerInfo-right-hambuger {
            display: block;
            margin-left: auto;
            color: #fff;
            font-size: 20px; } }

.footerInfo {
  background: #000; }
  .footerInfo .footerInfo-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    padding: 25px 0; }
    .footerInfo .footerInfo-wrap .footerInfo-left {
      width: calc(100%/3); }
      @media (max-width: 991px) {
        .footerInfo .footerInfo-wrap .footerInfo-left {
          width: 100%; } }
    .footerInfo .footerInfo-wrap .footerInfo-center {
      width: calc(100%/3);
      margin-top: 15px; }
      @media (max-width: 991px) {
        .footerInfo .footerInfo-wrap .footerInfo-center {
          width: 100%; } }
      .footerInfo .footerInfo-wrap .footerInfo-center ul li a {
        display: block;
        color: #fff;
        padding: 5px 0; }
    .footerInfo .footerInfo-wrap .footerInfo-right {
      color: #fff;
      margin-top: 15px;
      width: calc(100%/3); }
      @media (max-width: 991px) {
        .footerInfo .footerInfo-wrap .footerInfo-right {
          width: 100%; } }
      .footerInfo .footerInfo-wrap .footerInfo-right ul {
        display: flex; }
        .footerInfo .footerInfo-wrap .footerInfo-right ul li {
          margin-right: 15px; }
          .footerInfo .footerInfo-wrap .footerInfo-right ul li:nth-child(4) {
            transform: scale(1.75); }
          .footerInfo .footerInfo-wrap .footerInfo-right ul li a {
            display: block; }
            .footerInfo .footerInfo-wrap .footerInfo-right ul li a img {
              max-height: 30px; }
  .footerInfo .footerInfo-bottom {
    background: #5aad33;
    padding: 10px;
    text-align: center;
    color: #fff; }

#searchPage .pCol-filter-head > div {
  width: 100% !important; }

@media (max-width: 767px) {
  .header .container .header-right .header-right-mid .header-right-mid-cart a span:last-child {
    background: red;
    line-height: 17px;
    color: #fff;
    border: 2px solid; }
  .header .container .header-left .home-bar-left {
    display: block !important; }
  .header .container .header-left {
    display: flex;
    flex-direction: row-reverse; }
  .header .container .header-left .mob-i i {
    font-size: 25px; } }

@media (max-width: 414px) {
  .header .container .header-center .header-center-mid .header-center-mid-result .wrap a img {
    width: 65px;
    max-height: 65px; } }
