/*====== 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-main {
    padding: 60px 80px;
    border-radius: 0px 120px 0px 120px;
    background-color: #7ad0dd;
    /* background-color: #f0f8ff; */

}

/* ====== CATAGORY-HOME ====== */

/*.catagory-home {*/
/* background: linear-gradient(90deg, rgba(240, 150, 255, 0.15) 0%, rgba(191, 200, 252, 0.15) 51%, rgba(187, 148, 255, 0.15) 100%); */
/* background: linear-gradient(90deg, rgb(242 244 249) 0%, rgb(255 255 255) 51%, rgb(242 244 249) 100%); */
/* background: linear-gradient(90deg, rgb(242 244 249) 0%, rgb(219 241 245) 51%, rgb(242 244 249) 100%); */
/* background: linear-gradient(180deg, #f2f4f9 50%, #FFFFFF 35%); */
/*}*/

.catagory-home {
    /* background: url('../img/bg123.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat; */
    overflow: hidden;
    /* background: linear-gradient(90deg, rgba(240, 150, 255, 0.15) 0%, rgba(191, 200, 252, 0.15) 51%, rgba(187, 148, 255, 0.15) 100%); */
}

/* .catagory-home::before,
.catagory-home::after {
    content: '';
    position: absolute;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.catagory-home::after {
    background-image: url('../img/our-service-bg-img.svg');
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: bottom;
    background-size: cover;
}

.catagory-home::before {
    background-image: url('../img/icon-star-1.svg');
    left: 0;
    top: 64px;
    height: 100px;
    width: 100px;
} */


.fill-body {
    fill: var(--white-color) !important;
}

/* .catagory-content {
    background-image: url('../img/visit.jpg');
    background-size: cover;
    border-radius: 40px;
    overflow: hidden;
    padding: 80px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 1600px;
    max-width: 90%;
    margin: 0 auto;
    z-index: 3;
} */

/* .catagory-content::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0E384C;
    opacity: 0.6;
} */

.catagory-info h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.catagory-action a:first-child {
    background-color: #19c4d0;
}

.catagory-action .sales:hover {
    background-color: #0f9aa3;
}

.catagory-action .view:hover {
    background-color: #0d464b;
}

.catagory-video {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.catagory-video video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.catagory-home .container>div.row:nth-of-type(even) {
    flex-direction: row-reverse;
    position: relative;
}

.catagory-home .container>div.row:nth-of-type(even) video {
    width: 55%;
    height: auto;
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    z-index: -1;
}

.catagory-home .container>div.row:nth-of-type(even) .col-xl-4 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}


/*====== TECH HOME ====== */
.tech-home {
    background-image: url('../../img/bg-tech.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    padding: 100px 0;
}

/* .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 {
    border-radius: 20px;
    position: relative;
    background-color: var(--white-color);
    z-index: 1;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/*
.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);
}

.tech-item-left {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px;
}

.tech-item-left .tech-desc p {
    padding: 0 0 0 24px;
    margin: 1rem 0;
    border-left: 4px solid var(--yellow-color);
}

.tech-item-list {
    border-radius: 10px;
    padding: 40px;
}

.tech-item .tech-heading {
    color: var(--title-color);
    font-weight: 600;
}

.tech-item-list p {
    color: var(--p-color);
}

.tech-heading a {
    color: var(--title-color);
}

/* ====== MATERIAL ====== */

/* .material-home h2 span::before,
.material-home h2 span::after {
    filter: brightness(100);
} */

/* .material-home::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 200px;
    top: 0;
    background-image: url('../img/ly_way.png');
    background-color: var(--main-color);
    background-position: bottom;
    background-size: 100% auto;
    z-index: -1;
    background-repeat: no-repeat;
} */

.bg-image {
    position: absolute;
    width: 380px;
    right: 0;
    bottom: 0;
    background-image: url(../img/10.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 58%;
    height: 100%;
}

.bg-blur-grad {
    opacity: .3;
    -webkit-filter: blur(130px);
    filter: blur(130px);
    background-image: linear-gradient(180deg, #0077ff 0%, #ffffff 100%);
    width: 100%;
    height: 360px;
    transform: translate(-50%, -50%) !important;
    left: 50% !important;
    top: 86% !important;
    position: absolute;
}

/* .material-pattern {
    bottom: 0;
    left: 0;
    top: 0;
    margin-left: -34rem;
    z-index: -1;
    opacity: .3;
} */

.material-pattern {
    bottom: 0;
    left: 0;
    transform: rotate(343deg)
}

/* .material-home::after {
    position: absolute;
    content: '';
    display: block;
    background-image: url('../img/shape02.png');
    top: 50%;
    left: 0;
    bottom: 0;
} */

.material-home {
    background-repeat: no-repeat;
    background-image: url('../img/pattern-6.png'), url('../img/pattern-5.png');
    background-position: left center, right center;
    background-size: contain;

    padding: 120px 0;
}


.catagory-info {
    padding: 40px;
    position: sticky;
}

.material-main {
    position: relative;
    padding: 65px 50px;
    border-radius: 20px;
    border: 2px solid #D9D9D9;
}

.material-main::before {
    position: absolute;
    content: '';
    right: -29px;
    bottom: 60px;
    width: 30px;
    height: 90px;
    z-index: 1;
    background: url('../img/curve.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.material-home .col-xl-3:nth-child(2) {
    top: 30px;
}

.material-home .col-xl-3:nth-child(3) {
    top: -18px;
}

.material-home .col-xl-3:nth-child(4) {
    top: -66px;
}

.material-home .col-xl-3:nth-child(2) .material-main::before {
    bottom: auto;
    top: 20%;
}

.material-home .col-xl-3:nth-child(3) .material-main::before {
    bottom: auto;
    top: 5%;
}

.material-home .col-xl-3:nth-child(4) .material-main::before {
    content: '';
    background: unset;
}

.material-image {
    position: absolute;
    top: 0;
    left: -20%;
}

.material-item h3 {
    font-size: 30px;
    margin-bottom: 40px;
}

.material-item .desc {
    line-height: 36px;
    font-size: 19px;
}


.material-item a,
.material-content a {
    background-color: #19c4d0;
    display: block;
    max-width: 150px;
    padding: 14px 18px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    color: var(--white-color);
}

.material-content a:hover,
.material-item a:hover {
    color: var(--white-color);
}

.material-content a::before,
.material-item a::before {
    transition: width .3s linear;
    content: '';
    display: block;
    background-image: linear-gradient(116deg, #000bff, #c115ec);
    position: absolute;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    z-index: -1;
}

.material-item a:hover::before,
.material-content a:hover::before {
    width: 100%;
}

.catagory-info .desc {
    padding: 0 0 0 24px;
    margin: 1rem 0;
    border-left: 4px solid var(--yellow-color);
}


.material-home2 {
    background: #F2F8FF;
}

.material-info {
    background: #f5ade3;
    border-radius: 50%;
    height: 500px;
    position: relative;
}

.material-content {
    padding: 40px;
    border-radius: 0px 120px 0px 120px;
    background: #fff;
    width: 80%;
    margin: 0 auto;
}

.material-content h3 {
    font-size: 30px;
}

.material-home2 .row:nth-of-type(even) {
    flex-direction: row-reverse;
}

.material-home2 .row:nth-of-type(even) .material-image {
    right: -20%;
    left: unset;
}


.material-home2 .row:nth-of-type(2) .material-info {
    background: #9ee2fc;
}

.material-home2 .row:nth-of-type(3) .material-info {
    background: #f1d27a;
}

.material-home2 .row:nth-of-type(4) .material-info {
    background: #f37070;
}

/* ====== NEW-HOME ====== */
.new-home {
    background-image: url('../../img/bg-blog1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

/* .warranty {
    background-image: linear-gradient(181deg, #f2f4f9, transparent);
} */