body{
    background-color: #ebe6d7;
}
/*----------------------------Color Guide ---------------------------*/
:root{
    --primary: #616432;
    --secondary: #EBE6D7;
    --shading1: #81835C;
    --shading2: #A1A285;
    --shading3: #E0E0D6;
    --white: #ffffff;
    --dark: #2E2E2E;
    --text: #717171;
    --disable: #B8BEC5;
    --danger: #FF5A4F;
    --success: #84DFC1;
    --warning: #FFD596;
}



.line{
    height: 80px;
    background-color: var(--primary);
}





/* ------------------------------ourjournal---------------------------------------------------- */
#our{
    height: 600px;
    background-color: var(--primary);
}


/* -------------------------------follow-------------------------------------------------------- */
.btm-banner{
    height: 515px;
    background-image: url(../img/blog/Blog\ Banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 15%;
    filter: blur(3px);
    position: relative;
    z-index: -1;
    margin-top: 40px;
    margin-bottom: 40px;
}

.banner-content{
    text-align: center;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-content p{
    color: var(--white);
    white-space: nowrap;
    text-shadow: 2px 2px 10px rgba(46, 46, 46, 0.8);
}

.banner-button{
    display: flex;
    justify-content: center;
}

.banner-button a{
    width: 120px;
    height: 32px;
    padding-top: 4px;
    margin: 0px 15px;
}








/*-----------Main Section Desktop---------------*/

.main-section{
    padding: 0px;
    background-color: var(--primary);
    height: 900px;
    display: flex;
}

.left-section{
    height:inherit;
    width: 50%;
    display: flex;
    border-right: 1px solid var(--shading2);
}

.right-section{
    height:inherit;
    width: 50%;
}

.left-title{
    height: inherit;
    width: 80px;
    display: flex;
    align-items: end;
    border-right: 1px solid var(--shading2);
}

.left-title p{
    color: var(--secondary);
    transform: rotate(-90deg) translate(70px, -50px);
}


.left-content{
    height: inherit;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 65px;
    color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.left-content .content-info{
    width: 60%;
}

.left-content .content-info p{
    margin-bottom: 40px;
}

.right-section{
    padding: 30px 0px;
}

.upper-section{
    height: 40px;
    border-top: 1px solid var(--shading2);
    border-bottom: 1px solid var(--shading2);
    display: flex;
    overflow: hidden;
}

.upper-left{
    padding-left: 30px;
    width: 50%;
    height: inherit;
    border-right: 1px solid var(--shading2);
}

.upper-left p{
    color: var(--secondary);
    font-family: subfont;
    margin-top: 10px;
}

.upper-right{
    width: 50%;
    height: inherit;
    padding-right: 30px;
}

.upper-right p{
    text-align: right;
    color: var(--secondary);
    font-family: subfont;
    margin-top: 10px;
}

.img-section{
    padding: 30px;
    height: 670px;
    border-bottom: 1px solid var(--shading2);
}

.main-img{
    padding: 30px 30px 0px 30px;
    height: 80%;
    background: var(--secondary);
}

.main-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-info{
    padding: 16px 30px 0px 30px;
    height: 20%;
    background-color: var(--secondary);
    display: flex;
    justify-content: space-between;
}

.img-section .img-info a{
    font-family: subfont;
    color: var(--shading1);
}

.img-section .img-info a::after{
    content: '';
    height: 1.5px;
    width: 0%;
    background-color: var(--primary);
    display: block;
    transition: all ease .5s;
}

.img-section .img-info a:hover{
    color: var(--primary);
    text-decoration: none;
}

.img-section .img-info a:hover::after{
    width: 100%;
    transition: all ease .5s;
}

.data-section{
    padding: 10px 30px 0 30px;
    height: 40px;
    border-bottom: 1px solid var(--shading2);
    display: flex;
    justify-content: space-between;
}

.data-section p{
    text-transform: uppercase;
    font-family: subfont;
    color: var(--secondary);
}




/*-------------Main Section Mobile--------------*/
.main-section-mb{
    padding: 30px 0px 30px 0px;
    background-color: var(--primary);
}

.main-section-mb .title-mb{
    border-top: 1px solid var(--shading2);
    border-bottom: 1px solid var(--shading2);
    height: 80px;
}

.main-section-mb .title-mb p{
    color: var(--secondary);
    text-align: center;
    margin-top: 20px;
}

.main-section-mb .info-mb{
    text-align: center;
    margin-bottom: 40px;
}


.main-section-mb .info-mb p{
    margin: 30px auto;
    color: var(--secondary);
    text-align: center;
    width: 80%;
}

.upper-section-mb{
    height: 40px;
    border-top: 1px solid var(--shading2);
    border-bottom: 1px solid var(--shading2);
    overflow: hidden;
}

.hidden-upper-section{
    overflow: hidden;
}

.upper-left-mb{
    height: inherit;
    border-right: 1px solid var(--shading2);
}

.upper-left-mb p{
    color: var(--secondary);
    font-family: subfont;
    margin-top: 10px;
}

.upper-right-mb{
    height: inherit;
}

.upper-right-mb p{
    text-align: right;
    color: var(--secondary);
    font-family: subfont;
    margin-top: 10px;
}

.lower-section-mb{
    padding: 0px;
    height: 40px;
    border-bottom: 1px solid var(--shading2);
}

.data-section-mb-left{
    margin-top: 10px;
    font-family: subfont;
    color: var(--secondary);
}

.data-section-mb-left p{
    text-transform: uppercase;
}

.data-section-mb-right{
    margin-top: 10px;
    font-family: subfont;
    color: var(--secondary);
}

.data-section-mb-right p{
    text-align: right;
    text-transform: uppercase;
}

.img-section-mb{
    padding-bottom: 30px;
    background-color: var(--primary);
}

.main-img-mb{
    padding: 30px 30px 0 30px;
    height: 570px;
    background-color: var(--secondary);
}

.main-img-mb img{
    width: 100%;
    height: 80%;
    object-fit: cover;
}

.img-info-mb{
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
}

.img-info-mb a{
    font-family: subfont;
    color: var(--shading1);
}

.img-info-mb a:hover{
    text-decoration: none;
}



/*---------------------Blog List---------------------*/
.blog-list-bg{
    background-color: var(--primary);
    padding: 0px 0px 30px 0px;
}

.blog-card{
    margin-top: 30px;
    padding: 15px 15px 24px 15px;
    border: 1px solid var(--primary);
}

.blog-card .blog-title h5{
    color: var(--primary);
    margin-top: 15px;
    margin-bottom: 0px;
}


.blog-card .blog-content p{
    color: var(--primary);
    margin-top: 8px;
    margin-bottom: 16px;
}


.blog-card .img-overlay{
    position: relative;
    overflow: hidden;
}

.blog-card .img-overlay::before{
    content: '';
    display: block;
    background: rgba(161, 162, 133, .5);
    height: 100%;
    width: 0%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all ease .6s;
}

.blog-card .img-overlay .badge{
    position: absolute;
    top: 15px;
    right: 15px;
}

.blog-card .img-overlay .overlay-info{
    visibility: hidden;
    opacity: 0;
    transition: all ease .8s;
}

.blog-card .img-overlay .overlay-info .author{
    position: absolute;
    top: 15px;
    left: 15px;
}

.overlay-info .author{
    display: flex;
    align-items: center;
}

.overlay-info .author .author-avatar{
    height: 35px;
    width: 35px;
    margin-right: 8px;
}

.overlay-info .author img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-info .author .author-data p{
    color: var(--dark);
    margin-bottom: 0px;
}

.overlay-info .author .author-data p span{
    font-family: subfont;
    cursor: pointer;
}

.overlay-info .author .author-data .date{
    font-family: captionfont;
    font-size: 12px;
}

.overlay-info .category-time{
    display: flex;
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-family: subfont;
    font-size: 14px;
}

.overlay-info .category-time .blog-category{
    margin-right: 8px;
    cursor: pointer;
}

.overlay-info .category-time .blog-time{
    margin-left: 8px;
}







/*----------------------------Blog Feature Mobile---------------------------*/
.blog-ft-mb{
    padding: 0px 0px 30px 0px;
    border-bottom: 1px solid var(--shading2);
}

.blog-ft-mb .top-part{
    overflow: hidden;
    height: 40px;
    border-top: 1px solid var(--shading2);
    border-bottom: 1px solid var(--shading2);
}

.top-part .top-left-mb{
    width: 50%;
    border-right: 1px solid var(--shading2);
}


.top-part .top-right-mb p{
    margin-top: 8px;
    font-family: subfont;
    color: var(--primary);
    text-transform: uppercase;
    text-align: right;
}

.img-ft-mb{
    padding: 30px 0px;
    height: 400px;
}

.img-ft-mb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.blog-ft-content-mb h1{
    color: var(--primary);
    margin-bottom: 0px;
}

.blog-ft-content-mb p{
    margin-top: 24px;
    margin-bottom: 24px;
}
.top-left-mb{
    padding-top: 8px;
}



/*----------------------------Blog Feature Desktop---------------------------*/
.blog-ft-pc{
    padding: 0;
    height: 700px;
    display: flex;
}

.left-part, .right-part{
    width: 50%;
}

.left-part{
    height: inherit;
    display: flex;
}

.left-part .left-title{
    height: inherit;
    width: 80px;
    white-space: nowrap;
    display: flex;
    align-items: end;
    border-right: 1px solid var(--shading2);
}

.left-part .left-title p{
    color: var(--dark);
    transform: rotate(-90deg) translate(90px, -65px);
}

.left-part .left-text{
    width: 100%;
}

.left-part .top-left{
    padding-top: 8px;
    padding-left: 30px;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid var(--shading2);
}

.bottom-left{
    height: 650px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bottom-left .blog-ft-title{
    width: 80%;
}


.bottom-left .blog-ft-title h1{
    color: var(--primary);
}

.bottom-left .blog-ft-content{
    width: 80%;
}

.bottom-left .blog-ft-content p{
    color: var(--dark);
    margin-bottom: 24px;
}

.right-part{
    border-left: 1px solid var(--shading2);
    height: 100%;
}


.right-part .top-right{
    text-align: right;
    padding-top: 8px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid var(--shading2);
}

.right-part .top-right p{
    font-family: subfont;
    color: var(--primary);
    text-transform: uppercase;
    font-size: 16px;
}

.bottom-right{
    height: 660px;
    width: 100%;
    padding: 30px;
}

.bottom-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}





/*----------------------Extra large-------------------------------------------- */
@media (min-width: 1200px){

    /* -----------blog-card hover ------- */
    .blog-card:hover .img-overlay::before{
        width: 100%;
        transition: all ease .6s;
        transition-delay: .3s;
    }
    
    .blog-card:hover .overlay-info{
        visibility: visible;
        opacity: 1;
        transition: all ease .8s;
        transition-delay: .3s;
    }
    

    /* -----------trang--------- */
    .trang{
        height: 30px;
        background-color: var(--dark);
        margin-top: 56px;
        margin-bottom: 56px;
    }


    /* ---------------------text--------------------- */
    #text  p{
        margin-bottom: 0px;
        text-align: center;
        
    }
    #text{
        height: 80px;
        padding-top: 20px;
        border-bottom: var(--shading2) 1px solid;
    }


    /*---------Blog Feature Desktop---------------------*/
    .blog-ft-pc{
        border-bottom: var(--shading2) 1px solid;
    }


    /* ---PAGINITION-------------------- */
    #pagination{
        margin-bottom: 56px !important;
        margin-top: 56px !important;
    }

}

/*---------------------------- large---------------------------------------------------- */
@media (max-width: 1199px) and (min-width: 992px){
    
    /* -----------blog-card hover ------- */
    .blog-card:hover .img-overlay::before{
        width: 100%;
        transition: all ease .6s;
        transition-delay: .3s;
    }
    
    .blog-card:hover .overlay-info{
        visibility: visible;
        opacity: 1;
        transition: all ease .8s;
        transition-delay: .3s;
    }
    


    /* -----------trang--------- */
    .trang{
        height: 30px;
        background-color: var(--dark);
        margin-top: 48px;
        margin-bottom: 48px;
    }

    /* ---------------------text-------------------- */
    #text  p{
        margin-bottom: 0px;
        text-align: center;
        
    }
    #text{
        height: 80px;
        padding-top: 20px;
        border-bottom: var(--shading2) 1px solid;
    }


    /*---------------Blog Feature Desktop-----------*/
    .blog-ft-pc{
        border-bottom: var(--shading2) 1px solid;
    }

    /* -------------PAGINITION-------------------- */
    #pagination{
        margin-bottom: 56px !important;
        margin-top: 56px !important;
    }
    
}

/*----------------------medium--------------------------------------------------- */
@media (max-width: 991px) and (min-width: 768px){

    /* -----------trang--------- */
    .trang{
        height: 30px;
        background-color: var(--dark);
        margin-top: 48px;
        margin-bottom: 48px;
    }


    /* -----------text---------------- */
    #text  p{
        margin-bottom: 0px;
        text-align: center;
        
    }
    #text{
        height: 80px;
        padding-top: 20px;
        
    }

    /* -----------PAGINITION ---------------- */
    .pagination-blog a{
        margin: 0px 5px !important;
    }

    #pagination{
        width: 400px;
    }

    /* ---PAGINITION-------------------- */
    #pagination{
        margin-bottom: 48px !important;
        margin-top: 48px !important;
    }

}



/*----------------------small----------------------------------------------------- */
@media (max-width: 767px) and (min-width: 576px){

    /* -----------trang--------- */
    .trang{
        height: 30px;
        background-color: var(--dark);
        margin-top: 48px;
        margin-bottom: 48px;
    }
    /* -----------text---------------- */
    #text  p{
        margin-bottom: 0px;
        text-align: center;
        
    }
    #text{
        height: 80px;
        padding-top: 20px;
        
    }

    /* -----------PAGINITION ---------------- */
    .pagination-blog a{
        margin: 0px 3px !important;
    }

    #pagination{
        width: 400px;
    }

    /* ---PAGINITION-------------------- */
    #pagination{
        margin-bottom: 40px !important;
        margin-top: 40px !important;
    }



}



/*--------------------Extra small---------------------------------------------------- */
@media (max-width: 575px){
    


    
    /* -----------trang--------- */
    .trang{
        height: 30px;
        background-color: var(--dark);
        margin-top: 30px;
        margin-bottom: 30px;
    }

    /* ------------lookbook----------- */
    .upper-left-mb{
        padding-left: 0px;
    }

    .upper-right-mb{
        padding-right: 0px;
    }
    
    /* -----------text---------------- */
    #text  p{
        margin-bottom: 0px;
        text-align: center;
        
    }
    #text{
        height: 80px;
        padding-top: 25px;
        
    }

    /* -----------PAGINITION ---------------- */
    .pagination-blog a{
        margin: 0px 3px !important;
    }

    #pagination{
        width: 400px;
    }

    /* ---PAGINITION-------------------- */
    #pagination{
        margin-bottom: 30px !important;
        margin-top: 30px !important;
    }
}