/*!
Theme Name: VBSE
Theme URI: https://saokim.com.vn/
Author: saokim.com.vn
Author URI: https://saokim.com.vn/
Description: The project was implemented by saokim.com.vn for vbse customers.
Version: 1.0.0
Text Domain: sao_kim
Tags: Bank, News, Profile company.
 */

.phan-trang a , .phan-trang span{
  padding: 5px 10px;
  border: 1px solid;
  margin: 0 5px;
}
.phan-trang span.page-numbers.current{
  border: 1px solid #8D0003;
  margin: 0 5px;
  color: #8D0003;
}
.phan-trang{
  display: block;
  margin: 20px 0;
}
.phan-trang .pagination{
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner-home .slick-slide img {
    display: block;
    min-height: 400px;
    object-fit: cover;
    width: 100%;
}
.pop-ung-tuyen{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000060;
    z-index: 999;
    left: 0;
    top: 0;
    display: none;
    align-items: center;
    justify-content: center;
}
.pop-ung-tuyen.active{
    display: flex;
}
.pop-ung-tuyen img{
    max-height: 70vh;
    max-width: 80vw;
    width: auto;
    height: auto;
}
.pop-ung-tuyen--body{
    position: relative;
}
.pop-ung-tuyen__close{
    position: absolute;
    top: 7px;
    right: 5%;
    z-index: 10;
    cursor: pointer;
}.pop-ung-tuyen__close svg{
    width: 16px;
}

@media screen and (max-width: 767px) {
    .link-home--body-item__img {
        width: 120px !important;
    }
    .link-home--body .row >.col-12 {
        min-width: 70% !important;
        width: 70% !important;
        max-width: 70% !important;
    }
    .pop-ung-tuyen img{
        max-height: 95vh;
        max-width: 95vw;
        width: auto;
        height: auto;
    }
}