﻿/*to reset all display of all browser*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    /*border: 0;*/
    /*font: inherit;*/
    /*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*-- starting my style--*/
/*=========================
Main sections
===========================*/
body {
    margin: 0px;
    padding: 0px;
    font-family: "Helvetica World",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 22px;
    /*
    background-color: #bdeaff;
    background-image: url('../items/backdrop/bg.jpg'),  url('../items/backdrop/bgbottom.png');
    background-position: top center, bottom center;
    background-repeat: no-repeat,  no-repeat;
   */
    /*
    background-color: #bdeaff;
    background-image: url('../images/bg.jpg');
    background-repeat: no-repeat;
    background-position: top left;*/
    padding: 0 0 20px;
}

@font-face {
    font-family: "Helvetica World",Helvetica;
    src: url(../css/font/Helvetica-Font/Helvetica.ttf);
}

.topBg {
    /*background-color:#ffffff;*/
    background-color: Red;
}

.margin2side {
    margin-left: 60px;
    margin-right: 60px;
}

.top_right {
    color: #0033ff;
    text-align: right;
    padding: 7px;
}

    .top_right a {
        color: #0033ff;
        text-decoration: none;
    }

        .top_right a:hover {
            color: #ff0033;
            text-decoration: underline;
        }

.activityBg {
    padding-top: 5px;
    padding-left: 0px;
    padding-bottom: 5px;
    text-align: left;
    margin: 0px;
    height: auto;
}

.menuFoot {
    padding-top: 50px;
    padding-bottom: 10px;
    width: 100%;
}

    .menuFoot a {
        color: #666666;
        text-decoration: none;
    }

        .menuFoot a:hover {
            color: #3333ff;
            text-decoration: none;
        }

/*=========================
For menu
===========================*/
.subMenuBg {
    background-color: #f0f0f0;
    color: #0000cc;
    font-weight: normal;
    padding: 0px 7px;
    font-size: 12px;
    font-style: italic;
}

    .subMenuBg a {
        text-decoration: none;
        color: #0000cc;
    }

        .subMenuBg a:hover {
            text-decoration: none;
            color: #cc0000;
        }

.subMenu {
    color: #0000ff;
    font-style: italic;
}

    .subMenu a {
        color: #0000ff;
    }

.clock {
    float: left;
    padding-top: 0px;
    padding-left: 5px;
}

.colorChoice {
    float: right;
    padding-top: 5px;
    padding-right: 5px;
}

.searchbox {
    margin-top: 2px;
    border: solid 1px #ffffff;
    height: 18px;
    width: 150px;
}
/*--- End of main menu --*/

/*=========================
For home pages
===========================*/
.topTitle {
    float: left;
    background: url(../images/top_bg.jpg) no-repeat;
    height: 22px;
    width: 115px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding-left: 3px;
    padding-top: 8px;
}

#topNews_bg {
    /*width:400px;height:300px;*/
    background-color: #ffffff;
    /*border:solid 1px #CFCFCF;*/
    color: #353737;
    text-align: justify;
    margin-left: -10px;
    margin-right: -10px;
    /*margin-bottom:-10px;*/
    max-height: 300px;
    height: 100%;
}

    #topNews_bg ul {
        list-style-image: url(../images/bullet.jpg);
        padding: 5px 0px 0px 20px;
        line-height: 20px;
        border: solid 1px #f3f3f3;
        border-radius: 4px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    }

#divNewest {
    border: solid 1px #f3f3f3;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    width: 100%;
    height: 100%;
    background-color: red;
}

.divNewest {
    background-color: #ffffff;
    padding: 5px;
    margin: 0px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}

.newNews_top {
    height: 30px;
    background-color: #ffffff;
}

.newNews_bg {
    overflow: hidden;
    background-color: #ffffff;
}

.newNews_title {
    background: url(../images/newest_top.png) no-repeat;
    /*width:210px;  height:25px;*/
    color: #126295;
    font-weight: bold;
    font-size: 13px;
    text-align: left;
    text-transform: uppercase;
}

.newNews_list {
}

    .newNews_list ul {
        overflow: hidden;
        list-style-image: url(../images/bullet.jpg);
        list-style-position: inside;
        padding: 5px;
        text-align: justify;
        max-height: 270px;
        background-color: #ffffff;
    }

    .newNews_list li {
        line-height: 17px;
        padding-bottom: 7px;
    }

    .newNews_list a {
        text-decoration: none;
        color: #066190;
    }

        .newNews_list a:hover {
            color: #0000ff;
        }

.listTopNews {
    text-align: left;
    overflow: hidden;
}

.tbTopList td {
    text-align: justify;
    padding-left: 0px;
    padding-right: 5px;
}

    .tbTopList td a {
        text-decoration: none;
        color: #006699;
        font-weight: bold;
        font-size: 13px;
    }

        .tbTopList td a:hover {
            text-decoration: underline;
            color: #0000ff;
        }


/*=========================
For left menu
===========================*/

.boxleft_top {
    /*background: url(../images/1/boxleft_top.jpg) no-repeat;*/
    background: url(../images/1/boxleft_top.png) no-repeat;
    width: 200px;
    height: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 30px;
    text-align: left;
}

    .boxleft_top a {
        /*	color:#cd2e06;*/
        /*color:#000000;*/
        color: #fff;
        text-decoration: none;
    }

        .boxleft_top a:hover {
            color: #ffff00;
            text-decoration: underline;
        }

.boxleft_top_2 {
    background: url(../images/1/boxleft_top.png) no-repeat bottom left;
    width: 200px;
    height: 4px;
}

.boxleft_bg {
    background: url(../images/1/boxleft_bg.png) repeat-y;
    padding: 5px;
    text-align: left;
}

.rightList {
    list-style-position: inside;
    list-style-image: url(../images/bullet.jpg);
    padding: 3px;
}

    .rightList li {
        line-height: 18px;
        padding-top: 5px;
    }

    .rightList a {
        text-decoration: none;
        color: #0252e5;
    }

        .rightList a:hover {
            color: #990000;
            text-decoration: underline;
        }

.listMusic ul {
    list-style-position: inside;
    list-style-image: url(../images/bullet.jpg);
    padding: 3px;
}

.listMusic li {
    line-height: 18px;
    padding-top: 5px;
}

.listMusic a {
    text-decoration: none;
    color: #0252e5;
}

    .listMusic a:hover {
        color: #990000;
        text-decoration: underline;
    }
/*=========================
For blocks news
===========================*/
.tbBlock {
    padding: 0px;
}

.titleTd {
}

.titleBg {
    height: 40px;
    width: 100%;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    /*text-transform:uppercase;*/
    width: 100%;
    padding-left: 15px;
    margin-top: 15px;
    line-height: 40px;
    color: #ffffff;
    background-image: linear-gradient(#b80101, #a50202);
    border-radius: 6px 6px 0px 0px;
    text-transform: uppercase;
}

    .titleBg a {
        color: #FFFFFF;
        /*color:#d20808;*/
        text-decoration: none;
    }

        .titleBg a:hover {
            color: #FFFF00;
            /*color:#ff7e00;*/
        }


.titleBg2 {
    height: 30px;
    width: 100%;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    /*text-transform:uppercase;*/
    width: 100%;
    padding-left: 15px;
    margin-top: 15px;
    line-height: 30px;
    color: #ffffff;
    background: #0066ff;
    border-radius: 6px 6px 0px 0px;
    /*  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

    .titleBg2 a {
        color: #FFFFFF;
        text-decoration: none;
    }

        .titleBg2 a:hover {
            color: #FFFF00;
        }


.titleCenter {
    background: url(../images/block_top.png) repeat-x;
    width: 47px;
    height: 28px;
    float: left;
}

.titleRight {
    background: url(../images/blocktop.png) repeat-x;
    /*background-color:#f2a106;*/
    height: 28px;
    text-align: right;
    font-style: italic;
    padding-right: 5px;
    float: right;
    line-height: 28px;
}

    .titleRight a {
        color: #000;
        text-decoration: none;
    }

        .titleRight a:hover {
            color: #ff6600;
        }


/*
.blockBottom 
{
    background:url(../images/block_bottom.png) no-repeat;
    height:5px;
    }	
  */
.blockTitle {
    color: #0000ff;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 0px;
    padding-bottom: 5px;
    padding-right: 10px;
    text-align: justify;
    font-size: 15px;
}

    .blockTitle a {
        color: #0000ff;
        font-weight: bold;
        font-size: 15px;
        text-decoration: none;
    }

        .blockTitle a:hover {
            color: #cc3300;
            text-decoration: underline;
        }

.blockImage {
    float: left;
    padding: 1px;
    margin-left: 0px;
    margin-right: 5px;
    margin-bottom: 5px;
    /*border:solid 1px #f0f0f0;*/
}

.blockDes {
    text-align: justify;
    color: #000000;
    padding-right: 10px;
    height: auto;
}

.blockSeeMore {
    float: right;
    padding-top: 3px;
    padding-bottom: 20px;
}

    .blockSeeMore a {
        color: #666666;
        text-decoration: none;
    }

        .blockSeeMore a:hover {
            color: #022bfd;
        }

.blockList {
    margin-left: 5px;
    padding-left: 0px;
    text-align: left;
    margin-top: 0px;
    padding-right: 10px;
}

    .blockList ul {
        margin-left: 5px;
        padding-left: 8px;
        line-height: 18px;
        list-style-image: url(../images/bullet.jpg);
    }

        .blockList ul li {
            padding-top: 5px;
            margin-right: 0px;
            border-bottom: dotted 1px #cccccc;
        }

    .blockList a {
        color: #004891;
        text-decoration: none;
    }

        .blockList a:hover {
            color: #cc0033;
            text-decoration: underline;
        }
/*--- End of block news --*/


/*-- for list news --*/
.listTitle {
    color: #004891;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 0px;
    padding-bottom: 5px;
}

    .listTitle a {
        color: #004891;
        font-weight: bold;
        font-size: 13px;
        text-decoration: none;
    }

        .listTitle a:hover {
            /*color:#ff6600;*/
            text-decoration: underline;
        }

.listDes {
    text-align: justify;
    padding: 0px 5px 5px 0px;
}
/*-- end of list news --*/

/*=========================
For comment part
===========================*/
.commentBoxTop {
    font-size: 12px;
    font-weight: bold;
    padding-top: 2px;
    color: #ffffff;
    text-align: left;
    height: 26px;
    text-transform: none;
    background-color: #0066cc;
    border: solid 1px #0066cc;
}

.commentBoxBg {
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    padding-bottom: 8px;
}

.commenttable {
    background-color: #ffffff;
    margin: 5px;
}

    .commenttable td {
        padding: 5px 10px;
    }

.commentbax {
    font-size: 13px;
    font-weight: bold;
    color: #fc3030;
    padding: 5px;
}

.commentTitle {
    color: #022bfd;
}

.commentContent {
}

.commentAuthor {
    font-style: italic;
}

.centerbox {
    color: #fc3030;
    font-weight: bold;
}
/*--- End of comment --*/

/*=========================
For footer
===========================*/
.footMenu {
    float: left;
    border: solid 1px #cccccc;
    padding: 1px;
    margin: 0px 5px 7px 0px;
}

/*.footer {
    background-image: linear-gradient( #b80101,#a50202);
}

    .footer a {
        color: #fff;
        text-decoration: none;
    }*/
.footer_left {
    color: #fff;
    text-align: left;
    padding: 7px;
}

.footer_left a {
        color: #fff;
        text-decoration: none;
 }
 .footer_left a:hover {
            color: #ffff00;
            text-decoration: underline;
}
.footer_right {
    color: #fff;
    text-align: right;
    padding: 7px;
}

.footer_right a {
        color: #fff;
        text-decoration: none;
 }
 .footer_right a:hover {
            color: #ffff00;
            text-decoration: underline;
}

.footerInfo {
    color: #fff;
    text-align: center;
    padding: 7px;
    background-image: linear-gradient( #b80101,#a50202);
}

.footerInfo a {
        color: #fff;
        text-decoration: none;
}

.footerInfo a:hover {
            color: #ffff00;
            text-decoration: underline;
}

.sitemap {
    padding: 7px;
}

    .sitemap a {
        text-decoration: none;
    }

        .sitemap a:hover {
            color: #FF4500;
        }
/*--- End of footer--*/
.bandroll {
    padding: 5px 0px;
}

/*=========================
For right menu
===========================*/
.boxright_top {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background-image: linear-gradient(#b80101, #a50202);
    border-radius: 6px 6px 0px 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .boxright_top a {
        color: #ffffff;
        text-decoration: none;
    }

        .boxright_top a:hover {
            color: #ffff00;
        }

.boxright_bg {
    box-sizing: border-box;
    width: 100%;
    color: #000000;
    text-align: justify;
    padding: 5px;
    height: auto;
    border: solid 1px #f0f0f0;
    border-radius: 0px 0px 4px 4px;
    box-shadow: 3px 3px 5px #ccc;
}

.boxright_bg_nopadding {
    width: 100%;
    color: #000000;
    text-align: justify;
    padding: 0px;
    height: auto;
    border: solid 1px #f0f0f0;
    border-radius: 0px 0px 4px 4px;
    box-shadow: 3px 3px 5px #ccc;
}


/*-- box hình ảnh hoạt động/video--*/
#divTab1 {
    float: left;
    margin-left: 30px;
    cursor: pointer;
}

#divTab2 {
    float: left;
    cursor: pointer;
}

#divAlbum {
    width: 100%;
    min-height: 220px;
    max-width: 100%;
}

#divVideo {
    width: 100%;
    height: auto;
}
/*-- hết box hình ảnh hoạt động/video--*/
.rightMenu {
    border: solid 1px #3087ea;
    padding: 3px;
    width: 200px;
}

.boxWeather {
    padding-left: 7px;
    text-align: left;
}

.adBorder {
    /*padding:1px;*/
    border: solid 1px #f0f0f0;
    text-align: center;
    margin: 5px 0px;
}

.adBorderLeft {
    width: 100%;
    padding: 1px;
    border: solid 1px #cccccc;
    text-align: center;
    margin: 5px 0px;
}

.videoList {
    padding: 5px 3px;
    text-align: left;
}

    .videoList ul {
        list-style-image: url(../images/bullet.gif);
        list-style-position: inside;
        margin-left: 5px;
    }

        .videoList ul li a {
            text-decoration: none;
            color: #0033cc;
        }

            .videoList ul li a:hover {
                text-decoration: underline;
                color: #ff0033;
            }

.videoMore {
    float: right;
    font-style: italic;
    padding-right: 10px;
}

    .videoMore a {
        color: #666666;
        text-decoration: none;
    }

        .videoMore a:hover {
            color: #ff0033;
            text-decoration: underline;
        }

.notify {
    text-align: justify;
    padding: 7px;
    color: #ff0000;
    font-size: 12px;
}

    .notify a {
        text-decoration: none;
        color: #ff0000;
    }

        .notify a:hover {
            color: #ffff00;
        }

.leftReport {
    color: #333333;
    width: 120px;
}

.rightReport {
    font-weight: bold;
    font-size: 13px;
    color: #094d9c;
}
/*--- End of right menu --*/

/*=========================
For detail page
===========================*/
.detailBg {
    margin-left: 5px;
    text-align: justify;
}

.detailTitle {
    padding: 3px 1px;
    text-align: left;
    border-bottom: dotted 1px #ccc;
    text-align: left;
    color: #0000ff;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
}

    .detailTitle a {
        text-decoration: none;
        color: #0000ff;
        font-weight: bold;
        font-size: 15px;
        line-height: 24px;
    }

        .detailTitle a:hover {
            color: #990000;
        }

.detailDes {
    font-size: 13px;
    text-align: justify;
    font-weight: bold;
    /*color:#27408B;*/
    color: #0033ff;
    padding: 0px 5px 5px 5px;
    line-height: 24px;
}

.detailContent {
    font-size: 12px;
    padding: 0px 5px;
    line-height: 24px;
}

    .detailContent p {
        padding-top: 10px;
    }

    .detailContent img {
        width: 100%;
        height: auto;
    }

.dnewstitle {
    /*color:#3333ff; */
    color: #ff0000;
    font-weight: bold;
    padding: 14px 5px;
    font-size: 15px;
    text-align: justify;
    line-height: 24px;
}

    .dnewstitle a {
        color: #02345e;
        text-decoration: none;
    }

        .dnewstitle a:hover {
            color: #339900;
        }

.dnewstitleCenter {
    /*color:#3333ff; */
    color: #02345e;
    font-weight: bold;
    padding: 14px 5px;
    font-size: 15px;
    text-align: center;
    line-height: 24px;
}

    .dnewstitleCenter a {
        color: #02345e;
        text-decoration: none;
    }

        .dnewstitleCenter a:hover {
            color: #339900;
        }
/*
.detailImg
{
	text-align:center;
	width:200px;height:124px;
	}
*/

.detailView {
    text-align: right;
    float: right;
    color: #666666;
    padding-top: 3px;
}

    .detailView a {
        color: #666666;
        text-decoration: none;
    }

        .detailView a:hover {
            color: #022bfd;
        }

.newsTitle {
    padding: 0px 5px;
    text-align: justify;
    padding-left: 5px;
}

.detailAuthor {
    text-align: right;
    font-style: italic;
    font-weight: bold;
}

.title2 {
    color: #003366;
    font-weight: bold;
    text-align: left;
    /*border-bottom:double #003399;*/
}

    .title2 a {
        color: #003366;
        font-weight: bold;
        text-decoration: none;
    }

        .title2 a:hover {
            color: #0066cc;
            text-decoration: underline;
        }

.imgRounding {
    padding: 2px;
    border: solid 1px #cccccc;
    margin-right: 5px;
    margin-bottom: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 3px;
}

.newsContent {
    text-align: justify;
    padding: 0px 5px;
}

.goUp {
    text-align: right;
    padding-top: 3px;
}

    .goUp a {
        text-decoration: none;
    }

        .goUp a:hover {
            color: #6b9902;
        }

.rightmore {
    text-align: right;
    padding-top: 10px;
    padding-right: 10px;
    color: #0033ff;
    font-size: 12px;
}

    .rightmore a {
        color: #0033ff;
        font-weight: normal;
        text-decoration: none;
    }

        .rightmore a:hover {
            color: #339900;
        }

.boxnewsdate {
    color: #6b9902;
}

.linelist {
    height: 12px;
    border-top: dotted 1px #cccccc;
}

.dnewsdateleft {
    font-size: 12px;
    float: left;
    padding-top: 5px;
    padding-left: 5px;
    color: #666666;
}

.dnewsdateright {
    font-size: 12px;
    float: right;
    padding-top: 5px;
    color: #666666;
}

    .dnewsdateright a {
        text-decoration: none;
        color: #666666;
    }

        .dnewsdateright a:hover {
            color: #0033ff;
        }

.shortImg {
    width: 208px;
    float: left;
    margin-right: 5px;
}

.shortImgBorder {
    padding: 3px;
    border: solid 1px #cccccc;
}

.imgDes {
    color: #27408B;
    font-style: italic;
    padding: 3px;
}

.relatedList {
    font-size: 13px;
    font-weight: bold;
    color: #EE0000;
    float: left;
    padding-left: 5px;
}

.bottomLine {
    border-bottom: solid 2px #e4fb9f;
    width: 100%;
}

.listnewsitem {
    padding: 8px;
}

    .listnewsitem a {
        text-decoration: none;
        color: #0252e5;
        font-weight: bold;
        font-size: 13px;
    }

        .listnewsitem a:hover {
            color: #EE0000;
        }

    .listnewsitem img {
        padding: 1px;
        margin: 5px;
        border: solid 1px #f0f0f0;
    }

/*-- for document detail page--*/
.listdocHeader {
    padding: 3px 5px;
    font-weight: bold;
    /*background-color:#f9f9f9;*/
    background-color: #cccccc;
}

.listdoc {
    padding: 3px 5px;
    font-weight: normal;
}

    .listdoc a {
        text-decoration: none;
    }

        .listdoc a:hover {
            text-decoration: underline;
            color: #fc3030;
        }

/*--- End of detail page --*/

/*=========================
For poll
===========================*/
.tablepoll td {
    padding-bottom: 2px;
    padding-top: 8px;
    border-bottom: #c0c0c0 1px solid;
}

.tablepoll #bottom {
    padding-bottom: 2px;
    padding-top: 8px;
    border-bottom: #c0c0c0 0px solid;
}

.pollall {
    padding: 10px;
}

    .pollall a {
        color: #046cd1;
    }

        .pollall a:hover {
            color: #fc0303;
        }

.divpollview {
    background-color: #119d47;
    height: 12px;
}

.polltitle {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14pt;
    color: #075e94;
}

/*--- End of pool --*/


/*=========================
Others
===========================*/
.red {
    color: #EE0000;
    padding-right: 2px;
}

.clearfix {
    clear: both;
}

.faq {
    padding-top: 5px;
    font-weight: bold;
    color: #022bfd;
}

.faqTitle {
    color: #022bfd;
    font-weight: bold;
    padding-top: 5px;
}

.faqQuestion {
    font-weight: bold;
    color: #666666;
}

.faqAnswer {
    padding-bottom: 5px;
}

.faqLine {
    height: 3px;
    border-top: dashed 1px #cccccc;
}

.slug {
    padding-top: 15px;
    color: #022bfd;
    font-weight: bold;
}

    .slug a {
        text-decoration: none;
    }

        .slug a:hover {
            color: #FF7F00;
        }

.fileattach {
    padding-top: 15px;
    color: #022bfd;
    font-weight: bold;
}

.listattach {
    font-weight: normal;
}

    .listattach a {
        text-decoration: none;
        color: #022bfd;
        font-weight: normal;
    }

        .listattach a:hover {
            color: #FF7F00;
        }

.paging a {
    text-decoration: none;
}

.tbCss {
    text-align: center;
}

.seeMore {
    padding-top: 8px;
    float: right;
}

    .seeMore a {
        text-decoration: none;
        color: #666666;
    }

        .seeMore a:hover {
            text-decoration: none;
            color: #0033ff;
        }

.errCss {
    color: #fc3030;
}

.imgBorder {
    border: solid 1px #D3D3D3;
    /*border:solid 1px #cccccc;*/
    padding: 1px;
    margin-right: 7px;
}

.topBg {
    /*
	width:380px;
	height:250px;*/
}

.topTable {
    background-color: #fff9e6;
    border-radius: 4px 4px 0px 0px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.cssGridView {
}

    .cssGridView a {
        text-decoration: none;
    }

    .cssGridView td {
        padding: 2px;
    }

.cssErr {
    color: #ff0000;
}

.blank-5 {
    display: block;
    height: 5px;
    clear: both;
}

.blank-10 {
    display: block;
    height: 10px;
    clear: both;
}

.paddingLeft-10 {
    padding-left: 10px;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.2sidebanner {
    margin: 0px 5px 0px 5px;
}

/*==FOR INPUT BOX==*/
/*=========================
input box
=========================*/
fieldset[disabled] .form-control, fieldset[disabled] input {
    background-color: #fff;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 3px 6px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1;
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type=search] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
        line-height: 34px;
    }

    .list-col {
        display: inline-block;
        float: left;
        padding-top: 5px;
    }


    .list-col1 {
        display: inline-block;
        width: 120px;
        float: left;
        padding-top: 5px;
    }

    .list-col2 {
        display: inline-block;
        width: 200px;
        float: left;
        padding-right: 10px;
        padding-top: 5px;
    }

    .list-col3 {
        display: inline-block;
        width: 300px;
        float: left;
        padding-right: 10px;
        padding-top: 5px;
    }

    .list-col4 {
        display: inline-block;
        width: 400px;
        float: left;
        padding-right: 10px;
        padding-top: 5px;
    }

    /*== BLANK ==*/

    .blank-5 {
        display: block;
        height: 5px;
        clear: both;
    }

    .blank-10 {
        display: block;
        height: 10px;
        clear: both;
    }

    .blank-20 {
        display: block;
        height: 20px;
        clear: both;
    }

    .blank-30 {
        display: block;
        height: 30px;
        clear: both;
    }

    /* style for icon top */
    .#toppage1k {
        bottom: 20px;
        color: #666666;
        cursor: pointer;
        padding: 5px;
        position: fixed;
        right: 10px;
        text-align: center;
        text-decoration: none;
        width: 100px;
    }

    /* tesst*/
    .header_test {
        background-color: Blue;
        background: url('../images/next.png') no-repeat scroll 0 0 transparent;
    }

    .jcarousel-skin-tango .jcarousel-next-horizontal {
        /* background: url('../images/next.png') no-repeat scroll 0 0 transparent;*/
        cursor: pointer;
        height: 52px;
        width: 43px;
        margin-top: 3px;
        position: absolute;
        right: 10px;
        top: 10px;
        background-color: Red;
    }

    .jcarousel-skin-tango .jcarousel-prev-horizontal {
        background: url('../images/pre.png') no-repeat scroll 0 0 transparent;
        cursor: pointer;
        height: 55px;
        left: 0px;
        top: 19px;
        margin-top: 3px;
        position: absolute;
        width: 32px;
    }

    .marqueeCenter {
        text-align: center;
        color: #FF0000;
        font-size: 16px;
        font-weight: bold;
    }

    .adRight {
        /*color:#3333ff; */
        color: #ff0000;
        font-weight: bold;
        padding: 14px 5px;
        font-size: 14px;
        text-align: center;
        border: solid 1px #f0f0f0;
    }

        .adRight a {
            color: #006699;
            text-decoration: none;
        }

    .adContent {
        /* color:#000000;
    text-align:center;*/
    }


    /*== class for video list ==*/
    .videoTitle {
        color: #ff0000;
        font-weight: bold;
        padding: 14px 5px;
        font-size: 14px;
        text-align: justify;
    }

        .videoTitle a {
            color: #02345e;
            text-decoration: none;
        }

            .videoTitle a:hover {
                color: #339900;
            }

    .videoAlbum {
        font-style: italic;
        text-align: center;
    }

        .videoAlbum a {
            color: #666666;
            text-decoration: none;
        }

            .videoAlbum a:hover {
                color: #ff0033;
                text-decoration: underline;
            }

    .listVideo ul {
        list-style-image: none;
    }

    .noMargin {
        margin: 0px !important;
    }

    .videoEmbed {
        width: 100%;
    }

    .img-border {
        border-radius: 3px;
        padding: 3px;
        border-color: #f3f3f3;
    }

        .img-border:focus {
            border-color: #66afe9;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        }

        .img-border:hover {
            border-color: #66afe9;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
            transform: scale(1.1);
        }
    /*====== responsive ===========*/
    /*iphone and ~*/
    @media screen and (min-width: 320px) {
        .margin2side {
            margin-left: 0px;
            margin-right: 0px;
        }

        .padding2side {
            padding-left: 0px;
            padding-right: 0px;
        }

        .tbTopList {
            height: 100px;
        }

            .tbTopList img {
                height: 70px;
            }

        .blockBg {
            width: 100%;
            height: auto;
            padding: 5px;
            margin-right: 5px;
            border: solid 1px #dddddd;
            border-radius: 0px 0px 4px 4px;
            box-shadow: 3px 3px 5px #ccc;
        }

        .paddingOnPhone {
            padding-top: 10px;
        }

        .cssBanner img {
            width: 100%;
            height: 50px;
        }
    }
    /*ipad and ~*/
    @media screen and (min-width: 768px) {
        .margin2side {
            margin-left: 20px;
            margin-right: 20px;
        }

        .padding2side {
            padding-left: 20px;
            padding-right: 20px;
        }

        .tbTopList {
            height: 100px;
        }

            .tbTopList img {
                height: 90px;
            }

        .blockBg {
            width: 100%;
            height: auto;
            padding: 5px;
            margin-right: 5px;
            border: solid 1px #dddddd;
            border-radius: 0px 0px 4px 4px;
            box-shadow: 3px 3px 5px #ccc;
        }

        .paddingOnPhone {
            padding-top: 10px;
        }

        .cssBanner img {
            width: 100%;
            height: 50px;
        }
    }


    /* ipad pro and ~ */
    @media screen and (min-width:992px) {
        .margin2side {
            margin-left: 30px;
            margin-right: 30px;
        }

        .padding2side {
            padding-left: 30px;
            padding-right: 30px;
        }

        .tbTopList {
            height: 100px;
        }

            .tbTopList img {
                height: 100px;
            }

        .blockBg {
            width: 100%;
            height: 350px;
            padding: 5px;
            margin-right: 5px;
            border: solid 1px #dddddd;
            border-radius: 0px 0px 4px 4px;
            box-shadow: 3px 3px 5px #ccc;
        }

        .paddingOnPhone {
            padding-top: 0px;
        }

        .cssBanner img {
            width: 100%;
            height: 80px;
        }
    }
    /* desktop and ~*/
    @media screen and (min-width:1200px) {
        .margin2side {
            margin-left: 70px;
            margin-right: 70px;
        }

        .padding2side {
            padding-left: 70px;
            padding-right: 70px;
        }

        .tbTopList {
            height: 100px;
        }

            .tbTopList img {
                height: 100px;
            }

        .blockBg {
            width: 100%;
            height: 350px;
            padding: 5px;
            margin-right: 5px;
            border: solid 1px #dddddd;
            border-radius: 0px 0px 4px 4px;
            box-shadow: 3px 3px 5px #ccc;
        }

        .paddingOnPhone {
            padding-top: 0px;
        }

        .cssBanner img {
            width: 100%;
            height: 100px;
        }
    }

    .menuTd {
        background: url(../images/menu_bg.png) repeat-x;
        height: 40px;
        text-align: right;
        padding-right: 5px;
    }

    .cssInline {
        display: inline !important;
    }

    .videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        height: 0;
    }

        .videoWrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .detailContent {
        /*position: relative;*/
        /* padding-bottom: 56.25%; /* 16:9 */
        /*height: 0;*/
    }

        .detailContent iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .cssShadow {
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    }

    .blank-5 {
        padding-top: 5px;
    }

    .blank-10 {
        padding-top: 10px;
    }
