@charset "utf-8";
/*@import "fancybox.css";*/
/* html{filter: grayscale(1);} */
@font-face {
    font-family: 'robotoCondensedBold';
    src: url('../fonts/RobotoCondensed-Bold.ttf');
    src: url('../fonts/RobotoCondensed-Bold.eot') format('eot');
    src: local('?'), /*url('../fonts/RobotoCondensed-Bold.woff') format('woff'),*/ /*url('../fonts/RobotoCondensed-Bold.otf') format('opentype'),*/ url('../fonts/RobotoCondensed-Bold.svg') format('svg');
}

/*GENERAL*/

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    line-height: 1.3;
    min-width: 1220px;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    border: none;
    color: inherit;
}

ul {
    list-style: none;
}

.detail-article ul {
    list-style: initial;
}

.detail-article p a{
    text-decoration: underline;
}

.clearfix:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    clear: both;
}

img {
    vertical-align: middle;
    border: none;
}

.box-img {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
    margin-bottom: 8px;
}

.box-img img {
    width: 100%;
    position: absolute;
    top: 0;
    min-height: 100%;
}

p {
    margin: 10px 0;
}
.sapo{
    line-height: 1.4;
    color: #666;
}
.banner img {
    margin-bottom: 15px;
}
.box-title .title{
    color: #414042;
    font-weight: bold;
}
.box-title .title:hover {
    color: #c49d6b;
    text-decoration: none;
}

/* video display radio */

.embed-ifame {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
}

#youtubeplayer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* TOP BAR */

#top-bar {
    height: 26px;
    background-color: #e9e9e9;
    line-height: 26px;
    font-size: 12px;
}

#top-bar .redColor {
    color: red;
}

.top-info {
    float: left;
}

.top-search {
    float: right;
}

.top-info .email {
    color: #1d5293;
}

.top-info .phone {
    display: inline-block;
    margin-right: 10px;
}

.top-info i {
    margin-right: 5px;
    color: #414042;
}

.change-lang span {
    display: inline-block;
    width: 21px;
    height: 26px;
    vertical-align: bottom;
}

.change-lang .vi {
    background: url(../images/vn.png) left center no-repeat;
}

.change-lang .uk {
    background: url(../images/uk.png) left center no-repeat;
}

#frmSearch {
    float: right;
    width: 225px;
    position: relative;
    margin-left: 5px;
}

#frmSearch input[type="text"] {
    height: 23px;
    width: 100%;
    padding-left: 5px;
    border: none;
    box-sizing: border-box;
}

#frmSearch input[type="submit"] {
    height: 14px;
    width: 15px;
    /*background: url(../images/search-ico.png) center center no-repeat;*/
    border: none;
    position: absolute;
    right: 3px;
    top: 5px;
    outline: none;
}

/* LOGO BAR */

#logo-bar {
    height: 107px;
}

.site-logo {
    display: block;
    float: left;
    margin-top: 20px;
    position: relative;
}

.site-name {
    text-transform: uppercase;
    color: #ed2f2b;
    position: absolute;
    display: block;
    width: 240px;
    font-size: 11px;
    font-family: robotoCondensedBold;
    left: 55px;
    bottom: -3px;
}

/* NAV BAR */

#nav-bar {
    height: 40px;
    background: #c49d6b;
}

#nav-bar li {
    display: block;
    float: left;
    padding: 0 9px;
    position: relative;
}

#nav-bar li.active,
#nav-bar li:hover {
    background: #9a8159;
}
#nav-bar li.site-menu-item:after{
    content: '';
    width: 1px;
    height: 20px;
    background: #8a6f4d;
    display: block;
    position: absolute;
    top: 10px;
    right: -1px;
    box-shadow: inset 14px 9px 9px 10px #9c7e57;
}
#nav-bar li.site-menu-item:last-child:after,
#nav-bar li.site-menu-item.active:after{
    content: none;
}
#nav-bar li:first-child {
    padding-left: 0;
}

#nav-bar li:first-child:hover {
    background: #caa779;
}

#nav-bar li:first-child i {
    font-size: 18px;
    color: #fff;
}

#nav-bar li:first-child:hover i {
    color: #ff0000;
}

#nav-bar li>a {
    color: #fff;
    font-family: robotoCondensedBold;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 12px;
}

.nav-sub {
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 99999;
    display: none;
    background-color: #caa779;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    width: 170px;
}

.nav-sub a {
    display: block;
    font-size: 0.92857em;
    padding: 10px;
    color: #fff;
    font-family: roboto condensed;
}

.nav-sub a:hover {
    background-color: #d0b188;
}

#nav-bar li:hover .nav-sub {
    display: block;
}

.drop-ico {
    color: #fff;
}

/* TICKER BAR */

#ticker-bar {
    height: 38px;
    border-bottom: 1px solid #e8e8e8;
}

#ticker-bar .marquee {
    -webkit-marquee: auto medium infinite scroll normal;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    /*font: 24px 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
     font-weight: bold;*/
}

.marquee span {
    display: inline-block;
    padding-left: 100%;
    /* show the marquee just outside the paragraph */
    animation: marquee 50s linear infinite;
}

.marquee span:hover {
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}
.ticker{
    display: block;
    float: left;
    width: 100%;
}

.ticker-title {
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    color: #414042;
    line-height: 38px;
    display: block;
    float: left;
    width: 100px;
    font-size: 12px;
    font-weight: bolder;
    margin-right: 5px;
}
.ticker-title i{
    color: red;
    margin-right: 3px;
}
.marquee span a {
    font-size: 12px;
    color: #545355;
    line-height: 38px;
    display: inline-block;
    margin-right: 10px;
}

.marquee span a:before {
    content: 'o';
    font-size: 10px;
    margin-right: 5px;
    color: #404040;
    position: relative;
    top: -2px;
}

/* MAIN LAYOUT */

main {
    padding: 15px 0;
}

.mainbar {
    width: 884px;
    float: left;
}

.sidebar {
    width: 300px;
    float: right;
}

.main-news .title{
    font-size: 18px;
}

.box-news{
    margin-bottom: 25px;
}
.box-news .wrapper{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
}
.box-news:last-child .wrapper{
    border: none;
}
.box-news.no-border .wrapper{
    border: none;
    padding-bottom: 0;
}

.cat-head{
    margin-bottom: 15px;
}
.cat-name{
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    display:  block;
    float:  left;
}
.cat-name-1{
    color: #a47b4e;
}
.cat-name-2{
    color: red;
}

.category-1 .main-news{
    width: 570px;
    float: left;
}
.category-1 .older-news{
    width: 300px;
    float: right;
}
.box-img.imgFloat-1{
    width: 40%;
    display: block;
    float: right;
    margin-left: 10px;
    padding-top: 22.5%;
}
.box-img.imgFloat-2{
    width: 60%;
    display: block;
    float: left;
    margin-right: 15px;
    padding-top: 33.75%;
}
/* List layout */
.list-hr2 li{
    width: 49%;
    margin-bottom: 10px;
    float: left;
    margin-right: 2%;
}
.list-hr2 li:nth-child(2n){
   margin-right: 0;
}
.list-hr2 li:nth-child(2n+1){
   clear: both;
}
.list-hr3 li {
    width: 32.26%;
    float: left;
    margin-right: 1.6%;
    margin-bottom: 10px;
}
.list-hr3 li:nth-child(3n){
    margin-right: 0;
 }
 .list-hr3 li:nth-child(3n+1){
    clear: both;
 }
.list-hr4 li {
    width: 23%;
    float: left;
    margin-right: 2.6%;
    margin-bottom: 10px;
}
.list-hr4 li:nth-child(4n){
    margin-right: 0;
 }
 .list-hr4 li:nth-child(4n+1){
    clear: both;
 }
.list-vt li {
    width: 100%;
    margin-bottom: 15px;
}

.list-vt.bordered-bottom li {
    /*background: url(../images/border.jpg) bottom left repeat-x;*/
    padding-bottom: 15px;
}

.list-vt.bordered-bottom li:last-child {
    background: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

/* COVERAGE */

.coverage {
    width: 622px;
    float: left;
    margin-right: 16px;
}
.coverage .main-news{
    margin-bottom: 15px;
}
.coverage .main-news .box-img{
    margin-bottom: 10px;
}
.coverage .main-news .title{
    font-size: 22px;
}
.coverage .sapo{
    margin-top: 5px;
}
/* TOP3 */
.top3 {
    width: 246px;
    float: left;
}
.banner728x90{
    float: right;
}
.banner728x90 img{
    margin-bottom: 0;
}
.top3 .box-title .label{
    background: #c49d6b;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 3px 5px;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
}
.top3 .box-title .title{
    line-height: 1.6;
}
/* TIỆN ÍCH */
.uti li{
    text-align: center;
    font-size: 90px;
    background: #c49d6b;
    color: #fff;
    border-radius: 10px;
}
.uti li:hover{
    background: #caa779;
}

/* VIDEO HOMEPAGE */
.box-video .older-news{
    margin-top: 10px;
    list-style: square;
    list-style-position: inside;
}
.box-video .older-news li{
    margin-bottom: 5px;
}

.box-video .main-news .box-title{
    margin-top: 5px;
}
.box-video .main-news .title{
    font-size: 16px;
    display: block;
    margin-top: 8px;
}

.icon-video, .icon-photo{
    display: inline-block;
    color: #868686;
    margin-left: 5px;
}
/* CÔNG BỐ THÔNG TIN */
.vb{
    margin-top: 15px;
}
.vb .title{
    font-weight: bold;
}
.vb .title:hover{
    text-decoration: underline;
}
/* VIDEO PAGE */
.video-frame{
    width: 800px;
    float: left;
}
.video-info{
    width: 380px;
    float: right;
}
.video-info h1{
    margin-top: 0;
}
.video-frame .video-container,
.embed-ifame{
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
}
.video-frame .video-container #youtubeplayer,
.video-frame .video-container video{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.bx-date{
    font-weight: 100;
    color: #ababab;
    font-size: 14px;
}
.bx-author
.bx-belong{
    font-weight: bold;
}
.bx-belong a{
    font-weight: normal;
    font-style: italic;
}
.bx-belong a:hover{
    color: #c49d6b;
}
.box-detail-video .xem-them{
    float: right;
    text-transform: uppercase;
    color: red;
    font-weight: bold;
}
.box-detail-video .xem-them:hover{
    text-decoration: underline;
}
/* SLIDER DỰ ÁN */

.bx-pager{
    text-align: center;
    margin: 20px auto 0 auto;
}
.bx-pager-item{
    display: inline;
}
.bx-pager-item a{
    text-indent: -9999px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url(../images/dish-ico-grey.png) center center no-repeat;
    margin-right: 3px;
}
.bx-pager-item a.active{
    background: url(../images/dish-ico-red.png) center center no-repeat;
}

/* TIN TỨC */

.blog .older-news .box-title{
    margin-bottom: 10px;
}
.blog .main-news .box-title{
    margin-bottom: 10px;
}
.blog .main-news .title{
    font-size: 20px;
}

/* QUAN HỆ CỔ ĐÔNG */

.related-news{
    margin-top: 10px;
}
.related-news a{
    font-weight: bold; 
    color: #414042;
    vertical-align: sub;
}
.related-news ul{
    list-style-image: url(../images/square-bullet.png);
    list-style-position: inside;
}

.stock .main-news .sapo{
    margin-top: 10px;
}
.stock .main-news .title{
    font-size: 16px;
}
.stock .older-news .box-img{
    display: none;
}
.stock .older-news li:first-child .box-img{
    display: block;
}
.stock .older-news li{
    padding-bottom: 5px;
    margin-bottom: 5px;
}

/* VĂN BẢN ĐIỆN TỬ */
.vbdt .publish-date,
.vbdt .sapo{
    font-size: 12px;
}
.vbdt .publish-date{
    margin: 3px 0;
    color: #999;
}

/* SCROLLBAR */
.list-vbdt{
    height: 350px;
}
.mCSB_draggerRail {
    width: 1px!important;
    background-color: #e1e1e1!important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 3px!important;
    background-color: #414042!important;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #414042!important;
}

.mCSB_inside>.mCSB_container {
    margin-right: 10px!important;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    right: -13px!important;
}

/* THÀNH VIÊN */
.member .colum{
    width: 290px;
    float: left;
    margin-right: 20px;
    box-sizing: border-box;
    padding-right: 20px;
    /*background: url(../images/bd-gradient.png) right top no-repeat;*/
    margin-bottom: 20px;
}
.member .colum:nth-child(4n){
    width: 270px;
    margin-right: 0;
    padding-right: 0;
    background: none;
}
.mem-name{
    text-transform: uppercase;
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    color: #c69c71;
    display: block;
    float: right;
    margin-top: 10px;
    font-weight: bold;
}
.mem-name:hover{
    color: #96785a;
}
.mem-logo{
    width: 50px;
}
.mem-add-short{
    font-family: Arial;
    color: #414042;
    font-weight: bold;
    margin: 10px 0;
}
.mem-more-detail{
    font-size: 12px;
    color: #666;
}
.mem-more-detail p {
    margin: 5px 0;
}
.mem-more-detail p.mem-web a{
    color: #c39e6e;
}

/* SẢN PHẨM - DỊCH VỤ */
.promise{
    font-style: italic;
    color: #737373;
}
.fea-item{
    width: 224px;
    height: 160px;
    float: left;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    min-height: 160px;
}
.fea-item:nth-child(5n){
    margin-right: 0;
}
.fea-item img{
    display: block;
    float: left;
    margin-right: 10px;
    width: 50px;
}
.fea-item .sec-img{
    margin-bottom: 15px;
}

.fea-name{
    font-size: 15px;
    font-weight: 500;
    margin-top: 0;
    width: calc(100% - 60px);
    float: right;
}
.fea-detail{
    list-style-type: disc;
    list-style-position: inside;
    color: #666;
}
.fea-detail li{
    margin-bottom: 3px;
}

/* CAM KẾT */
.guarantee{
    text-align: center;
}
.guarantee .title{
    text-transform: uppercase;
    font-size: 30px;
    font-family: robotoCondensedBold;
    color: #ed2f2b;
}
.guarantee p{
    color: #666;
    font-size: 16px;
    line-height: 1.5;
}

/* FOOTER */

.map{
    height: 558px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.map .bg-img{
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    min-width: 100%;
}
.map .contact-form{
    background: white;
    position: absolute;
    right: 26px;
    bottom: 26px;
    width: 410px;
    height: 277px;
    box-shadow: -3px 3px 9px 2px black;
    padding: 20px 40px;
    box-sizing: border-box;
}
.map .opacity-layer{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.44);
}
.map .form-title{
    text-transform: uppercase;
    font-size: 30px;
    font-family: robotoCondensedBold;
    border-bottom: 1px solid #414042;
    padding-bottom: 4px;
    margin-bottom:  15px;
}
.map .form-info{
    color: #666;
    margin-bottom:  20px;
}
.map .form-info p{
    margin: 10px 0;
}
.map .form-info p i{
    min-width: 20px;
}
.map .form-name{
    text-transform: uppercase;
    border-bottom: 1px dotted #999;
    padding-bottom: 5px;
    margin-bottom: 15px!important;
}
.map form input,
.map form textarea{
    width: 100%;
    height: 35px;
    border: 1px solid #999;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 5px;
}
.map form textarea{
    height: 100px;
}
.map form button{
    width: 100px;
    height: 30px;
    text-transform: uppercase;
    font-family: roboto condensed;
    font-size: 17px;
    background: #c49d6b;
    border: none;
    color: #fff;
}
.footer-site-name{
    text-transform: uppercase;
    font-weight: bold;
}
.copyright{
    background: #414042;
    height: 40px;
}
.copyright-text{
    float: left;
    color: #fff;
    margin: 0 0 0 20px;
    line-height: 40px;
}
.social{
    float: right;
    margin-right: 25px;
    font-size: 26px;
    color: #fff;
    line-height: 40px;
}
.master {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
}
.master a {
    color: #b7b7b7;
    font-size: 12px;
}

/* LIỆT KÊ TIN */

.box-list-1 .older-news .box-img{
    width: 40%;
    padding-top: 22.5%;
    display: block;
    float: left;
    margin-right: 10px;
}
.box-list-news .older-news li:first-child .box-img{
    width: 100%;
    padding-top: 56.25%;
}
.box-list-news .older-news li:first-child .title{
    font-size: 20px;
}

/* CHI TIẾT TIN */
.breadcrumb{
    border-bottom: 1px solid #999;
    margin-bottom: 15px;
    height: 30px;
    line-height: 30px;
    padding: 10px 0;
    margin-top: -15px;
}
.breadcrumb a{
    text-transform: uppercase;
    font-family: robotoCondensedBold;
    font-size: 20px;
    color: #c49d6b;
}
.breadcrumb a:last-child{
    font-family: roboto;
    font-size: 16px;
}
.breadcrumb span{
    color: #c49d6b;
    font-size: 20px;
    margin: 0 5px;
}
.datetime{
    font-family: Roboto condensed;
}
.printEmail .print {
    display: block;
    float: left;
    width: 18px;
    height: 15px;
    background: url(../images/print-ico.png) no-repeat;
    cursor: pointer;
}
.printEmail .email {
    display: block;
    float: right;
    width: 18px;
    height: 15px;
    margin-left: 2px;
    background: url(../images/email-ico.png) no-repeat;
    cursor: pointer;
}
.fb-like{
    float: left;
}
.printEmail{
    float: right;
}
.detail-sapo{
    font-weight: bold;
}
.box-detail p{
    font-size: 15px;
    line-height: 1.4;
    margin-left: 0!important;
}
.detail-article{
    margin-bottom: 30px;
}
.detail-article ul,
.detail-article ol{
    padding-left: 25px;
}
.detail-article ul li,
.detail-article ol li{
    margin-bottom: 5px;
}
h1{
    margin: 15px 0;
}
h1.detail-title{
    margin-top: 0;
}
h2, h3{
    margin: 10px 0;
}
h4, h5, h6{
    margin: 7px 0;
}
.category-1{
    margin-bottom: 20px;
}
.cu-hon .title{
    font-weight: normal;
    line-height: 1.5;
}
.cu-hon ul{
    list-style-type: square;
    list-style-position: inside;
}
.cu-hon li{
    margin-bottom: 10px;
}
.detail-article table:not(.MASTERCMS_TPL_TABLE) *{
    padding: inherit !important;
    margin: inherit !important;
}
/* LIỆT KÊ DỰ ÁN */
.box-list-project .main-news{
    margin-bottom: 15px;
}
.box-list-project .main-news .box-img{
    width: 70%;
    float: right;
    margin-left: 20px;
    padding-top: 45%;
}
.box-list-project .main-news .title{
    font-size: 30px;
    color: #253e76;
}
.box-list-project .sapo, 
.other-proj .sapo{
    margin: 10px 0;
}
.vmore{
    font-weight: bold;
    color: red;
}
.vmore:hover{
    text-decoration: underline;
}
.box-list-project .member .colum{
    width: 287px;
    margin-bottom: 25px;
}
.box-list-project .member .title,
.other-proj .title{
    font-size: 18px;
    color: #253e76;
}
.box-list-project .member .box-title,
.other-proj .box-title{
    margin-top: 5px;
}
.box-list-project .member .colum:nth-child(3n) {
    width: 270px;
    margin-right: 0;
    padding-right: 0;
    background: none;
}

/* CHI TIẾT DỰ ÁN */

.project-detail{
    margin-top: 15px;
}
.other-proj{
    width: 266px;
    float: left;
}
.other-proj li{
    margin-bottom: 25px;
}
.project-content{
    width: 600px;
    float: right;
}
.mt0{
    margin-top: 0;
}

/* CHI TIẾT THÀNH VIÊN */

.detail-member-sapo{
    font-weight: bold;
    line-height: 1.4;
    text-align: right;
}

/* TAB LAYOUT */

.tab-layout .left{
    width: 214px;
    float: left;
}
.tab-layout .right{
    width: 655px;
    float: right;
}
.list-tabs li{
    background: #efefef;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 1px;
}
.list-tabs li a{
    text-transform: uppercase;
    font-weight: bold;
    color: #c49d6b;
}
.list-tabs li:hover,
.list-tabs li.active{
    background: #e6312e;
}
.list-tabs li:hover a,
.list-tabs li.active a{
    color: #fff;
}


.list-tb li{
    padding: 20px 100px 20px 20px;
    position: relative;
}
.list-tb li a{
    font-weight: bold;
    color: #c49d6b;
}
.list-tb li:nth-child(odd){
    background: #f8f8f8;
    border-bottom: 1px solid #e8e8e8;
}

.arrRight{
    display: inline-block;
    width: 16px;
    height: 11px;
    background: url(../images/right-arrow.png) no-repeat;
    right: 10px;
    top: 50%;
    margin-top: -5.5px;
    position: absolute;
}

.icon-download{
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/download-ico.png) no-repeat;
}
.icon-view{
    display: inline-block;
    width: 16px;
    height: 11px;
    background: url(../images/view-ico.png) no-repeat;
}
table .ta-center{
    text-align: center;
}
.colorBlu{
    color: #c49d6b;
}

.box-list-features .fea-item{
    width: 433px;
    margin-right: 18px;
}
.box-list-features .fea-item:nth-child(3n) {
    margin-right: 18px!important;
}
.box-list-features .fea-item:nth-child(2n) {
    margin-right: 0!important;
}

/* TAGS */

.tags span {
    font-weight: bold;
    font-size: 16px;
    font-family: roboto condensed;
    display: inline-block;
    height: 22px;
    width: 40px;
    padding-left: 25px;
    background: url(../images/tag-ico.png) left center no-repeat;
}

.tags a {
    display: inline-block;
    padding: 5px;
    background: #e3e3e3;
    margin: 0 0 10px 5px;
    border-radius: 5px;
}

.tags a:hover {
    background: #a3a3a3;
}

/* PHÂN TRANG LIỆT KÊ + LỌC THEO NGÀY */

.clear-paging a,
.clear-paging span:last-child,
.clear-paging span.current {
    display: inline-block;
    width: 30px;
    height: 28px;
    background-color: #c2c2c2;
    line-height: 28px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.clear-paging span.current,
.clear-paging span:last-child,
.clear-paging a:hover {
    background-color: #0072bc;
}

.__MB_ARTICLE_PAGING {
    float: left;
    margin: 20px 0 40px 0;
}
#filter input[type="text"] {
    border: 1px solid #ededed;
    height: 26px;
    width: 200px;
    /*background: url(../images/date-ico.png) right 3px center no-repeat;*/
    float: right;
    margin: 20px 0 40px 0;
    padding-left: 5px;
}

/* COMMENT PHOTO CAMERA */
.comment {
    display: inline-block;
    background: url(../images/comment-ico.png) left top 3px no-repeat;
    padding-left: 16px;
    margin-right: 5px;
    height: 15px;
    color: #d7d7d7;
}

.picture {
    display: inline-block;
    background: url(../images/photo-ico.png) left center no-repeat;
    margin-right: 5px;
    width: 12px;
    height: 10px;
}

.camera {
    display: inline-block;
    background: url(../images/video-ico.png) left center no-repeat;
    margin-right: 5px;
    width: 15px;
    height: 9px;
}

/* SEARCH + TAG */

.search-list .box-title,
.tags-list .box-title{
    margin-bottom: 10px;
}

.search-page .clear-paging a, 
.search-page .clear-paging span:last-child, 
.search-page .clear-paging span.current{
    width: unset!important;
    padding: 0 5px!important;
}

/* BOX SEARCH DOCUMENT */
.box-docs-search{
	margin: 13px 0;
}
.box-docs-search-left,.box-docs-search-right{
	float: left;
	width: 45%;
}
.box-docs-search-right{
	width:55% !important;
}
.box-docs-search input{
	height: 28px;
	line-height: 28px;
    padding: 0 5px;
    font-size: 13px;
    border: 1px solid #c7c7c7;
    border-radius: 3px;
}
.box-docs-search-left input{
	width: 95%;
}
.box-docs-search-right span{
	font-weight: bold;
}
.box-docs-search-right .from-date,.box-docs-search-right .to-date{
	float: left;
}
.box-docs-search-right .from-date input,.box-docs-search-right .to-date input{
	width: 90px;
}
.box-docs-search-right .to-date{
	margin-left: 5px;
}
.box-docs-search button,.box-listing-docs .box-document-right .navbar-brand {
    display: inline-block;
    border: none;
    height: 28px;
    background-color: #0067ad;
    color: #fff;
    padding: 0 5px;
    border-radius: 4px;
    border: 1px solid #c5c4c4;
}
.box-docs-search button i.fa:before{
	color: #fff;
}
.highlight{
	background: yellow;
}

.doc-detail .menu-item{
    width: 30%;
    float: left;
}
.doc-detail .box-detail{
    width: 67%;
    float: right;
}
.doc-detail .menu-item .menu-ul{
    border: 1px solid #999999;
    padding: 15px;
    border-radius: 10px;
    background: #c2e3f9;
}
.doc-detail .menu-item .menu-ul li{
    border-bottom: 1px dashed #999999;
    padding-bottom: 7px;
    margin-bottom: 7px;
}
.box-detail table{
    border-collapse: collapse;
    margin-bottom: 10px;
}
.box-detail td{
    border: 1px solid #999999;
    padding: 5px;

}
.box-detail tr td:first-child{
    width: 30%;
    font-weight: bold;
}