/* cafinets */

@media (min-width: 991px) {
    .cafinets {
        margin-top: 70px;
    }
    .cafinets .title h2 {
        font-family: "Yekan1" !important;
        font-size: 35px;
        line-height: 60px;
    }
    .cafinets .title h2 span {
        color: #0e98c6;
    }
    .cafinets .title a {
        width: 150px;
        height: 50px;
        background-color: #002570;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        border-radius: 15px;
    }
    .cafinets .item {
        width: 300px;
        background-color: white;
        box-shadow: #0071bc17 0px 1px 20px;
        border-radius: 15px;
        padding: 15px;
        margin-top: 30px;
    }
    .cafinets .item h2 {
        font-family: 'Yekan-bold' !important;
        font-size: 20px;
        color: #000;
    }
    .cafinets .item .score {
        background-color: #ecf7fb;
        border-radius: 35px;
        width: 45px;
        height: 70px;
        text-align: center;
        padding-top: 10px;
    }
    .cafinets .item .score i {
        color: #0e98c6;
        font-size: 22px;
    }
    .cafinets .item .score h6 {
        color: #0e98c6;
        font-size: 16px;
        margin-top: 2px;
    }
    .cafinets .item .img {
        margin-top: 20px;
        display: flex;
        justify-content: center;
        position: relative;
    }
    .cafinets .item .img span {
        border-radius: 50%;
        width: 180px;
        height: 180px;
        border: 2px solid #0e98c63a;
        position: absolute;
        top: -10px;
    }
    .cafinets .item .img img {
        border-radius: 50%;
        width: 160px;
        height: 160px;
        object-fit: cover;
    }
    .cafinets .item .detail {
        margin-top: 40px;
    }
    .cafinets .item .detail .show {
        background-color: #0e98c6;
        width: 120px;
        height: 35px;
        border-radius: 35px;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 14px;
    }
    .cafinets .item .detail .other-btn a {
        /* background-color: #eeeeee; */
        background-color: #0025701c;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #002570;
        font-size: 14px;
    }
    .cafinets .item .detail .other-btn a:hover {
        border: 1px solid #002570;
    }
    .cafinets .item .detail .other-btn a img {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 991px) {
    .cafinets {
        margin-top: 30px;
    }
    .cafinets .title h2 {
        font-family: "Yekan1" !important;
        font-size: 26px;
        line-height: 40px;
    }
    .cafinets .title h2 span {
        color: #0e98c6;
    }
    .cafinets .title a {
        width: 130px;
        height: 50px;
        background-color: #002570;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        border-radius: 15px;
        font-size: 14px;
    }
    .cafinets .item {
        width: 46%;
        background-color: white;
        box-shadow: #0071bc17 0px 1px 20px;
        border-radius: 15px;
        padding: 10px;
        margin-top: 20px;
    }
    .cafinets .item h2 {
        font-family: 'Yekan-bold' !important;
        font-size: 15px;
        color: #000;
    }
    .cafinets .item .score {
        background-color: #ecf7fb;
        border-radius: 25px;
        width: 30px;
        height: 45px;
        text-align: center;
        padding-top: 5px;
    }
    .cafinets .item .score i {
        color: #0e98c6;
        font-size: 14px;
    }
    .cafinets .item .score h6 {
        color: #0e98c6;
        font-size: 12px;
        margin-top: 0px;
    }
    .cafinets .item .img {
        margin-top: 10px;
        display: flex;
        justify-content: center;
        position: relative;
    }
    .cafinets .item .img span {
        border-radius: 50%;
        width: 130px;
        height: 130px;
        border: 2px solid #0e98c63a;
        position: absolute;
        top: -10px;
    }
    .cafinets .item .img img {
        border-radius: 50%;
        width: 110px;
        height: 110px;
        object-fit: cover;
    }
    .cafinets .item .detail {
        margin-top: 40px;
    }
    .cafinets .item .detail .show {
        background-color: #0e98c6;
        width: 100px;
        height: 30px;
        border-radius: 35px;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 12px;
    }
    .cafinets .item .detail .other-btn a {
        /* background-color: #eeeeee; */
        background-color: #0025701c;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #002570;
        font-size: 14px;
    }
    .cafinets .item .detail .other-btn a:hover {
        border: 1px solid #002570;
    }
    .cafinets .item .detail .other-btn a img {
        width: 14px;
        height: 14px;
    }
}


/* cafinet-banner */

@media (min-width: 991px) {
    .title-page {
        position: absolute;
        color: #0e98c6;
        top: -100px;
        font-family: 'Yekan1' !important;
        font-size: 45px;
        padding-right: 20px;
    }
    .cafinet-banner {
        background-color: #002570;
        width: 100%;
        height: 200px;
        border-radius: 35px;
        margin-top: 200px;
        position: relative;
    }
    .cafinet-banner .img {
        width: 250px;
        position: absolute;
        left: 40px;
        bottom: 0px;
    }
    .cafinet-banner .img img {
        width: 100%;
    }
    .cafinet-banner .filter {
        padding-top: 60px;
        padding-right: 40px;
        width: calc(100% - 400px);
    }
    .cafinet-banner .filter .input-item label {
        color: #fff;
        font-size: 18px;
        display: block;
    }
    .cafinet-banner .filter .input-item select {
        background-color: #fff;
        border-radius: 15px;
        width: 100%;
        border: none;
        height: 45px;
        margin-top: 8px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .cafinet-banner .filter .input-item input {
        background-color: #fff;
        border-radius: 15px;
        width: 100%;
        border: none;
        height: 45px;
        margin-top: 8px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .select2-container .select2-selection--single {
        background-color: #fff !important;
        border-radius: 15px !important;
        width: 100%;
        border: none !important;
        height: 45px !important;
        margin-top: 8px !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
        padding-top: 9px !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 17px !important;
    }
    .cafinet-banner .filter button {
        background-color: #0e98c6;
        width: 100%;
        color: white;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 45px;
        text-decoration: none;
        border: none;
    }
}

@media (max-width: 991px) {
    .title-page {
        position: absolute;
        color: #0e98c6;
        top: -60px;
        font-family: 'Yekan1' !important;
        font-size: 25px;
        display: block;
        width: 100%;
        text-align: center;
    }
    .cafinet-banner {
        background-color: #002570;
        width: 85%;
        /* height: 200px; */
        border-radius: 35px;
        margin-top: 50px;
        position: relative;
    }
    .cafinet-banner .img {
        width: 100%;
        position: absolute;
        left: 0px;
        top: -200px;
        display: none;
        justify-content: center;
    }
    .cafinet-banner .img img {
        width: 150px;
    }
    .cafinet-banner .filter {
        padding: 20px;
        width: 100%;
    }
    .cafinet-banner .filter .input-item {
        margin-top: 20px;
    }
    .cafinet-banner .filter .input-item label {
        color: #fff;
        font-size: 14px;
        display: block;
    }
    .cafinet-banner .filter .input-item select {
        background-color: #fff;
        border-radius: 15px;
        width: 100%;
        border: none;
        height: 40px;
        margin-top: 8px;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 14px;
    }
    .cafinet-banner .filter .input-item input {
        background-color: #fff;
        border-radius: 15px;
        width: 100%;
        border: none;
        height: 40px;
        margin-top: 8px;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 14px;
    }
    .select2-container .select2-selection--single {
        background-color: #fff !important;
        border-radius: 15px !important;
        width: 100%;
        border: none !important;
        height: 40px !important;
        margin-top: 8px !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
        padding-top: 7px !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 15px !important;
    }
    .cafinet-banner .filter button {
        background-color: #0e98c6;
        width: 100%;
        color: white;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        text-decoration: none;
        font-size: 14px;
        border: none;
    }
}