/*-------------------
  Hero Banner Styles
---------------------*/
.hero-banner {
    min-height: 660px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .hero-banner {
        min-height: 600px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner {
        min-height: 100%;
    }
}

.hero-banner .banner-content {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner .banner-content {
        text-align: center;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner .banner-content {
        text-align: center;
        margin-bottom: 40px;
    }
}

.hero-banner .banner-content .subtitle {
    font-family: var(--font-secondary);
    font-weight: var(--p-bold);
    color: var(--color-tertiary);
    text-transform: uppercase;
    letter-spacing: 2.6px;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
}

.hero-banner .banner-content .title {
    margin-bottom: 18px;
}

@media only screen and (max-width: 1199px) {
    .hero-banner .banner-content .title br {
        display: none;
    }
}

.hero-banner .banner-content p {
    color: var(--color-heading);
    font-size: 19px;
}

.hero-banner .banner-content .shape-group li {
    margin: 0;
    position: absolute;
    z-index: -1;
}

.hero-banner .banner-content .shape-group li.shape-1 {
    top: -75px;
    left: -90px;
}

.hero-banner .banner-thumbnail {
    margin-right: -75px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1199px) {
    .hero-banner .banner-thumbnail {
        margin-right: 0;
    }
}

.hero-banner .banner-thumbnail .thumbnail {
    text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner .banner-thumbnail .thumbnail {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner .banner-thumbnail .thumbnail {
        text-align: center;
    }
}

.hero-banner .banner-thumbnail .instructor-info {
    position: absolute;
    bottom: 70px;
    left: 0;
}

@media only screen and (max-width: 767px) {
    .hero-banner .banner-thumbnail .instructor-info {
        bottom: 40px;
    }
}

.hero-banner .banner-thumbnail .instructor-info .inner {
    background-color: var(--color-white);
    border-radius: 10px;
    padding: 26px 30px 16px;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
}

.hero-banner .banner-thumbnail .instructor-info .inner .title {
    margin-bottom: 5px;
}

.hero-banner .banner-thumbnail .instructor-info .inner .media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hero-banner .banner-thumbnail .instructor-info .inner .media .thumb {
    margin-left: -2px;
}

.hero-banner .banner-thumbnail .instructor-info .inner .media .content {
    line-height: 1;
    color: var(--color-heading);
    font-weight: 500;
    margin-top: 10px;
}

.hero-banner .banner-thumbnail .instructor-info .inner .media .content span {
    display: block;
    font-weight: 700;
    color: var(--color-secondary);
}

.hero-banner .banner-thumbnail .shape-group li {
    margin: 0;
    position: absolute;
    z-index: -1;
}

.hero-banner .banner-thumbnail .shape-group li.shape-1 {
    top: 50px;
    left: 160px;
}

.hero-banner .banner-thumbnail .shape-group li.shape-2 {
    top: 115px;
    left: 170px;
}

.hero-banner .banner-thumbnail .shape-group li.shape-3 {
    top: 45%;
    left: 17%;
}

.hero-banner .banner-thumbnail .shape-group li.shape-3 span.circle-shape {
    width: 41px;
    height: 41px;
    background: var(--color-tertiary);
    border-radius: 100%;
}

.hero-banner .banner-thumbnail .shape-group li.shape-4 {
    top: 114px;
    right: 41px;
    z-index: 1;
}

.hero-banner .banner-thumbnail .shape-group li.shape-5 {
    bottom: 100px;
    right: -50px;
}

.hero-banner .banner-thumbnail .shape-group li.shape-6 {
    bottom: 132px;
    right: -98px;
}

.hero-banner.presentation-hero-style {
    min-height: 745px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    -webkit-clip-path: none;
    clip-path: none;
    min-height: 930px;
    margin-top: -110px;
}

.hero-banner.presentation-hero-style::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../front-asset/images/bg/bg-image-27.png);
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.presentation-hero-style {
        min-height: 740px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.presentation-hero-style {
        min-height: 600px;
    }
}

.hero-banner.presentation-hero-style .banner-content {
    text-align: center;
    padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .hero-banner.presentation-hero-style .banner-content {
        padding: 160px 0;
    }
}

.hero-banner.presentation-hero-style .banner-content .subtitle {
    letter-spacing: 1px;
    background: #31B978;
    background: -webkit-linear-gradient(right, #31B978 0%, #1AB69D 76%);
    background: linear-gradient(to left, #31B978 0%, #1AB69D 76%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .hero-banner.presentation-hero-style .banner-content .subtitle {
        font-size: 14px;
    }
}

.hero-banner.presentation-hero-style .banner-content .title {
    margin-bottom: 40px;
}

.hero-banner.presentation-hero-style .banner-content:before, .hero-banner.presentation-hero-style .banner-content:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 50%;
    border: 1px solid #dae1e3;
}

@media only screen and (max-width: 767px) {
    .hero-banner.presentation-hero-style .banner-content:before, .hero-banner.presentation-hero-style .banner-content:after {
        display: none;
    }
}

.hero-banner.presentation-hero-style .banner-content:before {
    height: 570px;
    width: 570px;
    top: -140px;
    left: 200px;
    -webkit-animation: ripple_3 2.5s linear 1s infinite;
    animation: ripple_3 2.5s linear 1s infinite;
}

@media only screen and (max-width: 1199px) {
    .hero-banner.presentation-hero-style .banner-content:before {
        left: 110px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.presentation-hero-style .banner-content:before {
        height: 400px;
        width: 400px;
        left: 154px;
        top: -70px;
    }
}

.hero-banner.presentation-hero-style .banner-content:after {
    height: 370px;
    width: 370px;
    top: -43px;
    left: 299px;
    -webkit-animation: ripple_3 2.5s linear infinite;
    animation: ripple_3 2.5s linear infinite;
}

@media only screen and (max-width: 1199px) {
    .hero-banner.presentation-hero-style .banner-content:after {
        left: 210px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.presentation-hero-style .banner-content:after {
        height: 300px;
        width: 300px;
        left: 202px;
        top: -16px;
    }
}

.hero-banner.presentation-hero-style .banner-content p {
    width: 70%;
    margin: 0 auto 30px;
}

@media only screen and (max-width: 991px) {
    .hero-banner.presentation-hero-style .banner-content p {
        width: 100%;
    }
}

.hero-banner.presentation-hero-style .banner-gallery {
    display: block;
    position: initial;
}

@media only screen and (max-width: 991px) {
    .hero-banner.presentation-hero-style .banner-gallery {
        display: none;
    }
}

.hero-banner.presentation-hero-style .banner-gallery .thumbnail {
    position: absolute;
    z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .hero-banner.presentation-hero-style .banner-gallery .thumbnail img {
        width: 75%;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-banner.presentation-hero-style .banner-gallery .thumbnail img {
        width: 65%;
    }
}

.hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-1 {
    top: 225px;
    left: 0;
}

.hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-1 img {
    -webkit-animation: none;
    animation: none;
}

.hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-2 {
    top: inherit;
    bottom: 158px;
    right: inherit;
    left: 0;
    padding: 0;
}

.hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-3 {
    top: 195px;
    right: 0;
}

.hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-3 img {
    border-radius: 0;
}

.hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-4 {
    bottom: 180px;
    right: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (max-width: 1199px) {
    .hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-4 {
        right: -115px;
    }
}

.hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-5 {
    top: 135px;
    left: 325px;
    border-radius: 10px;
}

.hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-5 img {
    border-radius: 10px;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.04);
}

@media only screen and (max-width: 767px) {
    .hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-5 {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .hero-banner.presentation-hero-style .shape-group {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .hero-banner.presentation-hero-style .shape-group li img {
        width: 75%;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-banner.presentation-hero-style .shape-group li img {
        width: 65%;
    }
}

.hero-banner.presentation-hero-style .shape-group li.shape-1 {
    top: auto;
    bottom: 37%;
    left: 19%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .hero-banner.presentation-hero-style .shape-group li.shape-1 {
        bottom: 32%;
        left: 19%;
    }
}

.hero-banner.presentation-hero-style .shape-group li.shape-1 img {
    opacity: 1;
}

.hero-banner.presentation-hero-style .shape-group li.shape-2 {
    top: auto;
    bottom: 29%;
    left: 20%;
    z-index: 2;
}

.hero-banner.presentation-hero-style .shape-group li.shape-3 {
    top: 145px;
    bottom: auto;
    left: auto;
    right: 13%;
}

.hero-banner.presentation-hero-style .shape-group li.shape-4 {
    top: 29%;
    bottom: auto;
    left: auto;
    right: 15%;
    z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .hero-banner.presentation-hero-style .shape-group li.shape-4 {
        top: 19%;
        right: 23%;
    }
}

.hero-banner.presentation-hero-style .shape-group li.shape-4 span {
    display: block;
    height: 100px;
    width: 100px;
    border: 16px solid var(--color-tertiary);
    border-radius: 50%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .hero-banner.presentation-hero-style .shape-group li.shape-4 span {
        height: 50px;
        width: 50px;
        border: 7px solid var(--color-tertiary);
    }
}

.hero-banner.hero-style-1 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    background-color: var(--bg-color);
}

.hero-banner.hero-style-1::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../front-asset/images/banner/BG-1.png);
}

@media only screen and (max-width: 991px) {
    .hero-banner.hero-style-1::before {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-1 {
        padding-top: 95px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-1 {
        padding-top: 75px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-banner.hero-style-1 .banner-content .shape-group {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-banner.hero-style-1 .banner-thumbnail .shape-group {
        display: none;
    }
}

.hero-banner.hero-style-1 .banner-thumbnail .shape-group .shape-1 {
    -webkit-animation: edublink-sm-x-move 3.5s alternate infinite linear;
    animation: edublink-sm-x-move 3.5s alternate infinite linear;
}

.hero-banner.hero-style-1 .shape-7 {
    position: absolute;
    right: -6px;
    top: 13%;
    z-index: 1;
}

.hero-banner.hero-style-1 .shape-7 img {
    filter: opacity(0.7);
    -webkit-filter: opacity(0.7);
}

.hero-banner.hero-style-2 {
    padding: 143px 0 180px;
    background-position: center bottom;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .hero-banner.hero-style-2 {
        padding: 0;
    }
}

.hero-banner.hero-style-2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../front-asset/images/bg/bg-image-1.svg);
    -webkit-filter: brightness(0) saturate(100%) invert(97%) sepia(7%) saturate(503%) hue-rotate(316deg) brightness(103%) contrast(92%);
    filter: brightness(0) saturate(100%) invert(97%) sepia(7%) saturate(503%) hue-rotate(316deg) brightness(103%) contrast(92%);
    background-size: cover;
    background-position: center;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-2 {
        padding: 100px 0 150px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-2 {
        padding: 80px 0 150px;
    }
}

.hero-banner.hero-style-2 .banner-gallery {
    text-align: right;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    z-index: 1;
}

.hero-banner.hero-style-2 .banner-gallery .thumbnail.thumbnail-1 img {
    border-radius: 0 70px 0 110px;
}

.hero-banner.hero-style-2 .banner-gallery .thumbnail.thumbnail-2 {
    padding-top: 120px;
    padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-2 .banner-gallery .thumbnail.thumbnail-2 {
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-2 .banner-gallery .thumbnail.thumbnail-2 {
        text-align: left;
        padding-top: 0;
    }
}

.hero-banner.hero-style-2 .banner-gallery .thumbnail.thumbnail-2 img {
    border-radius: 50px 0 90px 0;
}

.hero-banner.hero-style-2 .banner-gallery .online-support {
    position: absolute;
    left: 50px;
    bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-2 .banner-gallery .online-support {
        display: none;
    }
}

.hero-banner.hero-style-2 .banner-gallery .online-support .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    border-radius: 50px 10px 50px 10px;
}

.hero-banner.hero-style-2 .banner-gallery .online-support .inner .icon {
    width: 50px;
    height: 50px;
    background: rgba(238, 74, 98, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 15px;
    color: var(--color-secondary);
    font-size: 22px;
}

.hero-banner.hero-style-2 .banner-gallery .online-support .inner .content {
    text-align: left;
}

.hero-banner.hero-style-2 .banner-gallery .online-support .inner .content .subtitle {
    font-size: 13px;
    font-weight: var(--p-bold);
    color: rgba(20, 20, 23, 0.5);
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}

.hero-banner.hero-style-2 .banner-gallery .online-support .inner .content .title {
    font-weight: var(--p-medium);
    line-height: 1;
    margin-bottom: 0;
}

.hero-banner.hero-style-2 .banner-gallery .online-support .inner .content .title a {
    color: var(--color-secondary);
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-2 .banner-gallery .shape-group {
        display: none;
    }
}

.hero-banner.hero-style-2 .banner-gallery .shape-group li {
    margin: 0;
    position: absolute;
    z-index: -1;
}

.hero-banner.hero-style-2 .banner-gallery .shape-group li.shape-1 {
    top: -58px;
    right: 125px;
}

.hero-banner.hero-style-2 .banner-gallery .shape-group li.shape-2 {
    top: 85px;
    right: -50px;
}

.hero-banner.hero-style-2 .banner-gallery .shape-group li.shape-3 {
    bottom: 30px;
    right: -108px;
}

.hero-banner.hero-style-2 .banner-gallery .shape-group li.shape-4 {
    bottom: -10px;
    left: -12px;
}

.hero-banner.hero-style-3 {
    min-height: 715px;
    position: relative;
    z-index: 1;
    /*-webkit-mask-image: url(../../front-asset/images/others/mask-01.png);
    mask-image: url(../../front-asset/images/others/mask-01.png);*/
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-3 {
        min-height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-3 {
        min-height: 100%;
    }
}

.hero-banner.hero-style-3 .swiper-slide {
    padding: 0;
    display: block;
}

.hero-banner.hero-style-3 .swiper-slide:before {
    content: "";
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 80%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 80%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.hero-banner.hero-style-3 .swiper-slide img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 5s linear;
    transition: -webkit-transform 5s linear;
    transition: transform 5s linear;
    transition: transform 5s linear, -webkit-transform 5s linear;
    max-width: 100%;
    width: 100%;
    background-size: cover;
    background-position: 100%;
    min-height: 715px;
    object-fit: cover;
}

.hero-banner.hero-style-3 .swiper-slide.swiper-slide-duplicate-active img, .hero-banner.hero-style-3 .swiper-slide.swiper-slide.swiper-slide-active img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hero-banner.hero-style-3 .thumbnail-bg-content .banner-content {
    max-width: 560px;
    position: absolute;
    left: 0;
    bottom: 280px;
    z-index: 12;
}

@media only screen and (min-width: 1401px) and (max-width: 1650px) {
    .hero-banner.hero-style-3 .thumbnail-bg-content .banner-content {
        bottom: 240px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-banner.hero-style-3 .thumbnail-bg-content .banner-content {
        max-width: 100%;
        bottom: 220px;
    }
}

.hero-banner.hero-style-3 .thumbnail-bg-content .banner-content .subtitle {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.hero-banner.hero-style-3 .thumbnail-bg-content .banner-content .title {
    color: var(--color-white);
    font-weight: var(--p-extra-bold);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition-delay: 1700ms;
    transition-delay: 1700ms;
}

.hero-banner.hero-style-3 .thumbnail-bg-content .banner-content p {
    color: var(--color-white);
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition-delay: 1900ms;
    transition-delay: 1900ms;
}

.hero-banner.hero-style-3 .thumbnail-bg-content .banner-content .banner-btn {
    opacity: 0;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition-delay: 2100ms;
    transition-delay: 2100ms;
}

.hero-banner.hero-style-3 .swiper-slide-active .thumbnail-bg-content .banner-content .subtitle {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.hero-banner.hero-style-3 .swiper-slide-active .thumbnail-bg-content .banner-content .title {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.hero-banner.hero-style-3 .swiper-slide-active .thumbnail-bg-content .banner-content p {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.hero-banner.hero-style-3 .swiper-slide-active .thumbnail-bg-content .banner-content .banner-btn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-3 .shape-group {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-3 .shape-group {
        display: none;
    }
}

.hero-banner.hero-style-3 .shape-group li {
    margin: 0;
    position: absolute;
    z-index: 1;
}

.hero-banner.hero-style-3 .shape-group li.shape-1 {
    top: 45px;
    left: 8.2%;
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
    .hero-banner.hero-style-3 .shape-group li.shape-1 {
        left: 4.2%;
    }
}

@media only screen and (max-width: 1650px) {
    .hero-banner.hero-style-3 .shape-group li.shape-1 {
        display: none;
    }
}

.hero-banner.hero-style-3 .shape-group li.shape-2 {
    top: 21px;
    left: 26%;
}

.hero-banner.hero-style-3 .shape-group li.shape-3 {
    top: -290px;
    left: -153px;
}

.hero-banner.hero-style-3 .hero-slider-bg-controls {
    position: absolute;
    right: 70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

@media only screen and (max-width: 991px) {
    .hero-banner.hero-style-3 .hero-slider-bg-controls {
        display: none;
    }
}

.hero-banner.hero-style-3 .hero-slider-bg-controls .swiper-slide-controls {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    background-color: var(--color-white);
    color: var(--color-heading);
    cursor: pointer;
}

.hero-banner.hero-style-3 .hero-slider-bg-controls .swiper-slide-controls i {
    font-size: 20px;
    line-height: 58px;
}

.hero-banner.hero-style-3 .hero-slider-bg-controls .swiper-slide-controls:hover {
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    background-color: var(--color-secondary);
    color: var(--color-white);
}

.hero-banner.hero-style-3 .hero-slider-bg-controls .slide-prev,
      .hero-banner.hero-style-3 .hero-slider-bg-controls .slide-next {
    position: relative;
    width: 60px !important;
    margin-left: auto;
    margin-right: 6px;
    text-align: center;
    border-radius: 50%;
    box-shadow: var(--shadow-darker3);
}

.hero-banner.hero-style-3 .hero-slider-bg-controls .slide-next {
    right: 0px;
    top: -69px;
}

.hero-banner.hero-style-3 .hero-slider-bg-controls .slide-prev {
    right: -70px;
    top: 0;
}

.hero-banner.hero-style-4 {
    min-height: 745px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 92%, 0% 100%);
    clip-path: polygon(0 0%, 100% 0%, 100% 92%, 0% 100%);
}

.hero-banner.hero-style-4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../front-asset/images/bg/bg-image-18.png);
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-4 {
        -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 92%, 0% 97%);
        clip-path: polygon(0 0%, 100% 0%, 100% 92%, 0% 97%);
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-4 {
        -webkit-clip-path: none;
        clip-path: none;
    }
}

.hero-banner.hero-style-4 .banner-content {
    text-align: center;
    padding-bottom: 30px;
}

.hero-banner.hero-style-4 .banner-content p {
    width: 70%;
    margin: 0 auto 30px;
}

@media only screen and (max-width: 991px) {
    .hero-banner.hero-style-4 .banner-content p {
        width: 100%;
    }
}

.hero-banner.hero-style-4 .banner-gallery {
    display: block;
    position: initial;
}

.hero-banner.hero-style-4 .banner-gallery .thumbnail {
    position: absolute;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .hero-banner.hero-style-4 .banner-gallery .thumbnail {
        width: 17%;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-banner.hero-style-4 .banner-gallery .thumbnail {
        width: 15%;
    }
}

@media only screen and (max-width: 575px) {
    .hero-banner.hero-style-4 .banner-gallery .thumbnail {
        width: 30%;
    }
}

@media only screen and (max-width: 991px) {
    .hero-banner.hero-style-4 .banner-gallery .thumbnail {
        display: none;
    }
}

.hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-1 {
    top: 140px;
    left: 120px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-1 {
        left: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-1 {
        left: 80px;
    }
}

.hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-1 img {
    border-radius: 0;
    -webkit-animation: radiusChange 8s linear infinite;
    animation: radiusChange 8s linear infinite;
}

.hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-2 {
    top: 100px;
    right: 120px;
    padding-top: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-2 {
        right: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-2 {
        right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-2 {
        right: 15px;
    }
}

.hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-2 img {
    border-radius: 50px 0px;
    -webkit-animation: radiusChange2 5s linear;
    animation: radiusChange2 5s linear;
}

.hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-3 {
    bottom: 160px;
    right: 310px;
    padding-top: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-3 {
        right: 200px;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-3 {
        right: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-3 {
        right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-3 {
        right: 15px;
    }
}

.hero-banner.hero-style-4 .banner-gallery .thumbnail.thumbnail-3 img {
    border-radius: 10px 40px;
}

.hero-banner.hero-style-4 .banner-gallery .online-support {
    position: absolute;
    left: 240px;
    bottom: 160px;
}

@media only screen and (max-width: 1199px) {
    .hero-banner.hero-style-4 .banner-gallery .online-support {
        left: 100px;
        bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-banner.hero-style-4 .banner-gallery .online-support {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-4 .banner-gallery .online-support {
        left: 0;
        bottom: -40px;
    }
}

.hero-banner.hero-style-4 .banner-gallery .online-support .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    border-radius: 50px 10px 50px 10px;
}

.hero-banner.hero-style-4 .banner-gallery .online-support .inner .icon {
    width: 50px;
    height: 50px;
    background: rgba(238, 74, 98, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 15px;
    color: var(--color-secondary);
    font-size: 22px;
}

.hero-banner.hero-style-4 .banner-gallery .online-support .inner .content {
    text-align: left;
}

.hero-banner.hero-style-4 .banner-gallery .online-support .inner .content .subtitle {
    font-size: 13px;
    font-weight: var(--p-bold);
    color: rgba(20, 20, 23, 0.5);
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}

.hero-banner.hero-style-4 .banner-gallery .online-support .inner .content .title {
    color: var(--color-heading);
    font-weight: var(--p-medium);
    line-height: 1;
    margin-bottom: 0;
}

.hero-banner.hero-style-4 .scroll-down-btn {
    position: absolute;
    bottom: -75px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-4 .scroll-down-btn {
        bottom: -10px;
        z-index: 12;
    }
}

.hero-banner.hero-style-4 .scroll-down-btn .scroll-btn {
    height: 200px;
    width: 200px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-4 .scroll-down-btn .scroll-btn {
        height: 50px;
        width: 50px;
        background-color: white;
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.hero-banner.hero-style-4 .scroll-down-btn .scroll-btn i {
    padding-top: 40px;
    font-size: 26px;
    color: var(--color-primary);
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-4 .scroll-down-btn .scroll-btn i {
        font-size: 16px;
        padding-top: 0;
    }
}

.hero-banner.hero-style-4 .scroll-down-btn .scroll-btn:before, .hero-banner.hero-style-4 .scroll-down-btn .scroll-btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 50%;
    border: 1px solid #dfe7e9;
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-4 .scroll-down-btn .scroll-btn:before, .hero-banner.hero-style-4 .scroll-down-btn .scroll-btn:after {
        display: none;
    }
}

.hero-banner.hero-style-4 .scroll-down-btn .scroll-btn:before {
    -webkit-animation: ripple_2 3s linear infinite;
    animation: ripple_2 3s linear infinite;
}

.hero-banner.hero-style-4 .scroll-down-btn .scroll-btn:after {
    -webkit-animation: ripple_2 3s linear 1s infinite;
    animation: ripple_2 3s linear 1s infinite;
}

.hero-banner.hero-style-4 .shape-group li {
    margin: 0;
    position: absolute;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-4 .shape-group li {
        width: 10%;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-4 .shape-group li {
        width: 10%;
    }
}

.hero-banner.hero-style-4 .shape-group li.shape-1 {
    top: 50px;
    left: 195px;
}

.hero-banner.hero-style-4 .shape-group li.shape-1 img {
    opacity: .5;
}

@media only screen and (max-width: 1599px) {
    .hero-banner.hero-style-4 .shape-group li.shape-1 {
        left: 161px;
    }
}

.hero-banner.hero-style-4 .shape-group li.shape-2 {
    top: 85px;
    left: 335px;
}

.hero-banner.hero-style-4 .shape-group li.shape-2 img {
    width: 130px;
}

@media only screen and (max-width: 1599px) {
    .hero-banner.hero-style-4 .shape-group li.shape-2 {
        left: 215px;
    }
}

.hero-banner.hero-style-4 .shape-group li.shape-3 {
    bottom: 200px;
    left: 130px;
}

.hero-banner.hero-style-4 .shape-group li.shape-4 {
    bottom: 220px;
    left: 26%;
}

.hero-banner.hero-style-4 .shape-group li.shape-5 {
    top: 35px;
    right: 24%;
}

.hero-banner.hero-style-4 .shape-group li.shape-6 {
    top: 66px;
    right: 88px;
}

@media only screen and (max-width: 1599px) {
    .hero-banner.hero-style-4 .shape-group li.shape-6 {
        right: 8px;
    }
}

.hero-banner.hero-style-4 .shape-group li.shape-7 {
    bottom: 210px;
    right: 60px;
}

@media only screen and (max-width: 1599px) {
    .hero-banner.hero-style-4 .shape-group li.shape-7 {
        bottom: 220px;
        right: -50px;
    }
}

.hero-banner.hero-style-4 .shape-group li.shape-7 img {
    opacity: .3;
}

.hero-banner.hero-style-4 .shape-group li.shape-8 {
    z-index: -2;
    bottom: 120px;
    left: -95px;
}

.hero-banner.hero-style-4 .shape-group li.shape-8 span {
    display: block;
    height: 270px;
    width: 270px;
    border: 1px solid var(--color-border);
    border-radius: 50%;
}

.hero-banner.hero-style-5 {
    background-color: var(--color-lighten04);
    -webkit-mask-image: url(../front-asset/images/others/mask-02.png);
    mask-image: url(../front-asset/images/others/mask-02.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    min-height: 715px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-5 {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-5 {
        padding: 80px 0;
    }
}

.hero-banner.hero-style-5 .banner-thumbnail {
    margin-right: 0;
    text-align: right;
    padding: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-5 .banner-thumbnail {
        text-align: center;
    }
}

.hero-banner.hero-style-5 .banner-thumbnail .thumbnail {
    display: inline-block;
    background-color: var(--color-white);
    border-radius: 10px;
    padding: 20px;
    box-shadow: var(--shadow-darker);
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-banner.hero-style-5 .banner-thumbnail .shape-group {
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-5 .banner-thumbnail .shape-group li {
        width: 100%;
    }
}

.hero-banner.hero-style-5 .banner-thumbnail .shape-group img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.hero-banner.hero-style-5 .banner-thumbnail .shape-group .shape-1 {
    top: 0;
    left: auto;
    right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-5 .banner-thumbnail .shape-group .shape-1 {
        left: 0;
        right: 0;
    }
}

.hero-banner.hero-style-5 .banner-thumbnail .shape-group .shape-2 {
    top: auto;
    bottom: 85px;
    left: 52px;
    z-index: 1;
}

.hero-banner.hero-style-5 .banner-thumbnail .shape-group .shape-3 {
    top: 18px;
    left: auto;
    right: -45px;
    z-index: -2;
}

.hero-banner.hero-style-5 .banner-thumbnail .shape-group .shape-4 {
    top: -45px;
    right: 8px;
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-5 .shape-group {
        display: none;
    }
}

.hero-banner.hero-style-5 .shape-group li {
    margin: 0;
    position: absolute;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-5 .shape-group li {
        width: 15%;
    }
}

.hero-banner.hero-style-5 .shape-group li.shape-1 {
    top: 40px;
    left: 70px;
}

.hero-banner.hero-style-5 .shape-group li.shape-2 {
    bottom: 28px;
    left: 160px;
}

.hero-banner.hero-style-5 .shape-group li.shape-3 {
    top: 85px;
    left: 46%;
}

.hero-banner.hero-style-5 .shape-group li.shape-4 {
    bottom: 70px;
    right: 205px;
}

.hero-banner.hero-style-5 .shape-group li.shape-5 {
    top: 55px;
    right: 75px;
}

.hero-banner.hero-style-6 {
    min-height: 710px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-6 {
        padding: 100px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-6 {
        padding: 80px 0 0;
    }
}

.hero-banner.hero-style-6:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: var(--color-lighten01);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-mask-image: url(../front-asset/images/others/mask-03.png);
    mask-image: url(../front-asset/images/others/mask-03.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
}

.hero-banner.hero-style-6 .banner-thumbnail {
    margin-right: -15px;
    text-align: right;
    margin-bottom: -125px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-6 .banner-thumbnail {
        margin-bottom: 0;
        margin-right: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-6 .banner-thumbnail {
        margin-bottom: 0;
        margin-right: 0;
        text-align: center;
    }
}

.hero-banner.hero-style-6 .banner-thumbnail .thumbnail {
    display: inline-block;
    position: relative;
}

@media only screen and (max-width: 1199px), only screen and (max-width: 767px) {
    .hero-banner.hero-style-6 .banner-thumbnail .shape-group {
        display: block;
    }
}

.hero-banner.hero-style-6 .banner-thumbnail .shape-group img {
    opacity: 1;
}

.hero-banner.hero-style-6 .banner-thumbnail .shape-group .shape-1 {
    top: 80px;
    left: auto;
    right: 15px;
}

@media only screen and (max-width: 991px) {
    .hero-banner.hero-style-6 .banner-thumbnail .shape-group .shape-1 {
        right: inherit;
        left: 180px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-6 .banner-thumbnail .shape-group .shape-1 {
        left: 60px;
    }
}

.hero-banner.hero-style-6 .banner-thumbnail .shape-group .shape-2 {
    top: auto;
    bottom: 250px;
    left: 80px;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-6 .banner-thumbnail .shape-group .shape-2 {
        display: none;
    }
}

.hero-banner.hero-style-6 .banner-thumbnail .shape-group .shape-3 {
    top: 80px;
    left: auto;
    right: -75px;
    z-index: -2;
}

.hero-banner.hero-style-6 .banner-thumbnail .shape-group .shape-4 {
    top: 26px;
    right: 22px;
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-6 .banner-thumbnail .shape-group .shape-4 {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-6 .shape-group {
        display: none;
    }
}

.hero-banner.hero-style-6 .shape-group li {
    margin: 0;
    position: absolute;
    z-index: -1;
}

.hero-banner.hero-style-6 .shape-group li img {
    opacity: .2;
}

.hero-banner.hero-style-6 .shape-group li.shape-1 {
    top: 45px;
    left: 250px;
}

.hero-banner.hero-style-6 .shape-group li.shape-2 {
    bottom: 26px;
    left: 115px;
}

.hero-banner.hero-style-6 .shape-group li.shape-3 {
    top: 25px;
    right: 0px;
    z-index: -1;
}

.hero-banner.hero-style-7 {
    min-height: 820px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-linear-gradient(right, rgba(49, 185, 120, 0.2) 0%, rgba(26, 182, 157, 0.2) 100%);
    background: linear-gradient(-90deg, rgba(49, 185, 120, 0.2) 0%, rgba(26, 182, 157, 0.2) 100%);
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-7 {
        min-height: 100%;
        padding: 80px 0 100px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-7 {
        min-height: 100%;
        padding: 60px 0 80px;
    }
}

.hero-banner.hero-style-7 .banner-content {
    text-align: center;
    padding-top: 30px;
    z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-7 .banner-content {
        padding-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-7 .banner-content {
        padding-top: 0;
    }
}

.hero-banner.hero-style-7 .banner-content p {
    width: 70%;
    margin: 0 auto 30px;
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-7 .banner-content p {
        width: 100%;
    }
}

.hero-banner.hero-style-7 .banner-content .features-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -50px;
    padding-top: 65px;
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-7 .banner-content .features-list {
        margin: 0 -20px;
        padding-top: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-banner.hero-style-7 .banner-content .features-list {
        margin: 0 -5px;
    }
}

.hero-banner.hero-style-7 .banner-content .features-box {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    margin: 0 50px;
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-7 .banner-content .features-box {
        margin: 0 20px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-banner.hero-style-7 .banner-content .features-box {
        margin: 0 5px;
    }
}

.hero-banner.hero-style-7 .banner-content .features-box .icon {
    color: var(--color-white);
}

@media only screen and (max-width: 575px) {
    .hero-banner.hero-style-7 .banner-content .features-box .content .title {
        font-size: 14px;
    }
}

.hero-banner.hero-style-7 .banner-content .features-box.color-extra02-style .icon {
    background-color: #8e56ff;
}

.hero-banner.hero-style-7 .banner-content .features-box.color-secondary-style .icon {
    background-color: #ee4a62;
}

.hero-banner.hero-style-7 .banner-content .features-box.color-primary-style .icon {
    background-color: #1ab69d;
}

.hero-banner.hero-style-7 .banner-gallery {
    display: block;
    position: initial;
}

.hero-banner.hero-style-7 .banner-gallery .thumbnail {
    position: absolute;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .hero-banner.hero-style-7 .banner-gallery .thumbnail {
        width: 20%;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-banner.hero-style-7 .banner-gallery .thumbnail {
        width: 20%;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-7 .banner-gallery .thumbnail {
        display: none;
    }
}

.hero-banner.hero-style-7 .banner-gallery .thumbnail img {
    border-radius: 0;
}

.hero-banner.hero-style-7 .banner-gallery .thumbnail.thumbnail-1 {
    bottom: 160px;
    left: 130px;
}

@media only screen and (max-width: 1650px) {
    .hero-banner.hero-style-7 .banner-gallery .thumbnail.thumbnail-1 {
        left: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-7 .banner-gallery .thumbnail.thumbnail-1 {
        bottom: 50%;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-banner.hero-style-7 .banner-gallery .thumbnail.thumbnail-1 {
        bottom: 50%;
    }
}

.hero-banner.hero-style-7 .banner-gallery .thumbnail.thumbnail-2 {
    bottom: 120px;
    right: 150px;
    padding-top: 0;
}

@media only screen and (max-width: 1650px) {
    .hero-banner.hero-style-7 .banner-gallery .thumbnail.thumbnail-2 {
        right: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.hero-style-7 .banner-gallery .thumbnail.thumbnail-2 {
        bottom: 50%;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-banner.hero-style-7 .banner-gallery .thumbnail.thumbnail-2 {
        bottom: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.hero-style-7 .shape-group {
        display: none;
    }
}

.hero-banner.hero-style-7 .shape-group li {
    margin: 0;
    position: absolute;
    z-index: -1;
}

.hero-banner.hero-style-7 .shape-group li img {
    opacity: .3;
}

.hero-banner.hero-style-7 .shape-group li.shape-1 {
    top: 100px;
    left: 82px;
}

.hero-banner.hero-style-7 .shape-group li.shape-2 {
    top: 47%;
    left: 24%;
}

.hero-banner.hero-style-7 .shape-group li.shape-3 {
    bottom: 0;
    left: 44%;
}

.hero-banner.hero-style-7 .shape-group li.shape-4 {
    top: 220px;
    right: 21%;
}

.hero-banner.hero-style-7 .shape-group li.shape-5 {
    top: 135px;
    right: 65px;
}

.hero-banner.hero-style-7 .shape-group li.shape-6 {
    top: -60px;
    left: 35%;
}

.hero-banner.hero-style-7 .shape-group li.shape-6 img {
    opacity: 1;
}

.hero-banner.hero-style-7 .shape-group li.shape-7 {
    bottom: -35px;
    right: 21%;
}

.hero-banner.hero-style-7 .shape-group li.shape-7 img {
    opacity: 1;
}


html[dir="rtl"] .hero-banner.hero-style-3 .swiper-slide:before {
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 80%);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 80%);
}

html[dir="rtl"] .hero-banner.hero-style-3 .thumbnail-bg-content .banner-content {
    right: 0;
    left: inherit;
}

html[dir="rtl"] .hero-banner.hero-style-3 .shape-group li.shape-1 {
    left: inherit;
    right: 8.2%;
}

html[dir="rtl"] .hero-banner.hero-banner.hero-style-3 .shape-group li.shape-2 {
    left: inherit;
    right: 26%;
}

html[dir="rtl"] .hero-banner.hero-style-3 .shape-group li.shape-3 {
    left: inherit;
    right: -153px;
}

html[dir="rtl"] .hero-banner.hero-style-3 .hero-slider-bg-controls {
    right: inherit;
    left: 70px;
}

html[dir="rtl"] .hero-banner.hero-style-3 .hero-slider-bg-controls .slide-prev {
    right: inherit;
    left: -70px;
}
