#menu-item-23 a:after{
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #d3eced;
    right: -2px;
    top: 22px;
}
#menu-item-2159 a:after{
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #d3eced;
    right: -2px;
    top: 22px;
}

#menu-item-35 a:after{
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #d3eced;
    right: 2px;
    top: 22px;	
}
#menu-item-34 a:after{
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #d3eced;
    right: -2px;
    top: 22px;	
}
#menu-item-33 a:after{
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #d3eced;
    right: -2px;
    top: 22px;	
}
#menu-item-32 a:after{
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #d3eced;
    right: -2px;
    top: 22px;	
}
/* #menu-item-41 a:after{
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #d3eced;
    right: 2px;
    top: 22px;	
} */

/* #menu-item-30 a:after{
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #d3eced;
    right: 2px;
    top: 22px;	
} */
/* #menu-item-719 a:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #d3eced;
    right: 2px;
    top: 22px;
} */
#menu-item-91 a:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #d3eced;
    right: -3px;
    top: 22px;
}
#menu-item-95 a:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #d3eced;
    right: -3px;
    top: 22px;
}

.content_box {
    
    display: flex;
    flex-direction: column;
}
.contentbox a:hover {
    color: #fff;
    border: 1px solid #fff;
    box-shadow: 0 0 5px #fff;
    background: #dd6e02;
    text-decoration: none;
    transition: all .2s ease-in-out;
    border-radius: 3px;
}
.contentbox {
    width: 100%;
    height: 465px !important;
}
.contentbox img {
    width: 30%;
	margin:0 auto;
	display:flex;
}
.contentbox h3 {
    font-size: 16px;
    font-weight: 600;
	 height: 40px;
    text-align: center;
    margin-bottom: 5px;
}
.box{
    height: 245px;
	text-align:justify !important;
}
.contentbox a {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 8px 0;
    width: 120px;
    text-align: center;
    font-size: 13px;
    display: block;
    margin: 0 auto;
    background: 0 0;
    color: #000;
    position: relative;
}
.ahs h2{
	text-align: center;
    font-size: 30px;
}
.ahs hr {
	width:30%;
    border-top: 1px solid #dd6e02 !important;
}
@media only screen and (max-width: 768px){
	.box {
    height: 155px;
    text-align: justify !important;
}
	.contentbox {
    width: 100%;
    height: 360px !important;
}
	#main{
    width: 96%;
    margin: 0 auto;
	}
}


