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

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

@font-face {
	font-family: primary-font;
	src: url('./GoogleSans-Regular.ttf');
}

@font-face {
	font-family: primary-font-bold;
	src: url('./GoogleSans-Bold.ttf');
}

html {
  	scroll-behavior: smooth;
}

body, html, h1, h2, h3, h4, h5, h6 {
	font-family: primary-font !important;
}

.nav > li > a, .font-bold {
	font-family: primary-font-bold !important;
}

.nav-spacing-xlarge>li {
	margin: 0 20px;
}

.call-header h3 {
	margin-bottom:0
}

.call-header p {
	font-size:13px
}

.header-block {
	display:contents !important
}

.nav-dropdown {
	padding:10px 0
}

.why .icon-box {
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 10px #dfdfdf;
    transition: 0.5s all;
	position:relative;
	overflow: hidden;
}

.why .icon-box:hover {
/* 	box-shadow: 0 0 10px var(--primary-color); */
	cursor:pointer;
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(16, 90, 50, 0.14);

}

.why .icon-box:hover h5 {
	transition: 0.5s all;
	color: var(--primary-color);
}

.title-home {
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
}

.title-home::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 3px;
    background: var(--primary-color);
    border-radius: 2px;
}

.btn-thu-mua {
	padding: 4px 10px;
	border-radius: 5px;
	color: var(--primary-color);
	background: #10773617;
	font-size: 13px;
	display:inline-flex;
	gap:5px
}

.footer-contact-info {
    margin-top: 20px;
}

.footer-contact-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.footer-contact-info .contact-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;

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

    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;

    color: #ffffff;
    font-size: 15px;
}

.footer-contact-info strong {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.footer-contact-info span,
.footer-contact-info a {
    color: white;
}

.footer-contact-info a:hover {
    color: #ffffff;
}

.footer-contact-info li {
	margin-left: 0 !important;
	display: flex;
	align-items:center
}

.ux-menu-title {
	font-size: 18px
}

/* Link menu */
.ux-menu-link a {
    position: relative;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

/* Text */
.ux-menu-link .ux-menu-link__text {
    position: relative;
    transition: transform 0.3s ease;
}

/* Gạch ngang phía trước */
.ux-menu-link .ux-menu-link__text::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -25px;

    width: 16px;
    height: 2px;

    background: currentColor;

    transform: translateY(-50%) scaleX(0);
    transform-origin: left center;

    opacity: 0;

    transition: 
        transform 0.3s ease,
        opacity 0.3s ease;
}

/* Hover */
.ux-menu-link a:hover .ux-menu-link__text {
    transform: translateX(25px);
}

.ux-menu-link a:hover .ux-menu-link__text::before {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
}

/* ===================================
   QUY TRÌNH THU MUA
=================================== */

.quy-trinh-thu-mua {
    position: relative;
    overflow: hidden;

    padding: 50px 0;

/*     background:
        linear-gradient(
            90deg,
            rgba(4, 45, 27, 0.97),
            rgba(6, 74, 42, 0.94)
        );

    border-radius: 4px; */
}


/* TITLE */

.quy-trinh-heading {
    margin-bottom: 40px;
}

.quy-trinh-heading h2 {
    position: relative;

    margin: 0;
    padding-bottom: 14px;

    color: #ffffff;

    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.quy-trinh-heading h2::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: 0;

    width: 32px;
    height: 2px;

    background: #57a36d;

    border-radius: 10px;
}


/* LIST */

.quy-trinh-list {
    display: flex;

    position: relative;

    justify-content: space-between;

    width: 100%;
}


/* ITEM */

.quy-trinh-item {
    position: relative;

    flex: 1;

    text-align: center;

    padding: 0 12px;
}


/* ICON */

.quy-trinh-icon {
    position: relative;
    z-index: 2;

    display: flex;

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

    width: 86px;
    height: 86px;

    margin: 0 auto 16px;

    background: #ffffff;

    border-radius: 50%;

    color: #28734a;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.18);

    transition: all 0.35s ease;
}

.quy-trinh-icon i {
    font-size: 34px;
    line-height: 1;
}


/* TITLE */

.quy-trinh-item h3 {
    margin: 0 0 8px;

    color: #ffffff;

    font-size: 15px;
    font-weight: 700;

    line-height: 1.3;
}


/* DESCRIPTION */

.quy-trinh-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 1.55;
}


/* NUMBER */

.quy-trinh-number {
    position: absolute;
    z-index: 3;
    top: 32px;
    right: -9px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #2f8050;
    color: #ffffff;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}


/* ĐƯỜNG NỐI */

.quy-trinh-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 42px;
    left: calc(50% + 43px);
    width: calc(100% - 86px);
    height: 1px;
    background:
        repeating-linear-gradient(
            to right,
            rgba(255,255,255,0.35) 0,
            rgba(255,255,255,0.35) 3px,
            transparent 3px,
            transparent 7px
        );
}


/* MŨI TÊN */

.quy-trinh-item:not(:last-child)::before {
    content: "›";
    position: absolute;
    z-index: 2;
    top: 29px;
    right: -2px;
    color: #67b97f;
    font-size: 22px;
    font-weight: 700;
}


/* HOVER */

.quy-trinh-item:hover .quy-trinh-icon {
    transform: translateY(-8px);
    background: var(--fs-color-success);
    color: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.quy-trinh-item:hover h3 {
    color: #75d391;
}

@media (max-width: 849px) {

    .quy-trinh-thu-mua {
        padding: 40px 25px;
    }

    .quy-trinh-list {
        display: block;
    }

    .quy-trinh-item {
        display: grid;
        grid-template-columns: 70px 1fr;
        gap: 0 20px;
        text-align: left;
        padding: 0 0 30px;
        margin-bottom: 25px;
    }

    .quy-trinh-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .quy-trinh-icon {
        grid-row: span 2;
        width: 65px;
        height: 65px;
        margin: 0;
    }

    .quy-trinh-icon i {
        font-size: 26px;
    }

    .quy-trinh-item h3 {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .quy-trinh-number {
        top: 20px;
        left: 55px;
        right: auto;
    }

    .quy-trinh-item::after,
    .quy-trinh-item::before {
        display: none;
    }
}

@media (min-width: 850px) {
    .quy-trinh-list .quy-trinh-item:last-child .quy-trinh-number,
    .quy-trinh-list .quy-trinh-item:last-child::before,
    .quy-trinh-list .quy-trinh-item:last-child::after {
        display: none !important;
    }
}

/* CF7 */

/* ==============================
   FORM NHẬN BÁO GIÁ
================================= */

.bao-gia-form {
    background: #fff;
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    position: relative;
}


/* HEADER */

.bao-gia-form-header {
    text-align: center;
    margin-bottom: 30px;
}

.bao-gia-form-icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0b6b3a, #034d29);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    box-shadow: 0 10px 25px rgba(0, 100, 55, 0.2);
}

.bao-gia-form-header h3 {
    margin: 0 0 6px;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
    color: #1e293b;
}

.bao-gia-form-header h3 span {
    color: #2c8a4b;
}

.bao-gia-form-header p {
    font-size: 15px;
    color: #1c1c1c
}

.bao-gia-form-line {
    width: 55px;
    height: 2px;
    background: #2c8a4b;
    margin: 18px auto 0;
}


/* ==============================
   ROW
================================= */

.bao-gia-form-row {
    display: flex;
    gap: 14px;
}

.bao-gia-form-col {
    flex: 1;
    min-width: 0;
}


/* ==============================
   INPUT
================================= */


/* Input */
.bao-gia-form input,
.bao-gia-form select,
.bao-gia-form textarea {
    width: 100%;
    margin: 0;
    border: 1px solid #d9e0dd;
    background: #fff;
    border-radius: 10px;
    box-shadow: none;
    transition: all 0.3s ease;
    color: #333;
}

/* SELECT */
.bao-gia-select select {
    appearance: auto;
    cursor: pointer;
}

.bao-gia-textarea {
	margin-top: 15px
}


/* PLACEHOLDER */
.bao-gia-form input::placeholder,
.bao-gia-form textarea::placeholder {
    color: #8a929b;
    opacity: 1;
}


/* FOCUS */
.bao-gia-form input:focus,
.bao-gia-form select:focus,
.bao-gia-form textarea:focus {
    border-color: #2c8a4b;
    box-shadow: 0 0 0 3px rgba(44, 138, 75, 0.08);
    outline: none;
}


/* ==============================
   BUTTON
================================= */

.bao-gia-submit {
    margin-top: 15px;
}

.bao-gia-submit input[type="submit"] {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(
        135deg,
        #ffcf3d,
        #ffad13
    );
    color: #1d1d1d;
    font-size: 17px;
    font-family: 'primary-font-bold';
    text-transform: uppercase;
    box-shadow:
        0 10px 20px rgba(255, 180, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.bao-gia-submit input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 28px rgba(255, 180, 0, 0.35);
}

.bao-gia-submit input[type="submit"]:active {
    transform: translateY(0);
}


/* ==============================
   SECURITY
================================= */

.bao-gia-security {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #7b8188;
}

.bao-gia-security span {
    font-size: 14px;
}


/* ==============================
   CONTACT FORM 7 MESSAGE
================================= */

.bao-gia-form .wpcf7-spinner {
    display: block;
    margin: 10px auto 0;
}

.bao-gia-form .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
}

.bao-gia-form .wpcf7-response-output {
    margin: 15px 0 0;
    border-radius: 8px;
}

@media (max-width: 849px) {

    .bao-gia-form {
        padding: 30px 20px;
        border-radius: 18px;
    }

    .bao-gia-form-header h3 {
        font-size: 24px;
    }

    .bao-gia-form-row {
        flex-direction: column;
        gap: 0;
        margin-bottom: 0;
    }

    .bao-gia-submit input[type="submit"] {
        font-size: 15px;
    }

}

/* ================================
   THU MUA LAPTOP CTA
================================ */

.thu-mua-cta {
    position: relative;
    overflow: hidden;
}


/* Background */
.thu-mua-cta::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
/*     background: rgba(48, 180, 91, .08); */
    filter: blur(80px);
    top: -200px;
    left: 20%;
    pointer-events: none;
}

.thu-mua-cta::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
/*     background: rgba(39, 160, 75, .12); */
    filter: blur(100px);
    bottom: -250px;
    right: -100px;
    pointer-events: none;
}

.thu-mua-cta > * {
    position: relative;
    z-index: 2;
}


/* ================================
   BADGE
================================ */

.thu-mua-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 20px 8px 10px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 50px;
    background: rgba(72, 180, 95, .14);
    backdrop-filter: blur(8px);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.thu-mua-badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    border-radius: 50%;

    background: linear-gradient(
        135deg,
        #43b95b,
        #187536
    );

    font-size: 18px;
}


/* ================================
   MAIN CONTENT
================================ */

.thu-mua-content {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}


/* IMAGE */

.thu-mua-image {
    position: relative;

    width: 160px;
    min-width: 160px;

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

.thu-mua-laptop {
    position: relative;

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

    width: 130px;
    height: 95px;

    border-radius: 12px;

    background:
        linear-gradient(
            145deg,
            #263b35,
            #07150e
        );

    border: 3px solid rgba(255,255,255,.4);

    box-shadow:
        0 25px 35px rgba(0,0,0,.4);

    font-size: 42px;
}

.thu-mua-laptop::after {
    content: "";

    position: absolute;

    width: 150px;
    height: 10px;

    bottom: -12px;
    left: 50%;

    transform: translateX(-50%);

    border-radius: 0 0 15px 15px;

    background:
        linear-gradient(
            to bottom,
            #9aa19e,
            #303632
        );
}

.thu-mua-recycle {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 90px;
    right: -5px;
    bottom: -25px;
    border-radius: 8px 8px 15px 15px;
    background:
        linear-gradient(
            135deg,
            #46aa55,
            #236b34
        );
    box-shadow: 0 15px 30px rgba(0,0,0,.25);
    font-size: 36px;
    transform: rotate(-5deg);
	color:white
}


/* ================================
   TEXT
================================ */

.thu-mua-text h2 {
    margin: 0 0 18px;
    color: #fff;
    font-family:primary-font-bold !important;
	font-size:48px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -.5px;
}

.thu-mua-text h2 span {
    display: block;

    margin-top: 8px;

    color: #58c968;
}

.thu-mua-text p {
    margin: 0;

    max-width: 650px;

    color: rgba(255,255,255,.78);

    font-size: 18px;
    line-height: 1.7;
}


/* ================================
   BENEFITS
================================ */

.thu-mua-benefits {
    display: grid;
    grid-template-columns:
        repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 20px;
}

.thu-mua-benefit {
    display: flex;
    align-items: center;

    gap: 16px;

    padding: 20px 18px;

    border-radius: 14px;

    border:
        1px solid rgba(255,255,255,.1);

    background:
        linear-gradient(
            135deg,
            rgba(18, 98, 50, .55),
            rgba(7, 65, 33, .7)
        );

    transition:
        transform .3s ease,
        background .3s ease,
        border-color .3s ease;
}

.thu-mua-benefit:hover {
    transform: translateY(-6px);

    background:
        rgba(40, 130, 67, .5);

    border-color:
        rgba(90, 210, 110, .4);
}

.benefit-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;

    min-width: 58px;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            #f5fff7,
            #a8d9b0
        );

    color: #1c7037;

    font-size: 24px;
}

.benefit-content h4 {
    margin: 0 0 6px;

    color: #fff;

    font-size: 16px;
    font-weight: 700;
}

.benefit-content p {
    margin: 0;

    color:
        rgba(255,255,255,.65);

    font-size: 14px;
    line-height: 1.5;
}


/* ================================
   HOTLINE
================================ */

.thu-mua-hotline {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;

    padding: 20px 28px;

    border-radius: 16px;

    border:
        1px solid rgba(96, 205, 114, .2);

    background:
        rgba(3, 43, 23, .55);

    backdrop-filter: blur(10px);
}

.hotline-left {
    display: flex;
    align-items: center;

    gap: 18px;
}

.hotline-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background:
        linear-gradient(
            135deg,
            #45ba58,
            #1b7835
        );

    font-size: 30px;
    box-shadow: 0 10px 30px rgba(34, 170, 67, .3);
	color:white
}

.hotline-info a {
    display: block;

    color: #ffc928 !important;

    font-size: 36px;
    font-weight: 800;
    line-height: 1;

    letter-spacing: 1px;

    text-decoration: none;
}

.hotline-info p {
    margin: 8px 0 0;

    color:
        rgba(255,255,255,.7);

    font-size: 15px;
}

.bao-gia-input {
	margin-bottom: 15px
}

/* TIME */
.hotline-time {
    display: flex;
    align-items: center;

    gap: 14px;

    padding-left: 30px;

    border-left:
        1px solid rgba(255,255,255,.2);
}

.time-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 45px;
    height: 45px;

    border-radius: 50%;

    color: #61d475;

    border:
        2px solid rgba(97,212,117,.6);

    font-size: 20px;
}

.hotline-time span,
.hotline-time strong {
    display: block;
}

.hotline-time span {
    margin-bottom: 4px;

    color:
        rgba(255,255,255,.6);

    font-size: 14px;
}

.hotline-time strong {
    color: #fff;

    font-size: 15px;
}


/* ================================
   RESPONSIVE TABLET
================================ */

@media (max-width: 1100px) {

    .thu-mua-cta {
        padding: 55px 35px;
    }

    .thu-mua-text h2 {
        font-size: 38px;
    }

    .thu-mua-benefits {
        grid-template-columns:
            1fr;
    }

    .thu-mua-hotline {
        flex-direction: column;
        align-items: flex-start;
    }

    .hotline-time {
        padding-left: 0;
        border-left: 0;
        padding-top: 20px;

        border-top:
            1px solid rgba(255,255,255,.15);

        width: 100%;
    }
}


/* ================================
   RESPONSIVE MOBILE
================================ */

@media (max-width: 549px) {

    .thu-mua-cta {
        padding: 0;
        min-height: auto;
    }

    /* Badge */
    .thu-mua-badge {
        font-size: 11px;
        padding-right: 14px;
        margin-bottom: 20px;
    }

    .thu-mua-badge-icon {
        width: 34px;
        height: 34px;
    }

    /* Main */
    .thu-mua-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        margin-bottom: 20px;
    }

    .thu-mua-image {
        width: 100%;
        justify-content: flex-start;
        padding-left: 20px;
    }

    .thu-mua-text h2 {
        font-size: 32px;
        line-height: 1.15;
    }

    .thu-mua-text h2 span {
        font-size: 27px;
    }

    .thu-mua-text p {
        font-size: 16px;
    }

    /* Benefits */
    .thu-mua-benefits {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 30px;
    }

    .thu-mua-benefit {
        padding: 15px;
    }
	
    /* Hotline */
    .thu-mua-hotline {
        padding: 18px;
        gap: 20px;
    }

    .hotline-icon {
        width: 55px;
        height: 55px;
        font-size: 24px;
    }

    .hotline-info a {
        font-size: 28px;
    }

    .hotline-info p {
        font-size: 13px;
    }

    .hotline-time {
        padding-top: 18px;
    }
	
	.why .icon-box {
		padding: 20px 10px;
	}
}

.section-form, #footer .section-bg, .quy-trinh .section-bg {
	background: radial-gradient(circle at 30% 20%, rgba(25, 120, 65, .22), transparent 35%), linear-gradient(135deg, #032a18 0%, #064524 55%, #07351e 100%);
}

.section-form .wpcf7-response-output {
	color: white
}

.doi-ngu-tu-van {
	padding: 10px 20px;
	border-radius: 10px;
	border: 1px solid var(--fs-color-success);
	box-shadow: 0 0 5px var(--fs-color-success);
	display: inline-block;
}

.doi-ngu-tu-van .tu-van {
	color: var(--fs-color-success);
	background: #29a94e24;
	padding: 5px;
	border-radius: 100px;
	font-size:20px;
	margin-right: 10px
}

/* =========================
   WHY CHOOSE US
========================= */

.why-choose-us {
    position: relative;
    padding: 30px 0 50px;
}


/* =========================
   HEADER
========================= */

.why-header {
    margin-bottom: 40px;
}

.why-header h2 {
    margin: 0;
    color: #1f2937;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
}

.why-line {
    display: block;
    width: 65px;
    height: 3px;
    background: #167342;
    margin: 15px 0 18px;
    border-radius: 10px;
}

.why-header p {
    margin: 0;
    color: #667085;
    font-size: 16px;
}


/* =========================
   GRID
========================= */

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}


/* =========================
   ITEM
========================= */

.why-item {
    position: relative;

    min-height: 440px;

    padding: 38px 25px 25px;

    text-align: center;

    background:
        radial-gradient(
            circle at 50% 25%,
            rgba(52, 160, 90, 0.12),
            transparent 32%
        ),
        #fff;

    border-radius: 25px;

    border: 1px solid rgba(30, 130, 75, 0.08);

    box-shadow:
        0 10px 35px rgba(0, 0, 0, 0.06);

    overflow: hidden;

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}


.why-item:hover {
    transform: translateY(-10px);

    box-shadow:
        0 20px 45px rgba(16, 90, 50, 0.14);
}


/* =========================
   NUMBER
========================= */

.why-number {
    position: absolute;

    top: 30px;
    right: 30px;

    width: 52px;
    height: 52px;

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

    border-radius: 50%;

    color: #fff;

    font-size: 16px;
    font-weight: 700;

    background:
        linear-gradient(
            135deg,
            #259457,
            #0c6437
        );

    box-shadow:
        0 8px 20px rgba(20, 120, 65, 0.25);
}


/* =========================
   ICON
========================= */

.why-icon {
    width: 150px;
    height: 150px;

    margin: 0 auto 25px;

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

    border-radius: 50%;

    font-size: 65px;

    background:
        radial-gradient(
            circle,
            rgba(90, 190, 115, 0.22),
            rgba(90, 190, 115, 0.04) 65%,
            transparent 66%
        );

    position: relative;
}


.why-icon::before {
    content: "";

    position: absolute;

    width: 115px;
    height: 115px;

    border-radius: 50%;

    border: 1px solid rgba(40, 150, 80, 0.15);
}


.why-icon {
    transition:
        transform .4s ease;
}


.why-item:hover .why-icon {
    transform: scale(1.08) rotate(-3deg);
}


/* =========================
   TITLE
========================= */

.why-item h3 {
    margin: 0;

    color: #247645;

    font-size: 20px;
    font-weight: 700;

    line-height: 1.4;
}


.why-title-line {
    display: block;

    width: 65px;
    height: 2px;

    margin: 18px auto 20px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #249052,
            transparent
        );

    position: relative;
}


.why-title-line::before {
    content: "";

    position: absolute;

    width: 8px;
    height: 8px;

    background: #23924f;

    border-radius: 50%;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
}


/* =========================
   CONTENT
========================= */

.why-item p {
    margin: 0;

    color: #4b5563;

    font-size: 16px;

    line-height: 1.8;
}


/* =========================
   BOTTOM DECORATION
========================= */

.why-item::after {
    content: "";

    position: absolute;

    width: 220px;
    height: 130px;

    bottom: -80px;
    left: 50%;

    transform: translateX(-50%);

    border-radius: 50% 50% 0 0;

    background:
        radial-gradient(
            ellipse,
            rgba(48, 155, 80, 0.12),
            rgba(48, 155, 80, 0.02)
        );
}


.why-bottom-icon {
    position: absolute;

    bottom: 25px;
    left: 50%;

    transform: translateX(-50%);

    z-index: 2;

    color: #78b68c;

    font-size: 30px;

    opacity: .7;
}


/* =========================
   HOTLINE
========================= */

.why-hotline {
    max-width: 720px;

    min-height: 72px;

    margin: 45px auto 0;

    padding: 10px 18px;

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

    gap: 20px;

    background: #fff;

    border: 1px solid #2a8751;

    border-radius: 16px;

    box-shadow:
        0 10px 30px rgba(20, 100, 50, 0.08);
}


.why-hotline-icon {
    width: 48px;
    height: 48px;

    flex: 0 0 48px;

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

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            #e5f5e9,
            #ffffff
        );

    color: #197642;

    font-size: 24px;
}


.why-hotline-text {
    color: #4b5563;

    font-size: 15px;
}


.why-hotline-divider {
    width: 1px;
    height: 38px;

    background: #cfe4d5;
}


.why-hotline-number {
    color: #187540 !important;

    font-size: 26px;
    font-weight: 700;

    white-space: nowrap;

    letter-spacing: 1px;
}


/* =========================
   TABLET
========================= */

@media (max-width: 1100px) {

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 549px) {

    .why-choose-us {
        padding: 20px 0 35px;
    }


    .why-header {
        margin-bottom: 30px;
    }


    .why-header h2 {
        font-size: 23px;
    }


    .why-header p {
        font-size: 14px;
        line-height: 1.6;
    }


    .why-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }


    .why-item {
        min-height: 390px;
    }


    .why-hotline {
        margin-top: 30px;

        flex-wrap: wrap;

        padding: 20px;

        gap: 12px;
    }


    .why-hotline-text {
        width: calc(100% - 65px);
        font-size: 14px;
    }


    .why-hotline-divider {
        width: 60%;
        height: 1px;
    }


    .why-hotline-number {
        font-size: 24px;
    }

}

.why .icon-box::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 130px;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50% 50% 0 0;
    background: radial-gradient(ellipse, rgba(48, 155, 80, 0.12), rgba(48, 155, 80, 0.02));
}

@media (max-width: 500px) {
	.content-box {
		font-size: 12px
	}
	
	.why h5 {
		font-size: 11px
	}
	
	.thu-mua-recycle {
		bottom: -15px;
    	right: 230px;
	}
	
	.testimonial-text, .testimonial-meta {
		font-size:14px
	}
	
	.off-canvas .nav-vertical>li>a {
		padding-bottom: 5px;
    	padding-top: 5px;
		font-size: 18px;
	}
}

/* =========================
FLOATING CONTACT
========================= */

.floating-contact {
	position: fixed;
	right: 25px;
	bottom: 90px;
	z-index: 1001;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.floating-contact__item {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
	transition: transform .25s ease, box-shadow .25s ease;
	text-decoration: none;
}

.floating-contact__item:hover {
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, .25);
}

.floating-contact__phone {
	background: #18a957;
}

.floating-contact__phone i {
	font-size: 22px;
}

.floating-contact__zalo {
	background: #0068ff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: -.3px;
}

.floating-contact__item {
	position: relative;
}

.floating-contact__item::after {
	content: attr(data-label);
	position: absolute;
	right: calc(100% + 12px);
	top: 50%;
	transform: translateY(-50%) translateX(8px);
	white-space: nowrap;
	background: #1f2937;
	color: #fff;
	padding: 7px 10px;
	border-radius: 4px;
	font-size: 12px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: .2s ease;
}

.floating-contact__item:hover::after {
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%) translateX(0);
}

.is-divider {
    display: none !important;
}

.blog-single .entry-image img {
    border-radius: 10px;
}

.blog-single .entry-title {
    margin-bottom: 0;
}

/* Chấm trang trí */
.blog-single .entry-category a::before {
    content: "";
    width: 6px;
    height: 6px;
    background: var(--primary-color);
    border-radius: 50%;
    transition: transform 0.3s ease;
}

/* Hover */
.blog-single .entry-category a {
    display: inline-flex;
    align-items: center;
	gap: 7px;
    position: relative;
    padding: 7px 14px 7px 12px;
    background: #f2f6fa;
    color: var(--primary-color);
	border: 1px solid var(--primary-color);
    border-left: 3px solid var(--primary-color);
    border-radius: 3px 20px 20px 3px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    transition: all 0.3s ease;
}

.blog-single .entry-category {
    margin-bottom: 14px;
}

.blog-single .entry-category a:hover {
    background: var(--primary-color);
    color: #ffffff;
    transform: translateX(4px);
}

.blog-single .entry-category a:hover::before {
	background: white;
}

.menu-item-has-children > .sub-menu {
    width: 850px !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    padding: 18px !important;
    gap: 3px 8px;
}

.menu-item-has-children > .sub-menu > li {
    width: auto !important;
}

.menu-item-has-children > .sub-menu > li > a {
    display: block;
    padding: 9px 10px !important;
    border-radius: 8px;
    white-space: nowrap;
    font-size: 14px;
}

.menu-item-has-children > .sub-menu > li:hover > a {
    background: #097734;
    color: #fff !important;
	margin:0
}