.about-service {
	padding-bottom: 38px;
}
.about-service ul {
	padding-top: 15px;
}
.ithl {
	color: #fdb813;
}
.ipt-15 {
	padding-top: 15px;
}

.bg-giasu-tools {
	background: #f7f7f7!important;
}

.itbox {
	border: solid 1px #666;
}

.educare {
	color: #ff281d;
}

.educoach {
	color: #fdb813;
}
#educoach{
	margin-left: 0;
}
.educoach-item{
	list-style: none;
}
.white, a.white {
	color: #fff!important;
}
textarea{
	background-color: #fff;
}
.nowrap {
	white-space: nowrap;
}

.itul, .itul-square {
	list-style: square;
}
.itul-c {
	list-style-type: disc;
}
.itul-num, .itul-num-normal {
	list-style: decimal;
}
.itul li, .itul-c li, .itul-num li {
	margin-bottom: 5px;
}

.itul-num li::marker {
  font-weight: bold;
}

.itul-num li {
	margin-bottom: 25px;
}

.ott, .imgwhite {
	filter: brightness(0) invert(1);
}

.pt55px {
	padding-top: 55px!important;
}

.pl20px {
	padding-left: 20px!important;
}
.pb0px {
	padding-bottom: 0px!important;
}
.pt0px {
	padding-top: 0px!important;
}
.txt-justify {
	text-align: justify!important;
}
.mobile-menu-container{
	min-width: 85%;
}
@media (max-width: 767px) {
	.mobile-menu-container .navbar-nav li a{
		display: block;
		width: calc(100% - 30px);
	}
}