@import "inner-style-front.css";


.image-thumbnail a:last-child{
    display: flex !important;
}
.image-thumbnail a:nth-of-type(1n+6) {
    display: none !important;
}
.image-thumbnail{
    flex-direction: column;
    display: flex;
}
@media(max-width:1280px){
    .image-thumbnail a:nth-of-type(1n+5) {
        display: none !important;
    }
}
@media(max-width:990px){
    .image-thumbnail{
        flex-direction: row;
        display: flex;
    }
}
 
 .search-fara{
    background-color: #ffffff;
    width: 100%;
    height: 50px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    padding: 10px 20px 10px 40px;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    outline: unset;
    margin-bottom: 20px;
}
 
.search-fara:focus{
    border-color: #7AF101;
}

.filter_search_btn:hover{
    color: #7AF101;
}
.search-fara::placeholder{
    color: #ccc;
}   
#formcheck4{
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    padding: 0;
    margin-top: 10px;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
}
.form-input{
    background-color: #fff;
    width: calc(100% - 70px);
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    border: 0;
    outline: unset;
    padding-right: 20px;
}
.takhfif_btn{
    background-color: #000000;
    width: 60px;
    height: 40px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border-radius: 10px;
}

@media (max-width:576px){
    .col-right{
        display: none;
    }
}

.select2-container{
    max-width: 100% !important;
}

.page-header .col-left a, .page-header .col-left .dropdown{
    margin-left: 0;
}


iframe{
    text-align: center;
    width: 100%;
    height: 700px;
    border: none;
    max-width: 100%;
}

.page-header .col-left .dropdown .dropdown-menu{
        transform: translateX(65px) !important;


    }


    .page-blog-post .container-blog .col-blog-post .des-box p{
        line-height: 32px;
    }
.des-box > h3{
    margin-bottom: 20px;
    font-weight: bolder;
    font-size: 20px;
}
.page-home .page-slider-items .item .image-box{
    transform-origin: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
     transform: none !important; 
}
.page-home .category-box:after{
    transform-origin: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}
.page-home .category-box{
    margin-top: 10px;
}
.page-home .page-slider-items .slick-dots{
    bottom: 40px;
}
.page-home .page-slider-items .slick-prev, .page-home .page-slider-items .slick-next{
    bottom: 40px;
}