/* css home about */

.row.home-about {
    margin-top: -160px;
}

.home-about-title p {
    margin-bottom: 5px;
    font-size: 35px;
    line-height: 45px;
    font-weight: 400;
    color: #fff;
    font-family: 'Playball';
}

.home-about-title h2 {
    font-size: 35px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.home-about-nd h3 {
    font-weight: 500;
    font-size: 20px;
}

.home-about-nd p {
    font-size: 14px;
}

.home-about-menu a.ux-menu-link__link {
    display: inline-block;
    color: #014127;
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    border: 0;
}


/* css tab image */
.home-tab-img .nav-tabs {
    width: 140px !important;
    text-align: center;
	background-color: #f6f6f8;
    min-height: 520px;
}

.home-tab-img .nav-tabs li {
    border-bottom: 1px solid #ffffff;
}

.home-tab-img .nav-tabs a {
    min-height: 129px;
    padding: 10px;
    color: #999999 !important;
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    display: block;
    font-weight: 600;
    border: 0 !important;
}

.home-tab-img .nav-tabs li.active a {
    background-color: #014127;
}

.home-tab-img .nav-tabs li.active a span.tab-text {
    color: #fff;
}

.tab-img-right {
    background-color: #f6f6f6;
}

.home-tab-img .tab-panels {
    padding: 0 !important;
    border: 0 !important;
}

.tab-img-left {
    background-color: #014127;
}

.tab-img-left>.col-inner {
    padding: 30px 20px;
}

.tab-img-title h3 {
    font-size: 25px;
    font-weight: 900;
    font-family: system-ui;
}

.tab-img-title p {
    font-size: 14px;
}

/* cs tab image right 2 */
.home-tab2-right {
    display: flex !important;
    flex-direction: row-reverse !important;
}

@media (min-width: 850px) {
    .tab-img-left {
        flex-basis: 30%;
        max-width: 30%;
    }
    .tab-img-right {
        flex-basis: 70%;
        max-width: 70%;
    }
}

@media (max-width: 768px) {
	.home-tab-img .nav-tabs {
		display: flex;
		flex-flow: column !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		width: 100% !important;
		min-height: unset;
	}
	.home-tab-img .nav-tabs li {
		border-bottom: 0;
	}
}

