/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 5 version
*/

@charset "UTF-8";
/*!

Theme Name: WP Lewis

Theme URI: https://

Author: Dev Lewis Corporation

Author URI: https://

Description: "WP Lewis" là 1 theme wordpress được phát triển và xây dựng bởi đội ngũ kỹ thuật của Lewis. Theme được xây dựng dựa trên nền tảng là css boostraps 4 mới nhất. 

Version: 1.0.1

License: GNU General Public License v3 or later

License URI: https://www.gnu.org/licenses/gpl.html

Text Domain: WP Lewis

Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, left-sidebar, right-sidebar, custom-colors, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, blog



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.



WP Vdigi is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.

Underscores is distributed under the terms of the GNU GPL v2 or later.

*/
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: "InterTight-Light";
    src: url("assets/fonts/Inter/InterTight-Light.ttf");
}
@font-face {
    font-family: "InterTight";
    src: url("assets/fonts/Inter/InterTight-Regular.ttf");
}
@font-face {
    font-family: "InterTight-Bold";
    src: url("assets/fonts/Inter/InterTight-Bold.ttf");
}
@font-face {
    font-family: "InterTight-SemiBold";
    src: url("assets/fonts/Inter/InterTight-SemiBold.ttf");
}

:root {
    --primary-color: #bd1d2c;
    --second-color: #333;
    --primary-font: "InterTight";
    --second-font: "InterTight-Bold";
    --third-font: "InterTight-SemiBold";
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    word-wrap: break-word;
}

html {
    font-size: 62.5%;
}

body {
    font-family: var(--primary-font);
    background-color: #fff;
    font-size: 1.5rem;
    color: #333;
    -ms-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5,h6,strong {
    font-family: var(--second-font);
    font-weight: normal;
}

.header-main-logo img {
    max-width: 160px;
}

.header-main-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #3333338c;
}

.header-main-top-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-main-top ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.header-main-top ul li {
    display: inline-block;
}

ul.header-main-top-menu>li {
    margin-right: 30px;
}

ul.header-main-top-menu {
    margin-left: 3rem;
}

ul.header-main-top-menu>li>a svg {
    margin-right: 8px;
}

ul.header-main-top-menu>li>a {
    font-family: var(--second-font);
    color: #707070;
}

.header-main-top-right ul li {
    margin-left: 15px;
    position: relative;
}

.header-main-top-right ul li:last-child:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background-color: #333;
    left: -10px;
    top: 3px;
}

.header-main-top-right ul li:nth-of-type(3), .header-main-top-right ul li:nth-of-type(4) {
    color: var(--primary-color);
    font-family: 'InterTight-Light';
}

.header-main-top-right ul li:nth-of-type(1) {
    font-size: 20px;
    position: relative;
    top: 4px;
}

.header-wrapper {
    -webkit-box-shadow: 0 4px 12px 0 rgba(0 , 0, 0, .1);
            box-shadow: 0 4px 12px 0 rgba(0 , 0, 0, .1);
    background-color: #fff;
}

.header-menu-document>a {
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: 5px 20px;
    border-radius: 4px;
}

.header-menu-document>a>svg {
    margin-right: 5px;
}

li.header-main-top-right-language .gtranslate_wrapper a.gt-current-lang img {
    border: 1px solid #333;
}

.header-main-top-right ul li a img {
    padding: 1px;
}

.nav-menu-inner-language {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid #4e4e4e33;
    padding-bottom: 15px;
    align-items: center;
}

.nav-menu-inner-language>span {
    margin-right: 10px;
}

.gtranslate_wrapper>a {
    margin-right: 3px;
}

.gtranslate_wrapper {
    background-color: #e9ecef;
    padding: 1px 0;
    padding-left: 5px;
    padding-bottom: 3px;
}


/*SLIDE*/

/*FEATURE*/

.block-feature-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr 15px 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 15px;
}

.block-feature-box > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.block-feature-box > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.block-feature-box > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.block-feature-box > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.block-feature-box > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.block-feature-box > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}
    
.block-01 {
    -ms-grid-column-span: 2;
    grid-column: span 2 / span 2;
}

.block-feature-box block-feature-item:nth-of-type(2) {
    -ms-grid-column: 3;
        grid-column-start: 3;
}

.block-feature-box block-feature-item:nth-of-type(3) {
    -ms-grid-row: 2;
        grid-row-start: 2;
}

.block-feature-box block-feature-item:nth-of-type(4) {
    -ms-grid-row: 2;
        grid-row-start: 2;
}

.block-feature-box block-feature-item:nth-of-type(5) {
    -ms-grid-row: 2;
        grid-row-start: 2;
}

section.block-feature {
    margin-top: 3rem;
}

.block-feature-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.block-feature-top-large {
    position: relative;
    overflow: hidden;
}

.block-feature-top-large>a>img {
    width: 100%;
    aspect-ratio: 2 / 1.2;
    border-radius: 5px;
    -o-object-fit: cover;
       object-fit: cover;
}

.block-feature-top-large-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2rem;
    color: #fff;
}

.block-feature-top-large:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.block-feature-top-large:hover h4>a {
    color: var(--primary-color);
}

.block-feature-top-large-content-info, .vt-post-item-content-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.info-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.info-left>img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
}

.info-left-name {
    margin-left: 8px;
    line-height: 1;
}

.info-left-name>time {
    font-size: 12px;
    font-family: 'InterTight-Light';
}

.info-left-name>h5 {
    margin-bottom: 0;
    font-size: 13px;
    font-family: 'InterTight-Light';
}

a.block-feature-top-large-bg {
    width: 100%;
    height: 100%;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background: -o-linear-gradient(transparent, #000);
    background: linear-gradient(transparent, #000);
    border-radius: 8px;
    position: absolute;
    left: 0;
}

.block-feature-top-large-content h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.block-feature-top-large-content p {
    color: #fff;
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 0;
}

.info-right ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.info-right ul li {
    display: inline-block;
    margin-left: 10px;
    font-size: 13px;
}

.info-right ul li:first-child {
    margin-left: 0;
}

.info-right ul li svg {
    margin-right: 2px;
}

.block-feature-top-large-content-info {
    margin-top: 15px;
}

.vt-post-item-thumb>a {
    display: block;
    overflow: hidden;
    position: relative;
}

.vt-post-item-thumb>a>img {
    width: 100%;
    aspect-ratio: 2 / 1.1;
    border-radius: 5px;
    -o-object-fit: cover;
       object-fit: cover;
}

.vt-post-item-content h3 {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.4;
}

.vt-post-item-content h3 a, .vt-post-item-content p {
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.vt-post-item-content p {
    margin-bottom: 0;
    font-size: 14px;
    color: #646464;
    line-height: 1.4;
}

.vt-post-item-content-info {
    margin-top: 1.5rem;
}

.block-feature-bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

.vt-post-item:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.vt-post-item:hover h3>a {
    color: var(--primary-color);
}

/*EVENT*/

section.block-event, section.block-handbook, 
section.block-club, section.block-video {
    margin-top: 5rem;
}

h2.title-block {
    margin-bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #7b7b7b;
    padding-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

h2.title-block span {
    border-bottom: 3px solid var(--primary-color);
    padding-bottom: 8px;
    font-size: 22px;
}

h2.title-block a {
    font-family: var(--primary-font);
    font-size: 15px;
}

h2.title-block a:hover {
    color: var(--primary-color);
}

h2.title-block a svg {
    margin-left: 6px;
}

.block-event-wrapper, .block-event-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.block-event-wrapper>div, .block-event-list-item>div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
}

.block-event-list-item {
    margin-bottom: 15px;
}

.block-event-list-item-thumb>a {
    display: block;
    position: relative;
    overflow: hidden;
}

.block-event-list-item-thumb>a>img {
    width: 100%;
    aspect-ratio: 2 / 1.2;
    border-radius: 8px;
    -o-object-fit: cover;
       object-fit: cover;
}

.block-event-list-item-content {
    padding-left: 6px;
}

.block-event-list-item-content>h5 {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 0;
}

.block-event-list-item-content>h5>a {
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.block-event-list-item:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1)
}

.block-event-list-item:hover h5>a {
    color: var(--primary-color);
}

/*HANDBOOK*/

.block-handbook-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.block-handbook-box-item-thumb>a {
    display: block;
    overflow: hidden;
    position: relative;
}

.block-handbook-box-item-thumb>a>img {
    width: 100%;
    aspect-ratio: 2 / 1.2;
    border-radius: 6px;
    -o-object-fit: cover;
       object-fit: cover;
}

.block-handbook-box-item-content {
    text-align: center;
    padding-top: 10px;
}

.block-handbook-box-item-content>span {
    text-transform: uppercase;
    font-family: var(--second-font);
    font-size: 14px;
    color: var(--primary-color);
}

.block-handbook-box-item-content>h3 {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 5px;
    margin-bottom: 10px;
}

.block-handbook-box-item-content>h3>a {
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.block-handbook-box-item-content>p {
    margin-bottom: 0;
    font-family: var(--second-font);
    color: #646464b8;
    font-size: 14px;
}

section.block-handbook.block-news {
    margin-bottom: 5rem;
}

.block-handbook-box-item:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.block-handbook-box-item:hover h3>a {
    color: var(--primary-color);
}


/*CLUB*/

section.block-club {
    background-color: #1a0000;
    color: #fff;
    padding: 2rem 1.5rem;
    padding-bottom: 3rem;
    border-radius: 6px;
}

section.block-club .vt-post-item-content p {
    color: #fff;
}

/*VIDEO*/

.block-video-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.video-item img {
    width: 100%;
    aspect-ratio: 2 / 3.5;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 6px;
}

.video-item {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.video-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left top, left bottom,from(transparent),to(#000));
    background: -o-linear-gradient(transparent,#000);
    background: linear-gradient(transparent,#000);
    border-radius: 6px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.video-item span {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.video-item h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    line-height: 1.6;
    width: 100%;
    text-align: center;
    padding: 2rem 1rem;
    border-radius: 0 0 6px 6px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.video-item:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.video-item:hover h3, .video-item:hover span {
    color: var(--primary-color);
}

section.block-video {
    background-image: -webkit-gradient(linear,left top, right top,from(#1293e4),to(#d500e9));
    background-image: -o-linear-gradient(left,#1293e4,#d500e9);
    background-image: linear-gradient(90deg,#1293e4,#d500e9);
    padding: 2rem;
    border-radius: 6px;
}

section.block-video h2.title-block {
    border-bottom: 1px solid #fff;
    color: #fff;
}

section.block-video h2.title-block span {
    border-color: #fff;
}

/*FOOTER*/

section.footer {
    background: url(assets/images/home/bg-footer.jpg);
    background-size: cover;
    color: #fff;
    padding: 45px 0;
    position: relative;
}

section.footer:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000d9;
    top: 0;
    left: 0;
}

.copyright {
    background-color: var(--primary-color);
    color: #fff;
    padding: 8px 0;
}

.copyright p {
    margin-bottom: 0;
    text-align: center;
}

.footer-contact img {
    max-width: 240px;
    margin-bottom: 2rem;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 7px;
}

.footer-contact p {
    font-size: 13px;
}

.footer-block>h4 {
    font-size: 18px;
    margin-bottom: 3rem;
}

.footer-block ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.footer-block ul li {
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-block ul li:last-child {
    margin-bottom: 0;
}

.footer-block.footer-category {
    padding-left: 6rem;
}

.footer-block.footer-explore {
    padding-left: 3rem;
}

ul.footer-social li {
    display: inline-block;
    margin-right: 20px;
    font-size: 23px;
}

.form-footer p {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-footer p span input {
    width: 185px;
    height: 40px;
    padding-left: 10px;
    border: none;
    border-radius: 3px 0 0 3px;
}

.form-footer p input.wpcf7-submit {
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 0;
}

.footer-form {
    margin-top: 1rem;
}

.footer-block ul li a:hover {
    color: var(--primary-color);
}

.form-footer .wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.footer-form .wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 3px 0;
    text-align: center;
    font-size: 12px;
}


/*SINGLE*/

.vt-single-post-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    margin-top: 4rem;
    width: 100%;
}

.writer-info.writer-info-column-left {
    width: 20.7%;
    position: sticky;
    z-index: 100;
    top: 113.09px;
}

.writer-info.writer-info-column-right {
    width: 29%;
    position: sticky;
    z-index: 100;
    top: 113.09px;
    padding-left: 30px;
}

.vt-single-post-header-cate>a {
    background-color: #333;
    color: #fff;
    display: inline-block;
    padding: 4px 15px;
    margin-right: 10px;
    border-radius: 4px;
    margin-bottom: 6px;
}

.vt-single-post-header-cate>a:hover {
    background-color: var(--primary-color);
}

h1.vt-single-post-header-title {
    font-size: 3.6rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.vt-single-post-header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.vt-single-post-header-info-avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.vt-single-post-header-info-avatar>img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
}

.vt-single-post-header-info-avatar-txt {
    margin-left: 10px;
}

.vt-single-post-header-info-avatar-txt>h5 {
    font-size: 14px;
    margin-bottom: 5px;
}

.vt-single-post-header-info-avatar-txt p {
    margin-bottom: -3px;
    font-size: 13px;
    font-family: var(--third-font);
}

.vt-single-post-header-info-avatar-txt time {
    font-size: 12px;
}

.vt-single-post-header-info>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vt-single-post-header-info>ul>li {
    display: inline-block;
    margin-left: 25px;
    font-size: 16px;
}

.vt-single-post-thumbanil {
    margin-top: 3rem;
}

.vt-single-post-thumbanil>img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 6px;
}

.writer-info.writer-info-column-left .vt-single-post-header-info-avatar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.writer-info.writer-info-column-left .vt-single-post-header-info-avatar-txt {
    padding: 0;
    text-align: center;
    margin-top: 15px;
}

.writer-info.writer-info-column-left .vt-single-post-header-info-avatar-txt p {
    font-size: 11px;
}

.writer-info.writer-info-column-left ul {
    margin: 0;
    list-style: none;
    padding: 0;
    margin-top: 25px;
    padding-top: 25px;
    text-align: center;
}

.writer-info.writer-info-column-left ul li {
    margin-bottom: 20px;
}

.writer-info.writer-info-column-left .vt-single-post-header-info-avatar:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background-color: #7b7b7b33;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.vt-single-post-main-meta {
    margin-top: 3rem;
}

.vt-single-post-main-meta-tags {
    border-top: 1px solid #3333336e;
    border-bottom: 1px solid #3333336e;
    padding: 25px 0;
}

.vt-single-post-main-meta-tags a {
    display: inline-block;
    background-color: #3333;
    padding: 5px 10px;
    font-size: 14px;
    margin-left: 5px;
    margin-bottom: 8px;
}

.vt-single-post-main-meta-share ul {
    padding: 0;
    list-style: none;
    margin: 0;
    margin-top: 20px;
}

.vt-single-post-main-meta-share ul li {
    display: inline-block;
    margin-right: 30px;
}

.vt-single-post-main-meta-share ul li a svg {
    margin-right: 8px;
}

.vt-single-post-main-content,.vt-single-post-main-content p {
    font-size: 16px;
    line-height: 1.6
}

.vt-single-post-main-content p {
    margin-bottom: 1.3em
}

.vt-single-post-main-content h1,.vt-single-post-main-content h2 {
    margin-bottom: 20px;
    margin-top: 25px
}

.vt-single-post-main-content h3,.vt-single-post-main-content h4,.vt-single-post-main-content h5 {
    margin-bottom: 15px;
    margin-top: 20px
}

/*ARCHIVE*/

.header-archive {
    margin-bottom: 3rem;
    position: relative;
}

.header-archive:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear,left top, left bottom,from(transparent),to(#000));
    background: -o-linear-gradient(transparent,#000);
    background: linear-gradient(transparent,#000);
    border-radius: 6px;
}

.header-archive>img {
    width: 100%;
    aspect-ratio: 3 / 1;
    border-radius: 6px;
}

.header-archive-title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 10rem;
}

.header-archive-title>* {
    color: #fff;
}

.header-archive-title p {
    margin: 25px 0;
}

.header-archive-title>h2 {
    font-size: 3rem;
}

.header-archive-title>a {
    display: inline-block;
    background-color: #fff;
    color: var(--primary-color);
    padding: 8px 30px;
    border-radius: 4px;
}

.vt-single-post-main-content-video {
    margin-bottom: 3rem;
}

.vt-single-post-main-content .wp-caption.aligncenter, 
.vt-single-post-main-content .wp-caption.alignnone,
.vt-single-post-main-content .wp-video, 
.vt-single-post-main-content video {
    max-width: 100% !important;
    width: 100% !important;
}

.v-sidebar-block.v-block-camnang {
    margin-top: 6rem;
}

.mentoring-media-item>a, .mentoring-media-item-thumb {
    display: block;
    overflow: hidden;
    position: relative;
}

.mentoring-media-item>a span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #000000;
    transition: all .3s;
}

.mentoring-media-item>a h3 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 1.2rem;
    transition: all .3s;
}

.mentoring-media-item>a:hover img {
    transform: scale(1.1);
    filter: brightness(0.7);
}

.mentoring-media-item>a:hover span {
    color: #fff;
}

.mentoring-media-item>a:hover h3 {
    color: var(--primary-color);
}

.mentoring-media-item {
    margin-bottom: 3rem;
}

h2.title-media-category {
    border-bottom: 1px solid #33333373;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 23px;
}

h2.title-media-category svg {
    color: var(--primary-color);
    margin-right: 10px;
}

.mentoring-media-item-thumb>img {
    width: 100%;
    aspect-ratio: 2 / 1.4;
    object-fit: cover;
}


.documents-item {
    text-align: center;
    margin-bottom: 3rem;
}

.documents-item>a {
    display: block;
    position: relative;
}

.documents-item>a>img {
    border: 1px solid #3333;
    padding: 10px;
}

.documents-item>a>h4 {
    margin-top: 1rem;
    font-family: var(--primary-font);
    line-height: 1.4;
    transition: all .3s;
}

.documents-item>a:hover h4 {
    color: var(--primary-color);
}

.documents-item>a:hover img {
    border-color: var(--primary-color);
}
