/*
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.   ***************/
:root {
    --mainColor: #fd7e14;
    --secondColor: #ed1c24;
    --main-border-radius: 8px;
    --main-back-Color: #f6915129;
}

.home .banner-breadcum{
	display:none;
}

#logo img {
    position: absolute;
    top: 0;
}

.banner-breadcum .rank-math-breadcrumb{
	line-height: 110px !important;
}

.banner-breadcum .rank-math-breadcrumb span.last {
    display: inline-block;
    max-width: 20ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.flex-row.container{
	max-width: 1280px; !important
}
.container{
	padding-left: 0; !important;
	padding-right: 0; !important
}
.header-wrapper{
	height: 70px;
}
.header {
    background: linear-gradient(90deg, #e65c00 0%, #fd7e14 100%);
    border-top: none;
    box-shadow: none;
}

.header-wrapper {
    height: auto;
}

.header-main {
    padding: 15px 30px;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    margin: 0; 
    justify-content: space-between;
    align-items: center;
    box-shadow: none;
    position: relative;
    z-index: 20;
}

.header-inner {
    padding: 0;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header-top a, 
.header-top span, 
.header-main a, 
.header-main span, 
.header-nav li a, 
.header .icon-shopping-cart, 
.header .icon-user {
    color: #ffffff !important;
}

.header-nav li a:hover {
    color: #ffffff !important;
    opacity: 0.8;
}

.header-main .search-form {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.header-main .search-field {
    border-radius: 8px 0 0 8px !important;
    border: none !important;
    padding: 10px 20px;
    background-color: #fff;
    color: #333;
}

.header-main .search-submit {
    border-radius: 0 8px 8px 0 !important;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.banner-header p{
	display: inline-block;
    color: var(--mainColor);
    font-size: 25px;
    letter-spacing: 3px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
	padding-bottom: 10px;
    border-bottom: 3px solid var(--mainColor);
	margin-bottom:0;
}
.banner-title p{
	font-weight: bold;
    margin-top: 10px;
	margin-bottom: 20px;
    text-transform: capitalize;
	font-size: 48px;
}

.banner-text p{
	font-size: 18px;
	font-weight: 400;
    margin-bottom: 20px;
	line-height: 30px;
}

.home-about-row{
	width: 1280px;
	height: 470px;
}

.home-about-box .col-inner{
	position: relative;
    border-radius: var(--main-border-radius);
    text-align: center;
    padding: 16px 8px;
    border-bottom: 3px solid var(--mainColor);
    overflow: hidden;
	background-color: var(--main-back-Color);
	width: 100%;
    height: 100%;
}

.home-about-1{
	text-transform: uppercase;
	color: var(--mainColor) !important; 
	text-decoration: underline;
	font-weight: bold;
	font-size: 18px;
}

.home-about-title p{
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 20px;
    line-height: 1.3;
	color: black;
}

.home-about-text{
	color: #757F95;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 30px;
}
.home-about-txt p{
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: capitalize;
	color: black;
}
.home-about-number p{
	font-size: 32px;
	font-weight: 600;
	color: var(--mainColor);
	margin-bottom: 10px;
	margin-top: 10px;
}

.home-about-img .img-inner img{
	border-radius: 12px;
}

.home-logo{
	margin-left: 35px !important;
	margin-right: 35px !important;
}

.footer-info .box-image {
	width: 5%;
	height: 40px;
}

.footer-info .box-image .image-cover{
	background-color: var(--mainColor);
	border-radius: var(--main-border-radius);
	width: 30px;
	height:30px;
}

.footer-info .box-image img{
	filter:invert(1);
	width: 20px;
	height: 20px;
	margin: auto;
}

.footer-info .box-text{
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.footer-info .box-text p{
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
	font-size: 15px;
}

.title-footer{
	line-height: 24px;
    color: #fff;
    margin-bottom: 16px;
	text-transform: uppercase;
	padding-left: 25px;
}

.footer-info a{
	color: #fff;
}

.footer-info a:hover{
	color: var(--mainColor);
}

.footer-link{
	display: block;
    margin-bottom: 10px;
    color: #fff;
    position: relative;
    padding-left: 23px;
	font-size: 15px;
}
.footer-link:hover .ux-menu-link__text {
    color: var(--mainColor);
	transition: all .2s ease-out 0s;
}

.ux-menu-link__icon{
	color: var(--mainColor);
}

.copyright-footer{
	color: #fff;
}

.banner-2{
	height: 420px;
}

.home-banner-row{
}

.home-banner-img .overlay{
	position: relative !important;
}

.home-banner-title p{
	text-transform: uppercase;	
	font-size: 24px;
	color: #64340F;
	text-transform: bold;
}

.home-banner-des p{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #63574C;
    margin-bottom: 15px;
}

.home-banner-link p{
	font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FF7205;
    display: block;
}
.home-banner-link a:hover{
	color: inherit;
}

.home-banner-img .box-text .box-text-inner .home-banner-des, .home-banner-link {
	text-shadow: none !important;
}

.home-sale-sec{
	padding-bottom:60px !important;
	padding-top:72px !important;
}

.home-sale-col .col-inner{
	height: 90px;
}

.home-sale-col-1{
    position: relative;
    top: -23px;   
    left: -43px;  
    display: inline-block;
    z-index: 10;
}

.home-sale-col-1{
	height:100px;
	width: 260px;
}

.home-sale-title{
	height: 50px;
}

.home-sale-link h2{
	font-size: 42px;
	color: var(--mainColor);
}

.home-sale-timer .ux-timer{
	margin: 5px 0px 5px;
}

.home-sale-product .col-inner{
	border-radius: var(--main-border-radius);
	background-color: white;
	padding: 10px;
}

.product-small .box-text a{
	color: black;
}

.product-small .box-image img{
	border-radius: var(--main-border-radius);
}

.flickity-button .flickity-button-icon{
	border-radius: var(--main-border-radius)!important;
	background-color: white;
	color: var(--mainColor);
}
.slider-nav-light .flickity-prev-next-button .arrow, .slider-nav-light .flickity-prev-next-button svg{
    fill: var(--mainColor);
}
.home-sale-sec .badge-container{
	left: 20px;
	top: 20px;
	margin:0;
}
.badge-container .badge-inner{
	background-color: var(--mainColor);
	color: white;
	border-radius: var(--main-border-radius);
	font-size: 14px;
	padding: 2px 10px;
}

.product-title a{
	font-weight: 500;
}

.product-title a:hover{
	color: var(--mainColor);
}

.tabs-best-selling h4{
	font-size: 42px;
}

.tabs-best-selling ul{
	text-align: center;
    margin-bottom: 0;
    display: inline-flex;
    gap: 23px;
}

.tabs-best-selling ul li{
	cursor: pointer;
}

.tabs-best-selling ul li span{
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}

.home-best-selling-product .product-small .col-inner, .home-product-product .product-small .col-inner, .related-products-wrapper .product-small .col-inner{
	background-color: var(--main-back-Color);
}

.home-best-selling-product .product-small .col-inner, .home-product-product .product-small .col-inner, .related-products-wrapper .product-small .col-inner{
	padding: 10px;
}

.home-best-selling-product .wishlist-button, .home-product-product .wishlist-button{
	top: 20px;
}

.home-best-selling-product .badge-container, .home-product-product .badge-container, .related-products-wrapper .badge-container, .shop-container .products .product-small .col-inner .badge-container, .shop-container .product-images .badge-container{
	padding: 20px;
	margin: 0;
	margin-left: 5px;
}

.home-sale-product .col-inner{
	border-radius: var(--main-border-radius);
}

.home-best-selling-product .col-inner, .home-product-product .col-inner{
	border-radius: var(--main-border-radius);
}

.home-contact-col{
	top: -100px;
}

.home-contact-img .image-cover img{
	opacity: .1;
}

.home-contact-icon-box:hover {
	opacity: .7;
}

.home-contact-icon-box{
	padding-bottom: 20px;
}

.home-contact-text-left h4{
	font-size: 32px;
	margin-bottom: 15px;
}

.home-contact-text-left p{
	font-size: 15px;
	margin-bottom: 15px;
}

.home-contact-col-left .col-inner:before{
	position: absolute;
	content: close-quote;
	width: 2px;
    bottom: 0;
    background-color: #fff;
    right: -75px;
    top: 0;
	background-color: #fff;
	height: 125px;
	top: 55%;
	transform: translateY(-60%);
}

.home-contact-col-left .col-inner:after{
	width: 0px;
    position: absolute;
    content: close-quote;
    height: 0px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
    top: 50%;
    transform: translateY(-100%);
    right: -80px;
}

.home-contact-phone p{
	font-size: 32px;
	font-weight: bold;
}

a.button.primary.home-contact-button {
	background-color: white;
	color: black;
	padding: 5px 25px !important;
	font-size: 16px;
	margin:0;
}

.home-contact-sec .video-button-wrapper{
	position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
    background: var(--mainColor);
    border-radius: 50%;
    cursor: pointer;
}

.home-contact-sec .video-button-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--mainColor);
    animation: ripple-wave 1.5s ease-out infinite;
    z-index: -1;
}

@keyframes ripple-wave {
	0% {
        opacity: 0.8;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

.home-contact-sec .video-button-wrapper .button.icon.circle{
	padding-left: 17px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
	border: none;
	color: white;
}

.home-contact-icon-box{
	width: 90%;
	margin-left: 40px!important;
}

.home-contact-icon-box img{
	filter: invert(1);
}

.home-product-material-row .product-material-title{
	padding-bottom:0;
}

.home-product-title p{
	display: inline-block;
    color: var(--mainColor);
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    border-bottom: 2px solid var(--mainColor);
    margin-bottom: 10px;
}

.home-product-des p{
	font-weight: bold;
    font-size: 42px;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.3;
}

.home-product-des a{
	color: black;
    transition: all 0.2s ease-out 0s;
}

.home-product-des a:hover{
	color: var(--mainColor);
}

.home-product-col-button .button{
	width: 230px;
	height: 60px;
}

.home-product-col-button .button span{
	line-height: 60px;
	font-size: 18px;
	font-weight: 600;
}

.home-product-col-button .button-vai{
	background-image: url(https://noithat.vidoweb.vn/wp-content/uploads/2025/07/bg_menu_1.webp);
}

.home-product-col-button .button-go{
	background-image: url(https://noithat.vidoweb.vn/wp-content/uploads/2025/07/bg_menu_2.webp);
}

.home-product-col-button .button-da91{
	background-image: url(https://noithat.vidoweb.vn/wp-content/uploads/2025/07/bg_menu_3.webp);
}

.home-product-col-button .button-da{
	background-image: url(https://noithat.vidoweb.vn/wp-content/uploads/2025/07/bg_menu_4.webp);
}

.home-quy-trinh-title{
	text-align: center;
}

.home-quy-trinh-title p{
	display: inline-block;
    color: var(--mainColor);
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    border-bottom: 2px solid var(--mainColor);
    margin-bottom: 10px;
}

.home-quy-trinh-cam-ket p{
	font-weight: bold;
    font-size: 42px;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.3;
	text-align: center;
	color: black;
}

.home-quy-trinh-anh .box-image{
	height: 140px;
	width: 140px;
    position: relative;
    line-height: 118px;
    background: #fff;
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin-bottom: 30px;
    font-size: 70px;
    color: var(--mainColor);
    text-align: center;
}

.home-quy-trinh-anh .box-image:before{
	content: "";
    position: absolute;
    left: 7px;
    right: 7px;
    top: 7px;
    bottom: 7px;
    border-radius: 50%;
    border: 3px solid var(--mainColor);
}

.home-quy-trinh-anh .box-image img{
	height: 60px;
	width: 75px;
}

.home-quy-trinh-anh .col{
	padding: 10px;
}
.home-quy-trinh-anh .box-text{
	padding: 0;
}

.home-quy-trinh-anh .box-text h4{
	margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
}

.home-quy-trinh-anh .box-text p{
	color: #757F95;
    font-size: 16px;
}

.home-quy-trinh-anh .box-text:before{
	content:"";
	position: absolute;
    right: -70px;
    top: -130px;
    width: 118px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
	background-image: url(https://noithat.vidoweb.vn/wp-content/uploads/2025/07/icon-arrow.webp)
}

.home-quy-trinh-anh .last-image .box-text:before{
	content:none;
}

.home-quy-trinh-number{
	position: absolute;
    height: 40px;
    width: 40px;
    font-size: 14px;
    background: var(--mainColor);
    line-height: 40px;
    border-radius: 50%;
    left: 75px;
    top: -175px;
    font-weight: 600;
    text-align: center;
}

.home-quy-trinh-number p{
	color: white !important;
}

.home-quy-trinh-anh h4{
	color: black;
}

.home-why-subtitle p{
	display: inline-block;
    color: var(--mainColor);
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    border-bottom: 2px solid var(--mainColor);
    margin-bottom: 10px;
}

.home-why-title h2{
	font-weight: bold;
    font-size: 42px;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.3;
	color: black;
}

.home-why-title p{
	color: #757F95;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 20px;
}

.home-why-icon .icon-box-img{
    height: 50px;
    line-height: 30px;
    background: var(--mainColor);
    font-size: 25px;
    border-radius: 50px;
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
}

.home-why-icon .icon-box-img:before{
	content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    border-radius: 50%;
    border: 3px solid var(--mainColor);
}

.home-why-icon .icon-inner{
	height:50px;
	line-height: 45px;
}

.home-why-icon img{
	width: 30px;
	height: 30px;
	filter: invert(1);
	padding:0;
}

.home-why-icon .icon-box-text h3{
	margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
}

.home-why-icon -icon-box-text p{
	color: #757F95;
    text-align: justify;
}
.home-why-icon{
	margin-top: 25px;
}

.home-why-icon p{
	color: #757f95;
}
.home-why-box-up{
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);;
}

.home-why-img .img-inner{
    position: relative;
    display: block;
	overflow: inherit;
}

.home-why-img img{
	z-index: 1;
    position: relative;
}
.home-why-img .img-inner:after{
	content: "";
    position: absolute;
    border: 6px solid var(--mainColor);
    right: -30px;
    top: -30px;
    bottom: -30px;
    left: 20%;
}

.home-faq-title p{
	display: inline-block;
    color: var(--mainColor);
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    border-bottom: 2px solid var(--mainColor);
    margin-bottom: 10px;
}

.home-faq-text h2{
	font-weight: bold;
    font-size: 42px;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.3;
	color: black;
}

.home-faq-text p{
	color: #757F95;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 30px;
	padding-right: 50px;
}

.home-faq-button{
	display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    border-radius: var(--main-border-radius);
    background: var(--mainColor);
    color: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
}

.home-faq-question {
	border: none;
    background: initial;
    padding: 15px;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    align-items: center;
    width: 100%;
    text-align: left;
    padding-right: 45px;
	margin-bottom: 30px;
    background: #fff;
    border-radius: var(--main-border-radius);
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
}

.home-faq-question a{
	border: none;
}

.home-faq-question{
	padding-right: 18px;
}

.home-faq-question .toggle{
	left: 95%;
	top: 20%;
}

.home-faq-question a:before{
	min-width: 45px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    background: var(--mainColor);
    text-align: center;
    position: absolute;
    margin-right: 15px;
	content:"?";
	left: -5px;
	top: 15%;
	color: white;
	font-size: 25px;
}

.home-accordion .accordion-inner{
	border-top: 1px solid var(--mainColor);
	padding: 10px;
}

.home-accordion .accordion-title{
	background-color: #fff!important;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 50px;
	padding-right: 30px;
}

.home-accordion .accordion-inner p{
	font-size: 15px;
	color: black;
	font-weight: 400;
}

.home-y-kien-kh-title {
	text-align: center;
}

.home-y-kien-kh-title p{
	display: inline-block;
    color: var(--mainColor);
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    border-bottom: 2px solid var(--mainColor);
    margin-bottom: 10px;
}

.home-y-kien-kh-title h3{
	font-weight: bold;
    font-size: 42px;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.3;
}

.home-slide-comment .row .col .col-inner{
	height: 300px;
}

.home-slide-comment .flickity-page-dots .dot{
	background-color: var(--mainColor) !important;
	border-color: var(--mainColor);
}

.home-comment{
	padding:20px;
}

.home-comment .star-rating span:before{
	color: var(--mainColor)!important;
}

.home-comment .star-rating{
	width: 200px;
	margin-bottom: 20px;
}

.home-comment .star-rating:before{
	width:100%;
}

.home-comment .icon-box-text .testimonial-text p{
	font-size: 15px;
	color: black;
	font-style: normal;
}

.home-comment .icon-box-text .testimonial-text .icon-box{
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding-top: 20px;
}

.home-comment .icon-box-text .testimonial-text .icon-box .icon{
    width: 75px;
    padding: 4px;
    border-radius: 50px;
    border: 4px solid var(--mainColor);
}

.home-comment .icon-box-text .testimonial-text .icon-box h3{
	color: black;
	font-size: 20px;
}

.home-comment .icon-box-text .testimonial-text .icon-box p{
	color: var(--mainColor);
	font-weight: 600;
}

.home-slide-comment .col .col-inner{
	background-color: white;
	border-radius: var(--main-border-radius);
	border-bottom: 3px solid var(--mainColor);
}

.home-comment .icon-box-img img{
	border-radius: 50px;
	width: 59px;
	height: 59px;
}

.home-blog-title{
	text-align: center;
}

.home-blog-title p{
	display: inline-block;
    color: var(--mainColor);
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    border-bottom: 2px solid var(--mainColor);
    margin-bottom: 10px;
}

.home-blog-title h3{
	font-weight: bold;
    font-size: 42px;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.3;
}

.home-blog-title a{
	color: #000;
	text-decoration: none;
    background-color: transparent;
    transition: all 0.2s ease-out 0s;
}

.home-blog-title a:hover{
	color: var(--mainColor);
}

.home-blog .col-inner a{
	text-decoration: none;
    color: #000;
    background-color: transparent;
	font-size: 18px;
}

.home-blog .col-inner a:hover{
	color: var(--mainColor);
}

.home-blog .col-inner .post-meta{
	font-size: 16px;
	color: black;
}

.home-blog .col-inner .from_the_blog_excerpt {
	font-size: 15px;
    color: #4d4e50;
    line-height: 1.4;
}
.banner-breadcum .last {
    color: #ffc700;
}

.banner-breadcum .rank-math-breadcrumb{
	line-height: 250px;
}

.widget{
	margin-bottom: 30px;
    padding: 15px 15px;
    border-radius: 6px;
    border: 1px solid #efefef;
}

.shop-container .products .product-small .col-inner{
	padding: 10px;
}
.shop-container .products .product-small .col-inner{
    background-color: var(--main-back-Color);
	border-radius: var(--main-border-radius);
}
.col-inner .title-wrapper a{
	font-size: 16px;
}
.price-wrapper .price{
	font-size: 16px;
	padding-top: 5px;
}

.price_slider_wrapper .ui-slider-range {
    background-color: var(--mainColor) !important;
}

.price_slider_wrapper .ui-slider-handle {
    background-color: var(--mainColor) !important;
    border-color: var(--mainColor) !important;
}

.price_slider_amount .button{
	background-color: var(--mainColor) !important;
}

.blog-wrapper .nav-pagination li a{
	border-radius: 8px;
}

.blog-wrapper .nav-pagination li span{
	border-radius: 8px;
}

.sidebar-inner .product-categories li a:hover{
	color: var(--mainColor);
}

.sidebar-inner .product-categories .current-cat a{
	color: var(--mainColor);
}

.widget_nav_menu, .recent-posts-widget-with-thumbnails, .widget_tag_cloud{
	background-color: #ad755529;
	padding: 10px;
	border-radius: var(--main-border-radius);
}

.is-divider{
	background-color: var(--mainColor);
}

.widget_nav_menu .menu-mainmenu-container li a, .recent-posts-widget-with-thumbnails .rpwwt-widget li a{
	color: black;
}

.widget_tag_cloud .tagcloud a{
	color: black;
	background-color: white;
	border-radius: var(--main-border-radius);
	border: none;
	font-size: 14px;
	padding: 5px 10px;
}

.widget_tag_cloud .tagcloud a:hover{
	color: white;
	background-color: var(--mainColor);
	transition: all 0.2s ease-out 0s;
}

.post-sidebar li a:hover{
	color: var(--mainColor);
}

.post-item .col-inner .box-text .post-title{
	font-size: 18px;
	color: black;
}

.post-item .col-inner .box-text .post-title a:hover{
	color: var(--mainColor);
}

.blog-wrapper .post-item .col-inner .box-text .from_the_blog_excerpt {
	font-size: 15px;
}

.section-du-an .post-item .col-inner .box{
	width: 100%;
	display: flex;
    flex-direction: row;
} 
.section-du-an .post-item .col-inner .box-image{
	width: 40%;
	height: 110px;
	margin-top: 15px;
	margin-left: 10px;
}

.section-du-an .post-item .col-inner .box-text{
	width: 60%;
	height: 120px;
	margin-top: 15px;
	margin-left: 10px;
	padding: 0;
}

.section-du-an .post-item .col-inner .box-text .plain{
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
    text-overflow: ellipsis;
}
.section-du-an .post-item .col-inner .box-text .box-text-inner{
	width: 100%;
	height: 100%;
	margin-right: 10px;
}

.section-du-an .post-item .col-inner .box-text .button{
	border-radius: var(--main-border-radius);
}

.section-du-an .post-item .col-inner .box-text .button:after{
	content: "=>";
}

.section-du-an .page-title{
	font-weight: 700;
    color: #181818;
    margin-bottom: 25px;
	font-size: 32px;
	text-transform: uppercase;
}

.section-du-an .row .col .col-inner{
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
    padding: 16px;
    border-radius: var(--main-border-radius);
}

.contact-info .section-content .text{
	margin-bottom: 40px;
}

.contact-info .section-content h3{
	color: #212633;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-info .section-content p{
	color: #76809B;
    font-size: 16px;
    margin-bottom: 0;
}

.contact-info .section-content .row .col .col-inner{
    border: 1px solid #f1f1f1;
    border-radius: 6px;
    background: #fdfdfd;
    padding: 35px 15px;
    text-align: center;
	padding-right: 15px;
    padding-left: 15px;
}

.contact-info .section-content .contact-img .box-image img{
	filter: invert(48%) sepia(17%) saturate(1145%) hue-rotate(338deg) brightness(99%) contrast(83%);;
	width: 50px;
	height: 50px;
	margin-top: 5%;
}

.contact-info .contact-img .box-text h4{
	font-size: 17.5px;
	font-weight: 600;
}

.contact-info .contact-img .box-text p,a{
	margin-bottom: 0;
    color: #777;
	font-size: 15px;
}

.contact-info .contact-img .box-text a:hover{
	color: var(--mainColor);
}

.contact-map{
	border-radius: var(--main-border-radius);
	overflow: hidden;
}

.contact-map .map-inner p{
	font-size: 12px;
	margin:0;
}

.contact-map .map-inner{
	padding: 10px 10px 10px;
	width: 225px;
	height: 60px;
	max-width: 100% !important;
}

.wpcf7-form p span input, select, textarea, .wpcf7-submit{
	border-radius: var(--main-border-radius) !important;
}

.wpcf7-form p span input, select, textarea{
	background-color: #fdfdfd;
}

.wpcf7-form p input[type=submit]:hover{
	color: var(--mainColor);
	background-color: white;
	box-shadow: none;
	border: 1px solid var(--mainColor);
}

.category-tin-tuc .archive-page-header span{
	font-size: 32px;
}

.home-contact-col-left , .home-contact-col-right{
	padding: 0 15px 0;
}

.absolute-footer{
	background-color: #1b1b1c;
}

.absolute-footer .footer-secondary{
	display: none;
}

.absolute-footer .footer-primary{
	border-top: 1px dashed var(--mainColor);
    padding: 12px 0;
}

.footer-info .box-text{
	padding: 0 0 0 10px;
}

.footer-info-des p{
	margin:0;
}

.footer-wrapper{
	border-top: 3px solid var(--mainColor);
    background: #1b1b1c;
}

.tabs-best-selling .tab a{
	padding: 6px 24px;
	color: var(--mainColor);
	border: 1px solid var(--mainColor);
	border-radius: var(--main-border-radius);
}
.tabs-best-selling .tab a:hover{
	background-color: var(--mainColor);
	color: white;
}

.testimonial-box .testimonial-meta{
	padding: 0;
}
.home-contact-img .box-image img {
    object-position: center !important;
}
.accordion-inner p{
	margin:0;
}
.testimonial-box .icon-box-img img{
	padding: 0;
}

.home-blog .post-title a, .from_the_blog_excerpt, .product-title a{
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wpcf7-form-control:hover{
	border: 1px solid;
	border-color: var(--mainColor);
}
.ux-menu-link--active .ux-menu-link__link, .ux-menu-link:hover .ux-menu-link__link{
	color: white;
}

.header-contact li a{
	text-transform: none;
}
.html_topbar_left strong{
	text-transform: none;
}
.header-nav li a{
	text-transform: none;
}

.header-nav li{
	padding: 0 5px 0 5px;
}

.post-type-archive-product .col .banner-breadcum, .tax-product_cat .col .banner-breadcum{
	display: none;
}
.wpc-custom-selected-terms{
	display: none;
}

.product-categories li a:hover{
	color: var(--mainColor);
}
.product-categories .active a{
	color: var(--mainColor);
	text-decoration: bolder;
}
.price_slider_amount .price_label{
	line-height: normal;
}

.price-wrapper .price{
	line-height: 1.2;
}
.recent-posts-widget-with-thumbnails a span{
	font-size: 15px;
	-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}	
.recent-posts-widget-with-thumbnails ul li{
	margin: 0;
}
del{
	font-size: 14px;
}
ins{
	font-size: 18px;
}
.product-info ins {
    font-size: 26px;
}
.wishlist-icon{
	display: none;
}
.yith-add-to-wishlist-button-block{
	display: none;
}
.single_add_to_cart_button{
	background-color: var(--mainColor) !important;
}
.single_add_to_cart_button:hover{
	background-color: white !important;
	color: var(--mainColor);
	box-shadow: none !important;
	border: 1px solid var(--mainColor);
}
.quantity .is-form{
	color: var(--mainColor)!important;
	background-color: white !important;
}
.quantity .is-form:hover{
	color: white!important;
	background-color: var(--mainColor)!important;
}
.woocommerce-product-gallery__wrapper{
	border: 1px solid black;
}

@media (max-width: 1023px) {
    .home-slider .banner{
        max-height: 500px;
    }
    .home-slider .banner .banner-header p{
        font-size: 18px;
    }
    .home-slider .banner .banner-title p{
        font-size: 32px;
    }
    .home-banner-img .home-banner-des{
        display: none;
    }
    .section-home-danh-muc .section-content{
        height: 300px;
    }
    .section-home-danh-muc .col-inner .banner-img-1 .box-image{
        height: 250px;
        padding-bottom: 20px;
    }
    .section-home-danh-muc .col-inner .banner-img-1 .box-image img{
        width: 160px;
        height: 250px;
    }
    .section-home-danh-muc .col-inner .banner-img-1 .box-text .home-banner-title p{
        font-size: 13px;
    }
    .section-home-danh-muc .col-inner .banner-img-1 .box-text .home-banner-link p{
        font-size: 12px;
    }
    .section-home-danh-muc .col-inner .banner-img-1 .box-text{
        padding: 20px 20px 20px 20px !important;
    }
    .section-home-danh-muc .col-inner .banner-img-2 .box-image{
        height: 110px;
        padding-bottom: 20px;
    }
    .section-home-danh-muc .col-inner .banner-img-2 .box-image img{
        width: 200px;
        height: 110px;
    }
    .section-home-danh-muc .col-inner .banner-img-2 .box-text .home-banner-title p{
        font-size: 13px;
    }
    .section-home-danh-muc .col-inner .banner-img-2 .box-text .home-banner-link p{
        font-size: 12px;
    }
    .section-home-danh-muc .col-inner .banner-img-2 .box-text{
        padding: 10px 0px 60px 10px !important;
    }
    .section-home-danh-muc .col-inner .banner-img-3 .box-image{
        height: 110px;
        padding-bottom: 20px;
    }
    .section-home-danh-muc .col-inner .banner-img-3 .box-image img{
        width: 300px;
        height: 110px;
    }
    .section-home-danh-muc .col-inner .banner-img-3 .box-text .home-banner-title p{
        font-size: 13px;
    }
    .section-home-danh-muc .col-inner .banner-img-3 .box-text .home-banner-link p{
        font-size: 12px;
    }
    .section-home-danh-muc .col-inner .banner-img-3 .box-text{
        padding: 10px 10px 60px 100px !important;
    }
    .section-home-danh-muc .col-inner .banner-img-4 .box-image{
        height: 110px;
        padding-bottom: 20px;
    }
    .section-home-danh-muc .col-inner .banner-img-4 .box-image img{
        width: 300px;
        height: 110px;
    }
    .section-home-danh-muc .col-inner .banner-img-4 .box-text .home-banner-title p{
        font-size: 13px;
    }
    .section-home-danh-muc .col-inner .banner-img-4 .box-text .home-banner-link p{
        font-size: 12px;
    }
    .section-home-danh-muc .col-inner .banner-img-4 .box-text{
        padding: 10px 100px 60px 10px !important;
    }
    .section-home-danh-muc .col-inner .banner-img-5 .box-image{
        height: 110px;
        padding-bottom: 20px;
    }
    .section-home-danh-muc .col-inner .banner-img-5 .box-image img{
        width: 200px;
        height: 110px;
    }
    .section-home-danh-muc .col-inner .banner-img-5 .box-text .home-banner-title p{
        font-size: 13px;
    }
    .section-home-danh-muc .col-inner .banner-img-5 .box-text .home-banner-link p{
        font-size: 12px;
    }
    .section-home-danh-muc .col-inner .banner-img-5 .box-text{
        padding: 10px 10px 60px 0px !important;
    }
    .home-about-row{
        height: 100%;
    }
    .home-about-row .col{
        padding-top: 30px;
    }
    .home-sale-col .img-inner img{
        display: none;
    }
    .home-contact-col{
        top: 10px;
    }
    .home-contact-icon-box{
        width: 100%;
        margin: 0!important;
    }
    .home-contact-col-left{
        padding-bottom: 0!important;
    }
    .home-contact-col-right .col-inner{
        text-align: center;
    }
    .home-contact-col-left .col-inner:before{
        display: none;
    }
    .home-contact-col-left .col-inner:after{
        display:none;
    }
    .home-contact-img .image-cover{
        height: 300px;
    }
    .home-quy-trinh-anh .box-text:before{
        display: none;
    }
    .home-contact-col-right .col-inner{
        padding-top: 0 !important;
    }
    .home-contact-img .box-text{
        height:100%;
    }
    .home-quy-trinh-number{
        left: 125px;
    }
    .home-why-img{
        width: 80% !important;
    }
    .home-slider .text-box{
        width: 90% !important;
    }
    .header-inner .flex-right{
        padding-bottom: 30px;
    }
    .mobile-sidebar .icon-search:before{
        color: black;
    }
    .home-contact-text-left{
        text-align: center !important;
    }
    .home-faq-text h2, .home-y-kien-kh-title h3, .home-blog-title h3{
        font-size: 28px;
    }
    .footer-wrapper .col-inner .title-footer, .footer-wrapper .col-inner .ux-menu .ux-menu-link{
        padding: 0;
    }
}
Xác nhận:
Tôi hiểu bạn muốn tùy biến lại CSS của khối tìm kiếm (search form) trong Flatsome để nó có giao diện bo tròn hình hạt thuốc (pill shape), nền trắng bao quanh, với ô nhập liệu không viền và nút tìm kiếm có nền màu cam bo góc nằm lọt vào bên trong, giống hệt với hình ảnh thiết kế bạn đã cung cấp.

Giải pháp chính:
Chúng ta sẽ nhắm mục tiêu vào cấu trúc HTML .header-search-form của Flatsome. Cụ thể, ta sẽ định dạng class .flex-row làm khung bao ngoài với nền trắng và bo góc tròn 50px. Ô .search-field sẽ được xóa bỏ viền và nền mặc định. Nút .ux-search-submit sẽ được bo góc, thêm màu nền cam và điều chỉnh kích thước để nằm vừa vặn bên trong khung trắng.

Chi tiết kỹ thuật:
Bạn hãy sao chép đoạn mã CSS dưới đây và dán vào tệp wp-content/themes/flatsome-child/style.css hoặc Giao diện > Tùy biến > Additional CSS:

CSS
.header-nav.nav-left {
    width: 100%;
}

.header-nav > li.header-search-form {
    flex: 1;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.header-search-form .flex-row {
    background-color: #ffffff;
    border-radius: 50px;
    padding: 5px;
    align-items: center;
    margin: 0;
}

.header-search-form .flex-row > .flex-col {
    padding-bottom: 0 !important;
}

.header-search-form .search-field {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 10px 25px !important;
    margin-bottom: 0 !important;
    color: #333333;
    font-size: 15px;
    width: 100%;
}

.header-search-form .search-field:focus {
    box-shadow: none !important;
}

.header-search-form .ux-search-submit {
    background-color: #f88a16 !important;
    color: #ffffff !important;
    border-radius: 16px !important;
    min-width: 65px;
    padding: 0 15px !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
}

.header-search-form .ux-search-submit:hover {
    background-color: #e57c13 !important;
}

.header-search-form .ux-search-submit .icon-search {
    font-size: 20px;
}
.header-search-form .searchform-wrapper form.searchform button.submit-button {
    border-radius: 16px !important;
    margin: 4px 4px 4px 0 !important;
    height: 50px !important;
}
.header-search-form .search-field {
    padding-right: 15px !important;
}
.icon-shopping-cart::before {
    content: "" !important;
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.9719 17.9996H25.5281C26.3489 17.9996 27 17.3205 27 16.502C27 16.502 26.3489 15.0043 25.5281 15.0043H20.9719C20.1493 15.0043 19.5 15.6838 19.5 16.502C19.5 17.3202 20.1493 17.9996 20.9719 17.9996Z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.45586 22.3285L6.13996 6.31089L4.21953 5.97177C3.41238 5.82634 2.88606 5.04921 3.02111 4.24158C3.15405 3.45771 3.93629 2.88527 4.72437 3.01959L7.7675 3.55866C8.42958 3.67801 8.92393 4.23753 8.98001 4.91046L9.33137 8.99963C24.7021 9.00633 28.6042 9.01384 29.6407 9.02223C29.7884 9.02343 29.941 9.01535 30.088 9.035C31.0027 9.17116 31.8082 9.66128 32.3553 10.4122C32.9019 11.1608 33.1305 12.084 33 13.0061L31.5763 22.5813C31.2895 24.6277 29.5516 26.1809 27.515 26.1809H11.543C9.41403 26.1809 7.62751 24.4841 7.45586 22.3285ZM10.39 22.0855L9.5772 11.995C16.2833 11.9993 22.9937 12.0883 29.699 12.0058C29.8193 12.0298 29.9204 12.1005 29.9926 12.1985C30.0717 12.3058 30.1059 12.441 30.0869 12.5805L28.6617 22.1568C28.5784 22.7501 28.0795 23.1856 27.5121 23.1856H11.5459C10.9425 23.1856 10.4397 22.7233 10.39 22.0855Z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.64487 30.6863C8.64487 31.9535 9.65248 32.9997 10.9124 32.9997C12.1718 32.9997 13.1813 31.9539 13.1813 30.6863C13.1813 29.4183 12.1715 28.3744 10.9124 28.3744C9.65285 28.3744 8.64487 29.4187 8.64487 30.6863Z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.1424 30.6863C25.1424 31.9535 26.15 32.9998 27.4099 32.9998C28.6706 32.9998 29.6803 31.9541 29.6803 30.6863C29.6803 29.4181 28.6702 28.3744 27.4099 28.3744C26.1504 28.3744 25.1424 29.4187 25.1424 30.6863Z'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.9719 17.9996H25.5281C26.3489 17.9996 27 17.3205 27 16.502C27 16.502 26.3489 15.0043 25.5281 15.0043H20.9719C20.1493 15.0043 19.5 15.6838 19.5 16.502C19.5 17.3202 20.1493 17.9996 20.9719 17.9996Z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.45586 22.3285L6.13996 6.31089L4.21953 5.97177C3.41238 5.82634 2.88606 5.04921 3.02111 4.24158C3.15405 3.45771 3.93629 2.88527 4.72437 3.01959L7.7675 3.55866C8.42958 3.67801 8.92393 4.23753 8.98001 4.91046L9.33137 8.99963C24.7021 9.00633 28.6042 9.01384 29.6407 9.02223C29.7884 9.02343 29.941 9.01535 30.088 9.035C31.0027 9.17116 31.8082 9.66128 32.3553 10.4122C32.9019 11.1608 33.1305 12.084 33 13.0061L31.5763 22.5813C31.2895 24.6277 29.5516 26.1809 27.515 26.1809H11.543C9.41403 26.1809 7.62751 24.4841 7.45586 22.3285ZM10.39 22.0855L9.5772 11.995C16.2833 11.9993 22.9937 12.0883 29.699 12.0058C29.8193 12.0298 29.9204 12.1005 29.9926 12.1985C30.0717 12.3058 30.1059 12.441 30.0869 12.5805L28.6617 22.1568C28.5784 22.7501 28.0795 23.1856 27.5121 23.1856H11.5459C10.9425 23.1856 10.4397 22.7233 10.39 22.0855Z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.64487 30.6863C8.64487 31.9535 9.65248 32.9997 10.9124 32.9997C12.1718 32.9997 13.1813 31.9539 13.1813 30.6863C13.1813 29.4183 12.1715 28.3744 10.9124 28.3744C9.65285 28.3744 8.64487 29.4187 8.64487 30.6863Z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.1424 30.6863C25.1424 31.9535 26.15 32.9998 27.4099 32.9998C28.6706 32.9998 29.6803 31.9541 29.6803 30.6863C29.6803 29.4181 28.6702 28.3744 27.4099 28.3744C26.1504 28.3744 25.1424 29.4187 25.1424 30.6863Z'/%3E%3C/svg%3E") no-repeat center / contain;
}
.header {
    background: linear-gradient(to top, #fd7e14 0%, #e65c00 100%) !important;
}

.header-top, 
.header-main, 
.header-bottom {
    background-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
}

.header-wrapper {
    height: auto;
}

.header-main {
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 15px 0 !important;
}

.header-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-top a, 
.header-top span, 
.header-main a, 
.header-main span, 
.header-bottom a, 
.header-nav li a, 
.header .icon-shopping-cart, 
.header .icon-user,
.header .icon-menu {
    color: #ffffff !important;
}

.header-nav li a:hover {
    opacity: 0.8;
}

.header-bg-container, .header-bg-color {
    background-color: transparent !important;
}
@media (max-width: 767px) {
	.banner-header p{
        font-size: 16px;
        border-bottom: none;
	}
	.banner-title p{
        font-size: 23px;
    }
	.banner-text p{
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }
    .home-banner-img {
        max-height: 200px;
    }
    .home-banner-img img{
        max-height: 200px;
    }
    .home-sale-col .col-inner{
        height: 140px;
    }
    .home-sale-col .home-sale-timer{
        top: 50px;
    }
    .home-sale-col .home-sale-header{
        bottom: 190px;
    }
    .home-sale-col .home-sale-link h2{
        font-size: 32px;
        text-align: center;
    }
    .home-contact-sec .video-button-wrapper {
        top: 10%;
        width: 50px;
        height: 50px;
    }
    .home-contact-sec .video-button-wrapper .button.icon.circle{
        padding: 0;
        top: -12%;
        left: -25%;
    }
    .home-contact-sec .video-button-wrapper .icon-play{
        font-size: 1em !important;
    }
    .home-contact-img .image-cover{
        height: 500px !important;
    }
    .home-product-material-row .text-right{
        text-align: left !important;
    }
    .home-product-des p{
        font-size: 28px;
    }
    .col-inner .title-wrapper a{
        font-size: 14px;
    }
    .price-wrapper .price {
        font-size: 14px;
        padding-top: 5px;
    }
    .home-why-img .img-inner:after{
        display: none;
    }
    .footer-info .box-image{
        width: 15%!important;
        margin:0;
    }
    .footer-info {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .section-du-an .post-item .col-inner .box{
        width: 100%;
        height: 152px;
        display: inline-block;
    }
    .section-du-an .post-item .col-inner .box-image{
        width: 80% !important;
    }
    .section-du-an .post-item .col-inner .box-text{
        width: 100%;
    }
    .banner-img-1{
        display: none;
    }
    .section-home-danh-muc .col-inner .banner-img-2 .box-image img{
        width: 150px;
        height: 85px;
    }
    .section-home-danh-muc .col-inner .banner-img-5 .box-image img{
        width: 150px;
        height: 85px;
    }
    .section-home-danh-muc .col-inner .banner-img-3 .box-image img{
        width: 230px;
        height: 85px;
    }
    .section-home-danh-muc .col-inner .banner-img-4 .box-image img{
        width: 230px;
        height: 85px ;
    }
    .home-slider .banner .banner-title p{
        font-size: 23px;
    }
    .home-about-title p{
        font-size: 28px;
    }
    .home-about-box{
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .home-contact-img{
        height: 450px;
    }
    .home-product-material-row .col{
        padding-bottom:0;
    }
    .blog-archive .archive-page-header, .section-du-an .section-content .page-title{
        display: none;
    }
    .home-why-title h2, .home-quy-trinh-cam-ket p, .tabs-best-selling h4{
        font-size: 28px;
    }
}