body{
	font-size: .8em;
    font-family: Open Sans,Tahoma,Arial;
    color: #333;
    background-color: #fff;
    text-align: justify;
    width: 100%;
    margin: 0;
    padding: 0;
}
a{
	text-decoration: none;
	color: #000;
}
li{
	list-style-type: none;
}
.wrapperhome{
	width: 100%;
}
.wrapper-header{
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.container{
	width: 1080px;
	margin: 0 auto;
	line-height: 20px;
	padding-top: 10px;
	display: block;
}
.container::after{
	clear: both;
}
.wrapper-header > .container{
	height: 100px;
}
.language > a:hover{
	text-decoration: underline;
}
.language > a.active{
	color: #C00000
}
.search > form > input[type=text] {
    width: 60px;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 4px;
    background-color: white;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 10px 20px 10px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    margin-top: -20px;
}

.search > form > input[type=text]:focus {
    width: 100%;
    border: 2px solid #ccc;
}
.search > form > input[type="submit"]{
	background: url(../img/btnsearch.png) no-repeat top center;
	width: auto;
	padding: 6px 15px;
	border: none;
	position: absolute;
	right: -2px;
	top: 0;
}
.menu > ul > li{display: inline-block;padding: 13px 0;}
.dropdown{display: none;}
.chinh{
	position: relative;
}
.chinh > a{
	color: #333;
    padding: 0px 13px;
   	border-left: 1px solid #333;
    line-height: 13px;
    display: block;
}
.chinh:hover, .chinh:hover > a, li.chinh.active, li.chinh.active > a,
.submenu a:hover{
	color: #C00000;
}
.submenu{
	padding: 0;
	margin-top: 13px;
	background-color: #fff;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
.chinh .wp-submenu{
	display: none;
	position: absolute;
	z-index: 999;
}
.chinh:hover .wp-submenu{
	display: block;
}
.submenu li{padding: 0; margin: 0; min-width: 200px;}
.submenu a{
	display: block;
	padding: 3px 3px 2px 15px;
	font-size: 12px;
	border-bottom: 1px solid #e6e6e6;
}
.content{clear: both; margin-bottom: 40px;}
.footer{
	background-image:url('../img/bg-xam.jpg');
	color: #333;
	padding-bottom: 20px;
}
.footer a:hover{color: #BF1111!important;}
.footer .container{
	display: grid;
	grid-template-columns: 40% 20% 20% 20%;
	padding: 10px 0 25px 0;
}
.footer .container .item h4{
	margin: 15px 20px 15px 0;
	padding: 7px 0;
	border-bottom: 1px solid #333;
}
.footer .container .item > div{
	padding-right: 25px;
}
.footer-bottom{color: #fff;background-color: #95000D; padding-bottom: 10px; margin: 0;}
.footer-bottom a{color: #fff;}
.footer-bottom .container{
	display: grid;
	grid-template-columns: 50% 50%;
}
.footer-bottom .item a{margin-left: 20px;}
.footer-bottom .item input{
	padding: 5px 10px;
	border: 1px solid #95000D;
}
.footer-bottom .item input[type='submit']{
	color: #95000D;
	background-color: #fff;
	border: none;
	cursor: pointer;
}
.nchild {padding:15px 0;}
.nchild:nth-child(odd) {background-color: #f2f2f2;}
.nchild:nth-child(odd) .tab-title{
	background: rgba(0, 0, 0, 0) url("../img/bg-header-xam.jpg") no-repeat scroll center bottom;
	height: 55px;
	color: #BF1111;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
}
.tab-title{
	background: rgba(0, 0, 0, 0) url("../img/bg-header.jpg") no-repeat scroll center bottom;
	height: 55px;
	color: #BF1111;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
}
h1{
	color: #BF1111;
	text-align: center;
	margin: 20px auto;
	line-height: 20px;
}
.logo{
    float:left;
    overflow:hidden;
    margin-left:57.5px;
}
.mySlides {display: none}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
.list-new-event{margin-top:20px;margin-left:0px;}
.list-new-event li{list-style:none;margin-bottom:10px; width:100%; float:left;}
.list-new-event li .new-event-img{border:1px solid #6fa9c5;text-align:center;width:50px;}
.list-new-event li .new-event-img .new-event-img-day {
    padding-top: 8px;
    font-size: 24px;
    color: #4a4a4a;
    min-height: 26px;
}
.list-new-event li:nth-child(even) {background: #fff}
.list-new-event li:nth-child(odd) {background: #f1f2f2}
.list-new-event li .new-event-img .new-event-img-month{background:#286791;color:#fff;height:22px; padding-top:2px; font-size:11px;}
.new-event-item-title{color:#141414;text-decoration:none;}
.list-new-event .span3
{
    width:65px;
    float:left;
}
.list-new-event .span9
{
padding-top:10px;
text-align:left;
padding-right:10px;
}
.group_khaigiang {
    float:left;
    margin-top:5px;
    width:100%;
}
.group_khaigiang .frame-title {
    margin-bottom:0!important;    float: left;
}
.linkmore {
    background: rgba(0, 0, 0, 0) url("/img/icon_arrow_left.png") no-repeat scroll right 5px;
    bottom: 5px;
    color: #707070;
    font-size: 13px;
    height: 25px;
    width: 70px;
    position: absolute;
    right: 5px;
}
.wp.daotao ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
@media all and (max-width: 1100px) {
.wrapperhome, .footer-bottom, .wrapper-header, .footer, .container{width: 100%;}
.container{margin: 0 auto;}
h1, h2, h3, .menu a{ font-size: 1.16em;}
h4, p, a{
	font-size: 1.12em;
}
.footer-bottom .container{
	grid-template-columns: repeat(2, 1fr);
}
}
@media all and (max-width: 850px) {

h1, h2, h3, .menu a{ font-size: 1.16em;}
h4, p, a{
	font-size: 1.12em;
}
p{
    padding: 0 15px
}
.slideshow1{
    display:none;
}
.menu{display: none;}
.wrapper-header .container{height: auto;}
.dropdown {
    overflow: hidden;
    clear: both;
    display: block;
}
.dropdown::before{
	clear: both;
}

.dropdown .dropbtn {
    cursor: pointer;
    font-size: 16px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: #BF1111;
    font-family: inherit;
    width: 100%;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown-content a.active{
	color: #fff;
	background-color: #BF1111;
}

.show {
    display: block;
}
.footer .container .item{
	text-align: left;
	padding-left:10px;
}
}
@media all and (max-width: 640px) {

*{line-height: 130%;}

body, .footer .container .item a{
	font-size: 1em;
}

.footer .container{
	display: grid;
	grid-template-columns: 1fr;
	/* grid-template-rows: 1fr 1fr; */
}

.footer-bottom .container{
	grid-template-columns: 1fr;
}
.footer-bottom .container .item{
	margin-bottom: 5px;
}

}
@media all and (max-width: 480px) {

*{line-height: 150%;}

body, .footer .container .item a{
	font-size: 1em;
}
.logo{float:none;margin-left:0px}
.logo img{display: block; margin-left: auto; margin-right: auto;}
}