.header{
    position: relative;
    background-color: #910D10;
}
#home-breadcrumb{
    margin-top: 20px;
}
#home-contact{
    background-color: #910d10;
    color: white;
    margin-bottom: 0;
    padding: 0px;
}
#home-contact h3{
    font-size: 1.2em;
}
#home-contact h1{
    font-size: 2em;
    font-weight: bold;
}
#primary .row{
    margin: 0;
}
#primary .right{
    padding: 0;
}
#primary .detail [class*=box-detail]{
    background-color: white;
    border: 1px solid #e4e4e4;
    margin-bottom: 30px;
}
#primary .detail .box-detail-left{
    padding: 33px 40px 50px 40px;
    -webkit-box-shadow: 0px 0px 5px 2px #e4e4e4;
    -moz-box-shadow: 0px 0px 5px 2px #e4e4e4;
    box-shadow: 0px 0px 5px 2px #e4e4e4;
}
#primary .detail .box-detail-left h3{
    margin: 0 0 20px 0;
}
#primary .detail .box-detail-left p{
    margin: 0 0 15px 0;
}
#primary .detail .description p{
    text-align: justify;
}
#primary .detail .right{
    padding-left: 30px;
}
#primary .detail .editor img{
    max-width: 100%;
}
#primary .detail .box-detail-right{
    padding: 30px;
}
#primary .detail .box-detail-right h4{
    margin: 0 0 20px 0;
    font-weight: normal;
}
#primary .detail .staff ul li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 20px 0;
}
#primary .detail .staff ul li img{
    margin-right: 20px;
}
#primary .detail .staff ul li .info{
    margin: 0;
}
#primary .detail .staff ul li .info p:first-child{
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px;
}
#primary .detail .staff ul li .info p i{
    color: #910d10;
}
#primary .detail .highlights .item{
    position: relative;
    margin-bottom: 30px;
}
#primary .detail .highlights .item:last-child{
    margin-bottom: 0;
}
#primary .detail .highlights .desc{
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    width: 100%;
    height: 37px;
    background: rgba(0,0,0, 0.6);
    display: flex;
    justify-content: center;
    align-items:center;
    flex-direction: column;
    transition: background 0.5s ease, height 0.5s ease;
}
#primary .detail .highlights .desc h3{
    font-size: 1em;
    margin: 0;
    padding: 10px 0;
}
#primary .detail .highlights .desc p{
    font-size: 0.9em;
    margin-bottom: 5px;
    display: none;
    transition: display 0.5s ease;
}

#primary .detail .highlights .item:hover .desc p{
    display: block;
    transition: display 0.5s ease;
}

#primary .detail .highlights .item:hover .desc{
    height: 100%;
    background: rgba(0,0,0, 0.4);
    transition: background 0.5s ease, height 0.5s ease;
}
#primary .detail .left{
    padding: 0;
}
#primary .detail .box-content [class*=col]:nth-child(odd) {
    padding-left: 0;
}
#primary .detail .box-content [class*=col]:nth-child(even){
    padding-right: 0;
}
#home-news .desc p {
    margin: 10px 0 20px 0;
    color: #333333;
    line-height: 1.3em;
}
#home-news .box-content .item-container {
    border-bottom: 2px solid #910d10;
}

@media (max-width: 767px) {
    #primary .detail .right{
        padding-left: 0;
    }
    #primary .detail .box-detail-right{
        width: 49%;
        float: left;
        margin: 1%;
    }
    #primary .detail .box-detail-right:first-child{
        margin-left: 0;
    }
    #primary .detail .box-detail-right:last-child{
        margin-right: 0;
    }
    #primary .detail .box-detail-right{
        padding: 15px;
    }
    #primary .detail .highlights .item{
        padding: 0;
    }
}
@media (max-width: 550px) {
    #primary .detail .box-detail-right{
        width: 100%;
        margin: 0;
    }
    #primary .detail .highlights{
        margin-bottom: 20px;
    }
    #primary{
        margin-bottom: 0;
    }
}
@media (max-width: 480px) {
    h3.animation{
        font-size: 1.6em;
    }
}