﻿.titlegcs h2 a{
    color:purple;
    font-weight:bold;
    font-style:italic;
}
#hotNews ul li{
      list-style:disc;
  }
.baiviet h4 a{
    color:black;
    font-weight:bolder;
   
}
.baiviet hr{
    margin:5px;
}
.baiviet #btnxem{
    height:50px;
    position:relative;
}
.baiviet #btnxem a{
   position:absolute;
    bottom:0px;
    left:0px;
    background-color:deeppink;
    color:white;
}
.pageindex a {
    color:#5d5c5c;
}
#bvmoi{
        height:350px;
}

#ctbaiviet h2{
    color:mediumvioletred;
}
.pagehot {
    margin-bottom:5px;
}
/*Basic reset*/
* {margin: 0; padding: 0;}

#accordian {
	background-color: white;
	max-width:100%;
	color:white;
 
}
/*heading styles*/
#accordian h3 {
	font-size: 16px;
	line-height: 34px;
	padding: 0 10px;
	cursor: pointer;
	/*fallback for browsers not supporting gradients*/
	background-color: rgb(108, 84, 84);
     margin:5px;
      border-top-right-radius: 15px;
       font-weight:bold;
}
/*heading hover effect*/
#accordian h3:hover {
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
/*iconfont styles*/
#accordian h3 span {
	font-size: 12px;
	margin-right: 7px;
   
}
/*list items*/
#accordian li {
	list-style-type: none;
    background-color:white;
    margin:0px;
     padding:0px;
}
/*links*/
#accordian ul ul li a {
	color: black;
	text-decoration: none;
	font-size: 14px;
	line-height: 27px;
	display: block;
	padding: 0 15px;
	/*transition for smooth hover animation*/
	transition: all 0.15s;
   
}
/*hover effect on links*/
#accordian ul ul li a:hover {
	background: #f15885;
    color:white;
}
/*Lets hide the non active LIs by default*/
#accordian ul ul {
	display: none;
     margin:0px;
     padding:0px;
}
#accordian li.active ul {
	display: block;
}

/*----------------------------------------------*/
