#contact_us{
    min-height: 50rem;
    background-color: #fff;
    padding: 1.2rem 1.2rem;
    margin-bottom: 2rem;
}

.banner{
    width: 100%;
    margin-bottom: 2rem;
}

.banner img {
    width: 100%;
}

#contact_us .title{
	padding: 0.6rem 0;
	width: 8rem;
	background-color: #e30009;
	color: #fff;
    font-weight: bold;
	text-align: center;
}

#contact_us .nav{
    margin-bottom: 1rem;
}

#contact_us .nav-item .active{
    color: #fff;
    background-color: #e30009;
}

#contact_us .nav-item:hover .nav-link{
    color: #e30009;
}

#contact_us .nav-item:hover .active{
    color: #fff !important;
}

#contact_us .text-content{
    margin-top: 2rem;
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#contact_us .text-content .shop-item{
    margin-bottom: 2rem;
    display: none;
}


#contact_us .nav-item {
    cursor: pointer;
}

#contact_us .nav-item:hover .nav-link{
    color: #e30009;
}

#contact_us .text-content .active{
    background-color: #dc3545;
    border: #dc3545 1px solid;
}