.page-main{
    max-width: unset;
    padding: 0 !important;
}
.page-header{
    border: none;
}
.page-banner {
    position: relative;
}
.page-banner .swiper {
    height: 100%;
    --swiper-theme-color: rgba(26, 26, 26, 0.3);
    --swiper-pagination-color: rgba(26, 26, 26, 0.6);
}
.page-banner .swiper-slide {
    position: relative;
}
.page-banner .swiper-slide-img {
    height: auto;
    width: 100%;
    object-fit: cover;
}
.page-banner .swiper-pagination-bullet-active {
    width: 40px !important;
    border-radius: 4px !important;
}
.page-banner .page-banner-view-more {
    position: absolute;
    z-index: 1;
    left: 18%;
    bottom: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #333333;
}
@media only screen and (max-width: 767px) {
    .page-banner .page-banner-view-more {
        display: none;
    }
}
.page-banner .page-banner-view-more.white {
    color: #fff;
}
.page-banner .page-banner-view-more-arrow {
    margin-left: 12px;
    margin-top: 5px;
    width: 18px;
    height: 18px;
}
.page-main * {
    box-sizing: inherit;
}
.page-main h1,
.page-main h2 {
    font-weight: 800;
}
.section {
    padding: 40px 0;
}
.section__gray {
    background-color: #f2f2f2;
}
.section__no-padding {
    padding: 0;
}
.section__testimonials {
    border-radius: 30px;
    max-width: 1200px !important;
    padding-left: 32px;
    padding-right: 32px;
}
@media only screen and (max-width: 1264px) {
    .section__testimonials {
        margin: 0 24px !important;
    }
}
@media only screen and (max-width: 767px) {
    .section__testimonials {
        margin: 0 !important;
        border-radius: 0;
    }
}
.section-title {
    margin-top: 0;
    margin-bottom: 28px;
    padding-left: 28px;
    color: #1a1a1a;
    line-height: 38 / 28;
    font-size: 28px;
    font-weight: 800;
}
@media only screen and (min-width: 768px) {
    .section-title {
        padding-left: 0;
        text-align: center;
    }
}
.section .block__category .category-icon a{
    color: unset;
}
.section .block__category .category-icon a:hover{
    text-decoration: none;
}
.section .block__category .list,
.section .block__category .card-group {
    display: flex;
    flex-wrap: wrap;
    max-width: 1264px;
    margin: 0 auto;
}
.section .block__category .list div {
    margin-bottom: 28px;
}
.section .block__category .list img,
.section .block__category .list p {
    display: block;
}
.section .block__category .list img {
    width: 124px;
    height: 124px;
    margin: 0 auto;
}
.section .block__category .list p {
    margin-top: 12px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .section .block__category .list div {
        width: 50%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1263px) {
    .section .block__category .list div {
        width: 33.33333%;
    }
    .section .block__category .list img {
        width: 202px;
        height: 202px;
    }
}
@media only screen and (min-width: 1264px) {
    .section .block__category .list {
        justify-content: space-between;
        max-width: 1020px;
    }
    .section .block__category .list div {
        width: 136px;
    }
}
.section .block__category .card {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.section .block__category .card img {
    display: block;
    width: 100%;
}
.section .block__category .card-body {
    position: absolute;
}
.section .block__category .card-body h2 {
    margin: 0;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section .block__category .card-body p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 9px;
    margin-bottom: 40px;
}
.section .block__category .card-body a {
    box-sizing: border-box;
    display: flex;
    color: #fff;
    max-width: 172px;
    height: 68px;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #f53700;
    border-radius: 90px;
    text-decoration: none;
}
.section .block__category .card-body a img {
    display: none;
}
@media only screen and (max-width: 767px) {
    .section .block__category .card {
        width: 100%;
    }
    .section .block__category .card + .card {
        margin-top: 28px;
    }
    .section .block__category .card-body {
        left: 28px;
        bottom: 34px;
        color: #fff;
        max-width: calc(100% - 56px);
    }
    .section .block__category .card-body.m-dark {
        color: #1a1a1a;
    }
    .section .block__category .card p {
        margin-bottom: 16px;
    }
    .section .block__category .card a {
        background-color: transparent;
        justify-content: left;
        color: inherit;
        height: auto;
    }
    .section .block__category .card a img {
        display: inline-block;
        width: 18px;
        height: 18px;
        margin-left: 6px;
    }
}
@media only screen and (min-width: 768px) {
    .section .block__category .card {
        width: 48%;
        max-width: 588px;
    }
    .section .block__category .card-group {
        gap: 40px 4%;
    }
    .section .block__category .card-body {
        top: 50%;
        transform: translateY(-50%);
        left: 24px;
        max-width: 235px;
        color: #fff;
    }
    .section .block__category .card-body.d-dark {
        color: #1a1a1a;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1263px) {
    .section .block__category .card-body p {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .section .block__category .card-body a {
        height: 40px;
    }
}
@media only screen and (min-width: 1264px) {
    .section .block__category .card-body {
        left: 44px;
        max-width: 340px;
    }
    .section .block__category .card-body h2 {
        font-size: 24px;
    }
    .section .block__category .card-body p {
        font-size: 16px;
    }
}
.section .block__testimonials ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.section .block__testimonials li {
    position: relative;
    padding: 28px 35px;
    background-color: #fff;
    border-radius: 30px;
}
.section .block__testimonials li img {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 7px;
}
.section .block__testimonials li dl {
    margin: 0;
    padding-left: 56px;
}
.section .block__testimonials li dt {
    font-size: 20px;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section .block__testimonials li dd {
    margin-left: 0;
    color: #959595;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section .block__testimonials li p {
    margin-top: 22px;
    margin-bottom: 0;
    color: #585f66;
}
.section .block__testimonials li a{
    color: #333333;
}
.section .block__testimonials li a:hover{
    text-decoration: none;
}
@media only screen and (max-width: 767px) {
    .section .block__testimonials {
        overflow: hidden;
        overflow-x: auto;
    }
    .section .block__testimonials ul {
        display: flex;
    }
    .section .block__testimonials li {
        flex: 0 0 auto;
        width: 320px;
    }
    .section .block__testimonials li + li {
        margin-left: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .section .block__testimonials {
        overflow: auto;
        max-height: 755px;
    }
    .section .block__testimonials ul {
        column-count: 2;
    }
    .section .block__testimonials li {
        break-inside: avoid;
    }
    .section .block__testimonials li + li {
        margin-top: 24px;
    }
}
@media only screen and (min-width: 1264px) {
    .section .block__testimonials ul {
        column-count: 4;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1263px) {
    .section .block__testimonials {
        padding: 0;
    }
}
.section .block__video > div {
    display: flex;
}
.section .block__video .card {
    flex: 0 0 auto;
    background-color: #f2f2f2;
    border-radius: 30px;
}
.section .block__video .card .oe-video .oe-video-iframe{
    max-width: 100%;
    width: 100%;
    border: none;
    height: 208px;
}
.section .block__video .card a,
.section .block__video .card img {
    display: block;
    width: 100%;
}
.section .block__video .card a {
    position: relative;
}
.section .block__video .card a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 80px;
    height: 80px;
    background-image: url("../images/play.png");
}
.section .block__video .card h2,
.section .block__video .card h3,
.section .block__video .card p {
    margin: 0 28px;
}
.section .block__video .card h2 {
    font-size: 20px;
}
.section .block__video .card h3 {
    margin: 28px 0 12px 28px;
    font-size: 16px;
    font-weight: 400;
}
.section .block__video .card p {
    margin-top: 24px;
    margin-bottom: 28px;
    color: #585f66;
}
@media only screen and (max-width: 767px) {
    .section .block__video {
        overflow: hidden;
        overflow-x: auto;
    }
    .section .block__video .card {
        width: 320px;
    }
    .section .block__video .card + .card {
        margin-left: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .section .block__video > div {
        flex-wrap: wrap;
        gap: 24px;
    }
    .section .block__video .card {
        width: 348px;
    }
}
@media only screen and (min-width: 1264px) {
    .section .block__video > div {
        gap: 20px;
    }
    .section .block__video .card {
        width: 278px;
    }
}
@media only screen and (min-width: 1304px) {
    .section .block__video > div {
        gap: 24px;
    }
    .section .block__video .card {
        width: 282px;
    }
}
.section .block__certificate ul {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    list-style: none;
}
.section .block__certificate li {
    width: 150px;
}
.section .block__certificate img {
    display: block;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .section .block__certificate ul {
        gap: 0;
    }
    .section .block__certificate li {
        width: 50%;
    }
}
@media only screen and (min-width: 768px) {
    .section .block__certificate ul {
        gap: 40px;
    }
    .section .block__certificate li {
        width: 202px;
    }
}
@media only screen and (min-width: 1284px) {
    .section .block__certificate ul {
        gap: 20px;
        justify-content: center;
    }
    .section .block__certificate li {
        width: 224px;
    }
}
.section .block__partner {
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.section .block__partner .container {
    position: relative;
    height: 100%;
}
.section .block__partner .panel {
    position: absolute;
    padding: 28px;
    background: rgba(39, 39, 39, 0.75);
}
.section .block__partner h1 {
    margin: 0 0 24px;
    font-size: 24px;
}
.section .block__partner p {
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .section .block__partner .panel {
        left: 28px;
        right: 28px;
        bottom: 28px;
    }
}
@media only screen and (min-width: 768px) {
    .section .block__partner {
        height: 400px;
    }
    .section .block__partner .panel {
        max-width: 500px;
        bottom: 32px;
    }
}
@media only screen and (min-width: 1264px) {
    .section .block__partner {
        height: 700px;
    }
    .section .block__partner .panel {
        max-width: 900px;
        padding: 32px;
        bottom: 185px;
    }
}
.section .block__features > div {
    width: 210px;
    text-align: center;
}
.section .block__features img {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.section .block__features h2 {
    font-size: 20px;
}
.section .block__features h3 {
    color: #585f66;
    font-size: 16px;
    font-weight: 400;
}
.section .block__features p {
    color: #959595;
}
@media only screen and (max-width: 767px) {
    .section .block__features > div {
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (min-width: 768px) {
    .section .block__features {
        display: flex;
        flex-wrap: wrap;
        padding: 20px 0 0 0;
    }
    .section .block__features > div {
        width: 50%;
        padding: 0 24px;
    }
}
@media only screen and (min-width: 1264px) {
    .section .block__features > div {
        width: 25%;
        padding: 0 32px;
    }
}
