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

/*************** ADD CUSTOM CSS HERE.   ***************/
h1,h2,h3,h4,h5,h6 {
    text-wrap: inherit;
}
a.button{
	font-weight: 400;font-size: 15px;
}
a.button.secondary{
	border-radius: 100px;
	background: linear-gradient(103deg, #FF6A00 0%, #FFB347 100%);
	box-shadow: 0 8px 32px 0 rgba(255, 106, 0, 0.30);
}
a.button.alert{
	border-radius: 100px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: linear-gradient(90deg, rgba(38, 0, 228, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%);
	backdrop-filter: blur(4px);
}
.tieude1{position: relative;padding-left: 60px;}
.tieude1 h2 span,.textcss1 *{
	background: linear-gradient(90deg, #0AEDE1 0%, #073DC1 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: 2px;
}
.tieude1:before{
    content: "🌡 Giảm Nhiệt";
    position: absolute;
    left: 0;
    bottom: -67px;

    /* Quan trọng */
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: translateY(-50%) rotate(180deg);

    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;

    border: 2px solid #00D4FF;
    border-radius: 999px;

    padding: 20px 10px;
    background: rgba(0,40,120,.25);

    display: flex;
    align-items: center;
    justify-content: center;

    backdrop-filter: blur(4px);
}
.tieude p {
    position: relative;
    padding-left: 60px;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 16.8px */
	letter-spacing: 1px;
	text-transform: uppercase;
}
.tieude p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 48px;
    height: 2px;
    background: #FF6A00;
}

.bannerwhy {
    border-radius: 15px;
    overflow: hidden;
}
#header ul.header-nav.header-nav-main {
    justify-content: center;
}
#header ul.header-nav.header-nav-main>li.menu-item {
    margin: 0 15px;
}
ul.sub-menu.nav-dropdown.nav-dropdown-default {
    background: rgb(255 255 255 / 95%);
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 5px;
}
.header-main .nav>li>a {
    color: #fff;
}
.csscolCN > .col-inner{
    display: flex;
    justify-content: center;
    align-items: center;
}
.csscolCN > .col-inner:before{
    content: "";
    width: 100%;
    height: 403px;
    border-radius: 24px;
    background: linear-gradient(90deg, #EB2922 0%, #017FED 100%);
    position: absolute;
}
.secloiich .section-bg-overlay{
    position: relative;
}
.secloiich .section-bg-overlay:before{
    content: "";
    border-radius: 1140px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.50) 0%, rgba(1, 153, 208, 0.50) 12.98%, rgba(0, 29, 40, 0.50) 100%);
    filter: blur(50px);
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1140px;
    height: 600px;
}
.rowloilich > .col > .col-inner{
    background: linear-gradient(244deg, #1C1C1C -0.05%, #1C1C1C 100.05%);
    border: 1px solid #d3d3d308;
}
.rowhieuqua{
    border-radius: 15px;
    overflow: hidden;
}
.temp-bar-track{
    width: 100%;
    height: 10px;
    background: rgba(255,255,255,.15);
    border-radius: 999px;
    overflow: hidden;
    position: relative;
}

.temp-bar-fill{
    height: 100%;
    border-radius: 999px;
}
.temp-bar-fill.orange{
    width: 79%; /* 70/89 */
    background: linear-gradient(
        90deg,
        #ff7a1f 0%,
        #ff6a00 100%
    );
}
.temp-bar-fill.orange2{
    width: 50%; /* 70/89 */
    background: linear-gradient(
        90deg,
        #ff7a1f 0%,
        #ff6a00 100%
    );
}
.temp-bar-fill.blue{
    width: 49%; /* 44/89 */
    background: linear-gradient(
        90deg,
        #5b7dff 0%,
        #4f6fff 100%
    );
}
.temp-bar-fill.blue2{
    width: 28%; /* 44/89 */
    background: linear-gradient(
        90deg,
        #5b7dff 0%,
        #4f6fff 100%
    );
}

.step-arrow{
    position: relative;
}
.step-arrow:not(:last-child)::after{
    content: "➜";
    position: absolute;
    top: 135px;
    right: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #28B8F4;
    color: #fff;
    font-size: 18px;
    font-weight: 700;

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.stackvisao .icon-box{
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
}
.stackvisao  p{margin-bottom: 0;}
.csscol-Why > .col-inner{
    display: flex;
    justify-content: center;
    align-items: center;
}
.csscol-Why > .col-inner:before{
    content: "";
    width: 100%;
    height: 403px;
    border-radius: 628px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, #0199D0 12.98%, #001D28 100%);
    filter: blur(50px);
    position: absolute;
}

.icon-box.testimonial-box.icon-box-left.text-left.is-small {
    display: flex;
    align-items: center;
}
.testimonial-meta.pt-half {
    padding: 0;
    display: flex;
    flex-direction: column;
}
span.testimonial-name-divider {
    display: none;
}
.icon-box.testimonial-box{
    border-top: 1px solid #d3d3d3;
    padding-top: 20px;
    margin-top: 34px;
    position: relative;
}
.danhgiahome  > .col > .col-inner > .icon-box.testimonial-box:before{
    content: "";
    background: url(/sonchongnong/wp-content/themes/webvip/images/testimonial.png) center center no-repeat;
    width: 50px;
    height: 50px;
    right: 25px;
    top: -25px;
    position: absolute;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #d3d3d3;
}
.secCTA{
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.secCTA:before {
    content: "";
    border-radius: 637px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, #0ABEFF 12.98%, #001D28 100%);
    filter: blur(50px);
    position: absolute;
    left: -319px;
    top: -0.137px;
    width: 637px;
    height: 248px;
}
.secCTA:after {
    content: "";
    border-radius: 637px;
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, #0ABEFF 12.98%, #001D28 100%);
    filter: blur(50px);
    position: absolute;
    right: -318px;
    top: -2.137px;
    width: 637px;
    height: 248px;
}

.widget-title,.sidebar_title {
    background-color: #FF6A00;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
    margin-bottom: 10px;
    display: block
}

ul.product_list_widget,ul.product-categories {
    background: var(--mainColor2);
    border: 2px dotted #dbdbdb;
    line-height: 30px;
    padding: 5px 10px
}

.widget .is-divider {
    margin-top: .66em;
    display: none
}
.widget .current-cat>a {
    color: #fff;
    font-weight: bolder;
}
.breadcrumbs a,.breadcrumbs {
    color: #fff;
}
/*sanpham*/

.sanphamnb-home .product-small,.products .col-inner > .product-small{
    overflow: hidden;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.10);
    padding: 15px;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border-radius: 12px;
}
p.name.product-title.woocommerce-loop-product__title a{
    display: block;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    text-align: left;
    margin-bottom: 15px;
    padding: 10px 0;
}
.price-wrapper .price {
    display: inline;
}
.price-wrapper {
    font-size: 16px;
}
del span.amount {
    color: #90A1B9;
    font-size: 15px;
}
ins span.amount {
    color: #E7000B;
    padding-top: 5px;
    display: inline-block;
}
.add-to-cart-button {
    position: absolute;
    bottom: 0;
    right: 0;
}
.add-to-cart-button a{
    background-color: #d22d2d !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'%3E%3C/circle%3E%3Ccircle cx='20' cy='21' r='1'%3E%3C/circle%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'%3E%3C/path%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 20px !important; /* Kích thước icon */
    color: #fff !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    border: none !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    min-width: 0 !important;
    font-size: 0 !important;
    transition: background-color 0.2s, transform 0.2s;
}

.product-short-description {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Giới hạn 2 dòng mô tả */
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.80);
    text-overflow: ellipsis;
}
.sanphamnb-home .box-text.text-left {
    padding-bottom: 0;
}
.sanphamnb-home2 .box-image .image-cover{
    border-radius: 5px;
    overflow: hidden;
}
.row.sanphamnb-home2 {
    background: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 10px;
}
.products .product-small{

}
.add-to-cart-container .single_add_to_cart_button {
    flex: 1;
}
/*sanpham*/

/*Blog*/
.category .blog-archive.page-wrapper {
    padding-top: 0;
}
.blog-wrapper > .archive-page-header:before,.blog-wrapper > .archive-page-header:before,.page-title.blog-featured-title:before{
    
}
.blog-archive h1.page-title{
    font-size: 32px;
    text-transform: capitalize;
    color: #131212;
    padding: 20px;
}
.page-title.blog-featured-title h1.entry-title {
    font-size: 30px;
    position: relative;
    z-index: 2;
}
.page-title.blog-featured-title:before {
    
}
.blog-wrapper .box.box-text-bottom.box-blog-post.has-hover {
    background-color: #fbfbfb;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid #ffffff;
}
.blog-wrapper .box-text.text-left {
    padding: 15px;
}
.widget .is-divider {
    margin-top: .66em;
    display: none;
}
.product-hotline,.product-policises-wrapper {
    background: var(--mainColor2);
    border: 2px dotted #dbdbdb;
    line-height: 30px;
    padding: 5px 10px;
}
.badge.post-date.badge-outline {
    width: 90px;
    height: 60px;
}
span.post_comments.op-7.block.is-xsmall {
    display: none;
}
.flex-row.recent-blog-posts.align-top.pt-half.pb-half {
    padding-top: 15px;
}
.recent-blog-posts a {
    font-size: 14px;
}
.type-post h1.entry-title {
    text-align: left
}
.type-post .article-inner.has-shadow .entry-header-text-top {
    padding-top: 0;
    padding-bottom: 0
}
.type-post .entry-divider {

}
.entry-header-text.entry-header-text-top.text-left {
    padding-top: 0;
    padding-bottom: 0;
}
.entry-content {
    padding-top: 5px;
}
#toc_container p.toc_title {
    text-align: left;
}
.blog-wrapper>.archive-page-header {

}
.blog-archive .box-image .image-cover {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}
.box-blog-post .is-divider {
    display: none;
}
/*Blog*/


@media only screen and (min-width: 768px) and (max-width: 1023px){
.tieude1 h2{
	font-size: 52px;
}
.tieude1:before {
    bottom: -60px;
    padding: 10px;
    font-size: 15px;
}

}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.tieude1:before{
    bottom: -55px;
    font-size: 13px;
    padding: 10px 8px;
}
.csscolCN > .col-inner:before {
    height: 260px;
}

}