.AdvertisementTopLeft {
    left: 0;
    position: fixed;
    top: 150px;
    z-index: 5;
}
.AdvertisementTopRight {
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 5;
}

.AdvertisementBG {
    width: 0!important;
    height: 0!important;
}

/****************************************/

.logintop {
    margin: 0 auto;
    width: 1200px;
    z-index: 1;
    height: 30px;
    background: #fdcb5c;
    position: relative;
}
.logintop a {
    line-height: 30px;
    font-size: 13px;
    color: #444;
    right: 140px;
    position: absolute;
}

/****************************************/

.dichvu {
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ef6e43+0,e55b2b+50,ef683b+100 */
background: rgb(239,110,67); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(239,110,67,1) 0%, rgba(229,91,43,1) 50%, rgba(239,104,59,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(239,110,67,1) 0%,rgba(229,91,43,1) 50%,rgba(239,104,59,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(239,110,67,1) 0%,rgba(229,91,43,1) 50%,rgba(239,104,59,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef6e43', endColorstr='#ef683b',GradientType=0 ); /* IE6-9 */


    margin: 0px 0 10px 0;
    padding: 20px;
    display:inline-block;
    width: 100%;
}
.dichvu .panel-title {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0;
}
.dichvu .row {
    width: 100%;
    display: inline-block;
}
.dichvu .row .list {
    width: 16.5%;
    margin: 0;
    text-align: center;
    float: left;
}
.dichvu .list img {
    width: 100px;
    height: 80px;
    border:none;
    vertical-align: middle;
}
.dichvu .list img:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 100%;
    border: 1px solid #fff;
}
.dichvu .list a {
    cursor: pointer;
    color: #fff;
    font: bold 14px arial;
    text-transform: uppercase;
}
/************************************/
.fa-address-book-o:before {
    content: "\f2ba";
}
.portlet-body .section {
    margin-bottom: 20px !important;
    display: inline-block;
    width: 100%;
}
.portlet-body .row {
    margin: 0px -7px;
}
.portlet-body .cols20 {
    padding: 0px 7px;
    width: 20%;
    float: left;
}
.portlet-body .banner-text-icon {
    background: #efeeec;
    border: 1px solid #ddd;
    text-align: center;
    padding: 15px 10px;
    display: block;
    color: #000;
    border-radius: 3px;
}
.portlet-body .banner-text-icon .icon {
    display: block;
    font-size: 32px;
    margin-bottom: 10px;
}
.portlet-body .banner-text-icon .text {
    display: block;
    font-size: 14px;
}
/************************************/
.box-dvc {
    padding: 5px;
    background: #e1e1e3;
}
.box-dvc .head {
    background: #0f5cb3;
    padding: 10px 10px;
    margin-bottom: 10px;
    border-radius: 3px 3px 0px 0px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.box-dvc  .banner img {
    width: 100%;
    display: block;
    margin-bottom: 8px;
}

/************************************/