/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/*mixin custom */
/*default search */
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* Title Block */
#index #content-wrapper .ApRow .block {
  margin-bottom: 30px; }
.ApRow .title_block {
  color: #000000;
  font-size: 48px;
  line-height: 54px;
  margin-bottom: 50px;
  text-align: center;
  font-family: "Noto Serif", serif; }
  @media (max-width: 768px) {
    .ApRow .title_block {
      margin-bottom: 30px;
      font-size: 27px;
      line-height: 30px; } }
  .small-title .ApRow .title_block {
    font-size: 40px;
    font-family: "Conv_BeVietnamPro-SemiBold";
    font-weight: 500; }
  #index #content-wrapper .title-left .ApRow .title_block {
    text-align: left;
    text-transform: inherit; }
.ApRow .sub-title-widget {
  color: #000000;
  margin: 39px 0;
  position: relative;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.2em;
  font-family: 'Conv_BeVietnamPro-SemiBold';
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 45px; }
  .rtl .ApRow .sub-title-widget {
    padding-right: 45px;
    padding-left: inherit; }
  @media (max-width: 991px) {
    .ApRow .sub-title-widget {
      margin: 20px 0; } }
  .ApRow .sub-title-widget::before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-right: 15px; }
    .rtl .ApRow .sub-title-widget::before {
      right: 0px;
      left: auto; }
    .rtl .ApRow .sub-title-widget::before {
      margin-left: 15px;
      margin-right: inherit; }

.ap-popup {
  display: none; }

.bg-fullwidth {
  position: relative; }
  .bg-fullwidth:before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block !important;
    top: 0;
    box-sizing: content-box;
    margin-left: -1000px;
    background-size: cover; }
    .rtl .bg-fullwidth:before {
      margin-right: -1000px;
      margin-left: inherit; }

.block-toggler .title, .footer-container .links .title {
  cursor: pointer; }
  .block-toggler .title .collapse-icons .remove, .footer-container .links .title .collapse-icons .remove {
    display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .add, .footer-container .links .title[aria-expanded="true"] .collapse-icons .add {
  display: none; }
.block-toggler .title[aria-expanded="true"] .collapse-icons .remove, .footer-container .links .title[aria-expanded="true"] .collapse-icons .remove {
  display: block; }
.block-toggler .navbar-toggler, .footer-container .links .navbar-toggler {
  display: block;
  padding: 0;
  margin-top: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem; }
.block-toggler.ApBlockLink ul li, .footer-container .links.ApBlockLink ul li {
  margin-bottom: 10px; }
@media (min-width: 768px) {
  .block-toggler.accordion_small_screen .collapse-icons, .footer-container .links.accordion_small_screen .collapse-icons {
    display: none; } }
.block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
  display: block; }
  @media (min-width: 768px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      height: 100% !important; } }
  @media (max-width: 767px) {
    .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
      display: none; }
      .block-toggler.accordion_small_screen .collapse.in, .footer-container .links.accordion_small_screen .collapse.in {
        display: block; } }

/* Widget Alert */
.alert {
  text-align: left;
  margin-top: 15px;
  padding-left: 50px;
  position: relative; }
  .rtl .alert {
    text-align: right; }
  .rtl .alert {
    padding-right: 50px;
    padding-left: inherit; }
  .alert:before {
    font-family: "FontAwesome";
    font-size: 1.25rem;
    vertical-align: -2px;
    padding: 0 7px 0 0;
    float: left;
    position: absolute;
    left: 20px;
    top: 11px; }
    .rtl .alert:before {
      padding: 0 0 0 7px; }
    .rtl .alert:before {
      float: right; }
    .rtl .alert:before {
      right: 20px;
      left: auto; }
  .alert.alert-success {
    color: green; }
    .alert.alert-success:before {
      content: "\f00c"; }
    .alert.alert-success ul {
      margin-bottom: 0px; }
  .alert.alert-warning {
    color: #E56D6D;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-warning:before {
      content: "\f071"; }
    .alert.alert-warning ul {
      margin-bottom: 0px; }
  .alert.alert-info {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-info:before {
      content: "\f05a"; }
    .alert.alert-info ul {
      margin-bottom: 0px; }
  .alert.alert-danger {
    color: #E56D6D;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-danger:before {
      content: "\f00d"; }
    .alert.alert-danger ul {
      margin-bottom: 0px; }

/* Css Accordion */
.ap-accordion .in {
  display: block; }
.ap-accordion .panel-group .panel-default .panel-title {
  border-top: 1px solid transparent;
  padding: 0px;
  margin-bottom: 0px;
  font-size: 0.8125rem; }
  .ap-accordion .panel-group .panel-default .panel-title .collapsed {
    display: block;
    font-weight: normal; }
.ap-accordion .panel-default {
  border: 1px solid transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .ap-accordion .panel-default .panel-title {
    text-transform: none;
    background: #f0f0f0;
    position: relative;
    font-weight: normal; }
    .ap-accordion .panel-default .panel-title a:before {
      background: none;
      content: "arrow_drop_up";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 1.5625rem;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
    .ap-accordion .panel-default .panel-title .collapsed:before {
      background: none;
      content: "arrow_drop_down";
      cursor: pointer;
      display: block;
      font-family: "Material Icons";
      font-size: 1.5625rem;
      position: absolute;
      left: auto;
      right: 0px;
      top: 0px;
      width: auto; }
  .ap-accordion .panel-default .panel-heading {
    background: #f0f0f0;
    border: 1px solid #f0f0f0; }
  .ap-accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 1px solid #f0f0f0; }

/* Widget Tab */
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0px; }

.tab-content .tab-pane, .tab-content .pill-pane, .pill-content .tab-pane, .pill-content .pill-pane {
  display: none; }
.tab-content .active, .pill-content .active {
  display: block; }

.tabs-below .nav-tabs {
  border-top: 1px solid #dedede; }
  .tabs-below .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0; }
    .tabs-below .nav-tabs > li > a {
      -moz-border-radius: 0px 0px 4px 4px;
      -webkit-border-radius: 0px 0px 4px 4px;
      border-radius: 0px 0px 4px 4px; }
      .rtl .tabs-below .nav-tabs > li > a {
        -moz-border-radius: 0px 0px 4px 4px;
        -webkit-border-radius: 0px 0px 4px 4px;
        border-radius: 0px 0px 4px 4px; }
      .tabs-below .nav-tabs > li > a:hover, .tabs-below .nav-tabs > li > a:focus {
        border-top-color: #dedede;
        border-bottom-color: transparent; }
  .tabs-below .nav-tabs > .active a, .tabs-below .nav-tabs > .active a:hover, .tabs-below .nav-tabs > .active a:focus {
    border-color: transparent #dedede #dedede #dedede; }

.tabs-left .nav-tabs > li, .tabs-right .nav-tabs > li {
  float: none; }
  .tabs-left .nav-tabs > li > a, .tabs-right .nav-tabs > li > a {
    min-width: 74px;
    margin-bottom: 3px;
    margin-right: 0; }
    .rtl .tabs-left .nav-tabs > li > a, .rtl .tabs-right .nav-tabs > li > a {
      margin-left: 0;
      margin-right: inherit; }

.tabs-left .nav-tabs {
  float: left;
  border-right: 1px solid #dedede; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #dedede;
    border-right: inherit; }
  .tabs-left .nav-tabs > li > a {
    margin-right: -1px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px; }
    .rtl .tabs-left .nav-tabs > li > a {
      margin-left: -1px;
      margin-right: inherit; }
    .rtl .tabs-left .nav-tabs > li > a {
      -moz-border-radius: 0px 4px 4px 0px;
      -webkit-border-radius: 0px 4px 4px 0px;
      border-radius: 0px 4px 4px 0px; }
    .tabs-left .nav-tabs > li > a:hover, .tabs-left .nav-tabs > li > a:focus {
      border-color: #eeeeee #dedede #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #dedede transparent #dedede #dedede;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #dedede; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #dedede;
    border-left: inherit; }
  .tabs-right .nav-tabs > li > a {
    margin-left: -1px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px; }
    .rtl .tabs-right .nav-tabs > li > a {
      margin-right: -1px;
      margin-left: inherit; }
    .rtl .tabs-right .nav-tabs > li > a {
      -moz-border-radius: 4px 0px 0px 4px;
      -webkit-border-radius: 4px 0px 0px 4px;
      border-radius: 4px 0px 0px 4px; }
    .tabs-right .nav-tabs > li > a:hover, .tabs-right .nav-tabs > li > a:focus {
      border-color: #eeeeee #eeeeee #eeeeee #dedede; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #dedede #dedede #dedede transparent;
    *border-left-color: #ffffff; }

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: #666666; }
  .widget-tabs li.active {
    border: 1px solid #E8C592; }
    .widget-tabs li.active a {
      color: #E8C592; }

.block .nav-pills > li.active > a {
  position: relative; }
  .block .nav-pills > li.active > a:before {
    content: "\f0d7";
    position: absolute;
    bottom: -7px;
    height: 0.625rem;
    line-height: 0.625rem;
    font-family: "FontAwesome";
    color: #E8C592;
    font-size: 1.1875rem;
    z-index: 9;
    right: 50%;
    margin-right: -4px; }
    .rtl .block .nav-pills > li.active > a:before {
      left: 50%;
      right: auto; }
    .rtl .block .nav-pills > li.active > a:before {
      margin-left: -4px;
      margin-right: inherit; }
.block .panel-group {
  margin-bottom: 0; }

.nav-tabs {
  border-bottom: 1px solid transparent;
  padding-bottom: 2.25rem; }
  .nav-tabs > li > a {
    font-weight: 800;
    color: #767676;
    border-bottom: 2px solid transparent;
    text-transform: uppercase; }
  .nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
    border: 1px solid transparent;
    background: #eeeeee;
    border-bottom: 2px solid #c0c700;
    color: #000000; }

.ApTabs .tab-content {
  position: relative; }
  .ApTabs .tab-content > .tab-pane {
    visibility: hidden;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s; }
    .ApTabs .tab-content > .tab-pane.active {
      position: static;
      visibility: visible;
      opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      -moz-opacity: 1;
      -webkit-opacity: 1;
      filter: alpha(opacity=100); }

/**
* Start for module ap_gmap
*/
div[id^="google-maps"] {
  position: relative; }

div[id^="gmap-stores-list"] {
  overflow: auto !important; }

div[id^="gmap-stores-list"] > ul {
  margin: 30px; }

.display-list-store {
  background-color: #6cabd5;
  float: left; }
  .rtl .display-list-store {
    float: right; }

.gmap-stores-content, .gmap-content {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative; }

.not-display-list-store .gmap-stores-content, .not-display-list-store .gmap-content {
  width: 100%; }

.gmap-cover {
  width: 100%; }

.item-gmap-store {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.625rem 0.9375rem;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .item-gmap-store:hover {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -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; }
  .item-gmap-store .icon-map-marker {
    margin-right: 6px;
    font-size: 120%; }
    .rtl .item-gmap-store .icon-map-marker {
      margin-left: 6px;
      margin-right: inherit; }
  .item-gmap-store text {
    font-size: 85%; }

/**
* End for module ap_gmap
*/
/**
* Start for module ap_product_list
*/
.box-show-more {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .box-show-more a {
    clear: both;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 15px 30px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: none;
    font-size: 13px;
    color: #000000;
    font-weight: 700;
    border: 1px solid #000000; }
    .box-show-more a:hover {
      color: #E8C592;
      border: 1px solid #E8C592; }
      .box-show-more a:hover::after {
        color: #E8C592;
        padding-left: 15px;
        transition: all 0.3s ease-in; }
        .rtl .box-show-more a:hover::after {
          padding-right: 15px;
          padding-left: inherit; }
    .box-show-more a .fa {
      margin-left: 0.3125rem; }
      .rtl .box-show-more a .fa {
        margin-right: 0.3125rem;
        margin-left: inherit; }
    .box-show-more a::after {
      content: '\279C';
      padding-left: 5px;
      transition: all 0.3s ease-in; }
      .rtl .box-show-more a::after {
        padding-right: 5px;
        padding-left: inherit; }
  .box-show-more.open a {
    display: block;
    background-color: transparent; }

/**
* End for module ap_product_list
*/
/**
* Start for module ap_image
*/
.ap_image .has-animation {
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0); }
  .ap_image .has-animation.animated {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100); }

/**
* End for module ap_image
*/
/**
* End for module ApFullSlider
*/
.full-slider .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent; }
  .full-slider .carousel-inner .item {
    width: 100%;
    height: 100%; }
.full-slider .content-slider {
  position: absolute;
  top: 35%;
  color: #FFFFFF;
  left: 0;
  right: 0;
  text-align: center; }
  .full-slider .content-slider h3 {
    font-size: 3.75rem;
    text-transform: uppercase;
    font-weight: 600; }
  .full-slider .content-slider p {
    margin-top: 1.875rem;
    background: #c70005;
    padding: 0.625rem 1.25rem;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem; }
.full-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #121212;
  background-color: rgba(18, 18, 18, 0.52);
  zoom: 1;
  background-color: transparent\9; }
  .full-slider .carousel-control.left {
    left: 0.625rem; }
    .rtl .full-slider .carousel-control.left {
      right: 0.625rem;
      left: auto; }
  .full-slider .carousel-control.right {
    right: 0.625rem; }
    .rtl .full-slider .carousel-control.right {
      left: 0.625rem;
      right: auto; }

/**
* Widget Video
*/
.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-responsive iframe, .embed-responsive object, .embed-responsive embed {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0px; }
    .rtl .embed-responsive iframe, .rtl .embed-responsive object, .rtl .embed-responsive embed {
      right: 0px;
      left: auto; }

/**
* Start for module ApFullSlider
*/
.cover-live-edit {
  width: 100%;
  border-top: 1px solid #dedede; }
  .cover-live-edit .link-to-back-end {
    text-decoration: none;
    color: #FFFFFF;
    z-index: 9999;
    background-color: rgba(204, 153, 0, 0.5);
    padding: 5px;
    position: relative;
    -moz-box-shadow: 0 0 5px #bdbdbd;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    -o-box-shadow: 0 0 5px #bdbdbd;
    -ms-box-shadow: 0 0 5px #bdbdbd;
    box-shadow: 0 0 5px #bdbdbd;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .cover-live-edit .link-to-back-end:hover {
      background-color: #00e676;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.ap-cover-hook {
  border: 1px solid #dedede;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .ap-cover-hook:hover {
    border: 1px dashed #E8C592;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

/**
* End for module ApFullSlider
*/
/**
* Slide home1
*/
.button-slide {
  font-family: 'Conv_BeVietnamPro-Bold' !important;
  padding: 15px 30px;
  background-color: #E8C592;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
  text-transform: none !important;
  color: #FFFFFF; }
  @media (max-width: 1024px) {
    .button-slide {
      padding: 10px 20px;
      font-size: 14px; } }
  @media (max-width: 300px) {
    .button-slide {
      font-size: 12px; } }
  .button-slide::after {
    content: '\279C';
    padding-left: 5px;
    padding-right: 0px;
    transition: all 0.3s ease-in; }
    .rtl .button-slide::after {
      padding-right: 5px;
      padding-left: inherit; }
    .rtl .button-slide::after {
      padding-left: 0px;
      padding-right: inherit; }
  .button-slide:hover {
    background-color: #000000; }
    .button-slide:hover .caption-contain {
      color: #FFFFFF; }
    .button-slide:hover::after {
      color: #FFFFFF;
      padding-left: 15px;
      transition: all 0.3s ease-in; }
      .rtl .button-slide:hover::after {
        padding-right: 15px;
        padding-left: inherit; }
  @media (max-width: 767px) {
    .button-slide {
      padding: 10px 20px; } }

.button1-slide {
  font-family: 'Conv_BeVietnamPro-Bold' !important;
  padding: 15px 30px;
  background-color: #FFFFFF;
  color: #000000;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
  text-transform: none !important; }
  @media (max-width: 1024px) {
    .button1-slide {
      padding: 10px 20px;
      font-size: 14px; } }
  @media (max-width: 300px) {
    .button1-slide {
      font-size: 12px; } }
  .button1-slide::after {
    content: '\279C';
    padding-left: 5px;
    padding-right: 0px;
    transition: all 0.3s ease-in; }
    .rtl .button1-slide::after {
      padding-right: 5px;
      padding-left: inherit; }
    .rtl .button1-slide::after {
      padding-left: 0px;
      padding-right: inherit; }
  .button1-slide:hover {
    background-color: #E8C592; }
    .button1-slide:hover .caption-contain {
      color: #FFFFFF; }
    .button1-slide:hover::after {
      color: #FFFFFF;
      padding-left: 15px;
      transition: all 0.3s ease-in; }
      .rtl .button1-slide:hover::after {
        padding-right: 15px;
        padding-left: inherit; }
  @media (max-width: 767px) {
    .button1-slide {
      padding: 10px 20px; } }

.button2-slide {
  font-family: 'Conv_BeVietnamPro-Bold' !important;
  padding: 15px 30px;
  background-color: #000000;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
  text-transform: none !important; }
  @media (max-width: 1024px) {
    .button2-slide {
      padding: 10px 20px;
      font-size: 14px; } }
  @media (max-width: 300px) {
    .button2-slide {
      font-size: 12px; } }
  .button2-slide::after {
    content: '\279C';
    padding-left: 5px;
    padding-right: 0px;
    transition: all 0.3s ease-in; }
    .rtl .button2-slide::after {
      padding-right: 5px;
      padding-left: inherit; }
    .rtl .button2-slide::after {
      padding-left: 0px;
      padding-right: inherit; }
  .button2-slide:hover {
    background-color: #E8C592; }
    .button2-slide:hover .caption-contain {
      color: #FFFFFF; }
    .button2-slide:hover::after {
      color: #FFFFFF;
      padding-left: 15px;
      transition: all 0.3s ease-in; }
      .rtl .button2-slide:hover::after {
        padding-right: 15px;
        padding-left: inherit; }
  @media (max-width: 767px) {
    .button2-slide {
      padding: 10px 20px; } }

.button-mobile {
  font-family: 'Conv_BeVietnamPro-Bold' !important;
  padding: 15px 30px;
  background-color: #E8C592;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
  line-height: 1.1;
  text-transform: none !important;
  color: #FFFFFF; }
  .button-mobile::after {
    content: '\279C';
    padding-left: 5px;
    padding-right: 0px;
    transition: all 0.3s ease-in; }
    .rtl .button-mobile::after {
      padding-right: 5px;
      padding-left: inherit; }
    .rtl .button-mobile::after {
      padding-left: 0px;
      padding-right: inherit; }
  .button-mobile:hover {
    background-color: #000000; }
    .button-mobile:hover .caption-contain {
      color: #FFFFFF; }
    .button-mobile:hover::after {
      color: #FFFFFF;
      padding-left: 15px;
      transition: all 0.3s ease-in; }
      .rtl .button-mobile:hover::after {
        padding-right: 15px;
        padding-left: inherit; }

.button2-mobile {
  font-family: 'Conv_BeVietnamPro-Bold' !important;
  padding: 15px 30px;
  background-color: #000000;
  color: #FFFFFF;
  line-height: 1.1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
  text-transform: none !important; }
  .button2-mobile::after {
    content: '\279C';
    padding-left: 5px;
    padding-right: 0px;
    transition: all 0.3s ease-in; }
    .rtl .button2-mobile::after {
      padding-right: 5px;
      padding-left: inherit; }
    .rtl .button2-mobile::after {
      padding-left: 0px;
      padding-right: inherit; }
  .button2-mobile:hover {
    background-color: #E8C592; }
    .button2-mobile:hover .caption-contain {
      color: #FFFFFF; }
    .button2-mobile:hover::after {
      color: #FFFFFF;
      padding-left: 15px;
      transition: all 0.3s ease-in; }
      .rtl .button2-mobile:hover::after {
        padding-right: 15px;
        padding-left: inherit; }

.bannercontainer .text-slide {
  letter-spacing: 2px; }
.bannercontainer .text-mobile {
  line-height: 20px;
  font-family: 'Conv_BeVietnamPro-SemiBold'; }
.bannercontainer .title-mobile {
  line-height: 1.1;
  text-transform: none;
  font-family: 'Conv_NotoSerifDisplay-Bold'; }
.bannercontainer .text2-mobile {
  line-height: 1.2;
  text-transform: none; }
.bannercontainer .text3-mobile {
  text-transform: none; }
  .bannercontainer .text3-mobile span {
    background-color: #E56D6D;
    text-transform: uppercase;
    font-size: 30px;
    padding: 4px 7px;
    border-radius: 10px; }
.bannercontainer .title2-mobile {
  line-height: 1.1;
  font-family: 'Allison', cursive;
  text-transform: none; }

/**
* End slide home1
*/
/*
  Widget Manufacturers
*/
.manufacturers_block img {
  transition: all .4s; }
  .manufacturers_block img:hover {
    opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    filter: alpha(opacity=50); }

/*
  Widget Category Image
*/
@media (max-width: 768px) {
  .category-block-h2 .widget-category_image {
    margin-bottom: 70px !important; } }
.widget-category_image li {
  position: relative;
  text-align: center; }
  .widget-category_image li a {
    display: block; }
    .widget-category_image li a:hover {
      -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
      -o-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
      -ms-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15); }
    .widget-category_image li a .cate_content {
      display: block;
      padding: 30px; }
.widget-category_image .cate_content:hover label {
  color: #3276b1;
  cursor: pointer; }
.widget-category_image .cate_content img {
  width: auto; }
.widget-category_image .view_all {
  display: none; }
.widget-category_image ul {
  margin-bottom: 0; }
.widget-category_image .wr-text {
  color: black;
  text-align: center;
  width: 100%;
  left: 0%;
  bottom: 0px; }
  .position-left .widget-category_image .wr-text {
    min-width: 200px;
    width: auto;
    bottom: 50px;
    left: 50px;
    right: auto; }
  .widget-category_image .wr-text .cate-name {
    padding-top: 20px;
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #000000;
    font-family: 'Conv_BeVietnamPro-Medium'; }
  .widget-category_image .wr-text .leo-qty {
    display: block;
    width: 100%;
    padding-top: 15px;
    color: #999999; }

.category-block-h2 {
  margin-bottom: 40px; }

/* Widget Lastest blogs */
.latest-blogs {
  margin-bottom: 0; }
  .latest-blogs .blog-container {
    position: relative; }
  .latest-blogs .right-block {
    text-align: left;
    padding: 20px 0px 30px;
    display: flex;
    flex-direction: column; }
    .rtl .latest-blogs .right-block {
      text-align: right; }
  .latest-blogs .blog-image-container {
    overflow: hidden;
    position: relative;
    margin-bottom: 0.9375rem;
    border-radius: 5px; }
    .latest-blogs .blog-image-container img {
      transition: all 0.5s ease-in-out;
      object-fit: cover; }
    .latest-blogs .blog-image-container:hover a img {
      -webkit-transform: scale3d(1.1, 1.1, 1);
      -moz-transform: scale3d(1.1, 1.1, 1);
      -ms-transform: scale3d(1.1, 1.1, 1);
      -o-transform: scale3d(1.1, 1.1, 1);
      transform: scale3d(1.1, 1.1, 1);
      transition: all 0.5s ease-in-out; }
    .latest-blogs .blog-image-container:hover .created .date {
      color: #FFFFFF;
      background-color: #E8C592; }
    .latest-blogs .blog-image-container .created .date {
      position: absolute;
      z-index: 20;
      left: 10px;
      top: 10px;
      color: #000000;
      background-color: #FFFFFF;
      padding: 10px 12px;
      overflow: hidden;
      border-radius: 3px;
      text-align: center;
      line-height: 14px;
      font-family: 'Conv_BeVietnamPro-Medium'; }
      .rtl .latest-blogs .blog-image-container .created .date {
        right: 10px;
        left: auto; }
      .latest-blogs .blog-image-container .created .date .b-daycount {
        font-size: 20px; }
      .latest-blogs .blog-image-container .created .date .b-month {
        text-transform: uppercase;
        font-size: 12px; }
  .latest-blogs .blog-title {
    order: 2;
    padding-top: 10px; }
    .latest-blogs .blog-title a {
      color: #000000;
      font-size: 20px;
      line-height: 28px;
      font-family: 'Conv_BeVietnamPro-Medium'; }
      .latest-blogs .blog-title a:hover {
        color: #E8C592; }
  .latest-blogs .cat a {
    font-size: 14px; }
  .latest-blogs .blog-desc {
    padding-top: 20px;
    text-align: justify;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    order: 3; }
  .latest-blogs .blog-viewall .btn {
    background: #111;
    border-radius: 4px;
    text-transform: capitalize;
    font-weight: 400;
    margin-top: 20px;
    border: 0; }
    .latest-blogs .blog-viewall .btn:hover {
      background: #E8C592; }
  @media (max-width: 991px) {
    .latest-blogs .direction {
      margin-left: -27px;
      left: 50%;
      top: -60px;
      width: 55px; }
      .rtl .latest-blogs .direction {
        margin-right: -27px;
        margin-left: inherit; }
      .rtl .latest-blogs .direction {
        right: 50%;
        left: auto; }
      .latest-blogs .direction .icon-prev, .latest-blogs .direction .icon-next {
        margin-left: -15px; }
        .rtl .latest-blogs .direction .icon-prev, .rtl .latest-blogs .direction .icon-next {
          margin-right: -15px;
          margin-left: inherit; } }
  .latest-blogs .carousel-control {
    top: 45px; }
    @media (min-width: 1070px) {
      .latest-blogs .carousel-control {
        top: 32px; } }
    .latest-blogs .carousel-control .icon-prev, .latest-blogs .carousel-control .icon-next {
      background: #111;
      width: 25px;
      height: 25px;
      line-height: 25px; }
      .latest-blogs .carousel-control .icon-prev:before, .latest-blogs .carousel-control .icon-next:before {
        color: #fff; }
      .latest-blogs .carousel-control .icon-prev:hover, .latest-blogs .carousel-control .icon-next:hover {
        background: #E8C592; }
  .latest-blogs .blog-meta {
    font-size: 11px;
    order: 1;
    color: #999999; }
    .latest-blogs .blog-meta .cat {
      padding-right: 5px;
      display: none; }
      .rtl .latest-blogs .blog-meta .cat {
        padding-left: 5px;
        padding-right: inherit; }
    .latest-blogs .blog-meta a {
      padding-right: 30px;
      position: relative;
      text-transform: uppercase;
      color: #999999; }
      .rtl .latest-blogs .blog-meta a {
        padding-left: 30px;
        padding-right: inherit; }
      .latest-blogs .blog-meta a:hover {
        color: #000000; }
      .latest-blogs .blog-meta a::after {
        content: '.';
        position: absolute;
        top: 0;
        transform: translateY(-50%);
        padding: 0px 10px;
        font-size: 27px;
        color: #E8C592; }
    .latest-blogs .blog-meta .author {
      padding-right: 30px;
      text-transform: uppercase;
      position: relative; }
      .rtl .latest-blogs .blog-meta .author {
        padding-left: 30px;
        padding-right: inherit; }
      .latest-blogs .blog-meta .author .icon-author {
        padding-right: 5px;
        display: none; }
        .rtl .latest-blogs .blog-meta .author .icon-author {
          padding-left: 5px;
          padding-right: inherit; }
      .latest-blogs .blog-meta .author::after {
        content: '.';
        position: absolute;
        top: 0;
        transform: translateY(-50%);
        padding: 0px 10px;
        font-size: 27px;
        color: #E8C592; }
    .latest-blogs .blog-meta .nbcomment {
      text-transform: uppercase; }
  .latest-blogs .date_author {
    font-size: 12px;
    cursor: pointer; }
    .latest-blogs .date_author .author {
      margin-left: 10px; }
      .rtl .latest-blogs .date_author .author {
        margin-right: 10px;
        margin-left: inherit; }
  .latest-blogs .read-more {
    order: 3;
    display: flex; }
    .latest-blogs .read-more a {
      padding: 10px 40px 10px 20px;
      color: #FFFFFF;
      font-size: 12px;
      position: relative;
      transition: 0.3s ease-in;
      font-family: 'Conv_BeVietnamPro-Bold';
      border-radius: 4px;
      background-color: #E8C592; }
      .rtl .latest-blogs .read-more a {
        padding: 10px 20px 10px 40px; }
      .latest-blogs .read-more a::after {
        content: '\279C';
        position: absolute;
        padding-left: 5px;
        padding-right: 20px;
        transition: 0.3s ease-in; }
        .rtl .latest-blogs .read-more a::after {
          padding-right: 5px;
          padding-left: inherit; }
        .rtl .latest-blogs .read-more a::after {
          padding-left: 20px;
          padding-right: inherit; }
      .latest-blogs .read-more a:hover {
        background-color: #000000;
        color: #FFFFFF; }
        .latest-blogs .read-more a:hover::after {
          padding-left: 15px;
          transition: 0.3s ease-in; }
          .rtl .latest-blogs .read-more a:hover::after {
            padding-right: 15px;
            padding-left: inherit; }

/* Instagram Block */
.instagram-block .owl-item {
  padding: 0; }
  .instagram-block .owl-item a {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 100%; }
    .instagram-block .owl-item a:before {
      content: "\f16d";
      font-family: "FontAwesome";
      font-size: 17px;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 20px;
      line-height: 20px;
      margin-top: -10px;
      margin-left: -10px;
      text-align: center;
      z-index: 2;
      color: #fff;
      opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      -moz-opacity: 0;
      -webkit-opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.47);
      -moz-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.47);
      -ms-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.47);
      -o-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.47);
      transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.47);
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
    .instagram-block .owl-item a:after {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.2);
      content: "";
      opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      -moz-opacity: 0;
      -webkit-opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.47);
      -moz-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.47);
      -ms-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.47);
      -o-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.47);
      transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.47);
      z-index: 1; }
    .instagram-block .owl-item a:hover:before {
      opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      -moz-opacity: 1;
      -webkit-opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2);
      transform: scale(2); }
    .instagram-block .owl-item a:hover:after {
      opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      -moz-opacity: 1;
      -webkit-opacity: 1;
      filter: alpha(opacity=100); }
    .instagram-block .owl-item a img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      object-fit: cover; }
.instagram-block .link-instagram {
  margin: 0;
  display: none; }
.instagram-block .owl-controls .owl-pagination {
  text-align: center;
  margin-top: 20px; }

/* ApCountdown block widget */
.ApCountdown {
  color: #000000;
  font-weight: 400;
  width: auto;
  text-align: center; }
  @media (max-width: 1199px) {
    .ApCountdown {
      left: 15%; } }
  @media (max-width: 767px) {
    .ApCountdown {
      position: relative;
      margin-bottom: 30px;
      left: 0px;
      transform: inherit; } }
  .ApCountdown ul {
    margin-bottom: 0;
    padding-top: 15px; }
    .ApCountdown ul li {
      position: relative;
      display: inline-block;
      text-align: center;
      padding: 10px;
      min-width: 80px;
      margin-right: 10px;
      margin-bottom: 5px;
      color: #FFFFFF;
      border-radius: 5px; }
      .rtl .ApCountdown ul li {
        margin-left: 10px;
        margin-right: inherit; }
      @media (max-width: 480px) {
        .ApCountdown ul li {
          margin-right: 7px;
          padding: 7px;
          min-width: 60px; }
          .rtl .ApCountdown ul li {
            margin-left: 7px;
            margin-right: inherit; } }
      .ApCountdown ul li::after {
        content: ":";
        position: absolute;
        top: 30%;
        transform: translateY(-30%);
        color: #999999;
        font-size: 22px;
        font-weight: bold;
        right: -15px; }
        .rtl .ApCountdown ul li::after {
          left: -15px;
          right: auto; }
      .ApCountdown ul li:last-child {
        margin-right: 0px; }
        .rtl .ApCountdown ul li:last-child {
          margin-left: 0px;
          margin-right: inherit; }
      .ApCountdown ul li b {
        font-size: 28px;
        line-height: 1.4;
        color: #E8C592; }
        @media (max-width: 991px) {
          .ApCountdown ul li b {
            font-size: 20px; } }
        @media (max-width: 480px) {
          .ApCountdown ul li b {
            font-size: 16px; } }
      .ApCountdown ul li span {
        display: block;
        line-height: 26px;
        font-weight: 400;
        font-size: 14px;
        text-transform: uppercase;
        color: #666666; }
        @media (max-width: 480px) {
          .ApCountdown ul li span {
            font-size: 10px; } }
      .ApCountdown ul li:last-child:after {
        display: none; }
  .ApCountdown p {
    margin-bottom: 0;
    font-size: 16px;
    color: #111; }

/*Image block widget */
.ApImage {
  position: relative;
  overflow: hidden;
  transition: 0.7s all;
  border-radius: 5px; }
  .ApImage img {
    transition: 0.7s all; }
  .ApImage:hover img {
    transform: scale(1.15);
    transition: 0.7s all; }
  .ApImage .image_description {
    position: absolute; }
  .ApImage img {
    max-width: 100%; }
  .ApImage > a:before, .ApImage > a:after {
    position: absolute;
    content: "";
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 99; }
  .ApImage > a:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1); }
  .ApImage > a:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); }
  .ApImage:hover > a:before, .ApImage:hover > a:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100); }
  .ApImage:hover > a img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .ApImage .price-banner {
    font-family: "Noto Serif", serif;
    font-weight: 400;
    font-size: 24px;
    color: #000; }
    .ApImage .price-banner.old-price-banner {
      color: #E8C592;
      text-decoration: line-through;
      margin-left: 10px; }
      .rtl .ApImage .price-banner.old-price-banner {
        margin-right: 10px;
        margin-left: inherit; }
  .ApImage .disc_banner {
    font-weight: 400;
    font-family: "Noto Serif", serif;
    font-size: 14px; }
    .ApImage .disc_banner span {
      padding: 3px 10px;
      display: inline-block;
      border-radius: 4px; }
    .ApImage .disc_banner.color_bgyellow span {
      background: #f7c162;
      color: #000000; }
    .ApImage .disc_banner.color-lred span {
      color: #FFFFFF;
      background: #ff5740; }
  .box-banner .ApImage .color-red-orange {
    color: #ffd2ba;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Noto Serif", serif; }
  .ApImage h2 {
    font-size: 74px;
    color: #fff;
    font-weight: 400;
    font-family: "Noto Serif", serif; }
    @media (max-width: 980px) {
      .ApImage h2 {
        font-size: 45px; } }
  .ApImage h3 {
    font-size: 50px;
    font-weight: 400;
    font-family: "Noto Serif", serif;
    color: #FFFFFF; }
    @media (max-width: 980px) {
      .ApImage h3 {
        font-size: 30px; } }
    @media (max-width: 768px) {
      .ApImage h3 {
        font-size: 27px; } }
    @media (max-width: 479px) {
      .ApImage h3 {
        font-size: 16px; } }
    .font-h36 .ApImage h3 {
      font-size: 36px; }
      @media (max-width: 980px) and (min-width: 768px) {
        .font-h36 .ApImage h3 {
          font-size: 30px; } }
      @media (max-width: 479px) {
        .font-h36 .ApImage h3 {
          font-size: 20px; } }
    .ApImage h3.black {
      color: #555555; }
      .ApImage h3.black strong {
        color: #000; }
    .ApImage h3.slightly-orange {
      color: #bc9971; }
    .ApImage h3.regal-blue strong {
      color: #0f3b55; }
  .ApImage .white {
    color: #fff; }
  .ApImage .btn {
    background: #fff;
    border-radius: 4px;
    color: #000000;
    border: 0;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 14px;
    padding: 12px 20px; }
    @media (min-width: 990px) {
      .ApImage .btn {
        margin-top: 20px; } }
    @media (max-width: 768px) {
      .ApImage .btn {
        padding: 8px 10px; } }
    .ApImage .btn:hover {
      background: #E8C592;
      color: #fff; }
  .ApImage .btn-b3 {
    font-weight: bold;
    text-decoration: underline;
    font-size: 14px;
    color: #000; }
    .ApImage .btn-b3.slightly-orange {
      color: #bc9971; }
    .ApImage .btn-b3:hover {
      color: #E8C592; }
  .box-banner .ApImage p {
    color: #FFFFFF; }
    @media (max-width: 768px) {
      .box-banner .ApImage p {
        margin-bottom: 5px; } }
    @media (max-width: 479px) {
      .box-banner .ApImage p {
        font-size: 13px; } }
    @media (max-width: 768px) {
      .mobile-padding-small .box-banner .ApImage p {
        margin-bottom: 8px; } }
  .ApImage p span {
    text-transform: uppercase;
    font-size: 14px; }
    .ApImage p span.red {
      color: #ef3636; }
  .left-100 .ApImage .image_description {
    left: 100px; }
    .rtl .left-100 .ApImage .image_description {
      right: 100px;
      left: auto; }
    .left-100 .ApImage .image_description.not-rtl-text .left-100 .ApImage .image_description {
      left: 100px !important;
      right: inherit !important; }
    @media (max-width: 768px) {
      .left-100 .ApImage .image_description {
        left: 50px; }
        .rtl .left-100 .ApImage .image_description {
          right: 50px;
          left: auto; }
        .left-100 .ApImage .image_description.not-rtl-text .left-100 .ApImage .image_description {
          left: 70px !important;
          right: inherit !important; } }
  .left-50 .ApImage .image_description {
    left: 50px; }
    .rtl .left-50 .ApImage .image_description {
      right: 50px;
      left: auto; }
  .right-50 .ApImage .image_description {
    right: 50px; }
    .rtl .right-50 .ApImage .image_description {
      left: 50px;
      right: auto; }
  .box-banner .ApImage .image_description {
    position: absolute;
    font-family: "Noto Serif", serif;
    font-size: 0.875em;
    z-index: 99; }
  .text-center .ApImage .image_description {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 1200px) and (min-width: 992px) {
      .text-center .ApImage .image_description {
        left: 60%; } }
  .text-center-top .ApImage .image_description {
    top: 50%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .ApImage.right-50 .image_description {
    right: 50px; }
    .rtl .ApImage.right-50 .image_description {
      left: 50px;
      right: auto; }
    .not-rtl-text .ApImage.right-50 .image_description {
      right: 70px !important;
      left: inherit !important; }
  .grey-text .ApImage p {
    color: #969696; }
  .ApImage.left-50 .image_description {
    left: 50px; }
    .rtl .ApImage.left-50 .image_description {
      right: 50px;
      left: auto; }
    .not-rtl-text .ApImage.left-50 .image_description {
      left: 50px !important;
      right: inherit !important; }

.not-rtl-text.left-100 .ApImage .image_description {
  left: 100px !important;
  right: inherit !important; }
  @media (max-width: 768px) {
    .not-rtl-text.left-100 .ApImage .image_description {
      left: 50px !important;
      right: inherit !important; } }

/*load more */
.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

/* List product size */
.product-attr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0;
  min-height: 20px; }
  .product-attr li a {
    margin-bottom: 5px;
    display: block; }
  .product-attr li.Sold-Out a {
    color: #969696;
    text-decoration: line-through; }

.product-attr li:not(:last-child) {
  margin-right: 5px; }
  .rtl .product-attr li:not(:last-child) {
    margin-left: 5px;
    margin-right: inherit; }

.faq-content .faq-left > div {
  border-bottom: 1px solid #E5E5E5; }
  .faq-content .faq-left > div .question-title {
    margin: 30px 0px; }
    .faq-content .faq-left > div .question-title a {
      font-size: 20px;
      line-height: 28px;
      font-family: 'Conv_BeVietnamPro-Medium';
      color: #000000;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      justify-content: space-between; }
      .faq-content .faq-left > div .question-title a:hover {
        color: #E8C592; }
        .faq-content .faq-left > div .question-title a:hover::after {
          color: #E8C592; }
        .faq-content .faq-left > div .question-title a:hover.collapsed::after {
          color: #E8C592; }
      .faq-content .faq-left > div .question-title a::after {
        right: 0;
        content: '\f056';
        font-family: "FontAwesome";
        font-size: 25px;
        padding-left: 30px;
        vertical-align: -3px;
        color: #000000;
        float: left; }
        .rtl .faq-content .faq-left > div .question-title a::after {
          left: 0;
          right: auto; }
        .rtl .faq-content .faq-left > div .question-title a::after {
          padding-right: 30px;
          padding-left: inherit; }
        .rtl .faq-content .faq-left > div .question-title a::after {
          float: right; }
        @media (max-width: 767px) {
          .faq-content .faq-left > div .question-title a::after {
            padding-left: 10px; }
            .rtl .faq-content .faq-left > div .question-title a::after {
              padding-right: 10px;
              padding-left: inherit; } }
      .faq-content .faq-left > div .question-title a.collapsed::after {
        content: '\f055';
        color: #b3bdd1; }
  .faq-content .faq-left > div .question-content {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 24px; }
.faq-content .faq-right .title_block {
  font-size: 16px;
  line-height: 22px;
  font-family: 'Conv_BeVietnamPro-Bold';
  margin-top: 30px;
  text-align: left; }
  .rtl .faq-content .faq-right .title_block {
    text-align: right; }
.faq-content .faq-right .left-content .block_content {
  border: 1px solid #e5e5e5;
  padding: 30px; }
.faq-content .faq-right .left-content .content {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  .faq-content .faq-right .left-content .content i {
    font-size: 30px;
    color: #E8C592;
    margin-right: 25px; }
    .rtl .faq-content .faq-right .left-content .content i {
      margin-left: 25px;
      margin-right: inherit; }
  .faq-content .faq-right .left-content .content strong {
    color: #000000;
    font-size: 14px; }
  .faq-content .faq-right .left-content .content p {
    color: #999999;
    margin-bottom: 0px; }

.wr-question {
  border-top: 1px solid #dedede;
  text-align: left; }
  .rtl .wr-question {
    text-align: right; }
  .wr-question:last-child {
    border-bottom: 1px solid #dedede; }
  .wr-question .question-title {
    padding: 15px 0; }
    .wr-question .question-title h5 {
      margin-bottom: 0; }
    .wr-question .question-title a {
      font-size: 18px;
      font-weight: 600;
      color: #000000;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
      @media (max-width: 575px) {
        .wr-question .question-title a {
          font-size: 14px; } }
      .wr-question .question-title a:before {
        content: '\f056';
        font-family: "FontAwesome";
        font-size: 25px;
        padding-right: 30px;
        vertical-align: -3px;
        color: #E8C592;
        float: left; }
        .rtl .wr-question .question-title a:before {
          padding-left: 30px;
          padding-right: inherit; }
        .rtl .wr-question .question-title a:before {
          float: right; }
        @media (max-width: 767px) {
          .wr-question .question-title a:before {
            padding-right: 10px; }
            .rtl .wr-question .question-title a:before {
              padding-left: 10px;
              padding-right: inherit; } }
      .wr-question .question-title a.collapsed:before {
        content: '\f055';
        color: #b3bdd1; }
  .wr-question .question-content {
    padding: 0px 40px 50px 60px;
    line-height: 30px; }
    .rtl .wr-question .question-content {
      padding: 0px 60px 50px 40px; }
    @media (max-width: 767px) {
      .wr-question .question-content {
        padding: 0px 40px 30px 35px;
        line-height: 24px; }
        .rtl .wr-question .question-content {
          padding: 0px 35px 30px 40px; } }

.text_uppercase {
  text-transform: uppercase; }
  .text_uppercase.bold-600 {
    font-weight: bold;
    line-height: 34px; }

.color_red {
  color: #E8C592; }

.no-p-margin p {
  margin-bottom: 0; }

a.button-slide:hover {
  color: #E8C592 !important; }

.col-info {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  max-height: 25px !important; }
  @media (max-width: 992px) {
    .col-info {
      justify-content: flex-end;
      max-height: 30px !important; } }
  .col-info i:hover {
    color: #E8C592; }
  .col-info > div i {
    color: #000000;
    font-size: 20px;
    font-weight: bold; }
  .col-info > div:not(:first-child) {
    padding-left: 20px;
    padding-right: 0; }
    .rtl .col-info > div:not(:first-child) {
      padding-right: 20px;
      padding-left: inherit; }
    .rtl .col-info > div:not(:first-child) {
      padding-left: 0;
      padding-right: inherit; }
  .col-info .wislish-button .ap-btn-wishlist, .col-info .blockcart .header a {
    color: #333333;
    position: relative;
    display: inline-block;
    height: 20px; }
    .col-info .wislish-button .ap-btn-wishlist:hover, .col-info .blockcart .header a:hover {
      color: #E8C592; }
  .col-info #leo_block_top a > i {
    color: #000000; }
  .col-info #leo_search_block_top {
    width: 20px; }
  .col-info .wislish-button i {
    position: relative; }
  .col-info .wislish-button span {
    position: absolute; }
  .col-info #_desktop_cart {
    height: 20px; }
    .col-info #_desktop_cart .leo-blockcart.cart-preview.show-leo-loading {
      position: relative; }
      .col-info #_desktop_cart .leo-blockcart.cart-preview.show-leo-loading .header span.cart-products-count {
        left: 20px;
        position: absolute; }
        .rtl .col-info #_desktop_cart .leo-blockcart.cart-preview.show-leo-loading .header span.cart-products-count {
          right: 20px;
          left: auto; }
      .col-info #_desktop_cart .leo-blockcart.cart-preview.show-leo-loading .header span.value {
        display: none; }

@media (max-width: 992px) {
  .col-menu {
    display: flex; } }
/*top discount */
.bottomnav p {
  font-size: 14px; }
.bottomnav .ApCountdown {
  text-align: center; }
  @media (min-width: 768px) {
    .bottomnav .ApCountdown {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; } }
  .bottomnav .ApCountdown li {
    font-weight: 600;
    border: 2px solid #515151;
    border-radius: 5px;
    padding: 5px;
    margin-left: 20px;
    min-width: 50px; }
    .rtl .bottomnav .ApCountdown li {
      margin-right: 20px;
      margin-left: inherit; }
    @media (max-width: 400px) {
      .bottomnav .ApCountdown li {
        margin-left: 10px; }
        .rtl .bottomnav .ApCountdown li {
          margin-right: 10px;
          margin-left: inherit; } }
    .bottomnav .ApCountdown li:after {
      right: -15px; }
      .rtl .bottomnav .ApCountdown li:after {
        left: -15px;
        right: auto; }
      @media (max-width: 400px) {
        .bottomnav .ApCountdown li:after {
          right: -9px; }
          .rtl .bottomnav .ApCountdown li:after {
            left: -9px;
            right: auto; } }
    .bottomnav .ApCountdown li span, .bottomnav .ApCountdown li b {
      display: inline-block; }
  .bottomnav .ApCountdown p {
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600; }
  .bottomnav .ApCountdown b {
    font-size: 20px; }
    @media (max-width: 576px) {
      .bottomnav .ApCountdown b {
        font-size: 15px; } }
  .bottomnav .ApCountdown span {
    text-transform: capitalize;
    font-size: 14px;
    color: #E8C592;
    font-weight: 600; }
@media (max-width: 767px) {
  .bottomnav .ApHtml {
    text-align: center; } }
.bottomnav .header-link ul {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  margin-bottom: 0px; }
  @media (max-width: 767px) {
    .bottomnav .header-link ul {
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; } }
  .bottomnav .header-link ul li {
    padding: 0px 10px; }
    .bottomnav .header-link ul li a {
      position: relative; }
      .bottomnav .header-link ul li a::after {
        content: '.';
        position: absolute;
        bottom: 20%;
        padding-left: 10px; }
        .rtl .bottomnav .header-link ul li a::after {
          padding-right: 10px;
          padding-left: inherit; }
    .bottomnav .header-link ul li:last-child {
      padding-right: 0px; }
      .rtl .bottomnav .header-link ul li:last-child {
        padding-left: 0px;
        padding-right: inherit; }
      .bottomnav .header-link ul li:last-child a::after {
        content: none; }

.learn_more a {
  padding: 5px 10px;
  border: 1px solid #E8C592;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  border-radius: 5px; }
  .learn_more a:hover {
    color: #E8C592; }

@media (min-width: 991px) and (max-width: 1700px) {
  .block_contact_top {
    margin-top: -10px; } }
.block_contact_top .block_content {
  margin-top: 7px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute; }
  @media (min-width: 993px) {
    .block_contact_top .block_content:before {
      content: "";
      position: absolute;
      border-right: 1px solid #e6e6e6;
      right: 10px;
      height: 90%; }
      .rtl .block_contact_top .block_content:before {
        border-left: 1px solid #e6e6e6;
        border-right: inherit; }
      .rtl .block_contact_top .block_content:before {
        left: 10px;
        right: auto; } }
  @media (min-width: 1840px) {
    .block_contact_top .block_content:before {
      right: -10%; }
      .rtl .block_contact_top .block_content:before {
        left: -10%;
        right: auto; } }
  .block_contact_top .block_content div {
    position: relative; }
    .block_contact_top .block_content div:first-child {
      margin-right: 15px; }
      .rtl .block_contact_top .block_content div:first-child {
        margin-left: 15px;
        margin-right: inherit; }
  .block_contact_top .block_content p {
    font-weight: bold;
    font-size: 12px;
    color: #b0b0b0; }
    .block_contact_top .block_content p strong {
      font-size: 15px;
      color: #000; }
  @media (min-width: 991px) and (max-width: 1700px) {
    .block_contact_top .block_content p {
      font-size: 11px; }
      .block_contact_top .block_content p strong {
        font-size: 14px; }
    .block_contact_top .block_content div {
      margin-bottom: 10px; } }

.header-nav p {
  font-size: 14px;
  margin-bottom: 0;
  color: #FFFFFF; }

#header .header-top .header-menu .navbar-nav {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
#header .header-logo {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  padding: 22px 0px; }
  #header .header-logo .col-logo {
    text-align: center; }
    @media (max-width: 991px) {
      #header .header-logo .col-logo {
        padding-bottom: 20px; } }
  #header .header-logo .col-contact {
    font-size: 18px;
    font-family: "Conv_BeVietnamPro-SemiBold"; }
    #header .header-logo .col-contact a {
      color: #000000; }

.color-default {
  color: #E8C592 !important; }

.color-red {
  color: #D72B3B !important; }

.color-green {
  color: #01946B !important; }

.font-italic {
  text-transform: none; }

.border-top {
  position: relative; }
  .border-top::before {
    content: "";
    padding: 0px 1000px;
    width: 100%;
    height: 1px;
    overflow: hidden;
    position: absolute;
    display: block !important;
    top: 0;
    background: #e5e5e5;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: -1000px; }

.border-top1 {
  border-top: 1px solid #e5e5e5; }

.hr-top {
  border-top: 1px solid #585858; }

@media (max-width: 991px) and (min-width: 768px) {
  .leo-countdown-top {
    text-align: center;
    padding-bottom: 10px; }
    .leo-countdown-top .text-right {
      text-align: center; }
    .leo-countdown-top .ApCountdown, .leo-countdown-top .learn_more {
      padding-top: 10px; } }

.margin-top-a230 {
  margin-top: 40px;
  z-index: 99; }
  @media (min-width: 1300px) {
    .margin-top-a230 {
      margin-top: -230px; } }
  @media (max-width: 1300px) and (min-width: 990px) {
    .margin-top-a230 {
      margin-top: -150px; } }
  @media (max-width: 768px) {
    .margin-top-a230 {
      margin-top: 0px; }
      .margin-top-a230.mobile-padding-small .block {
        margin-bottom: 0 !important; } }

@media (min-width: 1200px) {
  .margin-top-63 {
    margin-top: 67px; } }
@media (min-width: 768px) {
  .customer-reverse .block_content {
    width: 80%;
    margin: auto;
    padding: 0 15px; } }
.customer-reverse .owl-row {
  text-align: center; }
.customer-reverse .left-block .image {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  @media (min-width: 768px) {
    .customer-reverse .left-block .image {
      padding: 0 60px; } }
  @media (max-width: 991px) {
    .customer-reverse .left-block .image {
      margin-top: 20px; } }
  .customer-reverse .left-block .image img {
    flex-shrink: 2; }
  .customer-reverse .left-block .image .title {
    order: 4;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    font-family: "Noto Serif", serif; }
  .customer-reverse .left-block .image img {
    margin-bottom: 30px; }
.customer-reverse .title {
  font-weight: 700;
  font-size: 18px;
  margin-top: 30px;
  color: #000; }
.customer-reverse .descript {
  line-height: 30px;
  font-size: 20px;
  color: #000; }
.customer-reverse .owl-buttons {
  position: static;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s; }
  @media (min-width: 768px) {
    .customer-reverse .owl-buttons {
      width: auto;
      opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      -moz-opacity: 0;
      -webkit-opacity: 0;
      filter: alpha(opacity=0); } }
  @media (max-width: 991px) {
    .customer-reverse .owl-buttons {
      top: 0; } }
  .customer-reverse .owl-buttons > div {
    font-size: 30px !important;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .customer-reverse .owl-buttons > div:before {
      color: #fff; }
    @media (max-width: 991px) {
      .customer-reverse .owl-buttons > div {
        top: 30px;
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0); } }
    .customer-reverse .owl-buttons > div:before {
      display: none;
      font-size: 1.5rem; }
    .customer-reverse .owl-buttons > div.owl-prev {
      left: 15px; }
      .rtl .customer-reverse .owl-buttons > div.owl-prev {
        right: 15px;
        left: auto; }
    .customer-reverse .owl-buttons > div.owl-next {
      right: 15px; }
      .rtl .customer-reverse .owl-buttons > div.owl-next {
        left: 15px;
        right: auto; }
@media (min-width: 768px) {
  .customer-reverse:hover .owl-buttons {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100); } }

.box-service {
  padding: 60px 0; }
  @media (max-width: 991px) {
    .box-service {
      padding: 40px 0; } }
  @media (max-width: 575px) {
    .box-service {
      padding: 30px 0; } }
  .box-service .sv-col .ApRawHtml {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .box-service .sv-col i {
    height: 60px;
    width: 60px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    justify-content: center;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -ms-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
    color: #000000;
    margin-right: 15px; }
    .rtl .box-service .sv-col i {
      margin-left: 15px;
      margin-right: inherit; }
    .box-service .sv-col i:before {
      line-height: 58px; }
  .box-service .sv-col .sv-text {
    text-align: left; }
    .rtl .box-service .sv-col .sv-text {
      text-align: right; }
    .box-service .sv-col .sv-text strong {
      font-size: 14px;
      line-height: 20px;
      color: #000000;
      white-space: nowrap;
      font-family: 'Conv_BeVietnamPro-Medium'; }
  .box-service .sv-col h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
    font-family: "Noto Serif", serif;
    font-weight: 400;
    text-transform: uppercase; }
    .box-service .sv-col h3 span {
      color: #E8C592; }
  .box-service .sv-col:hover i {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg); }
  .box-service .sv-col p {
    font-size: 13px;
    color: #000000;
    margin-bottom: 0px;
    padding-top: 10px; }
  .box-service.white-service {
    color: #ffff;
    padding: 30px 0; }
    .box-service.white-service .sv-col i {
      color: #fff;
      border-color: #fff; }
    .box-service.white-service .sv-col h3 span, .box-service.white-service .sv-col p {
      color: #fff; }

.box-service-2 .sv-col-2 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  border-left: 1px solid #dedede;
  padding: 0 30px 20px 0; }
  .rtl .box-service-2 .sv-col-2 {
    border-right: 1px solid #dedede;
    border-left: inherit; }
  .box-service-2 .sv-col-2 i {
    text-align: center;
    height: 62px;
    width: 62px;
    border-radius: 100%;
    font-size: 29px;
    display: inline-block;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -ms-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
    margin-bottom: 20px; }
    .box-service-2 .sv-col-2 i:before {
      line-height: 58px; }
  .box-service-2 .sv-col-2 strong {
    color: #000;
    font-size: 16px; }
  .box-service-2 .sv-col-2 p {
    font-size: 14px;
    margin-bottom: 10px; }
  .box-service-2 .sv-col-2:hover i {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg); }
  .box-service-2 .sv-col-2:first-child {
    border: 0; }

.contact-us-footer a {
  color: #E8C592; }

.phone-footer {
  font-size: 40px !important;
  line-height: 45px;
  margin-top: 30px;
  font-family: "Noto Serif", serif;
  color: #fff !important; }
  @media (max-width: 576px) {
    .phone-footer {
      font-size: 30px !important; } }
  .phone-footer span {
    font-size: 20px;
    margin-right: 10px; }
    .rtl .phone-footer span {
      margin-left: 10px;
      margin-right: inherit; }
  .phone-footer i {
    color: #E8C592 !important;
    margin-right: 10px; }
    .rtl .phone-footer i {
      margin-left: 10px;
      margin-right: inherit; }

@media (max-width: 768px) {
  .text-center-mobile {
    text-align: center; }

  .copyright {
    text-align: center; } }
@media (max-width: 991px) and (min-width: 576px) {
  .box-footer > div:nth-child(2n+1) {
    clear: both; } }
/*home 2*/
.menu-home-2 .leo-megamenu .navbar-nav > li > a:hover, .menu-home-2 .leo-megamenu .navbar-nav > li > a:focus, .menu-home-2 .leo-megamenu .navbar-nav > li > a:active {
  color: #ef3636; }
.menu-home-2 .leo-megamenu .navbar-nav > li:hover > a, .menu-home-2 .leo-megamenu .navbar-nav > li:focus > a, .menu-home-2 .leo-megamenu .navbar-nav > li.active > a {
  color: #ef3636; }

.col-right > div {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #e6e6e6; }
  .rtl .col-right > div {
    padding-left: 10px;
    padding-right: inherit; }
  .rtl .col-right > div {
    margin-left: 10px;
    margin-right: inherit; }
  .rtl .col-right > div {
    border-left: 1px solid #e6e6e6;
    border-right: inherit; }
  .col-right > div:first-child {
    padding-right: 0;
    border-right: 0 solid #e6e6e6; }
    .rtl .col-right > div:first-child {
      padding-left: 0;
      padding-right: inherit; }
    .rtl .col-right > div:first-child {
      border-left: 0 solid #e6e6e6;
      border-right: inherit; }
  .col-right > div.currency-selector i, .col-right > div.language-selector-wrapper i {
    font-size: 10px; }

.banner-img-left .ApImage {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dedede;
  overflow: hidden;
  margin-right: -1px;
  background: #fff; }
  .banner-img-left .ApImage img {
    width: 50%; }
  .banner-img-left .ApImage .image_description {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-self: center;
    flex-direction: column; }
    .banner-img-left .ApImage .image_description p {
      margin-bottom: 5px;
      line-height: 18px;
      color: #b0b0b0; }
      .banner-img-left .ApImage .image_description p strong {
        color: #000000; }
    .banner-img-left .ApImage .image_description .btn {
      margin: 10px 0 0;
      padding: 5px 10px;
      border-radius: 4px;
      border: 2px solid #E8C592; }

.title-ap-group, .title-block-left .ApColumn .title_block {
  font-size: 27px;
  color: black;
  margin-bottom: 30px;
  position: relative;
  margin-left: 15px;
  font-family: "Conv_BeVietnamPro-SemiBold";
  text-transform: capitalize;
  font-weight: bold; }
  .rtl .title-ap-group, .rtl .title-block-left .ApColumn .title_block {
    margin-right: 15px;
    margin-left: inherit; }

.title-block-left .ApColumn .title_block {
  margin-left: 0; }
  .rtl .title-block-left .ApColumn .title_block {
    margin-right: 0;
    margin-left: inherit; }

.title-block-center .title_block, .title-block-center .title-ap-group {
  text-align: center; }

/*Product tab */
.ApTabs:not(.AjaxTabs).tabs-top .nav-tabs {
  display: flex;
  justify-content: center; }
  @media (max-width: 767px) {
    .ApTabs:not(.AjaxTabs).tabs-top .nav-tabs {
      flex-wrap: wrap; }
      .ApTabs:not(.AjaxTabs).tabs-top .nav-tabs .nav-item {
        margin-left: 0px; }
        .rtl .ApTabs:not(.AjaxTabs).tabs-top .nav-tabs .nav-item {
          margin-right: 0px;
          margin-left: inherit; }
        .ApTabs:not(.AjaxTabs).tabs-top .nav-tabs .nav-item a {
          margin: 10px; } }
.ApTabs:not(.AjaxTabs).tabs-top .block_content {
  clear: both; }

.ApTabs .dropdown-backdrop {
  display: none; }
.ApTabs.tabs-top .nav-tabs .nav-item > a {
  background: transparent;
  color: #999999;
  padding: 5px;
  margin-right: 25px;
  font-size: 18px;
  font-family: "Noto Serif", serif;
  min-width: 140px;
  border-bottom: 4px solid #999999;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  text-align: center; }
  .rtl .ApTabs.tabs-top .nav-tabs .nav-item > a {
    margin-left: 25px;
    margin-right: inherit; }
  .ApTabs.tabs-top .nav-tabs .nav-item > a.active, .ApTabs.tabs-top .nav-tabs .nav-item > a:hover {
    background: transparent;
    color: #000000;
    border-bottom: 4px solid #E8C592;
    border-color: transparent transparent #E8C592 transparent; }
.ApTabs .tabs-dropdown-menu {
  float: right;
  border: 1px solid #dedede; }
  @media (max-width: 567px) {
    .ApTabs .tabs-dropdown-menu {
      display: inline-block;
      width: 100%;
      border: 1px solid #666;
      background: transparent;
      margin-bottom: 20px; } }
  .ApTabs .tabs-dropdown-menu .dropdown-toggle {
    width: 100%;
    text-align: left;
    background: transparent; }
  .ApTabs .tabs-dropdown-menu .dropdown-menu {
    width: 100%;
    padding: 0; }
    .ApTabs .tabs-dropdown-menu .dropdown-menu a {
      padding: 5px 10px; }
      .ApTabs .tabs-dropdown-menu .dropdown-menu a:hover {
        background: #0275d8;
        color: #fff; }

.product-type-list .block_content {
  background: #fff; }
  .product-type-list .block_content .product-miniature:last-child .thumbnail-container {
    margin-bottom: 0;
    border-bottom: 0; }
  .product-type-list .block_content .product-miniature .product-title a {
    font-size: 14px;
    font-weight: 400; }

@media (max-width: 992px) {
  .box-email-h3 .block_newsletter {
    padding: 20px; }
    .box-email-h3 .block_newsletter .title_block {
      margin-top: 10px; } }
@media (min-width: 992px) {
  .box-email-h3 .block_newsletter {
    padding: 25px 80px; } }
  @media (min-width: 992px) and (min-width: 768px) {
    .box-email-h3 .block_newsletter .block_content {
      width: 70%; } }
@media (min-width: 992px) {
    .box-email-h3 .block_newsletter .block_content form .row > div:nth-child(1) {
      width: 40%; }
    .box-email-h3 .block_newsletter .block_content form .row > div:nth-child(2) {
      width: 60%; }
    .box-email-h3 .block_newsletter .block_content form input[type=email] {
      border: 2px solid #ebebeb;
      color: #626262; } }
@media (min-width: 768px) {
  .box-email-h3 .block_newsletter {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    border: 1px solid #e8e8e8; } }
@media (min-width: 768px) {
  .box-email-h3 .block_newsletter .title_block {
    width: 25%;
    margin-right: 40px;
    padding: 0 40px 0 56px;
    margin-bottom: 0; }
    .rtl .box-email-h3 .block_newsletter .title_block {
      margin-left: 40px;
      margin-right: inherit; }
    .rtl .box-email-h3 .block_newsletter .title_block {
      padding: 0 56px 0 40px; }
    .box-email-h3 .block_newsletter .title_block:after {
      content: "";
      width: 1px;
      height: 48px;
      background: #e5e5e5;
      display: block;
      position: absolute;
      right: 0;
      top: 0; }
      .rtl .box-email-h3 .block_newsletter .title_block:after {
        left: 0;
        right: auto; } }
.box-email-h3 .block_newsletter .title_block:before {
  content: "\f658";
  font-family: "Font Awesome 5 Pro";
  display: block;
  color: #333333;
  position: absolute;
  top: 0;
  left: 0; }
  .rtl .box-email-h3 .block_newsletter .title_block:before {
    right: 0;
    left: auto; }
  @media (min-width: 768px) {
    .box-email-h3 .block_newsletter .title_block:before {
      font-size: 36px; } }

.box-cate-home2 {
  width: 100%;
  margin-left: 0px; }
  .rtl .box-cate-home2 {
    margin-right: 0px;
    margin-left: inherit; }
  .box-cate-home2 > div {
    padding: 0px; }

/*menu*/
.nomargin-firstblock > .leo-widget:first-child .widget-links {
  margin-bottom: 0 !important; }

.menu-footer-h3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px; }
  .menu-footer-h3 ul li {
    margin-right: 20px;
    margin-bottom: 0; }
    .rtl .menu-footer-h3 ul li {
      margin-left: 20px;
      margin-right: inherit; }
    .menu-footer-h3 ul li a {
      font-weight: bold;
      font-size: 13px;
      text-transform: uppercase; }

.contact-us-footer-h3 i {
  font-size: 25px;
  color: #333333;
  margin-right: 10px;
  font-weight: bold; }
  .rtl .contact-us-footer-h3 i {
    margin-left: 10px;
    margin-right: inherit; }
.contact-us-footer-h3 .info-contact {
  margin-top: 30px;
  display: flex;
  align-items: center; }
  .contact-us-footer-h3 .info-contact p {
    margin-bottom: 5px; }

/* COUNTER Widget */
.Apcounter {
  color: #666; }
  .Apcounter ul li {
    text-align: center;
    margin-bottom: 20px; }
    .Apcounter ul li .numscroller {
      font-size: 60px;
      line-height: 1;
      color: #000000;
      font-family: 'Conv_BeVietnamPro-Bold';
      margin-bottom: 10px; }
    .Apcounter ul li .counter_bottom {
      font-size: 11px;
      color: #000000;
      text-transform: uppercase; }
  .Apcounter .counter-number-wrapper span {
    font-size: 45px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    margin-bottom: 5px; }
  .Apcounter p {
    margin-bottom: 0; }
  .Apcounter .counter_title_top {
    color: #666;
    margin: 10px 0 5px; }

@media (max-width: 576px) {
  .col-right {
    display: flex;
    justify-content: center; }
    .col-right > div {
      border: 0; } }
.no-padding-left > div {
  padding-left: 0; }

.tab-product-h3 .ApTabs.tabs-top .nav-tabs {
  float: none;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px; }
  .tab-product-h3 .ApTabs.tabs-top .nav-tabs .nav-item {
    list-style-type: none;
    line-height: 25px;
    margin-bottom: 10px; }
    .tab-product-h3 .ApTabs.tabs-top .nav-tabs .nav-item > a {
      position: relative;
      font-size: 40px;
      font-weight: 500;
      margin-right: 40px; }
      .rtl .tab-product-h3 .ApTabs.tabs-top .nav-tabs .nav-item > a {
        margin-left: 40px;
        margin-right: inherit; }
      .tab-product-h3 .ApTabs.tabs-top .nav-tabs .nav-item > a::before {
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 100px;
        background: #000;
        top: 15px;
        right: -25px;
        position: absolute; }
        .rtl .tab-product-h3 .ApTabs.tabs-top .nav-tabs .nav-item > a::before {
          left: -25px;
          right: auto; }
      .tab-product-h3 .ApTabs.tabs-top .nav-tabs .nav-item > a.active {
        color: #E8C592; }
    .tab-product-h3 .ApTabs.tabs-top .nav-tabs .nav-item:last-child > a::before {
      display: none; }

.big-text {
  padding: 25px 10px 0; }
  .big-text p {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: "Conv_BeVietnamPro-SemiBold"; }
    .big-text p strong {
      font-weight: 700; }

.box-padding {
  padding: 80px 0px 50px; }
  @media (max-width: 991px) {
    .box-padding {
      padding: 50px 0px 20px; } }
  @media (max-width: 767px) {
    .box-padding {
      padding: 30px 0px; } }

.box-pdbottom0 {
  padding: 80px 0px 0px; }
  @media (max-width: 991px) {
    .box-pdbottom0 {
      padding: 50px 0px 20px; } }
  @media (max-width: 767px) {
    .box-pdbottom0 {
      padding: 30px 0px 0px; } }

.box-padding30 {
  padding: 30px 0px; }

.padding-top80 {
  padding-top: 80px; }
  @media (max-width: 991px) {
    .padding-top80 {
      padding-top: 30px; } }

.padding-top30 {
  padding-top: 30px; }

.padding-bottom60 {
  padding-bottom: 60px; }
  @media (max-width: 991px) {
    .padding-bottom60 {
      padding-bottom: 30px; } }

.margin-bottom-60 {
  margin-bottom: 60px; }
  @media (max-width: 991px) {
    .margin-bottom-60 {
      margin-bottom: 30px; } }

.box-padding-about {
  padding: 153px 0px; }
  @media (max-width: 991px) {
    .box-padding-about {
      padding: 50px 0px 20px; } }
  @media (max-width: 575px) {
    .box-padding-about {
      padding: 30px 0px; } }

.box-cate-h3 .widget-category_image .wr-text .leo-qty {
  display: block; }
.box-cate-h3 .widget-category_image .wr-text .leo-shop {
  display: none;
  color: #FFFFFF;
  transition: 0.3s ease-in;
  top: 100%; }
  .box-cate-h3 .widget-category_image .wr-text .leo-shop::after {
    content: '\279C';
    padding-left: 5px;
    padding-right: 0px;
    transition: all 0.3s ease-in; }
    .rtl .box-cate-h3 .widget-category_image .wr-text .leo-shop::after {
      padding-right: 5px;
      padding-left: inherit; }
    .rtl .box-cate-h3 .widget-category_image .wr-text .leo-shop::after {
      padding-left: 0px;
      padding-right: inherit; }
.box-cate-h3 .widget-category_image li a:hover {
  transition: 0.3s ease-in; }
  .box-cate-h3 .widget-category_image li a:hover img {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5); }
  .box-cate-h3 .widget-category_image li a:hover .wr-text .leo-qty {
    display: none; }
  .box-cate-h3 .widget-category_image li a:hover .wr-text .leo-shop {
    display: block;
    margin-top: 15px;
    transition: 0.3s ease-in;
    top: 0%; }

.button-banner {
  font-family: 'Conv_BeVietnamPro-Bold' !important;
  background-color: #FFFFFF;
  padding: 15px 20px;
  color: #000000;
  align-items: center;
  border-radius: 3px;
  text-transform: none !important;
  display: inline-flex;
  font-size: 14px; }
  @media (max-width: 1024px) {
    .button-banner {
      padding: 10px 20px;
      font-size: 13px; } }
  .button-banner::after {
    content: '\279C';
    padding-left: 5px;
    padding-right: 0px;
    transition: all 0.3s ease-in;
    color: #000000; }
    .rtl .button-banner::after {
      padding-right: 5px;
      padding-left: inherit; }
    .rtl .button-banner::after {
      padding-left: 0px;
      padding-right: inherit; }
  .button-banner:hover {
    background-color: #E8C592;
    color: #FFFFFF; }
    .button-banner:hover::after {
      color: #FFFFFF;
      padding-left: 15px;
      transition: all 0.3s ease-in; }
      .rtl .button-banner:hover::after {
        padding-right: 15px;
        padding-left: inherit; }

.button1-banner {
  font-family: 'Conv_BeVietnamPro-Bold' !important;
  background-color: #E8C592;
  padding: 15px 20px;
  color: #FFFFFF;
  align-items: center;
  border-radius: 3px;
  text-transform: none !important;
  display: inline-flex;
  font-size: 14px; }
  .button1-banner::after {
    content: '\279C';
    padding-left: 5px;
    padding-right: 0px;
    transition: all 0.3s ease-in;
    color: #FFFFFF; }
    .rtl .button1-banner::after {
      padding-right: 5px;
      padding-left: inherit; }
    .rtl .button1-banner::after {
      padding-left: 0px;
      padding-right: inherit; }
  .button1-banner:hover {
    background-color: transparent;
    border: 1px solid #E8C592;
    color: #E8C592; }
    .button1-banner:hover::after {
      color: #E8C592;
      padding-left: 15px;
      transition: all 0.3s ease-in; }
      .rtl .button1-banner:hover::after {
        padding-right: 15px;
        padding-left: inherit; }

.button2-banner {
  font-family: 'Conv_BeVietnamPro-Bold' !important;
  color: #FFFFFF;
  align-items: center;
  border-radius: 3px;
  text-transform: none !important;
  display: inline-flex;
  font-size: 12px; }
  .button2-banner::after {
    content: '\279C';
    padding-left: 5px;
    padding-right: 0px;
    transition: all 0.3s ease-in;
    color: #FFFFFF; }
    .rtl .button2-banner::after {
      padding-right: 5px;
      padding-left: inherit; }
    .rtl .button2-banner::after {
      padding-left: 0px;
      padding-right: inherit; }
  .button2-banner:hover {
    color: #E8C592; }
    .button2-banner:hover::after {
      color: #E8C592;
      padding-left: 15px;
      transition: all 0.3s ease-in; }
      .rtl .button2-banner:hover::after {
        padding-right: 15px;
        padding-left: inherit; }

.button3-banner {
  font-family: 'Conv_BeVietnamPro-Bold' !important;
  color: #000000;
  align-items: center;
  border-radius: 3px;
  text-transform: none !important;
  display: inline-flex;
  font-size: 12px; }
  .button3-banner::after {
    content: '\279C';
    padding-left: 5px;
    padding-right: 0px;
    transition: all 0.3s ease-in;
    color: #000000; }
    .rtl .button3-banner::after {
      padding-right: 5px;
      padding-left: inherit; }
    .rtl .button3-banner::after {
      padding-left: 0px;
      padding-right: inherit; }
  .button3-banner:hover {
    color: #E8C592; }
    .button3-banner:hover::after {
      color: #E8C592;
      padding-left: 15px;
      transition: all 0.3s ease-in; }
      .rtl .button3-banner:hover::after {
        padding-right: 15px;
        padding-left: inherit; }

.sub-center .sub-title-widget {
  color: #000000;
  margin: 25px 0 16px;
  position: relative;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.2em;
  font-family: 'Conv_BeVietnamPro-SemiBold';
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  padding-left: 0px; }
  .rtl .sub-center .sub-title-widget {
    padding-right: 0px;
    padding-left: inherit; }
  .sub-center .sub-title-widget::before {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
    top: -25px;
    margin-right: 0px; }
    .rtl .sub-center .sub-title-widget::before {
      margin-left: 0px;
      margin-right: inherit; }

.sub-title-default .title_block {
  margin-bottom: 0px; }
.sub-title-default .sub-title-widget {
  color: #666666;
  margin: 10px 0 40px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0em;
  font-family: "Conv_BeVietnamPro-Regular", sans-serif;
  text-align: center;
  text-transform: none;
  display: inherit;
  padding-left: 0px; }
  .rtl .sub-title-default .sub-title-widget {
    padding-right: 0px;
    padding-left: inherit; }
  .sub-title-default .sub-title-widget::before {
    display: none; }

.sub-title2-default .title_block {
  margin-bottom: 50px;
  line-height: 1; }
.sub-title2-default .sub-title-widget {
  color: #E8C592;
  margin: 10px 0;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0em;
  font-family: "Conv_BeVietnamPro-Regular", sans-serif;
  text-align: center;
  text-transform: uppercase;
  display: inherit;
  padding-left: 0px; }
  .rtl .sub-title2-default .sub-title-widget {
    padding-right: 0px;
    padding-left: inherit; }
  .sub-title2-default .sub-title-widget::before {
    display: none; }

.box-brand .manufacturers_block {
  margin: 30px 0px; }
  .box-brand .manufacturers_block a {
    display: flex;
    justify-content: center; }

/*Home 1*/
.banner1-h1 .banner-left .image_description .title-banner, .banner1-h1 .banner-right .image_description .title-banner {
  font-size: 48px;
  margin-bottom: 30px;
  color: #FFFFFF; }
  @media (max-width: 575px) {
    .banner1-h1 .banner-left .image_description .title-banner, .banner1-h1 .banner-right .image_description .title-banner {
      font-size: 30px; } }
.banner1-h1 .banner-left .image_description {
  left: 80px;
  bottom: 90px; }
.banner1-h1 .banner-right .image_description {
  left: 80px;
  top: 80px; }
.banner1-h1 .banner-center .image_description {
  top: 50%;
  transform: translateY(-50%);
  left: 80px; }
  @media (max-width: 767px) {
    .banner1-h1 .banner-center .image_description {
      position: inherit;
      margin-top: 15px;
      left: 0;
      transform: none; } }
  .banner1-h1 .banner-center .image_description .title-banner {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 60px; }
    @media (max-width: 991px) {
      .banner1-h1 .banner-center .image_description .title-banner {
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .banner1-h1 .banner-center .image_description .title-banner {
        margin-bottom: 30px; } }

.banner2-h1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media (min-width: 991px) {
    .banner2-h1 > div .block {
      margin-bottom: 0px !important; } }
  .banner2-h1 > div .ApImage:hover img {
    transform: scale(1); }
  .banner2-h1 > div:nth-child(1) img {
    padding-right: 180px; }
    .rtl .banner2-h1 > div:nth-child(1) img {
      padding-left: 180px;
      padding-right: inherit; }
    @media (max-width: 767px) {
      .banner2-h1 > div:nth-child(1) img {
        padding-right: 100px; }
        .rtl .banner2-h1 > div:nth-child(1) img {
          padding-left: 100px;
          padding-right: inherit; } }
    @media (max-width: 575px) {
      .banner2-h1 > div:nth-child(1) img {
        padding-right: 50px; }
        .rtl .banner2-h1 > div:nth-child(1) img {
          padding-left: 50px;
          padding-right: inherit; } }
  .banner2-h1 > div:nth-child(1) .image_description {
    top: 50%;
    right: 15px;
    text-align: right;
    transform: translateY(-50%); }
    .rtl .banner2-h1 > div:nth-child(1) .image_description {
      left: 15px;
      right: auto; }
    .rtl .banner2-h1 > div:nth-child(1) .image_description {
      text-align: left; }
    .banner2-h1 > div:nth-child(1) .image_description .title-banner {
      font-size: 80px;
      line-height: 1;
      text-transform: uppercase;
      margin-bottom: 45px; }
      @media (max-width: 767px) {
        .banner2-h1 > div:nth-child(1) .image_description .title-banner {
          font-size: 60px; } }
      @media (max-width: 575px) {
        .banner2-h1 > div:nth-child(1) .image_description .title-banner {
          font-size: 30px; } }
  .banner2-h1 > div:nth-child(2) {
    max-width: 410px;
    margin: auto; }
  .banner2-h1 > div:nth-child(3) {
    max-width: 410px;
    margin: auto; }
  .banner2-h1 > div:nth-child(4) img {
    padding-left: 180px; }
    .rtl .banner2-h1 > div:nth-child(4) img {
      padding-right: 180px;
      padding-left: inherit; }
    @media (max-width: 767px) {
      .banner2-h1 > div:nth-child(4) img {
        padding-left: 100px; }
        .rtl .banner2-h1 > div:nth-child(4) img {
          padding-right: 100px;
          padding-left: inherit; } }
    @media (max-width: 575px) {
      .banner2-h1 > div:nth-child(4) img {
        padding-left: 50px; }
        .rtl .banner2-h1 > div:nth-child(4) img {
          padding-right: 50px;
          padding-left: inherit; } }
  .banner2-h1 > div:nth-child(4) .image_description {
    top: 50%;
    left: 15px;
    transform: translateY(-50%); }
    .rtl .banner2-h1 > div:nth-child(4) .image_description {
      right: 15px;
      left: auto; }
    .banner2-h1 > div:nth-child(4) .image_description .title-banner {
      font-size: 80px;
      line-height: 1;
      text-transform: uppercase;
      margin-bottom: 45px; }
      @media (max-width: 767px) {
        .banner2-h1 > div:nth-child(4) .image_description .title-banner {
          font-size: 60px; } }
      @media (max-width: 575px) {
        .banner2-h1 > div:nth-child(4) .image_description .title-banner {
          font-size: 30px; } }

.box-email-h1 .block_newsletter {
  max-width: 470px;
  margin: auto; }

@media (max-width: 991px) {
  .footer-logo .logo {
    text-align: center; } }
.footer-logo .logo .contact-footer {
  margin-top: 35px; }
.footer-logo .logo .contact-tel {
  color: #E8C592;
  font-size: 24px; }
  @media (max-width: 1200px) {
    .footer-logo .logo .contact-tel {
      font-size: 18px; } }
.footer-logo .logo .contact-mail {
  line-height: 1.5; }
  p .footer-logo .logo .contact-mail {
    margin-top: 10px; }
@media (max-width: 991px) {
  .footer-logo .footer-social {
    text-align: center; }
    .footer-logo .footer-social .title_block {
      text-align: center; } }

.footer-copyright .copy a {
  color: #E8C592; }
@media (max-width: 767px) {
  .footer-copyright .copy:nth-child(1) {
    padding-bottom: 20px; } }
@media (max-width: 767px) {
  .footer-copyright .copy {
    text-align: center; } }

/*Home 2*/
.box-cate .widget-category_image .wr-text .leo-shop {
  display: none; }
.box-cate > div.cate-content {
  text-align: center; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .box-cate > div.cate-content:nth-child(7n+1) {
      clear: both; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .box-cate > div.cate-content:nth-child(5n+1) {
      clear: both; } }
  @media (max-width: 767px) and (min-width: 576px) {
    .box-cate > div.cate-content:nth-child(5n+1) {
      clear: both; } }
  @media (max-width: 575px) and (min-width: 481px) {
    .box-cate > div.cate-content:nth-child(4n+1) {
      clear: both; } }

.banner1-h2 .banner-content {
  display: flex;
  align-items: center; }
  @media (max-width: 991px) {
    .banner1-h2 .banner-content {
      display: inherit; } }
  .banner1-h2 .banner-content > div {
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 991px) {
      .banner1-h2 .banner-content > div {
        padding-left: 0px;
        padding-right: 0px; } }
    .banner1-h2 .banner-content > div:first-child {
      padding-left: 0px; }
      .rtl .banner1-h2 .banner-content > div:first-child {
        padding-right: 0px;
        padding-left: inherit; }
    .banner1-h2 .banner-content > div:last-child {
      padding-right: 0px; }
      .rtl .banner1-h2 .banner-content > div:last-child {
        padding-left: 0px;
        padding-right: inherit; }
  .banner1-h2 .banner-content .ApImage:hover img {
    transform: scale(1); }
  .banner1-h2 .banner-content .img-banner-top .image_description {
    top: 50%;
    transform: translateY(-50%);
    left: 50px; }
    .banner1-h2 .banner-content .img-banner-top .image_description .text-banner {
      font-size: 12px;
      color: #FFFFFF;
      line-height: 20px;
      text-transform: uppercase; }
    .banner1-h2 .banner-content .img-banner-top .image_description .title-banner {
      font-size: 34px;
      line-height: 42px;
      color: #FFFFFF;
      font-family: 'Conv_NotoSerifDisplay-Bold';
      padding-bottom: 20px; }
  .banner1-h2 .banner-content .img-banner-center .image_description {
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%; }
    .banner1-h2 .banner-content .img-banner-center .image_description .text-banner {
      font-size: 12px;
      color: #FFFFFF;
      line-height: 20px;
      text-transform: uppercase; }
    .banner1-h2 .banner-content .img-banner-center .image_description .title-banner {
      font-size: 34px;
      line-height: 36px;
      color: #FFFFFF;
      font-family: 'Conv_NotoSerifDisplay-Bold'; }
    .banner1-h2 .banner-content .img-banner-center .image_description .text2-banner {
      line-height: 24px;
      color: #FFFFFF; }
  .banner1-h2 .banner-content .img-banner-bottom .image_description {
    top: 50%;
    transform: translateY(-50%);
    left: 50px; }
    .banner1-h2 .banner-content .img-banner-bottom .image_description .title-banner {
      font-size: 34px;
      line-height: 36px;
      color: #FFFFFF;
      font-family: 'Conv_NotoSerifDisplay-Bold';
      margin-bottom: 10px; }
    .banner1-h2 .banner-content .img-banner-bottom .image_description .text-banner {
      line-height: 24px;
      color: #FFFFFF;
      margin-bottom: 30px; }

.banner2-h2 .banner-right .image_description {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center; }
  .banner2-h2 .banner-right .image_description .text-banner {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'Conv_BeVietnamPro-SemiBold'; }
  .banner2-h2 .banner-right .image_description .title-banner {
    font-size: 60px;
    line-height: 1.1;
    font-family: 'Conv_NotoSerifDisplay-Bold';
    margin-bottom: 40px; }
    @media (max-width: 1200px) and (min-width: 992px) {
      .banner2-h2 .banner-right .image_description .title-banner {
        font-size: 45px; } }
    @media (max-width: 575px) {
      .banner2-h2 .banner-right .image_description .title-banner {
        font-size: 30px; } }
  .banner2-h2 .banner-right .image_description .button3-banner {
    font-size: 14px; }

.redhotspot {
  position: relative;
  display: block;
  width: 50px !important;
  height: 50px !important;
  line-height: 40px;
  text-align: center;
  border-radius: 50% !important;
  background-color: #FFFFFF !important;
  cursor: pointer;
  z-index: 0 !important; }
  .redhotspot:before {
    content: '\f067';
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    color: #000000;
    font-size: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .redhotspot:hover, .redhotspot.active {
    background-color: #E8C592 !important; }
    .redhotspot:hover:before, .redhotspot.active:before {
      color: #FFFFFF; }
    .litetooltip-wrapper .redhotspot:hover, .litetooltip-wrapper .redhotspot.active {
      opacity: 1;
      visibility: visible; }
  .redhotspot span {
    position: relative;
    font-size: 0;
    display: inline-block; }

.litetooltip-wrapper .tooltip-content {
  background-color: #FFFFFF; }
.litetooltip-wrapper .template {
  display: flex;
  flex-direction: column; }
  .litetooltip-wrapper .template > div {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .litetooltip-wrapper .template > div .product-price-and-shipping {
      font-family: 'Conv_BeVietnamPro-SemiBold';
      color: #999999; }
      .litetooltip-wrapper .template > div .product-price-and-shipping .price-dicount {
        text-decoration: line-through; }
  .litetooltip-wrapper .template p, .litetooltip-wrapper .template ul, .litetooltip-wrapper .template ol {
    background-color: transparent !important; }

.box-testi-h2 .block-carousel-image-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 860px;
  margin: auto; }
  .box-testi-h2 .block-carousel-image-container img {
    order: 2;
    margin: auto; }
  .box-testi-h2 .block-carousel-image-container .descript {
    order: 1; }
    .box-testi-h2 .block-carousel-image-container .descript .rating li {
      display: inline-block;
      margin-right: 3px; }
      .rtl .box-testi-h2 .block-carousel-image-container .descript .rating li {
        margin-left: 3px;
        margin-right: inherit; }
      .box-testi-h2 .block-carousel-image-container .descript .rating li.rated {
        color: #F6BE2F; }
    .box-testi-h2 .block-carousel-image-container .descript .text-block {
      font-size: 24px;
      line-height: 32px;
      font-family: 'Conv_NotoSerifDisplay-Bold';
      color: #000000;
      margin-bottom: 30px; }
    .box-testi-h2 .block-carousel-image-container .descript .text2-block strong {
      color: #000000;
      font-family: 'Conv_BeVietnamPro-Bold'; }
    .box-testi-h2 .block-carousel-image-container .descript .text2-block p {
      font-size: 12px;
      line-height: 21px; }

/*Home 3*/
@media (max-width: 991px) {
  .banner1-h3 .banner-slide {
    padding-bottom: 30px; } }
.banner1-h3 .banner-img .image_description {
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%; }
  .banner1-h3 .banner-img .image_description .text-banner {
    font-size: 16px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 10px; }
  .banner1-h3 .banner-img .image_description .title-banner {
    font-size: 48px;
    line-height: 1;
    color: #FFFFFF;
    font-family: 'Allison', cursive; }

.banner2-h3 {
  padding-top: 40px;
  z-index: -2; }
  .banner2-h3 .banner-left .img-banner2 {
    left: 10%;
    margin-top: -90px; }
    .rtl .banner2-h3 .banner-left .img-banner2 {
      right: 10%;
      left: auto; }
    @media (max-width: 991px) {
      .banner2-h3 .banner-left .img-banner2 {
        left: 0%; }
        .rtl .banner2-h3 .banner-left .img-banner2 {
          right: 0%;
          left: auto; } }
  .banner2-h3 .banner-right {
    padding-top: 90px; }
    @media (max-width: 991px) {
      .banner2-h3 .banner-right {
        padding-top: 0px; } }
    .banner2-h3 .banner-right .img1-banner2 {
      margin-top: -10%;
      margin-bottom: 0px !important;
      order: 5;
      z-index: 0;
      margin-right: 0px !important;
      margin-left: auto !important; }
      .rtl .banner2-h3 .banner-right .img1-banner2 {
        margin-left: 0px !important;
        margin-right: inherit; }
      .rtl .banner2-h3 .banner-right .img1-banner2 {
        margin-right: auto !important;
        margin-left: inherit; }
    .banner2-h3 .banner-right .count-banner2 {
      display: flex;
      flex-direction: column; }
      .banner2-h3 .banner-right .count-banner2 .title_block {
        margin-bottom: 20px;
        order: 1; }
      .banner2-h3 .banner-right .count-banner2 .sub-title-widget {
        font-family: "Conv_BeVietnamPro-Regular", sans-serif;
        font-size: 14px;
        color: #666666;
        line-height: 1.6;
        order: 2;
        justify-content: center; }
      .banner2-h3 .banner-right .count-banner2 .ap-countdown-time {
        order: 3; }
      .banner2-h3 .banner-right .count-banner2 .ap-countdown-link {
        order: 4;
        margin-top: 40px;
        z-index: 2; }
        .banner2-h3 .banner-right .count-banner2 .ap-countdown-link a {
          padding: 15px 30px;
          background-color: #000000;
          color: #FFFFFF;
          cursor: pointer;
          display: inline-flex;
          align-items: center;
          border-radius: 3px;
          text-transform: none !important;
          font-size: 14px; }
          @media (max-width: 1024px) {
            .banner2-h3 .banner-right .count-banner2 .ap-countdown-link a {
              padding: 10px 20px;
              font-size: 14px; } }
          @media (max-width: 300px) {
            .banner2-h3 .banner-right .count-banner2 .ap-countdown-link a {
              font-size: 12px; } }
          .banner2-h3 .banner-right .count-banner2 .ap-countdown-link a::after {
            content: '\279C';
            padding-left: 5px;
            padding-right: 0px;
            transition: all 0.3s ease-in; }
            .rtl .banner2-h3 .banner-right .count-banner2 .ap-countdown-link a::after {
              padding-right: 5px;
              padding-left: inherit; }
            .rtl .banner2-h3 .banner-right .count-banner2 .ap-countdown-link a::after {
              padding-left: 0px;
              padding-right: inherit; }
          .banner2-h3 .banner-right .count-banner2 .ap-countdown-link a:hover {
            background-color: #E8C592; }
            .banner2-h3 .banner-right .count-banner2 .ap-countdown-link a:hover .caption-contain {
              color: #FFFFFF; }
            .banner2-h3 .banner-right .count-banner2 .ap-countdown-link a:hover::after {
              color: #FFFFFF;
              padding-left: 15px;
              transition: all 0.3s ease-in; }
              .rtl .banner2-h3 .banner-right .count-banner2 .ap-countdown-link a:hover::after {
                padding-right: 15px;
                padding-left: inherit; }
          @media (max-width: 767px) {
            .banner2-h3 .banner-right .count-banner2 .ap-countdown-link a {
              padding: 10px 20px; } }

.box-testi .block_content {
  position: relative; }
  .box-testi .block_content::before {
    content: "";
    background-image: url(https://cdn.shopify.com/s/files/1/0489/1171/2423/files/leo-shopiojewelry-img-testi.png?v=1647253320);
    width: 171px;
    height: 225px;
    z-index: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto; }
.box-testi .block-carousel-image-container {
  max-width: 683px;
  margin: auto; }
  .box-testi .block-carousel-image-container .descript .title-banner {
    font-size: 36px;
    line-height: 1.2;
    font-family: "Conv_BeVietnamPro-Regular", sans-serif;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .box-testi .block-carousel-image-container .descript .title-banner {
        font-size: 30px; } }
    @media (max-width: 575px) {
      .box-testi .block-carousel-image-container .descript .title-banner {
        font-size: 25px; } }
  .box-testi .block-carousel-image-container .descript strong {
    color: #000000; }
  .box-testi .block-carousel-image-container .descript p {
    margin-top: 10px; }

.box-cate-h3 .widget-category_image li a .cate_content {
  padding: 0px; }
.box-cate-h3 .widget-category_image .wr-text {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%); }
  .box-cate-h3 .widget-category_image .wr-text .cate-name {
    font-size: 20px;
    line-height: 1.2;
    color: #FFFFFF;
    text-transform: none; }
  .box-cate-h3 .widget-category_image .wr-text .leo-qty {
    color: #FFFFFF; }

.box-video {
  position: relative; }
  .box-video .image_description {
    position: inherit; }
  .box-video .img-bg-video img {
    border-radius: 25px; }
  .box-video .box-icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 586px;
    text-align: center;
    z-index: 3; }
    @media (max-width: 575px) {
      .box-video .box-icon-play img {
        width: 50% !important; } }

.box-video .video {
  display: none; }

.blog-h2.latest-blogs .blog-image-container img {
  max-height: 263px; }

.banner4-h3 .image-video {
  margin-left: -15% !important;
  margin-right: -28% !important;
  z-index: 1; }
  .rtl .banner4-h3 .image-video {
    margin-right: -15% !important;
    margin-left: inherit; }
  .rtl .banner4-h3 .image-video {
    margin-left: -28% !important;
    margin-right: inherit; }
.banner4-h3 .img-left {
  margin-right: -7%;
  z-index: 2; }
  .rtl .banner4-h3 .img-left {
    margin-left: -7%;
    margin-right: inherit; }
  @media (max-width: 767px) {
    .banner4-h3 .img-left {
      margin-right: 0%; }
      .rtl .banner4-h3 .img-left {
        margin-left: 0%;
        margin-right: inherit; } }
.banner4-h3 .banner-left {
  padding-top: 55px; }
  @media (max-width: 1199px) {
    .banner4-h3 .banner-left {
      padding-top: 30px; } }
  @media (max-width: 767px) {
    .banner4-h3 .banner-left {
      padding-top: 0px; } }
.banner4-h3 .banner-right {
  padding-top: 55px; }
  @media (max-width: 1199px) {
    .banner4-h3 .banner-right {
      padding-top: 30px; } }
  @media (max-width: 767px) {
    .banner4-h3 .banner-right {
      padding-top: 0px; } }
.banner4-h3 .banner-content .title_block {
  margin-bottom: 20px; }
.banner4-h3 .banner-content .sub-title-widget {
  max-width: 440px;
  margin: auto;
  margin-bottom: 40px;
  color: #666666;
  font-family: "Conv_BeVietnamPro-Regular", sans-serif;
  font-size: 14px;
  line-height: 24px; }

.box-blog-h3 .blog-container .right-block {
  position: absolute;
  bottom: 0px;
  left: 30px;
  right: 30px;
  margin: auto;
  padding: 15px 0px; }
  @media (max-width: 575px) {
    .box-blog-h3 .blog-container .right-block {
      padding: 10px 0px; } }
  .box-blog-h3 .blog-container .right-block .read-more {
    display: none; }
.box-blog-h3 .blog-container .blog-title a {
  color: #FFFFFF; }
.box-blog-h3 .blog-container .blog-meta {
  color: #FFFFFF; }
  .box-blog-h3 .blog-container .blog-meta a {
    color: #FFFFFF; }

.banner5-h3 .banner-left .image_description {
  top: 50%;
  transform: translateY(-50%);
  right: 70px;
  text-align: center; }
  @media (max-width: 575px) {
    .banner5-h3 .banner-left .image_description {
      transform: none;
      margin-top: 30px;
      position: inherit;
      right: 0; }
      .banner5-h3 .banner-left .image_description .button2-banner {
        color: #000000; }
        .banner5-h3 .banner-left .image_description .button2-banner::after {
          color: #000000; } }
  .banner5-h3 .banner-left .image_description .text-banner {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 0px; }
    @media (max-width: 575px) {
      .banner5-h3 .banner-left .image_description .text-banner {
        color: #000000; } }
  .banner5-h3 .banner-left .image_description .title-banner {
    color: #FFFFFF;
    font-size: 60px;
    line-height: 1.1;
    font-family: 'Allison', cursive; }
    @media (max-width: 575px) {
      .banner5-h3 .banner-left .image_description .title-banner {
        color: #000000; } }
.banner5-h3 .banner-right .title_block {
  font-family: "Conv_BeVietnamPro-Regular", sans-serif;
  font-size: 28px;
  line-height: 1.2; }
.banner5-h3 .banner-right .sub-title-widget {
  margin-bottom: 5px; }
.banner5-h3 .banner-right .img-banner-top {
  margin-right: -10%;
  margin-bottom: -10% !important; }
  .rtl .banner5-h3 .banner-right .img-banner-top {
    margin-left: -10%;
    margin-right: inherit; }
  @media (max-width: 1200px) {
    .banner5-h3 .banner-right .img-banner-top {
      margin-right: 0%; }
      .rtl .banner5-h3 .banner-right .img-banner-top {
        margin-left: 0%;
        margin-right: inherit; } }
  @media (max-width: 991px) {
    .banner5-h3 .banner-right .img-banner-top {
      margin-bottom: 0% !important;
      margin-right: 0%; }
      .rtl .banner5-h3 .banner-right .img-banner-top {
        margin-left: 0%;
        margin-right: inherit; } }
.banner5-h3 .banner-right .img-banner-bottom {
  position: absolute;
  margin-left: -10%;
  margin-top: -15%;
  z-index: -1; }
  .rtl .banner5-h3 .banner-right .img-banner-bottom {
    margin-right: -10%;
    margin-left: inherit; }
  @media (max-width: 1199px) {
    .banner5-h3 .banner-right .img-banner-bottom {
      position: inherit; } }
  @media (max-width: 991px) {
    .banner5-h3 .banner-right .img-banner-bottom {
      margin-top: 0%;
      margin-left: 0%; }
      .rtl .banner5-h3 .banner-right .img-banner-bottom {
        margin-right: 0%;
        margin-left: inherit; } }
.banner5-h3 .block_newsletter .input-wrapper {
  display: flex; }
  @media (max-width: 575px) {
    .banner5-h3 .block_newsletter .input-wrapper {
      display: inherit; } }
.banner5-h3 .block_newsletter .btn {
  position: inherit;
  margin-left: 15px;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 3px; }
  .rtl .banner5-h3 .block_newsletter .btn {
    margin-right: 15px;
    margin-left: inherit; }
  @media (max-width: 575px) {
    .banner5-h3 .block_newsletter .btn {
      margin-top: 15px; } }
  .banner5-h3 .block_newsletter .btn span::after {
    color: #FFFFFF; }
  .banner5-h3 .block_newsletter .btn:focus, .banner5-h3 .block_newsletter .btn:hover {
    background-color: #E8C592;
    color: #FFFFFF; }
    .banner5-h3 .block_newsletter .btn:focus span::after, .banner5-h3 .block_newsletter .btn:hover span::after {
      color: #FFFFFF; }

/*Home 4*/
.banner1-h4 .image_description {
  top: 50%;
  transform: translateY(-50%);
  left: 60px; }
  @media (max-width: 991px) and (min-width: 768px) {
    .banner1-h4 .image_description {
      left: 30px; } }
  @media (max-width: 575px) {
    .banner1-h4 .image_description {
      left: 30px; } }
  .banner1-h4 .image_description .text-banner {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.6;
    color: #FFFFFF; }
    @media (max-width: 991px) and (min-width: 768px) {
      .banner1-h4 .image_description .text-banner {
        margin-bottom: 5px; } }
    @media (max-width: 575px) {
      .banner1-h4 .image_description .text-banner {
        margin-bottom: 5px; } }
  .banner1-h4 .image_description .title-banner {
    font-size: 42px;
    line-height: 1.2;
    color: #FFFFFF; }
    @media (max-width: 991px) and (min-width: 768px) {
      .banner1-h4 .image_description .title-banner {
        font-size: 25px; } }
    @media (max-width: 575px) {
      .banner1-h4 .image_description .title-banner {
        font-size: 25px; } }
  .banner1-h4 .image_description .text2-banner {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 10px;
    font-family: 'Conv_Montserrat-Bold'; }
    @media (max-width: 991px) and (min-width: 768px) {
      .banner1-h4 .image_description .text2-banner {
        font-size: 16px;
        margin-bottom: 15px; } }
    @media (max-width: 575px) {
      .banner1-h4 .image_description .text2-banner {
        font-size: 16px;
        margin-bottom: 15px; } }

.banner2-h4 .img-banner-center {
  margin-left: -300%;
  margin-top: 330%; }
  .rtl .banner2-h4 .img-banner-center {
    margin-right: -300%;
    margin-left: inherit; }
  @media (max-width: 991px) and (min-width: 576px) {
    .banner2-h4 .img-banner-center {
      margin-left: -200%;
      margin-top: 220%; }
      .rtl .banner2-h4 .img-banner-center {
        margin-right: -200%;
        margin-left: inherit; } }
  @media (max-width: 575px) {
    .banner2-h4 .img-banner-center {
      margin-left: 0%;
      margin-top: 0%; }
      .rtl .banner2-h4 .img-banner-center {
        margin-right: 0%;
        margin-left: inherit; } }
.banner2-h4 .banner-right {
  padding-left: 60px;
  padding-top: 100px; }
  .rtl .banner2-h4 .banner-right {
    padding-right: 60px;
    padding-left: inherit; }
  @media (max-width: 991px) {
    .banner2-h4 .banner-right {
      padding-left: 15px;
      padding-top: 30px; }
      .rtl .banner2-h4 .banner-right {
        padding-right: 15px;
        padding-left: inherit; } }
  .banner2-h4 .banner-right .sub-title-widget {
    text-align: left; }
    .rtl .banner2-h4 .banner-right .sub-title-widget {
      text-align: right; }
  .banner2-h4 .banner-right .banner-content .title_block {
    text-align: left;
    margin-bottom: 30px; }
    .rtl .banner2-h4 .banner-right .banner-content .title_block {
      text-align: right; }
  .banner2-h4 .banner-right .banner-content .sub-title-widget {
    color: #666666;
    text-transform: none;
    font-size: 14px; }
  .banner2-h4 .banner-right .button .btn {
    font-family: 'Conv_BeVietnamPro-Bold' !important;
    background-color: #E8C592;
    padding: 15px 20px;
    color: #FFFFFF;
    align-items: center;
    border-radius: 3px;
    text-transform: none !important;
    display: inline-flex;
    font-size: 14px; }
    .banner2-h4 .banner-right .button .btn::after {
      content: '\279C';
      padding-left: 5px;
      padding-right: 0px;
      transition: all 0.3s ease-in;
      color: #FFFFFF; }
      .rtl .banner2-h4 .banner-right .button .btn::after {
        padding-right: 5px;
        padding-left: inherit; }
      .rtl .banner2-h4 .banner-right .button .btn::after {
        padding-left: 0px;
        padding-right: inherit; }
    .banner2-h4 .banner-right .button .btn:hover {
      background-color: transparent;
      border: 1px solid #E8C592;
      color: #E8C592;
      text-decoration: none; }
      .banner2-h4 .banner-right .button .btn:hover::after {
        color: #E8C592;
        padding-left: 15px;
        transition: all 0.3s ease-in; }
        .rtl .banner2-h4 .banner-right .button .btn:hover::after {
          padding-right: 15px;
          padding-left: inherit; }

.banner3-h4 {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .banner3-h4 .banner-left {
    padding-right: 90px; }
    .rtl .banner3-h4 .banner-left {
      padding-left: 90px;
      padding-right: inherit; }
    @media (max-width: 991px) {
      .banner3-h4 .banner-left {
        padding-right: 30px;
        padding-bottom: 30px; }
        .rtl .banner3-h4 .banner-left {
          padding-left: 30px;
          padding-right: inherit; } }
    .banner3-h4 .banner-left .banner-content .title_block {
      text-align: left; }
      .rtl .banner3-h4 .banner-left .banner-content .title_block {
        text-align: right; }
    .banner3-h4 .banner-left .banner-content .sub-title-widget {
      color: #666666;
      text-transform: none;
      font-size: 14px;
      text-align: left; }
      .rtl .banner3-h4 .banner-left .banner-content .sub-title-widget {
        text-align: right; }
    .banner3-h4 .banner-left .button .btn {
      font-family: 'Conv_BeVietnamPro-Bold' !important;
      background-color: #E8C592;
      padding: 15px 20px;
      color: #FFFFFF;
      align-items: center;
      border-radius: 3px;
      text-transform: none !important;
      display: inline-flex;
      font-size: 14px; }
      .banner3-h4 .banner-left .button .btn::after {
        content: '\279C';
        padding-left: 5px;
        padding-right: 0px;
        transition: all 0.3s ease-in;
        color: #FFFFFF; }
        .rtl .banner3-h4 .banner-left .button .btn::after {
          padding-right: 5px;
          padding-left: inherit; }
        .rtl .banner3-h4 .banner-left .button .btn::after {
          padding-left: 0px;
          padding-right: inherit; }
      .banner3-h4 .banner-left .button .btn:hover {
        background-color: transparent;
        border: 1px solid #E8C592;
        color: #E8C592;
        text-decoration: none; }
        .banner3-h4 .banner-left .button .btn:hover::after {
          color: #E8C592;
          padding-left: 15px;
          transition: all 0.3s ease-in; }
          .rtl .banner3-h4 .banner-left .button .btn:hover::after {
            padding-right: 15px;
            padding-left: inherit; }

.box-cate-h4 .widget-category_image .wr-text .leo-shop {
  display: none; }
.box-cate-h4 > div.cate-content {
  text-align: center; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .box-cate-h4 > div.cate-content:nth-child(8n+1) {
      clear: both; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .box-cate-h4 > div.cate-content:nth-child(5n+1) {
      clear: both; } }
  @media (max-width: 767px) and (min-width: 576px) {
    .box-cate-h4 > div.cate-content:nth-child(2n+1) {
      clear: both; } }
  @media (max-width: 575px) and (min-width: 481px) {
    .box-cate-h4 > div.cate-content:nth-child(4n+1) {
      clear: both; } }
.box-cate-h4 .widget-category_image li a .cate_content {
  padding: 0px; }
.box-cate-h4 .widget-category_image li a:hover {
  box-shadow: none; }
.box-cate-h4 .widget-category_image li img {
  border-radius: 50%;
  transition: 1s ease-in; }
  .box-cate-h4 .widget-category_image li img:hover {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
    transform: rotate(45deg);
    transition: 1s ease-in; }

.box-gallery-image {
  margin: 0px -5px; }
  .box-gallery-image .block {
    margin-bottom: 0px !important; }
  .box-gallery-image .block-carousel-image-container .descript {
    display: none; }
  .box-gallery-image .owl-carousel .owl-item {
    padding: 0px 5px; }

.rtl .breadcrumb-full {
  right: 50% !important;
  transform: translateX(50%); }

.banner1-about .banner-content {
  text-align: center;
  max-width: 630px;
  margin: auto; }
  .banner1-about .banner-content .text-banner {
    color: #E8C592;
    font-size: 11px;
    text-transform: uppercase; }
  .banner1-about .banner-content .title-banner {
    font-size: 36px;
    line-height: 1.2;
    font-family: 'Conv_BeVietnamPro-Bold';
    color: #FFFFFF; }
    @media (max-width: 575px) {
      .banner1-about .banner-content .title-banner {
        font-size: 26px; } }
  .banner1-about .banner-content .text2-banner {
    padding-top: 15px;
    color: #FFFFFF; }

.service-about {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .service-about .banner-left .sub-title-widget {
    text-align: left; }
    .rtl .service-about .banner-left .sub-title-widget {
      text-align: right; }
  .service-about .banner-left .banner-content {
    max-width: 480px; }
    .service-about .banner-left .banner-content .title_block {
      text-align: left;
      margin-bottom: 20px;
      font-family: 'Conv_BeVietnamPro-Bold';
      font-size: 36px;
      line-height: 1.2; }
      .rtl .service-about .banner-left .banner-content .title_block {
        text-align: right; }
      @media (max-width: 575px) {
        .service-about .banner-left .banner-content .title_block {
          font-size: 26px; } }
    .service-about .banner-left .banner-content .sub-title-widget {
      color: #666666;
      text-transform: none;
      font-size: 14px; }
  .service-about .banner-left .button .btn {
    font-family: 'Conv_BeVietnamPro-Bold' !important;
    background-color: #E8C592;
    padding: 15px 20px;
    color: #FFFFFF;
    align-items: center;
    border-radius: 3px;
    text-transform: none !important;
    display: inline-flex;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 30px; }
    .service-about .banner-left .button .btn::after {
      content: '\279C';
      padding-left: 5px;
      padding-right: 0px;
      transition: all 0.3s ease-in;
      color: #FFFFFF; }
      .rtl .service-about .banner-left .button .btn::after {
        padding-right: 5px;
        padding-left: inherit; }
      .rtl .service-about .banner-left .button .btn::after {
        padding-left: 0px;
        padding-right: inherit; }
    .service-about .banner-left .button .btn:hover {
      background-color: transparent;
      border: 1px solid #E8C592;
      color: #E8C592;
      text-decoration: none; }
      .service-about .banner-left .button .btn:hover::after {
        color: #E8C592;
        padding-left: 15px;
        transition: all 0.3s ease-in; }
        .rtl .service-about .banner-left .button .btn:hover::after {
          padding-right: 15px;
          padding-left: inherit; }
  .service-about .sv-col .sv-content {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 40px; }
    @media (min-width: 576px) {
      .service-about .sv-col .sv-content:last-child {
        margin-bottom: 0px; } }
    .service-about .sv-col .sv-content::before {
      content: "";
      background-color: #E8EDFC;
      position: absolute;
      z-index: -1;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      top: -15px;
      left: -5%; }
      .rtl .service-about .sv-col .sv-content::before {
        right: -5%;
        left: auto; }
    .service-about .sv-col .sv-content .sv-text {
      margin-left: 20px; }
      .rtl .service-about .sv-col .sv-content .sv-text {
        margin-right: 20px;
        margin-left: inherit; }
      .service-about .sv-col .sv-content .sv-text strong {
        font-size: 16px;
        line-height: 22px;
        color: #000000;
        margin-bottom: 10px; }
      .service-about .sv-col .sv-content .sv-text p {
        margin-bottom: 0px; }

.banner2-about {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .banner2-about .ApImage {
    border-radius: 5px; }
  .banner2-about .img-banner-center {
    padding-top: 30px; }
    @media (min-width: 576px) {
      .banner2-about .img-banner-center {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -60% !important;
        right: 45% !important; }
        .rtl .banner2-about .img-banner-center {
          right: -60% !important;
          left: auto; }
        .rtl .banner2-about .img-banner-center {
          left: 45% !important;
          right: auto; } }
  .banner2-about .banner-right .sub-title-widget {
    text-align: left; }
    .rtl .banner2-about .banner-right .sub-title-widget {
      text-align: right; }
  .banner2-about .banner-right .banner-content {
    max-width: 480px; }
    .banner2-about .banner-right .banner-content .title_block {
      text-align: left;
      margin-bottom: 20px;
      font-family: 'Conv_BeVietnamPro-Bold';
      font-size: 36px;
      line-height: 1.2; }
      .rtl .banner2-about .banner-right .banner-content .title_block {
        text-align: right; }
      @media (max-width: 575px) {
        .banner2-about .banner-right .banner-content .title_block {
          font-size: 26px; } }
    .banner2-about .banner-right .banner-content .sub-title-widget {
      color: #666666;
      text-transform: none;
      font-size: 14px; }
  .banner2-about .banner-right .button .btn {
    font-family: 'Conv_BeVietnamPro-Bold' !important;
    background-color: #E8C592;
    padding: 15px 20px;
    color: #FFFFFF;
    align-items: center;
    border-radius: 3px;
    text-transform: none !important;
    display: inline-flex;
    font-size: 14px;
    margin-top: 20px; }
    .banner2-about .banner-right .button .btn::after {
      content: '\279C';
      padding-left: 5px;
      padding-right: 0px;
      transition: all 0.3s ease-in;
      color: #FFFFFF; }
      .rtl .banner2-about .banner-right .button .btn::after {
        padding-right: 5px;
        padding-left: inherit; }
      .rtl .banner2-about .banner-right .button .btn::after {
        padding-left: 0px;
        padding-right: inherit; }
    .banner2-about .banner-right .button .btn:hover {
      background-color: transparent;
      border: 1px solid #E8C592;
      color: #E8C592;
      text-decoration: none; }
      .banner2-about .banner-right .button .btn:hover::after {
        color: #E8C592;
        padding-left: 15px;
        transition: all 0.3s ease-in; }
        .rtl .banner2-about .banner-right .button .btn:hover::after {
          padding-right: 15px;
          padding-left: inherit; }

.banner3-about {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .banner3-about .banner-left .sub-title-widget {
    text-align: left; }
    .rtl .banner3-about .banner-left .sub-title-widget {
      text-align: right; }
  .banner3-about .banner-left .title_block {
    text-align: left;
    margin-bottom: 20px;
    font-family: 'Conv_BeVietnamPro-Bold';
    font-size: 36px;
    line-height: 1.2; }
    .rtl .banner3-about .banner-left .title_block {
      text-align: right; }
    @media (max-width: 575px) {
      .banner3-about .banner-left .title_block {
        font-size: 26px; } }
  .banner3-about .manufacturer-block .manufacturer-image-container a {
    display: flex;
    justify-content: center; }

.box-about-testi .ApBlockCarousel .owl-wrapper {
  display: flex !important; }
.box-about-testi .ApBlockCarousel .item {
  height: 100%; }
.box-about-testi .owl-carousel .owl-item .block-carousel-image-container {
  padding: 40px; }
  .box-about-testi .owl-carousel .owl-item .block-carousel-image-container .descript .title-testi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px; }
  .box-about-testi .owl-carousel .owl-item .block-carousel-image-container .descript .title {
    font-size: 20px;
    line-height: 1.3;
    font-family: 'Conv_BeVietnamPro-Medium'; }
  .box-about-testi .owl-carousel .owl-item .block-carousel-image-container .descript ul.rating {
    margin-bottom: 0px; }
    .box-about-testi .owl-carousel .owl-item .block-carousel-image-container .descript ul.rating li {
      display: inline-block;
      margin-right: 3px; }
      .rtl .box-about-testi .owl-carousel .owl-item .block-carousel-image-container .descript ul.rating li {
        margin-left: 3px;
        margin-right: inherit; }
      .box-about-testi .owl-carousel .owl-item .block-carousel-image-container .descript ul.rating li.rated i {
        color: #EFCE4A; }
  .box-about-testi .owl-carousel .owl-item .block-carousel-image-container .descript .text-testi {
    font-size: 16px;
    padding-bottom: 35px; }
  .box-about-testi .owl-carousel .owl-item .block-carousel-image-container .descript .img-testi {
    display: flex;
    align-items: center; }
    .box-about-testi .owl-carousel .owl-item .block-carousel-image-container .descript .img-testi div {
      padding-left: 20px; }
      .rtl .box-about-testi .owl-carousel .owl-item .block-carousel-image-container .descript .img-testi div {
        padding-right: 20px;
        padding-left: inherit; }
      .box-about-testi .owl-carousel .owl-item .block-carousel-image-container .descript .img-testi div strong {
        color: #000000;
        text-transform: uppercase;
        font-size: 16px; }
      .box-about-testi .owl-carousel .owl-item .block-carousel-image-container .descript .img-testi div p {
        margin-bottom: 0px;
        margin-top: 4px; }
.box-about-testi .owl-carousel .owl-item.first .item {
  background-color: #E8F3EA; }
.box-about-testi .owl-carousel .owl-item .item {
  background-color: #F1F3E8; }
.box-about-testi .owl-carousel .owl-item.last .item {
  background-color: #FDEDEC; }

.box-service .sv-col .block {
  margin-bottom: 0px !important; }
  @media (max-width: 991px) {
    .box-service .sv-col .block {
      margin-bottom: 30px !important; } }
  @media (max-width: 575px) {
    .box-service .sv-col .block {
      margin-bottom: 20px !important; } }

.box-service2 .sv-col .sv-text {
  padding-top: 20px; }
  .box-service2 .sv-col .sv-text strong {
    color: #000000;
    font-size: 16px;
    line-height: 22px; }
  .box-service2 .sv-col .sv-text p {
    margin-top: 10px;
    line-height: 24px; }
.box-service2 .sv-col .block {
  margin-bottom: 0px !important; }
  @media (max-width: 991px) {
    .box-service2 .sv-col .block {
      margin-bottom: 30px !important; } }
  @media (max-width: 575px) {
    .box-service2 .sv-col .block {
      margin-bottom: 20px !important; } }

/*style container-fluid*/
#page .container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 55px;
  padding-right: 55px; }
  @media (max-width: 1200px) {
    #page .container-fluid {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 991px) {
    #page .container-fluid {
      padding-left: 15px;
      padding-right: 15px; } }

/*my-account*/
#my-account .page-footer a {
  padding: 15px 30px;
  border: 1px solid;
  text-transform: uppercase; }

/*module-leofeature-viewwishlist*/
#module-leofeature-viewwishlist #view_wishlist .product-description input {
  text-align: center; }

/*cart*/
#cart .cart-grid-body a {
  display: flex;
  align-items: center; }

.orange {
  color: #E8C592 !important; }

.page-not-found .popup-over a.popup-title {
  display: none; }

.search-widget .popup-content {
  padding: 0; }

@media (min-width: 992px) {
  ul.ui-autocomplete {
    width: 31%; } }
@media (max-width: 991px) {
  ul.ui-autocomplete {
    width: 55%; } }

#cms #content {
  font-size: 16px;
  line-height: 24px; }

.product-notification.position3 {
  left: 100px; }
  .rtl .product-notification.position3 {
    right: 100px;
    left: auto; }

/*# sourceMappingURL=styles.css.map */
