﻿/* -------------- SKIN BOOTSTRAP FOR FIXED LAYOUT --------------*/

@charset "UTF-8";
@import url('css/cms.css');
@import url('css/lib.css');
@import url('lib/WOW/css/libs/animate.css');
@import url('./bootstrapv3/css/bootstrap-theme.min.css');
@import url('./bootstrapv3/css/bootstrap.css');
@import url('css/color.css');
@import url('css/effect_bv.css');
@import url('css/css_form.css');
@import url('font-awesome/css/font-awesome.css');
@import url('css/custom_formandlist.css');

#ControlBar, #ControlBar *, .actionMenu * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

@-ms-viewport {
    width: 1498px;
}

.container-fluid {
    padding: 0px;
}
/*.Normal
{
	padding:10px;
}*/

.container {
    max-width: none !important;
    width: 100%;
}

@media(min-width:1330px) {
    .container {
        width: 90%;
    }
}

@media(min-width:1100px ) and (max-width:1330px) {
    .container {
        width: 95%;
    }
}


#Body {
    max-width: 1498px;
    margin: 0 auto !important;
    padding-left: 80px !important;
}

    #Body html {
        font-family: Tahoma !important;
    }

.banner-image {
}

.element_box {
    background: url(../../../../Portals/6/Images/Homepage/menu-navi.png);
    height: 33px;
    text-align: right;
    padding-right: 10px;
    padding-left: 50px;
    background-repeat: no-repeat;
}



.dnnFormItem .selected-item a.selected-value {
    height: 35px !important;
}

.navbar {
    border-radius: 0px;
}

#navbar {
    white-space: nowrap;
}


.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    text-shadow: none;
    font-size: 14px;
    padding: 15px 7px;
}

@media (min-width: 1300px) {
    .navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
        font-size: 14px;
        padding: 15px 7px;
    }
}

.dnn_layout {
    margin: 0px auto;
    /*width: 1170px;*/
}

.clearfix {
    display: block;
}

.panel-title .Head {
    white-space: nowrap;
}

.dnnSortable {
}

.Cont_Container {
    margin: 0 auto;
}

.paneOutline {
    border: 1px solid #000;
}

.head_mid, .content_mid, .footer_mid {
    padding: 0px 20px;
}

.Login .loginGroup, .Login .registerGroup {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 5px 5px 5px;
    margin: 0px;
    height: 34px;
}

.Login {
    float: right;
}

.languageBox {
    float: right;
    white-space: nowrap;
    height: 34px;
    line-height: 34px;
    padding: 0px 15px;
}

    .languageBox span.selected img {
        filter: alpha(opacity=100);
        opacity: 1;
        box-shadow: 0 0 2px rgba(255,255,255,0.4);
        -moz-box-shadow: 0 0 2px rgba(255,255,255,0.4);
        -webkit-box-shadow: 0 0 2px rgba(255,255,255,0.4);
    }

    .languageBox span img {
        margin-right: 7px;
        filter: alpha(opacity=50);
        opacity: 0.5;
        vertical-align: middlea;
    }

    .languageBox img {
        width: 18px;
        height: 12px;
    }

ul.buttonGroup {
    list-style: none;
}

A, A:link {
    text-decoration: none;
    transition: color ease 300ms;
    -moz-transition: color ease 300ms;
    -webkit-transition: color ease 300ms;
    -o-transition: color ease 300ms;
    -ms-transition: color ease 300ms;
}

.Login, .Login a, .Login a:link, .Login a:active, .Login a:visited, .HeadPane .Normal, .HeadPane a, .HeadPane a:link, .HeadPane a:active, .HeadPane a:visited, .HeadPane a:hover, .header_element .icon {
    color: #ffffff;
    text-decoration: none;
}

HeadPane .Normal {
    color: #FFF;
    line-height: 34px;
    padding: 0px 15px;
}

.HeadPane {
    float: right;
    height: 34px;
    line-height: 34px;
}

/*FOMR CSS*/
.lable-form {
    text-align: right;
}

.require {
    color: red !important;
}

.form-group {
    margin: 5px;
    content: " ";
    display: table;
    clear: both;
}

.modalBackground {
    background-position: top;
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
    margin: 0px 0px 0px 0px;
    margin-top: 0px;
    margin-left: 0px;
    z-index: 1000;
}

.chuy {
    color: Red;
}

    .chuy ul {
        background-color: #f2dede;
        margin: 0px;
        border-radius: 3px;
    }

    .chuy li {
        list-style: none;
        padding: 10px;
    }

.cssTdLeft {
    text-align: right;
}

.panel {
    margin-bottom: 5px;
}

#carousel-example-generic {
    margin-bottom: 5px;
}

.panel-none-title {
    margin-right: 0;
    margin-left: 0;
    background-color: #fff;
    /*border-color: #ddd;*/
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    padding: 10px;
}

.table-header td {
    vertical-align: middle !important;
}

.table-header {
    font-weight: normal;
    text-transform: normal;
    font-family: Tahoma;
    font-size: 13px;
    color: #555;
    font-weight: bold;
    vertical-align: middle;
}

a.link-data-grird {
    display: inline-flex;
    margin-top: 15px;
    margin-left: 10px;
    color: #4a90e2;
    text-decoration: none;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

.item-title-question {
    color: #000000;
}


.banner-image-reposive {
    max-width: 100%;
}

ul#ControlActionMenu > li a, ul#ControlNav > li > a, ul#ControlEditPageMenu > li > a {
    white-space: nowrap;
}

/*Tiện ích*/
.tienich-item {
    border: 1px solid #EFE1E1;
    border-radius: 2px;
    margin-bottom: 2px;
}


.LeftBanner {
    padding-top: 10px;
    /*padding-left:40px !important;
	padding-right:0px !important;
    */
    padding-bottom: 0px !important;
}

.banner-main-search input.search-main-input, .banner-main-search .btn {
    border-radius: 0px !important;
}

.registerGroup ul {
    margin-left: 0px;
}

.registerGroup a {
    color: White !important;
}

.loginGroup a {
    color: White !important;
}

.dnnFormPopup .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .row .control-label {
    line-height: 37px;
}
/*.custom_control_dnndatetime
 {
     padding:0px 0px 0px 
 }*/
.img-hinhanh {
    border: 2px solid #EAE4E4;
    border-radius: 4px;
    box-shadow: 0px 0px 2px #D7D7D7;
}

.group-panel-dvyt {
    padding: 10px 0px 10px 0px;
    border-left: 4px solid #e82583;
    border-radius: 2px;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.header-group-panel-dvyt {
    color: #e82583;
}

.form-search-dvyt {
    padding-top: 10px;
    padding-left: 10px;
}

.btn-right-form-search-dvyt {
    margin-top: 10px !important;
    margin-right: 10px !important;
}

.icon-datlich {
    color: #E82583;
    font-size: 20px;
}

.icon-xoa {
    color: red;
    font-size: 20px;
}

.icon-xem {
    color: #CBB6C0;
    font-size: 20px;
}

.icon-sua {
    color: #F57010;
    font-size: 18px;
}

.btn-pink {
    background: #E82583 !important;
    color: #fff !important;
    text-shadow: 0px !important;
    border-color: #E82583;
}

    .btn-pink:hover, .btn-pink:active, .btn-pink.active {
        background: #ED83B6 !important;
        border-color: #F0AFCF;
        color: #F0EFEF !important;
    }

/*Animation bg multi*/
.animation-bg {
    z-index: 2;
    height: 100%;
    background: url("../../../../Portals/0/Images/Homepage/banner-image.png") no-repeat;
    position: absolute;
    width: 100%;
    height: 170px;
}

.backgroundimg {
    position: absolute;
    width: 100%;
    height: 170px;
}

#back1 {
    background: url("../../../../Portals/0/Images/Homepage/bg1.png") no-repeat;
}

#back2 {
    background: url("../../../../Portals/0/Images/Homepage/bg2.png") no-repeat;
}


@keyframes backgroundchangeFadeInOut {
    0% {
        opacity: 1;
    }

    17% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    92% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes backgroundchangeFadeInOut {
    0% {
        opacity: 1;
    }

    17% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    92% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#backgroundchange div:nth-of-type(1) {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

#backgroundchange div:nth-of-type(2) {
    animation-delay: 7s;
    -webkit-animation-delay: 7s;
}

#backgroundchange div {
    animation-name: backgroundchangeFadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 14s;
    -webkit-animation-name: backgroundchangeFadeInOut;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 14s;
}

/*------------------------------------------------*/
/* TO TOP */
/*------------------------------------------------*/
#to_top {
    transition: background-color ease-in 200ms;
    -moz-transition: background-color ease-in 200ms;
    -webkit-transition: background-color ease-in 200ms;
    -o-transition: background-color ease-in 200ms;
    -ms-transition: background-color ease-in 200ms;
    display: block;
    position: fixed;
    right: 20px;
    bottom: 1px;
    z-index: 1000;
    padding: 15px 15px;
    z-index: 2;
    font-size: 0px;
    text-align: center;
    float: right;
    cursor: pointer;
    margin: 0px 0px 0px 0px;
}

    #to_top .to_topimg {
        background-image: url("Images/backtotop.png");
        background-repeat: no-repeat;
        background-position: 0px 0px;
        height: 7px;
        width: 14px;
    }

/*
	Footer
*/
.footer-infomation-item {
}

    .footer-infomation-item .item-info {
        margin-bottom: 4px;
    }

        .footer-infomation-item .item-info .fa {
            margin-right: 15px;
            margin-left: 15px;
        }

            .footer-infomation-item .item-info .fa.fa-info-circle {
                font-size: 20px;
            }

            .footer-infomation-item .item-info .fa.fa-home {
                font-size: 23px;
            }

            .footer-infomation-item .item-info .fa.fa-mobile {
                font-size: 30px;
                margin-left: 20px;
                margin-right: 16px;
            }

            .footer-infomation-item .item-info .fa.fa-ambulance {
                font-size: 20px;
            }

            .footer-infomation-item .item-info .fa.fa-fax {
                font-size: 20px;
            }

            .footer-infomation-item .item-info .fa.fa-envelope-o {
                font-size: 20px;
            }

.skyonlinesuport img {
    margin: 0px !important;
    float: left;
}
/*
    Custom Menu Home trang chu
*/
ul.fixed-menu > li:first-child > a {
    padding: 0px !important;
    content: "";
    visibility: hidden;
    word-spacing: -999px;
    letter-spacing: -999px;
    height: 50px;
    margin-left: 0px;
}



    ul.fixed-menu > li:first-child > a:after {
    }

ul.fixed-menu > li:first-child.active > a:before {
    background: #fff;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
    -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,0.25);
    box-shadow: inset 0 3px 9px rgba(0,0,0,0.25);
}

.banner-main-search {
    z-index: 2;
}

ul.fixed-menu > li:first-child.active > a:before {
    background: #ffffff;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
    -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,0.25);
    box-shadow: inset 0 3px 9px rgba(0,0,0,0.25);
}

div div.Normal {
    padding-bottom: 5px;
}

.Tieudecauhoi {
    width: 350px;
}

table.module-form-control tr td.form-inline input {
    margin-bottom: 5px;
}

li.css_tintuc_link_title1 {
    padding-bottom: 4px;
}

.css_tintuc_link_title1 a {
    font-size: 14px !important;
}

h2.dnnFormSectionHead {
    font-size: 24px;
}

/*Phone in menu*/
@media only screen and (max-width: 915px) {
    .contact_phone {
        position: absolute;
        z-index: 9999;
        top: 11px;
        left: 15px;
    }

        .contact_phone a {
            color: #FFF !important;
            font-size: 18px;
        }

    .phone {
        color: #FFF;
        font-size: 19px;
    }
}

@media only screen and (max-width: 650px) {
    .contact_phone {
        position: absolute;
        z-index: 9999;
        top: 5px;
        left: 15px;
    }

        .contact_phone a {
            color: #FFF !important;
            font-size: 17px;
        }

    .phone {
        color: #FFF;
        font-size: 18px;
    }
}


/*Reponsive*/

/*Lien he gop y*/
@media only screen and (max-width: 600px) {
    .element_box {
        padding-left: 35px;
        padding-right: 3px;
        height: 30px;
    }

    .registerGroup, .loginGroup {
        height: 30px !important;
        font-size: 13px;
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
}

@media only screen and (max-width: 450px) {
    .element_box {
        padding-left: 35px;
        padding-right: 0px;
        height: 24px;
    }

    .registerGroup, .loginGroup {
        height: 24px !important;
        font-size: 12px;
    }

    .Login .loginGroup, .Login .registerGroup {
        padding: 3px 5px 0px 5px !important;
    }
}
/*End*/

/*Img banner*/
@media only screen and (max-width: 450px) {
    .img3 {
        display: none;
    }

    .img4 {
        display: block;
    }
}

@media only screen and (min-width: 450px) {
    .img3 {
        display: block;
    }

    .img4 {
        display: none;
    }
}
/*End*/

/*Menu*/
.navbar {
    margin-bottom: 1px;
}

@media only screen and (min-width: 915px) and (max-width: 1200px) {
    nav.menu2 div.container {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

        nav.menu2 div.container ul.fixed-menu > li:first-child > a {
            margin-left: 0px !important;
        }

        nav.menu2 div.container .nav > li > a {
            padding-left: 5px !important;
            padding-right: 5px !important;
        }
}

/*Show icon trang chu*/
@media only screen and (min-width: 915px) {
    ul.fixed-menu > li:first-child > a:before {
        content: "";
        width: 50px;
        height: 50px;
        visibility: visible;
        display: block;
        word-spacing: normal;
        letter-spacing: normal;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f015";
        position: relative;
        font-size: 30px;
        padding-top: 8px;
        text-align: center;
        color: #fff;
    }
}

@media only screen and (max-width: 915px) {
    nav.menu2 {
        display: none;
    }

    nav.menu1 {
        display: block;
    }


    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    .menu1 button {
        border-radius: 2px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 915px) {
    .menu1 .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    /*.menu1 ul{
          background-image: linear-gradient(to bottom,#4a90e2 0,#4a90e2 100%);
    }*/

    div.menu_phone > div.navbar-collapse {
        background: #5b9bd5;
    }

        div.menu_phone > div.navbar-collapse > ul.navbar-nav > li {
            border-bottom: 1px solid #fff;
            border-left: 1px solid #fff;
            border-right: 1px solid #fff;
        }
            /*div.menu_phone > div.navbar-collapse >ul.navbar-nav> li>a
    {
        color:#fff;
        background: #4a90e2;
        font-size:15px;
        text-shadow:none;
        
    }
    div.menu_phone > div.navbar-collapse >ul.navbar-nav> li.active >a,
    div.menu_phone > div.navbar-collapse >ul.navbar-nav> li:hover >a,
    div.menu_phone > div.navbar-collapse >ul.navbar-nav> li.open >a,
    div.menu_phone > div.navbar-collapse >ul.navbar-nav> li:focus >a{
        background: #FFFFFF;
        color: #003588;
    }*/
            div.menu_phone > div.navbar-collapse > ul.navbar-nav > li ul.dropdown-menu li > a {
                color: #fff;
                font-size: 15px;
                text-shadow: none;
                /* border-top: 1px solid #ff0a0a;*/
                padding: 7px 15px 7px 35px;
            }

            div.menu_phone > div.navbar-collapse > ul.navbar-nav > li ul.dropdown-menu {
                padding: 0px;
            }

                div.menu_phone > div.navbar-collapse > ul.navbar-nav > li ul.dropdown-menu ul.dropdown-menu.level2 li a {
                    padding-left: 30px;
                }

                div.menu_phone > div.navbar-collapse > ul.navbar-nav > li ul.dropdown-menu ul.dropdown-menu.level3 li a {
                    padding-left: 30px;
                }

                div.menu_phone > div.navbar-collapse > ul.navbar-nav > li ul.dropdown-menu .dropdown-submenu .dropdown-menu li a {
                    padding: 7px 15px 7px 50px;
                }

                div.menu_phone > div.navbar-collapse > ul.navbar-nav > li ul.dropdown-menu li:hover > a,
                div.menu_phone > div.navbar-collapse > ul.navbar-nav > li ul.dropdown-menu li.active > a,
                div.menu_phone > div.navbar-collapse > ul.navbar-nav > li ul.dropdown-menu li:focus > a,
                div.menu_phone > div.navbar-collapse > ul.navbar-nav > li ul.dropdown-menu li.open > a {
                    background: #FFFFFF;
                    color: #003667;
                }

    div.menu_phone .dropdown-submenu > a:after {
        margin-top: 6px;
    }
    /*Change icon =>text menu*/
    ul.fixed-menu > li:first-child > a {
        padding: 10px 10px 10px 15px !important;
        content: "Trang chủ";
        visibility: visible;
        word-spacing: normal;
        letter-spacing: normal;
        height: inherit;
        margin-left: inherit;
    }

    /*Change margin-top & margin-bottom menu*/
    .navbar-nav {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 915px) {
    nav.menu2 {
        display: block;
    }

    nav.menu1 {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-toggle {
        border-radius: 2px;
    }
}

@media only screen and (max-width: 650px) {
    .navbar {
        min-height: 41px;
    }

    .navbar-toggle {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 650px) {
    .navbar {
        min-height: 34px;
    }

    .navbar-toggle {
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 6px 7px;
    }
}

@media only screen and (max-width: 650px) {
    .navbar {
        min-height: 32px;
    }

    .navbar-toggle {
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 5px 6px;
    }
}

@media(min-width:1170px) {
    #wrapper {
        padding-left: 0px;
    }

        #wrapper.toggled {
            padding-left: 0;
        }

    #sidebar-wrapper {
        width: 0px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    /*Menu for phone*/


    div.menu_phone > div.navbar-collapse > ul.navbar-nav > li {
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }

        div.menu_phone > div.navbar-collapse > ul.navbar-nav > li > a {
            color: #fff;
            font-size: 15px;
            text-shadow: none;
        }

        div.menu_phone > div.navbar-collapse > ul.navbar-nav > li.active > a,
        div.menu_phone > div.navbar-collapse > ul.navbar-nav > li:hover > a,
        div.menu_phone > div.navbar-collapse > ul.navbar-nav > li.open > a,
        div.menu_phone > div.navbar-collapse > ul.navbar-nav > li:focus > a {
            background: transparent;
            color: white;
        }

        div.menu_phone > div.navbar-collapse > ul.navbar-nav > li ul.dropdown-menu li > a {
            color: #fff;
            font-size: 15px;
            text-shadow: none;
            border-top: 1px solid #ffffff;
            padding: 7px 15px 7px 35px;
        }

        div.menu_phone > div.navbar-collapse > ul.navbar-nav > li ul.dropdown-menu {
            padding: 0px;
        }

        div.menu_phone > div.navbar-collapse > ul.navbar-nav > li ul.level1 {
            background-color: #0260a7;
        }

        div.menu_phone > div.navbar-collapse > ul.navbar-nav > li ul.level2 {
            background-color: #02487e;
        }

        div.menu_phone > div.navbar-collapse > ul.navbar-nav > li ul.level3 {
            background-color: #03375f;
        }


        div.menu_phone > div.navbar-collapse > ul.navbar-nav > li ul.dropdown-menu ul.dropdown-menu.level2 li a {
            padding-left: 55px;
        }

        div.menu_phone > div.navbar-collapse > ul.navbar-nav > li ul.dropdown-menu ul.dropdown-menu.level3 li a {
            padding-left: 75px;
        }

        div.menu_phone > div.navbar-collapse > ul.navbar-nav > li ul.dropdown-menu .dropdown-submenu .dropdown-menu li a {
            padding: 7px 15px 7px 50px;
        }

        div.menu_phone > div.navbar-collapse > ul.navbar-nav > li ul.dropdown-menu li:hover > a,
        div.menu_phone > div.navbar-collapse > ul.navbar-nav > li ul.dropdown-menu li.active > a,
        div.menu_phone > div.navbar-collapse > ul.navbar-nav > li ul.dropdown-menu li:focus > a,
        div.menu_phone > div.navbar-collapse > ul.navbar-nav > li ul.dropdown-menu li.open > a {
            background: transparent;
            color: #fff;
        }

    div.menu_phone .dropdown-submenu > a:after {
        margin-top: 6px;
    }
    /*Change icon =>text menu*/
    ul.fixed-menu > li:first-child > a {
        padding: 10px 10px 10px 15px !important;
        content: "Trang chủ";
        visibility: visible;
        word-spacing: normal;
        letter-spacing: normal;
        height: inherit;
        margin-left: inherit;
    }

    /*Change margin-top & margin-bottom menu*/
    .navbar-nav {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 768px) {
    .dropdown-menu {
        padding: 0px;
    }

    .dropdown {
        position: relative;
    }

        .dropdown.level2 > .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -2px;
            margin-left: -1px;
            -webkit-border-radius: 0 6px 6px 6px;
            -moz-border-radius: 0 6px 6px;
            border-radius: 0 6px 6px 6px;
        }

        .dropdown.level3 > .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -2px;
            margin-left: -1px;
            -webkit-border-radius: 0 6px 6px 6px;
            -moz-border-radius: 0 6px 6px;
            border-radius: 0 6px 6px 6px;
        }

        .dropdown:hover > .dropdown-menu {
            display: block;
        }

        .dropdown:hover > a:after {
            border-left-color: #fff;
        }

        .dropdown.pull-left {
            float: none;
        }

            .dropdown.pull-left > .dropdown-menu {
                left: -100%;
                margin-left: 10px;
                -webkit-border-radius: 6px 0 6px 6px;
                -moz-border-radius: 6px 0 6px 6px;
                border-radius: 6px 0 6px 6px;
            }
}

@media only screen and (max-width: 450px) {
    div.menu_phone > div.navbar-collapse > ul.navbar-nav > li > a {
        font-size: 14px;
    }

    ul.fixed-menu > li:first-child > a {
        padding: 8px 10px 8px 15px !important;
    }

    .navbar-nav > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}
/*End*/

/*Slider*/
@media only screen and (min-width: 650px) {
    .image_main {
        width: 100% !important;
    }
}

@media only screen and (max-width: 650px) {
    div#content div.border_box div.box_skitter {
        height: 270px !important;
    }

        div#content div.border_box div.box_skitter div.container_skitter {
            height: 270px !important;
        }

    .box_skitter .label_skitter p {
        padding: 7px !important;
        margin-bottom: 10px !important;
        font: normal 17px arial,tahoma !important;
    }
}

@media only screen and (max-width: 500px) {
    div#content div.border_box div.box_skitter {
        height: 250px !important;
    }

        div#content div.border_box div.box_skitter div.container_skitter {
            height: 250px !important;
        }

    .box_skitter .label_skitter p {
        padding: 5px !important;
        margin-bottom: 11px !important;
        font: normal 16px arial,tahoma !important;
    }
}

/*End*/
/*Tin tuc*/
.css_tintuc_right {
    padding-top: 4px;
}

@media only screen and (max-width:400px) {
    h4 .css_tintuc_link_title {
        font-size: 15px;
    }

    .css_tieude_con .panel-none-title .btn-group .btn {
        padding: 5px 5px;
    }

    .css_tintuc_right {
        line-height: 25px;
    }
}

@media only screen and (min-width:991px) and (max-width:1110px) {
    h4 .css_tintuc_link_title {
        font-size: 15px;
    }

    .css_tieude_con .panel-none-title .btn-group .btn {
        padding: 5px 5px;
    }
}

@media only screen and (max-width:700px) {
    .VietAdTooltip {
        display: none !important;
    }
}
/*End*/


/*Dich vu ky thuat*/
@media only screen and (max-width:1110px) {
    .green-border-bottom-background .panel-heading .panel-title .Head {
        font-size: 14px !important;
    }
}

/*End*/

/*Thong tin benh vien*/
@media only screen and (max-width:767px) {
    div.footer_container {
        margin-top: 5px;
        padding-top: 0px;
    }
}

@media only screen and (max-width:1170px) and (min-width:991px) {
    .footer_container .col-md-2 img.logo-footer {
        margin-left: 20px !important;
        margin-top: 10px !important;
    }
}

@media only screen and (max-width:991px) and (min-width:768px) {
    .footer_container .col-md-2 img.logo-footer {
        margin-left: 5px !important;
        margin-top: 10px !important;
    }

    .footer_container {
        margin-top: 10px;
        padding-top: 5px;
        border-top: 5px solid #5B9BD5;
        border-radius: 10px 10px 0px 0px;
        border-bottom: 1px solid #F0F0F0;
        border-left: 1px solid #F0F0F0;
        border-right: 1px solid #F0F0F0;
    }

    .Diachi {
        width: 75% !important;
    }
}

@media only screen and (max-width:768px) {
    .logo-footer {
        display: none;
    }

    .name_benhvien {
        text-align: center;
        margin-top: 10px;
    }

    .Diachi {
        width: 100% !important;
    }
}
/*End*/
/*Thong ke truy cap*/
@media only screen and (max-width:991px) {
    .thongketruycap {
        display: none;
    }

    #contentWrapper .thongketruycap {
        padding-top: 5px;
        border-radius: 8px;
        border-top: 5px solid #5B9BD5;
        padding-left: 40px !important;
        padding-bottom: 10px;
    }
}
/*End*/


/*Tien ich*/
.tienich-item img {
    width: 100%;
}

@media only screen and (max-width:991px) {
    .tienich-item {
        float: left;
        width: 49.9%
    }
}

@media only screen and (min-width:991px) {
    .tienich-item {
        float: none;
        width: 100%
    }
}

@media only screen and (max-width:500px) {
    .tienich-item {
        float: none;
        width: 100%
    }
}
/*End*/


/*Gmap*/
@media only screen and (max-width:991px) and (min-width: 650px) {
    .gmap {
        height: 370px !important;
    }

    .iframe_gmap {
        height: 370px;
    }
}

@media only screen and (max-width:650px) and (min-width: 400px) {
    .gmap {
        height: 300px !important;
    }

    .iframe_gmap {
        height: 300px;
    }
}
/*End*/


/*Thu vien anh*/
@media only screen and (max-width:1100px) {
    .list_carousel_scrolling .caroufredsel_wrapper {
        height: 95px !important;
    }
}

@media only screen and (max-width:991px) {
    .list_carousel_scrolling .caroufredsel_wrapper {
        height: 92px !important;
    }
}

@media only screen and (max-width:900px) {
    .list_carousel_scrolling .caroufredsel_wrapper {
        height: 87px !important;
    }
}

@media only screen and (max-width:550px) {
    .list_carousel_scrolling .caroufredsel_wrapper {
        height: 80px !important;
    }
}

@media only screen and (max-width:510px) {
    .list_carousel_scrolling .caroufredsel_wrapper {
        height: 88px !important;
    }
}

@media only screen and (max-width:460px) {
    .list_carousel_scrolling .caroufredsel_wrapper {
        height: 82px !important;
    }
}

@media only screen and (max-width:389px) {
    .list_carousel_scrolling .caroufredsel_wrapper {
        height: 90px !important;
    }
}

@media only screen and (max-width:350px) {
    .list_carousel_scrolling .caroufredsel_wrapper {
        height: 78px !important;
    }
}
/*End*/

/*Ds tin tuc*/
@media only screen and (max-width:600px) {
    .css_txt_Tomtat .item-news-chuyenmuc {
        text-align: left !important;
    }

    .css_tintuc_link_title_chuyenmuc a {
        font-size: 18px;
    }
}

@media only screen and (max-width:400px) {
    .css_tintuc_link_title_chuyenmuc a {
        font-size: 17px;
    }
}
/*End*/

/*Tin chi tiet*/
@media only screen and (max-width:600px) {
    .cms_divTieuDe {
        font-size: 18px;
    }

    .cssNoiDung {
        overflow: auto;
    }

        .cssNoiDung table {
            width: 100% !important;
        }

            .cssNoiDung table span img, .cssNoiDung table img {
                width: 100% !important;
            }
}

@media only screen and (max-width:400px) {
    .cms_divTieuDe {
        font-size: 17px;
    }
}

/*Tin lien quan*/

@media only screen and (max-width:1048px) {
    li.css_tintuc_link_title1 {
        padding-bottom: 7px;
    }

    .css_tintuc_link_title1 a {
        font-size: 14px !important;
    }
}
/*End*/

/*Bang gia dich vu*/
@media only screen and (min-width:700px) {
    div.dnnFormAndList div.dnnForm.dnnClear table.PagingTable tr td:nth-child(2n) {
        position: absolute;
        right: 0px;
    }
}

@media only screen and (max-width:700px) {
    div.dnnFormAndList div.dnnForm.dnnClear div {
        overflow: auto;
    }

    div.dnnFormAndList div.dnnForm.dnnClear table.PagingTable tr td:first-child {
        display: none;
    }
}

@media only screen and (max-width:400px) {
    .green-border-bottom .panel-heading .panel-title .Head {
        font-size: 14px !important;
    }

    div.dnnFormAndList div.dnnForm.dnnClear table.PagingTable tr td:nth-child(2n) span:first-child, div.dnnFormAndList div.dnnForm.dnnClear table.PagingTable tr td:nth-child(2n) a:first-child, div.dnnFormAndList div.dnnForm.dnnClear table.PagingTable tr td:nth-child(2n) a:last-child {
        display: none;
    }

    div.dnnFormAndList div.dnnForm.dnnClear table.PagingTable tr td:nth-child(2n) a:first-child {
        display: none;
    }
}
/*End*/


/*Hoi dap*/
@media only screen and (max-width:400px) {
    .Tieudecauhoi {
        width: 200px;
    }

    td.cssTdRight > table > tbody > tr > td > div > div > div:first-child table tbody tr td table tbody tr td:first-child {
        display: none !important;
    }

    table.module-form-control tbody tr td.cssTdLeft {
        width: 26%;
    }
}
/*End*/

/*Gop y*/
@media only screen and (max-width:768px) {
    h2.dnnFormSectionHead {
        font-size: 22px;
    }
}
/*End*/

/*An hien phan tu*/
@media only screen and (max-width:991px) {
    /*Dich vu ky thuat*/
    .DnnModule-576 {
        display: none;
    }
    /*Tien ich*/
    .DnnModule-536 {
        display: none;
    }

    .tienich-item {
        display: none;
    }
    /*Tin moi*/
    .DnnModule-NEWSHinthtinnibt {
        display: none;
    }
    /*Don vi truc thuoc*/
    .DnnModule-DonViTrucThuoc {
        display: none;
    }
    /*Hoi dap suc khoe*/
    .DnnModule-DNN_HTML div a img {
        display: none;
    }
    /*Tim kiem*/
    .DnnModule-Search_News {
    }
    /*Lien ket*/
    .DnnModule-Link {
        display: none;
    }
}

@media only screen and (max-width:500px) {
    .Login .loginGroup {
        display: none;
    }
}
/*End*/
.banner_img1, .banner_img2, .banner_img3, .banner_img4 {
    display: none;
}
/*Img banner*/

.banner_img1 {
    display: block;
}


@media (max-width: 991px) and (min-width: 850px) {
    .banner_img1 {
        display: none;
    }

    .banner_img2 {
        display: block;
    }

    .banner_img3 {
        display: none;
    }

    .banner_img4 {
        display: none;
    }
}

@media (max-width: 849px) and (min-width: 550px) {
    .banner_img1 {
        display: none;
    }

    .banner_img2 {
        display: none;
    }

    .banner_img3 {
        display: block;
    }

    .banner_img4 {
        display: none;
    }
}

@media (max-width: 549px) {
    .banner_img1 {
        display: none;
    }

    .banner_img2 {
        display: none;
    }

    .banner_img3 {
        display: none;
    }

    .banner_img4 {
        display: block;
    }
}
/*End*/


/*Tin tieu diem*/
/*Tin chinh*/
@media only screen and (max-width: 600px) {
    #featured1 .imgTNB {
        width: 250px;
        height: 188px;
    }

    #featured1 .info {
        left: 260px !important;
        height: 195px !important;
    }

    #featured1 .ui-tabs-panel {
        height: 195px;
    }
}

@media only screen and (max-width: 500px) {
    #featured1 .imgTNB {
        width: 210px;
        height: 160px;
    }

    #featured1 .info {
        left: 219px !important;
        height: 165px !important;
    }

    #featured1 .ui-tabs-panel {
        height: 170px;
    }
}

@media only screen and (max-width: 450px) {
    #featured1 .imgTNB {
        width: 100%;
        height: 170px;
    }

    #featured1 .info {
        left: 0px !important;
        height: 140px !important;
        position: static !important;
    }

    #featured1 .ui-tabs-panel {
        height: 295px;
    }
}
/*Tin phu*/
@media only screen and (max-width:600px) {
    #featured1 ul.ui-tabs-nav li {
        min-width: 170px;
    }
}

@media only screen and (max-width:550px) {
    #featured1 ul.ui-tabs-nav li {
        min-width: 160px;
    }
}

@media only screen and (max-width:520px) {
    #featured1 ul.ui-tabs-nav li {
        min-width: 150px;
    }
}

@media only screen and (max-width:490px) {
    #featured1 ul.ui-tabs-nav li {
        min-width: 210px;
    }
}

@media only screen and (max-width:460px) {
    #featured1 ul.ui-tabs-nav li {
        min-width: 190px;
    }
}

@media only screen and (max-width:430px) {
    #featured1 ul.ui-tabs-nav li {
        min-width: 180px;
    }
}

@media only screen and (max-width:400px) {
    #featured1 ul.ui-tabs-nav li {
        min-width: 165px;
    }
}

@media only screen and (max-width:370px) {
    #featured1 ul.ui-tabs-nav li {
        min-width: 160px;
    }
}

@media only screen and (max-width:350px) {
    #featured1 ul.ui-tabs-nav li {
        min-width: 150px;
    }
}
/*End*/

/*Menu Mobile*/
@media (max-width: 767px) {
    .navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: fff !important;
        background: transparent !important;
    }
}

/*CSS Menu Responsive bổ sung. Không đè lên Css này*/

@media only screen and (max-width: 915px) and (min-width: 768px) {
    div .menu_phone > div.navbar-collapse > ul.navbar-nav > li > a {
        color: #fff;
        background: #0071c5;
        font-size: 15px;
        text-shadow: none;
    }

    .menu1 ul {
        background-image: linear-gradient(to bottom, #0160a7 0, #0160a7 100%);
    }
}
/*End*/
