﻿.box_tintuc {
    padding-bottom: 24px;
    font-size: 13px;
    width: 92%;
    height: 170px;
    overflow: hidden;
    transition: 0.5s;
}
.img_tt {
    background: #fff;
    padding: 1px;
    border: 1px solid #ddd;
    margin-right: 13px;
    float: left;
    width: 33%;
}
.img_tt img {
    max-width:100%;
    max-height: 150px;
}
.boxtt_right {
    float: right;
}
.title_tt h3 {
    font-size: 14px;
    margin-top: 0px;
    line-height: 22px;
    color: #333;
    margin-bottom: 5px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.title_tt h3:hover {
    color: #ff8924;
}
.datetime {
    color: #928e8e;
    font-size: 12px;
    display: none;
}
.datetime i{
    margin-right: 7px;
}
.like_face {
    margin: 38px 0 25px;
    position: relative;
}
.fb-like {
    float: left;
}
.chiasefb {
    float: left;
    margin-left: 7px;
    margin-top: -4px;
}
.chiasefb a {
    background: #4267b2;
    border: 1px solid #4267b2;
    font-size: 11px;
    padding: 2px 6px 3px;
    color: #fff;
    border-radius: 4px;
}
.cattitle_ttct h3{  
    text-transform: none !important;   
    font-size: 18px !important;
}
.title_ttkhac {
    margin-bottom: 32px;
    position: relative;
    margin-top: 40px;
    /* border-bottom: 2px solid #106ba0; */
}
.title_ttkhac h4 {
    font-size: 17px;
    padding-bottom: 0px;
    font-family: 'helveticaneuemedium';
    margin-bottom: 9px;
}
.title_ttkhac span {
    border-bottom: 2px solid #ff8924;
    padding-bottom: 4px;
    /* text-transform: uppercase; */
    font-size: 16px;
    color: #006eb2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.item_tintuckhac {
    /* margin-bottom: 11px; */
    /* height: 77px; */
    /* overflow: hidden; */
}
.item_tintuckhac img {
    width: 26%;
    float: left;
    margin-right: 10px;
}
.item_tintuckhac a {
    color: #333;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    /* font-family: helveticaneuemedium; */
}
.title_tinchitiet h3{
    color:#0076BC;
    font-size:19px;
    line-height:28px;
    margin-top: 0px;
}
.item_menukhac {
    background: url(/images/bullet-a_menu_sanpham2.png) no-repeat 1px 4px;
    padding-left: 13px;
    margin-left: 7px;
    margin-bottom: 9px;
}
.item_menukhac a {
    color: #222;
    font-size: 13px;
    line-height: 15px;
}
@media (max-width:480px){
    .box_tintuc {
        width: 100%;
        height:auto;
    }
}