/*
	Theme Name: Điêu khắc đá mỹ nghệ
	Version: 2.0
	Author: Hoangle.devs
	Author URI: https://hoangcodedao.io.vn
	Tags: Blank, HTML5, CSS3, PHP
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

body.mob-menu-slideout-over {
  padding-top: 30px !important;
}

.mob-menu-header-holder {
  background-color: #1d1e1e !important;
}

.wpp-sunrise li {
  background: #ff8800 !important;
}

nav.nav {
  background: #363636 !important;
}

#header_mobile {
  display: none;
}

.mobile {
  display: none;
}

.btn-warning {
  background-color: #ff8800;
  border-color: #ff8800;
  color: #fff;
}

.btn-outline-warning {
  color: #ff8800;
  border-color: #ff8800;
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #ff8800;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

.an {
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* header */
.header {
  background-color: #1d1e1e;
  color: #fff;
}

.header .top-bar {
  border-bottom: solid 1px #2b2c2c;
  padding: 10px 0;
  display: block;
}

.header .top-bar .right {
  text-align: right;
  font-size: 12px;
}

.header .top-bar .right ul {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header .top-bar .right ul li {
  list-style: none;
  display: inline;
}

.header .top-bar .right ul li a {
  display: inline;
  margin-left: 10px;
  color: #fff;
  text-transform: uppercase;
}

.header .top-bar .right ul li a:hover {
  color: #ff8800;
}

.header .header-content {
  padding: 10px 0;
}

nav.nav {
  background: #1d1e1e;
  opacity: 0.9;
}

.header-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.header-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  position: relative;
}

.header-menu li a h2 {
  margin: 0;
  padding: 0;
  line-height: normal;
  font-size: 13px;
  font-weight: 400;
}

.header-menu li a {
  display: block;
  padding: 10px 10px;
  padding-top: 14px;
  color: #fff;
  /* 	text-transform: uppercase; */
  border-bottom: 4px solid transparent;
}

.header-menu li a:hover {
  border-color: #ff8800;
  color: #ff8800;
}

.header-menu li .sub-menu {
  display: block;
  position: absolute;
  width: 250px;
  background: #1d1e1e;
  margin: 0;
  padding: 0;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-2em);
  left: 0;
  top: 100%;
  border-radius: 0 0 4px 4px;
  padding: 5px 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
  -moz-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
  -ms-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
  -o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
  border-top: 4px solid #ff8800;
}

.header-menu li .sub-menu li {
  display: block;
  width: 100%;
  border: 0;
}

.header-menu li .sub-menu li a {
  border: 0;
  padding: 10px 20px;
}

.header-menu li .sub-menu li a:hover {
  cursor: pointer;
}

.header-menu li:hover .sub-menu {
  visibility: visible;
  margin-top: -4px;
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
  text-align: left;
}

/* logo */
.header .logo {
  height: 60px;
  display: block;
}

.header .logo .logo-img {
  display: block;
  height: 100%;
  width: auto;
}

/* nav */
.nav {}

/*breadcrumbs*/
#breadcrumbs {
  margin-bottom: 15px;
  display: block;
}

#breadcrumbs a {
  font-weight: 600;
}

/* sidebar */
.sidebar {
  padding: 25px 0;
}

.sidebar-widget .widget_recent_entries,
.sidebar-widget .popular-posts {
  margin-bottom: 25px;
  display: block;
}

.sidebar-widget h3 {
  text-transform: uppercase;
  border-bottom: 4px solid #ff8800;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 17px;
  position: relative;
}

.sidebar-widget h3::before {
  content: "";
  display: block;
  height: 4px;
  width: 40%;
  background: #2b2c2c;
  position: absolute;
  left: 0;
  top: 100%;
  transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
}

.sidebar-widget ul {
  margin: 0;
  padding: 0;
}

.sidebar-widget .widget_recent_entries ul li {
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}

.sidebar-widget .widget_recent_entries ul li a {
  font-weight: 600;
}

.sidebar-widget .widget_recent_entries ul li span {
  color: gray;
  font-size: 12px;
}

.sidebar-widget .popular-posts li {
  list-style: none;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px dotted #ddd;
}

.sidebar-widget .popular-posts li img {
  border-radius: 5px;
}

.sidebar-widget .popular-posts li a {
  font-weight: 600;
}

.sidebar-widget .popular-posts li .wpp-meta {
  margin-top: 10px;
}

/* footer */
.footer {
  background: #1d1e1e;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  border-top: 4px solid #ff8800;
}

.footer h3,
.footer h4 {
  font-size: 15pt;
}

.footer .footer-content {
  padding: 25px 0 15px;
}

.footer .footer-copyright {
  padding: 7px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .social {
  display: block;
}

.footer .social a {
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  text-transform: uppercase;
}

.footer .social a:hover {
  color: #ff8800;
}

.footer .social a span {
  font-size: 18px;
}

.footer .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.footer .footer-menu a,
.footer a {
  color: rgba(255, 255, 255, 0.8);
}

.footer .footer-menu a:hover,
.footer a:hover {
  color: #ff8800;
}

/* Home slide */
#homeSlide img {
  display: block;
  width: 100%;
  height: auto;
}

/* Home box */
.home-box {
  padding-bottom: 30px;
}

.home-box .box-title {
  display: block;
  text-align: center;
  margin: 25px 0;
  text-transform: uppercase;
}

.home-box .box-title h4 {
  font-weight: 400;
}

.product-loop-item {
  margin-bottom: 25px;
  display: block;
  overflow: hidden;
}

.product-loop-item:hover {
  transform: scale(1.02);
}

.product-loop-item .info {
  padding: 10px;
  height: 40px;
  display: block;
  overflow: hidden;
  margin: 0;
  text-align: center;
  position: relative;
}

.product-loop-item .info h5 {
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  margin: auto;
}

.product-loop-item .price {
  font-weight: bold;
  font-size: 14px;
}

.product-loop-item .price .sale-price {
  color: #ff8800;
}

.product-loop-item .price .origin-price {
  text-decoration: line-through;
  color: grey;
}

.home-box.home-box-style-2 {
  background: #f2f2f2;
}

.home-box-2 {
  background: #f2f2f2;
  padding: 20px 0 40px;
}

.home-box-2 .contact-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.home-box-2 .btn {
  border-radius: 28%;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.132);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  display: flex;
  width: 100px;
  height: 100px;
  align-items: center;
  justify-content: center;
}

.home-box-2 .btn:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.45);
}

.home-box-2 .btn .contact-icon i,
.home-box-2 .btn .contact-icon img {
  width: 50px;
  height: 50px;
  font-size: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-box-2 .btn:hover .contact-icon i,
.home-box-2 .btn:hover .contact-icon img {
  filter: brightness(0) invert(1);
}

/*Archive*/
.archive-page {
  padding: 20px 0;
}

.archive-page .archive-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

/* Sidebar product */
.sidebar {}

.sidebar .widget {
  border: 1px solid #eee;
  margin-bottom: 20px;
  display: block;
  border-radius: 4px;
}

.sidebar .widget .widget-title {
  text-transform: uppercase;
  font-weight: 600;
  padding: 7px 10px;
  border-bottom: 1px solid #eee;
}

.sidebar .widget .widget-content {
  padding: 10px;
}

.sidebar .widget .widget-content ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.sidebar .widget .widget-content ul li {
  margin-bottom: 5px;
  text-transform: uppercase;
}

/* Pagination */
.pagination {
  text-align: center;
  display: block;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #eee;
  margin-top: 20px;
}

.pagination a,
.pagination span {
  display: inline-block;
  border: 1px solid #eee;
  margin: 5px 3px;
  padding: 3px 10px;
  border-radius: 4px;
}

.pagination span {
  color: #fff;
  background: #ff8800;
  border-color: #ff8800;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/
.product-page {
  padding: 25px 0;
}

.product-page .product-option-detail {
  display: none;
}

.product-page .product-option-detail.active {
  display: block;
}

.product-page .sku {
  display: block;
  margin: 10px 0;
}

.product-page .product-title {
  font-size: 20px;
  font-weight: 600;
}

.product-page .product-option-list {
  display: block;
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

.product-page .product-option-list li {
  display: inline;
  margin-right: 10px;
}

.product-page .product-option-list li a {
  padding: 5px 10px;
  border: 1px solid #eee;
  border-radius: 4px;
}

.product-page .product-option-list li a.active {
  color: #ff8800;
  border-color: #ff8800;
}

.product-page .price {
  display: block;
  padding: 10px 0;
}

.product-page .price .sale-price {
  font-weight: bold;
  font-size: 16px;
  color: #ff8800;
  margin-right: 15px;
}

.product-page .price .origin-price {
  font-weight: bold;
  text-decoration: line-through;
  color: grey;
}

.product-page .product-desc {
  line-height: 20px;
}

.product-page .product-desc ul {
  margin: 0;
  padding: 0;
  margin-left: 15px;
}

.product-page .product-action {
  display: block;
  margin-top: 20px;
}

.product-page .product-action button {
  margin-right: 10px;
}

.product-page .product-detail {
  padding: 15px 0;
  border-top: 1px solid #eee;
  margin-top: 15px;
}

.product-page .product-detail a {
  color: #ff8800;
}

.product-page .title-content {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}

.product-page .content {
  line-height: 20px;
}

.product-page .content strong {
  word-break: break-word;
}

.product-page .content img {
  display: block;
  max-width: 98%;
  height: auto;
  margin: 5px auto;
}

/*Category Page*/
.category {
  padding: 25px 0;
}

.category .category-title {
  padding-bottom: 15px;
  border-bottom: 4px solid #ff8800;
  margin-bottom: 20px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}

.category .category-title::before {
  content: "";
  display: block;
  height: 4px;
  width: 40%;
  background: #2b2c2c;
  position: absolute;
  left: 0;
  top: 100%;
  transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
}

.category .post-item {
  margin-bottom: 25px;
}

.category .post-item .post-thumbnail {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}

.category .post-item .post-thumbnail img {
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.category .post-item .post-thumbnail:hover img {
  transform: scale(1.05);
}

.category .post-item .post-title {
  font-weight: bold;
  font-size: 17px;
}

.category .post-item .post-meta {
  color: gray;
}

/*Single page*/
.single {
  padding: 25px 0;
}

.single .feature-image {
  overflow: hidden;
  margin-bottom: 25px;
}

.single .post-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

.single .post-meta {
  color: gray;
  margin-bottom: 10px;
  font-weight: 600;
}

.single .post-content {
  line-height: 24px;
  font-size: 14px;
}

.single .post-content img {
  display: block;
  margin: 10px auto;
  height: auto;
  border-radius: 5px;
  max-width: 95%;
}

.single .post-tags a {
  font-weight: bold;
  color: #ff8800;
}

.single .post-content a {
  color: #ff8800;
}

.single .post-content blockquote {
  border: 1px solid #ff8800;
  border-radius: 4px;
  padding: 10px;
  border-left-width: 5px;
}

.single .post-content blockquote p {
  margin: 0;
}

/*Cart page*/
.cart-page .page-title {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: bold;
}

.cart-page .box-title {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
}

.cart-item {
  position: relative;
}

.cart-item .cart-item-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.cart-item input::-webkit-outer-spin-button,
.cart-item input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart-item input[type="number"] {
  -moz-appearance: textfield;
}

.cart-item .removeItem {
  position: relative;
  top: 70px;
  border-radius: 50%;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
  font-family: "Font-Name";
  src: url("fonts/font-name.eot");
  src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"),
    url("fonts/font-name.woff") format("woff"),
    url("fonts/font-name.ttf") format("truetype"),
    url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
}

.click-to-call-mobile {
  display: none;
}

.click-to-call-mobile .contact-box {
  background: #fff;
  z-index: 99999;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  text-align: center;
  box-shadow: 0 0 2px 2px #00000026;
}

.click-to-call-mobile img {
  width: 30px;
  height: auto;
}

.click-to-call-mobile a:hover img {
  width: 40px;
}

.click-to-call-mobile p {
  margin-top: 5px;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 0;
}

.click-to-call {
  display: block;
}

.click-to-call ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.click-to-call ul li {
  margin-bottom: 10px;
  text-align: center;
}

.click-to-call img {
  width: 30px;
  height: auto;
}

.click-to-call .contact-box {
  position: fixed;
  right: 10px;
  bottom: 150px;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 2px 2px #00000026;
  z-index: 999;
}

.click-to-call p {
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.mob-menu-header-holder {
  display: none;
}

.mobmenu-left-panel {
  background-color: #666 !important;
}

#mobmenuleft li a,
.show-nav-left .mob-expand-submenu i,
.mobmenu-left-panel .mob-cancel-button {
  font-family: Dosis !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  font-style: normal !important;
  line-height: 1.5em !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  color: #efefef !important;
}

#mobmenuleft>li>a:hover {
  background-color: #666 !important;
}

#mobmenuleft .sub-menu,
#mobmenuleft .sub-menu .menu-item {
  background-color: #3a3a3a !important;
}

.search_box_mobile {
  float: left;
  width: 50%;
  margin-top: 8px;
  margin-left: 80px;
  position: relative;
}

.search_box_mobile input[type="text"] {
  border-radius: 20px;
  font-style: italic;
}

.search_box_mobile button {
  background: 0 0;
  border: none;
  position: absolute;
  right: 2px;
  top: 2px;
  border-radius: 100px;
}

.title-product {
  font-size: 30px;
  font-weight: bold;
  color: #f2c650;
  /*     border-bottom: 3px solid #000; */
  width: max-content;
}

.list-cate-product .card {
  margin-bottom: 30px;
  border: 0;
}

.list-cate-product .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

.list-cate-product .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #ff8800;
  color: #222;
  padding: 20px;
}

.list-cate-product .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}

.list-cate-product .card .card-header .btn-header-link.collapsed {
  /*   background: #A541BB; */
  /*   color: #fff; */
}

.list-cate-product .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

.list-cate-product .card .collapsing {
  /*   background: #FFE472; */
  line-height: 30px;
}

.list-cate-product .card .collapse {
  border: 0;
}

.list-cate-product .card .collapse.show {
  /*   background: #FFE472; */
  border: 1px solid #d5d5d5;
  line-height: 30px;
  color: #222;
}

.list-cate-product ul {
  list-style: none;
  padding-left: 0;
}

.list-cate-product ul>li>a {
  font-weight: bold;
}

.list-cate-product ul>li>ul {
  padding-left: 20px;
}

.list-cate-product ul>li>ul>li>a {
  font-weight: 400;
}

.list-cate-product .card>.card-header>a {
  font-size: 14pt !important;
  margin: 0;
  font-weight: 500;
}

.list-cate-product .card-header {
  color: #fff;
}

.list-cate-product .sidebar-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ff8802;
  padding: 20px;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 30px;
}

.list-cate-product .sidebar-info h3 {
  font-size: 14pt;
  margin: 0;
}

.list-cate-product .sidebar-info a {
  color: #fff;
}

.list-cate-product .sidebar-info a:hover {
  color: #000;
}

#backtotop {
  background-color: #ff8800;
  position: fixed;
  right: 10px;
  bottom: 20px;
  width: 40px;
  padding: 10px 5px;
  z-index: 999;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}

#backtotop:hover {
  cursor: pointer;
}

#header_mobile {
  position: sticky;
  top: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 44px;
  text-align: center;
  background: #fff;
  z-index: 999;
}

#header_mobile .menu-icon a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 50px;
  padding: 15px 25px;
}

#header_mobile .menu-icon a:before,
#header_mobile .menu-icon a:after {
  content: "";
  display: block;
  background: #000;
  height: 2px;
}

#header_mobile .menu-icon a span {
  background: #000;
  display: block;
  height: 2px;
  margin: 7px 0;
}

#header_mobile .logo img {
  height: 50px;
  width: 50px;
}

#header_mobile .cart a {
  border: none !important;
  margin: 7px 0px;
}

#header_mobile .form-search {
  padding: 10px;
  background: #fff;
}

.hotline {
  text-align: center;
  /*     background: #fff; */
  width: 150px;
  height: 150px;
  border-radius: 100%;
  /* 	padding: 45px 13px; */
}

.hotline a {
  margin-top: 20px;
  padding: 20px;
}

.hotline h6:hover {
  color: #000 !important;
}

.hotline h6 {
  font-size: 17px;
  font-weight: bold;
  color: #000 !important;
}

.hotline p {
  font-size: 20px;
  font-weight: bold;
}

/* Hot news Button */
.support-hotline {
  position: fixed;
  top: 18%;
  right: 11px;
  z-index: 999999;
  pointer-events: none;
  margin: auto;
}

.support-hotline .div_title img {
  max-width: 100%;
}

.support-hotline .div_title {
  position: relative;
  z-index: 20;
  pointer-events: auto;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  transform: translate(0px, 0);
}

.support-hotline .div_title .icon {
  position: relative;
  display: block;
  z-index: -1;
}

.support-hotline .div_title .icon:before {
  background-color: #fff;
  opacity: 0.75;
  top: -30px;
  left: -25px;
  right: -20px;
  bottom: -20px;
  position: absolute;
  content: "";
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.support-hotline .div_title .icon:after {
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  position: absolute;
  content: "";
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #fff;
  opacity: 0.1;
  -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.support-hotline .div_title {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  /* border: 2px solid transparent; */
  -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-moz-keyframes quick-alo-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }

  15% {
    -moz-transform: rotate(-15deg) scale(1) skew(1deg);
  }

  30% {
    -moz-transform: rotate(15deg) scale(1) skew(1deg);
  }

  45% {
    -moz-transform: rotate(-15deg) scale(1) skew(1deg);
  }

  60% {
    -moz-transform: rotate(15deg) scale(1) skew(1deg);
  }

  80% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
  }

  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@-webkit-keyframes quick-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }

  15% {
    -webkit-transform: rotate(-15deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(15deg) scale(1) skew(1deg);
  }

  45% {
    -webkit-transform: rotate(-15deg) scale(1) skew(1deg);
  }

  60% {
    -webkit-transform: rotate(15deg) scale(1) skew(1deg);
  }

  80% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@-o-keyframes quick-alo-circle-img-anim {
  0% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }

  15% {
    -o-transform: rotate(-15deg) scale(1) skew(1deg);
  }

  30% {
    -o-transform: rotate(15deg) scale(1) skew(1deg);
  }

  45% {
    -o-transform: rotate(-15deg) scale(1) skew(1deg);
  }

  60% {
    -o-transform: rotate(15deg) scale(1) skew(1deg);
  }

  80% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }

  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@keyframes quick-alo-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }

  15% {
    transform: rotate(-15deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(15deg) scale(1) skew(1deg);
  }

  45% {
    transform: rotate(-15deg) scale(1) skew(1deg);
  }

  60% {
    transform: rotate(15deg) scale(1) skew(1deg);
  }

  80% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }

  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

@-moz-keyframes quick-alo-circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-webkit-keyframes quick-alo-circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-o-keyframes quick-alo-circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@keyframes quick-alo-circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }

  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }

  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-moz-keyframes quick-alo-circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }

  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }

  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@-webkit-keyframes quick-alo-circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }

  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }

  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@-o-keyframes quick-alo-circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }

  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }

  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

@keyframes quick-alo-circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }

  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }

  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}

.side-hotline {
  padding: 10px;
}

.side-hotline img {
  width: 50px;
  height: auto;
}

.side-hotline span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
}

.carousel-inner {
  margin-bottom: 5px;
}

.carousel-indicators {
  margin: 0 !important;
  position: relative !important;
}

.carousel-indicators li {
  width: 100% !important;
  height: auto !important;
  text-indent: 0 !important;
  border: none !important;
}

/* .product-detail .tab-header {
  width: 100%;
  overflow: scroll;
} */

.product-detail .tab-header .nav {
  width: 100%;
}

.product-detail .nav li {
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.product-detail .nav li:last-child {
  margin-right: 0;
}

.product-detail .title-content {
  width: 100%;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.1;
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
  text-transform: uppercase;
}

.product-detail .title-content span {
  padding: 10px 10px 5px;
  border: 1px solid #d8d8d8;
  margin-bottom: -2px;
  display: inline-block;
}

.product-detail .active>.title-content span {
  border-bottom: 3px solid #333;
}

.product-detail .tab-content h4 {
  font-size: 14pt;
  font-weight: bold;
}

.product-detail .tab-content h5 {
  font-size: 13pt;
}

.fb_dialog.fb_dialog_advanced {
  left: 18pt;
}

/* The following are for the chat box, on display and on hide */
iframe.fb_customer_chat_bounce_in_v2 {
  left: 9pt;
}

iframe.fb_customer_chat_bounce_out_v2 {
  left: 9pt;
}

.home-box-0 h5 {
  font-weight: 600;
  margin: 15px;
  font-size: 14px;
  color: #ffffff;
}

.home-box-0 .delivery-list,
.home-box-0 .procedure-list {
  list-style: none;
  padding: 0;
}

.home-box-0 .delivery-list li {
  background: #fe8801;
  border-radius: 10px;
  padding: 5px 0;
  margin-bottom: 20px;
}

.home-box-0 .procedure-list li {
  margin-bottom: 20px;
}

.home-box-0 .procedure-list .procedure-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-box-0 .procedure-list .procedure-item img {
  width: 50px;
  height: 50px;
}

.home-box-0 .procedure-list .procedure-item h4 {
  font-size: 18px;
  font-weight: bold;
}

.home-box-0 .procedure-list .procedure-item span {
  font-size: 14px;
  color: #868686;
}


.header-menu .sub-menu {
  min-width: 550px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: var(--wp--preset--spacing--50);
  /*         position: absolute;
        z-index: 999;
        list-style: none;
        background-color: #fff;
        min-width: max-content;
        padding: 20px;
        box-shadow: 4px 6px 24px -4px #10182814;
        text-align: left;
        visibility: hidden;
        opacity: 0;
        overflow: hidden;
        top: 80%;
        left: 0;
        transition: .5s ease; */
}

/*     #main_menu .sub-menu>li {
        height: auto !important;
        line-height: normal !important;
        margin: 0;
        padding: 8px 10px;
        float: left;
        width: 50%;
    } */
.header-menu .sub-menu .menu-item {
  width: calc(50% - (var(--wp--preset--spacing--50) / 2));
  margin: 0;
  float: left;
  text-align: left;

  /*     font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    margin: 0 7px;
    height: 70px;
    display: flex;
    align-items: center;
    position: relative; */
}

.news-container .sub-title {
  display: block;
  text-align: center;
  margin: 25px 0;
}

.news-container .project-box .project-detail {
  position: relative;
  top: -25px;
  width: 90%;
  padding: 20px;
  background: #fff;
  float: right;
}

.news-container .project-box .project-detail h5 a {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  text-transform: uppercase;
  max-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}

.news-container .project-box .project-detail p {
  margin: 10px 0px;
  line-height: 20px;
  font-style: italic;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 100px;
}

.news-container .slick-next:before,
.slick-prev:before {
  color: #000 !important;
}

.news-container .slick-prev,
.news-container .slick-next {
  top: calc(50% - 0px) !important;
}

.news-container .review-box {
  border-radius: 20px;
  overflow: hidden;
}

.news-container h4 {
  position: relative;
}

.news-container h4 .see-more {
  position: absolute;
  font-size: 15px;
  right: 0;
  text-transform: none;
  top: 6px;
}

.about-container .titleGroup h2 {
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 20px;
  color: #ff8800;
}

.about-container .titleGroup p {
  font-size: 18px;
  margin: 0;
}

.about-container .policyGroup .item .info {
  /* border: 1px solid #e5e5e5; */
  padding: 35px 0px;
  text-align: center;
}

.about-container .policyGroup .item .info h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  /* margin-top: 10px; */
}

.about-container .policyGroup .item .info p {
  font-size: 14px;
  font-weight: 400;
  color: #979797;
  margin: 0;
}

.about-container .project-box .project-detail {
  position: relative;
  top: -25px;
  width: 90%;
  padding: 20px;
  background: #fff;
  float: right;
}

.about-container .project-box .project-detail h5 a {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  text-transform: uppercase;
  max-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}

.about-container .project-box .project-detail p {
  margin: 10px 0px;
  line-height: 20px;
  font-style: italic;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 100px;
}

.about-container .slick-next:before,
.slick-prev:before {
  color: #000 !important;
}

.about-container .slick-prev,
.about-container .slick-next {
  top: calc(50% - 0px) !important;
}

.about-container .review-box {
  /* background: #fff; */
}

.about-container .review-box img {
  border-radius: 20px;
  overflow: hidden;
}

.about-container .review-box h5 {
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  margin: 10px;
}

.about-container h4 {
  position: relative;
}

.about-container h4 .see-more {
  position: absolute;
  font-size: 15px;
  right: 0;
  text-transform: none;
  top: 6px;
}

@media only screen and (max-width: 767px) {
  .news-container .slick-prev {
    left: 0px !important;
    z-index: 99;
  }

  .news-container .slick-next {
    right: 0px !important;
  }

  .about-container .slick-prev {
    left: 0px !important;
    z-index: 99;
  }

  .about-container .slick-next {
    right: 0px !important;
  }

  .about-container .policyGroup .item .info {
    padding: 10px 0;
  }

  .cart-item .removeItem {
    top: 0;
    border-radius: 5px;
    top: 10px;
    width: 100%;
    margin: 10px 0;
  }

  .home-box-2 .contact-list {
    gap: 10px;
  }

  .home-box-2 .btn {
    padding: 15px;
    width: auto;
    height: auto;
  }

  .home-box-2 .btn .contact-icon i,
  .home-box-2 .btn .contact-icon img {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  .product-loop-item-mobile {
    .col {
      padding: 0;
    }

    .info {
      text-align: left !important;
      overflow: unset;
      height: unset;

      h5 {
        text-align: left !important;
        font-weight: 200;
        margin-right: 30px;
      }
    }

    .price,
    .buy-now {
      padding: 0 10px;
    }
  }

  .product-detail .nav li {
    width: calc(50% - 10px);
  }
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 767px) {
  .about-us-home {
    text-align: center;
  }

  #homeSlide,
  #homeSlide img {
    /* height: 160px; */
  }

  .home-box-1 .slick-initialized .slick-slide {
    padding: 0 40px !important;
  }

  .home-box-1 .slick-prev {
    left: 10px !important;
  }

  .home-box-1 .slick-next {
    right: 10px !important;
  }

  .home-box-1 img {
    min-height: 400px;
  }

  .home-box-1 .see-more,
  .home-box-2 .see-more {
    display: none;
  }

  .home-box .box-title {
    max-height: 50px;
    font-size: 20px;
  }

  .click-to-call .contact-box {
    bottom: 110px;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  #backtotop {
    bottom: 80px !important;
  }

  .hotline {
    width: 80px !important;
    height: 80px !important;
    /* 		padding: 30px 15px !important; */
  }

  .hotline h6 {
    font-size: 9px !important;
  }

  .hotline p {
    color: red;
    font-size: 10px !important;
  }

  html {
    margin-top: 0px !important;
  }

  #header_mobile {
    display: block;
  }

  .click-to-call-mobile {
    display: block;
  }

  .click-to-call {
    display: none;
  }

  header {
    display: none;
  }

  .mobmenu {
    display: block !important;
    position: fixed !important;
  }

  .position-sticky {
    top: 32px !important;
    position: relative !important;
    width: 100%;
    display: none;
  }

  a.menu_bars {
    font-size: 30px;
  }

  .d-xs-none {
    display: none !important;
  }

  .header-menu {
    display: block;
    position: relative;
  }

  .header-menu li {
    display: block;
  }

  .header-menu li a {
    border-bottom: 1px solid #333;
    font-weight: 700;
    padding: 7px 0;
  }

  .header-menu li .sub-menu {
    display: block;
    position: relative;
    visibility: visible;
    transform: none;
    left: 0;
    top: 0;
    opacity: 1;
    border-top: none;
    width: 100%;
  }

  .header-menu li .sub-menu li a {
    font-weight: 400;
    padding: 5px 0;
    padding-left: 15px;
  }

  .header-menu li .sub-menu li a h2 {
    font-size: 12px;
  }

  #wpadminbar {
    display: none !important;
  }

  .archive-page .sidebar {
    display: none !important;
  }
}

@media only screen and (min-width: 767px) {
  .mobmenu {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {}

@media only screen and (min-width: 1140px) {}

@media only screen and (min-width: 1280px) {}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {}