<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Default*/
:root {
    --main-color: #D12D27;
    --secondary-color: #21408B;
    --main-color-hover: #f44336;
    --text-color: #3A3E40;
    --bg-color: #fff;
    --white-color: #fff;
    --gray-color: #eee;
}

@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,900,900italic,300italic,300,100italic,100);


body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-color);
    position: relative;
}

a {
    color: inherit;
}

.post-detail div:not(#ez-toc-container) a {
    color: -webkit-link !important;
    cursor: pointer !important;
    text-decoration: underline !important;
    color: #0facf3 !important;
}

.post-detail div:not(#ez-toc-container) li {
    margin-bottom: .75rem !important;
}

small .text-white {
    font-size: 12px;
}

a:hover, a:focus {
    color: #da4232;
    text-decoration: none;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

* {
    padding: 0;
    margin: 0;
    outline: none !important;
}

.post-detail  a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap-reverse;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.text-main {
    color: var(--main-color) !important;
}

a.text-main:hover {
    text-decoration: underline;
}

.text-secondary {
    color: var(--secondary-color) !important;
}

body .text-hover-main:hover {
    color: var(--main-color) !important;
}

/*FONT*/
.font-medium {
    font-weight: 500 !important;
}

.font-semibold {
    font-weight: 600 !important;
}

.font-bold {
    font-weight: 700 !important;
}

.font-normal {
    font-weight: normal !important;
}

/*position*/
.ps-relative {
    position: relative;
}

/*Z-INDEX*/
.z-index-1 {
    z-index: 1
}

.z-index-2 {
    z-index: 2
}

.z-index-3 {
    z-index: 3
}

.z-index-4 {
    z-index: 4
}

.z-index-5 {
    z-index: 5
}

.z-index-100 {
    z-index: 100
}

.z-index-200 {
    z-index: 200
}

.z-index-300 {
    z-index: 300
}

.z-index-400 {
    z-index: 400
}

.z-index-500 {
    z-index: 500
}

.z-index-1024 {
    z-index: 1024
}

.z-index-999 {
    z-index: 999
}

.z-index-9999 {
    z-index: 9999
}

/*-------font size-------*/
.fs-2 {
    font-size: 2px !important
}

.fs-4 {
    font-size: 4px !important
}

.fs-6 {
    font-size: 6px !important
}

.fs-8 {
    font-size: 8px !important
}

.fs-10 {
    font-size: 10px !important
}

.fs-12 {
    font-size: 12px !important
}

.fs-13 {
    font-size: 13px !important
}

.fs-14 {
    font-size: 14px !important
}

.fs-15 {
    font-size: 15px !important
}

.fs-16 {
    font-size: 16px !important
}

.fs-17 {
    font-size: 17px !important
}

.fs-18 {
    font-size: 18px !important
}

.fs-19 {
    font-size: 19px !important
}

.fs-20 {
    font-size: 20px !important
}

.fs-22 {
    font-size: 22px !important
}

.fs-24 {
    font-size: 24px !important
}

.fs-26 {
    font-size: 26px !important
}

.fs-28 {
    font-size: 28px !important
}

.fs-30 {
    font-size: 30px !important
}

.fs-32 {
    font-size: 32px !important
}

.fs-34 {
    font-size: 34px !important
}

.fs-36 {
    font-size: 36px !important
}

.fs-44 {
    font-size: 44px !important
}

.fs-40 {
    font-size: 40px !important
}

.fs-48 {
    font-size: 48px !important
}

.fs-60 {
    font-size: 60px !important
}

.fs-64 {
    font-size: 64px !important
}

@media (min-width: 576px) {
    .fs-sm-2 {
        font-size: 2px !important
    }

    .fs-sm-4 {
        font-size: 4px !important
    }

    .fs-sm-6 {
        font-size: 6px !important
    }

    .fs-sm-8 {
        font-size: 8px !important
    }

    .fs-sm-10 {
        font-size: 10px !important
    }

    .fs-sm-12 {
        font-size: 12px !important
    }

    .fs-sm-13 {
        font-size: 13px !important
    }

    .fs-sm-14 {
        font-size: 14px !important
    }

    .fs-sm-15 {
        font-size: 15px !important
    }

    .fs-sm-16 {
        font-size: 16px !important
    }

    .fs-sm-17 {
        font-size: 17px !important
    }

    .fs-sm-18 {
        font-size: 18px !important
    }

    .fs-sm-19 {
        font-size: 19px !important
    }

    .fs-sm-20 {
        font-size: 20px !important
    }

    .fs-sm-22 {
        font-size: 22px !important
    }

    .fs-sm-24 {
        font-size: 24px !important
    }

    .fs-sm-26 {
        font-size: 26px !important
    }

    .fs-sm-28 {
        font-size: 28px !important
    }

    .fs-sm-30 {
        font-size: 30px !important
    }

    .fs-sm-32 {
        font-size: 32px !important
    }

    .fs-sm-34 {
        font-size: 34px !important
    }

    .fs-sm-36 {
        font-size: 36px !important
    }

    .fs-sm-38 {
        font-size: 38px !important
    }

    .fs-sm-40 {
        font-size: 40px !important
    }

    .fs-sm-48 {
        font-size: 48px !important
    }

    .fs-sm-60 {
        font-size: 60px !important
    }

    .fs-sm-64 {
        font-size: 64px !important
    }
}

@media (min-width: 768px) {
    .fs-md-2 {
        font-size: 2px !important
    }

    .fs-md-4 {
        font-size: 4px !important
    }

    .fs-md-6 {
        font-size: 6px !important
    }

    .fs-md-8 {
        font-size: 8px !important
    }

    .fs-md-10 {
        font-size: 10px !important
    }

    .fs-md-12 {
        font-size: 12px !important
    }

    .fs-md-13 {
        font-size: 13px !important
    }

    .fs-md-14 {
        font-size: 14px !important
    }

    .fs-md-15 {
        font-size: 15px !important
    }

    .fs-md-16 {
        font-size: 16px !important
    }

    .fs-md-17 {
        font-size: 17px !important
    }

    .fs-md-18 {
        font-size: 18px !important
    }

    .fs-md-19 {
        font-size: 19px !important
    }

    .fs-md-20 {
        font-size: 20px !important
    }

    .fs-md-22 {
        font-size: 22px !important
    }

    .fs-md-24 {
        font-size: 24px !important
    }

    .fs-md-26 {
        font-size: 26px !important
    }

    .fs-md-28 {
        font-size: 28px !important
    }

    .fs-md-30 {
        font-size: 30px !important
    }

    .fs-md-32 {
        font-size: 32px !important
    }

    .fs-md-34 {
        font-size: 34px !important
    }

    .fs-md-36 {
        font-size: 36px !important
    }

    .fs-md-38 {
        font-size: 38px !important
    }

    .fs-md-40 {
        font-size: 40px !important
    }

    .fs-md-48 {
        font-size: 48px !important
    }

    .fs-md-60 {
        font-size: 60px !important
    }

    .fs-md-64 {
        font-size: 64px !important
    }
}

@media (min-width: 992px) {
    .fs-lg-2 {
        font-size: 2px !important
    }

    .fs-lg-4 {
        font-size: 4px !important
    }

    .fs-lg-6 {
        font-size: 6px !important
    }

    .fs-lg-8 {
        font-size: 8px !important
    }

    .fs-lg-10 {
        font-size: 10px !important
    }

    .fs-lg-12 {
        font-size: 12px !important
    }

    .fs-lg-13 {
        font-size: 13px !important
    }

    .fs-lg-14 {
        font-size: 14px !important
    }

    .fs-lg-15 {
        font-size: 15px !important
    }

    .fs-lg-16 {
        font-size: 16px !important
    }

    .fs-lg-17 {
        font-size: 17px !important
    }

    .fs-lg-18 {
        font-size: 18px !important
    }

    .fs-lg-19 {
        font-size: 19px !important
    }

    .fs-lg-20 {
        font-size: 20px !important
    }

    .fs-lg-22 {
        font-size: 22px !important
    }

    .fs-lg-24 {
        font-size: 24px !important
    }

    .fs-lg-26 {
        font-size: 26px !important
    }

    .fs-lg-28 {
        font-size: 28px !important
    }

    .fs-lg-30 {
        font-size: 30px !important
    }

    .fs-lg-32 {
        font-size: 32px !important
    }

    .fs-lg-34 {
        font-size: 34px !important
    }

    .fs-lg-36 {
        font-size: 36px !important
    }

    .fs-lg-38 {
        font-size: 38px !important
    }

    .fs-lg-40 {
        font-size: 40px !important
    }

    .fs-lg-48 {
        font-size: 48px !important
    }

    .fs-lg-60 {
        font-size: 60px !important
    }

    .fs-lg-64 {
        font-size: 64px !important
    }
}

@media (min-width: 1200px) {
    .fs-xl-2 {
        font-size: 2px !important
    }

    .fs-xl-4 {
        font-size: 4px !important
    }

    .fs-xl-6 {
        font-size: 6px !important
    }

    .fs-xl-8 {
        font-size: 8px !important
    }

    .fs-xl-10 {
        font-size: 10px !important
    }

    .fs-xl-12 {
        font-size: 12px !important
    }

    .fs-xl-13 {
        font-size: 13px !important
    }

    .fs-xl-14 {
        font-size: 14px !important
    }

    .fs-xl-15 {
        font-size: 15px !important
    }

    .fs-xl-16 {
        font-size: 16px !important
    }

    .fs-xl-17 {
        font-size: 17px !important
    }

    .fs-xl-18 {
        font-size: 18px !important
    }

    .fs-xl-19 {
        font-size: 19px !important
    }

    .fs-xl-20 {
        font-size: 20px !important
    }

    .fs-xl-22 {
        font-size: 22px !important
    }

    .fs-xl-24 {
        font-size: 24px !important
    }

    .fs-xl-26 {
        font-size: 26px !important
    }

    .fs-xl-28 {
        font-size: 28px !important
    }

    .fs-xl-30 {
        font-size: 30px !important
    }

    .fs-xl-32 {
        font-size: 32px !important
    }

    .fs-xl-34 {
        font-size: 34px !important
    }

    .fs-xl-36 {
        font-size: 36px !important
    }

    .fs-xl-38 {
        font-size: 38px !important
    }

    .fs-xl-40 {
        font-size: 40px !important
    }

    .fs-xl-48 {
        font-size: 48px !important
    }

    .fs-xl-60 {
        font-size: 60px !important
    }

    .fs-xl-64 {
        font-size: 64px !important
    }
}


/*IMG FIT*/
.img-cover {
    object-fit: cover;
    object-position: center
}

.img-contain {
    object-fit: contain !important;
    object-position: center
}

/*TABLE*/
.table-items table tbody tr td,
.table-items table thead tr th {
    vertical-align: middle;
}

.table-items table tbody tr td {
    border-top-color: #eee;
    color: #4d4f5c;
}

.table-items table thead tr th {
    border-bottom: 0;
    border-top: 0;
    font-weight: normal;
    color: #a6adb4;
}

.table tbody tr td {
    word-break: break-word;
}

/*WIDT HEIGHT*/

.w-auto {
    width: auto !important;
}

.w-25px {
    width: 25px !important;
}

.w-50px {
    width: 50px !important;
}

.w-75px {
    width: 75px !important;
}

.w-100px {
    width: 100px !important;
}

.w-125px {
    width: 125px !important;
}

.w-150px {
    width: 150px !important;
}

.w-175px {
    width: 175px !important;
}

.w-200px {
    width: 200px !important;
}

.w-225px {
    width: 225px !important;
}

.w-250px {
    width: 250px !important;
}

.w-275px {
    width: 275px !important;
}

.w-300px {
    width: 300px !important;
}

.w-325px {
    width: 325px !important;
}

.w-350px {
    width: 350px !important;
}

.w-375px {
    width: 375px !important;
}

.w-400px {
    width: 400px !important;
}

.min-w-0 {
    min-width: 0 !important;
}

.min-w-1 {
    min-width: 1px !important;
}

.min-w-25px {
    min-width: 25px !important;
}

.min-w-50px {
    min-width: 50px !important;
}

.min-w-75px {
    min-width: 75px !important;
}

.min-w-100px {
    min-width: 100px !important;
}

.min-w-125px {
    min-width: 125px !important;
}

.min-w-150px {
    min-width: 150px !important;
}

.min-w-175px {
    min-width: 175px !important;
}

.min-w-200px {
    min-width: 200px !important;
}

.min-w-225px {
    min-width: 225px !important;
}

.min-w-250px {
    min-width: 250px !important;
}

.min-w-275px {
    min-width: 275px !important;
}

.min-w-300px {
    min-width: 300px !important;
}

.min-w-325px {
    min-width: 325px !important;
}

.min-w-350px {
    min-width: 350px !important;
}

.min-w-375px {
    min-width: 375px !important;
}

.min-w-400px {
    min-width: 400px !important;
}

.max-w-0 {
    max-width: 0 !important;
}

.max-w-25px {
    max-width: 25px !important;
}

.max-w-50px {
    max-width: 50px !important;
}

.max-w-75px {
    max-width: 75px !important;
}

.max-w-100px {
    max-width: 100px !important;
}

.max-w-125px {
    max-width: 125px !important;
}

.max-w-150px {
    max-width: 150px !important;
}

.max-w-175px {
    max-width: 175px !important;
}

.max-w-200px {
    max-width: 200px !important;
}

.max-w-225px {
    max-width: 225px !important;
}

.max-w-250px {
    max-width: 250px !important;
}

.max-w-275px {
    max-width: 275px !important;
}

.max-w-300px {
    max-width: 300px !important;
}

.max-w-325px {
    max-width: 325px !important;
}

.max-w-350px {
    max-width: 350px !important;
}

.max-w-375px {
    max-width: 375px !important;
}

.max-w-400px {
    max-width: 400px !important;
}

@media (min-width: 576px) {
    .w-sm-auto {
        width: auto !important;
    }

    .w-sm-25px {
        width: 25px !important;
    }

    .w-sm-50px {
        width: 50px !important;
    }

    .w-sm-75px {
        width: 75px !important;
    }

    .w-sm-100px {
        width: 100px !important;
    }

    .w-sm-125px {
        width: 125px !important;
    }

    .w-sm-150px {
        width: 150px !important;
    }

    .w-sm-175px {
        width: 175px !important;
    }

    .w-sm-200px {
        width: 200px !important;
    }

    .w-sm-225px {
        width: 225px !important;
    }

    .w-sm-250px {
        width: 250px !important;
    }

    .w-sm-275px {
        width: 275px !important;
    }

    .w-sm-300px {
        width: 300px !important;
    }

    .w-sm-325px {
        width: 325px !important;
    }

    .w-sm-350px {
        width: 350px !important;
    }

    .w-sm-375px {
        width: 375px !important;
    }

    .w-sm-400px {
        width: 400px !important;
    }
}

@media (min-width: 768px) {
    .w-md-auto {
        width: auto !important;
    }

    .w-md-25px {
        width: 25px !important;
    }

    .w-md-50px {
        width: 50px !important;
    }

    .w-md-75px {
        width: 75px !important;
    }

    .w-md-100px {
        width: 100px !important;
    }

    .w-md-125px {
        width: 125px !important;
    }

    .w-md-150px {
        width: 150px !important;
    }

    .w-md-175px {
        width: 175px !important;
    }

    .w-md-200px {
        width: 200px !important;
    }

    .w-md-225px {
        width: 225px !important;
    }

    .w-md-250px {
        width: 250px !important;
    }

    .w-md-275px {
        width: 275px !important;
    }

    .w-md-300px {
        width: 300px !important;
    }

    .w-md-325px {
        width: 325px !important;
    }

    .w-md-350px {
        width: 350px !important;
    }

    .w-md-375px {
        width: 375px !important;
    }

    .w-md-400px {
        width: 400px !important;
    }
}

@media (min-width: 992px) {
    .w-lg-auto {
        width: auto !important;
    }

    .w-lg-25px {
        width: 25px !important;
    }

    .w-lg-50px {
        width: 50px !important;
    }

    .w-lg-75px {
        width: 75px !important;
    }

    .w-lg-100px {
        width: 100px !important;
    }

    .w-lg-125px {
        width: 125px !important;
    }

    .w-lg-150px {
        width: 150px !important;
    }

    .w-lg-175px {
        width: 175px !important;
    }

    .w-lg-200px {
        width: 200px !important;
    }

    .w-lg-225px {
        width: 225px !important;
    }

    .w-lg-250px {
        width: 250px !important;
    }

    .w-lg-275px {
        width: 275px !important;
    }

    .w-lg-300px {
        width: 300px !important;
    }

    .w-lg-325px {
        width: 325px !important;
    }

    .w-lg-350px {
        width: 350px !important;
    }

    .w-lg-375px {
        width: 375px !important;
    }

    .w-lg-400px {
        width: 400px !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-auto {
        width: auto !important;
    }

    .w-xl-25px {
        width: 25px !important;
    }

    .w-xl-50px {
        width: 50px !important;
    }

    .w-xl-75px {
        width: 75px !important;
    }

    .w-xl-100px {
        width: 100px !important;
    }

    .w-xl-125px {
        width: 125px !important;
    }

    .w-xl-150px {
        width: 150px !important;
    }

    .w-xl-175px {
        width: 175px !important;
    }

    .w-xl-200px {
        width: 200px !important;
    }

    .w-xl-225px {
        width: 225px !important;
    }

    .w-xl-250px {
        width: 250px !important;
    }

    .w-xl-275px {
        width: 275px !important;
    }

    .w-xl-300px {
        width: 300px !important;
    }

    .w-xl-325px {
        width: 325px !important;
    }

    .w-xl-350px {
        width: 350px !important;
    }

    .w-xl-375px {
        width: 375px !important;
    }

    .w-xl-400px {
        width: 400px !important;
    }
}


.h-auto {
    height: auto !important;
}

.h-25px {
    height: 25px !important;
}

.h-50px {
    height: 50px !important;
}

.h-75px {
    height: 75px !important;
}

.h-100px {
    height: 100px !important;
}

.h-125px {
    height: 125px !important;
}

.h-150px {
    height: 150px !important;
}

.h-175px {
    height: 175px !important;
}

.h-200px {
    height: 200px !important;
}

.h-225px {
    height: 225px !important;
}

.h-250px {
    height: 250px !important;
}

.h-275px {
    height: 275px !important;
}

.h-300px {
    height: 300px !important;
}

.h-325px {
    height: 325px !important;
}

.h-350px {
    height: 350px !important;
}

.h-375px {
    height: 375px !important;
}

.h-400px {
    height: 400px !important;
}

.min-h-0 {
    min-height: 0 !important;
}

.min-h-25px {
    min-height: 25px !important;
}

.min-h-50px {
    min-height: 50px !important;
}

.min-h-75px {
    min-height: 75px !important;
}

.min-h-100px {
    min-height: 100px !important;
}

.min-h-125px {
    min-height: 125px !important;
}

.min-h-150px {
    min-height: 150px !important;
}

.min-h-175px {
    min-height: 175px !important;
}

.min-h-200px {
    min-height: 200px !important;
}

.min-h-225px {
    min-height: 225px !important;
}

.min-h-250px {
    min-height: 250px !important;
}

.min-h-275px {
    min-height: 275px !important;
}

.min-h-300px {
    min-height: 300px !important;
}

.min-h-325px {
    min-height: 325px !important;
}

.min-h-350px {
    min-height: 350px !important;
}

.min-h-375px {
    min-height: 375px !important;
}

.min-h-400px {
    min-height: 400px !important;
}

.max-h-0 {
    max-height: 0 !important;
}

.max-h-25px {
    max-height: 25px !important;
}

.max-h-50px {
    max-height: 50px !important;
}

.max-h-75px {
    max-height: 75px !important;
}

.max-h-100px {
    max-height: 100px !important;
}

.max-h-125px {
    max-height: 125px !important;
}

.max-h-150px {
    max-height: 150px !important;
}

.max-h-175px {
    max-height: 175px !important;
}

.max-h-200px {
    max-height: 200px !important;
}

.max-h-225px {
    max-height: 225px !important;
}

.max-h-250px {
    max-height: 250px !important;
}

.max-h-275px {
    max-height: 275px !important;
}

.max-h-300px {
    max-height: 300px !important;
}

.max-h-325px {
    max-height: 325px !important;
}

.max-h-350px {
    max-height: 350px !important;
}

.max-h-375px {
    max-height: 375px !important;
}

.max-h-400px {
    max-height: 400px !important;
}

@media (min-height: 576px) {
    .h-sm-auto {
        height: auto !important;
    }

    .h-sm-25px {
        height: 25px !important;
    }

    .h-sm-50px {
        height: 50px !important;
    }

    .h-sm-75px {
        height: 75px !important;
    }

    .h-sm-100px {
        height: 100px !important;
    }

    .h-sm-125px {
        height: 125px !important;
    }

    .h-sm-150px {
        height: 150px !important;
    }

    .h-sm-175px {
        height: 175px !important;
    }

    .h-sm-200px {
        height: 200px !important;
    }

    .h-sm-225px {
        height: 225px !important;
    }

    .h-sm-250px {
        height: 250px !important;
    }

    .h-sm-275px {
        height: 275px !important;
    }

    .h-sm-300px {
        height: 300px !important;
    }

    .h-sm-325px {
        height: 325px !important;
    }

    .h-sm-350px {
        height: 350px !important;
    }

    .h-sm-375px {
        height: 375px !important;
    }

    .h-sm-400px {
        height: 400px !important;
    }
}

@media (min-height: 768px) {
    .h-md-auto {
        height: auto !important;
    }

    .h-md-25px {
        height: 25px !important;
    }

    .h-md-50px {
        height: 50px !important;
    }

    .h-md-75px {
        height: 75px !important;
    }

    .h-md-100px {
        height: 100px !important;
    }

    .h-md-125px {
        height: 125px !important;
    }

    .h-md-150px {
        height: 150px !important;
    }

    .h-md-175px {
        height: 175px !important;
    }

    .h-md-200px {
        height: 200px !important;
    }

    .h-md-225px {
        height: 225px !important;
    }

    .h-md-250px {
        height: 250px !important;
    }

    .h-md-275px {
        height: 275px !important;
    }

    .h-md-300px {
        height: 300px !important;
    }

    .h-md-325px {
        height: 325px !important;
    }

    .h-md-350px {
        height: 350px !important;
    }

    .h-md-375px {
        height: 375px !important;
    }

    .h-md-400px {
        height: 400px !important;
    }
}

@media (min-height: 992px) {
    .h-lg-auto {
        height: auto !important;
    }

    .h-lg-25px {
        height: 25px !important;
    }

    .h-lg-50px {
        height: 50px !important;
    }

    .h-lg-75px {
        height: 75px !important;
    }

    .h-lg-100px {
        height: 100px !important;
    }

    .h-lg-125px {
        height: 125px !important;
    }

    .h-lg-150px {
        height: 150px !important;
    }

    .h-lg-175px {
        height: 175px !important;
    }

    .h-lg-200px {
        height: 200px !important;
    }

    .h-lg-225px {
        height: 225px !important;
    }

    .h-lg-250px {
        height: 250px !important;
    }

    .h-lg-275px {
        height: 275px !important;
    }

    .h-lg-300px {
        height: 300px !important;
    }

    .h-lg-325px {
        height: 325px !important;
    }

    .h-lg-350px {
        height: 350px !important;
    }

    .h-lg-375px {
        height: 375px !important;
    }

    .h-lg-400px {
        height: 400px !important;
    }
}

@media (min-height: 1200px) {
    .h-xl-auto {
        height: auto !important;
    }

    .h-xl-25px {
        height: 25px !important;
    }

    .h-xl-50px {
        height: 50px !important;
    }

    .h-xl-75px {
        height: 75px !important;
    }

    .h-xl-100px {
        height: 100px !important;
    }

    .h-xl-125px {
        height: 125px !important;
    }

    .h-xl-150px {
        height: 150px !important;
    }

    .h-xl-175px {
        height: 175px !important;
    }

    .h-xl-200px {
        height: 200px !important;
    }

    .h-xl-225px {
        height: 225px !important;
    }

    .h-xl-250px {
        height: 250px !important;
    }

    .h-xl-275px {
        height: 275px !important;
    }

    .h-xl-300px {
        height: 300px !important;
    }

    .h-xl-325px {
        height: 325px !important;
    }

    .h-xl-350px {
        height: 350px !important;
    }

    .h-xl-375px {
        height: 375px !important;
    }

    .h-xl-400px {
        height: 400px !important;
    }
}

/*BORDER RADIUS*/
.border-radius,
.radius-9999 {
    border-radius: 9999px;
}

.radius-5 {
    border-radius: 5px;
}

.border-1 {
    border-width: 1px;
}

.border-solid {
    border-style: solid;
}

.border-dashed {
    border-style: dashed;
}

.border-dotted {
    border-style: dotted;
}

.border-main {
    border-color: var(--main-color);
}

.border-gray {
    border-color: #a6adb4;
}

.border-white {
    border-color: #fff;
}

.border-black {
    border-color: #000;
}

/*-------paragraph's lines-------*/
.text-truncate-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate-6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Desktop menu*/
.header-center .menu &gt; ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header-center .menu &gt; ul li:nth-last-child(3) {
    margin-left: auto;
}

.menu {
    position: relative;
}

.menu ul {
    margin: 0;
}

.menu &gt; ul &gt; li {
    float: left;
    position: relative;
    height: 80px;
    display: flex;
    align-items: center;

}

.menu &gt; ul &gt; li:last-child {
    margin-right: 0
}

.menu &gt; ul &gt; li &gt; a {
    font-size: 14px;
    font-weight: bold;
    color: var(--text-color);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    display: block;
    padding: 0 8px;
}

.menu &gt; ul &gt; li &gt; a:hover,
.menu &gt; ul &gt; li &gt; a:focus {
    color: var(--main-color);
    text-decoration: none;
}

.menu &gt; ul &gt; li:not(.btn) {
    height: 80px;
}

.menu &gt; ul &gt; li.active &gt; a,
.menu &gt; ul &gt; li &gt; ul &gt; li.active &gt; a,
.menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li.active &gt; a {
    color: var(--main-color);
    text-decoration: none;
}

.menu &gt; ul &gt; li.sub-menu &gt; a {
    position: relative;
}

.menu &gt; ul &gt; li.sub-menu &gt; a:hover,
.menu &gt; ul &gt; li.sub-menu &gt; a:focus {
    border-bottom-color: transparent;
}

.menu &gt; ul &gt; li.sub-menu &gt; a:after {
    display: none;
    content: '\f107';
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 52px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.menu &gt; ul &gt; li &gt; ul {
    width: 240px;
    position: absolute;
    top: calc(100% + 15px);
    opacity: 0;
    left: -15px;
    z-index: 0;
    visibility: hidden;
    background: var(--white-color);
    border: solid 1px #eee;
    box-shadow: 1px 4px 8px rgba(0, 0, 0, .05);
    padding: 5px 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.menu &gt; ul &gt; li &gt; ul:after {
    content: "";
    width: 0;
    height: 0;
    z-index: 9999;
    top: -7px;
    left: 28px;
    display: block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
}

.menu &gt; ul &gt; li &gt; ul:before {
    content: "";
    width: 0;
    height: 0;
    z-index: 9999;
    top: -8px;
    left: 28px;
    display: block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid var(--gray-color);
    position: absolute;
}

.menu &gt; ul &gt; li:hover &gt; ul {
    display: block;
    top: 100%;
    z-index: 2001;
    visibility: visible;
    opacity: 1;
}

.menu &gt; ul &gt; li &gt; ul &gt; li:last-child {
    border: 0;
}

.menu &gt; ul &gt; li &gt; ul &gt; li {
    position: relative;
    position: relative;
    padding: 5px 15px;
    display: block;
    float: left;
    width: 100%;
    /*border-bottom: 1px dashed var(--gray-color);*/
}

.menu &gt; ul &gt; li &gt; ul &gt; li &gt; a {
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    display: block;
    color: var(--text-color);
    line-height: 22px;
    padding: 5px 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.menu &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover {
    color: var(--main-color);
    text-decoration: none;
}

.menu &gt; ul &gt; li &gt; ul &gt; li.sub-menu &gt; a {
    position: relative;
    padding-right: 0;
}

.menu &gt; ul &gt; li &gt; ul &gt; li.sub-menu &gt; a:after {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    top: 5px;
    right: 0;
    line-height: 22px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
    width: 240px;
    position: absolute;
    top: 30px;
    opacity: 0;
    left: 100%;
    z-index: 0;
    visibility: hidden;
    background: var(--white-color);
    border: solid 1px #eee;
    box-shadow: 1px 4px 8px rgba(0, 0, 0, .05);
    padding: 5px 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul:after {
    content: "";
    width: 0;
    height: 0;
    z-index: 9999;
    top: 17px;
    left: -7px;
    display: block;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #fff;
    position: absolute;
}

.menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul:before {
    content: "";
    width: 0;
    height: 0;
    z-index: 9999;
    top: 17px;
    left: -8px;
    display: block;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid var(--gray-color);
    position: absolute;
}

.menu &gt; ul &gt; li &gt; ul &gt; li:hover &gt; ul {
    display: block;
    top: -5px;
    left: 100%;
    z-index: 2001;
    visibility: visible;
    opacity: 1;
}

.menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li {
    position: relative;
    position: relative;
    padding: 5px 15px;
    display: block;
    float: left;
    width: 100%;
}

.menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    display: block;
    color: var(--text-color);
    line-height: 22px;
    padding: 5px 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li:last-child {
    border: 0;
}

.menu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover {
    color: var(--main-color);
    text-decoration: none;
}

.menu &gt; ul &gt; li.sub-menu &gt; ul:after {
    content: "";
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid var(--white-color);
    height: 0;
    left: 28px;
    position: absolute;
    top: -9px;
    width: 0;
}

.menu &gt; ul &gt; li.sub-menu &gt; ul &gt; li.sub-menu &gt; ul:before {
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid var(--gay-color);
    height: 0;
    left: -9px;
    position: absolute;
    top: 15px;
    width: 0 !important;
    padding: 0 !important;
}

.menu &gt; ul &gt; li.sub-menu &gt; ul &gt; li.sub-menu &gt; ul:after {
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid var(--white-color);
    height: 0;
    left: -9px;
    position: absolute;
    top: 15px;
    width: 0 !important;
    padding: 0 !important;
}

.hidden {
    display: none;
}

/*HEADER*/
.header {
    /*position: fixed;*/
    width: 100%;
    top: 0;
    left: 0;
    background: var(--white-color);
    box-shadow: 0 3px 6px 0 rgba(152, 149, 149, 0.09);
    height: 80px;
}

.fix-header {
    display: none;
}

.header.sticky {
    position: fixed;
    z-index: 2048;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-content {
    display: flex;
    align-items: center;
}

.ttta-logo img {
    max-width: 500px;
    max-height: 100px;
    object-fit: contain;
    object-position: left center;
}

.header-content .header-center {
    flex: 1;
}

.account-link .desktop-link img {
    width: 35px;
    height: 35px;
    /* border-radius: 9999px; */
    object-fit: contain;
    object-position: center;
}

.account-link .mobile-link {
    padding: 7px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.17;
    text-align: center;
    color: var(--text-color);
    border-radius: 2px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
    background-color: var(--app-color);
}

.account-link .link-title.active {
    color: var(--main-color);
}

.account-link .link-title {
    font-family: mplus-1c;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25;
    margin-left: 15px;
    padding-top: 5px;
}

.account-link .desktop-link {
    display: flex;
    align-items: center;
}

.account-login .account-menu {
    margin: 0;
    width: 200px;
    position: absolute;
    top: calc(100% + 18px);
    border-radius: 10px;
    opacity: 0;
    right: 0;
    z-index: 0;
    visibility: hidden;
    background: #fff;
    border: solid 1px var(--gray-color);
    padding: 5px 0;
    transition: all .3s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    box-shadow: 1px 4px 8px 0 rgba(0, 0, 0, 0.1);
    background-color: var(--white-color);
}

.account-login .account-menu:after {
    content: "";
    width: 0;
    height: 0;
    z-index: 9999;
    top: -7px;
    left: 50%;
    display: block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
}

.account-login .account-menu:before {
    content: "";
    width: 0;
    height: 0;
    z-index: 9999;
    top: -8px;
    left: 50%;
    display: block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid var(--gray-color);
    position: absolute;
}

.account-login .account-info &gt; a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.account-login .account-info &gt; a &gt; img {
    width: 25px;
    height: 25px;
    object-fit: cover;
    object-position: center;
    border-radius: 9999px;
    /*overflow: hidden;*/
    background: #fdfdfd;
}

.account-login .account-info &gt; a &gt; .account-name {
    margin-left: 12px;
    /*color: var(--text-color);*/
    display: flex;
    align-items: center;
}

.account-login .account-info &gt; a &gt; .account-name:after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 8px;
    color: #a6adb4;
    font-size: 16px;
}

.account-info {
    position: relative;
    padding: 5px 0;
}

.account-login .account-menu &gt; li &gt; a {
    display: flex;
    padding: 10px 15px 10px 15px;
    color: var(--text-color);
}

.account-login .account-menu &gt; li &gt; a &gt; img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    object-position: center;
}

.account-login .account-menu &gt; li &gt; a &gt; span {
    flex: 1;
    margin-left: 15px;
}

.account-login .account-menu &gt; li &gt; a:hover {
    color: var(--text-color);
    background-color: #fbfbfb;
}

.account-login .account-menu &gt; li:not(:last-child) {
    border-bottom: 1px solid var(--gray-color);
}

.project-menu {
    position: relative;
    z-index: 27;
}

/*STICKY FOOTER*/
#page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}

/* #site-content {
    flex: 1;
} */

/*HERO BANNER*/

/*footer*/


/*pagination*/
.pagination {
    margin: 0;
}

.page-link {
    padding: 16px 22px;
    border: 1px solid #eee;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #000000;
    overflow: hidden;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}

.page-link:focus {
    box-shadow: none;
}

.page-item.active .page-link,
.page-link:hover {
    color: var(--white-color);
    text-decoration: none;
    border-color: var(--gray-color);
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.modal-body .widget-body {
    float: left;
    width: 100%;
    padding: 0 30px 35px 30px;
}

.modal-body {
    padding: 0 15px 15px 15px;
}

.modal-dialog {
    min-height: calc(100vh - 140px);
    display: flex;
    justify-content: center;
    align-items: center;
}


.modal-title {
    font-size: 36px;
    font-weight: 900;
    text-align: left;
    color: var(--main-color);
    display: block;
    padding: 0 50px;
    width: 100%;
}

.modal-header .close {
    position: absolute;
}

.modal-header {
    padding-top: 35px;
    padding-bottom: 20px;
    border-bottom: 0;
    position: relative;
}

.modal-header .close {
    position: absolute;
    top: -55px;
    right: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    margin: 0;
    opacity: .85;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: 1;
}

.invalid-field {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    color: #dc3545;
    background-image: url(../svg/error.svg);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    padding-left: 1.25rem;
}

.invalid-main {
    font-size: 13px;
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    position: relative;
    padding: .5rem 1.25rem;
    border-radius: .25rem;
    background-image: url("../svg/error.svg");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.invalid-field:empty, .invalid-main:empty {
    display: none;
}

.invalid-main {
    width: calc(100% - 40px);
    margin: 15px auto;
}

.form-group .invalid-main {
    width: 100%;
}

.invalid-main.success {
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    background-image: url("../svg/success.svg");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.user-card-form .invalid-field {
    color: #fff;
}

/*AJAX LOADING*/
#ajax-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../svg/loading.svg) rgba(0, 0, 0, .36);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 125px auto;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.visibility_hidden {
    visibility: hidden;
    opacity: 0;
}

/*MOBILE MENU*/
/* Root for menu mobile */
:root {
    --mobilenav-width: 320px;
    --mobilenav-derection: -1;
    --mobilenav-header-space: 20px;
    --mobilenav-bg: #fff;
    --mobilenav-active-color: var(--main-color);
    --mobilenav-text-color: var(--text-color);
}

.toggle-mobilenav-sub svg rect,
.toggle-mobilenav-sub svg path,
.mobilenav-close svg rect,
.mobilenav-close svg path,
.mobilenav-toggle svg rect,
.mobilenav-toggle svg path {
    fill: var(--mobilenav-text-color);
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.toggle-mobilenav-sub:hover svg rect,
.toggle-mobilenav-sub:hover svg path,
.mobilenav-close:hover svg rect,
.mobilenav-close:hover svg path,
.mobilenav-toggle:hover svg rect,
.mobilenav-toggle:hover svg path {
    fill: var(--mobilenav-active-color);
}

.mobilenav-wrapper {
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    /*overflow: hidden;*/
    position: relative;
}

.mobilenav-show .mobilenav-wrapper {
    -webkit-transform: translateX(calc(var(--mobilenav-width) * var(--mobilenav-derection)));
    -moz-transform: translateX(calc(var(--mobilenav-width) * var(--mobilenav-derection)));
    -ms-transform: translateX(calc(var(--mobilenav-width) * var(--mobilenav-derection)));
    -o-transform: translateX(calc(var(--mobilenav-width) * var(--mobilenav-derection)));
    transform: translateX(calc(var(--mobilenav-width) * var(--mobilenav-derection)));
}

.mobilenav-show .mobilenav-wrapper.header-fixed {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.mobilenav {
    transform: translateX(var(--mobilenav-width));
    -webkit-transform: translateX(var(--mobilenav-width));
    -moz-transform: translateX(var(--mobilenav-width));
    -o-transform: translateX(var(--mobilenav-width));
    transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    width: var(--mobilenav-width);
    position: fixed;
    top: 0;
    right: 0;
    background: var(--mobilenav-bg);
    padding: 0 0 15px 0;
    height: 100vh;
    z-index: 9999;
}

.mobilenav-show .mobilenav {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
}

.mobilenav-show .mobilenav-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(30, 30, 30, 0.5);
    z-index: 9999;
}

.mobilenav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--mobilenav-header-space) 30px var(--mobilenav-header-space) 30px;
    margin-bottom: var(--mobilenav-header-space);
    border-bottom: 1px solid #eee;
}

.mobilenav-title {
    margin: 0;
    font-size: 20px;
    color: var(--mobilenav-text-color);
}

.mobilenav-close svg {
    max-width: 20px;
    max-height: 20px;
}

.mobilenav-scrollbar {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mobilenav-inner {
    flex: 1;
    overflow: auto;
    padding: 0 30px;
}

.mobilenav-inner ul {
    list-style: none;
    margin: 0;
}

.mobilenav-heading {
    color: #8898aa;
    font-size: .75rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.mobilenav-inner &gt; ul &gt; li &gt; ul {
    padding-left: 20px;
}

.mobilenav-inner &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
    padding-left: 40px;
}

.mobilenav-inner li.active &gt; a,
.mobilenav-inner a:hover {
    color: var(--mobilenav-active-color);
}

.mobilenav-inner a {
    font-size: 14px;
    padding: 12px 30px 12px 0;
    text-decoration: none;
    -webkit-transition: color .25s ease-in-out 0s;
    -moz-transition: color .25s ease-in-out 0s;
    -ms-transition: color .25s ease-in-out 0s;
    -o-transition: color .25s ease-in-out 0s;
    transition: color .25s ease-in-out 0s;
    display: flex;
    justify-content: space-between;
    line-height: 1.4;
    color: var(--mobilenav-text-color);
    position: relative;
    flex: 1;
}

.mobilenav-inner li {
    position: relative;
}

.mobilenav-inner &gt; ul &gt; li &gt; ul,
.mobilenav-inner &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
    display: none;
}

.toggle-mobilenav-sub {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.toggle-mobilenav-sub svg {
    max-width: 14px;
    max-height: 14px;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.toggle-mobilenav-sub.active svg {
    transform: rotate(90deg);
}

.has-sub-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-step .has-sub-toggle {
    display: flex;
    justify-content: start;
    align-items: center;
}

@media (min-width: 992px) {
    .toggle-menu-right {
        display: none;
    }
}

.Izone-logo img {
    max-height: 22px;
    max-width: 94px;
    margin-right: 20px;
}

/*table*/
.table tr td,
.table tr th {
    vertical-align: top !important;
}


/*modal*/
.modal-backdrop.show {
    opacity: .5;
}

.modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.modal-header {
    position: relative;
    padding: 1.5rem 2rem;
}

.modal-body {
    padding: 1.5rem 2rem;
}

.modal-header .close {
    position: absolute;
    top: -45px;
    right: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    margin: 0;
    opacity: .85;
    background-image: url(../svg/modal-close.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.modal-header .close span {
    display: none;
}

.modal-content {
    box-shadow: none;
}

.modal-title {
    font-size: 22px;
    line-height: 36px;
}

.modal-content {
    border-radius: 10px;
    background-color: #ffffff;
    border: 0;
}

.modal-footer {
    padding: 1rem 2rem;
}

.modal-content form .form-group:last-child {
    margin-bottom: 0;
}

.modal-content .btn {
    box-shadow: none;
}

.modal {
    padding-left: 17px;
    padding-right: 17px;
}

.modal-header:not(.border-bottom) {
    padding-bottom: 0;
    padding-top: 2rem;
}

.modal-title {
    font-weight: bold;
}

/*Form*/
.focused .input-group {
    box-shadow: 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, .05);
}

/*Button*/
.btn-default {
    overflow: hidden;
    border-radius: 100px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.09), 0px 10px 32px -4px rgba(24, 39, 75, 0.05);
    background-color: var(--main-color);
    color: var(--white-color) !important;
    border: none;
    cursor: pointer;

}

.btn-default:before {
    content: "";
    border-radius: 4px;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .075);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.btn-secondary:before {
    background: rgba(255, 255, 255, .85);
}

.btn-default:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.btn-link:hover {
    text-decoration: underline;
}

.bg-light {
    background-color: #e9edf1 !important;
}

.bg-lighter {
    background-color: #f8f9fe !important;
}


.btn-main {
    color: #fff;
    border-color: var(--main-color);
    background-color: var(--main-color);
}

.btn-main:hover {
    color: #fff;
    border-color: var(--main-color);
    background-color: var(--main-color);
}

.btn.wpcf7-submit {
    background: var(--secondary-color);
    color: var(--white-color);
    box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.09), 0px 10px 32px -4px rgba(24, 39, 75, 0.05);
    width: 100%;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0.5em 0.5em !important;
    text-align: center !important;
    border: none !important;
}

#sign-up .card {
    align-self: stretch;
}

#sign-up #wpcf7-f337-p25-o2 {
    align-self: stretch;
}

.wpcf7 .ajax-loader {
    align-self: center !important;
    margin: 0 24px 12px !important;
}

.bg-edu-hocphi form .form-group {
    display: flex;
    flex-direction: column-reverse;
    box-sizing: border-box;
}

.fixed-btn {
    height: 40px;
    color: #fff;
    text-align: center;
    position: fixed;
    top: 160px;
    right: 0;
    transform: rotate(90deg) translateX(100%);
    transform-origin: top right;
    background-image: linear-gradient(to right, #df322f, #16428e);
    background-image: linear-gradient(to right, #FFC107 0%, #FF9800 100%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 2793;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.fixed-btn:hover {
    background-image: linear-gradient(to right, #FF9800 0%, #FF9800 100%);
}

.fixed-btn a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-weight: bold;
    padding: 10px 15px 15px 10px;
}


.fixed-btn-icon img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.fixed-btn-text {
    color: #fff;
}

.btn__premium {
    width: 124px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    vertical-align: baseline;
    align-items: center;
    background: linear-gradient(92.4deg, #FFC006 -21.99%, #FF9900 107.19%);
    color: var(--white-color) !important;
    font-size: 14px !important;
    text-transform: uppercase;
    box-shadow: 0px 6px 8px -6px rgba(24, 39, 75, 0.12), 0px 8px 16px -6px rgba(24, 39, 75, 0.08);
    border-radius: 100px;
}

.mobilenav-inner .btn__premium {
    font-weight: bold;
    padding: 0 !important;
    justify-content: center;
}

.cd-top {
    z-index: 1000;
    display: inline-block;
    height: 30px;
    width: 30px;
    position: fixed;
    bottom: 32px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #CD2228 url(../svg/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    border-radius: 3px;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

/*.fb-customerchat iframe{
    right: 70px !important;
}
 .fb_dialog {
    right: 70px !important;
}
*/
.header-top {
    background-image: linear-gradient(to right, #df322f, #16428e);
    color: #fff;
}

.owl-image-item {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.owl-image-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.owl-image-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.ratio-16-9 {
    padding-bottom: 56.25%;
}

.ratio-1-1 {
    padding-bottom: 100%;
}

.thumb-ratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.youtube-thumb {
    width: 235px;
    position: relative;
    cursor: pointer;
}

.youtube-thumb:hover .thumb-ratio:after {
    transform: scale(1.2);
}

.youtube-thumb .thumb-ratio:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background-image: url(../svg/icon-feather-play.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.youtube-thumb.active .thumb-ratio:after {
    display: none;
}

.youtube-thumb iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.home-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 42px;
    text-transform: uppercase;
    color: var(--secondary-color);
}

.home-slider .owl-stage-outer {
    border-radius: 10px;
    overflow: hidden;
}


.home-slider .owl-nav .owl-prev {
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;

}

.home-slider .owl-nav .owl-next, .home-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    background: rgba(0, 0, 0, .5) !important;
    color: #fff !important;
    padding: 10px;
    width: 35px;
    height: 55px;
    margin: 0;
    margin-top: -42.5px;
    font-size: 24px !important;
    text-align: center;
    line-height: 55px !important;
}

.owl-next i, .owl-prev i {
    font-size: 16px;
}


.home-slider .owl-nav .owl-next {
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.home-slider .owl-nav .owl-next:hover, .home-slider .owl-nav .owl-prev:hover {
    background: rgba(0, 0, 0, .75) !important;
}

.owl-theme .owl-dots {
    overflow-y: hidden;
    overflow-x: hidden;
}

.owl-theme .owl-dots .owl-dot span {
    background: #e2e4ec;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #bcc6d0;
}

.owl-item .title span {
    color: var(--main-color);
}


#hs-slider .owl-stage {
    display: flex;
}

/* #hs-slider .owl-item {
		display: flex;
		flex: 1 0 auto;
        background: darkblue;
        padding: 30px;
        align-items: center;
} */

#hs-slider .owl-item a {
    display: flex;
    flex-direction: row;
}

#hs-slider .owl-item .item-video {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 20px;
    padding: 30px;
    background: var(--white-color);
    margin-bottom: 30px;
}

#hs-slider .owl-item .item-video .frame {
}

#hs-slider .owl-item .item-video .pt-3 {
    padding: 0px 10px 0px 10px;
}

#hs-slider .owl-item .item-video img {
    margin-left: auto;
    margin-right: auto;
    object-fit: scale-down;
    width: 80%;
}

#hs-slider .text-muted {
    position: relative !important;
    text-align: center !important;
    padding: 1rem 1.2rem !important;
    width: 80%; /* create space for the quotes */
    color: #484748 !important;
    margin: 0 auto 0;
    background: linear-gradient(to right, var(--main-color) 4px, transparent 4px) 0 100%,
    linear-gradient(to left, var(--main-color) 4px, transparent 4px) 100% 0,
    linear-gradient(to bottom, var(--main-color) 4px, transparent 4px) 100% 0,
    linear-gradient(to top, var(--main-color) 4px, transparent 4px) 0 100%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

#hs-slider .text-muted:before,
#hs-slider .text-muted:after {
    position: absolute;
    color: var(--main-color);
    font-size: 34px;
}

#hs-slider .fa-quote-left {
    color: var(--main-color);
    margin-right: 80%;
}

#hs-slider .fa-quote-right {
    color: var(--main-color);
    margin-left: 80%;
}

/* #hs-slider .text-muted::before {
    content: open-quote;
}

#hs-slider .text-muted::after {
    content: close-quote;
} */

@media only screen and (max-width: 800px) {
    #hs-slider .owl-item .item-video {
        flex-direction: column;
    }
}

.theme-footer {
    background: #2d313c;
}

.theme-footer {
    position: relative;
    z-index: 1;
}

.theme-footer .inner-wrapper {
    background: url(../images/bg4.png) no-repeat center center;
}

.theme-footer .top-footer-data-wrapper {
    border-bottom: 1px solid rgba(49, 54, 67, 1);
    padding: 95px 0 60px;
}

.theme-footer .bottom-footer {
    padding: 45px 0;
}

.theme-footer .bottom-footer .copyright {
    float: left;
    line-height: 34px;
}

.theme-footer .bottom-footer .copyright {
    color: #fff;
}

.theme-footer .bottom-footer .copyright a,
.theme-footer .top-footer-data-wrapper .footer-list ul li a:hover,
.ft-link a:hover {
    color: var(--main-color);
}

.theme-footer .bottom-footer ul {
    float: right;
}

.theme-footer .bottom-footer ul li {
    display: inline-block;
}

.bg-tiktok {
    background: #000000;
}

.bg-facebook {
    background: #1372cf;
}

.bg-twitter {
    background: #16baff;
}

.bg-instagram {
    background: #ef4140;
}

.bg-youtube {
    background: #cd201f;
}

.theme-footer .bottom-footer ul li a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    display: block;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.theme-footer .bottom-footer ul li a:hover {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.ft-link {
    line-height: 36px;
    color: #fff;
    display: block;
}

.ft-link a {
    color: #fff;
}

.theme-footer .top-footer-data-wrapper .footer-list .title {
    font-size: 24px;
    padding-bottom: 28px;
    color: #fff;
}

.theme-footer .top-footer-data-wrapper .footer-list ul li a {
    line-height: 36px;
    color: #fff;
    display: block;
}

.footer-logo .logo {
    margin-bottom: 26px !important;
}

.footer-logo .logo img {
    max-height: 45px;
    max-width: 210px;
}

.hot-promotion-home .head-msg {
    text-align: center;
    margin-bottom: 10px;
}

.hot-promotion-home .head-msg .inner {
    display: inline-block;
    background: url(../images/bg-title-4.png) 100% 0 no-repeat;
    padding-right: 50px;
}

.hot-promotion-home .head-msg .content {
    display: inline-block;
    background: url(../images/bg-title-6.png) no-repeat;
    padding: 38px 1px 0 135px;
    height: 167px;
}

.hot-promotion-home .head-msg .content strong {
    font-weight: 700;
    color: var(--main-color);
}

.home-course-section .card-body {
    display: flex;
    flex-direction: column;
}

.home-course-section .card-body .p-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
}

.home-course-section .card-body .p-4 ul {
    flex-grow: 1;
}

.home-course-section .item {
    display: flex;
}


.home-course-section .icon-xs {
    width: 4px;
    height: 4px;
    padding: 0;
    font-size: 4px;
    line-height: 4px;
    text-align: center;
}

.home-course-section .gv-slider h3 {
    height: 48px;
    line-height: 24px;
    font-weight: bold;
    font-size: 16px !important;
    color: var(--main-color);
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

.home-course-section ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
}

.home-course-section span {
    margin-left: 5px;
}

.home-course-section li {
    display: block;
    width: 100%;
    position: relative;
}

.home-course-section li:before {
    content: '\2022';
    position: absolute;
}

.home-course-section .btn {
    display: inline-block;
    align-self: flex-end;
}

.home-course-section .card-header {
    padding: 15px 20px;
}

.list-course-section .icon-xs {
    width: 4px;
    height: 4px;
    padding: 2px;
    font-size: 4px;
    line-height: 4px;
    text-align: center;
}

.bg-edu-hocphi .h3 {
    color: var(--secondary-color);
    font-weight: bold;
}

.bg-edu-hocphi .ps-relative {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bg-edu-hocphi .btn-call {
    display: flex;
    align-self: center;
    text-align: center;
    flex-direction: column;
    background-color: #FF9900;
    margin: 0 0 20px 0 !important;
    color: var(--white-color);
}


.bg-edu-hocphi .ps-relative .alert-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
}

.bg-edu-hocphi .ps-relative span {
    align-self: center;
}

/*
* 12. cta styles
*/
.cta-one {
    background: linear-gradient(99.31deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 101.11%);
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}

.bg-cta-one {
    background: transparent url(../images/cta-bg-1-1.png) center center no-repeat;
    background-size: cover;
}

.bg-edu-hocphi {
    background: url(../images/bg-edu-hocphi.png) center center no-repeat;
    background-size: cover;
}

.cta-one__image {
    overflow: hidden;
    border-radius: 4px;
}

.cta-one__image &gt; img {
    width: 100%;
}

.cta-one__color-box {
    position: relative;
    min-height: 276px;
}

.cta-one__color-box:before {
    content: '';
    border-radius: 4px;
    background-color: #5dd8d3;
    width: 100px;
    height: 106px;
    position: absolute;
}

.cta-one__color-box:after {
    content: '';
    border-radius: 4px;
    background-color: #fddd6e;
    width: 60px;
    height: 66px;
    position: absolute;
}

.cta-one__color-box-2:before {
    top: 0;
    right: 0;
    width: 60px;
    height: 66px;
    background-color: #ef4059;
}

.cta-one__color-box-2:after {
    bottom: 30px;
    left: 30px;
    width: 100px;
    height: 106px;
    background-color: #9364d4;
}

.cta-one__color-box-1:before {
    top: 30px;
    right: 30px;
}

.cta-one__color-box-1:after {
    bottom: 0;
    left: 0;
}

.cta-one__text {
    font-size: 18px;
    color: var(--text-color);
    font-style: normal;

    font-weight: 500;
    line-height: 27px;
    margin: 0;
}

.cta-one__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 8px;
    font-weight: 400;
}

.cta-one__list-item {
    font-size: 14px;
    position: relative;
    line-height: 24px;
}

.fa-check {
    color: #21408B;
    margin-right: 10px;
}

/* .cta-one__list-item + .cta-one__list-item {
  margin-top: 5px;
} */
.cta-one__btn {
    padding: 8px 56px;
    width: 191px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 99px;
    text-align: center;
    background-color: var(--main-color);
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 32px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.cta-one__btn:hover {
    background-color: var(--secondary-color);
    color: #fff;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
    box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
}

.cta-two {
    position: relative;
    padding-bottom: 120px;
}

.cta-two [class*=bubble-] {
    position: absolute;
    -webkit-animation-name: bubbleMover;
    animation-name: bubbleMover;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-perspective: 400px;
    perspective: 400px;
}

.cta-two .bubble-1 {
    top: 15%;
    left: 10%;
}

.cta-two .bubble-2 {
    bottom: 15%;
    left: 40%;
}

.cta-two .bubble-3 {
    top: 5%;
    right: 10%;
}

.cta-two hr {
    margin: 0;
    border: none;
    border-top: 1px solid #EAEAEA;
    margin-bottom: 120px;
}

.cta-two .block-title {
    margin-bottom: 50px;
}

.cta-two__moc {
    position: absolute;
    bottom: 70px;
    right: 0;
}

@media (max-width: 1440px) {
    .cta-two__moc {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.cta-two__text {
    margin: 0;
    color: #777B92;
    font-size: 18px;
    line-height: 32px;
}

.cta-two__feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}

.cta-two__feature-icon {
    font-size: 64px;
    color: #FF8257;
}

.cta-two__feature-single:nth-child(2) .cta-two__feature-icon {
    color: #5DD8D3;
}

.cta-two__feature-single:nth-child(3) .cta-two__feature-icon {
    color: #9364D4;
}

.cta-two__feature-title {
    margin: 0;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 600;
}

.cta-two__feature-title a {
    color: #2E3D62;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.cta-two__feature-title a:hover {
    color: #ff8257;
}

.cta-two__btn {
    display: inline-block;
    vertical-align: middle;
    border-radius: 32px;
    text-align: center;
    background-color: #FF8257;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 59.5px;
    margin-top: 50px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
    box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
}

.cta-two__btn:hover {
    background-color: #2e3d62;
    color: #fff;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
    box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
}

.cta-three {
    background: transparent url(../images/cta-bg-1-2.png) bottom center no-repeat;
    background-size: cover;
    padding-bottom: 220px;
    padding-top: 382px;
    position: relative;
}

.cta-three [class*=bubble-] {
    position: absolute;
    -webkit-animation-name: bubbleMover;
    animation-name: bubbleMover;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-perspective: 400px;
    perspective: 400px;
}

.cta-three .bubble-1 {
    top: 30%;
    left: 15%;
}

.cta-three .bubble-2 {
    top: 30%;
    right: 10%;
}

.cta-three .bubble-3 {
    bottom: 10%;
    left: 40%;
}

.cta-three .container {
    position: relative;
}

.cta-three__moc {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-100px);
    transform: translateY(-50%) translateX(-100px);
    left: 0;
}

.cta-three .block-title {
    margin-bottom: 40px;
}

.cta-three__text {
    font-size: 20px;
    color: #666E82;
    line-height: 40px;
    margin: 0;
}

.cta-three__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 45px;
}

.cta-three__list-item {
    font-size: 18px;
    position: relative;
    color: #666E82;
    padding-left: 30px;
}

.cta-three__list-item i {
    color: #FF8257;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cta-three__list-item + .cta-three__list-item {
    margin-top: 5px;
}

.cta-three__btn {
    display: inline-block;
    vertical-align: middle;
    border-radius: 32px;
    text-align: center;
    background-color: #FF8257;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 59.5px;
    margin-top: 55px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
    box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
}

.cta-three__btn:hover {
    background-color: #2e3d62;
    color: #fff;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
    box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
}

.block-title__text {
    margin: 0;
    font-weight: bold;
    color: #2E3D62;
    font-size: 50px;
    line-height: 60px;
    position: relative;
}

.lead-more {
    width: auto;
    text-align: right;
    position: relative;
    display: inline-flex;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: .3px;
    color: var(--secondary-color);
    font-weight: 400;
}

.lead-more:hover {
    color: var(--main-color);
}

.lead-more span {
    margin-right: 8px;
    width: max-content;
    -webkit-mask-size: 100% !important;
    -webkit-mask-position: 0 !important;
}

.lead-more i {
    text-align: left;
    display: inline-flex;
    align-items: center;
}

/*CLONE*/
.col-study-step {
    background: #fff;
    margin-top: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    border: 0;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15);
    border-radius: .375rem;
}

.col-study-step .heading {
    background: #f8f9fe;
    line-height: 2.6em;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.col-study-step .heading h3 {
    margin: 0;
    text-transform: uppercase;
    padding-left: 15px;
    font-weight: 500;
}

ul.link-seo {
    padding-right: 10px;
    font-size: 14px;
    margin-bottom: 0;
}

ul.link-seo li {
    float: left;
    color: #ccc;
}

ul {
    list-style: none;
}

ul.link-seo li a {
    padding: 0 5px;
    text-decoration: none;
    float: left;
    color: #000;
    text-transform: none;
    font-weight: normal;
}

ul.link-seo li a:hover {
    color: #CD2228;
}

.span_1_of_4 {
    width: 20%;
    float: left;
}

ul.menu-step {
    font-size: 15px;
    margin-bottom: 0;
}

ul.menu-step p {
    padding: 0 0 0 24px;
    margin: 0 !important;
    color: var(--text-color);
    font-weight: bold;
    font-size: 18px;
}

ul.menu-step li {
    font-weight: 300;
    float: left;
    color: #ccc;
    width: 100%;
}

ul.menu-step li:hover, ul.menu-step li.active {
    background: #D12D27;
}

ul.menu-step li a:hover {
    color: white;
}

ul.menu-step li a {
    padding: 10px 24px 10px 24px;
    text-decoration: none;
    color: var(--text-color);
    font-weight: bold;
    display: flex;
    align-items: flex-start;
}

ul.menu-step li a i {
    margin-right: 5px;
    margin-top: 3px;
}

.span_3_of_4 {
    width: 80%;
    float: left;
    background: #FAFAFA;
}

.list_hot_post {
    padding: 24px 12px 0 12px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.list_hot_post .top_post_item {
    min-height: 126px;
    display: block;
    background: #FAFAFA;
}

.list_hot_post li {
    margin-bottom: 0;
    padding: 0 12px 24px 12px;
}

.list_hot_post li .frame {
    overflow: hidden;
    height: 0;
    border: 1px solid #e9edf1;
    padding-bottom: 100%;
}

.list_hot_post li h4 {
    margin: 0;
    padding: 6px 0;
    font-weight: normal;
    height: 50px;
    overflow: hidden;
    font-size: 15px;
    text-overflow: ellipsis;
    margin-top: 5px;
    text-align: center;
}

.list_hot_post li h3 a:hover {
    color: #CD2228;
}

.home-test-onine-section h3 {
    color: var(--secondary-color);
    font-size: 28px;
}

.home-test-onine-section {
    background: linear-gradient(99.31deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 101.11%);
}


.txt-blue {
    color: #00A8AB;
}

.txt-pink {
    color: #E40071;
}

.txt-violet {
    color: #80009B;
}

.txt-oranges {
    color: #FF8500;
}

.txt-green {
    color: #004b9a;
}

.bg-blue {
    background: var(--white-color) !important;
    padding: 0 !important;
    min-height: 400px !important;
}

.col-botro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
}

.col-botro li a i {
    margin-top: 2px;
    color: var(--main-color) !important;
    font-size: 14px;
}

.col-botro li a span {
    font-weight: bold;
}

.col-botro li {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15);
    border-radius: .375rem;
    display: flex;
    align-items: center;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    align-items: center;
    min-height: 80px;
}

body .col-botro li a:hover span {
    color: var(--main-color) !important;
}

.list_hot_post li .frame a:hover img {
    opacity: .75;
}

.cd-top:hover {
    background-color: var(--main-color);
}

.hot-events-home {
    background: #97b9c8;
}

.bg-reason-1 {
    background-image: url(../images/bg-reason-1.jpg);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.gv-avatar {
    width: 80%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    border-radius: 100%;
}

.gv-avatar img {
    width: 100%;
    position: relative;
    object-fit: cover;
    object-position: center;
    border: 1px solid #CCCCCC;
}

.gv-card-body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    overflow: hidden;
    background-color: #86A7C5;
    padding-top: 40px;
    border-radius: 5px;
}

.gv-slider .owl-nav .owl-prev {
    left: -25px;
}

.gv-slider .owl-nav .owl-next {
    right: -25px;
}

.gv-slider .owl-nav .owl-next, .gv-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0;
    font-size: 20px !important;
    text-align: center;
    line-height: 50px !important;
    color: var(--secondary-color) !important;
    background-color: #fff !important;
    box-shadow: 6px 6px 15px 0 rgba(0, 0, 0, .15);
    opacity: 1;
    z-index: 2;
}

.izone-days, .izone-hours, .izone-minutes, .izone-seconds {
    font-size: 100px;
    color: var(--main-color);
}

.izone-timer div {
    display: inline-block;
    line-height: 1;
    padding: 20px;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}

.izone-timer {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.izone-timer span {
    display: block;
    font-size: 16px;
    margin-top: 10px;
    text-transform: uppercase;
}

.card.h-100 {
    height: calc(100% - 30px) !important;
}

.izone-timer-parent {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list_hot_post li .frame {
    position: relative;
}

.list_hot_post li .frame a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.menu-step h3 {
    padding: 24px;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 0px !important;
    margin: 0;
    color: var(--main-color);
    font-weight: bold;
}

ul.menu-step h2 {
    background: var(--white-color) !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    content: '\f105';
    padding-right: .5rem;
    color: #8898aa;
    font-weight: 900;
    font-family: FontAwesome;
}

.breadcrumb-item a:hover {
    color: var(--main-color-hover);
}

.breadcrumb-item a, .breadcrumb-item.active {
    color: #8898aa;
}

.post-sumary p {
    margin-bottom: 10px;
}

.post-sumary * {
    font-weight: 600;
}

.post-sumary {
    margin-bottom: 15px;
}

.article-header h1 {
    margin-bottom: 20px;
}

.post-detail .pre-line {
    white-space: pre-line;
}

.post-share {
    margin-bottom: 15px;
    margin-top: 15px;
}

.sidebar-sticky {
    position: sticky;
    top: 84px;
    margin-bottom: 8px;
    z-index: 27;
}

.about-izone-post {
    max-width: 1000px;
    margin: 0 auto;
}

.about-izone-post article {
    margin-bottom: 30px;
}

.about-izone-post article h2 {
    margin-bottom: 15px;
    font-weight: bold;
}

.about-izone-post article p {
    text-align: justify;
}

.about-izone-post article ul li {
    margin-bottom: 10px;
}

.about-izone-images img {
    width: 100%;
}

.about-izone-images {
    margin-bottom: 30px;
}

.partner-izone-post {
    margin-bottom: 30px;
}

.partner-izone-post-images img {
    width: 80px;
    height: 40px;
    object-fit: contain;
    object-position: center;
}

.partner-izone-post-images {
    display: grid;
    grid-template-columns: repeat(auto-fill, 100px);
    justify-content: space-around;
}

.partner-izone-post-images a {
    padding: 10px;
}

.hotline-abs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

/*POPUP*/
.cookie-popup-wrap {
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
}

#closepopup {
    margin: 0;
}

#closepopup a {
    font-size: 36px;
    color: #b2b2b2;
    padding: 10px 10px;
    background: #fff;
    right: 0;
    top: 5px;
    position: absolute;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#closepopup a:hover,
#closepopup a:focus {
    color: var(--main-color);
}

.cookie-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 790px;
    padding: 24px;
    background: #fff;
    max-height: 90%;
    height: auto;
    overflow-y: auto;
    border-radius: 5px;
}

.popup_header {
    margin-bottom: 24px;
}

.popup_body {
    position: relative;
    overflow: hidden;
}

.popup_body img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto;
}

.cookie-popup::-webkit-scrollbar {
    width: 8px;
}

.cookie-popup::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.cookie-popup::-webkit-scrollbar-thumb {
    background-color: #a3e2f9;
    outline: 1px solid slategrey;
}

.popup_header .logo_content img {
    max-width: 170px;
    max-height: 30px;
    object-fit: contain;
    object-position: left center;
}

.dh-gv-item .ps-relative {
    border: 1px solid rgba(158, 158, 158, .25);
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    perspective: 900px;
}

.dh-gv-item .ps-relative:hover {
    transform: translateY(-4px);
}


.dh-gv-item .ps-relative:hover {
    box-shadow: 0 5px 35px 0px rgba(0, 0, 0, .1);
}

.dh-gv-item .ps-relative:hover:before, .dh-gv-item .ps-relative:hover:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FDA8CF;
    /*border-radius: 75px;*/
    z-index: -1;
    animation: 1s clockwise infinite;
}

.dh-gv-item .ps-relative:hover:after {
    background: #F3CE5E;
    animation: 2s counterclockwise infinite;
}

@keyframes clockwise {
    0% {
        top: -5px;
        left: 0;
    }
    12% {
        top: -2px;
        left: 2px;
    }
    25% {
        top: 0;
        left: 5px;
    }
    37% {
        top: 2px;
        left: 2px;
    }
    50% {
        top: 5px;
        left: 0;
    }
    62% {
        top: 2px;
        left: -2px;
    }
    75% {
        top: 0;
        left: -5px;
    }
    87% {
        top: -2px;
        left: -2px;
    }
    100% {
        top: -5px;
        left: 0;
    }
}

@keyframes counterclockwise {
    0% {
        top: -5px;
        right: 0;
    }
    12% {
        top: -2px;
        right: 2px;
    }
    25% {
        top: 0;
        right: 5px;
    }
    37% {
        top: 2px;
        right: 2px;
    }
    50% {
        top: 5px;
        right: 0;
    }
    62% {
        top: 2px;
        right: -2px;
    }
    75% {
        top: 0;
        right: -5px;
    }
    87% {
        top: -2px;
        right: -2px;
    }
    100% {
        top: -5px;
        right: 0;
    }
}


.dh-gv-item .ps-relative a:before {
    display: none;
    content: '';
    background: linear-gradient(to bottom, rgba(205, 34, 40, 0) 0%, rgba(205, 34, 40, 0.85) 100%);
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.dh-gv-item .ps-relative a:hover:before {
    top: 0;
    opacity: 1;
}


.dh-gv-item .ps-relative a .details {
    display: none;
    font-size: 16px;
    padding: 20px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    text-align: center;
}

.dh-gv-item .ps-relative a .details span {
    display: block;
    opacity: 0;
    position: relative;
    top: 100px;
    transition-property: top, opacity;
    transition-duration: 0.3s;
    transition-delay: 0s;
    font-weight: bold;
}

.dh-gv-item .ps-relative a:hover .details span {
    transition-delay: 0.15s;
}

.dh-gv-item .ps-relative a:hover .details span {
    top: 0;
}

.dh-gv-item .ps-relative a:hover .details span {
    opacity: 1;
}


.list-giangvien {
    display: grid;
    grid-template-columns: repeat(3, minmax(100px, 250px));
    grid-gap: 12px;
    justify-content: center;
}

.list-giangvien .dh-gv-item {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.list-course {
    display: grid;
    grid-gap: 12px;
    justify-content: center;
}

.list-course.repeat-1 {
    grid-template-columns: repeat(1, minmax(100px, 250px));
}

.list-course.repeat-2 {
    grid-template-columns: repeat(2, minmax(100px, 250px));
}

.list-course.repeat-3 {
    grid-template-columns: repeat(3, minmax(100px, 250px));
}

.list-course.repeat-4 {
    grid-template-columns: repeat(4, minmax(100px, 250px));
}

.list-course.repeat-5 {
    grid-template-columns: repeat(5, minmax(100px, 250px));
}

.content-750 {
    max-width: 750px;
}

input[type="date"].use-placeholder {
    display: flex;
    align-items: center;
}

input[type="date"].use-placeholder:focus:before,
input[type="date"].use-placeholder:valid:before {
    content: "";
}

input[type="date"].use-placeholder:before {
    content: attr(placeholder) !important;
    color: #8898aa;
    margin-right: 3px;
}

.izone-timer-img {
    max-height: 200px;
    margin: 0 auto;
    display: block;
}

#market-statistics-nav .navbar {
    padding-bottom: 0;
    padding-top: 0;
}

#market-statistics-nav .navbar ul li a {
    color: var(--text-color);
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 16px;
    padding-top: 16px;
    display: block;
    border-bottom: 2px solid transparent;
}

#market-statistics-nav .navbar ul li a.active {
    color: var(--main-color);
    border-bottom: 2px solid var(--main-color);
}

#market-statistics-nav .navbar ul {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

#market-statistics-nav .navbar ul li {
    padding: 0 8px;
}

.bought-number {
    font-weight: bold;
    color: #69be35;
}

.loi-ich-khoa-hoc ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.loi-ich-khoa-hoc ul li {
    width: 50%;
    position: relative;
    padding: 10px 10px 10px 30px;
    background-image: url(../images/benifit-icon.svg);
    background-position: 0px 8px;
    background-repeat: no-repeat;
}

.phu-hop-khoa-hoc ul li {
    display: block;
    position: relative;
    padding: 2px 0;
}

.phu-hop-khoa-hoc ul li:before {
    content: "\2022";
    color: #8898aa !important;
    margin-right: 8px;
}

.chappter-lesson-count .collapse-up {
    background: url(../images/arrow-up.svg) no-repeat center;
}

.chappter-lesson-count .collapse-down {
    background: url(../images/arrow-down.svg) no-repeat center;
}

.chappter-lesson-count .collapse-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-size: 11px 7px;
    margin-left: 20px;
    cursor: pointer;
}

.curriculum-chapter {
    height: 60px;
    border-radius: 7px;
    border: 1px solid #dedfe0;
    background-color: #fff;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    cursor: pointer;
}

.chappter-lesson .lesson-name-container img {
    margin-right: 10px;
}

.chapter-lessons .separate-line {
    width: 100%;
    margin: 11px 0;
    height: 2px;
    background-color: #eaeaea;
}

.chapter-lessons .separate-line:last-child {
    display: none;
}

.curriculum-chapter-container .chapter-lessons {
    width: 100%;
    border-radius: 7px;
    padding: 21px 20px 21px;
    background-color: #f4f7f8;
}

body .table-sosanh-phuongphap td, body .table-sosanh-phuongphap th {
    padding: .5rem !important;
    vertical-align: top !important;
}

.table-sosanh-phuongphap {
    min-width: 500px;
}

.table-responsive-parent.is_overflow {
    position: relative;
}

.table-responsive-parent.is_overflow:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(33, 150, 243, .125) 100%);
}

.nano-content .gw-nav-list {
    margin: 0;
    width: 100%;
}

.nano-content .gw-nav-list &gt; li {
    display: block;
}

.nano-content .gw-nav-list &gt; li &gt; a {
    display: block;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: bold;
    color: var(--main-color);
    text-transform: uppercase;
}

.nano-content .gw-nav-list &gt; li &gt; .gw-submenu {
    margin: 0;
    width: 100%;
}

.nano-content .gw-nav-list &gt; li &gt; .gw-submenu &gt; li &gt; a {
    padding: 10px 24px;
    display: block;
    text-decoration: none;
    color: var(--text-color);
    font-weight: bold;

}

.gw-nav-list &gt; li .gw-submenu &gt; li &gt; a:hover {
    text-decoration: none;
    color: #fff;
    background-color: rgba(25, 25, 50, 0.125);
}

.news-list .news-item .news-info {
    min-width: 1px;
    flex: 1;
}

.news-list .news-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.news-list .news-item .news-thumb {
    margin-right: 15px;
}

.news-list .news-item:last-child {
    border: none !important;
    padding-bottom: 0;
    margin-bottom: 0;
}


.news-list .news-item .news-info h3 a:hover {
    color: var(--main-color) !important;
}

.news-list .news-item .news-info a:hover {
    text-decoration: underline;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    scroll-margin-top: 90px;
    line-height: 1.4;
}


.text-hover-white:hover {
    color: #fff !important;
}

.text-hover-main:hover {
    color: var(--main-color) !important;
}

.custom-checkbox .custom-control-input ~ .custom-control-label {
    height: auto;
}

.text-hover-underline:hover {
    text-decoration: underline;
}

.custom-control-label::after,
.custom-control-label::before {
    top: 0.15rem;
}

.not-found {
    text-align: center;
}

.text-teacher-title {
    color: rgb(209 45 39);
}

.gv-card-body .teacher-name {
    color: white !important;
    border-radius: 20px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.gv-card-body .pt-4 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.gv-card-body .pt-4 .mb-4 {
    flex-grow: 1;
}

.ielts-point {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
}

.owl-stage {
    display: flex;
}

.owl-item {
    display: flex;
    flex: 1 0 auto;
    height: inherit;
}

.gv-item .card {
    border-radius: 5px;
}

.card {
    margin-bottom: 0 !important;
}

.gv-item {
    display: flex;
    align-items: stretch;
    height: 100%;
}

.lead-more-teacher {
    border-radius: 20px;
}

.lead-more-teacher i {
    margin-left: 5px;
}

.post-cmt {
    background-color: #ffffff;
    border: solid 1px #e9ebee;
    border-radius: 5px;
    margin-bottom: 10px;
}

.social-tooltip {
    position: relative;
    display: inline-block;
}

.social-tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 50%;
    margin-left: -57px;
}

.social-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.social-tooltip:hover .tooltiptext {
    visibility: visible;
}

.sidebar-sticky .card {
    border-radius: 0px;
    margin-bottom: 0;
    border-bottom: 1px solid #f3f3f3;
    height: 100%;
}

.sidebar-sticky .card ul.gw-nav-list {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

@media (min-width: 992px) {
    .sidebar-sticky .card ul.gw-nav-list {
        flex-direction: column;
    }
}

.sidebar-sticky .card ul.gw-nav-list a {
    flex: 33%;
}

.sidebar-sticky .card .gv-card-body {
    min-height: unset;
    background-color: #ffffff;
}

.sidebar-sticky .card .gv-card-body .ielts-point {
    font-size: 16px;
}

.sidebar-sticky .card .gv-card-body .gv-avatar {
    width: 100px;
    height: 100px;
}

.sidebar-sticky .card .gv-card-body .teacher-name {
    background: unset;
    border-radius: unset;
    padding: unset;
    font-size: 16px;
}

.related-tests {
    padding: 10px;
}

.related-tests div {
    width: 100%;
    display: flex;
}

.related-tests div img {
    width: 100%;
}

.wp-block-group.navbar .wp-block-group__inner-container {
    width: 100%;
}

.wp-block-audio audio {
    min-width: 100px !important;
}

.wp-block-image img {
    height: auto;
}

/* .carousel__card::-webkit-scrollbar {
    display: none;
} */


.carousel {
    position: relative;
    height: 500px;
    max-width: 100%;
    font-size: 0px;
    margin-bottom: 30px;
}

.carousel__button {
    position: absolute;
    border-radius: 3px 3px;
    transition: 0.6s ease;
    font-size: 30px;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
    font-weight: bold;
    border: 0;
    padding: 4px 14px;
    cursor: pointer;
    color: white;
    user-select: none;
}

.carousel__button--left, .carousel__button--right {
    transition: 0.6s ease;
    background-color: gainsboro;
    opacity: 0.8;
}

.carousel__button--left:hover, .carousel__button--right:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.carousel__button--left {
    left: 5px;
}

.carousel__button--right {
    right: 5px;
}

.carousel__button--show-details {
    padding: 4px;
    background: #d8301d;
    color: white;
    left: 50%;
    font-size: 14px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin: 0 !important;

    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

.carousel__button--show-details:hover {
    background: #BD342E;
    color: white;
}

.carousel__cards-container {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0 !important;
    margin: 0 !important;

    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
    display: none;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

.carousel__cards-container .wp-block-group__inner-container {
    height: 100%;
}

.carousel__container-row {
    font-size: 15px;
    text-align: left;
    height: 50%;
}

.translate-exercise .carousel__container-row.above-cards {
    height: 70%;
}

.translate-exercise .carousel__container-row.under-cards {
    height: 30%;
}

.translate-exercise .carousel__button--show-details {
    top: 70% !important;
}


.carousel__container-row .wp-block-group__inner-container {
    display: flex;
    flex-direction: row;
}

.translated-text, .original-text {
    flex: 50%;
}

.explaining-text {
    flex-direction: row;
    flex: 100%;
}

.explaining-text .wp-block-group__inner-container {
    display: none;
}

.carousel__card-content {
    flex-direction: row;
    flex: 100%;
    height: 100%;
}

.translated-text {
    display: none;
}

.show-all .translated-text {
    display: block !important
}

.carousel__card {
    height: auto;
    width: auto;
    position: relative;
    border-radius: 5px;
    padding: 20px;
    overflow-y: scroll;
    margin: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.carousel__card .wp-block-group__inner-container {
    padding-bottom: 54px;
    display: flex;
    flex-direction: column;
}

/* .carousel__card p{
	padding-bottom: 20px;
	margin:0px !important;
	margin-bottom: 15px !important;
} */

.explaining-text .wp-block-group__inner-container {
    display: none;
}

.carousel__card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.carousel__card .img {
    display: block;
    max-width: 100%;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    padding: 0 !important;
}

.card--text {
    padding: 0 !important;
    margin: 0 !important;
}

@media screen and (max-width: 700px) {
    .carousel__container-row .wp-block-group__inner-container {
        flex-direction: column;
    }
}

@media screen and (max-height: 820px) {
    .carousel {
        height: 500px;
    }
}

.button-bar {
    height: 60px;
}

.quiz-card.quizlib-question {
    margin: 0px;
}

.quizlib-question-title {
    margin-bottom: 8px;
}

.quiz-card li {
    list-style: none;
    padding-bottom: 8px;
}

.quiz-card ul {
    margin: 0px;
    margin-bottom: 8px;
    padding: 0px;
}

.quiz-card input {
    margin: 0px;
    font: inherit;
}

.quiz-card span {
    margin: 0px;
}

.quiz-card p {
    margin: 0px;
}


.quizlib-question-answers div {
    margin-bottom: 12px;
}

.quiz-card select {
    background-color: white;
    border: thin solid gray;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1em;
    padding: 0.5em 3.5em 0.5em 1em;
    margin-right: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(0.75em + 2px),
    calc(100% - 15px) calc(0.75em + 2px),
    calc(100% - 2.5em) 0.25em;
    background-size: 5px 5px,
    5px 5px,
    1px 1.5em;
    background-repeat: no-repeat;
}

.quiz-card select:focus {
    background-image: linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 0.75em,
    calc(100% - 20px) 0.75em,
    calc(100% - 2.5em) 0.25em;
    background-size: 5px 5px,
    5px 5px,
    1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}

.quiz-card select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.quiz-card select:focus {
    outline: none;
}


#quiz-result {
    display: none;
    text-align: center;
    color: #fff;
}

#quiz-result p {
    padding: 12px;
}

.quiz-card input[type="text"] {
    padding: 0px 8px;
    size: 2em;
    font-size: inherit;
    border: none;
    border-bottom: 1px solid grey;
    width: 6em;
}

.quiz-card input[type="text"]:focus {
    size: 2em;
    font-size: inherit;
    border: none;
    border-bottom: 2px solid #555;
    width: 6em;
    outline: none;
}

.quiz-card input[type="radio"] {
    margin: 4px 8px 0px 0px;
}

.quiz-card input[type="checkbox"] {
    margin: 4px 8px 0px 0px;
}

.button-bar {
    margin-bottom: 24px;
}

.button-bar button {
    padding: 12px;
    position: relative;

    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    cursor: pointer;

    font-size: 16px;
    color: #fff;

    background-color: #BD342F;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.button-bar button:hover {
    background-color: #9F2121;
}

.button-bar button:active {
    -webkit-box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.3);
}

.quizlib-question {
    margin-bottom: 1em;
}

.quizlib-question-answers ul {
    list-style: none;
}

.quizlib-question-warning {
    color: #f44336;
    font-weight: bold;
    margin-top: 1em;
}

.quizlib-correct {
    color: #4caf50;
}

.quizlib-incorrect {
    color: #f44336;
}

.intro_page p {
    font-size: 18px;
}

.intro_banner {
    background-image: url(../images/intro-background-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.custom-h {
    min-height: 500px;
}

.intro_mission img {
    display: block;
    margin: 0 auto;
}


.intro_milestones {
    background-image: url(../images/intro-background-2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.intro_milestones ul, .intro_milestones li {
    list-style: none;
    padding: 0;
}

.intro_milestones .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro_milestones .wrapper {
    padding: 2rem 0rem;
    border-radius: 15px;
}

.intro_milestones .sessions {
    margin-top: 2rem;
    border-radius: 12px;
    position: relative;
}

.intro_milestones li {
    padding-bottom: 1.5rem;
    border-left: 1px solid var(--main-color);
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
}

.intro_milestones li:last-child {
    padding-bottom: 0;
}

.intro_milestones li:before {
    content: '';
    width: 18px;
    height: 18px;
    background: white;
    border: 1px solid var(--main-color);
    box-shadow: 3px 3px 0px var(--main-color);
    box-shadow: 3px 3px 0px var(--main-color);
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 0px;
}

.intro_milestones .time {
    font-weight: bold;
    font-size: 18px;
    color: #2a2839;
}

.intro_milestones p {
    color: #4f4f4f;
    line-height: 1.5;
    margin-top: 0.4rem;
}

.intro_signup-content {
    background: #FFFFFF;
    border: 1px solid #FFC443;
    box-sizing: border-box;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}

.intro_signup-content .btn {
    width: 314px !important;
    height: 48px !important;
    margin: 0px 20px;
}

.intro_signup-content .btn-check_schedule {
    border: 1px solid var(--main-color);
    color: var(--main-color) !important;
    background: none;
    box-sizing: border-box;
    border-radius: 100px;
}

.btn-signup {
    display: inline-block;
    border: 1px solid #FFC006;
    background: linear-gradient(92.4deg, #FFC006 -21.99%, #FF9900 107.19%), #D12D27;
    border-radius: 100px;
    color: var(--white-color) !important;
}

.btn-round {
    padding: 0.75rem 1.5rem;
    box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.09), 0px 10px 32px -4px rgba(24, 39, 75, 0.05);
}

/* .svg-shadow {
    -webkit-filter: drop-shadow( 0 0 0.75rem rgba(0, 0, 0, .7));
    filter: drop-shadow( 0 0 0.75rem rgba(0, 0, 0, .7));
}  */

.raise {
    transition: 0.25s;
    box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.09), 0px 10px 32px -4px rgba(24, 39, 75, 0.05);
}

.raise:hover,
.raise:focus {
    transform: translateY(-0.25em);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

/* CUSTOM CSS */
.mepr_price {
    display: none
}

.have-coupon-link {
    display: none;
}

.mepr_coupon.mepr-hidden {
    display: initial;
}

.news_post_main .post-detail ul {
    list-style: circle;
    list-style-position: inside;
}

.news_post_main .post-detail ol {
    list-style-position: inside;
}

.news_post_main .post-detail :target::before {
    display: block;
    content: '';
    height: 90px;
    margin-top: -90px;
}

.quizlib-question-answers span {
    line-break: normal;
}

#compare_methods table {
    width: 1040px;
}

#compare_methods {
    background-image: url(../images/courses-overview/bg-star0.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#courses_overview-banner {
    background-image: url(../images/courses-overview/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.round__bg {
    width: 106px;
    height: 106px;
    font-size: 56px;
    font-weight: 700;
    background: linear-gradient(221.31deg, #FECC54 -98.18%, rgba(253, 244, 225, 0) 60.61%);
    border-radius: 100px;
    text-align: center;
    line-height: 106px;
}

.scroll-margin {
    scroll-margin-top: 90px;
}

.border-orange {
    border: 1px solid #FFC443;
    box-sizing: border-box;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}


@media (max-width: 992px) {
    .round__bg {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 36px;
    }

    #courses_overview-banner {
        background-position: 75% 75%;
        background-size: auto 100%;;
    }

    #courses_overview img {
        margin-top: 16px;
    }

    .scroll-margin {
        scroll-margin-top: 60px;
    }

    #compare_methods table {
        width: 270%;
    }

    #compare_methods table th, #compare_methods table td {
        font-size: 0.8rem
    }

    #compare_methods thead th {
        font-size: 1rem;
    }
}

.white-background {
    background: linear-gradient(99.31deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 101.11%);
}

.white-background-reverse {
    background: linear-gradient(261.21deg, #FFFFFF -1.59%, rgba(255, 255, 255, 0) 99.44%);
}

@media (max-width: 992px) {
    .white-background-reverse, .white-background {
        background: #FFFFFF
    }
}

.course_overview p {
    margin-bottom: 12px;
}

.yellow-bg {
    background-image: url(../images/courses-overview/bg-yellow.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-star-pink {
    background-image: url(../images/bg-star-pinker.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
}

.bg-star-pink-2 {
    background-image: url(../images/bg-star-pinker-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
}

.bg-khaigiang {
    background-image: url(../images/bg-khaigiang.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
}

.bg-red-gridline {
    background-image: url(../images/bg-red-gridline.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
}

.bg-blue-big {
    background-image: url(../images/bg-blue-big.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.text-beige {
    color: #FFEAB6;
}

h2.text-beige {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.filter-white {
    filter: brightness(0) invert(1);
}

.bg-glass {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 40px 20px;
}

.bg-glass-round {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 100px;
    width: 80px;
    height: 80px;
}

.bg-star-alumni {
    background-image: url(../images/bg-star-pink-alumni.png);
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 2rem;
}

.bg-pink-students {
    background-image: url(../images/bg-pink-students.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-pink-panther {
    background-image: url(../images/bg-pink-panther.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-pink-students-2 {
    background-image: url(../images/bg-pink-students-2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-star-alumni ul {
    list-style-type: circle;
}

.basic-skills-set {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-around;
    margin: 0 -20px 40px -20px;
}

.basic-skills-set .basic-skill {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    flex: 25%;
    margin: 0 20px;
}

.skills-set {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.skills-set .skill {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    flex: 50%;
    padding: 10px 40px;
}

@media (max-width: 792px) {
    .skills-set .skill, .basic-skills-set .basic-skill {
        flex: 100%;
        margin-bottom: 16px;
    }

    .policies {
        grid-template-columns: 86px auto !important;
    }

    .policies p {
        padding-right: 8px !important;
        font-size: 14px !important;
    }

}

.bg-round-glow {
    width: 86px;
    height: 86px;
    font-size: 40px;
    font-weight: 700;
    background: linear-gradient(221.31deg, #FECC54 -98.18%, rgba(253, 244, 225, 0) 60.61%);
    border-radius: 100px;
    text-align: center;
    line-height: 86px;
}

.policies {
    font-weight: 500;
    display: grid;
    grid-template-columns: 86px auto 86px auto;
    row-gap: 20px;
    align-items: center;
}

.policies p {
    margin-left: 24px;
    padding-right: 25%;
}

#schedule_table {
    width: 1110px;
}

#schedule_table thead th {
    font-size: 14px !important;
    padding: 12px 0;
    font-weight: 700;
    vertical-align: middle !important;
}

#schedule_table td {
    vertical-align: middle !important;
    padding: 8px 10px;
    font-weight: 500;
    font-size: 14px;
}

.btn-to-sign-up {
    padding: 12px 16px;
    color: white;
    font-weight: 700 !important;
    text-align: center;
    background: linear-gradient(92.4deg, #FFC006 -21.99%, #FF9900 107.19%);
    box-shadow: 0px 6px 8px -6px rgba(24, 39, 75, 0.12), 0px 8px 16px -6px rgba(24, 39, 75, 0.08);
    border-radius: 3px;
}

.btn-to-sign-up:hover {
    -webkit-box-shadow: 0px 4px 4px 0px rgba(46, 61, 98, 0.3);
    box-shadow: 0px 4px 4px 0px rgba(46, 61, 98, 0.3);
}

#schedule_table tr {
    border-bottom: 1px solid #e9ecef;
}

#course-slider .course-img {
    height: auto;
    width: 100%;
}

.mepr-form label {
    font-weight: 700;
}

.mepr-form input {
    width: 100%;
    padding: 15px;
    margin: 0;
    display: inline-block;
    border: none !important;
    background: #f1f1f1;
}

.mepr-form .mp-password-strength-display {
    border: none;
    padding: 12px;
}

.mp_wrapper .mp-form-row {
    margin-bottom: 16px !important;
}

.mepr-form input:focus {
    background-color: #ddd;
    outline: none;
}

.mepr-form .mepr-submit {
    background: linear-gradient(92.4deg, #FFC006 -21.99%, #FF9900 107.19%);
    /* Shadow set 1/shadow 3 */
    text-transform: uppercase;
    font-size: 16px;
    color: white;
    font-weight: bold;
    padding: 12px;
    box-shadow: 0px 6px 8px -6px rgba(24, 39, 75, 0.12), 0px 8px 16px -6px rgba(24, 39, 75, 0.08);
}

.mepr-form .mepr-form-has-errors {
    margin-top: 12px;
    color: var(--main-color)
}

.mp_wrapper .cc-error, .invalid {
    color: var(--main-color) !important;
}

.button.mp-hide-pw span {
    display: none;
}

#mepr_loginform .mepr-share-button {
    background: linear-gradient(92.4deg, #FFC006 -21.99%, #FF9900 107.19%);
    /* Shadow set 1/shadow 3 */
    text-transform: uppercase;
    font-size: 16px;
    color: white;
    font-weight: bold;
    padding: 12px;
    box-shadow: 0px 6px 8px -6px rgba(24, 39, 75, 0.12), 0px 8px 16px -6px rgba(24, 39, 75, 0.08);

}

#mepr_loginform #rememberme {
    width: auto !important;
}

.text-bg-yellow {
    white-space: nowrap;
    font-weight: bold;
    display: inline-block;
    padding: 6px 10px;
    margin: 6px 0px;
    text-transform: uppercase;
    background: #FDF299;
    border-radius: 5px;
}

.center-name {
    white-space: nowrap;
    font-weight: 900;
    /* identical to box height, or 115% */
    text-transform: uppercase;
    color: #FDF299;
}

.center-description {
    white-space: nowrap;
    font-weight: bold;
    /* identical to box height, or 135% */
    color: #FFC444;
}

.paginationjs {
    line-height: 1.6;
    font-family: Marmelad, "Lucida Grande", Arial, "Hiragino Sans GB", Georgia, sans-serif;
    font-size: 14px;
    box-sizing: initial
}

.paginationjs:after {
    display: table;
    content: " ";
    clear: both
}

.paginationjs .paginationjs-pages {
    float: left
}

.paginationjs .paginationjs-pages ul {
    float: left;
    margin: 0;
    padding: 0
}

.paginationjs .paginationjs-go-button, .paginationjs .paginationjs-go-input, .paginationjs .paginationjs-nav {
    float: left;
    margin-left: 10px;
    font-size: 14px
}

.paginationjs .paginationjs-pages li {
    float: left;
    border: 1px solid #aaa;
    border-right: none;
    list-style: none
}

.paginationjs .paginationjs-pages li &gt; a {
    min-width: 30px;
    height: 28px;
    line-height: 28px;
    display: block;
    background: #fff;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    text-align: center
}

.paginationjs .paginationjs-pages li &gt; a:hover {
    background: #eee
}

.paginationjs .paginationjs-pages li.active {
    border: none
}

.paginationjs .paginationjs-pages li.active &gt; a {
    height: 30px;
    line-height: 30px;
    background: #aaa;
    color: #fff
}

.paginationjs .paginationjs-pages li.disabled &gt; a {
    opacity: .3
}

.paginationjs .paginationjs-pages li.disabled &gt; a:hover {
    background: 0 0
}

.paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child &gt; a {
    border-radius: 3px 0 0 3px
}

.paginationjs .paginationjs-pages li:last-child {
    border-right: 1px solid #aaa;
    border-radius: 0 3px 3px 0
}

.paginationjs .paginationjs-pages li:last-child &gt; a {
    border-radius: 0 3px 3px 0
}

.paginationjs .paginationjs-go-input &gt; input[type=text] {
    width: 30px;
    height: 28px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #aaa;
    padding: 0;
    font-size: 14px;
    text-align: center;
    vertical-align: baseline;
    outline: 0;
    box-shadow: none;
    box-sizing: initial
}

.paginationjs .paginationjs-go-button &gt; input[type=button] {
    min-width: 40px;
    height: 30px;
    line-height: 28px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #aaa;
    text-align: center;
    padding: 0 8px;
    font-size: 14px;
    vertical-align: baseline;
    outline: 0;
    box-shadow: none;
    color: #333;
    cursor: pointer;
    vertical-align: middle \9
}

.paginationjs.paginationjs-theme-blue .paginationjs-go-input &gt; input[type=text], .paginationjs.paginationjs-theme-blue .paginationjs-pages li {
    border-color: #289de9
}

.paginationjs .paginationjs-go-button &gt; input[type=button]:hover {
    background-color: #f8f8f8
}

.paginationjs .paginationjs-nav {
    height: 30px;
    line-height: 30px
}

.paginationjs .paginationjs-go-button, .paginationjs .paginationjs-go-input {
    margin-left: 5px \9
}

.paginationjs.paginationjs-small {
    font-size: 12px
}

.paginationjs.paginationjs-small .paginationjs-pages li &gt; a {
    min-width: 26px;
    height: 24px;
    line-height: 24px;
    font-size: 12px
}

.paginationjs.paginationjs-small .paginationjs-pages li.active &gt; a {
    height: 26px;
    line-height: 26px
}

.paginationjs.paginationjs-small .paginationjs-go-input {
    font-size: 12px
}

.paginationjs.paginationjs-small .paginationjs-go-input &gt; input[type=text] {
    width: 26px;
    height: 24px;
    font-size: 12px
}

.paginationjs.paginationjs-small .paginationjs-go-button {
    font-size: 12px
}

.paginationjs.paginationjs-small .paginationjs-go-button &gt; input[type=button] {
    min-width: 30px;
    height: 26px;
    line-height: 24px;
    padding: 0 6px;
    font-size: 12px
}

.paginationjs.paginationjs-small .paginationjs-nav {
    height: 26px;
    line-height: 26px;
    font-size: 12px
}

.paginationjs.paginationjs-big {
    font-size: 16px
}

.paginationjs.paginationjs-big .paginationjs-pages li &gt; a {
    min-width: 36px;
    height: 34px;
    line-height: 34px;
    font-size: 16px
}

.paginationjs.paginationjs-big .paginationjs-pages li.active &gt; a {
    height: 36px;
    line-height: 36px
}

.paginationjs.paginationjs-big .paginationjs-go-input {
    font-size: 16px
}

.paginationjs.paginationjs-big .paginationjs-go-input &gt; input[type=text] {
    width: 36px;
    height: 34px;
    font-size: 16px
}

.paginationjs.paginationjs-big .paginationjs-go-button {
    font-size: 16px
}

.paginationjs.paginationjs-big .paginationjs-go-button &gt; input[type=button] {
    min-width: 50px;
    height: 36px;
    line-height: 34px;
    padding: 0 12px;
    font-size: 16px
}

.paginationjs.paginationjs-big .paginationjs-nav {
    height: 36px;
    line-height: 36px;
    font-size: 16px
}

.paginationjs.paginationjs-theme-blue .paginationjs-pages li &gt; a {
    color: #289de9
}

.paginationjs.paginationjs-theme-blue .paginationjs-pages li &gt; a:hover {
    background: #e9f4fc
}

.paginationjs.paginationjs-theme-blue .paginationjs-pages li.active &gt; a {
    background: #289de9;
    color: #fff
}

.paginationjs.paginationjs-theme-blue .paginationjs-pages li.disabled &gt; a:hover {
    background: 0 0
}

.paginationjs.paginationjs-theme-blue .paginationjs-go-button &gt; input[type=button] {
    background: #289de9;
    border-color: #289de9;
    color: #fff
}

.paginationjs.paginationjs-theme-green .paginationjs-go-input &gt; input[type=text], .paginationjs.paginationjs-theme-green .paginationjs-pages li {
    border-color: #449d44
}

.paginationjs.paginationjs-theme-blue .paginationjs-go-button &gt; input[type=button]:hover {
    background-color: #3ca5ea
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li &gt; a {
    color: #449d44
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li &gt; a:hover {
    background: #ebf4eb
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li.active &gt; a {
    background: #449d44;
    color: #fff
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li.disabled &gt; a:hover {
    background: 0 0
}

.paginationjs.paginationjs-theme-green .paginationjs-go-button &gt; input[type=button] {
    background: #449d44;
    border-color: #449d44;
    color: #fff
}

.paginationjs.paginationjs-theme-yellow .paginationjs-go-input &gt; input[type=text], .paginationjs.paginationjs-theme-yellow .paginationjs-pages li {
    border-color: #ec971f
}

.paginationjs.paginationjs-theme-green .paginationjs-go-button &gt; input[type=button]:hover {
    background-color: #55a555
}

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li &gt; a {
    color: #ec971f
}

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li &gt; a:hover {
    background: #fdf5e9
}

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.active &gt; a {
    background: #ec971f;
    color: #fff
}

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.disabled &gt; a:hover {
    background: 0 0
}

.paginationjs.paginationjs-theme-yellow .paginationjs-go-button &gt; input[type=button] {
    background: #ec971f;
    border-color: #ec971f;
    color: #fff
}

.paginationjs.paginationjs-theme-red .paginationjs-go-input &gt; input[type=text], .paginationjs.paginationjs-theme-red .paginationjs-pages li {
    border-color: #c9302c
}

.paginationjs.paginationjs-theme-yellow .paginationjs-go-button &gt; input[type=button]:hover {
    background-color: #eea135
}

.paginationjs.paginationjs-theme-red .paginationjs-pages li &gt; a {
    color: #c9302c
}

.paginationjs.paginationjs-theme-red .paginationjs-pages li &gt; a:hover {
    background: #faeaea
}

.paginationjs.paginationjs-theme-red .paginationjs-pages li.active &gt; a {
    background: #c9302c;
    color: #fff
}

.paginationjs.paginationjs-theme-red .paginationjs-pages li.disabled &gt; a:hover {
    background: 0 0
}

.paginationjs.paginationjs-theme-red .paginationjs-go-button &gt; input[type=button] {
    background: #c9302c;
    border-color: #c9302c;
    color: #fff
}

.paginationjs.paginationjs-theme-red .paginationjs-go-button &gt; input[type=button]:hover {
    background-color: #ce4541
}

.paginationjs .paginationjs-pages li.paginationjs-next {
    border-right: 1px solid #aaa \9
}

.paginationjs .paginationjs-go-input &gt; input[type=text] {
    line-height: 28px \9;
    vertical-align: middle \9
}

.paginationjs.paginationjs-big .paginationjs-pages li &gt; a {
    line-height: 36px \9
}

.paginationjs.paginationjs-big .paginationjs-go-input &gt; input[type=text] {
    height: 36px \9;
    line-height: 36px \9
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 10px;
    width: 10px;
    background-color: transparent;
    -webkit-border-radius: 100px;
    -webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .25);
    -webkit-border-radius: 100px;
}

.ribbon {
    background-color: #D12D27;
    text-transform: uppercase;
    color: white;
    padding: .4em .8em;
    border-radius: 10px;
    font-weight: 600;
    font-size: 12px;
    margin: 0 .6em;
    vertical-align: middle;
    cursor: pointer;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.active-subtile {
    color: red;
}

.subtiles {
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.subtiles:hover {
    padding: 0rem 0rem 0rem;
    background-color: red;
    color: white;
    border-radius: .1rem;
    outline-style: solid !important;
    outline-color: red !important;
    outline-width: 0.2rem !important;
}

.text-sync-media_subtiles-container {
    margin-top: 1rem;
    padding: 0rem 1rem 1rem;
    height: 30vh;
    overflow: auto;
}

.text-sync-media_subtiles-container::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    border-radius: 10px;
    background-color: #F5F5F5;
}

.text-sync-media_subtiles-container::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.text-sync-media_subtiles-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.card-pinned-post {
    margin-bottom: 2rem !important;
}


#blog-section .col-study-step {
    padding: 24px 12px 0px 12px;
}</pre></body></html>