/* Minification failed. Returning unminified contents.
(271,22): run-time error CSS1030: Expected identifier, found '-'
(271,22): run-time error CSS1031: Expected selector, found '-'
(271,22): run-time error CSS1025: Expected comma or open brace, found '-'
 */
@font-face {
    font-family: averata;
    src: url(../fonts/AvertaDemo-Regular.otf);
}

@font-face {
    font-family: averataExtraBold;
    src: url(../fonts/averta-bold.otf);
}

@font-face {
    font-family: averataRegularItalic;
    src: url(../fonts/Averta-RegularItalic.ttf);
}

/* ----------------------------------------
 	reset
 ---------------------------------------- */
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
strong,
sub,
sup,
i,
small,
address,
time,
fieldset,
form,
label,
legend,
hr,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
nav,
section,
article,
aside,
figure,
figcaption,
canvas,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    vertical-align: baseline;
}

article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
    display: block;
}

*,
*::before,
*::after {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol,
li {
    list-style: none;
}

input,
textarea,
button {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

    input[type="submit"],
    input[type="button"],
    button {
        cursor: pointer;
    }

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

html {
    font-size: 62.5%;
}

body {
    position: relative;
    width: 100%;
    color: #101e2a;
    font-family: averata;
    font-size: 1.8rem;
    line-height: 1.5;
    word-break: break-word;
}

a {
    text-decoration: none;
}

.l-header {
    display: inline-block;
    position: relative;
    min-width: 100%;
    background-color: #fff;
}

@media all and (max-width: 1440px) and (min-width: 769px) {
    .l-header .l-topContent {
        min-width: unset;
        max-width: unset;
    }
}

.l-footer {
    display: inline-block;
    position: relative;
    min-width: 100%;
    background-color: #fff;
}

.l-topContent {
    min-width: 1000px;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

@media screen and (max-width: 960px) {
    .l-topContent {
        min-width: auto;
        padding-right: 3.5%;
        padding-left: 3.5%;
    }
}

.l-topSection {
    display: inline-block;
    position: relative;
    min-width: 100%;
    background-color: #fff;
}

@media all and (max-width: 1440px) and (min-width: 1220px) {
    .l-topMain .l-topContent {
        width: 1125px;
        max-width: 1125px;
    }
}

@media all and (max-width: 1220px) and (min-width: 960px) {
    .l-topMain .l-topContent {
        width: 945px;
        min-width: unset;
        max-width: 945px;
    }
}

.l-pageContent {
    min-width: 1000px;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

@media screen and (max-width: 960px) {
    .l-pageContent {
        min-width: auto;
        padding-right: 3.5%;
        padding-left: 3.5%;
    }
}

.c-button {
    display: inline-block;
    width: 200px;
    height: 54px;
    padding: 0;
    border: none;
    border-radius: 3px;
    background-color: #d0d6dc;
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
    color: #101e2a;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 54px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

    .c-button:hover {
        opacity: 0.62;
    }

.c-btn {
    padding: 10px 24px;
    border-radius: 6px;
    background: #003d78;
    color: #fff;
    font-family: averata;
    font-size: 20px;
    text-align: center;
}

.c-pageHeading {
    margin-bottom: 30px;
}

.c-pageHeading_title {
    font-size: 30px;
    font-weight: bold;
}

@media screen and (max-width: 960px) {
    .c-pageHeading_title {
        font-size: 24px;
    }
}

.c-pageHeading_title.--blue {
    color: #003e75;
    font-family: averataExtraBold;
    text-transform: uppercase;
}

.c-pageHeading-mix {
    padding-top: 50px;
    color: #053d58;
    font-family: averataExtraBold;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    word-break: break-word;
}

    .c-pageHeading-mix span {
        color: #f58800;
    }

.c-headingTitle {
    color: #053d58;
    font-family: averataExtraBold;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    word-break: break-word;
}

    .c-headingTitle span {
        display: block;
        color: #f58800;
    }

@media screen and (max-width: 960px) {
    .c-headingTitle span {
        font-size: 25px;
    }
}

.c-pageHeading2 {
    color: #003e75;
    font-family: averataExtraBold;
    font-size: 35px;
    text-transform: uppercase;
}

@media screen and (min-width: 961px) {
    .c-pageHeading2 span {
        display: block;
    }
}

.c-paragraph {
    font-size: 18px;
    line-height: 1.6;
}

@media screen and (max-width: 960px) {
    .c-paragraph {
        font-size: 15px;
        line-height: 1.5;
    }
}

.p-header {
    display: flex;
    position: relative;
    justify-content: space-between;
    min-width: 100%;
}

.p-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px 20px 100px;
    background-color: #003e75;
    color: #fff;
}

    .p-footer a {
        color: #fff;
    }

.p-footer_group {
    word-break: break-word;
}

@media screen and (max-width: 960px) {
    .p-footer_group {
        width: 100% !important;
    }
}

.p-footer_group div {
    margin-bottom: 30px;
    font-family: averataExtraBold;
    font-size: 20px;
}

.p-footer_group ul {
    font-family: averata;
    font-size: 16px;
    line-height: 2;
}

    .p-footer_group ul > li > a {
        color: #fff !important;
    }

.p-footer_group:nth-child(1) {
    width: 345px;
    margin-top: 50px;
}

    .p-footer_group:nth-child(1) div {
        font-family: averata;
    }

    .p-footer_group:nth-child(1) .company {
        font-family: averataExtraBold;
        font-weight: 16px;
    }

    .p-footer_group:nth-child(1) span {
        font-family: averataExtraBold;
    }

.p-footer_group:nth-child(3) {
    width: 190px;
    min-width: 190px;
}

.p-footer_group:nth-child(4) {
    width: 95px;
    min-width: 95px;
}

.p-footer_group:nth-child(5) {
    width: 14%;
    min-width: 192px;
}

    .p-footer_group:nth-child(5) input[type=email] {
        margin-top: 20px;
        padding: 5px;
        border: 1px solid #fff;
        border-radius: 3px;
        background-color: transparent;
    }

        .p-footer_group:nth-child(5) input[type=email]::-webkit-input-placeholder {
            opacity: 0.45;
            color: #fff;
            font-size: 12px;
            font-style: italic;
        }

        .p-footer_group:nth-child(5) input[type=email]:-ms-input-placeholder {
            opacity: 0.45;
            color: #fff;
            font-size: 12px;
            font-style: italic;
        }

        .p-footer_group:nth-child(5) input[type=email]::placeholder {
            opacity: 0.45;
            color: #fff;
            font-size: 12px;
            font-style: italic;
        }

.p-footer_group:not(:first-child),
.p-footer_group:not(:last-child) {
    margin-right: 20px;
}

.p-footer_group:not(:first-child) {
    padding-top: 120px;
}

@media screen and (max-width: 960px) {
    .p-footer_group:not(:first-child) {
        padding-top: 30px;
    }
}

.p-footer_group .btn-follow {
    display: inline-block;
    margin-top: 12px;
    padding: 5px;
    border-radius: 3px;
    background-color: #fff;
    color: #ed8a32;
    font-size: 10px;
}

.p-gnav {
    display: flex;
    align-items: center;
}

.p-gnav_list {
    display: flex;
    height: 100%;
}

@media screen and (max-width: 960px) {
    .p-gnav_list {
        display: none;
    }
}

.p-gnav_list_item {
    height: 100%;
    margin-right: 30px;
    margin-right: 15px;
}

@media all and (min-width: 1441px) {
    .p-gnav_list_item {
        margin-right: 30px;
    }
}

.p-gnav_list_item.is-logo {
    width: 76px;
    padding: 20px 0;
}

.p-gnav_list_item a {
    display: inline-block;
    color: #787878;
}

.p-gnav_list_item.active a,
.p-gnav_list_item:hover a {
    color: #003d78;
    font-family: averataExtraBold;
}

.p-gnav_list_item .sub-menu-container {
    display: none;
    position: absolute;
    z-index: 3;
    padding: 20px 0;
    border-top: 1px solid #007bff;
    background: #fff;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
    word-break: break-word;
}

    .p-gnav_list_item .sub-menu-container .menu-item > .menu-link :hover {
        color: #003d78;
    }

    .p-gnav_list_item .sub-menu-container .menu-item > .menu-link div {
        padding: 10px 20px;
        transition: all 0.2s ease-in-out;
        border: 0;
        color: #787878;
        font-family: averata;
    }

.p-gnav_list .p-gnav_list_item > a {
    position: relative;
    height: 100%;
    padding: 42px 5px;
}

.p-gnav_list .p-gnav_list_item:has(ul) > a::after {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 40px;
    width: 9px;
    height: 5px;
    background: url("../images/arrow_down_header.svg") no-repeat;
}

.p-gnav_list .p-gnav_list_item:hover {
    transition: all 0.5ms ease-in-out;
}

    .p-gnav_list .p-gnav_list_item:hover .sub-menu-container {
        display: block;
    }

    .p-gnav_list .p-gnav_list_item:hover a::after {
        background: url("../images/arrow_down_header_active.svg") no-repeat;
    }

.p-icons {
    display: flex;
    align-items: center;
}

    .p-icons .item {
        display: inline-block;
        width: 16px;
        height: 15px;
        margin-right: 15px;
    }

        .p-icons .item span {
            display: block;
            width: 100%;
            height: 100%;
            background-image: url("../images/icons_header.svg");
            background-repeat: no-repeat;
            background-size: 100px auto;
        }

        .p-icons .item .account {
            background-position: 0 0;
        }

        .p-icons .item .telephone {
            background-position: -28px 0;
        }

        .p-icons .item .download {
            background-position: -57px 0;
        }

        .p-icons .item .nav-toggle {
            background-image: url("../images/icons/icon_menu_sp.svg");
            background-repeat: no-repeat;
            background-size: cover;
        }

    .p-icons .item-language {
        position: relative;
        top: 28px;
    }

        .p-icons .item-language .icon-language {
            display: block;
            width: 16px;
            height: 25px;
            background-image: url(../images/icons_header.svg);
            background-repeat: no-repeat;
            background-position: -85px 5px;
            background-size: 100px auto;
        }

        .p-icons .item-language .sub-menu-container {
            position: relative;
            z-index: -1;
            width: 120px;
            padding: 0 0;
            opacity: 0;
            background: #fff;
            box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
            color: #000;
            word-break: break-word;
        }

            .p-icons .item-language .sub-menu-container div {
                padding: 0 5px;
                color: #000;
                font-size: 13px;
            }

                .p-icons .item-language .sub-menu-container div:hover {
                    color: #003d78;
                }

            .p-icons .item-language .sub-menu-container .menu-item {
                padding: 5px 5px 2px;
            }

        .p-icons .item-language:hover {
            transition: all 0.5ms ease-in-out;
        }

            .p-icons .item-language:hover .sub-menu-container {
                z-index: 3;
                opacity: 1;
            }

            .p-icons .item-language:hover a::after {
                background: url("../images/arrow_down_header_active.svg") no-repeat;
            }

@media screen and (max-width: 960px) {
    .mobile-sp {
        position: fixed;
        z-index: 10000;
        top: 0;
        width: 100%;
        height: 100vh;
        overflow-y: auto;
        background: #fff;
        box-shadow: 0 0 6px #999;
    }

        .mobile-sp.off {
            display: none;
        }

    .mobile-sp_close {
        padding: 5px 0;
        text-align: right;
    }

        .mobile-sp_close img {
            width: 45px;
            cursor: pointer;
        }

    .mobile-sp .nav-flow.off {
        display: none;
    }

    .mobile-sp ul li {
        border-top: 1px #ccc solid;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 2.858;
    }

        .mobile-sp ul li ul {
            border: none;
            border-top: 1px #ccc solid;
            background: #eee;
        }

            .mobile-sp ul li ul li {
                padding-left: 30px;
            }

                .mobile-sp ul li ul li a {
                    padding-left: 10px;
                }

        .mobile-sp ul li a {
            display: block;
            padding: 10px 0 10px 15px;
            background: url(../images/icons/icon_menu_arrow_orange_sp.png) 97% 50% no-repeat;
            background-size: 13px 13px;
            color: #000 !important;
            text-transform: uppercase;
        }

            .mobile-sp ul li a:hover {
                color: orange !important;
            }

        .mobile-sp ul li p {
            line-height: 1.8;
        }

        .mobile-sp ul li p,
        .mobile-sp ul li span {
            color: #000 !important;
            font-weight: 700;
            line-height: 20px;
        }
}

@media screen and (max-width: 960px) and (max-width: 768px) {
    .mobile-sp ul li p,
    .mobile-sp ul li span {
        text-align: left !important;
    }
}

@media screen and (max-width: 960px) {
    .mobile-sp ul li span {
        display: block;
        padding: 10px 0 10px 15px;
        background: url(../images/icons/icon_menu_plus_white_sp.png) 97% 50% no-repeat;
        background-size: 15px 15px;
    }

        .mobile-sp ul li span .off {
            display: block;
            background: url(../images/icons/icon_menu_minus_glay_sp.png) 97% 50% no-repeat;
            background-size: 15px 15px;
        }

    .mobile-sp ul li p.open span {
        background: url(../images/icons/icon-minus.png) 97% 50% no-repeat;
        background-size: 13px 13px;
    }

    .mobile-sp ul li .changeLang {
        padding-top: 25px;
    }

        .mobile-sp ul li .changeLang ul {
            display: flex;
            -moz-align-items: center;
            -ms-align-items: center;
            align-items: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            border-top: none;
            background: 0 0;
            -ms-flex-pack: center;
        }

            .mobile-sp ul li .changeLang ul li {
                padding-left: 0;
                border-top: none;
                line-height: 1;
            }

                .mobile-sp ul li .changeLang ul li.lang-item-vi img {
                    max-width: 17px;
                }

                .mobile-sp ul li .changeLang ul li a {
                    padding-bottom: 0;
                    background: 0 0;
                }

                    .mobile-sp ul li .changeLang ul li a img {
                        max-width: 16px;
                    }
}

@media screen and (min-width: 961px) {
    .only-sp {
        display: none !important;
    }
}

.p-section {
    display: inline-block;
    min-width: 100%;
    margin: 10px 0;
    background-color: #beb;
}

.p-section_title {
    font-size: 24px;
    font-weight: bold;
}

@media screen and (max-width: 960px) {
    .p-section_title {
        font-size: 20px;
    }
}

.p-introduce {
    margin-top: 185px;
    padding: 100px 0 30px;
    background-color: #fff;
}

@media all and (min-width: 769px) and (max-width: 1220px) {
    .p-introduce {
        margin-top: 150px;
    }
}

@media screen and (max-width: 960px) {
    .p-introduce {
        margin-top: 130px;
    }
}

.p-introduce_slogan {
    position: absolute;
    top: 100px;
    width: 52.7%;
}

@media screen and (max-width: 960px) {
    .p-introduce_slogan {
        left: 23.6%;
    }
}

.p-introduce .c-pageHeading_title {
    color: #053d58;
    font-family: averataExtraBold;
    font-size: 35px;
}

.p-introduce_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

@media screen and (max-width: 960px) {
    .p-introduce_item {
        flex-direction: column;
    }
}

.p-introduce_item .p-introduce_img {
    min-width: 56.6%;
    text-align: right;
}

.p-introduce_item_content {
    padding-left: 10px;
}

@media screen and (min-width: 961px) {
    .p-introduce_item_content {
        width: 49.5%;
        margin-top: 70px;
    }
}

@media all and (max-width: 620px) {
    .p-introduce_item_content {
        margin-top: 20px;
    }
}

.p-introduce_item_content_title {
    position: relative;
    color: #053d58;
    font-family: averataExtraBold;
    font-size: 35px;
}

@media all and (max-width: 620px) {
    .p-introduce_item_content_title {
        font-size: 20px;
    }
}

.p-introduce_item_content_title::before {
    content: '';
    display: inline-block;
    width: 34px;
    height: 15px;
    margin-right: 10px;
    background: url("../images/shape.svg") no-repeat;
}

.p-introduce_item_content_paragraph {
    max-width: 450px;
    margin-top: 10px;
    padding-left: 45px;
    color: #787878;
    text-align: justify;
    word-break: break-word;
}

.p-introduce_item_img {
    position: relative;
}

@media screen and (min-width: 961px) {
    .p-introduce_item_img {
        width: 47%;
    }
}

@media screen and (max-width: 960px) {
    .p-introduce_item_img {
        margin-top: 50px;
        text-align: center;
    }
}

.p-introduce_item_img .bg {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: calc(100% + 100px);
}

.p-introduce_item_img .img-wrapper {
    position: relative;
    z-index: 2;
}

.p-introduce_item_img.shape1 .bg {
    background: url("../images/shape-2.svg"), transparent 50%/cover no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 640px;
}

@media all and (min-width: 769px) and (max-width: 1220px) {
    .p-introduce_item_img.shape1 .bg {
        background-size: 585px;
    }
}

@media all and (min-width: 656px) and (max-width: 769px) {
    .p-introduce_item_img.shape1 .bg {
        background-size: 83vw;
    }
}

@media all and (min-width: 401px) and (max-width: 655px) {
    .p-introduce_item_img.shape1 .bg {
        background-size: 96vw;
    }
}

@media all and (min-width: 320px) and (max-width: 400px) {
    .p-introduce_item_img.shape1 .bg {
        background-size: 400px;
    }
}

@media all and (max-width: 319px) {
    .p-introduce_item_img.shape1 .bg {
        display: none;
    }
}

.p-introduce_item_img.shape2 .bg {
    top: -70px;
    background-size: 585px;
}

@media screen and (max-width: 960px) {
    .p-introduce_item_img.shape2 {
        order: 2;
    }
}

.p-introduce_item_img.shape2 .bg {
    top: -55px;
    background: url("../images/shape-3.svg"), transparent 50%/cover no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 589px;
}

@media all and (min-width: 769px) and (max-width: 1220px) {
    .p-introduce_item_img.shape2 .bg {
        background-size: 585px;
    }
}

@media all and (min-width: 459px) and (max-width: 769px) {
    .p-introduce_item_img.shape2 .bg {
        background-size: 70vw;
    }
}

@media all and (min-width: 401px) and (max-width: 458px) {
    .p-introduce_item_img.shape2 .bg {
        background-size: 110vw;
    }
}

@media all and (min-width: 320px) and (max-width: 400px) {
    .p-introduce_item_img.shape2 .bg {
        background-size: 455px;
    }
}

@media all and (max-width: 319px) {
    .p-introduce_item_img.shape2 .bg {
        display: none;
    }
}

.p-introduce_item_img.shape2 .img-wrapper {
    min-height: 300px;
}

@media screen and (min-width: 961px) {
    .p-introduce_item_img iframe {
        min-width: 593px;
        max-width: 593px;
        height: 333px;
    }
}

@media screen and (max-width: 960px) {
    .p-introduce_item_img iframe {
        width: 100%;
        height: 100%;
        min-height: 280px;
    }
}

.p-mainVisual {
    position: relative;
    width: 100%;
    min-width: 1000px;
    min-height: 400px;
    overflow: hidden;
}

@media screen and (max-width: 960px) {
    .p-mainVisual {
        min-width: auto;
        min-height: auto;
        max-height: 600px;
    }
}

@media screen and (max-width: 999px) {
    .p-mainVisual {
        min-width: unset;
    }
}

.p-mainVisual::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

@media screen and (max-width: 960px) {
    .p-mainVisual::before {
        padding-top: 56.25%;
    }
}

.p-mainVisual_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    width: 100%;
    min-height: 808px;
}

    .p-mainVisual_bg > img {
        width: 100%;
    }

.p-mainVisual_content {
    display: flex;
    position: absolute;
    top: 100px;
    left: calc(50% + 70px);
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    word-break: break-word;
}

@media screen and (max-width: 960px) {
    .p-mainVisual_content {
        top: 20px;
        left: calc(50% + 10px);
        min-width: auto;
        padding-right: 3.5%;
        padding-left: 3.5%;
        font-size: 6vw;
    }
}

.p-mainVisual_content_title {
    z-index: 3;
    max-width: 387px;
    color: #fff;
    font-size: 20px;
}

@media screen and (max-width: 960px) {
    .p-mainVisual_content_title {
        width: 50%;
        max-width: unset;
        padding: 0 20px 0 0;
        font-size: 2vw;
    }
}

.p-mainVisual_content_title span {
    font-weight: bold;
}

@media screen and (max-width: 960px) {
    .p-mainVisual_content_title span {
        display: block;
    }
}

.p-mainVisual_content_link {
    margin-top: 30px;
}

@media screen and (max-width: 960px) {
    .p-mainVisual_content_link {
        display: flex;
        margin-top: 5px;
    }
}

.p-mainVisual_content_link a {
    padding: 10px 12px;
    background-color: #003d78;
    color: #fff;
    font-family: averata;
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 960px) {
    .p-mainVisual_content_link a {
        padding: 5px 10px;
        font-size: 2vw;
    }
}

.p-mainVisual.is-fixContent .p-mainVisual_bg {
    left: 50%;
    max-width: 1200px;
    transform: translateX(-50%);
}

.p-mainSection {
    padding-bottom: 30px;
}

.p-feature {
    position: relative;
}

    .p-feature::before {
        content: '';
        position: absolute;
        top: 105px;
        width: 885px;
        height: 600px;
        background: url("../images/shape-4.svg") no-repeat;
    }

@media all and (max-width: 1000px) {
    .p-feature::before {
        display: none;
    }
}

.p-feature_inner {
    display: flex;
    position: relative;
    min-height: 561px;
    padding: 60px 100px;
    overflow: hidden;
    border-radius: 40px 0 0 40px;
    background-color: #003e75;
    color: #fff;
}

@media only screen and (min-width: 1441px) {
    .p-feature_inner {
        margin-left: calc((100% - 1200px) / 2);
    }
}

@media (max-width: 1440px) and (min-width: 1220px) {
    .p-feature_inner {
        margin-left: calc((100% - 1125px) / 2);
    }
}

@media screen and (max-width: 960px) {
    .p-feature_inner {
        padding: 60px 50px;
    }
}

.p-feature_inner_content {
    width: 60%;
}

@media screen and (max-width: 960px) {
    .p-feature_inner_content {
        width: 100%;
    }
}

.p-feature_inner_content h2 {
    position: relative;
    max-width: 630px;
    font-family: averataExtraBold;
    font-size: 35px;
    word-break: break-word;
}

@media screen and (max-width: 960px) {
    .p-feature_inner_content h2 {
        font-size: 4vw;
    }
}

.p-feature_inner_content h2 span {
    color: #fcd045;
}

.p-feature_inner_content h2::before {
    content: '';
    position: absolute;
    top: 20px;
    left: -35px;
    width: 23px;
    height: 11px;
    background: url("../images/icon_horizontal.svg");
}

.p-feature_inner_content ul {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-left: 35px;
}

    .p-feature_inner_content ul::before {
        content: '';
        position: absolute;
        top: -83px;
        left: -115px;
        width: 280px;
        height: 140px;
        background: url("../images/icon_plane_l.svg") no-repeat;
    }

    .p-feature_inner_content ul li.item {
        position: relative;
        width: 50%;
        margin-bottom: 50px;
        word-break: break-word;
    }

@media screen and (max-width: 960px) {
    .p-feature_inner_content ul li.item {
        width: 100%;
    }
}

.p-feature_inner_content ul li.item::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -50px;
    width: 35px;
    height: 35px;
    background: url("../images/icon_plane_l.svg") no-repeat;
}

.p-feature_inner_content ul li.item.item-news::before {
    background: url("../images/icons/icon01-news.svg") no-repeat;
}

.p-feature_inner_content ul li.item.item-powerpoint::before {
    background: url("../images/icons/icons02-powerpoint.svg") no-repeat;
}

.p-feature_inner_content ul li.item.item-map::before {
    background: url("../images/icons/icon03-map.svg") no-repeat;
}

.p-feature_inner_content ul li.item.item-person::before {
    background: url("../images/icons/icon04-person.svg") no-repeat;
}

.p-feature_inner_content ul li.item.item-function::before {
    top: 10px;
    width: 40px;
    height: 30px;
    background: url("../images/icons/icon05-person.svg") no-repeat;
}

.p-feature_inner_content ul li.item.item-international::before {
    top: 10px;
    background: url("../images/icons/icon06-global.svg") no-repeat;
}

.p-feature_inner_content ul li.item.item-minigame::before {
    top: 0;
    width: 40px;
    height: 27px;
    background: url("../images/icons/icon07-pet.svg") no-repeat;
}

.p-feature_inner_image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
}

    .p-feature_inner_image::before {
        content: '';
        position: absolute;
        top: -14px;
        right: 10px;
        right: -100px;
        width: 398px;
        height: 196px;
        background: url("../images/icon_plane_r.svg") no-repeat;
    }

@media screen and (max-width: 960px) {
    .p-feature_inner_image::before {
        right: 0;
    }
}

.p-lesson {
    display: flex;
    margin-top: 100px;
    padding-left: 10vw;
}

@media screen and (max-width: 960px) {
    .p-lesson {
        flex-direction: column;
        align-items: center;
    }
}

.p-lesson_heading {
    display: flex;
    position: relative;
    align-items: flex-end;
    max-width: 345px;
    margin-bottom: 65px;
    margin-left: -4vw;
    color: #053d58;
    font-family: averataExtraBold;
    font-size: 35px;
}

@media screen and (max-width: 960px) {
    .p-lesson_heading {
        font-size: 20px;
    }
}

.p-lesson_heading span {
    position: relative;
    color: #f58800;
}

@media screen and (max-width: 960px) {
    .p-lesson_heading span {
        display: unset !important;
    }
}

.p-lesson_heading span::after {
    content: '';
    position: absolute;
    right: -55px;
    bottom: 15px;
    width: 47px;
    height: 15px;
    background: url("../images/icon-heading.svg") no-repeat;
}

@media screen and (max-width: 960px) {
    .p-lesson_heading span::after {
        bottom: 10px;
    }
}

.p-lesson_heading h2 {
    word-break: break-word;
}

.p-slides {
    position: relative;
}

    .p-slides::after {
        content: '';
        position: absolute;
        top: 50px;
        right: 0;
        width: 467px;
        height: 350px;
        background: url("../images/shape-slides.svg") no-repeat;
        background-position: right;
    }

.p-slides_inner {
    width: calc(100% - 200px);
    padding-top: 110px;
    transition: all 100ms ease-in;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .p-slides_inner {
        width: 100%;
    }
}

.p-slides .slick-list {
    height: 264px;
}

    .p-slides .slick-list img {
        height: 100%;
        min-height: 214px;
        max-height: 214px;
        object-fit: cover;
    }

.p-slides_inner h2 {
    color: #fff;
    font-family: sans-serif;
}

.p-slides_inner .carousel {
    z-index: 1;
    margin: 0 auto;
    padding-bottom: 48px;
}

.p-slides_inner .slick-slide {
    margin: 10px;
    transform: scale(1);
    transform-origin: bottom;
    transition: all 100ms ease-in;
}

    .p-slides_inner .slick-slide img {
        width: 100%;
        border: 5px solid #003e75;
    }

.p-slides_inner .slick-dots {
    bottom: -25px;
    padding-left: 20vw;
}

@media screen and (max-width: 960px) {
    .p-slides_inner .slick-dots {
        padding-left: unset;
    }
}

.p-slides_inner .slick-dots li button::before {
    font-size: 20px;
}

.p-slides_inner .slick-next::before {
    content: url("../images/arrow-right.svg") !important;
    position: absolute;
    top: -20px;
    right: 8px;
    color: #ed8a32 !important;
}

.p-slides_inner .carousel .slick-next {
    top: 130px;
    right: -100px;
    width: 100px;
    color: #ed8a32 !important;
    font-size: 18px;
}

.p-slides_inner .slick-dots li button {
    overflow: hidden;
    background: url("../images/arrow-right.svg");
    text-indent: -9999px;
}

.p-slides_inner .slick-dots img.active {
    display: none;
}

.p-slides_inner .slick-active img.no-active {
    display: none;
}

.p-slides_inner .slick-active img.active {
    display: block;
    position: absolute;
}

.p-slides_inner .slick-slide:hover {
    margin-right: 19px;
    margin-left: 19px;
    transform: scale(1.1);
    transition: all 100ms ease-in;
}

.p-company {
    padding-top: 100px;
    padding-bottom: 100px;
}

    .p-company.overview-product {
        padding-top: 0;
        padding-bottom: 70px;
    }

    .p-company h2 {
        color: #053d58;
        font-family: averataExtraBold;
        font-size: 40px;
        text-align: center;
        word-break: break-word;
    }

@media screen and (max-width: 960px) {
    .p-company h2 {
        font-size: 30px;
    }
}

.p-company h2 span {
    color: #f58800;
}

.p-company .img-wrapper {
    margin-top: 55px;
    text-align: center;
}

.p-company_logos {
    padding-top: 80px;
}

    .p-company_logos .slick-slide {
        margin-right: 35px;
        margin-left: 35px;
    }

    .p-company_logos .slick-dots img.active {
        display: none;
    }

    .p-company_logos .slick-active img.no-active {
        display: none;
    }

    .p-company_logos .slick-active img.active {
        display: block;
        position: absolute;
    }

    .p-company_logos .slick-slide:hover img {
        transform: scale(1.2);
    }

.p-packages {
    position: relative;
    padding: 40px 0;
    background-color: #f58800;
}

    /*.p-packages::before {
        content: '';
        position: absolute;
        z-index: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url("../images/avina_bg.svg");
        background-repeat: no-repeat;
        background-size: cover;
    }*/

    .p-packages h2 {
        position: relative;
        z-index: 1;
        margin-bottom: 25px;
        color: #fff;
        font-family: averataExtraBold;
        font-size: 40px;
        text-align: center;
    }

.p-packages_list {
    display: flex;
    position: relative;
    z-index: 1;
    align-items: flex-end;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 961px) {
    .p-packages_list {
        height: 130px;
    }
}

@media screen and (max-width: 960px) {
    .p-packages_list {
        flex-direction: column;
        align-items: center;
    }
}

.p-packages_list_item {
    max-width: 229px;
    transition: all 0.3s ease-in-out;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.66);
    text-align: center;
}

@media screen and (min-width: 961px) {
    .p-packages_list_item {
        margin: 0 10px;
    }
}

@media screen and (max-width: 960px) {
    .p-packages_list_item {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 961px) {
    .p-packages_list_item:hover {
        margin: 0 10px;
    }
}

.p-packages_list_item a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 25px;
    transform-origin: bottom;
    transition: transform 0.2s;
    color: #787878;
}

    .p-packages_list_item a:hover {
        padding-right: 10px;
        padding-left: 10px;
        transform: scale(1.1);
        border-radius: 20px;
        background-color: #fff;
        color: #003d78;
    }

        .p-packages_list_item a:hover .price {
            font-size: 32px;
        }

.p-packages_list_item .title {
    font-family: Averta;
}

.p-packages_list_item .price {
    font-family: averataExtraBold;
    font-size: 35px;
    font-weight: 800;
}

.p-packages_btn {
    position: relative;
    z-index: 1;
    margin-top: 40px;
    font-family: averataExtraBold;
    text-align: center;
}

    .p-packages_btn a {
        display: inline-block;
        min-width: 148px;
        padding: 11px 32px;
        border-radius: 6px;
        color: #fff;
    }

        .p-packages_btn a.buy {
            margin-right: 10px;
            background-color: #003d78;
        }

        .p-packages_btn a.trial {
            border: 1px solid #fff;
        }

        .p-packages_btn a.pro {
            margin-right: 20px;
            background-color: #fff;
            color: #003d78;
            text-transform: uppercase;
        }

        .p-packages_btn a.uppercase {
            text-transform: uppercase;
        }

.p-packages p.description {
    padding: 20px 0;
    color: #fff;
    font-family: averata;
    font-size: 18px;
    font-style: italic;
    text-align: center;
}

.slick-dots .slick-active img.no-active {
    display: none;
}

.slick-dots .slick-active img.active {
    display: block;
    position: absolute;
}

.slick-dots img.active {
    display: none;
}

.p-banner {
    display: flex;
    position: relative;
    align-items: flex-end;
    min-height: 529px;
    background-color: #f58800;
}

    .p-banner.about::after {
        content: '';
        position: absolute;
        z-index: 1;
        bottom: 135px;
        left: -148px;
        width: 549px;
        height: 170px;
        transform: rotate(39.414deg);
        background-image: url("../images/about/mask-banner.png");
        background-repeat: no-repeat;
    }

    .p-banner.overview-product {
        padding-bottom: 50px;
        background-color: #f4f4f4;
        color: #003d78;
    }

@media screen and (max-width: 960px) {
    .p-banner.overview-product {
        padding: 50px;
    }
}

/*.p-banner.overview-product::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
    height: 519px;
    background-image: url("../images/overview-product/shape-banner.svg");
    background-repeat: no-repeat;
}*/

.p-banner.overview-block {
    padding-bottom: 50px;
    background-color: #003e75;
    color: #fff;
}

    .p-banner.overview-block .p-banner_wrapper_img {
        margin-top: 130px;
        margin-left: 70px;
    }

@media screen and (min-width: 961px) {
    .p-banner {
        min-height: 529px;
    }
}

.p-banner_wrapper {
    display: flex;
    bottom: 0;
    width: 100%;
}

@media screen and (max-width: 960px) {
    .p-banner_wrapper {
        flex-direction: column;
    }
}

.p-banner_wrapper_img {
    z-index: 2;
    width: 57%;
    max-width: 820px;
}

@media screen and (max-width: 960px) {
    .p-banner_wrapper_img {
        order: 2;
        margin-top: 40px;
    }
}

.p-banner_wrapper_content {
    color: #fff;
    font-family: averata;
}

    .p-banner_wrapper_content .p-title {
        margin-bottom: 30px;
        font-size: 35px;
        text-transform: uppercase;
        word-break: break-word;
    }

    .p-banner_wrapper_content span {
        font-weight: bold;
    }

    .p-banner_wrapper_content .p-description {
        font-size: 16px;
        word-break: break-word;
    }

@media screen and (min-width: 961px) {
    .p-banner_wrapper_content .p-description {
        max-width: 473px;
    }
}

.p-about {
    overflow: hidden;
}

    .p-about .p-statistical {
        display: flex;
        justify-content: center;
        max-width: 880px;
        margin: 0 auto;
        padding: 60px 0;
    }

@media screen and (max-width: 960px) {
    .p-about .p-statistical {
        flex-wrap: wrap;
    }
}

.p-about .p-statistical_item {
    display: flex;
    align-items: center;
}

    .p-about .p-statistical_item:first-child,
    .p-about .p-statistical_item:nth-child(2) {
        width: 25%;
    }

    .p-about .p-statistical_item:nth-child(3) {
        width: 30%;
    }

@media screen and (max-width: 960px) {
    .p-about .p-statistical_item {
        width: 50% !important;
    }
}

.p-about .p-statistical_item_icon {
    margin-right: 15px;
}

.p-about .p-statistical_item_content {
    color: #787878;
    font-family: averataExtraBold;
    font-size: 18px;
    line-height: 1.2;
}

    .p-about .p-statistical_item_content .p-number {
        font-size: 35px;
    }

.p-about .p-introduce {
    margin-top: 0;
    padding: 0 30px;
    background-color: #f4f4f4;
}

.p-about .l-topSection {
    background-color: #f4f4f4;
}

.p-about .c-pageHeading {
    padding-top: 50px;
    color: #053d58;
    font-family: averataExtraBold;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    word-break: break-word;
}

    .p-about .c-pageHeading span {
        color: #f58800;
    }

.p-about .p-introduce_item_content_paragraph {
    padding-left: 0;
}

@media screen and (max-width: 960px) {
    .p-about .p-introduce_item_content_paragraph {
        max-width: unset;
    }
}

.p-about .p-introduce_item_content_paragraph--full {
    color: #787878;
    word-break: break-word;
}

.p-about .p-introduce_item_content_title::before {
    width: 0;
    margin-right: 0;
    background: unset;
}

.p-about .p-introduce_item_content_title::after {
    content: '';
    display: inline-block;
    width: 34px;
    height: 15px;
    margin-left: 10px;
    background: url("../images/shape.svg") no-repeat;
}

.p-about .p-introduce_item .shape2 {
    margin-top: -170px;
}

@media screen and (max-width: 960px) {
    .p-about .p-introduce_item .shape2 {
        margin-top: 50px;
    }
}

.p-about .p-introduce_item--full .img-wrapper {
    margin-top: 50px;
}

.p-about .p-story {
    position: relative;
    padding-bottom: 75px;
    overflow: hidden;
}

    .p-about .p-story .shape1::before {
        content: '';
        position: absolute;
        z-index: 1;
        top: 35px;
        right: -380px;
        width: 676px;
        height: 500px;
        background: url(../images/about/shape-1.png) no-repeat;
    }

@media screen and (max-width: 960px) {
    .p-about .p-story .shape1::before {
        display: none;
    }
}

@media screen and (max-width: 960px) {
    .p-about .p-story .shape3 {
        margin-top: 140px;
    }
}

.p-about .p-story .shape3::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: -60px;
    left: -330px;
    width: 564px;
    height: 518px;
    transform: rotate(20.096deg);
    background: url(../images/about/shape-2.png) no-repeat;
}

.p-about .img-wrapper {
    position: relative;
    z-index: 2;
}

.p-about .p-company {
    text-transform: uppercase;
}

    .p-about .p-company span {
        display: block;
    }

.p-about .p-timeline {
    padding: 75px 0;
    text-align: center;
}

    .p-about .p-timeline h2 {
        display: inline-block;
        position: relative;
        margin-bottom: 65px;
        color: #ed8a32;
        font-family: averataExtraBold;
        font-size: 40px;
        text-transform: uppercase;
    }

        .p-about .p-timeline h2::after {
            content: '';
            position: absolute;
            top: 60px;
            left: calc(50% - 17px);
            width: 34px;
            height: 15px;
            background: url(../images/shape.svg) no-repeat;
        }

        .p-about .p-timeline h2 span {
            color: #053d58;
        }

.p-team {
    position: relative;
    min-height: 489px;
    background-color: #003e75;
    color: #fff;
}

    /*.p-team::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 430px;
        height: 270px;
        background: url("../images/about/shape-team-r.svg") no-repeat;
    }*/

    /*.p-team::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 488px;
        height: 361px;
        background: url("../images/about/shape-team-l.svg") no-repeat;
    }*/

    .p-team .l-topContent {
        display: flex;
        align-items: baseline;
    }

.p-team_info {
    padding: 75px 30px;
}

    .p-team_info h2 {
        max-width: 450px;
        margin-bottom: 30px;
        font-family: averataExtraBold;
        font-size: 40px;
        font-style: normal;
        font-weight: 800;
        line-height: 44px;
        text-transform: uppercase;
        word-break: break-word;
    }

    .p-team_info .p-position {
        position: relative;
        margin-bottom: 20px;
        margin-left: 35px;
        font-family: averataExtraBold;
        font-size: 18px;
        word-break: break-word;
    }

        .p-team_info .p-position::after {
            content: '';
            position: absolute;
            top: 10px;
            left: -35px;
            width: 23px;
            height: 11px;
            background: url(../images/icon_horizontal.svg);
        }

    .p-team_info .p-desc {
        margin-left: 35px;
    }

        .p-team_info .p-desc p:first-child {
            margin-bottom: 20px;
        }

.p-team.overview-product {
    min-height: unset;
    padding-top: 12px;
    background-color: #ed8a32;
}

    .p-team.overview-product .img-wrapper {
        display: flex;
    }

    /*.p-team.overview-product::before {
        width: 488px;
        width: 488px;
        height: 304px;
        background: url("../images/overview-product/banner-shape-1.svg") no-repeat;
    }*/

@media screen and (max-width: 960px) {
    .p-team.overview-product::before {
        display: none;
    }
}

/*.p-team.overview-product::after {
    width: 343px;
    height: 215px;
    background: url("../images/overview-product/banner-shape-2.svg") no-repeat;
}*/

.p-team.overview-product .l-topContent {
    align-items: unset;
}

.p-team .p-title {
    line-height: 60px;
}

    .p-team .p-title span {
        display: inline-block;
        font-size: 44px;
    }

/*.p-team .p-btn a {
    padding: 7px 20px;
    border: 2px solid #fff;
    border-radius: 4px;
    color: #003d78;
    font-family: averataExtraBold;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
}*/

.p-package01 {
    overflow: hidden;
}

    .p-package01 .p-packages {
        padding: 100px 0;
        background-color: #003e75;
    }

        .p-package01 .p-packages::before {
            top: 950px;
            width: 1034px;
            height: 702px;
            background-image: url(../images/packages/shape-package-l.svg);
            background-size: contain;
        }

@media screen and (max-width: 960px) {
    .p-package01 .p-packages::before {
        display: none;
    }
}

.p-package01 .p-packages::after {
    content: '';
    position: absolute;
    top: 75px;
    right: -70px;
    width: 30%;
    height: 702px;
    background-image: url(../images/packages/shape-package-r.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.p-package01 .p-packages .p-packages_list_item a:hover {
    background-color: #ed8a32;
    color: #fff;
}

.p-package01 .p-packages .p-packages_btn .buy {
    background-color: #ed8a32;
}

.p-package01 .p-packages h3 {
    width: 47%;
    margin: 0 auto 50px;
    color: #fff;
    font-family: averataExtraBold;
    font-size: 30px;
    text-align: center;
    word-break: break-word;
}

@media screen and (max-width: 960px) {
    .p-package01 .p-packages h3 {
        width: 80%;
    }
}

.p-package01 .p-packages h2 {
    word-break: break-word;
}

.p-package01 table {
    max-width: 65%;
    margin: 75px auto 0;
    border-collapse: collapse;
    color: #fff;
}

@media screen and (max-width: 960px) {
    .p-package01 table {
        width: 90%;
        max-width: unset;
    }
}

.p-package01 table,
.p-package01 td,
.p-package01 th {
    border: 2px solid #fff;
    word-break: break-word;
}

.p-package01 table {
    margin-bottom: 85px;
}

.p-package01 th {
    width: 33%;
    padding: 30px 20px 30px 30px;
    border-bottom-color: #003e75;
    background-color: #fff;
    color: #ed8a32;
    font-family: averataExtraBold;
    font-size: 20px;
    text-align: left;
}

.p-package01 td {
    padding: 20px 40px 20px 48px;
}

.p-package01 tr:last-child th {
    border-bottom-color: #fff;
}

.p-package01 form {
    max-width: 58%;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 960px) {
    .p-package01 form {
        width: 85%;
        max-width: unset;
    }
}

.p-package01 form input {
    display: inline-block;
    width: 100%;
    margin-bottom: 17px;
    padding: 29px 20px;
    border-radius: 10px;
    background: #fff;
}

.p-package01 form button {
    flex-shrink: 0;
    width: 240px;
    height: 55px;
    margin-top: 17px;
    border-radius: 10px;
    background: #f58800;
    color: #fff;
    font-family: averata;
    font-size: 25px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

    .p-package01 form button:hover {
        opacity: 0.8;
    }

.l-footer--white .p-footer {
    background-color: #fff;
    color: #003d78;
}

    .l-footer--white .p-footer a {
        color: #003d78;
    }

.l-footer--white .p-footer_group ul > li > a {
    color: #003d78 !important;
}

.l-footer--white .p-footer_group:nth-child(5) input[type=email] {
    border-color: #003d78;
}

    .l-footer--white .p-footer_group:nth-child(5) input[type=email]::-webkit-input-placeholder {
        color: #003d78;
    }

    .l-footer--white .p-footer_group:nth-child(5) input[type=email]:-ms-input-placeholder {
        color: #003d78;
    }

    .l-footer--white .p-footer_group:nth-child(5) input[type=email]::placeholder {
        color: #003d78;
    }

.l-footer--white .btn-follow {
    padding: 5px 10px;
    background-color: #003d78;
    color: #fff !important;
}

.overview-product .p-description {
    margin-top: 35px;
    margin-bottom: 35px;
}

.overview-product .p-banner_wrapper_content {
    margin-right: 100px;
    color: #003d78;
}

@media screen and (max-width: 960px) {
    .overview-product .p-banner_wrapper_content {
        margin-right: unset;
    }
}

.p-overview-product .slick-next {
    right: 0;
}

@media screen and (max-width: 1450px) {
    .p-overview-product .l-topContent.overview-product {
        width: unset;
        min-width: unset;
        max-width: unset;
    }
}

.p-overview-product .p-introduce {
    margin-top: 0;
}

.p-overview-product .p-introduce_item_content_title {
    padding-left: 45px;
    color: #003d78;
    word-break: break-word;
}

    .p-overview-product .p-introduce_item_content_title::before {
        content: '';
        position: absolute;
        top: 22px;
        left: 0;
        background: url(../images/shape.svg) no-repeat;
        background: url("../images/overview-product/icon-blue.svg") no-repeat;
    }

.p-overview-product .p-introduce_item_content_paragraph {
    color: #003d78;
    word-break: break-word;
}

.p-overview-product .p-introduce_item_content .p-introduce_item_content_paragraph {
    margin-bottom: 60px;
}

.p-overview-product .p-introduce_item_img {
    padding: 80px 85px;
}

@media screen and (max-width: 960px) {
    .p-overview-product .p-introduce_item_img {
        padding: 40px;
    }
}

@media screen and (min-width: 961px) {
    .p-overview-product .p-introduce_item_img {
        width: 50%;
    }
}

.p-overview-product .p-introduce_item_img.shape1 {
    border-radius: 50px 0 0 50px;
    background: #ed8a32;
}

    .p-overview-product .p-introduce_item_img.shape1 h2::before {
        background: url("../images/overview-product/icon-white.svg") no-repeat;
    }

.p-overview-product .p-introduce_item_img.shape2 {
    border-radius: 0 50px 50px 0;
    background: #003d78;
}

.p-overview-product .p-introduce_item_img .p-introduce_item_content_title {
    margin-top: 10px;
    color: #fff;
}

.p-overview-product .p-introduce_item_img .p-introduce_item_content_paragraph {
    color: #fff;
}

.p-overview-product .p-introduce_item:nth-child(2) .p-introduce_item_content_paragraph {
    max-width: 540px;
    text-align: justify;
}

.p-overview-product .p-introduce .minigame .p-introduce_item_content_title {
    padding-left: 0;
}

    .p-overview-product .p-introduce .minigame .p-introduce_item_content_title::before {
        content: unset;
    }

.p-overview-product .p-introduce .minigame .p-introduce_item_content_paragraph {
    margin-bottom: 75px;
    padding-left: 0;
}

.p-overview-product .p-introduce .scorm {
    padding: 40px;
}

    .p-overview-product .p-introduce .scorm .p-introduce_item_content_title {
        margin-top: 60px;
        color: #ed8a32;
    }

        .p-overview-product .p-introduce .scorm .p-introduce_item_content_title::before {
            background: url("../images/overview-product/icon-orange.svg") no-repeat;
        }

    .p-overview-product .p-introduce .scorm .p-introduce_item_content_paragraph {
        color: #ed8a32;
    }

.p-overview-product .p-hotFeature {
    padding-top: 70px;
}

.p-overview-product .p-hotFeature_list {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    margin: 70px auto 0;
}

.p-overview-product .p-hotFeature_item {
    width: 164px;
    height: 123px;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 21px;
    background: #fff;
    box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, 0.08);
    color: #053d58;
    font-family: averataExtraBold;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
    word-break: break-word;
}

@media screen and (min-width: 1400px) {
    .p-overview-product .p-hotFeature_item {
        width: calc((100% - 120px) / 5);
    }
}

@media screen and (min-width: 1125px) and (max-width: 1400px) {
    .p-overview-product .p-hotFeature_item {
        width: calc((100% - 90px) / 4);
    }
}

@media screen and (max-width: 1125px) {
    .p-overview-product .p-hotFeature_item {
        width: calc((100% - 30px) / 2);
    }
}

@media screen and (min-width: 768px) and (max-width: 1124px) {
    .p-overview-product .p-hotFeature_item {
        width: calc((100% - 60px) / 3);
    }
}

@media screen and (max-width: 520px) {
    .p-overview-product .p-hotFeature_item {
        width: 100%;
    }
}

@media screen and (min-width: 1125px) and (max-width: 1400px) {
    .p-overview-product .p-hotFeature_item:not(:nth-child(4n)) {
        margin-right: 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1124px) {
    .p-overview-product .p-hotFeature_item:not(:nth-child(3n)) {
        margin-right: 30px;
    }
}

@media screen and (min-width: 521px) and (max-width: 767px) {
    .p-overview-product .p-hotFeature_item:not(:nth-child(2n)) {
        margin-right: 30px;
    }
}

@media screen and (max-width: 520px) {
    .p-overview-product .p-hotFeature_item {
        margin-right: 0;
    }
}

.p-overview-product .p-hotFeature_item p {
    margin-top: 10px;
}

@media screen and (min-width: 1400px) {
    .p-overview-product .p-hotFeature_item:not(:nth-child(5n)) {
        margin-right: 30px;
    }
}

.p-overview-product .p-hotFeature_item:nth-child(3) img {
    position: relative;
    top: -13px;
}

.p-overview-product .p-hotFeature_item:nth-child(3) p {
    margin-top: -3px;
}

.p-overview-product .p-hotFeature_btn {
    position: relative;
    margin-top: 30px;
    text-align: center;
}

    .p-overview-product .p-hotFeature_btn::before {
        content: '';
        position: absolute;
        top: -10px;
        left: calc(50% - 7px);
        width: 13px;
        height: 11px;
        background: url("../images/overview-product/arrow_down.svg");
    }

    .p-overview-product .p-hotFeature_btn a {
        color: #f58800;
    }

.p-overview-product .p-hotFeature_intro {
    display: flex;
    padding-top: 75px;
}

@media screen and (max-width: 960px) {
    .p-overview-product .p-hotFeature_intro {
        flex-direction: column;
        align-items: center;
    }
}

.p-overview-product .p-hotFeature_intro .img-wrapper {
    position: relative;
    width: 60%;
}

    .p-overview-product .p-hotFeature_intro .img-wrapper img {
        position: relative;
        z-index: 1;
    }

    /*.p-overview-product .p-hotFeature_intro .img-wrapper::before {
        content: '';
        position: absolute;
        z-index: 0;
        top: 8px;
        left: -5vw;
        width: 40%;
        height: 518.949px;
        transform: rotate(20.096deg);
        background: url(../images/overview-product/shape-laptop.svg) no-repeat;
        background-size: contain;
    }*/

@media screen and (min-width: 1441px) {
    .p-overview-product .p-hotFeature_intro .img-wrapper::before {
        top: -20px;
        left: -6vw;
    }
}

.p-overview-product .p-hotFeature_intro .c-pageHeading-mix {
    width: 40%;
    max-width: 420px;
    margin-left: -60px;
    padding-top: 100px;
    font-size: 35px;
    text-align: justify;
}

@media screen and (max-width: 960px) {
    .p-overview-product .p-hotFeature_intro .c-pageHeading-mix {
        width: 100%;
        margin-left: 0;
        padding-top: 20px;
        text-align: center;
    }
}

.page-lecture .l-header {
    border-bottom: 1px solid #003d78;
}

.p-lecture {
    display: flex;
    justify-content: space-between;
    padding: 85px 45px 62px;
    border-bottom: 2px solid #003d78;
}

@media screen and (max-width: 960px) {
    .p-lecture {
        flex-direction: column;
    }
}

.p-lecture_title h3 {
    padding-bottom: 20px;
    color: #053d58;
    font-family: averataExtraBold;
    font-size: 35px;
    word-break: break-word;
}

@media screen and (max-width: 960px) {
    .p-lecture_title {
        text-align: center;
    }
}

.p-lecture_btn {
    padding-right: 80px;
}

@media screen and (max-width: 960px) {
    .p-lecture_btn {
        margin: 20px auto;
        padding-right: 0;
    }
}

.p-lecture_btn .btn {
    display: block;
    width: 226px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 2px solid #003d78;
    border-radius: 6px;
    color: #003d78;
    font-family: averataExtraBold;
    font-size: 20px;
    text-align: center;
}

.p-lecture_btn .btn-free {
    margin-bottom: 20px;
}

.p-lecture_btn .btn-noLogin {
    margin-bottom: 30px;
}

.p-lecture_btn .btn-trial {
    background-color: #003d78;
    color: #fff;
}

.p-block {
    border-bottom: 2px solid #003d78;
}

    .p-block.theme {
        padding-bottom: 100px;
        border-bottom: none;
    }

.p-block_title {
    padding-top: 30px;
    padding-bottom: 25px;
    padding-left: 20px;
    color: #053d58;
    font-family: averataExtraBold;
    font-size: 25px;
}

.p-block_lectures {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
}

    .p-block_lectures .img-wrapper {
        display: flex;
        align-items: center;
        width: calc((100% - 45px) /4);
        margin-bottom: 20px;
    }

@media screen and (max-width: 960px) {
    .p-block_lectures .img-wrapper {
        width: calc((100% - 30px) /2);
    }
}

/*.p-block_lectures .img-wrapper img {
    width: 100%;
    object-fit: cover;
}*/

.p-block_lectures .img-wrapper:not(:nth-child(4n+4)) {
    margin-right: 15px;
}

.p-block_lectures.banks .img-wrapper:nth-child(4n+2) {
    margin-top: -35px;
}

.p-block_overview-block {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
}

    .p-block_overview-block .img-wrapper {
        display: flex;
        align-items: center;
        width: calc((100% - 240px) /5);
        margin-bottom: 35px;
    }

        .p-block_overview-block .img-wrapper img {
            width: 100%;
            object-fit: cover;
        }

        .p-block_overview-block .img-wrapper:not(:nth-child(5n+5)) {
            margin-right: 60px;
        }

.p-bannerTop h3 {
    font-family: averataExtraBold;
    font-size: 40px;
}

.p-bannerTop.resource {
    padding: 55px 0;
    background-color: #f4f4f4;
}

    .p-bannerTop.resource h3 {
        margin-bottom: 35px;
        color: #003e75;
        text-align: center;
        text-transform: uppercase;
        word-break: break-word;
    }

@media screen and (max-width: 960px) {
    .p-bannerTop.resource h3 {
        font-size: 30px;
    }
}

.p-bannerTop.resource a {
    padding: 12px 25px;
    border-radius: 10px;
    background-color: #f58800;
    color: #fff;
    font-family: averataExtraBold;
    font-size: 25px;
}

.p-bannerTop.resource .p-bannerTop_btn {
    text-align: center;
}

.p-bannerTop.blog {
    padding: 73px 0;
    background-color: #ed8a32;
}

    .p-bannerTop.blog h3 {
        margin-bottom: 10px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        word-break: break-word;
    }

    .p-bannerTop.blog .description {
        color: #fff;
        font-family: averata;
        font-size: 25px;
        text-align: center;
    }

.p-bannerTop.story {
    padding: 63px 0;
    background-color: #003e75;
}

    .p-bannerTop.story h3 {
        margin-bottom: 40px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        word-break: break-word;
    }

    .p-bannerTop.story .story_link {
        text-align: center;
    }

        .p-bannerTop.story .story_link a {
            position: relative;
            color: #fff;
            font-family: averata;
            font-size: 18px;
            text-align: center;
        }

            .p-bannerTop.story .story_link a::before {
                content: '';
                position: absolute;
                top: -15px;
                left: 35px;
                width: 13px;
                height: 11px;
                background: url("../images/icon-more.svg") no-repeat;
            }

.p-bannerTop.webinars {
    padding: 73px 0;
    background-color: #ed8a32;
}

    .p-bannerTop.webinars h3 {
        margin-bottom: 10px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        word-break: break-word;
    }

    .p-bannerTop.webinars .description {
        color: #fff;
        font-family: averata;
        font-size: 40px;
        text-align: center;
        text-transform: uppercase;
        word-break: break-word;
    }

@media screen and (max-width: 960px) {
    .p-bannerTop.webinars .description {
        font-size: 25px;
    }
}

.p-resource_list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 100px;
    padding-bottom: 90px;
}

@media screen and (max-width: 960px) {
    .p-resource_list {
        padding: 50px;
    }
}

.p-resource_list .p-resource_item {
    width: calc((100% - 60px) /3);
    min-width: 230px;
    color: #fff;
    filter: drop-shadow(9px 9px 18px rgba(0, 0, 0, 0.19));
}

@media screen and (min-width: 600px) and (max-width: 920px) {
    .p-resource_list .p-resource_item {
        width: calc((100% - 50px) /2);
    }
}

@media screen and (max-width: 600px) {
    .p-resource_list .p-resource_item {
        width: 100%;
        margin-bottom: 20px;
    }
}

.p-resource_list .p-resource_item .img-wrapper {
    height: 196px;
}

    .p-resource_list .p-resource_item .img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.p-resource_list .p-resource_item_badge {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
    padding: 16.5px;
    border-radius: 0 0 19px 19px;
    background-color: #003d78;
    word-break: break-word;
}

    .p-resource_list .p-resource_item_badge .p-title {
        position: absolute;
        top: 16px;
        left: 20px;
        height: unset;
        color: #fff;
    }

    .p-resource_list .p-resource_item_badge .img-wrapper {
        position: absolute;
        top: 22px;
        left: 20px;
        height: unset;
    }

    .p-resource_list .p-resource_item_badge .btn-more {
        color: #fff;
    }

.p-resource_list .p-resource_item_badge_link {
    position: relative;
    padding-right: 40px;
}

    .p-resource_list .p-resource_item_badge_link::after {
        content: '';
        position: absolute;
        top: 10px;
        right: 10px;
        width: 18px;
        height: 8px;
        background: url("../images/resource/arrow-right.svg") no-repeat;
    }

    .p-resource_list .p-resource_item_badge_link a {
        color: #fff;
    }

.resource .p-resource_item:not(:nth-child(3n+3)) {
    margin-bottom: 20px;
}

@media screen and (min-width: 920px) {
    .resource .p-resource_item:not(:nth-child(3n+3)) {
        margin-right: 30px;
    }
}

@media screen and (min-width: 600px) and (max-width: 920px) {
    .resource .p-resource_item:not(:nth-child(3n+3)) {
        margin-right: 0;
    }
}

@media screen and (min-width: 600px) and (max-width: 920px) {
    .resource .p-resource_item:not(:nth-child(2n+2)) {
        margin-right: 30px;
    }
}

@media screen and (max-width: 600px) {
    .resource .p-resource_item {
        margin-right: 0;
    }
}

.blog .p-resource_item:not(:nth-child(3n+3)) {
    margin-right: 30px;
    margin-bottom: 20px;
}

.blog .p-resource_item_badge {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
    padding: 97.5px 16.5px 16.5px 16.5px;
    border-radius: 0 0 19px 19px;
    background-color: #003d78;
}

    .blog .p-resource_item_badge .p-title {
        position: absolute;
        top: 15px;
        left: 20px;
        color: #fff;
        font-family: averataExtraBold;
    }

.blog .p-resource_item_badge_link {
    padding-right: 10px;
}

    .blog .p-resource_item_badge_link::after {
        top: -15px;
    }

.blog a:hover {
    transition: all 10ms ease-in;
}

    .blog a:hover .img-wrapper {
        transform: scale(1.05);
        transition: all 10ms ease-in;
    }

    .blog a:hover .p-resource_item_badge {
        transform: scale(1.05);
        transition: all 10ms ease-in;
    }

.p-branch {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 41px 0;
}

@media screen and (max-width: 960px) {
    .p-branch {
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 961px) {
    .p-branch_item:not(:nth-child(5n+5)) {
        margin-right: 80px;
    }
}

@media screen and (max-width: 960px) {
    .p-branch_item {
        margin-right: 20px;
    }
}

.story {
    background-color: whitesmoke;
}

    .story .btn-more {
        color: #ed8a32 !important;
    }

    .story .l-topContent {
        display: flex;
        flex-wrap: wrap;
    }

@media screen and (max-width: 965px) {
    .story .l-topContent {
        justify-content: space-between;
    }
}

.story .p-resource_item {
    width: calc((100% - 150px) /4);
    margin-bottom: 45px;
    border-radius: 21px;
    box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 1220px) {
    .story .p-resource_item {
        width: calc((100% - 100px) /3);
    }
}

@media screen and (min-width: 600px) and (max-width: 965px) {
    .story .p-resource_item {
        width: calc((100% - 50px) /2);
    }
}

@media screen and (min-width: 1220px) {
    .story .p-resource_item:not(:nth-child(4n+4)) {
        margin-right: 50px;
    }
}

@media screen and (min-width: 965px) and (max-width: 1220px) {
    .story .p-resource_item:not(:nth-child(3n+3)) {
        margin-right: 50px;
    }
}

@media screen and (min-width: 769px) and (max-width: 920px) {
    .story .p-resource_item:not(:nth-child(2n+2)) {
        margin-right: 50px;
    }
}

@media screen and (max-width: 768px) {
    .story .p-resource_item {
        width: 100%;
        margin-right: 0;
    }
}

.story .p-resource_item img {
    border-radius: 21px 21px 0 0;
}

.story .p-resource_item_badge {
    display: block;
    background-color: #f4f4f4;
    color: #787878;
}

.story .p-resource_item_badge_link {
    padding-top: 20px;
    padding-right: 0;
    text-align: right;
}

    .story .p-resource_item_badge_link::after {
        right: 0;
        width: 29px;
        height: 11px;
        background: url("../images/story/right-orange.svg") no-repeat;
    }

    .story .p-resource_item_badge_link a {
        color: #ed8a32;
        font-family: averata;
    }

.story .p-resource_item_badge .p-title {
    position: relative;
    top: 0;
    left: 0;
    color: #053d58;
    font-family: averataExtraBold;
}

.webinars {
    justify-content: space-between;
}

@media screen and (max-width: 960px) {
    .webinars {
        flex-direction: column;
    }
}

.webinars img {
    border-radius: 19px 19px 0 0;
}

.webinars .p-resource-l {
    width: 59%;
}

@media screen and (max-width: 960px) {
    .webinars .p-resource-l {
        width: 100%;
        margin-bottom: 20px;
    }
}

.webinars .p-resource-l .p-title {
    position: relative;
    left: 0;
}

.webinars .p-resource-l .p-resource_item {
    width: 100%;
    height: 100%;
}

    .webinars .p-resource-l .p-resource_item .img-wrapper {
        height: calc(100% - 322px);
    }

.webinars .p-resource-l .p-resource_item_badge {
    flex-direction: column;
    align-items: unset;
    justify-content: space-between;
    height: 322px;
    background-color: #ed8a32;
    color: #fff;
}

    .webinars .p-resource-l .p-resource_item_badge .p-title {
        display: block;
        margin-bottom: 20px;
        font-family: averataExtraBold;
        font-size: 30px;
    }

    .webinars .p-resource-l .p-resource_item_badge .p-desc {
        margin-bottom: 50px;
    }

.webinars .p-resource-l .p-resource_item_badge_link {
    text-align: right;
}

.webinars .p-resource-r {
    width: 37%;
}

@media screen and (max-width: 960px) {
    .webinars .p-resource-r {
        width: 100%;
    }
}

.webinars .p-resource-r .p-resource_item {
    width: 100%;
}

    .webinars .p-resource-r .p-resource_item:not(:last-child) {
        margin-bottom: 20px;
    }

.webinars .p-resource-r .p-resource_item_badge {
    background-color: #ed8a32;
}

.l-topBody.overview-block {
    position: relative;
}

@media screen and (min-width: 961px) {
    .l-topBody.overview-block {
        overflow: hidden;
    }
}

.l-topBody.overview-block::before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 350px;
    left: -330px;
    width: 45%;
    height: 594px;
    transform: rotate(28.27deg);
    opacity: 0.3;
    background-image: url("../images/overview-block/shape-left.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 960px) {
    .l-topBody.overview-block::before {
        display: none;
    }
}

.l-topBody.overview-block::after {
    content: '';
    position: absolute;
    z-index: 1;
    right: -215px;
    bottom: 680px;
    width: 31%;
    height: 414px;
    transform: rotate(28.27deg);
    opacity: 0.3;
    background-image: url("../images/overview-block/shape-left.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 960px) {
    .l-topBody.overview-block::after {
        display: none;
    }
}

.p-feedbacks {
    position: relative;
    width: 100%;
    padding-top: 120px;
    padding-bottom: 150px;
}

    .p-feedbacks h2 {
        margin-bottom: 60px;
    }

.p-feedbacks_list {
    display: flex;
    justify-content: center;
}

.p-feedbacks_list_item {
    display: flex;
    width: 100%;
    padding: 35px 30px 35px 40px;
    border-radius: 31px;
    background-color: #003d78;
}

.p-feedbacks_list_item_img {
    width: 30%;
    height: 331px;
}

    .p-feedbacks_list_item_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.p-feedbacks_list_item_introduce {
    width: 70%;
    padding-top: 35px;
    padding-left: 40px;
    color: #fff;
}

    .p-feedbacks_list_item_introduce .name {
        font-family: averataExtraBold;
        font-size: 25px;
        text-transform: uppercase;
    }

    .p-feedbacks_list_item_introduce .position {
        margin-bottom: 25px;
        font-family: averata;
        font-size: 20px;
    }

    .p-feedbacks_list_item_introduce .desc {
        position: relative;
        font-family: averataRegularItalic;
        font-size: 16px;
        text-align: justify;
        word-break: break-word;
    }

        .p-feedbacks_list_item_introduce .desc::before {
            content: '';
            position: absolute;
            top: -10px;
            left: -35px;
            width: 31px;
            height: 25px;
            background: url("../images/overview-block/quote-1.svg") no-repeat;
        }

        .p-feedbacks_list_item_introduce .desc::after {
            content: '';
            position: absolute;
            right: -17px;
            bottom: -15px;
            width: 31px;
            height: 25px;
            background: url("../images/overview-block/quote-2.svg") no-repeat;
        }

.p-feedbacks_list_item:nth-child(3n+1) {
    transform: scale(0.9);
    transition: opacity 0.3s linear;
    opacity: 0.5;
}

.p-feedbacks_list_item:nth-child(3n+3) {
    transition: opacity 0.3s linear;
    opacity: 0.5;
}

.p-feedbacks_list .p-feedbacks_wrapper {
    margin: 0 -20px;
}

.p-feedbacks_list .slick-active .p-feedbacks_list_item {
    position: relative;
    z-index: 2;
    width: 100%;
    transform: unset;
    transition: all 0.2s ease-in-out;
    opacity: unset;
    background-color: #f58800;
}

@media screen and (min-width: 961px) {
    .page-overviewBlock .l-topContent {
        width: 68%;
    }
}

.p-contact {
    padding: 50px 0 80px;
    background-color: #f4f4f4;
    word-break: break-word;
}

    .p-contact .l-topContent {
        display: flex;
    }

@media screen and (max-width: 960px) {
    .p-contact .l-topContent {
        flex-direction: column;
    }
}

.p-contact .line {
    position: relative;
    width: 95.5px;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 20px;
    border: 1px solid #787878;
}

    .p-contact .line::after {
        content: '';
        position: absolute;
        top: -4px;
        right: -4px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #787878;
    }

.p-contact_info {
    width: 40%;
    color: #787878;
}

@media screen and (max-width: 960px) {
    .p-contact_info {
        width: 100%;
    }
}

.p-contact_info_inner {
    margin-top: 35px;
    font-family: averata;
}

    .p-contact_info_inner .p-row {
        margin-bottom: 25px;
        font-family: averata;
    }

        .p-contact_info_inner .p-row .title {
            display: block;
            font-family: averataExtraBold;
        }

.p-contact_form {
    width: 60%;
}

@media screen and (max-width: 960px) {
    .p-contact_form {
        width: 100%;
    }
}

.p-contact_form form {
    margin: 0 auto;
    text-align: center;
}

    .p-contact_form form input,
    .p-contact_form form textarea {
        display: inline-block;
        width: 100%;
        margin-bottom: 17px;
        padding: 29px 20px;
        border-radius: 10px;
        border-color: transparent;
        outline: none;
        background: #fff;
    }

        .p-contact_form form input::-webkit-input-placeholder,
        .p-contact_form form textarea::-webkit-input-placeholder {
            color: #c8c8c8;
            font-family: averataRegularItalic;
            font-size: 22px;
            font-style: italic;
        }

        .p-contact_form form input:-ms-input-placeholder,
        .p-contact_form form textarea:-ms-input-placeholder {
            color: #c8c8c8;
            font-family: averataRegularItalic;
            font-size: 22px;
            font-style: italic;
        }

        .p-contact_form form input::placeholder,
        .p-contact_form form textarea::placeholder {
            color: #c8c8c8;
            font-family: averataRegularItalic;
            font-size: 22px;
            font-style: italic;
        }

    .p-contact_form form textarea {
        min-height: 270px;
    }

    .p-contact_form form button {
        flex-shrink: 0;
        width: 266px;
        height: 55px;
        margin-top: 17px;
        border-radius: 10px;
        border-color: transparent;
        background: #003e75;
        color: #fff;
        font-family: averataExtraBold;
        font-size: 25px;
        font-weight: 800;
        text-align: center;
        text-transform: uppercase;
    }

        .p-contact_form form button:hover {
            opacity: 0.8;
        }

/* Begin css new */
.p-payment {
    padding: 50px 0 80px;
    word-break: break-word;
}

    .p-payment .l-topContent {
        display: flex;
    }

@media screen and (max-width: 960px) {
    .p-payment .l-topContent {
        flex-direction: column;
    }
}

.p-payment_img {
    width: calc(100% - 664px);
}

.p-payment_img_inner {
    position: relative;
    left: -200px;
}

@media screen and (max-width: 960px) {
    .p-payment_img {
        left: 0;
    }
}

.p-payment_img .img-wrapper {
    width: 841px;
}

    .p-payment_img .img-wrapper img {
        position: relative;
    }

@media screen and (max-width: 960px) {
    .p-payment_img .img-wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 960px) {
    .p-payment_img {
        width: 100%;
    }
}

.p-payment_info {
    position: relative;
    width: 664px;
    background-color: #fff;
}

@media screen and (max-width: 960px) {
    .p-payment_info {
        width: 100%;
        min-width: unset;
    }
}

.p-payment_info_desc {
    color: #787878;
    font-size: 17px;
    font-style: italic;
}

.p-payment_info_carts {
    padding-bottom: 50px;
}

    .p-payment_info_carts h3 {
        padding-top: 30px;
        color: #f58800;
        font-family: averataExtraBold;
        font-size: 35px;
        text-transform: uppercase;
    }

    .p-payment_info_carts .p-number {
        margin-top: -25px;
        padding-right: 20px;
        color: #787878;
        font-size: 18px;
        text-align: right;
    }

.p-payment_info_carts_item {
    display: flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 0;
    color: #787878;
    font-family: averata;
}

    .p-payment_info_carts_item:first-child .quantity {
        padding-top: 15px;
    }

    .p-payment_info_carts_item .quantity p {
        margin-bottom: 5px;
        text-align: right;
    }

    .p-payment_info_carts_item .quantity input {
        width: 111px;
        height: 37px;
    }

.p-payment_info_voucher {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}

    .p-payment_info_voucher input {
        width: 476px;
        height: 41px;
        padding: 5px 12px;
        border: 2px solid #c8c8c8;
        border-radius: 10px;
    }

@media screen and (max-width: 960px) {
    .p-payment_info_voucher input {
        width: 100%;
    }
}

.p-payment_info_voucher input::-webkit-input-placeholder {
    color: #c8c8c8;
    font-family: averata;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
}

.p-payment_info_voucher input:-ms-input-placeholder {
    color: #c8c8c8;
    font-family: averata;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
}

.p-payment_info_voucher input::placeholder {
    color: #c8c8c8;
    font-family: averata;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
}

.p-payment_info_voucher button {
    width: 135px;
    height: 39px;
    margin-left: 20px;
    padding: 10px;
    border-radius: 10px;
    background: #003e75;
    color: #fff;
    font-family: averata;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.p-payment_info_sum {
    display: flex;
    justify-content: space-between;
    padding-top: 35px;
    color: #003e75;
    font-family: averataExtraBold;
    font-size: 30px;
    font-style: normal;
    line-height: 52px;
    text-transform: uppercase;
}

.p-payment_info_btn {
    margin-top: 50px;
}

    .p-payment_info_btn .btn-shopping {
        display: inline-block;
        height: 49px;
        margin-right: 25px;
        padding: 5px 35px;
        border: 2px solid #f58800;
        border-radius: 10px;
        color: #f58800;
        font-family: averata;
        font-size: 18px;
        line-height: 2;
        text-align: center;
        text-transform: uppercase;
    }

    .p-payment_info_btn .btn-payment {
        display: inline-block;
        width: 366px;
        height: 49px;
        border-radius: 10px;
        background: #f58800;
        color: #fff;
        font-family: averataExtraBold;
        font-size: 25px;
        line-height: 44px;
        text-align: center;
    }

.p-payment .line {
    position: relative;
    width: 100%;
    border: 1px solid #787878;
}

    .p-payment .line::after {
        content: '';
        position: absolute;
        top: -5px;
        right: -5px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #787878;
    }

.p-payment_term {
    position: relative;
    left: -100px;
    width: calc(100% + 100px);
    padding-right: 60px;
}

    .p-payment_term h2 {
        margin-bottom: 10px;
        color: #787878;
        font-family: averataRegularItalic;
        font-size: 18px;
        font-weight: 800;
        line-height: 22px;
    }

.p-payment_term_note {
    padding: 2px 20px 2px 2px;
    border: 1px solid #787878;
    border-radius: 8px;
}

.p-payment_term_note_inner {
    height: 183px;
    padding: 15px 20px 15px 20px;
    overflow-y: auto;
    background: #fff;
    color: #787878;
    font-family: averata;
    font-size: 16px;
    text-align: justify;
}

@media screen and (max-width: 1440px) {
    .p-payment_term_note_inner {
        box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.15);
    }
}

.p-payment_term_note_inner::-webkit-scrollbar {
    width: 15px;
}

.p-payment_term_note_inner::-webkit-scrollbar-track {
    padding: 10px;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 0 6px #f5f5f5;
}

.p-payment_term_note_inner::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: #c8c8c8;
    -webkit-box-shadow: inset 3px 3px 3px #c8c8c8;
}

.p-payment_order {
    padding: 26px 0;
}

    .p-payment_order .p-fieldGroup {
        padding: 26px 0 0;
    }

        .p-payment_order .p-fieldGroup .field:last-child {
            margin-bottom: 0;
        }

.field {
    width: 510px;
    height: 45px;
    margin-bottom: 15px;
    padding: 8px;
    border: 2px solid #c8c8c8;
}

    .field::-webkit-input-placeholder {
        color: #c8c8c8;
        font-family: averata;
        font-size: 15px;
        font-style: italic;
        font-weight: 400;
        line-height: 30px;
    }

    .field:-ms-input-placeholder {
        color: #c8c8c8;
        font-family: averata;
        font-size: 15px;
        font-style: italic;
        font-weight: 400;
        line-height: 30px;
    }

    .field::placeholder {
        color: #c8c8c8;
        font-family: averata;
        font-size: 15px;
        font-style: italic;
        font-weight: 400;
        line-height: 30px;
    }

.u-layerLabel {
    position: relative;
}

    .u-layerLabel::before {
        content: attr(data-label) "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        padding: 2px 5px;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
    }

.u-pc-only {
    padding-bottom: 20px;
    overflow: hidden;
}

@media screen and (max-width: 960px) {
    .u-pc-only {
        display: none;
    }
}

@media screen and (min-width: 1001px) {
    .u-pc-only.is-min {
        display: none;
    }
}

.u-pc-only.is-liquid {
    display: none;
}

@media screen and (min-width: 1001px) and (max-width: 1200px) {
    .u-pc-only.is-liquid {
        display: block;
    }
}

@media screen and (max-width: 1200px) {
    .u-pc-only.is-max {
        display: none;
    }
}

.u-pc-only_barMin {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1000px;
    background-color: #fdd;
    font-size: 14px;
    text-align: right;
}

@media screen and (min-width: 961px) {
    .u-sp-only {
        display: none;
    }
}


/* .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px 0;
} */
.mobile-sp-2 {
    font-family: 'Inter', sans-serif;
}

.hero {
    padding: 120px 20px 40px;
    font-family: 'Inter', sans-serif;
}

@media screen and (max-width: 960px) {
    .hero {
        padding: 40px 0 10px;
    }
}

.hero .c-highlight {
    margin-bottom: 40px;
}

.hero__title {
    margin-bottom: 25px;
    color: #061c3d;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 56px;
    text-align: center;
}

@media screen and (max-width: 960px) {
    .hero__title {
        font-size: 36px;
        line-height: 44px;
    }
}

.hero__content {
    display: flex;
    position: relative;
    left: -63px;
    width: calc(100% + 63px);
}

@media screen and (max-width: 960px) {
    .hero__content {
        left: 0;
        flex-direction: column;
        width: 100%;
    }
}

@media screen and (min-width: 1600px) {
    .hero__image {
        min-width: 692px;
        max-width: 692px;
    }
}

.hero__image img {
    width: 100%;
    border-radius: 8px;
}

.hero__text {
    padding-top: 63px;
    padding-left: 35px;
}

@media screen and (max-width: 960px) {
    .hero__text {
        padding-top: 55px;
        padding-left: 0;
    }
}

.hero__list {
    padding-left: 65px;
}

.hero__item {
    position: relative;
    margin-bottom: 23px;
    font-size: 16px;
    word-break: break-word;
}

    .hero__item:first-child::before {
        content: "";
        position: absolute;
        left: -60px;
        width: 48px;
        height: 48px;
        background: url("../images/homepage/slideshow.svg") no-repeat;
    }

    .hero__item:nth-child(2)::before {
        content: "";
        position: absolute;
        left: -60px;
        width: 48px;
        height: 48px;
        background: url("../images/homepage/cloud.svg") no-repeat;
    }

    .hero__item:nth-child(3)::before {
        content: "";
        position: absolute;
        left: -60px;
        width: 48px;
        height: 48px;
        background: url("../images/homepage/book-check.svg") no-repeat;
    }

.feature {
    background: white;
}

.feature__content {
    gap: 30px;
    display: flex;
    padding: 40px 35px 20px;
    border-radius: 30px;
    background-color: #fff7e6;
    word-break: break-word;
}

@media screen and (max-width: 960px) {
    .feature__content {
        flex-direction: column;
        padding: 15px 15px 35px;
    }
}

@media screen and (min-width: 961px) {
    .feature__text {
        padding: 40px 55px 40px 35px;
    }
}

@media screen and (max-width: 960px) {
    .feature__text {
        order: 2;
    }
}

.feature .c-highlight {
    margin-bottom: 25px;
}

@media screen and (max-width: 960px) {
    .feature .c-highlight {
        margin-bottom: 16px;
    }
}

.feature__desc {
    margin-bottom: 15px;
    font-size: 16px;
}

@media screen and (min-width: 961px) {
    .feature__video {
        min-width: 476px;
        max-width: 476px;
        height: 310px;
    }
}

@media screen and (max-width: 960px) {
    .feature__video {
        height: 300px;
    }
}

@media screen and (max-width: 450px) {
    .feature__video {
        height: 205px;
    }
}

.feature__video iframe {
    width: 100%;
    height: 100%;
    border-radius: 26px;
}

.lecture {
    padding: 40px;
    font-family: 'Inter', sans-serif;
}

@media screen and (max-width: 960px) {
    .lecture {
        padding: 20px 0;
    }
}

.lecture__container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 40px 35px;
    border-radius: 30px;
    background-color: #f5f6f7;
}

@media screen and (max-width: 960px) {
    .lecture__container {
        flex-direction: column;
        padding: 15px 15px 40px;
    }
}

.lecture__left {
    flex: 0 0 40%;
}

@media screen and (max-width: 960px) {
    .lecture__left {
        margin-bottom: 20px;
        text-align: center;
    }
}

.lecture__right {
    flex: 0 0 60%;
    word-break: break-word;
}

@media screen and (min-width: 961px) {
    .lecture__right {
        padding: 0 87px 0 65px;
    }
}

.lecture__heading {
    margin-bottom: 20px;
    color: #036;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.lecture__desc {
    max-width: 561px;
    color: #333;
    font-size: 16px;
    line-height: 24px;
}

@media screen and (max-width: 1600px) {
    .lecture__desc {
        display: none;
    }
}

.lecture__desc-sp {
    font-size: 16px;
}

.lecture__list {
    max-width: 561px;
    padding-left: 25px;
    color: #333;
    font-size: 16px;
}

    .lecture__list li {
        list-style: disc;
    }

@media screen and (max-width: 1600px) {
    .lecture__list {
        display: none;
    }
}

.lecture__button {
    display: inline-flex;
    position: relative;
    margin-top: 28px;
    padding: 8px 45px 8px 20px;
    transition: all 0.3s ease;
    border: 2px solid #036;
    border-radius: 8px;
    color: #036;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

    .lecture__button::after {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-left: 8px;
        transition: background-color 0.3s ease;
        background-color: #036;
        -webkit-mask-image: url("../images/homepage/icon-detail.svg");
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: cover;
        mask-image: url("../images/homepage/icon-detail.svg");
        mask-repeat: no-repeat;
        mask-size: cover;
    }

    .lecture__button:hover {
        background-color: #036;
        color: white;
    }

        .lecture__button:hover::after {
            background-color: white;
        }

.lecture__subtitle {
    margin-top: 15px;
    color: #42526b;
    font-size: 16px;
    text-align: center;
}

.lecture-list {
    gap: 6px;
    display: flex;
}

.btn {
    padding: 12px 32px;
    border: none;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

@media screen and (max-width: 960px) {
    .btn {
        display: block;
        width: 100%;
    }
}

.btn--trial {
    padding-left: 68px;
    border: 4px solid #ffe099;
    background-color: #f7931e;
    color: #fff;
    color: white;
}

@media screen and (max-width: 960px) {
    .btn--trial {
        padding-left: 60px;
    }
}

.btn--trial:hover {
    background-color: #f89f37;
}

.btn--trial .btn__icon {
    position: relative;
}

    .btn--trial .btn__icon::before {
        content: '';
        position: absolute;
        left: -30px;
        width: 24px;
        height: 24px;
        background: url("../images/homepage/flane.png") no-repeat;
    }
.btn--trial .btn__icon_download {
    position: relative;
}
.btn--trial .btn__icon_download::before {
    content: '';
    position: absolute;
    left: -30px;
    width: 24px;
    height: 24px;
    background: url("../images/overview-product/cloud-download.png") no-repeat;
}

.btn--secondary {
    background-color: #013e75;
    color: white;
}

    .btn--secondary:hover {
        background-color: #0159a8;
        color: white;
    }

.c-highlight {
    color: #ff7a00;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 32px;
    word-break: break-word;
}

.c-btn__cta {
    gap: 25px;
    display: flex;
    justify-content: center;
    padding: 40px 0 65px;
    font-family: 'Inter', sans-serif;
}

@media screen and (max-width: 960px) {
    .c-btn__cta {
        flex-direction: column;
    }
}

.avina-features {
    padding: 90px 20px 120px;
    background: #0a3b8a url("../images/homepage/background-pattern.png") no-repeat center/cover;
    color: white;
    font-family: 'Inter', sans-serif;
    text-align: center;
}

    .avina-features.ov-product {
        background: white;
        padding: 20px 20px 20px;
    }


@media screen and (max-width: 960px) {
    .avina-features {
        padding: 60px 0;
    }
}

.avina-features__title {
    margin-bottom: 55px;
    font-size: 40px;
    font-weight: bold;
    line-height: 56px;
}
    .avina-features__title.ov-product {
        color: #061C3D;
    }
    @media screen and (max-width: 960px) {
        .avina-features__title {
        margin-bottom: 30px;
        font-size: 36px;
        line-height: 44px;
    }
}

.avina-features__title span {
    color: #fbbc04;
}
.avina-features__title.ov-product span {
    color: #FEB101;
    font-weight: bold;
}

.avina-features__grid {
    gap: 30px;
    display: grid;
    margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
    .avina-features__grid {
        gap: 5px;
        margin-bottom: 22px;
    }
}

@media all and (min-width: 400px) {
    .avina-features__grid {
        grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    }
}

.avina-features .feature-item {
    display: flex;
    margin-bottom: 10px;
    padding: 20px;
    transition: transform 0.3s;
    border-radius: 20px;
    background: white;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    color: #1a1a1a;
    text-align: left;
    word-break: break-word;
    gap: 20px;
}

    .avina-features .hidden {
        display: none;
    }

    .avina-features .feature-item:hover {
        transform: translateY(-5px);
    }

    .avina-features .feature-item .img-wrapper {
        width: 46px;
        height: 46px;
    }

        .avina-features .feature-item .img-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.avina-features .feature-item__innerText {
    width: calc(100% - 56px);
}

    .avina-features .feature-item__innerText h3 {
        color: #013e75;
        font-size: 20px;
    }

    .avina-features .feature-item__innerText p {
        font-size: 14px;
        line-height: 1.5;
    }

.avina-features__more {
    margin-top: 50px;
}

    .avina-features__more .fa-chevron-down {
        margin-left: 10px;
    }

@media screen and (max-width: 960px) {
    .avina-features__more {
        margin-top: unset;
    }
}

.avina-features__more button {
    padding: 10px 20px;
    transition: background 0.3s;
    border: 2px solid white;
    border-radius: 8px;
    background-color: #013e75;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.avina-features__more.ov-product button {
    background-color: transparent;
    border: 2px solid #013E75;
    color: #013E75;
}

    .avina-features__more button span {
        margin-left: 5px;
        font-size: 12px;
    }

    .avina-features__more button:hover {
        background-color: #0d47a1;
    }
.avina-features__more.ov-product button:hover {
    background-color: #f5b335;
}

.pricing {
    font-family: 'Inter', sans-serif;
    text-align: center;
}

@media screen and (min-width: 961px) {
    .pricing {
        padding: 100px;
    }
}

@media screen and (max-width: 960px) {
    .pricing {
        padding: 50px 0;
    }
}

.pricing .title {
    margin-bottom: 35px;
    color: #0a0f2c;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.p-packages .pricing .title {
    color: #F68701;
}


@media screen and (max-width: 960px) {
    .pricing .title {
        font-size: 26px;
    }
}

.pricing .tab-switch {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 12px 10px;
    overflow: hidden;
    border: 1px solid #feb101;
    border-radius: 1000px;
    background-color: #fff;
}

    .pricing .tab-switch .tab-btn {
        padding: 15px 30px;
        transition: all 0.3s ease;
        border: none;
        border-radius: 170px;
        background-color: #fff;
        color: #838e9e;
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
    }

        .pricing .tab-switch .tab-btn.active {
            background-color: #fcb640;
            color: #fff;
        }

.pricing .tab-desc {
    margin-bottom: 20px;
    color: #061c3d;
    font-size: 20px;
}

.pricing .tab-content {
    display: none;
}

    .pricing .tab-content.active {
        display: block;
    }

    .pricing .tab-content .pricing-cards {
        gap: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 30px;
    }

        .pricing .tab-content .pricing-cards .card {
            padding: 30px 20px;
            border: 8px solid #fcb640;
            border-radius: 20px;
            background-color: #022a64;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
            color: white;
            cursor: pointer;
        }
            .pricing .tab-content .pricing-cards .card.active {
                background-color: #feb101;
                border: 8px solid #013e75;
            }


        @media screen and (min-width: 961px) {
            .pricing .tab-content .pricing-cards .card {
                width: 32%;
                min-width: 403px;
                max-width: 416px;
            }
        }

        @media screen and (max-width: 960px) {
            .pricing .tab-content .pricing-cards .card {
                width: 100%;
            }
        }

.pricing .tab-content .pricing-cards .card h3 {
    margin-bottom: 12px;
    font-size: 24px;
}

.pricing .tab-content .pricing-cards .card .price {
    color: #fcb640;
    font-size: 40px;
    font-weight: bold;
}

.pricing .tab-content .pricing-cards .card.active .price {
    color: #013E75;
}

@media screen and (max-width: 960px) {
    .pricing .tab-content .pricing-cards .card .price {
        font-size: 26px;
    }
}

.pricing .tab-content .pricing-cards .card .old-price {
    opacity: 0.7;
    font-size: 24px;
    text-decoration: line-through;
}


    .pricing .tab-content .pricing-cards .card .note {
        color: #fff;
        font-size: 18px;
    }

    .pricing .tab-content .pricing-cards .card .note .highlight {
        color: #fcb640;
        font-size: 24px;
        font-weight: bold;
    }
.pricing .tab-content .pricing-cards .card.active .note .highlight {
    color: #013E75;
}

.pricing .tab-content .buttons {
    gap: 30px;
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

@media screen and (max-width: 960px) {
    .pricing .tab-content .buttons {
        gap: 10px;
    }
}

.pricing .tab-content .buttons .btn {
    padding: 12px 33px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

    .pricing .tab-content .buttons .btn.primary {
        border: 4px solid #ffe099;
        background-color: #f7931e;
        color: #fff;
    }

        .pricing .tab-content .buttons .btn.primary:hover {
            background-color: #f89f37;
        }

    .pricing .tab-content .buttons .btn.outline {
        border: 2px solid #fcb640;
        background-color: white;
        color: #fcb640;
    }

.pricing .support-text {
    color: #061c3d;
    font-size: 16px;
    line-height: 36px;
}

    .pricing .support-text strong {
        font-size: 24px;
        font-weight: bold;
    }

.highlighted-authors {
    padding: 60px 0 0;
    background-color: #fff7e6;
    font-family: 'Inter', sans-serif;
}

    .highlighted-authors .highlighted-authors__promo {
        padding: 0 40px 0;
    }

@media screen and (max-width: 960px) {
    .highlighted-authors .highlighted-authors__promo {
        padding: 0;
    }
}

.highlighted-authors .highlighted-authors__promo-content {
    gap: 40px;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 960px) {
    .highlighted-authors .highlighted-authors__promo-content {
        flex-direction: column;
    }
}

.highlighted-authors .highlighted-authors__promo-text {
    position: relative;
    flex: 1;
    padding-top: 40px;
}

@media screen and (min-width: 961px) {
    .highlighted-authors .highlighted-authors__promo-text {
        order: 2;
        min-width: 300px;
        max-width: 788px;
    }
}

@media screen and (max-width: 960px) {
    .highlighted-authors .highlighted-authors__promo-text {
        padding-top: 0;
    }
}

@media screen and (min-width: 961px) {
    .highlighted-authors .highlighted-authors__promo-text::after {
        content: '';
        position: absolute;
        right: 10px;
        bottom: -18px;
        width: 328px;
        height: 171px;
        background: url("../images/homepage/bg-support.png") no-repeat;
        background-size: 100%;
    }
}

@media screen and (max-width: 960px) {
    .highlighted-authors .highlighted-authors__promo-text::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: -180px;
        width: 220px;
        height: 170px;
        background: url("../images/homepage/bg-support.png") no-repeat;
        background-size: 100%;
    }
}

@media all and (max-width: 360px) {
    .highlighted-authors .highlighted-authors__promo-text::after {
        display: none;
    }
}

.highlighted-authors .highlighted-authors__promo-price {
    margin-bottom: 10px;
    color: #00113d;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.02em;
    word-break: break-word;
}

    .highlighted-authors .highlighted-authors__promo-price .price {
        margin-left: 35px;
        color: #f59e0b;
        font-size: 56px;
        font-weight: 700;
    }

@media all and (max-width: 1600px) and (min-width: 962px) {
    .highlighted-authors .highlighted-authors__promo-price .price {
        font-size: 40px;
    }
}

@media screen and (max-width: 960px) {
    .highlighted-authors .highlighted-authors__promo-price .price {
        display: block;
        margin-left: 0;
        font-size: 40px;
    }
}

.highlighted-authors .highlighted-authors__promo-desc {
    margin-bottom: 50px;
    color: #00113d;
    font-size: 24px;
    letter-spacing: -0.012em;
    word-break: break-word;
}

    .highlighted-authors .highlighted-authors__promo-desc strong {
        font-weight: 700;
    }

.highlighted-authors .highlighted-authors__promo-buttons {
    position: relative;
    z-index: 2;
}

.highlighted-authors__promo-buttons.btn-customer {
    text-align: center;
    margin-top: 20px;
}

@media screen and (max-width: 960px) {
    .highlighted-authors .highlighted-authors__promo-buttons {
        text-align: center;
    }
}

@media screen and (max-width: 960px) {
    .highlighted-authors .highlighted-authors__promo-buttons .btn--trial {
        margin-bottom: 20px;
    }
}

.highlighted-authors .highlighted-authors__promo-image {
    position: relative;
    flex-shrink: 0;
    order: 1;
}

    .highlighted-authors .highlighted-authors__promo-image img {
        height: auto;
    }

@media screen and (max-width: 960px) {
    .highlighted-authors .highlighted-authors__promo-image {
        text-align: center;
    }
}

.highlighted-authors__authors {
    position: relative;
    padding: 50px 0;
}

@media screen and (min-width: 961px) {
    .highlighted-authors__authors {
        min-height: 932px;
        padding: 120px 0;
    }
}

.highlighted-authors__authors .bg {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 350px 0 400px 0;
    background: radial-gradient(circle, #feb101 0%, #f58800 100%);
}
@media screen and (max-width: 1800px) {
    .highlighted-authors__authors .bg {
        border-radius: 250px 0 250px 0;
    }
}

@media screen and (max-width: 1500px) {
    .highlighted-authors__authors .bg {
        border-radius: 150px 0 150px 0;
    }
}
@media screen and (max-width: 1300px) {
    .highlighted-authors__authors .bg {
        border-radius: 100px 0 100px 0;
    }
}

    @media screen and (max-width: 960px) {
        .highlighted-authors__authors .bg {
            border-radius: 100px 0;
            background: radial-gradient(circle, #feb101 0%, #f58800 100%);
        }
    }

    .highlighted-authors__authors .white-corner-shape {
        position: absolute;
        z-index: 0;
        right: 0;
        bottom: 0;
        width: 500px;
        height: 500px;
        background-color: white;
    }

    @media screen and (max-width: 960px) {
        .highlighted-authors__authors .white-corner-shape {
            width: 200px;
            height: 200px;
        }
    }

    .highlighted-authors__authors::before {
        content: '';
        position: absolute;
        z-index: 2;
        bottom: 0;
        width: 488px;
        height: 304px;
        background: url("../images/homepage/banner-shape-l.png") no-repeat;
        background-size: cover;
    }

    @media screen and (max-width: 960px) {
        .highlighted-authors__authors::before {
            width: 188px;
            height: 120px;
        }
    }

    .highlighted-authors__authors::after {
        content: '';
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        width: 488px;
        height: 304px;
        background: url("../images/homepage/banner-shape-r.png") no-repeat;
        background-size: cover;
    }

    @media screen and (max-width: 960px) {
        .highlighted-authors__authors::after {
            width: 188px;
            height: 80px;
        }
    }

    .highlighted-authors__slider-wrapper {
        position: relative;
        z-index: 3;
        margin: 0 auto;
    }

    @media screen and (max-width: 960px) {
        .highlighted-authors__slider-wrapper {
            max-width: 100%;
        }
    }

    .highlighted-authors__title {
        position: relative;
        z-index: 3;
        padding: 0 0 50px;
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        letter-spacing: -0.02em;
        text-align: center;
    }

    @media screen and (max-width: 960px) {
        .highlighted-authors__title {
            padding: 0 0 20px;
            font-size: 26px;
        }
    }

    .highlighted-authors__slide {
        /* Viền ngoài với độ dày 8px */
        box-sizing: content-box;
        border: 8px solid #ffe099;
        border-radius: 24px;
        background-color: #fff;
    }

    .highlighted-authors__arrows {
        margin-top: 20px;
    }

    .highlighted-authors__arrow {
        position: absolute;
        z-index: 10;
        top: 50%;
        width: 44px;
        height: 44px;
        transform: translateY(-50%);
        border: 1px solid #fff;
        border-radius: 10px;
        background: transparent;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        color: #fff;
        font-size: 18px;
        cursor: pointer;
    }

    .highlighted-authors__arrow--prev {
        left: -70px;
    }

    @media screen and (max-width: 1600px) {
        .highlighted-authors__arrow--prev {
            left: -30px;
        }
    }

    @media screen and (max-width: 960px) {
        .highlighted-authors__arrow--prev {
            display: none !important;
        }
    }

    .highlighted-authors__arrow--next {
        right: -70px;
    }

    @media screen and (max-width: 1600px) {
        .highlighted-authors__arrow--next {
            right: -30px;
        }
    }

    @media screen and (max-width: 960px) {
        .highlighted-authors__arrow--next {
            display: none !important;
        }
    }

    .highlighted-authors__arrow:hover {
        background: #eee;
        color: black;
    }

    .highlighted-authors .testimonial {
        max-width: 720px;
        padding: 24px;
        border-radius: 16px;
        background: #fff;
        /* font-family: sans-serif; */
    }

    .highlighted-authors .testimonial__header {
        gap: 16px;
        display: flex;
        align-items: flex-start;
        margin-bottom: 16px;
    }

    .highlighted-authors .testimonial__avatar {
        flex-shrink: 0;
        width: 64px;
        height: 64px;
        object-fit: cover;
        border-radius: 50%;
    }

    .highlighted-authors .testimonial__info {
        flex: 1;
    }

    .highlighted-authors .testimonial__name {
        margin: 0 0 8px;
        color: #1c2a53;
        font-family: Arial;
        font-size: 24px;
        font-weight: 700;
    }

    .highlighted-authors .testimonial__bio {
        margin: 0;
        padding: 0;
        padding-left: 12px;
        color: #2c2c2c;
        font-size: 16px;
        list-style: none;
        word-break: break-word;
    }

        .highlighted-authors .testimonial__bio li {
            list-style: disc;
        }

    .highlighted-authors .testimonial__body {
        position: relative;
        padding: 16px 20px 100px;
        border-radius: 12px;
        background: #fff7e6;
        color: #2c2c2c;
        font-size: 14px;
    }

    .highlighted-authors .testimonial__rating {
        margin-bottom: 12px;
        color: #f7b500;
        font-size: 26px;
    }

    .highlighted-authors .testimonial__star {
        display: inline-block;
        position: relative;
        width: 30px;
        height: 30px;
        margin-right: 2px;
    }

        .highlighted-authors .testimonial__star::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: url("../images/homepage/star.svg") no-repeat;
            background-size: cover;
        }

    .highlighted-authors .testimonial__content p {
        margin: 0;
        line-height: 1.6;
        word-break: break-word;
    }

    .highlighted-authors .testimonial__content::after {
        content: '”';
        position: absolute;
        bottom: 50px;
        left: 12px;
        width: 62px;
        height: 62px;
        color: #fed067;
        font-size: 162px;
        font-family: sans-serif;
    }

    .highlighted-authors .slick-dots {
        display: flex !important;
        justify-content: center;
        margin-top: 30px;
        padding: 0;
        list-style: none;
    }

    @media screen and (max-width: 960px) {
        .highlighted-authors .slick-dots {
            bottom: -50px !important;
        }
    }

    .highlighted-authors .slick-dots li {
        margin: 0 30px;
    }

    @media screen and (max-width: 960px) {
        .highlighted-authors .slick-dots li {
            margin: 0 5px;
        }
    }

    .highlighted-authors .slick-dots li button {
        width: 49px;
        height: 6px;
        padding: 0;
        transition: background-color 0.3s;
        border: none;
        border-radius: 19px;
        background-color: rgba(255, 255, 255, 0.4);
        font-size: 0;
        cursor: pointer;
    }

    @media screen and (max-width: 960px) {
        .highlighted-authors .slick-dots li button {
            width: 20px;
            height: 3px;
        }
    }

    .highlighted-authors .slick-dots li button::before {
        display: none;
    }

    .highlighted-authors .slick-dots li button:hover {
        background-color: rgba(255, 255, 255, 0.6);
    }

    .highlighted-authors .slick-dots li.slick-active button {
        background-color: #fff;
    }

    .highlighted-authors .slick-list {
        width: calc(100% - 40px);
        margin-left: 20px;
    }

    @media screen and (max-width: 960px) {
        .highlighted-authors .slick-list {
            width: 100%;
            margin-left: 0;
        }
    }

    .highlighted-authors .slick-slide {
        margin-right: 20px;
        padding: 22px;
    }

    @media screen and (max-width: 960px) {
        .highlighted-authors .slick-slide {
            margin-right: 2px;
            padding: 5px;
        }
    }

    .highlighted-authors .slick-slide:last-child {
        margin-right: 0;
    }

    .achievement {
        padding: 70px 20px 100px;
        background-color: #fff6e7;
        font-family: 'Inter', sans-serif;
    }

    @media screen and (max-width: 960px) {
        .achievement {
            padding: 50px 20px;
        }
    }

    .achievement__container {
        margin: 0 auto;
    }

    .achievement__title {
        margin-bottom: 40px;
        color: #036;
        font-size: 40px;
        font-weight: 700;
        letter-spacing: -0.02em;
        text-align: center;
    }

    @media all and (max-width: 1600px) and (min-width:961px) {
        .l-container.achievement__container {
             max-width: 1290px; 
        }
    }


    @media screen and (max-width: 960px) {
        .achievement__title {
            font-size: 26px;
        }
    }

    .achievement__list {
        gap: 24px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .achievement__item {
        gap: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 22.5%;
        min-width: 294px;
        max-width: 294px;
        padding: 25px 30px;
        border: 1px solid #feb101;
        border-radius: 16px;
        background-color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    }

    @media screen and (max-width: 960px) {
        .achievement__item {
            width: 100%;
        }
    }

    .achievement__icon {
        width: 80px;
        height: 80px;
        padding: 10px;
        border-radius: 12px;
        background: linear-gradient(90deg, #feb101 0%, #f58800 100%);
    }

        .achievement__icon img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .achievement__info {
        display: flex;
        flex-direction: column;
        max-width: 133px;
        text-align: left;
    }

    .achievement__number {
        margin-bottom: 8px;
        color: #f58800;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: -0.02em;
        line-height: 32px;
    }

    .achievement__description {
        color: #036;
        font-size: 14px;
        word-break: break-word;
    }

    .customer {
        margin: 0 auto;
        padding: 100px 0;
    }

        .customer.ov-product {
            background-color: white;
        }

    .customer__title {
        margin-bottom: 30px;
        font-size: 32px;
        font-weight: 600;
    }

    .customer__highlight {
        color: #ef9b33;
        font-size: 48px;
        font-weight: 700;
    }

    .customer__logo-list {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        margin: 0;
        margin-top: 30px;
        padding: 0;
        overflow: hidden;
        border-top: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
        border-radius: 16px;
        background: #fff;
        list-style: none;
    }

    @media (max-width: 1024px) {
        .customer__logo-list {
            grid-template-columns: repeat(4, 1fr);
        }
    }

    @media (max-width: 768px) {
        .customer__logo-list {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    @media (max-width: 480px) {
        .customer__logo-list {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    .customer__logo-item {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 46px 10px;
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }

    @media screen and (min-width: 961px) {
        .customer__logo-item:nth-child(6n) {
            border-right: none;
        }
    }

    @media (max-width: 480px) {
        .customer__logo-item:nth-child(2n) {
            border-right: none;
        }
    }

    @media (min-width: 481px) and (max-width: 768px) {
        .customer__logo-item:nth-child(3n) {
            border-right: none;
        }
    }

    @media (min-width: 769px) and (max-width: 1024px) {
        .customer__logo-item:nth-child(6n) {
            border-right: 1px solid #e5e5e5;
        }

        .customer__logo-item:nth-child(4n) {
            border-right: none;
        }
    }

    .customer__logo-link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        transition: background 0.3s ease;
        text-decoration: none;
    }

    .customer__cta {
        gap: 20px;
        display: flex;
        justify-content: center;
        margin-top: 40px;
    }

    .customer__btn {
        padding: 12px 24px;
        transition: background 0.3s ease;
        border: none;
        border-radius: 8px;
        font-size: 16px;
        cursor: pointer;
    }

    .customer__btn--primary {
        background-color: #ef9b33;
        color: #fff;
    }

    .customer__btn--secondary {
        background-color: #003a77;
        color: #fff;
    }


    .p-footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 20px 20px 100px;
        background-color: #003e75;
        color: #fff;
    }

        .p-footer a {
            color: #fff;
        }

    .p-footer_group {
        word-break: break-word;
    }

    @media screen and (max-width: 960px) {
        .p-footer_group {
            width: 100% !important;
        }
    }

    .p-footer_group div {
        margin-bottom: 30px;
        font-family: averataExtraBold;
        font-size: 20px;
    }

    .p-footer_group ul {
        font-family: averata;
        font-size: 16px;
        line-height: 2;
    }

        .p-footer_group ul > li > a {
            color: #fff !important;
        }

    .p-footer_group:nth-child(1) {
        width: 345px;
        margin-top: 50px;
    }

        .p-footer_group:nth-child(1) div {
            font-family: averata;
        }

        .p-footer_group:nth-child(1) .company {
            font-family: averataExtraBold;
            font-weight: 16px;
        }

        .p-footer_group:nth-child(1) span {
            font-family: averataExtraBold;
        }

    .p-footer_group:nth-child(3) {
        width: 190px;
        min-width: 190px;
    }

    .p-footer_group:nth-child(4) {
        width: 95px;
        min-width: 95px;
    }

    .p-footer_group:nth-child(5) {
        width: 14%;
        min-width: 192px;
    }

        .p-footer_group:nth-child(5) input[type=email] {
            margin-top: 20px;
            padding: 5px;
            border: 1px solid #fff;
            border-radius: 3px;
            background-color: transparent;
        }

            .p-footer_group:nth-child(5) input[type=email]::-webkit-input-placeholder {
                opacity: 0.45;
                color: #fff;
                font-size: 12px;
                font-style: italic;
            }

            .p-footer_group:nth-child(5) input[type=email]:-ms-input-placeholder {
                opacity: 0.45;
                color: #fff;
                font-size: 12px;
                font-style: italic;
            }

            .p-footer_group:nth-child(5) input[type=email]::placeholder {
                opacity: 0.45;
                color: #fff;
                font-size: 12px;
                font-style: italic;
            }

    .p-footer_group:not(:first-child),
    .p-footer_group:not(:last-child) {
        margin-right: 20px;
    }

    .p-footer_group:not(:first-child) {
        padding-top: 120px;
    }

    @media screen and (max-width: 960px) {
        .p-footer_group:not(:first-child) {
            padding-top: 30px;
        }
    }

    .p-footer_group .btn-follow {
        display: inline-block;
        margin-top: 12px;
        padding: 5px;
        border-radius: 3px;
        background-color: #fff;
        color: #ed8a32;
        font-size: 10px;
    }

    .p-gnav {
        display: flex;
        align-items: center;
    }

    .p-gnav_list {
        display: flex;
        height: 100%;
    }

    @media screen and (max-width: 960px) {
        .p-gnav_list {
            display: none;
        }
    }

    .p-gnav_list_item {
        height: 100%;
        margin-right: 30px;
        margin-right: 15px;
    }

    @media all and (min-width: 1441px) {
        .p-gnav_list_item {
            margin-right: 30px;
        }
    }

    .p-gnav_list_item.is-logo {
        width: 76px;
        padding: 20px 0;
    }

    .p-gnav_list_item a {
        display: inline-block;
        color: #787878;
    }

    .p-gnav_list_item.active a,
    .p-gnav_list_item:hover a {
        color: #003d78;
        font-family: averataExtraBold;
    }

    .p-gnav_list_item .sub-menu-container {
        display: none;
        position: absolute;
        z-index: 3;
        padding: 20px 0;
        border-top: 1px solid #007bff;
        background: #fff;
        box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
        word-break: break-word;
    }

        .p-gnav_list_item .sub-menu-container .menu-item > .menu-link :hover {
            color: #003d78;
        }

        .p-gnav_list_item .sub-menu-container .menu-item > .menu-link div {
            padding: 10px 20px;
            transition: all 0.2s ease-in-out;
            border: 0;
            color: #787878;
            font-family: averata;
        }

    .p-gnav_list .p-gnav_list_item > a {
        position: relative;
        height: 100%;
        padding: 42px 5px;
    }

    .p-gnav_list .p-gnav_list_item:has(ul) > a::after {
        content: '';
        position: absolute;
        bottom: 30px;
        left: 40px;
        width: 9px;
        height: 5px;
        background: url("../images/arrow_down_header.svg") no-repeat;
    }

    .p-gnav_list .p-gnav_list_item:hover {
        transition: all 0.5ms ease-in-out;
    }

        .p-gnav_list .p-gnav_list_item:hover .sub-menu-container {
            display: block;
        }

        .p-gnav_list .p-gnav_list_item:hover a::after {
            background: url("../images/arrow_down_header_active.svg") no-repeat;
        }

    .p-icons {
        display: flex;
        align-items: center;
    }

        .p-icons .item {
            display: inline-block;
            width: 16px;
            height: 15px;
            margin-right: 15px;
        }

            .p-icons .item span {
                display: block;
                width: 100%;
                height: 100%;
                background-image: url("../images/icons_header.svg");
                background-repeat: no-repeat;
                background-size: 100px auto;
            }

            .p-icons .item .account {
                background-position: 0 0;
            }

            .p-icons .item .telephone {
                background-position: -28px 0;
            }

            .p-icons .item .download {
                background-position: -57px 0;
            }

            .p-icons .item .nav-toggle {
                background-image: url("../images/icons/icon_menu_sp.svg");
                background-repeat: no-repeat;
                background-size: cover;
            }

        .p-icons .item-language {
            position: relative;
            top: 28px;
        }

            .p-icons .item-language .icon-language {
                display: block;
                width: 16px;
                height: 25px;
                background-image: url(../images/icons_header.svg);
                background-repeat: no-repeat;
                background-position: -85px 5px;
                background-size: 100px auto;
            }

            .p-icons .item-language .sub-menu-container {
                position: relative;
                z-index: -1;
                width: 120px;
                padding: 0 0;
                opacity: 0;
                background: #fff;
                box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
                color: #000;
                word-break: break-word;
            }

                .p-icons .item-language .sub-menu-container div {
                    padding: 0 5px;
                    color: #000;
                    font-size: 13px;
                }

                    .p-icons .item-language .sub-menu-container div:hover {
                        color: #003d78;
                    }

                .p-icons .item-language .sub-menu-container .menu-item {
                    padding: 5px 5px 2px;
                }

            .p-icons .item-language:hover {
                transition: all 0.5ms ease-in-out;
            }

                .p-icons .item-language:hover .sub-menu-container {
                    z-index: 3;
                    opacity: 1;
                }

                .p-icons .item-language:hover a::after {
                    background: url("../images/arrow_down_header_active.svg") no-repeat;
                }

    @media screen and (max-width: 960px) {
        .mobile-sp {
            position: fixed;
            z-index: 10000;
            top: 0;
            width: 100%;
            height: 100vh;
            overflow-y: auto;
            background: #fff;
            box-shadow: 0 0 6px #999;
        }

            .mobile-sp.off {
                display: none;
            }

        .mobile-sp_close {
            padding: 5px 0;
            text-align: right;
        }

            .mobile-sp_close img {
                width: 45px;
                cursor: pointer;
            }

        .mobile-sp .nav-flow.off {
            display: none;
        }

        .mobile-sp ul li {
            border-top: 1px #ccc solid;
            font-size: 14px;
            font-size: 0.875rem;
            line-height: 2.858;
        }

            .mobile-sp ul li ul {
                border: none;
                border-top: 1px #ccc solid;
                background: #eee;
            }

                .mobile-sp ul li ul li {
                    padding-left: 30px;
                }

                    .mobile-sp ul li ul li a {
                        padding-left: 10px;
                    }

            .mobile-sp ul li a {
                display: block;
                padding: 10px 0 10px 15px;
                background: url(../images/icons/icon_menu_arrow_orange_sp.png) 97% 50% no-repeat;
                background-size: 13px 13px;
                color: #000 !important;
                text-transform: uppercase;
            }

                .mobile-sp ul li a:hover {
                    color: orange !important;
                }

            .mobile-sp ul li p {
                line-height: 1.8;
            }

            .mobile-sp ul li p,
            .mobile-sp ul li span {
                color: #000 !important;
                font-weight: 700;
                line-height: 20px;
            }
    }

    @media screen and (max-width: 960px) and (max-width: 768px) {
        .mobile-sp ul li p,
        .mobile-sp ul li span {
            text-align: left !important;
        }
    }

    @media screen and (max-width: 960px) {
        .mobile-sp ul li span {
            display: block;
            padding: 10px 0 10px 15px;
            background: url(../images/icons/icon_menu_plus_white_sp.png) 97% 50% no-repeat;
            background-size: 15px 15px;
        }

            .mobile-sp ul li span .off {
                display: block;
                background: url(../images/icons/icon_menu_minus_glay_sp.png) 97% 50% no-repeat;
                background-size: 15px 15px;
            }

        .mobile-sp ul li p.open span {
            background: url(../images/icons/icon-minus.png) 97% 50% no-repeat;
            background-size: 13px 13px;
        }

        .mobile-sp ul li .changeLang {
            padding-top: 25px;
        }

            .mobile-sp ul li .changeLang ul {
                display: flex;
                -moz-align-items: center;
                -ms-align-items: center;
                align-items: center;
                -moz-justify-content: center;
                -ms-justify-content: center;
                justify-content: center;
                border-top: none;
                background: 0 0;
                -ms-flex-pack: center;
            }

                .mobile-sp ul li .changeLang ul li {
                    padding-left: 0;
                    border-top: none;
                    line-height: 1;
                }

                    .mobile-sp ul li .changeLang ul li.lang-item-vi img {
                        max-width: 17px;
                    }

                    .mobile-sp ul li .changeLang ul li a {
                        padding-bottom: 0;
                        background: 0 0;
                    }

                        .mobile-sp ul li .changeLang ul li a img {
                            max-width: 16px;
                        }
    }

    @media screen and (min-width: 961px) {
        .only-sp {
            display: none !important;
        }
    }

    .p-section {
        display: inline-block;
        min-width: 100%;
        margin: 10px 0;
        background-color: #beb;
    }

    .p-section_title {
        font-size: 24px;
        font-weight: bold;
    }

    @media screen and (max-width: 960px) {
        .p-section_title {
            font-size: 20px;
        }
    }

    .p-introduce {
        margin-top: 185px;
        padding: 100px 0 30px;
        background-color: #fff;
    }

    @media all and (min-width: 769px) and (max-width: 1220px) {
        .p-introduce {
            margin-top: 150px;
        }
    }

    @media screen and (max-width: 960px) {
        .p-introduce {
            margin-top: 130px;
        }
    }

    .p-introduce_slogan {
        position: absolute;
        top: 100px;
        width: 52.7%;
    }

    @media screen and (max-width: 960px) {
        .p-introduce_slogan {
            left: 23.6%;
        }
    }

    .p-introduce .c-pageHeading_title {
        color: #053d58;
        font-family: averataExtraBold;
        font-size: 35px;
    }

    .p-introduce_item {
        display: flex;
        justify-content: space-between;
        margin-bottom: 80px;
    }

    @media screen and (max-width: 960px) {
        .p-introduce_item {
            flex-direction: column;
        }
    }

    .p-introduce_item .p-introduce_img {
        min-width: 56.6%;
        text-align: right;
    }

    .p-introduce_item_content {
        padding-left: 10px;
    }

    @media screen and (min-width: 961px) {
        .p-introduce_item_content {
            width: 49.5%;
            margin-top: 70px;
        }
    }

    @media all and (max-width: 620px) {
        .p-introduce_item_content {
            margin-top: 20px;
        }
    }

    .p-introduce_item_content_title {
        position: relative;
        color: #053d58;
        font-family: averataExtraBold;
        font-size: 35px;
    }

    @media all and (max-width: 620px) {
        .p-introduce_item_content_title {
            font-size: 20px;
        }
    }

    .p-introduce_item_content_title::before {
        content: '';
        display: inline-block;
        width: 34px;
        height: 15px;
        margin-right: 10px;
        background: url("../images/shape.svg") no-repeat;
    }

    .p-introduce_item_content_paragraph {
        max-width: 450px;
        margin-top: 10px;
        padding-left: 45px;
        color: #787878;
        text-align: justify;
        word-break: break-word;
    }

    .p-introduce_item_img {
        position: relative;
    }

    @media screen and (min-width: 961px) {
        .p-introduce_item_img {
            width: 47%;
        }
    }

    @media screen and (max-width: 960px) {
        .p-introduce_item_img {
            margin-top: 50px;
            text-align: center;
        }
    }

    .p-introduce_item_img .bg {
        position: absolute;
        top: -50px;
        left: 0;
        width: 100%;
        height: calc(100% + 100px);
    }

    .p-introduce_item_img .img-wrapper {
        position: relative;
        z-index: 2;
    }

    .p-introduce_item_img.shape1 .bg {
        background: url("../images/shape-2.svg"), transparent 50%/cover no-repeat;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 640px;
    }

    @media all and (min-width: 769px) and (max-width: 1220px) {
        .p-introduce_item_img.shape1 .bg {
            background-size: 585px;
        }
    }

    @media all and (min-width: 656px) and (max-width: 769px) {
        .p-introduce_item_img.shape1 .bg {
            background-size: 83vw;
        }
    }

    @media all and (min-width: 401px) and (max-width: 655px) {
        .p-introduce_item_img.shape1 .bg {
            background-size: 96vw;
        }
    }

    @media all and (min-width: 320px) and (max-width: 400px) {
        .p-introduce_item_img.shape1 .bg {
            background-size: 400px;
        }
    }

    @media all and (max-width: 319px) {
        .p-introduce_item_img.shape1 .bg {
            display: none;
        }
    }

    .p-introduce_item_img.shape2 .bg {
        top: -70px;
        background-size: 585px;
    }

    @media screen and (max-width: 960px) {
        .p-introduce_item_img.shape2 {
            order: 2;
        }
    }

    .p-introduce_item_img.shape2 .bg {
        top: -55px;
        background: url("../images/shape-3.svg"), transparent 50%/cover no-repeat;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 589px;
    }

    @media all and (min-width: 769px) and (max-width: 1220px) {
        .p-introduce_item_img.shape2 .bg {
            background-size: 585px;
        }
    }

    @media all and (min-width: 459px) and (max-width: 769px) {
        .p-introduce_item_img.shape2 .bg {
            background-size: 70vw;
        }
    }

    @media all and (min-width: 401px) and (max-width: 458px) {
        .p-introduce_item_img.shape2 .bg {
            background-size: 110vw;
        }
    }

    @media all and (min-width: 320px) and (max-width: 400px) {
        .p-introduce_item_img.shape2 .bg {
            background-size: 455px;
        }
    }

    @media all and (max-width: 319px) {
        .p-introduce_item_img.shape2 .bg {
            display: none;
        }
    }

    .p-introduce_item_img.shape2 .img-wrapper {
        min-height: 300px;
    }

    @media screen and (min-width: 961px) {
        .p-introduce_item_img iframe {
            min-width: 593px;
            max-width: 593px;
            height: 333px;
        }
    }

    @media screen and (max-width: 960px) {
        .p-introduce_item_img iframe {
            width: 100%;
            height: 100%;
            min-height: 280px;
        }
    }

    .p-mainVisual {
        position: relative;
        width: 100%;
        min-width: 1000px;
        min-height: 400px;
        overflow: hidden;
    }

    @media screen and (max-width: 960px) {
        .p-mainVisual {
            min-width: auto;
            min-height: auto;
            max-height: 600px;
        }
    }

    @media screen and (max-width: 999px) {
        .p-mainVisual {
            min-width: unset;
        }
    }

    .p-mainVisual::before {
        content: "";
        display: block;
        padding-top: 56.25%;
    }

    @media screen and (max-width: 960px) {
        .p-mainVisual::before {
            padding-top: 56.25%;
        }
    }

    .p-mainVisual_bg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        align-items: center;
        width: 100%;
        min-height: 808px;
    }

        .p-mainVisual_bg > img {
            width: 100%;
        }

    .p-mainVisual_content {
        display: flex;
        position: absolute;
        top: 100px;
        left: calc(50% + 70px);
        flex-direction: column;
        justify-content: center;
        width: 100%;
        max-width: 1290px;
        word-break: break-word;
    }

    @media screen and (max-width: 960px) {
        .p-mainVisual_content {
            top: 20px;
            left: calc(50% + 10px);
            min-width: auto;
            padding-right: 3.5%;
            padding-left: 3.5%;
            font-size: 6vw;
        }
    }

    .p-mainVisual_content_title {
        z-index: 3;
        max-width: 387px;
        color: #fff;
        font-size: 20px;
    }

    @media screen and (max-width: 960px) {
        .p-mainVisual_content_title {
            width: 50%;
            max-width: unset;
            padding: 0 20px 0 0;
            font-size: 2vw;
        }
    }

    .p-mainVisual_content_title span {
        font-weight: bold;
    }

    @media screen and (max-width: 960px) {
        .p-mainVisual_content_title span {
            display: block;
        }
    }

    .p-mainVisual_content_link {
        margin-top: 30px;
    }

    @media screen and (max-width: 960px) {
        .p-mainVisual_content_link {
            display: flex;
            margin-top: 5px;
        }
    }

    .p-mainVisual_content_link a {
        padding: 10px 12px;
        background-color: #003d78;
        color: #fff;
        font-family: averata;
        font-size: 20px;
        font-weight: bold;
    }

    @media screen and (max-width: 960px) {
        .p-mainVisual_content_link a {
            padding: 5px 10px;
            font-size: 2vw;
        }
    }

    .p-mainVisual.is-fixContent .p-mainVisual_bg {
        left: 50%;
        max-width: 1290px;
        transform: translateX(-50%);
    }

    .p-mainSection {
        padding-bottom: 30px;
    }

    .p-feature {
        position: relative;
    }

        .p-feature::before {
            content: '';
            position: absolute;
            top: 105px;
            width: 885px;
            height: 600px;
            background: url("../images/shape-4.svg") no-repeat;
        }

    @media all and (max-width: 1000px) {
        .p-feature::before {
            display: none;
        }
    }

    .p-feature_inner {
        display: flex;
        position: relative;
        min-height: 561px;
        padding: 60px 100px;
        overflow: hidden;
        border-radius: 40px 0 0 40px;
        background-color: #003e75;
        color: #fff;
    }

    @media only screen and (min-width: 1441px) {
        .p-feature_inner {
            margin-left: calc((100% - 1200px) / 2);
        }
    }

    @media (max-width: 1440px) and (min-width: 1220px) {
        .p-feature_inner {
            margin-left: calc((100% - 1125px) / 2);
        }
    }

    @media screen and (max-width: 960px) {
        .p-feature_inner {
            padding: 60px 50px;
        }
    }

    .p-feature_inner_content {
        width: 60%;
    }

    @media screen and (max-width: 960px) {
        .p-feature_inner_content {
            width: 100%;
        }
    }

    .p-feature_inner_content h2 {
        position: relative;
        max-width: 630px;
        font-family: averataExtraBold;
        font-size: 35px;
        word-break: break-word;
    }

    @media screen and (max-width: 960px) {
        .p-feature_inner_content h2 {
            font-size: 4vw;
        }
    }

    .p-feature_inner_content h2 span {
        color: #fcd045;
    }

    .p-feature_inner_content h2::before {
        content: '';
        position: absolute;
        top: 20px;
        left: -35px;
        width: 23px;
        height: 11px;
        background: url("../images/icon_horizontal.svg");
    }

    .p-feature_inner_content ul {
        display: flex;
        position: relative;
        flex-wrap: wrap;
        margin-top: 60px;
        margin-left: 35px;
    }

        .p-feature_inner_content ul::before {
            content: '';
            position: absolute;
            top: -83px;
            left: -115px;
            width: 280px;
            height: 140px;
            background: url("../images/icon_plane_l.svg") no-repeat;
        }

        .p-feature_inner_content ul li.item {
            position: relative;
            width: 50%;
            margin-bottom: 50px;
            word-break: break-word;
        }

    @media screen and (max-width: 960px) {
        .p-feature_inner_content ul li.item {
            width: 100%;
        }
    }

    .p-feature_inner_content ul li.item::before {
        content: '';
        position: absolute;
        top: -5px;
        left: -50px;
        width: 35px;
        height: 35px;
        background: url("../images/icon_plane_l.svg") no-repeat;
    }

    .p-feature_inner_content ul li.item.item-news::before {
        background: url("../images/icons/icon01-news.svg") no-repeat;
    }

    .p-feature_inner_content ul li.item.item-powerpoint::before {
        background: url("../images/icons/icons02-powerpoint.svg") no-repeat;
    }

    .p-feature_inner_content ul li.item.item-map::before {
        background: url("../images/icons/icon03-map.svg") no-repeat;
    }

    .p-feature_inner_content ul li.item.item-person::before {
        background: url("../images/icons/icon04-person.svg") no-repeat;
    }

    .p-feature_inner_content ul li.item.item-function::before {
        top: 10px;
        width: 40px;
        height: 30px;
        background: url("../images/icons/icon05-person.svg") no-repeat;
    }

    .p-feature_inner_content ul li.item.item-international::before {
        top: 10px;
        background: url("../images/icons/icon06-global.svg") no-repeat;
    }

    .p-feature_inner_content ul li.item.item-minigame::before {
        top: 0;
        width: 40px;
        height: 27px;
        background: url("../images/icons/icon07-pet.svg") no-repeat;
    }

    .p-feature_inner_image {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 40%;
    }

        .p-feature_inner_image::before {
            content: '';
            position: absolute;
            top: -14px;
            right: 10px;
            right: -100px;
            width: 398px;
            height: 196px;
            background: url("../images/icon_plane_r.svg") no-repeat;
        }

    @media screen and (max-width: 960px) {
        .p-feature_inner_image::before {
            right: 0;
        }
    }

    .p-lesson {
        display: flex;
        margin-top: 100px;
        padding-left: 10vw;
    }

    @media screen and (max-width: 960px) {
        .p-lesson {
            flex-direction: column;
            align-items: center;
        }
    }

    .p-lesson_heading {
        display: flex;
        position: relative;
        align-items: flex-end;
        max-width: 345px;
        margin-bottom: 65px;
        margin-left: -4vw;
        color: #053d58;
        font-family: averataExtraBold;
        font-size: 35px;
    }

    @media screen and (max-width: 960px) {
        .p-lesson_heading {
            font-size: 20px;
        }
    }

    .p-lesson_heading span {
        position: relative;
        color: #f58800;
    }

    @media screen and (max-width: 960px) {
        .p-lesson_heading span {
            display: unset !important;
        }
    }

    .p-lesson_heading span::after {
        content: '';
        position: absolute;
        right: -55px;
        bottom: 15px;
        width: 47px;
        height: 15px;
        background: url("../images/icon-heading.svg") no-repeat;
    }

    @media screen and (max-width: 960px) {
        .p-lesson_heading span::after {
            bottom: 10px;
        }
    }

    .p-lesson_heading h2 {
        word-break: break-word;
    }

    .p-slides {
        position: relative;
    }

        .p-slides::after {
            content: '';
            position: absolute;
            top: 50px;
            right: 0;
            width: 467px;
            height: 350px;
            background: url("../images/shape-slides.svg") no-repeat;
            background-position: right;
        }

    .p-slides_inner {
        width: calc(100% - 200px);
        padding-top: 110px;
        transition: all 100ms ease-in;
        text-align: center;
    }

    @media screen and (max-width: 480px) {
        .p-slides_inner {
            width: 100%;
        }
    }

    .p-slides .slick-list {
        height: 264px;
    }

        .p-slides .slick-list img {
            height: 100%;
            min-height: 214px;
            max-height: 214px;
            object-fit: cover;
        }

    .p-slides_inner h2 {
        color: #fff;
        font-family: sans-serif;
    }

    .p-slides_inner .carousel {
        z-index: 1;
        margin: 0 auto;
        padding-bottom: 48px;
    }

    .p-slides_inner .slick-slide {
        margin: 10px;
        transform: scale(1);
        transform-origin: bottom;
        transition: all 100ms ease-in;
    }

        .p-slides_inner .slick-slide img {
            width: 100%;
            border: 5px solid #003e75;
        }

    .p-slides_inner .slick-dots {
        bottom: -25px;
        padding-left: 20vw;
    }

    @media screen and (max-width: 960px) {
        .p-slides_inner .slick-dots {
            padding-left: unset;
        }
    }

    .p-slides_inner .slick-dots li button::before {
        font-size: 20px;
    }

    .p-slides_inner .slick-next::before {
        content: url("../images/arrow-right.svg") !important;
        position: absolute;
        top: -20px;
        right: 8px;
        color: #ed8a32 !important;
    }

    .p-slides_inner .carousel .slick-next {
        top: 130px;
        right: -100px;
        width: 100px;
        color: #ed8a32 !important;
        font-size: 18px;
    }

    .p-slides_inner .slick-dots li button {
        overflow: hidden;
        background: url("../images/arrow-right.svg");
        text-indent: -9999px;
    }

    .p-slides_inner .slick-dots img.active {
        display: none;
    }

    .p-slides_inner .slick-active img.no-active {
        display: none;
    }

    .p-slides_inner .slick-active img.active {
        display: block;
        position: absolute;
    }

    .p-slides_inner .slick-slide:hover {
        margin-right: 19px;
        margin-left: 19px;
        transform: scale(1.1);
        transition: all 100ms ease-in;
    }

    .p-company {
        padding-top: 100px;
        padding-bottom: 100px;
    }

        .p-company.overview-product {
            padding-top: 0;
            padding-bottom: 70px;
        }

        .p-company h2 {
            color: #053d58;
            font-family: averataExtraBold;
            font-size: 40px;
            text-align: center;
            word-break: break-word;
        }

    @media screen and (max-width: 960px) {
        .p-company h2 {
            font-size: 30px;
        }
    }

    .p-company h2 span {
        color: #f58800;
    }

    .p-company .img-wrapper {
        margin-top: 55px;
        text-align: center;
    }

    .p-company_logos {
        padding-top: 80px;
    }

        .p-company_logos .slick-slide {
            margin-right: 35px;
            margin-left: 35px;
        }

        .p-company_logos .slick-dots img.active {
            display: none;
        }

        .p-company_logos .slick-active img.no-active {
            display: none;
        }

        .p-company_logos .slick-active img.active {
            display: block;
            position: absolute;
        }

        .p-company_logos .slick-slide:hover img {
            transform: scale(1.2);
        }

    .p-packages {
        position: relative;
        padding: 40px 0;
        background-color: #f58800;
    }

        /*.p-packages::before {
        content: '';
        position: absolute;
        z-index: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url("../images/avina_bg.svg");
        background-repeat: no-repeat;
        background-size: cover;
    }*/

        .p-packages h2 {
            position: relative;
            z-index: 1;
            margin-bottom: 25px;
            color: #fff;
            font-family: averataExtraBold;
            font-size: 40px;
            text-align: center;
        }

    .p-packages_list {
        display: flex;
        position: relative;
        z-index: 1;
        align-items: flex-end;
        justify-content: center;
        transition: all 0.3s ease-in-out;
    }

    @media screen and (min-width: 961px) {
        .p-packages_list {
            height: 130px;
        }
    }

    @media screen and (max-width: 960px) {
        .p-packages_list {
            flex-direction: column;
            align-items: center;
        }
    }

    .p-packages_list_item {
        max-width: 229px;
        transition: all 0.3s ease-in-out;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.66);
        text-align: center;
    }

    @media screen and (min-width: 961px) {
        .p-packages_list_item {
            margin: 0 10px;
        }
    }

    @media screen and (max-width: 960px) {
        .p-packages_list_item {
            margin-bottom: 20px;
        }
    }

    @media screen and (min-width: 961px) {
        .p-packages_list_item:hover {
            margin: 0 10px;
        }
    }

    .p-packages_list_item a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 25px;
        transform-origin: bottom;
        transition: transform 0.2s;
        color: #787878;
    }

        .p-packages_list_item a:hover {
            padding-right: 10px;
            padding-left: 10px;
            transform: scale(1.1);
            border-radius: 20px;
            background-color: #fff;
            color: #003d78;
        }

            .p-packages_list_item a:hover .price {
                font-size: 32px;
            }

    .p-packages_list_item .title {
        font-family: Averta;
    }

    .p-packages_list_item .price {
        font-family: averataExtraBold;
        font-size: 35px;
        font-weight: 800;
    }

    .p-packages_btn {
        position: relative;
        z-index: 1;
        margin-top: 40px;
        font-family: averataExtraBold;
        text-align: center;
    }

        .p-packages_btn a {
            display: inline-block;
            min-width: 148px;
            padding: 11px 32px;
            border-radius: 6px;
            color: #fff;
        }

            .p-packages_btn a.buy {
                margin-right: 10px;
                background-color: #003d78;
            }

            .p-packages_btn a.trial {
                border: 1px solid #fff;
            }

            .p-packages_btn a.pro {
                margin-right: 20px;
                background-color: #fff;
                color: #003d78;
                text-transform: uppercase;
            }

            .p-packages_btn a.uppercase {
                text-transform: uppercase;
            }

    .p-packages p.description {
        padding: 20px 0;
        color: #fff;
        font-family: averata;
        font-size: 18px;
        font-style: italic;
        text-align: center;
    }

    .slick-dots .slick-active img.no-active {
        display: none;
    }

    .slick-dots .slick-active img.active {
        display: block;
        position: absolute;
    }

    .slick-dots img.active {
        display: none;
    }

    .p-banner {
        display: flex;
        position: relative;
        align-items: flex-end;
        min-height: 529px;
        background-color: #f58800;
    }

        .p-banner.about::after {
            content: '';
            position: absolute;
            z-index: 1;
            bottom: 135px;
            left: -148px;
            width: 549px;
            height: 170px;
            transform: rotate(39.414deg);
            background-image: url("../images/about/mask-banner.png");
            background-repeat: no-repeat;
        }

        .p-banner.overview-product {
            padding-bottom: 50px;
            background-color: white;
            background-image: url("../images/overview-product/bg-product.jpg");
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100%;
            color: #003d78;
            min-height: 780px;
        }

@media (max-width: 1700px) and (min-width: 1441px) {
    
    .p-banner_wrapper_content .p-description {
        font-size: 18px !important;
    }
    .p-topBanner_content_buttons a {
        margin-bottom: 64px !important;
    }
}

@media (max-width: 1440px) and (min-width: 1401px) {
    .p-banner.overview-product {
        min-height: 760px;
    }
    .p-banner_wrapper_content .p-description {
        font-size: 16px !important;
    }

    .p-topBanner_content_buttons a {
        margin-bottom: 116px !important;
    }
}

@media (max-width: 1400px) and (min-width: 1201px) {
    .p-banner.overview-product {
        min-height: 680px;
    }

    .p-banner_wrapper_content .p-description {
        font-size: 14px !important;
    }

    .p-topBanner_content_buttons a {
        margin-bottom: 80px !important;
    }
}
@media screen and (max-width: 1200px) {
    .p-banner.overview-product {
        background-size: cover;
    }
}

@media screen and (max-width: 960px) {
    .p-banner.overview-product {
        padding: 50px;
    }
}

    /*.p-banner.overview-product::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
    height: 519px;
    background-image: url("../images/overview-product/shape-banner.svg");
    background-repeat: no-repeat;
}*/

    .p-banner.overview-block {
        padding-bottom: 50px;
        background-color: #003e75;
        color: #fff;
    }

        .p-banner.overview-block .p-banner_wrapper_img {
            margin-top: 130px;
            margin-left: 70px;
        }

    @media screen and (min-width: 961px) {
        .p-banner {
            min-height: 529px;
        }
    }

    .p-banner_wrapper {
        display: flex;
        bottom: 0;
        width: 100%;
    }

    @media screen and (max-width: 960px) {
        .p-banner_wrapper {
            flex-direction: column;
        }
    }

    .p-banner_wrapper_img {
        z-index: 2;
        width: 57%;
        max-width: 820px;
    }

    @media screen and (max-width: 960px) {
        .p-banner_wrapper_img {
            order: 2;
            margin-top: 40px;
        }
    }

    .p-banner_wrapper_content {
        color: #fff;
        /*font-family: averata;*/
        font-family: 'Inter', sans-serif;
    }

        .p-banner_wrapper_content .p-title {
            margin-bottom: 30px;
            font-size: 35px;
            text-transform: uppercase;
            word-break: break-word;
        }

        .p-banner_wrapper_content span {
            font-weight: bold;
        }

        .p-banner_wrapper_content .p-description {
            font-size: 20px;
            color: #061C3D;
            word-break: break-word;
        }

            .p-banner_wrapper_content .p-description strong {
                font-weight: 600;
            }

    @media screen and (min-width: 961px) {
        .p-banner_wrapper_content .p-description {
            max-width: 630px;
        }
    }

    @media screen and (max-width: 960px) {
        .p-banner_wrapper_content .p-description {
            font-size: 14px;
        }
    }

    .p-about {
        overflow: hidden;
    }

        .p-about .p-statistical {
            display: flex;
            justify-content: center;
            max-width: 880px;
            margin: 0 auto;
            padding: 60px 0;
        }

    @media screen and (max-width: 960px) {
        .p-about .p-statistical {
            flex-wrap: wrap;
        }
    }

    .p-about .p-statistical_item {
        display: flex;
        align-items: center;
    }

        .p-about .p-statistical_item:first-child,
        .p-about .p-statistical_item:nth-child(2) {
            width: 25%;
        }

        .p-about .p-statistical_item:nth-child(3) {
            width: 30%;
        }

    @media screen and (max-width: 960px) {
        .p-about .p-statistical_item {
            width: 50% !important;
        }
    }

    .p-about .p-statistical_item_icon {
        margin-right: 15px;
    }

    .p-about .p-statistical_item_content {
        color: #787878;
        font-family: averataExtraBold;
        font-size: 18px;
        line-height: 1.2;
    }

        .p-about .p-statistical_item_content .p-number {
            font-size: 35px;
        }

    .p-about .p-introduce {
        margin-top: 0;
        padding: 0 30px;
        background-color: #f4f4f4;
    }

    .p-about .l-topSection {
        background-color: #f4f4f4;
    }

    .p-about .c-pageHeading {
        padding-top: 50px;
        color: #053d58;
        font-family: averataExtraBold;
        font-size: 40px;
        text-align: center;
        text-transform: uppercase;
        word-break: break-word;
    }

        .p-about .c-pageHeading span {
            color: #f58800;
        }

    .p-about .p-introduce_item_content_paragraph {
        padding-left: 0;
    }

    @media screen and (max-width: 960px) {
        .p-about .p-introduce_item_content_paragraph {
            max-width: unset;
        }
    }

    .p-about .p-introduce_item_content_paragraph--full {
        color: #787878;
        word-break: break-word;
    }

    .p-about .p-introduce_item_content_title::before {
        width: 0;
        margin-right: 0;
        background: unset;
    }

    .p-about .p-introduce_item_content_title::after {
        content: '';
        display: inline-block;
        width: 34px;
        height: 15px;
        margin-left: 10px;
        background: url("../images/shape.svg") no-repeat;
    }

    .p-about .p-introduce_item .shape2 {
        margin-top: -170px;
    }

    @media screen and (max-width: 960px) {
        .p-about .p-introduce_item .shape2 {
            margin-top: 50px;
        }
    }

    .p-about .p-introduce_item--full .img-wrapper {
        margin-top: 50px;
    }

    .p-about .p-story {
        position: relative;
        padding-bottom: 75px;
        overflow: hidden;
    }

        .p-about .p-story .shape1::before {
            content: '';
            position: absolute;
            z-index: 1;
            top: 35px;
            right: -380px;
            width: 676px;
            height: 500px;
            background: url(../images/about/shape-1.png) no-repeat;
        }

    @media screen and (max-width: 960px) {
        .p-about .p-story .shape1::before {
            display: none;
        }
    }

    @media screen and (max-width: 960px) {
        .p-about .p-story .shape3 {
            margin-top: 140px;
        }
    }

    .p-about .p-story .shape3::before {
        content: '';
        position: absolute;
        z-index: -1;
        bottom: -60px;
        left: -330px;
        width: 564px;
        height: 518px;
        transform: rotate(20.096deg);
        background: url(../images/about/shape-2.png) no-repeat;
    }

    .p-about .img-wrapper {
        position: relative;
        z-index: 2;
    }

    .p-about .p-company {
        text-transform: uppercase;
    }

        .p-about .p-company span {
            display: block;
        }

    .p-about .p-timeline {
        padding: 75px 0;
        text-align: center;
    }

        .p-about .p-timeline h2 {
            display: inline-block;
            position: relative;
            margin-bottom: 65px;
            color: #ed8a32;
            font-family: averataExtraBold;
            font-size: 40px;
            text-transform: uppercase;
        }

            .p-about .p-timeline h2::after {
                content: '';
                position: absolute;
                top: 60px;
                left: calc(50% - 17px);
                width: 34px;
                height: 15px;
                background: url(../images/shape.svg) no-repeat;
            }

            .p-about .p-timeline h2 span {
                color: #053d58;
            }

    .p-team {
        position: relative;
        min-height: 489px;
        background-color: #003e75;
        color: #fff;
    }

        /*.p-team::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 430px;
        height: 270px;
        background: url("../images/about/shape-team-r.svg") no-repeat;
    }*/

        /*.p-team::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 488px;
        height: 361px;
        background: url("../images/about/shape-team-l.svg") no-repeat;
    }*/

        .p-team .l-topContent {
            display: flex;
            align-items: baseline;
        }

    .p-team_info {
        padding: 75px 30px;
    }

        .p-team_info h2 {
            max-width: 550px;
            margin-bottom: 30px;
            font-family: 'Inter', sans-serif;
            font-size: 80px;
            font-style: normal;
            font-weight: 800;
            line-height: 44px;
            text-transform: none;
            word-break: break-word;
        }

        .p-team_info .p-position {
            position: relative;
            margin-bottom: 20px;
            margin-left: 35px;
            font-family: averataExtraBold;
            font-size: 18px;
            word-break: break-word;
        }

            .p-team_info .p-position::after {
                content: '';
                position: absolute;
                top: 10px;
                left: -35px;
                width: 23px;
                height: 11px;
                background: url(../images/icon_horizontal.svg);
            }

        .p-team_info .p-desc {
            margin-left: 35px;
        }

            .p-team_info .p-desc p:first-child {
                margin-bottom: 20px;
            }

    .p-team.overview-product {
        min-height: unset;
        padding-top: 12px;
        /*background-color: #ed8a32;*/
        background: url(../images/overview-product/bg-lesson.png) no-repeat;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-color: white;
    }

        .p-team.overview-product .img-wrapper {
            display: flex;
        }

@media (max-width: 1340px) {
    .p-team.overview-product {
        margin-top: -60px ;
    }

}
@media (max-width: 961px) {
    .p-team.overview-product {
        margin-top: -90px;
    }
}

/*.p-team.overview-product::before {
        width: 488px;
        width: 488px;
        height: 304px;
        background: url("../images/overview-product/banner-shape-1.svg") no-repeat;
    }*/
/*.p-team.overview-product::after {
    width: 343px;
    height: 215px;
    background: url("../images/overview-product/banner-shape-2.svg") no-repeat;
}*/
.p-team.overview-product .l-topContent {
    align-items: unset;
}

    .p-team .p-title {
        line-height: 40px;
    }

        .p-team .p-title span {
            display: inline-block;
            font-size: 34px;
        }

        .p-team .p-title p {
            display: inline-block;
            font-size: 20px;
            font-family: averataExtraBold;
        }

    .p-team .p-btn a {
        padding: 7px 20px;
        /*border: 2px solid #fff;*/
        border-radius: 10px;
        color: #fff;
        background: #013E75;
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        font-weight: 800;
        text-align: center;
    }

    @media screen and (max-width: 960px) {
        .p-team.overview-product::before {
            display: none;
        }

        .p-team_info h2 {
            font-size: 36px;
        }

        .p-team .p-title span {
            font-size: 24px;
        }

        .p-team .p-title p {
            font-size: 16px;
        }

        .p-team .p-btn a {
            font-size: 12px;
        }
    }

@media (max-width: 750px) {
    .p-team_info h2 {
        margin-bottom: 1px;
    }

    .p-team_info {
        padding: 10px 24px;
    }

    .p-team .p-title {
        line-height: 30px;
    }
}

@media (max-width: 550px) {
    .p-team .p-title {
        line-height: 15px;
    }

    p-team_info h2 {
        font-size: 28px;
    }

    .p-team .p-title span {
        font-size: 16px;
    }

    .p-team .p-title p {
        font-size: 12px;
    }
}


    .p-package01 {
        overflow: hidden;
    }

        .p-package01 .p-packages {
            padding: 100px 0;
            background-color: #003e75;
        }

            .p-package01 .p-packages::before {
                top: 950px;
                width: 1034px;
                height: 702px;
                background-image: url(../images/packages/shape-package-l.svg);
                background-size: contain;
            }

    @media screen and (max-width: 960px) {
        .p-package01 .p-packages::before {
            display: none;
        }
    }

    .p-package01 .p-packages::after {
        content: '';
        position: absolute;
        top: 75px;
        right: -70px;
        width: 30%;
        height: 702px;
        background-image: url(../images/packages/shape-package-r.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .p-package01 .p-packages .p-packages_list_item a:hover {
        background-color: #ed8a32;
        color: #fff;
    }

    .p-package01 .p-packages .p-packages_btn .buy {
        background-color: #ed8a32;
    }

    .p-package01 .p-packages h3 {
        width: 47%;
        margin: 0 auto 50px;
        color: #fff;
        font-family: averataExtraBold;
        font-size: 30px;
        text-align: center;
        word-break: break-word;
    }

    @media screen and (max-width: 960px) {
        .p-package01 .p-packages h3 {
            width: 80%;
        }
    }

    .p-package01 .p-packages h2 {
        word-break: break-word;
    }

    .p-package01 table {
        max-width: 65%;
        margin: 75px auto 0;
        border-collapse: collapse;
        color: #fff;
    }

    @media screen and (max-width: 960px) {
        .p-package01 table {
            width: 90%;
            max-width: unset;
        }
    }

    .p-package01 table,
    .p-package01 td,
    .p-package01 th {
        border: 2px solid #fff;
        word-break: break-word;
    }

    .p-package01 table {
        margin-bottom: 85px;
    }

    .p-package01 th {
        width: 33%;
        padding: 30px 20px 30px 30px;
        border-bottom-color: #003e75;
        background-color: #fff;
        color: #ed8a32;
        font-family: averataExtraBold;
        font-size: 20px;
        text-align: left;
    }

    .p-package01 td {
        padding: 20px 40px 20px 48px;
    }

    .p-package01 tr:last-child th {
        border-bottom-color: #fff;
    }

    .p-package01 form {
        max-width: 58%;
        margin: 0 auto;
        text-align: center;
    }

    @media screen and (max-width: 960px) {
        .p-package01 form {
            width: 85%;
            max-width: unset;
        }
    }

    .p-package01 form input {
        display: inline-block;
        width: 100%;
        margin-bottom: 17px;
        padding: 29px 20px;
        border-radius: 10px;
        background: #fff;
    }

    .p-package01 form button {
        flex-shrink: 0;
        width: 240px;
        height: 55px;
        margin-top: 17px;
        border-radius: 10px;
        background: #f58800;
        color: #fff;
        font-family: averata;
        font-size: 25px;
        font-weight: 800;
        text-align: center;
        text-transform: uppercase;
    }

        .p-package01 form button:hover {
            opacity: 0.8;
        }

    .l-footer--white .p-footer {
        background-color: #fff;
        color: #003d78;
    }

        .l-footer--white .p-footer a {
            color: #003d78;
        }

    .l-footer--white .p-footer_group ul > li > a {
        color: #003d78 !important;
    }

    .l-footer--white .p-footer_group:nth-child(5) input[type=email] {
        border-color: #003d78;
    }

        .l-footer--white .p-footer_group:nth-child(5) input[type=email]::-webkit-input-placeholder {
            color: #003d78;
        }

        .l-footer--white .p-footer_group:nth-child(5) input[type=email]:-ms-input-placeholder {
            color: #003d78;
        }

        .l-footer--white .p-footer_group:nth-child(5) input[type=email]::placeholder {
            color: #003d78;
        }

    .l-footer--white .btn-follow {
        padding: 5px 10px;
        background-color: #003d78;
        color: #fff !important;
    }

    .overview-product .p-description {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .overview-product .p-banner_wrapper_content {
        margin-right: 100px;
        color: #003d78;
    }

    @media screen and (max-width: 960px) {
        .overview-product .p-banner_wrapper_content {
            margin-right: unset;
        }
    }

    .p-overview-product .slick-next {
        right: 0;
    }

    @media screen and (max-width: 1450px) {
        .p-overview-product .l-topContent.overview-product {
            width: unset;
            min-width: unset;
            max-width: unset;
        }
    }

    .p-overview-product .p-introduce {
        margin-top: 0;
    }

    .p-overview-product .p-introduce_item_content_title {
        padding-left: 45px;
        color: #003d78;
        word-break: break-word;
    }

        .p-overview-product .p-introduce_item_content_title::before {
            content: '';
            position: absolute;
            top: 22px;
            left: 0;
            background: url(../images/shape.svg) no-repeat;
            background: url("../images/overview-product/icon-blue.svg") no-repeat;
        }

    .p-overview-product .p-introduce_item_content_paragraph {
        color: #003d78;
        word-break: break-word;
    }

    .p-overview-product .p-introduce_item_content .p-introduce_item_content_paragraph {
        margin-bottom: 60px;
    }

    .p-overview-product .p-introduce_item_img {
        padding: 80px 85px;
    }

    @media screen and (max-width: 960px) {
        .p-overview-product .p-introduce_item_img {
            padding: 40px;
        }
    }

    @media screen and (min-width: 961px) {
        .p-overview-product .p-introduce_item_img {
            width: 50%;
        }
    }

    .p-overview-product .p-introduce_item_img.shape1 {
        border-radius: 50px 0 0 50px;
        background: #ed8a32;
    }

        .p-overview-product .p-introduce_item_img.shape1 h2::before {
            background: url("../images/overview-product/icon-white.svg") no-repeat;
        }

    .p-overview-product .p-introduce_item_img.shape2 {
        border-radius: 0 50px 50px 0;
        background: #003d78;
    }

    .p-overview-product .p-introduce_item_img .p-introduce_item_content_title {
        margin-top: 10px;
        color: #fff;
    }

    .p-overview-product .p-introduce_item_img .p-introduce_item_content_paragraph {
        color: #fff;
    }

    .p-overview-product .p-introduce_item:nth-child(2) .p-introduce_item_content_paragraph {
        max-width: 540px;
        text-align: justify;
    }

    .p-overview-product .p-introduce .minigame .p-introduce_item_content_title {
        padding-left: 0;
    }

        .p-overview-product .p-introduce .minigame .p-introduce_item_content_title::before {
            content: unset;
        }

    .p-overview-product .p-introduce .minigame .p-introduce_item_content_paragraph {
        margin-bottom: 75px;
        padding-left: 0;
    }

    .p-overview-product .p-introduce .scorm {
        padding: 40px;
    }

        .p-overview-product .p-introduce .scorm .p-introduce_item_content_title {
            margin-top: 60px;
            color: #ed8a32;
        }

            .p-overview-product .p-introduce .scorm .p-introduce_item_content_title::before {
                background: url("../images/overview-product/icon-orange.svg") no-repeat;
            }

        .p-overview-product .p-introduce .scorm .p-introduce_item_content_paragraph {
            color: #ed8a32;
        }

    .p-overview-product .p-hotFeature {
        padding-top: 30px;
    }

    .p-overview-product .p-hotFeature_list {
        display: flex;
        flex-wrap: wrap;
        width: 70%;
        margin: 70px auto 0;
    }

    .p-overview-product .p-hotFeature_item {
        width: 164px;
        height: 123px;
        margin-bottom: 20px;
        padding: 20px;
        border-radius: 21px;
        background: #fff;
        box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, 0.08);
        color: #053d58;
        font-family: averataExtraBold;
        font-size: 16px;
        font-weight: 800;
        line-height: 20px;
        word-break: break-word;
    }

    @media screen and (min-width: 1400px) {
        .p-overview-product .p-hotFeature_item {
            width: calc((100% - 120px) / 5);
        }
    }

    @media screen and (min-width: 1125px) and (max-width: 1400px) {
        .p-overview-product .p-hotFeature_item {
            width: calc((100% - 90px) / 4);
        }
    }

    @media screen and (max-width: 1125px) {
        .p-overview-product .p-hotFeature_item {
            width: calc((100% - 30px) / 2);
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1124px) {
        .p-overview-product .p-hotFeature_item {
            width: calc((100% - 60px) / 3);
        }
    }

    @media screen and (max-width: 520px) {
        .p-overview-product .p-hotFeature_item {
            width: 100%;
        }
    }

    @media screen and (min-width: 1125px) and (max-width: 1400px) {
        .p-overview-product .p-hotFeature_item:not(:nth-child(4n)) {
            margin-right: 30px;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 1124px) {
        .p-overview-product .p-hotFeature_item:not(:nth-child(3n)) {
            margin-right: 30px;
        }
    }

    @media screen and (min-width: 521px) and (max-width: 767px) {
        .p-overview-product .p-hotFeature_item:not(:nth-child(2n)) {
            margin-right: 30px;
        }
    }

    @media screen and (max-width: 520px) {
        .p-overview-product .p-hotFeature_item {
            margin-right: 0;
        }
    }

    .p-overview-product .p-hotFeature_item p {
        margin-top: 10px;
    }

    @media screen and (min-width: 1400px) {
        .p-overview-product .p-hotFeature_item:not(:nth-child(5n)) {
            margin-right: 30px;
        }
    }

    .p-overview-product .p-hotFeature_item:nth-child(3) img {
        position: relative;
        top: -13px;
    }

    .p-overview-product .p-hotFeature_item:nth-child(3) p {
        margin-top: -3px;
    }

    .p-overview-product .p-hotFeature_btn {
        position: relative;
        margin-top: 30px;
        text-align: center;
    }

        .p-overview-product .p-hotFeature_btn::before {
            content: '';
            position: absolute;
            top: -10px;
            left: calc(50% - 7px);
            width: 13px;
            height: 11px;
            background: url("../images/overview-product/arrow_down.svg");
        }

        .p-overview-product .p-hotFeature_btn a {
            color: #f58800;
        }

    .p-overview-product .p-hotFeature_intro {
        display: flex;
        padding-top: 75px;
    }

    @media screen and (max-width: 960px) {
        .p-overview-product .p-hotFeature_intro {
            flex-direction: column;
            align-items: center;
        }
    }

    .p-overview-product .p-hotFeature_intro .img-wrapper {
        position: relative;
        width: 60%;
    }

        .p-overview-product .p-hotFeature_intro .img-wrapper img {
            z-index: 1;
            position: relative;
            content: url("../images/overview-product/laptop-1.png");
        }

    /*.p-overview-product .p-hotFeature_intro .img-wrapper::before {
        content: '';
        position: absolute;
        z-index: 0;
        top: 8px;
        left: -5vw;
        width: 40%;
        height: 518.949px;
        transform: rotate(20.096deg);
        background: url(../images/overview-product/shape-laptop.svg) no-repeat;
        background-size: contain;
    }*/

    @media screen and (min-width: 1441px) {
        .p-overview-product .p-hotFeature_intro .img-wrapper::before {
            top: -20px;
            left: -6vw;
        }
    }

    .p-overview-product .p-hotFeature_intro .c-pageHeading-mix {
        width: 40%;
        max-width: 420px;
        margin-left: -60px;
        padding-top: 100px;
        font-size: 35px;
        text-align: justify;
    }

    @media screen and (max-width: 960px) {
        .p-overview-product .p-hotFeature_intro .c-pageHeading-mix {
            width: 100%;
            margin-left: 0;
            padding-top: 20px;
            text-align: center;
        }
    }

    .page-lecture .l-header {
        border-bottom: 1px solid #003d78;
    }

.l-topBody.presentation {
    margin-top: 89px;
}

    .p-lecture {
        display: block;
        min-height: 688px;
        justify-content: space-between;
        /*padding: 85px 45px 62px;*/
        border-bottom: none;
        background: url("../images/lecture/bg-lecture.jpg") no-repeat;
        background-size: 100%;
        background-repeat: no-repeat;
        /*width: 100%;
        height: 100%;*/
        background-position: top;
    }

    @media screen and (max-width: 960px) {
        .p-lecture {
            flex-direction: column;
        }
    }

    .p-lecture_title h3 {
        padding-bottom: 20px;
        color: #053d58;
        font-family: averataExtraBold;
        font-size: 35px;
        word-break: break-word;
    }

    .p-lecture_title.custom {
        margin-left: 10%;
        color: #fff;
        font-family: 'Inter', sans-serif;
    }
.p-lecture_title.custom.en {
    margin-left: 5%;
}

    .p-lecture .p-lecture_title h2.title {
        font-weight: bold;
        font-size: 50px;
        text-transform: uppercase;
    }
.p-lecture .p-lecture_title.en h2.title {
    font-size: 40px;
}

.p-lecture .p-lecture_title strong.number {
    font-size: 120px;
    font-weight: bold;
    line-height: 110px;
}

    .p-lecture .p-lecture_title p.update {
        font-size: 26px;
    }

    @media (max-width: 1800px) {

        .p-lecture {
            min-height: 650px;
        }
    }
@media (max-width: 1600px) {
    .p-lecture {
        min-height: 650px;
    }
}
@media (max-width: 1500px) {
    .p-lecture {
        min-height: 600px;
    }
    .l-topSection {
        margin-top: -60px;
    }
    .l-topMain .l-topSection.p-story {
        margin-top: 0px;
    }
}
@media (max-width: 1380px) {
    .p-lecture .p-lecture_title.en h2.title {
        font-size: 36px;
    }
}
@media (max-width: 1260px) {
    .p-lecture .p-lecture_title.en h2.title {
        font-size: 30px;
    }
}

@media (max-width: 1350px) {
    .p-lecture .p-lecture_title h2.title {
        font-size: 40px;
    }

    .p-lecture .p-lecture_title strong.number {
        font-size: 80px;
        line-height: 80px;
    }

    .p-lecture .p-lecture_title p.update {
        font-size: 18px;
    }
    .l-topSection {
        margin-top: -90px;
    }
}
@media (max-width: 1175px) {
    .l-topBody.presentation {
        margin-top: 182px;
    }
    .l-topBody.presentation.en {
        margin-top: 89px;
    }
}
@media (max-width: 1106px) {
    .l-topBody.presentation.en {
        margin-top: 182px;
    }
    .p-lecture .p-lecture_title.en h2.title {
        font-size: 24px;
    }
}

@media (max-width: 1100px) {
    .p-lecture .p-lecture_title h2.title {
        font-size: 30px;
    }

    .p-lecture .p-lecture_title strong.number {
        font-size: 60px;
        line-height: 60px;
    }

    .p-lecture .p-lecture_title p.update {
        font-size: 16px;
    }
    .p-topBanner_content_buttons a {
        font-size: 14px !important;
    }
    .l-topSection {
        margin-top: -180px;
    }
}

    @media screen and (max-width: 960px) {
        .l-topBody.presentation {
            margin-top: 89px;
        }
        .l-topBody.presentation.en {
            margin-top: 89px;
        }
        .p-lecture_title.custom.en {
            margin-left: -4%;
        }
        .p-lecture_title {
            text-align: left;
        }

        .p-lecture .p-lecture_title h2.title {
            font-size: 24px;
        }

        .p-lecture .p-lecture_title strong.number {
            font-size: 50px;
            line-height: 50px;
        }

        .p-lecture .p-lecture_title p.update {
            font-size: 14px;
        }

        .p-topBanner_content_buttons a {
            font-size: 12px !important;
        }
        .p-topBanner_content_buttons .btn.btn--trial.btn--resource {
            width: max-content;
        }
        .l-topSection {
            margin-top: -260px;
        }
        
    }
    @media screen and (max-width: 860px) {
        .p-lecture_title.custom {
            margin-left: 5%;
            margin-top: -60px;
        }
        .l-topSection {
            margin-top: -280px;
        }
        .p-lecture .p-lecture_title.en h2.title {
            font-size: 20px;
        }
    }
@media screen and (max-width: 660px) {
    .p-lecture .p-lecture_title h2.title {
        font-size: 18px;
    }
    .p-lecture .p-lecture_title.en h2.title {
        font-size: 18px;
    }

    .p-lecture .p-lecture_title strong.number {
        font-size: 36px;
        line-height: 36px;
    }

    .p-lecture .p-lecture_title p.update {
        font-size: 12px;
    }

    .p-topBanner_content_buttons a {
        font-size: 8px !important;
    }
    .l-topSection {
        margin-top: -350px;
    }
    
}

    @media screen and (max-width: 550px) {
        .p-lecture .p-lecture_title h2.title {
            font-size: 14px;
        }
        .p-lecture .p-lecture_title.en h2.title {
            font-size: 14px;
        }

        .p-lecture .p-lecture_title strong.number {
            font-size: 18px;
            line-height: 18px;
        }

        .p-lecture .p-lecture_title p.update {
            font-size: 10px;
        }

        .p-topBanner_content_buttons a {
            font-size: 6px !important;
        }
        .p-lecture_title.custom {
            margin-top: -75px;
        }
        .l-topSection {
            margin-top: -450px;
        }
        .p-topBanner_content_buttons .btn--resource {
            padding: 10px !important;
        }
    }

    @media screen and (max-width: 450px) {
        .p-lecture .p-lecture_title.en h2.title {
            font-size: 10px;
        }
    }

    .p-lecture_btn {
        padding-right: 80px;
    }

    @media screen and (max-width: 960px) {
        .p-lecture_btn {
            margin: 20px auto;
            padding-right: 0;
        }
    }

    .p-lecture_btn .btn {
        display: block;
        width: 226px;
        padding-top: 5px;
        padding-bottom: 5px;
        border: 2px solid #003d78;
        border-radius: 6px;
        color: #003d78;
        font-family: averataExtraBold;
        font-size: 20px;
        text-align: center;
    }

    .p-lecture_btn .btn-free {
        margin-bottom: 20px;
    }

    .p-lecture_btn .btn-noLogin {
        margin-bottom: 30px;
    }

    .p-lecture_btn .btn-trial {
        background-color: #003d78;
        color: #fff;
    }

    .p-block {
        border-bottom: 2px solid #003d78;
    }

        .p-block.presentation {
            border-bottom: none;
        }

        .p-block.theme {
            padding-bottom: 100px;
            border-bottom: none;
        }

    .p-block_title {
        padding-top: 30px;
        padding-bottom: 25px;
        padding-left: 20px;
        color: #053d58;
        font-family: averataExtraBold;
        font-size: 25px;
    }

    .p-block_lectures {
        display: flex;
        flex-wrap: wrap;
        padding-left: 20px;
    }

        .p-block_lectures .img-wrapper {
            display: flex;
            align-items: center;
            width: calc((100% - 45px) /4);
            margin-bottom: 20px;
        }

    @media screen and (max-width: 960px) {
        .p-block_lectures .img-wrapper {
            width: calc((100% - 30px) /2);
        }
    }

    /*.p-block_lectures .img-wrapper img {
    width: 100%;
    object-fit: cover;
}*/

    .p-block_lectures .img-wrapper:not(:nth-child(4n+4)) {
        margin-right: 15px;
    }

    .p-block_lectures.banks .img-wrapper:nth-child(4n+2) {
        margin-top: -35px;
    }

    .p-block_overview-block {
        display: flex;
        flex-wrap: wrap;
        padding-left: 20px;
    }

        .p-block_overview-block .img-wrapper {
            display: flex;
            align-items: center;
            width: calc((100% - 240px) /5);
            margin-bottom: 35px;
        }

            .p-block_overview-block .img-wrapper img {
                width: 100%;
                object-fit: cover;
            }

            .p-block_overview-block .img-wrapper:not(:nth-child(5n+5)) {
                margin-right: 60px;
            }

    .p-bannerTop h3 {
        font-family: averataExtraBold;
        font-size: 40px;
    }

    .p-bannerTop.resource {
        padding: 55px 0;
        background-color: #f4f4f4;
    }

        .p-bannerTop.resource h3 {
            margin-bottom: 35px;
            color: #003e75;
            text-align: center;
            text-transform: uppercase;
            word-break: break-word;
        }

    @media screen and (max-width: 960px) {
        .p-bannerTop.resource h3 {
            font-size: 30px;
        }
    }

    .p-bannerTop.resource a {
        padding: 12px 25px;
        border-radius: 10px;
        background-color: #f58800;
        color: #fff;
        font-family: averataExtraBold;
        font-size: 25px;
    }

    .p-bannerTop.resource .p-bannerTop_btn {
        text-align: center;
    }

    .p-bannerTop.blog {
        padding: 73px 0;
        background-color: #ed8a32;
    }

        .p-bannerTop.blog h3 {
            margin-bottom: 10px;
            color: #fff;
            text-align: center;
            text-transform: uppercase;
            word-break: break-word;
        }

        .p-bannerTop.blog .description {
            color: #fff;
            font-family: averata;
            font-size: 25px;
            text-align: center;
        }

    .p-bannerTop.story {
        padding: 63px 0;
        background-color: #003e75;
    }

        .p-bannerTop.story h3 {
            margin-bottom: 40px;
            color: #fff;
            text-align: center;
            text-transform: uppercase;
            word-break: break-word;
        }

        .p-bannerTop.story .story_link {
            text-align: center;
        }

            .p-bannerTop.story .story_link a {
                position: relative;
                color: #fff;
                font-family: averata;
                font-size: 18px;
                text-align: center;
            }

                .p-bannerTop.story .story_link a::before {
                    content: '';
                    position: absolute;
                    top: -15px;
                    left: 35px;
                    width: 13px;
                    height: 11px;
                    background: url("../images/icon-more.svg") no-repeat;
                }

    .p-bannerTop.webinars {
        padding: 73px 0;
        background-color: #ed8a32;
    }

        .p-bannerTop.webinars h3 {
            margin-bottom: 10px;
            color: #fff;
            text-align: center;
            text-transform: uppercase;
            word-break: break-word;
        }

        .p-bannerTop.webinars .description {
            color: #fff;
            font-family: averata;
            font-size: 40px;
            text-align: center;
            text-transform: uppercase;
            word-break: break-word;
        }

    @media screen and (max-width: 960px) {
        .p-bannerTop.webinars .description {
            font-size: 25px;
        }
    }

    .p-resource_list {
        display: flex;
        flex-wrap: wrap;
        padding-top: 100px;
        padding-bottom: 90px;
    }

    @media screen and (max-width: 960px) {
        .p-resource_list {
            padding: 50px;
        }
    }

    .p-resource_list .p-resource_item {
        width: calc((100% - 60px) /3);
        min-width: 230px;
        color: #fff;
        filter: drop-shadow(9px 9px 18px rgba(0, 0, 0, 0.19));
    }

    @media screen and (min-width: 600px) and (max-width: 920px) {
        .p-resource_list .p-resource_item {
            width: calc((100% - 50px) /2);
        }
    }

    @media screen and (max-width: 600px) {
        .p-resource_list .p-resource_item {
            width: 100%;
            margin-bottom: 20px;
        }
    }

    .p-resource_list .p-resource_item .img-wrapper {
        height: 196px;
    }

        .p-resource_list .p-resource_item .img-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .p-resource_list .p-resource_item_badge {
        display: flex;
        position: relative;
        align-items: center;
        justify-content: flex-end;
        padding: 16.5px;
        border-radius: 0 0 19px 19px;
        background-color: #003d78;
        word-break: break-word;
    }

        .p-resource_list .p-resource_item_badge .p-title {
            position: absolute;
            top: 16px;
            left: 20px;
            height: unset;
            color: #fff;
        }

        .p-resource_list .p-resource_item_badge .img-wrapper {
            position: absolute;
            top: 22px;
            left: 20px;
            height: unset;
        }

        .p-resource_list .p-resource_item_badge .btn-more {
            color: #fff;
        }

    .p-resource_list .p-resource_item_badge_link {
        position: relative;
        padding-right: 40px;
    }

        .p-resource_list .p-resource_item_badge_link::after {
            content: '';
            position: absolute;
            top: 10px;
            right: 10px;
            width: 18px;
            height: 8px;
            background: url("../images/resource/arrow-right.svg") no-repeat;
        }

        .p-resource_list .p-resource_item_badge_link a {
            color: #fff;
        }

    .resource .p-resource_item:not(:nth-child(3n+3)) {
        margin-bottom: 20px;
    }

    @media screen and (min-width: 920px) {
        .resource .p-resource_item:not(:nth-child(3n+3)) {
            margin-right: 30px;
        }
    }

    @media screen and (min-width: 600px) and (max-width: 920px) {
        .resource .p-resource_item:not(:nth-child(3n+3)) {
            margin-right: 0;
        }
    }

    @media screen and (min-width: 600px) and (max-width: 920px) {
        .resource .p-resource_item:not(:nth-child(2n+2)) {
            margin-right: 30px;
        }
    }

    @media screen and (max-width: 600px) {
        .resource .p-resource_item {
            margin-right: 0;
        }
    }

    .blog .p-resource_item:not(:nth-child(3n+3)) {
        margin-right: 30px;
        margin-bottom: 20px;
    }

    .blog .p-resource_item_badge {
        display: flex;
        position: relative;
        align-items: center;
        justify-content: flex-end;
        padding: 97.5px 16.5px 16.5px 16.5px;
        border-radius: 0 0 19px 19px;
        background-color: #003d78;
    }

        .blog .p-resource_item_badge .p-title {
            position: absolute;
            top: 15px;
            left: 20px;
            color: #fff;
            font-family: averataExtraBold;
        }

    .blog .p-resource_item_badge_link {
        padding-right: 10px;
    }

        .blog .p-resource_item_badge_link::after {
            top: -15px;
        }

    .blog a:hover {
        transition: all 10ms ease-in;
    }

        .blog a:hover .img-wrapper {
            transform: scale(1.05);
            transition: all 10ms ease-in;
        }

        .blog a:hover .p-resource_item_badge {
            transform: scale(1.05);
            transition: all 10ms ease-in;
        }

    .p-branch {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 41px 0;
    }

    @media screen and (max-width: 960px) {
        .p-branch {
            flex-wrap: wrap;
        }
    }

    @media screen and (min-width: 961px) {
        .p-branch_item:not(:nth-child(5n+5)) {
            margin-right: 80px;
        }
    }

    @media screen and (max-width: 960px) {
        .p-branch_item {
            margin-right: 20px;
        }
    }

    .story {
        background-color: whitesmoke;
    }

        .story .btn-more {
            color: #ed8a32 !important;
        }

        .story .l-topContent {
            display: flex;
            flex-wrap: wrap;
        }

    @media screen and (max-width: 965px) {
        .story .l-topContent {
            justify-content: space-between;
        }
    }

    .story .p-resource_item {
        width: calc((100% - 150px) /4);
        margin-bottom: 45px;
        border-radius: 21px;
        box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, 0.08);
    }

    @media screen and (max-width: 1220px) {
        .story .p-resource_item {
            width: calc((100% - 100px) /3);
        }
    }

    @media screen and (min-width: 600px) and (max-width: 965px) {
        .story .p-resource_item {
            width: calc((100% - 50px) /2);
        }
    }

    @media screen and (min-width: 1220px) {
        .story .p-resource_item:not(:nth-child(4n+4)) {
            margin-right: 50px;
        }
    }

    @media screen and (min-width: 965px) and (max-width: 1220px) {
        .story .p-resource_item:not(:nth-child(3n+3)) {
            margin-right: 50px;
        }
    }

    @media screen and (min-width: 769px) and (max-width: 920px) {
        .story .p-resource_item:not(:nth-child(2n+2)) {
            margin-right: 50px;
        }
    }

    @media screen and (max-width: 768px) {
        .story .p-resource_item {
            width: 100%;
            margin-right: 0;
        }
    }

    .story .p-resource_item img {
        border-radius: 21px 21px 0 0;
    }

    .story .p-resource_item_badge {
        display: block;
        background-color: #f4f4f4;
        color: #787878;
    }

    .story .p-resource_item_badge_link {
        padding-top: 20px;
        padding-right: 0;
        text-align: right;
    }

        .story .p-resource_item_badge_link::after {
            right: 0;
            width: 29px;
            height: 11px;
            background: url("../images/story/right-orange.svg") no-repeat;
        }

        .story .p-resource_item_badge_link a {
            color: #ed8a32;
            font-family: averata;
        }

    .story .p-resource_item_badge .p-title {
        position: relative;
        top: 0;
        left: 0;
        color: #053d58;
        font-family: averataExtraBold;
    }

    .webinars {
        justify-content: space-between;
    }

    @media screen and (max-width: 960px) {
        .webinars {
            flex-direction: column;
        }
    }

    .webinars img {
        border-radius: 19px 19px 0 0;
    }

    .webinars .p-resource-l {
        width: 59%;
    }

    @media screen and (max-width: 960px) {
        .webinars .p-resource-l {
            width: 100%;
            margin-bottom: 20px;
        }
    }

    .webinars .p-resource-l .p-title {
        position: relative;
        left: 0;
    }

    .webinars .p-resource-l .p-resource_item {
        width: 100%;
        height: 100%;
    }

        .webinars .p-resource-l .p-resource_item .img-wrapper {
            height: calc(100% - 322px);
        }

    .webinars .p-resource-l .p-resource_item_badge {
        flex-direction: column;
        align-items: unset;
        justify-content: space-between;
        height: 322px;
        background-color: #ed8a32;
        color: #fff;
    }

        .webinars .p-resource-l .p-resource_item_badge .p-title {
            display: block;
            margin-bottom: 20px;
            font-family: averataExtraBold;
            font-size: 30px;
        }

        .webinars .p-resource-l .p-resource_item_badge .p-desc {
            margin-bottom: 50px;
        }

    .webinars .p-resource-l .p-resource_item_badge_link {
        text-align: right;
    }

    .webinars .p-resource-r {
        width: 37%;
    }

    @media screen and (max-width: 960px) {
        .webinars .p-resource-r {
            width: 100%;
        }
    }

    .webinars .p-resource-r .p-resource_item {
        width: 100%;
    }

        .webinars .p-resource-r .p-resource_item:not(:last-child) {
            margin-bottom: 20px;
        }

    .webinars .p-resource-r .p-resource_item_badge {
        background-color: #ed8a32;
    }
@media screen and (min-width: 961px) and (max-width: 1200px) {
    .l-topBody {
        margin-top: 70px;
    }
}
@media screen and (max-width: 960px) {
    .l-topBody {
        margin-top: 50px;
    }
}

    .l-topBody.overview-block {
        position: relative;
    }

    @media screen and (min-width: 961px) {
        .l-topBody.overview-block {
            overflow: hidden;
        }
    }

    .l-topBody.overview-block::before {
        content: '';
        position: absolute;
        z-index: 1;
        bottom: 350px;
        left: -330px;
        width: 45%;
        height: 594px;
        transform: rotate(28.27deg);
        opacity: 0.3;
        background-image: url("../images/overview-block/shape-left.svg");
        background-repeat: no-repeat;
        background-size: contain;
    }

    @media screen and (max-width: 960px) {
        .l-topBody.overview-block::before {
            display: none;
        }
    }

    .l-topBody.overview-block::after {
        content: '';
        position: absolute;
        z-index: 1;
        right: -215px;
        bottom: 680px;
        width: 31%;
        height: 414px;
        transform: rotate(28.27deg);
        opacity: 0.3;
        background-image: url("../images/overview-block/shape-left.svg");
        background-repeat: no-repeat;
        background-size: contain;
    }

    @media screen and (max-width: 960px) {
        .l-topBody.overview-block::after {
            display: none;
        }
    }

    .p-feedbacks {
        position: relative;
        width: 100%;
        padding-top: 120px;
        padding-bottom: 150px;
    }

        .p-feedbacks h2 {
            margin-bottom: 60px;
        }

    .p-feedbacks_list {
        display: flex;
        justify-content: center;
    }

    .p-feedbacks_list_item {
        display: flex;
        width: 100%;
        padding: 35px 30px 35px 40px;
        border-radius: 31px;
        background-color: #003d78;
    }

    .p-feedbacks_list_item_img {
        width: 30%;
        height: 331px;
    }

        .p-feedbacks_list_item_img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .p-feedbacks_list_item_introduce {
        width: 70%;
        padding-top: 35px;
        padding-left: 40px;
        color: #fff;
    }

        .p-feedbacks_list_item_introduce .name {
            font-family: averataExtraBold;
            font-size: 25px;
            text-transform: uppercase;
        }

        .p-feedbacks_list_item_introduce .position {
            margin-bottom: 25px;
            font-family: averata;
            font-size: 20px;
        }

        .p-feedbacks_list_item_introduce .desc {
            position: relative;
            font-family: averataRegularItalic;
            font-size: 16px;
            text-align: justify;
            word-break: break-word;
        }

            .p-feedbacks_list_item_introduce .desc::before {
                content: '';
                position: absolute;
                top: -10px;
                left: -35px;
                width: 31px;
                height: 25px;
                background: url("../images/overview-block/quote-1.svg") no-repeat;
            }

            .p-feedbacks_list_item_introduce .desc::after {
                content: '';
                position: absolute;
                right: -17px;
                bottom: -15px;
                width: 31px;
                height: 25px;
                background: url("../images/overview-block/quote-2.svg") no-repeat;
            }

    .p-feedbacks_list_item:nth-child(3n+1) {
        transform: scale(0.9);
        transition: opacity 0.3s linear;
        opacity: 0.5;
    }

    .p-feedbacks_list_item:nth-child(3n+3) {
        transition: opacity 0.3s linear;
        opacity: 0.5;
    }

    .p-feedbacks_list .p-feedbacks_wrapper {
        margin: 0 -20px;
    }

    .p-feedbacks_list .slick-active .p-feedbacks_list_item {
        position: relative;
        z-index: 2;
        width: 100%;
        transform: unset;
        transition: all 0.2s ease-in-out;
        opacity: unset;
        background-color: #f58800;
    }

    @media screen and (min-width: 961px) {
        .page-overviewBlock .l-topContent {
            width: 68%;
        }
    }

    .p-contact {
        padding: 50px 0 80px;
        background-color: #f4f4f4;
        word-break: break-word;
    }

        .p-contact .l-topContent {
            display: flex;
        }

    @media screen and (max-width: 960px) {
        .p-contact .l-topContent {
            flex-direction: column;
        }
    }

    .p-contact .line {
        position: relative;
        width: 95.5px;
        height: 1px;
        margin-top: 15px;
        margin-bottom: 20px;
        border: 1px solid #787878;
    }

        .p-contact .line::after {
            content: '';
            position: absolute;
            top: -4px;
            right: -4px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: #787878;
        }

    .p-contact_info {
        width: 40%;
        color: #787878;
    }

    @media screen and (max-width: 960px) {
        .p-contact_info {
            width: 100%;
        }
    }

    .p-contact_info_inner {
        margin-top: 35px;
        font-family: averata;
    }

        .p-contact_info_inner .p-row {
            margin-bottom: 25px;
            font-family: averata;
        }

            .p-contact_info_inner .p-row .title {
                display: block;
                font-family: averataExtraBold;
            }

    .p-contact_form {
        width: 60%;
    }

    @media screen and (max-width: 960px) {
        .p-contact_form {
            width: 100%;
        }
    }

    .p-contact_form form {
        margin: 0 auto;
        text-align: center;
    }

        .p-contact_form form input,
        .p-contact_form form textarea {
            display: inline-block;
            width: 100%;
            margin-bottom: 17px;
            padding: 29px 20px;
            border-radius: 10px;
            border-color: transparent;
            outline: none;
            background: #fff;
        }

            .p-contact_form form input::-webkit-input-placeholder,
            .p-contact_form form textarea::-webkit-input-placeholder {
                color: #c8c8c8;
                font-family: averataRegularItalic;
                font-size: 22px;
                font-style: italic;
            }

            .p-contact_form form input:-ms-input-placeholder,
            .p-contact_form form textarea:-ms-input-placeholder {
                color: #c8c8c8;
                font-family: averataRegularItalic;
                font-size: 22px;
                font-style: italic;
            }

            .p-contact_form form input::placeholder,
            .p-contact_form form textarea::placeholder {
                color: #c8c8c8;
                font-family: averataRegularItalic;
                font-size: 22px;
                font-style: italic;
            }

        .p-contact_form form textarea {
            min-height: 270px;
        }

        .p-contact_form form button {
            flex-shrink: 0;
            width: 266px;
            height: 55px;
            margin-top: 17px;
            border-radius: 10px;
            border-color: transparent;
            background: #003e75;
            color: #fff;
            font-family: averataExtraBold;
            font-size: 25px;
            font-weight: 800;
            text-align: center;
            text-transform: uppercase;
        }

            .p-contact_form form button:hover {
                opacity: 0.8;
            }

    /* Begin css new */
    .p-payment {
        padding: 50px 0 80px;
        word-break: break-word;
    }

        .p-payment .l-topContent {
            display: flex;
        }

    @media screen and (max-width: 960px) {
        .p-payment .l-topContent {
            flex-direction: column;
        }
    }

    .p-payment_img {
        width: calc(100% - 664px);
    }

    .p-payment_img_inner {
        position: relative;
        left: -200px;
    }

    @media screen and (max-width: 960px) {
        .p-payment_img {
            left: 0;
        }
    }

    .p-payment_img .img-wrapper {
        width: 841px;
    }

        .p-payment_img .img-wrapper img {
            position: relative;
        }

    @media screen and (max-width: 960px) {
        .p-payment_img .img-wrapper {
            width: 100%;
        }
    }

    @media screen and (max-width: 960px) {
        .p-payment_img {
            width: 100%;
        }
    }

    .p-payment_info {
        position: relative;
        width: 664px;
        background-color: #fff;
    }

    @media screen and (max-width: 960px) {
        .p-payment_info {
            width: 100%;
            min-width: unset;
        }
    }

    .p-payment_info_desc {
        color: #787878;
        font-size: 17px;
        font-style: italic;
    }

    .p-payment_info_carts {
        padding-bottom: 50px;
    }

        .p-payment_info_carts h3 {
            padding-top: 30px;
            color: #f58800;
            font-family: averataExtraBold;
            font-size: 35px;
            text-transform: uppercase;
        }

        .p-payment_info_carts .p-number {
            margin-top: -25px;
            padding-right: 20px;
            color: #787878;
            font-size: 18px;
            text-align: right;
        }

    .p-payment_info_carts_item {
        display: flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 20px 0;
        color: #787878;
        font-family: averata;
    }

        .p-payment_info_carts_item:first-child .quantity {
            padding-top: 15px;
        }

        .p-payment_info_carts_item .quantity p {
            margin-bottom: 5px;
            text-align: right;
        }

        .p-payment_info_carts_item .quantity input {
            width: 111px;
            height: 37px;
        }

    .p-payment_info_voucher {
        display: flex;
        align-items: center;
        margin-bottom: 45px;
    }

        .p-payment_info_voucher input {
            width: 476px;
            height: 41px;
            padding: 5px 12px;
            border: 2px solid #c8c8c8;
            border-radius: 10px;
        }

    @media screen and (max-width: 960px) {
        .p-payment_info_voucher input {
            width: 100%;
        }
    }

    .p-payment_info_voucher input::-webkit-input-placeholder {
        color: #c8c8c8;
        font-family: averata;
        font-size: 15px;
        font-style: italic;
        font-weight: 400;
        line-height: 30px;
    }

    .p-payment_info_voucher input:-ms-input-placeholder {
        color: #c8c8c8;
        font-family: averata;
        font-size: 15px;
        font-style: italic;
        font-weight: 400;
        line-height: 30px;
    }

    .p-payment_info_voucher input::placeholder {
        color: #c8c8c8;
        font-family: averata;
        font-size: 15px;
        font-style: italic;
        font-weight: 400;
        line-height: 30px;
    }

    .p-payment_info_voucher button {
        width: 135px;
        height: 39px;
        margin-left: 20px;
        padding: 10px;
        border-radius: 10px;
        background: #003e75;
        color: #fff;
        font-family: averata;
        font-size: 18px;
        font-weight: 800;
        text-align: center;
        text-transform: uppercase;
    }

    .p-payment_info_sum {
        display: flex;
        justify-content: space-between;
        padding-top: 35px;
        color: #003e75;
        font-family: averataExtraBold;
        font-size: 30px;
        font-style: normal;
        line-height: 52px;
        text-transform: uppercase;
    }

    .p-payment_info_btn {
        margin-top: 50px;
    }

        .p-payment_info_btn .btn-shopping {
            display: inline-block;
            height: 49px;
            margin-right: 25px;
            padding: 5px 35px;
            border: 2px solid #f58800;
            border-radius: 10px;
            color: #f58800;
            font-family: averata;
            font-size: 18px;
            line-height: 2;
            text-align: center;
            text-transform: uppercase;
        }

        .p-payment_info_btn .btn-payment {
            display: inline-block;
            width: 366px;
            height: 49px;
            border-radius: 10px;
            background: #f58800;
            color: #fff;
            font-family: averataExtraBold;
            font-size: 25px;
            line-height: 44px;
            text-align: center;
        }

    .p-payment .line {
        position: relative;
        width: 100%;
        border: 1px solid #787878;
    }

        .p-payment .line::after {
            content: '';
            position: absolute;
            top: -5px;
            right: -5px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #787878;
        }

    .p-payment_term {
        position: relative;
        left: -100px;
        width: calc(100% + 100px);
        padding-right: 60px;
    }

        .p-payment_term h2 {
            margin-bottom: 10px;
            color: #787878;
            font-family: averataRegularItalic;
            font-size: 18px;
            font-weight: 800;
            line-height: 22px;
        }

    .p-payment_term_note {
        padding: 2px 20px 2px 2px;
        border: 1px solid #787878;
        border-radius: 8px;
    }

    .p-payment_term_note_inner {
        height: 183px;
        padding: 15px 20px 15px 20px;
        overflow-y: auto;
        background: #fff;
        color: #787878;
        font-family: averata;
        font-size: 16px;
        text-align: justify;
    }

    @media screen and (max-width: 1440px) {
        .p-payment_term_note_inner {
            box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.15);
        }
    }

    .p-payment_term_note_inner::-webkit-scrollbar {
        width: 15px;
    }

    .p-payment_term_note_inner::-webkit-scrollbar-track {
        padding: 10px;
        background-color: #f5f5f5;
        -webkit-box-shadow: inset 0 0 6px #f5f5f5;
    }

    .p-payment_term_note_inner::-webkit-scrollbar-thumb {
        width: 5px;
        background-color: #c8c8c8;
        -webkit-box-shadow: inset 3px 3px 3px #c8c8c8;
    }

    .p-payment_order {
        padding: 26px 0;
    }

        .p-payment_order .p-fieldGroup {
            padding: 26px 0 0;
        }

            .p-payment_order .p-fieldGroup .field:last-child {
                margin-bottom: 0;
            }

    .field {
        width: 510px;
        height: 45px;
        margin-bottom: 15px;
        padding: 8px;
        border: 2px solid #c8c8c8;
    }

        .field::-webkit-input-placeholder {
            color: #c8c8c8;
            font-family: averata;
            font-size: 15px;
            font-style: italic;
            font-weight: 400;
            line-height: 30px;
        }

        .field:-ms-input-placeholder {
            color: #c8c8c8;
            font-family: averata;
            font-size: 15px;
            font-style: italic;
            font-weight: 400;
            line-height: 30px;
        }

        .field::placeholder {
            color: #c8c8c8;
            font-family: averata;
            font-size: 15px;
            font-style: italic;
            font-weight: 400;
            line-height: 30px;
        }

    .p-bannerNetwork {
        position: relative;
        width: 100%;
        min-width: 1000px;
        min-height: 400px;
        overflow: hidden;
    }

        .p-bannerNetwork .is-logo {
            position: absolute;
            top: 30px;
            right: 90px;
            height: 90px;
        }

    @media all and (max-width: 1200px) {
        .p-bannerNetwork .is-logo {
            right: 2vw;
            width: 10vw;
        }
    }

    @media screen and (max-width: 960px) {
        .p-bannerNetwork {
            min-width: auto;
            min-height: auto;
            max-height: 600px;
        }
    }

    @media screen and (max-width: 999px) {
        .p-bannerNetwork {
            min-width: unset;
        }
    }

    .p-bannerNetwork::before {
        content: "";
        display: block;
        padding-top: 56.25%;
    }

    @media screen and (max-width: 960px) {
        .p-bannerNetwork::before {
            padding-top: 56.25%;
        }
    }

    .p-bannerNetwork_bg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        align-items: center;
        width: 100%;
        min-height: 808px;
    }

        .p-bannerNetwork_bg > img {
            width: 100%;
        }

    .p-bannerNetwork_content {
        display: flex;
        position: absolute;
        top: 25%;
        left: 62%;
        flex-direction: column;
        justify-content: center;
        max-width: 1290px;
        word-break: break-word;
    }

    @media screen and (max-width: 960px) {
        .p-bannerNetwork_content {
            top: 25%;
            left: 50%;
            min-width: auto;
            padding-right: 3.5%;
            padding-left: 3.5%;
            font-size: 6vw;
        }
    }

    .p-bannerNetwork_content_link {
        margin-top: 30px;
    }

    @media screen and (max-width: 960px) {
        .p-bannerNetwork_content_link {
            display: flex;
            margin-top: 5px;
        }
    }

    .p-bannerNetwork_content_link a {
        display: inline-block;
        padding: 10px 12px;
        border-radius: 9px;
        background-color: #003d78;
        color: #fff;
        font-family: averata;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        text-transform: uppercase;
    }

    @media screen and (max-width: 960px) {
        .p-bannerNetwork_content_link a {
            padding: 5px 10px;
            font-size: 1.5vw;
        }
    }

    .p-bannerNetwork.is-fixContent .p-bannerNetwork_bg {
        left: 50%;
        max-width: 1290px;
        transform: translateX(-50%);
    }

    .p-network__introduction {
        display: flex;
        position: relative;
        justify-content: space-between;
    }

    .p-network__introduction__shape {
        position: absolute;
        width: 20%;
        height: 100%;
        background: url("../images/network/shape.svg") no-repeat;
        background-position: center left;
        background-size: contain;
    }

    .p-network__introduction__img {
        width: 80%;
        margin-left: 20%;
        padding-right: 100px;
    }

    .p-network__feature {
        position: relative;
        z-index: 1;
        padding-top: 85px;
    }

    .p-network__feature__slides {
        position: absolute !important;
        width: 50%;
    }

    .p-network__feature_inner {
        display: flex;
        position: relative;
        min-height: 561px;
        padding: 100px 100px 60px;
        overflow: hidden;
        border-radius: 40px 0 0 40px;
        background-color: #003e75;
        color: #fff;
    }

    @media only screen and (min-width: 1441px) {
        .p-network__feature_inner {
            margin-left: calc(100% - 1077px);
        }
    }

    @media (max-width: 1440px) and (min-width: 1220px) {
        .p-network__feature_inner {
            margin-left: calc(100% - 1077px);
        }
    }

    @media screen and (max-width: 960px) {
        .p-network__feature_inner {
            padding: 60px 50px;
        }
    }

    .p-network__feature_inner_content {
        width: 70%;
        margin-left: 30%;
    }

    @media screen and (min-width: 600px) and (max-width: 1439px) {
        .p-network__feature_inner_content {
            margin-left: 50%;
        }
    }

    @media screen and (max-width: 960px) {
        .p-network__feature_inner_content {
            width: 100%;
        }
    }

    .p-network__feature_inner_content h2 {
        position: relative;
        max-width: 479px;
        font-family: averata;
        font-size: 40px;
        word-break: break-word;
    }

    @media screen and (max-width: 960px) {
        .p-network__feature_inner_content h2 {
            font-size: 4vw;
        }
    }

    .p-network__feature_inner_content h2 span {
        color: #f58800;
    }

    .p-network__feature_inner_content ul {
        display: flex;
        position: relative;
        flex-wrap: wrap;
        margin-top: 60px;
        margin-left: 45px;
    }

        .p-network__feature_inner_content ul li.item {
            position: relative;
            max-width: 480px;
            margin-bottom: 50px;
            word-break: break-word;
        }

            .p-network__feature_inner_content ul li.item a.p-title {
                color: #bababa;
            }

                .p-network__feature_inner_content ul li.item a.p-title:hover {
                    transition: all 0.1s;
                    color: #fff;
                }

            .p-network__feature_inner_content ul li.item.active a.p-title {
                transition: all 0.1s;
                color: #fff;
            }

                .p-network__feature_inner_content ul li.item.active a.p-title::before {
                    content: '';
                    position: absolute;
                    top: 8px;
                    left: -40px;
                    width: 29px;
                    height: 14px;
                    background: url("../images/network/arrow-right.svg") no-repeat;
                }

            .p-network__feature_inner_content ul li.item:hover a.p-title {
                color: #fff;
            }

                .p-network__feature_inner_content ul li.item:hover a.p-title::before {
                    content: '';
                    position: absolute;
                    top: 8px;
                    left: -40px;
                    width: 29px;
                    height: 14px;
                    background: url("../images/network/arrow-right.svg") no-repeat;
                }

            .p-network__feature_inner_content ul li.item:hover a.btn-more {
                font-size: 13px;
                font-weight: bold;
            }

            .p-network__feature_inner_content ul li.item a.btn-more {
                display: inline-block;
                padding: 5px 12px;
                border-radius: 3px;
                background-color: #fff;
                color: #f58800;
                font-size: 12px;
                line-height: 1;
            }

    @media screen and (max-width: 960px) {
        .p-network__feature_inner_content ul li.item {
            width: 100%;
        }
    }

    .p-network__benifits {
        position: relative;
        padding: 100px 0 0;
        overflow: hidden;
        background-color: #fff;
    }

        .p-network__benifits::before {
            content: '';
            position: absolute;
            z-index: 0;
            top: -184px;
            right: -42px;
            width: 380px;
            height: 470px;
            background: url("../images/network/shape_2.svg") no-repeat;
            background-size: contain;
        }

        .p-network__benifits .c-headingTitleNormal {
            margin-bottom: 80px;
        }

    .p-network__benifits_slogan {
        position: absolute;
        top: 100px;
        width: 52.7%;
    }

    @media screen and (max-width: 960px) {
        .p-network__benifits_slogan {
            left: 23.6%;
        }
    }

    .p-network__benifits .c-pageHeading_title {
        color: #053d58;
        font-family: averataExtraBold;
        font-size: 35px;
    }

    .p-network__benifits_item {
        display: flex;
        justify-content: space-between;
    }

    @media screen and (max-width: 960px) {
        .p-network__benifits_item {
            flex-direction: column;
        }
    }

    .p-network__benifits_item .p-network__benifits_img {
        min-width: 56.6%;
        text-align: right;
    }

    .p-network__benifits_item_content {
        padding: 10px 10px;
        background-color: #f4dcbb;
    }

    @media screen and (min-width: 961px) {
        .p-network__benifits_item_content {
            width: 42%;
            padding: 20px 78px;
        }
    }

    @media all and (max-width: 620px) {
        .p-network__benifits_item_content {
            margin-top: 20px;
        }
    }

    .p-network__benifits_item_content_title {
        position: relative;
        color: #515050;
        font-family: averataExtraBold;
        font-size: 35px;
        line-height: 1.1;
    }

    @media all and (max-width: 620px) {
        .p-network__benifits_item_content_title {
            font-size: 20px;
        }
    }

    .p-network__benifits_item_content_paragraph {
        max-width: 450px;
        margin-top: 10px;
        color: #515050;
        text-align: justify;
        word-break: break-word;
    }

    .p-network__benifits_item_img {
        position: relative;
    }

    @media screen and (min-width: 961px) {
        .p-network__benifits_item_img {
            width: 58%;
        }
    }

    @media screen and (max-width: 960px) {
        .p-network__benifits_item_img {
            text-align: center;
        }
    }

    .p-network__benifits_item_img .img-wrapper {
        position: relative;
        z-index: 2;
        height: 100%;
    }

        .p-network__benifits_item_img .img-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .p-network__works {
        padding: 80px 0 88px;
    }

        .p-network__works .c-headingTitle {
            color: #003d78;
            text-transform: math-auto;
        }

    .p-network__works__desc {
        margin-bottom: 75px;
        color: #515050;
        text-align: center;
    }

    .p-network__works .img-wrapper {
        display: block;
        width: 100%;
    }

    .p-network__packages {
        position: relative;
        padding: 40px 0;
        background-color: #f68f10;
    }

        /*.p-network__packages::before {
        content: '';
        position: absolute;
        z-index: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url("../images/avina_bg.svg");
        background-repeat: no-repeat;
        background-size: cover;
    }*/

        .p-network__packages h2 {
            position: relative;
            z-index: 1;
            margin-bottom: 25px;
            color: #fff;
            font-family: averataExtraBold;
            font-size: 40px;
            text-align: center;
        }

    .p-network__packages_list {
        display: flex;
        position: relative;
        z-index: 1;
        justify-content: center;
        transition: all 0.3s ease-in-out;
    }

    @media screen and (max-width: 960px) {
        .p-network__packages_list {
            flex-direction: column;
            align-items: center;
        }
    }

    .p-network__packages_list_item {
        max-width: 364px;
        height: 324px;
        transition: all 0.3s ease-in-out;
        border-radius: 20px;
        background: #f68f10;
        text-align: center;
    }

        .p-network__packages_list_item.item-01 .title {
            margin-bottom: 17px;
            padding-top: 17px;
        }

        .p-network__packages_list_item.item-02 .title {
            margin-bottom: 15px;
            padding-top: 12px;
        }

    @media screen and (min-width: 961px) {
        .p-network__packages_list_item {
            margin: 0 10px;
        }
    }

    @media screen and (max-width: 960px) {
        .p-network__packages_list_item {
            margin-bottom: 20px;
        }
    }

    @media screen and (min-width: 961px) {
        .p-network__packages_list_item:hover {
            margin: 0 10px;
        }
    }

    .p-network__packages_list_item a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 25px;
        transform-origin: bottom;
        transition: transform 0.2s;
        color: #787878;
    }

    .p-network__packages_list_item .title {
        color: #fff;
        font-family: averataExtraBold;
        font-size: 25px;
    }

    .p-network__packages_list_item .desc {
        color: #fff;
        font-family: averata;
        font-size: 18px;
        text-align: justify;
        word-break: break-word;
    }

    .p-network__packages_btn {
        position: relative;
        z-index: 1;
        margin-top: 40px;
        font-family: averataExtraBold;
        text-align: center;
    }

        .p-network__packages_btn a {
            display: inline-block;
            min-width: 148px;
            padding: 11px 32px;
            border-radius: 6px;
            color: #fff;
        }

            .p-network__packages_btn a.buy {
                margin-right: 10px;
                background-color: #003d78;
            }

            .p-network__packages_btn a.trial {
                border: 1px solid #fff;
            }

            .p-network__packages_btn a.pro {
                margin-right: 20px;
                background-color: #fff;
                color: #003d78;
                text-transform: uppercase;
            }

            .p-network__packages_btn a.uppercase {
                text-transform: uppercase;
            }

    .p-network__packages p.description {
        padding: 20px 0;
        color: #fff;
        font-family: averata;
        font-size: 18px;
        font-style: italic;
        text-align: center;
    }

    .p-network__form {
        padding: 55px 0;
        background-color: #003d78;
    }

        .p-network__form .c-headingTitle {
            margin-bottom: 50px;
            color: #fff;
            text-transform: math-auto;
        }

        .p-network__form .heading-02 {
            margin-bottom: 0;
            padding-left: 20px;
            text-align: left;
        }

        .p-network__form .desc-02 {
            padding-bottom: 10px;
            padding-left: 20px;
            color: #fff;
            text-align: left;
        }

        .p-network__form form {
            max-width: 58%;
            margin: 0 auto;
            text-align: center;
        }

    @media screen and (max-width: 960px) {
        .p-network__form form {
            width: 85%;
            max-width: unset;
        }
    }

    .p-network__form form input {
        display: inline-block;
        width: 100%;
        margin-bottom: 17px;
        padding: 20px 20px;
        border-radius: 10px;
        background: #fff;
    }

        .p-network__form form input::-webkit-input-placeholder {
            color: #c8c8c8;
            font-family: averata;
            font-style: italic;
        }

        .p-network__form form input:-ms-input-placeholder {
            color: #c8c8c8;
            font-family: averata;
            font-style: italic;
        }

        .p-network__form form input::placeholder {
            color: #c8c8c8;
            font-family: averata;
            font-style: italic;
        }

    .p-network__form form .row {
        display: flex;
        justify-content: space-between;
    }

        .p-network__form form .row .w-50 {
            width: calc(50% - 5px);
        }

    .p-network__form form textarea {
        width: 100%;
        margin-bottom: 10px;
        padding: 25px 20px;
        border-radius: 10px;
    }

        .p-network__form form textarea::-webkit-input-placeholder {
            color: #c8c8c8;
            font-family: averata;
            font-style: italic;
        }

        .p-network__form form textarea:-ms-input-placeholder {
            color: #c8c8c8;
            font-family: averata;
            font-style: italic;
        }

        .p-network__form form textarea::placeholder {
            color: #c8c8c8;
            font-family: averata;
            font-style: italic;
        }

    .p-network__form form button {
        flex-shrink: 0;
        width: 266px;
        height: 55px;
        margin-top: 17px;
        border-radius: 10px;
        background: #f58800;
        color: #fff;
        font-family: averataExtraBold;
        font-size: 25px;
        font-weight: 800;
        text-align: center;
        text-transform: uppercase;
    }

        .p-network__form form button:hover {
            opacity: 0.8;
        }

    .p-network__feature__slides {
        position: relative;
    }

    .p-network__feature__slides_inner {
        width: calc(100% - 20px);
        padding-top: 60px;
        transition: all 100ms ease-in;
        text-align: center;
    }

    @media screen and (max-width: 480px) {
        .p-network__feature__slides_inner {
            width: 100%;
        }
    }

    .p-network__feature__slides .slick-list img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px 20px 0 0;
    }

    .p-network__feature__slides .content {
        padding: 20px;
        border-radius: 0 0 19px 19px;
        background-color: #fff;
        text-align: left;
    }

        .p-network__feature__slides .content .date {
            margin-bottom: 10px;
        }

        .p-network__feature__slides .content h2 {
            -webkit-line-clamp: 3;
            /* number of lines to show */
            line-clamp: 3;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            margin-bottom: 20px;
            overflow: hidden;
            color: #000;
            font-family: averataExtraBold;
            font-size: 28px;
            line-height: 1.1;
        }

        .p-network__feature__slides .content .desc {
            -webkit-line-clamp: 3;
            /* number of lines to show */
            line-clamp: 3;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            overflow: hidden;
            color: #000;
            font-size: 16px;
        }

        .p-network__feature__slides .content .date {
            color: #c5c5c1;
        }

    .p-network__feature__slides_inner h2 {
        color: #fff;
        font-family: sans-serif;
    }

    .p-network__feature__slides_inner .carousel {
        z-index: 1;
        margin: 0 auto;
        padding-bottom: 48px;
    }

    .p-network__feature__slides_inner .slick-slide {
        margin: 0 10px 0 55px;
        transform: scale(1);
        transform-origin: bottom;
        transition: all 100ms ease-in;
    }

        .p-network__feature__slides_inner .slick-slide .img-wrapper {
            height: 200px;
        }

        .p-network__feature__slides_inner .slick-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .p-network__feature__slides_inner .slick-dots {
        bottom: -25px;
        padding-left: 20vw;
    }

    @media screen and (max-width: 960px) {
        .p-network__feature__slides_inner .slick-dots {
            padding-left: unset;
        }
    }

    .p-network__feature__slides_inner .slick-dots li button::before {
        font-size: 20px;
    }

    .p-network__feature__slides_inner .slick-next::before {
        content: url("../images/arrow-right.svg") !important;
        position: absolute;
        top: -20px;
        right: 8px;
        color: #ed8a32 !important;
    }

    .p-network__feature__slides_inner .carousel .slick-next {
        top: 130px;
        right: -100px;
        width: 100px;
        color: #ed8a32 !important;
        font-size: 18px;
    }

    .p-network__feature__slides_inner .slick-dots li button {
        overflow: hidden;
        background: url("../images/arrow-right.svg");
        text-indent: -9999px;
    }

    .p-network__feature__slides_inner .slick-dots img.active {
        display: none;
    }

    .p-network__feature__slides_inner .slick-active img.no-active {
        display: none;
    }

    .p-network__feature__slides_inner .slick-active img.active {
        display: block;
        position: absolute;
    }

    .footer-02 {
        padding: 20px 0;
        background-color: #f4f4f4;
        text-align: center;
    }

    .footer-02__logo {
        display: inline-block;
        margin-bottom: 10px;
    }

    .footer-02__desc {
        margin-bottom: 20px;
        color: #232321;
        font-size: 16px;
        font-weight: bold;
    }

    .footer-02__contact {
        color: #9c9c9a;
        font-weight: bold;
    }

    .footer-02__socials {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }

        .footer-02__socials .item {
            display: inline-block;
            width: 16px;
            height: 15px;
            margin-right: 15px;
        }

        .footer-02__socials .item-tel {
            margin-left: 10px;
        }

        .footer-02__socials .item span {
            display: block;
            width: 100%;
            height: 100%;
            background-image: url("../images/network/social.svg");
            background-repeat: no-repeat;
            background-size: 100px auto;
        }

        .footer-02__socials .item .fb {
            background-position: 0 0;
        }

        .footer-02__socials .item .email {
            width: 28px;
            height: 20px;
            background-position: -22px 0;
        }

        .footer-02__socials .item .net {
            width: 23px;
            height: 23px;
            background-position: -50px 0;
        }

        .footer-02__socials .item .tel {
            width: 24px;
            height: 24px;
            background-position: -85px 0;
        }

    .p-topBanner {
        position: relative;
        z-index: 1500;
        width: 100%;
        min-width: 1000px;
        min-height: 854px;
        overflow: hidden;
        font-family: 'Inter', sans-serif;
    }

        .p-topBanner::before {
            content: '';
            position: absolute;
            z-index: -1;
            width: 100%;
            height: 100%;
            background: url("../images/homepage/banner.jpg") no-repeat;
            /*background-size: cover;*/
            background-size: 100%;
        }

    @media screen and (max-width: 960px) {
        .p-topBanner::before {
            height: 84%;
        }
    }

    @media screen and (max-width: 960px) {
        .p-topBanner {
            min-width: auto;
            min-height: auto;
        }
    }

    @media screen and (max-width: 999px) {
        .p-topBanner {
            min-width: unset;
        }
    }

    .p-topBanner_bg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        align-items: center;
        width: 100%;
        min-height: 808px;
    }

        .p-topBanner_bg > img {
            width: 100%;
        }

    .p-topBanner_content {
        display: flex;
        position: relative;
        left: 16%;
        justify-content: space-between;
        width: 68%;
        max-width: 1290px;
        padding-top: 135px;
        word-break: break-word;
    }

    @media all and (min-width: 1860px) {
        .p-topBanner_content {
            left: calc((100% - 1290px) /2);
        }
    }

@media (max-width: 1750px) and (min-width: 1601px) {
    .p-topBanner {
        min-height: 750px;
    }
    .p-topBanner_content {
        left: 12% !important;
        padding-top: 100px !important;
    }

    /*.p-topBanner_content_title strong {
        font-size: 30px !important;
    }*/

    .p-topBanner_content .p-topBanner_content--r {
        width: calc(30% - 40px) !important;
        padding: 0px !important;
    }

    .p-topBanner_content .p-topBanner_content--l {
        width: 65% !important;
    }

    .p-topBanner_content_title {
        margin-bottom: 5px !important;
    }

    .p-topBanner_content_list {
        font-size: 18px !important;
        
    }

        .p-topBanner_content_list li {
            margin-bottom: 12px !important;
        }

    .p-topBanner_content .p-topBanner_content--r_inner {
        padding: 15px 50px 7px !important;
    }

    .p-topBanner_content_buttons a {
        font-size: 14px !important;
    }
    .hero {
        padding: 10px 20px 40px;
    }
}


@media (max-width: 1600px) and (min-width: 1501px) {
    .p-topBanner {
        min-height: 750px;
    }

    .p-topBanner_content {
        left: 12% !important;
        padding-top: 100px !important;
    }

        .p-topBanner_content_title strong {
            font-size: 27px !important;
        }

        .p-topBanner_content .p-topBanner_content--r {
            width: calc(30% - 40px) !important;
            padding: 0px !important;
        }

        .p-topBanner_content .p-topBanner_content--l {
            width: 65% !important;
        }

    .p-topBanner_content_title {
        margin-bottom: 5px !important;
    }

    .p-topBanner_content_list {
        font-size: 16px !important;
        margin-bottom: 30px !important;
    }

        .p-topBanner_content_list li {
            margin-bottom: 12px !important;
        }

    .p-topBanner_content .p-topBanner_content--r_inner {
        padding: 15px 50px 7px !important;
    }

    .p-topBanner_content_buttons a {
        font-size: 14px !important;
    }

    .hero {
        padding: 10px 20px 40px;
    }
}


@media (max-width: 1500px) and (min-width: 1441px) {
    .p-topBanner {
        min-height: 750px;
    }

    .p-topBanner_content {
        left: 12% !important;
        padding-top: 100px !important;
    }

    .p-topBanner_content_title strong {
        font-size: 24px !important;
    }

    .p-topBanner_content .p-topBanner_content--r {
        width: calc(30% - 40px) !important;
        padding: 0px !important;
    }

    .p-topBanner_content .p-topBanner_content--l {
        width: 65% !important;
    }

    .p-topBanner_content_title {
        margin-bottom: 5px !important;
    }

    .p-topBanner_content_list {
        font-size: 15px !important;
        margin-bottom: 30px !important;
    }

        .p-topBanner_content_list li {
            margin-bottom: 12px !important;
        }

    .p-topBanner_content .p-topBanner_content--r_inner {
        padding: 15px 50px 7px !important;
    }

    .p-topBanner_content_buttons a {
        font-size: 14px !important;
    }

    .hero {
        padding: 10px 20px 40px;
    }
}

@media (max-width: 1440px) and (min-width: 1351px) {
    .p-topBanner {
        min-height: 650px;
    }
    .p-topBanner_content {
        left: 7%;
        padding-top: 100px;
    }

    .p-topBanner_content_title strong {
        font-size: 24px !important;
    }

    .p-topBanner_content .p-topBanner_content--r {
        width: calc(30% - 40px) !important;
        padding: 0px !important;
    }

    .p-topBanner_content .p-topBanner_content--l {
        width: 65% !important;
    }

    .p-topBanner_content_title {
        margin-bottom: 5px !important;
    }

    .p-topBanner_content_list {
        font-size: 14px !important;
        margin-bottom: 0px !important;
    }

        .p-topBanner_content_list li {
            margin-bottom: 12px !important;
        }

    .p-topBanner_content .p-topBanner_content--r_inner {
        padding: 15px 50px 7px !important;
    }

    .p-topBanner_content_buttons a {
        font-size: 14px !important;
    }

    .p-topBanner_content--r {
        transform: scale(0.88);
        margin-top: -20px;
    }
    .hero {
        padding: 10px 20px 40px;
    }
}

@media (max-width: 1350px) and (min-width: 1201px) {
    .p-topBanner {
        min-height: 650px;
    }

    .p-topBanner_content {
        left: 7%;
        padding-top: 100px;
    }

    .p-topBanner_content_title strong {
        font-size: 21px !important;
    }

    .p-topBanner_content .p-topBanner_content--r {
        width: calc(30% - 40px) !important;
        padding: 0px !important;
    }

    .p-topBanner_content .p-topBanner_content--l {
        width: 65% !important;
    }

    .p-topBanner_content_title {
        margin-bottom: 5px !important;
    }

    .p-topBanner_content_list {
        font-size: 14px !important;
        margin-bottom: 0px !important;
    }

        .p-topBanner_content_list li {
            margin-bottom: 12px !important;
        }

    .p-topBanner_content .p-topBanner_content--r_inner {
        padding: 15px 50px 7px !important;
    }

    .p-topBanner_content_buttons a {
        font-size: 13px !important;
    }

    .p-topBanner_content--r {
        transform: scale(0.88);
        margin-top: -20px;
    }

    .hero {
        padding: 10px 20px 40px;
    }
    .p-topBanner_content .p-topBanner_content--r {
        min-width: 250px !important;
    }
}


    @media (max-width: 1200px) and (min-width: 961px) {
        .p-topBanner {
            min-height: 854px;
        }
        .p-topBanner_content {
            left: 10%;
            width: 80%;
        }
        .p-topBanner::before {
            background-size: cover;
        }
        .hero {
            padding: 120px 20px 40px;
        }
    }
    @media (max-width: 1300px){
        .p-topBanner::before {
            background-size: cover;
        }
    }
@media (max-width: 1200px) {
    span.select2.select2-container.select2-container--default {
        width: 200px !important;
    }
}
@media (max-width: 960px) {
    span.select2.select2-container.select2-container--default {
        width: 294px !important;
    }
}


    @media screen and (max-width: 960px) {
        .p-topBanner_content {
            left: 0;
            flex-direction: column;
            width: 100%;
            min-width: auto;
            padding: 55px 15px;
        }
    }

    .p-topBanner_content_title {
        z-index: 3;
        margin-bottom: 30px;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
    }

    @media screen and (max-width: 960px) {
        .p-topBanner_content_title {
            width: 100%;
            max-width: unset;
            margin-bottom: 25px;
        }
    }

    .p-topBanner_content_title img {
        margin-bottom: 15px;
    }

    @media screen and (max-width: 960px) {
        .p-topBanner_content_title img {
            max-width: 164px;
        }
    }

    .p-topBanner_content_title strong {
        font-size: 36px;
        font-weight: 700;
        letter-spacing: -0.72px;
        line-height: 44px;
    }

    @media screen and (max-width: 960px) {
        .p-topBanner_content_title strong {
            font-size: 24px;
            line-height: 1.5;
        }
    }

    .p-topBanner_content_title span {
        font-weight: bold;
    }

    @media screen and (max-width: 960px) {
        .p-topBanner_content_title span {
            display: block;
        }
    }

    .p-topBanner_content_list {
        margin-bottom: 50px;
        padding-left: 15px;
        color: #fff;
        font-size: 20px;
        line-height: 28px;
        list-style: none;
    }

    @media screen and (max-width: 960px) {
        .p-topBanner_content_list {
            margin-bottom: 55px;
        }
    }

    .p-topBanner_content_list li {
        display: flex;
        position: relative;
        align-items: center;
        margin-bottom: 25px;
        padding-left: 32px;
        line-height: 1.6;
    }

    @media screen and (max-width: 960px) {
        .p-topBanner_content_list li {
            line-height: 1.4;
        }
    }

    .p-topBanner_content_list li::before {
        content: '';
        position: absolute;
        left: -15px;
        width: 43px;
        height: 43px;
        background: url("../images/homepage/fire.png") no-repeat;
    }

    .p-topBanner_content_buttons a {
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 20px;
        padding: 11px 25px;
        border-radius: 10px;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
    }
.p-topBanner_content_buttons.home a {
    font-size: 16px !important;
}
    @media screen and (max-width: 960px) {
        .p-topBanner_content_buttons a {
            display: block;
            margin-bottom: 25px;
            text-align: center;
        }
            .p-topBanner_content_buttons a span.btn__icon_download {
                top: -5px;
            }
    }

    .p-topBanner_content_buttons .btn--trial {
        padding-left: 68px;
    }

    .p-topBanner_content_buttons .btn-white {
        padding: 11px 33px;
        background-color: #fff;
        color: #000;
    }

    .p-topBanner_content_buttons .btn--resource {
        background: #013E75;
        padding: 15px;
    }

    .p-topBanner_content_buttons .btn-green {
        padding: 11px 32px;
        background-color: #28a745;
        color: #fff;
    }

    .p-topBanner_content_link {
        margin-top: 30px;
    }

    @media screen and (max-width: 960px) {
        .p-topBanner_content_link {
            display: flex;
            margin-top: 5px;
        }
    }

    .p-topBanner_content_link a {
        padding: 10px 12px;
        background-color: #003d78;
        color: #fff;
        font-family: averata;
        font-size: 20px;
        font-weight: bold;
    }

    @media screen and (max-width: 960px) {
        .p-topBanner_content_link a {
            padding: 5px 10px;
        }
    }

    .p-topBanner_content .p-topBanner_content--l {
        width: 57%;
        max-width: 736px;
    }

    @media screen and (min-width: 961px) {
        .p-topBanner_content .p-topBanner_content--l {
            min-width: 736px;
        }
    }

    @media screen and (max-width: 960px) {
        .p-topBanner_content .p-topBanner_content--l {
            width: 100%;
            max-width: unset;
        }
    }

    @media (max-width: 1600px) and (min-width: 961px) {
        .p-topBanner_content .p-topBanner_content--l {
            width: 40%;
            min-width: unset;
            max-width: unset;
        }
    }

    @media screen and (min-width: 961px) {
        .p-topBanner_content .p-topBanner_content--r {
            width: calc(100% - 57% - 40px);
            min-width: 314px;
        }
    }

    .p-topBanner_content .p-topBanner_content--r_inner {
        padding: 50px 50px 90px;
        border-radius: 24px;
        background: #fff;
        box-shadow: 0 16px 72px 0 #061c3d14;
    }

    @media (min-width: 1200px) {
        .p-topBanner_content .p-topBanner_content--r_inner {
            min-width: 514px;
        }
    }

    @media screen and (max-width: 960px) {
        .p-topBanner_content .p-topBanner_content--r_inner {
            padding: 25px;
        }
    }

    @media (max-width: 1600px) and (min-width: 961px) {
        .p-topBanner_content .p-topBanner_content--r {
            width: calc(60% - 40px);
            padding: 50px 50px 60px;
        }
    }

    @media screen and (max-width: 960px) {
        .p-topBanner_content .p-topBanner_content--r {
            width: 100%;
            margin-top: 20px;
        }
    }

    .p-topBanner_content .p-topBanner_content--r h2 {
        padding-left: 12px;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: -0.48px;
        line-height: 32px;
    }

    @media screen and (max-width: 960px) {
        .p-topBanner_content .p-topBanner_content--r h2 {
            padding-left: 0;
            font-size: 20px;
            text-align: center;
        }
    }

    .p-topBanner_content .p-topBanner_content--r form {
        margin-top: 25px;
    }

    .p-topBanner_content .p-topBanner_content--r label {
        display: block;
        margin-bottom: 6px;
        color: #333;
        font-size: 14px;
        font-weight: 500;
    }

        .p-topBanner_content .p-topBanner_content--r label span {
            color: red;
        }

    .p-topBanner_content .p-topBanner_content--r input[type="text"],
    .p-topBanner_content .p-topBanner_content--r input[type="email"],
    .p-topBanner_content .p-topBanner_content--r input[type="tel"],
    .p-topBanner_content .p-topBanner_content--r select {
        width: 100%;
        margin-bottom: 18px;
        padding: 12px 14px;
        transition: border-color 0.3s;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 16px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .p-topBanner_content .p-topBanner_content--r select {
        background: url("../images/homepage/arrow_down.png") no-repeat right 22px center;
    }

    .p-topBanner_content .p-topBanner_content--r input[type="email"]:focus {
        border-color: #f5a623;
        /* Orange border like the image */
    }

    .p-topBanner_content .p-topBanner_content--r input:focus,
    .p-topBanner_content .p-topBanner_content--r select:focus {
        border-color: #4682d0;
        outline: none;
    }

    .p-topBanner_content .p-topBanner_content--r button:hover {
        background-color: #163763;
    }

    .p-topBanner_content .p-topBanner_content--r .btn-wrapper {
        margin-top: 24px;
        text-align: center;
    }

        .p-topBanner_content .p-topBanner_content--r .btn-wrapper button {
            padding: 15px 32px;
            transition: background 0.3s;
            border: none;
            border-radius: 10px;
            background-color: #0b2149;
            color: white;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
        }

    @media screen and (max-width: 960px) {
        .p-topBanner_content .p-topBanner_content--r .btn-wrapper button {
            width: 100%;
        }
    }

    .p-topBanner.is-fixContent .p-topBanner_bg {
        left: 50%;
        max-width: 1290px;
        transform: translateX(-50%);
    }

    /* .u-pc-only {
  padding-bottom: unset;
} */

    /* price */


    .has-bg {
        position: relative;
    }

        .has-bg::before {
            content: '';
            position: absolute;
            z-index: 1;
            right: 0;
            width: 617px;
            height: 419px;
            background: url("../images/homepage/mask-bg.svg") no-repeat;
        }

    .p-package02 {
        overflow: hidden;
        font-family: 'Inter', sans-serif;
        /* Lớp mờ ở dưới cùng */
        /* Nút "Xem thêm" */
    }

        .p-package02 .p-packages {
            padding: 100px 0 0;
            background-color: #fff;
            color: #061c3d;
        }

            .p-package02 .p-packages .p-packages_list_item a:hover {
                background-color: #ed8a32;
                color: #061c3d;
            }

            .p-package02 .p-packages .p-packages_btn .buy {
                background-color: #ed8a32;
            }

            .p-package02 .p-packages h3 {
                width: 47%;
                margin: 0 auto 0;
                color: #061c3d;
                font-size: 36px;
                font-weight: bold;
                letter-spacing: -0.02em;
                text-align: center;
                word-break: break-word;
            }

    @media screen and (max-width: 960px) {
        .p-package02 .p-packages h3 {
            width: 80%;
            margin: 0 auto;
            font-size: 30px;
        }
    }

    .p-package02 .p-packages h2 {
        font-family: 'Inter', sans-serif;
        word-break: break-word;
    }

    .p-package02 table {
        position: relative;
        width: 100%;
        margin: 0 auto 50px;
        overflow: hidden;
        border-spacing: 0;
        border-radius: 40px;
        color: #061c3d;
        font-family: 'Inter', sans-serif;
    }

    @media screen and (max-width: 960px) {
        .p-package02 table {
            width: 90%;
            max-width: unset;
        }
    }

    .p-package02 table,
    .p-package02 td,
    .p-package02 th {
        border: 1px solid #e6e8ec;
        word-break: break-word;
    }

    .p-package02 th {
        width: 33%;
        padding: 30px 20px 30px 30px;
        background-color: #f5f6f7;
        color: #061c3d;
        font-size: 24px;
        font-weight: bold;
        text-align: left;
    }

    @media screen and (max-width: 960px) {
        .p-package02 th {
            padding: 20px;
        }
    }

    .p-package02 td {
        padding: 20px 40px 20px 48px;
        letter-spacing: -0.012em;
        text-align: left;
    }

    @media screen and (min-width: 961px) {
        .p-package02 table tr:first-child th:first-child {
            border-top-left-radius: 40px;
        }

        .p-package02 table tr:first-child th:last-child {
            border-top-right-radius: 40px;
        }

        .p-package02 table tr:last-child td:first-child {
            border-bottom-left-radius: 40px;
        }

        .p-package02 table tr:last-child td:last-child {
            border-bottom-right-radius: 40px;
        }
    }

    @media screen and (max-width: 960px) {
        .p-package02 table,
        .p-package02 thead,
        .p-package02 tbody,
        .p-package02 th,
        .p-package02 td,
        .p-package02 tr {
            display: block;
            width: 100%;
        }

        .p-package02 thead {
            display: none;
        }
    }

    @media screen and (max-width: 960px) and (min-width: 961px) {
        .p-package02 tr {
            margin-bottom: 20px;
            padding: 10px;
        }
    }

    @media screen and (max-width: 960px) {
        .p-package02 td {
            position: relative;
            padding: 10px;
            text-align: left;
        }

            .p-package02 td::before {
                content: attr(data-label);
                display: block;
                margin-bottom: 5px;
                font-weight: bold;
            }

        .p-package02 table {
            border-radius: 0;
        }
    }

    .p-package02 .table-container {
        position: relative;
        margin: 50px auto 100px;
        padding-bottom: 50px;
        font-family: 'Inter', sans-serif;
    }

    @media screen and (max-width: 960px) {
        .p-package02 .table-container {
            max-width: 100%;
            margin: 0 auto 50px;
        }
    }

    .p-package02 .table-wrapper {
        position: relative;
        max-height: 300px;
        /* 👈 Chiều cao hiển thị ban đầu */
        overflow: hidden;
        border-collapse: collapse;
    }

    .p-package02 .fade-overlay {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 265px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
        pointer-events: none;
    }

    .p-package02 .btn-wrapper {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .p-package02 .view-more-btn {
        display: block;
        margin: 20px auto 0;
        padding: 10px 30px;
        transition: all 0.2s ease;
        border: 1.5px solid #013e75;
        border-radius: 8px;
        background-color: white;
        color: #1147a6;
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
    }

        .p-package02 .view-more-btn:hover {
            background-color: #1e293b;
            color: white;
        }

    @media screen and (min-width: 961px) {
        .p-package02 .pricing {
            padding: 50px 50px 0;
        }
    }

    .p-package02 .pricing h2 {
        color: #f68701;
    }

    .p-package02 .pricing h3 {
        color: #fff;
        font-weight: normal;
    }

    .support-form {
        margin: 0 auto;
        margin-bottom: 100px;
        padding: 40px;
        border-radius: 24px;
        background-color: #f6f7f8;
        font-family: 'Inter', sans-serif;
    }

    .support-form__heading {
        margin-bottom: 30px;
        color: #42526b;
        font-size: 24px;
        font-weight: 600;
        text-align: center;
    }

    .support-form__form {
        gap: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .support-form__group {
        display: flex;
        flex: 1 1 30%;
        flex-direction: column;
    }

    .support-form__label {
        margin-bottom: 8px;
        color: #061c3d;
        font-size: 14px;
        font-weight: 500;
    }

        .support-form__label span {
            color: red;
        }

    .support-form__input {
        padding: 12px 16px;
        transition: border-color 0.3s;
        border: 1px solid #ccc;
        border-radius: 8px;
        font-size: 14px;
    }

        .support-form__input::-webkit-input-placeholder {
            color: #a0a0a0;
        }

        .support-form__input:-ms-input-placeholder {
            color: #a0a0a0;
        }

        .support-form__input::placeholder {
            color: #a0a0a0;
        }

        .support-form__input:focus {
            border-color: #f59e0b;
            outline: none;
        }

    .support-form__input--error {
        border-color: #f59e0b;
    }

    .support-form__action {
        display: flex;
        flex: 1 1 100%;
        justify-content: center;
        margin-top: 20px;
    }

    .support-form__button {
        padding: 12px 24px;
        transition: background-color 0.3s;
        border: none;
        border-radius: 10px;
        background-color: #f59e0b;
        color: white;
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
    }

        .support-form__button:hover {
            background-color: #f8b972;
        }
    /*=====*/

    /* cart */

    .checkout {
        display: flex;
        position: relative;
        z-index: 2;
        align-items: flex-start;
        padding: 80px 0;
        font-family: 'Inter', sans-serif;
        gap: 24px;
    }

    @media screen and (max-width: 960px) {
        .checkout {
            flex-direction: column;
            align-items: unset;
        }
    }

    @media screen and (min-width: 961px) {
        .checkout__left {
            width: calc(100% - 403px);
        }
    }

    @media all and (max-width: 1600px) and (min-width: 961px) {
        .checkout__left {
            width: calc(100% - 400px);
        }
    }

    .checkout__left .checkout-section:not(:last-child) {
        margin-bottom: 50px;
    }

    .checkout__right {
        gap: 24px;
        display: flex;
        flex-direction: column;
    }

    @media all and (max-width: 1600px) and (min-width: 961px) {
        .checkout__right {
            width: 400px;
        }
    }

    @media screen and (min-width: 961px) {
        .checkout__right {
            width: 403px;
        }
    }

    .checkout__title {
        margin-bottom: 16px;
        color: #061c3d;
        font-size: 40px;
        font-weight: bold;
    }

    .checkout h4 {
        margin-bottom: 20px;
        color: #061c3d;
        font-size: 24px;
        font-weight: bold;
    }

    .checkout__cart {
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
    }

    .checkout__cart__lbl {
        display: flex;
        align-items: center;
    }

    @media screen and (max-width: 960px) {
        .checkout__cart__lbl {
            display: none;
        }
    }

    .checkout__cart__lbl label:first-child {
        width: calc(100% - 170px);
        padding-left: 20px;
        border-right: 1px solid #e5e7eb;
    }

    .checkout__cart__lbl label:last-child {
        width: 170px;
        text-align: center;
    }

    .checkout__heading {
        padding: 10px 20px;
        color: #42526b;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: -0.012em;
        line-height: 2.25;
    }

    .checkout__coupon {
        gap: 1rem;
        display: flex;
        padding: 20px;
        border-top: 1px solid #e6e8ec;
    }

        .checkout__coupon .coupon__input {
            padding: 0.75rem 1rem;
            transition: border 0.3s, box-shadow 0.3s;
            border: 1px solid #ccc;
            border-radius: 8px;
        }

        .checkout__coupon .coupon__apply {
            padding: 0.75rem 1.5rem;
            border: none;
            border-radius: 8px;
            background: #0d316d;
            color: white;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
        }

    .checkout .form-group {
        gap: 16px;
        display: flex;
        padding: 24px;
        border: 1px solid #e2e8f0;
        border-radius: 24px;
        background: #fff;
    }

    @media all and (max-width: 1600px) and (min-width: 961px) {
        .checkout .form-group {
            flex-wrap: wrap;
        }
    }

    @media screen and (max-width: 960px) {
        .checkout .form-group {
            flex-direction: column;
        }
    }

    .checkout .form-field {
        display: flex;
        flex: 1;
        flex-direction: column;
    }

        .checkout .form-field label {
            margin-bottom: 8px;
            color: #1a202c;
            font-weight: 600;
        }

            .checkout .form-field label span {
                color: red;
            }

        .checkout .form-field input {
            padding: 12px 16px;
            transition: border 0.3s, box-shadow 0.3s;
            border: 1px solid #e2e8f0;
            border-radius: 8px;
            outline: none;
            font-size: 16px;
        }

            .checkout .form-field input:focus {
                border-color: #f6ad55;
                /* màu cam nhạt */
                box-shadow: 0 0 0 2px rgba(251, 191, 36, 0.3);
            }

    .checkout input[type="radio"] {
        position: relative;
        width: 24px;
        height: 24px;
        margin-right: 10px;
        transition: border-color 0.2s ease-in-out;
        border: 2px solid #d1d1d6;
        border-radius: 50%;
        background-color: #fff;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .checkout input[type="radio"]::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 12px;
            height: 12px;
            transform: translate(-50%, -50%) scale(0);
            transition: transform 0.2s ease-in-out;
            border-radius: 50%;
            background-color: #ec9025;
        }

        .checkout input[type="radio"]:checked {
            border-color: #ec9025;
        }

            .checkout input[type="radio"]:checked::after {
                transform: translate(-50%, -50%) scale(1);
            }

    .checkout-cart,
    .checkout-form,
    .checkout-payment {
        padding: 24px;
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        background: #fff;
    }

    .cart-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
        border-top: 1px solid #e6e8ec;
    }

    @media screen and (max-width: 960px) {
        .cart-item {
            flex-direction: column;
            padding: 20px;
        }
    }

    @media screen and (min-width: 961px) {
        .cart-item__info {
            flex: 1;
            border-right: 1px solid #e6e8ec;
        }
    }

    .cart-item__info__inner {
        padding: 10px 0;
    }

    .cart-item__name {
        margin-bottom: 0.5rem;
        color: #f7931e;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: -0.02em;
    }

    .cart-item__options {
        gap: 0.5rem;
        display: flex;
        flex-direction: column;
    }

    .cart-item__option {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        color: #061c3d;
        font-size: 16px;
        line-height: 24px;
    }

    .cart-item__quantity {
        gap: 0.5rem;
        display: flex;
        align-items: center;
    }

    @media screen and (min-width: 961px) {
        .cart-item__quantity {
            justify-content: center;
            width: 150px;
        }
    }

    .cart-item__quantity input {
        max-width: 60px;
        padding: 10px;
        border: none;
        border-radius: 8px;
        outline: none;
        background: #edf0f5;
    }

    .cart-item__quantity .quantity__btn {
        width: 32px;
        height: 32px;
        border: none;
        border-radius: 6px;
        background: #edf0f5;
        color: #0d1b3e;
        font-size: 1.25rem;
        font-weight: bold;
        cursor: pointer;
    }

    .cart-item__quantity .quantity__btn--minus,
    .cart-item__quantity .quantity__btn--plus {
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    @media screen and (min-width: 961px) {
        .cart-item__quantity .quantity__btn--minus {
            margin-left: 15px;
        }
    }

    .cart-item__quantity .quantity__value {
        min-width: 20px;
        font-size: 1.1rem;
        font-weight: bold;
        text-align: center;
    }

    .checkout-cart__product-name {
        margin-bottom: 16px;
        color: #f7941e;
        font-size: 20px;
        font-weight: bold;
    }

    .checkout-cart__options {
        gap: 8px;
        display: flex;
        flex-direction: column;
        margin-bottom: 16px;
    }

        .checkout-cart__options label {
            gap: 8px;
            display: flex;
            align-items: center;
        }

    .checkout-cart__discount {
        gap: 8px;
        display: flex;
        margin-bottom: 16px;
    }

        .checkout-cart__discount input {
            flex: 1;
            padding: 8px;
            border: 1px solid #ccc;
            border-radius: 8px;
        }

        .checkout-cart__discount button {
            padding: 8px 12px;
            border: none;
            border-radius: 8px;
            background: #0a3d91;
            color: white;
            font-weight: bold;
            cursor: pointer;
        }

    .checkout-cart__qty {
        gap: 12px;
        display: flex;
        align-items: center;
    }

        .checkout-cart__qty button {
            width: 36px;
            height: 36px;
            border: none;
            border-radius: 6px;
            background: #f3f4f6;
            font-size: 18px;
            font-weight: bold;
            cursor: pointer;
        }

    .checkout-payment {
        gap: 16px;
        display: flex;
        flex-direction: column;
    }

        .checkout-payment h4 {
            margin-bottom: 8px;
            font-size: 24px;
            font-weight: bold;
            letter-spacing: -0.02em;
        }

        .checkout-payment label {
            display: flex;
            align-items: center;
            font-size: 16px;
        }

    .checkout-payment__summary {
        gap: 12px;
        display: flex;
        flex-direction: column;
        margin-top: 16px;
        padding-top: 15px;
        border-top: 1px solid #e6e8ec;
    }

        .checkout-payment__summary .total {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 16px;
        }

            .checkout-payment__summary .total.other-vn {
                font-size: 12px;
            }

            .checkout-payment__summary .total strong {
                color: #f7941e;
                font-size: 24px;
                font-weight: bold;
            }

            .checkout-payment__summary .total.other-vn strong {
                font-size: 20px;
            }

        .checkout-payment__summary .agreement {
            display: inline-block;
            color: #2c2c2e;
            font-size: 16px;
        }

            .checkout-payment__summary .agreement a {
                color: #2f80ed;
            }

        .checkout-payment__summary .pay-btn {
            padding: 12px;
            border: none;
            border-radius: 8px;
            background: #f7941e;
            color: white;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
        }

    .p-payment02 .l-topSection {
        background-color: #f7f9fb;
    }

    .l-topBody2 {
        padding-top: 87px;
    }

    /*====*/

