.header-wrapper {
    position: relative;
}
.container .row .acticle_no_title img {
    width: 100%;
    margin-top: 30px;
    /*max-height: 600px;*/
    margin-bottom: 20px;
    border: 2px #b71e2d solid;
    border-radius: 60px;
}
.container .row .acticle_detail {
    width: 100%;
    padding: 10px 30px 30px;
    border: 1px #a4a4a4 solid;
    border-radius: 20px;
    box-shadow: 5px 6px 5px -3px #a4a4a4;
    margin-bottom: 50px;
}
.container .row .acticle_detail:after {
    content: '';
    display: block;
    clear: both;
}
.container .row .acticle_detail h3{
    text-transform: uppercase;
    color: #ca6a5a;
    text-align: center;
}
.container .row .acticle_detail p {
    text-align: justify;
}
.container .row .acticle_detail .nguon_trich_dan {
    display: block;
    float: right;
    margin-top: 10px;
}
.container .row .acticle_detail .nguon_trich_dan p.nguon {
    font-size: 12px;
    /*font-weight: bold;*/
    font-style: italic;
}
.container .row .acticle_detail .acticle_logo_3fviet{
    
}
.acticle_hr {
    height: 2px;
    background-color: #ca6a5a;
}
footer .container {
    margin-bottom: 10px;
}
footer .container .row .baivietkhac h3 {
    color: #ca6a5a;
}
footer .container .row .baivietkhac .list_post {
    border-right: 2px #ca6a5a solid;
    height: auto;
}
footer .container .row .baivietkhac .list_post ul {
    text-decoration: none;
    list-style-type: none;
    padding-left: 0px;
}
footer .container .row .baivietkhac .list_post ul li {
    padding: 3px 0px;
}
footer .container .row .baivietkhac .list_post ul li a {
    color: #7f7f7f;
}
footer .container .row .sanpham3f h3 {
    color: #ca6a5a;
    text-align: center;
}
footer .container .row .sanpham3f .list_sanpham {
    margin-top: 20px;
}
footer .container .row .sanpham3f .list_sanpham div {
    text-align: center;
}
footer .container .row .sanpham3f .list_sanpham img {
    margin-bottom: 10px;
    width: 100%;
}
footer .container .row .sanpham3f .list_sanpham a, footer .container .row .sanpham3f .list_sanpham a:hover {
    color: #7f7f7f; 
}
footer .copyright {
    height:40px;
    background-color: #5c5c5c;
}
.container .row .acticle_img {
    margin: 30px 0px;
}
.container .row .acticle_img img {
    /*max-height: 600px;*/
    border: 2px #b71e2d solid;
    border-radius: 60px;
    width: 100%;
}
.container .row .acticle_content {
    margin: 30px 0px;
    border: 2px #b71e2d solid;
    border-radius: 20px;
}
.container .row .acticle_content .title_and_icon {
    display: inline-block;
    width: 100%;
    border-bottom: 1px #b71e2d solid;
}
.container .row .acticle_content .title_and_icon .title {
    float: left;
    padding-left: 20px;
    color: #b71e2d;
    width: calc(100% - 100px);
}
.container .row .acticle_content .title_and_icon .title h3 {

} 
.container .row .acticle_content .title_and_icon .title span {
    font-size: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.container .row .acticle_content .title_and_icon img {
    float: right;
    height: 60px;
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 80px;
}
.container .row .acticle_content .detail_content {
    padding-bottom: 10px;
}
.container .row .acticle_content .detail_content:after {
    content: '';
    display: block;
    clear: both;
}
.container .row .acticle_content .detail_content h5 {
    padding-left: 5px;
    font-weight: bold;
    text-transform: uppercase;
}
.container .row .acticle_content .detail_content p {
    padding-left: 5px;
    margin-bottom: 3px;
}
.container .row .acticle_detail h4 {
    color: #b71e2d;
    text-transform: uppercase;
    font-weight: bold;
}
.no_margin {
    margin: 0 auto;
}
