css cu*/
.cn_item {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 5px 10px;
    margin: 0;
    background: #fff;
    height: 34px;
    border-bottom: 1px solid #cccccc;
}

.cn_item h2 {
    color: #444444;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.cn_item:hover,
.selected {
    background: #e5e5e5;
    text-decoration: none;
}

.cn_item:active {
    text-decoration: none;
}

.wrap_news_more {
    width: 100%;
    margin-top: 5px;
}

ul.news_more {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.news_more li {
    list-style: none;
}

ul.news_more li a {
    color: #444444;
    text-decoration: none;
}

/*e:css cu*/

/*-------------setting modlue tin moi doc nhieu---------------*/
/*-----------------nut button------------------*/
.button-set .RadButton_Default.rbSkinnedButton,
.button-set .RadButton_Default .rbDecorated,
.button-set .RadButton_Default.rbVerticalButton,
.button-set .RadButton_Default.rbVerticalButton .rbDecorated,
.button-set .RadButton_Default .rbSplitRight,
.button-set .RadButton_Default .rbSplitLeft,
.button-set .rbDecorated {
    line-height: 0px;
    font-size: 14px;
    background-image: none;
    vertical-align: top;
    border-radius: 2px;
    color: #fff;
    background-color: #3498db;
    height: 24px;
}

.button-set .qti-button {
    line-height: 24px;
    font-size: 14px;
    background-image: none;
    vertical-align: top;
    border-radius: 2px;
    color: #fff;
    background-color: #3498db;
    height: 24px;
    padding: 0 5px;
}

.button-set .RadButton_Default.rbSkinnedButton {
    background-image: none;
    margin-bottom: 5px;
}

.button-set .rbPrimaryIcon {
    top: 5px;
}

/*--------------e:button------------------*/
/*check hien thi*/
.check-all label {
    padding: 0 5px;
    vertical-align: middle;
}

/*e:check hien thi*/
/*border input*/

.Tintab_style textarea,
.Tintab_style .riTextBox,
.Tintab_style .RadUpload_Default .ruFakeInput,
.Tintab_style input.input-style,
.Tintab_style .textbox,
.Tintab_style select,
.Tintab_style .RadComboBox table {
    border: 1px solid #dbdbdb !important;
}
/*e:border input*/

/*chieu rong input, combobox*/
@media screen and (max-width: 480px) {

    .Tintab_style div.RadComboBox.RadComboBox_Default,
    .Tintab_style .RadPicker.RadPicker_Default,
    .Tintab_style span.ruFileWrap.ruStyled,
    .Tintab_style input.textbox,
    .Tintab_style input.input-style,
    .Tintab_style .combobox,.Tintab_style .input-style .RadInput_Default ,
    .Tintab_style .input-style .riTextBox{
        width: 100% !important;
    }
}
/*bg combobox*/
.Tintab_style .RadComboBox_Default .rcbInputCell {
    background-image: none;
}


.Tintab_style .RadComboBox_Default .rcbArrowCell,
.Tintab_style .rcbArrowCell.rcbArrowCellRight a {
    background: url(/images/dropdown.png) center center no-repeat;
}

.Tintab_style .RadComboBox .rcbInput {
    padding: 5px;
    border: none !important;
}

.Tintab_style .RadComboBox table td.rcbInputCell {
    padding: 0px;
}

.Tintab_style .RadComboBoxDropDown {
    border-top: none;
    border: 1px solid #dbdbdb;
}


.Main_Tintab_style .RadComboBox table {
    border: 1px solid #dbdbdb !important;
    border-radius: 3px;
}

/*e:bg combobox*/
.Tintab_style .row {
    padding-bottom: 5px;
}

/*chieu rong input, combobox*/
@media screen and (max-width: 480px) {

    .Main_Tintab_style div.RadComboBox.RadComboBox_Default,
    .Main_Tintab_style .RadPicker.RadPicker_Default,
    .Main_Tintab_style span.ruFileWrap.ruStyled,
    .Main_Tintab_style .riSingle,
    .Main_Tintab_style input.textbox,
    .Main_Tintab_style input.input-style,
    .Main_Tintab_style .combobox {
        width: 100% !important;
    }
}

.Setting_Tintab .SubHead {
    width: 30%;
    height: 30px;
    text-indent: 10px;
}

.Setting_Tintab .RadComboBox.RadComboBox_Default {
    height: 27px;
}

.Setting_Tintab td {
    padding-bottom: 5px;
}
.RadComboBoxDropDown_Default {
	border-color: #dbdbdb !important;
}
/*------------e:setting modlue tin moi doc nhieu-------------*/

/* -------------View tin tab -------------- */
.Main_Tintab h1.tab {
    display: none;
}
/* tab tin */

.Main_Tintab ul li {
    list-style-type: none;
    float: left;
    line-height: 24px;
}

.Main_Tintab ul.tab-list {
    margin: 0;
    padding: 0;
}

.Main_Tintab .tab-header {
    height: 35px
}

.Main_Tintab .tab-header ul.tab-list {
    width: 100%;
    float: left;
    min-height: 35px;
    background: -webkit-linear-gradient(top, #fff 60%, #f6f6f6 97%);
    margin-bottom: 10px;
}

.Main_Tintab .tab-header ul.tab-list a {
    padding: 5px 10px;
    font-weight: bold;
    color: #337ab7;
    display: block;
    width: 100%;

}

.Main_Tintab .tab-header ul.tab-list a.tab-active,
.Main_Tintab .tab-header ul.tab-list a.tab-active:hover {
    background: #1f5f9e;
    border-radius: 4px 4px 0 0;
    color: #fff;
}

.Main_Tintab .tab-content {
    /*padding: 10px;
    border: 1px solid #dbdbdb;*/
    border-top: none;
}

.Main_Tintab a.tab-item {
    text-decoration: none;
}
.Main_Tintab div[style="float:left;width:100%"]{
	float: inherit !important
}


/* tin chính */
.news-tintab table {
    width: 100%
}
.news-tintab .tinchinh{
	padding-bottom: 10px;
}

.news-tintab .tieudetinchinh{
    text-align: justify;
    font-weight: bold;
    margin: 5px 0px !important;
}

.news-tintab .tieudetinchinh h2.tieude a {
    font-weight: 600;
    color: #555;
    text-align: justify;
    text-decoration: none;
}
  .news-tintab .tieudetinchinh a {
    font-weight: bold !important;
    color: #020202;
  }
/*  tieu de tin khac */
.news-tintab .tinkhac {
  padding: 5px 0;
  text-align: justify;
  min-height: 52px;
  border-bottom: 1px #dbdbdb dashed;
}
/* hinh anh tin khac*/
.news-tintab .dt-news-post-img {
    position: relative;
    padding: 0;
    padding-bottom: 60%;
    height: 0;
    margin: 0;
}

.news-tintab .dt-news-post-img img {
    width: 100%;
    height: auto;
    border: 1px solid #dbdbdb;
    padding: 5px;
    
}

/*  click menu tab */
@media screen and (min-width: 481px) {
    .Main_Tintab .toggle-btn {
        display: none;
    }
}

@media (max-width: 480px) {
    .Main_Tintab .toggle-btn {
        display: block;
        color: #fff;
        background: #1f5f9e;
        height: 28px;
    }

    .Main_Tintab .toggle-btn a {
        line-height: 25px;
        right: 10px;
        position: relative;
    }

    .Main_Tintab .arrow-open-close {
        position: relative;
        width: 24px;
        height: 24px;
        cursor: pointer;
    }

    .Main_Tintab .arrow-open-close:before,
    .Main_Tintab .arrow-open-close:after {
        transition: 0.20s all ease-in-out;
        position: absolute;
        content: '';
        width: 43%;
        height: 2px;
        background: #fff;
        top: 49%;
        border-radius: 5px;
        font-weight: bold;
    }

    .Main_Tintab .arrow-open-close:before {
        transform: rotate(0deg);
        left: 0;
    }

    .Main_Tintab .arrow-open-close:after {
        transform: rotate(90deg);
        right: 15;
    }

    .Main_Tintab .toggle-btn.hide-toggle .arrow-open-close:before {
        transform: rotate(0deg);
        left: 0;
    }

    .Main_Tintab .toggle-btn.hide-toggle .arrow-open-close:after {
        display: none
    }

    .Main_Tintab .toggle-btn span {
        line-height: 28px;
        text-indent: 20px;
    }

    /* ----Css header tab---- */
    .Main_Tintab .tab-header {
        height: 0px
    }

    .Main_Tintab .tab-header ul.tab-list a.tab-active {
        display: block;
        border-radius: 0px !important;
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .Main_Tintab .tab-header ul.tab-list a {
        width: 100%;
        float: none !important;
        border-bottom: 1px dashed #eee;
        padding: 0 !important;
    }

    .Main_Tintab ul li {
        width: 100%;
        text-align: center;
    }

    .Main_Tintab .tab-header ul.tab-list {
        min-height: 100px;
        z-index: 999;
        display: block;
        background: #ffffff;
        border: 1px solid #dbdbdb;
        border-radius: 0px 0px 5px 0px;
        position: absolute;
    }

    .Main_Tintab .tab-header ul.tab-list {
        display: none !important;
        width: 180px;
        right: 0;
        background: -webkit-linear-gradient(top, #fff 60%, #f6f6f6 97%) !important;
    }

    .Main_Tintab .tab-header ul.tab-list.show {
        display: block !important;
        width: 180px;
        right: 0;
        border-radius: 0px 5px 5px 5px;
    }
}
/*view kieu 1*/
.news-tintab.k1 .tinchinh .tin-img {
    position: relative;
    overflow: hidden;
    padding: 0;
    padding-bottom: 66.25%;
    height: 0;
}

.news-tintab.k1 .tinchinh .tin-img img {
    width: 100%;
    height: auto;
}

.news-tintab.k1 img.anhicon {
    margin: 3px;
}
/*e:view kieu 1*/

/* ------------------------------------------------------   END VIEW TIN TUC  ------------------------------------------------ */


/*kieu phan trang*/
.image-desc img.anhicon {
    margin: 3px;
}

.RadGrid_Office2007 .rgRow td,
.RadGrid_Office2007 .rgAltRow td,
.RadGrid_Office2007 .rgEditRow td,
.RadGrid_Office2007 .rgFooter td {
    border-style: none !important;
    border-width: initial !important;
}

.RadGrid_Office2007 {
    border: none !important;
}

.RadGrid_Office2007 .rgRow a,
.RadGrid_Office2007 .rgAltRow a,
.RadGrid_Office2007 .rgEditRow a,
.RadGrid_Office2007 .rgFooter a,
.RadGrid_Office2007 .rgEditForm a {
    color: inherit !important;
    font-weight: bold;
}

.RadGrid_Windows7 .rgRow td,
.RadGrid_Windows7 .rgAltRow td,
.RadGrid_Windows7 .rgEditRow td,
.RadGrid_Windows7 .rgFooter td {
    border-style: none !important;
    border-width: initial !important;
}

.RadGrid_Windows7 {
    border: none !important;
}

.RadGrid_Windows7 .rgRow a,
.RadGrid_Windows7 .rgAltRow a,
.RadGrid_Windows7 .rgEditRow a,
.RadGrid_Windows7 .rgFooter a,
.RadGrid_Windows7 .rgEditForm a {
    color: inherit !important;
    font-weight: bold;
}

.RadGrid_Windows7 .rgRow {
    background-color: none !important;
}

.row.tinphantrang .anhminhhoa {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 768px){
    .news-tintab .dt-news-post-img {
        padding-bottom: 76%;
    }
    .news-tintab .dt-news-post-img img {
        max-height: 230px;
    }
}
@media screen and (min-width: 769px) {
    .news-tintab .dt-news-post-img img {
        max-height: 220px;
    }
}