:root {
  --shop-color-bg: #ffffff;
  --shop-color-main: #333;
  --shop-color-text: #333;
  --shop-color-title: #333333;
  --shop-color-hover: #333;
  --shop-color-button: #d4ab6a;
  --shop-color-border: #eae4e8;
  --topbar-bg: #DEAB5C;
  --topbar-color-text: #ffffff;
  --home-category-bg-1: #faf1ff;
  --home-category-bg-2: #faf4eb;
  --home-category-bg-3: #f4e6e5;
  --home-category-bg-4: #e6f2f4;
  --home-category-bg-5: #fff6f6;
  --home-coupon-bg: #ffffff;
  --home-coupon-light: #ffffff;
  --home-coupon-border: #f8d0d3;
  --home-coupon-text: #333333;
  --home-collection2-bg: #adc4d2;
  --home-collection2-title: #ff0000;
  --home-collection3-bg: #e9dabe;
  --footer-bg-color-1: #D9D9D9;
  --footer-bg-color-2: #333;
  --footer-bg-color-copyright: #333;
  --footer-color-title: #ffffff;
  --footer-color-text: #ffffff;
  --footer-color-hover: #efefef;
  --bg-color-style01: #ffffff;
  --btn-color-style01: #ff0000;
  --btn-hover-color-style01: #e70505;
  --bg-color-style02: #f7f7f7;
  --btn-color-style02: #ff0000;
  --btn-hover-color-style02: #e70505;
  --bg-color-style03: #ffffff;
  --btn-color-style03: #ff0000;
  --btn-hover-color-style03: #e70505;
  --bg-color-style04: #ffffff;
  --btn-color-style04: #ff0000;
  --btn-hover-color-style04: #e70505; }

/* page.about-01 */
.section-about01-breadcrumb {
  background-image: url(//theme.hstatic.net/200000999237/1001351892/14/about01_banner_bkg.jpg?v=686); }

.section-about01_introduce {
  padding: 65px 0;
  font-size: 16px;
  line-height: 22px; }
  .section-about01_introduce .wrapflex-introduce {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex; }
    .section-about01_introduce .wrapflex-introduce .intro-left, .section-about01_introduce .wrapflex-introduce .intro-right {
      flex: 0 0 50%; }
    .section-about01_introduce .wrapflex-introduce .intro-left .intro-img {
      margin-top: 50px; }
    .section-about01_introduce .wrapflex-introduce .intro-right .intro-desc {
      padding: 75px 80px 75px 80px; }
  .section-about01_introduce .wrap-heading {
    margin-bottom: 35px; }
  .section-about01_introduce .wrap-heading h2 {
    font-size: 26px; }
  .section-about01_introduce .wrap-heading .line {
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 5px; }
  .section-about01_introduce .wrap-content .wrap-info {
    padding: 0 20px; }
  @media (min-width: 992px) {
    .section-about01_introduce .wrapflex-introduce:nth-child(2) {
      flex-direction: row-reverse;
      margin-top: 40px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .section-about01_introduce .wrapflex-introduce .intro-right .intro-desc {
      padding: 35px 40px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .section-about01_introduce .wrapflex-introduce .intro-right .intro-desc {
      padding: 50px 60px 70px; } }
  @media (max-width: 991px) {
    .section-about01_introduce {
      padding-top: 30px;
      padding-bottom: 0;
      font-size: 14px; }
    .section-about01_introduce .wrapflex-introduce {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .section-about01_introduce .wrapflex-introduce .intro-left, .section-about01_introduce .wrapflex-introduce .intro-right {
        flex: 0 0 100%; }
      .section-about01_introduce .wrapflex-introduce .intro-left .intro-img {
        margin-top: 20px; }
    .section-about01_introduce .wrap-heading .line {
      font-size: 14px;
      letter-spacing: 3px; }
    .section-about01_introduce .wrap-heading h2 {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .section-about01_introduce .wrap-heading {
      margin-bottom: 15px; }
    .section-about01_introduce .wrapflex-introduce .intro-right .intro-desc {
      padding: 15px; }
    .section-about01_introduce .wrap-content .wrap-info {
      padding: 0 10px 10px; } }

.section-about01_introduce + .section-about01_introduce {
  padding-top: 0; }

.section-about01-services .flex-container-services .services-column, .section-about02-services .flex-container-services .services-column {
  margin-bottom: 30px; }

.section-about01-services .flex-container-services .services-area-thumb, .section-about02-services .flex-container-services .services-area-thumb {
  max-width: 50px;
  margin: auto; }
  .section-about01-services .flex-container-services .services-area-thumb img, .section-about02-services .flex-container-services .services-area-thumb img {
    -webkit-transition: .6s linear;
    transition: .6s linear;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg); }

.section-about01-services .flex-container-services .services-area-content h3, .section-about02-services .flex-container-services .services-area-content h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0 10px; }

.section-about01-services .flex-container-services .services-area-content p, .section-about02-services .flex-container-services .services-area-content p {
  line-height: 1.3;
  letter-spacing: .3px; }

.section-about01-services .flex-container-services .services-area:hover .services-area-thumb img, .section-about02-services .flex-container-services .services-area:hover .services-area-thumb img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg); }

@media (max-width: 991px) {
  .section-about01-services, .section-about02-services {
    padding: 40px 0 20px; }
    .section-about01-services .flex-container-services .services-column, .section-about02-services .flex-container-services .services-column {
      margin-bottom: 25px; } }

/* page.about-02 */
[class^="section-about02-"] {
  padding-bottom: 60px; }
  @media (max-width: 991px) {
    [class^="section-about02-"] {
      padding-bottom: 40px; } }

.section-about02-breadcrumb {
  background-image: url(//theme.hstatic.net/200000999237/1001351892/14/about02_banner_bkg.jpg?v=686); }

.section-about02-introduce .wrap-content {
  padding-top: 65px; }

@media (max-width: 991px) {
  .section-about02-introduce .wrap-content {
    padding-top: 30px; }
  .section-about02-introduce h2 {
    font-size: 22px; } }

.section-about02-alternate {
  padding: 0; }
  .section-about02-alternate .rowFlex {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    margin-bottom: 60px; }
  .section-about02-alternate .rowFlex:nth-child(even) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .section-about02-alternate .alternate-detail {
    padding: 0 45px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative; }
    .section-about02-alternate .alternate-detail h2 {
      font-size: 26px; }
    .section-about02-alternate .alternate-detail p {
      margin-bottom: 10px; }
    .section-about02-alternate .alternate-detail .button_content_box {
      margin-top: 20px; }
    .section-about02-alternate .alternate-detail ul {
      list-style-type: disc;
      margin-left: 16px; }
    .section-about02-alternate .alternate-detail ul li {
      margin-bottom: 10px; }
  .section-about02-alternate .alternate-image .block-image {
    position: relative;
    z-index: 1;
    padding: 40px 0; }
    .section-about02-alternate .alternate-image .block-image:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 70%;
      margin: auto;
      background-color: var(--shop-color-main);
      opacity: 0.08;
      z-index: -1; }
  @media (min-width: 1200px) {
    .section-about02-alternate .rowFlex {
      margin-bottom: 60px; }
    .section-about02-alternate .alternate-image {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .section-about02-alternate .rowFlex {
      margin-bottom: 50px; }
    .section-about02-alternate .alternate-image {
      padding: 0; } }
  @media (max-width: 767px) {
    .section-about02-alternate .rowFlex {
      margin-bottom: 40px; }
    .section-about02-alternate .rowFlex:last-child {
      margin-bottom: 0; }
    .section-about02-alternate .alternate-image {
      padding: 0 0 20px; }
    .section-about02-alternate .alternate-image .block-image {
      padding: 20px 0; }
    .section-about02-alternate .alternate-detail {
      padding: 0; }
    .section-about02-alternate .alternate-detail h2 {
      font-size: 20px; }
    .section-about02-alternate .alternate-detail .button_content_box {
      margin-top: 15px; } }

.section-about02-information .information-area {
  margin: 0 0 20px; }
  .section-about02-information .information-area--thumb {
    margin-bottom: 15px; }
  .section-about02-information .information-area--content {
    padding: 0 25px;
    line-height: 22px;
    text-align: center; }
    .section-about02-information .information-area--content h3 {
      font-size: 22px;
      margin-bottom: 5px; }

@media (max-width: 991px) {
  .section-about02-information .rowFlex {
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    overflow: scroll; }
  .section-about02-information .rowFlex::-webkit-scrollbar {
    display: none; }
  .section-about02-information .information-column {
    flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    max-width: 80%; }
  .section-about02-information .information-column + .information-column {
    margin-left: -15px; } }

@media (max-width: 767px) {
  .section-about02-information .information-area--content {
    padding: 0; }
  .section-about02-information .information-area--content h3 {
    font-size: 20px; } }

.section-about02-ecosystem .wrapbox-head {
  padding-bottom: 20px; }
  .section-about02-ecosystem .wrapbox-head .line span {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
    display: inline-block; }
  .section-about02-ecosystem .wrapbox-head h2 {
    text-align: center;
    font-size: 30px;
    letter-spacing: -1px; }

.section-about02-ecosystem .wrapbox-content .wrapbox-area:last-child {
  margin-bottom: 0; }

.section-about02-ecosystem .wrapbox-area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 40px; }
  .section-about02-ecosystem .wrapbox-area--thumb {
    display: flex;
    display: -ms-flex;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    max-width: 80px; }
    .section-about02-ecosystem .wrapbox-area--thumb:hover img {
      animation-name: pulse;
      animation-duration: 1s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: 1; }
  .section-about02-ecosystem .wrapbox-area--detail h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 5px; }

@media (min-width: 992px) {
  .section-about02-ecosystem .wrapbox-content.right .wrapbox-area--thumb {
    margin-left: 15px; }
  .section-about02-ecosystem .wrapbox-content.left .wrapbox-area--thumb {
    margin-right: 15px; } }

@media (max-width: 991px) {
  .section-about02-ecosystem .wrapbox-content .wrapbox-area--thumb {
    margin-right: 15px; }
  .section-about02-ecosystem .wrapbox-content.right .wrapbox-area {
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    justify-content: flex-end;
    -ms-justify-content: flex-end; }
  .section-about02-ecosystem .line span {
    font-size: 16px; }
  .section-about02-ecosystem .wrapbox-head h2 {
    font-size: 22px; } }

@media (max-width: 767px) {
  .section-about02-ecosystem .wrapbox-area {
    margin: 0 0 15px; } }

.section-about02-client {
  background-image: url(//theme.hstatic.net/200000999237/1001351892/14/about02_client_img.jpg?v=686);
  margin-bottom: 60px; }
  .section-about02-client .wrapbox-content {
    padding: 15px 0;
    margin: 0 auto;
    display: flex;
    display: -ms-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -ms-justify-content: center;
    position: relative; }
  .section-about02-client .wrapbox-detail .box-img-effect1 {
    position: absolute;
    top: -10px;
    right: 0; }
  .section-about02-client .wrapbox-detail .box-img-effect2 {
    position: absolute;
    top: 10px;
    left: 0; }
  .section-about02-client .wrapbox-detail .box-img-effect3 {
    position: absolute;
    bottom: -100px;
    left: -70px; }
  .section-about02-client .wrapbox-item {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    align-content: center;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    text-align: center;
    padding: 0 150px; }
    .section-about02-client .wrapbox-item .box-img {
      max-width: 100px;
      border-radius: 50%;
      overflow: hidden;
      margin-bottom: 15px; }
    .section-about02-client .wrapbox-item .box-desc {
      font-size: 18px;
      line-height: 30px;
      margin-bottom: 15px;
      font-weight: 500; }
    .section-about02-client .wrapbox-item .box-author {
      color: #aaa;
      font-weight: 500; }
  .section-about02-client .owl-nav button.owl-prev,
  .section-about02-client .owl-nav button.owl-next {
    position: absolute;
    top: calc(50% - 25px);
    padding: 0;
    opacity: 1;
    height: 50px;
    width: 50px;
    line-height: 46px;
    text-align: center;
    display: inline-block;
    text-align: center;
    color: #000;
    background-color: #fff;
    border: 1px solid var(--shop-color-border);
    outline: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 50%; }
    .section-about02-client .owl-nav button.owl-prev span,
    .section-about02-client .owl-nav button.owl-next span {
      display: none; }
    .section-about02-client .owl-nav button.owl-prev:hover,
    .section-about02-client .owl-nav button.owl-next:hover {
      background-color: var(--shop-color-main);
      color: #fff; }
  .section-about02-client .owl-nav button.owl-prev {
    left: 0; }
  .section-about02-client .owl-nav button.owl-next {
    right: 0; }
  .section-about02-client .owl-nav button.owl-prev:before,
  .section-about02-client .owl-nav button.owl-next:before {
    content: "";
    font-family: 'FontAwesome';
    font-size: 26px; }
  .section-about02-client .owl-nav button.owl-prev:before {
    content: "\f104"; }
  .section-about02-client .owl-nav button.owl-next:before {
    content: "\f105"; }
  .section-about02-client .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -40px;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .section-about02-client .owl-dots .owl-dot {
      margin: 0;
      outline: 0; }
    .section-about02-client .owl-dots .owl-dot span {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      width: 12px;
      height: 12px;
      margin: 5px;
      border-radius: 50%;
      background: #928c8c; }
    .section-about02-client .owl-dots .owl-dot.active {
      border-radius: 50%; }
    .section-about02-client .owl-dots .owl-dot.active span {
      background: var(--shop-color-main); }
  @media (min-width: 1200px) {
    .section-about02-client .wrapbox-content {
      max-width: 900px;
      min-height: 400px; } }
  @media (max-width: 767px) {
    .section-about02-client .wrapbox-item {
      padding: 0 10px; }
    .section-about02-client .box-img-effect1, .section-about02-client .box-img-effect2, .section-about02-client .box-img-effect3 {
      display: none; }
    .section-about02-client .owl-nav button.owl-prev,
    .section-about02-client .owl-nav button.owl-next {
      display: none; } }

.section-about02-services {
  padding-bottom: 0; }

/* page.about-03 */
[class^="section-about03-"] {
  padding: 60px 0; }
  [class^="section-about03-"] .wrap-heading h2 {
    font-size: 30px;
    margin-bottom: 30px; }
  @media (max-width: 991px) {
    [class^="section-about03-"] {
      padding: 40px 0; }
      [class^="section-about03-"] .wrap-heading h2 {
        font-size: 22px; } }

.section-about03-breadcrumb {
  background-image: url(//theme.hstatic.net/200000999237/1001351892/14/about03_banner_bkg.jpg?v=686); }

.section-about03-introduce {
  padding-bottom: 110px; }

.section-about03-introduce .wrap-heading .line {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  display: block;
  margin-bottom: 15px; }

.section-about03-introduce .wrap-heading h2 {
  margin-bottom: 30px; }

.section-about03-introduce .box-banner {
  position: relative;
  margin-left: 50px;
  margin-right: 20px;
  z-index: 2; }

.section-about03-introduce .box-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 10px solid var(--shop-color-main);
  left: -50px;
  bottom: -50px;
  z-index: -1; }

.section-about03-introduce .box-banner .about-slide.owl-carousel .owl-nav {
  margin-top: 0px;
  position: absolute;
  right: -15px;
  bottom: 15px; }
  .section-about03-introduce .box-banner .about-slide.owl-carousel .owl-nav button:focus {
    outline: none; }

.section-about03-introduce .box-banner .about-slide.owl-carousel .owl-prev, .section-about03-introduce .box-banner .about-slide.owl-carousel .owl-next {
  display: block;
  margin: 0px;
  background: var(--shop-color-main);
  color: #ffffff;
  padding: 8px 10px;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 13px;
  cursor: pointer; }

.section-about03-introduce .box-banner .about-slide.owl-carousel .owl-item .owl-lazy {
  transition: inherit; }

.section-about03-introduce .about-introduce-top .row-flex {
  align-items: center; }

.section-about03-introduce .button_content_box {
  margin-top: 30px; }

@media (max-width: 991px) {
  .section-about03-introduce {
    padding-bottom: 60px; }
  .section-about03-introduce .introduce-loop {
    border-right: 1px solid #314f93;
    border-bottom: 1px solid #314f93; }
    .section-about03-introduce .introduce-loop:nth-child(2n+0) {
      border-right: 0; } }

@media (max-width: 767px) {
  .section-about03-introduce .box-banner {
    margin-right: 0;
    margin-left: 30px;
    margin-bottom: 50px; }
    .section-about03-introduce .box-banner:before {
      left: -30px;
      bottom: -30px; }
    .section-about03-introduce .box-banner .about-slide.owl-carousel .owl-nav {
      right: 15px; } }

.section-about03-service.bg-black {
  background: #f9c771; }

.section-about03-service .section-heading .text-white {
  color: #ffffff; }

.section-about03-service .nav-tabs {
  border: 0; }

.section-about03-service .box-wrapper {
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  border: 2px solid #ffffff;
  cursor: pointer; }
  .section-about03-service .box-wrapper h4 {
    color: #ffffff;
    font-size: 22px; }

.section-about03-service .row-flex {
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center; }

@media (min-width: 992px) {
  .section-about03-service .box-wrapper:hover {
    background: var(--shop-color-hover);
    border-color: var(--shop-color-hover); }
  .section-about03-service .circle-block-banner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .section-about03-service .circle-block-banner .tab-content {
      margin-bottom: 30px; } }

@media (max-width: 991px) {
  .section-about03-service {
    padding-top: 40px; } }

@media (max-width: 767px) {
  .section-about03-service .box-wrapper {
    padding: 15px 15px;
    margin-bottom: 20px; }
    .section-about03-service .box-wrapper.text-right {
      text-align: left !important; }
    .section-about03-service .box-wrapper h4 {
      font-size: 18px; }
    .section-about03-service .box-wrapper p {
      margin-bottom: 0; } }

.section-about03-stories .story-row {
  position: relative;
  margin-bottom: 70px;
  margin-right: -15px;
  margin-left: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

.section-about03-stories .story-row .block-detail {
  position: relative;
  padding: 20px 30px;
  margin: 40px 0px; }
  .section-about03-stories .story-row .block-detail .date {
    font-size: 14px; }
  .section-about03-stories .story-row .block-detail h3 {
    font-size: 22px; }

.section-about03-stories .story-row:nth-child(even) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  .section-about03-stories .story-row:nth-child(even) .block-detail {
    right: -70px;
    z-index: 5;
    background-color: var(--shop-color-main);
    color: #fff;
    text-align: right; }
    .section-about03-stories .story-row:nth-child(even) .block-detail h3 {
      color: #fff; }

.section-about03-stories .story-row:nth-child(odd) .block-detail {
  left: -70px;
  z-index: 5;
  background-color: #fff;
  color: #000; }

@media (min-width: 768px) and (max-width: 991px) {
  .section-about03-stories .story-row .block-detail {
    padding: 18px 20px; }
  .section-about03-stories .story-row:nth-child(even) .block-detail {
    right: 0;
    margin-right: -70px; }
  .section-about03-stories .story-row:nth-child(odd) .block-detail {
    left: 0;
    margin-left: -70px; } }

@media (max-width: 991px) {
  .section-about03-stories {
    padding: 40px 0 20px; } }

@media (max-width: 767px) {
  .section-about03-stories .story-row {
    margin-bottom: 25px; }
    .section-about03-stories .story-row:last-child {
      margin-bottom: 0; }
  .section-about03-stories .story-row .block-detail {
    padding: 20px 15px; }
  .section-about03-stories .story-row:nth-child(even) .block-detail {
    right: 0;
    margin: 0;
    text-align: left; }
  .section-about03-stories .story-row:nth-child(odd) .block-detail {
    left: 0;
    margin: 0; } }
