﻿@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');
/*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;
    background-color: #e6e6e6; /* font-family: 'Roboto Condensed' , Arial;*/
    font-size: 15px;
    line-height: 20px;
	font-family: Helvetica,'Roboto Condensed', sans-serif;
}
/*
@font-face
{
    font-family: 'Roboto_Condensed' ,Arial;
    src: url(../css/font/Roboto_Condensed/RobotoCondensed-Regular.ttf);
}*/
/*
a:hover 
{
    text-decoration:none;
    }*/
.a { color:#2d6a9f;}
.topBg
{
   background-color: #ffffff;
	 /*box-shadow: 0px 0 10px 0px rgb(0 0 0 / 50%);*/
}
.cssShadow
{
    background-color: #ffffff;
    box-shadow: 0px 0 10px 0px rgb(0 0 0 / 50%);
    }
.activityBg
{
    padding-top: 5px;
    padding-left: 0px;
    padding-bottom: 5px;
    text-align: left;
}

.menuFoot
{
    padding-top: 50px;
    padding-bottom: 10px;
    width: 700px;
}
.menuFoot a
{
    color: #666666;
    text-decoration: none;
}

.menuFoot a:hover
{
    color: #3333ff;
    text-decoration: none;
}

/*=========================
For menu
===========================*/
.subMenuBg
{
   /* background: url(../images/bgsub.jpg) repeat;background-color: #f0f0f0; 
   background: url(../images/bg.jpg) repeat;*/
   
	 
    color: #666666;
    font-weight: normal;
    padding: 10px 0px;
    font-size: 15px;
}
.subMenuBg a
{
    text-decoration: none;
    color: #0000cc;
}
.subMenuBg a:hover
{
    text-decoration: none;
    color: #cc0000;
}

.clock
{
    float: left;
    padding-top: 0px;
    padding-left: 5px;
}
.colorChoice
{
    float: right;
    padding-top: 5px;
    padding-right: 5px;
}
/*
.search
{
    text-align: center;
    background: url('../images/search_bg.jpg') no-repeat;
    width: 248px;
    height: 46px;
    padding-bottom: 5px;
}
#keysearch
{
    border-radius: 4px 4px 4px 4px;
    border: solid 1px #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    float: left;
    width: 220px;
    padding: 3px;
}
*/
/*--- End of main menu --*/

/*=========================
For home pages
===========================*/
#topNews
{
    margin-left: 0px;
    padding-left: 0px;
    float: left;
}
#newestNews
{
    margin-right: 7px;
    float: right;
}
.topTitle
{
    float: left;
    background: url(../images/top_bg.jpg) no-repeat top right;
    height: 22px;
    width: 130px;
    color: #fff; /*font-family: Tahoma;     font-size: 13px;*/
    font-weight: bold;
    padding-left: 3px;
    padding-top: 8px;
}

#topNews_bg
{
    width: 382px;
    height: 330px;
    background-color: #ffffff;
    color: #353737;
    text-align: justify;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 0px; /*       padding: 7px; border: solid 1px #CFCFCF;     border-radius: 3px;     -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25); */
}
/*
#topNews_bg a 
{
	text-decoration:none;
	}
	
#topNews_bg a:hover 
{
	color:#0033ff;
	}
*/
#topNews_bg ul
{
    list-style-image: url(../images/1/bullet.jpg);
    padding: 5px 0px 0px 20px;
    line-height: 20px;
}

.newNews_top
{
    height: 39px;
    background-color: #ffffff;
}
.newNews_bg
{
    background-color: #ffffff;
}
/*.topDes
{
	padding-top:7px;
	color:#353737;
	}
*/

/*=========================
For blocks news
===========================*/
.titleBg
{
    /*background: url(../images/1/titlebg3.png) no-repeat;*/
   /* background-color: #0099ff;*/
   background-color:#007acc;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 10px;
    border-radius: 0px 40px 0px 40px;
    width: 100%;
    height: 32px;
    line-height: 22px;
    color: #FFFF00;
    font-size: 15px; /*    font-family: 'Roboto Condensed' , Arial;*/
    font-weight: bold;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 10px margin-bottom: 5px;
    margin-top: 5px;
    text-align: left;
	text-transform:uppercase;
}

.titleBg a
{
    color: #ffffff;
    text-decoration: none;
}
.titleBg a:hover
{
    color: #FFFF00;
}

.blockTitle
{
    color: #006DB3;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 0px;
    text-align: left;
	
	font-size:16px;
}

.blockTitle a
{
    color: #006DB3;
    font-weight: bold;
    font-size: 17x;
    text-decoration: none;
}
.blockTitle a:hover
{
    text-decoration: underline;
}
/*
.blockImage
{
   
    width: 340px;
    padding: 2px;
    margin-left: 8px;
    margin-bottom: 5px;
}

.blockImage img 
{
    min-width:100%;
    min-height:220px;
    border: solid 1px #ccc;
    }
    */
.blockSeeMore
{
    float: right;
    padding-top: 3px;
    padding-bottom: 20px;
}

.blockSeeMore a
{
    color: #666666;
    text-decoration: none;
}

.blockSeeMore a:hover
{
    color: #022bfd;
}

.blockList
{
    margin-left: 10px;
    padding-left: 0px;
    text-align: left;
    margin-top: 0px;
}

.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: #000000;
    text-decoration: none;
}
.blockList a:hover
{
    color: #cc0033;
    text-decoration: underline;
}
/*--- End of block news --*/


/*-- for list news --*/
.listTitle
{
    color: #cc0000;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 0px;
    padding-bottom: 5px;
}

.listTitle a
{
    color: #cc0000;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}
.listTitle a:hover
{
    /*color:#ff6600;*/
    text-decoration: underline;
}
.listDes
{
    text-align: justify;
    padding: 0px 5px 5px 0px;
}


.videoOtherList ul
{
    margin-left: 5px;
    padding-left: 25px;
    line-height: 22px;
    list-style-image: url(../images/more_blue.gif);
}
.videoOtherList ul li
{
    padding-top: 5px;
    margin-right: 0px;
    border-bottom: dotted 1px #cccccc;
}
.videoOtherList a
{
    color: #0033cc;
    text-decoration: none;
}
/*-- end of list news --*/

/*=========================
For comment part
===========================*/
.commentBoxTop
{
    font-size: 13px;
    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: #cccccc;
    margin: 5px;
}
.commenttable td
{
    padding: 5px 10px;
}
.commentbax
{
    font-size: 14px;
    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-color: #0099ff;*/
  background-color:  #007acc;
}

.footer_right
{
    color: #ffffff;
    text-align: right;
    padding: 7px;
}

.footer_right a
{
    color: #ffffff;
    text-decoration: none;
}

.footer_right a:hover
{
    color: #ffff00;
    text-decoration: underline;
}

.footerInfo
{
    color: #ffffff;
    text-align: center;
    padding: 7px;
}

.footerInfo a
{
    color: #ffffff;
    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--*/


/*=========================
For right menu
===========================*/
.boxright_top
{
    width: 100%;
    height: 28px;
    font-size: 16px; /
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
  /*  background-color: #0099ff;*/
	background-color: #007acc;
    padding: 5px;
    border-radius: 10px 10px 0px 0px;
}
.boxright_top a
{
    color: #ffffff;
    text-decoration: none;
}
.boxright_top a:hover
{
    color: #ffff33;
}
.boxright_bg
{
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    color: #000000;
    text-align: justify;
    padding: 5px;
    border-radius: 0px 0px 4px 4px;
    border: solid 1px #ccc; /*   box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06);
}
.boxright_bg_center
{
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    color: #003399;
    text-align: center;
    border-radius: 0px 0px 4px 4px;
    border: solid 1px #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    margin-bottom: 7px;
}

/*-- box hình ảnh hoạt động/video--*/
#divTab1
{
    float: left;
    margin-left: 30px;
    cursor: pointer;
}
#divTab2
{
    float: left;
    cursor: pointer;
}

#divAlbum
{
    width: 100%;
    height: 180px;
    display: block;
}

#divVideo
{
    width: 100%;
    height: auto;
}
/*-- hết box hình ảnh hoạt động/video--*/
.rightMenu
{
    border: solid 1px #f3f3f3;
    padding: 3px;
    width: 248px;
}
.adBorder
{
    width: 100%;
    padding: 0px;
    border: solid 1px #cccccc;
    text-align: center;
    margin: 5px 0px;
}
.adBorder img
{
    min-width: 100%;
}
.videoList
{
    padding: 5px;
    text-align: left;
    margin-left: 15px;
}
.videoList ul
{
    list-style-image: url(../images/bullet2.jpg);
    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;
}
.notify a
{
    text-decoration: none;
    color: #0252e5;
}
.notify a:hover
{
    color: #ff0000;
}
.saying
{
    font-style: italic;
    font-size: 14px;
    color: #003399;
}
.leftReport
{
    color: #333333;
}
.rightReport
{
    font-weight: bold; /*   font-family: 'Roboto Condensed' , Arial;*/
    font-size: 14px;
    color: #cc0033;
}
/*--- End of right menu --*/

/*=========================
For detail page
===========================*/
.detailBg
{
    margin-left: 5px;
    text-align: justify;
}

.detailTitle
{
    padding: 3px 1px;
    text-align: left; /*border-bottom:double  #339900;*/
    border-bottom: dotted 1px #27408B;
    text-align: left;
    color: #339900;
    font-weight: bold;
    font-size: 16px;
}
.detailTitle a
{
    text-decoration: none;
    color: #339900;
    font-weight: bold;
    font-size: 16px;
}
.detailTitle a:hover
{
    color: #ff9933;
}
.detailDes
{
    font-size: 14px;
    text-align: justify;
    font-weight: bold; /*color:#27408B;*/
    color: #0033ff;
    padding: 0px 5px 5px 5px;
}
.detailContent
{
    /* font-family: Helvetica,'Roboto Condensed', Arial;*/
    font-size: 14px;
    padding: 0px 5px;
    text-align: justify;
	font-family: Helvetica !important;
}
.detailContent p
{
    padding-top: 10px;
}
.detailContent img
{
    width: 100% !important;
}
.dnewstitle
{
    /*color:#3333ff; */
    color: #cc0000;
    font-weight: bold;
    padding: 14px 5px;
    font-size: 16px;
    text-align: left;
}
.dnewstitle a
{
    color: #cc0000;
    text-decoration: none;
}

.dnewstitle 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;
}

.title2
{
    color: #339900;
    font-weight: bold;
    text-align: left; /*border-bottom:double #003399;*/
}
.title2 a
{
    color: #339900;
    font-weight: bold;
    text-decoration: none;
}
.title2 a:hover
{
    color: #f88f08;
}

.imgRounding
{
    padding: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: solid 1px #f0f0f0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}
.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
{
    float: right;
    color: #666666;
    font-size: 12px;
}
.rightmore a
{
    color: #666666;
    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-radius: 3px;
    border: solid 1px #f3f3f3;
}
.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: 710px;
}

.internal
{
    padding: 10px;
}
.internalImg
{
    float: left;
}
.internalTitle
{
    font-size: 13px;
    font-weight: bold;
    color: #339900;
    float: left;
    padding: 0px 10px;
    text-align: left;
}
.internalTitle a
{
    text-decoration: none;
    color: #339900;
}

.internalTitle ul
{
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    color: #0000FF;
    padding-left: 15px;
    list-style-image: url(../images/1/bullet.jpg);
}

.internalTitle ul li
{
    line-height: 24px;
}
.internalTitle a:hover
{
    color: #f56108;
}
.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;
}
.listdoc
{
    padding: 3px 5px;
    font-weight: normal;
}
.listdoc a
{
    text-decoration: none;
	color:#2d6a9f;
}
.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;
    height:5px;
}
.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
{
    /*padding: 2px;     border-radius:2px;*/
    border: solid 1px #ccc;
    margin-right: 7px;
}
/*
.topBg
{
    margin-left: 100px;
    margin-right: 100px;
    background: url(../images/subbg.jpg) repeat;
}
*/
.media
{
}

.media img
{
    padding: 3px;
    max-width: 200px;
    height: 100px;
}
.mediaTitle
{
    display: none;
}

/* make blank rows*/
.blank-5
{
    display: block;
    height: 5px;
    clear: both;
}

.blank-10
{
    display: block;
    height: 10px;
    clear: both;
}

.blank-20
{
    display: block;
    height: 20px;
    clear: both;
}
/*===*/

/* Responsive */
.blockImage
{
    padding: 5px;
}
.blockImage img
{
    width: 100%;
    border: solid 1px #f0f0f0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}

.blockImage img:hover
{
    border-radius: 50%;
    box-shadow: 0 10px 6px -6px grey;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.imgflexdiv img
{
    height: 300px;
}

@media (min-width:375px)
{
    /*
    .topBg
    {
        margin-left: 0px;
        margin-right: 0px;
    }*/
     .cssShadow
    {
        margin-left: 0px;
        margin-right: 0px;
    }
    .imgflexdiv img
    {
        height: 235px;
    }
    .blockImage
    {
        width: 90%;
        padding: 2px;
        margin-left: 8px;
        margin-bottom: 5px;
    }
    .blockImage img
    {
        height: 235px;
    }
}

@media (min-width:768px)
{
    /*
    .topBg
    {
        margin-left: 10px;
        margin-right: 10px;
    }*/
    .cssShadow
    {
        margin-left: 10px;
        margin-right: 10px;
    }
    .imgflexdiv img
    {
        height: 240px;
    }
    .blockImage
    {
        width: 90%;
        padding: 2px;
        margin-left: 8px;
        margin-bottom: 5px;
    }
    .blockImage img
    {
        height: 480px;
    }
}

@media (min-width:992px)
{
    /*
    .topBg
    {
        margin-left: 10px;
        margin-right: 10px;
    }*/
    .cssShadow
    {
        margin-left: 10px;
        margin-right: 10px;
    }
    .imgflexdiv img
    {
        height: 275px;
    }
    .blockImage
    {
        width: 90%;
        padding: 2px;
        margin-left: 8px;
        margin-bottom: 5px;
    }
    .blockImage img
    {
        height: 200px;
    }
}

@media (min-width:1200px)
{
    /*
    .topBg
    {
        margin-left: 100px;
        margin-right: 100px;
    }*/
    .cssShadow
    {
      /*  margin-left: 100px;
        margin-right: 100px;*/
    }
    .imgflexdiv img
    {
        height: 300px;
    }
    .blockImage
    {
        width: 90%;
        padding: 2px;
        margin-left: 8px;
        margin-bottom: 5px;
    }
    .blockImage img
    {
        height: 200px;
    }
}
.imgflexdiv img
{
    height: 250px;
}
/*=====*/



/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content
{
    height: 550px;
}

/* Set gray background color and 100% height */
.sidenav
{
    /*  background-color: #f1f1f1;*/
    background-color: #ffffff;
    height: 100%;
}
/*
.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-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-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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9
{
    padding: 0px;
}*/

.mostread
{
    color: #333;
    font-weight: 100;
    padding: 5px 0px;
    border-bottom: 1px dotted #ccc;
    margin: 0px;
}
.mostread a
{
    color: #0d0d0d;
}
.boxtinmoi_row
{
    margin: 0px 10px;
    padding: 7px 0px;
    border-bottom: solid 1px #ccc;
    font-weight: 200;
}
.boxtinmoi_row_right
{
    padding-right: 10px;
}
.boxtinmoi_row_left
{
    padding-left: 10px;
    text-align: justify;
}
.well
{
    margin-bottom: 0px;
}
.container-fluid
{
    padding-left: 8px;
    padding-right: 8px;
}
.imagetinchinh
{
    width: 100%;
    height: 220px;
}
.notify ul
{
    list-style-image: url('/Skin/images/bullet.png');
}
.blank-5
{
    clear: both;
    padding-top: 5px;
}


.blank-10
{
    clear: both;
    padding-top: 10px;
}

.blank-20
{
    clear: both;
    padding-top: 20px;
}

.cssTable tr td
{
    padding: 5px;
}

.tbView tr td
{
    padding: 5px;
}
/*
.blockCol 
{
    padding-right:15px;
    
}*/

.form-control
{
    display: inline;
}
.cssBtnNew
{
    background: #f3f3f3;
    color: #000000;
    padding: 10px 15px;
    float: left;
}
.cssBtnNewActive
{
    background: #ff0000;
    color: #ffffff;
    padding: 10px 15px;
    float: left;
}

.cssBtnNew a
{
    text-decoration: none;
    color: #000000;
}

.cssBtnNewActive a
{
    text-decoration: none;
    color: #ffffff;
}
.sociallink
{
    width: 100%;
}

.newNews_list
{
}
.newNews_list a
{
    color: #000000;
    text-decoration: none;
}
.newNews_list a:hover
{
    color: #0033cc;
    text-decoration: none;
    cursor: pointer;
}
.newNews_list img
{
    width: 90px;
    height: 56px;
    border: solid 1px #f0f0f0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    margin-right: 5px;
}
.bandroll img
{
    width: 100%;
}

.listMedia
{
    width:100%;
    list-style: none;
    overflow:scroll;
    height:190px;
}
/*
.videoItem
{
    display:inline;
    float:left;
    padding-left:15px;
    padding-top:5px;
    width:200px;
    height:155px;
 
}*/
.videoItem
{
     /* display:inline;
    float:left;
  padding-left:15px;*/
    padding-top:5px;
   /* width:100%;
    height:155px;*/
}
.videoItem a 
{
    color: #000000;
	
    }
.videoItem  a:hover
{
    color: #002db3;
	text-decoration:none;
    }
.listMedia img
{
    border: solid 1px #f0f0f0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    margin-right: 3px;
    margin-bottom: 5px;
    width:100%;
    
    width:180px;
    height:120px;
}

.listMedia img:hover
{
    border-radius: 50%;
    box-shadow: 0 10px 6px -6px grey;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.imgBorder:hover
{
    border-radius: 50%;
    box-shadow: 0 10px 6px -6px grey;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.newNews_list img:hover
{
    border-radius: 50%;
    box-shadow: 0 10px 6px -6px grey;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}