/*
Theme Name: Beauty
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
:root {
  --gradient: linear-gradient(45deg, #ffe9a2, #e3a42f);
  --gradient-bg: linear-gradient(to right, #69a206, var(--primary-color));
  --gradient-bg-hover: linear-gradient(to right, var(--primary-color), #69a206);
	    --main-color: #003cbf;
    --main-color-2: #1b74e7;
    --black-color: #231f20;
    --green-color: #5dac46;
}

.badge-container {
    top: 5px;
    left: 5px;
    margin: 0;
}.badge-container .badge {
    height: unset;
    width: unset;
}
.badge-container .badge .on-sale {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    padding: 5px 10px;
    border-radius: 5px;
    height: 24px;
    box-shadow: 0px 0px 5px 1px #fff;
}
.slider .flickity-button.previous {
    left: 10px;
}

.slider .flickity-button.next {
    right: 10px;
}
.slider .flickity-button {
    height: 60px;
    width: 30px !important;
    margin-top: -10px !important;
    opacity: 1 !important;
    top: 50%;
    transform: translateY(-50%) !important;
}
.slider-show-nav .flickity-prev-next-button, .slider:hover .flickity-prev-next-button{
	transform: translateY(-50%) !important;
}
.slick-initialized .slick-prev,
.slider .flickity-button.previous .flickity-button-icon {
    padding-right: 7px;
    border-radius: 0 100px 100px 0;
}

.slick-initialized .slick-next,
.slider .flickity-button.next .flickity-button-icon {
	padding-left: 7px;
    border-radius: 100px 0 0 100px;
    right: 5px;
}


.slick-initialized .slick-prev, .slick-initialized .slick-next, .slider .flickity-button.previous .flickity-button-icon, .slider .flickity-button.next .flickity-button-icon {
    width: 30px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(233, 233, 233, 0.74);
    transition: .3s;
    outline: none;
}

.slider .flickity-button .flickity-button-icon,
.slider .flickity-button:hover .arrow{
	color:#1b74e7;
	fill:#fff;
}
.slick-initialized .slick-prev:hover,
.slick-initialized .slick-next:hover,
.slider .flickity-button:hover .flickity-button-icon {
    background: #1b74e7;
}
.slider-wrapper .slider-nav-light .flickity-page-dots .dot {
    width: 8px;
    height: 8px;
    background: #000 !important;
    opacity: .2;
    border: none;
    margin: 0 4px;
}
.slider-wrapper .slider-nav-light .flickity-page-dots .dot.is-selected {
    background: #1b74e7 !important;
    opacity: 1;
}

.section_product.pr_sale .wrap-box > .col-inner {
    background: linear-gradient(138deg, #1E3D37 0%, #0da789 89%);
    padding: 15px;
    border-radius: 5px;
}
.ux-timer {
    display: flex !important;
    justify-content: end;
    margin: 0 !important;
}

.ux-timer span:nth-child(1) {
    display: none !important;
}

.ux-timer span:nth-child(2) {
    margin: 0 !important;
}

.ux-timer span {
    width: 50px;
    height: 50px;
    border-radius: 5px !important;
    font-size: 20px;
    color: #fff !important;
    line-height: 20px !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 0 0 15px !important;
}

.ux-timer span strong {
    font-size: 16px !important;
    text-transform: none !important;
    font-weight: 500;
    opacity: 1 !important;
}

.ux-timer span::before {
    content: ':';
    font-size: 30px;
    font-weight: 600;
    position: absolute;
    right: -10px;
    top: 45%;
    transform: translateY(-50%);
}

.ux-timer span:last-child::before {
    display: none;
}
.product-small.box {
    background: #fff;
    box-shadow: 0 0px 2px 0 rgba(60, 64, 67, 0.1), 0 0px 6px 0px rgba(60, 64, 67, 0.25);
    border-radius: 5px;
}
.product-small.box:hover {
    box-shadow: 0 0px 2px 0 var(--main-color), 0 0px 6px 0px var(--main-color);
}
.section_product.pr_new .product-small.box {
    margin-top: 5px;
}
.product-small .box-image {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.product-small .box-text {
    text-align: left;
    padding: 10px 5px;
    display: flex;
    flex-direction: column;
}

.product-small .box-text .product-title a {
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 100%;
    margin: 0 0 8px;
}
.price-wrapper{
	width:100%;
}
.skill-set__list{
	padding:0 !important;
}
.skill-set__item{
	margin-bottom:0 !important;
}
.product-small .box-text .price-wrapper .price{
    display: flex;
    flex-direction: row-reverse !important;
    align-items: center;
    justify-content: space-between !important;
    margin-bottom: 5px;
	height: 44px;
}
.product-small .box-text .price del span.amount {
    opacity: 1;
}
.product-small.box .price span.amount bdi {
    color: #ff6d1f;
    font-size: 16px;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 2px rgb(150 150 150);
}
.product-small .box-text .price del span.amount bdi {
    font-size: 14px;
    font-weight: 700;
    color: #666;
    line-height: 21px;
}
span.amount{
	font-size: 14px;
}
#main .section-title-container span.section-title-main, h3.section-title-main-link, h1.shop-page-title-ct, .product-footer h3.product-section-title-related, .blog-wrapper.blog-archive .archive-page-header .page-title, .entry-header h1.entry-title, #comments .comment-respond h3#reply-title, .bai-viet-lien-quan h3 {
    font-size: 30px;
    font-weight: 700;
    color: var(--black-color);
    text-transform: none;
    line-height: 38px;
    border: none;
    padding-bottom: 0;
    margin-bottom: 20px;
    text-align: left;
}


.phongvt-hieu-ung-toa-hinh:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.section_product.pr_tab .tabbed-content ul > li.tab {
    margin-right: 12px;
}
.section_product.pr_tab .tabbed-content ul > li.tab > a {
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    border: 1px solid #8ed1fc;
    color: #000;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section_product.pr_tab .tabbed-content ul > li.tab > a:before{
	display:none;
}
.section_product.pr_tab .tabbed-content ul > li.tab.active > a,
.section_product.pr_tab .tabbed-content ul > li.tab:hover > a {
    background: #1E3D37;
    color: #fff;
}
.nav-pagination > li {
    margin: 0 !important;
}
.nav-pagination > li > .page-number {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #000;
    background: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    padding: 0;
    margin: 0 2px;
    border: 1px solid #000;
    border-radius: 5px;
}
.nav-pagination > li > .page-number:hover, .nav-pagination > li > .page-number.current {
    color: #fff;
    font-weight: bold;
    background: #2d5454;
    border-color: #e1e4e7;
}
.modal-overlay .img-inner {
    position: relative;
    border-radius: 8px;
}
.modal-overlay .img-inner:before {
    display: block;
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    height: 0;
    transition: all 0.5s 
ease-in-out 0s;
    width: 100%;
    z-index: 1;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    cursor: pointer;
}
.modal-overlay .img-inner:hover:before {
    -webkit-animation: shine 1.1s;
    animation: shine 1.1s;
}
@keyframes shine{
	100% {
    left: 125%;
}
}
.home_blog .box-blog-post {
    box-shadow: 0 0px 22px rgba(0, 142, 255, 0.12);
    position: relative;
    transition-duration: 0.3s;
    transition-property: box-shadow, transform;
}
.home_blog .box-blog-post:hover {
    box-shadow: 0 0px 22px #84c8ff;
    transform: scale(1.02);
}
.home_blog .box-blog-post .box-text {
    padding: 10px 20px;
    text-align: left;
}
.home_blog .box-blog-post .box-text h5.post-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 2;
}
.is-divider {
    background-color: rgb(255 128 20 / 10%);
    display: block;
    height: 2px;
    margin: 1em 0;
    max-width: 300px;
    width: 100%;
}
.section-cam-nhan .icon-box {
    border: 2px solid #5ed561;
    border-radius: 10px;
}
.section-cam-nhan .icon-box:hover {
    background: none;
    transform: scale(1.1);
}
.section-cam-nhan  .star-rating{
	margin:0 auto;
}
.khung-tim-kiem {
  background: var(--primary-color);
  width: 470px;
  padding: 15px 20px;
  position: absolute;
  right: 20px;
  top: 30%;
  z-index: 99;
}
.khung-tim-kiem .t {
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  margin: 0px 0px 15px 0px;
  padding: 0px;
  text-transform: uppercase;
}
.khung-tim-kiem .d {
  clear: both;
  width: 100%;
  color: #ffffff;
  padding-top: 10px;
  font-size: 13px;
}
.khung-tim-kiem .d span {
  color: var(--fs-color-secondary);
}
.searchandfilter {
  font-size: 13px;
  border: none;
  background: none;
  margin-bottom: 0;
  padding: 0;
}
.searchandfilter ul {
  width: 100%;
  margin-bottom: 0;
	display:flex;
	flex-wrap:wrap;
}

.searchandfilter li {
	display:inline-block;
  list-style: none;
  margin: 0 !important;
	padding-right:10px;
	margin-bottom:10px !important;
}
.searchandfilter li:last-child{
	padding-right:0;
}
.searchandfilter li select{
	font-size:13px;
	height:33px;
  padding: 0 5px;
	width:165px;
	margin:0;
}
.searchandfilter li input[type="submit"]{
	height:33px;
	font-size:13px;
	padding: 0 8px;
	text-transform:unset;
	line-height: 1.6;
}
/*************** ADD CUSTOM CSS HERE.   ***************/

input[type="submit"],
.button-lh,
.nut-xem-them {
  background: var(--gradient-bg);
  border: none;
}
input[type="submit"]:hover,
.button-lh:hover,
.nut-xem-them:hover {
  background: var(--gradient-bg-hover);
  box-shadow: none;
}
.button-lh {
  padding: 0px 10px;
  border-radius: 5px;
  line-height: 2.5;
  text-transform: unset;
}
#form-popup {
  border-radius: 5px;
  border: 1px solid var(--primary-color);
}
#form-popup form {
  margin-bottom: 0;
}
#form-popup h3 {
  margin-bottom: 50px;
}
.content-form {
  display: flex;
  justify-content: space-between;
}
.content-form p {
  width: 49%;
}
.submit-popup {
  text-align: end;
}
.submit-popup .mfp-close {
  position: absolute;
  top: 80px !important;
  right: 165px;
  width: unset;
  height: unset;
  opacity: 1;
  font-size: 20px;
  margin-right: 10px;
  mix-blend-mode: unset;
  min-height: 50px;
}
.submit-popup input[type="submit"] {
  border-radius: 5px;
  margin-left: 15px;
  min-height: 50px;
}
input[type="submit"] {
  margin: 0;
}
.nav-small.nav > li.html {
  font-size: 13px;
}
.box-cua-hang {
  margin-bottom: 20px;
  border: 1px dashed var(--primary-color);
  padding: 10px;
  border-radius: 5px;
  background: white;
}
.box-cua-hang ul {
  margin-bottom: 0;
}
.box-cua-hang ul li {
  margin-bottom: 0;
  list-style: none;
  font-size: 15px;
}
.box-cua-hang h3 {
  margin-bottom: 0;
  font-size: 16px;
  color: var(--primary-color);
}
#top-bar li a {
  font-size: 13px;
  line-height: 13px;
  color: white;
  font-weight: normal;
  font-weight: 300;
}
.header-block .icon-box {
  align-items: center;
}
.searchform-wrapper input {
  background: white !important;
  font-size: 14px;
  color: black;
  border-radius: 25px;
  box-shadow: none;
  border: 1px solid var(--primary-color) !important;
  height: 43px;
}
#header .header-search-form input {
    background: #fff !important;
    height: 50px;
    padding: 0 80px 0 10px;
    border-radius: 15px;
    border: none;
    box-shadow: none;
    font-size: 14px;
}#header .header-search-form .icon-search {
    font-size: 20px;
    color: var(--main-color-2);
    right: 10px;
}
.header-bottom ul.header-nav>li.menu-item>.sub-menu.nav-dropdown {
    padding:0
}
.header-bottom ul.header-nav>li.menu-item {
	margin: 0 2px;
	height: 100%;
}

.header-bottom ul.header-nav>li.menu-item>a {
    font-size: 16px;
    font-weight: 700;
	color: #fff;
	display: flex;
    justify-content: center;
    height: 100%;
    padding: 10px 15px;
}

.header-bottom ul.header-nav>li.menu-item ul.sub-menu>li>a {
    margin: 0;
    padding: 8px 12px;
    position: relative;
    transition: all 0.2s;
    color: #000;
    font-size: 16px;
    line-height: 1.8;
    border: none;
}
.nav-dropdown li a:hover {
  font-weight:bold;
    color: #008641 !important;
	background-color:transparent !important;

}
.header-bottom-nav li.app a {
  background: var(--gradient);
  padding: 10px 15px;
  color: var(--primary-color) !important;
}
.nav-line-bottom > li > a:before {
  width: 50%;
  border-radius: 4px;
  background-color: var(--primary-color);
}

.header-block .icon-box .icon-box-text {
  color: black;
  font-size: 14px;
  padding-left: 6px;
}
.header-block .col {
  padding-bottom: 0;
}
#top-bar li a:hover {
  text-decoration: underline;
}
.tieu-chi-section .icon-box .icon-box-img svg {
  color: var(--primary-color);
}
.tieu-chi-section .icon-box h4 {
  color: var(--primary-color);
  font-size: 17px;
  margin-bottom: 0;
}
.tieu-chi-section .icon-box .icon-box-text {
  font-size: 15px;
  color: black;
}


.tieu-de ul li a {
  font-size: 16px;
}

.tieu-de {
  background-image: url(/wp-content/uploads/2023/03/banner-header.jpg);
  background-size: 800px;
  border-radius: 5px;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 2px solid var(--primary-color);
  display: flex;
  flex-direction: row;
}
.tieu-de p {
  margin-bottom: 0;
}

.tieu-de h2 {
  position: relative;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 0;
  width: auto;
  margin-right: 0px;
  background: var(--gradient-bg);
  padding: 10px 15px;
  text-transform: uppercase;
  color: white;
  font-size: 15px;
}
.tieu-de h2 a {
  color: white;
  font-size: 18px;
}

.tieu-de ul {
  margin-left: 20px;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
}
.tieu-de ul li {
  margin-right: 10px;
  display: inline-flex;
  margin-bottom: 0;
}
.slider-section img {
  border-radius: 14px;
}
.tieu-de h2:after {
  border: 22px solid transparent;
  border-left-color: var(--primary-color);
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
}


.kc-css-system .type {
  font-size: 13px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.kc-css-system .sub {
  display: flex;
  color: #666666;
  font-size: 12px;
  line-height: 15px;
  font-style: italic;
}
.kc-css-system .icon-box-left {
  align-items: center;
}

.kc-css-system .icon-box-left:after {
  font-family: "Font Awesome 6 Free"; /* Or "Font Awesome 6 Free" if you're using v6 */
  content: "\f111";
  font-weight: 900; /* Use 400 for regular, 900 for solid */
  display: flex;
  width: 20px;
  border-bottom: 1px solid #eeeeee;
  color: #eeeeee;
  font-size: 12px;
  line-height: 1px;
  text-align: center;
  margin-right: -35px;
  justify-content: center;
}

.footer-section {
    padding: 50px 0 20px !important;
    font-size: 14px;
}

.absolute-footer {
  color: white !important;
  font-size: 16px !important;
}
.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -8px;
    min-height: 100px;
    max-height: 150px;
}
.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
.parallax>use {
    animation: move-forever 25s 
cubic-bezier(.55, .5, .45, .5) infinite;
}
@keyframes  move-forever{
	0% {
		transform: translate3d(-90px, 0, 0);
	}
	100% {
		transform: translate3d(85px, 0, 0);
	}
}
.back-to-top {
background-color: #e58106 !important;
    border-color: #dd8411 !important;
    color: #fdfffe !important;
    box-shadow: 1px 0px 25px 5px #3d463e !important;
	    border-radius: 5px !important;
}
.button.facebook {
    color: #13aff0 !important;
    box-shadow: 0 0 25px #13aff0;
}
.button.twitter:not(.is-outline), .button.twitter {
    color: #20c997 !important;
    box-shadow: 0 0 25px #20c997;
}
.button.email {
    color: #ffc107 !important;
    box-shadow: 0 0 25px #ffc107;
}
.social-icons .icon::before{
	content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    height: 0;
    transition: all 0.5s 
ease-in-out 0s;
    width: 100%;
    z-index: 1;
}
.modal-overlay .img-inner:hover:before{
	opacity: 0;
    height: 100%;
}
.archive h1.shop-page-title {
  text-transform: uppercase;
  text-shadow: none;
  margin-bottom: 6px;
}
.dark .breadcrumbs {
  font-weight: normal;
  text-shadow: none;
}
.woocommerce-ordering,
.woocommerce-ordering select {
  font-size: 14px;
}

.product-gallery-slider img,
.product-thumbnails img {
  border-radius: 10px;
}
.product-info h1.product-title {
  color: var(--primary-color);
}
.product-short-description {
  font-weight: 300;
  font-size: 15px;
  color: #2f2f2f;
}
.product-info .price span.amount {
  color: #f00;
  font-size: 18px;
}
.thuoc-tinh-box a,
.product_meta a {
  font-weight: normal;
}
.thuoc-tinh-box p,
.product_meta > span {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 15px;
  color: #262626;
  padding: 4px 0;
}
.product-info .product_meta > span {
  border-top: 0;
}
.product-info .is-divider {
  display: none;
}
.product-thumbnails a {
  border-radius: 10px;
}
.bapf_head h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: var(--primary-color);
}
.mCSB_container ul li label {
  margin-bottom: 11px;
  font-weight: normal;
}
.bapf_show_hide {
  font-weight: normal;
  font-size: 14px;
}
.bapf_sfilter.bapf_ckbox input[type="checkbox"] {
  border-radius: 5px;
  border: 1px solid #cccccc;
}
.mCSB_container ul li label:hover {
  color: var(--fs-color-secondary);
}
.archive .category-page-row .large-3 {
  flex-basis: 21%;
  max-width: 21%;
}
.archive .category-page-row .large-9 {
  flex-basis: 79%;
  max-width: 79%;
}
.woocommerce-pagination ul li a {
  background: var(--primary-color);
  color: white;
  border: 2px solid var(--fs-color-secondary);
}
.contact-block .col {
  padding-bottom: 0;
}
.contact-block a {
  padding: 6px;
  text-transform: uppercase !important;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 15px;
}
.product-footer {
  margin-top: 20px;
}
.product-main {
  padding-bottom: 0;
}
.product-section h5.mt,
.related h3,
.woocommerce #reviews #comments h2,
.bai-viet-lien-quan h3 {
  text-transform: none;
  letter-spacing: 0;
  font-size: 22px;
  color: var(--primary-color);
}
span.devvn_num_reviews {
  min-width: 150px;
  color: var(--fs-color-secondary);
  font-size: 14px;
}
#comments a.btn-reviews-now,
.woocommerce #review_form #respond p.form-submit input#submit {
  background-color: var(--primary-color);
}
.single-product .panel.entry-content {
  font-size: 16px;
  font-weight: 300;
  color: #2b2b2b;
}
/* .contact-block .cot1 a {
  background: #1178f2 !important;
}
.contact-block .cot2 a {
  background-color: #2196f3 !important;
}
.contact-block .cot3 a {
  background-color: #75b42c !important;
} */
.chia-se-box {
  text-align: center;
  font-size: 14px;
  color: #272727;
}
.chia-se-box .button.icon {
  min-width: 38px;
  height: 38px;
  line-height: 38px;
}
.product-info {
  padding-bottom: 0;
}
/* .contact-block .cot4 a {
  background-color: #00671e !important;
} */
div#reviews.woocommerce-Reviews,
.devvn_prod_cmt {
  max-width: 1000px;
}
body.woocommerce
  #reviews
  #comments
  ol.commentlist
  li
  .comment-text
  .devvn_review_mid
  p {
  font-size: 15px;
  color: #363636;
}
.devvn_review_bottom {
  font-size: 13px;
}
button#devvn_cmt_submit,
button#devvn_cmt_replysubmit {
  color: white;
}
.devvn_readmore_flatsome a:after {
  content: "";
  width: 17px;
  height: 15px;
  display: block;
  background-image: url(/wp-content/uploads/2023/03/chevrons-right-svgrepo-com.svg);
  background-repeat: no-repeat;
  background-size: 19px;
  display: inline-block;
}
.devvn_readmore_flatsome_less:before {
  content: "";
  width: 17px;
  height: 15px;
  display: block;
  background-image: url(/wp-content/uploads/2023/03/chevrons-left-svgrepo-com.svg);
  background-repeat: no-repeat;
  background-size: 19px;
  display: inline-block;
  margin-right: 5px;
}
.entry-content h3 {
  font-weight: 500;
  font-size: 20px;
  border-left: 5px solid var(--fs-color-secondary);
  padding-left: 12px;
  line-height: 20px;
}
.entry-content h4 {
  font-weight: 500;
  font-size: 19px;
  border-left: 5px solid var(--fs-color-secondary);
  padding-left: 12px;
  line-height: 20px;
}
.entry-content h2 {
  font-weight: 500;
  font-size: 25px;
  border-left: 5px solid var(--fs-color-secondary);
  padding-left: 12px;
  line-height: 20px;
}
.form-mua-hang {
  margin: 0 auto;
  max-width: 1000px;
}
.form-mua-hang h3 {
  margin-bottom: 0;
  background: var(--primary-color);
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  color: white;
  padding: 8px;
  font-weight: 600;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.noi-dung-form {
  border: 2px dashed var(--primary-color);
  border-top: 0;
  padding: 15px 20px;
  background: #fbf4df;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.form-mua-hang .des {
  text-align: left;
  margin-bottom: 10px;
  font-size: 15px;
  padding: 0px 10px;
}
.form-mua-hang .row-info {
  width: 100%;
  padding: 2px 10px;
  display: inline-block;
  clear: both;
  font-size: 15px;
}
.form-mua-hang .row-info .left {
  line-height: 39px;
  font-weight: bold;
  width: 18%;
  display: inline-block;
  float: left;
}
.form-mua-hang .row-info .right {
  padding-left: 10px;
  width: 60%;
  display: inline-block;
  float: left;
}
.noi-dung-form .cot3 {
  display: inline-block;
  float: right;
}
.form-mua-hang input[type="submit"] {
  margin: 0;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  background: var(--primary-color);
  letter-spacing: 0;
  padding: 3px 10px;
  border-radius: 20px;
}
.wpcf7-spinner {
  display: none;
}
.form-mua-hang input[type="tel"] {
  margin-bottom: 0;
  height: 40px;
  border-radius: 230px;
  border: 1px solid var(--primary-color);
  box-shadow: none;
}
.devvn_cmt_box > strong {
  font-weight: 500;
  letter-spacing: 0;
  color: #313131;
}
#devvn_cmt_search {
  font-size: 14px;
}
h1.entry-title.mb {
  color: var(--primary-color);
  margin-bottom: 20px;
  margin-top: 10px;
  letter-spacing: 0;
  font-size: 25px;
}
.rank-math-breadcrumb p .last {
  color: var(--primary-color);
}
.page-inner p {
  font-size: 16px;
  font-weight: 500;
}
.rank-math-breadcrumb p {
  font-size: 14px;
}
.rank-math-breadcrumb a {
  color: var(--primary-color);
}
span.widget-title {
  display: block;
  margin-bottom: 15px;
  line-height: 38px;
  letter-spacing: 0;
  color: var(--primary-color);
}
span.widget-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background-image: url(/wp-content/uploads/2023/03/heading-line.svg);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.recent-blog-posts a {
  font-size: 15px;
  font-weight: 500;
}
.recent-blog-posts-li .badge {
  width: 70px;
  height: 70px;
}
.recent-blog-posts-li .badge .badge-inner {
  border-radius: 99%;
}
.widget .is-divider {
  display: none;
}

.page-right-sidebar .large-3 {
  padding-left: 0;
  border-left: none !important;
}
.page-right-sidebar .large-9 {
  border-right: none !important;
}
.widget img {
  border-radius: 10px;
}
.blog-archive .page-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 0;
  color: var(--primary-color);
  letter-spacing: 0;
  text-align: left;
}
.blog-archive .post-item .box-image {
  border-radius: 8px;
}
.blog-archive .post-item .post-title {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 17px;
  color: var(--primary-color);
}
.blog-single .entry-header .entry-header-text {
  max-width: 820px;
  margin: 0 auto;
  text-align: left;
}

.blog-single .entry-meta {
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  color: gray;
  font-size: 13px;
}
.blog-single .entry-title {
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  color: var(--primary-color);
}
.blog-single .entry-image img {
  border-radius: 20px;
}
.blog-single .entry-content p {
  text-align: justify;
  max-width: 768px;
  margin: 0 auto 13px auto;
}
.blog-single .entry-content img {
  width: 100%;
  border-radius: 20px;
  margin: 30px auto;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content ul,
.entry-content quote,
.entry-content ol {
  max-width: 768px;
  margin: 0 auto 13px auto;
}
.blog-single .entry-content p {
  max-width: 768px;
  margin: 0 auto 13px auto;
}
.blog-archive .post-item .from_the_blog_excerpt {
  font-size: 14px;
  color: gray;
  font-weight: 300;
}
.blog-archive .large-12 {
  text-align: left;
}
.bai-viet-lien-quan h3 {
  color: var(--primary-color);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.bai-viet-lien-quan ul {
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}
.bai-viet-lien-quan ul li {
  margin-bottom: 25px;
  list-style: none;
  width: 33.33%;
  color: graytext;
  float: left;
  padding-left: 7px;
  padding-right: 7px;
}
.bai-viet-lien-quan ul li .box-image img {
  height: 250px;
  border-radius: 7px;
  object-fit: cover;
  object-position: center;
}
.bai-viet-lien-quan h4 {
  height: 51px;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: var(--primary-color);
  padding-top: 9px;
  overflow: hidden;
}
.bai-viet-lien-quan .tom-tat {
  font-size: 14px;
  overflow: hidden;
  height: 45px;
}
.bai-viet-lien-quan h4:hover {
  color: var(--primary-color);
}
@media (min-width: 1025px) {
    .phongvt-hieu-ung-toa-hinh:hover:before {
        -webkit-animation: circle 0.75s;
        -ms-animation: circle 0.75s;
        -o-animation: circle 0.75s;
        animation: circle 0.75s;
    }
	@keyframes circle{
		0% {
    opacity: 1;
}40% {
    opacity: 1;
}100% {
    width: 200%;
    height: 200%;
    opacity: 0;
}
	}
}
@media only screen and (max-width: 1200px) {
    .section_product.pr_sale .ux-timer {
        justify-content: center;
        margin-bottom: 10px !important;
    }
}
@media only screen and (max-width: 850px) {
	.khung-tim-kiem{
		position:unset;
		width:100%;
		        margin-top: 10px;
	}
	.searchandfilter li select {
		width: 230px;
	}
  .tieu-de h2:after {
    border: 34px solid transparent;
    border-left-color: var(--primary-color);
  }
	.waves {
        height: 40px;
        min-height: 40px;
    }
}
@media only screen and (max-width: 550px) {
	.ux-timer span {
        width: 35px;
        height: 35px;
        font-size: 14px;
        line-height: 14px !important;
    }

    .ux-timer span strong {
        font-size: 11px !important;
    }
	 .product-small .box-text .price-wrapper .price{
        flex-direction: column !important;
    }
	#main .section-title-container span.section-title-main, h3.section-title-main-link, h1.shop-page-title-ct, .product-footer h3.product-section-title-related, .blog-wrapper.blog-archive .archive-page-header .page-title, .entry-header h1.entry-title, #comments .comment-respond h3#reply-title, .bai-viet-lien-quan h3{
		font-size: 24px;
	}
	    .section_product.pr_tab .tabbed-content ul.nav {
        display: inline-block;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        width: auto;
    }

	.searchandfilter li select {
		width: 125px;
	}
	
  .nav > li.has-icon > a > i {
    color: var(--primary-color);
  }
  .off-canvas-left .mfp-content {
    width: 100%;
  }
  .off-canvas .nav-vertical > li > a {
    padding-bottom: 12px;
    padding-top: 12px;
    color: var(--primary-color);
    font-size: 15px;
  }
  .off-canvas .nav-vertical > li > a img {
    display: none;
  }
  .off-canvas .nav-vertical li li > a {
    padding-bottom: 3px;
    padding-top: 3px;
    font-size: 15px;
    color: var(--primary-color);
  }
  .nav-small.nav > li.html {
    text-align: center;
  }
  .searchform .button.icon {
    height: 31px;
    border-radius: 99% !important;
  }
  .tieu-chi-section .col {
    flex-basis: 100%;
    max-width: 100%;
  }
  .tieu-chi-section .icon-box .icon-box-text {
    font-size: 13px;
  }
  .tieu-chi-section .icon-box {
    border: 1px solid gainsboro;
    padding: 5px;
    border-radius: 5px;
  }
  .slider-nav-dots-dashes-spaced .flickity-page-dots .dot {
    width: 20px;
  }
  .section-title-container {
    margin-bottom: 10px;
  }
  
  .product-small .product-title a {
    -webkit-line-clamp: 2;
    font-size: 13px;
  }
  .product-small.col {
    padding: 0 5px 10px;
  }
  .section2 .large-12 {
    padding-bottom: 0;
  }
  .list-post {
    margin-left: -15px !important;
  }
  .list-post .post-item .col-inner {
    padding: 10px;
  }
  .list-post .post-item .box-text {
    padding: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .list-post .post-item .post-title {
    font-size: 15px;
    font-weight: bold;
  }
  .list-post .flickity-page-dots {
    bottom: -14px;
    left: 18%;
  }
  .tieu-de h2 {
    border-radius: 5px;
    width: 100%;
  }
  .tieu-de {
    display: block;
  }
  .tieu-de h2:after {
    display: none;
  }
  .tieu-de ul {
    flex-grow: 1;
    -webkit-box-flex: 1;
    white-space: nowrap;
    overflow: auto;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    margin-bottom: 0px;
    display: flex;
    max-width: 100%;
    line-height: 40px;
    float: none;
  }
  .tieu-de ul li a {
    font-size: 14px;
  }
  .tieu-de ul li {
    margin-left: 0;
    margin-right: 15px;
  }

  .chia-se-box {
    margin-top: 15px;
  }
  .form-mua-hang .row-info .left {
    width: 100%;
  }
  .form-mua-hang .row-info {
    padding: 0;
  }
  .form-mua-hang .row-info .right {
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .noi-dung-form .cot3 {
    width: 100%;
  }
  .form-mua-hang input[type="submit"] {
    width: 100%;
  }
  .product-section h5.mt,
  .related h3,
  .woocommerce #reviews #comments h2,
  .bai-viet-lien-quan h3 {
    font-size: 18px;
  }
  #comments a.btn-reviews-now,
  .woocommerce #review_form #respond p.form-submit input#submit {
    width: 100%;
  }
  .archive .category-page-row .large-9 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .blog-archive .page-title {
    font-size: 25px;
    line-height: 25px;
  }
  .blog-archive .post-item {
    padding-bottom: 10px;
  }
  .blog-single .entry-title {
    font-size: 20px;
  }
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6,
  .entry-content ul,
  .entry-content quote,
  .entry-content ol {
    max-width: 100%;
  }
  .entry-content h2 {
    font-size: 21px;
    line-height: 25px;
  }
  .entry-content {
    padding-bottom: 0;
  }
  .bai-viet-lien-quan ul li {
    width: 50%;
  }
  .blog-single .large-12 .large-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .bai-viet-lien-quan ul li .box-image img {
    height: 120px;
  }
  .bai-viet-lien-quan h4 {
    height: 68px;
    font-size: 15px;
  }
  .page-right-sidebar .large-3 {
    padding-left: 15px;
  }
  .widget img {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
	.searchandfilter li{
		width:50%;
	}
	.searchandfilter li select {
		width: auto;
	}
}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}

.entry-content {
  color: #212529;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 auto;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.entry-content figure {
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 5px 3px 10px;
  text-align: center;
}

.entry-content h6 {
  font-size: 15px;
}

.entry-content h5 {
  font-size: 17px;
}

.entry-content h4 {
  font-size: 17px;
}

.entry-content h3 {
  font-size: 18px;
}

.entry-content h2 {
  font-size: 20px;
  line-height: 1.5;
}

.entry-content h1 {
  font-size: 25px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.entry-content p {
  color: #333;
  margin-bottom: 15px;
  font-size: 16.5px;
  line-height: 1.6;
}

.entry-content ul {
  list-style: disc;
  padding-left: 15px;
  padding-bottom: 5px;
}

.entry-content ul li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.entry-content ul li a {
  color: #007bff;
}

.entry-content ol {
  list-style: decimal;
  padding-left: 18px;
  padding-bottom: 5px;
  font-size: 16.5px;
}

.entry-content ol li {
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16.5px;
}

.entry-content ol li a {
  color: #ff5912;
}

.entry-content a {
  font-weight: 700;
}

.entry-content blockquote {
  background: #f3f3f3;
  color: #868686;
  display: block;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 20px;
  padding: 15px 20px 15px 45px;
  position: relative;
  text-align: justify;
}

.entry-content blockquote p {
  margin-bottom: 0;
}

.entry-content blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: var(--primary-color);
  content: "";
}

.entry-content code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: 0.85rem;
  color: #e83e8c;
  font-size: 15px;
}
.entry-content table {
  display: block;
  width: 100%;
  height: auto;
  overflow: auto;
}
.entry-content table > tbody > tr > td,
.entry-content table > tbody > tr > th,
.entry-content table > tfoot > tr > td,
.entry-content table > tfoot > tr > th,
.entry-content table > thead > tr > td,
.entry-content table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px;
  font-size: 16.5px !important;
}

.entry-content iframe {
  margin: auto;
}

.entry-content .syntaxhighlighter {
  padding: 10px 0;
}
