﻿/*!
 * style.css
 * Version - 1.0
 * Website: Vientimmach.Vn;
 *
 * Copyright (c) 2017 Bicweb.Vn
 */
.clear {
    clear: both;
}

.clear5 {
    clear: both;
    height: 5px;
}

.clear10 {
    clear: both;
    height: 10px;
}

.clear15 {
    clear: both;
    height: 15px;
}

.clear20 {
    clear: both;
    height: 20px;
}

.clear30 {
    clear: both;
    height: 30px;
}

html, body {
    color: #333333;
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
}

body {
    background: url(images/bg_body.gif) repeat;
}

.wrapper {
    background: #fff;
    margin: auto;
    width: 1250px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial;
    font-size: unset;
    margin: 0px;
    padding: 0px;
}

a {
    color: #333333;
    text-decoration: none;
}

    a:hover, a:focus, a:active {
        text-decoration: none;
        color: #006600;
        outline: none;
        -webkit-transition: all 500ms ease 0s;
        -moz-transition: all 500ms ease 0s;
        -o-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s;
    }

ul {
    padding: 0;
    margin: 0;
}

.fw {
    float: left;
    width: 100%;
}
/*MEAN MENU*/
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
    display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
    background: #0c0c0c none repeat scroll 0 0;
    float: right;
    margin-top: 0px;
    max-width: 480px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 9999;
}

.mean-container a.meanmenu-reveal {
    border: 1px solid #b47c34;
    color: #b47c34;
    cursor: pointer;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1px;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-indent: -9999em;
    top: -40px;
    width: 35px;
}

    .mean-container a.meanmenu-reveal span {
        display: block;
        background: #b47c34;
        height: 5px;
        margin-top: 5px;
    }

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #0c0c0c;
    margin-top: 0;
}

    .mean-container .mean-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
    }

        .mean-container .mean-nav ul li {
            position: relative;
            float: left;
            width: 100%;
            background: #b47c34;
        }

            .mean-container .mean-nav ul li a {
                display: block;
                float: left;
                width: 90%;
                padding: 0 5%;
                margin: 0;
                text-align: left;
                color: #fff;
                border-top: 1px solid #383838;
                border-top: 1px solid rgba(255,255,255,0.5);
                text-decoration: none;
                text-transform: uppercase;
                line-height: 42px;
            }

            .mean-container .mean-nav ul li li a {
                width: 80%;
                padding: 0 10%;
                border-top: 1px solid #f1f1f1;
                border-top: 1px solid rgba(255,255,255,0.25);
                opacity: 0.75;
                filter: alpha(opacity=75);
                text-shadow: none !important;
                visibility: visible;
            }

            .mean-container .mean-nav ul li.mean-last a {
                border-bottom: none;
                margin-bottom: 0;
            }

            .mean-container .mean-nav ul li li li a {
                width: 70%;
                padding: 0 15%;
            }

            .mean-container .mean-nav ul li li li li a {
                width: 60%;
                padding: 0 20%;
            }

            .mean-container .mean-nav ul li li li li li a {
                width: 50%;
                padding: 0 25%;
            }

            .mean-container .mean-nav ul li a:hover {
                background: #252525;
                background: rgba(255,255,255,0.1);
            }

            .mean-container .mean-nav ul li a.mean-expand {
                margin-top: 1px;
                width: 25px;
                line-height: 18px;
                padding: 12px !important;
                text-align: center;
                position: absolute;
                right: 0;
                top: 0;
                z-index: 2;
                font-weight: 700;
                background: rgba(255,255,255,0.1);
                border: none !important;
                border-left: 1px solid rgba(255,255,255,0.4) !important;
                border-bottom: 1px solid rgba(255,255,255,0.2) !important;
            }

                .mean-container .mean-nav ul li a.mean-expand:hover {
                    background: rgba(255, 255, 255, 0.2);
                }

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


.mean-remove {
    display: none !important;
}
/*END MEANMENU*/


.stick {
    position: fixed;
    z-index: 999;
    top: 0;
    background: rgba(255,255,255,0.99);
    width: 100%;
}

/*HEADER*/
header {
    position: relative;
    z-index: 100;
}

.header-top {
    background: #13784B;
    min-height: 30px;
}

    .header-top .slogan, .header-top .menu-top {
        float: left;
        width: 50%;
    }

    .header-top .slogan {
        padding: 10px 0;
        line-height: 1;
        display: none;
    }

        .header-top .slogan span {
            display: inline-block;
            color: #fff;
            font-size: 12px;
        }

            .header-top .slogan span.sitename {
                font-size: 12px;
                text-transform: uppercase;
                font-weight: bold;
            }

            .header-top .slogan span.text-slogan {
            }

    .header-top .menu-top {
        float: right;
    }

.main-menu-top {
    float: right;
}

    .main-menu-top li {
        display: inline-block;
        list-style: outside none none;
        padding: 5px;
        line-height: 1;
        float: left;
    }

        .main-menu-top li a {
            color: #fff;
            font-size: 12px;
        }

            .main-menu-top li a.mn-icon {
                border-left: 1px solid #acacac;
                display: block;
                min-height: 20px;
                min-width: 30px;
            }

            .main-menu-top li a.login {
                line-height: 20px;
            }

            .main-menu-top li a.home {
                background: url(icon/icon-home.gif) no-repeat center center;
            }

            .main-menu-top li a.fav {
                background: url(icon/icon-fav.gif) no-repeat center center;
            }

            .main-menu-top li a.mail {
                background: url(icon/icon-mail.gif) no-repeat center center;
            }

            .main-menu-top li a.print {
                background: url(icon/icon-print.gif) no-repeat center center;
            }

.header-content {
    background: #fff;
}

    .header-content > div.container {
        background: url(images/bg_head.gif) no-repeat right center;
    }

header .logo {
    padding: 5px 0;
    display: inline-block;
}

    header .logo img {
        max-width: 100%;
    }

.box-search {
    float: right;
}

.search-content {
    float: right;
    padding-top: 30px;
    width: 50%;
}

.box-search input {
    border: medium none;
    height: 25px;
}

    .box-search input.input-text {
        padding: 5px;
        width: 250px;
    }

.box-search .search-button {
    background: #13784b;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    text-transform: uppercase;
}

.language {
    float: right;
    text-align: right;
    line-height: 1;
}

    .language a {
        display: inline-block;
        height: 20px;
        margin: 5px 2px;
        width: 30px;
    }

        .language a.vi {
            background: url(../images/icon/vi.png) no-repeat center center;
        }

        .language a.en {
            background: url(../images/icon/en.png) no-repeat center center;
        }
/*Menu*/
.menu-top .RadMenu_Top {
}

.menu-top .RadMenu .rmHorizontal .rmItem {
    padding-top: 14px;
}

.menu-top .RadMenu .rmHorizontal .rmText {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-size: 13px;
}

.RadMenu .rmItem a.rmLink {
    cursor: pointer;
    padding: 0;
}

.main-menu {
    background: #13784B;
}

    .main-menu .RadMenu .rmRootGroup .rmRootLink .rmText {
        color: #fff;
        font-family: Arial;
        font-size: 14px;
        padding: 10px;
        text-transform: uppercase;
        font-weight: bold;
    }

        .main-menu .RadMenu .rmRootGroup .rmRootLink .rmText:hover {
            background: #009030;
        }

    .main-menu .RadMenu .rmRootGroup .rmLast .rmRootLink .rmText {
        padding-right: 0;
    }

    .main-menu .RadMenu .rmRootGroup .rmFirst .rmRootLink .rmText {
        padding-left: 25px;
        background: url(icon/icon-home.png) no-repeat left center;
    }

    .main-menu .RadMenu .rmRootGroup .rmFirst .rmRootLink:hover .rmText {
        background: url(icon/icon-home.png) no-repeat left center;
    }

    .main-menu .rmSlide .rmVertical {
        margin-top: 5px;
    }

        .main-menu .rmSlide .rmVertical .rmItem {
            border-bottom: 1px solid #f2f2f2;
        }

    .main-menu .RadMenu .rmVertical .rmText, .main-menu .RadMenu .rmHorizontal .rmVertical .rmText {
        display: block;
        float: none;
        padding: 5px 15px;
        margin: 0;
        background: #009030;
        color: #fff;
    }

        .main-menu .RadMenu .rmVertical .rmText:hover, .main-menu .RadMenu .rmHorizontal .rmVertical .rmText:hover {
            background: #13784B;
        }

/*BANNER*/
.banner {
    left: 0;
    margin-bottom: -130px;
    position: relative;
    top: -130px;
    width: 100%;
    z-index: 1;
}

.bn-items > img {
    max-width: 100%;
}

.bn-item img {
    max-width: 100%;
}

.bn-text {
    display: block;
    left: 10%;
    position: absolute;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

    .bn-text span {
        display: block;
        text-shadow: 0 2px 1px rgba(0, 0, 0, 0.6);
        line-height: 1;
    }

    .bn-text .text-lg {
        color: #ff7300;
        font-size: 100px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .bn-text .text-md {
        font-size: 42px;
        color: #95969a;
        text-align: right;
    }

    .bn-text .text-sm {
        font-size: 24px;
        color: #595A5C;
    }

    .bn-text a {
        animation: 900ms linear 1000ms normal both 1 running zoomIn;
        border: 2px solid #ff7300;
        clear: both;
        color: #555555;
        display: inline-block;
        font-size: 18px;
        font-weight: normal;
        line-height: 1;
        margin: 10px auto 25px;
        padding: 15px 60px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        white-space: nowrap;
    }

        .bn-text a::after {
            background: #ff7300 none repeat scroll 0 0;
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            transform: scale(0, 1);
            transition: opacity 0.6s ease 0s, transform 0.6s ease 0s;
            width: 100%;
            z-index: -1;
        }

        .bn-text a:hover::after {
            transform: scale(1, 1);
        }
/*MAIN*/
.main-content {
    padding: 5px 0;
}

.page-content {
}

.caption-text {
    border-bottom: 2px solid #13784b;
    margin-bottom: 25px;
    padding-bottom: 5px;
    text-align: left;
    width: 100%;
    float: left;
}

    .caption-text .text {
        color: #006600;
        font-family: Arial;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .caption-text .mn-desc {
    }

.group-title {
    border-bottom: 2px solid #ff7300;
    margin-bottom: 20px;
}

    .group-title .text {
        background: #f2f2f2 none repeat scroll 0 0;
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        min-width: 175px;
        padding: 15px;
        position: relative;
        text-transform: uppercase;
    }

        .group-title .text::before {
            border-bottom: 48px solid #f2f2f2;
            border-right: 40px solid transparent;
            border-top: 25px solid transparent;
            content: " ";
            position: absolute;
            right: -40px;
            top: -25px;
        }

.date {
    color: #818181;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    white-space: pre;
    text-transform: uppercase;
}

.adv-box {
    float: left;
    margin-top: 20px;
    width: 100%;
}

    .adv-box .item {
        float: left;
        overflow: hidden;
        width: 50%;
    }

        .adv-box .item img {
            max-width: 100%;
        }

/*article list*/
.n-items {
}

.n-item {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

    .n-item figure {
        border: 1px solid #f2f2f2;
        border-radius: 2px;
        float: left;
        margin-bottom: 15px;
        margin-right: 15px;
        overflow: hidden;
    }

        .n-item figure:hover img {
            transform: scale(1.1);
        }

        .n-item figure img {
            max-width: 100%;
            transition: all 500ms ease-out 0ms;
        }

    .n-item .n-title {
        margin-bottom: 10px;
        position: relative;
    }

        .n-item .n-title h3 {
            display: inline-block;
        }

        .n-item .n-title a {
            color: #006600;
            display: block;
            font-family: Arial;
            font-size: 15px;
            font-weight: bold;
            line-height: 1.5;
            margin-top: -5px;
        }

            .n-item .n-title a:hover {
                color: #333333;
            }

    .n-item .n-desc {
        color: #353535;
        font-size: 14px;
        text-align: justify;
    }

        .n-item .n-desc h3, .n-item .n-desc h4 {
            font-size: unset;
        }

        .n-item .n-desc .date {
            color: #969696;
            display: block;
            font-size: 12px;
            margin-top: 10px;
        }

    .n-item .fa.fa-calendar {
        margin-right: 5px;
    }

.article-listing .n-item figure {
    height: 195px;
    position: relative;
    width: 300px;
}

    .article-listing .n-item figure img {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: scale(1) translate(-50%, -50%);
        -webkit-transform: scale(1) translate(-50%, -50%);
    }

    .article-listing .n-item figure:hover img {
        transform: scale(1.1) translate(-50%, -50%);
        -webkit-transform: scale(1.1) translate(-50%, -50%);
    }

.sidebar .n-item .n-title a {
    color: #181100;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    text-transform: none;
}

.sidebar .n-item .date {
    border: none;
}

.sidebar .faq-items {
    font-size: 14px;
    font-style: italic;
    padding-left: 15px;
}

    .sidebar .faq-items ul li {
        margin-bottom: 10px;
        font-size: 13px;
        list-style: outside;
    }

/*n-item-col*/
.n-item-col {
    margin-bottom: 15px;
}

    .n-item-col:nth-child(4n+1) {
        clear: left;
    }

    .n-item-col figure {
        height: 258px;
        overflow: hidden;
    }

        .n-item-col figure img {
            height: 258px;
            width: 100%;
        }

    .n-item-col .n-title {
        font-weight: bold;
        margin: 10px 0;
        text-align: center;
    }

        .n-item-col .n-title .title {
            font-size: 12px;
            font-weight: bold;
        }

/*article detail*/

.article-detail .title-article {
    color: #006600;
    display: block;
    font-size: 20px;
}

.article-detail .meta {
    border-bottom: 1px dashed #acacac;
    border-top: 1px dashed #acacac;
    color: #ababab;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 10px 0 5px;
    width: 100%;
}

    .article-detail .meta .date {
        display: block;
        float: left;
        text-transform: none;
        white-space: normal;
    }

    .article-detail .meta .share {
        float: right;
    }

.article-detail .share .DivbtLike {
    display: inline-flex;
    display: -webkit-inline-flex;
    margin-top: 0;
}

    .article-detail .share .DivbtLike > div {
        margin-left: 5px;
    }

.article-detail .n-desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
}


    .article-detail .n-desc img {
        max-width: 100%;
    }

.article-ref {
    float: left;
    margin-top: 25px;
    width: 100%;
}

    .article-ref .related-title {
        float: left;
        min-width: 150px;
        padding-top: 6px;
        width: 100%;
    }

        .article-ref .related-title .text {
            color: #006600;
            font-size: 18px;
            font-weight: 600;
            text-transform: uppercase;
        }

    .article-ref .related-content {
        float: left;
        width: 100%;
    }

        .article-ref .related-content ul {
            list-style: none;
        }

            .article-ref .related-content ul li {
                padding: 5px 0 5px 25px;
                position: relative;
            }

                .article-ref .related-content ul li:before {
                    color: #006600;
                    content: "•";
                    font-size: 30px;
                    left: 0;
                    position: absolute;
                    top: -5px;
                }

                .article-ref .related-content ul li a {
                    color: #181100;
                    font-family: 'Open Sans';
                    font-size: 15px;
                }

                    .article-ref .related-content ul li a:hover {
                        color: #006600;
                    }

                .article-ref .related-content ul li .date {
                    border: medium none;
                    color: #988461;
                    font-size: 12px;
                    position: static;
                    text-transform: none;
                    white-space: nowrap;
                }


.related-post .group-title, .partner .group-title {
    border-bottom: 2px solid #d9d9d9;
}

.related-post li {
    font-size: 16px;
    list-style: outside none none;
    padding-left: 15px;
    position: relative;
}

    .related-post li::before {
        color: #ff7300;
        content: "■";
        left: 0;
        position: absolute;
        top: -3px;
    }

.doctor-detail {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

    .doctor-detail .doctor-image {
        float: left;
        width: 25%;
    }

    .doctor-detail .doctor-info {
        float: right;
        padding-left: 15px;
        width: 75%;
    }

    .doctor-detail .doctor-image img {
        max-width: 100%;
    }
/*video list*/
.videoDetail .title-video {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.video-listing {
    float: left;
    margin-top: 30px;
    width: 100%;
}

    .video-listing .item {
        float: left;
        padding: 15px;
        width: 33.3333%;
    }

        .video-listing .item .title {
            display: block;
            margin: 10px 0;
            text-align: center;
        }

        .video-listing .item:nth-child(3n+1) {
            clear: left;
        }
/*Download*/

.table-header {
    background: #13784b none repeat scroll 0 0;
    color: #fff;
    display: inline-flex;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
}

.col-no {
    border-right: 1px solid #fff;
    float: left;
    width: 5%;
}

.col-name {
    border-right: 1px solid #fff;
    float: left;
    width: 45%;
}

.col-author {
    border-right: 1px solid #fff;
    float: left;
    width: 30%;
}

.col-view {
    border-right: 1px solid #fff;
    float: left;
    width: 10%;
}

.col-down {
    float: left;
    width: 10%;
}

.download-list .table-content .item {
    border-bottom: 1px solid #acacac;
    float: left;
    width: 100%;
}

    .download-list .table-content .item:last-of-type {
        border-bottom: none;
    }

    .download-list .table-content .item > div {
        font-size: 13px;
        padding: 5px;
        text-align: center;
        border-color: #acacac;
        min-height: 50px;
    }

.download-list .table-content {
    border: 1px solid #acacac;
}

    .download-list .table-content .item.bg {
        background: #f4f4f4 none repeat scroll 0 0;
    }

    .download-list .table-content .col-name, .download-list .table-content .col-author {
        font-size: 12px;
        position: relative;
    }

        .download-list .table-content .col-name span, .download-list .table-content .col-author span {
            display: block;
            font-size: 12px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
            width: 95%;
        }

            .download-list .table-content .col-name span b, .download-list .table-content .col-author span b {
                display: block;
                font-size: 13px;
            }

.table-content .col-name span {
    text-align: left;
}

.table-content .col-no, .table-content .col-view, .table-content .col-down {
    line-height: 40px;
}

.page-download .view .result-num {
    float: left;
}

.page-download .view .total {
    float: right;
}

.page-download .view {
    margin-top: 10px;
}

.page-download .head-text-down {
    background: #acacac;
    float: left;
    margin-top: 40px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

    .page-download .head-text-down .text {
        color: #fff;
        font-weight: bold;
    }

.download-search {
    background: #13784b none repeat scroll 0 0;
    float: left;
    margin-top: 15px;
    width: 100%;
}

    .download-search .title {
        background: #d3c00b none repeat scroll 0 0;
        color: #fff;
        display: block;
        font-weight: bold;
        padding: 5px;
        text-align: center;
        text-transform: uppercase;
    }

    .download-search .item {
        border-top: 2px solid #fff;
        float: left;
        padding: 5px 10px;
        width: 100%;
    }

        .download-search .item .label {
            float: left;
            font-size: 13px;
            line-height: 19px;
            text-align: right;
            width: 30%;
        }

        .download-search .item .control {
            float: left;
            width: 70%;
        }

            .download-search .item .control select, .download-search .item .control input {
                border: medium none;
                padding: 3px 5px;
                width: 70%;
            }

        .download-search .item:last-of-type {
            text-align: center;
        }
/*CONTACT*/
.contact-info .address-contact span {
    font-size: 14px;
}

    .contact-info .address-contact span.text {
        font-size: 16px;
    }

.contact-info .fw .text {
    color: #ff7300;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.address-contact {
    float: left;
    padding: 25px 0;
    width: 100%;
}

.contact-logo {
    margin-bottom: 15px;
}

.contact-detail .title {
    font-weight: bold;
    padding: 15px 0;
    text-transform: uppercase;
}

.form-contact {
    float: left;
    width: 100%;
}

    .form-contact .ct-control {
        float: left;
        margin-bottom: 10px;
        width: 100%;
    }

        .form-contact .ct-control label {
            float: left;
            font-weight: normal;
            line-height: 30px;
            padding: 0 15px;
            position: relative;
            text-align: left;
            width: 25%;
        }

            .form-contact .ct-control label::after {
                color: #ff7300;
                content: "•";
                font-size: 20px;
                left: 0;
                position: absolute;
            }

    .form-contact .input-text, .form-contact .ct-message {
        background: #f0f0f0 none repeat scroll 0 0;
        border: medium none;
        float: left;
        height: 35px;
        padding: 2px 5px;
        width: 75%;
    }

    .form-contact .ct-message {
        height: 130px;
    }

    .form-contact .ct-control .wpcf7-submit {
        background: #ff7300 none repeat scroll 0 0;
        border: medium none;
        color: #fff;
        float: right;
        font-family: "Roboto";
        font-weight: normal;
        padding: 7px 25px;
        text-transform: uppercase;
    }

    .form-contact .btn-primary {
        background: #ff7300 none repeat scroll 0 0;
        border: medium none;
        border-radius: 0;
        color: #fff;
        float: right;
        font-family: "Roboto";
        margin-right: 10px;
        padding: 7px 25px;
        text-transform: uppercase;
    }

    .form-contact div.wpcf7-validation-errors, .form-contact div.wpcf7-mail-sent-ok {
        border: medium none;
    }

    .form-contact div.wpcf7-response-output {
        margin: 0;
    }

    .form-contact span.wpcf7-not-valid-tip {
        display: unset;
    }

#map {
    margin-top: 15px;
    height: 500px;
    width: 100%;
}
/*SIDEBAR*/
.sidebar {
    padding-left: 0;
}

.widget {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

.notification {
    border: 1px solid rgb(20, 121, 81);
    padding: 1px;
}

.widget .bao {
    background: rgb(244, 244, 244) url("images/thongbao.png") no-repeat center 12px;
    border: 2px solid rgb(20, 121, 81);
    color: #006600;
    padding-top: 50px;
}

.notification .item {
    border-bottom: 1px dotted #000;
    margin: 0 10px;
    padding: 5px 0;
}

.widget .bao label {
    width: 50%;
}

.widget .bao .value {
    font-size: 20px;
    font-weight: bold;
}

.notification .item.title {
    font-size: 18px;
    font-weight: bold;
}

.notification .item:last-of-type {
    border: medium none;
}

.mn-item .item {
    float: left;
    margin-bottom: 10px;
    padding-right: 5px;
    width: 50%;
}

    .mn-item .item > a {
        background: rgba(0, 0, 0, 0) linear-gradient(rgba(19, 120, 75, 1), rgba(7, 150, 88, 0.8)) repeat scroll 0 0;
        border-radius: 8px;
        color: rgb(254, 243, 91);
        display: block;
        font-size: 15px;
        font-weight: bold;
        padding: 7px 5px;
        text-align: center;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .mn-item .item:nth-child(2n) {
        padding-left: 5px;
        padding-right: 0;
    }

.advSidebar .adv-item {
    border: 1px solid #acacac;
    margin-bottom: 15px;
    overflow: hidden;
}

    .advSidebar .adv-item img {
        max-width: 100%;
    }

.sidebar .videoList {
    float: left;
    margin-top: 14px;
    width: 100%;
    display: none;
}

    .sidebar .videoList > ul {
        list-style: outside none none;
        margin: 0;
        padding: 0 15px;
    }

    .sidebar .videoList li {
        border-bottom: 1px dashed #acacac;
        padding: 5px 0 5px 25px;
    }

/*Partner*/
.partner .item {
    border: 1px solid #d9d9d9;
    height: 130px;
    padding: 10px;
    position: relative;
}
/*HOME*/


.home-content {
}

.news-home, .offer {
    float: left;
    width: 50%;
}

.news-home {
    padding-right: 30px;
}

.text-title {
    padding: 15px 5px;
    background: rgba(0, 0, 0, 0) url("images/bg_title.gif") repeat-x;
}

    .text-title a {
        font-family: Arial;
        font-size: 14px;
        text-transform: uppercase;
        color: #000;
        font-weight: bold;
    }
/*article home*/
.article-group {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.article-home .n-item {
    width: 45%;
    float: left;
    margin-bottom: 10px;
}

    .article-home .n-item .n-title a {
        color: #006600;
        display: block;
        font-family: Arial;
        font-size: 13px;
        font-weight: normal;
        line-height: 1.5;
        max-height: 60px;
        overflow: hidden;
        text-align: left;
        font-weight: bold;
    }

    .article-home .n-item figure {
        width: 95px;
        margin-bottom: 0;
        max-height: 55px;
        overflow: hidden;
    }

    .article-home .n-item .n-desc .date {
        margin-top: 5px;
        border: none;
        display: none;
    }

    .article-home .n-item .description {
        display: none;
    }

    .article-home .n-item:not(.first) .image img {
        height: 55px;
    }

    .article-home .n-item.first {
        display: flex;
        -webkit-display: flex;
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        padding-right: 25px;
        width: 55%;
    }

        .article-home .n-item.first figure {
            max-height: 400px;
            width: 100%;
            overflow: hidden;
        }

            .article-home .n-item.first figure img {
                width: 100%;
            }

        .article-home .n-item.first .n-title {
        }

.news-home .n-item.first .description {
    display: none !important;
}

.article-home .n-item.first .n-desc .date {
    float: left;
    margin-top: 15px;
    width: 100%;
}

.offer {
    padding-left: 10px;
}

    .offer .n-title {
        display: none;
    }

.support-home {
    float: left;
    width: 100%;
}

.title-box {
    background: #13784b none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
    padding: 10px 5px;
    text-transform: uppercase;
}

    .title-box .text {
        font-size: 14px;
        font-weight: bold;
    }

.support-home .support {
    float: left;
    padding-right: 25px;
    width: 50%;
}

.support-home .box-search-home {
    float: left;
    padding-top: 15px;
    width: 50%;
}

.support .item .text, .box-search-home span.text {
    color: #006600;
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.support .item .phone {
    color: #006600;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
}

.support .item {
    padding: 15px 0 0 100px;
}

    .support .item:first-of-type {
        background: url(images/support.gif) no-repeat left center;
    }

.box-search-home .form-search-doctor {
    border: medium none;
    padding: 0;
}

    .box-search-home .form-search-doctor .label {
        text-align: left;
    }

    .box-search-home .form-search-doctor .item:nth-child(3) .label {
        width: 30%;
    }

    .box-search-home .form-search-doctor .control {
        padding-left: 5px;
        text-align: right;
        width: 100%;
    }

        .box-search-home .form-search-doctor .control select {
            max-width: 272px;
        }

    .box-search-home .form-search-doctor .item:nth-child(5) .control {
        float: left;
        width: 100%;
    }

.caption-text h2 .text {
    float: left;
    margin: 10px 0;
    text-align: center;
    width: 100%;
}
/*#region CONTACT*/
.contact-content {
    width: 100%;
    float: left;
}

    .contact-content .sitename {
        margin-bottom: 15px;
    }

    .contact-content .info-footer {
        width: 100%;
        margin: 15px 0;
    }

    .contact-content .contactForm {
        padding: 0 0 0 15px;
    }

    .contact-content .form-horizontal .control-label {
        text-align: left;
        position: relative;
        color: #3f3f3f;
        font-size: 12px;
        font-family: Arial;
        font-weight: 300;
    }

        .contact-content .form-horizontal .control-label::before {
            color: rgb(98, 170, 121);
            content: "•";
            font-size: 20px;
            left: 0;
            position: absolute;
            top: 3px;
        }

    .contact-content .form-group {
        margin-bottom: 10px;
    }

        .contact-content .form-group input[type=text], .contact-content .form-group textarea {
            background-color: rgba(98, 170, 121,0.5);
            background-image: none;
            border: 1px solid rgba(98, 170, 121,0.5);
            border-radius: 0;
            box-shadow: none;
            color: #555;
            display: block;
            font-size: 14px;
            height: 30px;
            line-height: 1.42857;
            padding: 6px 12px;
            transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
            width: 100%;
        }

        .contact-content .form-group input.RadInput_Error_Default {
            color: #ed3237;
            font-size: 12px;
        }

        .contact-content .form-group textarea {
            height: 170px;
        }

        .contact-content .form-group .btn-primary {
            border-radius: 0;
            background-color: rgb(19, 120, 75);
            border-color: rgb(19, 120, 75);
        }

.RadCaptcha .imgcapcha {
    float: left;
}

.RadCaptcha .rcRefreshImage {
    cursor: pointer;
    height: 27px;
    background: url(icon/refreshcapcha.jpg) no-repeat;
    background-position: left center;
    float: left;
    padding: 0 0 0 28px;
    margin: 0px 0 0 19px;
    font-style: italic;
    color: #4b84c3;
    font-size: 11px;
    line-height: 27px;
}
/*#endregion*/
/*#region FOOTER*/
footer .main-footer {
    background: #92C0AB;
    color: #fff;
    padding: 25px 0;
}

.info-footer {
    float: left;
    width: 33.3333%;
}

.btn-footer {
    float: left;
    width: 43.3333%;
    padding-left: 80px;
}

.menu-footer {
    float: left;
    padding-top: 25px;
    width: 23.3333%;
}

    .menu-footer li a {
        color: #fff;
        font-family: 'Open Sans';
        font-size: 12px;
        text-transform: uppercase;
    }

.info-footer .logo {
    display: inline-block;
    padding-right: 20px;
    float: left;
}

.info-footer address {
    padding-top: 15px;
}

    .info-footer address span {
        font-family: 'Open Sans';
        font-size: 13px;
    }

        .info-footer address span.title {
            font-family: 'UTM Trajan';
            font-size: 16px;
        }

        .info-footer address span a {
            color: #fff;
        }

.btn-footer .btn-map, .btn-footer .hotline {
    background: #7e4c0a;
    display: block;
    height: 75px;
    overflow: hidden;
    float: left;
}

.btn-footer .btn-map {
    background: #7e4c0a url("icon/icon-map.png") no-repeat scroll center 10px;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 300;
    margin-right: 20px;
    padding: 45px 10px 0;
    text-transform: uppercase;
}

.btn-footer .hotline > span {
    background: #7e4c0a url("icon/icon-phone.png") no-repeat scroll center 10px;
    display: block;
    float: left;
    padding: 45px 10px 0;
    text-transform: uppercase;
}

.btn-footer {
    padding-top: 25px;
}

    .btn-footer .hotline .phone {
        padding-top: 15px;
        text-align: center;
    }

        .btn-footer .hotline .phone > a {
            color: #fff;
            display: inline-block;
            font-family: "Open Sans";
            font-size: 16px;
            font-weight: 800;
        }

.menu-footer li {
    float: left;
    width: 50%;
}

footer .footer {
    background: #13784B;
    color: #f2f2f2;
    font-size: 14.09px;
    font-weight: 500;
    padding: 10px 0;
}

.copyright, .social, .design {
    float: left;
    width: 33.333%;
}

.copyright {
    padding: 5px 0;
}

    .copyright a, .design a {
        color: #f2f2f2;
    }

        .copyright a:hover, .design a:hover {
            color: #fff;
        }

.design {
    padding: 5px 0;
    text-align: right;
}

    .design a:first-of-type {
        color: #f2f2f2;
    }

.social {
    text-align: center;
}

    .social a {
        background: transparent;
        border: 1px solid #f2f2f2;
        border-radius: 50%;
        color: #f2f2f2;
        display: inline-block;
        font-size: 16px;
        height: 29px;
        line-height: 1;
        margin-right: 10px;
        padding-top: 5px;
        text-align: center;
        width: 30px;
    }

        .social a:hover {
            background: #fff;
        }

.social-footer {
    float: right;
}

.social a:hover .fa-facebook {
    color: #5567a9;
}

.social a:hover .fa-twitter {
    color: #08c1f3;
}

.social a:hover .fa-google-plus {
    color: #DD4B39;
}

.social a:hover .fa-dribbble {
    color: #f26798;
}

.social a:hover .fa-google-plus-square {
    color: #be4a39;
}

.social a:hover .fa-youtube {
    color: #b33632;
}
/*#endregion*/
/*OTHER*/
.search-box-doctor {
    border: 1px solid #006600;
    padding: 1px;
}

.form-search-doctor {
    border: 2px solid #006600;
    padding: 15px;
}

    .form-search-doctor .label {
        color: #000;
        float: left;
        font-size: 12px;
        font-weight: normal;
        width: 35%;
    }

    .form-search-doctor .item {
        padding: 5px 0;
    }

        .form-search-doctor .item:last-of-type {
            text-align: right;
        }

    .form-search-doctor .label > span {
        display: block;
        font-weight: bold;
    }

    .form-search-doctor select {
        min-width: 200px;
        padding: 5px;
    }

    .form-search-doctor .input-text {
        min-width: 200px;
        padding: 4px;
    }

.pager a {
    color: #006600;
    display: inline-block;
    line-height: 40px;
    margin-right: 10px;
    width: 40px;
}

    .pager a.num {
        background: rgba(0, 144, 48, 0.5);
        border-radius: 50%;
        color: #fff;
    }

        .pager a.num.select, .pager a.num:hover {
            background: rgba(0, 144, 48, 1);
            font-weight: bold;
        }

.pager .next > a, .pager .next > span {
    float: none;
    font-weight: bold;
}

.page-download .paged a.num {
    border-radius: 0;
    line-height: 25px;
    margin-right: 5px;
    width: 25px;
}

.page-download .pager a.num.select, .page-download .pager a.num:hover {
    font-weight: normal;
}

#back-to-top {
    background: rgba(0, 144, 48,1);
    border: 1px solid #f2f2f2;
    border-radius: 50%;
    bottom: 45px;
    box-shadow: 0 0 10px 0px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 14px;
    height: 40px;
    font-weight: bold;
    line-height: 38px;
    position: fixed;
    right: 10px;
    text-align: center;
    width: 40px;
    z-index: 100;
}

    #back-to-top span {
        color: #fff;
    }

    #back-to-top:hover {
        background: rgba(0, 144, 48, 0.5);
    }

        #back-to-top:hover > span {
            color: #f2f2f2;
        }

.design div {
    height: 20px;
}

.RadGrid_Default, .RadGrid_Default .rgMasterTable, .RadGrid_Default .rgDetailTable, .RadGrid_Default .rgGroupPanel table, .RadGrid_Default .rgCommandRow table, .RadGrid_Default .rgEditForm table, .RadGrid_Default .rgPager table, .GridToolTip_Default {
    font-size: 14px !important;
}

.RadGrid .rgRow td, .RadGrid .rgAltRow td, .RadGrid .rgEditRow td, .RadGrid .rgFooter td {
    height: 40px;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}
