/*
Theme Name: Flatsome Child
Description: AZWebsite.vn developed for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.12.2
*/

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

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&display=swap');

* {
	text-shadow: none !important;
	/* font-size: 15px; */
}

.header-top .nav-uppercase>li>a {
	text-transform: none;
}

.header-top span {
    font-size: 14px;
	color: #fff;
}

.header-top .nav-dark .nav>li>a {
	color: #fff;
}

.header-top i::before {
	font-size: 18px;
	color: #fff;
}

.header-top ul#header-contact li:nth-child(1) span:before {
    content: "Email: ";
    color: #fff;
    font-size: 14px;
}

.header-top ul#header-contact li:nth-child(2) span::before {
    content: "Hotline: ";
    color: #fff;
    font-size: 14px;
}

.header-top .header-search-form-wrapper i::before {
    font-size: 14px;
    color: #000;
}

.header-top li.header-search {
    display: flex;
    align-items: center;
}

.header-top li.header-search::before {
    content: 'Tìm kiếm';
	color: #fff;
	font-size: 14px;
    margin-right: 5px;
}

.header-top ul > li > a > span:hover {
    color: #4b4b4b;
}

.cart-item [data-icon-label]:after {
	background-color: #fff;
	top: 12px;
	right: -8px;
}

.cart-item [data-icon-label]:after {
	color: #ed3952;
}

ul.nav-dropdown.nav-dropdown-simple li,
ul.nav-dropdown.nav-dropdown-simple {
    padding: 0;
    border: none;
}

.header-top .header-search-form-wrapper form.searchform {
    position: absolute;
    top: -18px;
    z-index: 999;
    left: -103px;
    border-radius: 30px;
    height: 35px;
    line-height: 35px;
    min-height: 35px;
    border: 0;
    background: #fff;
}

.header-top input#woocommerce-product-search-field-0::placeholder {
    color: #4b4b4b;
}

.header-top .nav-top-not-logged-in::after {
    content: "\f007";
    font-family: 'FontAwesome';
    margin-left: 5px;
    font-size: 15px;
    color: #fff;
}

.header-top .nav-top-not-logged-in:hover::after {
    color: #fff;
}

.header-top .woocommerce-MyAccount-navigation-link a {
    font-size: 14px;
    color: #4b4b4b;
}

.header-top .woocommerce-MyAccount-navigation-link a:hover {
    color: #ed3952;
    background-color: transparent !important;
}

.header-main .nav >li {
	margin: 0 25px;
}

.header-main .nav > li > a {
    padding: 0px 0px 0 0;
    font-size: 16px;
    font-family: "Arial",sans-serif;
    font-weight: 700;
    text-decoration: none;
    color: #4b4b4b;
	position: relative;
}

.header-main .nav > li > a:before {
	content: "\f004";
    font-family: "Font Awesome\ 5 Free";
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: transparent;
    font-size: 12px;
	position: absolute;
	left: -15px;
}

.header-main .nav > li a:hover,
.header-main .nav > li a:hover:before {
	color: #ed3952;
    background-color: transparent;
}

.header-main .nav > li.active> a:before {
	content: "\f004";
    font-family: "Font Awesome\ 5 Free";
    width: 30px;
    height: 30px;
    line-height: 30px;
	color: #ed3952;
    font-size: 12px;
	position: absolute;
	left: -15px;
}

.header-main .nav > li.active > a {
	color: #ed3952;
}

.col-heading-title {
	padding: 0 15px !important;
}

.heading-title-center {
    padding-bottom: 30px;
}

.heading-title-center h2 {
	font-family: "Dancing Script",cursive;
    font-weight: 700;
    font-size: 40px;
    color: #ed3952;
	text-transform: none;
	margin: 0 0 5px 0;
}

.heading-title-center p {
	margin: 0 0 15px 0;
}

.heading-title-center .heading-title-img {
	margin: 0;
}

.product-breadcrumb-wrap,
.page-header-wrapper {
    padding: 25px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 40px;
}

.page-header-wrapper .featured-title {
	background: transparent;
}

.page-header-wrapper .title-breadcrumbs.pt-half,
.page-header-wrapper .featured-title .page-title-inner {
   	padding-top: 0;
    padding-bottom: 0;
	min-height: auto;
}

.page-header-wrapper .title-wrapper {
	display: none;
}

.dark .breadcrumbs,
.breadcrumbs {
	letter-spacing: 0;
    padding: 0;
    margin: 0;
    font-size: 14px;
    padding: 0px;
    border-radius: 0;
    font-weight: 400;
    line-height: 24px;
    background-color: transparent;
    width: 100%;
    text-align: left;
    text-transform: none;
	color: #ed3952;
}

.dark .breadcrumbs a,
.breadcrumbs a {
	color: #555;
	font-size: 14px;
}

ul.sub-menu.nav-dropdown {
    width: 200px;
	min-width: 200px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 1px 2px 2px rgba(0,0,0,0.04);
    border: none;
	top: 85px;
	transform-origin: 0% 0%;
	opacity: 0;
}

li.has-dropdown:hover ul.sub-menu.nav-dropdown {
	overflow: visible;
	opacity: 1;
	transform: perspective(600px) rotateX(0deg);
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

ul.sub-menu.nav-dropdown li {
	padding: 0 20px;
}

ul.sub-menu.nav-dropdown li a {
    font-size: 14px;
    line-height: 24px;
    padding: 7px 5px 7px 0px;
    border-bottom: solid 1px #e5e6ec;
}

/******* SECTION DỊCH VỤ********/

.section-dichvu {
	padding: 60px 0 35px !important;
}

.section-dichvu .box-image,
.section-dichvu .box.has-hover.has-hover.box-shade.dark.box-text-bottom {
    border-radius: 15px;
	box-shadow: 0px 3px 45px 0px rgb(43 43 43 / 12%);
    border-radius: 15px;
}

.section-dichvu .box.has-hover.has-hover.box-shade.dark.box-text-bottom {
	position: relative
}

.section-dichvu .box.has-hover.has-hover.box-shade.dark.box-text-bottom:after {
	content: "";
    background-image: url(/wp-content/uploads/2023/02/bg_pro.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: 1;
    border-radius: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.section-dichvu .box.has-hover.has-hover.box-shade.dark.box-text-bottom:hover .info h3,
.section-dichvu .box.has-hover.has-hover.box-shade.dark.box-text-bottom:hover .info p,
.section-dichvu .box.has-hover.has-hover.box-shade.dark.box-text-bottom:hover:after {
	background-image: url(/wp-content/uploads/2023/02/bg_product_hover.png);
    height: 50%;
	color: #fff;
}

.box-text.text-center {
    z-index: 9;
	text-shadow: none !important;
	padding: 0;
}

.info {
	padding: 0 25px;
}

.info h3 {
	color: #ed3952;
	font-size: 20px;
}

.info p {
    display: block;
    float: left;
    width: 100%;
    color: #4b4b4b;
	padding-bottom: 30px;
	font-size: 14px;
}

/******* SECTION WHY********/

.section-why {
	padding: 75px 0 !important;
    margin-bottom: 70px;
}

.section-why .uti_body {
    padding: 32px 20px 32px 20px;
    width: 100%;
    border-radius: 10px;
    text-align: center;
}

.bg_gradient {
    background-image: -moz-linear-gradient( 45deg, #c92b3e 0%, #e14457 100%);
    background-image: -webkit-linear-gradient( 45deg, #c92b3e 0%, #e14457 100%);
    background-image: -ms-linear-gradient( 45deg, #c92b3e 0%, #e14457 100%);
}

.section-why .uti_body .icon-box-img {
    margin: auto !important;
}

.section-why .uti_body .icon-box-img {
	width: 62px !important;
    height: 52px !important;
    display: flex;
    align-items: center;
}

.section-why .uti_body .content .title {
    text-align: center;
    width: 100%;
    float: left;
    font-weight: 700;
    padding: 17px 0 10px 0;
    color: #fff;
    margin: 0;
    line-height: normal;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

.section-why .uti_body .content .sum {
	font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.section-why .content_bg {
	position: relative;
}

.section-why .row.content_bg .col {
	padding: 0 15px;
}

.section-why .content_bg:before {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 216px;
    height: 194px;
    position: absolute;
    left: -9%;
    top: 12%;
    background-image: url(/wp-content/uploads/2023/02/bg_why_1.webp);
}

.section-why .content_bg:after {
	background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 216px;
    height: 194px;
    position: absolute;
    right: -9%;
    bottom: -27%;
    background-image: url(/wp-content/uploads/2023/02/bg_why_1.webp);
    transform: rotate(180deg);
}

.row-small>.col, .row-small>.flickity-viewport>.flickity-slider>.col {
	padding: 0 15px;
}

/******* SECTION THIEP CUOI********/

.category-page-row {
	padding-top: 10px;
}

.product .box-image{
	margin: 0 30px;
	box-shadow: none;
	border-radius: 0;
}

.product .badge.badge-square {
    position: absolute;
    bottom: 0;
    left: 8px;
    width: 36px;
    height: 22px;
}

.product .badge-inner {
	border-radius: 3px;
}

.product .badge-inner span.onsale {
	font-size: 11px;
    font-weight: 100;
}

.product .box-text.text-center {
	padding: 10px 0;
    margin-top: 10px;
}

.product .product-small.box {
    margin-bottom: 35px;
}

.product p.name.product-title.woocommerce-loop-product__title {
	margin: 10px 0 5px;
}

.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	font-size: 15px;
	color: #4b4b4b;
}

.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover {
	color: #ed3952;
}

.product span.amount bdi,
.product span.amount bdi span {
    font-size: 18px;
    font-weight: 700;
    color: #e14457;
}

.product del span.amount bdi,
.product del span.amount bdi span {
    color: #4b4b4b;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 400;
}

/******* SECTION ALBUM********/

.section-album {
	padding: 70px 0 50px 0 !important;
}

.section-album .tabbed-content {
    display: flex;
    justify-content: center;
}

.section-album ul.nav.nav-pills.nav-uppercase.nav-size-normal.nav-center {
    margin: 0px;
    padding: 7px 15px;
    list-style: none;
    text-align: center;
    border: 0;
    background-color: #fff;
    border-radius: 30px;
    display: inline-block;
    box-shadow: 0px 0px 40px 0px rgb(225 68 87 / 8%);
    margin-bottom: 40px;
	width: 652px;
}

.section-album .tab.has-icon a {
	font-size: 15px;
    color: #4b4b4b;
	text-transform: none;
}

.section-album .tab.has-icon.active a {
	color: #fff;
}

.section-album .tab-panels {
    padding: 0;
}

.section-album .gallery-col.col {
    padding: 7.5px;
}

.section-album .tab-panels .box-image {
    position: relative;
	border-radius: 0;
}

.section-album .tab-panels .box-image:before {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    top: 0;
    width: 95%;
    height: 95%;
    left: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.section-album .tab-panels .box-image:hover:before {
    opacity: 1;
    visibility: visible;
}

.section-album,
.section-album .col {
	padding-bottom: 0 !important;
}

/******* SECTION CẨM NANG********/

.section-camnang {
	position: relative;
}

.section-camnang:before {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 31%;
    height: 201px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/wp-content/uploads/2023/03/bg_camnang_l.webp);
}

.section-camnang .box-text.text-left {
    padding: 15px 0 0 !important;
    background: #fbfaf8 !important;
}

.section-camnang .image-cover {
	border-radius: 5px;
}

.section-camnang .blog-camnang.blog-right .badge.absolute.top.post-date.badge-square {
    top: unset;
    bottom: 156px;
    height: 56px;
    width: 56px;
    background: #e14457;
    padding: 8px 5px;
    border-radius: 5px;
}

.section-camnang .blog-camnang.blog-left .badge.absolute.top.post-date.badge-square {
    top: unset;
    bottom: 59px;
    height: 45px;
    width: 45px;
    background: #e14457;
    padding: 8px 5px;
    border-radius: 5px;
}

.section-camnang .badge-inner {
	background: #e14457;
}

.section-camnang .blog-camnang a:hover {
	color: #4b4b4b;
}

.section-camnang .blog-right h5.post-title.is-large {
	font-size: 24px;
    color: #4b4b4b;
	margin: 0;
}

.section-camnang .blog-right p.from_the_blog_excerpt {
	margin: 10px 0 15px;
}

.section-camnang .blog-left h5.post-title.is-large {
	font-size: 17px;
	color: #4b4b4b;
	margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 100%;
}

.section-camnang .blog-right h5.post-title.is-large:hover,
.section-camnang .blog-left h5.post-title.is-large:hover {
	color: #ed3952;
}

.section-camnang .is-divider {
    display: none;
}

.section-camnang p.from_the_blog_excerpt:hover {
	color: #4b4b4b;
}

.section-camnang .blog-left .blog-camnang .col {
	padding-bottom: 45px;
}

/******* SECTION ABOUT********/

.section-about {
    padding: 90px 0 40px !important;
}

.section-about .col-center {
	display: flex;
    align-items: center;
	padding: 0 65px 0 15px;
}

.section-about .info.margin-bottom-35 {
	margin-bottom: 35px;
	font-size: 14px;
	padding: 0;
}

.section-about .about-btn {
	background: transparent;
    border: 1px solid #e14457;
    font-size: 15px;
	font-weight: 400;
	height: 40px;
    line-height: 40px;
    padding: 0 30px;
}

/******* SECTION CONTACT********/

.section-contact {
	padding-top: 100px !important;
}

.section-contact .form-contact {
    position: relative;
}

.section-contact .col-contact {
	padding-right: 0;
}

.section-contact .col-contact .content-left {
    min-height: 362px;
	padding: 25px 40px 20px 30px;
    color: #fff;
    width: 100%;
    float: left;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.section-contact .col-contact .content-left .text_des {
    font-family: "Dancing Script",cursive;
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.section-contact .col-contact .content-left .content-contact {
    width: 100%;
    float: left;
    margin-bottom: 20px;
	display: flex;
}

.section-contact .col-contact .content-left .content-contact i {
    height: 25px;
    width: 25px;
    font-size: 20px;
    float: left;
    margin-top: 3px;
}

.section-contact .col-contact .content-left .content-contact span {
	font-family: "Arial",sans-serif;
    width: calc(100% - 25px);
    float: left;
    padding-left: 5px;
}

.section-contact .col-contact-2 {
    padding-left: 0;
}

.section-contact .col-contact-2 form {
	background: #fff;
    padding: 45px 55px 30px 55px;
    width: 100%;
    float: left;
    min-height: 362px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.section-contact .col-contact-2 .text_des_2 {
    font-family: "Arial",sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.section-contact .col-contact-2 .form-lien-he input,
.section-contact .col-contact-2 .form-lien-he textarea {
    color: #3c4550;
    padding: 15px 0;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 5px;
    font-size: 16px;
	line-height: 1.5;
	box-shadow: none;
	height: 40px;
}

.section-contact .col-contact-2 .form-lien-he textarea {
	max-height: 85px;
    min-height: 100px;
}

.section-contact .col-contact-2 input.wpcf7-form-control.wpcf7-submit {
    font-family: "Arial",sans-serif;
    border-radius: 30px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 35px;
    background-color: #ed3952;
	text-transform: none;
	margin: 0;
    margin-top: 20px;
}

.btn.btn-primary:hover,
input.btn-primary[type="submit"]:hover,
input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #c92b3e;
    opacity: 0.8;
}

.wpcf7-spinner {
	display: none;
}

.section-contact .map {
	position: absolute;
	top: 276px;
	width: 100%;
	z-index: -1;
}

.section-contact iframe {
    width: 100%;
    float: left;
    height: 635px;
}

/******* END TRANG CHỦ********/

.p-b-0 {
	padding-bottom: 0 !important;
}

.page_default {
	padding: 40px 0;
}

.page_default .page_h2 {
	font-size: 32px;
	font-weight: normal;
	color: #4b4b4b;
}

.page_default {
	font-size: 14px;
}

.page_contact {
    padding: 0 0 40px 0 !important;
}

.page_contact .wrapcontactin {
	margin: 0;
}

.page_contact .wrapcontactin h2 span {
    font-size: 24px;
    color: #4b4b4b;
	margin: 20px 0 15px;
}

.page_contact .wrapcontactin.time h2 span {
    margin: 0;
}

.page_contact .wrapcontactin .section-title-normal,
.page_contact .wrapcontactin .section-title-normal span {
	border: none;
	padding: 0;
}

.page_contact .form-lien-he-2 textarea,
.page_contact .form-lien-he-2 input {
	border-color: #ebebeb;
    background-color: transparent;
    font-size: 15px;
    color: #4b4b4b;
    border-radius: 30px !important;
	height: 50px;
    padding: 10px 15px;
	box-shadow: none;
}

.page_contact .form-lien-he-2 input.wpcf7-submit {
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0px 45px;
    font-weight: 400;
    font-size: 17px;
    display: inline-block;
    border-radius: 30px;
    text-transform: none;
	margin: 0;
    margin-top: 20px;
}

.page_contact .time_work {
    border-bottom: 1px solid #ebebeb;
    float: left;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.page_contact .time_work .content-contact {
    width: 100%;
    float: left;
    margin-bottom: 20px;
	display: flex;
}

.page_contact .time_work .content-contact i {
    width: 30px;
    text-align: left;
    font-size: 18px;
    color: #ed3952;
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
}

.page_contact .time_work-2 .time {
	display: flex;
	margin-bottom: 10px;
}

.page_contact .time_work-2 .time i {
    width: 30px;
    text-align: left;
    font-size: 14px;
    color: #4b4b4b;
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
}

.flex-col.flex-grow.medium-text-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop-page-title {
    position: relative;
    padding: 25px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
}

.shop-page-title .page-title-inner {
    padding-top: 0;
    min-height: 45px;
}

.category-filtering.category-filter-row strong {
    display: none
}

.category-filtering .icon-equalizer {
    margin-bottom: 6px;
    margin-right: 15px;
}

.category-filtering .icon-equalizer:before {
    font-size: 25px;
    color: #555;
}

form.woocommerce-ordering {
    width: 150px;
}

select.orderby {
    box-shadow: none;
	font-size: 14px;
}

p.woocommerce-result-count.hide-for-medium {
    display: none;
}

form.cart {
    width: 100%;
    float: left;
}

.product-breadcrumb-wrap {
	margin: 0;
}

.shop-container .product-main {
	padding: 50px 0 50px 0 !important;
    background: #fffcfc;
    position: relative;
}

.shop-container .product-main::before {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 236px;
    height: 251px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/wp-content/uploads/2023/03/bg_product_left.webp);
}

.shop-container .product-main::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 266px;
    height: 214px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(/wp-content/uploads/2023/03/bg_product_right.webp);
}

h1.product-title.product_title.entry-title {
    color: #4b4b4b;
    font-size: 24px;
    line-height: normal;
    margin: 0px 0 15px;
    font-weight: 400;
}

.product-short-description p {
	font-size: 14px;
	margin: 0;
    line-height: 22px;
    font-style: italic;
}

.woocommerce-product-rating {
	margin: 15px 0 20px 0;
}

.woocommerce-product-rating .star-rating,
.woocommerce-product-rating .star-rating span:before {
    font-size: 18px;
}

.star-rating span {
    font-size: 16px;
}

form.variations_form table.variations tr {
	display: flex;
	align-items: center;
}

form.variations_form table.variations tr label {
    font-weight: normal;
    margin-right: 0px;
    font-size: 14px;
    min-width: 87px;
}

span.woo-selected-variation-item-name {
    display: none !important;
}

.quantity.buttons_added {
    margin: 0px;
    display: flex;
}

.product-summary .quantity.buttons_added::before {
    content: "Số lượng:";
	line-height: 35px;
    margin-right: 0px;
    font-size: 14px;
    min-width: 100px;
}

.quantity.buttons_added input.minus.button.is-form,
.quantity.buttons_added input.input-text.qty.text,
.quantity.buttons_added input.plus.button.is-form {
    font-size: 12px;
    width: 25px;
    height: 30px;
    padding: 0px;
    font-weight: bold;
	box-shadow: none;
	background: transparent;
}

.quantity.buttons_added input.minus.button.is-form:hover,
.quantity.buttons_added input.input-text.qty.text:hover,
.quantity.buttons_added input.plus.button.is-form:hover {
	background: transparent;
	box-shadow: none;
}

.product-summary p.price {
    margin: 15px 0;
    height: 40px;
    display: flex;
    align-items: flex-end;
}

.product-summary span.price {
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: 100%;
    margin: 0;
}

.product-summary p.price.product-page-price.price-on-sale del span.amount bdi {
    margin-left: 15px;
}

.product-summary p.price.product-page-price.price-on-sale del span.amount bdi,
.product-summary p.price.product-page-price.price-on-sale del span.amount bdi span {
	font-weight: 400;
    color: #999999;
    font-size: 15px;
	display: inline-flex;
}

.product-summary .price-wrapper span.amount bdi,
.product-summary .price-wrapper span.amount bdi span {
	font-size: 30px;
    color: #ed3952;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
}

.product-summary .product-short-description {
    margin-bottom: 12px;
}

button.wsb-button.js-wsb-add-to-cart,
button.single_add_to_cart_button.button.alt.wp-element-button {
    margin: 25px 15px 0 0;
    width: 43%;
    height: 43px;
    line-height: 43px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    background: #fff6f7;
    display: flex;
	justify-content: center;
    align-items: center;
    font-size: 16px;
    text-align: center;
    border-radius: 30px;
    border: solid 1px #ed3952;
    font-weight: 400;
    float: left;
    color: #ed3952;
    padding: 0 30px;
	text-transform: none;
}

button.single_add_to_cart_button.button.alt.wp-element-button::before {
	content: "";
    background-image: url(/wp-content/uploads/2023/03/icon_button_cart.webp);
    background-repeat: no-repeat;
    width: 20px;
    height: 22px;
    margin-right: 12px;
}

button.wsb-button.js-wsb-add-to-cart,
button.single_add_to_cart_button.button.alt.wp-element-button:hover {
	color: #fff;
    background: #ed3952;
    cursor: pointer;
    border-color: #ed3952;
	box-shadow: none;
}

.service_pro {
    width: 68%;
}

.service_pro span {
    font-size: 14px;
}

.service_product {
    width: 100%;
    float: left;
    padding: 12px 0;
    border-bottom: 1px solid #ebebeb;
}

.service_product:last-child {
    border-bottom: 0;
}

.service_product .service-left {
    width: 40px;
    float: left;
}

.service_product .service-right {
    width: calc(100% - 40px);
    float: left;
}

.product-footer .woocommerce-tabs {
    padding: 30px 95px 0;
    border-top: none;
}

.product-footer ul.tabs.wc-tabs.product-tabs {
    margin-bottom: 0px;
    padding-left: 0px;
    text-align: left;
    background: transparent;
    display: flex;
    justify-content: center;
    border-top: 1px solid #ebebeb;
}

.product-footer ul.tabs.wc-tabs.product-tabs li {
	margin: 0;
}

.product-footer ul.tabs.wc-tabs.product-tabs li a {
	margin: 0;
    padding: 10px 30px;
	text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.product-footer ul.tabs.wc-tabs.product-tabs li a::before {
	height: 2px;
}

.product-footer .tab-panels {
    padding: 35px 0;
}

.product-footer p {
	font-size: 15px;
}

.woocommerce-tabs .star-rating span:before,
.woocommerce-tabs .stars a.active:after,
.woocommerce-tabs .stars a:hover:after {
	color: #ffbe00;
}

.product-footer .related-products-wrapper h3 {
    font-size: 24px;
    position: relative;
    color: #4b4b4b;
    text-align: center;
    padding: 0;
    padding: 25px 0 40px;
    margin: 0;
}

.single-product div#tab-description {
	overflow: hidden;
	position: relative;
	padding-bottom: 25px;
}

.single-product .tab-panels div#tab-description.panel:not(.active) {
	height: 0 !important;
}

.devvn_readmore_flatsome {
	text-align: center;
	cursor: pointer;
	position: absolute;
	z-index: 10;
	bottom: 0;
	width: 100%;
	background: #fff;
}

.devvn_readmore_flatsome:before {
    background-color: rgba(255,255,255,0.6);
    display: block;
    content: "";
    height: 120px;
    position: absolute;
    top: -120px;
    width: 100%;
    left: 0;
}

.devvn_readmore_flatsome a {
    width: 140px;
    height: 38px;
    line-height: 36px;
    border: 1px solid #ebebeb;
    display: inline-block;
    cursor: pointer;
    border-radius: 20px;
}

.devvn_readmore_flatsome a:hover {
	background: #ed3952;
    border-color: #ed3952;
    color: #fff;
}

.devvn_readmore_flatsome a:after {
	content: '\f078';
    font-family: 'FontAwesome';
    color: #c5c5c5;
    padding-left: 5px;
    font-size: 12px;
}
.devvn_readmore_flatsome_less a:after {
	content: '\f077';
    font-family: 'FontAwesome';
    color: #c5c5c5;
    padding-left: 5px;
    font-size: 12px;
}
.devvn_readmore_flatsome_less:before {
	display: none;
}

.absolute-footer {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: -374px;
	padding: 18px 0;
}

.icon-menu:before {
    font-size: 24px;
    font-weight: bold;
}

.header-bottom li.header-search-form.search-form.html.relative.has-icon {
    padding: 0;
    padding-bottom: 10px;
}

.header-top li.header-search-form.search-form.html.relative.has-icon {
    padding: 0;
}

.header-bottom input#woocommerce-product-search-field-1 {
    height: 25px !important;
    line-height: 25px;
    min-height: 25px;
    border-radius: 3px !important;
    font-size: 13px;
    padding: 0 40px 0 15px;
	background: #fff;
}

.searchform .button.icon i {
    font-size: 1em;
	font-weight: bold !important;
    color: #000;
}

.mfp-content,
.mfp-content .nav-sidebar.nav-vertical>li.menu-item.active,
.mfp-content .nav-sidebar.nav-vertical>li.menu-item:hover {
    background-color: #fff !important;
}

.mfp-content .sidebar-menu ul>li>a {
    position: relative;
	padding: 10px 0px 10px 50px !important;
    font-size: 16px;
    color: #4b4b4b;
    text-transform: none;
}

.mfp-content .sidebar-menu ul>li>a::before {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    content: "";
    background: #ed3952;
    position: absolute;
    left: 30px;
    top: 20px;
}

.mfp-content .sidebar-menu ul>li>a:hover {
    color: #ed3952;
}

.mfp-content .sidebar-menu ul>li>ul {
	padding-bottom: 0 !important;
}

.mfp-content .sidebar-menu ul>li>ul>li {
	border-top: solid 1px #ebebeb;
}

.mfp-content .sidebar-menu ul>li>ul>li>a {
	padding: 10px 50px 10px 70px !important;
    position: relative;
    line-height: 22px;
    text-transform: unset;
}

.mfp-content .sidebar-menu ul>li>ul>li>a::before {
    content: "";
    top: 18px;
    left: 45px;
    position: absolute;
    width: 9px;
    height: 9px;
    border: solid 2px #d7d7d7;
    border-radius: 50%;
	background: transparent;
}

.post-type-archive .mfp-content {
    width: 400px !important;
}

span.widget-title.shop-sidebar {
    font-size: 24px !important;
    margin: 0;
    text-transform: none;
    font-weight: bold;
    color: #4b4b4b;
}

.is-divider.small {
    background: #ed3952;
    height: 2px;
    max-width: 30%;
}

.category-filtering.category-filter-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

a.button-continue-shopping.button.primary.is-outline {
    background: #898989;
    padding: 0px 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: initial;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    margin-right: 10px;

    border: none;
}

button.button.primary.mt-0.pull-left.small.wp-element-button,
a.checkout-button.button.alt.wc-forward.wp-element-button,
button.is-form.expand.button.wp-element-button {
    border: none;
    font-size: 16px;
    margin: 0 auto 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    padding: 0px 25px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-image: -webkit-linear-gradient( 45deg, #c92b3e 0%, #e14457 100%);
    text-transform: initial;
}

.woocommerce.row span.amount {
    font-size: 15px;
    font-weight: 400;
    line-height: 7;
    color: #ed3952;
}

.woocommerce.row a.remove {
    font-size: 20px !important;
    border: none;
    color: #898989;
}

.woocommerce.row a.remove:hover {
    color: #ed3952;
}

.cart-collaterals .cart_totals tbody th {
    font-size: 16px;
    font-weight: 700;
}

.woocommerce.row .cart_totals span.amount {
    font-size: 16px;
    font-weight: 700;
}

.blog-wrapper .large-8 {
    padding-right: 15px;
}

.blog-wrapper .large-4 {
    padding-left: 15px;
    border: none !important;
}

.blog-wrapper header.entry-header {
    display: flex;
    flex-direction: column-reverse;
}

.blog-wrapper .entry-header-text-top,
.blog-wrapper .entry-content {
    padding: 0;
    font-size: 14px;
}

.blog-wrapper .entry-image .badge {
    display: none;
}

.blog-wrapper h1.entry-title {
    margin: 0;
    padding: 20px 0 15px;
    font-size: 24px;
    line-height: 32px;
}

.blog-wrapper .thong-tin-them,
.blog-wrapper .is-divider {
    display: none;
}

.blog-wrapper .blog-share {
    text-align: left;
    line-height: 40px;
    border-top: 1px solid #ebebeb;
    border-bottom: solid 1px #ebebeb;
    padding: 15px 0;
    margin-bottom: 30px;
}

.blog-wrapper .blog-share .social-icons::before {
    content: "Chia sẻ bài viết: ";
    font-size: 14px;
    color: #4b4b4b;
}

.blog-wrapper .blog-share .button.icon {
    margin-bottom: 0;
}

.bai-viet-lien-quan {
    border-bottom: solid 1px #ebebeb;
}

.bai-viet-lien-quan h2 {
    font-size: 18px;
    color: #4b4b4b;
    margin: 0 0 20px;
}

.bai-viet-lien-quan ul {
    display: flex;
    justify-content: space-between;
}

.bai-viet-lien-quan ul li {
    list-style: none;
    width: 230px;
}

.bai-viet-lien-quan .box-image {
    border-radius: 5px;
}

.bai-viet-lien-quan .box-text {
    padding: 15px 0 0;
}

.bai-viet-lien-quan .box-text h5 {
    font-size: 14px;
    color: #4b4b4b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 100%;
    margin: 0 0 10px;
}

.bai-viet-lien-quan .box-text h5:hover {
    color: #ed3952;
}

.bai-viet-lien-quan .box-text span {
    font-size: 14px;
}

#comments .comment-respond {
    background-color: transparent;
    padding: 0;
    font-size: 14px;
}

#comments .comment-reply-title {
    font-size: 1.2em;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #4b4b4b;
}

#comments textarea#comment,
#comments input#author,
#comments input#email {
    height: 50px;
    border-radius: 30px;
    border: solid 1px #ebebeb;
    background-color: transparent;
    padding: 0 15px;
    outline: none;
    color: #4b4b4b;
    box-shadow: none;
}

#comments input#submit {
    padding: 0 30px;
    margin: 0;
    font-size: 14px;
    color: #fff;
    border-radius: 40px;
    font-weight: 400;
    text-transform: inherit;
}

.blog-wrapper .widget .col.post-item {
    margin: 0 0 30px 15px;
    padding: 0 0 30px;
    border-bottom: 1px solid #ebebeb;
}

.blog-wrapper .widget .col.post-item:last-child {
    border-bottom: none;
}

.blog-wrapper .widget .section-title-normal {
    border: none;
    margin: 0;
}

.blog-wrapper .widget .section-title-normal span {
    color: #4b4b4b;
    font-weight: 600;
    line-height: normal;
    font-size: 24px;
    text-transform: initial;
    border-bottom: none;
    padding: 0;
    margin-bottom: 6px;
}

.blog-wrapper .widget .box {
    display: flex;
}

.blog-wrapper .widget .box .box-image {
    border-radius: 3px;
}

.blog-wrapper .widget .box .box-text {
    padding: 0;
    padding-left: 15px;
}

.blog-wrapper .widget .box .box-text h5 {
    font-size: 16px;
    color: #4b4b4b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 100%;
}

.blog-wrapper .widget .box .box-text h5:hover {
    color: #ed3952;
}


/* ************************* */
/* Tablet  */
@media (min-width: 768px) and (max-width: 1200px) {

    .mfp-content,
    .post-type-archive .mfp-content {
        width: 375px !important;
    }

    #header .header-main {
        background: #ed3952;
        height: 105px !important;
    }

    #header .header-main .nav > li > a {
        color: #fff;
    }

    #header .header_logo.header-logo {
        display: none;
    }

    #header .header-logo-dark {
        display: block !important;
    }

    .section-dichvu {
		padding: 20px 0 35px !important;
	}
	
	.section-dichvu .box-image,
	.section-dichvu .box.has-hover.has-hover.box-shade.dark.box-text-bottom {
		box-shadow: none;
		margin-bottom: 10px;
	}
	
	.section-dichvu .box.has-hover.has-hover.box-shade.dark.box-text-bottom:after {
		content: "";
		background-image: url(/wp-content/uploads/2023/02/bg_product_hover.png);
		height: 50%;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		opacity: 1;
		z-index: 1;
		border-radius: 0;
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
	}
	
	.section-dichvu .box.has-hover.has-hover.box-shade.dark.box-text-bottom:hover .info h3 {
		color: #555;
	}
    	
	.info h3,
	.info p {
		color: #fff;
	}
    
    .section-why {
        padding: 45px 0 15px !important;
        margin-bottom: 45px;
    }

    .section-why .content_bg:after {
        bottom: -8%;
        z-index: -1;
    }

    .section-why .uti_body {
        margin-bottom: 30px;
    }

    .section-camnang {
        padding: 50px 0 !important;
    }

    .section-camnang .blog-left h5.post-title.is-large {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-width: 100%;
    }

    .section-camnang .blog-camnang.blog-right .badge.absolute.top.post-date.badge-square {
        bottom: 207px;
    }

    .section-camnang .blog-camnang.blog-left .badge.absolute.top.post-date.badge-square {
        bottom: 81px;
    }

    .section-about .col-center {
        padding: 0 15px;
    }

    .section-contact .col-contact-2 form {
        padding: 45px 32px 30px 32px;
    }

    .absolute-footer {
        bottom: -350px;
    }

    .shop-page-title .medium-flex-wrap .flex-col {
        text-align: left !important;
    }

    button.wsb-button.js-wsb-add-to-cart,
    button.single_add_to_cart_button.button.alt.wp-element-button {
        width: 31%;
    }

    .product-footer .woocommerce-tabs {
        padding: 30px 0;
    }
    
    .bai-viet-lien-quan .col.post-item:last-child {
        display: none;
    }

    .blog-wrapper .widget .box .box-image {
        width: 10% !important;
    }


}


/* ************************* */
/* Mobile */
@media only screen and (max-width: 48em) {

    #header .header-main {
        background: #ed3952;
        height: 105px !important;
    }

    #header .header-main .nav > li > a {
        color: #fff;
    }

    #header .header_logo.header-logo {
        display: none;
    }

    #header .header-logo-dark {
        display: block !important;
    }

    .mfp-content,
    .post-type-archive .mfp-content {
        width: 280px !important;
    }

	div#masthead {
		height: 100px;
		background: #fbfbfb;
	}
	
	.cart-item [data-icon-label]:after {
		background-color: #fff;
		top: 12px;
		right: -8px;
	}

	.cart-item [data-icon-label]:after {
		color: #ed3952;
	}
	
	.header-main .nav > li > a:before {
		display: none;
	}
	
	.shop-container .product-main::after,
	.section-camnang:before,
	.section-why .content_bg:after,
	.section-why .content_bg:before {
		display: none;
	}
	
	.heading-title-center h2 {
		font-size: 26px;
	}
	
	.section-dichvu {
		padding: 20px 0 35px !important;
	}
	
	.section-dichvu .box-image,
	.section-dichvu .box.has-hover.has-hover.box-shade.dark.box-text-bottom {
		box-shadow: none;
		margin-bottom: 10px;
	}
	
	.section-dichvu .box.has-hover.has-hover.box-shade.dark.box-text-bottom:after {
		content: "";
		background-image: url(/wp-content/uploads/2023/02/bg_product_hover.png);
		height: 50%;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		opacity: 1;
		z-index: 1;
		border-radius: 0;
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
	}
	
	.section-dichvu .box.has-hover.has-hover.box-shade.dark.box-text-bottom:hover .info h3 {
		color: #555;
	}
	
	.info h3,
	.info p {
		color: #fff;
	}
	
	.section-why {
		padding: 45px 0 30px !important;
		margin-bottom: 45px !important;
	}
	
	.section-why .uti_body {
		margin-bottom: 20px;
	}
	
	.product .box-image {
		margin: 0;
	}
	
	.product .badge.badge-square {
		position: absolute;
		bottom: 12px;
	}
	
	.product .product-small.box {
		margin-bottom: 35px;
		margin-bottom: 20px;
	}
	
	.product span.amount bdi {
		font-size: 14px;
	}

    .section-album ul.nav.nav-pills.nav-uppercase.nav-size-normal.nav-center {
        display: flex;
        justify-content: space-between;
        box-shadow: none;
        background: transparent;
    }

    .section-album .tab.has-icon a {
        box-shadow: 0px 0px 40px 0px rgb(225 68 87 / 8%);
    }
	
	.section-camnang {
		padding: 50px 0 !important;
	}

    .section-camnang .blog-right h5.post-title.is-large,
    .section-camnang .blog-left h5.post-title.is-large {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-width: 100%;
    }

    .section-camnang .blog-camnang.blog-right .badge.absolute.top.post-date.badge-square {
        top: unset;
        bottom: 195px;
    }
	
	.section-about {
		padding: 50px 0 70px !important;
	}
	
	.section-about .col-center {
		padding: 0 15px;
	}
	
	.section-contact {
		padding-top: 30px !important;
		padding-bottom: 0 !important;
	}
	
	.section-contact .col-contact {
		padding-right: 15px;
		padding-bottom: 0;
	}
	
	.section-contact .col-contact .content-left {
		border-radius: 20px;
	}
	
	.section-contact .col-contact-2 {
		padding: 0;
	}
	
	.section-contact .col-contact-2 form {
		padding: 45px 15px;
		border-radius: 0;
		margin: 0;
	}
	
	.section-contact .map {
        position: absolute;
        width: 100%;
        z-index: -1;
        top: unset;
        bottom: -309px;
    }
	
	.page_contact {
		padding: 0 !important;
	}

    .shop-page-title .medium-flex-wrap .flex-col {
        text-align: left !important;
    }
	
	h1.product-title.product_title.entry-title {
		margin-top: 20px;
		line-height: 32px;
	}

    button.wsb-button.js-wsb-add-to-cart,
    button.single_add_to_cart_button.button.alt.wp-element-button {
        width: 100%;
        margin: 0;
    }

    button.single_add_to_cart_button.button.alt.wp-element-button {
        margin-top: 25px;
    }

    button.wsb-button.js-wsb-add-to-cart {
        margin-top: 15px;
    }

    .service_pro {
        width: 100%;
    }

    .product-footer .woocommerce-tabs {
        padding: 0;
    }

    .product-footer ul.tabs.wc-tabs.product-tabs li {
        text-align: center;
        padding: 12px;
        border: 1px solid #ebebeb;
        border-top: 0;
    }

    .product-footer ul.tabs.wc-tabs.product-tabs li a {
        padding: 0;
        line-height: 1.4;
    }

    .section-sp-lien-quan h3 {
        font-size: 22px;
    }

    .bai-viet-lien-quan .col.post-item:last-child {
        display: none;
    }

    .blog-wrapper .widget .box .box-image {
        width: 22% !important;
    }
	
}
