/*====== HOME ===== */

h2 span::before,
h2 span::before,
h2 span::before {
    content: '';
    position: absolute;
    background: url('../img/line_titl2.png');
    height: 10px;
    width: 220px;
    background-repeat: no-repeat;
    background-position: center;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

h2 span::after,
h2 span::after,
h2 span::after {
    content: '';
    position: absolute;
    background: url('../img/line_title.png');
    height: 10px;
    width: 220px;
    background-repeat: no-repeat;
    background-position: center;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.product-hot {
    padding: 60px 80px;
    border-radius: 0px 120px 0px 120px;
    background-color: #7ad0dd;
}

/* ====== ABOUT ====== */
.about h1 {
    font-size: 40px;
    color: var(--main-color);
    font-weight: 500;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
}

.about .about-desc {
    font-size: 16px;
    text-align: justify;
    z-index: 1;
    position: relative;
}

.about-desc ul {
    margin-bottom: 20px;
}

.about-desc ul li {
    padding-left: 24px;
    position: relative;
}

.about-desc ul li:before {
    content: '\f14a';
    font-family: var(--fontAwesome);
    position: absolute;
    left: 0;
    color: var(--second-color);
}

.about-images {
    position: relative;
    z-index:1;
}

.about-images-one,
.about-images-tow {
    width: 50%;
    overflow: hidden;
    border-top-right-radius: 120px;
}

.about-images-one {
    width: 80%;
}

.about-images-tow {
    border-top-right-radius: 0px;
    border-top-left-radius: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 0;
    border-top: 10px solid #fff;
    border-left: 10px solid #fff;
}

.about-images-one img,
.about-images-tow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shape-about img {
    width: 100%;
}

.shape-about-one {
    top: 0;
    left: 0;
}

.shape-about-tow {
    top: 0;
    right: 0;
}

.about-experience {
    position: absolute;
    bottom: 0;
    background: var(--main-color);
    width: 50%;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    color: var(--white-color);
}

.about-experience span:first-child {
    padding: 14px;
    background-color: var(--second-color);
    margin-right: 30px;
    font-size: 24px;
    font-weight: 700;
}
/* ====== CATAGORY-HOME ====== */
.catagory-home {
background-image: linear-gradient(
180deg, rgba(42, 123, 155, 1) 0%, #f8f8f8 0%, rgba(255, 255, 255, 1) 100%);
}


/* ====== cta ====== */
.cta-box {
    background-color: var(--cta-color);
    overflow: hidden;
    z-index: 1;
    border-radius: 0px 80px 0px 80px;
    padding: 140px 170px 120px;
    position: relative;
}

.cta-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/web21.png');
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(10px);
    /* Làm mờ ảnh */
    opacity: 0.7;
    /* Điều chỉnh độ trong suốt */
    z-index: -1;
}

.cta-desc,
.cta-call {
    text-align: center;
    font-size: 18px;
}

.cta-desc {
    width: 680px;
    margin: 0 auto;
    max-width: 90%;
}

.cta-call {
    width: 237px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 10px 14px;
    background-color: #ffb900;
}

.cta-call a:hover {
    color: var(--black-color);
}

.cta-sales {
    left: 20px;
    bottom: -10px;
}

.cta-sales img {
    width: 320px;
}


/* ====== NEW-HOME ====== */
.new-home {
    background-image: url('../img/bg-blog1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.new-item {
    background: #fff;
}

.new-body {
    overflow: hidden;
}

.new-line {
    background-color: var(--main-color);
    height: 100px;
    width: 100px;
    right: -32px;
    bottom: -69px;
    rotate: 330deg;
}

.new-line::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: inherit;
    opacity: 0.5;
    right: 34px;
    bottom: 11px;
    rotate: 0deg;
}