.title_active{
	color: #FF6600;
	font-weight: 600;
}

.active_image{
	filter: invert(52%) sepia(40%) saturate(6654%) hue-rotate(1deg) brightness(101%) contrast(105%)!important;
}

.tinhnang_class_image{
	filter: brightness(0.8);
}



label {
	font-family: "Montserrat", sans-serif;
	font-size: 1.2rem;
	cursor: pointer;
	display: block;
}


label> i {
	display: inline-block;
	width: 15.5%;
	height: 24px;
	border-radius: 20px;
	vertical-align: middle;
	transition: .25s .09s;
	position: relative;
	background: #BDBDBD;
}
label> i:after {
	content: " ";
	display: block;
	width: 20px;
	height: 20px;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: white;
	position: absolute;
	box-shadow: 1px 2px 4px 0 rgba(#000, .4);
	transition: .15s;
}

label > input:checked + i {
	background: #FF6600;
}

label > input:checked + i:after {
	transform: translateX(20px);
}

.colorroom{
	color: #FF6600;
}

.colorroom img{
	filter: invert(52%) sepia(40%) saturate(6654%) hue-rotate(1deg) brightness(101%) contrast(105%);
}

.colorroom2{
	color: #BDBDBD;
}

.colorroom2 img{
	filter: brightness(0.8);
}

