﻿/*!
 * style.css
 * Version - 1.0
 * Website: ungthubachmai.vn;
 * 
 * Copyright (c) 2017 Bicweb.Vn
 */

/* #region GLOBAL*/
.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;
}

#back-to-top span {
    background: #8dc6ff;
    border: 2px solid #ffffff;
    bottom: 15px;
    color: rgb(255, 255, 255);
    display: inline-block;
    padding: 10px;
    position: fixed;
    right: 15px;
    z-index: 999;
}

    #back-to-top span:hover {
        background: rgb(31, 32, 77) none repeat scroll 0 0;
    }

h1, h2, h3, h4, h5, h6 {
    color: unset;
    display: unset;
    font-family: unset;
    font-size: unset;
    font-weight: unset;
    margin: 0;
    padding: 0;
}

a {
    color: #333333;
    text-decoration: none;
}

    a:hover, a:focus, a:active {
        text-decoration: none;
        color: #0c4da2;
        outline: none;
        transition: all 100ms ease 0s;
        -webkit-transition: all 100ms ease 0s;
    }

ul {
    padding: 0;
    margin: 0;
}

.fw {
    float: left;
    width: 100%;
}

.img-editor {
    max-width: 100%;
}
/*  Bootstrap Clearfix */

/*  Tablet  */
@media (min-width:767px) {

    /* Column clear fix */
    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1),
    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1) {
        clear: none;
    }

    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}


/*  Medium Desktop  */
@media (min-width:992px) {

    /* Column clear fix */
    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1),
    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1) {
        clear: none;
    }

    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}


/*  Large Desktop  */
@media (min-width:1200px) {

    /* Column clear fix */
    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1),
    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1) {
        clear: none;
    }

    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}
/* #endregion GLOBAL*/
/* #region 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: none;
    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 #fff;*/
    color: #fff;
    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: #fff;
        height: 5px;
        margin-top: 5px;
    }

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: none;
    margin-top: 0;
}

    .mean-container .mean-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
    }

        .mean-container .mean-nav ul li {
            background: #014EA2;
            float: left;
            position: relative;
            width: 100%;
        }

            .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;
}

.mean-container a.meanmenu-reveal::after {
    color: #fff;
    content: "MENU";
    display: block;
    height: 35px;
    left: 100%;
    position: absolute;
    top: 0;
    width: 70px;
}
/* #endregion MEANMENU*/

/*.rmSlide {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border-top: 2px solid rgb(130, 185, 59);
    display: inline-block !important;
    padding: 0 10px;
    width: 100%;
}
.rmSlide ul li {
    margin: 0 10px;
}
.rmSlide ul li a {
    border-bottom: 1px solid rgb(204, 204, 204);
    color: rgb(39, 40, 96);
    padding: 10px 0 !important;
}*/
.menu-primary .RadMenu .rmVertical .rmItem {
    background: rgba(1, 78, 162, 0.85) none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    padding: 0 10px 0 0;
    width: 100%;
}

.menu-primary .RadMenu .rmVertical .rmText, .menu-primary .RadMenu .rmHorizontal .rmVertical .rmText {
    padding: 5px 10px;
    color: #ffffff;
}
/* #region HEADER */

header {
    background: url("images/bg_head.png") no-repeat scroll center bottom 25px;
    background-size: 100% auto;
    position: relative;
}

    header::after {
        background: #f4f8fc url("images/bg_head_left.png") no-repeat scroll left top;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 50%;
        z-index: -1;
    }

    header::before {
        background: #f4f8fc url("images/bg_head_right.png") no-repeat scroll right top;
        content: "";
        height: 100%;
        position: absolute;
        right: 0;
        width: 50%;
        z-index: -1;
    }

.header-content {
    margin: 0 auto;
    width: 60%;
}

    .header-content .logo {
        float: left;
        text-align: center;
        width: 15%;
    }

        .header-content .logo > a {
            display: inline-block;
            padding: 25px 0;
        }

    .header-content .sitename {
        padding-top: 25px;
        text-align: center;
        line-height: 1.2;
    }

        .header-content .sitename span {
            color: #004b95;
            display: block;
            font-size: 20px;
        }

            .header-content .sitename span.site-vi {
                font-size: 24px;
                text-transform: uppercase;
            }

                .header-content .sitename span.site-vi.benhvien {
                    font-size: 18px;
                }
/*Menu*/
.main-menu {
    background: #014ea2;
}

    .main-menu .menu-primary {
        float: left;
    }

.RadMenu .rmItem a.rmLink {
    cursor: pointer;
    padding: 0;
}

.main-menu .RadMenu .rmRootGroup .rmRootLink {
    padding: 0 10px;
}

    .main-menu .RadMenu .rmRootGroup .rmRootLink .rmText {
        color: #fff;
        font-family: 'Arial';
        font-size: 15px;
        font-weight: bold;
        padding: 12px 0;
        position: relative;
        /* text-transform: uppercase; */
    }

        .main-menu .RadMenu .rmRootGroup .rmRootLink .rmText::after {
            background: #ff000a;
            bottom: 0;
            content: "";
            height: 2px;
            left: 0;
            position: absolute;
            transform: scale(0, 0);
            -webkit-transform: scale(0, 0);
            transition: all 300ms ease-out 0ms;
            -webkit-transition: all 300ms ease-out 0ms;
            width: 100%;
        }

    .main-menu .RadMenu .rmRootGroup .rmRootLink:hover .rmText::after, .main-menu .RadMenu .rmRootGroup .rmRootLink.expanded .rmText::after {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
    }

.main-menu .menu-primary .RadMenu .rmRootGroup .rmRootLink .rmText {
    color: #fff;
}

.main-menu .menu-primary .RadMenu .rmRootGroup .rmRootLink:hover .rmText, .main-menu .menu-primary .RadMenu .rmRootGroup .rmRootLink.expanded .rmText {
    color: #ff000a;
}

.main-menu .RadMenu .rmRootGroup .rmLast .rmRootLink .rmText {
    padding-right: 0;
}

.rmVertical.rmGroup.rmLevel1 {
    border-top: 2px solid rgb(130, 185, 59);
}

.main-menu .RadMenu .rmRootGroup .rmFirst .rmRootLink {
    padding: 0;
}

    .main-menu .RadMenu .rmRootGroup .rmFirst .rmRootLink .rmText {
        background: rgba(0, 0, 0, 0) url("images/icon-home.png") no-repeat scroll left center;
        padding-left: 30px;
        text-indent: -9999px;
    }

    .main-menu .RadMenu .rmRootGroup .rmFirst .rmRootLink.expanded .rmText, .main-menu .RadMenu .rmRootGroup .rmFirst .rmRootLink:hover .rmText {
        background: rgba(0, 0, 0, 0) url(images/icon-home-active.png) no-repeat left center;
    }
/*Search*/
.search-box-sidebar {
    margin-bottom: 0px;
}

.box-search {
    float: left;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
	display:none;
}

    .box-search .input-text {
        background: #f6fafd none repeat scroll 0 0;
        border: 1px solid #e5e9eb;
        color: #0c4da2;
        font-size: 15px;
        font-style: italic;
        font-weight: 400;
        height: 38px;
        padding: 8px 10px;
        width: 100%;
    }

    .box-search .search-button {
        background: rgba(0, 0, 0, 0) url("images/icon-search.png") no-repeat scroll center center;
        border: medium none;
        padding: 9px;
        position: absolute;
        right: 0;
        text-indent: -9999px;
        top: 0;
        width: 40px;
    }

.box-google-search {
    float: left;
    height: 40px;
    margin-bottom: 20px;
    width: 100%;
}

    .box-google-search .gsc-control-cse {
        padding: 0;
        position: relative;
        width: 100%;
    }

    .box-google-search .gsc-input-box {
        border: medium none;
    }

    .box-google-search input.gsc-input {
        background: rgb(246, 250, 253) none repeat scroll 0 0 !important;
        border: 1px solid #e5e9eb !important;
        float: left;
        height: 38px !important;
        left: 0;
        padding: 6px 10px !important;
        position: absolute;
        top: 0;
        width: 100% !important;
    }

    .box-google-search input.gsc-search-button, .box-google-search input.gsc-search-button:hover, .box-google-search input.gsc-search-button:focus {
        background: rgba(0, 0, 0, 0) url("images/icon-search.png") no-repeat scroll center center;
        border: medium none;
        height: 38px !important;
        padding: 15px;
        position: absolute;
        right: 0;
        top: -2px;
        width: 38px !important;
    }
/* #endregion */

/* #region BANNER*/
.bn-item img {
    display: block;
    margin: auto;
    width: auto;
}
/* #endregion BANNER*/

/* #region HOME */

.article-group {
    float: left;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

    .article-group .n-item {
        margin-bottom: 15px;
    }

        .article-group .n-item:not(.first) {
            float: right;
            padding-left: 25px;
            width: 40%;
        }

            .article-group .n-item:not(.first) .n-title {
                max-height: 40px;
                overflow: hidden;
            }

                .article-group .n-item:not(.first) .n-title > a {
                    font-family: Arial;
                    font-size: 14px;
                    font-weight: 400;
                    position: relative;
                    display: inline-block;
                    padding-left: 25px;
                }

                    .article-group .n-item:not(.first) .n-title > a::after {
                        content: "•";
                        font-size: 30px;
                        left: 0;
                        position: absolute;
                        top: -11px;
                    }

        .article-group .n-item .image {
            display: none;
        }

        .article-group .n-item .n-desc {
            display: none;
            margin-top: -3px;
        }

        .article-group .n-item.first {
            float: left;
            width: 60%;
        }

            .article-group .n-item.first .n-title {
                margin-bottom: 20px;
                width: 100%;
            }

            .article-group .n-item.first .image {
                float: left;
                margin: 0;
                overflow: hidden;
                padding-right: 20px;
                width: 50%;
            }

                .article-group .n-item.first .image img {
                    width: 100%;
                }

.page-content .article-group:last-of-type {
    margin-bottom: 0;
}

.faq-home {
}

.faq-box-home .doctor {
    border: 1px solid #dfdfdf;
    margin-bottom: 15px;
    text-align: center;
}

    .faq-box-home .doctor img {
        margin: auto;
        object-fit: cover;
        width: 100%;
    }

    .faq-box-home .doctor .name {
        display: block;
        font-size: 16px;
        text-align: center;
    }

    .faq-box-home .doctor .desc {
        display: block;
        font-size: 13px;
        font-style: italic;
        line-height: 1.8;
        margin-bottom: 15px;
        text-align: center;
    }

.btn-sendFAQ {
    background: #ed1c24 url(images/arr_send.png) no-repeat left 30px center;
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 30px 15px 30px 60px;
    text-align: center;
    text-transform: uppercase;
}

    .btn-sendFAQ:hover, .btn-sendFAQ:active, .btn-sendFAQ:focus {
        color: #fff;
    }

.faq-item {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 25px;
}

    .faq-item .faq-title {
        float: left;
        text-align: justify;
        width: 100%;
    }

        .faq-item .faq-title a {
            color: #0c4da2;
            font-weight: bold;
        }

            .faq-item .faq-title a:before {
                background: rgba(0, 0, 0, 0) url("images/icon-faq.png") no-repeat scroll left top;
                content: "";
                display: inline-block;
                float: left;
                height: 20px;
                left: 0;
                position: relative;
                top: 0;
                width: 30px;
            }

        .faq-item .faq-title .faq-email {
            color: #484848;
            display: block;
            margin-bottom: 10px;
        }

    .faq-item .faq-desc {
        font-style: italic;
        margin-bottom: 25px;
        text-align: justify;
    }

.faq-group .faq-item:last-of-type {
    border-bottom: none;
}

#sendRequest .form-horizontal .control-label {
    color: #3f3f3f;
    font-family: Arial;
    font-size: 12px;
    font-weight: 300;
    position: relative;
    text-align: left;
}

    #sendRequest .form-horizontal .control-label::before {
        color: #254397;
        content: "•";
        font-size: 20px;
        left: 0;
        position: absolute;
        top: 3px;
    }

#sendRequest .form-group {
    margin: 0 0 10px;
}

    #sendRequest .form-group input[type="text"], #sendRequest .form-group textarea {
        background-color: #efefef;
        background-image: none;
        border: 1px solid #dfdfdf;
        border-radius: 4px;
        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%;
    }

#sendRequest .radio input[type="radio"] {
    margin-left: 0;
    position: relative;
    top: 2px;
}

#sendRequest .radio label {
    padding-left: 5px;
}

#sendRequest .form-group input.RadInput_Error_Default {
    color: #ed3237;
    font-size: 12px;
}

#sendRequest .form-group textarea {
    height: 170px;
}

#sendRequest .form-group .btn-primary {
    background-color: #2D6DB2;
    border-color: #2D6DB2;
    border-radius: 0;
    line-height: 1;
    padding: 5px 10px;
}

#sendRequest .modal-header {
    background: #2D6DB2;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

#sendRequest .close {
    color: rgb(255, 255, 255);
    opacity: 1;
}

#sendRequest .text-danger {
    margin-left: 5px;
}
/* #endregion */

/* #region SIDEBAR */
.sidebar {
    margin-top: 30px;
    padding-left: 20px;
}

    .sidebar > .item {
        float: left;
        margin-top: 15px;
        width: 100%;
    }

        .sidebar > .item img {
            width: 100%;
        }

.widget {
    float: left;
    width: 100%;
}

    .widget .n-item .n-title > a {
        color: #3e3e3e;
        font-family: Arial;
        font-size: 14px;
        font-weight: normal;
        margin-top: -2px;
    }

        .widget .n-item .n-title > a:hover {
            color: #0c4da2;
        }

    .widget .n-item figure {
        height: 85px;
    }

    .widget .videoList {
        float: left;
        margin-top: 25px;
        width: 100%;
    }

        .widget .videoList li {
            list-style: none;
            margin-bottom: 10px;
        }

            .widget .videoList li a.play {
                background: rgba(0,0,0,0) url(images/icon_video.png) no-repeat left top 4px;
                color: #2b2b2b;
                display: block;
                font-size: 14px;
                padding-left: 35px;
            }

                .widget .videoList li a.play:hover {
                    background: rgba(0,0,0,0) url(images/icon_video_active.png) no-repeat left top 4px;
                    color: #0c4da2;
                }

                .widget .videoList li a.play.active {
                    background: rgba(0,0,0,0) url(images/icon_video_active.png) no-repeat left top 4px;
                    color: #0c4da2;
                    font-weight: bold;
                }

.related-post .box-title {
    background: rgba(0, 0, 0, 0) url("images/bg_line.png") repeat-x scroll center bottom 10px;
    margin-top: 25px;
    padding-bottom: 0;
}

    .related-post .box-title .text {
        background: #fff;
        padding-left: 0;
        padding-right: 8px;
    }

.related-post .related-content ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .related-post .related-content ul > li {
        padding-left: 20px;
        position: relative;
    }

        .related-post .related-content ul > li::after {
            color: #0c4da2;
            content: "•";
            font-size: 30px;
            left: 0;
            line-height: 1.2;
            position: absolute;
            top: -8px;
        }

        .related-post .related-content ul > li .title {
            color: #848484;
            display: block;
            padding-bottom: 5px;
        }

            .related-post .related-content ul > li .title:hover {
                color: #0c4da2;
            }

/* #endregion */

/* #region OTHER*/
.caption-search {
    margin-bottom: 15px;
}

    .caption-search > span {
        color: #ed1c24;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
    }

.searchlist .item-box {
    padding-bottom: 15px;
}

.page-searching span.highlight {
    background: #90bbe3;
    display: inline;
}

.main-content {
    margin-bottom: 50px;
}

.box-title {
    padding-bottom: 20px;
    background: url(images/bg_line.png) repeat-x bottom;
    margin-bottom: 25px;
}

    .box-title .text {
        background: rgba(0, 0, 0, 0) url("images/icon_title.png") no-repeat scroll left center;
        color: #0c4da2;
        display: inline-block;
        font-family: Roboto;
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
        padding-left: 50px;
        text-transform: uppercase;
    }

.banner.banner-cover {
    background: rgba(0, 0, 0, 0) url("images/bg-banner-cover.png") no-repeat scroll center center;
    background-size: cover;
    height: 150px;
    position: relative;
    text-align: center;
}

    .banner.banner-cover .text {
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        left: 50%;
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        width: 100%;
    }

.page-content {
    margin-top: 30px;
    padding-right: 25px;
}


.divPage {
    clear: both;
}

    .divPage .paged {
        margin: 0;
        padding-left: 0;
        text-align: left;
    }

.paged > a {
    background: #e8e8ea;
    display: inline-block;
    font-size: 18px;
    float: left;
    margin-right: 15px;
    padding: 5px 0;
    text-align: center;
    width: 35px;
}

.paged a.num.select, .paged a.num:hover {
    background: #0c4da2;
    color: #fff;
}

.paged > a.num {
    font-weight: bold;
}

.paged .next > span {
    float: none;
}

.rmLast a {
    padding-right: 0 !important;
}

.info-footer {
    padding-right: 20px;
}

.item-service img {
    max-width: 100%;
}
/*User Login*/
.form-login {
    margin: 40px auto;
    width: 320px;
}

.form-reg {
    margin: 40px auto;
    width: 85%;
}

    .form-login .btn-primary, .form-login .btn-success, .form-reg .btn-primary, .form-reg .btn-warning {
        border-radius: 0;
        font-weight: bold;
        text-transform: uppercase;
    }

.form-login .btn-primary {
    float: right;
}

.form-login .form-control, .form-reg .form-control {
    border-radius: 0;
    box-shadow: none;
}
/*Donwload*/
.table-header {
    background: #014EA2;
    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: medium none;
    }

    .download-list .table-content .item > div {
        border-color: #acacac;
        font-size: 13px;
        min-height: 50px;
        padding: 5px;
        text-align: center;
    }

.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;
            /*left: 50%;
            position: absolute;
            top: 50%;
            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 none repeat scroll 0 0;
    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: #014EA2;
    display: none;
    float: left;
    margin-top: 15px;
    width: 100%;
}

    .download-search .title {
        background: #d3c00b;
        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;
        }
/* #endregion OTHER*/

/*#region CONTACT*/

.contact-content {
    float: left;
    margin: 30px 0;
    width: 100%;
}

    .contact-content .contactInfo {
        float: left;
        width: 100%;
    }

    .contact-content .sitename {
        display: none;
        margin-bottom: 15px;
    }

    .contact-content .contact-info {
        float: left;
        width: 100%;
    }

        .contact-content .contact-info .item {
            float: left;
            margin-bottom: 30px;
            width: 100%;
        }

            .contact-content .contact-info .item h3 {
                color: #4f4f4f;
                display: inline-block;
                font-size: 24px;
                margin-bottom: 25px;
            }

            .contact-content .contact-info .item > address {
                margin: 0;
            }

                .contact-content .contact-info .item > address span {
                    display: block;
                }

                    .contact-content .contact-info .item > address span.phone {
                        /*color: #ef151f;
                        font-size: 18px;
                        font-weight: bold;*/
                    }

    .contact-content .info-footer {
        margin: 15px 0;
        width: 100%;
    }

    .contact-content .contactForm {
        float: left;
        padding: 0 0 0 15px;
        width: 100%;
    }

    .contact-content .form-horizontal .control-label {
        color: #3f3f3f;
        font-family: Arial;
        font-size: 14px;
        font-weight: 300;
        position: relative;
        text-align: left;
    }

        .contact-content .form-horizontal .control-label::before {
            color: #0c4da2;
            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: #FAFAFA;
            background-image: none;
            border: 1px solid #dfdfdf;
            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 {
            background-color: #0c4da2;
            border-color: #0c4da2;
            border-radius: 0;
            font-size: 14px;
            line-height: 1;
            padding: 10px 15px;
            text-transform: uppercase;
        }

.RadCaptcha .imgcapcha {
    float: left;
}

.RadCaptcha .rcRefreshImage {
    background: rgba(0, 0, 0, 0) url("icon/refreshcapcha.jpg") no-repeat scroll left center;
    color: #4b84c3;
    cursor: pointer;
    float: left;
    font-size: 11px;
    font-style: italic;
    height: 27px;
    line-height: 27px;
    margin: 0 0 0 19px;
    padding: 0 0 0 28px;
}

.map {
    clear: both;
    float: left;
    height: 410px;
    width: 100%;
}
/*#endregion*/

/* #region ARTICLE */
.article-listing, .article-detail {
    /*padding-right: 30px;*/
}

.n-item {
    float: left;
    width: 100%;
}

    .n-item .n-title > a {
        color: #0c4da2;
        display: block;
        font-family: Roboto;
        font-size: 16px;
        font-weight: bold;
    }

        .n-item .n-title > a:hover {
            color: #464646;
        }

    .n-item .n-title .date {
        color: #bfbdbd;
        display: inline-block;
        font-family: Roboto;
        font-size: 13px;
        padding: 5px 0;
    }

    .n-item figure {
        float: left;
        margin: 0 20px 20px 0;
        height: 160px;
        overflow: hidden;
        position: relative;
        width: 33.3333%;
    }

        .n-item figure img {
            height: 100%;
            width: 100%;
        }

    .n-item .n-desc {
        color: #424242;
        font-size: 14px;
        text-align: justify;
    }

    .n-item .item-box {
        border-bottom: 1px solid #dfdfdf;
        margin-bottom: 20px;
        float: left;
        width: 100%;
    }

    .n-item:last-of-type .item-box {
        border: none;
    }

/*first article*/
.page-article .article-listing {
    padding-right: 0;
}

/*article detail*/
.article-detail img {
    max-width: 100%;
}

.page-content .article-detail .n-desc {
    font-family: "Roboto";
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
}

.article-detail .title-article {
    color: #0c4da2;
    display: block;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}

.article-detail .meta {
    border-bottom: 1px dashed #dfdfdf;
    border-top: 1px dashed #dfdfdf;
    color: rgb(171, 171, 171);
    display: block;
    float: right;
    margin: 15px 0;
    padding: 10px 0 5px;
    text-align: right;
    width: 100%;
}

    .article-detail .meta .date {
        display: block;
        float: left;
    }

    .article-detail .meta .share {
        float: right;
    }

.article-detail .share .DivbtLike {
    display: block;
    margin-top: 0;
    width: 100%;
}

    .article-detail .share .DivbtLike > div {
        float: left;
        margin-left: 5px;
    }

.article-detail .share-tag {
    margin: 15px 0;
    border-bottom: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
}

.related-content .n-item .item-box {
    border-bottom: none;
}
/*Gallery*/

.gall-item {
    margin-bottom: 10px;
}

    .gall-item figure {
        border: 1px solid #fff;
    }

        .gall-item figure > a {
            display: block;
            max-height: 250px;
            overflow: hidden;
            position: relative;
        }

            .gall-item figure > a .img-responsive {
                height: 100%;
                margin: auto;
            }

        .gall-item figure:hover img {
            opacity: 0.5;
            transform: scale(1.1);
            transition: all 0.3s ease 0s;
        }

    .gall-item .gall-content {
        background: rgba(0, 0, 0, 0) url("images/icon_gallery.png") no-repeat scroll left center;
        padding: 20px 0 20px 45px;
        text-align: left;
    }

        .gall-item .gall-content .gall-title {
            color: #464646;
            font-size: 17px;
            line-height: 1.2;
        }

            .gall-item .gall-content .gall-title:hover {
                color: #0c4da2;
            }

.video-listing .gall-item figure > a:after, .related-video .gall-item figure > a:after {
    background: rgba(0, 0, 0, 0) url("icon/icon-play.png") no-repeat scroll center center;
    content: "";
    height: 45px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
}

.video-listing .gall-item .gall-content, .related-video .gall-item .gall-content {
    background: none;
    padding: 15px 0;
}

    .video-listing .gall-item .gall-content .gall-title, .related-video .gall-item .gall-content .gall-title {
        background: rgba(0, 0, 0, 0) url("images/icon_video_active.png") no-repeat scroll left center;
        padding-left: 30px;
        font-size: 15px;
    }

.videoDetail {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

    .videoDetail .title-video {
        color: #0c4da2;
        display: block;
        font-size: 18px;
        margin-bottom: 15px;
        text-align: center;
    }

    .videoDetail #videoPlayer {
        height: 480px !important;
    }

.gall-content {
}

    .gall-content .gall-title, .video-detail .gall-title {
        color: #0c4da2;
        font-size: 20px;
        margin-bottom: 30px;
        text-align: center;
    }

    .gall-content > figure {
        border: 1px solid #d1d1d1;
        max-height: 450px;
        overflow: hidden;
        text-align: center;
    }

        .gall-content > figure img {
        }

    .gall-content .gall-thums {
        margin: 20px 45px;
    }

        .gall-content .gall-thums li {
            border: 1px solid #d1d1d1;
            list-style: outside none none;
            overflow: hidden;
            padding: 2px;
            text-align: center;
        }

            .gall-content .gall-thums li:hover {
                border: 1px solid #0c4da2;
            }

            .gall-content .gall-thums li img.img-responsive {
                height: 90px;
                margin: auto;
                width: auto;
            }

.related-gallery .related-title {
    clear: both;
    margin: 30px 0;
    overflow: hidden;
    position: relative;
}

    .related-gallery .related-title .text {
        color: #0c4da2;
        font-family: Arial;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
    }

        .related-gallery .related-title .text::after {
            border-bottom: 1px solid #ccc;
            bottom: 5px;
            content: "";
            margin-left: 5px;
            position: absolute;
            width: 100%;
        }

.gall-thums .owl-controls .owl-next, .gall-thums .owl-controls .owl-prev {
    color: #acacac;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    line-height: 10px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 40px;
}

.gallery-home .owl-controls .owl-next, .gall-thums .owl-controls .owl-next {
    background: rgba(0, 0, 0, 0) url("icon/icon-next.png") no-repeat scroll right center;
    right: -45px;
}

.gallery-home .owl-controls .owl-prev, .gall-thums .owl-controls .owl-prev {
    background: rgba(0, 0, 0, 0) url("icon/icon-prev.png") no-repeat scroll left center;
    left: -45px;
}

.article-detail.faq-item {
    width: 100%;
    float: left;
}

    .article-detail.faq-item .meta {
        border: none;
        margin: 0;
    }

    .article-detail.faq-item h1 {
        display: block;
        height: 0;
        text-indent: -9999px;
        visibility: hidden;
    }

    .article-detail.faq-item .faq-question {
        color: #0c4da2;
        display: block;
        font-family: Roboto;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.2;
        margin: 0;
        padding-bottom: 15px;
    }

.faq-other {
    float: left;
    margin-top: 25px;
    width: 100%;
}

    .faq-other.related-title {
        float: left;
        min-width: 150px;
        padding-top: 6px;
        width: 100%;
    }

        .faq-other .related-title .text {
            color: #0c4da2;
            font-size: 18px;
            font-weight: 600;
            text-transform: uppercase;
        }

    .faq-other .related-content {
        float: left;
        width: 100%;
    }

        .faq-other .related-content ul {
            list-style: outside none none;
        }

            .faq-other .related-content ul li {
                padding: 5px 0 5px 25px;
                position: relative;
            }

                .faq-other .related-content ul li::before {
                    color: #0c4da2;
                    content: "•";
                    font-size: 30px;
                    left: 0;
                    position: absolute;
                    top: -5px;
                }

                .faq-other .related-content ul li a {
                    color: #181100;
                    font-family: "Roboto";
                    font-size: 15px;
                }

                    .faq-other .related-content ul li a:hover {
                        color: #0c4da2;
                    }

                .faq-other .related-content ul li .date {
                    border: medium none;
                    color: #988461;
                    font-size: 12px;
                    position: static;
                    text-transform: none;
                    white-space: nowrap;
                }
/* #endregion */

/*#region ABOUT US*/
.about-listing .item-service.left {
    background: none;
}
/*#endregion*/

/* #region FOOTER */
footer {
    background: url(images/bg_footer.jpg) no-repeat center center;
    background-size: cover;
}

.main-footer {
    padding: 65px 0 50px;
}

.info-footer .logo-footer {
    float: left;
    margin-right: 30px;
}

.info-footer .info {
    color: #0c4da2;
}

    .info-footer .info .text {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 15px;
    }

    .info-footer .info address {
        margin: 0;
    }

        .info-footer .info address span {
            display: block;
        }

.control-footer a {
    border: 1px solid #0c4da2;
    color: #0c4da2;
    display: inline-block;
    font-size: 18px;
    padding: 20px 30px 20px 65px;
    text-align: center;
    width: 220px;
}

    .control-footer a.btn-contact {
        background: #f5f9fb url(images/icon_mail.png) no-repeat left 30px center;
        margin-right: 20px;
    }

    .control-footer a.btn-map {
        background: #f5f9fb url(images/icon_map.png) no-repeat left 30px center;
    }

.social-content, .design-content {
    float: left;
    width: 20%;
}

    .social-content .social {
        float: left;
        margin-top: 25px;
    }

.social a {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 20px;
    height: 35px;
    line-height: 1;
    margin-right: 10px;
    padding-top: 7px;
    text-align: center;
    width: 35px;
}

    .social a:hover {
        color: #ff000a;
    }

.footer {
    background: rgba(1, 78, 162, 0.8) none repeat scroll 0 0;
    color: #8dc6ff;
}

    .footer .copyrigh-content {
        float: left;
        padding: 10px 0 15px;
        text-align: center;
        width: 60%;
    }

        .footer .copyrigh-content > span {
            display: block;
            font-size: 12px;
        }

            .footer .copyrigh-content > span.author {
                color: #fff;
            }

    .footer .copyright {
        float: left;
        width: 20%;
        display: inline-block;
        font-size: 13px;
        font-weight: bold;
    }

        .footer .copyright > a {
            color: #fff;
        }

            .footer .copyright > a:hover {
                color: #ff000a;
            }

    .footer .design {
        color: #c9e4f7;
        display: inline-block;
        float: right;
        font-size: 12px;
        margin-top: 30px;
        text-align: right;
        text-transform: uppercase;
    }

        .footer .design > a {
            color: #c9e4f7;
        }


/* #endregion */

.RadAjax.RadAjax_Default {
    background-color: rgba(0, 0, 0, 0.5) !important;
    height: 100% !important;
    left: 0 !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
}

.histat {
    margin-top: 15px;
}

    .histat > p:first-child {
        color: #0c4da2;
        font-size: 18px;
    }
