:root {
    --color-blue: #0a2471;
    --color-blue-light: #2c60ad;
    --color-blus-subject: #1f3781;
    --color-red: #99031e;
    --color-secondary: #333333
}

html {
    position: relative;
}

a {
    cursor: pointer;
}

.FnChk {}

.FnChk h5 {}

.FnChk input[type=text],
.FnChk input[type=email],
.FnChk input[type=password],
.FnChk select,
.FnChk textarea {}

.FnChk input[type=text],
.FnChk input[type=email],
.FnChk input[type=password] {}

input[type="submit"],
input[type="button"] {
    cursor: pointer;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999 !important;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    border: 1px solid #fff;
    position: relative;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxOverlay {
    background: #999;
}

#colorbox {
    outline: 0;
}

#cboxContent {
    overflow: visible;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    /*height: 100% !important;*/
}

#cboxLoadingGraphic {
    background: url(images/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
    background: #000;
}

#cboxTitle {
    position: absolute;
    top: -22px;
    left: 0;
    color: #fff;
}

#cboxCurrent {
    position: absolute;
    top: -22px;
    right: 205px;
    text-indent: -9999px;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    bottom: -20px;
    color: #FFFFFF;
    display: none;
    overflow: visible;
    position: absolute;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0;
}

#cboxPrevious {
    right: 100px;
}

#cboxNext {
    right: 55px;
}

#cboxClose {
    background: url("images/close.png") repeat scroll center top rgba(0, 0, 0, 0);
    height: 30px;
    overflow: hidden;
    right: 5px;
    text-indent: -999px;
    top: 6px;
    width: 30px;
    background-size: contain;
    outline: none;
}

#cboxClose:hover {
    background-position: center bottom !important;
}

.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
    right: 100px;
}

.cboxSlideshow_on #cboxSlideshow {
    right: 175px;
}

.cboxSlideshow_off #cboxSlideshow {
    right: 175px;
}

#cboxCornerTop,
#cboxCornerBottom {
    width: 213px;
    height: 134px;
    position: absolute;
    display: none;
}

#cboxWrapper {
    overflow: inherit;
}

.ft-left {
    float: left!important;
}

.ft-right {
    float: right!important;
}

.mg-top-6 {
    margin-top: 6px!important;
}

.mg-left-10 {
    margin-left: 10px!important;
}

.mg-left-35 {
    margin-left: 35px!important;
}

.pd-top-bottom-5 {
    padding: 5px 0px!important;
}

.pd-top-bottom-8 {
    padding: 8px 0!important;
}

.pd-top-bottom-10 {
    padding: 10px 0px!important;
}

.pd-top-18 {
    padding-top: 18px!important;
}

.pd-top-19 {
    padding-top: 19px!important;
}

.mg-10 {
    margin: 10px!important;
}

.mg-left-5 {
    margin-left: 5px!important;
}

.mg-left-10 {
    margin-left: 10px!important;
}

.mg-left-15 {
    margin-left: 15px!important;
}

.mg-left-20 {
    margin-left: 20px!important;
}

.mg-right-5 {
    margin-right: 5px!important;
}

.mg-right-9 {
    margin-right: 9px!important;
}

.mg-right-10 {
    margin-right: 10px!important;
}

.mg-right-14 {
    margin-right: 10px!important;
}

.mg-right-15 {
    margin-right: 15px!important;
}

.mg-right-20 {
    margin-right: 20px!important;
}

.mg-bottom-50 {
    margin-bottom: 50px!important;
}

.mg-bottom-30 {
    margin-bottom: 30px!important;
}

.mg-top-1 {
    margin-top: 1px!important;
}

.mg-top-5 {
    margin-top: 5px!important;
}

.mg-top-10 {
    margin-top: 10px!important;
}

.mg-top-15 {
    margin-top: 15px!important;
}

.mg-top-20 {
    margin-top: 20px!important;
}

.mg-top-25 {
    margin-top: 25px!important;
}

.mg-top-30 {
    margin-top: 30px!important;
}

.mg-top-40 {
    margin-top: 40px!important;
}

.mg-top-50 {
    margin-top: 50px!important;
}

.mg-bottom-5 {
    margin-bottom: 5px!important;
}

.mg-bottom-10 {
    margin-bottom: 10px!important;
}

.mg-bottom-15 {
    margin-bottom: 15px!important;
}

.mg-bottom-20 {
    margin-bottom: 20px!important;
}

.mg-top-bottom-8 {
    margin: 8px 0 !important;
}

.pd-2 {
    padding: 2px!important;
}

.pd-4 {
    padding: 4px!important;
}

.pd-5 {
    padding: 5px!important;
}

.pd-10 {
    padding: 10px!important;
}

.pd-t-3 {
    padding-top: 3px!important;
}

.pd-t-5 {
    padding-top: 5px!important;
}

.pd-t-6 {
    padding-top: 6px!important;
}

.pd-t-7 {
    padding-top: 7px!important;
}

.pd-t-8 {
    padding-top: 8px!important;
}

.pd-l-10 {
    padding-left: 10px!important;
}

.pd-l-30 {
    padding-left: 30px!important;
}

.pd-l-60 {
    padding-left: 60px!important;
}

.pd-l-90 {
    padding-left: 90px!important;
}

.pd-r-10 {
    padding-right: 10px!important;
}

.pd-r-20 {
    padding-right: 20px!important;
}

.pd-b-6 {
    padding-bottom: 6px!important;
}

.pd-b-7 {
    padding-bottom: 7px!important;
}

.pd-b-8 {
    padding-bottom: 8px!important;
}

.pd-b-80 {
    padding-bottom: 80px!important;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.line-bottom-light {
    border-bottom: 1px solid #DCDCDC;
}

.line-top-light {
    border-top: 1px solid #DCDCDC;
}

.bg-white {
    background-color: #fff;
}

.rows-2 {
    padding: 2px 0;
    overflow: hidden;
}

.rows-4 {
    padding: 4px 0;
    overflow: hidden;
}

.rows-7 {
    padding: 7px 0;
    overflow: hidden;
}

.rows-10 {
    overflow: hidden;
    padding: 10px 0;
}

.rows-t-10 {
    overflow: hidden;
    padding-top: 10px!important;
}

.clear {
    clear: both;
}

.clearfix {
    clear: both;
}

.social_share {
    padding-top: 20px;
    padding-bottom: 20px;
}

.file_tt {}

.file_tt .file_header {
    background: #0e0d6a;
    color: #fff;
}

.file_tt .file_header td {
    font-size: 22px;
    line-height: 22px;
    white-space: nowrap;
    padding: 15px 10px;
}

.file_tt .rowdata td {
    border-bottom: 1px solid #E1E1E1;
    background: #fff;
}

.file_tt .rowdata:hover td {
    background: #F2F2F2;
}

.file_tt .subject {
    text-align: left;
}

.file_tt .countdownload {
    display: inline-block;
    padding-left: 30px;
    text-align: left;
    position: relative;
    line-height: 21px;
}

.file_tt .countdownload::before {
    content: "\f019";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 7px;
    top: 0px;
    font-size: 14px;
}

._boxdate,
._boxdate {
    width: 54px;
    background: #009ad9;
    height: 54px;
    display: inline-block;
    color: #fff;
}

._boxdate .day,
._boxdate .count {
    font-size: 14px;
}

._boxdate .count {
    padding-top: 5px;
}

.download_name {
    font-family: 'THSarabunNew';
    padding-left: 55px;
    font-weight: 400;
    padding-bottom: 5px;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
}

.download_desc {
    color: #A4A4A4;
    font-weight: none;
    line-height: 15px;
    font-size: 16px;
    padding-left: 55px;
    display: block;
}

.downloadicon_type,
.downloadicon_pdftype,
.downloadicon_xlstype,
.downloadicon_xlsxtype,
.downloadicon_ppttype,
.downloadicon_pptxtype,
.downloadicon_doctype,
.downloadicon_docxtype,
.downloadicon_swftype,
.downloadicon_rartype,
.downloadicon_ziptype,
.downloadicon_pngtype,
.downloadicon_Othertype,
.downloadicon_giftype,
.downloadicon_jpgtype,
.downloadicon_mp3type,
.downloadicon_mp4type {
    width: 100%;
    min-height: 22px;
    float: left;
    padding-right: 10px;
    background-repeat: no-repeat;
    background-position: 3px 2px;
    position: relative;
}

.downloadicon_type::before,
.downloadicon_pdftype::before,
.downloadicon_xlstype::before,
.downloadicon_xlsxtype::before,
.downloadicon_ppttype::before,
.downloadicon_pptxtype::before,
.downloadicon_doctype::before,
.downloadicon_docxtype::before,
.downloadicon_swftype::before,
.downloadicon_rartype::before,
.downloadicon_ziptype::before,
.downloadicon_pngtype::before,
.downloadicon_Othertype::before,
.downloadicon_giftype::before,
.downloadicon_jpgtype::before,
.downloadicon_mp3type::before,
.downloadicon_mp4type::before,
.downloadicon_linktype::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 3px;
    left: 10px;
    /* font-size: 20px; */
    left: 15px;
    font-size: 26px;
}

div[class*=downloadicon_].icon-xl {
    height: 100%;
}

div[class*=downloadicon_].icon-xl::before {
    top: 6px;
    left: 17px;
    font-size: 20px;
}

.downloadicon_linktype::before {
    content: "\f0c1";
    color: #f86f38;
    transform: rotateZ(90deg);
    left: 27px !important;
    /* content: '';
    background-size: contain;
    background-image: url(/assets2021_v2/assets/app/img/file/link.png);
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat; */
}

.downloadicon_pdftype::before {
    content: "\f1c1";
    color: #b10000;
    font-size: 20px;
    /* content: '';
    background-size: contain;
    background-image: url(/assets2021_v2/assets/app/img/file/pdf.png);
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat; */
}

.downloadicon_xlstype::before,
.downloadicon_xlsxtype::before {
    content: "\f1c3";
    color: green;
    /* content: '';
    background-size: contain;
    background-image: url(/assets2021_v2/assets/app/img/file/xls.png);
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat; */
}

.downloadicon_ppttype::before,
.downloadicon_pptxtype::before {
    content: "\f1c4";
    color: #F44336;
    /*  repeat: no-repeat; */
}

.downloadicon_doctype::before,
.downloadicon_docxtype::before {
    content: "\f1c2";
    color: #3F51B5;
    /* content: '';
    background-size: contain;
    background-image: url(/assets2021_v2/assets/app/img/file/doc.png);
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat; */
}

.downloadicon_swftype::before {
    content: "\f0f6";
}

.downloadicon_rartype::before {
    content: "\f1c6";
}

.downloadicon_ziptype::before {
    content: "\f1c6";
    /* content: '';
    background-size: contain;
    background-image: url(/assets2021_v2/assets/app/img/file/zip.png);
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat; */
}

.downloadicon_pngtype::before {
    content: "\f1c5";
}

.downloadicon_Othertype::before,
.downloadicon_type::before {
    content: "\f0f6";
    /* content: '';
    background-size: contain;
    background-image: url(/assets2021_v2/assets/app/img/file/pdf.png);
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat; */
}

.downloadicon_giftype::before {
    content: "\f1c5";
}

.downloadicon_jpgtype::before {
    content: "\f1c5";
}

.downloadicon_mp3type::before {
    content: "\f1c7";
}

.downloadicon_mp4type::before {
    content: "\f1c8";
    /* content: '';
    background-size: contain;
    background-image: url(/assets2021_v2/assets/app/img/file/pdf.png);
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat; */
}

.pop_up {
    min-width: 500px;
    min-height: 300px;
    background: #fff;
    border: 1px solid #fff;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    font-size: 18px;
}

.pop_up .header {
    background: none repeat scroll 0 0 #0a2471;
    height: 43px;
    padding: 10px;
}

.pop_up .content {
    background: #fff;
}

.txt-3 {
    font-size: 14px;
    font-weight: bold;
}

.txt-4 {
    font-size: 13px;
    font-weight: bold;
}

.pop_enews {
    max-width: 850px;
    color: #666;
    padding: 20px 60px;
}

.pop_enews .left,
.pop_enews .right {
    float: left;
    width: 500px;
}

.pop_enews .right {
    width: 290px;
    padding-left: 40px;
    padding-right: 0px;
    border-left: 1px solid #eee;
}

.pop_enews .right .text {
    padding: 0 0 10px;
}

.chk_enews {
    float: left;
    width: 155px;
    height: 15px;
    padding: 3px 2px 2px 10px;
    font-size: 13px;
    opacity: 0.7;
    color: #000 !important;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.chk_enews:hover {
    background: #EFEFEF;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    opacity: 1;
    font-size: 12px;
}

.select_enews {
    min-height: 180px;
}

.pop_up .header .title_enews {
    color: #999999;
    float: left;
    font-size: 22px;
    font-weight: bold;
    margin-top: 0px;
}

.pop_up .header .subtitle_enews {
    padding-top: -15px;
    font-size: 16px;
    color: #fff;
    display: none;
}

.pop_member .minilline {
    background-image: url(img/mini-line.png);
    background-repeat: no-repeat;
    margin-top: 20px;
    height: 1px;
    margin-bottom: 10px;
    width: 340px;
    height: 24px;
}

.dotelline {
    border-bottom: 1px dashed #eee;
    height: 1px;
}

.newslist_check {
    width: 210px;
    padding: 5px;
    float: left;
}

.newslist_check label {
    margin-left: 5px;
}

.pop_up .header .tilte {
    float: left;
    font-size: 16px;
    margin-top: 0px;
    color: #fff;
}

.pop_member {
    width: 720px;
    color: #666;
    padding: 20px 40px;
    padding-bottom: 40px;
}

.pop_member .alert {
    padding-left: 100px;
}

.pop_member .txt {
    font-size: 20px;
    font-weight: bold;
    color: #1f3781;
    line-height: 26px;
}

.pop_member #inputMEmail {
    width: 90%;
}

.pop_member .lline {
    border-bottom: 1px dashed #eee;
    height: 1px;
    margin-bottom: 20px;
}

.pop_member .benefit {
    display: block;
    list-style: none;
    margin-left: 100px;
}

.pop_member .benefit li {
    display: block;
    line-height: 18px;
}

.form_login {
    background: none repeat scroll 0 0 #fff;
    border-top: 1px solid #EAE8E8;
    position: relative;
    padding: 20px 60px;
    padding-bottom: 40px;
    width: 730px;
}

.form_login .txt {
    color: #1f3781;
    font-size: 20px;
    font-weight: bold;
    float: left;
}

.form_login .L,
.form_login .R {
    float: left;
    width: 310px;
}

.form_login .L {
    padding-left: 40px;
    position: relative;
    z-index: 1;
}

.form_login .L form label,
.form_login .L form #inputMEmail,
.form_login .L form #inputMPwd,
.form_login .L form .option {
    clear: both;
    display: block;
    margin-bottom: 10px;
    color: #666;
}

.form_login .R {
    text-align: center;
    padding-top: 50px;
}

.i-enews {
    background: url(../img/icon/enew.png) left center no-repeat;
    float: left;
    height: 35px;
    width: 80px;
}

.i-member {
    background: url(popup/pop_login.png) 10px center no-repeat;
    float: left;
    height: 30px;
    width: 40px;
}

.i-login {
    background: url(popup/pop_member.png) 10px center no-repeat;
    float: left;
    height: 30px;
    width: 40px;
}

.bg {
    background: url(popup/member-regis/btn-01.png) center center no-repeat;
    height: 32px;
    width: 104px;
    border: none;
    color: #fff;
    text-shadow: 1px 1px #6C6C6C;
}

.txtcolor {
    color: #1f3781;
}

.error {
    border: 1px solid red !important;
}

.member_box {}

.member_box .box_thumb {
    width: 215px;
    height: 230px;
    background: url(img/m-pic-bg.png)no-repeat left bottom;
    float: left;
}

.member_box .thumbnail {
    width: 200px;
    height: 210px;
    border: 3px solid #999;
}

.member_box .thumbnail img {
    width: 100%;
}

.member_box .thumbnail a {
    background: url(img/bg_overlay.png);
    bottom: 0;
    color: #FFFFFF;
    display: block;
    padding: 5px 0;
    position: absolute;
    width: 100%;
    ;
}

.member_box .thumbnail a .iconEdit {
    background: url(img/edit.png) no-repeat top left;
    width: 15px;
    height: 15px;
    display: block;
    float: left;
    margin-right: 5px;
    margin-left: 10px;
}

.member_box .right {
    float: left;
    padding-left: 40px;
    position: relative;
}

.member_box .right .name {
    font-size: 16px;
    font-weight: bold;
}

.member_box .right .name {
    font-size: 16px;
    font-weight: bold;
}

.member_box .right .email {
    color: #666;
    font-weight: bold;
    margin-bottom: 10px;
}

.member_box .right .other {
    color: #999;
    font-size: 11px;
}

.member_box .right .option {
    border-top: 1px dotted #CCCCCC;
    list-style: none outside none;
    margin-top: 30px;
    padding-top: 10px;
}

.member_box .right .option li {
    float: left;
}

.member_box .right .option li a {
    padding-left: 20px;
    padding-right: 10px;
    font-weight: bold;
    color: #999;
    display: block;
    height: 16px;
}

.member_box .right .option li a.icon_edit {
    background: url(img/m-edit.png) top left no-repeat;
}

.icon_star {
    background: url(img/m-star.png) top left no-repeat;
}

.member_box .right .option li a.icon_pwd {
    background: url(img/m-pwd.png) top left no-repeat;
}

.member_box .right .option li a:hover,
.icon_star.selected {
    background-position: bottom left;
    color: #1f3781;
}

.member_box .right #btn_logout {
    position: absolute;
    top: 10px;
    right: 10px;
}

.btnStar {
    padding-left: 20px;
}

.btnMakeRead {}

.formPrecess {
    color: #999;
    padding-bottom: 20px;
}

.formPrecess h3 {
    color: #69C15B;
    margin: 0;
    padding: 10px 0px 12px;
    border-bottom: 1px dotted #E0E0E0;
    font-weight: normal;
    font-size: 22px;
}

.formPrecess .data {
    padding: 10px 10px 10px 0px;
    position: relative;
    border-bottom: 1px dotted #E0E0E0;
    margin-bottom: 20px;
}

.formPrecess form {}

.formPrecess .data .row {
    display: inline-block;
    width: 100%;
}

.formPrecess .data .row .title {
    width: 135px;
    text-align: right;
    margin-right: 20px;
    padding-top: 5px;
}

.formPrecess .data .row input {
    margin-right: 10px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.formPrecess .data .row select {
    margin-bottom: 5px;
}

.formPrecess .data .row .title {
    float: left;
}

.formPrecess .data .row input {
    float: left;
}

.formPrecess .data .row input[type='checkbox'] {
    float: none;
}

.formPrecess .data .photo {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 170px;
}

.formPrecess .data .photo .box_thumb {
    width: 170px;
    height: 177px;
    background: url(img/m-pic-bg.png)no-repeat left bottom;
    float: left;
    background-size: contain;
}

.formPrecess .data .photo .thumbnail {
    width: 160px;
    height: 160px;
    border: 3px solid #01757A;
}

.formPrecess .data .photo .thumbnail img {
    width: 100%;
}

.formPrecess .data .photo .box_file {
    position: relative;
    overflow: hidden;
    width: 170px;
    height: 25px;
    background: url(img/bg_img_upload.png) center center no-repeat;
    cursor: pointer;
}

.formPrecess .data .photo .box_file input[type=file] {
    position: absolute;
    overflow: hidden;
    font-size: 999px;
    right: 0;
    top: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.formPrecess .data .photo .box_file label {
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-weight: bold;
    line-height: 23px;
    text-indent: 60px;
    width: 100%;
}

.formPrecess .data .photo .tile_accep {
    text-align: center;
    width: 100%;
    padding-top: 3px;
}

.formPrecess .data .follow {
    padding: 10px 0;
}

.formPrecess .data .follow:first-child {
    border-bottom: 1px dotted #E0E0E0;
    padding-top: 0;
}

.formPrecess .data .follow h5 {
    margin: 0;
}

.formPrecess .data .follow .list_check {
    width: 210px;
    padding: 5px 0;
    float: left;
}

.formPrecess .data .follow input[type='checkbox'] {
    float: left;
}

.formPrecess .data .follow label {
    margin-left: 5px;
    display: block;
    padding-left: 12px;
}

.formPrecess .submit {
    margin: 0 auto;
    width: 300px;
    text-align: center;
    margin-top: 10px;
}

.feeds_content .content_checkbox {
    bottom: 0;
    left: -20px;
    margin: auto;
    position: absolute;
    top: 0;
}

.feeds_content .content_datalist .row {
    position: relative;
}

.sbutton,
.sbutton span {
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sbutton.disabled {}

.sbutton {
    text-align: center;
    white-space: nowrap;
    line-height: 1em;
    position: relative;
    outline: none;
    overflow: visible;
    cursor: pointer;
    border: 1px solid #999;
    border: rgba(0, 0, 0, .2) 1px solid;
    border-bottom: rgba(0, 0, 0, .4) 1px solid;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    background: -moz-linear-gradient(center top, rgba(255, 255, 255, .1) 0%, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, center bottom, center top, from(rgba(0, 0, 0, .1)), to(rgba(255, 255, 255, .1)));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')";
    -moz-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

sbutton::-moz-focus-inner {
    border: none;
}

sbutton.sbutton {
    padding: 0px;
    margin: 0;
}

.sbutton.full,
.sbutton.full span {
    display: block;
}

.sbutton:hover,
.sbutton.hover {
    background: -moz-linear-gradient(center top, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, .1) 100%);
    background: -webkit-gradient(linear, center bottom, center top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .2)));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')";
}

.sbutton:active,
.sbutton.active {
    -moz-box-shadow: inset 0 0 5px #fff;
    -webkit-box-shadow: inset 0 0 5px #fff;
    box-shadow: inset 0 0 5px #fff;
}

.sbutton span {
    position: relative;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    border-top: rgba(255, 255, 255, .2) 1px solid;
    padding: 0.6em 1.3em;
    line-height: 1.1em;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}

.sbutton span.black {
    color: #000;
}

.sbutton.small span {
    font-size: 12px;
}

.sbutton.medium span {
    font-size: 13px;
}

.sbutton.large span {
    font-size: 18px;
}

.sbutton.black {
    background-color: #333333;
}

.sbutton.gray {
    background-color: #666666;
}

.sbutton.white {
    background-color: #DADADA;
}

.sbutton.red {
    background-color: #e62727;
}

.sbutton.orange {
    background-color: #ff5c00;
}

.sbutton.magenta {
    background-color: #A9014B;
}

.sbutton.yellow {
    background-color: #ffb515;
}

.sbutton.blue {
    background-color: #618CB9;
}

.sbutton.pink {
    background-color: #e22092;
}

.sbutton.green {
    background-color: #3c9100;
}

.sbutton.rosy {
    background-color: #F16C7C;
}

.sbutton.brown {
    background-color: #804000;
}

.sbutton.purple {
    background-color: #800080;
}

.sbutton.cyan {
    background-color: #46C7C7;
}

.sbutton.gold {
    background-color: #D4A017;
}

.sbutton.while {
    background-color: #FFFFFF;
}

.main_leftmenu ul {
    list-style: none;
}

.main_leftmenu ul li a {
    display: block;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border-bottom: 1px dotted #eaeaea;
    padding: 10px 20px;
    font-size: 16px;
    color: #424242;
    font-weight: 300;
    position: relative;
    display: block;
}

.main_leftmenu ul>li.header {
    border-bottom: none;
}

.main_leftmenu ul>li {}

.main_leftmenu ul ul li>a {
    border-bottom: 1px solid #E0E0E0;
    text-decoration: none;
    cursor: pointer;
}

.main_leftmenu ul ul ul ul li>a {
    border-bottom: none;
}

.main_leftmenu ul ul>li.sub {
    border-bottom: none;
}

.main_leftmenu ul {
    position: relative;
    margin: 0;
    padding: 0;
}

.main_leftmenu>ul>ul>li.open>a,
.main_leftmenu>ul>ul>li:hover>a,
.main_leftmenu>ul>ul>li.selected>a {
    background: #1f3781 url(../images/cms/bulletgroup.png) no-repeat;
    background-position: left;
    color: #FFF;
    display: block;
    padding-left: 35px;
    padding-right: 40px;
}

.main_leftmenu>ul>ul>li.sub>a {
    background-position: right bottom;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.main_leftmenu ul ul li.sub>a::after {
    content: '▾';
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.main_leftmenu ul ul li.sub.open>a::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main_leftmenu ul ul li.sub>a span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main_leftmenu ul ul li>ul li {
    border-bottom: none;
}

.main_leftmenu>ul>li.selected>a {
    background: #1f3781;
    color: #fff;
}

.main_leftmenu>ul>li>ul>li:hover>a {
    background: #efefef;
}

.main_leftmenu>ul>li>ul>li.selected>a {
    color: #1f3781;
    font-weight: bold;
}

.main_leftmenu>ul>li>ul>li>ul>li:hover>a {
    background: #efefef;
}

.main_leftmenu>ul>li>ul>li>ul>li.selected>a {
    background: #efefef;
    color: #1f3781;
    font-weight: bold;
}

.main_leftmenu ul ul li>ul li>a {
    font-size: 14px;
    line-height: 14px;
    padding-left: 40px;
    position: relative;
    background: #fff;
}

.main_leftmenu ul ul li>ul li>a:before {
    content: "-";
    left: 25px;
    position: absolute;
}

.main_leftmenu>ul>ul>li>ul li:hover>a,
.main_leftmenu>ul>ul>li>ul li.selected>a {
    background: #1f3781 !important;
    color: #f1f1f1;
}

.main_leftmenu ul li.sub>a {
    cursor: default;
}

.main_leftmenu ul ul ul ul li {
    position: relative;
}

.main_leftmenu ul ul ul ul {
    z-index: 1;
    display: none;
    overflow: hidden;
}

.main_leftmenu ul ul ul ul ul a {
    background: #F9F9F9;
}

.main_leftmenu ul ul ul ul ul>li.selected a {
    background: #f1f1f1;
    color: #09A195;
}

.main_leftmenu ul ul ul li:hover ul {}

.main_leftmenu ul ul ul>li.selected>ul {
    display: block;
}

.main_leftmenu ul ul ul ul li a:before {
    display: none;
}

.main_leftmenu ul ul ul ul>li.selected a,
.main_leftmenu ul ul ul ul>li:hover a {
    background: #f1f1f1;
    color: #1f3781;
}

.main_leftmenu ul ul ul ul>li.selected a {
    font-weight: bold;
}

.main_leftmenu ul.L3 a {
    padding-left: 50px;
    font-size: 13px;
    line-height: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
}

#signIn input,
#forgetPWD input {}

.iconnew,
.iconhot,
.iconcancel,
.iconupdate,
.iconview,
.iconcomment,
.iconmember,
.iconpin,
.iconfb {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

.iconnew {
    background: url(icon/new.png) no-repeat left center;
    width: 34px;
    height: 15px;
}

.iconpin {
    background: url(icon-pin.png) no-repeat center center;
    width: 18px;
    height: 18px;
}

.iconhot {
    background: url(icon/hot.png) no-repeat left center;
    width: 34px;
    height: 15px;
}

.iconupdate {
    background: url(icon/update.png) no-repeat left center;
    width: 34px;
    height: 15px;
}

.iconcancel {
    background: url(icon/cancel.png) no-repeat left center;
    width: 34px;
    height: 15px;
}

.iconview {
    background: url(img/view.png) no-repeat left center;
    width: 15px;
    height: 20px;
    padding-left: 20px;
}

.boxloading {
    background: url(load.gif) center center #fff no-repeat;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pageWrapper {
    clear: both;
    position: relative;
    margin: 20px 0;
    background: #f8f8f8;
    border: 1px #f1f1f1 solid;
}

.pageWrapper>div {
    padding: 5px;
}

.pageWrapper .box-centent {
    position: relative;
    float: left;
    height: 16px;
    margin-top: 2px;
    line-height: 16px;
    padding-right: 10px;
    margin-right: 10px;
    border: 0px solid red;
    border-right: 1px #ccc dotted;
    margin-left: 5px;
}

#pageNum-wrapper ul li,
.pageWrapper #gotoNum,
.pageWrapper #goPageBtn,
.pageWrapper select#perPage {
    height: 30px;
}

.page-split {
    background: #f3f3f3;
    padding: 5px;
}

#pageNum-wrapper {
    width: 330px;
}

.allpage {
    height: 16px;
    line-height: 16px;
    margin-top: 2px;
}

#pageNum-wrapper ul li {
    position: relative;
    display: inline;
    float: left;
    margin-right: 2px;
    padding: 5px 10px;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    background: #cacaca;
    line-height: 20px;
}

#pageNum-wrapper ul li:hover {
    background: #1f3781;
    color: #FFF;
}

#pageNum-wrapper ul li.pageActive {
    background: #1f3781;
    color: #FFF;
}

#goTo-wrapper span {
    position: relative;
    display: block;
    padding-top: 5px;
    padding-left: 10px;
    font-size: 16px;
    float: left;
}

input#gotoNum {
    position: relative;
    color: 26b6f2;
    float: left;
    width: 26px;
    border: 1px solid #1f3781;
    margin: 0px;
    padding: 7px;
    border-right: none;
    margin-left: 5px;
    line-height: 14px;
    font-size: 14px;
    display: inline-block;
}

#jumpTo-wrapper {
    float: right;
    font-size: 15px;
}

input#goPageBtn {
    background: #1f3781;
    border: 1px solid #1f3781;
    margin: 0px;
    font-size: 14px;
    padding: 0px;
    padding: 5px;
    color: #fff;
    margin-right: 5px;
    border-radius: 0;
}

select#perPage {
    position: relative;
    float: left;
    min-width: 100px;
    border: 1px solid #1f3781;
    margin: 0px;
    padding: 7px;
    float: left;
    color: #1f3781;
    padding: 3px;
    border-radius: 0;
}

#js_ul_page {
    margin: 0;
    padding: 0;
}

.javaword-wrap {}

.headsection {
    height: 28px;
    line-height: 28px;
    color: #00428C;
    font-family: "DBOzone";
    font-size: 24px;
    font-weight: normal;
    float: left;
    margin-left: 5px;
}

.innert_attact_file {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.javaword-wrap ul,
.javaword-wrap ol {
    padding-left: 40px;
}

.javaword-wrap li {
    padding: 0px;
    color: #000000;
}

.javaword-wrap a:hover {
    color: #00F !important;
}

.javaword-wrap a {
    color: #1f3781 !important;
}

.datanotfound {
    padding: 20px;
    font-size: 14px;
    text-align: center;
}

.bxcontent {
    margin-top: 20px;
}

.cmsTab {
    margin-bottom: 5px;
}

.showstyle a {
    width: 47px !important;
}

.bxhtml .boxdate {
    font-family: 'Prompt', sans-serif;
    width: 50px;
    height: 50px;
    background: #da251c;
    color: #eef8fc;
    text-align: center;
    position: absolute;
    right: -65px;
    top: 0px;
    font-size: 12px;
    line-height: 14px;
    padding-top: 3px;
}

.bxhtml .boxdate p.day {}

.bxhtml .boxdate p.month {}

.bxhtml .boxdate p.year {}

.bxhtml .boxdate.view {
    top: 60px;
    padding-top: 10px;
}

.bxhtml .boxdate.view .count {}

.bxmobidate {
    width: 50px;
    height: 50px;
    background: #da251c;
    color: #eef8fc;
    text-align: center;
    display: block;
    padding-top: 5px;
}

.bxmobidate>p.day {
    font-size: 12px;
    height: 16px;
    padding-top: 3px;
    margin-bottom: 0;
}

.bxmobidate>p.month {
    font-size: 12px;
    margin-bottom: 0;
}

.bxmobidate>p.year {
    font-size: 12px;
    margin-bottom: 0;
}

.bxmobidate>p.txt {
    font-size: 12px;
    margin-bottom: 0;
}

.boxdate>p.day {
    font-size: 12px;
    height: 16px;
    padding-top: 3px;
    margin-bottom: 0;
}

.boxdate>p.month {
    font-size: 12px;
    margin-bottom: 0;
}

.boxdate>p.year {
    font-size: 12px;
    margin-bottom: 0;
}

.boxdate>p.txt {
    font-size: 12px;
    margin-bottom: 0;
}

.bxmobiview {
    width: 54px;
    height: 54px;
    padding-top: 10px;
    background: #da251c;
    color: #eef8fc;
    text-align: center;
    display: block;
}

.bxmobiview>p.count {
    font-size: 12px;
    height: 16px;
    margin-bottom: 0;
}

.bxmobiview>p.txt {
    font-size: 12px;
    margin-bottom: 0;
}

@media only screen and (max-width:960px) {
    .bxmobidate,
    .bxmobiview {
        display: block !important;
    }
}


/* By Phullop Balla  Tel.081-1023435*/

.breadcrumb-nav a span {
    color: var(--color-secondary);
}

.cmsTab a:hover,
.cmsTab a.tabactive,
.bartop .cmsTab a.tabactive {
    color: #ffffff;
    background: #05557C;
}


/* padding-top: 10px;
background: #da251c;
color: #eef8fc;
text-align: center;
display: block;

} */

.bxmobiview>p.count {
    font-size: 12px;
    height: 16px;
    margin-bottom: 0;
}

.bxmobiview>p.txt {
    font-size: 12px;
    margin-bottom: 0;
}

@media only screen and (max-width: 960px) {
    .bxmobidate,
    .bxmobiview {
        display: block !important;
    }
}


/* By Phullop Balla  Tel.081-1023435*/

.breadcrumb-nav a span {
    color: var(--color-secondary);
}

.cmsTab a:hover,
.cmsTab a.tabactive,
.bartop .cmsTab a.tabactive {
    color: #ffffff;
    background: var(--color-red) !important;
}

.cmsTab a {
    color: #ffffff;
    background: var(--color-blue) !important;
    font-size: 20px !important;
}

.bgSeeMore {
    background-color: var(--color-blue) !important;
    font-size: 1.52rem !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.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-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.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-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.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-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.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-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
}

@media (min-width: 576px) {
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}