.ImageSlideShowHorizontal ul li img{
        width: 100%;
}
.ArticleDetailControl .table td, .table th{
        border: 1px solid #dee2e6;
}
.ArticleInMenu .table td, .table th{
        border: 1px solid #dee2e6;
}
.MenuNavigation .NavContainer li:not(:last-child){
        display:none;
}
.ArticleDetailControl .ArticleContent iframe {
        width: 100%;
        height: 500px;
        text-align: center;
}
.ArticleInMenu .Pagination {
        text-align: center;
        margin-top: 10px;
}
.ArticleInMenu  .Pagination a {
        display: inline-block;
        margin: 0 5px;
        padding: 5px 10px;
        background-color: #f0f0f0;
        border: 1px solid #ccc;
        text-decoration: none;
        color: #333;
}
.ArticleInMenu  .Pagination a.Active {
        background-color: #007bff;
        color: #fff;
        border: 1px solid #007bff;
}
.ArticleInMenu  .ArrowButton {
        font-size: 18px;
        line-height: 1;
}
.ArticleInMenu  .LeftArrow {
        margin-right: 10px;
}
.ArticleInMenu  .RightArrow {
        margin-left: 10px;
}
.SliderFeature .LeftPanel a{
        height: 100% !important;
        display: block;
        position:relative;
}
.SliderFeature .LeftCol .LeftPanel img{
        z-index:0 !important;
}
.SliderFeature .LeftCol .text{
        pointer-events: none;
}
.admb-5{
        padding-bottom:10px;
        width:100%;
}
.PageConfig>table>tbody>tr>.ConfigBar{
        display:none;
}
.menu-list-expand::before {
        text-rendering: auto;
        content: "\e5cc";
        font-size: 25px;
        font-family: 'Material Icons';
        font-weight: 900;
        color : white;
}
.menu-list-expand {
        display: inline-block;
        position: absolute;
        cursor: pointer;
        right:5px;
        top:0;
}
.ArticleDetailControl .bm-player .progress {
        background: coral;
        width: 0%;
        height: 100%;
        transition: 0.25s;
        border-radius: 6px;
}
.ArticleDetailControl .bm-player .alltime {
        position: absolute;
        height: 5px;
        top: 45%;
        width: 100%;
        background: #738fa6;
        border-radius: 6px;
        /* box-shadow: 0 2px 10px 0 #0008; */
}
.ArticleDetailControl .bm-player .timeline {
        position: relative;
        cursor: pointer;
        width: 80%;
        margin: 0 auto;
        display:none;
}
.ArticleDetailControl .bm-player  .left {
        display: flex;
        flex-grow: 1;
}
.ArticleDetailControl .bm-player  .play-button {
        margin-top: 4%;
        border: none;
        background: white;
}
.ArticleDetailControl .fa-solid{
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
}
.ArticleDetailControl .bm-player .fa-solid:before {
        font-family: "Font Awesome 5 Pro";
        font-style: normal;
        font-weight: 600;
        speak: never;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1.5em;
        -webkit-font-smoothing: antialiased;
        content: "\f028";
        color:blue;
}
.ArticleDetailControl .bm-player  .play-button:hover i {
        color: #212529;
}
.ArticleDetailControl .bm-player  .mute-wrap:hover .volume-slider {
        width: 62px;
        margin-right: 10px;
}
.ArticleDetailControl .bm-player .fi-volume-slash:before {
        content: "\f2e2";
}
.ArticleDetailControl .bm-player .fi-pause:before {
        content: "\f6a9" !important;
        color:red;
}
.ArticleDetailControl .bm-player .mute-wrap {
        /*display: flex;*/
        display:none;
}
.ArticleDetailControl .bm-player  .mute-button {
        padding: 0 16px 0 8px;
        border: none;
}
.ArticleDetailControl .bm-player  .mute-button i {
        color: #495057;
}
.ArticleDetailControl .bm-player  .mute-button:hover i {
        color: #212529;
}
.ArticleDetailControl .bm-player  .volume-slider {
        width: 0;
        display: flex;
        position: relative;
        overflow: hidden;
        margin-right: 0;
        cursor: pointer;
        transition: all .15s linear;
}
.ArticleDetailControl .bm-player  .volume-slider .volume-slider-handle {
        position: absolute;
        top: 50%;
        width: 12px;
        height: 6px;
        border-radius: 6px;
        margin-top: -6px;
        background-color: black;
        z-index: 999;
}
.ArticleInMenuNew .bm-player .progress {
        background: coral;
        width: 0%;
        height: 100%;
        transition: 0.25s;
        border-radius: 6px;
}
.ArticleInMenuNew .bm-player .alltime {
        position: absolute;
        height: 5px;
        top: 45%;
        width: 100%;
        background: #738fa6;
        border-radius: 6px;
        /* box-shadow: 0 2px 10px 0 #0008; */
}
.ArticleInMenuNew .bm-player .timeline {
        position: relative;
        cursor: pointer;
        width: 80%;
        margin: 0 auto;
        display:none;
}
.ArticleInMenuNew .bm-player  {
        position: relative;
        transition: all .15s linear;
        display: flex;
        justify-content: space-between;
        /*height: 60px;*/
        font-size: 0;
        /* background-color: #f8f9fa; */
        /*margin-top: 16px;*/
        /*border: 1px solid #dee2e6;*/
}
.ArticleInMenuNew .bm-player  .left {
        display: flex;
        flex-grow: 1;
}
.ArticleInMenuNew .bm-player  .play-button {
        margin-top: 4%;
        border: none;
        background: white;
}
.ArticleInMenuNew .fa-solid{
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
}
.ArticleInMenuNew .bm-player .fa-solid:before {
        font-family: "Font Awesome 5 Pro";
        font-style: normal;
        font-weight: 600;
        speak: never;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1.5em;
        -webkit-font-smoothing: antialiased;
        content: "\f028";
        color:blue;
}
.ArticleInMenuNew .bm-player  .play-button:hover i {
        color: #212529;
}
.ArticleInMenuNew .bm-player  .mute-wrap:hover .volume-slider {
        width: 62px;
        margin-right: 10px;
}
.ArticleInMenuNew .bm-player .fi-volume-slash:before {
        content: "\f2e2";
}
.ArticleInMenuNew .bm-player .fi-pause:before {
        content: "\f6a9" !important;
        color:red;
}
.ArticleInMenuNew .bm-player .mute-wrap {
        /*display: flex;*/
        display:none;
}
.ArticleInMenuNew .bm-player  .mute-button {
        padding: 0 16px 0 8px;
        border: none;
}
.ArticleInMenuNew .bm-player  .mute-button i {
        color: #495057;
}
.ArticleInMenuNew .bm-player  .mute-button:hover i {
        color: #212529;
}
.ArticleInMenuNew .bm-player  .volume-slider {
        width: 0;
        display: flex;
        position: relative;
        overflow: hidden;
        margin-right: 0;
        cursor: pointer;
        transition: all .15s linear;
}
.ArticleInMenuNew .bm-player  .volume-slider .volume-slider-handle {
        position: absolute;
        top: 50%;
        width: 12px;
        height: 6px;
        border-radius: 6px;
        margin-top: -6px;
        background-color: black;
        z-index: 999;
}
.ArticleInMenuNew .ArticleInMenuTool{
        column-gap: 30px;
}
.ArticleInMenuNew .bm-player [class*=fa-]:before {
        font-family: "Font Awesome 5 Pro";
        font-style: normal;
        font-weight: 600;
        speak: never;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1.5em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}
.ArticleInMenuNew i.fas.fa-microphone::before {
        content: "\f3c9";
}
.ArticleInMenuNew .tool .audio {
        display: none;
}
.ArticleInMenuNew .bm-player  .volume-slider .volume-slider-handle:after, .ArticleInMenuNew .bm-player  .volume-slider .volume-slider-handle:before {
        content: "";
        position: absolute;
        display: block;
        top: 50%;
        border-radius: 6px;
        height: 6px;
        margin-top: -3px;
        width: 64px;
}
.ArticleInMenuNew .bm-player  .volume-slider .volume-slider-handle:before {
        left: -64px;
        background-color: #adadad;
        height: 6px;
}
.ArticleInMenuNew .bm-player  .volume-slider .volume-slider-handle:after {
        left: 12px;
        background-color: rgba(0,0,0,.1);
}
.ArticleInMenuNew .bm-player  .volume-slider.is-active {
        margin-right: 10px;
        width: 62px;
}
.ArticleInMenuNew .bm-player  .time-display {
        width: 75px;
        overflow: hidden;
        display: flex;
        align-items: center;
        font-size: 15px;
        color: #495057;
        opacity: 1;
        transition: all .2s linear;
        display:none;
}
.ArticleInMenuNew .bm-player  .time-display .current {
        width: 30px;
}
.ArticleInMenuNew .bm-player  .time-display .separator {
        margin-right: 3px;
}
.ArticleInMenuNew .bm-player  .progress-bar {
        position: relative;
        display: flex;
        flex-grow: 1;
        align-items: center;
        transition: all .2s linear;
}
.ArticleInMenuNew .bm-player  .progress-bar .bg {
        position: absolute;
        display: flex;
        height: 0;
        top: 0;
        width: 100%;
        transition: all .15s linear;
        border-top: 1px solid rgba(0,0,0,.1);
        border-top-width: 3px;
}
.ArticleInMenuNew .bm-player  .progress-bar .fill-recent {
        position: absolute;
        display: flex;
        height: 0;
        top: 0;
        left: 0;
        border-top-width: 1px;
        border-top-style: solid;
        font-size: 0;
        cursor: pointer;
        transition: all .15s linear;
        border-top-width: 3px;
}
.ArticleInMenuNew .bm-player  .progress-bar .current_time {
        position: absolute;
        right: -7px;
        top: -5px;
        width: 7px;
        height: 7px;
        border-radius: 7px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        text-indent: -999em;
        transition: all .15s linear;
        background-color: #fff;
        box-shadow: 0 0 4px rgba(0,0,0,.4);
}
.ArticleInMenuNew .bm-player  .progress-bar:hover .bg,.ArticleInMenuNew .bm-player  .progress-bar:hover .fill-recent {
        border-top-width: 5px;
        height: 10px;
        padding-top: 15px;
        cursor: pointer;
}
.ArticleInMenuNew .bm-player  .progress-bar:hover .current_time {
        display: flex;
        top: -8px;
        width: 12px;
        height: 12px;
}
.ArticleInMenuNew .bm-player  .right {
        display: flex;
        align-items: center;
}
.ArticleInMenuNew .bm-player  .select-voice {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 3px;
        background: #fff;
        border: 1px solid rgba(0,0,0,.1);
        position: relative;
}
.ArticleInMenuNew .bm-player  .select-voice span {
        color: #495057;
}
.ArticleInMenuNew .bm-player  .select-voice i {
        color: #495057;
}
.ArticleInMenuNew .bm-player  .select-voice::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .2125em;
        vertical-align: .2125em;
        content: "";
        border-top: .25em solid;
        border-right: .25em solid transparent;
        border-bottom: 0;
        border-left: .25em solid transparent;
}
.ArticleInMenuNew .bm-player  .select-voice:empty::after {
        margin-left: 0;
}
.ArticleInMenuNew .bm-player  .select-voice:after {
        position: absolute;
        top: 10px;
        right: 8px;
        opacity: .4;
}
.ArticleInMenuNew .bm-player  .select-voice:hover {
        border: 1px solid rgba(0,0,0,.3);
}
.ArticleInMenuNew .bm-player  .voice-board {
        width: 180px;
        right: 0;
        margin-top: 5px;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.ArticleInMenuNew .bm-player  .voice-board li {
        height: 44px;
        display: flex;
        align-items: center;
        padding-left: 20px;
        border-top: 1px solid #e9ecef;
        cursor: pointer;
}
.ArticleInMenuNew .bm-player  .voice-board li i {
        margin-right: 10px;
}
.ArticleInMenuNew .bm-player  .voice-board li:first-child {
        border-top: none;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
}
.ArticleInMenuNew .bm-player  .voice-board li.is-active,.ArticleInMenuNew .bm-player  .voice-board li:hover {
        background-color: #ededed;
}
.ArticleInMenuNew .bm-player  .voice-board li.is-active i,.ArticleInMenuNew .bm-player  .voice-board li.is-active span,.ArticleInMenuNew .bm-player  .voice-board li:hover i,.ArticleInMenuNew .bm-player  .voice-board li:hover span {
        color: #c31e40;
}
.ArticleInMenuNew .bm-player  .time-display {
        width: 70px;
        font-family: Roboto;
}
.ArticleInMenuNew .bm-player  .progress-bar {
        background-color: #f8f9fa;
        position: relative;
        margin-left: 16px;
        margin-right: 16px;
        height: 100%;
}
.ArticleInMenuNew .bm-player  .progress-bar .fill-recent {
        border-color: #28a5fa;
}
.ArticleInMenuNew .bm-player  .progress-bar .bg,.ArticleInMenuNew .bm-player  .progress-bar .fill-recent {
        top: 29px;
}
.ArticleInMenuNew .bm-player  .progress-bar:hover .bg,.ArticleInMenuNew .bm-player  .progress-bar:hover .fill-recent {
        top: 28px;
}
.ArticleInMenuNew .bm-player  .mute-button i {
        font-size: 18px;
}
.ArticleInMenuNew .bm-player  .right {
        padding-right: 16px;
}
.ArticleInMenuNew .bm-player  .select-voice {
        width: inherit;
        height: 34px;
        padding: 0 20px 0 13px;
}
.ArticleInMenuNew .bm-player  .select-voice span {
        font-size: 15px;
        font-family: Roboto;
}
.ArticleInMenuNew .bm-player  .select-voice i {
        margin-right: 10px;
        font-size: 16px;
}
.ArticleInMenuNew .bm-player  .select-voice:after {
        top: 14px;
}
.ArticleInMenuNew .bm-player  .voice-board {
        border-radius: 5px;
        position: relative;
        border: 1px solid #ddd;
        padding: 0;
        top: 5px!important;
        font-size: 1.4rem;
        line-height: 2.2rem;
        font-weight: 400;
}
[class*=fi-]:before {
        font-family: "Font Awesome 5 Pro";
        font-style: normal;
        font-weight: 300;
        speak: never;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1.5em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}
.ArticleInMenuNew .bm-player  .voice-board:after,.ArticleInMenuNew .bm-player  .voice-board:before {
        bottom: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
}
.ArticleInMenuNew .bm-player  .voice-board:after {
        border-color: rgba(255,255,255,0);
        border-bottom-color: #fff;
        border-width: 5px;
        margin-left: 1px;
}
.ArticleInMenuNew .bm-player  .voice-board:before {
        border-color: transparent;
        border-bottom-color: #444;
        border-width: 6px;
        margin-right: -1px;
}
.ArticleInMenuNew .bm-player  .voice-board:after,.ArticleInMenuNew .bm-player  .voice-board:before {
        right: 20px;
}
.ArticleInMenuNew .bm-player  .voice-board.show {
        display: block;
}
.fa {
        display: inline-block;
        /* font: normal normal normal 14px/1 FontAwesome !important; */
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}
.ArticleDetailControl .bm-player [class*=fa-]:before {
        font-family: "Font Awesome 5 Pro";
        font-style: normal;
        font-weight: 600;
        speak: never;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1.5em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}
.ArticleDetailControl i.fas.fa-microphone::before {
        content: "\f3c9";
}
.ArticleDetailControl .tool .audio {
        display: none;
}
.ArticleDetailControl .bm-player  .volume-slider .volume-slider-handle:after, .ArticleDetailControl .bm-player  .volume-slider .volume-slider-handle:before {
        content: "";
        position: absolute;
        display: block;
        top: 50%;
        border-radius: 6px;
        height: 6px;
        margin-top: -3px;
        width: 64px;
}
.ArticleDetailControl .bm-player  .volume-slider .volume-slider-handle:before {
        left: -64px;
        background-color: #adadad;
        height: 6px;
}
.ArticleDetailControl .bm-player  .volume-slider .volume-slider-handle:after {
        left: 12px;
        background-color: rgba(0,0,0,.1);
}
.ArticleDetailControl .bm-player  .volume-slider.is-active {
        margin-right: 10px;
        width: 62px;
}
.ArticleDetailControl .bm-player  .time-display {
        width: 75px;
        overflow: hidden;
        display: flex;
        align-items: center;
        font-size: 15px;
        color: #495057;
        opacity: 1;
        transition: all .2s linear;
        display:none;
}
.ArticleDetailControl .bm-player  .time-display .current {
        width: 30px;
}
.ArticleDetailControl .bm-player  .time-display .separator {
        margin-right: 3px;
}
.ArticleDetailControl .bm-player  .progress-bar {
        position: relative;
        display: flex;
        flex-grow: 1;
        align-items: center;
        transition: all .2s linear;
}
.ArticleDetailControl .bm-player  .progress-bar .bg {
        position: absolute;
        display: flex;
        height: 0;
        top: 0;
        width: 100%;
        transition: all .15s linear;
        border-top: 1px solid rgba(0,0,0,.1);
        border-top-width: 3px;
}
.ArticleDetailControl .bm-player  .progress-bar .fill-recent {
        position: absolute;
        display: flex;
        height: 0;
        top: 0;
        left: 0;
        border-top-width: 1px;
        border-top-style: solid;
        font-size: 0;
        cursor: pointer;
        transition: all .15s linear;
        border-top-width: 3px;
}
.ArticleDetailControl .bm-player  .progress-bar .current_time {
        position: absolute;
        right: -7px;
        top: -5px;
        width: 7px;
        height: 7px;
        border-radius: 7px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        text-indent: -999em;
        transition: all .15s linear;
        background-color: #fff;
        box-shadow: 0 0 4px rgba(0,0,0,.4);
}
.ArticleDetailControl .bm-player  .progress-bar:hover .bg,.ArticleDetailControl .bm-player  .progress-bar:hover .fill-recent {
        border-top-width: 5px;
        height: 10px;
        padding-top: 15px;
        cursor: pointer;
}
.ArticleDetailControl .bm-player  .progress-bar:hover .current_time {
        display: flex;
        top: -8px;
        width: 12px;
        height: 12px;
}
.ArticleDetailControl .bm-player  .right {
        display: flex;
        align-items: center;
}
.ArticleDetailControl .bm-player  .select-voice {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 3px;
        background: #fff;
        border: 1px solid rgba(0,0,0,.1);
        position: relative;
}
.ArticleDetailControl .bm-player  .select-voice span {
        color: #495057;
}
.ArticleDetailControl .bm-player  .select-voice i {
        color: #495057;
}
.ArticleDetailControl .bm-player  .select-voice::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .2125em;
        vertical-align: .2125em;
        content: "";
        border-top: .25em solid;
        border-right: .25em solid transparent;
        border-bottom: 0;
        border-left: .25em solid transparent;
}
.ArticleDetailControl .bm-player  .select-voice:empty::after {
        margin-left: 0;
}
.ArticleDetailControl .bm-player  .select-voice:after {
        position: absolute;
        top: 10px;
        right: 8px;
        opacity: .4;
}
.ArticleDetailControl .bm-player  .select-voice:hover {
        border: 1px solid rgba(0,0,0,.3);
}
.ArticleDetailControl .bm-player  .voice-board {
        width: 180px;
        right: 0;
        margin-top: 5px;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.ArticleDetailControl .bm-player  .voice-board li {
        height: 44px;
        display: flex;
        align-items: center;
        padding-left: 20px;
        border-top: 1px solid #e9ecef;
        cursor: pointer;
}
.ArticleDetailControl .bm-player  .voice-board li i {
        margin-right: 10px;
}
.ArticleDetailControl .bm-player  .voice-board li:first-child {
        border-top: none;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
}
.ArticleDetailControl .bm-player  .voice-board li.is-active,.ArticleDetailControl .bm-player  .voice-board li:hover {
        background-color: #ededed;
}
.ArticleDetailControl .bm-player  .voice-board li.is-active i,.ArticleDetailControl .bm-player  .voice-board li.is-active span,.ArticleDetailControl .bm-player  .voice-board li:hover i,.ArticleDetailControl .bm-player  .voice-board li:hover span {
        color: #c31e40;
}
.ArticleDetailControl .bm-player  .time-display {
        width: 70px;
        font-family: Roboto;
}
.ArticleDetailControl .bm-player  .progress-bar {
        background-color: #f8f9fa;
        position: relative;
        margin-left: 16px;
        margin-right: 16px;
        height: 100%;
}
.ArticleDetailControl .bm-player  .progress-bar .fill-recent {
        border-color: #28a5fa;
}
.ArticleDetailControl .bm-player  .progress-bar .bg,.ArticleDetailControl .bm-player  .progress-bar .fill-recent {
        top: 29px;
}
.ArticleDetailControl .bm-player  .progress-bar:hover .bg,.ArticleDetailControl .bm-player  .progress-bar:hover .fill-recent {
        top: 28px;
}
.ArticleDetailControl .bm-player  .mute-button i {
        font-size: 18px;
}
.ArticleDetailControl .bm-player  .right {
        padding-right: 16px;
}
.ArticleDetailControl .bm-player  .select-voice {
        width: inherit;
        height: 34px;
        padding: 0 20px 0 13px;
}
.ArticleDetailControl .bm-player  .select-voice span {
        font-size: 15px;
        font-family: Roboto;
}
.ArticleDetailControl .bm-player  .select-voice i {
        margin-right: 10px;
        font-size: 16px;
}
.ArticleDetailControl .bm-player  .select-voice:after {
        top: 14px;
}
.ArticleDetailControl .bm-player  .voice-board {
        border-radius: 5px;
        position: relative;
        border: 1px solid #ddd;
        padding: 0;
        top: 5px!important;
        font-size: 1.4rem;
        line-height: 2.2rem;
        font-weight: 400;
}
[class*=fi-]:before {
        font-family: "Font Awesome 5 Pro";
        font-style: normal;
        font-weight: 300;
        speak: never;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1.5em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}
.ArticleDetailControl .bm-player  .voice-board:after,.ArticleDetailControl .bm-player  .voice-board:before {
        bottom: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
}
.ArticleDetailControl .bm-player  .voice-board:after {
        border-color: rgba(255,255,255,0);
        border-bottom-color: #fff;
        border-width: 5px;
        margin-left: 1px;
}
.ArticleDetailControl .bm-player  .voice-board:before {
        border-color: transparent;
        border-bottom-color: #444;
        border-width: 6px;
        margin-right: -1px;
}
.ArticleDetailControl .bm-player  .voice-board:after,.ArticleDetailControl .bm-player  .voice-board:before {
        right: 20px;
}
.ArticleDetailControl .bm-player  .voice-board.show {
        display: block;
}
.fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome !important;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}
/* ALL */
* {
        line-height: 1.4;
        outline: none;
}
img {
        padding: 0;
        max-width: 100%;
}
img[src=""] {
        position: relative;
        /* border: 1px solid silver; */
        border-radius: 2px;
        min-width: 20px;
        min-height: 20px;
        display: inline-block;
}
img[src=""]::after {
        content: '';
        width: 100%;
        height: 100%;
        background: whitesmoke;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        font-weight: bold;
}
iframe {
        border: none;
}
.row {
        margin-left:0;
        margin-right:0;
}
#form1 {
        margin: 0;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        /* padding: 0; */
}
@media only screen and (min-width: 0px) {
        .ListControl .List tr:last-child > td[colspan="4"] > table > tbody > tr > td {
                border: none;
                padding: 5px;
                text-align: left;
        }
        .ListControl .List tr:last-child > td[colspan="4"] > table {
                width: auto;
        }
        .SingleTab .Wrap .first p {
                color: #757575;
                font-size: 13px;
                /* display: none; */
        }
        .ArticleFeedbackControl .FeedbackForm {
                width: 100%;
                background: none;
        }
        .ArticleFeedbackControl table td input,
        .ArticleFeedbackControl table td textarea {
                width: 100% !important;
                box-sizing: border-box !important;
                padding: 5px !important;
                min-height: 25px;
                border: 1px solid silver;
        }
        .ArticleFeedbackControl {
                padding: 30px 5px 10px 5px;
                padding: 0 !important;
        }
        .ArticleFeedbackControl .PanelButton {
                text-align: center;
        }
        .ArticleFeedbackControl .PanelButton input[type='submit'] {
                border: none;
                padding: 4px 20px;
                background: #e4e4e4;
                font-size: 13px;
        }
        .ArticleFeedbackControl .ColRight input.Verifier {
                width: 100px !important;
                margin-left: 5px;
        }
        .ArticleFeedbackControl table td.ColRight {
                display: flex;
                align-items: center;
        }
        .MainStructure .FooterBar {
                overflow: hidden;
        }
        .SingleArticle {
                padding: 10px;
        }
        .ArticleInMenu .ArticleCatName {
                min-height: 27px;
                padding: 0;
                margin-bottom: 10px;
                overflow: hidden;
        }
        .ArticleInMenu .boxsearch {
                padding: 5px;
        }
        .ArticleInMenu .boxsearch input {
                margin: 5px 0 !important;
                border: 1px solid #ddd !important;
                padding: 5px !important;
                height: 30px !important;
        }
        .ArticleInMenu .boxsearch input[type='submit'] {
                border: none !important;
                background: #0b3f72;
                font-size: 13px;
                font-weight: bold;
                color: #fff;
                padding: 5px 20px !important;
                margin: 5px !important;
                float: right;
        }
        .ArticleInMenu .boxsearch__expan {
                padding: 5px;
                color: #424242;
                font-size: 14px;
        }
        .ArticleInMenu .boxsearch__expan > span {
                display: inline-block;
                margin-left: 5px;
                font-size: 13px;
                transition: all 300ms;
        }
        .ServiceCategory ul {
                height: auto;
        }
        .YoutubeVideoList .ListVideo > span {
                float: none;
        }
        .WebLink .Content {
                width: 100%;
        }
        .SingleSearch {
                max-width: 300px;
        }
        .SingleTab {
                height: auto;
        }
        .MultipleTabExt .Wrap .LeftCol .next li {
                padding: 5px 0;
        }
        .HotnewsControl .HotnewsList {
                padding: 5px;
        }
        .ArticleDetailControl .UISocialShare {
                display: flex;
                align-items: center;
                flex-wrap: wrap;
                width: 100% !important;
                margin-bottom: 20px !important;
                margin-top: 20px !important;
                float: none;
        }
        .ArticleDetailControl .UISocialShare > div {
                height: 20px;
                margin: 0 !important;
                float: none !important;
        }
        .zalo-share-button{
                display:none !Important;
        }
        .ArticleDetailControl .UISocialShare > div.twitter {
                margin-right: 10px !important;
        }
        .ArticleDetailControl .UISocialShare .facebook {
                margin-bottom: 0px !important;
                padding-right:10px;
                display: flex;
        }
        .SingleTab .Wrap .next {
                margin-left: 0px;
        }
        .SingleTab .Wrap {
                /* height: auto;*/
        }
        .UIArticleListContent {
                height: auto;
        }
        .UIArticleListContent ul.ulArticle {
                margin-left: 10px;
        }
        .ImageSlideShow .image-item {
                width: 100% !important;
        }
        .SingleArticle img {
                max-width: 100% !important;
                object-fit: cover;
        }
        .UIBannerControl {
                width: 100%;
        }
        .UIBannerControl img {
                width: 100%;
        }
        span.ListPollItem {
                display: flex;
                margin: 5px 5px;
                align-items: center;
        }
        span.ListPollItem * {
                margin: 0;
        }
        .PollControl td.td-result {
                display: flex;
                justify-content: center;
        }
        .PollControl td.td-result > a {
                margin: 5px !important;
                height: 25px;
                display: flex;
                align-items: center;
                justify-content: center;
        }
        .DetailControl .Content > table {
                width: 100%;
        }
        .MultiFunctionControl marquee {
                table-layout: fixed;
                display: table;
        }
        .MultipleTabDefault {
                height: auto;
        }
        .HotnewsControl .HotnewsList .HotnewsItem {
                padding: 5px 5px;
                width: 100%;
        }
        .NewSteeringControl .item ul {
                list-style: none;
                line-height: 1.4;
                padding: 0px;
                margin: 0;
        }
        .ListControl .List table th {
                font-size: 14px;
        }
        .ListControl span {
                font-size: 13px;
        }
        .ListControl .view-count {
                font-size: 13px;
                color: #757575;
        }
        .ListControl .Search .ExTitle h1 {
                font-size: 16px !important;
                margin: 0;
                padding: 0 10px;
        }
        .ListControl .Search .ExTitle {
                display: block;
                min-height: 26px;
                margin-top: 10px;
                height: auto;
                padding: 0;
        }
        .MultipleTabDefault .Wrap .first .title {
                font-size: 13px;
        }
        .QuestionSiteMenuControl .detail {
                margin-left: 10px;
        }
        .RssTree > a {
                display: none !important;
        }
        .UIListArticleOfSite > div:nth-child(2) {
                height: auto !important;
        }
        .SingleSearch .SearchBox {
                display: flex;
                align-items: center;
        }
        .ServiceCategory ul li {
                width: 100%;
                margin-left: 5px;
                padding-right: 5px;
        }
        .ServiceCategory ul li img {
                display: none;
        }
        .UIProtalList .lvwContent .tb-content .tr-row .td-item img {
                display: none;
        }
        .MultipleTabDefault .Wrap {
                height: auto;
        }
        .ShortArticle marquee .block-row {
                position: static !important;
                display: flex;
        }
        .SliderFeature .LeftPanel > a {
                color: transparent;
        }
        .ArticleInMenu .ArticleViewCount {
                position: static !important;
        }
        .ArticleInMenu .ArticleCat {
                padding: 5px 0;
        }
        .UIListArticleOfSite .lvwContent {
                padding: 5px;
        }
        .MultipleTabDefault .Wrap .first p {
                color: #757575;
        }
        .ArticleInMenu .col-lg-10 > p {
                font-size: 14px;
                color: #757575;
                height: auto;
                width: 100%;
        }
        .ServiceCategory .Content {
                padding: 0 5px;
        }
        .OnlineCounter ul {
                padding: 5px;
                font-size: 13px;
                list-style: none;
                margin: 0;
        }
        .HSliderScroll .Header span.Pages {
                display: none;
        }
        .page-link {
                position: relative;
                display: block;
                padding: 5px;
                margin-left: -1px;
                line-height: 1.25;
                color: #0b60a4;
                background-color: #fff;
                border: 1px solid #dee2e6;
                min-width: 40px;
                height: 40px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 0 !important;
        }
        .page-item.active .page-link {
                z-index: 3;
                color: #fff;
                background-color: #0b60a4;
                border-color: #0b60a4;
        }
        .ArticleInMenu ul {
                width: 100%;
                padding: 5px;
        }
        .ArticleInMenu .col-lg-2 {
                width: 220px;
                height: 145px;
                background: #e4e4e4;
                padding: 0;
                max-width: 100%;
                flex: none;
                margin-right: 15px;
        }
        .ArticleInMenu .col-lg-10 {
                flex: 1;
                padding-right: 5px;
                max-width: 100%;
        }
        .ArticleInMenu .Title {
                width: 100%;
        }
        .ArticleInMenu .col-lg-2 img {
                width: 100%;
                height: 100%;
                background: #e4e4e4;
                padding: 1px;
                margin: 0;
                object-fit: cover;
                object-position: center;
        }
        .ArticleInMenu li.row {
                margin: 0;
                display: flex;
                border-bottom: 1px dotted #e4e4e4;
                padding: 5px 0px;
                height: auto;
        }
        .btn-left img {
                padding: 5px;
                background: aliceblue;
                margin: 5px;
        }
        .btn-right img {
                padding: 5px;
                background: aliceblue;
                margin: 5px;
        }
        .btn-center img {
                padding: 5px;
                background: aliceblue;
                margin: 5px;
        }
        .DropdownMenu .navbar-button {
                position: absolute;
                top: 0;
                right: 0;
                width: 40px;
                height: 30px;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                background: #2196F3;
        }
        .DropdownMenu .navbar-button span {
                background: white;
                width: 50%;
                height: 4px;
                margin: 2px;
                border-radius: 1px;
                transition: 300ms;
        }
        .DropdownMenu .navbar-button {
                display: none;
        }
        .HotnewsControl .HotnewsScroll {
                min-height: 300px;
        }
        .ArticleInMenu .pagination {
                display: flex;
                margin-top: 10px;
                margin-bottom: 10px;
        }
        .ArticleInMenu .pagination li {
                width: auto !important;
                padding: 0;
        }
        li.LanguageMenu {
                padding-left: 5px;
                padding-right: 5px;
                display: flex !important;
                align-items: center;
                justify-content: center;
        }
        .DropdownMenu .navbar-button {
                display: none;
        }
}
/* WEB */
@media only screen and (min-width: 769px) {
        .DropdownMenu .MenuList {
                display: block;
        }
}
/* MOBILE */
@media only screen and (max-width: 768px) {
        .ArticleDetailControl .bm-player .timeline{
                display: none;
        }
        .ArticleDetailControl .bm-player  .select-voice {
                padding: 10px !important;
                margin-right: 10px;
        }
        .ArticleDetailControl .bm-player .mute-wrap{
                display: none;
        }
        .ArticleDetailControl .bm-player  .time-display {
                margin-left: 15px;
        }
        .ArticleDetailControl .bm-player  .play-button {
                display: flex;
                justify-content: center;
        }
        .table-3-col td {
                display: block;
                width: 100% !important;
        }
        .MainStructure .ContentBar {
                padding: 0;
                display: block !important;
        }
        .MainStructure .LeftBar {
                padding: 0;
        }
        .MainStructure.table-2-col .MainContent>tbody>tr{
                display:flex;
                width:100vw;
                flex-direction: column;
        }
        .MainStructure .fixed {
                position: fixed;
                right: 0;
                top: 0;
                z-index: 10;
                bottom: 0;
                padding: 0px 0px !important;
                overflow-y: scroll;
                background: white;
                height: 100vh !important;
                width: 100vw !important;
                box-shadow: 0 0 10px #444444;
                padding-top: 5px !important;
        }
        .fixed-left {
                left: 0;
        }
        .fixed-right {
                right: 0;
        }
}
@media only screen and (max-width: 768px) {
        .ArticleInMenu .SingleArticle {
                padding: 0;
        }
        .ArticleInMenu .SingleArticle img {
                max-width: 100% !important;
                height: auto !important;
                object-fit: cover;
        }
        .vanbanquypham .RadPicker {
                width: 100% !important;
                display: flex !important;
        }
        .vanbanquypham .RadPicker table.rcTable {
                width: 100% !important;
        }
        .vanbanquypham .RadPicker table.rcTable > tbody > tr {
                display: flex;
                align-items: center;
        }
        .vanbanquypham .RadPicker table.rcTable > tbody > tr > td:nth-child(1) {
                flex-grow: 1;
        }
        .vanbanquypham .RadPicker table.rcTable > tbody > tr > td:nth-child(2) {
                width: 30px !important;
        }
        .UIArticleListContent .Wrap {
                text-align: justify;
                flex-direction: column;
        }
        .UIArticleListContent .Wrap .first-box {
                width: 100%;
        }
        .UIArticleListContent .Wrap .second-box {
                width: 100%;
        }
        .UIArticleListContent ul.first-box li.item {
                margin: 0;
        }
        .VideoShowControl {
                width: 100vw !important;
                padding: 5px;
        }
        .UIArticleListContent .Wrap .third-box li {
                margin-left: 10px;
        }
        .snv__front > em {
                background-color: #126ead !important;
                padding: 20px !important;
                width: 80px !important;
                height: 80px !important;
                color: #FFF !important;
                text-align: center !important;
                border-radius: 50% !important;
                line-height: 40px !important;
                margin-bottom: 10px !important;
                font-size: 29px !important;
                margin-top: 10px !important;
        }
        .SingleTab .Wrap .first {
                display: inline-block;
                width: 100%;
        }
        .snv__behind {
                visibility: visible !important;
                opacity: 1 !important;
        }
        .snv__desc {
                color: #369 !important;
        }
        .MainStructure .TopBar > table:first-child {
                height: auto !important;
        }
        .SliderFeature .LeftCol .text div {
                text-align: justify;
                padding: 0;
        }
        .SliderFeature .ArticleList li {
                text-align: justify;
        }
        .MultipleTabDefault .Wrap .next li {
                text-align: justify !important;
                margin-left: 10px;
        }
        .MultipleTabDefault .Wrap .first .title a {
                text-align: justify;
        }
        .MenuListofSite {
                width: 100vw !important;
                display: flex;
                align-items: center;
                justify-content: center;
                height: auto !important;
        }
        .VerticalMenuControl .MenuList li.top:last-child {
                border-radius: 0;
        }
        .MenuListofSite ul.parent {
                width: 100% !important;
                align-items: center;
                display: flex !important;
                position: static !important;
                height: auto !important;
                flex-direction: column;
        }
        .MenuListofSite ul.parent li {
                width: 100% !important;
                margin: 0 !important;
                padding: 5px !important;
                display: flex;
                align-items: center;
                justify-content: center;
                position: relative;
        }
        .MenuListofSite .parent > li .columns li {
                padding-left: 20px !important;
        }
        .NewSteeringControl .ListItem .item {
                width: 100%;
        }
        .DropdownMenu .VerticalMenuControl {
                display: block !important;
        }
        .DropdownMenu .VerticalMenuControl  .MenuList .top a{
                background: none;
        }
        .VerticalMenuControl {
                /* padding: 5px !important; */
                margin: 0;
                width: 100vw;
                background: transparent;
                display: none !important;
        }
        .VerticalMenuControl .Menulist {
                padding: 5px;
                background: white;
        }
        .UIContactUs input[type="text"], .UIContactUs textarea {
                padding: 3px 0;
                border: 1px solid silver;
                border-radius: 5px;
                box-sizing: border-box;
                width: 100% !important;
        }
        .YoutubeVideoTab ul.VideoList li {
                width: 100%;
        }
        .YoutubeVideoTab ul.VideoList li .Image {
                width: 100% !important;
        }
        .UIContactUs .FormContact {
                width: 100%;
        }
        .QuestionList .DetailQuestion .Title .header {
                height: auto;
                font-weight: bold;
                padding: 5px 10px 5px 40px;
                margin-bottom: 5px;
        }
        .WebLink {
                padding: 5px;
                margin: 0;
                width: 100vw;
        }
        .OnlineCounter {
                padding: 5px;
                margin: 0;
                position: static;
        }
        .LoginControl {
                padding: 5px;
                margin: 0px;
        }
        .QuestionList .DetailQuestion .Title .back {
                margin: 0px !important;
                padding-left: 40px;
        }
        .QuestionList .DetailQuestion .Content .blockTitle .divFirst {
                padding: 5px 10px 5px 40px;
                display: inline-block;
                height: auto !important;
                margin-top: 10px;
        }
        .QuestionList .DetailQuestion .Content .blockanswer .blockTitleanswer {
                height: auto !important;
        }
        .QuestionList .DetailQuestion .Content .blockanswer .blockTitleanswer span {
                font-size: 13px;
                line-height: 1.3 !important;
        }
        .QuestionList .DetailQuestion .Content .blockanswer .blockTitleanswer .divFirst, .divSecond, .divThird, .divFourth {
                height: auto !important;
        }
        .QuestionList .DetailQuestion .Content .blockTitle span {
                font-size: 13px;
        }
        .QuestionList .DetailQuestion .Content .blockTitle .divFirst span {
                line-height: 1.3 !important
        }
        .UIDanhSachGopY .Title {
                padding-left: 0;
                background-position: 10px;
        }
        .UIArticleListContent {
                margin: 0 !important;
                padding: 0 5px;
                border: none;
                width: 100vw;
                background: transparent;
                margin-bottom: 5px !important;
        }
        .UIArticleListContent .WrapAll {
                background: white;
        }
        .YoutubeVideoTab {
                padding: 5px;
                width: 100vw;
        }
        .UIProtalList {
                padding: 5px;
                width: 100vw;
        }
        table.DanhSachVanBan {
                margin-top: 10px !important;
        }
        table.DanhSachVanBan > tbody > tr:nth-child(5) > td > div > table > tbody > tr:last-child td {
                display: table-cell !important;
        }
        table.DanhSachVanBan > tbody > tr:nth-child(5) > td > div > table > tbody > tr:last-child table {
                margin: auto;
        }
        .SingleArticle * {
                line-height: 1.5;
                text-align: justify;
        }
        .SingleArticle iframe {
                margin: 0 !important;
                width: 100%
        }
        .UIDanhSachVanBan .DanhSachVanBan .search {
                display: flex;
                align-items: center;
        }
        .UIDanhSachVanBan .DanhSachVanBan .search input {
                margin: 5px !important;
                height: 25px !important;
        }
        .UIDanhSachVanBan .DanhSachVanBan table.ChildGrid {
                margin: 10px 0 !important;
                width: 100%;
        }
        table.DanhSachVanBan input[type="text"],
        table.DanhSachVanBan select {
                width: 100% !important;
                padding: 3px 0;
                border: 1px solid silver;
                border-radius: 5px;
        }
        table.DanhSachVanBan .title {
                padding: 10px 5px !important;
                height: auto !important;
                background-position: 10px center !important;
                background-size: 30px 30px !important;
        }
        table.DanhSachVanBan .title span {
                margin: 0 !important;
        }
        table.DanhSachVanBan td,
        table.DanhSachVanBan th {
                border: none !important;
                padding: 5px !important;
                font-size: 13px;
                text-align: left;
        }
        table.DanhSachVanBan th {
                display: none;
        }
        table.DanhSachVanBan table {
                border: none !important;
        }
        table.DanhSachVanBan > tbody > tr:nth-child(5) > td > div > table > tbody > tr,
        table.DanhSachVanBan > tbody > tr:nth-child(3) > td > div > table > tbody > tr {
                border-bottom: 1px dotted silver;
        }
        table.DanhSachVanBan > tbody > tr:nth-child(5) > td > div > table > tbody > tr > td:nth-child(1)[align="center"],
        table.DanhSachVanBan > tbody > tr:nth-child(3) > td > div > table > tbody > tr > td:nth-child(1)[align="center"] {
                display: none !important;
        }
        table.DanhSachVanBan > tbody > tr:nth-child(5) > td > div > table > tbody > tr > td:nth-child(4),
        table.DanhSachVanBan > tbody > tr:nth-child(5) > td > div > table > tbody > tr > td:nth-child(5),
        table.DanhSachVanBan > tbody > tr:nth-child(3) > td > div > table > tbody > tr > td:nth-child(4),
        table.DanhSachVanBan > tbody > tr:nth-child(3) > td > div > table > tbody > tr > td:nth-child(5) {
                float: right;
                display: inline-block;
                width: auto !important;
                padding: 5px !important;
                vertical-align: top;
        }
        table.DanhSachVanBan > tbody > tr:nth-child(5) > td > div > table > tbody > tr > td:nth-child(4) > div,
        table.DanhSachVanBan > tbody > tr:nth-child(3) > td > div > table > tbody > tr > td:nth-child(4) > div {
                display: flex !important;
        }
        .QuestionLaoCai table td input[type="text"],
        .QuestionLaoCai table td select {
                width: 100% !important;
                padding: 3px 0;
                border: 1px solid silver;
                border-radius: 5px;
        }
        .QuestionLaoCai .td-Header,
        .QuestionLaoCai .td-Address,
        .QuestionLaoCai .td-Phone,
        .QuestionLaoCai .td-Email,
        .QuestionLaoCai .td-Title,
        .QuestionLaoCai .td-Content {
                padding: 10px 5px;
                font-size: 13px !important;
        }
        .QuestionLaoCai table td input[type='file'] {
                border: none !important;
        }
        .QuestionList td,
        .QuestionList th {
                border: none !important;
                padding: 5px !important;
                font-size: 13px;
        }
        .QuestionList th {
                display: none;
        }
        .QuestionList table {
                border: none !important;
        }
        .QuestionList tr {
                border-bottom: 1px dotted silver;
        }
        .QuestionList td:nth-child(1) {
                display: none;
        }
        .QuestionLaoCai .RadEditor {
                height: auto !important;
                overflow: auto !important;
        }
        .ArticleDetailControl {
                padding: 5px !important;
                width: 100vw !important;
                box-sizing: border-box !important;
        }
        .SimilarArticleControl ul.ArticleList {
                margin-left: 0px !important;
                margin-top: 10px !important;
                list-style: none;
        }
        .SimilarArticleControl .ArticleList .ListItem .ArticlePostDate {
                margin-left: 5px;
        }
        .SimilarArticleControl .ArticleTitle {
                padding: 5px;
                text-align: justify !important;
        }
        .MultiFunctionControl style, .AdvertContent style {
                display: none !important;
        }
        .MainStructure .FooterBanner {
                display: flex;
                flex-direction: column;
                height: auto !important;
                width: auto !important;
                text-align: center !important;
                justify-content: center;
                align-items: center;
                min-width: 30px !important;
                margin: 3px 0;
                padding: 0;
                max-width: 100% !important;
                border-right: 0 !important;
                border-left: 0 !important;
                position: static;
                line-height: 1.5;
        }
        .MultiFunctionControl *, .AdvertContent * {
                display: flex !important;
                flex-direction: column !important;
                height: auto !important;
                max-width: 100%;
                justify-content: center;
                align-items: center;
                margin: 1px 0;
                padding: 0;
                position: static;
                width: 100%;
                max-width: 100% !important;
                line-height: 1.5;
                text-align: center;
        }
        .MultiFunctionControl br,
        .AdvertContent br,
        .FooterBanner br,
        .MultiFunctionControl script,
        .AdvertContent script,
        .FooterBanner script,
        .MultiFunctionControl style,
        .AdvertContent style,
        .FooterBanner style {
                height: 0px !important;
                padding: 0 !important;
                margin: 0 !important;
                display: none !important;
        }
        .MultiFunctionControl img,
        .AdvertContent img,
        .FooterBanner img,
        .MultiFunctionControl .fa,
        .AdvertContent .fa,
        .FooterBanner .fa {
                max-width: 100% !important;
                min-width: 30px !important;
                min-height: 28px;
                line-height: 1.5;
        }
        .FooterBanner .social {
                display: flex !important;
                flex-direction: row !important;
        }
        .FooterBanner .social li {
                display: inline-block !important;
                width: auto !important;
                margin: 5px !important;
        }
        .thongke_wrapper * {
                flex-grow: 1;
        }
        .thongke_wrapper > div {
                margin-bottom: 5px !important;
        }
        .thongke_wrapper .thongke_bieudo {
                width: 80px !important;
                height: 80px !important;
        }
        .YoutubeVideoTab ul.Tabs {
                height: auto !important;
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
        }
        .YoutubeVideoTab ul.VideoList {
                list-style: outside none none !important;
                padding: 0px !important;
                width: 100% !important;
                display: grid !important;
                grid-template-columns: calc(50% - (25px * 1/4)) calc(50% - (25px * 1/4)) !important;
                grid-column-gap: 10px !important;
        }
        .TopBar, .TopBanner {
                overflow-y: auto !important;
                position: static !important;
                width: 100% !important;
                height: auto !important;
                border: none !important;
        }
        .SliderFeature .LeftCol {
                padding: 0 !important;
                margin-bottom: 10px;
        }
        .SliderFeature .RightCol {
                padding: 0 !important;
        }
        .SliderFeature .LeftPanel {
                height: 80vw !important;
        }
        .SliderFeature .LeftCol .LeftPanel img {
                object-fit: cover;
        }
        .MenuList > li:nth-child(1) > a > img {
                margin: 0;
                padding: 0;
                display: none;
                object-fit: cover;
        }
        .MenuList > li:nth-child(1) > a > span {
                display: inline-block;
        }
        .MenuList > li > a {
                display: block;
                line-height: 1.5 !important;
                padding-top: 5px !important;
                padding-bottom: 5px !important;
        }
        .DropdownMenu * {
                text-align: left;
                line-height: 1.4 !important;
                white-space: normal !important;
        }
        .DropdownMenu {
                position: fixed !important;
                top: 0;
                right: 0;
                z-index: 10001;
                height: 0%;
                width: 100% !important;
                box-shadow: none !important;
                margin: 0 !important;
                padding: 0;
                background: transparent;
        }
        .DropdownMenu .MenuList {
                display: none;
                background: white;
                margin-top: 0px !important;
                max-height: calc(100vw + 250px) !important;
                width: calc(100vw - 40px) !important;
                overflow: hidden;
                overflow-y: scroll;
                padding: 5px;
                margin-left: 0 !important;
                /* box-shadow: 0 0 10px #444444; */
        }
        .DropdownMenu .MenuList li {
                display: block !important;
                float: none !important;
                border: none;
                /* padding: 8px 10px; */
        }
        .DropdownMenu .navbar-button {
                display: flex !important;
                background: #2196F3;
        }
        .DropdownMenu .Dropdown {
                display: block !important;
                position: static !important;
        }
        .DropdownMenu .TopMenu,
        .DropdownMenu .TopMenuActive {
                height: auto !important;
        }
        .DropdownMenu ul.Dropdown,
        .DropdownMenu ul.Popup {
                background: transparent !important;
                box-shadow: none !important;
                height: auto !important;
                display: block !important;
                position: static !important;
                margin: 0 !important;
                width: 100% !important;
        }
        .DropdownMenu ul.Dropdown .sub,
        .DropdownMenu ul.Popup .sub {
                display: block !important;
                width: auto !important;
                height: auto !important;
        }
        .DropdownMenu li.TopMenu,
        .DropdownMenu li.TopMenuActive {
                padding: 5px;
                height: auto !important;
                margin: 0 !important;
        }
        .DropdownMenu li.TopMenu > a,
        .DropdownMenu li.TopMenuActive > a {
                padding: 2px !important;
                height: auto !important;
                color: #444;
                line-height: 1.4 !important;
        }
        .DropdownMenu li.TopMenuActive > a {
                color: #444 !important;
                padding: 2px !important;
        }
        .DropdownMenu ul.Popup {
                display: block !important;
                width: 100% !important;
        }
        .DropdownMenu ul.Popup .sub a {
                padding: 0 20px !important;
        }
        .DropdownMenu .MenuList .TopMenu:hover {
                /*background: #fff !important;*/
        }
        .DropdownMenu .MenuList .Dropdown .sub:hover a {
                color: #444444 !important;
        }
        .DropdownMenu .MenuList .Dropdown .sub:hover {
                /*background: #fff none repeat-x scroll left top !important;*/
                color: #444444 !important;
                cursor: pointer;
        }
        .DropdownMenu .MenuList .Popup .sub:hover a {
                color: #444444 !important;
        }
        .ArticleInMenu {
                padding: 5px !important;
                max-width: 100vw;
                overflow: auto;
        }
        .ServiceCategory .Title {
                width: 100% !important;
                height: auto !important;
        }
        .nam_banner_vb a .khung {
                width: 100% !important;
                border: none !important;
                margin: 0 !important;
        }
        .nam_banner_vb a {
                width: 100% !important;
        }
        .nam_banner_vb a .text {
                width: 100% !important;
                padding: 5px 0 !important;
                border: none;
                margin: 0 !important;
                text-align: center;
        }
        tr.rcbReadOnly {
                display: flex !important;
                width: 100%;
                align-items: center !important;
        }
        tr.rcbReadOnly > td:nth-child(1) {
                flex-grow: 1;
                height: auto !important;
                padding-bottom: 3px !important;
        }
        tr.rcbReadOnly > td:nth-child(2) {
                width: 18px !important;
        }
        .MultiFunctionControl .SingleTab * {
                width: 100% !important;
        }
        .HSliderScroll {
                height: auto !important;
        }
        .HSliderScroll .ItemPanel ul.ItemContainer {
                padding: 5px 0 !important;
                /* width: auto !important; */
                display: flex;
                /* flex-wrap: wrap; */
                left: 0 !important;
        }
        .HSliderScroll .ItemPanel ul.ItemContainer .Item {
                padding: 0;
                width: calc(50vw - 10px) !important;
                margin: 5px !important;
                display: inline-block !important;
                float: none;
                flex-grow: 1;
        }
        .HSliderScroll .ItemContainer .Item .image {
                margin-bottom: 10px;
                width: 100%;
        }
        .TabArticleControl {
                padding: 0px;
        }
        .TabArticleControl .Container {
                padding: 5px !important;
                width: 100% !important;
                display: flex;
                !;
                !importan;
                flex-wrap: wrap;
        }
        .TabArticleControl .Container .Item {
                width: 100% !important;
        }
        .TabArticleControl .Container .Item a {
                display: flex;
        }
        .TabArticleControl .Container .Item a .item_title {
                flex: 1;
                text-align: left;
        }
        .TabArticleControl .Container .Item a img {
                width: 100px !important;
                height: 70px !important;
                margin-right: 10px;
                object-fit: cover;
        }
        .UIContactUs {
                padding: 5px !important;
                padding-top: 10px !important;
                width: 100vw;
                margin-bottom: 5px;
        }
        .UIContactUs .FormBody label,
        .UIContactUs .FormBody .col-sm-10 {
                padding: 5px !important;
                margin: 0 !important;
        }
        .UIContactUs .form-group {
                margin-bottom: 5px !important;
        }
        .addressbook {
                display: flex;
                flex-direction: column;
                padding: 5px !important;
                width: 100vw;
        }
        .addressbook .left {
                width: 100% !important;
                padding: 0;
                margin: 0;
        }
        .addressbook .left .RadTreeView, .addressbook .right {
                width: 100% !important;
        }
        .addressbook .right .department-info .row table tr > td:nth-child(2) .name {
                padding: 0 !important;
                color: red
        }
        .addressbook .left ul {
                margin: 0 !important;
                padding: 0 !important;
        }
        .addressbook .department-name {
                display: flex !important;
                flex-wrap: wrap !important;
                text-align: center !important;
                padding: 10px !important;
        }
        .addressbook .right .contact-viewer-header-row td {
                display: none !important;
        }
        .addressbook .right tr {
                border-bottom: 1px solid #e5e5e5;
        }
        .addressbook .right td {
                border: none !important;
                text-align: left !important;
        }
        .addressbook .right td:nth-child(1) {
                display: none;
        }
        .addressbook .right .row {
                padding: 0 !important;
                margin: 0 !important;
        }
        .VideoPanel {
                width: 100% !important;
                height: auto;
        }
        .SingleSearch {
                min-height: 20px !important;
                width: 100vw;
                padding: 5px;
                margin: 0 !important;
                position: static !important;
                margin-top: 5px !important;
                margin-bottom: 5px;
                max-width: 100%;
        }
        .SingleSearch .SearchBox {
                display: flex !important;
                align-items: center !important;
                justify-content: flex-end !important;
                right: 5px;
                top: 1px;
                width: 100%;
                position: static;
        }
        .SingleSearch .SearchBox .Text {
                height: 25px !important;
                margin: 0 !important;
                padding: 0 !important;
                flex-grow: 1;
                width: auto !important;
        }
        .SingleSearch .SearchBox .Button {
                margin-right: 0px;
                margin-left: 5px;
                border-radius: 5px;
                width: 25px !important;
                height: 25px !important;
        }
        .SimilarArticleControl {
                padding: 5px !important;
                margin: 0 !important;
                width: 100vw;
        }
        .ArticleInMenu li img {
                width: 100% !important;
                height: 100% !important;
                object-fit: cover;
        }
        .ArticleInMenu .Ngaydang {
                font-size: 11px !important;
        }
        .ArticleInMenu span.cssView {
                font-size: 11px !important;
        }
        .UIClockSystem .clock {
                margin: 0 !important;
                font-size: 11px !important;
                position: static !important;
                padding: 5px;
        }
        .Wrap .first .image {
                height: 100% !important;
                width: 100%;
        }
        .SingleTab {
                overflow: hidden;
        }
        .ArticleDetailControl .ArticleContent img {
                width: 100% !important;
                max-width: 100vw !important;
                height: auto !important;
                margin: 10px 0 !important;
                object-fit: cover;
        }
        .UIProtalList .ul-tab {
                height: auto !important;
                display: flex;
                flex-wrap: wrap;
        }
        .MultiFunctionControl {
                padding: 0 5px;
                width: 100vw;
                background: transparent;
        }
        .AdvertisementBottomRight {
                padding: 0 5px;
                width: 100vw;
        }
        .ArticleSlider {
                margin-bottom: 5px;
                padding: 0 5px !important;
                width: 100vw;
        }
        .SliderFeature {
                margin: 0 !important;
                padding: 5px;
        }
        .TabArticleControl {
                padding: 0 5px;
                width: 100vw;
                margin-bottom: 5px;
        }
        .SingleTab {
                margin: 0;
        }
        .ImageSlideShow {
                padding: 5px;
                width: 100vw;
        }
        .ImageSlideShow .SlideShowItem,
        .ImageSlideShow .SlideShowItem img {
                /* height: 300px !important; */
                object-fit: cover;
        }
        .MainContent {
                min-height: unset !important;
        }
        .HSliderScroll {
                margin: 0;
                width: 100%;
        }
        .HSliderScroll .ItemPanel {
                width: 100% !important;
                height: 200px;
        }
        .ArticleDetailControl * {
                max-width: 100vw;
                line-height: 1.4 !important;
                box-sizing: border-box !important;
                padding: 0;
                text-indent: 0 !important;
        }
        .ArticleDetailControl td {
                display: table-cell !important;
                width: auto !important;
        }
        .SingleArticle td {
                display: table-cell !important;
                width: auto !important;
        }
        .ArticleContent, .ArticleSummary {
                text-align: justify;
        }
        .ArticleContent iframe,
        .ArticleSummary iframe {
                width: 100% !important;
                margin: 0 !important;
        }
        .ArticleDetailControl .tool .print {
                width: 30px;
        }
        .QuestionList {
                padding: 5px;
        }
        .QuestionLaoCai > table > tbody > tr:nth-child(3) {
                display: flex;
                align-items: center;
                font-weight: bold;
                font-size: 13px;
        }
        .AdvertisementCenter {
                padding: 5px;
                width: 100vw;
        }
        .UIClockSystem {
                padding: 5px;
                position: static;
                display: flex;
                margin: 0 !important;
                align-items: center;
                height: 30px;
                margin-top: 5px !important;
        }
        .HotnewsControl {
                padding: 5px;
                margin: 0;
                width: 100vw;
        }
        .ServiceCategory {
                padding: 5px;
        }
        .UIFooterControl {
                padding: 5px !important;
                width: 100vw !important;
        }
        .list_menu_footer li {
                border: none !important;
        }
        .YoutubePlayer, .YoutubeVideoList {
                padding: 5px;
                margin: 0;
                width: 100vw;
        }
        .UIMultiFunction_btn .MultiFunctionControl .Header {
                height: 30px !important;
        }
        .YoutubePlayer iframe {
                width: 100% !important;
                height: 230px !important;
        }
        .ListControl .Search .ExTitle h1 {
                font-size: 16px;
                padding-top: 5px;
                font-weight: bold;
        }
        .ListControl .List table th {
                display: none;
        }
        .ListControl .List table td {
                border: none;
                text-align: left !important;
                padding: 5px 5px !important;
                text-align: justify !important;
                font-size: 13px;
                width: auto !important;
        }
        .ListControl .List table td a {
                font-weight: bold;
        }
        .ListControl .List table {
                border: none;
        }
        .ListControl .List tr {
                border-bottom: 1px dotted silver;
        }
        .ListControl .List tr:last-child {
                /* display: flex; */
                /* align-items: center; */
        }
        .DetailControl td {
                display: block !important;
                height: auto !important;
                min-height: 30px;
        }
        .DetailControl {
                padding: 5px;
                margin: 0;
        }
        .DetailControl .Content td {
                border-right: none !important;
                line-height: 1.5;
                text-align: justify;
                border-bottom: 1px dotted silver;
                padding: 5px 0 !important;
                margin: 0 !important;
        }
        .DetailControl .Content table {
                width: 100%;
        }
        .AskQuestion {
                padding: 5px;
                margin: 0;
        }
        .AskQuestion input[type="text"],
        .AskQuestion select {
                width: 100% !important;
                padding: 3px 0;
                border: 1px solid silver;
                border-radius: 5px;
        }
        .QuestionControl,
        .QuestionControl .col-lg-6 {
                padding: 5px;
                margin: 0;
        }
        .QuestionControl input[type="text"],
        .QuestionControl select {
                width: 100% !important;
                padding: 3px 0;
                border: 1px solid silver;
                border-radius: 5px;
        }
        .ListControl .col-md-3,
        .ListControl .col-md-9 {
                padding: 5px 0 !important;
                max-width: 100%;
        }
        .ListControl .mb-2 {
                margin: 0 !important;
        }
        .ListControl input[type="text"],
        .ListControl select {
                width: 100% !important;
                padding: 3px 0;
                border: 1px solid silver;
                border-radius: 5px;
        }
        .ListControl input.Search,
        .ListControl input.Cancel {
                margin-top: 10px !important;
        }
        .MultipleTabDefault {
                margin: 0;
        }
        .UIImageSlideShow {
                padding: 5px;
                width: 100vw;
                background: white;
        }
        .UIImageSlideShow img {
                width: 100% !important;
                object-fit: cover;
        }
        .UIContactUs .SubmitForm .btnSubmit {
                margin: 0;
        }
        .UIContactUs .SubmitForm {
                margin-top: 10px;
                text-align: center;
        }
        .MenuListofSite ul.parent li a.expan {
                width: 15px !important;
                height: 15px !important;
                display: inline-block !important;
                background: red;
        }
        .MenuListofSite ul.parent li a {
                width: 100% !important;
                padding: 0;
                text-align: left;
                height: 100% !important;
                line-height: 1.4 !important;
        }
        .MenuListofSite ul.parent li ul {
                width: 100vw !important;
                height: 100% !important;
                padding: 0 10px !important;
                position: static !important;
                column-count: 1 !important;
                top: 100%;
                left: 0;
                margin-top: 5px;
                z-index: 9999;
        }
        .MultipleTabDefault .Wrap {
                padding: 5px;
                overflow: auto;
                display: block;
                width: 100%;
        }
        .MultipleTabDefault .Wrap .next {
                margin: 0;
                width: 100%;
        }
        .MultipleTabDefault .Wrap .first {
                width: 100%;
                margin: 0;
        }
        .UIBannerControl img {
                width: 100%;
                height: auto ;
        }
        .ArticleDetailControl .ArticleHeader {
                text-align: justify;
                margin-bottom: 10px;
                width: 100%;
        }
        .ArticleDetailControl .tool {
                height: auto !important;
                display: flex;
                align-items: center;
                justify-content: flex-end;
        }
        .ListControl {
                padding-top: 10px;
        }
        .phu {
                height: 30px !important;
        }
        .DropdownMenu .MenuList .Dropdown .sub a span {
                height: auto !important;
        }
        .NewSteeringControl {
                padding: 5px;
                height: auto !important;
        }
        .ImageCategory {
                padding: 5px;
                width: 100vw;
        }
        .ImageCategory .LibraryList {
                margin: 0;
                padding-top: 10px;
        }
        .MultipleTabExt .Wrap .LeftCol {
                padding: 0px 10px;
                text-align: justify;
        }
        .MultipleTabExt .Wrap .RightCol {
                padding: 0px 10px;
                text-align: justify;
        }
        .MultipleTabExt .Wrap .LeftCol .next {
                margin: 0px 0 10px 15px;
                text-align: justify;
        }
        .MultipleTabExt .Wrap .RightCol ul {
                margin: 0px 0 10px 15px;
                text-align: justify;
        }
        .ArticleInMenu .Title {
                text-align: justify;
                margin-top: 10px;
        }
        .ArticleInMenu .ArticleCatName {
                margin: 0;
        }
        .thongke1 {
                padding: 5px !important;
        }
        .ArticleInMenu .ArticleOfCat li {
                overflow: hidden;
                text-align: justify;
        }
        .ArticleInMenu li {
                overflow: hidden;
                text-align: justify;
        }
        .DropdownMenu .MenuList .TopMenu .HasChildren,
        .TopMenuActive .HasChildren {
                height: auto;
        }
        .DropdownMenu .MenuList .Popup .sub a span {
                display: inline-block !important;
        }
        .SingleTab .Wrap .first .title {
                text-align: justify;
        }
        .SingleTab .Wrap {
                padding: 5px;
        }
        .SingleTab .Wrap .next li a {
                text-align: justify;
        }
        .SingleTab .Wrap .next li {
                text-align: justify;
                margin-left: 0;
        }
        .MultipleTabDefault .Wrap .first .title {
                text-align: justify;
        }
        .calendar-container td {
                display: table-cell !important;
                width: auto !important;
        }
        .SearchResults input[type='text'], select {
                width: 100%;
                border: 1px solid silver;
                margin: 0 !important;
                border-radius: 5px;
        }
        .SearchResults {
                padding: 5px !important;
                text-align: justify;
        }
        .SearchResults table {
                width: 100% !important;
        }
        .SearchResults table td {
                padding: 5px;
                display: flex;
                width: 100% !important;
        }
        .SearchResults table td div {
                width: 100%;
                margin: 0 !important;
        }
        .SearchResults .ResultList .Item .Image {
                width: 80px !important;
                height: 60px !important;
        }
        .SearchResults .BeginDate > div {
                width: 100% !important;
        }
        .SearchResults .BeginDate > div > table > tbody > tr {
                display: flex;
        }
        .DropdownMenu .MenuList .Dropdown .sub a {
                height: auto;
                /* padding: 0 5px; */
        }
        .SearchResults .EndDate > div {
                width: 100% !important;
        }
        .SearchResults .EndDate > div > table > tbody > tr {
                display: flex;
        }
        .SearchResults .BeginDate > div > table > tbody > tr > td:nth-child(2) {
                width: 30px !important;
        }
        .SearchResults .EndDate > div > table > tbody > tr > td:nth-child(2) {
                width: 30px !important;
        }
        .SearchResults .SearchPane .SearchButton {
                width: 100%;
                padding: 3px !important;
                line-height: 1.5 !important;
                display: flex;
                align-items: center;
                justify-content: center;
        }
        .vanbanquypham {
                padding: 5px !important;
                width: 100vw !important;
                box-sizing: border-box !important;
        }
        .vanbanquypham .Search .ExTitle > span {
                color: transparent;
                display: inline-block;
                font: bold 12px Arial;
                text-transform: uppercase;
                white-space: nowrap;
        }
        .vanbanquypham table {
                width: 100% !important;
        }
        .vanbanquypham .ExContent td {
                display: block !important;
                width: 100% !important;
        }
        .vanbanquypham .ExContent tr:nth-child(1) td:nth-child(2) {
                display: block !important;
                width: 100% !important;
        }
        .vanbanquypham .ExContent tr td:nth-child(1) {
                margin: 3px 0 !important;
                color: dimgray;
        }
        .vanbanquypham .ExContent td select,
        .vanbanquypham .ExContent td input {
                width: 100% !important;
                display: block !important;
                box-sizing: border-box !important;
                padding: 3px !important;
                border: 1px solid #ddd;
                height: auto !important;
                border-radius: 5px;
        }
        .vanbanquypham input.Search,
        .vanbanquypham input.Cancel {
                height: 30px !important;
                width: auto !important;
                box-shadow: none !important;
                margin: 0 !important;
                border: none !important;
                font-weight: bold;
                font-size: 12px !important;
                margin-top: 5px !important;
                display: inline-block !important;
        }
        .vanbanquypham input.Search {
                flex-grow: 5 !important;
                margin-right: 5px !important;
        }
        .vanbanquypham input.Cancel {
                flex-grow: 1 !important;
                background: silver !important;
        }
        .vanbanquypham .ExContent > table > tbody > tr:last-child > td:nth-child(1) {
                display: none !important;
        }
        .vanbanquypham .ExContent > table > tbody > tr:last-child > td:nth-child(2) > div {
                display: flex !important;
        }
        .vanbanquypham .List > div > table,
        .vanbanquypham .List > div > table > tbody > tr > td,
        .vanbanquypham .List > div > table > tbody > tr > th {
                border: none !important;
                padding: 5px 0px !important;
        }
        .vanbanquypham .List > div > table > tbody > tr > th {
                display: none !important;
        }
        .vanbanquypham .List > div > table > tbody > tr {
                position: relative !important;
                border-bottom: 1px solid #e5e5e5 !important;
        }
        .vanbanquypham .List > div > table > tbody > tr > td:nth-child(1),
        .vanbanquypham .List > div > table > tbody > tr > td:nth-child(2) {
                display: inline-block !important;
        }
        .vanbanquypham .List > div > table > tbody > tr > td {
                display: block !important;
                text-align: left !important;
        }
        .vanbanquypham .List > div > table > tbody > tr > td:nth-child(1),
        .vanbanquypham .List > div > table > tbody > tr > td:nth-child(3) * {
                font-weight: bold !important;
                margin-right: 10px !important;
        }
        .vanbanquypham .List > div > table > tbody > tr > td:nth-child(2) * {
                font-style: italic !important;
                font-size: 11px !important;
        }
        .vanbanquypham .List > div > table > tbody > tr > td:nth-child(4) {
                text-align: right;
        }
        .vanbanquypham .ListControl .List > div > table > tbody > tr > td:nth-child(4) > a {
                background: #b80002;
                padding: 2px 10px;
                border-radius: 2px;
                color: white;
                font-size: 11px !important;
        }
        li.TopMenuActive {
        }
        .VerticalMenuControl .MenuList .second {
                width: 100% !important;
        }
        .VerticalMenuControl .MenuList .second li.sub {
                width: 100% !important;
        }
        .QuestionList .DetailQuestion {
                padding: 0;
        }
        .QuestionList .DetailQuestion .Content .blockQues fieldset legend {
                width: auto !important;
                margin: 5px;
                font-weight: bold;
        }
        .QuestionList .DetailQuestion .Content .blockQues {
                text-align: justify;
        }
        .QuestionList .DetailQuestion .Content .blockanswer fieldset legend {
                width: auto !important;
                margin: 5px;
                font-weight: bold;
        }
        .QuestionList .DetailQuestion .Content .blockanswer .detail {
                text-align: justify;
        }
        .QuestionList .DetailQuestion .Content .blockanswer .detail *,
        .QuestionList .DetailQuestion .Content .blockQues * {
                font-size: 13px !important;
                line-height: 1.3 !important
        }
        .UIChiTiet fieldset table {
                width: 100%;
        }
        .UIChiTiet .txtSearch {
                width: 100% !important;
                border: 1px solid silver;
                border-radius: 5px;
        }
        .UIChiTiet .ddCoQuan, .ddLinhVuc {
                width: 100% !important;
        }
        .UIChiTiet {
                padding: 5px;
        }
        .UIChiTiet fieldset {
                padding: 5px;
        }
        .UIChiTiet fieldset > legend {
                width: auto !important;
                margin: 5px;
        }
        .NewSteeringControl .DetailScroll {
                z-index: 9999;
        }
        .ArticleDetailControl video {
                width: 100%;
        }
        .UIGopYVanBan .view {
                padding: 5px !important;
        }
        .UIGopYVanBan .form-gop-y {
                padding: 5px !important;
        }
        .UIGopYVanBan .view a {
                margin: 5px 0;
                display: block;
        }
        .navbar-overlay {
                position: fixed !important;
                top: 0;
                right: 0;
                z-index: -1;
                height: 100vh !important;
                width: 100vw !important;
                box-shadow: none !important;
                margin: 0 !important;
                padding: 0;
                background: rgba(0, 0, 0, 0.3);
                display: none;
        }
        .SliderArticleImage {
                margin: 0;
        }
        .SliderArticleImage .ItemPanel img {
                width: 100% !important;
                height: auto !important;
                object-fit: cover;
        }
        .SingleTab .Wrap .next {
                padding-left: 0;
        }
        .CalendarTableWrapper {
                width: 100%;
                overflow: auto;
        }
        .UIWeekCalendar {
                padding: 5px;
                width: 100vw;
        }
        .UIWeekCalendar td {
                display: table-cell !important;
        }
        .UIWeekCalendar .CellPrevious, .CellNext {
                width: 150px !important;
        }
        .UIChiTiet th {
                display: none;
        }
        .UIChiTiet td, .UIChiTiet table {
                border: none !important;
        }
        .UIChiTiet tr {
                border-bottom: 1px dotted #e4e4e4;
        }
        .UIChiTiet td:last-child > table > tbody > tr {
                display: flex !important;
        }
        .UIArticleListContent .second-box .item {
                height: auto !important;
                width: 100% !important;
                min-height: 60px;
                display: flex;
                padding: 0;
        }
        .UIArticleListContent .Wrap .second-box .item .image {
                margin-right: 10px;
        }
        .ArticleInMenu .col-lg-2 {
                padding: 0 !important;
                margin-right: 0;
                flex: none;
                max-width: 100%;
                width: 100% !important;
                height: 60vw;
        }
        .ArticleInMenu .col-lg-10 {
                padding: 0;
                flex: 1;
        }
        .ArticleInMenu .row {
                flex-direction: row;
        }
        .UIImageDetail ul.list li.item img {
                width: 100px !important;
                height: 100px !important;
                box-shadow: 2px 2px 5px #aaa !important;
                border-radius: 3px !important;
                object-fit: cover;
        }
        .UIImageDetail ul.list li.item {
                padding: 5px;
        }
        .ImageCategory .LibraryItem {
                width: 100%;
                margin: 0;
                padding: 0px;
        }
        .ImageCategory img {
                width: 100%;
                height: auto;
                object-fit: cover;
        }
        .ArticleDetailControl .UISocialShare {
                display: flex;
                align-items: center;
        }
        .ArticleDetailControl .UISocialShare * {
                height: 25px !important;
        }
        .UIImageDetail ul.list {
                display: flex;
                flex-wrap: wrap;
                width: 100vw;
                align-content: center;
                align-items: center;
                list-style: none;
                margin: 0;
                padding: 0;
                justify-content: center;
        }
        div.layout-background {
                display: none;
        }
        .tv-container {
                flex-direction: column;
        }
        .tv-category {
                width: 100%;
        }
        .tv-docs {
                width: 100vw;
                padding: 0;
        }
        .tv-filter * {
                font-size: 12px !important;
        }
        .tv-list table tr {
                flex-direction: column;
        }
        .tv-list table tr td > a {
                width: 100%;
        }
        .tv-list table tr td + td {
                padding: 0 10px;
        }
        .tv-list table tr td {
                padding: 0 10px;
        }
        .btn-paging a {
                width: auto;
        }
        .tv-more {
                flex-direction: column;
        }
        .tv-more div:nth-last-child(2) {
                width: 100%;
        }
        .tv-more div:nth-last-child(1) {
                width: 100%;
                margin: 0;
        }
        .tv-more ul {
                width: 100%;
        }
        .tv-more ul * {
                box-sizing: border-box;
        }
        .tv-more ul li {
                margin: 0;
        }
        .MenuNavigation {
                padding: 10px;
                margin: 0;
                width: 100vw;
        }
        .UIMedicalSpecialistSearching .item.col-sm-12 {
                max-width: 45%;
        }
        .UIMedicalSpecialistSearching .avatar img {
                height: 160px;
                object-fit: cover;
        }
        .UIMedicalSpecialistSearching .condition {
                flex-wrap: wrap;
                flex-direction: column;
        }
        .UIMedicalSpecialistSearching .condition > div {
                width: 100%;
        }
        .UIMedicalSpecialistSearching .condition > div + div {
                margin: 0;
                margin-top: 10px;
        }
        .UIMedicalSpecialistSearching .RadDropDownList {
                width: 100%;
        }
        .UIMedicalSpecialistSearching {
                width: 100vw;
        }
        .SliderArticleImage .Item {
                width: 100%;
        }
        .FieldControl .Detail table tr td.ItemStyle .UserItem {
                width: 100%;
        }
        .FieldControl .Detail table tr {
                width: 100%;
                margin: 0;
                padding: 0 10px;
        }
        .TabList ul.HeaderWrap {
                height: auto;
                display: inline-block;
        }
        .MultipleTabExt .Header .HeadWraper ul li {
                margin: 2px !important;
        }
        .MultipleTabExt .Header {
                height: auto;
        }
        .MultipleTabExt .Header .HeadWraper ul {
                display: flex;
                flex-wrap: wrap;
        }
        .DropdownMenu ul.MenuList li a {
                display: flex;
                align-items: center;
                align-content: flex-end;
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: flex-start;
        }
        .DropdownMenu ul.MenuList li a span {
                display: inline-block !important;
                flex: 1;
        }
        .DetailControl .detail-file {
                padding: 0;
        }
        .ThreeTab.row {
                flex-direction: column;
        }
        .ThreeTab .col {
                margin: 0 !important;
                margin-bottom: 10px !important;
                padding: 0 10px;
        }
        .ThreeTab .col img {
                margin-right: 10px;
        }
}
@media only screen and (max-width: 768px) {
        .ArticleInMenuNew{
                padding: 0 15px !important;
                margin-bottom: 15px !important;
                width: 100vw !important;
                box-sizing: border-box !important;
        }
        .ArticleInMenuNew .SingleArticle .tool {
                height: auto !important;
                display: flex;
                align-items: center;
                justify-content: flex-end;
        }
        .ArticleInMenuNew .SingleArticle img{
                max-width: 100vw !important;
                height: auto !important;
                margin: 10px 0 !important;
                object-fit: cover;
        }
        .ArticleInMenuNew .SingleArticle .Font_Color{
                position:static !important;
        }
        .ArticleDetailControl .Font_Color {
                position: static;
        }
        .UIFooterControl * {
                display: flex !important;
                flex-direction: column !important;
                height: auto !important;
                max-width: 100%;
                justify-content: center;
                align-items: center;
                margin: 1px 0 !important;
                padding: 0 !important;
                position: static;
                width: 100% !important;
                max-width: 100% !important;
                line-height: 1.5;
                text-align: center;
        }
}
@media screen and (max-width: 768px) {
        .UIProtalListCMU101 .ul-tab{
                display:flex;
                flex-direction:column;
        }
        .UIProtalListCMU101 .Content{
                position:relative;
                margin-top:5%;
        }
        .UIProtalListCMU101 .Content ul.Container ul.SiteList>li {
                flex: 100%;
        }
        .UIProtalListCMU101 .Content ul.Container ul.SiteList {
                margin-left: -25px;
        }
}
.ArticleDetailControl .ArticleTool{
        display:flex;
        align-items: center;
        border-top: solid 1px #ddd;
        border-bottom: solid 1px #ddd;
        margin-top: 20px;
        margin-bottom: 20px;
}
.ArticleInMenuNew .ArticleInMenuTool{
        height: 40px;
        background: #fff;
        text-align: right;
        width:100%;
        padding-top: 0;
        cursor: pointer;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
}
/*==========marquee============*/
.scroll-text {
        white-space: nowrap;
        overflow: hidden;
        box-sizing: border-box;
        height: 40px;
        line-height: 40px;
}
.scroll-text span {
        display: inline-block;
        animation: scroll-left 10s linear infinite;
        color: #0b23b1;
        font-size:12px;
        font-weight:normal;
}
@keyframes scroll-left {
        0% {
                transform: translateX(100%);
        }
        100% {
                transform: translateX(-100%);
        }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
        body{
                overflow-x: hidden;
        }
        .UIBannerControl img {
        }
        .DropdownMenu .MenuList{
                display: flex;
                justify-content: flex-start;
                /* margin-left: 45px; */
        }
        .ImageLibraryBar_Default {
                /* width: 94%; */
        }
        .MainStructure .MainContent {
                /* width: 100%; */
        }
        .SingleSearch{
        }
        .SingleSearch .SearchBox {
                /* width: 300px; */
                height: 100%;
                position: relative;
                display: block !important;
                /* right: 58px; */
                float: right;
        }
        .DropdownMenu .MenuList .TopMenu {
                float: left;
                /* padding: 0px; */
                position: relative;
        }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
        body{
                overflow-x: hidden;
        }
        .MainStructure .TopBanner{
                width: 100vw;
        }
        .MainStructure .TopBar{
                width: 100vw;
        }
        .UIBannerControl img {
                /* width: 100vw !important; */
                /* padding: 5px; */
                /* text-align: center; */
        }
        .DropdownMenu .MenuList{
                width: 100vw !important;
                display: flex;
                justify-content: flex-start;
                /* margin-left: 33px; */
        }
        .ImageLibraryBar_Default {
                width: 94%;
        }
        .MainStructure .MainContent {
                width: 100%;
                /* display: flex; */
                /* align-items: flex-start; */
        }
        .MainStructure .MainContent>tbody>tr{
                display: flex;
                justify-content: space-between;
                width: 100vw;
                gap: 10px;
        }
        .MainStructure.table-3-col .MainContent .ContentBar{
                /* min-width: 45%; */
                /* width: 43%; */
                /* flex-shrink: 0; */
                flex: 45%;
        }
        .MainStructure.table-3-col .MainContent .RightBar{
                flex: 25%;
        }
        .SingleSearch{
                /* width: 820px !important; */
                top: auto;
        }
        .SingleSearch .SearchBox {
                /* width: 300px; */
                height: 100%;
                position: relative;
                /* display: block !important; */
                /* right: 58px; */
                float: right;
        }
        .DropdownMenu .MenuList .TopMenu {
                float: left;
                padding: 0px 8px;
                position: relative;
        }
        .TopMenuActive span, .TopMenu span {
                /* text-transform: uppercase; */
                /* float: left; */
                /* position: relative; */
                /* display: block; */
                /* color: #fff; */
                /* font-size: 14px; */
                white-space: nowrap;
        }
        .MainStructure .ContentBanner{
                width:100vw;
                padding: 0;
        }
        .MainStructure .FooterBanner{
                width:100vw;
                padding: 0;
        }
        .MainStructure .FooterBar{
                width: 100%;
        }
}
figcaption{
        text-align:center !important;
        color: #342EFF;
        font-style:italic;
        line-height:1.5;
}
figure{
        margin: 0 auto !important;
        overflow: hidden;
}
.UILoginSSO .LoginHeader{
        height:30px;
        background:#0057a6;
        margin-bottom: 13px;
}
.UILoginSSO .LoginHeader .LoginTitle{
        line-height:30px;
        padding-left:10px;
        font-weight:bold;
        text-transform:uppercase;
        color:#fff;
}
.UILoginSSO .LoginContainer{
        padding:10px;
}
.UILoginSSO .LoginContainer .ButtonInfo{
        display:flex;
        gap:10px;
}
.MainStructure.table-3-col .MainContent .ContentBar{
        width:50%;
}
.MainStructure.table-3-col .MainContent .RightBar{
        width:25%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
        .MainStructure.table-3-col .MainContent .ContentBar{
                width: 45%;
        }
        .MainStructure.table-3-col .MainContent .RightBar{
                width:25%;
        }
        .MainStructure.table-3-col .MainContent .ContentBar table tbody tr td.RightCol{
                display:none;
        }
        .MainStructure.table-3-col .MainContent .ContentBar table,.MainStructure.table-3-col .MainContent .ContentBar table tbody,
        .MainStructure.table-3-col .MainContent .ContentBar table tbody tr, .MainStructure.table-3-col .MainContent .ContentBar table tbody tr td{
                display: block;
        }
        .MainStructure.table-2-col .MainContent .LeftBar table,.MainStructure.table-2-col .MainContent .LeftBar table tbody,
        .MainStructure.table-2-col .MainContent .LeftBar table tbody tr, .MainStructure.table-2-col .MainContent .LeftBar table tbody tr td{
                display: block;
        }
        .SliderLeft .LeftCol .LeftPanel{
                width:100%;
        }
        .YoutubePlayer .VideoContain{
                width:auto !important;
        }
        .three-col tbody tr{
                display: flex;
                flex-direction: column;
        }
        .three-col tbody tr td{
                width:auto !important;
        }
}
@media only screen and (max-width: 768px){
        .MainStructure.table-3-col .FooterBar {
                width: 100% !important;
        }
        .MainStructure.table-3-col .fixed {
                padding-top: 15px !important;
                padding-bottom: 40px !important;
        }
        .MainStructure.table-3-col .LeftBar,.MainStructure.table-3-col .LeftBanner,.MainStructure.table-3-col .ContentBar {
                display:block !important;
        }
        .MainStructure.table-3-col .ContentBanner {
                position: static;
        }
        .bottom-tool{
                display: none !important;
        }
        .MainStructure.table-3-col .MainContent>tbody>tr{
                display:flex !important;
                flex-direction: column;
        }
        .MainStructure.table-3-col .LeftBar{
                display:block;
                order:2;
        }
        .MainStructure.table-3-col .ContentBar{
                display:block;
                order:1;
        }
        .MainStructure.table-3-col .MainContent .RightBar{
                display: block !important;
                order:3;
        }
}
.AdvertisementBottomRight .AdvertContent div a img:hover{
        opacity: 0.7;
}
