#lich-khai-giang .info-schedule ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#lich-khai-giang .info-schedule ul li {
	float: left;
}

#lich-khai-giang .info-schedule ul li:hover a {
	background: #00a4b0;
}

#lich-khai-giang .info-schedule ul li a {
	background: #2ba4b5;
   	border-radius: 5px;
    color: white;
    display: block;
    padding: 20px;
    text-align: center;
    text-decoration: none;
   	margin: 1px;
}

#lich-khai-giang .vc_column-inner {
	border-radius: 5px;
	background-color: #2ba4b5;
	padding: 15px 15px 20px 15px;
}

#lich-khai-giang .vc_column-inner table{
	background-color: white;
}

#lich-khai-giang table thead tr th, #lich-khai-giang table tbody {
	text-align: center;
}

#lich-khai-giang table button {
	background: #2ba4b5;
	color: white;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

#lich-khai-giang .vc_column-inner .btn-schedule {
	display: flex;
    align-items: center;
    justify-content: center;
}

#lich-khai-giang .vc_column-inner .btn-schedule button {
	border-color: #ff675b;
    background-color: #ff675b;
    background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-repeat: repeat-x;
    color: #fff;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 10px;
    font-weight: bold;
}

#lich-khai-giang .subtitle {
	color: black;
}

#lich-khai-giang .bg-form {
	background-color: #f7f7f7;
}

@media (min-width: 1200px) {
	#lich-khai-giang .container {
	    width: 1259px !important;
	}
}

@media only screen and (max-width: 767px) {
	#lich-khai-giang .info-schedule ul li {
		width: 100%;
	}

	#lich-khai-giang .info-schedule ul li a {
		padding: 15px;
		text-align: left;
	}

	#lich-khai-giang .info-schedule .btn-schedule {
		display: grid;
	}

	#lich-khai-giang ul li section .info-tab {
		padding: 0;
	}
}