/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
@font-face{
	src: url(/wp-content/themes/flatsome-child/assets/fonts/HelveticaNeue.otf);
	font-family: helvetica-neue;
}
body{
	font-family: helvetica-neue;
}
p {
  font-size: 15px;
  line-height: 28px;
}
#masthead .flex-left ul.header-nav > li > a {
	font-size: 15px;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 20px;
}
#masthead .flex-left ul.header-nav > li.active > a {
  box-shadow: 0 -6px 0 0 rgba(235,112,37,.3) inset;
}
#masthead .flex-left ul.header-nav > li > a:hover {
  box-shadow: 0 -6px 0 0 rgba(213,97.99999999999987,27.99999999999998,.3) inset;
}
#masthead .flex-left ul.header-nav > li > ul.sub-menu {
  box-shadow: 0 0 30px 0 rgba(0,0,0,.05);
  padding: 20px 0;
  min-width: 200px;
  transition: none;
  margin-top: 10px;
}
#masthead .flex-left ul.header-nav > li > ul.sub-menu {
  background: #fff none repeat scroll 0 0;
  display: none;
  margin: 5px 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  width: 100%;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(50,50,50,0.33);
  -moz-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
  box-shadow: 0px 2px 6px 0px rgba(50,50,50,0.33);
  max-height: 600px;
  overflow-y: auto;
  border: 0;
  overflow: hidden;
  white-space: normal;
  display: block;
  opacity: 0;
  filter: alpha(opacity = 0);
  visibility: hidden;
  -moz-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
  transition: .2s ease-out;
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
#masthead .flex-left ul.header-nav > li:hover > ul.sub-menu {
  display: block;
  opacity: 1;
  filter: alpha(opacity = 100);
  visibility: visible;
  -moz-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  -webkit-transition: .3s ease-in;
  -ms-transition: .3s ease-in;
  transition: .3s ease-in;
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
#masthead .flex-left ul.header-nav > li > ul.sub-menu > li > a {
  color: #000;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#masthead .flex-left ul.header-nav > li > ul.sub-menu > li > a:hover {
  color: #eb7025;
}
#masthead .flex-right ul.header-nav > li > a {
  color: #000;
  padding: 0;
}
.mfp-content input {
  border-radius: 0 !important;
  background-color: transparent !important;
  border: 0;
  border-bottom: solid 2px;
  border-color: #fff !important;
}
.mfp-ready .mfp-close {
  opacity: 1;
}
#masthead .flex-right ul.header-nav > li > a i {
  font-size: 20px !important;
}
#masthead .flex-right ul.header-nav > li.cart-item img {
  width: 26px;
  height: 26px;
  position: relative;
  top: -4px;
}
.box-danhmuc .overlay {
  background: transparent;
}
.box-text{
  text-shadow: none !important;
}
.box-danhmuc .box-text h4 {
  font-size: 34px;
  color: #000;
  transition: all .3s;
}
.box-danhmuc .box-text h4:hover {
  color: #eb7025;
}
.box-danhmuc .box-text p {
  color: #000;
}
.box-danhmuc .box-image img {
  transition: all ease .3s;
  display: block;
}
.box-danhmuc:hover .box-image img {
  transform: scale(1.1);
}
.tieude h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
}
.tieude p {
  color: #666666;
  font-size: 14px;
}
.btn {
  margin: 0 auto;
  width: 200px;
  display: block;
  color: #000 !important;
  text-transform: capitalize !important;
  box-shadow: 0 -9px 0 0 #f9d4bd inset !important;
  letter-spacing: .5px;
  font-size: 14px;
  line-height: 1;
  min-height: auto;
}
.btn {
  transition-duration: .3s;
  transition-property: transform;
  transition: all .3s;
}
.btn:hover {
  transform: scale(1.1);
}
.hero-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}
.absolute-footer {
  padding: 35px 0;
  border-top: solid 1px #eee;
}
.absolute-footer .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.absolute-footer .container .footer-secondary {
  padding: 0;
  order: 2;
}
.copyright-footer {
  color: #000;
  font-size: 14px;
}
.des-footer p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1;
}
.des-footer a {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: #f9d4bd;
  color: #000;
}
.section-footer .section-title-normal span, .section-footer .section-title-normal {
  border-bottom: 0;
  margin-bottom: 0;
  font-size: 20px;
  text-transform: capitalize;
}
.section-footer .ux-menu a {
  min-height: auto;
  padding: 0;
  font-size: 14px;
}
.section-footer .ux-menu .ux-menu-link+.ux-menu-link a {
  padding-top: 12px;
}
input, textarea, input:focus, textarea:focus {
  box-shadow: none !important;
}
.form-footer input {
  border: 0 !important;
  border-bottom: solid 1px #ccc !important;
  padding: 0;
  height: 40px;
}
.form-footer input::placeholder {
  font-size: 14px;
}
.form-footer button {
  margin: 0;
  font-size: 14px;
  border-bottom: solid 1px #ccc;
  width: 50%;
  height: 40px;
  margin-left: 10px;
  padding: 0;
}
.form-footer {
  display: flex;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
}
.wpcf7-response-output {
  margin: 0 !important;
  border: 0 !important;
  font-size: 12px;
  padding: 0 !important;
  color: red;
  font-style: italic;
}
.home .bread-crumb {
  display: none;
}
.bread-crumb {
  margin-bottom: 40px;
  min-height: 100px;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 30px;
  margin-left: 15px;
  margin-right: 15px;
}
.bread-crumb {
  background-size: 100% !important;
  width: auto;
  background: linear-gradient(0deg, rgb(0 0 0 / 8%), rgb(0 0 0 / 0%)), url(/wp-content/uploads/2024/04/breadcrumb.jpg) center no-repeat;
}
.title-bread-crumb {
  text-align: center;
  font-size: 30px;
  color: #000;
  font-weight: 600;
}
#crumbs {
  margin: 0;
  font-size: 13px;
  padding: 0px 10px;
  border-radius: 0;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  text-align: center;
  color: #000;
}
#crumbs a {
  color: #777777;
}
span.icon-crumbs {
  margin: 0 8px;
}
.des-contact p {
  margin-bottom: 0;
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 28px;
}
.des-contact h2 {
  font-size: 30px;
  text-transform: uppercase;
}
.des-content p strong {
  font-size: 16px;
  color: #000;
  position: relative;
  width: 72px;
}
.des-content p {
  color: #777;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.des-content p a {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: #f9d4bd;
  line-height: 1.3;
}
.formContact label {
  font-size: 16px;
  text-transform: capitalize;
}
.formContact input, .formContact textarea {
  border: 0;
  border-bottom: solid 1px;
  margin: 10px 0 60px;
  padding: 0;
}
.formContact input::placeholder, .formContact textarea::placeholder {
  color: #777;
  font-size: 15px;
}
.formContact textarea {
  margin: 10px 0 60px;
  border: 0;
  border-bottom: solid 1px;
  padding: 0;
}
.formContact button {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #222;
  border-style: solid;
  border-width: 2px;
  border-color: #222;
  text-transform: capitalize;
  padding: 14px 28px;
  line-height: 28px;
}
.formContact button:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.content-main h2 {
  margin-bottom: 30px;
  font-size: 24px;
}
.section-title b {
  background: transparent;
}
.title-page .section-title-center span {
  font-size: 45px;
  text-transform: capitalize;
}
.content-why {
  text-align: center;
}
.content-why h3 {
  color: #222222;
  font-size: 18px;
}
.content-why p {
  font-size: 14px;
  color: #777;
}
header.archive-page-header {
  display: none;
}
.blog-wrapper .large-8 .article-inner h2.entry-title a {
  font-size: 35px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-wrapper .large-8 .article-inner .entry-content {
  position: relative;
  padding-top: 25px;
}
.blog-wrapper .large-8 .article-inner h2.entry-title {
  margin-bottom: 8px;
}
.blog-wrapper .large-8 .article-inner h2.entry-title a:hover,
.wg-menu ul li a:hover, .flatsome_recent_posts li.recent-blog-posts-li a:hover {
  color: #eb7025;
}
.info-author {
  font-size: 12px;
  color: #777;
}
span.author {
  text-transform: uppercase;
  margin-right: 5px;
  color: #000;
}
span.time {
  margin-left: 5px;
}
.blog-archive .large-8 .article-inner .entry-content p {
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
}
.blog-wrapper .large-8 .article-inner .entry-header-text {
  padding-bottom: 10px;
}
.blog-wrapper .entry-content:before {
  position: absolute;
  width: 60px;
  content: "";
  top: 0;
  left: 0;
  border-bottom: 1px solid;
  border-color: #eee;
}
a.more-link {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 14px;
  line-height: 1.5 !important;
  font-weight: 600;
  padding: 0 10px;
  display: inline-block;
  margin: 10px 0;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 -9px 0 0 rgba(235,112,37,.3) inset;
  border: 0 !important;
  color: #000 !important;
  min-height: auto;
}
a.more-link:hover {
  box-shadow: 0 -50px 0 0 #eb7025 inset !important;
  padding: 10px;
  margin: 0;
  color: #fff !important;
}
.blog-wrapper .large-8 .article-inner footer.entry-meta {
  display: none;
}
#secondary .widget-title {
  font-size: 17px;
  letter-spacing: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #222222;
  font-weight: bold;
  text-transform: uppercase;
}
.wg-menu ul li a {
  font-size: 14px;
  line-height: 24px;
  color: #777;
  position: relative;
}
.wg-menu ul li {
  padding: 8px 0;
  position: relative;
  border-bottom: 1px dashed #dadada;
  margin-bottom: 0;
}
.wg-menu ul li a:before {
  content: '\f192';
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 14px;
  font-size: 8px;
  font-family: "Font Awesome 5 Free";
}
.flatsome_recent_posts li.recent-blog-posts-li .mr-half {
  width: 100px;
}
.flatsome_recent_posts li.recent-blog-posts-li .mr-half .badge {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.flatsome_recent_posts li+li {
  border: 0 !important;
}
.flatsome_recent_posts li {
  margin-bottom: 20px !important;
}
.recent-blog-posts {
  align-items: center !important;
  padding: 0;
}
.flatsome_recent_posts li.recent-blog-posts-li a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 39px;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
span.post_comments {
  display: none;
}
.flatsome_recent_posts li.recent-blog-posts-li:hover {
  box-shadow: 0 5px 20px 0.2px rgba(0,0,0,.1);
}
.widget .tagcloud a, .widget.widget_tag_cloud a {
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #e3e3e3;
  display: inline-block;
  float: left;
  font-size: 12px !important;
  margin: 15px 20px 0 0 !important;
  padding: 5px 25px !important;
  letter-spacing: .1em;
  font-weight: 400;
  position: relative;
  width: auto;
  word-wrap: break-word;
  z-index: 0;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  line-height: 1;
  color: #666;
}
.widget.widget_tag_cloud a:hover, .widget.widget_tag_cloud a:focus {
  box-shadow: none;
  text-decoration: none;
  color: #eb7025;
  border: #eb7025;
  background: transparent;
  border-width: 1px 1px 1px 0;
  border-style: solid;
}
.widget .tagcloud a:before, .widget.widget_tag_cloud a:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -5px;
  width: 6px;
  height: calc(100% + 2px);
  background: #e3e3e3;
  clip-path: polygon(100% 0%, 20% 50%, 100% 100%, 80% 100%, 0% 50%, 80% 0);
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.widget .tagcloud a:after, .widget.widget_tag_cloud a:after {
  border-radius: 50%;
  content: "";
  height: 6px;
  position: absolute;
  top: 50%;
  left: 7px;
  width: 6px;
  border-width: 1px;
  transform: translateY(-50%);
  border-style: solid;
  border-color: #e3e3e3;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.widget .tagcloud a:hover:before, .widget.widget_tag_cloud a:hover:before{
  background-color: #eb7025;
}
.widget .tagcloud a:hover:after, .widget.widget_tag_cloud a:hover:after{
  border-color: #eb7025;
}
.blog-single .entry-content {
  margin-bottom: 1rem;
}
.tag-social {
  display: flex;
  padding-top: 2rem;
  margin-top: 20px;
  border-top: solid 1px #eee;
  justify-content: space-between;
  align-items: center;
}
.footer-content a {
  line-height: 1.8;
  background-color: transparent;
  text-transform: capitalize;
  display: inline-block;
  border: 1px solid #eee;
  padding: 2px 17px;
  margin-right: 5px;
  margin-bottom: 0;
  color: #222;
  font-size: 13px;
  font-size: 13px;
  border-radius: 50px;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.footer-content a:hover {
  border: solid 1px #eb7025;
  color: #eb7025;
}
.pbr-social-share {
  font-size: 13px;
  color: #666;
}
.pbr-social-share a {
  font-size: 16px !important;
}
.payment-ft img {
  width: 300px;
}
.title-Related {
  margin-top: 65px;
  font-size: 28px;
  margin-bottom: 25px;
  font-weight: 600;
}
.cate-name {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
  color: #eb7025;
}
#related_posts .post-item .box .box-text {
  padding: 15px;
}
#related_posts .post-item .box {
  border: 1px solid #eee;
}
#related_posts .post-item .box .box-text h5 {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5;
  transition: all .3s;
}
.time-box {
  border-top: 1px solid #eee;
  padding-top: 1rem;
  font-size: 12px;
  color: #777;
}
#related_posts .post-item .box .box-text h5:hover {
  color: #eb7025;
}
.nav-pagination li span, .nav-pagination li a {
  border-radius: 0;
  font-size: 18px;
  border: solid 1px #eee;
  font-weight: 100;
  color: #777 !important;
  background: transparent !important;
  transition: all .3s;
}
.nav-pagination li span {
  border: solid 2px #000 !important;
}
.nav-pagination li a:hover {
  border: solid 2px #000 !important;
}
.product-main {
  padding-top: 0;
}
.product-info .breadcrumbs {
  display: none;
}
.product-info h1.product-title {
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 15px;
}
.product-info .product-page-price {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 1.2em;
}
.product-info .product-page-price span {
  color: #666;
  font-weight: 100;
}
.product-short-description {
  color: #999;
}
.product-summary .quantity input, .product-summary .quantity input:hover {
  background: transparent;
}
.product-summary .quantity input.qty {
  border-left: 0;
  border-right: 0;
  height: 60px;
  font-weight: bold;
  font-size: 20px;
}
button.single_add_to_cart_button {
  height: 60px;
  width: 100%;
  background-color: #000 !important;
  border-color: #000;
  color: #fff;
  border-radius: 0px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  font-weight: 100;
  text-transform: capitalize;
  margin-top: 12px;
}
.product-summary form.cart {
  display: flex;
}
button.single_add_to_cart_button:before {
  font-family: "Font Awesome 5 Free";
  content: '\f07a';
  font-weight: bold;
  margin-right: 10px;
}
button.single_add_to_cart_button:hover {
  background: #eb7025 !important;
  border: solid 1px #eb7025  !important;
  box-shadow: none;
}
.product-summary .quantity {
  margin-top: 12px;
}
.product_meta {
  margin-bottom: 0;
}
.product_meta>span {
  padding-top: 20px;
  font-size: 12px;
}
.product_meta>span a {
  color: #666;
}
.product-main .social-icons:before {
  content: 'Share on: ';
  color: #000;
  font-size: 12px;
}
.product-main .product-gallery .product-images .image-tools,
.product-main .product-gallery .product-images .flickity-button {
  display: none;
}
.product-main .product-gallery .product-thumbnails a img, .product-main .product-gallery .product-thumbnails a:hover img {
  transform: none;
}
.product-main .product-gallery .product-thumbnails a img {
  opacity: 1;
  transition: all, ease, .2s;
}
.product-main .product-gallery .product-thumbnails .is-nav-selected a img, 
.product-main .product-gallery .product-thumbnails a:hover img {
  filter: brightness(50%);
  border-color: #e9ecef;
}
.product-footer .woocommerce-tabs {
  border-top: 0;
}
.product-footer .woocommerce-tabs > ul {
  justify-content: center;
}
.product-footer .woocommerce-tabs > ul > li > a:before {
  opacity: 0;
}
.product-footer .woocommerce-tabs > ul > li > a {
  display: block;
  font-size: 24px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #666;
  font-weight: 600;
  position: relative;
  line-height: 1.2;
}
.product-footer .woocommerce-tabs > ul > li.active > a {
  color: #000;
}
.product-footer .woocommerce-tabs > ul > li > a:after {
  content: '';
  position: absolute;
  bottom: 5px;
  width: 0;
  left: 0;
  height: 2px;
  transition: all ease .35s;
  background-color: #eb7025;
}
.product-footer .woocommerce-tabs > ul > li.active > a:after,
.product-footer .woocommerce-tabs > ul > li > a:hover:after {
  width: 100%;
}
.product-footer .woocommerce-tabs > .tab-panels {
  padding: 30px 0;
}
.product-footer .woocommerce-tabs > .tab-panels .entry-content {
  color: #666;
  max-width: 960px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.product-footer .woocommerce-tabs > ul > li:not(:last-child) {
  margin-right: 45px;
}
.thongso table {
  border: 1px solid #e9ecef;
}
.thongso table td {
  padding: 15px;
  background: #fbfbfb;
  color: #666;
}
.thongso table th {
  background: #f5f5f5;
  padding: 15px;
  color: #000;
  font-size: 14px;
  font-weight: 100;
  text-transform: unset;
}
.product-section {
  border-top: 0;
}
.product-section h3.product-section-title {
  text-align: center;
  text-transform: unset;
  font-size: 26px;
}
.badge-container {
  margin-top: 0;
  left: 30px;
  top: 15px;
}
.badge-container .on-sale {
  border-radius: 0;
  background: 0;
  box-shadow: 0 -7px inset #f9d4bd;
  line-height: .8;
  padding-bottom: 0;
  background-color: transparent;
}
.badge-container .on-sale span.onsale {
  text-transform: uppercase;
  font-size: 10px;
  color: #000;
  font-weight: 100;
}
.badge-container .badge {
  height: auto;
}
.proLoop .box-text {
  text-align: center;
  padding: 15px 5px;
}
.proLoop .box-text .product-title a {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: .2em;
  color: #000;
}
.proLoop .box-text .price-wrapper span {
  font-size: 1rem;
  line-height: 24px;
  font-weight: 100;
  color: #666;
}
.proLoop .box-text .price-wrapper del span {
  font-size: 12px;
  text-decoration: line-through;
}
.proLoop .box-text .price-wrapper ins span {
  font-size: 15px;
}
.proLoop .box-text .price-wrapper del {
  text-decoration: unset;
}
img.show-on-hover {
  display: none;
}
.btn-addtocart {
  font-size: .92857rem;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
  transition: all ease .35s;
  color: #fff;
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  height: 60px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  bottom: -60px;
  z-index: 9;
}
.proLoop:hover .btn-addtocart {
  bottom: 0;
}
.proLoop .image-tools.bottom {
  width: 100%;
  text-align: center;
  padding: 0;
}
.btn-addtocart:hover {
  text-decoration: underline;
  color: #fff;
}
.proLoop .wishlist-icon button {
  margin: 0;
  border: 0;
}
.proLoop .wishlist-icon button i {
  color: #000;
  font-size: 12px;
}
.proLoop .wishlist-icon button:hover {
  background: transparent !important;
}
.proLoop .image-tools.right {
  opacity: 1;
}
.section-4 .col-inner {
  background-color: #ffd8d4;
  padding: 80px 0;
}
.content-fb span.no1 {
  font-size: 24px;
  font-weight: bold;
  margin-right: 15px;
}
.content-fb span.no2 {
  margin-left: 15px;
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 1px;
}
.post-item:hover .box-image img {
  transform: scale(1.1) rotate(2deg);
}
.blog-home .post-item .box-text h5 {
  margin: 0 0 10px;
  padding: 0;
}
.blog-home .post-item .box-text h5:hover a {
  color: #eb7025;
}
.blog-home .post-item .box-text h5 a {
  line-height: 1.5;
  font-size: 20px;
}
.blog-home .post-item .box-text .from_the_blog_excerpt {
  padding-top: 25px;
  position: relative;
  margin-bottom: 1em;
  color: #666;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-home .post-item .box-text .from_the_blog_excerpt:before {
  position: absolute;
  width: 60px;
  content: "";
  top: 0;
  margin: 0 auto;
  left: 0;
  border-bottom: 1px solid;
  border-color: #eee;
}
.blog-home .post-item .box-text .info-author {
  margin-bottom: 1em;
}
.blog-home .post-item .box-text .button {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  padding: 0 10px;
  display: inline-block;
  margin: 10px 0;
  box-shadow: 0 -9px 0 0 rgba(235, 112, 37, .3) inset;
  color: #000;
  min-height: auto;
}
.blog-home .post-item .box-text .button:hover {
  box-shadow: 0 -50px 0 0 #eb7025 inset;
  padding: 10px;
  margin: 0;
  color: #fff;
}
.category-page-row {
  padding-top: 0;
}
.osf-sorting {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.osf-sorting-group {
  font-size: 20px;
}
.sapxep {
  position: relative;
}
.sapxep:before {
  content: '';
  background: url(https://bizweb.dktcdn.net/100/451/884/themes/857425/assets/sort.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: 15px;
  position: absolute;
  top: 9px;
  left: -15px;
}
.woocommerce-ordering select:focus {
  box-shadow: none;
  background-color: transparent;
}
.woocommerce-ordering select {
  padding-right: 1.8em;
}
.woocommerce-ordering, .woocommerce-ordering select {
  font-size: 13px;
  box-shadow: none;
  margin: 0 !important;
  border: 0;
  background-color: transparent;
  width: auto;
  height: auto;
}
.shop-sidebar {
  font-size: 17px;
  letter-spacing: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #222222;
  font-weight: bold;
}
ul.danhmuc li, #wpc_smart_price_filter-2 ul li {
  margin-left: 0;
  position: relative;
  margin-bottom: 0;
}
ul.danhmuc li a, #wpc_smart_price_filter-2 ul li a {
  position: relative;
  padding-left: 33px;
  font-size: 14px;
  color: #666;
}
ul.danhmuc li a:before, #wpc_smart_price_filter-2 ul li a:before {
  content: '';
  height: 16px;
  width: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  border-color: #cdcdcd;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border: 1px solid;
}
ul.danhmuc li, #wpc_smart_price_filter-2 ul li {
  border-bottom: 1px dashed #dadada;
  padding: .65rem 0;
}
ul.danhmuc li a:hover:before, #wpc_smart_price_filter-2 ul li a:hover:before {
  border-color: #eb7025;
}
ul.danhmuc li a:hover, #wpc_smart_price_filter-2 ul li a:hover {
  color: #eb7025;
}
ul.danhmuc {
  margin-bottom: 50px;
}
#wpc_smart_price_filter-2 ul li+li{
  border-top: 0;
}
#wpc_smart_price_filter-2 ul li a {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
}
#wpc_smart_price_filter-2 ul li {
  display: block;
}
.product-info .price-wrapper del span {
  font-size: 15px;
  text-decoration: line-through;
}
.product-info .price-wrapper del {
  text-decoration: none;
}
.wishlist-icon:hover .wishlist-popup {
  display: none;
}
.page-id-16 #content {
  padding-top: 0;
}
#cclw_payment_section #place_order {
  transition: none;
}
#cclw_payment_section #place_order:hover {
  background: #000;
}
.back-to-top i {
  color: #fff;
}
.back-to-top {
  background: #000 !important;
}
.tabHome > h4 {
  margin-bottom: 0;
  font-size: 40px;
  text-transform: capitalize;
}
.tabHome ul li a {
  font-size: 13px;
  border-style: solid;
  border-width: 0;
  padding: 0 6px;
  margin: 10px 15px;
  line-height: 1;
}
.tabHome ul li.active a, .tabHome ul li a:hover {
  color: #777;
  box-shadow: 0 -6px 0 0 rgba(235, 112, 37, .3) inset;
}
.tabHome ul li:last-child a {
  margin-right: 0 !important;
  padding-right: 0;
}
.tabHome .tab-panels {
  padding-top: 30px;
}
.tabHome{
  align-items: center;
}
.tab-panels .panel:not(.active) {
  zoom: 1;
  visibility: hidden;
  height: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
}
.tab-panels .entry-content {
  transition: opacity 0.8s ease, transform 0.8s ease;
  opacity: 0;
  transform: scale(.1);
  transform-origin: top left;
}
.tab-panels .entry-content.active {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 991px) {
  .hero-slider {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .hero-slider {
    height: 450px;
  }
}
.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}
.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 55px;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}
@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}
.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}
.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #fff;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}
.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}
.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #fff;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}
.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#fff;
  transition:all .2s ease;
}
.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}
@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
  }
  .tabHome > h4 {
    width: 30% ;
  }
  .tabHome ul {
    width: 70% !important;
    justify-content: right;
  }
  .box-danhmuc .box-text {
    padding: 0 0 40px 40px;
  }
}
.swiper-pagination {
  text-align:left !important;
  padding-top: 0 !important;
}
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
}
@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom:30px;

  }
}
.hero-style {
  height: 681px;
  transition:all .4s ease;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .hero-style{
    height: 500px;
  }
}
@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 95px;
    padding-left: 130px;
    padding-right: 130px;
  }
}
.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}
.hero-style .slide-title h2 {
  font-size: 65px;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: uppercase;
  transition:all .4s ease;
}
@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}
@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}
.hero-style .slide-text p {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition:all .4s ease;
  text-align: justify;
}
@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}
.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}
.theme-btn, .theme-btn-s2{
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color:#2b3b95;
  padding: 9px 32px;
  border: 0; 
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  line-height: initial;
  transition:all .4s ease;
}
.theme-btn-s2{
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
}
.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
  background-color:#000 ;
  color: #fff;
}
.theme-btn-s3{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}
i.fa-chevron-circle-right{
  height:22px;
  width:22px;
}
@media (max-width: 991px){
  .theme-btn, .theme-btn-s2, .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}
@media (max-width: 767px){
  .theme-btn, .theme-btn-s2{
    padding: 13px 20px;
    font-size: 13px;
  }
}
@media (min-width: 992px){
	.logo-left .logo{
		margin-right: 60px;
	}
  #wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
  footer, .content-w, .blog-wrapper, .shop-container, .page-id-16 #content {
    max-width: 960px;
    margin: 0 auto;
  }
  .blog-wrapper .large-4 {
    padding-left: 0;
  }
  #secondary .widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .blog-wrapper .large-4 {
    flex: 0 0 340px;
    max-width: 340px;
  }
  .blog-wrapper .large-8 {
    flex: 0 0 calc(100% - 340px);
    max-width: calc(100% - 340px);
  }
  .product-info {
    padding-left: 50px;
  }
}
@media (min-width: 1200px){
  footer, .content-w, .blog-wrapper, .shop-container, .page-id-16 #content {
    max-width: 1440px;
    margin: 0 auto;
  }
  .blog-archive .large-8 {
    padding-right: 60px !important;
  }
}
@media (min-width: 1440px){
  .category-page-row .large-3 {
    padding-right: 60px;
  }
}
@media (max-width: 549px){
  .bread-crumb {
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 0;
  }
  #customer_address_details, #cclw_additional_fields, #cclw_order_details_table, #cclw_payment_section {
    padding: 0;
  }
}
@media (max-width: 849px){
  #masthead .flex-left ul.mobile-nav > li > a {
    color: #000;
    font-size: 16px;
  }
  #masthead .flex-left ul.mobile-nav > li > a i:before {
    content: '\f7a4';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
  }
  #masthead .flex-right ul.mobile-nav > li > a img.cart-img-icon {
    max-width: 26px;
  }
  .nav-sidebar.nav-vertical>li+li {
    border-top: 0;
    background: transparent;
  }
  .mfp-content {
    background: #fff !important;
    transition: transform .5s, opacity .3s !important;
  }
  .mfp-content .header-search-form-wrapper input {
    border-bottom: solid 1px black !important;
    font-size: 14px;
  }
  .off-canvas .nav-vertical>li>a {
    font-size: 18px;
    color: #000;
  }
  .off-canvas .nav-vertical>li>button {
    opacity: 1;
  }
  .off-canvas .nav-vertical li li>a {
    color: #000;
    font-size: 14px;
  }
  .off-canvas .nav-vertical>li > ul.sub-menu {
    padding-bottom: 10px !important;
  }
  .tieude h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .proLoop .box-text .product-title a {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .tabHome > h4 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
  }
  .tabHome > ul {
    justify-content: center;
  }
  .tabHome .tab-panels {
    padding-top: 15px;
  }
  .tabHome .tab-panels .large-7, .col-Pro, .section-2, .section-3, .section-3 .large-12, .section-4,
  .section-footer {
    padding-bottom: 0 !important;
  }
  .absolute-footer .container {
    display: block;
  }
  .copyright-footer {
    margin-top: 12px;
    font-size: 10px;
    color: #747474;
  }
  .title-bread-crumb {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .blog-wrapper .large-8 .article-inner h2.entry-title a {
    font-size: 20px;
  }
  .blog-single {
    padding-top: 0;
  }
  #crumbs {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
  }
  .osf-sorting-group{
    font-size: 16px;
  }
  .product-short-description p {
    font-size: 13px;
  }
  .product-main {
    padding-bottom: 0;
  }
  .product-footer .woocommerce-tabs ul.tabs {
    flex-wrap: initial;
    display: flex;
    overflow-x: scroll;
    flex-flow: row nowrap;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    z-index: 2;
    white-space: nowrap;
    justify-content: left;
  }
  .product-footer .woocommerce-tabs ul.tabs > li > a {
    font-size: 16px;
  }
  .product-footer .woocommerce-tabs > .tab-panels > div {
    padding: 0 !important;
  }
  .product-footer .woocommerce-tabs > .tab-panels, .product-footer .woocommerce-tabs  {
    padding-bottom: 0;
  }
}