body {
    font-family: 'SVN-Aguda';
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    color: rgba(138, 144, 149, 1);
    overflow-x: hidden;
}

a {
    transition: all 0.4s;
}

#main {
    background-image: unset !important;
}

a.button.btn-viewmore {
    width: max-content;
    border: 1px solid rgba(34, 78, 111, 1) !important;
    background-color: transparent !important;
    color: white;
    box-shadow: none !important;
    display: flex;
    height: 40px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    transition: all 0.4s;
    min-width: 130px;
    position: relative;
    z-index: 2;
}

a.button.btn-viewmore::before {
    content: "";
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    background-color: #224E6F;
    transition: all 0.4s;
    z-index: -1;
}

a.button.btn-viewmore:hover {
    background-color: transparent !important;
    color: #224E6F !important;
}

a.button.btn-viewmore:hover::before {
    width: 0;
}

.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(34, 78, 111, 1);
    gap: 6px;
    font-size: 20px;
    line-height: 26px;
}

.breadcrumb a {
    color: rgba(138, 144, 149, 1);
    font-size: 20px;
    line-height: 26px;
}

.breadcrumb span {
    font-size: 32px;
    line-height: 38px;
    color: rgba(34, 78, 111, 1);
}

/* header */
#header .header-bottom .menu-item>a {
    font-size: 16px;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: 0.04px;
    color: rgba(34, 78, 111, 1);
}

#header .header-bottom .flex-col {
    width: 100%;
}

#header .header-bottom .header-nav {
    display: flex;
    width: 100%;
    max-width: 1210px;
    justify-content: space-between;
}

/* home */
.banner-section {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(236, 243, 253, 1));
    position: relative;
}

.banner-section .section-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.banner-section .bg-one {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    max-width: 334px;
    z-index: -1;
}

.banner-section .bg-two {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 424px;
    z-index: -1;
}

.banner-section .col-left h2 {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0.02px;
}

.banner-section .circle-wrapper {
    position: relative;
    aspect-ratio: 1;
    width: 90%;
    max-width: 460px;
    height: auto;
    margin: 50px auto;
    border-radius: 50%;
}

/* viền gradient */
.banner-section .circle-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 2px;
    background: linear-gradient(45deg, #C3D1EA, #ECF3FD);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: .6;
}

.banner-section .circle-wrapper::after {
    content: "";
    position: absolute;
    opacity: .6;
    top: 50%;
    left: 50%;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    padding: 2px;
    background: linear-gradient(45deg, #C3D1EA, #ECF3FD);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.banner-section .center-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-image: url(../images/bg-circle.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.banner-section .center-circle h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: calc(100% - 40px);
    height: 100%;
    margin: 0 0 0 14px;
    font-size: 14px;
    line-height: 100%;
    font-weight: 900;
}

.banner-section .circle {
    position: absolute;
    aspect-ratio: 1;
    width: max-content;
    height: auto;
    padding: 12px;
    border-radius: 50%;
    background: rgba(236, 243, 253, 1);
    border: 2px solid rgba(198, 211, 235, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    color: #224E6F;
    font-weight: 600;
    line-height: 100%;
    z-index: 10;
    transition: transform 0.3s ease;
}

.banner-section .circle:hover {
    transform: scale(1.1);
}

/* section latest post */
.section-latest-post .main-post {
    height: 100%;
    position: relative;
}

.section-latest-post .main-post .post-item {
    padding-bottom: 0;
}

.section-latest-post .main-post .post-item .col-inner {
    height: 100%;
    box-shadow: none;
}

.section-latest-post .main-post .box-blog-post {
    height: 100%;
    position: relative;
}

.section-latest-post .main-post .box-image {
    width: 100%;
    height: 100%;
}

.section-latest-post .main-post .box-image::before {
    position: absolute;
    content: "";
    width: calc(100% - 58px);
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(271deg, rgba(236, 243, 253, 0) 0%, rgba(236, 243, 253, 1) 53%);
    z-index: 1;
}

.section-latest-post .main-post .box-image .image-cover {
    padding-top: 0 !important;
    height: 100%;
    width: 100%;
}

.section-latest-post .main-post .image-cover a {
    height: 100%;
}

.section-latest-post .main-post .box-image img {
    position: static !important;
}

.section-latest-post .main-post .box-text .box-text-inner {
    display: flex;
    flex-direction: column;
}

.section-latest-post .main-post .box-text {
    position: absolute;
    transform: translateY(-50%);
    left: 24px;
    top: 50%;
    z-index: 2;
    max-width: 60%;

}

.section-latest-post .main-post .box-text .post-meta {
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    order: 1;
}

.section-latest-post .is-divider {
    display: none;
}

.section-latest-post .main-post .box-text .post-title {
    order: 2;
}

.section-latest-post .main-post .box-text .post-title a {
    font-size: 24px;
    line-height: 26px;
    font-weight: 900;
    margin-bottom: 16px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.section-latest-post .main-post .box-text .button {
    order: 3;
    width: max-content;
    border: 1px solid rgba(34, 78, 111, 1);
    background-color: transparent;
    color: white;
    display: flex;
    height: 40px;
    margin: 0;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    transition: all 0.4s;
    min-width: 130px;
}

.section-latest-post .main-post .box-text .button::before {
    content: "";
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    position: absolute;
    top: 50%;
    right: 4px;

    transform: translateY(-50%);
    background-color: #224E6F;
    transition: all 0.4s;
    z-index: -1;
}

.section-latest-post .main-post .box-text .button:hover {
    color: #224E6F !important;
}

.section-latest-post .main-post .box-text .button:hover::before {
    width: 0;
}

.section-latest-post .mini-post .post-item:last-child {
    padding-bottom: 0 !important;
}

.section-latest-post .mini-post .box-text {
    padding: 0 0 0 16px;
}

.section-latest-post .mini-post .blog-post-inner {
    display: flex;
    flex-direction: column-reverse;
}

.section-latest-post .mini-post .post-title a {
    font-size: 20px;
    line-height: 26px;
    font-weight: 900;
    letter-spacing: 0.02px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section-latest-post .mini-post .post-meta {
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    opacity: 1 !important;
}

/* section post */
.cs-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 6px;
}

.cs-title h2 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 900;
    letter-spacing: 0.02px;
    margin-bottom: 0;
}

.cs-title::after {
    content: '';
    background-image: url(../images/ic-title.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    aspect-ratio: 34 / 84;
    width: 34px;
    height: auto;
}

.section-category .col {
    padding-bottom: 12px;
}

.posts-by-views {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.posts-by-views .post-item {
    width: 25%;
    padding: 12px;
}

.posts-by-views .post-item a {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    background-color: white;
    box-shadow: 2px 2px 10px 0 rgba(34, 78, 111, 0.24);
    height: 100%;
    transition: all 0.3s;
}

.posts-by-views .post-item a:hover {
    transform: scale(1.05);
}

.posts-by-views .post-item .post_thumb {
    position: relative;
}

.posts-by-views .post-item .post_thumb img {
    object-fit: cover;
    aspect-ratio: 270 / 262;
    width: 100%;
    height: auto;
}

.posts-by-views .post-item .post-category {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 4px 12px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(13px);
    border-radius: 27px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: rgba(34, 78, 111, 1) !important;
}

.posts-by-views .post-item .post-content time {
    font-size: 14px;
    line-height: 100%;
    color: rgba(138, 144, 149, 1);
    letter-spacing: 0.04px;
    font-weight: 700;
}

.posts-by-views .post-item .post-content h4 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.02px;
    font-weight: 900;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.section-category .is-divider {
    display: none;
}

.section-category .list-post {
    margin-top: 24px;
    margin-bottom: 24px;
}

.section-category .list-post .post-item {
    padding-left: 12px;
    padding-right: 12px;
}

.section-category .list-post .post-item .col-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    background-color: white;
    box-shadow: 2px 2px 10px 0 rgba(34, 78, 111, 0.24);
    height: 100%;
    transition: all 0.3s;
}

.section-category .list-post .post-item .col-inner:hover {
    transform: scale(1.02);
}

.section-category .list-post .box-blog-post {
    position: relative;
}

.section-category .list-post .box-text {

    position: static;
    padding-bottom: 0;
}

.section-category .list-post .box-text .box-text-inner {
    display: flex;
    flex-direction: column-reverse;
}

.section-category .list-post .post-title a {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.02px;
    font-weight: 900;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.section-category .list-post .post-meta {
    font-size: 14px;
    line-height: 100%;
    color: rgba(138, 144, 149, 1);
    letter-spacing: 0.04px;
    font-weight: 700;
}

.section-category .list-post .cat-label {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 4px 12px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(13px);
    border-radius: 27px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: rgba(34, 78, 111, 1) !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.section-category .list-post .box-image {
    width: 100%;
    height: max-content;
}

.section-category .list-post .box-image .image-cover {
    aspect-ratio: 270 / 262;
    width: 100%;
    height: auto;
    padding-top: 0 !important;
}

.section-review .col {
    padding-bottom: 0;
}

.section-review .col-image .col-inner {
    position: relative;
    aspect-ratio: 536 / 304;
    width: 100%;
    height: auto;
    padding-bottom: 0;
}

.section-review .col-image .img {
    margin-bottom: 0;
    position: relative;
}

.section-review .col-image .img::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 24px;
    width: 0;
    height: 0;
    border-top: 40px solid white;
    border-right: 40px solid transparent;
    z-index: 1;
}

.section-review .col-image .img::after {
    content: "";
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 0;
    height: 0;
    border-bottom: 40px solid white;
    border-left: 40px solid transparent;
    z-index: 1;
}

.section-review .col-image .col-inner::before {
    content: "";
    background: linear-gradient(297deg, rgba(34, 78, 111, 0.9) 20%, rgba(34, 78, 111, 0) 50%, rgba(34, 78, 111, 0.9) 80%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.section-review .col-image .content {
    position: absolute;
    width: calc(100% - 48px);
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.section-review .col-image .content h2 {
    font-size: 24px;
    line-height: 32px;
    color: white;
    font-weight: 900;
}

.section-review .item-review {
    padding-top: 54px;
    padding-left: 66px;
}

.section-review .item-review .col-inner {
    position: relative;
}

.section-review .item-review .col-inner::before {
    content: url(../images/quote.svg);
    position: absolute;
    left: 0;
    top: -20px;
    transform: translateX(calc(-100% - 12px));
}

.section-review .star-rate img {
    margin-bottom: 0 !important;
}

.section-review .star-rate p {
    display: flex;
    gap: 4px;
    margin-bottom: 14px;
}

.section-review .review p {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: rgba(144, 163, 180, 1);
}

.section-review .user-review {
    display: flex;
    gap: 8px;
}

.section-review .user-review .box-image {
    min-width: 56px;
    max-width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
}

.section-review .user-review .box-text {
    flex: auto;
    padding: 0;
}

.section-review .user-review h4 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.2px;
    font-weight: 900;
}

.section-review .user-review p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    font-weight: 400;
}

.section-review .slick-arrow.slick-prev {
    display: none;
}

.section-review .slick-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    background-color: #224E6F;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    background-image: url('../images/chevron-right.svg');
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: center;
}

.section-review .slick-dots {
    display: flex;
    padding-left: 0;
    list-style: none;
    gap: 8px;
    justify-content: center;
    position: absolute;
    top: calc(100% + 24px);
    left: 66px;
}

.section-review .slick-dots li {
    margin: 0;
}

.section-review .slick-dots li.slick-active button {
    background-color: rgba(34, 78, 111, 1);
}

.section-review .slick-dots button {
    padding: 0;
    margin: 0;
    width: 10px;
    height: 10px;
    font-size: 0;
    border-radius: 50%;
    background-color: rgba(189, 209, 227, 1);
}

/* footer */

.main-footer .section-content {
    padding-top: 56px;
    padding-bottom: 5px;
}

.main-footer .ft-title h5 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: rgba(144, 163, 180, 1);
    margin-bottom: 12px;
}

.main-footer .footer-logo img {
    height: 48px;
    width: auto;
    object-fit: contain;
}

.main-footer .row-menu p {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: rgba(34, 78, 111, 1);
}

.main-footer .row-menu p img {
    margin-bottom: 0 !important;
}

.main-footer .row-menu p a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: rgba(34, 78, 111, 1);
}

.main-footer .row-menu .ux-menu-link__link {
    padding-bottom: 12px;
    padding-top: 0;
}

.main-footer .row-menu .ux-menu-link__text {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: rgba(34, 78, 111, 1);
}

.main-footer .row-menu .ux-menu-link__text:hover {
    color: #6e89fc !important;
}

.copy-right .col {
    padding-bottom: 0;
}

.copy-right p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: white;
    margin: 17px 0;
}

/* shortcode */
.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "main side-1"
        "main side-2"
        "main side-3";
    gap: 24px;
    margin-bottom: 60px;
    margin-top: 24px;
    padding: 0 16px;
}

.hero-item.item-1 {
    grid-area: main;
    position: relative;
}

.hero-item.item-1 .post-title a {
    font-size: 24px;
    line-height: 32px;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.hero-item .post-title a {
    font-size: 20px;
    line-height: 26px;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hero-item.item-1::before {
    position: absolute;
    content: "";
    width: calc(100% - 58px);
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(271deg, rgba(236, 243, 253, 0) 0%, rgba(236, 243, 253, 1) 53%);
    z-index: 1;
}

.hero-item.item-1 .post-content {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
    z-index: 2;
}

.hero-item.item-2,
.hero-item.item-3,
.hero-item.item-4 {
    display: flex;
    gap: 10px;
}

.hero-item.item-2 {
    grid-area: side-1;
}

.hero-item.item-3 {
    grid-area: side-2;
}

.hero-item.item-4 {
    grid-area: side-3;
}

.hero-item.item-1 .post-image {
    width: 100%;
    height: 100%;
}

.hero-item .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-item:not(.item-1) .post-image img {
    aspect-ratio: 184 / 110;
    height: 100%;
    min-width: 184px;
    max-width: 184px;
}

.hero-item:not(.item-1) .post-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* archive blog */
.blog-archive .is-divider {
    display: none;
}

.list-post-title {
    font-size: 32px;
    line-height: 100%;
    font-weight: 900;
    letter-spacing: 0.02px;
    margin-bottom: 24px;
}

.blog-archive .post-item .box-blog-post {
    display: flex;
}

.blog-archive .post-item .box-image {
    max-width: 200px;
    aspect-ratio: 200 / 194;
    height: auto;
}

.blog-archive .post-item .box-image .image-cover {
    padding-top: 0 !important;
    height: 100%;
}

.blog-archive .post-item .image-cover a,
.blog-archive .post-item .image-cover img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-archive .post-item .blog-post-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.blog-archive .post-item .box-text {
    flex: 1;
    padding: 0px 0px 0px 20px;
}

.blog-archive .post-item .post-date {
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.04px;
}

.blog-archive .post-item .post-title a {
    font-size: 20px;
    line-height: 26px;
    font-weight: 900;
    letter-spacing: 0.02px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-archive .post-item .from_the_blog_excerpt {
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 10px;
}

.blog-archive .nav-pagination {
    text-align: left;
    display: flex;
    align-items: center;
}

.blog-archive .nav-pagination .page-number {
    font-size: 14px;
    line-height: 100%;
    border: 1px solid transparent;
    background-color: transparent;
    height: 42px;
    width: 42px;
    color: rgba(34, 78, 111, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    border-radius: 0;
    padding: 0;
    transition: all 0.4s;
}

.blog-archive .nav-pagination .page-number::before {
    content: "";
    position: absolute;
    width: 0;
    height: calc(100% - 6px);
    top: 3px;
    left: 3px;
    transition: all 0.4s;
    background-color: #224E6F;
    z-index: -1;
}

.blog-archive .nav-pagination .page-number:hover,
.blog-archive .nav-pagination .page-number.current {
    border: 1px solid #224E6F;
    color: white !important;
}

.blog-archive .nav-pagination .page-number:hover::before,
.blog-archive .nav-pagination .page-number.current::before {
    width: calc(100% - 6px);
}

.blog-archive .nav-pagination .page-number.next {
    margin-left: 28px;
    border-color: #224E6F;
}

.blog-archive .nav-pagination .page-number.prev {
    margin-right: 28px;
    border-color: #224E6F;
}

.blog-wrapper .post-sidebar .widget-area {
    padding: 16px 24px;
    box-shadow: 2px 2px 10px 0 rgba(34, 78, 111, 0.24);
    position: sticky;
    top: 160px;
}

.blog-wrapper .post-sidebar aside {
    margin-bottom: 0;
}

.blog-wrapper .post-sidebar .wp-block-heading {
    font-size: 20px;
    line-height: 26px;
    font-weight: 900;
    color: rgba(138, 144, 149, 1);
    margin-bottom: 12px;
    letter-spacing: 0.1px;
}

.blog-wrapper .post-sidebar ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(177, 168, 180, 0.6);
}

.blog-wrapper .post-sidebar ul a {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.02px;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* loading */
.loader-container {
    height: 100%;
    overflow: visible;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
}

.loader-container svg {
    width: 240px;
    height: 60px;
    overflow: visible;
}