button {
  padding: 0 !important;
}

.banner {
  margin-top: 146px;
  width: 100%;
  height: 210px;
}

.banner .banner_box {
  width: 100%;
  height: 210px;
  position: relative;
}

.banner .banner_box img {
  width: 100%;
  height: 100%;
}

.banner .banner_box .banner_mask {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.banner .banner_box .banner_title {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 210px;
  /* 175% */
}

.breadcrumbs {
  margin-top: 0px;
}

.box {
  width: 100%;
  height: auto;
  margin-top: 65px;
}

.box .box_item {
  width: 100%;
  height: auto;
  margin-bottom: 80px;
}

.box .box_item .country_name {
  text-align: left;
  color: #222;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.box .box_item .logo_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.box .box_item .logo_box .item {
  margin-top: 40px;
  margin-right: 13px;
  width: 290px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box .box_item .logo_box .item:nth-of-type(4n) {
  margin-right: 0;
}

.box .box_item .logo_box .item:hover .img_box {
  border: 1px solid #E62129;
}

.box .box_item .logo_box .item:hover .item_title {
  color: #E62129;
}

.box .box_item .logo_box .item .img_box {
  width: 100%;
  height: 110px;
  border-radius: 10px;
  border: 1px solid #000;
  background: #FFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.box .box_item .logo_box .item .img_box img {
  max-width: 110px;
  height: auto;
}

.box .box_item .logo_box .item .item_title {
  padding: 0 10px;
  margin-top: 14px;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

@media screen and (max-width: 960px) {
  .banner {
    margin-top: 11.73333vw;
    width: 100%;
    height: 28vw;
  }
  .banner .safearea {
    max-width: 100vw;
  }
  .banner .banner_box {
    width: 100%;
    height: 28vw;
    position: relative;
  }
  .banner .banner_box img {
    width: 100%;
    height: 100%;
  }
  .banner .banner_box .banner_mask {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .banner .banner_box .banner_title {
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    text-align: center;
    font-size: 4.53333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 28vw;
    /* 175% */
  }
  .box {
    width: 100%;
    height: auto;
    margin-top: 8vw;
  }
  .box .box_item {
    width: 100%;
    height: auto;
    margin-bottom: 10.66667vw;
  }
  .box .box_item .country_name {
    text-align: left;
    color: #222;
    font-size: 4vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0vw;
  }
  .box .box_item .logo_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .box .box_item .logo_box .item {
    margin-top: 5.33333vw;
    margin-right: 4vw;
    width: 44vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .box .box_item .logo_box .item:nth-of-type(4n) {
    margin-right: 0;
  }
  .box .box_item .logo_box .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .box .box_item .logo_box .item:hover .img_box {
    border: 0.13333vw solid #E62129;
  }
  .box .box_item .logo_box .item:hover .item_title {
    color: #E62129;
  }
  .box .box_item .logo_box .item .img_box {
    width: 100%;
    height: 14.66667vw;
    border-radius: 1.33333vw;
    border: 0.13333vw solid #000;
    background: #FFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .box .box_item .logo_box .item .img_box img {
    max-width: 14.66667vw;
    height: auto;
  }
  .box .box_item .logo_box .item .item_title {
    padding: 0 1.33333vw;
    margin-top: 1.86667vw;
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
}
