body {
    background-color: white;
}

.navbar {
    width: 100%;
}

.heading-1 {
    font-size: 72px;
    font-family: segoeuib, Arial, sans-serif;
    font-weight: normal;
    line-height: 1;
}

.heading-2 {
    font-size: 38px;
    font-family: segoeuib, Arial, sans-serif;
    font-weight: normal;
    line-height: 1;
}

.heading-3 {
    font-size: 28px;
    font-family: segoeuib, Arial, sans-serif;
    font-weight: normal;
    line-height: 1;
}

.copy-01 {
    text-rendering: optimizeLegibility;
    font-family: segoeui, Arial, sans-serif;
    font-size: 22px;
    color: #464b4f;
    line-height: 36px;
}

.copy-02 {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 1.5em;
    color: #3a3a3a;
}

.copy-03 {
    text-rendering: optimizeLegibility;
    font-family: segoeui, Arial, sans-serif;
    font-size: 42px;
    color: #000000;
    line-height: 42px;
    margin-top: 25px;
    font-weight: bold;
    text-align: center;
}

.copy-04 {
    text-rendering: optimizeLegibility;
    font-family: segoeui, Arial, sans-serif;
    font-size: 24px;
    color: #2c2c2c;
    line-height: 32px;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
}

.copy-05 {
    text-rendering: optimizeLegibility;
    font-family: segoeui, Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
}

.copy-06 {
    text-rendering: optimizeLegibility;
    font-family: segoeui, Arial, sans-serif;
    font-size: 12px;
    color: #777777;
    line-height: 24px;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
}

.text-02 {
    text-rendering: optimizeLegibility;
    font-family: segoeui, Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
}

.text-03 {
    text-rendering: optimizeLegibility;
    font-family: 'Open Sans';
    font-size: 15px;
    line-height: 20px;
}

.art-news-title-main {
    text-align: center;
    font-family: Inter, sans-serif;
    height: 30em;
    padding-top: 6em;

}

.main-text {
    margin-bottom: 2em;
}

.main-h2 {
    font-size: 90px;
}

.btn-read {
    margin-top: 1em;
    font-size: 30px;
}

.gen-section {
    margin-top: 2em;
    padding-left: 300px;
    padding-right: 300px;
}

.line {
    margin-top: 3em;
    margin-left: 3em;
    margin-right: 3em;
}

.gen-info-title {
    margin-top: 4em;
    margin-bottom: 2em;
    text-align: center;
}

.t-white {
    color: white;
}


/* Recomend style */

.more-info {
    margin-top: 2em;
    padding-left: 12em;
    padding-right: 12em;
}

.heading-tutor {
    font-size: 60px;
}

.card {
    min-width: 300px;
    max-width: 450px;
    display: inline-block;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    background: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 1em;
}

.card:hover,
.card.hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.25);
}

.card:hover .card-content,
.card.hover .card-content {
    box-shadow: inset 0 3px 0 0 rgb(100, 1, 1);
    border-color: rgb(100, 1, 1);
}

.card:hover .card-content.blue-style,
.card.hover .card-content.blue-style {
    box-shadow: inset 0 3px 0 0 rgb(19, 0, 124);
    border-color: rgb(19, 0, 124);
}

.card:hover .card-img .overlay,
.card.hover .card-img .overlay {
    background-color: rgba(25, 29, 38, 0.85);
    transition: opacity 0.2s ease;
    opacity: 1;
}

.card-img {
    position: relative;
    min-height: 250px;
    max-height: 300px;
    width: 100%;
    background-color: #fff;
    transition: opacity 0.2s ease;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
}

.card-img .overlay .overlay-content {
    line-height: 224px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.card-img .overlay .overlay-content a {
    color: #fff;
    padding: 0 2rem;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.4);
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
}


a.hover:hover {
    background-color: rgba(0, 0, 0, 0.35);
}


.card-content {
    width: 100%;
    height: 220px;
    background-color: #fff;
    border-top: 1px solid #e9e9eb;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 1rem 2rem;
    transition: all 0.2s ease;
}

.card-content a {
    text-decoration: none;
    color: #202927;
}

.card-content h3,
.card-content a h3 {
    font-size: 32px;
    font-weight: 500;
}

.card-content p,
.card-content a p {
    font-size: 24px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(32, 41, 28, 0.8);
}

.swiper-wrapper {
    width: 100px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.other-arts {
    text-align: center;
    margin-bottom: 2em;
}

/* Recomend styles */

#recomend-slider

@media (max-width:1200px) {
    .main-h2 {
        font-size: 55px;
    }

    .art-news-title-main {
        padding-bottom: 4em;
    }

    .gen-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .gen-info>h1 {
        font-size: 50px;
    }

    .heading-1 {
        font-size: 50px;
    }

    .heading-tutor {
        font-size: 48px;
    }

    .more-info {
        margin-top: 2em;
        padding: 0 1em;
    }
}