.UIServiceCategory_btn .ServiceCategory {
  background-image: url(https://storage-vnportal.vnpt.vn/dkg-chinhquyen/5096/banner/BGHoTroDN.png);
  background-size: cover;
}

.UIServiceCategory_btn .ServiceCategory .Content {
  padding: 0;
}

.UIServiceCategory_btn .ServiceCategory .Content .border {
  border: none !important;
  position: relative;
  bottom: 0;
  display: inline-block;
}

.UIServiceCategory_btn .ServiceCategory .Content .border span {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #212529;
  padding: 10px;
  font-size: 17px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  height: 65px;
}

.UIServiceCategory_btn .ServiceCategory ul li img {
  display: block !important;
  width: 100%;
  height: 160px;
}

.UIServiceCategory_btn .ServiceCategory .Title {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  height: 30px;
  padding: 0 0 0 20px;
  text-transform: uppercase;
  line-height: 33px;
}

.UIServiceCategory_btn .ServiceCategory ul {
  border-radius: 0 0 5px 5px;
  list-style: outside none none;
  margin: 0;
  padding: 5px;
}

.UIServiceCategory_btn .ServiceCategory ul li {
    text-align: center;
}

.UIServiceCategory_btn .ServiceCategory ul li a {
  color: #074f99 !important;
  font-size: 13px !important;
  font-weight: bold;
}

.UIServiceCategory_btn .ServiceCategory ul li a:hover span{
  color: #074f99 !important;
}
@media only screen and (max-width: 768px){
.UIServiceCategory_btn .ServiceCategory ul{
  display: flex !important;
  column-count: unset;
  flex-wrap: wrap;
  gap: 10px;
}
.UIServiceCategory_btn .ServiceCategory ul li {
    width: calc(50% - 10px);
    box-sizing: border-box;
}
.UIServiceCategory_btn .ServiceCategory ul li img {
  height: auto;
}
}