/*------------- // -------------*/
.menu-href {
    display: flex;
    justify-content: center;
    margin: 2rem 0 0 0;
}
.menu-href.sticky{
    position: fixed;
    width: 100%;
    z-index: 10000;
    top: 50px;
    left: 0px;
    background-color: #FFF;
    margin: 0px;
    padding: 8px 0;
    border-bottom: 1px solid #e0e0e0;
    background-color: #f5f5f5;
}
.menu-href a {
    position: relative;
    width: 60px;
    margin: 0 10px;
    text-align: center;
    z-index: 2;
    font-size: 11.5px;
    display: inline-block;
    color: #111;
    line-height: 17px;
}
.menu-href.sticky a {
    width: 100px;
    border: 1px solid #e0e0e0;
    padding: 6px 0;
    background-color: #FFF;
    border-radius: 3px;
}
.menu-href img {
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 5px;
    width: 52px;
    height: 52px;
}
.menu-href.sticky img {
    display: none;
}
.menu-href span {
    font-size: 11px;
}
.menu-href.sticky span {
    font-size: 1rem;
}
/*------------- // -------------*/
.content_section {
    padding: 1rem 0;
}
.content_section .item_control{
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 25px;
    height: 400px;
}
.content_section .item_content h2 {
    font-size: 18px;
    font-weight: 600;
}
.content_section .item_content h3 {
    font-size: 15px;
    font-weight: 600;
}
.content_section .item_content ._h2 {
    font-size: 22px;
    border-bottom: 2px solid #ececec;
    color: #2F2F8B;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.content_section .item_content ._h2 span {
    margin-right: 15px;
    padding-bottom: 7.5px;
    border-bottom: 2px solid #2F2F8B;
    margin-bottom: -2px;
    font-weight: 700;
    text-transform: uppercase;
}
.content_section .item_content .readmore_box {
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    background: #fff;
    display: block;
}
.content_section .item_content .readmore_box a {
    color: #2F2F8B;
    display: block;
    font-size: 16px;
    font-weight: 600;
}
.content_section .item_content .readmore_box:before {
    height: 55px;
    margin-top: -45px;
    content: "";
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#ffffff',GradientType=0 );
    display: block;
}
.content_section .item_content .readmore_box.up:before {
    display: none;
}
.content_section .item_control.show {
    height: auto;
}
.content_section .item_content .readmore_box.up a:after {
    border-top: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #2F2F8B;
}
.content_section .item_content .readmore_box a:after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid #2F2F8B;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}
/*------------------------------ // --------------------------------*/
.content_section .highlights {
    margin-bottom: 2rem;
}
.content_section .highlights ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.content_section .highlights ul li i{
    margin-right: 10px;
    color: rgb(32, 64, 153);
}
/*------------------------------ // --------------------------------*/
.content_section .thongsos {
    margin-bottom: 2rem;
}
.tablepress {
    width: 100%;
}
.tablepress>:where(thead,tfoot)>*>th {
    background-color: #d9edf7;
    color: #111;
    font-weight: 700;
    vertical-align: middle;
    word-break: normal;
    text-transform: uppercase;
    padding: 5px 0px;
}
.tablepress>:where(tbody)>.even>* {
    background-color: #FFF;
    color: #111;
}
.tablepress>*+tbody>*>*, .tablepress>tbody>*~*>*, .tablepress>tfoot>*>* {
    border-top: 1px solid #ddd;
}
.tablepress>:where(tbody)>.odd>* {
    background-color: #f9f9f9;
    color: #111;
}
.tablepress>.row-hover>tr:hover>* {
    background-color: #f3f3f3;
    color: #111;
}
.tablepress tr .column-1 {
    font-weight: 700;
}
.tablepress tr .column-2 p{
    margin: 0;
}
/*------------------------------ album --------------------------------*/
.album_product .item {
    margin-bottom: 30px;
}
.album_product .item img {
    width: 100%;
}
/* mobile */
@media screen and (max-width: 668px) {
    .tablepress tr .column-1 {
        width: 40%;
    }
}
