article.super-item {
    background-color: white;
}

article.super-item img {
    margin: auto;
}

article.super-item .blog-content {
    padding-top: 7.2rem;
    padding-bottom: 12rem;
}

.fullscreen-container {
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
}
.midscreen-container {
    margin: auto;
    position: relative;
    max-width: 1200px;
}

.inline-container {
    margin: auto;
    position: relative;
    max-width: 880px;
}

@media only screen and (max-width: 1200px) {
    .inline-container {
        max-width: 800px;
    }
}

@media only screen and (max-width: 1000px) {
    .inline-container {
        max-width: 720px;
    }
}

@media only screen and (max-width: 900px) {
    .inline-container {
        max-width: 770px;
    }
}

@media only screen and (max-width: 850px) {
    .inline-container {
        max-width: 900px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 800px) {
    .inline-container {
        padding-left: 55px;
        padding-right: 55px;
    }
}

@media only screen and (max-width: 700px) {
    .inline-container {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 600px) {
    .inline-container {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media only screen and (max-width: 400px) {
    .inline-container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

.flex-item {
    flex-grow: 1;
    list-style: none;
    padding: 3px;
}

.flex-item-40 {
    height: 40vh;
}

.flex-item-60 {
    height: 60vh;
}

.flex-item-80 {
    height: 80vh;
}

.flex-item:last-child {
    flex-grow: 10;
}

.flex-container img {
    max-height: 100%;
    min-width: 100%;
    object-fit: cover;
    vertical-align: bottom;
}

@media (max-aspect-ratio: 1/1) {
    .flex-item {
        height: 30vh;
    }
}

@media (max-height: 480px) {
    .flex-item {
        height: 80vh;
    }
}

@media (max-aspect-ratio: 1/1) and (max-width: 480px) {
    .flex-container {
        flex-direction: row;
    }

    .flex-item {
        height: auto;
        width: 100%;
    }
    .flex-container img {
        width: 100%;
        max-height: 75vh;
        min-width: 0;
    }
}

.author-box {
    display: flex;
    justify-content: space-between;
    border-left-style: solid;
    border-left-color: rgb(255, 108, 19);
    border-width: 5px;
    min-height: auto;
}
.author-item {
    padding-left: 20px;
    padding-right: 20px;
    color: black;
    font-weight: 500;
}
.credit-text {
    padding-right: 5px;
    padding-left: 20px;
    text-align: right;
}
/* ===================================================================
 * # blog styles - (_blog.scss)
 *
 * ------------------------------------------------------------------- */

article.letter-single {
    background-color: #fff9ef;
}

article.letter-single .blog-content {
    padding-top: 7.2rem;
    padding-bottom: 12rem;
}
/********************************************************
12. team start
*******************************************************/
.index_v1 .clv_team_wrapper {
    background-image: url("/images/banbientap_bg.png");
    background: #ffffff;
    background-size: contain;
}
.white_bg {
    background-image: url("images/banbientap_bg.png");
    background-size: contain;
}
.clv_team_wrapper {
    padding-top: 0px;
    background: inherit;
}
.clv_team_wrapper .container {
    max-width: 1200px;
}
.clv_team_wrapper .team_section {
    margin-top: 25px;
}
.clv_team_wrapper .team_section .team_block {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 21px 1px rgba(0, 0, 0, 0.07);
}
.clv_team_wrapper .team_section .team_block .team_image {
    position: relative;
}
.clv_team_wrapper .team_section .team_block .team_details {
    margin-bottom: -60px;
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.clv_team_wrapper .team_section .team_block:hover .team_details {
    transform: translateY(-60px);
}
.clv_team_wrapper .team_section .team_block .team_image .social_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-60px);
    z-index: -1;
    background-color: rgba(254, 192, 7, 0.9);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.clv_team_wrapper .team_section .team_block:hover .team_image .social_overlay {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    z-index: 1;
}
.clv_team_wrapper .team_section .team_block .team_image .social_overlay p {
    font-size: 16px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 0;
}
.clv_team_wrapper
    .team_section
    .team_block
    .team_image
    .social_overlay
    ul
    > li {
    display: inline-block;
    margin: 0px 10px;
}
.clv_team_wrapper
    .team_section
    .team_block
    .team_image
    .social_overlay
    ul
    > li
    > a {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
}
.clv_team_wrapper .team_section .team_block .team_details .team_name {
    text-align: center;
    padding: 5px 0px 15px;
    background-color: #ffffff;
}
.clv_team_wrapper .team_section .team_block .team_details .team_name h3 {
    font-size: 24px;
    color: #222222;
    margin-top: 20px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-weight: 600;
}
.clv_team_wrapper .team_section .team_block .team_details .team_name p {
    color: #fec007;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.clv_team_wrapper .team_section .team_block .team_details .team_name span {
    display: block;
    width: 50px;
    height: 2px;
    opacity: 0;
    background-color: #fec007;
    margin: 15px auto 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.clv_team_wrapper
    .team_section
    .team_block:hover
    .team_details
    .team_name
    span {
    opacity: 1;
}
/********************************************************
12. team end
*******************************************************/

/********************************************************
39. Responsive CSS Start
*******************************************************/

@media (max-width: 1200px) {
    .clv_team_wrapper .team_section .team_block .team_image img {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .clv_section {
        padding: 60px 0px;
    }
    .clv_team_wrapper .team_section .team_block .team_details .team_name h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .clv_team_wrapper {
        padding-top: 51px;
        padding-bottom: 30px;
    }
    .clv_team_wrapper .team_section .col-edit-3 {
        width: 50%;
        text-align: center;
    }
    .clv_team_wrapper .team_section .team_block {
        width: auto;
        display: inline-block;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}

@media (max-width: 550px) {
    .clv_team_wrapper .team_section .col-edit-3 {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .clv_team_wrapper {
        width: auto;
    }
}

/********************************************************
39. Responsive CSS End
*******************************************************/
/* ===================================================================
 * # Tong Bien Tap
 * ------------------------------------------------------------------- */
.about_farm_wrapper {
    padding-top: 40px;
    background: inherit;
}
.about_farm_wrapper .about_content {
    margin-top: 38px;
}
.about_farm_wrapper .about_content .about_heading h2 {
    font-size: 52px;
    text-transform: capitalize;
    color: #222222;
    font-weight: 500;
}

.about_farm_wrapper .about_content .about_heading h2 span {
    font-weight: 700;
}
.about_farm_wrapper .about_content .para_content p:first-child {
    margin-bottom: 24px;
}
.about_farm_wrapper .about_content .about_heading h6 {
    margin: 20px 0px 10px;
    font-size: 20px;
    color: #fec007;
    font-weight: 500;
}
.about_farm_wrapper .about_content .about_heading h1 {
    font-family: "Playfair Display", serif;
    font-size: 40px;
    font-weight: 600;
}
.about_farm_wrapper .about_content .clv_btn {
    margin-top: 9px;
}
.about_farm_wrapper .about_img img {
    border-radius: 10px;
    width: 100%;
}
.about_farm_wrapper .about_img {
    position: relative;
}
.about_farm_wrapper .about_img .about_img_details {
    width: 100%;
    max-width: 470px;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: -80px;
    background-color: #fec007;
    padding: 10px 10px;
    text-align: center;
    position: relative;
}
.about_farm_wrapper .about_img .about_img_details h6 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 0px;
}
.about_farm_wrapper .about_img .about_img_details P {
    color: #ffffff;
}
.about_farm_wrapper .about_img .about_img_details h1 {
    font-family: "Playfair Display", serif;
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
}
/* ===================================================================
 * # Tong Bien Tap
 * ------------------------------------------------------------------- */
