﻿html {
    /*background-image:url("Content/themes/bg_bvtb.png");*/
    /*background-color: #e2e2e2;*/
    margin: 0;
    padding: 0;
}

body {
    /*background:url(bg_bvtb.png) no-repeat;*/
    border-top: solid 0px #000;
    /*color: #333;*/
    /*font-size: 9pt !important;*/
    font-family: Tahoma;
    font-stretch: normal;
    font-weight: 400;
    margin: 0;
    padding: 0;
}



a {
    /*color: #180EC5;*/
    text-decoration: none;
    color:blue;
}
a:hover, a:focus{
     text-decoration: none;
     color:blue;
}

mark {
    /*background-color: #a6dbed;*/
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/*h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

    h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }*/

/* main layout
----------------------------------------------------------*/
. {
    margin: 0 auto;
}

#body {
    /*background-color: #efeeef;*/
    clear: both;
    padding-bottom: 35px;
}

.main-content {
    background: url("../Images/accent.png") no-repeat;
    padding-left: 10px;
    padding-top: 0px;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    /*background-color:#D3E38E;*/
}

#ct101 {
    background: url("../bg_bvtb.png") no-repeat;
}

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }





/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #89BE27;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }






.hyperLink {
    text-decoration: none;
}

fontGrid {
    font-size: 9pt;
}



/*a.dxeHyperlink:active {
    color: #4D3E6A;
}*/

a.dxeHyperlink {
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: normal;
    color: #4D3E6A; /*đen tối*/
    text-decoration: none;
    padding-left: 0px;
}

dxeLabel {
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: normal;
    color: #4D3E6A; /*đen tối*/
    text-decoration: none;
    padding-left: 0px;
}

paddingText {
    padding-top: 2px;
    padding-bottom: 3px;
}

MyClass {
    white-space: normal;
    word-wrap: break-word;
}



.HyperLink1 {
    text-align:justify;
    color: blue;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    padding-right:10px;
    text-transform:uppercase;
}

#HyperLink1 {
    text-align:justify;
    color: blue;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    padding-right:10px;
    text-transform:uppercase;
}



#HyperLink2 {
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}

#formThongBao3 {
    text-decoration: none;
}

#nd {
    color: #696984;
    font-style: italic;
    font-size: 12px;
    font-weight:300;
}

#gt {
    color: #202479;
    font-size: 12px;
    font-family: Arial;
    font-style: italic;
    text-align: justify;
    padding-left: 0px;
    padding-right: 0px;
    font-weight:400;
}

.imgttsk {
    background-image:url(../Content/themes/bgSach.png); background-repeat:no-repeat; 
    box-shadow: 0 0 10px blue;
    border-radius:10px;
    height: 90px;
    width: 90px;
    /*padding: 2px 2px 2px 2px;*/
    -webkit-transform: scale(0.9); /*Webkit: Scale down image to 0.8x original size*/
    -moz-transform: scale(0.9); /*Mozilla scale version*/
    -o-transform: scale(0.9); /*Opera scale version*/
    -webkit-transition-duration: 1s; /*Webkit: Animation duration*/
    -moz-transition-duration: 1s; /*Mozilla duration version*/
    -o-transition-duration: 1s; /*Opera duration version*/
    opacity: 1; /*initial opacity of images*/
    margin: 0 10px 5px 0; /*margin between images*/
    
}



.imgttsk:hover {
    /*box-shadow: 0 0 5px red;*/
    -webkit-transform: scale(4); /*Webkit: Scale up image to 1.2x original size*/
    -moz-transform: scale(4); /*Mozilla scale version*/
    -o-transform: scale(4); /*Opera scale version*/
    box-shadow: 0px 0px 30px gray; /*CSS3 shadow: 30px blurred shadow all around image*/
    -webkit-box-shadow: 0px 0px 30px gray; /*Safari shadow version*/
    -moz-box-shadow: 0px 0px 30px gray; /*Mozilla shadow version*/
    opacity: 1;


}

.itemMR-LTC{
    /*display:inline-block;*/
    
    box-shadow: 0 0 15px green;
    border-radius:5px;
    font-family: "Times New Roman",Times,serif;
    
    color: #333;
    font-size:11px;
    font-weight:bold;
    padding-top:10px;
    padding-bottom:8px;
    /*padding-top:5px;*/
    margin: 2px 10px 2px 2px;
    width:200px;
}
.itemMR-LTC:hover{
    box-shadow: 0 0 5px green;
}



.dtv-menu-vertical{
    /*display:inline-block;*/
    /*display:block;*/
    /*position:relative;*/
    box-shadow: 0 0 5px green;
    border-radius:5px;
    font-family: "Times New Roman",Times,serif;
    padding: 2px 2px 2px 2px;
    color: #333;
    font-size:13px;
    font-weight:bold;
    overflow:visible;
    width:100%;
    
    /*padding-top:5px;*/
    margin: 2px 2px 2px 2px;
    width:220px;
}
.dtv-menu-vertical:hover{
    box-shadow: 0 0 15px green;
    border-radius:5px;
    
}

/*new left menu*/

    /*end left menu*/


.lichtruc{
    /*display:inline-block;*/
    
    box-shadow: 0 0 15px yellow;
    
    border-radius:5px;
    font-family: "Times New Roman",Times,serif;
    
    color: white;
    font-size:12px;
    font-weight:bold;
    padding-top:10px;
    padding-bottom:8px;
    /*padding-top:5px;*/
    margin: 2px 10px 2px 2px;
    width:200px;
}
.lichtruc:hover{
    box-shadow: 0 0 5px green;
}


.luottruycap{
    /*display:inline-block;*/
    
    box-shadow: 0 0 15px yellow;
    border: 2px solid #9E894E;
    border-radius:5px;
    font-family: "Times New Roman",Times,serif;
    
    color: white;
    font-size:12px;
    font-weight:bold;
    padding-top:10px;
    padding-bottom:8px;
    /*padding-top:5px;*/
    margin: 2px 10px 2px 2px;
    width:200px;
}
.luottruycap:hover{
    box-shadow: 0 0 5px green;
}


.box-content{
    /*display:inline-block;*/
    
    box-shadow: 0 0 5px green;
    border-radius:5px;
    font-family: "Times New Roman",Times,serif;
    background-color:transparent;
    /*color: #333;*/
    font-size:11px;
    font-weight:bold;
    padding-top:10px;
    padding-bottom:8px;
    /*padding-top:5px;*/
    margin: 2px 10px 2px 2px;
    width:200px;
}
.box-content:hover{
    box-shadow: 0 0 15px green;
}

.dtv-slide-master{

    box-shadow: 0 0 5px green;
    border-radius:5px;
    font-family: "Times New Roman",Times,serif;
    
    color: #333;
    font-size:11px;
    font-weight:bold;
    padding: 0 0 0 0;
    /*padding-top:5px;*/
    margin: 2px 10px 2px 2px;
    width:100%;
}

.qc{
    /*display:inline-block;*/
   
    box-shadow: 0 0 15px blue;
    border-radius:5px;
    font-family: "Times New Roman",Times,serif;
    
    color: #333;
    font-size:11px;
    font-weight:bold;
    padding-top:0px;
    padding-bottom:0px;
    /*padding-top:5px;*/
    margin: 2px 10px 2px 2px;
    width:200px;
}
.qc:hover{
    box-shadow: 0 0 5px green;
}



  #bodyMain{
      background-color:#f3f7e6;
  }