/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* Title Block */
.ApColumn .title_block, .ApRow .title_block {
  color: #212121;
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 36px;
  font-weight: 500;
  text-align: center; }
  @media (max-width: 991px) {
    .ApColumn .title_block, .ApRow .title_block {
      font-size: 25px;
      margin-bottom: 10px; } }
.ApColumn .sub-title-widget, .ApRow .sub-title-widget {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  max-width: 632px;
  margin: auto; }
  @media (max-width: 991px) {
    .ApColumn .sub-title-widget, .ApRow .sub-title-widget {
      font-size: 13px;
      padding: 0 10px; } }

.ApColumn .block {
  margin-bottom: 2.5rem; }

.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; }
    .rtl .bg-fullwidth:before {
      margin-right: -1000px;
      margin-left: inherit; }

.block-toggler .title, .footer-container .links .title {
  cursor: pointer; }
  @media (max-width: 767px) {
    .block-toggler .title, .footer-container .links .title {
      margin-bottom: 5px; } }
  .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: 1.25rem; }
@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:before {
    content: "\f00c"; }
  .alert.alert-warning {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-warning:before {
      content: "\f071"; }
  .alert.alert-info {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-info:before {
      content: "\f05a"; }
  .alert.alert-danger {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-danger:before {
      content: "\f00d"; }

/* 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 #eaeaea; }
  .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: #eaeaea;
        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 #eaeaea #eaeaea #eaeaea; }

.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 #eaeaea; }
  .rtl .tabs-left .nav-tabs {
    float: right; }
  .rtl .tabs-left .nav-tabs {
    border-left: 1px solid #eaeaea;
    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 #eaeaea #eeeeee #eeeeee; }
  .tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #eaeaea transparent #eaeaea #eaeaea;
    *border-right-color: #FFFFFF; }

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #eaeaea; }
  .rtl .tabs-right .nav-tabs {
    float: left; }
  .rtl .tabs-right .nav-tabs {
    border-right: 1px solid #eaeaea;
    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 #eaeaea; }
  .tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
    border-color: #eaeaea #eaeaea #eaeaea transparent;
    *border-left-color: #ffffff; }

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase; }
  .widget-tabs li a {
    color: #272727; }
  .widget-tabs li.active {
    border: 1px solid #72c9e4; }
    .widget-tabs li.active a {
      color: #72c9e4; }

.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: #72c9e4;
    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; }

.tab-index .nav-tabs {
  padding: 22px 0 42px;
  text-align: center;
  border: none; }
  .tab-index .nav-tabs > li {
    display: inline-block; }
    .tab-index .nav-tabs > li.nav-item {
      float: none;
      position: relative;
      margin: 0 22px; }
      .tab-index .nav-tabs > li.nav-item.open .nav-link:hover {
        color: #212121;
        border: none;
        background: none; }
    .tab-index .nav-tabs > li:hover a::before {
      left: 0;
      right: 0; }
    .tab-index .nav-tabs > li > a {
      font-weight: 500;
      font-size: 18px;
      color: #999999;
      padding: 18px 0;
      -webkit-transition: all ease 0.4s;
      -moz-transition: all ease 0.4s;
      -ms-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s; }
      .tab-index .nav-tabs > li > a::before {
        content: "";
        height: 2px;
        position: absolute;
        background: #212121;
        bottom: 0;
        left: 50%;
        right: 50%;
        display: block;
        -webkit-transition: all ease 0.4s;
        -moz-transition: all ease 0.4s;
        -ms-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s; }
      .tab-index .nav-tabs > li > a.active::before {
        left: 0;
        right: 0; }
      .tab-index .nav-tabs > li > a.active:hover::before, .tab-index .nav-tabs > li > a.active:focus::before {
        left: 0;
        right: 0; }
    .tab-index .nav-tabs > li:hover a {
      color: #212121; }
    .tab-index .nav-tabs > li.active > a, .tab-index .nav-tabs > li.active > a:hover, .tab-index .nav-tabs > li.active > a:focus {
      border: none;
      background: none;
      border-color: none;
      color: #212121; }

.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;
    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;
      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 a {
  background: #282d35;
  clear: both;
  text-align: center;
  width: 100%;
  height: 3.4375rem;
  line-height: 3.4375rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0 15px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: none;
  font-size: 0.875rem;
  color: #FFFFFF;
  font-weight: 700; }
  .box-show-more a:hover {
    background-color: #72c9e4; }
  .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.open a {
  display: block; }

/**
* End for module ap_product_list
*/
/**
* Start for module ap_image
*/
.ap_image .has-animation {
  opacity: 0;
  filter: alpha(opacity=0); }
  .ap_image .has-animation.animated {
    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 #eaeaea; }
  .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 #eaeaea;
  -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 #72c9e4;
    -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
*/
/*
  Widget Manufacturers
*/
.manufacturers_block img {
  padding: 1.25rem;
  margin: 0.625rem; }
  .manufacturers_block img:hover {
    -moz-box-shadow: 0px 0px 6px #ccc;
    -webkit-box-shadow: 0px 0px 6px #ccc;
    -o-box-shadow: 0px 0px 6px #ccc;
    -ms-box-shadow: 0px 0px 6px #ccc;
    box-shadow: 0px 0px 6px #ccc;
    border-radius: 5px; }

/*
  Widget Category Image
*/
.widget-category_image .cover-img img {
  display: block !important;
  width: 100%;
  padding: 0 5px 0 0; }
  .rtl .widget-category_image .cover-img img {
    padding: 0 0 0 5px; }
.widget-category_image .block_content ul:nth-child(2) .cover-img img, .widget-category_image .block_content ul:nth-child(5) .cover-img img {
  padding: 0 6.5px 0 0; }
  .rtl .widget-category_image .block_content ul:nth-child(2) .cover-img img, .rtl .widget-category_image .block_content ul:nth-child(5) .cover-img img {
    padding: 0 0 0 6.5px; }
.widget-category_image .cate_content {
  position: relative;
  display: block;
  overflow: hidden; }
  .widget-category_image .cate_content:hover label {
    color: #3276b1;
    cursor: pointer; }
  .widget-category_image .cate_content span.cate-name {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    color: #212121;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s; }
    @media (min-width: 992px) {
      .widget-category_image .cate_content span.cate-name {
        bottom: 37px; } }
    @media (max-width: 991px) {
      .widget-category_image .cate_content span.cate-name {
        bottom: 60px; } }
  .widget-category_image .cate_content span.leo-qty {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    color: #999999;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s; }
    @media (min-width: 992px) {
      .widget-category_image .cate_content span.leo-qty {
        bottom: -20px; } }
    @media (max-width: 991px) {
      .widget-category_image .cate_content span.leo-qty {
        bottom: 26px; } }
    .widget-category_image .cate_content span.leo-qty > span {
      padding-left: 5px; }
      .rtl .widget-category_image .cate_content span.leo-qty > span {
        padding-right: 5px;
        padding-left: inherit; }
  .widget-category_image .cate_content:hover span.cate-name {
    bottom: 60px; }
  .widget-category_image .cate_content:hover span.leo-qty {
    bottom: 26px; }
.widget-category_image .block_content {
  margin-top: 45px; }
  @media (max-width: 1499px) {
    .widget-category_image .block_content {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; } }
  .widget-category_image .block_content::after {
    content: "";
    display: block;
    clear: both; }
  .widget-category_image .block_content ul.level0 {
    float: left; }
    @media (min-width: 992px) {
      .widget-category_image .block_content ul.level0 {
        width: 20%; } }
    @media (max-width: 991px) {
      .widget-category_image .block_content ul.level0 {
        width: 33.33%; } }
    @media (max-width: 479px) {
      .widget-category_image .block_content ul.level0 {
        width: 100%; } }

/* Widget Lastest blogs */
.latest-blogs {
  margin-bottom: 95px !important;
  padding-bottom: 0; }
  @media (max-width: 991px) {
    .latest-blogs {
      margin-bottom: 30px !important; } }
  .latest-blogs .right-block {
    text-align: left; }
    .rtl .latest-blogs .right-block {
      text-align: right; }
    .latest-blogs .right-block .blog-info p a:hover {
      color: #72c9e4; }
      .latest-blogs .right-block .blog-info p a:hover::after {
        color: #72c9e4;
        -webkit-transition: all ease-in-out 0.4s;
        -moz-transition: all ease-in-out 0.4s;
        -ms-transition: all ease-in-out 0.4s;
        -o-transition: all ease-in-out 0.4s;
        transition: all ease-in-out 0.4s; }
  .latest-blogs .blog-image-container {
    float: left;
    overflow: hidden;
    position: relative;
    margin-bottom: 0.9375rem;
    width: 100%; }
    .rtl .latest-blogs .blog-image-container {
      float: right; }
    .latest-blogs .blog-image-container a {
      position: relative;
      display: inline-block; }
      .latest-blogs .blog-image-container a::before {
        top: 3.125rem;
        right: 1.875rem;
        bottom: 3.125rem;
        left: 1.875rem;
        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);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0; }
      .latest-blogs .blog-image-container a::after {
        top: 1.875rem;
        right: 3.125rem;
        bottom: 1.875rem;
        left: 3.125rem;
        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);
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        -o-transform-origin: 100% 0;
        transform-origin: 100% 0; }
      .latest-blogs .blog-image-container a::after, .latest-blogs .blog-image-container a::before {
        position: absolute;
        content: "";
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s, transform 0.35s;
        -moz-transition: opacity 0.35s, transform 0.35s;
        -ms-transition: opacity 0.35s, transform 0.35s;
        -o-transition: opacity 0.35s, transform 0.35s;
        transition: opacity 0.35s, transform 0.35s; }
      .latest-blogs .blog-image-container a:hover {
        opacity: .8;
        filter: alpha(opacity=80); }
        .latest-blogs .blog-image-container a:hover::before, .latest-blogs .blog-image-container a:hover::after {
          opacity: 1;
          filter: alpha(opacity=100);
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }
    .latest-blogs .blog-image-container a.blog_img_link {
      width: 100%; }
      .latest-blogs .blog-image-container a.blog_img_link img {
        width: 100%; }
  .latest-blogs .blog-title {
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 20px; }
  .latest-blogs .blog-desc {
    padding-top: 0.9375rem;
    text-align: justify;
    line-height: 25px; }

/* Multi Image Product List */
.leo-more-info {
  background-color: #FFFFFF;
  position: absolute;
  z-index: 4000;
  top: 0;
  width: 0;
  min-height: 100%;
  overflow: hidden;
  right: 0px;
  float: left;
  text-align: left;
  -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);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0); }
  .rtl .leo-more-info {
    left: 0px;
    right: auto; }
  .rtl .leo-more-info {
    float: right; }
  .rtl .leo-more-info {
    text-align: right; }
  .leo-more-info .thumbs_list {
    margin: auto;
    overflow: hidden;
    width: 80px;
    height: 240px; }
    .leo-more-info .thumbs_list ul.thumbs_list_frame {
      margin-bottom: 0px;
      list-style-type: none;
      padding-left: 0; }
      .rtl .leo-more-info .thumbs_list ul.thumbs_list_frame {
        padding-right: 0;
        padding-left: inherit; }
    .leo-more-info .thumbs_list li {
      cursor: pointer;
      width: 80px;
      height: 80px; }
      .leo-more-info .thumbs_list li a {
        display: block;
        text-align: center; }
      .leo-more-info .thumbs_list li .leo-hover-image {
        max-width: 100%; }
  .leo-more-info .view_scroll_left,
  .leo-more-info .view_scroll_right {
    position: absolute;
    width: 15px;
    margin: auto;
    left: 0px;
    right: 0px; }
  .leo-more-info .view_scroll_right {
    bottom: 0px;
    margin-bottom: 0.3125rem; }
  .leo-more-info .view_scroll_left {
    margin-top: 0.3125rem; }

.leo-more-over {
  position: relative;
  z-index: 0; }

.leo-more-image {
  top: 0;
  position: absolute;
  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;
  filter: alpha(opacity=0);
  left: 0; }
  .rtl .leo-more-image {
    right: 0;
    left: auto; }

/* Instagram Block */
.instagram-block .owl-item {
  padding: 0; }
.instagram-block a {
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .instagram-block a img {
    width: 100%;
    max-width: 100%; }
.instagram-block .link-instagram {
  display: none; }
  .instagram-block .link-instagram a {
    margin: 0.625rem 0 0; }

.modal.leo-quicklogin-modal {
  padding: 0 !important;
  font-size: 12px; }
  @media (min-width: 576px) {
    .modal.leo-quicklogin-modal .modal-dialog {
      max-width: 360px;
      margin: 60px auto; } }
  .modal.leo-quicklogin-modal label, .modal.leo-quicklogin-modal .label {
    font-size: 12px; }
  .modal.leo-quicklogin-modal .modal-content {
    border: 0;
    border-radius: 0;
    outline: 0; }
    .modal.leo-quicklogin-modal .modal-content .modal-header {
      padding: 0;
      border-bottom: 0; }
      .modal.leo-quicklogin-modal .modal-content .modal-header .close {
        background: #292929;
        opacity: 1;
        color: #fff;
        font-weight: 400;
        text-shadow: none;
        height: 30px;
        line-height: 30px;
        width: 30px;
        text-align: center;
        font-size: 20px;
        margin: 0; }
        .modal.leo-quicklogin-modal .modal-content .modal-header .close::after {
          content: "";
          display: table;
          clear: both; }
    .modal.leo-quicklogin-modal .modal-content .modal-body {
      padding: 30px; }
      .modal.leo-quicklogin-modal .modal-content .modal-body .leo-quicklogin-form .lql-form-content input {
        border: 1px solid #e5e5e5;
        background: #fff;
        outline: 0;
        font-size: 13px; }
        .modal.leo-quicklogin-modal .modal-content .modal-body .leo-quicklogin-form .lql-form-content input.form-control {
          height: 42px;
          line-height: 42px; }
      .modal.leo-quicklogin-modal .modal-content .modal-body .leo-quicklogin-form .lql-callregister {
        text-align: center; }
      .modal.leo-quicklogin-modal .modal-content .modal-body .leo-quicklogin-form .lql-form-bt {
        background: #212121;
        font-size: 12px; }
      .modal.leo-quicklogin-modal .modal-content .modal-body .leo-quicklogin-form .lql-form-content-element > div:first-child {
        display: flex;
        align-items: center; }
      @media (max-width: 575px) {
        .modal.leo-quicklogin-modal .modal-content .modal-body .leo-quicklogin-form .lql-form-content-element > div:last-child {
          text-align: right; }
          .rtl .modal.leo-quicklogin-modal .modal-content .modal-body .leo-quicklogin-form .lql-form-content-element > div:last-child {
            text-align: left; } }
      .modal.leo-quicklogin-modal .modal-content .modal-body .leo-quicklogin-form .lql-form-content-element .form-control-label {
        padding: 0 5px;
        margin: 0; }
    .modal.leo-quicklogin-modal .modal-content .modal-footer {
      padding: 0;
      border-top: 0; }
  .modal.leo-quicklogin-modal .lql-social-login {
    margin: 0;
    padding-top: 20px;
    border-top: 1px dashed #ccc;
    text-align: center; }
    .modal.leo-quicklogin-modal .lql-social-login .btn {
      font-size: 0;
      margin: 0 2px 2px 0;
      width: 40px;
      height: 40px;
      padding: 0;
      text-align: center;
      line-height: 40px;
      position: relative;
      border: 1px solid transparent;
      -webkit-transition: all ease 0.4s;
      -moz-transition: all ease 0.4s;
      -ms-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s; }
      .modal.leo-quicklogin-modal .lql-social-login .btn .fa {
        font-size: 14px;
        margin: auto !important;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        line-height: 40px; }
      .modal.leo-quicklogin-modal .lql-social-login .btn.google-login-bt {
        background: #de332c; }
        .modal.leo-quicklogin-modal .lql-social-login .btn.google-login-bt:hover {
          background: #fff;
          border: 1px solid #de332c;
          color: #de332c; }
      .modal.leo-quicklogin-modal .lql-social-login .btn.facebook-login-bt:hover {
        background: #FFF;
        border: 1px solid #2d4486;
        color: #2d4486; }
      .modal.leo-quicklogin-modal .lql-social-login .btn.twitter-login-bt:hover {
        background: #FFF;
        border: 1px solid #33add6;
        color: #33add6; }
  .modal.leo-quicklogin-modal .lql-calllogin {
    text-align: center; }
.modal h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 20px;
  text-align: center; }

.h1-ig .instagram-block {
  margin: 0; }
  .h1-ig .instagram-block .block_content {
    margin: 50px 0 70px; }
    @media (max-width: 991px) {
      .h1-ig .instagram-block .block_content {
        margin: 20px 0 30px; } }
  .h1-ig .instagram-block .title_block::before {
    content: "\f16d";
    font-family: "FontAwesome";
    font-size: 36px;
    color: #e9e9e9;
    padding-right: 13px; }
@media (min-width: 992px) {
  .h1-ig .ApColumn .instagram-block #instafeed a {
    position: relative;
    display: block;
    overflow: hidden; }
    .h1-ig .ApColumn .instagram-block #instafeed a::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      border-radius: 100%;
      width: 50%;
      height: 50%;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .h1-ig .ApColumn .instagram-block #instafeed a::after {
      content: "\f16d";
      font-family: "FontAwesome";
      position: absolute;
      font-size: 40px;
      color: #FFF;
      bottom: 50%;
      left: 50%;
      right: auto;
      top: auto;
      transform: translate(-50%, 50%);
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      line-height: normal; }
    .h1-ig .ApColumn .instagram-block #instafeed a:hover::before {
      border-radius: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.3);
      zoom: 1; }
    .h1-ig .ApColumn .instagram-block #instafeed a:hover::after {
      opacity: 1;
      filter: alpha(opacity=100); } }

/* eidt 4-1-2019 */
.userinfo-home1 {
  display: block; }
  .userinfo-home1.popup-over {
    position: relative;
    z-index: 99;
    margin: 0; }
    .userinfo-home1.popup-over .popup-content {
      border: none;
      display: block;
      float: left;
      -webkit-transition: opacity 0.3s linear 0s;
      -moz-transition: opacity 0.3s linear 0s;
      -ms-transition: opacity 0.3s linear 0s;
      -o-transition: opacity 0.3s linear 0s;
      transition: opacity 0.3s linear 0s;
      padding: 0;
      margin: 0px; }
      .rtl .userinfo-home1.popup-over .popup-content {
        float: right; }
      .userinfo-home1.popup-over .popup-content a {
        color: #666666;
        font-size: 12px;
        line-height: 18px;
        text-transform: capitalize;
        font-weight: 400;
        padding: 0; }
        .userinfo-home1.popup-over .popup-content a:hover {
          color: #72c9e4; }
      .userinfo-home1.popup-over .popup-content .signin {
        padding-right: 3px; }
        .rtl .userinfo-home1.popup-over .popup-content .signin {
          padding-left: 3px;
          padding-right: inherit; }
      .userinfo-home1.popup-over .popup-content .register span {
        padding-left: 0; }
        .rtl .userinfo-home1.popup-over .popup-content .register span {
          padding-right: 0;
          padding-left: inherit; }
      .userinfo-home1.popup-over .popup-content .register::before {
        content: "/";
        pointer-events: none;
        color: #666666;
        position: relative;
        top: 1px; }
      .userinfo-home1.popup-over .popup-content li {
        display: inline-block;
        float: left;
        padding: 13px 0; }
        .rtl .userinfo-home1.popup-over .popup-content li {
          float: right; }
      .userinfo-home1.popup-over .popup-content .ap-total:before {
        content: '(';
        display: inline-block; }
      .userinfo-home1.popup-over .popup-content .ap-total:after {
        content: ')';
        display: inline-block; }
      .userinfo-home1.popup-over .popup-content a.account.dropdown-item:after {
        content: "/";
        cursor: none;
        color: #bbbbbb;
        pointer-events: none; }
    .userinfo-home1.popup-over:hover {
      cursor: pointer; }
      @media (min-width: 992px) {
        .userinfo-home1.popup-over:hover .popup-content {
          display: block !important; } }
    .userinfo-home1.popup-over .popup-title {
      color: #787878;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px; }

@media (max-width: 767px) {
  .h1-header-nav {
    display: flex;
    flex-direction: column-reverse; } }

.header-nav {
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s; }

@media (min-width: 992px) and (max-width: 1199px) {
  .h1-header-nav-left {
    padding: 0 10px; } }
@media (max-width: 480px) {
  .h1-header-nav-left {
    padding: 0 10px !important; } }
@media (min-width: 576px) and (max-width: 767px) {
  .h1-header-nav-left {
    position: absolute;
    z-index: 9; } }
@media (min-width: 768px) {
  .h1-header-nav-left {
    display: flex;
    justify-content: flex-start; } }
.h1-header-nav-left .h1-text-header-nav-left {
  display: inline-block;
  margin: 0;
  vertical-align: middle; }
  .h1-header-nav-left .h1-text-header-nav-left h4 {
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    padding: 15px 0;
    margin-bottom: 0; }
    @media (min-width: 1300px) {
      .h1-header-nav-left .h1-text-header-nav-left h4 {
        margin-right: 20px; }
        .rtl .h1-header-nav-left .h1-text-header-nav-left h4 {
          margin-left: 20px;
          margin-right: inherit; } }
    @media (min-width: 1200px) and (max-width: 1299px) {
      .h1-header-nav-left .h1-text-header-nav-left h4 {
        margin-right: 10px; }
        .rtl .h1-header-nav-left .h1-text-header-nav-left h4 {
          margin-left: 10px;
          margin-right: inherit; } }
    .h1-header-nav-left .h1-text-header-nav-left h4 i.icon-earphones-alt {
      padding-right: 7px; }
      .rtl .h1-header-nav-left .h1-text-header-nav-left h4 i.icon-earphones-alt {
        padding-left: 7px;
        padding-right: inherit; }
    @media (max-width: 1199px) {
      .h1-header-nav-left .h1-text-header-nav-left h4 {
        margin-right: 5px; }
        .h1-header-nav-left .h1-text-header-nav-left h4 span {
          display: none; }
        .rtl .h1-header-nav-left .h1-text-header-nav-left h4 {
          margin-left: 5px;
          margin-right: inherit; } }

@media (min-width: 576px) and (max-width: 767px) {
  .h1-header-nav-center {
    position: relative; } }
.h1-header-nav-center > .ApHtml {
  margin: 0; }
  .h1-header-nav-center > .ApHtml .block_content h4 {
    font-size: 12px;
    font-weight: 300;
    color: #666666;
    margin: 0;
    padding: 15px 0; }
    @media (min-width: 992px) {
      .h1-header-nav-center > .ApHtml .block_content h4 {
        text-align: center; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .h1-header-nav-center > .ApHtml .block_content h4 {
        text-align: right; }
        .rtl .h1-header-nav-center > .ApHtml .block_content h4 {
          text-align: left; } }
    @media (max-width: 767px) {
      .h1-header-nav-center > .ApHtml .block_content h4 {
        text-align: center; } }
    .h1-header-nav-center > .ApHtml .block_content h4 span {
      color: #ff0000; }

@media (min-width: 992px) and (max-width: 1199px) {
  .h1-header-nav-right {
    padding: 0 10px; } }
@media (max-width: 991px) {
  .h1-header-nav-right {
    display: none; } }
.h1-header-nav-right .userinfo-selector {
  display: none; }

.h1-header-top {
  padding: 0 15px;
  display: flex;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s; }
  .h1-header-top::after {
    content: "";
    display: block;
    clear: both; }
  .h1-header-top .header-logo {
    padding: 31px 0;
    position: relative; }
    @media (max-width: 991px) {
      .h1-header-top .header-logo {
        padding: 31px 15px;
        text-align: right; }
        .rtl .h1-header-top .header-logo {
          text-align: left; } }
    @media (max-width: 479px) {
      .h1-header-top .header-logo img {
        max-width: 80px; } }
  .h1-header-top .h1-header-top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .h1-header-top .h1-header-top-right {
        padding: 0 15px; } }
    @media (max-width: 991px) {
      .h1-header-top .h1-header-top-right {
        order: 3;
        padding: 0 15px 0 0; }
        .rtl .h1-header-top .h1-header-top-right {
          padding: 0 0 0 15px; } }
    @media (max-width: 479px) {
      .h1-header-top .h1-header-top-right {
        width: 100%; } }
    .h1-header-top .h1-header-top-right .header-button-add .ap-btn-wishlist {
      padding: 37px 12px;
      position: relative; }
      @media (max-width: 1199px) {
        .h1-header-top .h1-header-top-right .header-button-add .ap-btn-wishlist {
          padding: 37px 8px; } }
      @media (max-width: 479px) {
        .h1-header-top .h1-header-top-right .header-button-add .ap-btn-wishlist {
          padding: 37px 5px; } }
      .h1-header-top .h1-header-top-right .header-button-add .ap-btn-wishlist i {
        font-size: 20px;
        vertical-align: middle;
        line-height: 19px;
        -webkit-transition: all ease 0.4s;
        -moz-transition: all ease 0.4s;
        -ms-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s; }
      .h1-header-top .h1-header-top-right .header-button-add .ap-btn-wishlist:hover i {
        color: #72c9e4; }
      .h1-header-top .h1-header-top-right .header-button-add .ap-btn-wishlist .ap-total-wishlist.ap-total {
        min-width: 19px;
        font-weight: 500;
        background: #72c9e4;
        display: block;
        position: absolute;
        top: 32px;
        right: -4px;
        left: auto;
        text-align: center;
        line-height: 19px;
        border-radius: 100%;
        color: #ffffff;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
        font-size: 13px; }
        .rtl .h1-header-top .h1-header-top-right .header-button-add .ap-btn-wishlist .ap-total-wishlist.ap-total {
          right: auto;
          left: -4px; }
    .h1-header-top .h1-header-top-right .userinfo-home1 {
      display: none; }
      .h1-header-top .h1-header-top-right .userinfo-home1 i:hover {
        color: #72c9e4; }
    .h1-header-top .h1-header-top-right .userinfo-selector {
      margin: 0; }
      .h1-header-top .h1-header-top-right .userinfo-selector i {
        font-size: 20px; }
        .h1-header-top .h1-header-top-right .userinfo-selector i:hover {
          color: #72c9e4; }
      .h1-header-top .h1-header-top-right .userinfo-selector a.popup-title {
        padding: 37px 12px; }
        @media (max-width: 1199px) {
          .h1-header-top .h1-header-top-right .userinfo-selector a.popup-title {
            padding: 37px 8px; } }
        @media (max-width: 479px) {
          .h1-header-top .h1-header-top-right .userinfo-selector a.popup-title {
            padding: 37px 5px; } }
      .h1-header-top .h1-header-top-right .userinfo-selector .user-info {
        z-index: 999999;
        right: -10px;
        left: auto; }
        .rtl .h1-header-top .h1-header-top-right .userinfo-selector .user-info {
          right: auto;
          left: -10px; }
    .h1-header-top .h1-header-top-right.h2 {
      margin: 0; }
      .h1-header-top .h1-header-top-right.h2 i {
        font-size: 20px; }
      .h1-header-top .h1-header-top-right.h2 .leo_block_top {
        margin: 0; }
        .h1-header-top .h1-header-top-right.h2 .leo_block_top a.popup-title {
          padding: 34px 12px; }
          @media (max-width: 1199px) {
            .h1-header-top .h1-header-top-right.h2 .leo_block_top a.popup-title {
              padding: 34px 8px; } }
          @media (max-width: 479px) {
            .h1-header-top .h1-header-top-right.h2 .leo_block_top a.popup-title {
              padding: 34px 5px; } }
        .h1-header-top .h1-header-top-right.h2 .leo_block_top a i {
          -webkit-transition: all ease 0.4s;
          -moz-transition: all ease 0.4s;
          -ms-transition: all ease 0.4s;
          -o-transition: all ease 0.4s;
          transition: all ease 0.4s; }
        .h1-header-top .h1-header-top-right.h2 .leo_block_top a:hover i {
          color: #72c9e4; }
      .h1-header-top .h1-header-top-right.h2 .header-button-add .ap-btn-wishlist {
        padding: 34px 12px;
        position: relative; }
        @media (max-width: 1199px) {
          .h1-header-top .h1-header-top-right.h2 .header-button-add .ap-btn-wishlist {
            padding: 34px 8px; } }
        @media (max-width: 479px) {
          .h1-header-top .h1-header-top-right.h2 .header-button-add .ap-btn-wishlist {
            padding: 34px 5px; } }
      .h1-header-top .h1-header-top-right.h2 .currency-selector {
        padding-bottom: 15px;
        margin-bottom: 10px; }

.h1-box-service {
  padding: 50px 0; }
  @media (max-width: 991px) {
    .h1-box-service {
      padding: 30px 0; } }
  .h1-box-service .ApColumn .block {
    margin: 0; }
    @media (max-width: 991px) {
      .h1-box-service .ApColumn .block {
        margin: 0 0 10px 0; } }
  .h1-box-service .h1-service span.icon-truck {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAgCAYAAAB6kdqOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDY4QTc5MjM1NUY1MTFFOUFBM0VCMjI0Q0ZBMEYwQjIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDY4QTc5MjQ1NUY1MTFFOUFBM0VCMjI0Q0ZBMEYwQjIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpENjhBNzkyMTU1RjUxMUU5QUEzRUIyMjRDRkEwRjBCMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpENjhBNzkyMjU1RjUxMUU5QUEzRUIyMjRDRkEwRjBCMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pmp+ZrUAAANESURBVHja7FddSFNhGN7mWXPOdJupKzRrFRlRICMC76JZUBGBLLoMgnkfxHbVXTC76aYI7aKuG0JkBOUkCAwEp0SNVtJaOXRttjndn3l0vQ924HA852xuJ89NL4x9nPM933m+9//VlkolDaS4vmGZTubdXzJFZ44tWTRVSFejPnipyzygqUG0IBTPrzkehhfHsuyGxW7aFazmoMQqawf+jmOvtb5Ol66aULq4Zr8XSk61GZhI/0HzgK1BXxWhB3RGJPfbIXehSs7XvY4t+7C40d3SVy2ZSjU48m1pqNw+JpRZdZ5qMfprUTNfcDGxs8LpguvRbOrpOCngbEeTV1JDsLtRITJy0m0x+s+0m4Zfzq94QE6SkGYHBREIHxudW/YhqlUnxDk2rPI8Ku5PO04IgXN+3+7ByV8F17t41qM6IUivrXHwNAXSK/KnJYo+1QlBLh/YzOjPBKZTjRBSw5XOJu8HSjvjf3OhqoQgPa2mYS4VRJdXnaoTgjgpSSIV+Ml0SAWM0h+YWNgaOeXExGjTkRzrCJDpFCOE1gPFFeqv9ow3P3NuxQghCztlalQlmsVlGKUjp9YzVHfq/4T+GSGpdkFpbFmnRkWeocqMkLbVM5Eukz54jqLJTD34drCNjC59vNkQKIeV1dCTz4tjIz8yPiSuC9QygAxaXgwFmFTksC++Lw3xsSBTEfb+x8TU43ByDOMQ/xeYy/huTsZKEwsrHv7zArtuAebu+/hXIaZS7O3gfApr/jtwwDtdD/UlqLjCZultIudGz4LeRZhretsahuNF1i7WYHHYE6QRMexFqvDoGDGU8k0LDuDCAJTCiELqjZGtjzQZAoX1kgUgrMU+eMxq9GtopMF+sYYd2E6J+cxm2hy1gJ1J5tyzVOXRPaLqgwvDpX1MHrgZXnJgEBONGnYzarCXv387wmHh7PAxbjTScrM9J3A4tJWYDFoNdZHrR/f0iUUPNNq/v9lrpT3C98Di/9bJ9kNyWDtZYMtwKuWY04msG445Gk0PYdzmP4dTigVCOeynVN4FLJxXCrtFQ2K3wRpNVJ4SHJwZDnvtsPWqXDGVwmItNd2KmkwoMGEoVXCFKQpa6+siHXSgMHqUxP4RYAAUDKtwFs/c1QAAAABJRU5ErkJggg==) no-repeat center center;
    width: 40px;
    height: 32px;
    display: block;
    background-size: 35px;
    position: absolute;
    top: 5px;
    right: 30px;
    left: 30px; }
    .rtl .h1-box-service .h1-service span.icon-truck {
      right: 30px;
      left: 30px; }
  .h1-box-service .h1-service span > i {
    font-size: 30px;
    color: #72c9e4;
    position: absolute;
    top: 5px;
    right: 30px;
    left: 30px;
    display: inline-block;
    max-width: 30px; }
    .rtl .h1-box-service .h1-service span > i {
      right: 30px;
      left: 30px; }
  .h1-box-service .h1-service .content-service {
    position: relative;
    margin-left: 70px; }
    .rtl .h1-box-service .h1-service .content-service {
      margin-right: 70px;
      margin-left: inherit; }
    .h1-box-service .h1-service .content-service h4 {
      color: #212121;
      font-size: 20px;
      font-weight: 400;
      margin-bottom: 17px; }
      @media (max-width: 991px) {
        .h1-box-service .h1-service .content-service h4 {
          margin-bottom: 5px;
          font-size: 16px; } }
    .h1-box-service .h1-service .content-service p {
      color: #999999;
      margin: 0;
      line-height: 20px; }
  .h1-box-service .h1-service:hover span.icon-truck, .h1-box-service .h1-service:hover span > i {
    -webkit-animation: ring 4s .4s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .4s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .4s ease-in-out infinite;
    transform-origin: 50% 4px; }

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotateZ(0); }
  1% {
    -webkit-transform: rotateZ(30deg); }
  3% {
    -webkit-transform: rotateZ(-28deg); }
  5% {
    -webkit-transform: rotateZ(34deg); }
  7% {
    -webkit-transform: rotateZ(-32deg); }
  9% {
    -webkit-transform: rotateZ(30deg); }
  11% {
    -webkit-transform: rotateZ(-28deg); }
  13% {
    -webkit-transform: rotateZ(26deg); }
  15% {
    -webkit-transform: rotateZ(-24deg); }
  17% {
    -webkit-transform: rotateZ(22deg); }
  19% {
    -webkit-transform: rotateZ(-20deg); }
  21% {
    -webkit-transform: rotateZ(18deg); }
  23% {
    -webkit-transform: rotateZ(-16deg); }
  25% {
    -webkit-transform: rotateZ(14deg); }
  27% {
    -webkit-transform: rotateZ(-12deg); }
  29% {
    -webkit-transform: rotateZ(10deg); }
  31% {
    -webkit-transform: rotateZ(-8deg); }
  33% {
    -webkit-transform: rotateZ(6deg); }
  35% {
    -webkit-transform: rotateZ(-4deg); }
  37% {
    -webkit-transform: rotateZ(2deg); }
  39% {
    -webkit-transform: rotateZ(-1deg); }
  41% {
    -webkit-transform: rotateZ(1deg); }
  43% {
    -webkit-transform: rotateZ(0); }
  100% {
    -webkit-transform: rotateZ(0); } }
@-moz-keyframes ring {
  0% {
    -moz-transform: rotate(0); }
  1% {
    -moz-transform: rotate(30deg); }
  3% {
    -moz-transform: rotate(-28deg); }
  5% {
    -moz-transform: rotate(34deg); }
  7% {
    -moz-transform: rotate(-32deg); }
  9% {
    -moz-transform: rotate(30deg); }
  11% {
    -moz-transform: rotate(-28deg); }
  13% {
    -moz-transform: rotate(26deg); }
  15% {
    -moz-transform: rotate(-24deg); }
  17% {
    -moz-transform: rotate(22deg); }
  19% {
    -moz-transform: rotate(-20deg); }
  21% {
    -moz-transform: rotate(18deg); }
  23% {
    -moz-transform: rotate(-16deg); }
  25% {
    -moz-transform: rotate(14deg); }
  27% {
    -moz-transform: rotate(-12deg); }
  29% {
    -moz-transform: rotate(10deg); }
  31% {
    -moz-transform: rotate(-8deg); }
  33% {
    -moz-transform: rotate(6deg); }
  35% {
    -moz-transform: rotate(-4deg); }
  37% {
    -moz-transform: rotate(2deg); }
  39% {
    -moz-transform: rotate(-1deg); }
  41% {
    -moz-transform: rotate(1deg); }
  43% {
    -moz-transform: rotate(0); }
  100% {
    -moz-transform: rotate(0); } }
@keyframes ring {
  0% {
    transform: rotate(0); }
  1% {
    transform: rotate(30deg); }
  3% {
    transform: rotate(-28deg); }
  5% {
    transform: rotate(34deg); }
  7% {
    transform: rotate(-32deg); }
  9% {
    transform: rotate(30deg); }
  11% {
    transform: rotate(-28deg); }
  13% {
    transform: rotate(26deg); }
  15% {
    transform: rotate(-24deg); }
  17% {
    transform: rotate(22deg); }
  19% {
    transform: rotate(-20deg); }
  21% {
    transform: rotate(18deg); }
  23% {
    transform: rotate(-16deg); }
  25% {
    transform: rotate(14deg); }
  27% {
    transform: rotate(-12deg); }
  29% {
    transform: rotate(10deg); }
  31% {
    transform: rotate(-8deg); }
  33% {
    transform: rotate(6deg); }
  35% {
    transform: rotate(-4deg); }
  37% {
    transform: rotate(2deg); }
  39% {
    transform: rotate(-1deg); }
  41% {
    transform: rotate(1deg); }
  43% {
    transform: rotate(0); }
  100% {
    transform: rotate(0); } }
.box-banner-top {
  margin-bottom: 70px;
  padding-top: 70px;
  border-top: 1px solid #ebebeb; }
  @media (max-width: 991px) {
    .box-banner-top {
      margin-bottom: 30px;
      padding-top: 30px; } }
  @media (max-width: 767px) {
    .box-banner-top .ApColumn {
      padding-top: 7.5px;
      padding-bottom: 7.5px; } }
  .box-banner-top .ApColumn .ApImage {
    position: relative;
    margin: 0; }
    @media (min-width: 992px) {
      .box-banner-top .ApColumn .ApImage > a {
        position: relative;
        display: block;
        width: 100%;
        overflow: hidden; }
        .box-banner-top .ApColumn .ApImage > a::before {
          top: 10px;
          right: 10px;
          bottom: 10px;
          left: 10px;
          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);
          -webkit-transform-origin: center;
          -moz-transform-origin: center;
          -ms-transform-origin: center;
          -o-transform-origin: center;
          transform-origin: center; }
        .box-banner-top .ApColumn .ApImage > a::after {
          top: 10px;
          right: 10px;
          bottom: 10px;
          left: 10px;
          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);
          -webkit-transform-origin: center;
          -moz-transform-origin: center;
          -ms-transform-origin: center;
          -o-transform-origin: center;
          transform-origin: center; }
        .box-banner-top .ApColumn .ApImage > a::after, .box-banner-top .ApColumn .ApImage > a::before {
          position: absolute;
          z-index: 9;
          content: "";
          opacity: 0;
          filter: alpha(opacity=0);
          -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; }
        .box-banner-top .ApColumn .ApImage > a:hover::after, .box-banner-top .ApColumn .ApImage > a:hover::before {
          opacity: 1;
          filter: alpha(opacity=100);
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }
        .box-banner-top .ApColumn .ApImage > a img {
          position: relative;
          width: 100%;
          height: 100%;
          display: block;
          backface-visibility: visible;
          opacity: 1;
          filter: alpha(opacity=100);
          -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; }
      .box-banner-top .ApColumn .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); } }
    .box-banner-top .ApColumn .ApImage .image_description {
      position: absolute;
      left: 45px;
      z-index: 9; }
      @media (min-width: 1600px) {
        .box-banner-top .ApColumn .ApImage .image_description {
          top: 77px; } }
      @media (max-width: 1599px) {
        .box-banner-top .ApColumn .ApImage .image_description {
          top: 35px; } }
      .box-banner-top .ApColumn .ApImage .image_description h3 {
        font-weight: 400;
        color: #212121;
        margin-bottom: 5px; }
        @media (min-width: 1600px) {
          .box-banner-top .ApColumn .ApImage .image_description h3 {
            font-size: 40px;
            line-height: 40px; } }
        @media (min-width: 1200px) and (max-width: 1599px) {
          .box-banner-top .ApColumn .ApImage .image_description h3 {
            font-size: 30px;
            line-height: 30px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .box-banner-top .ApColumn .ApImage .image_description h3 {
            font-size: 25px;
            line-height: 25px; } }
        @media (min-width: 480px) and (max-width: 767px) {
          .box-banner-top .ApColumn .ApImage .image_description h3 {
            font-size: 30px;
            line-height: 30px; } }
        .box-banner-top .ApColumn .ApImage .image_description h3:nth-child(2) {
          padding-left: 31px;
          position: relative; }
          .rtl .box-banner-top .ApColumn .ApImage .image_description h3:nth-child(2) {
            padding-right: 31px;
            padding-left: inherit; }
          .box-banner-top .ApColumn .ApImage .image_description h3:nth-child(2)::before {
            content: "";
            width: 19px;
            height: 3px;
            background: #212121;
            display: block;
            position: absolute;
            right: auto;
            left: 3px; }
            @media (min-width: 1600px) {
              .box-banner-top .ApColumn .ApImage .image_description h3:nth-child(2)::before {
                top: 20px; } }
            .rtl .box-banner-top .ApColumn .ApImage .image_description h3:nth-child(2)::before {
              right: 3px;
              left: auto; }
            @media (min-width: 992) and (max-width: 1599px) {
              .box-banner-top .ApColumn .ApImage .image_description h3:nth-child(2)::before {
                top: 12px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              .box-banner-top .ApColumn .ApImage .image_description h3:nth-child(2)::before {
                top: 9px; } }
            @media (min-width: 480px) and (max-width: 767px) {
              .box-banner-top .ApColumn .ApImage .image_description h3:nth-child(2)::before {
                top: 12px; } }
            @media (max-width: 479px) {
              .box-banner-top .ApColumn .ApImage .image_description h3:nth-child(2)::before {
                top: 9px; } }
      .box-banner-top .ApColumn .ApImage .image_description p {
        color: #999999;
        font-weight: 600; }
        @media (min-width: 1600px) {
          .box-banner-top .ApColumn .ApImage .image_description p {
            margin: 18px 0 0;
            font-size: 16px; } }
        @media (min-width: 1200) and (max-width: 1599px) {
          .box-banner-top .ApColumn .ApImage .image_description p {
            font-size: 14px;
            margin: 18px 0 0; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .box-banner-top .ApColumn .ApImage .image_description p {
            font-size: 12px;
            margin: 10px 0 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .box-banner-top .ApColumn .ApImage .image_description p {
            display: none; } }
        @media (max-width: 479px) {
          .box-banner-top .ApColumn .ApImage .image_description p {
            margin-bottom: 10px; } }
      .box-banner-top .ApColumn .ApImage .image_description h4 {
        font-family: 'UTM Sarah';
        color: #afc972;
        font-weight: 400;
        margin: -6px 0 0;
        padding-left: 30px; }
        @media (min-width: 1600px) {
          .box-banner-top .ApColumn .ApImage .image_description h4 {
            font-size: 48px; } }
        .rtl .box-banner-top .ApColumn .ApImage .image_description h4 {
          padding-right: 30px;
          padding-left: inherit; }
        @media (max-width: 1599px) {
          .box-banner-top .ApColumn .ApImage .image_description h4 {
            font-size: 35px; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .box-banner-top .ApColumn .ApImage .image_description h4 {
            font-size: 25px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .box-banner-top .ApColumn .ApImage .image_description h4 {
            display: none; } }
      .box-banner-top .ApColumn .ApImage .image_description a {
        font-size: 13px;
        font-weight: 600;
        color: #333333;
        margin-top: 35px;
        display: inline-block;
        letter-spacing: 1px;
        text-transform: uppercase;
        border-bottom: 1px solid #797775;
        -webkit-transition: all ease 0.4s;
        -moz-transition: all ease 0.4s;
        -ms-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s; }
        @media (min-width: 768px) and (max-width: 1199px) {
          .box-banner-top .ApColumn .ApImage .image_description a {
            margin-top: 25px; } }
        @media (max-width: 479px) {
          .box-banner-top .ApColumn .ApImage .image_description a {
            margin-top: 10px; } }
        .box-banner-top .ApColumn .ApImage .image_description a:hover {
          color: #72c9e4;
          border-color: #72c9e4; }
  .box-banner-top::after {
    content: "";
    display: block;
    clear: both; }

.h1-block-carousel {
  text-align: center; }
  .h1-block-carousel .owl-item .block-carousel-container {
    max-width: 1000px;
    margin: auto; }
    .h1-block-carousel .owl-item .block-carousel-container .block-carousel-image-container .descript {
      position: relative;
      padding-top: 130px;
      font-size: 20px;
      line-height: 30px;
      font-weight: 500; }
      @media (max-width: 767px) {
        .h1-block-carousel .owl-item .block-carousel-container .block-carousel-image-container .descript {
          padding-top: 80px;
          font-size: 15px;
          line-height: 25px; } }
      .h1-block-carousel .owl-item .block-carousel-container .block-carousel-image-container .descript::before {
        content: "\,,";
        letter-spacing: -8px;
        font-family: 'Chonburi';
        color: #eeeeee;
        position: absolute;
        font-size: 110px;
        top: 0;
        right: auto;
        left: 47%; }
        .rtl .h1-block-carousel .owl-item .block-carousel-container .block-carousel-image-container .descript::before {
          right: 47%;
          left: auto; }
    @media (min-width: 576px) {
      .h1-block-carousel .owl-item .block-carousel-container .block-carousel-image-container .img-fluid {
        margin: 37px 12px 45px 0; }
        .rtl .h1-block-carousel .owl-item .block-carousel-container .block-carousel-image-container .img-fluid {
          margin: 37px 0 45px 12px; } }
    @media (max-width: 575px) {
      .h1-block-carousel .owl-item .block-carousel-container .block-carousel-image-container .img-fluid {
        margin: 17px 0; } }
    .h1-block-carousel .owl-item .block-carousel-container .block-carousel-image-container .title-sub-carousel {
      display: inline-block; }
      @media (min-width: 576px) {
        .h1-block-carousel .owl-item .block-carousel-container .block-carousel-image-container .title-sub-carousel {
          text-align: left; }
          .rtl .h1-block-carousel .owl-item .block-carousel-container .block-carousel-image-container .title-sub-carousel {
            text-align: right; } }
      @media (max-width: 575px) {
        .h1-block-carousel .owl-item .block-carousel-container .block-carousel-image-container .title-sub-carousel {
          display: block;
          text-align: center; } }
    .h1-block-carousel .owl-item .block-carousel-container .block-carousel-image-container .title {
      color: #212121;
      font-weight: 600;
      font-size: 16px; }
    .h1-block-carousel .owl-item .block-carousel-container .block-carousel-image-container .sub-title {
      font-size: 14px;
      color: #999999;
      margin: 0; }
  .h1-block-carousel .owl-controls {
    margin-bottom: 60px; }
    .h1-block-carousel .owl-controls .owl-pagination .owl-page.active span {
      background: #72c9e4; }
    .h1-block-carousel .owl-controls .owl-pagination .owl-page span {
      background: #dedede; }

.h1-banner-bottom {
  margin-top: 75px;
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .h1-banner-bottom {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .h1-banner-bottom {
      margin-top: 0; } }
  @media (max-width: 767px) {
    .h1-banner-bottom .h1-banner-bottom-img {
      text-align: center; } }
  @media (min-width: 1200px) {
    .h1-banner-bottom .h1-banner-bottom-img a img {
      padding: 0 93px; } }
  @media (max-width: 767px) {
    .h1-banner-bottom .h1-banner-bottom-img a img {
      width: 100% !important;
      margin-top: 20px; } }
  @media (min-width: 1200px) {
    .h1-banner-bottom .h1-banner-bottom-content {
      padding-top: 93px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .h1-banner-bottom .h1-banner-bottom-content {
      max-width: 350px;
      float: right;
      margin-right: 25px; }
      .rtl .h1-banner-bottom .h1-banner-bottom-content {
        float: left; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .h1-banner-bottom .h1-banner-bottom-content {
      padding-top: 193px; } }
  @media (max-width: 767px) {
    .h1-banner-bottom .h1-banner-bottom-content {
      padding-top: 0;
      text-align: center; } }
  @media (max-width: 991px) {
    .h1-banner-bottom .h1-banner-bottom-content .ApHtml {
      margin-bottom: 0; } }
  .h1-banner-bottom .h1-banner-bottom-content .content-banner-bottom h2 {
    font-size: 48px;
    font-weight: 500;
    color: #212121;
    margin-bottom: 14px; }
    @media (max-width: 991px) {
      .h1-banner-bottom .h1-banner-bottom-content .content-banner-bottom h2 {
        font-size: 25px; } }
  .h1-banner-bottom .h1-banner-bottom-content .content-banner-bottom h4 {
    font-weight: 400;
    color: #999999;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 30px;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .h1-banner-bottom .h1-banner-bottom-content .content-banner-bottom h4 {
        font-size: 14px; } }
  .h1-banner-bottom .h1-banner-bottom-content .content-banner-bottom p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 43px; }
  .h1-banner-bottom .h1-banner-bottom-content .content-banner-bottom a {
    display: block;
    height: 50px;
    line-height: 47px;
    max-width: 165px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #212121;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #212121;
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s; }
    @media (max-width: 767px) {
      .h1-banner-bottom .h1-banner-bottom-content .content-banner-bottom a {
        margin: auto; } }
    .h1-banner-bottom .h1-banner-bottom-content .content-banner-bottom a::after {
      content: "\f101";
      font-family: "FontAwesome";
      font-size: 16px;
      padding-left: 13px;
      vertical-align: bottom; }
    .h1-banner-bottom .h1-banner-bottom-content .content-banner-bottom a:hover {
      color: #72c9e4;
      border: 1px solid #72c9e4; }
      .h1-banner-bottom .h1-banner-bottom-content .content-banner-bottom a:hover::after {
        color: #72c9e4;
        -webkit-transition: all ease-in-out 0.4s;
        -moz-transition: all ease-in-out 0.4s;
        -ms-transition: all ease-in-out 0.4s;
        -o-transition: all ease-in-out 0.4s;
        transition: all ease-in-out 0.4s; }

.h1-blog-main .latest-blogs .block_content {
  margin-top: 36px; }
  .h1-blog-main .latest-blogs .block_content .blog-viewall a.btn-primary {
    display: none; }
  .h1-blog-main .latest-blogs .block_content .blog-container .right-block .created time.date {
    color: #72c9e4;
    font-size: 13px;
    position: relative;
    display: inline-block;
    padding-right: 10px; }
    .rtl .h1-blog-main .latest-blogs .block_content .blog-container .right-block .created time.date {
      padding-left: 10px;
      padding-right: inherit; }
    .h1-blog-main .latest-blogs .block_content .blog-container .right-block .created time.date::before {
      content: "";
      width: 1px;
      height: 12px;
      background: #adadad;
      display: block;
      position: absolute;
      right: 0;
      left: auto;
      top: 2px; }
      .rtl .h1-blog-main .latest-blogs .block_content .blog-container .right-block .created time.date::before {
        right: auto;
        left: 0; }
  .h1-blog-main .latest-blogs .block_content .blog-container .right-block span.author {
    color: #333333;
    font-weight: 600;
    padding-left: 7px; }
    .rtl .h1-blog-main .latest-blogs .block_content .blog-container .right-block span.author {
      padding-right: 7px;
      padding-left: inherit; }
    .h1-blog-main .latest-blogs .block_content .blog-container .right-block span.author span.icon-author {
      color: #090909;
      font-weight: 300; }
  .h1-blog-main .latest-blogs .block_content .blog-container .right-block .blog-title {
    margin: 13px 0 28px;
    text-transform: initial;
    line-height: 30px;
    max-width: 465px; }
    @media (max-width: 991px) {
      .h1-blog-main .latest-blogs .block_content .blog-container .right-block .blog-title {
        margin: 13px 0; } }
    .h1-blog-main .latest-blogs .block_content .blog-container .right-block .blog-title a {
      font-weight: 500;
      font-size: 18px;
      color: #212121;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
      .h1-blog-main .latest-blogs .block_content .blog-container .right-block .blog-title a:hover {
        color: #72c9e4; }
  .h1-blog-main .latest-blogs .block_content .blog-container .blog-info p a.more {
    color: #333333;
    background: none;
    font-weight: 600;
    font-size: 13px;
    padding: 0;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s; }
    .h1-blog-main .latest-blogs .block_content .blog-container .blog-info p a.more::after {
      content: "\f101";
      font-family: "FontAwesome";
      font-size: 13px;
      color: #333333;
      padding-left: 10px;
      -webkit-transition: all ease 0.4s;
      -moz-transition: all ease 0.4s;
      -ms-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s; }
      .rtl .h1-blog-main .latest-blogs .block_content .blog-container .blog-info p a.more::after {
        padding-right: 10px;
        padding-left: inherit; }
    .h1-blog-main .latest-blogs .block_content .blog-container .blog-info p a.more:hover {
      color: #72c9e4; }
      .h1-blog-main .latest-blogs .block_content .blog-container .blog-info p a.more:hover::after {
        color: #72c9e4; }

@media (min-width: 992px) and (max-width: 1199px) {
  .h1-megamenu {
    width: 100%; } }
@media (max-width: 991px) {
  .h1-megamenu {
    order: 1;
    padding: 0;
    position: static; }
    .h1-megamenu .navbar-header button.navbar-toggler {
      border: 1px solid #666666;
      width: 40px;
      padding: 0;
      height: 35px; } }

.h1-header-logo {
  padding: 0 15px; }
  @media (max-width: 991px) {
    .h1-header-logo {
      order: 2; } }
  @media (max-width: 479px) {
    .h1-header-logo {
      padding: 0; } }

/* home 2 */
.h2-slide {
  position: relative; }

@media (min-width: 992px) {
  #index .header-h2.h1-header-top {
    position: absolute;
    z-index: 999;
    width: 100%; } }

@media (min-width: 1200px) {
  .h2-banner-top {
    width: 100%;
    display: inline-block;
    margin: -150px 0 70px; } }
@media (max-width: 1199px) {
  .h2-banner-top {
    margin: 30px 0 30px; } }
.h2-banner-top .h2-box-banner-top .ApImage {
  position: relative;
  margin: 0; }
  @media (min-width: 992px) {
    .h2-banner-top .h2-box-banner-top .ApImage > a {
      position: relative;
      display: block;
      width: 100%;
      overflow: hidden; }
      .h2-banner-top .h2-box-banner-top .ApImage > a::before {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        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);
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center; }
      .h2-banner-top .h2-box-banner-top .ApImage > a::after {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        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);
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center; }
      .h2-banner-top .h2-box-banner-top .ApImage > a::after, .h2-banner-top .h2-box-banner-top .ApImage > a::before {
        position: absolute;
        z-index: 9;
        content: "";
        opacity: 0;
        filter: alpha(opacity=0);
        -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; }
      .h2-banner-top .h2-box-banner-top .ApImage > a:hover::after, .h2-banner-top .h2-box-banner-top .ApImage > a:hover::before {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
      .h2-banner-top .h2-box-banner-top .ApImage > a img {
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
        backface-visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        -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; }
    .h2-banner-top .h2-box-banner-top .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); } }
  @media (max-width: 991px) {
    .h2-banner-top .h2-box-banner-top .ApImage {
      margin-bottom: 30px; } }
  @media (max-width: 479px) {
    .h2-banner-top .h2-box-banner-top .ApImage {
      margin-bottom: 20px; } }
  .h2-banner-top .h2-box-banner-top .ApImage .image_description {
    position: absolute;
    bottom: 0;
    left: 0;
    background: white;
    width: 100%;
    max-width: 400px;
    height: 200px;
    z-index: 9; }
    @media (max-width: 991px) {
      .h2-banner-top .h2-box-banner-top .ApImage .image_description {
        background: rgba(255, 255, 255, 0.7);
        max-width: 250px;
        height: 150px; } }
    @media (max-width: 480px) {
      .h2-banner-top .h2-box-banner-top .ApImage .image_description {
        max-width: 200px; } }
    .h2-banner-top .h2-box-banner-top .ApImage .image_description .h2-content-banner-top {
      padding-top: 35px;
      padding-left: 32px; }
      .rtl .h2-banner-top .h2-box-banner-top .ApImage .image_description .h2-content-banner-top {
        padding-right: 32px;
        padding-left: inherit; }
    .h2-banner-top .h2-box-banner-top .ApImage .image_description h3 {
      font-weight: 400;
      color: #212121;
      margin-bottom: 5px; }
      @media (min-width: 992px) {
        .h2-banner-top .h2-box-banner-top .ApImage .image_description h3 {
          font-size: 36px;
          line-height: 39px; } }
      .h2-banner-top .h2-box-banner-top .ApImage .image_description h3:nth-child(2) {
        padding-left: 31px;
        position: relative; }
        .rtl .h2-banner-top .h2-box-banner-top .ApImage .image_description h3:nth-child(2) {
          padding-right: 31px;
          padding-left: inherit; }
        .h2-banner-top .h2-box-banner-top .ApImage .image_description h3:nth-child(2)::before {
          content: "";
          width: 19px;
          height: 3px;
          background: #212121;
          display: block;
          position: absolute;
          right: auto;
          left: 3px; }
          @media (min-width: 992px) {
            .h2-banner-top .h2-box-banner-top .ApImage .image_description h3:nth-child(2)::before {
              top: 20px; } }
          @media (max-width: 991px) {
            .h2-banner-top .h2-box-banner-top .ApImage .image_description h3:nth-child(2)::before {
              top: 8px; } }
          .rtl .h2-banner-top .h2-box-banner-top .ApImage .image_description h3:nth-child(2)::before {
            right: 3px;
            left: auto; }
    .h2-banner-top .h2-box-banner-top .ApImage .image_description a {
      font-size: 13px;
      font-weight: 600;
      color: #333333;
      margin-top: 20px;
      display: inline-block;
      letter-spacing: 1px;
      text-transform: uppercase;
      border-bottom: 1px solid #797775;
      -webkit-transition: all ease 0.4s;
      -moz-transition: all ease 0.4s;
      -ms-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s; }
      .h2-banner-top .h2-box-banner-top .ApImage .image_description a:hover {
        color: #72c9e4;
        border-color: #72c9e4; }

.p-list-h2 .ApColumn .ApProductList .plist-default {
  margin-top: 25px; }

.h2-email-sub .h2-email-col.ApColumn {
  padding: 70px 15px; }
  @media (max-width: 767px) {
    .h2-email-sub .h2-email-col.ApColumn {
      padding: 30px 15px; } }
  @media (min-width: 768px) {
    .h2-email-sub .h2-email-col.ApColumn .title_block, .h2-email-sub .h2-email-col.ApColumn .sub-title-widget {
      text-align: left; }
      .rtl .h2-email-sub .h2-email-col.ApColumn .title_block, .rtl .h2-email-sub .h2-email-col.ApColumn .sub-title-widget {
        text-align: right; } }
  .h2-email-sub .h2-email-col.ApColumn .sub-title-widget {
    max-width: 550px; }
    @media (min-width: 768px) {
      .h2-email-sub .h2-email-col.ApColumn .sub-title-widget {
        margin: 0;
        line-height: 24px; } }
  .h2-email-sub .h2-email-col.ApColumn .block_newsletter {
    padding-bottom: 0;
    padding-top: 32px;
    border: none; }
    .h2-email-sub .h2-email-col.ApColumn .block_newsletter form {
      max-width: 620px; }
      @media (min-width: 768px) {
        .h2-email-sub .h2-email-col.ApColumn .block_newsletter form {
          margin: inherit; } }
@media (min-width: 768px) {
  .h2-email-sub .ApColumn {
    padding-top: 70px; } }

/* Home 3 */
@media (min-width: 992px) {
  .h3-banner-top {
    margin-top: 77px;
    margin-bottom: 75px; } }
@media (max-width: 991px) {
  .h3-banner-top {
    margin-top: 37px;
    margin-bottom: 30px; } }
.h3-banner-top .sub-title-widget {
  margin-bottom: 46px; }
  @media (max-width: 991px) {
    .h3-banner-top .sub-title-widget {
      margin-bottom: 16px; } }
@media (max-width: 575px) {
  .h3-banner-top .h3-box-banner-top {
    margin-bottom: 10px; } }
.h3-banner-top .h3-box-banner-top .ApImage {
  position: relative;
  margin: 0; }
  .h3-banner-top .h3-box-banner-top .ApImage > a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden; }
    .h3-banner-top .h3-box-banner-top .ApImage > a::before {
      top: 10px;
      right: 10px;
      bottom: 10px;
      left: 10px;
      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);
      -webkit-transform-origin: center;
      -moz-transform-origin: center;
      -ms-transform-origin: center;
      -o-transform-origin: center;
      transform-origin: center; }
    .h3-banner-top .h3-box-banner-top .ApImage > a::after {
      top: 10px;
      right: 10px;
      bottom: 10px;
      left: 10px;
      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);
      -webkit-transform-origin: center;
      -moz-transform-origin: center;
      -ms-transform-origin: center;
      -o-transform-origin: center;
      transform-origin: center; }
    .h3-banner-top .h3-box-banner-top .ApImage > a::after, .h3-banner-top .h3-box-banner-top .ApImage > a::before {
      position: absolute;
      z-index: 9;
      content: "";
      opacity: 0;
      filter: alpha(opacity=0);
      -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; }
    .h3-banner-top .h3-box-banner-top .ApImage > a:hover::after, .h3-banner-top .h3-box-banner-top .ApImage > a:hover::before {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .h3-banner-top .h3-box-banner-top .ApImage > a img {
      position: relative;
      width: 100%;
      height: 100%;
      display: block;
      backface-visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100);
      -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; }
  .h3-banner-top .h3-box-banner-top .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); }
  @media (min-width: 1200px) {
    .h3-banner-top .h3-box-banner-top .ApImage.img-1 {
      padding: 100px 80px 0 0; }
      .rtl .h3-banner-top .h3-box-banner-top .ApImage.img-1 {
        padding: 100px 0 0 80px; }
      .h3-banner-top .h3-box-banner-top .ApImage.img-1 .image_description {
        left: 40px; }
        .rtl .h3-banner-top .h3-box-banner-top .ApImage.img-1 .image_description {
          right: 40px;
          left: auto; } }
  @media (min-width: 1200px) {
    .h3-banner-top .h3-box-banner-top .ApImage.img-2 {
      padding-left: 240px;
      margin-bottom: 80px; }
      .rtl .h3-banner-top .h3-box-banner-top .ApImage.img-2 {
        padding-right: 240px;
        padding-left: inherit; } }
  @media (max-width: 1199px) {
    .h3-banner-top .h3-box-banner-top .ApImage.img-2 {
      margin-bottom: 30px; } }
  @media (min-width: 1200px) {
    .h3-banner-top .h3-box-banner-top .ApImage.img-3 {
      padding: 0 80px 0 160px; }
      .rtl .h3-banner-top .h3-box-banner-top .ApImage.img-3 {
        padding: 0 160px 0 80px; } }
  @media (min-width: 1200px) {
    .h3-banner-top .h3-box-banner-top .ApImage.img-4 {
      padding: 100px 0 0 80px; }
      .rtl .h3-banner-top .h3-box-banner-top .ApImage.img-4 {
        padding: 100px 80px 0 0; }
      .h3-banner-top .h3-box-banner-top .ApImage.img-4 .image_description {
        left: 120px; }
        .rtl .h3-banner-top .h3-box-banner-top .ApImage.img-4 .image_description {
          right: 120px;
          left: auto; } }
  .h3-banner-top .h3-box-banner-top .ApImage .image_description {
    position: absolute;
    z-index: 9; }
    .h3-banner-top .h3-box-banner-top .ApImage .image_description h3 {
      color: #212121;
      font-weight: 400;
      margin: 0; }
      .h3-banner-top .h3-box-banner-top .ApImage .image_description h3:nth-child(2) {
        position: relative; }
        .h3-banner-top .h3-box-banner-top .ApImage .image_description h3:nth-child(2)::before {
          content: "";
          position: absolute;
          background: #212121; }
    .h3-banner-top .h3-box-banner-top .ApImage .image_description p {
      color: #999999;
      font-size: 14px;
      font-weight: 700; }
    .h3-banner-top .h3-box-banner-top .ApImage .image_description a {
      color: #333333;
      font-size: 14px;
      font-weight: 600;
      border-bottom: 1px solid #878787;
      text-transform: uppercase;
      display: inline-block;
      -webkit-transition: all ease 0.4s;
      -moz-transition: all ease 0.4s;
      -ms-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s; }
      .h3-banner-top .h3-box-banner-top .ApImage .image_description a:hover {
        color: #72c9e4;
        border-bottom: 1px solid #72c9e4; }
  @media (min-width: 992px) {
    .h3-banner-top .h3-box-banner-top .ApImage.img-1 .image_description, .h3-banner-top .h3-box-banner-top .ApImage.img-4 .image_description {
      bottom: -123px; } }
  @media (max-width: 991px) {
    .h3-banner-top .h3-box-banner-top .ApImage.img-1 .image_description, .h3-banner-top .h3-box-banner-top .ApImage.img-4 .image_description {
      bottom: 0;
      left: 0;
      width: 100%;
      background: rgba(255, 255, 255, 0.5);
      padding: 10px; }
      .rtl .h3-banner-top .h3-box-banner-top .ApImage.img-1 .image_description, .rtl .h3-banner-top .h3-box-banner-top .ApImage.img-4 .image_description {
        right: 0;
        left: auto; } }
  @media (min-width: 992px) {
    .h3-banner-top .h3-box-banner-top .ApImage.img-1 .image_description h3, .h3-banner-top .h3-box-banner-top .ApImage.img-4 .image_description h3 {
      font-size: 28px;
      line-height: 36px; } }
  @media (max-width: 991px) {
    .h3-banner-top .h3-box-banner-top .ApImage.img-1 .image_description h3, .h3-banner-top .h3-box-banner-top .ApImage.img-4 .image_description h3 {
      font-size: 22px;
      line-height: 26px; } }
  .h3-banner-top .h3-box-banner-top .ApImage.img-1 .image_description h3:nth-child(2), .h3-banner-top .h3-box-banner-top .ApImage.img-4 .image_description h3:nth-child(2) {
    padding-left: 34px; }
    .rtl .h3-banner-top .h3-box-banner-top .ApImage.img-1 .image_description h3:nth-child(2), .rtl .h3-banner-top .h3-box-banner-top .ApImage.img-4 .image_description h3:nth-child(2) {
      padding-right: 34px;
      padding-left: inherit; }
    .h3-banner-top .h3-box-banner-top .ApImage.img-1 .image_description h3:nth-child(2)::before, .h3-banner-top .h3-box-banner-top .ApImage.img-4 .image_description h3:nth-child(2)::before {
      width: 18px;
      height: 3px;
      top: 16px;
      left: 0; }
      .rtl .h3-banner-top .h3-box-banner-top .ApImage.img-1 .image_description h3:nth-child(2)::before, .rtl .h3-banner-top .h3-box-banner-top .ApImage.img-4 .image_description h3:nth-child(2)::before {
        right: 0;
        left: auto; }
  @media (min-width: 1200px) {
    .h3-banner-top .h3-box-banner-top .ApImage.img-1 .image_description p, .h3-banner-top .h3-box-banner-top .ApImage.img-1 .image_description a, .h3-banner-top .h3-box-banner-top .ApImage.img-4 .image_description p, .h3-banner-top .h3-box-banner-top .ApImage.img-4 .image_description a {
      margin: 19px 0 0; } }
  @media (max-width: 1199px) {
    .h3-banner-top .h3-box-banner-top .ApImage.img-1 .image_description p, .h3-banner-top .h3-box-banner-top .ApImage.img-1 .image_description a, .h3-banner-top .h3-box-banner-top .ApImage.img-4 .image_description p, .h3-banner-top .h3-box-banner-top .ApImage.img-4 .image_description a {
      margin: 5px 0 0; } }
  @media (min-width: 992px) {
    .h3-banner-top .h3-box-banner-top .ApImage.img-2 .image_description, .h3-banner-top .h3-box-banner-top .ApImage.img-3 .image_description {
      top: 125px; } }
  @media (max-width: 991px) {
    .h3-banner-top .h3-box-banner-top .ApImage.img-2 .image_description, .h3-banner-top .h3-box-banner-top .ApImage.img-3 .image_description {
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.5);
      padding: 10px; }
      .rtl .h3-banner-top .h3-box-banner-top .ApImage.img-2 .image_description, .rtl .h3-banner-top .h3-box-banner-top .ApImage.img-3 .image_description {
        right: 0;
        left: auto; } }
  .h3-banner-top .h3-box-banner-top .ApImage.img-2 .image_description h3, .h3-banner-top .h3-box-banner-top .ApImage.img-3 .image_description h3 {
    color: #333333; }
    @media (min-width: 1200px) {
      .h3-banner-top .h3-box-banner-top .ApImage.img-2 .image_description h3, .h3-banner-top .h3-box-banner-top .ApImage.img-3 .image_description h3 {
        font-size: 48px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .h3-banner-top .h3-box-banner-top .ApImage.img-2 .image_description h3, .h3-banner-top .h3-box-banner-top .ApImage.img-3 .image_description h3 {
        font-size: 35px; } }
    @media (max-width: 991px) {
      .h3-banner-top .h3-box-banner-top .ApImage.img-2 .image_description h3, .h3-banner-top .h3-box-banner-top .ApImage.img-3 .image_description h3 {
        font-size: 26px; } }
    .h3-banner-top .h3-box-banner-top .ApImage.img-2 .image_description h3:nth-child(2), .h3-banner-top .h3-box-banner-top .ApImage.img-3 .image_description h3:nth-child(2) {
      padding-left: 45px; }
      .rtl .h3-banner-top .h3-box-banner-top .ApImage.img-2 .image_description h3:nth-child(2), .rtl .h3-banner-top .h3-box-banner-top .ApImage.img-3 .image_description h3:nth-child(2) {
        padding-right: 45px;
        padding-left: inherit; }
      .h3-banner-top .h3-box-banner-top .ApImage.img-2 .image_description h3:nth-child(2)::before, .h3-banner-top .h3-box-banner-top .ApImage.img-3 .image_description h3:nth-child(2)::before {
        width: 28px;
        height: 4px;
        top: 16px;
        left: 0; }
        .rtl .h3-banner-top .h3-box-banner-top .ApImage.img-2 .image_description h3:nth-child(2)::before, .rtl .h3-banner-top .h3-box-banner-top .ApImage.img-3 .image_description h3:nth-child(2)::before {
          right: 0;
          left: auto; }
  @media (min-width: 1200px) {
    .h3-banner-top .h3-box-banner-top .ApImage.img-2 .image_description p, .h3-banner-top .h3-box-banner-top .ApImage.img-3 .image_description p {
      margin: 33px 0 0; } }
  @media (max-width: 1199px) {
    .h3-banner-top .h3-box-banner-top .ApImage.img-2 .image_description p, .h3-banner-top .h3-box-banner-top .ApImage.img-3 .image_description p {
      margin: 15px 0 0; } }
  @media (min-width: 1200px) {
    .h3-banner-top .h3-box-banner-top .ApImage.img-2 .image_description a, .h3-banner-top .h3-box-banner-top .ApImage.img-3 .image_description a {
      margin: 36px 0 0; } }
  @media (max-width: 1199px) {
    .h3-banner-top .h3-box-banner-top .ApImage.img-2 .image_description a, .h3-banner-top .h3-box-banner-top .ApImage.img-3 .image_description a {
      margin: 15px 0 0; } }
  @media (min-width: 1200px) {
    .h3-banner-top .h3-box-banner-top .ApImage.img-2 .image_description {
      left: 80px; }
      .rtl .h3-banner-top .h3-box-banner-top .ApImage.img-2 .image_description {
        right: 80px;
        left: auto; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .h3-banner-top .h3-box-banner-top .ApImage.img-2 .image_description {
      left: 30px; }
      .rtl .h3-banner-top .h3-box-banner-top .ApImage.img-2 .image_description {
        right: 30px;
        left: auto; } }
  @media (max-width: 991px) {
    .h3-banner-top .h3-box-banner-top .ApImage.img-3 {
      margin-top: -35px; } }
  @media (min-width: 1200px) {
    .h3-banner-top .h3-box-banner-top .ApImage.img-3 .image_description {
      left: 0; }
      .rtl .h3-banner-top .h3-box-banner-top .ApImage.img-3 .image_description {
        right: 0;
        left: auto; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .h3-banner-top .h3-box-banner-top .ApImage.img-3 .image_description {
      left: 30px; }
      .rtl .h3-banner-top .h3-box-banner-top .ApImage.img-3 .image_description {
        right: 30px;
        left: auto; } }

.h4-banner-bottom {
  margin-bottom: 95px; }
  @media (max-width: 991px) {
    .h4-banner-bottom {
      margin-bottom: 30px; } }
  .h4-banner-bottom .ApColumn .ApImage {
    position: relative; }
    @media (min-width: 992px) {
      .h4-banner-bottom .ApColumn .ApImage > a {
        position: relative;
        display: block;
        width: 100%;
        overflow: hidden; }
        .h4-banner-bottom .ApColumn .ApImage > a::before {
          top: 10px;
          right: 10px;
          bottom: 10px;
          left: 10px;
          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);
          -webkit-transform-origin: center;
          -moz-transform-origin: center;
          -ms-transform-origin: center;
          -o-transform-origin: center;
          transform-origin: center; }
        .h4-banner-bottom .ApColumn .ApImage > a::after {
          top: 10px;
          right: 10px;
          bottom: 10px;
          left: 10px;
          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);
          -webkit-transform-origin: center;
          -moz-transform-origin: center;
          -ms-transform-origin: center;
          -o-transform-origin: center;
          transform-origin: center; }
        .h4-banner-bottom .ApColumn .ApImage > a::after, .h4-banner-bottom .ApColumn .ApImage > a::before {
          position: absolute;
          z-index: 9;
          content: "";
          opacity: 0;
          filter: alpha(opacity=0);
          -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; }
        .h4-banner-bottom .ApColumn .ApImage > a:hover::after, .h4-banner-bottom .ApColumn .ApImage > a:hover::before {
          opacity: 1;
          filter: alpha(opacity=100);
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }
        .h4-banner-bottom .ApColumn .ApImage > a img {
          position: relative;
          width: 100%;
          height: 100%;
          display: block;
          backface-visibility: visible;
          opacity: 1;
          filter: alpha(opacity=100);
          -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; }
      .h4-banner-bottom .ApColumn .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); } }
    .h4-banner-bottom .ApColumn .ApImage .image_description {
      top: 60px; }
      @media (min-width: 480px) {
        .h4-banner-bottom .ApColumn .ApImage .image_description {
          position: absolute;
          left: 50px;
          text-align: left;
          z-index: 9; } }
      @media (max-width: 1199px) {
        .h4-banner-bottom .ApColumn .ApImage .image_description {
          top: 30px; } }
      @media (max-width: 479px) {
        .h4-banner-bottom .ApColumn .ApImage .image_description {
          text-align: center;
          margin: 15px; } }
      .h4-banner-bottom .ApColumn .ApImage .image_description h3 {
        text-transform: capitalize;
        font-size: 36px;
        font-weight: 500;
        color: #333333;
        line-height: 48px;
        margin: 0; }
        @media (max-width: 991px) {
          .h4-banner-bottom .ApColumn .ApImage .image_description h3 {
            font-size: 26px;
            line-height: 26px; } }
        @media (max-width: 479px) {
          .h4-banner-bottom .ApColumn .ApImage .image_description h3 {
            line-height: 30px; } }
        @media (min-width: 480px) {
          .h4-banner-bottom .ApColumn .ApImage .image_description h3:last-of-type {
            position: relative;
            padding-left: 30px; }
            .h4-banner-bottom .ApColumn .ApImage .image_description h3:last-of-type::before {
              content: "";
              width: 18px;
              height: 3px;
              background: #212121;
              position: absolute;
              left: 0;
              top: 18px; } }
      .h4-banner-bottom .ApColumn .ApImage .image_description a {
        font-size: 13px;
        font-weight: 600;
        color: #333333;
        border-bottom: 1px solid #333333;
        display: inline-block;
        margin-top: 45px;
        text-transform: uppercase;
        -webkit-transition: all ease 0.4s;
        -moz-transition: all ease 0.4s;
        -ms-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s; }
        .h4-banner-bottom .ApColumn .ApImage .image_description a:hover {
          color: #72c9e4;
          border-bottom: 1px solid #72c9e4; }
        @media (max-width: 991px) {
          .h4-banner-bottom .ApColumn .ApImage .image_description a {
            margin-top: 35px; } }
        @media (max-width: 479px) {
          .h4-banner-bottom .ApColumn .ApImage .image_description a {
            margin-top: 15px; } }
  .h4-banner-bottom::after {
    content: "";
    display: block;
    clear: both; }

.h4-content-banner-top p {
  height: 28px;
  line-height: 28px;
  border-radius: 35px;
  display: inline-block;
  padding: 0 23px;
  background: #ffa08d;
  color: white;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 28px; }
  @media (min-width: 576px) and (max-width: 767px) {
    .h4-content-banner-top p {
      font-size: 12px;
      margin-bottom: 20px; } }
.h4-content-banner-top h3 {
  font-size: 52px;
  font-weight: 500;
  color: #333333; }
  @media (min-width: 1200px) and (max-width: 1299px) {
    .h4-content-banner-top h3 {
      font-size: 45px; } }
  @media (max-width: 1199px) {
    .h4-content-banner-top h3 {
      font-size: 40px; } }
  @media (max-width: 991px) {
    .h4-content-banner-top h3 {
      font-size: 28px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .h4-content-banner-top h3 {
      font-size: 20px; } }
  @media (max-width: 575px) {
    .h4-content-banner-top h3 {
      font-size: 25px; } }
  .h4-content-banner-top h3:last-of-type {
    position: relative; }
    .h4-content-banner-top h3:last-of-type::after {
      content: "";
      width: 28px;
      height: 4px;
      background: #212121;
      position: absolute;
      top: 30px; }
      @media (max-width: 991px) {
        .h4-content-banner-top h3:last-of-type::after {
          top: 14px; } }
      @media (min-width: 576px) and (max-width: 767px) {
        .h4-content-banner-top h3:last-of-type::after {
          height: 2px; } }
.h4-content-banner-top a {
  text-transform: uppercase;
  border-bottom: 1px solid #333333;
  color: #333333;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s; }
  .h4-content-banner-top a:hover {
    border-bottom: 1px solid #72c9e4;
    color: #72c9e4; }
  @media (min-width: 1200px) {
    .h4-content-banner-top a {
      margin-top: 71px; } }
  @media (max-width: 1199px) {
    .h4-content-banner-top a {
      margin-top: 25px; } }

.h5-box-banner-botom {
  position: relative;
  margin-top: 32px; }
  .h5-box-banner-botom .ApImage {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .h5-box-banner-botom .ApImage > a {
        position: relative;
        display: block;
        width: 100%;
        overflow: hidden; }
        .h5-box-banner-botom .ApImage > a::before {
          top: 10px;
          right: 10px;
          bottom: 10px;
          left: 10px;
          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);
          -webkit-transform-origin: center;
          -moz-transform-origin: center;
          -ms-transform-origin: center;
          -o-transform-origin: center;
          transform-origin: center; }
        .h5-box-banner-botom .ApImage > a::after {
          top: 10px;
          right: 10px;
          bottom: 10px;
          left: 10px;
          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);
          -webkit-transform-origin: center;
          -moz-transform-origin: center;
          -ms-transform-origin: center;
          -o-transform-origin: center;
          transform-origin: center; }
        .h5-box-banner-botom .ApImage > a::after, .h5-box-banner-botom .ApImage > a::before {
          position: absolute;
          z-index: 9;
          content: "";
          opacity: 0;
          filter: alpha(opacity=0);
          -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; }
        .h5-box-banner-botom .ApImage > a:hover::after, .h5-box-banner-botom .ApImage > a:hover::before {
          opacity: 1;
          filter: alpha(opacity=100);
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }
        .h5-box-banner-botom .ApImage > a img {
          position: relative;
          width: 100%;
          height: 100%;
          display: block;
          backface-visibility: visible;
          opacity: 1;
          filter: alpha(opacity=100);
          -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; }
      .h5-box-banner-botom .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); } }
    @media (max-width: 767px) {
      .h5-box-banner-botom .ApImage a img {
        width: auto !important; } }
    .h5-box-banner-botom .ApImage .image_description {
      position: absolute;
      z-index: 9; }
      .h5-box-banner-botom .ApImage .image_description h5 {
        color: #333333;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        background: white;
        display: inline-block;
        height: 30px;
        line-height: 32px;
        padding: 0 26px;
        letter-spacing: 2.2px;
        border-radius: 35px;
        margin-bottom: 15px; }
        @media (max-width: 991px) {
          .h5-box-banner-botom .ApImage .image_description h5 {
            font-size: 13px; } }
      .h5-box-banner-botom .ApImage .image_description h3 {
        font-size: 78px;
        color: #212121;
        margin-bottom: 18px; }
        @media (max-width: 991px) {
          .h5-box-banner-botom .ApImage .image_description h3 {
            font-size: 50px; } }
        .h5-box-banner-botom .ApImage .image_description h3 span {
          color: #f63a17; }
      .h5-box-banner-botom .ApImage .image_description p {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 55px; }
        @media (max-width: 991px) {
          .h5-box-banner-botom .ApImage .image_description p {
            margin-bottom: 25px; } }
      .h5-box-banner-botom .ApImage .image_description a {
        display: inline-block;
        background: #212121;
        color: white;
        font-weight: 600;
        height: 50px;
        line-height: 50px;
        padding: 0 40px;
        border-radius: 50px;
        border: 1px solid #212121;
        text-transform: capitalize;
        -webkit-transition: all ease 0.4s;
        -moz-transition: all ease 0.4s;
        -ms-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s; }
        .h5-box-banner-botom .ApImage .image_description a:after {
          content: "\f101";
          font-size: 16px;
          color: white;
          font-family: 'FontAwesome';
          padding-left: 10px;
          vertical-align: top; }
        .h5-box-banner-botom .ApImage .image_description a:hover {
          background: #72c9e4;
          border: 1px solid #72c9e4; }

@media (min-width: 992px) {
  .h5-email .ApHtml {
    max-width: 600px;
    margin: 52px 0 75px; } }
@media (max-width: 991px) {
  .h5-email .ApHtml {
    margin-bottom: 0; } }
.h5-email .h5-title-block h4.title_block {
  color: #333333 !important;
  font-size: 36px !important;
  margin-bottom: 17px; }
  @media (max-width: 991px) {
    .h5-email .h5-title-block h4.title_block {
      text-align: center !important;
      font-size: 26px !important; } }
.h5-email .h5-title-block .sub-title-widget {
  /* 
         @media (max-width: 991px){
           margin: auto;
           text-align: center;
         } */ }
  @media (min-width: 992px) {
    .h5-email .h5-title-block .sub-title-widget {
      margin: 0;
      text-align: left; } }
.h5-email .block_newsletter.block {
  border: none; }
  @media (min-width: 992px) {
    .h5-email .block_newsletter.block {
      padding: 63px 0 0 40px; }
      .rtl .h5-email .block_newsletter.block {
        padding: 63px 40px 0 0; } }
  @media (max-width: 991px) {
    .h5-email .block_newsletter.block {
      padding-top: 10px;
      padding-bottom: 20px; } }
  @media (max-width: 479px) {
    .h5-email .block_newsletter.block {
      font-size: 30px !important; } }

.h5-countdown {
  margin: 30px 20px; }
  @media (min-width: 1200px) {
    .h5-countdown {
      padding: 128px 0; } }
  @media (max-width: 1199px) {
    .h5-countdown {
      padding: 50px 0; } }
  @media (max-width: 991px) {
    .h5-countdown {
      background-size: auto !important;
      margin: 0 20px; } }
  .h5-countdown .ApCountdown {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .h5-countdown .ApCountdown .title_block {
      font-size: 45px;
      order: 2;
      margin-bottom: 50px;
      position: relative;
      padding-bottom: 36px; }
      @media (max-width: 1199px) {
        .h5-countdown .ApCountdown .title_block {
          margin-bottom: 25px;
          padding-bottom: 20px; } }
      @media (max-width: 479px) {
        .h5-countdown .ApCountdown .title_block {
          font-size: 25px; } }
      .h5-countdown .ApCountdown .title_block::before {
        content: "";
        width: 38px;
        height: 4px;
        background: #212121;
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }
    .h5-countdown .ApCountdown .sub-title-widget {
      font-size: 18px;
      color: #666666;
      font-weight: 400;
      order: 1;
      margin-bottom: 22px; }
      .h5-countdown .ApCountdown .sub-title-widget span {
        font-weight: 500;
        color: #ff0000; }
    .h5-countdown .ApCountdown a {
      color: #212121;
      font-weight: 600;
      height: 50px;
      line-height: 50px;
      border: 1px solid #333333;
      border-radius: 35px;
      padding: 0 38px;
      display: inline-block;
      text-transform: capitalize;
      order: 4;
      -webkit-transition: all ease 0.4s;
      -moz-transition: all ease 0.4s;
      -ms-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s; }
      .h5-countdown .ApCountdown a::after {
        content: "\f101";
        font-size: 16px;
        color: #333333;
        font-family: 'FontAwesome';
        padding-left: 10px;
        vertical-align: top;
        -webkit-transition: all ease 0.4s;
        -moz-transition: all ease 0.4s;
        -ms-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s; }
      .h5-countdown .ApCountdown a:hover {
        background: #72c9e4;
        color: #FFFFFF;
        border: 1px solid #72c9e4; }
        .h5-countdown .ApCountdown a:hover::after {
          color: #FFFFFF; }
    .h5-countdown .ApCountdown ul {
      width: 100%;
      order: 3;
      margin-bottom: 64px; }
      @media (max-width: 1199px) {
        .h5-countdown .ApCountdown ul {
          margin-bottom: 20px; } }
      .h5-countdown .ApCountdown ul.ap-countdown-time li {
        display: inline-block;
        font-size: 48px;
        line-height: 48px;
        font-weight: 500;
        max-width: 90px;
        width: 100%;
        max-height: 70px;
        margin: 0px 20px; }
        @media (max-width: 1199px) {
          .h5-countdown .ApCountdown ul.ap-countdown-time li {
            margin: 0;
            font-size: 35px; } }
        @media (max-width: 479px) {
          .h5-countdown .ApCountdown ul.ap-countdown-time li {
            font-size: 30px;
            max-width: 70px; } }
        .h5-countdown .ApCountdown ul.ap-countdown-time li span {
          display: block;
          color: #666666;
          padding-top: 3px;
          font-size: 14px;
          line-height: 16px; }

/* ------------------------- */
@media (min-width: 1200px) {
  .h6-banner-top {
    margin-top: 90px; } }
@media (max-width: 1199px) {
  .h6-banner-top {
    margin-top: 20px; } }
.h6-banner-top .h6-box-img {
  margin-top: 10px; }
  @media (min-width: 768px) {
    .h6-banner-top .h6-box-img {
      display: flex;
      flex-direction: row; } }
  .h6-banner-top .h6-box-img .ApImage {
    position: relative; }
    @media (min-width: 992px) {
      .h6-banner-top .h6-box-img .ApImage > a {
        position: relative;
        display: block;
        width: 100%;
        overflow: hidden; }
        .h6-banner-top .h6-box-img .ApImage > a::before {
          top: 10px;
          right: 10px;
          bottom: 10px;
          left: 10px;
          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);
          -webkit-transform-origin: center;
          -moz-transform-origin: center;
          -ms-transform-origin: center;
          -o-transform-origin: center;
          transform-origin: center; }
        .h6-banner-top .h6-box-img .ApImage > a::after {
          top: 10px;
          right: 10px;
          bottom: 10px;
          left: 10px;
          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);
          -webkit-transform-origin: center;
          -moz-transform-origin: center;
          -ms-transform-origin: center;
          -o-transform-origin: center;
          transform-origin: center; }
        .h6-banner-top .h6-box-img .ApImage > a::after, .h6-banner-top .h6-box-img .ApImage > a::before {
          position: absolute;
          z-index: 9;
          content: "";
          opacity: 0;
          filter: alpha(opacity=0);
          -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; }
        .h6-banner-top .h6-box-img .ApImage > a:hover::after, .h6-banner-top .h6-box-img .ApImage > a:hover::before {
          opacity: 1;
          filter: alpha(opacity=100);
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }
        .h6-banner-top .h6-box-img .ApImage > a img {
          position: relative;
          width: 100%;
          height: 100%;
          display: block;
          backface-visibility: visible;
          opacity: 1;
          filter: alpha(opacity=100);
          -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; }
      .h6-banner-top .h6-box-img .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); } }
    @media (min-width: 768px) {
      .h6-banner-top .h6-box-img .ApImage {
        margin: 0 5px; } }
    @media (max-width: 767px) {
      .h6-banner-top .h6-box-img .ApImage {
        margin: 10px 0 0 0;
        padding: 0 5px; } }
    @media (max-width: 479px) {
      .h6-banner-top .h6-box-img .ApImage {
        padding: 0; } }
    .h6-banner-top .h6-box-img .ApImage .image_description {
      position: absolute;
      top: 43px;
      z-index: 9; }
      .h6-banner-top .h6-box-img .ApImage .image_description p {
        color: #999999;
        margin-bottom: 10px; }
      .h6-banner-top .h6-box-img .ApImage .image_description h3 {
        color: #333333;
        font-size: 25px;
        font-weight: 600; }
        @media (max-width: 991px) {
          .h6-banner-top .h6-box-img .ApImage .image_description h3 {
            font-size: 20px; } }
  .h6-banner-top .h6-box-img .img-vertical .image_description {
    left: 0;
    right: 0;
    text-align: center; }
  @media (min-width: 480px) and (max-width: 767px) {
    .h6-banner-top .h6-box-img .img-vertical {
      width: 50%;
      float: left; } }
  @media (min-width: 480px) {
    .h6-banner-top .h6-box-img .img-horizontal .image_description {
      left: 50px;
      text-align: left; } }
  @media (max-width: 479px) {
    .h6-banner-top .h6-box-img .img-horizontal .image_description {
      left: 0;
      right: 0;
      text-align: center; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .h6-banner-top .h6-box-img:nth-child(2), .h6-banner-top .h6-box-img:nth-child(3) {
      display: flex;
      flex-wrap: wrap; }
      .h6-banner-top .h6-box-img:nth-child(2) .img-horizontal, .h6-banner-top .h6-box-img:nth-child(3) .img-horizontal {
        order: 1; }
      .h6-banner-top .h6-box-img:nth-child(2) .img-vertical, .h6-banner-top .h6-box-img:nth-child(3) .img-vertical {
        order: 2; }
        .h6-banner-top .h6-box-img:nth-child(2) .img-vertical:last-of-type, .h6-banner-top .h6-box-img:nth-child(3) .img-vertical:last-of-type {
          order: 3; } }

@media (min-width: 1200px) {
  .h6-product-carousel {
    margin-top: 100px; } }
@media (max-width: 1199px) {
  .h6-product-carousel {
    margin-top: 30px; } }
.h6-product-carousel .block_content {
  margin-top: 50px; }
  @media (max-width: 1199px) {
    .h6-product-carousel .block_content {
      margin-top: 30px; } }

@media (min-width: 992px) {
  .h8-banner-top {
    margin-top: 100px; } }
@media (max-width: 991px) {
  .h8-banner-top {
    margin-top: 30px; } }
@media (min-width: 1200px) {
  .h8-banner-top.banner-top-last .img-big-1 {
    padding: 0 80px 0 160px; }
    .rtl .h8-banner-top.banner-top-last .img-big-1 {
      padding: 0 160px 0 80px; } }
@media (min-width: 1200px) {
  .h8-banner-top.banner-top-last .img-big-1 .ApImage .image_description {
    left: -158px; }
    .rtl .h8-banner-top.banner-top-last .img-big-1 .ApImage .image_description {
      right: -158px;
      left: auto; } }
.h8-banner-top .ApColumn .ApImage {
  margin-bottom: 0;
  position: relative; }
  .h8-banner-top .ApColumn .ApImage > a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden; }
    .h8-banner-top .ApColumn .ApImage > a::before {
      top: 10px;
      right: 10px;
      bottom: 10px;
      left: 10px;
      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);
      -webkit-transform-origin: center;
      -moz-transform-origin: center;
      -ms-transform-origin: center;
      -o-transform-origin: center;
      transform-origin: center; }
    .h8-banner-top .ApColumn .ApImage > a::after {
      top: 10px;
      right: 10px;
      bottom: 10px;
      left: 10px;
      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);
      -webkit-transform-origin: center;
      -moz-transform-origin: center;
      -ms-transform-origin: center;
      -o-transform-origin: center;
      transform-origin: center; }
    .h8-banner-top .ApColumn .ApImage > a::after, .h8-banner-top .ApColumn .ApImage > a::before {
      position: absolute;
      z-index: 9;
      content: "";
      opacity: 0;
      filter: alpha(opacity=0);
      -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; }
    .h8-banner-top .ApColumn .ApImage > a:hover::after, .h8-banner-top .ApColumn .ApImage > a:hover::before {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .h8-banner-top .ApColumn .ApImage > a img {
      position: relative;
      width: 100%;
      height: 100%;
      display: block;
      backface-visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100);
      -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; }
  .h8-banner-top .ApColumn .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); }
  .h8-banner-top .ApColumn .ApImage .image_description {
    z-index: 9;
    position: absolute; }
    @media (max-width: 991px) {
      .h8-banner-top .ApColumn .ApImage .image_description {
        bottom: 25px;
        left: 25px;
        background-color: rgba(255, 255, 255, 0.8); }
        .rtl .h8-banner-top .ApColumn .ApImage .image_description {
          right: 25px;
          left: auto; }
        .h8-banner-top .ApColumn .ApImage .image_description .h8-content-banner-top {
          padding: 10px; } }
    .h8-banner-top .ApColumn .ApImage .image_description h3 {
      font-weight: 500;
      color: #333333; }
      .h8-banner-top .ApColumn .ApImage .image_description h3:nth-child(2) {
        position: relative; }
        .h8-banner-top .ApColumn .ApImage .image_description h3:nth-child(2)::before {
          content: "";
          background: #212121;
          display: block;
          position: absolute; }
    .h8-banner-top .ApColumn .ApImage .image_description p {
      color: #999999;
      font-weight: 700; }
    .h8-banner-top .ApColumn .ApImage .image_description a {
      color: #333333;
      font-weight: 600;
      text-transform: uppercase;
      position: relative;
      -webkit-transition: all ease 0.4s;
      -moz-transition: all ease 0.4s;
      -ms-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s; }
      .h8-banner-top .ApColumn .ApImage .image_description a::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: #878787;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-transition: all ease 0.4s;
        -moz-transition: all ease 0.4s;
        -ms-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s; }
      .h8-banner-top .ApColumn .ApImage .image_description a:hover {
        color: #72c9e4; }
        .h8-banner-top .ApColumn .ApImage .image_description a:hover::before {
          background: #72c9e4; }
@media (min-width: 1200px) {
  .h8-banner-top .img-big .ApImage .image_description {
    top: 125px;
    left: -200px; }
    .rtl .h8-banner-top .img-big .ApImage .image_description {
      right: -200px;
      left: auto; } }
@media (max-width: 1199px) {
  .h8-banner-top .img-big .ApImage .image_description {
    top: auto;
    bottom: 25px;
    left: 25px;
    background-color: rgba(255, 255, 255, 0.8); }
    .h8-banner-top .img-big .ApImage .image_description .h8-content-banner-top {
      padding: 10px; } }
@media (min-width: 1200px) {
  .h8-banner-top .img-big .ApImage .image_description h3 {
    font-size: 48px; } }
@media (max-width: 1199px) {
  .h8-banner-top .img-big .ApImage .image_description h3 {
    font-size: 30px; } }
@media (max-width: 479px) {
  .h8-banner-top .img-big .ApImage .image_description h3 {
    font-size: 20px; } }
.h8-banner-top .img-big .ApImage .image_description h3:nth-child(2) {
  padding-left: 35px;
  margin-bottom: 30px; }
  .rtl .h8-banner-top .img-big .ApImage .image_description h3:nth-child(2) {
    padding-right: 35px;
    padding-left: inherit; }
  .h8-banner-top .img-big .ApImage .image_description h3:nth-child(2)::before {
    width: 28px;
    height: 4px;
    left: 0;
    top: 23px; }
    .rtl .h8-banner-top .img-big .ApImage .image_description h3:nth-child(2)::before {
      right: 0;
      left: auto; }
    @media (max-width: 991px) {
      .h8-banner-top .img-big .ApImage .image_description h3:nth-child(2)::before {
        top: 15px; } }
    @media (max-width: 479px) {
      .h8-banner-top .img-big .ApImage .image_description h3:nth-child(2)::before {
        top: 10px;
        width: 25px;
        height: 3px; } }
.h8-banner-top .img-big .ApImage .image_description h3 p {
  margin-bottom: 40px; }
@media (min-width: 1200px) {
  .h8-banner-top .img-small .ApImage .image_description {
    left: 41px; }
    .rtl .h8-banner-top .img-small .ApImage .image_description {
      right: 41px;
      left: auto; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .h8-banner-top .img-small .ApImage .image_description {
    left: 20px; }
    .rtl .h8-banner-top .img-small .ApImage .image_description {
      right: 20px;
      left: auto; } }
@media (min-width: 992px) {
  .h8-banner-top .img-small .ApImage .image_description {
    bottom: -134px; }
    .h8-banner-top .img-small .ApImage .image_description h3 {
      font-size: 28px;
      color: #212121; }
      .h8-banner-top .img-small .ApImage .image_description h3:nth-child(2) {
        padding-left: 27px;
        margin-bottom: 20px; }
        .rtl .h8-banner-top .img-small .ApImage .image_description h3:nth-child(2) {
          padding-right: 27px;
          padding-left: inherit; }
        .h8-banner-top .img-small .ApImage .image_description h3:nth-child(2)::before {
          width: 18px;
          height: 3px;
          left: 0;
          top: 13px; }
          .rtl .h8-banner-top .img-small .ApImage .image_description h3:nth-child(2)::before {
            right: 0;
            left: auto; }
    .h8-banner-top .img-small .ApImage .image_description p {
      margin-bottom: 31px; } }
@media (min-width: 1200px) {
  .h8-banner-top .img-big-1 {
    padding: 0 80px 0 200px; }
    .rtl .h8-banner-top .img-big-1 {
      padding: 0 200px 0 80px; } }
@media (min-width: 1200px) {
  .h8-banner-top .img-big-2 {
    padding: 0 0 0 280px; }
    .rtl .h8-banner-top .img-big-2 {
      padding: 0 280px 0 0; } }
@media (min-width: 1200px) {
  .h8-banner-top .img-small-1 {
    padding: 100px 0 0 40px; }
    .rtl .h8-banner-top .img-small-1 {
      padding: 100px 40px 0 0; } }
@media (min-width: 1200px) {
  .h8-banner-top .img-small-2 {
    padding: 100px 40px 0 0; }
    .rtl .h8-banner-top .img-small-2 {
      padding: 100px 0 0 40px; } }

/*# sourceMappingURL=styles.css.map */
