/*========= FOOTER ============================*/
.footer-expand-title {
  text-align: center;
  display: none; }
  .footer-expand-title .expand-link {
    border: 0;
    background: #ffffff;
    color: #000000;
    text-align: center;
    font-weight: 600;
    display: block;
    width: 100%;
    padding: 16px 10px;
    margin: 0;
    outline: none; }
    .footer-expand-title .expand-link .fa {
      margin-left: 6px;
      transition: all 0.3s ease-in-out; }
  .footer-expand-title.active .expand-link .fa {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg); }

.footer-expand-collapse {
  position: relative;
  overflow: hidden;
  background: var(--footer-color-bg-1);
  color: var(--footer-color-text); }

.footer-expand-collapse .footer-title {
  position: relative;
  padding: 15px 0 18px;
  margin-bottom: 30px; }
  .footer-expand-collapse .footer-title:after, .footer-expand-collapse .footer-title:before {
    content: "";
    position: absolute;
    background: var(--footer-color-title); }
  .footer-expand-collapse .footer-title:before {
    width: 5px;
    height: 5px;
    bottom: -2px;
    left: 0; }
  .footer-expand-collapse .footer-title:after {
    width: 35px;
    height: 1px;
    bottom: 0;
    left: 10px; }
  .footer-expand-collapse .footer-title h4 {
    position: relative;
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    color: var(--footer-color-title); }

.footer-expand-collapse .footer-logo {
  margin-bottom: 20px; }
  .footer-expand-collapse .footer-logo a {
    color: var(--footer-color-title);
    font-weight: 600;
    font-size: 30px; }
  .footer-expand-collapse .footer-logo img {
    max-height: 80px; }

.footer-expand-collapse .footer-block {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1; }

.footer-expand-collapse .footerNav-link {
  margin: 0; }
  .footer-expand-collapse .footerNav-link li a {
    color: var(--footer-color-text); }
  .footer-expand-collapse .footerNav-link li + li {
    margin-top: 10px; }

.footer-expand-collapse .footerNav-contact li {
  position: relative;
  padding-left: 32px; }

.footer-expand-collapse .footerNav-contact li .fa {
  font-size: 18px;
  position: absolute;
  top: 5px;
  left: 2px; }

.footer-expand-collapse .footerNav-contact li + li {
  margin-top: 10px; }

.footer-expand-collapse .footerNav-social {
  margin: 15px 0 0; }
  .footer-expand-collapse .footerNav-social li {
    display: inline-block;
    margin-top: 6px;
    margin-right: 6px; }
  .footer-expand-collapse .footerNav-social li a {
    background: var(--shop-color-main);
    color: var(--footer-color-text);
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%; }
  .footer-expand-collapse .footerNav-social li a:hover {
    color: var(--footer-color-text);
    background-color: var(--shop-color-btn); }

.footer-expand-collapse .footerImg-bct {
  margin-top: 20px; }
  .footer-expand-collapse .footerImg-bct img {
    max-width: 200px; }

.footer-expand-collapse .flexbox-footer-row {
  margin: 0 -15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

.footer-expand-collapse .widget-footer-1 {
  position: relative; }

.footer-copyright {
  padding: 20px 0;
  background: var(--copyright-color-bg);
  color: var(--footer-color-text); }
  .footer-copyright p {
    margin-bottom: 0; }
  .footer-copyright a {
    color: var(--footer-color-text); }

@media (min-width: 992px) {
  .footer-expand-collapse .widget-footer-right {
    padding-left: 30px; }
  .footer-expand-collapse .widget-footer-1:before {
    content: "";
    position: absolute;
    width: 50vw;
    opacity: 0.9;
    background: var(--footer-color-bg-2);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0; } }

@media (max-width: 991px) {
  .footer-expand-title {
    display: block; }
  .footer-expand-collapse {
    display: none; }
    .footer-expand-collapse .footer-block {
      padding-top: 0;
      padding-bottom: 0; }
    .footer-expand-collapse .footer-title {
      margin-bottom: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
      .footer-expand-collapse .footer-title:after, .footer-expand-collapse .footer-title:before {
        display: none; }
      .footer-expand-collapse .footer-title h4:before {
        content: "\f107";
        font-family: "FontAwesome";
        font-size: 16px;
        position: absolute;
        top: 0px;
        right: 5px;
        text-align: center; }
      .footer-expand-collapse .footer-title.opened h4:before {
        content: "\f106"; }
    .footer-expand-collapse .footer-content.footer-toggle {
      display: none;
      padding: 20px 0 25px; }
    .footer-expand-collapse .widget-footer-1 {
      padding-top: 30px;
      padding-bottom: 30px; }
    .footer-expand-collapse .widget-footer-right {
      margin-bottom: 35px; }
  .footer-copyright {
    padding: 15px 0;
    font-size: 14px; } }

/*========= PRODUCT-LOOP ============================*/
.pro-loop {
  display: block;
  position: relative;
  height: 100%;
  background: #fff;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-bottom: 15px; }

.pro-loop .product-img {
  text-align: center;
  position: relative;
  overflow: hidden; }
  .pro-loop .product-img picture {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
  .pro-loop .product-img picture:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden; }
  .pro-loop .product-img .product-sale, .pro-loop .product-img .sold-out {
    position: absolute;
    font-size: 12px;
    line-height: 1;
    padding: 5px 10px;
    font-weight: bold;
    z-index: 9; }
  .pro-loop .product-img .product-sale {
    top: 10px;
    left: 10px;
    color: #ffffff;
    background: #ff0101;
    border: 1px solid #ff0101; }
  .pro-loop .product-img .sold-out {
    background: #c6c6c6;
    border: 1px solid #c6c6c6;
    color: #000000;
    top: 10px;
    left: 10px; }
  .pro-loop .product-img .sold-out span {
    opacity: .66; }

.pro-loop .product-detail {
  padding: 10px; }

.pro-loop .product-detail .box-pro-detail {
  z-index: 9;
  width: 100%; }

.pro-loop .product-detail h3 {
  margin: 0 0 5px;
  font-size: 14px;
  position: relative;
  min-height: 18px; }

.pro-loop .product-detail h3 a {
  line-height: 16px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

.pro-loop .product-detail .pro-price {
  color: var(--shop-color-text);
  font-size: 14px;
  margin: 0; }

.pro-loop .product-detail .pro-price .main-price {
  font-weight: 500;
  font-size: 16px; }

.pro-loop .product-detail .pro-price.highlight {
  color: #f94c43; }

.pro-loop .product-detail .pro-price span.pro-price-del {
  color: #939393;
  font-size: 13px;
  margin-left: 5px; }

@media (min-width: 1024px) {
  .search-list-results .pro-loop,
  #collection .pro-loop.col-5 {
    width: 20%; }
  .product-block:hover .product-img .button-add {
    opacity: 1;
    visibility: visible;
    bottom: 50%; }
  .product-block:hover .product-img picture:nth-of-type(2) {
    opacity: 1;
    visibility: visible; }
  .product-block:hover .product-img picture:nth-of-type(1) {
    opacity: 0;
    visibility: hidden; } }

@media (max-width: 767px) {
  .pro-loop {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px; }
  .pro-loop .product-detail {
    padding: 10px 8px; }
  .product-list {
    margin-left: -10px;
    margin-right: -10px; } }

@media (min-width: 768px) {
  .product-block:hover {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); } }

@media (max-width: 767px) {
  .pro-loop .product-detail h3 {
    margin: 0; } }

/*========= SEARCH ==================================*/
/*----------------- Search auto ---------------*/
.wpo-wrapper-search-dk .smart-search-wrapper {
  position: relative;
  top: 15px;
  background: transparent;
  width: 100%;
  float: left;
  display: block;
  box-shadow: none; }

.smart-search-wrapper {
  width: 100%;
  background: #fff;
  z-index: 100; }

.smart-search-wrapper .item-ult {
  padding: 10px;
  border-bottom: 1px dotted #dfe0e1;
  clear: both;
  width: 100%; }

.smart-search-wrapper .item-ult:last-child {
  border-bottom: 0; }

.smart-search-wrapper .item-ult .thumbs {
  width: 40px;
  display: inline-block;
  text-align: right; }

.smart-search-wrapper .item-ult .title {
  width: calc(100% - 40px);
  padding-left: 10px;
  float: right;
  line-height: 20px;
  position: relative;
  margin-top: 0; }

.smart-search-wrapper .item-ult .title a {
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
  float: left;
  width: 100%;
  margin-bottom: 4px;
  font-weight: 500; }

.smart-search-wrapper .item-ult .title p {
  line-height: 1.2;
  font-size: 12px;
  font-weight: 400;
  float: left;
  margin: 0; }

.smart-search-wrapper .item-ult .title p del {
  font-size: 11px;
  margin-left: 5px;
  color: #797979; }

.resultsMore {
  width: 100%; }
  .resultsMore a {
    text-align: center;
    display: block;
    font-size: 14px;
    padding: 10px 0;
    font-weight: 600; }

.dataEmpty {
  text-align: center;
  padding: 10px 0; }

button.btn-file {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.4;
  border: 1px solid #e1e1e1; }

/*--- Style title ---*/
.section-heading {
  position: relative;
  z-index: 9;
  margin-bottom: 50px; }
  .section-heading h2 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: 700; }
  .section-heading .title-desc {
    width: 70%;
    margin: 0 auto; }
  .section-heading .line span {
    color: var(--shop-color-btn);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
    display: inline-block; }
    .section-heading .line span:before, .section-heading .line span:after {
      content: "";
      width: 40px;
      height: 2px;
      position: absolute;
      background: var(--shop-color-btn);
      top: 50%;
      transform: translateY(-50%); }
    .section-heading .line span:before {
      left: 0; }
    .section-heading .line span:after {
      right: 0; }
  .section-heading .bg-title {
    letter-spacing: -2px;
    margin-bottom: 0;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.035;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 150px;
    color: var(--shop-color-btn);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .section-heading:not(.heading-center) .line span {
    padding-right: 0; }
  .section-heading:not(.heading-center) .line span:after {
    display: none; }
  .section-heading.heading-center {
    text-align: center; }
  @media (min-width: 768px) and (max-width: 991px) {
    .section-heading h2 {
      font-size: 26px; }
    .section-heading .line {
      margin-bottom: 0; }
    .section-heading .bg-title {
      font-size: 100px; } }
  @media (max-width: 767px) {
    .section-heading {
      margin-bottom: 30px; }
    .section-heading h2 {
      font-size: 22px; }
    .section-heading .title-desc {
      width: 100%; }
    .section-heading .line {
      margin-bottom: 0; }
    .section-heading .bg-title {
      font-size: 60px; } }

/* ============ 	ADDTHIS ** addthis ============== */
/* - Harafunnel mobile */
.harafunnel-mb {
  position: fixed;
  right: 8px;
  bottom: 120px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  padding: 6px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  transition: box-shadow 150ms linear; }

.harafunnel-mb:hover {
  box-shadow: 0 5px 24px rgba(0, 0, 0, 0.3); }

.harafunnel-mb a {
  display: block; }

.harafunnel-mb a svg {
  width: 100%;
  height: 100%; }

/* end-- Harafunnel mobile */
.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge {
  right: 12px !important; }

.fb_dialog.fb_dialog_advanced, .fb_dialog.fb_dialog_mobile {
  position: fixed !important;
  z-index: 4 !important;
  background: none !important;
  top: auto !important;
  bottom: 5px;
  padding: 0;
  right: -9px;
  -webkit-transform: scale(0.88);
  -ms-transform: scale(0.88);
  transform: scale(0.88); }

.addThis_listSharing_list {
  position: fixed;
  bottom: 110px;
  top: auto !important;
  z-index: 999;
  right: -15px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease; }
  .addThis_listSharing_list .addThis_listing .addThis_item {
    margin-bottom: 5px;
    margin-right: 17px; }
  .addThis_listSharing_list .addThis_listing .addThis_item .addThis_item--icon {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center; }
  .addThis_listSharing_list .addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
    position: absolute;
    top: 4px;
    right: 55px;
    z-index: 9;
    height: 32px;
    line-height: 26px;
    padding: 3px 10px;
    width: auto;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-color: black;
    visibility: hidden;
    opacity: 0;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }
  .addThis_listSharing_list .addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }
  .addThis_listSharing_list .addThis_listing .addThis_item .addThis_item--icon:hover {
    text-decoration: none;
    opacity: .9;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13); }
  .addThis_listSharing_list .addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1; }

.addThis_listSharing_list.is-show {
  right: 0;
  opacity: 1;
  visibility: visible; }

.addThis_listSharing_group .addThis_listSharing {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  background-color: transparent;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.addThis_listSharing_group .addThis_listSharing .listSharing_action {
  position: absolute;
  bottom: 140px;
  border-radius: 12px;
  right: 31px;
  max-width: 300px;
  background-color: #f5f6fa;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 100% bottom;
  transform-origin: 100% bottom;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1); }

.addThis_listSharing_group .addThis_listing .addThis_item {
  margin: 0;
  padding: 10px 15px; }

.addThis_listSharing_group .addThis_listing .addThis_item:not(:last-of-type) {
  border-bottom: 1px solid #ecedf1;
  box-shadow: 0 1px 0 0 #fff; }

.addThis_listSharing_group .addThis_listing .addThis_item .addThis_item--icon {
  width: 100%;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }

.addThis_listSharing_group .addThis_listing .addThis_item .addThis_item--icon svg {
  display: block;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11); }

.addThis_listSharing_group .addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
  opacity: 1;
  visibility: visible;
  position: initial;
  width: calc(100% - 30px);
  padding-left: 15px;
  text-align: left;
  background: transparent;
  color: #1d243e;
  font-size: 13px;
  font-weight: 400; }

.addThis_listSharing_group .addThis_listing .addThis_item:hover .tooltip-text {
  color: var(--shop-color-hover); }

.addThis_listSharing_group .addThis_listing .addThis_item.addThis_item__fbchat {
  display: block; }

.addThis_listSharing_group .addThis_listSharing .addThis_close {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  border: 0;
  outline: none;
  padding: 6px;
  background: transparent; }

.addThis_listSharing_group .addThis_listSharing .addThis_close svg {
  opacity: 0.6;
  width: 24px;
  height: 24px;
  display: block;
  margin: auto; }

.addThis_listSharing_group .addThis_iconContact {
  position: fixed;
  bottom: 110px;
  top: auto !important;
  right: 24px;
  margin: 0;
  z-index: 990;
  cursor: pointer; }

.addThis_listSharing_group .addThis_iconContact .svgico svg {
  fill: #ffffff;
  width: 28px;
  height: 46px;
  transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out; }

.addThis_listSharing_group .addThis_iconContact .box-item .svgico > svg {
  animation: iconSkew 1s infinite ease-out; }

.addThis_listSharing_group .addThis_iconContact .svgico .svgico--close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.3);
  transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out; }

.addThis_listSharing_group .addThis_iconContact .svgico .svgico--close svg {
  fill: #ffffff;
  width: 17px;
  height: 46px; }

.addThis_listSharing_group .addThis_listSharing.active + .addThis_iconContact .svgico .svgico--close {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1); }

.addThis_listSharing_group .addThis_listSharing.active + .addThis_iconContact .svgico > svg {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.3); }

.addThis_listSharing_group .addThis_listSharing.active {
  opacity: 1;
  visibility: visible; }

.addThis_listSharing_group .addThis_listSharing.active .listSharing_action {
  -ms-transition-delay: 0.1s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.1s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1); }

.addThis_listSharing_group .addThis_listSharing.active + .addThis_iconContact .item-livestream {
  opacity: 0;
  visibility: hidden; }

.addThis_listSharing_group .addThis_iconContact .box-item {
  position: relative; }
  .addThis_listSharing_group .addThis_iconContact .box-item + .box-item {
    margin-top: 18px; }
  .addThis_listSharing_group .addThis_iconContact .box-item .svgico {
    position: relative;
    z-index: 4;
    height: 48px;
    width: 48px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ffffff;
    cursor: pointer;
    background: var(--shop-color-main);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    animation: pulse 2s infinite;
    animation: pulse 2s infinite; }
  .addThis_listSharing_group .addThis_iconContact .box-item.item-livestream .svgico {
    background: #ff0000; }
  .addThis_listSharing_group .addThis_iconContact .box-item.item-livestream:before, .addThis_listSharing_group .addThis_iconContact .box-item.item-livestream:after {
    background: #ff0000; }
  .addThis_listSharing_group .addThis_iconContact .box-item:before, .addThis_listSharing_group .addThis_iconContact .box-item:after {
    position: absolute;
    content: '';
    height: 48px;
    width: 48px;
    left: 0;
    top: 0;
    background: var(--shop-color-main);
    border-radius: 50%; }
  .addThis_listSharing_group .addThis_iconContact .box-item:before {
    animation: euiBeaconPulseSmall 2s infinite ease-out; }
  .addThis_listSharing_group .addThis_iconContact .box-item:after {
    animation: euiBeaconPulseSmall 2s  infinite ease-out 0.4s; }

@media (max-width: 991px) {
  .addThis_listSharing_group .addThis_iconContact {
    right: 10px; } }

.addThis_listSharing_group .listSharing_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

@keyframes euiBeaconPulseSmall {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.4);
    opacity: 0; } }

@media (min-width: 1200px) {
  .addThis_listSharing_group .fb_dialog.fb_dialog_advanced, .addThis_listSharing_group .fb_dialog.fb_dialog_mobile {
    z-index: 999 !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .addThis_listSharing_group .addThis_listing .addThis_item.addThis_item__fbchat {
    display: none; } }

@media (max-width: 991px) {
  .addThis_listSharing_group .addThis_listSharing .listSharing_action {
    bottom: 140px;
    left: 14px;
    right: 14px;
    max-width: 100%; }
  .addThis_listSharing_group .addThis_listing .addThis_item .addThis_item--icon svg {
    width: 28px;
    height: 28px; }
  .addThis_listSharing_group .addThis_listing .addThis_item.addThis_item__fbchat {
    display: block; }
  .addThis_listSharing_group .addThis_listSharing.active .listSharing_overlay {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto; } }

/* modal- center */
.modal-addThis {
  font-size: 0;
  text-align: center;
  padding: 0 !important;
  background: rgba(3, 17, 27, 0.7);
  -webkit-transition: opacity .35s linear;
  -o-transition: opacity .35s linear;
  transition: opacity .35s linear; }

.modal-addThis:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

.modal-addThis .modal-dialog-centered {
  font-size: 14px;
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.modal-addThis.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-addThis .modal-dialog-centered .modal-content {
  width: 100%; }

.modal-addThis .modal-dialog-centered {
  margin: 30px auto 50px; }

.modal-addThis.fade .modal-dialog-centered {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s; }

.modal-addThis.fade.in .modal-dialog-centered {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

@media (max-width: 767px) {
  .addThis_iconContact {
    right: 13px; }
  .modal-addThis .modal-dialog-centered {
    margin: 30px 10px 40px; } }

/* modal-succes */
.modal-succesform .modal-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: var(--shop-color-btn); }

.modal-succesform p:not(.modal-title) {
  font-size: 15px;
  margin: 10px 0 5px; }

.modal-succesform p.txtloading {
  color: #aaa;
  font-size: 13px; }

@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    transform: rotate(-405deg); } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

.modal-icon.sweet-alert {
  padding-top: 15px; }

.animateSuccessTip {
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in; }

.sweet-alert .sa-icon.sa-success {
  width: 80px;
  height: 80px;
  border: 4px solid #4cae4c;
  border-radius: 50%;
  margin: 20px auto 0;
  position: relative;
  box-sizing: content-box; }

.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  -moz-transform-origin: 60px 60px;
  -o-transform-origin: 60px 60px;
  transform-origin: 60px 60px; }

.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  -moz-transform-origin: 0px 60px;
  -o-transform-origin: 0px 60px;
  transform-origin: 0px 60px; }

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(92, 184, 92, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #5cb85c;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* modal-contactform */
.modal-contactform .modal-header h4.modal-title {
  text-align: center;
  font-size: 18px;
  font-weight: 500; }

.modal-contactform .modal-header .close {
  margin-top: -10px;
  opacity: 0.5;
  font-size: 26px;
  width: 30px;
  margin-right: -8px; }

.modal-contactform .content_popupform .input-group {
  width: 100%;
  margin: 0 0 15px; }

.modal-contactform .content_popupform .input-group input,
.modal-contactform .content_popupform .input-group textarea {
  border: 1px solid #e7e7e7;
  box-shadow: none;
  height: 40px;
  font-weight: 500;
  padding: 5px 20px;
  background: #fbfbfb;
  color: #252a2b;
  width: 100%; }

.modal-contactform .content_popupform .input-group textarea {
  resize: none;
  height: 80px; }

/* form contact */
.contact-form .input-group {
  width: 100%;
  margin-bottom: 20px; }

.wrapbox-form .contact-form .input-group input {
  width: 100%;
  color: #244b5a;
  font-size: 14px;
  background: #fff;
  border-radius: 6px !important;
  padding: 26px 20px;
  padding-right: 50px;
  border: 2px solid var(--shop-color-border);
  height: 34px; }

.wrapbox-form .contact-form .input-group textarea {
  border: 2px solid var(--shop-color-border);
  border-radius: 6px; }

.contact-form .input-group textarea {
  width: 100%;
  height: 130px;
  padding: 20px 20px;
  border-color: #ebebeb; }

.contact-form .input-group textarea:focus,
.contact-form .input-group input:focus {
  outline: none;
  border-color: var(--shop-color-btn); }

.wrapbox-form .contact-form .input-group i {
  top: 20px;
  right: 36px;
  color: var(--shop-color-btn);
  font-size: 16px;
  position: absolute;
  z-index: 99; }

@media (max-width: 1199px) and (min-width: 992px) {
  .wrapbox-form .contact-form .input-group i {
    right: 15px; }
  .wrapbox-form .contact-form .input-group input {
    padding: 26px 10px; }
  .contact-form .input-group textarea {
    padding: 20px 10px; } }

/*------------------------------Pagination---------------------*/
#pagination {
  margin: 30px 0; }
  #pagination .pagination {
    margin: 0;
    padding: 0;
    justify-content: center;
    -webkit-justify-content: center; }
    #pagination .pagination > li {
      display: inline-block;
      vertical-align: middle; }
      #pagination .pagination > li:not(:last-child) {
        margin-right: 8px; }
      #pagination .pagination > li > span, #pagination .pagination > li a {
        position: relative;
        float: left;
        line-height: 33px;
        text-decoration: none;
        color: #333e48;
        background-color: #fff;
        border: 1px solid #dee2e6;
        width: 35px;
        height: 35px;
        text-align: center;
        border-radius: 0 !important;
        font-weight: 600;
        padding: 0;
        cursor: pointer; }
        #pagination .pagination > li > span.current, #pagination .pagination > li a.current {
          background-color: var(--shop-color-main);
          border-color: var(--shop-color-main);
          color: #fff; }
      #pagination .pagination > li > a:hover, #pagination .pagination > li > a:focus, #pagination .pagination > li > span:hover, #pagination .pagination > li > span:focus {
        z-index: 2;
        color: #fff;
        background-color: var(--shop-color-hover);
        border-color: var(--shop-color-hover); }

/*------------------------------------------------------------
INDEX
-------------------------------------------------------------*/
[class^="section-home-"] {
  position: relative;
  padding: 100px 0; }

.section-home-abouts + .section-home-introduce {
  padding-top: 0; }

@media (min-width: 768px) and (max-width: 991px) {
  [class^="section-home-"] {
    padding: 60px 0; } }

@media (max-width: 767px) {
  [class^="section-home-"] {
    padding: 50px 0;
    font-size: 14px; } }

.section-home-slider {
  position: relative;
  padding: 0;
  margin: 0; }
  .section-home-slider .home-slider-contact {
    position: absolute;
    top: 0;
    right: 5%;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .section-home-slider .home-slider-contact > div {
      margin: 0 10px 0 0; }
    .section-home-slider .home-slider-contact a {
      border-radius: 0 0 10px 10px; }
    .section-home-slider .home-slider-contact > div:nth-child(1) a {
      background-color: var(--shop-color-main); }
    .section-home-slider .home-slider-contact > div:nth-child(2) a {
      background-color: var(--shop-color-main); }
    .section-home-slider .home-slider-contact > div:nth-child(3) a {
      background-color: var(--shop-color-btn); }
    .section-home-slider .home-slider-contact > div a:hover {
      color: var(--shop-color-main);
      background-color: #ffffff; }
  .section-home-slider .home-slider-banner:not(.owl-loaded) {
    display: flex; }
  .section-home-slider .home-slider-banner:not(.owl-loaded).slider-item {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%; }
  .section-home-slider .home-slider-banner .owl-nav {
    position: absolute;
    top: calc(50% - 40px);
    width: 100%; }
    .section-home-slider .home-slider-banner .owl-nav button.owl-next,
    .section-home-slider .home-slider-banner .owl-nav button.owl-prev {
      cursor: pointer;
      text-align: center;
      color: #ffffff;
      background: rgba(0, 0, 0, 0.4);
      width: 40px;
      height: 80px;
      line-height: 80px;
      position: absolute;
      z-index: 2;
      transition: all .3s linear; }
    .section-home-slider .home-slider-banner .owl-nav button.owl-next {
      right: 0; }
    .section-home-slider .home-slider-banner .owl-nav button.owl-prev {
      left: 0; }
    .section-home-slider .home-slider-banner .owl-nav button.owl-next span,
    .section-home-slider .home-slider-banner .owl-nav button.owl-prev span {
      font-size: 42px;
      width: 40px;
      height: 80px;
      line-height: 75px;
      display: block;
      margin: auto; }
  .section-home-slider .home-slider-banner .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%); }
    .section-home-slider .home-slider-banner .owl-dots .owl-dot {
      display: inline-block; }
    .section-home-slider .home-slider-banner .owl-dots .owl-dot span {
      position: relative;
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 0 5px;
      border-radius: 50%;
      cursor: pointer;
      background: transparent;
      border: 2px solid #ffffff;
      -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
      transition: color 0.2s ease-in-out, background 0.2s ease-in-out; }
    .section-home-slider .home-slider-banner .owl-dots .owl-dot.active span {
      background: var(--shop-color-btn);
      border-color: var(--shop-color-btn); }
  @media (min-width: 992px) {
    .section-home-slider .home-slider-banner .owl-nav button.owl-prev:hover,
    .section-home-slider .home-slider-banner .owl-nav button.owl-next:hover {
      width: 80px;
      color: white;
      background: var(--shop-color-btn);
      opacity: .8; } }
  @media (max-width: 767px) {
    .section-home-slider .home-slider-contact {
      display: none; } }

.section-home-abouts .section-heading {
  margin-bottom: 20px; }

.section-home-abouts .widget-abouts__image {
  position: relative;
  display: inline-block; }
  .section-home-abouts .widget-abouts__image:before {
    content: "";
    position: absolute;
    right: 00px;
    bottom: 0px;
    width: 100%;
    height: 94%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAagAAAFoCAMAAAA1hJ9GAAAAnFBMVEUAAAA0zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP80zP+ZhHysd2Sgf3P4QAA0zP+WhoAvkGspAAAAMXRSTlMA/PMD+C0jGgoG59Xs4tzCrIZ7c2ZSRz40EQ4BtJXPzMm8uaOfm45sXFhNOR4U99Lo/GvQ+AAACK5JREFUeNrs3Fl2omAUReGAiNgbe42V1qr0SYHzn1uhiICFiE//YWXvKXyP965zRVWo9n1FFWj57V+Rfh9/faAq0PzLB6oCTb58oCrQcOMDpV9zvfGB0m/R3/hA6ef2Nj5Q+s06Gx8o/cbOxgdKvtp1sPGBks8bhE5Ayde4C52Akq/eDZ2Aku/NDp2Akm9khU5AqVf7FYROQKm3fNw6AaWe2946AaXee2vrBJR6r87WCSjxbobB1gko8ZpPOyegxPvs75yAEq/e2zkBJd7U3jkBJd7Y2jkBpV3tT7BzAko7bxU5AaVd4zZyAkq7eStyAkq7iR05AaXdyIqcgJKu+TuInICSbvGwdwJKOre9dwJKulln7wSUdC/O3gko5W6ug70TUMp5g9gJKOUa97ETUMrVu7ETUMpN7dgJKOWerdgJKOHC1/LYCSjhlquDE1DCfbQPTkAJN28dnIASbuIcnIASbhgcnIDSrblOnIDSbdFPnIDSze0lTkDpNuskTkDpNnYSJ6Bkq10HiRNQsnmDlBNQsjXuUk5AyVbvppyAku3NTjkBJdvISjkBpVp0JIydgFJt+Zh2Ako1t512Akq191baCSjVXp20E1Ci3QyDtBNQojWfMk5AifbZzzgBJVq9l3ECSrSpnXECSrSxlXECSrNofypxAkozb5V1Akqzxm3WCSjN5q2sE1CaTeysE1CajaysE1CShftTWSegJFs8HDkBJZnbPnICSrJZ58gJKMlenGMnoASL9qeyTkDp5Q1ynICSq3Gf5wSUWvVurhNQYk3tfCegtHq2TjgBpVT0Wp7rBJRQy9VpJ6B0+mgXOAEl07xV5ASUShOn0AkokYZBsRNQEjXX55yAUmjRP+sElEBu77wTUOabdUo4AWW8sVPGCSjD1a6DUk5Amc0blHQCymiNu7JOQJms3i3tBJTB3uzyTkCZa2Rd4ASUgZIjYXknoAy1fLzMCSgzue0LnYAy0nvrUiegTPTqGHcCqtT+lHknoErsTyk4AXV+f0rCCaiz+1MaTkAVN7VFnIAqbGypOAFVvD8l4wRU0f6UkBNQBftTSk5AnX4tl3IC6kQTW8sJqPxGlpgTUCf2p9ScgMrdn9JzAirvSCjoBFTOa7miE1DHvTiSTkD9tz+l6QRUJm+g6gRUdn9K1gmozGu5rhNQSVNb2Amo1P6UshNQyWu5tBNQ8f6UuBNQ+/0pdSegoiOhvBNQYRNH3wmo7f5UBZyAaq4r4fTjoRb9ajj9dKh/7NxJbsJQFERR2fpucIcVGwwIhXRSEpJM2P/i8rdx69UazrBKt54gTsGhtoHiFBtqTRinyFC5P8VxCgzVziSnuFDNDeUUFqoaWU5Roe4lzCko1FLQnEJC5ZEQ5xQR6vIGdAoIVfdEp3hQPx3SKRzUd2I6BYPK/SmoUyyo3TvWKRTU357rFAmqmsBOgaCOJdkpDtRaoJ2iQOX+FNspCFR7pTvFgGqe8U4hoE4d3ykC1KEUcAoAtRQKTvJQuT8l4aQOdX4VcRKHqnsVJ22obZBxkob6SjpOwlC5PyXkpAvVzlJOslDNi5aTKlQ1ijmJQh1LNSdNqM9CzkkRKl/L9ZwEoS5XRSc9qN9e0kkO6tRpOqlBHZKokxjU00PVSQpq96HrpAR13gs7CUHVk7KTDtQ2SDvJQK1J20kEKvenxJ00oNpZ3kkCqrnpOylAVWMAJwGoexnBiQ+1FCGc6FB5JIzhBIe6vEVxYkPVfRgnNNRPF8eJDPWdAjlxoXJ/KpITFmr3HsuJCvW3D+YEhaqmaE5MqGMZzgkJtRbxnIBQuT8V0IkH1V5DOuGgmueYTjSoUxfUCQZ1KKM6saCWIqwTCSr3p+I6gaDOr5GdOFB1H9oJA7UNsZ0oUF8puBMDKvenojshoNrZTgSo5sVOBKhqtBMB6ljaiQD1WdgJAJWv5XYCQF2udiJA/fZ2IkCdOjsRoA7JTgSop4edAFC7DzsRoM57OxGg6slOBKhtsBMBak12AkDl/pSdAFDtbCcCVHOzEwGqGu1EgLqXdiJALYWdAFB5JLQTAOryZicCVN3biQD109mJAPWd7ASAyv0pOwGgdu92IkD97e1EgKomOxGgjqWdCFBrYScAVO5P2QkA1V7tRIBqnu1EgDp1diJAHUo7EaCWwk4AqNyfshMA6vxqJwJU3duJALUNdiJAfSU7AaByf8pOAKh2thMBqnmxEwGqGu1EgDqWdiJAfRZ2AkDla7mdAFCXq50IUL+9nQhQp85OBKhDshMB6ulhJwDU7sNOBKjz3k4EqHqyEwFqG+xEgFqTnQBQuT9lJwBUO9uJANXc7ESAqkY7EaDupZ0IUEthJwDUfzt3spNAEIVROBAmwSlREAkxDgs16oL3fzkLQYYeqqtXdTo55xW+5b35w5FQpw5ArV516gLUaKbTpgNQX1OdNhs+1OdApxAdKuxP6bQNDnXxptMuNtTPjU770FDDa53+I0Mt+jodAkPd93Q6hoUK+1M6nUSFmqx1OgsKNX7S6Twm1HKqUyEk1LyvUzEi1F1Pp1I8qLA/pVM5HNTji05V0aBGM50qg0E9XOpUHQvqY6BTTSSosD+lU10gqMmtTvVxoMbPOkXCQA2vdIpFgVr0dYoGgXrv6RQPARVey3VqiAC1WuvUGADqe6ZTc/mhllOdEsoONR/olKXW+1M65anl/pROuWq3P6VTtlrtT+mUrzZHQp0y1mJ/Sqecpe9P6ZS11COhTplL3J/SKXdpR0Kdspe0P6VT/lJey3UClHAk1IlQ4/6UToyaXst1gtSwP6UTpfj+lE6YovtTOnGK7E/pRKp+f0onVLX7Uzqxqnst1wlWzf6UTrSq96d0wlW1P6UTsIr9KZ2IlV/LdUJW2p/SiVnxSKgTtML+lE7UzvandOJ2eiTUCdzJa7lO5I77UzqhO+xP6cRu/1quE73d/pRO+P5ey3Xitz0S6tSBwv6UTl3oF2TyL3+PHSiHAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    opacity: .8;
    z-index: 1; }
  .section-home-abouts .widget-abouts__image .abouts-exp {
    position: absolute;
    right: 10px;
    bottom: 25px;
    text-align: center;
    z-index: 1; }
    .section-home-abouts .widget-abouts__image .abouts-exp .exp-count {
      display: block;
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      margin-top: 5px; }
    .section-home-abouts .widget-abouts__image .abouts-exp .exp-text {
      display: block;
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      margin-top: 8px; }
    .section-home-abouts .widget-abouts__image .abouts-exp .only-counter {
      font-size: 80px;
      line-height: .8;
      margin-bottom: 0;
      font-weight: 600;
      color: #fff;
      letter-spacing: -1px; }
  .section-home-abouts .widget-abouts__image:before, .section-home-abouts .widget-abouts__image .abouts-exp {
    visibility: hidden; }
  .section-home-abouts .widget-abouts__image.lazyloaded:before, .section-home-abouts .widget-abouts__image.lazyloaded .abouts-exp {
    visibility: visible; }

.section-home-abouts .widget-abouts__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .section-home-abouts .widget-abouts__detail .info-left {
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%;
    padding-right: 30px; }
  .section-home-abouts .widget-abouts__detail .info-right {
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
    padding-bottom: 30px;
    -ms-align-self: flex-end;
    align-self: flex-end; }
  .section-home-abouts .widget-abouts__detail .text-1 {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 20px 0;
    font-weight: 500; }
  .section-home-abouts .widget-abouts__detail .text-2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    line-height: 1.6; }

.section-home-abouts .column-abouts-left {
  text-align: center; }

@media (max-width: 1199px) and (min-width: 992px) {
  .section-home-abouts .widget-abouts .abouts-exp .only-counter {
    font-size: 48px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .section-home-abouts .widget-abouts__image {
    margin-bottom: 50px; }
    .section-home-abouts .widget-abouts__image:before {
      width: 50%; } }

@media (max-width: 767px) {
  .section-home-abouts .widget-abouts__image {
    margin-bottom: 30px; }
    .section-home-abouts .widget-abouts__image .abouts-exp .only-counter {
      font-size: 64px; }
  .section-home-abouts .widget-abouts__detail .info-left, .section-home-abouts .widget-abouts__detail .info-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0; }
  .section-home-abouts .widget-abouts__detail .info-left {
    margin-bottom: 20px; }
  .section-home-abouts .widget-abouts__detail .text-1 {
    font-size: 16px; }
  .section-home-abouts .widget-abouts__detail .text-2 {
    font-size: 14px; } }

.section-home-introduce .intro-single {
  position: relative;
  height: 100%;
  border: 2px solid var(--shop-color-border);
  padding: 40px 15px 35px;
  transition: .3s linear; }
  .section-home-introduce .intro-single:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent var(--shop-color-border);
    transition: .3s linear; }

.section-home-introduce .intro-icon {
  margin-bottom: 20px;
  text-align: center; }

.section-home-introduce .intro-icon img:not(.lazyloaded) {
  min-height: 80px; }

.section-home-introduce .intro-content {
  font-size: 15px; }

.section-home-introduce .intro-content h3 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 8px;
  letter-spacing: -1px; }

.section-home-introduce .intro-content h3 a {
  display: inline-block;
  font-weight: bold;
  color: var(--shop-color-title); }

.section-home-introduce .intro-loop .intro-single:hover {
  border-color: var(--shop-color-btn); }

.section-home-introduce .intro-loop .intro-single:hover:before {
  border-color: transparent transparent var(--shop-color-btn); }

@media (min-width: 768px) and (max-width: 991px) {
  .section-home-introduce .intro-loop {
    margin-top: 30px; }
  .section-home-introduce .intro-single {
    padding: 25px 20px; } }

@media (max-width: 767px) {
  .section-home-introduce .intro-loop + .intro-loop {
    margin-top: 20px; }
  .section-home-introduce .intro-single {
    padding: 20px 15px; } }

.section-home-partner {
  background: var(--home-bg-color-1);
  position: relative; }
  .section-home-partner .section-heading h2 {
    color: #ffffff; }
  .section-home-partner .section-heading .bg-title {
    color: #ffffff;
    opacity: 0.06; }
  .section-home-partner .list-partner-overflow {
    overflow: hidden; }
  .section-home-partner .list-partner {
    margin: -2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .section-home-partner .partner-item {
    border-right: 1px solid #314f93;
    border-bottom: 1px solid #314f93;
    margin-top: -1px; }
  .section-home-partner .partner-item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .section-home-partner .partner-item__logo {
      padding: 40px 15px; }
    .section-home-partner .partner-item__logo img {
      transition: .3s linear;
      filter: grayscale(1); }
    .section-home-partner .partner-item__logo:hover img {
      filter: grayscale(0); }
  @media (min-width: 768px) {
    .section-home-partner .partner-item:nth-child(3n+0) {
      border-right: 0; } }
  @media (max-width: 767px) {
    .section-home-partner .partner-item {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
      .section-home-partner .partner-item__logo {
        padding: 25px 12px; }
    .section-home-partner .partner-item:nth-child(2n+0) {
      border-right: 0; } }

.section-home-services {
  background: var(--home-bg-color-2);
  margin: 0; }
  .section-home-services .service-item, .section-home-services .service-contact {
    margin-top: 30px; }
  .section-home-services .service-item {
    margin-top: 30px; }
    .section-home-services .service-item__inner {
      height: 100%;
      background: #fff;
      padding: 45px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
    .section-home-services .service-item__thumb {
      margin-bottom: 25px; }
    .section-home-services .service-item__thumb img {
      transition: .4s linear;
      transform: rotateY(0deg); }
    .section-home-services .service-item__detail {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      .section-home-services .service-item__detail h3 {
        font-size: 20px;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative; }
      .section-home-services .service-item__detail h3 a {
        color: var(--shop-color-title);
        font-weight: bold; }
      .section-home-services .service-item__detail h3:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        height: 1px;
        width: 60px;
        background: #ffe0e0;
        transition: .4s linear; }
      .section-home-services .service-item__detail p {
        margin-bottom: 20px;
        font-weight: 500;
        opacity: .8; }
      .section-home-services .service-item__detail .read-more {
        margin-top: auto; }
      .section-home-services .service-item__detail .read-more a {
        font-size: 14px;
        color: var(--shop-color-btn);
        font-weight: 500; }
      .section-home-services .service-item__detail .read-more a i {
        font-size: 16px;
        margin-left: 3px; }
  .section-home-services .service-contact__inner {
    height: 100%;
    background: #fff;
    padding: 45px 30px;
    background-color: var(--home-bg-color-1);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
  .section-home-services .service-contact .text-line {
    color: #ffffff;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    padding-left: 40px;
    margin-bottom: 20px; }
    .section-home-services .service-contact .text-line:before {
      content: "";
      position: absolute;
      left: 0;
      top: 10px;
      background: #ffffff;
      width: 30px;
      height: 2px; }
  .section-home-services .service-contact .text-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4; }
  .section-home-services .service-contact .actions {
    margin-top: auto; }
  .section-home-services .service-contact .actions .btn {
    background: var(--shop-color-btn);
    box-shadow: none; }
  @media (min-width: 992px) {
    .section-home-services .service-item__inner:hover .service-item__thumb img {
      transform: rotateY(360deg); }
    .section-home-services .service-item__inner:hover .service-item__detail h3:before {
      background: var(--shop-color-title);
      width: 100px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .section-home-services .service-item__inner {
      padding: 25px 20px; } }
  @media (max-width: 767px) {
    .section-home-services .section-heading {
      margin-bottom: 0; }
    .section-home-services .service-item {
      margin-top: 20px; }
      .section-home-services .service-item__inner {
        padding: 20px 20px; }
      .section-home-services .service-item__thumb {
        margin-bottom: 10px; }
      .section-home-services .service-item__detail h3 {
        font-size: 18px;
        margin-bottom: 10px;
        padding-bottom: 10px; }
      .section-home-services .service-item__detail p {
        margin-bottom: 10px; }
    .section-home-services .service-contact__inner {
      padding: 35px 20px; }
    .section-home-services .service-contact .actions .btn {
      display: block;
      margin-top: 10px; } }

.section-home-project {
  margin: 0;
  background: var(--home-bg-color-1);
  position: relative; }
  .section-home-project .container-fluid-pdleft {
    padding: 0 15px; }
  .section-home-project .section-heading h2 {
    color: #ffffff; }
  .section-home-project .block-info {
    margin: 0px 0 40px; }
  .section-home-project .block-info p {
    margin: 0;
    line-height: 1.5;
    color: #a4c5de; }
  .section-home-project .block-cta .btn {
    box-shadow: none; }
  .section-home-project .carousel-item {
    position: relative;
    z-index: 1; }
    .section-home-project .carousel-item__link {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .section-home-project .carousel-item__link:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        background-image: linear-gradient(90deg, rgba(0, 14, 48, 0.70196) 0%, rgba(0, 14, 48, 0) 100%);
        background-image: -moz-linear-gradient(90deg, rgba(0, 14, 48, 0.70196) 0%, rgba(0, 14, 48, 0) 100%);
        background-image: -webkit-linear-gradient(90deg, rgba(0, 14, 48, 0.70196) 0%, rgba(0, 14, 48, 0) 100%);
        background-image: -ms-linear-gradient(90deg, rgba(0, 14, 48, 0.70196) 0%, rgba(0, 14, 48, 0) 100%);
        transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -webkit-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease; }
    .section-home-project .carousel-item__caption {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 20px 30px;
      z-index: 1; }
      .section-home-project .carousel-item__caption h3 {
        font-size: 20px;
        color: #fff;
        margin-bottom: 10px;
        font-weight: bold; }
      .section-home-project .carousel-item__caption h3 a {
        color: #ffffff;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
      .section-home-project .carousel-item__caption .txtlink a {
        font-size: 15px;
        font-weight: 700;
        color: var(--shop-color-btn); }
      .section-home-project .carousel-item__caption .txtlink a i {
        margin-right: 5px; }
  .section-home-project .owl-carousel:not(.owl-loaded) {
    display: flex;
    opacity: 0; }
  .section-home-project .owl-carousel:not(.owl-loaded) .slider-item {
    -webkit-flex: 0 0 40%;
    flex: 0 0 40%; }
  .section-home-project .owl-carousel .owl-stage-outer {
    margin-left: -70px; }
  .section-home-project .widget-detail {
    max-width: 445px; }
  @media (min-width: 992px) {
    .section-home-project .carousel-item:hover .carousel-item__link:before {
      opacity: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .section-home-project .section-heading {
      margin-bottom: 20px; }
    .section-home-project .section-heading h2 {
      font-size: 26px; }
    .section-home-project .block-info {
      margin: 0px 0 30px; }
    .section-home-project .carousel-item__caption {
      padding: 10px; }
    .section-home-project .carousel-item__caption h3 {
      font-size: 12px; }
    .section-home-project .carousel-item__caption .txtlink a {
      font-size: 10px; } }
  @media (max-width: 767px) {
    .section-home-project .owl-carousel .owl-stage-outer {
      margin-left: -30px; }
    .section-home-project .colwrap-left {
      padding-right: 0; }
    .section-home-project .widget-detail {
      margin-top: 30px; }
    .section-home-project .carousel-item__caption {
      padding: 20px 15px; }
      .section-home-project .carousel-item__caption h3 {
        font-size: 18px; }
      .section-home-project .carousel-item__caption .txtlink a {
        font-size: 14px; } }

.section-home-tablist {
  background: var(--home-bg-color-2);
  margin: 0; }
  .section-home-tablist .tablist-title {
    border-bottom: 2px solid var(--shop-color-btn);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 12px 12px 0 0;
    overflow: hidden; }
    .section-home-tablist .tablist-title__item {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      text-align: center;
      padding: 20px 15px;
      background: #ffffff;
      cursor: pointer; }
      .section-home-tablist .tablist-title__item h2 {
        margin: 0;
        color: #658faa;
        font-size: 18px;
        font-weight: 600; }
        .section-home-tablist .tablist-title__item h2 i {
          margin-right: 5px; }
      .section-home-tablist .tablist-title__item.active {
        background: var(--shop-color-title); }
      .section-home-tablist .tablist-title__item.active h2 {
        color: #ffffff; }
  .section-home-tablist .tablist-content {
    background: #ffffff; }
    .section-home-tablist .tablist-content .tab-pannel-item {
      display: none;
      padding: 50px 40px 60px; }
    .section-home-tablist .tablist-content .tab-pannel-item.active {
      display: block; }
    .section-home-tablist .tablist-content .wrapbox-process {
      position: relative;
      z-index: 1; }
      .section-home-tablist .tablist-content .wrapbox-process ul {
        margin: 0;
        padding: 0;
        counter-reset: li;
        list-style: none; }
      .section-home-tablist .tablist-content .wrapbox-process ul li {
        position: relative;
        padding-left: 75px;
        padding-right: 60px;
        margin-bottom: 35px; }
      .section-home-tablist .tablist-content .wrapbox-process ul li:before {
        content: counter(li);
        counter-increment: li;
        height: 45px;
        width: 45px;
        line-height: 45px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 5px;
        display: block;
        text-align: center;
        font-size: 14px;
        color: #ffffff;
        font-weight: 700;
        background: var(--shop-color-btn);
        box-shadow: 0 0 0 5px #ffffff, 0 0 0 8px var(--shop-color-border); }
      .section-home-tablist .tablist-content .wrapbox-process ul li:not(:last-child):after {
        content: "";
        position: absolute;
        left: 21px;
        top: 50px;
        height: 100%;
        width: 2px;
        background: var(--shop-color-border);
        z-index: -1; }
      .section-home-tablist .tablist-content .wrapbox-process .process-content {
        width: calc(100% - 75px); }
        .section-home-tablist .tablist-content .wrapbox-process .process-content .prc-title {
          font-size: 18px;
          margin-bottom: 10px;
          color: var(--shop-color-title);
          font-weight: 500;
          line-height: 1.4; }
        .section-home-tablist .tablist-content .wrapbox-process .process-content .prc-desc p {
          margin-bottom: 0; }
    .section-home-tablist .tablist-content .wrapbox-form .title-form {
      font-size: 22px;
      color: var(--shop-color-title);
      line-height: 1.2;
      letter-spacing: 0px;
      margin-bottom: 20px;
      text-transform: uppercase;
      font-weight: bold; }
  @media (max-width: 991px) {
    .section-home-tablist .tablist-content .wrapbox-process .process-content {
      width: 100%; }
    .section-home-tablist .tablist-content .wrapbox-process ul li {
      padding-right: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .section-home-tablist .tablist-content .contact-form .input-group {
      margin: 10px 0; }
    .section-home-tablist .success-form-contact, .section-home-tablist .error-form-contact {
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .section-home-tablist .tablist-title__item h2 {
      font-size: 16px; }
    .section-home-tablist .tablist-content .tab-pannel-item {
      padding: 30px 15px; }
    .section-home-tablist .tablist-content .wrapbox-form .title-form {
      font-size: 20px;
      margin-top: 0; }
    .section-home-tablist .tablist-content .wrapbox-process .process-content {
      width: 100%; }
    .section-home-tablist .tablist-content .wrapbox-process .process-content .prc-title {
      font-size: 16px;
      margin-bottom: 5px; }
    .section-home-tablist .tablist-content .contact-form .input-group {
      margin: 7px 0; }
    .section-home-tablist .tablist-content .contact-form button.btn {
      margin-top: 20px; }
    .section-home-tablist .tablist-content .wrapbox-form .input-group i {
      right: 20px; }
    .section-home-tablist .tablist-content .success-form-contact, .section-home-tablist .tablist-content .error-form-contact {
      margin-bottom: 7px; } }

.section-home-counts {
  background-image: url("//theme.hstatic.net/1000409802/1001372395/14/home_counts_bkg.jpg?v=5");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  margin: 0; }
  .section-home-counts:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--shop-color-main);
    opacity: .8; }
  .section-home-counts .counter-item {
    position: relative;
    margin-bottom: 30px; }
  .section-home-counts .counter-icon {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 35px; }
    .section-home-counts .counter-icon:before {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -2px;
      height: 5px;
      width: 5px;
      background: var(--shop-color-border);
      border-radius: 50%;
      box-shadow: 0 0 0 2px var(--shop-color-btn); }
    .section-home-counts .counter-icon:after {
      content: "";
      position: absolute;
      width: 110%;
      height: 2px;
      background: var(--shop-color-border);
      opacity: .2;
      left: 50%;
      bottom: 0; }
  .section-home-counts .counter-number {
    position: relative;
    display: inline-block;
    font-size: 50px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 8px; }
    .section-home-counts .counter-number-prefix, .section-home-counts .counter-number-suffix {
      bottom: 10px;
      font-size: 20px;
      position: absolute;
      right: -15px;
      color: #fff;
      text-align: left; }
  .section-home-counts .counter-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700; }
  .section-home-counts .counter-item:last-child .counter-icon:after {
    display: none; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .section-home-counts .counter-icon:after {
      width: 115%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .section-home-counts .counter-icon {
      padding-bottom: 20px;
      margin-bottom: 15px; }
    .section-home-counts .counter-number {
      font-size: 30px; }
      .section-home-counts .counter-number-prefix, .section-home-counts .counter-number-suffix {
        bottom: 5px; } }
  @media (max-width: 991px) {
    .section-home-counts .counter-item:nth-child(even) .counter-icon:after {
      display: none; } }
  @media (max-width: 767px) {
    .section-home-counts {
      padding: 50px 0 30px; }
    .section-home-counts .counter-area {
      display: flex;
      flex-wrap: wrap; }
    .section-home-counts .counter-item {
      margin-bottom: 20px; }
    .section-home-counts .counter-title {
      font-size: 14px; }
    .section-home-counts .counter-icon {
      padding-bottom: 10px;
      margin-bottom: 15px; }
      .section-home-counts .counter-icon:after {
        width: 120%; }
    .section-home-counts .counter-number {
      font-size: 30px; }
      .section-home-counts .counter-number-prefix, .section-home-counts .counter-number-suffix {
        bottom: 5px; } }

.section-home-questions .section-heading {
  margin-bottom: 30px; }

.section-home-questions .accordion-text {
  margin-bottom: 30px; }

.section-home-questions .accordion-item {
  background-color: #ffffff;
  background-clip: border-box;
  border: 2px solid var(--shop-color-border); }
  .section-home-questions .accordion-item__title .btn-link {
    padding: 25px 50px;
    display: block;
    font-size: 14px;
    color: var(--shop-color-text);
    font-weight: 700;
    position: relative;
    text-decoration: none;
    text-transform: uppercase; }
    .section-home-questions .accordion-item__title .btn-link .ico-left {
      width: 25px;
      height: 25px;
      line-height: 25px;
      text-align: center;
      display: block;
      position: absolute;
      left: 10px;
      top: 20px; }
      .section-home-questions .accordion-item__title .btn-link .ico-left svg {
        height: 25px;
        fill: var(--shop-color-hover); }
    .section-home-questions .accordion-item__title .btn-link .ico-right {
      width: 25px;
      height: 25px;
      line-height: 25px;
      text-align: center;
      display: block;
      position: absolute;
      right: 10px;
      top: 24px; }
      .section-home-questions .accordion-item__title .btn-link .ico-right .open, .section-home-questions .accordion-item__title .btn-link .ico-right .close {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        line-height: 25px;
        text-align: center; }
      .section-home-questions .accordion-item__title .btn-link .ico-right .open {
        display: none;
        color: var(--shop-color-hover); }
      .section-home-questions .accordion-item__title .btn-link .ico-right .close {
        display: block; }
    .section-home-questions .accordion-item__title .btn-link:not(.collapsed) span .close {
      display: none; }
    .section-home-questions .accordion-item__title .btn-link:not(.collapsed) span .open {
      display: block; }
  .section-home-questions .accordion-item__content .long-content {
    padding: 0 25px 25px; }

.section-home-questions .accordion-item + .accordion-item {
  border-top: 0; }

@media (max-width: 767px) {
  .section-home-questions .section-heading {
    margin-bottom: 0; }
  .section-home-questions .questions-picture {
    margin-top: 30px; } }

.section-home-blogs {
  background-color: var(--home-bg-color-2); }
  .section-home-blogs .article-item__inner {
    position: relative;
    background: #fff;
    height: 100%;
    box-shadow: 0px 8px 16px 0px rgba(197, 217, 255, 0.2); }
  .section-home-blogs .article-item__image {
    overflow: hidden; }
    .section-home-blogs .article-item__image img {
      transition: .4s linear;
      transform: rotate(0) scale(1); }
  .section-home-blogs .article-item__detail {
    padding: 20px 15px 15px; }
    .section-home-blogs .article-item__detail .art-title {
      font-size: 20px; }
    .section-home-blogs .article-item__detail .art-title a {
      color: var(--shop-color-title);
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 1.3; }
    .section-home-blogs .article-item__detail .art-title:hover a {
      color: var(--shop-color-hover); }
    .section-home-blogs .article-item__detail .art-meta {
      font-size: 14px;
      margin: 8px 0 12px;
      color: var(--shop-color-text); }
    .section-home-blogs .article-item__detail .art-short {
      overflow: hidden;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
    .section-home-blogs .article-item__detail .txt-link {
      color: var(--shop-color-text);
      font-size: 15px;
      font-weight: 400;
      display: inline-block;
      border-bottom: 1px solid var(--shop-color-text);
      opacity: .75; }
    .section-home-blogs .article-item__detail .txt-link:hover {
      color: var(--shop-color-hover); }
  @media (min-width: 992px) {
    .section-home-blogs .article-item__inner:hover .article-item__image img {
      transform: rotate(-3deg) scale(1.1); } }
  @media (max-width: 767px) {
    .section-home-blogs .article-item + .article-item {
      margin-top: 30px; }
    .section-home-blogs .wrapper-section-content {
      margin-left: -15px;
      margin-right: -15px; }
    .section-home-blogs .owl-stage {
      left: -25px; } }

/*------------------------------------------------------------
COLLECTION PAGE
-------------------------------------------------------------*/
.banner-collection-header {
  margin-top: 50px; }

.product-list {
  margin-left: -7.5px;
  margin-right: -7.5px; }

.wrap-collection-body .animated.fadeIn {
  animation-duration: 1.5s;
  animation-delay: 0.3s; }

.wrap-collection-title {
  /*-- title-collection-page --*/ }
  .wrap-collection-title .heading-flexbox {
    margin: 0 -15px;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center; }
  .wrap-collection-title .heading-filter-box {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center; }
  .wrap-collection-title .heading-filter-box svg {
    width: 20px;
    width: 16px;
    height: 16px;
    stroke: var(--shop-color-text);
    margin-left: 5px; }
  .wrap-collection-title .title-filter {
    display: none; }
  .wrap-collection-title .sort-by-wrapper {
    position: relative;
    max-width: 220px;
    margin-left: auto; }
    .wrap-collection-title .sort-by-wrapper:hover .sort-by {
      pointer-events: auto;
      visibility: visible;
      top: 100%;
      opacity: 1; }
  .wrap-collection-title .sort-by-title {
    position: relative;
    height: 38px;
    width: 100%;
    line-height: 36px;
    border-radius: 0px;
    border: 1px solid #e7e7e7;
    font-size: 13px;
    font-weight: 500;
    padding: 0px 40px 0px 10px;
    cursor: pointer;
    background: #ffffff; }
    .wrap-collection-title .sort-by-title:after {
      content: "\f078";
      display: block;
      position: absolute;
      top: 0;
      right: 10px;
      font-family: 'FontAwesome';
      font-size: 10px; }
  .wrap-collection-title .sort-by {
    position: absolute;
    width: 100%;
    z-index: 999;
    background: #ffffff;
    padding: 5px;
    border: 1px solid #e7e7e7;
    border-top: 0;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: calc(100% + 10px);
    z-index: 999;
    pointer-events: none;
    visibility: hidden;
    opacity: 0; }
    .wrap-collection-title .sort-by li {
      position: relative;
      padding: 3px 10px 3px 20px;
      cursor: pointer; }
    .wrap-collection-title .sort-by li:before {
      content: "";
      position: absolute;
      left: 3px;
      top: 10px;
      margin: auto;
      z-index: 1;
      width: 7px;
      height: 5px;
      border: 2px solid #000000;
      border-top-style: none;
      border-right-style: none;
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      -webkit-transform: rotate(-45deg) scale(0, 0);
      -moz-transform: rotate(-45deg) scale(0, 0);
      -ms-transform: rotate(-45deg) scale(0, 0);
      -o-transform: rotate(-45deg) scale(0, 0);
      transform: rotate(-45deg) scale(0, 0); }
    .wrap-collection-title .sort-by li.active:before {
      -webkit-transform: rotate(-45deg) scale(1, 1);
      -moz-transform: rotate(-45deg) scale(1, 1);
      -ms-transform: rotate(-45deg) scale(1, 1);
      -o-transform: rotate(-45deg) scale(1, 1);
      transform: rotate(-45deg) scale(1, 1); }

.layered_filter_title, .layered_filter_bottom, .layered_filter_group .filter_sortby {
  display: none; }

.block_content.layered_filter_sortby .layered_subtitle {
  display: none; }

@media (max-width: 991px) {
  .banner-collection-header {
    margin-top: 20px; }
  /*-- filter-collection-page --*/
  .wrap-collection-title .title-filter {
    padding: 3px 12px;
    border-radius: 15px;
    border: 1px solid #ddcccc;
    margin: 0;
    display: flex;
    align-items: center; }
  .block .block_content {
    position: fixed;
    top: 0;
    display: none;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    overflow: hidden; }
  .layered_filter_container {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    max-height: 100%;
    bottom: 0;
    background: #ffffff;
    margin: 0;
    display: flex;
    overflow: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease; }
  .block_content.show-filter .layered_filter_container {
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .block_content.layered_filter_sortby .layered_filter_container {
    height: auto;
    border-radius: 16px 16px 0 0; }
  .block_content.show-filter .overlays-rgba {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5); }
  .layered_filter_container .group-filter + .group-filter {
    border-top: 1px solid #ddeeee; }
  .layered_filter_container .layered_filter_bottom {
    width: 100%;
    padding: 10px 5px 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .layered_filter_container .layered_filter_bottom .btn-filter {
    margin: 0 6px;
    -ms-flex: 0 0 calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    letter-spacing: 1px;
    outline: none;
    border-radius: 2px;
    text-transform: uppercase; }
  .layered_filter_container .layered_filter_bottom .btn-filter-clear {
    color: #000000;
    background-color: #f3f4f6;
    border: 1px solid #e5e7eb; }
  .layered_filter_container .layered_filter_bottom .btn-filter-apply {
    color: #ffffff;
    background-color: var(--shop-color-main);
    border: 1px solid var(--shop-color-main); }
  .layered_filter_group {
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    border-top: 1px solid #ddcccc;
    border-bottom: 1px solid #ddcccc;
    padding: 10px 15px 10px; }
  .layered_filter_group .icon-control {
    display: none; }
  .layered_filter_title {
    display: block;
    position: relative;
    width: 100%;
    display: block;
    max-width: 100%;
    padding: 12px 50px 12px 15px; }
  .layered_filter_title .title_filter {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0; }
  .layered_filter_title .title_filter .icon-filter {
    width: 22px;
    height: 22px;
    margin-top: -10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
  .layered_filter_title .title_filter .icon-filter svg {
    width: 20px;
    height: 30px;
    fill: #909097;
    stroke: #909097;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  .layered_filter_title .close_filter {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: calc(50% - 15px);
    z-index: 5;
    border: 0;
    background: transparent;
    text-align: center;
    outline: none; }
  .layered_filter_title .close_filter svg {
    width: 16px;
    height: 30px; }
  .layered_filter_group .filter_sortby {
    display: block; }
  .filter_group .filter_group-content {
    padding: 10px 0;
    background: #ffffff; }
  .checkbox-sortby li {
    position: relative;
    margin: 0 0 8px;
    padding: 0 0 0 25px; }
  .checkbox-sortby li:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 5px;
    margin: auto;
    z-index: 1;
    width: 7px;
    height: 5px;
    border: 2px solid #000000;
    border-top-style: none;
    border-right-style: none;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0); }
  .checkbox-sortby li.active:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1); }
  .checkbox-sortby li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #cedadd;
    border-radius: 2px;
    cursor: pointer; }
  .checkbox-sortby li.active:after {
    border: 1px solid #000000; } }

@media (max-width: 767px) {
  .wrap-collection-body {
    margin-top: 0px; } }

/*------------------------------------------------------------
PRODUCT-DETAIL
-------------------------------------------------------------*/
.product-description {
  border-top: 1px dotted #dee2e6;
  padding-top: 15px; }

.product-description .description-content:not(.opened) .expandable-content_toggle {
  margin-top: 30px;
  border: 0; }

.product-description .description-content .description-productdetail {
  position: relative; }

.product-description .description-content .description-productdetail {
  position: relative; }

.product-description .description-content.opened .description-productdetail:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  pointer-events: none;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4) 15%, #fff); }

.expandable-content_toggle {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #0a8e46;
  padding: 12px 15px;
  color: #0a8e46;
  position: relative;
  text-align: center;
  font-weight: 500;
  background: #fff;
  z-index: 99;
  outline: none; }

.expandable-content_toggle-icon {
  position: relative;
  margin-right: 15px;
  width: 10px;
  height: 10px;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out; }

.expandable-content_toggle-icon:before, .expandable-content_toggle-icon:after {
  content: "";
  position: absolute;
  background: #0a8e46;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  top: 50%;
  left: 50%; }

.expandable-content_toggle-icon:before {
  width: 2px;
  height: 10px; }

.expandable-content_toggle-icon:after {
  width: 10px;
  height: 2px; }

.expandable-content_toggle.btn-closemore .expandable-content_toggle-icon:before {
  content: none; }

.expandable-content_toggle.btn-closemore:before {
  height: 0; }

.list-productRelated h2, .list-productViewed h2 {
  margin: 0 0 20px; }

.list-productViewed {
  padding-top: 25px; }

.pro-soldold {
  font-weight: 500; }
  .pro-soldold:before {
    content: " ";
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #cccccc;
    margin: 0 7px; }

@media (min-width: 1200px) {
  .productDetail-page {
    margin-bottom: 40px; }
  .product-detail-main {
    margin-bottom: 40px; } }

@media (max-width: 767px) {
  .main-body-product {
    margin-bottom: 60px; }
  .list-productRelated h2, .list-productViewed h2 {
    font-size: 24px; }
  .list-productRelated .listpro-content, .list-productViewed .listpro-content {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden; }
  .product .owl-stage {
    left: -15px; } }

/*--- owl-carousel-style ---*/
.owlCarousel-style.owl-carousel .owl-nav .owl-prev,
.owlCarousel-style.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 15px);
  z-index: 3;
  width: 38px;
  height: 38px;
  line-height: 36px;
  font-size: 14px;
  color: #000;
  background: #fff;
  border: 1px solid var(--shop-color-border);
  outline: none;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0.8) translateY(-50%);
  -ms-transform: scale(0.8) translateY(-50%);
  transform: scale(0.8) translateY(-50%);
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s; }
  .owlCarousel-style.owl-carousel .owl-nav .owl-prev span,
  .owlCarousel-style.owl-carousel .owl-nav .owl-next span {
    font-size: 0; }
    .owlCarousel-style.owl-carousel .owl-nav .owl-prev span:before,
    .owlCarousel-style.owl-carousel .owl-nav .owl-next span:before {
      content: "";
      font-family: 'FontAwesome';
      font-size: 26px; }

.owlCarousel-style.owl-carousel .owl-nav .owl-prev {
  left: -16px; }
  .owlCarousel-style.owl-carousel .owl-nav .owl-prev span:before {
    content: "\f104"; }

.owlCarousel-style.owl-carousel .owl-nav .owl-next {
  right: -16px; }
  .owlCarousel-style.owl-carousel .owl-nav .owl-next span:before {
    content: "\f105"; }

.owlCarousel-style.owl-carousel .owl-nav .owl-prev.disabled,
.owlCarousel-style.owl-carousel .owl-nav .owl-next.disabled {
  visibility: hidden;
  opacity: 0; }

@media (min-width: 992px) {
  .owlCarousel-style.owl-carousel .owl-nav .owl-prev:hover,
  .owlCarousel-style.owl-carousel .owl-nav .owl-next:hover {
    -webkit-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%); } }

@media (max-width: 767px) {
  .owlCarousel-style.owl-carousel .owl-nav .owl-prev {
    left: 10px; }
  .owlCarousel-style.owl-carousel .owl-nav .owl-next {
    right: 10px; } }

/*------------------------------------------------------------
PAGE
-------------------------------------------------------------*/
.section-parallax {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative; }
  .section-parallax:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.36);
    z-index: 1; }

.section-breadcrumb {
  background-image: url(//theme.hstatic.net/1000409802/1001372395/14/breadcrumb-banner.jpg?v=5); }

.headtitle-block {
  position: relative;
  z-index: 1; }
  .headtitle-block h1, .headtitle-block h2 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    text-transform: uppercase; }
  .headtitle-block .breadcrumb-shop {
    background: transparent; }
    .headtitle-block .breadcrumb-shop .breadcrumb {
      justify-content: left; }
    .headtitle-block .breadcrumb-shop .breadcrumb > li a, .headtitle-block .breadcrumb-shop li {
      color: #ffffff; }

@media (max-width: 991px) {
  .section-parallax {
    padding: 40px 0;
    background-attachment: inherit; } }

@media (max-width: 767px) {
  .section-parallax .headtitle-block h1, .section-parallax .headtitle-block h2 {
    font-size: 20px; } }

/*------------------------------------------------------------
PAGE ABOUT
-------------------------------------------------------------*/
[class^="section-about"] {
  padding: 90px 0; }

@media (max-width: 991px) {
  [class^="section-about"] {
    padding: 45px 0;
    font-size: 14px; } }

@media (min-width: 1200px) {
  .zoom-slow {
    overflow: hidden; }
  .zoom-slow:hover .banner-hover-effect:before, .zoom-slow:hover .banner-hover-effect:after {
    width: 100%;
    height: 100%; }
  .zoom-slow img {
    display: block;
    margin: 0;
    height: auto;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out; }
  .zoom-slow:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .banner-hover-effect:before, .banner-hover-effect:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    background-color: rgba(255, 255, 255, 0.15);
    transition: all .8s ease-in-out 0s;
    -webkit-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s; }
  .banner-hover-effect:before {
    top: 0;
    left: 0;
    z-index: 1; }
  .banner-hover-effect:after {
    bottom: 0;
    right: 0;
    z-index: 2; } }

.section-about01-information .flex-container-information, .section-about02-information .flex-container-information {
  counter-reset: popular-counter; }

.section-about01-information .flex-container-information .number, .section-about02-information .flex-container-information .number {
  counter-increment: popular-counter; }

.section-about01-information .flex-container-information .number:after, .section-about02-information .flex-container-information .number:after {
  content: counter(popular-counter); }

.section-about01-information .about-item__inner, .section-about02-information .about-item__inner {
  padding: 45px 30px;
  box-shadow: 0px 2px 6px 2px #f5f2f2;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .section-about01-information .about-item__inner:hover, .section-about02-information .about-item__inner:hover {
    box-shadow: 0px 0px 30px -24px rgba(0, 0, 0, 0.8); }
    .section-about01-information .about-item__inner:hover span, .section-about02-information .about-item__inner:hover span {
      color: var(--shop-color-btn); }
    .section-about01-information .about-item__inner:hover img, .section-about02-information .about-item__inner:hover img {
      transform: rotateY(360deg); }
  .section-about01-information .about-item__inner h3, .section-about02-information .about-item__inner h3 {
    padding-top: 15px;
    font-size: 20px;
    font-weight: 600; }
  .section-about01-information .about-item__inner span, .section-about02-information .about-item__inner span {
    font-size: 50px;
    font-weight: 600;
    position: absolute;
    margin-left: 10px;
    color: #eee;
    transition: all .3s ease;
    -webkit-transition: all .3s ease; }
  .section-about01-information .about-item__inner img, .section-about02-information .about-item__inner img {
    width: 70px;
    height: 70px;
    color: #fff;
    padding: 15px;
    border-radius: 50%;
    background: var(--shop-color-btn);
    transition: .6s linear;
    transform: rotateY(0deg); }

.section-about01-information .about-item__detail, .section-about02-information .about-item__detail {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (min-width: 768px) and (max-width: 991px) {
  .section-about01-information .about-item, .section-about02-information .about-item {
    margin-bottom: 30px; }
    .section-about01-information .about-item__inner, .section-about02-information .about-item__inner {
      padding: 25px 20px; }
    .section-about01-information .about-item__inner img, .section-about02-information .about-item__inner img {
      width: 50px;
      height: 50px; }
    .section-about01-information .about-item__inner span, .section-about02-information .about-item__inner span {
      font-size: 36px; }
    .section-about01-information .about-item__inner h3, .section-about02-information .about-item__inner h3 {
      font-size: 18px; } }

@media (max-width: 767px) {
  .section-about01-information .about-item, .section-about02-information .about-item {
    margin-bottom: 20px; }
    .section-about01-information .about-item:last-child, .section-about02-information .about-item:last-child {
      margin-bottom: 0; }
    .section-about01-information .about-item__inner, .section-about02-information .about-item__inner {
      padding: 25px 20px; } }

/*--- page ---*/
.sidebar-page .group-menu {
  margin: 0 0 30px;
  position: relative;
  padding: 20px 20px 10px;
  border: 1px solid #e3e5ec; }

.sidebar-page .page_menu_title h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 14px;
  text-align: center; }

.sidebar-page .box_image {
  margin-bottom: 30px; }

.sidebar-page .layered-category {
  padding-top: 0px;
  border-top: 2px solid #dee2e6; }

.sidebar-page .tree-menu {
  margin-bottom: 0; }

.sidebar-page .tree-menu > li {
  border-bottom: 1px dashed #e7e7e7;
  padding: 12px 0; }

.sidebar-page .tree-menu > li:last-child {
  border-bottom: none; }

@media (max-width: 991px) {
  .sidebar-page .page_menu_title h2 {
    text-align: left; } }

.pageAbout-us .heading-page h1 {
  margin: 0 0 25px; }

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

.section-about01-overall .section-heading {
  margin-bottom: 25px; }

.section-about01-overall .section-content p {
  margin-top: 20px; }

.section-about01-overall .box-banner {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-content: center;
  -ms-align-content: center;
  -webkit-align-content: center;
  overflow: hidden; }

.section-about01-overall .widget-about {
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .section-about01-overall {
    padding-bottom: 0; }
    .section-about01-overall .widgetRow {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      align-items: center;
      -ms-align-items: center;
      -webkit-align-items: center; } }

@media (max-width: 767px) {
  .section-about01-overall {
    padding-bottom: 0; } }

.section-about01-service {
  background: var(--home-bg-color-1); }

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

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

.section-about01-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-about01-service .box-wrapper h4 {
    color: #ffffff;
    font-size: 22px; }

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

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

@media (max-width: 767px) {
  .section-about01-service .box-wrapper {
    padding: 25px 20px;
    margin-bottom: 20px; }
    .section-about01-service .box-wrapper.text-right {
      text-align: left; }
    .section-about01-service .box-wrapper.right:last-child {
      margin-bottom: 0; } }

.section-about01-stories {
  background: var(--home-bg-color-2); }
  .section-about01-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-about01-stories .story-row .block-detail {
    position: relative;
    padding: 20px 30px;
    margin: 40px 0px; }
    .section-about01-stories .story-row .block-detail .date {
      font-size: 14px; }
    .section-about01-stories .story-row .block-detail h3 {
      font-size: 22px; }
  .section-about01-stories .story-row:nth-child(even) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .section-about01-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-about01-stories .story-row:nth-child(even) .block-detail h3 {
        color: #fff; }
  .section-about01-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-about01-stories .story-row .block-detail {
      padding: 18px 20px; }
    .section-about01-stories .story-row:nth-child(even) .block-detail {
      right: 0;
      margin-right: -70px; }
    .section-about01-stories .story-row:nth-child(odd) .block-detail {
      left: 0;
      margin-left: -70px; } }
  @media (max-width: 767px) {
    .section-about01-stories .story-row {
      margin-bottom: 25px; }
      .section-about01-stories .story-row:last-child {
        margin-bottom: 0; }
    .section-about01-stories .story-row .block-detail {
      padding: 20px 15px; }
    .section-about01-stories .story-row:nth-child(even) .block-detail {
      right: 0;
      margin: 0;
      text-align: left; }
    .section-about01-stories .story-row:nth-child(odd) .block-detail {
      left: 0;
      margin: 0; } }

/*--- page.about-02 ---*/
.section-about02-breadcrumb {
  background-image: url(//theme.hstatic.net/1000409802/1001372395/14/about02_banner_bkg.jpg?v=5); }

.section-about02-alternate {
  padding-top: 0; }
  .section-about02-alternate .row-flex {
    margin: 0; }
  .section-about02-alternate .row-flex: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 .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.05;
      z-index: -1; }
  @media (min-width: 1200px) {
    .section-about02-alternate .row-flex {
      margin-bottom: 60px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .section-about02-alternate .row-flex {
      margin-bottom: 40px; }
      .section-about02-alternate .row-flex:last-child {
        margin-bottom: 0; }
    .section-about02-alternate .alternate-image {
      padding: 0; } }
  @media (max-width: 767px) {
    .section-about02-alternate .row-flex {
      margin-bottom: 50px; }
      .section-about02-alternate .row-flex:last-child {
        margin-bottom: 0; }
    .section-about02-alternate .alternate-image {
      padding: 0 0 20px; }
    .section-about02-alternate .alternate-detail {
      padding: 0; }
      .section-about02-alternate .alternate-detail h2 {
        font-size: 22px; }
    .section-about02-alternate .alternate-image .block-image {
      padding: 20px 0; }
    .section-about02-alternate .alternate-detail .button_content_box {
      margin-top: 15px; } }

/*--- page.about-03 ---*/
.section-about03-breadcrumb {
  background-image: url(//theme.hstatic.net/1000409802/1001372395/14/about03_banner_bkg.jpg?v=5); }

.section-about03-introduce {
  padding-bottom: 0; }
  .section-about03-introduce .section-heading {
    margin-bottom: 30px; }
  .section-about03-introduce .widget-about__des {
    line-height: 1.6; }
  .section-about03-introduce .about-introduce-top .row-flex {
    align-items: center; }
  .section-about03-introduce .button_content_box {
    margin-top: 30px; }
  .section-about03-introduce .about-introduce-top {
    margin-bottom: 50px; }
    .section-about03-introduce .about-introduce-top ul li {
      margin-top: 15px;
      margin-left: 25px;
      position: relative; }
    .section-about03-introduce .about-introduce-top ul li:before {
      content: "";
      position: absolute;
      width: 15px;
      height: 15px;
      background: transparent;
      border: 5px solid var(--shop-color-btn);
      border-radius: 50%;
      top: 4px;
      left: -25px; }
  .section-about03-introduce .about-introduce-bottom {
    background: var(--shop-color-main);
    text-align: center;
    color: #ffffff; }
    .section-about03-introduce .about-introduce-bottom .item-number {
      padding: 50px 0; }
    .section-about03-introduce .about-introduce-bottom .item-number .counter {
      font-size: 48px;
      font-weight: 700; }
    .section-about03-introduce .about-introduce-bottom .item-number .lift {
      font-size: 36px;
      font-weight: 500; }
    .section-about03-introduce .about-introduce-bottom .item-number .text {
      text-transform: uppercase;
      font-weight: 600; }
  @media (max-width: 991px) {
    .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-bottom: 20px; }
    .section-about03-introduce .about-introduce-bottom .item-number {
      padding: 20px 0; }
    .section-about03-introduce .about-introduce-bottom .item-number .counter {
      font-size: 28px; }
    .section-about03-introduce .about-introduce-bottom .item-number .lift {
      font-size: 26px; } }

.section-about03-members .section-heading, .section-about03-members .section-content {
  margin-bottom: 30px; }

.section-about03-members .members-item-block {
  padding: 25px 20px;
  box-shadow: 0px 2px 6px 2px #f5f2f2;
  text-align: center;
  position: relative; }

.section-about03-members .members-item-avatar {
  overflow: hidden;
  border-radius: 50%;
  position: relative; }

.section-about03-members .members-item-text .name {
  margin: 20px 0 5px;
  font-weight: 700;
  font-size: 18px; }

.section-about03-members .members-item-text .office {
  text-transform: uppercase;
  font-weight: 500; }

.section-about03-members .members-item-text .desc-1 {
  display: none; }

.section-about03-members .members-item-text .desc-2 {
  font-size: 14px; }

.section-about03-members .members-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center; }

.section-about03-members .members-item-overlay::before, .section-about03-members .members-item-overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
  transform-origin: left; }

.section-about03-members .members-item:nth-child(1) .members-item-overlay::before {
  background-image: url("//theme.hstatic.net/1000409802/1001372395/14/about03_team_1_img.jpg?v=5"); }

.section-about03-members .members-item:nth-child(2) .members-item-overlay::before {
  background-image: url("//theme.hstatic.net/1000409802/1001372395/14/about03_team_2_img.jpg?v=5"); }

.section-about03-members .members-item:nth-child(3) .members-item-overlay::before {
  background-image: url("//theme.hstatic.net/1000409802/1001372395/14/about03_team_3_img.jpg?v=5"); }

.section-about03-members .members-item:nth-child(4) .members-item-overlay::before {
  background-image: url("//theme.hstatic.net/1000409802/1001372395/14/about03_team_4_img.jpg?v=5"); }

.section-about03-members .members-item-overlay::after {
  background-color: rgba(0, 0, 0, 0.36); }

.section-about03-members .members-item-overlay .members-item-text {
  position: relative;
  padding: 20px;
  z-index: 1;
  transition: transform 0.3s ease-in-out;
  transform: translateX(-100%);
  color: #fff; }

@media (min-width: 768px) {
  .section-about03-members .members-item:hover .members-item-overlay::before, .section-about03-members .members-item:hover .members-item-overlay::after {
    transform: scaleX(1);
    transition: transform 0.3s ease-in-out;
    transform-origin: left;
    transition-delay: 0s; }
  .section-about03-members .members-item:hover .members-item-overlay .members-item-text {
    transform: translateX(0px);
    transition: transform 0.3s ease-in-out;
    transition-delay: 0s; } }

@media (max-width: 991px) {
  .section-about03-members .members-item {
    margin-bottom: 30px; }
    .section-about03-members .members-item:last-child {
      margin-bottom: 0; } }

@media (max-width: 767px) {
  .section-about03-members .members-item-text .desc-1 {
    display: block; }
  .section-about03-members .members-item-avatar {
    width: 60%;
    right: 0;
    left: 0;
    margin: auto; } }

.section-about03-fields {
  background: var(--home-bg-color-2); }
  .section-about03-fields .button_content_box {
    margin-top: 20px; }
  .section-about03-fields .box-content {
    padding: 25px 20px;
    text-align: center;
    height: 100%;
    background: #fff; }
  .section-about03-fields .box-content h3 {
    font-size: 18px; }
  @media (min-width: 992px) {
    .section-about03-fields {
      padding-bottom: 60px; }
    .section-about03-fields .section-heading {
      margin-bottom: 0; }
    .section-about03-fields .fields-loop {
      margin-bottom: 30px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .section-about03-fields {
      padding-bottom: 15px; } }
  @media (max-width: 991px) {
    .section-about03-fields {
      padding-bottom: 30px; }
    .section-about03-fields .box-content {
      padding: 8px 10px; }
    .section-about03-fields .box-content h3 {
      font-size: 16px; }
    .section-about03-fields .row-flex {
      margin: 0 -7px; }
    .section-about03-fields .fields-loop {
      margin-bottom: 15px;
      padding: 0 7px; } }

/*--------------------------------------------------------------------------------
BLOG - ARTICLE
--------------------------------------------------------------------------------*/
/* article */
.list-article-content {
  margin-bottom: 40px; }

.list-article-content .article {
  margin-bottom: 30px; }

.list-article-content .article-inner {
  height: 100%;
  box-shadow: 0px 2px 6px 0px #f5f2f2;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column; }
  .list-article-content .article-inner .article_detail {
    padding: 20px 20px 30px; }

.list-article-content .no-post {
  font-size: 16px; }

.list-article-content .article_image a {
  overflow: hidden;
  display: block; }
  .list-article-content .article_image a img {
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s; }

.list-article-content .article:hover .article_image a img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1); }

.list-article-content .blog-post-title {
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

.list-article-content .blog-post-content {
  line-height: 1.5;
  margin-bottom: 15px; }

.list-article-content .blog-post-meta {
  color: #999;
  font-size: 10px;
  padding: 0;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px; }
  .list-article-content .blog-post-meta > span:not(:last-child):after {
    content: '/';
    padding-left: 4px; }

@media (max-width: 991px) {
  .list-article-content {
    margin-bottom: 0; }
  .list-article-content .article:hover .article_image a img {
    transform: none; } }

@media (max-width: 767px) {
  .list-article-content {
    margin: 0 -7px; }
    .list-article-content .article {
      padding-left: 7px;
      padding-right: 7px;
      margin-bottom: 14px; }
      .list-article-content .article .article-inner {
        display: block; }
        .list-article-content .article .article-inner .article_detail {
          padding: 5px 10px 20px; }
          .list-article-content .article .article-inner .article_detail .blog-post-title {
            font-size: 16px;
            -webkit-line-clamp: 2; } }

.menuList-links {
  margin: 0; }
  .menuList-links > li {
    position: relative;
    border-bottom: 1px dashed #dee2e6; }
    .menuList-links > li:last-child {
      border-bottom: 0; }
    .menuList-links > li > a {
      position: relative;
      display: block;
      padding: 12px 0;
      font-weight: 500;
      font-size: 15px; }
    .menuList-links > li.has-submenu span.icon-plus-submenu {
      width: 25px;
      height: 25px;
      cursor: pointer;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      border: 1px solid transparent; }
      .menuList-links > li.has-submenu span.icon-plus-submenu:hover {
        border: 1px solid #dee2e6; }
    .menuList-links > li.active a {
      font-weight: 600; }
  .menuList-links li {
    position: relative; }
    .menuList-links li ul.submenu-links {
      display: none; }
      .menuList-links li ul.submenu-links li a {
        color: #252a2b;
        position: relative;
        font-size: 13px;
        display: block;
        padding: 8px 0 8px 0px; }
    .menuList-links li.has-submenu.opened > a .icon-plus-submenu:after {
      -moz-transform: translateY(-50%) scale(1, 0);
      -ms-transform: translateY(-50%) scale(1, 0);
      -webkit-transform: translateY(-50%) scale(1, 0);
      transform: translateY(-50%) scale(1, 0); }
    .menuList-links li.has-submenu.level0 ul.submenu-links {
      border-top: 1px dashed #dee2e6; }
      .menuList-links li.has-submenu.level0 ul.submenu-links li a {
        padding-left: 12px; }
    .menuList-links li.has-submenu.level1 ul.submenu-links li a {
      padding-left: 22px; }
    .menuList-links li.has-submenu.level2 ul.submenu-links li a {
      padding-left: 32px; }

.icon-plus-submenu:before, .icon-plus-submenu:after {
  background: rgba(9, 9, 9, 0.6);
  content: '';
  display: block;
  position: absolute;
  margin-right: 7px;
  top: 50%;
  right: 0;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  -webkit-transition: all .25s linear;
  transition: all .25s linear; }

.icon-plus-submenu:before {
  width: 9px;
  height: 1px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.icon-plus-submenu:after {
  width: 1px;
  height: 9px;
  right: 4px;
  transform-origin: center;
  -moz-transform: translateY(-50%) scale(1, 1);
  -ms-transform: translateY(-50%) scale(1, 1);
  -webkit-transform: translateY(-50%) scale(1, 1);
  transform: translateY(-50%) scale(1, 1); }

/* Table of Contents Article */
.table-of-contents {
  background: #f7fbf9;
  border: 1px solid #e0f1e9;
  border-radius: 6px;
  display: block;
  padding: 8px 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 15px 0 20px;
  width: 100%;
  display: table; }

.table-of-contents .table-title {
  font-weight: 700;
  font-size: 15px;
  margin: 0;
  padding: 10px 0; }

.table-of-contents .table-title .toc_toggle {
  font-size: 13px;
  color: #bcbdc1;
  display: inline-block;
  vertical-align: 2px;
  margin-left: 8px; }

.table-of-contents .table-title .toc_toggle a {
  color: var(--shop-color-main);
  padding: 0 1px; }

.table-of-contents ul {
  font-size: 14px;
  list-style-type: disc;
  margin: 0 0 0 16px; }

.table-of-contents ul li {
  list-style-position: outside;
  margin: 8px 0 0; }

.table-of-contents ul li::marker {
  color: var(--shop-color-main); }

.table-of-contents ul li a {
  text-decoration: none;
  color: #333333; }

.table-of-contents > ul {
  padding-bottom: 10px; }

.table-of-contents > ul ul ul {
  display: none; }

.table-of-contents ul li a:hover, .table-of-contents ul li a:focus {
  color: var(--shop-color-hover); }

.table-content-button {
  width: 35px;
  height: 35px;
  display: block;
  position: fixed;
  left: 10px;
  z-index: 10;
  opacity: 0;
  top: 45%;
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.table-content-button .btn-icolist {
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  outline: none;
  float: left;
  background: #fcfcfc;
  border: 1px solid #eeeeee;
  border-radius: 4px; }

.table-content-button .btn-icolist svg {
  width: 20px;
  height: 35px; }

.table-content-fixed {
  position: fixed;
  left: 10px;
  z-index: 999;
  max-width: 280px;
  top: 45%;
  background: #f7fbf9;
  border: 1px solid #e0f1e9;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  -webkit-transform-origin: 0 top;
  transform-origin: 0 top;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }

.table-content-fixed .table-of-header {
  position: relative;
  padding-right: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 12px;
  border-bottom: 1px solid  #eeeeee; }

.table-content-fixed .table-of-header .hTitle {
  max-width: calc(100% - 50px);
  margin-left: 0;
  font-weight: 600;
  font-size: 14px; }

.table-content-fixed .table-of-header .hClose {
  position: absolute;
  right: 5px;
  top: 2px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  text-align: center; }

.table-content-fixed .table-of-header .hClose svg {
  width: 32px;
  height: 32px;
  width: 14px; }

.table-content-fixed .table-of-contents {
  border: 0;
  background: #ffffff;
  margin: 0;
  padding: 5px 12px;
  box-shadow: none;
  display: block;
  overflow: hidden;
  overflow-y: scroll;
  max-height: 70vh;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }

.table-content-fixed .table-of-contents .table-title {
  display: none; }

.table-content-fixed .table-of-contents ul {
  font-size: 13px; }

.table-content-button.active {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1); }

.table-content-fixed.active {
  transform: scale(1) translateY(-45%);
  -webkit-transform: scale(1) translateY(-45%);
  -moz-transform: scale(1) translateY(-45%);
  -ms-transform: scale(1) translateY(-45%);
  -o-transform: scale(1) translateY(-45%); }

/* style - scroll */
.table-content-fixed .table-of-contents::-webkit-scrollbar {
  width: 3px;
  height: 30px; }

.table-content-fixed .table-of-contents::-webkit-scrollbar-track {
  -webkit-border-radius: 0px;
  border-radius: 0px; }

.table-content-fixed .table-of-contents::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.table-content-fixed .table-of-contents::-webkit-scrollbar-thumb:window-inactive {
  background: #e1e3e4; }

.table-content-fixed .table-of-contents::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4); }

@media (max-width: 991px) {
  .table-content-button, .table-content-fixed {
    left: 3px; }
  .table-content-fixed .table-of-contents {
    max-height: 50vh; } }

/* scroll body sticky siderbar*/
@media (min-width: 992px) {
  .stickyProduct-gallery, .stickyProduct-detail, .blog-aside-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    transition: all 400ms ease; }
  body.scroll-body-up .blog-aside-sticky {
    top: 100px; } }

@media (min-width: 992px) {
  .scroll-body-up .blog-aside-sticky {
    top: 100px;
    -webkit-transition: top 400ms ease;
    -moz-transition: top 400ms ease;
    transition: top 400ms ease; } }

@media (min-width: 768px) {
  .scroll-body-up .wrap-order-summary.sticky-cart-order {
    top: 80px; } }

.box-article-heading h1 {
  margin: 0 0 10px;
  font-size: 28px; }

.box-article-heading .article-info-more {
  margin: 0 0 15px; }

.box-article-heading .header-page {
  z-index: 9; }

.box-article-heading .header-page:after {
  background: #000; }

ul.article-info-more li {
  opacity: 0.85;
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 600; }

ul.article-info-more li i {
  margin-right: 5px; }

.meta-tags .tags-title {
  font-weight: 500; }

.meta-tags a.tag {
  opacity: 0.8;
  font-style: italic;
  font-size: 14px; }

.meta-tags a.tag:after {
  content: ",";
  margin: 1px; }

.post-navigation {
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 600; }

.post-navigation .right {
  float: right; }

.post-navigation .left {
  float: left; }

.article-pages, .meta-tags, .article-comment .comment_form, .box-article-heading, .post-navigation {
  margin-bottom: 40px; }

.article-pages * {
  max-width: 100% !important; }

.article-pages h2, .article-pages h3 {
  font-size: 18px; }

.article-pages ul {
  list-style: initial;
  padding-left: 20px; }

.article-pages ol {
  list-style-type: decimal;
  padding-left: 20px; }

.article-pages ul ul {
  list-style-type: circle; }

.article-pages ul ul ul {
  list-style-type: square; }

.article-comment .title-bl h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px; }

.article-comment .title-bl h2:after {
  content: "";
  display: block;
  margin-top: 25px;
  width: 30px;
  height: 3px;
  background: #252a2b; }

.article-comment .comment_form .form-group input, .article-comment .comment_form .form-group textarea {
  box-shadow: none;
  background: #ededed;
  color: var(--shop-color-text);
  border: 0;
  border-radius: 0; }

.article-comment .comment_form .form-group input {
  padding: 0 20px;
  height: 55px; }

.article-comment .comment_form .form-group textarea {
  padding: 20px;
  resize: none; }

.article-comment .comment_form button.btn-rb {
  background: var(--shop-color-btn);
  border: 0;
  height: 55px;
  display: inline-block;
  padding: 0 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px; }

.article-comment .comment_form button.btn-rb:hover {
  background: #65d1e6; }

#article h3.author {
  font-size: 14px;
  font-style: normal;
  text-transform: capitalize; }

#binhluan .date {
  float: right;
  color: #333333;
  font-size: 12px; }

#binhluan .comment-user {
  padding: 25px 0;
  border-bottom: 1px solid #ededed; }

/*--- Sidebar Blog ---*/
.sidebar-blog h2 {
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600; }

.sidebar-blog .layered {
  border-top: 2px solid #dee2e6; }

.news-latest, .menu-blog, .tag-blog {
  margin: 0 0 30px;
  position: relative;
  padding: 20px;
  border: 1px solid #e3e5ec; }

.tag-blog .sidebox_content-tagged {
  margin-top: 15px;
  padding-top: 15px; }

.tag-blog .sidebox_content-tagged a {
  border: 2px solid #dee2e6;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  padding: 8px 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .tag-blog .sidebox_content-tagged a:hover {
    background: var(--shop-color-main);
    border-color: var(--shop-color-main);
    color: #fff; }

.list-news-latest {
  counter-reset: popular-counter; }

.list-news-latest .item-article {
  -webkit-transition: .4s;
  transition: .4s;
  padding: 15px 0 15px 30px;
  border-bottom: 1px dashed #ebebeb;
  position: relative; }

.list-news-latest .item-article:last-child {
  border-bottom: none; }

.list-news-latest .item-article .number {
  font-size: 30px;
  font-weight: 500;
  color: #cdcfd0;
  line-height: 1;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  border-right: 1px solid #e3e7e8;
  counter-increment: popular-counter; }

.list-news-latest .item-article .number:before {
  content: counter(popular-counter);
  position: absolute;
  font-size: 30px;
  width: 100%;
  line-height: 1; }

.list-news-latest .item-article .post-content span.cate-blog a {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #828d91; }

.list-news-latest .item-article .post-content {
  width: 100%;
  padding-left: 15px; }

.list-news-latest .item-article .post-content h3 {
  margin: 5px 0 0;
  font-size: 14px; }

.list-news-latest .item-article .post-content h3 a {
  white-space: initial;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.5; }

.list-news-latest .item-article .post-content .post-meta {
  font-size: 12px; }

@media (min-width: 992px) {
  .sidebar-title h2 span {
    display: none; } }

@media (max-width: 991px) {
  .box-article-heading h1 {
    font-size: 22px; }
  .news-latest, .menu-blog, .tag-blog {
    padding-bottom: 10px;
    margin-bottom: 20px; }
  .sidebox_content-tagged {
    display: none;
    padding: 15px 0 10px; } }

/*======  STORES =========*/
.layout-pageStores .wrapbox-content {
  background: #fff;
  padding: 25px 30px;
  border-radius: 4px; }

.layout-pageStores .heading-pageDetail h1 {
  font-size: 30px; }

.layout-pageStores .wrapbox-info {
  background: #fff;
  padding: 25px 20px 0;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.08); }
  .layout-pageStores .wrapbox-info h2 {
    font-size: 22px;
    margin-bottom: 10px; }

.layout-pageStores .box-filter label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px; }

.layout-pageStores .box-filter select {
  padding: 0px 15px;
  padding-right: 25px;
  cursor: pointer;
  outline: none;
  text-overflow: ellipsis;
  border-radius: 4px;
  height: 40px;
  line-height: 38px;
  background: #ffffff;
  border: 1px solid var(--shop-color-border);
  font-size: 15px;
  width: 100%;
  color: #000;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.layout-pageStores .box-filter .field-select {
  position: relative; }

.layout-pageStores .box-filter .field-select:after {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  right: 12px;
  border: solid #666666;
  border-width: 0px 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.layout-pageStores .box-filter .select-item {
  margin-bottom: 16px; }

.layout-pageStores .box-content h3 {
  font-size: 16px;
  margin-bottom: 5px; }

.layout-pageStores .box-content .store-item {
  padding-left: 30px;
  margin-bottom: 25px;
  position: relative; }

.layout-pageStores .box-content .store-item > [class^="store--"] {
  margin-bottom: 5px; }

.layout-pageStores .box-content .store-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 368.666 368.666' style='enable-background:new 0 0 368.666 368.666;' xml:space='preserve'%3E%3Cg id='XMLID_2_'%3E%3Cg%3E%3Cg%3E%3Cpath d='M184.333,0C102.01,0,35.036,66.974,35.036,149.297c0,33.969,11.132,65.96,32.193,92.515 c27.27,34.383,106.572,116.021,109.934,119.479l7.169,7.375l7.17-7.374c3.364-3.46,82.69-85.116,109.964-119.51 c21.042-26.534,32.164-58.514,32.164-92.485C333.63,66.974,266.656,0,184.333,0z M285.795,229.355 c-21.956,27.687-80.92,89.278-101.462,110.581c-20.54-21.302-79.483-82.875-101.434-110.552 c-18.228-22.984-27.863-50.677-27.863-80.087C55.036,78.002,113.038,20,184.333,20c71.294,0,129.297,58.002,129.296,129.297 C313.629,178.709,304.004,206.393,285.795,229.355z'%3E%3C/path%3E%3Cpath d='M184.333,59.265c-48.73,0-88.374,39.644-88.374,88.374c0,48.73,39.645,88.374,88.374,88.374s88.374-39.645,88.374-88.374 S233.063,59.265,184.333,59.265z M184.333,216.013c-37.702,0-68.374-30.673-68.374-68.374c0-37.702,30.673-68.374,68.374-68.374 s68.373,30.673,68.374,68.374C252.707,185.341,222.035,216.013,184.333,216.013z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.layout-pageStores .box-content .store-item .store--address {
  font-weight: 500; }

.layout-pageStores .box-content .store-item .store--time span, .layout-pageStores .box-content .store-item .store--hotline span {
  font-weight: 600; }

.layout-pageStores .box-content .store-item .store--link {
  text-decoration: underline;
  color: #1a73e8; }

.layout-pageStores .boxscroll {
  overflow-y: scroll;
  max-height: 330px;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  margin-right: -20px;
  padding-right: 20px;
  padding-top: 12px; }
  .layout-pageStores .boxscroll::-webkit-scrollbar {
    width: 4px;
    height: 3px; }
  .layout-pageStores .boxscroll::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px; }
  .layout-pageStores .boxscroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #e1e3e4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .layout-pageStores .boxscroll::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4; }

@media (min-width: 992px) {
  .layout-pageStores .boxscroll {
    min-height: 330px; }
  .layout-pageStores .box-map {
    height: 100%; }
  .layout-pageStores .box-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 4px; } }

@media (max-width: 991px) {
  .layout-pageStores .wrapbox-content {
    padding: 15px; }
  .layout-pageStores .heading-pageDetail h1 {
    font-size: 26px; }
  .layout-pageStores .wrapbox-info {
    margin-bottom: 15px;
    padding: 25px 20px; }
  .layout-pageStores .box-map {
    height: 100%; }
  .layout-pageStores .box-map iframe {
    width: 100%;
    border-radius: 4px; } }

/*--------------------------------------------------------------------------------
PAGE FAQS
--------------------------------------------------------------------------------*/
.layoutPage-faqs {
  margin-bottom: 60px; }
  .layoutPage-faqs .section-breadcrumb {
    margin-bottom: 60px; }
  .layoutPage-faqs .section-faqs-info {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 20px; }
    .layoutPage-faqs .section-faqs-info .container {
      max-width: 800px; }
    .layoutPage-faqs .section-faqs-info .intro-banner {
      margin-bottom: 20px; }
    .layoutPage-faqs .section-faqs-info .intro-desc {
      margin-bottom: 60px;
      font-size: 16px; }
    .layoutPage-faqs .section-faqs-info .intro-list-faqs {
      font-size: 16px; }
      .layoutPage-faqs .section-faqs-info .intro-list-faqs .faq-item {
        margin-bottom: 20px; }
      .layoutPage-faqs .section-faqs-info .intro-list-faqs .header-faqs {
        font-weight: 600;
        padding-right: 20px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #eee;
        position: relative;
        cursor: pointer; }
        .layoutPage-faqs .section-faqs-info .intro-list-faqs .header-faqs:before {
          content: "";
          right: 5px;
          top: 12px;
          position: absolute;
          box-sizing: border-box;
          height: 8px;
          width: 8px;
          border-style: solid;
          border-color: currentColor;
          border-width: 0px 1px 1px 0px;
          transform: rotate(45deg);
          transition: border-width 150ms ease-in-out;
          transition: all 0.4s ease-in-out 0s;
          -moz-transition: all 0.4s ease-in-out 0s;
          -o-transition: all 0.4s ease-in-out 0s;
          -webkit-transition: all 0.4s ease-in-out 0s;
          -ms-transition: all 0.4s ease-in-out 0s; }
        .layoutPage-faqs .section-faqs-info .intro-list-faqs .header-faqs.opened {
          border-color: #000; }
        .layoutPage-faqs .section-faqs-info .intro-list-faqs .header-faqs.opened:before {
          -moz-transform: rotate(-135deg);
          -webkit-transform: rotate(-135deg);
          -o-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
          transform: rotate(-135deg); }
      .layoutPage-faqs .section-faqs-info .intro-list-faqs .content-faqs {
        display: none; }
    .layoutPage-faqs .section-faqs-info .form-faqs {
      margin-top: 60px; }
      .layoutPage-faqs .section-faqs-info .form-faqs h2 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px; }
  @media (max-width: 991px) {
    .layoutPage-faqs .section-breadcrumb {
      margin-bottom: 20px; } }

.pro-contact {
  margin-top: 15px; }
  .pro-contact .button {
    width: 100%; }

.product-action-bottom .pro-contact {
  margin-top: 0; }

/*=======Form LDP About======*/
.about-form-contact {
  padding: 60px 15px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat; }
  .about-form-contact:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0;
    left: 0; }
  .about-form-contact .form-contact {
    max-width: 600px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 15px;
    border-radius: 12px; }
    .about-form-contact .form-contact .detail-title {
      font-size: 26px; }

.layoutPage-about-one .about-form-contact {
  background-image: url(//theme.hstatic.net/1000409802/1001372395/14/about_01_contact_bg.png?v=5); }

.layoutPage-about-two .about-form-contact {
  background-image: url(//theme.hstatic.net/1000409802/1001372395/14/about_02_contact_bg.png?v=5); }

.layoutPage-about-three .about-form-contact {
  background-image: url(//theme.hstatic.net/1000409802/1001372395/14/about_03_contact_bg.png?v=5); }

/*=======END Form LDP About======*/
.fixed-mess {
  position: fixed;
  bottom: 40px;
  top: auto !important;
  right: 18px;
  z-index: 99; }
  @media (min-width: 1200px) {
    .fixed-mess svg {
      width: 60px;
      height: 60px; } }
  @media (max-width: 991px) {
    .fixed-mess {
      display: none; } }

.btn-proloop-contact {
  background: #ffffff;
  font-weight: 600;
  border: 1px solid #e9eaec;
  padding: 7px 10px;
  text-align: center;
  border-radius: 30px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  color: #333; }

.btn-zero {
  width: 100%;
  margin-bottom: 15px; }
  .btn-zero a {
    width: 100%; }
