/*FONTS*/
@font-face {
  font-family: "SFF";
  src: url(../fonts/SFUFuturaRegular.woff) format("woff"), url(../fonts/SFUHelveticaBold.woff) format("woff");
  font-weight: 100 200 300 400 500 600 700 900;
}
@font-face {
  font-family: "SFFBold";
  src: url(../fonts/SFUFuturaBold.woff) format("woff");
  font-weight: 900;
}
@font-face {
  font-family: "Arya-W00-Triple";
  src: url(../fonts/Arya-W00-Triple.woff) format("woff");
}
@font-face {
  font-family: "SFFH";
  src: url(../fonts/SFUFuturaHeavy.woff) format("woff");
}
/*MIXINS*/
/*COMMON*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#wrapper *:not(i,
.sub-title,
.title,
.price-contact,
.title-normal-common .section-title .section-title-main,
.list-post-news .post-title,
.list-post-news .post-date-day,
.list-post-common .from_the_blog_excerpt,
.list-post-common button,
.stars span a) {
  font-family: "SFF" !important;
}

.title-custom-common {
  margin-bottom: 20px !important;
}
.title-custom-common .section-title {
  margin-bottom: 0;
}
.title-custom-common .section-title .section-title-main {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.title-custom-common .section-title .section-title-main .sub-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Arya-W00-Triple" !important;
  font-size: 54px;
  font-weight: 400;
  color: #ddd;
  width: 100%;
  margin: 0;
  z-index: 1;
}
@media (max-width: 480px) {
  .title-custom-common .section-title .section-title-main .sub-title {
    font-size: 40px;
  }
}
.title-custom-common .section-title .section-title-main .title {
  position: relative;
  z-index: 2;
  margin-top: 18px;
  display: inline-block;
  font-size: 34px;
  color: var(--secondary_color);
  text-transform: initial;
  font-family: "SFFBold" !important;
}
@media (max-width: 480px) {
  .title-custom-common .section-title .section-title-main .title {
    font-size: 27px;
  }
}
.title-custom-common .is-divider {
  max-width: 50px;
  background-color: var(--primary_color);
  margin: 5px auto !important;
}

.title-normal-common {
  margin-bottom: 0;
}
.title-normal-common .section-title {
  border: none;
  position: relative;
}
.title-normal-common .section-title::after {
  content: "";
  position: absolute;
  max-width: 50px;
  width: 50px;
  height: 3px;
  background-color: var(--primary_color);
  bottom: -5px;
  left: 0;
}
.title-normal-common .section-title .section-title-main {
  border: none;
  text-transform: capitalize;
  color: var(--secondary_color);
  font-family: "SFFH" !important;
  font-weight: 900;
  font-size: 28px;
}

/*ANIMATION*/
@keyframes hvr-bob-float-btn {
  100% {
    transform: translateY(-8px) skewX(-15deg);
  }
}
@keyframes hvr-bob-btn {
  0% {
    transform: translateY(-8px) skewX(-15deg);
  }
  50% {
    transform: translateY(-4px) skewX(-15deg);
  }
  100% {
    transform: translateY(-8px) skewX(-15deg);
  }
}
/*HEADER*/
@media (max-width: 991px) {
  #header #masthead {
    height: 180px;
  }
}
#header #masthead .header-inner {
  justify-content: unset;
}
@media (max-width: 991px) {
  #header #masthead .header-inner {
    flex-wrap: wrap;
  }
}
#header #masthead .header-inner .box-main-header {
  width: 100%;
}
@media (max-width: 991px) {
  #header #masthead .header-inner .box-main-header {
    order: 3;
  }
}
#header #masthead .header-inner .box-main-header .flex-left:not(#wide-nav .flex-left) {
  height: 110px;
}
#header #masthead .header-inner .box-main-header .flex-left:not(#wide-nav .flex-left) .header-nav {
  width: 100%;
  height: 100%;
}
#header #masthead .header-inner .box-main-header .flex-left:not(#wide-nav .flex-left) .header-nav .custom {
  width: 100%;
}
#header #masthead .header-inner .box-main-header .flex-left:not(#wide-nav .flex-left) .header-nav .custom .header-detail {
  width: 100%;
}
#header #masthead .header-inner .box-main-header .flex-left:not(#wide-nav .flex-left) .header-nav .custom .header-detail .header-detail-inner {
  justify-content: space-between;
}
#header #masthead .header-inner .box-main-header .flex-left:not(#wide-nav .flex-left) .header-nav .custom .header-detail .header-detail-inner .email .box-img,
#header #masthead .header-inner .box-main-header .flex-left:not(#wide-nav .flex-left) .header-nav .custom .header-detail .header-detail-inner .hotline .box-img {
  width: 34px;
  height: 34px;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
}
#header #masthead .header-inner .box-main-header .flex-left:not(#wide-nav .flex-left) .header-nav .custom .header-detail .header-detail-inner .email .box-img img,
#header #masthead .header-inner .box-main-header .flex-left:not(#wide-nav .flex-left) .header-nav .custom .header-detail .header-detail-inner .hotline .box-img img {
  padding-top: 0;
  height: 100%;
}
#header #masthead .header-inner .box-main-header .flex-left:not(#wide-nav .flex-left) .header-nav .custom .header-detail .header-detail-inner .email .text,
#header #masthead .header-inner .box-main-header .flex-left:not(#wide-nav .flex-left) .header-nav .custom .header-detail .header-detail-inner .hotline .text {
  line-height: 15px;
}
#header #masthead .header-inner .box-main-header .flex-left:not(#wide-nav .flex-left) .header-nav .custom .header-detail .header-detail-inner .email .text a,
#header #masthead .header-inner .box-main-header .flex-left:not(#wide-nav .flex-left) .header-nav .custom .header-detail .header-detail-inner .hotline .text a {
  font-family: "SFFBold" !important;
  color: var(--secondary_color);
}
#header #masthead .header-inner .box-main-header .flex-left:not(#wide-nav .flex-left) .header-nav .custom .header-detail .header-detail-inner .email a,
#header #masthead .header-inner .box-main-header .flex-left:not(#wide-nav .flex-left) .header-nav .custom .header-detail .header-detail-inner .email span,
#header #masthead .header-inner .box-main-header .flex-left:not(#wide-nav .flex-left) .header-nav .custom .header-detail .header-detail-inner .hotline a,
#header #masthead .header-inner .box-main-header .flex-left:not(#wide-nav .flex-left) .header-nav .custom .header-detail .header-detail-inner .hotline span {
  font-size: 14px;
}
#header #masthead .header-inner .box-main-header .flex-left:not(#wide-nav .flex-left) .header-nav .custom .header-detail .header-detail-inner .social-header .social-header-inner {
  margin: 0;
  padding: 0;
}
#header #masthead .header-inner .box-main-header .flex-left:not(#wide-nav .flex-left) .header-nav .custom .header-detail .header-detail-inner .social-header .social-header-inner li {
  list-style: none;
  display: inline-block;
  margin-left: 6px;
  margin-bottom: 0;
  width: 33px;
  height: 33px;
}
#header #masthead .header-inner .box-main-header .flex-left:not(#wide-nav .flex-left) .header-nav .custom .header-detail .header-detail-inner .social-header .social-header-inner li:hover a {
  transform: translateY(-15px);
}
#header #masthead .header-inner .box-main-header .flex-left:not(#wide-nav .flex-left) .header-nav .custom .header-detail .header-detail-inner .social-header .social-header-inner li a {
  display: block;
  height: 100%;
  width: 100%;
  transition: ease-in-out 0.3s;
}
#header #masthead .header-inner .box-main-header .flex-left:not(#wide-nav .flex-left) .header-nav .custom .header-detail .header-detail-inner .social-header .social-header-inner li a img {
  padding: 0;
  width: 100%;
  height: 100%;
}
#header #masthead .header-inner .box-main-header #wide-nav {
  position: relative;
}
@media (max-width: 991px) {
  #header #masthead .header-inner .box-main-header #wide-nav {
    background-color: var(--white);
  }
}
#header #masthead .header-inner .box-main-header #wide-nav::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc((100vw - 1200px) / -2);
  width: calc((100vw - 1200px) / 2);
  height: 100%;
  background-color: var(--primary_color);
}
#header #masthead .header-inner .box-main-header #wide-nav .flex-row {
  padding: 0;
}
#header #masthead .header-inner .box-main-header #wide-nav .flex-right .header-nav li {
  border-right: 1px solid #0085b6;
  border-left: 1px solid #00adee;
  display: flex;
  flex-wrap: nowrap;
  flex: 1 0 auto;
  position: relative;
  margin: 0;
}
#header #masthead .header-inner .box-main-header #wide-nav .flex-right .header-nav li:hover {
  background-color: var(--secondary_color);
}
#header #masthead .header-inner .box-main-header #wide-nav .flex-right .header-nav li.current-menu-item {
  background-color: var(--secondary_color);
}
#header #masthead .header-inner .box-main-header #wide-nav .flex-right .header-nav li a {
  color: var(--white);
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  width: 100%;
  padding: 0 30px;
  text-align: center;
}
#header #masthead .header-inner .box-main-header #wide-nav .flex-right .header-nav li a i {
  display: none;
}
#header #masthead .header-inner .box-main-header #wide-nav .flex-right .header-nav li.header-search .nav-dropdown {
  top: 48px;
  right: 0;
  left: unset;
}
#header #masthead .header-inner .box-main-header #wide-nav .flex-right .header-nav li.header-search .header-search-form-wrapper {
  width: 100%;
}
#header #masthead .header-inner .box-main-header #wide-nav .flex-right .header-nav li.header-search .header-search-form-wrapper button {
  background-color: var(--white) !important;
  box-shadow: none !important;
}
#header #masthead .header-inner .box-main-header #wide-nav .flex-right .header-nav li.header-search .header-search-form-wrapper button:hover {
  background-color: var(--white) !important;
}
#header #masthead .header-inner .box-main-header #wide-nav .flex-right .header-nav li.header-search .header-search-form-wrapper button i {
  color: var(--black);
}
#header #masthead .header-inner .box-main-header #wide-nav .flex-right .header-nav li.header-search .header-search-form-wrapper input {
  box-shadow: none;
  border: none !important;
}
#header #masthead .header-inner .box-main-header #wide-nav .flex-right .header-nav li.header-search a i {
  display: block;
  font-size: 18px !important;
  line-height: 48px !important;
  letter-spacing: normal !important;
  min-width: unset;
}
#header #masthead .header-inner .box-main-header #wide-nav .flex-right .header-nav li .sub-menu {
  top: 48px;
  left: -2px;
  background-color: var(--primary_color);
}
#header #masthead .header-inner .box-main-header #wide-nav .flex-right .header-nav li .sub-menu li {
  position: relative;
  margin: 0;
  border-left: 0;
  border-width: 0;
}
#header #masthead .header-inner .box-main-header #wide-nav .flex-right .header-nav li .sub-menu li a {
  padding: 12px 10px;
  margin: 0;
  text-transform: initial;
  text-align: left;
}
#header #masthead .header-inner .box-main-header #wide-nav .flex-right .header-nav li .sub-menu li a::after {
  display: none;
}
#header #masthead .header-inner .box-main-header #wide-nav .flex-right .header-nav li .sub-menu li .sub-menu {
  right: calc(-100% + 18px);
  top: -1px;
  left: unset;
}
#header #masthead .header-inner .box-main-header #wide-nav .show-for-medium .nav .custom {
  display: block;
}
@media (max-width: 991px) {
  #header .stuck {
    box-shadow: none;
  }
}
#header .stuck #masthead {
  background-color: var(--primary_color);
}
@media (max-width: 991px) {
  #header .stuck #masthead {
    background-color: transparent;
  }
}
#header .stuck #masthead #logo {
  display: none;
}
@media (max-width: 991px) {
  #header .stuck #masthead .box-main-header {
    display: none;
  }
}
#header .stuck #masthead .box-main-header .hide-for-medium.flex-left {
  display: none;
}
@media (max-width: 991px) {
  #header #logo img {
    max-height: 80px;
  }
}

@media (max-width: 991px) {
  .header-bg-color {
    background-color: transparent !important;
  }
}

#main-menu {
  background-color: var(--primary_color);
  opacity: 1;
}
#main-menu .sidebar-menu .nav li.header-search-form form input {
  height: 30px;
  border: none;
  outline: none;
  box-shadow: none;
  color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.3);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-size: 14px;
}
#main-menu .sidebar-menu .nav li.header-search-form form input::-moz-placeholder {
  color: rgb(255, 255, 255);
  font-size: 14px;
}
#main-menu .sidebar-menu .nav li.header-search-form form input::placeholder {
  color: rgb(255, 255, 255);
  font-size: 14px;
}
#main-menu .sidebar-menu .nav li.header-search-form form button {
  font-size: 14px;
  height: 30px;
  min-height: 30px !important;
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  box-shadow: none;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
#main-menu .sidebar-menu .nav li a {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
}
#main-menu .sidebar-menu .nav li button {
  opacity: 1;
}
#main-menu .sidebar-menu .nav li button i {
  color: var(--white);
  font-size: 16px;
}
#main-menu .sidebar-menu .nav li .sub-menu .nav-slide-header button {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
}

/*HOME ABOUT US*/
.section-home-about .text {
  font-size: 14px;
}
.section-home-about .btn-viewmore {
  transform: skewX(-15deg);
}
.section-home-about .btn-viewmore:hover, .section-home-about .btn-viewmore:focus, .section-home-about .btn-viewmore:active {
  animation-name: hvr-bob-float-btn, hvr-bob-btn;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
.section-home-about .btn-viewmore span {
  transform: skewX(15deg);
  font-weight: 400;
  font-size: 14px;
}
.section-home-about .btn-viewmore i {
  transform: skewX(15deg);
  border-radius: 99px;
  display: inline-block;
  border: 1px solid var(--white);
  width: 15px;
  height: 15px;
  font-size: 12px;
}

/*LIST PRODUCT*/
@media (max-width: 480px) {
  .product {
    padding: 0 5px 15px !important;
  }
}
.product .col-inner .box .box-text {
  display: flex;
  flex-wrap: wrap;
}
.product .col-inner .box .box-text .title-wrapper {
  max-width: 100%;
  flex-basis: 100%;
  height: 30px !important;
  text-align: left;
}
.product .col-inner .box .box-text .title-wrapper .name {
  margin: 0;
}
.product .col-inner .box .box-text .title-wrapper .name a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s;
  line-height: 30px;
}
.product .col-inner .box .box-text .title-wrapper .name:hover a {
  color: var(--primary_color);
}
.product .col-inner .box .box-text .price-wrapper {
  max-width: 50%;
  flex-basis: 50%;
  font-size: 15px;
  height: 30px !important;
  text-align: left;
}
@media (max-width: 480px) {
  .product .col-inner .box .box-text .price-wrapper {
    font-size: 12px;
  }
}
.product .col-inner .box .box-text .price-wrapper .price {
  line-height: 30px;
}
.product .col-inner .box .box-text .price-wrapper .price .price-contact {
  font-family: "SFFBold" !important;
  color: var(--secondary_color);
}
.product .col-inner .box .box-text .price-wrapper .price .amount {
  color: var(--secondary_color);
}
.product .col-inner .box .box-text .view-wrapper {
  max-width: 50%;
  flex-basis: 50%;
  line-height: 30px;
  text-align: right;
  color: #ccc;
}
.product .col-inner .box .box-text .view-wrapper i {
  font-size: 14px;
  color: #ccc;
}

/*HOME PRODUCT CAT*/
.section-product-cat .tab-product-cat .nav li.tab {
  margin: 0 15px;
}
.section-product-cat .tab-product-cat .nav li.tab.active a span, .section-product-cat .tab-product-cat .nav li.tab:hover a span {
  color: var(--primary_color);
}
.section-product-cat .tab-product-cat .nav li.tab a span {
  font-size: 20px;
  font-weight: 700;
  color: #292929;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .section-product-cat .tab-product-cat .nav li.tab a span {
    font-size: 17px;
  }
}

/*HOME SERVICE*/
.section-service .list-post .post-item .col-inner .box .box-text {
  border: 1px solid #ccc;
}
.section-service .list-post .post-item .col-inner .box .box-text .post-title {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  transition: all 0.3s;
  margin-bottom: 10px;
}
.section-service .list-post .post-item .col-inner .box .box-text .post-title:hover {
  color: var(--primary_color);
}
.section-service .list-post .post-item .col-inner .box .box-text .is-divider {
  display: none;
}
.section-service .list-post .post-item .col-inner .box .box-text .from_the_blog_excerpt {
  font-size: 14px;
  line-height: 25px;
  height: 75px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*NEWS VIDEO*/
.section-news-video {
  padding-bottom: 0 !important;
}
.section-news-video .list-post-news .post-item .col-inner .box .box-text .box-text-inner {
  display: flex;
  flex-wrap: wrap;
}
.section-news-video .list-post-news .post-item .col-inner .box .box-text .box-text-inner .post-meta {
  display: flex;
  align-items: center;
  flex-basis: 33%;
  max-width: 33%;
}
.section-news-video .list-post-news .post-item .col-inner .box .box-text .box-text-inner .post-meta .post-date-month {
  font-size: 30px;
  color: var(--primary_color);
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.section-news-video .list-post-news .post-item .col-inner .box .box-text .box-text-inner .post-meta .post-date-day {
  font-family: "SFFBold" !important;
  font-size: 60px;
  color: #ccc;
  margin-left: -30px;
  line-height: 60px;
}
.section-news-video .list-post-news .post-item .col-inner .box .box-text .box-text-inner .post-title {
  margin-top: 8px;
  line-height: 25px;
  height: 50px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "SFFH" !important;
  transition: all 0.3s;
  flex-basis: 67%;
  max-width: 67%;
}
.section-news-video .list-post-news .post-item .col-inner .box .box-text .box-text-inner .post-title:hover {
  color: var(--primary_color);
}
.section-news-video .list-post-news .post-item .col-inner .box .box-text .box-text-inner .from_the_blog_excerpt {
  font-size: 15px;
  color: #5a5a5a;
  text-align: justify;
  margin-top: 10px;
  line-height: 25px;
  height: 75px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-news-video .video {
  margin-bottom: 5px;
}

/*PARTNER*/
.section-partner .slider-partner .item-partner {
  margin: 0 15px;
  background-color: var(--white);
  border: 1px dashed #aeaeae;
}
.section-partner .slider-partner .item-partner img {
  display: block;
  margin: 0 auto;
}

/*SHOP PAGE*/
.shop-page-title {
  display: none;
}

.category-page-row-custom .title-normal-common .is-large {
  font-size: 28px;
  text-transform: none;
}
.category-page-row-custom .title-normal-common .is-large .woocommerce-breadcrumb {
  text-transform: none !important;
}
.category-page-row-custom .title-normal-common .is-large .woocommerce-breadcrumb a,
.category-page-row-custom .title-normal-common .is-large .woocommerce-breadcrumb span {
  display: none;
}
.category-page-row-custom .title-normal-common .category-filtering {
  display: none;
}
.category-page-row-custom #shop-sidebar .widget-title {
  display: inline-block;
  background-color: var(--primary_color);
  width: 100%;
  line-height: 42px;
  color: var(--white);
  padding: 0 15px;
  text-align: center;
}
.category-page-row-custom #shop-sidebar .is-divider {
  display: none;
}
.category-page-row-custom #shop-sidebar .product-categories {
  border: 1px solid #aeaeae;
  border-top: unset;
  background-color: #f7f7f7;
}
.category-page-row-custom #shop-sidebar .product-categories li a {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.3s;
}
.category-page-row-custom #shop-sidebar .product-categories li a:hover {
  color: var(--primary_color);
}
.category-page-row-custom #shop-sidebar .product-categories li button {
  margin-right: 10px;
}

/*ARCHIVE PAGE*/
.list-post-common .post-item {
  padding-bottom: 0 !important;
}
.list-post-common .post-item .col-inner {
  padding-top: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #aeaeae;
}
@media (max-width: 480px) {
  .list-post-common .post-item .col-inner .box .box-image {
    width: 50% !important;
  }
}
.list-post-common .post-item .col-inner .box .box-text {
  padding: 0 0 0 12px;
}
.list-post-common .post-item .col-inner .box .box-text .post-title {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s;
}
.list-post-common .post-item .col-inner .box .box-text .post-title:hover {
  color: var(--primary_color);
}
.list-post-common .post-item .col-inner .box .box-text .is-divider {
  display: none;
}
.list-post-common .post-item .col-inner .box .box-text .from_the_blog_excerpt {
  text-align: justify;
  font-size: 12px;
  line-height: 20px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif !important;
  height: 80px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-post-common .post-item .col-inner .box .box-text button {
  float: right;
  color: var(--secondary_color);
  font-size: 12px;
  background-color: transparent;
  box-shadow: none;
  border: none;
  text-transform: none;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif !important;
  margin: 0;
  transform: translateY(15px);
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .list-post-common .post-item .col-inner .box .box-text button {
    transform: translateY(-10px);
  }
}
.list-post-common .post-item .col-inner .box .box-text button:hover {
  background-color: var(--primary_color);
  color: var(--white);
}

/*CONTACT PAGE*/
.section-contact-page .contact-info .company-name {
  font-size: 15px;
  margin-bottom: 0;
}
.section-contact-page .contact-info .menu-contact li {
  font-size: 15px;
  line-height: 25px;
  border: none;
}
.section-contact-page .contact-info .menu-contact li a {
  font-size: 15px;
  line-height: 25px;
  padding: 0;
}
.section-contact-page form input,
.section-contact-page form button {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  height: 40px;
  font-size: 13px;
}
.section-contact-page form textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 13px;
}
.section-contact-page form .wpcf7-spinner {
  display: none;
}
.section-contact-page form input[type=submit],
.section-contact-page form button {
  text-transform: none;
  background-color: #ccc;
  color: #333;
  transition: all 0.3s;
}
.section-contact-page form input[type=submit]:hover,
.section-contact-page form button:hover {
  background: #333;
  color: #ccc;
}

/*SINGLE POST*/
.footer-post {
  margin-top: 20px;
}
.footer-post .related-type-2 .title {
  font-family: "SFF" !important;
  color: var(--primary_color);
}
.footer-post .related-type-2 ul {
  margin: 0;
}
.footer-post .related-type-2 ul li {
  list-style: none;
}
.footer-post .related-type-2 ul li a {
  transition: all 0.3s;
}
.footer-post .related-type-2 ul li a:hover {
  color: var(--primary_color);
}

/*CUSTOM PRODUCT PAGE*/
.custom-product-page .product-title-container .product-title {
  font-size: 24px;
  margin-bottom: 10px;
  color: #3d3d3d;
}
.custom-product-page .product-price-container .price-wrapper .price {
  font-size: 20px !important;
}
.custom-product-page .product-price-container .price-wrapper .price .price-contact {
  font-family: "SFFBold" !important;
  color: var(--secondary_color);
}
.custom-product-page .product-price-container .price-wrapper .price .amount {
  color: var(--secondary_color);
}
.custom-product-page .view-wrapper .custom-visitor-count-st {
  font-size: 16px;
}
.custom-product-page .woocommerce-tabs .tabs {
  border-bottom: 1px solid #aeaeae;
}
.custom-product-page .woocommerce-tabs .tabs li a {
  font-size: 17px;
  color: #3d3d3d;
  text-transform: none;
}
.custom-product-page .woocommerce-tabs .tabs li a::before {
  top: unset;
  bottom: 0;
}

/*FOOTER*/
#footer .footer {
  border-top: 1px solid #aeaeae;
}
@media (min-width: 992px) {
  #footer .footer .col:first-child {
    flex-basis: 41.66666667% !important;
    max-width: 41.66666667% !important;
  }
}
@media (min-width: 992px) {
  #footer .footer .col:nth-child(2) {
    flex-basis: 25% !important;
    max-width: 25% !important;
  }
}
#footer .footer .contact-info-footer .company-name {
  font-size: 15px;
  margin-bottom: 0;
}
#footer .footer .contact-info-footer .menu-contact li {
  font-size: 15px;
  line-height: 25px;
  border: none;
}
#footer .footer .contact-info-footer .menu-contact li a {
  font-size: 15px;
  line-height: 25px;
  padding: 0;
}
#footer .footer .contact-info-footer .company-policy strong,
#footer .footer .contact-info-footer .company-policy span,
#footer .footer .contact-info-footer .company-policy a {
  font-size: 15px;
}
#footer .footer .contact-info-footer .company-policy span a {
  font-weight: 700;
  color: var(--primary_color);
}
#footer .footer .contact-info-footer .social-footer {
  margin-top: 20px;
}
#footer .footer .contact-info-footer .social-footer a {
  transition: ease-in-out 0.3s;
  display: inline-block;
  margin-right: 8px;
}
#footer .footer .contact-info-footer .social-footer a:hover {
  transform: translateY(-10px);
}
#footer .footer .widget-title {
  font-size: 16px;
  font-weight: 400;
}
#footer .footer .is-divider {
  background-color: var(--primary_color);
  max-width: 50px !important;
}
#footer .footer .menu li + li {
  border-top: 1px dashed #ccc;
}
#footer .footer .menu li a {
  font-size: 15px;
  transition: all 0.3s;
}
#footer .footer .menu li a:hover {
  color: var(--primary_color);
}
#footer .absolute-footer {
  display: none;
}

/*SHARE BUTTON*/
@media screen and (max-width: 450px) {
  .list-button-share {
    flex-wrap: wrap;
  }
}
.list-button-share .item {
  margin-right: 8px;
}
.list-button-share .item.fb-share {
  margin-top: -6px;
}
.list-button-share .zalo-share-button iframe {
  max-width: unset !important;
}
@media screen and (max-width: 850px) {
  .list-button-share .zalo-share-button iframe {
    height: 20px !important;
  }
}
.list-button-share .fb-like span,
.list-button-share .fb-like iframe {
  width: 75px !important;
}/*# sourceMappingURL=style-custom.css.map */