.glo-post-header{
    height: 100px;
}
.glo-post-card{
    border-radius: 4px;
    margin-top:10px;
}
.glo-post-card-body{
    padding:15px;
}
.glo-row{
    margin: 0px !important;
}
.glo-col{
    padding: 0px !important;
}
.glo-post-header .glo-header-navbar{
    /* background: linear-gradient(to bottom, #1515ed 0%, #2421e9 50%, #295ffc 100%); */
    background: #0056e2;
    align-self: center;
    align-items: center;
    display: flex;
}
.navbar-area.glo-header-navbar {
    height: 100px;
}
.glo-post-header .sticky{
    background: white !important;
}
.glo-post-tag-a{
    color: #0000FF;
    cursor: pointer;
}
.glo-post-text{
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    line-height: 4;
    /* -webkit-line-clamp: 4; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.glo-post-text-orther{
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    line-height: 2;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.glo-post-header .dropdown-menu{
    left: unset;
    right: 0;
}
.glo-post-detail-container .glo-post-card{
    box-shadow: 10px 4px 10px 4px rgb(8 68 27 / 10%);
    border-radius: 12px;
    border: unset;
    padding: 10px;
}
.glo-title-other{
    font-size: 25px;
    color: #306FE6;
    margin-top: 30px;
    margin-bottom:10px;
}
.glo-detail-other{
    border-bottom: 1px solid rgba(0,0,0,.125) ;
    padding: 25px;
}
.glo-detail-other:hover{
    box-shadow: 0 0 6px 0 #c4c7cc;
    z-index: 100;
    border-radius:5px;
}
.glo-body-post-detail{
    background: #fff;
}
.glo-post-page{
    background: #fff;
}
.contact-footer p{
    color: #fff;
    font-size: 16px;
}

.glo-col-2{
    width: 135px;
}
.glo-col-10{
    width: calc(100% - 135px);
}
.glo-button{
    width: 100%;
}
@media screen and (min-width:375px) and (max-width:800px){
    .glo-footer .glo-khau-hieu span{
        font-size: 16px !important;
    }
    .glo-col-2{
        width: 100%;
    }
    .glo-col-10{
        width: 100%;
    }
    .glo-display-end-post-list{
        width: 100%;
        justify-content: end;
        margin-top:10px;
    }
    .glo-list-post * img {
        height: 200px !important;
    }
    .glo-button{
        justify-content: end;
    }
}
@media screen and (min-width:500px) and (max-width:800px){
    .glo-button-submit{
        width: 140px;
    }
}

.glo-post-page .glo-button{
    justify-content: center;
    height: calc( 100% - 37px);
    display: flex;
    justify-content: center;
    align-self: center;
    align-items: flex-end;
}
.glo-post-card:hover{
    box-shadow: 0 0 6px 0 #c4c7cc;
}
.glo-modal-post-page{
    height: 100%;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
}
.glo-modal-post-page-row{
    width: 100%;
}

.card{
    border: unset;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.glo-list-post p {
    margin: 0px !important;
}
.glo-list-post * img {
    height: 50% !important;
    width: 300px;
}
.glo-post-title-orther{
    color:black;
}
.glo-post-title-orther:hover{
    color: #0000FF;
}
.glo-padding-top-o{
    margin-top:0px !important;
}
.glo-post-header .navbar-brand>img{
 width: unset;
 height: 100%;
}
.modal-content{
    padding:20px;
}
.modal-body{
    padding: 1rem 0px;
}
.modal-dialog{
    width: 800px;
}
.modal-dialog form{
    width: 100%;
}
@media screen and (min-width:375px) and (max-width:767px){
    .modal.fade .modal-dialog{
        margin: auto
    }
    .modal-dialog{
        width: 90%;
    }
    
}
.glo-post-padding-10{
    padding: 0px 10px;
}
.glo-display-end-post-list{
    display: flex;
    align-items: end;
    justify-content:end;
}
.glo-text-content-img-postDetail img{
    height: 300px;
    object-fit: contain;
    display: flex;
}