.count-test{
    background-color: #fff;
	border: 3px solid #89152C;
    box-sizing: border-box;
    box-shadow: 0px 4px 0px #89152c;
    border-radius: 26px;
    font-style: normal;
    font-weight: 900;
    font-size: 42px;
    text-align: center;
    color: #89152C;
    padding: 25px;
    margin-top: 120px;
    position: relative;
}
#statistics{
   background-image: url(../images/bg-count.png);
   background-size: 100% 100%;
   background-repeat: no-repeat;
}
.box-count-2{
	position: relative;
}
.box-count-2:before{
    content: '';
    position: absolute;
    width: 260px;
    height: 300px;
    top: -101px;
    background-size: 100% 100%;
    transform: translate(50%, -50%);
    background-image: url(../images/img-count.png);
}
.schedules{
	background: #FFA114;
    padding-top: 45px;
}
.left-schedule{
    background: #FF7D1F;
    border-radius: 12px;
    padding: 0 10px 25px 10px;
}
.right-schedule{
    background: #FF7D1F;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 45px;
}
.box-vid iframe{
    width: 430px;
    height: 240px;
}
.btn-schedule{
	margin: auto;
    width: 70%;
    position: relative;
    top: -25px;
    border-radius: 20px;
}
.btn-schedule span{
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #89152C;
}
.schedules .tab-content {
	background: unset;
	border:unset;
}
.schedules .bang-xep-hang .nav-tabs > li > a {
	padding: 2px 28px 0px;
}
.schedules .bang-xep-hang .nav-tabs > li.active > a, .schedules .bang-xep-hang .nav-tabs > li.active > a:hover, .schedules .bang-xep-hang .nav-tabs > li.active > a:focus {
    text-align: center;
    padding: 2px 28px 0px;
}
.schedules .bang-xep-hang .nav-tabs > li {
    margin: 8px;
    width: 142px;
}
.box-schedule{
    background: #FFFFFF;
    border: 2px solid #89152C;
    box-sizing: border-box;
    box-shadow: 0px 4px 0px #89152c;
    border-radius: 20px;
    width: 200px;
    margin: 5px;
    padding: 20px 0;
    line-height: 25px;
}
/*.content-schedule{
	display: flex ; 
}*/
.tab-content > .content-schedule.active {
    display: block;
    display: flex ; 
}
.box-schedule p{
    font-weight: 500;
    font-size: 16px;
    color: #333333;
}
.box-schedule p:nth-child(1){
	font-style: normal;
	font-weight: 900;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	color: #C6284E;
}
.comment{
	background: #fff;
}
.list-comment{
	/*width: 70%;*/
	margin: auto;
}
.left-schedule1{
	width: 56%;
    margin: 0 auto;
}
.right-schedule1{
    width: 39%;
    margin: 0 auto;
}
.content-schedules{
	display: flex;
}

@media only screen and (min-width : 1024px) and (max-width: 1300px) {
}
@media only screen and (min-width : 768px) and (max-width: 1023px) {
}
@media only screen and (max-width : 768px) {
    .content-schedules{
    	flex-direction: column;
	}
	.left-schedule1,.right-schedule1{
		width: 100%;
	    margin: 0 auto;
	}
	.left-schedule {
	    margin-bottom: 50px;
	    padding: 0 5px 25px 5px;
	}
	
	.btn-schedule {
	    width: 97%;
	}
	.list-comment {
	    width: 100%;
	}
	.box-vid iframe {
	    width: 580px;
	    height: 360px;
	}
	.img-right-schedule{
		text-align: center;
	}
	.count-test {
	    margin-top: 275px;
	    font-size: 26px;
	}
}
@media only screen and (max-width : 600px) {
	#statistics {
	    background-image: url(../images/bg-count-mb.png);
    }
	.box-vid iframe {
	    width: auto;
	    height: 240px;
	}
	.box-schedule {
        width: 45%;
	    margin: 5px;
	    padding: 15px 0;
	    line-height: 21px;
	}
	.box-schedule p {
		font-size: 12px;
	}
	.box-schedule p:nth-child(1) {
	    font-size: 18px;
	    line-height: 21px;
	}
	.count-test {
	    margin-top: 230px;
	}
	.box-count-2:before {
	    width: 235px;
	    height: 290px;
	    top: -60px;
	    left: -70px;
	}
}