.dichvu {
        min-height: 100px;
        padding-top: 5px !important;
}
#ctrl_180885_16_HotnewsControl .Header {
        display: none !important;
}
.dichvu .panel-body {
        height: 60px;
}
.dichvu .panel-body .row {
        height: 60px;
}
.dichvu .panel-body .row .list a img {
        height: 50px;
        width: 50px;
        object-fit: contain;
}
.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;
}
.MultiFunctionControl .co {
        position: relative;
        top: -50.5px;
        right: -228px;
        width: 77px;
        height: 35px;
        display: flex;
        justify-content: space-between;
        align-items: center;
}
.MultiFunctionControl .co img {
        width: 34px !important;
        height: auto;
        cursor: pointer;
}
/****************************************/
.dichvu {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1367c1+0,0451b5+50,1367c1+100 */background: rgb(19,103,193);
        /* Old browsers */background: -moz-linear-gradient(top, rgba(19,103,193,1) 0%, rgba(4,81,181,1) 50%, rgba(19,103,193,1) 100%);
        /* FF3.6-15 */background: -webkit-linear-gradient(top, rgba(19,103,193,1) 0%,rgba(4,81,181,1) 50%,rgba(19,103,193,1) 100%);
        /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom, rgba(19,103,193,1) 0%,rgba(4,81,181,1) 50%,rgba(19,103,193,1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1367c1', endColorstr='#1367c1',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 .row .list .text-icon {
        line-height: 1px;
}
.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;
        text-transform: uppercase;
        font-size: 13px;
}
.thongke_label {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
        padding: 10px 15px;
        border-bottom: 1px solid transparent;
        border-top-right-radius: 1px;
        border-top-left-radius: 1px;
        font-size: 14px;
        font-weight: bold;
}
.thongke1 {
        margin-bottom: 20px;
        background-color: #FAFAFA;
        border-radius: 2px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
        border: 1px solid #ddd;
}
.thongke_bg {
        background-image: url("/SiteFolders/Root/1/banner/hanhchinhcong.jpg");
}
.thongke_wrapper {
        display: flex;
        padding: 15px;
        background-color: rgb(250, 250, 250);
}
.thongke_bieudo {
        width: 80px;
        height: 80px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: #3a87ad;
}
.thongke_wrapper > div {
        width: calc(100% / 3);
        background: #FFFFFF;
        -webkit-box-shadow: 1px 1px 2px 1px #CCCCCC;
        -moz-box-shadow: 1px 1px 2px 1px #CCCCCC;
        -o-box-shadow: 1px 1px 2px 1px #CCCCCC;
        -ms-box-shadow: 1px 1px 2px 1px #CCCCCC;
        box-shadow: 1px 1px 2px 1px #CCCCCC;
        margin-right: 15px;
        -webikt-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 15px;
        cursor: pointer;
        text-align: center;
        position: relative;
}
.thongke_wrapper > div:before, .thongke_wrapper > div:after {
        position: absolute;
        top: 2px;
        right: 2px;
        bottom: 2px;
        left: 2px;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 1s, -webkit-transform 1s;
        transition: opacity 1s, transform 1s;
}
.thongke_wrapper > div:before {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: scale(0,1);
        transform: scale(0,1);
}
.thongke_wrapper > div:after {
        border-right: 2px solid #fff;
        border-left: 2px solid #fff;
        -webkit-transform: scale(1,0);
        transform: scale(1,0);
}
.thongke_wrapper > div:hover {
        background-color: #9e5406;
        opacity: 1;
}
.thongke_wrapper > div:hover:before, .thongke_wrapper > div:hover:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
}
.thongke_wrapper > div:last-child {
        margin-right: 0;
}
.thongke_bieudo div:nth-child(2) {
        font-size: 36px;
        line-height: 33px;
}
.thongke_info {
        display: block;
        font-weight: 300;
        text-align: right;
        font-size: 13px;
        color: #333;
}
.thongke_info div:nth-child(3) {
        width: 134px;
}
.thongke_border {
        background-color: #2a91d8;
        height: 4px;
        margin-top: 10px;
        margin-bottom: 10px;
}
.thongke_link {
        text-align: center;
        font-size: 14px;
        color: #428bca;
        z-index: 2;
        position: relative;
}
.thongke_info > div strong {
        font-weight: bold;
        font-size: 15px;
        color: black;
}
.thongke2 {
        color: #478fca;
        font-size: 22px;
}
.AdvertContent table {
        font-family: arial, sans-serif;
        border-collapse: collapse;
        width: 100%;
        margin: 0 0 15px 0px;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e3f2fd+100 */
        background: #ffffff;
        /* Old browsers */
        background: -moz-linear-gradient(top,  #ffffff 0%, #e3f2fd 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #ffffff 0%,#e3f2fd 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #ffffff 0%,#e3f2fd 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3f2fd',GradientType=0 );
        /* IE6-9 */
}
.AdvertContent td, th {
        border: 1px solid #eee;
        text-align: left;
        padding: 2px 8px;
        font-size: 14px;
}
.AdvertContent tr:nth-child(even) {
        background-color: #dddddd;
}
/******************************************/
.nam_banner_vb {
        height: auto;
}
.nam_banner_vb a {
        height: 55px;
        display: -webkit-box;
}
.nam_banner_vb img {
        width: 51px;
        height: auto;
        margin-top: 7px;
        margin-left: 2px;
}
.nam_banner_vb a .text {
        background: #33aafc;
        width: calc(100% - 56px);
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: white;
        font-size: 14px;
        border: 1px solid white;
        border-top: none;
        border-right: none;
        text-transform: uppercase;
        padding-left: 12px;
        text-align: left;
}
.nam_banner_vb a .khung {
        width: 55px;
        height: 55px;
        background: #1e8efb;
        border: 1px solid white;
        border-top: none;
        border-left: none;
}
#ctrl_181217_92_ServiceCategory .Content {
        display: none;
}
infographic-box i, .infographic-box div.box-icon {
        width: 90px;
        height: 90px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #fff;
}
.infographic-box div.box-icon p.number {
        margin: 0;
        line-height: 36px;
        font-size: 36px;
}
.infographic-box div.box-icon p.text {
        font-size: 13px;
        line-height: 13px;
        color: #FFFFFF;
        padding-top: 15px;
        margin-bottom: 3px;
}
.menugiua {
        width: 100%;
        float: left;
        margin-top: 30px;
        background-color: #009ee3;
        border-radius: 5px;
}
.menugiua ul {
        padding: 0;
        margin: auto;
        padding: 10px;
        display: flex;
}
.menugiua li {
        list-style: none;
        margin: auto;
        padding: 0;
        background-color: white;
        float: left;
        width: 19.5%;
        margin-left: 0.9%;
        border-radius: 5px;
        margin-top: 0;
        transition: 0.5s;
        margin-bottom: 0;
}
.menugiua li:first-child {
        margin-left: 0;
}
.menugiua li a {
        width: 100%;
        float: left;
        padding-top: 10px;
        padding-bottom: 10px;
}
.menugiua li img {
        float: left;
        /* width: 19%; */
        margin-left: 6%;
        margin-top: 3px;
}
.menugiua li h3 {
        width: 70%;
        float: right;
        margin: auto;
        padding: 0;
        font-family: mulir;
        font-size: 20px;
        color: #0076b7;
        font-weight: bold;
        text-transform: uppercase;
}
.menugiua li h4 {
        width: 70%;
        float: right;
        margin: auto;
        padding: 0;
        font-family: mulir;
        font-size: 14px;
        color: #4b4b4b;
        font-weight: normal;
        text-transform: uppercase;
}
