.txt16 {
    font-family: UTMAvo_Bold;
    font-size: 16px;
    color: #5d5d5d;
}
.txt18 {
    text-align: left;
    font-size: 15px;
}
.items-content{
    padding-top: 20px;
}
.items-content img{
    width: 100%;
}
.text-des{
    padding-top: 14%;
    padding-left: 30px;
    padding-right: 30px;
}
.title-bancovan {
    font-family: UTMAvo_Bold;
    font-size: 18px;
    color: #ffbc09;
}
.description-bancovan {
    margin-bottom: 20px;
    color: #113682;
}
.content-bancovan{
    color: #0f1f58
}
.content-bancovan p{
    margin-bottom: 5px;
}
.imgthumb img{
    width: 100%;
    padding-right: 20px;
}
@media (max-width: 767px) {
    .txt17, .text-des {
        padding: 0;
        margin: 10px 0 0 0;
    }
}

.padding-small{
	padding-right: 5px;
    padding-left: 5px;
}
.content__ally__item__img {
    /* border: 1px solid #DEDEDE; */
    border-radius: 10px;
   /* height: 115px;
    object-fit: scale-down;*/
    padding: 20px;
}
.content__ally__item {
	background: #fff;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 25px;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.content__ally__item__info {
    background: #189FE0;
	width: 100%;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    font-family: arial;
    opacity: 0;
    padding: 10px 14px;
    top: calc(100% + 10px);
    visibility: hidden;
    z-index: 1;
    line-height: 24px;
    color: #fff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.content__ally__item__info:before {
    border-bottom: 10px solid #189fe0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: -10px;
    width: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.content__ally__item:hover>div {
    opacity: 1;
    visibility: visible;
}