/*  */

section.info {
    background-color: #f6fdff;
    padding: 50px 0;
}

section.info .info-left h1 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 10px;
    color: #0F172A;
}

section.info .info-left h2 {
    color: #29727d;
    font-weight: 900;
    font-size: 34px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

section.info .info-left .info-desc {
    font-size: 16px;
    color: #475569;
    margin-bottom: 10px;
}

section.info .info-btn a {
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #D1D5DB;
    padding: 14px 50px;
    font-size: 16px;
    transition: all .3s linear;
}

section.info .info-btn a:hover {
    background: #000;
    color: #fff;
}

section.info .info-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 325px 325px 0 325px;
}

section.info .info-right {
    position: relative;
    z-index: 1;
}

section.info .info-right:before {
    content: "";
    position: absolute;
    background: #5ed1e1;
    height: 100%;
    width: 100%;
    z-index: -1;
    left: -10px;
    border-radius: 325px 325px 0 325px;
}

/*====== VIDEO 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%);
}

.video {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
}

.video-content video {
    width: 100%;
    height: 205px;
}

.video-content img {
    width: 100%;
}

.video-main {
    padding: 60px 80px;
    border-radius: 0px 120px 0px 120px;
    background-color: #7ad0dd;
    z-index:2;
}

/* ====== CATAGORY-HOME ====== */
.catagory-home {
    /* background: url('../img/bg1.png'); */
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: linear-gradient(359deg, #eefbfe, transparent);
    z-index:2;
}

/*====== TECH HOME ====== */
.tech-home {
    background-image: url('../img/bg1.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.overlay-tech {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/bg-cong-nghe.jpg');
    background-size: cover;
    opacity: 0.1;
    background-repeat: no-repeat;
    z-index: -1;
}

.tech-item.bg .tech-heading {
    font-size: 30px;
}

.tech-item.bg .tech-heading,
.tech-item.bg p {
    color: white;
}

.tech-item.bg {
    border-radius: 0px 80px 0px 80px;
    position: relative;
    background-color: var(--main-color);
    overflow: hidden;
    padding: 60px 170px;
    z-index: 1;
}

/* 
.tech-item.bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/tech-bg.png') center/cover no-repeat;
    opacity: 0.7;
    z-index: -1;
} */

.tech-item.bg .icon {
    right: -53px;
    padding: 20px;
    background: #286d8317;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    top: 50%;
}


.tech-item.bg .icon img {
    width: 73px;
    rotate: 330deg;
    position: relative;
    top: -25px;
    right: -28px;
}

.tech-item {
    border-radius: 10px;
    background: var(--white-color);
    padding: 40px;
    height: 300px;
}

.tech-item .tech-heading {
    font-weight: 600;
}

.tech-item p {
    padding: 0 0 0 24px;
    margin: 1rem 0;
    border-left: 4px solid var(--yellow-color);
}

/* ====== MATERIAL ====== */
.material-home::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 200px;
    top: 0;
    background-position: bottom;
    background-size: 100% auto;
    z-index: -1;
    background-repeat: no-repeat;
}

.material-item {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15), 0px 4px 0px 0px #028CDE;
    border-radius: 1.25rem;
    padding: 20px;
    background-color: var(--white-color);
}

/* ====== WARRANTY ====== */
.warranty-item {
    background-color: var(--main-color);
    overflow: hidden;
    z-index: 1;
    border-radius: 0px 80px 0px 80px;
    padding: 60px 170px 120px;
    position: relative;
}

.warranty-item::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;
}

.warranty-heading,
.warranty-description {
    text-align: center;
}

.warranty-check,
.warranty-info {
    width: 400px;
    margin: 0 auto;
    max-width: 80%;
    text-align: center;
}

.warranty-sales {
    left: 20px;
    bottom: -10px;
}

.warranty-info {
    margin-top: 20px;
    display: none;
}

.warranty-info table {
    font-size: 16px;
    text-align: left;
}

.warranty-info table td {
    padding: 10px;
}

.warranty-info p {
    font-size: 18px;
}

/* ====== 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;
}