.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mySectorSlider{
    overflow: hidden;
    padding: 0px;
    margin: 10px 0px;
}

.myAnaSlider{
    overflow: hidden;
    padding: 0px;
    margin: 10px 0px;
}

.myAnaSlider a{
    border-radius: 8px;
    overflow: hidden;
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    height: 400px;
    cursor: pointer;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    transition: all 0.5s ease;
    width: 100%;
}

.mySektorSlider{
    overflow: hidden;
    padding: 0px;
    margin: 10px 0px;
}

.mySektorSlider a{
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    transition: all .6s;
    height: 75px;
    width: 100%;
    cursor: pointer;
}
.texto{
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    font-size: 38px;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
.mySektorSlider a:hover{
    background-color: #8d8d8d;
    color: #fff;
}
.mySektorSlider a:hover .aaa_sektor_resim_ic{
    margin-top: -75px;
}
.mySektorSlider a:hover .aaa_sektor_resim_ic1{
}

.aaa_sektor_icerik{
    height: 75px;
    width: calc(100% - 100px);
    float: left;
    display: block;
    position: relative;
}
.aaa_sektor_icerik .text{
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0px 5px;
    text-align: center;
    width: 100%;
    font-size: 15px;
    line-height: 17px;
}
.aaa_sektor_resim{
    float: left;
    width: 100px;
    overflow: hidden;
}
.aaa_sektor_resim_ic{
    height: 75px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    transition: all 1s;
    text-align: center;
    position: relative;
}
.aaa_sektor_resim_ic img{
    width: 50px;
    height: 50px;
    margin: auto;
}
.aaa_sektor_resim_ic .text{
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0px 5px;
    text-align: center;
    width: 100%;
    font-size: 15px;
    line-height: 17px;
}
.aaa_sektor_resim_ic1{
    height: 75px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    transition: all 1s;
    text-align: center;
    position: relative;
}
.aaa_sektor_resim_ic1 img{
    width: 50px;
    height: 50px;
    margin: auto;
}
.aaa_sektor_resim_ic1 .text{
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0px 5px;
    text-align: center;
    width: 100%;
    font-size: 15px;
    line-height: 17px;
}

.swipe-baslik{
    font-size: 16px;
    color: #f13231;
    font-weight: 600;
    padding: 0px 0px 8px 0px;
}
.myOtelSlider{
    overflow: hidden;
    padding: 0px;
    margin: 10px 0px;
}

.myOtelSlider a{
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    transition: all .6s;
    height: 150px;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
}
.myOtelSlider a:hover{
    background-color: #c1c1c1;
    color: #000;
}

.myOtelSlider a:hover .otelim_sehir,.myOtelSlider a:hover .otelim_yildiz{
    color: #fff;
}

.otelim_main{
    height: 150px;
    display: block;
    position: relative;
    width: calc( 100% - 120px);
    float: left;
    padding: 0px 5px;
}
.otelim_icerik{
    height: 130px;
    position: relative;
}
.otelim_konum{
    height: 20px;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    color: var(--renkortagri);
}
.otelim_yildiz{
    height: 23px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #f13231;
    width: 80px;
    float: left;
}
.otelim_sehir{
    height: 23px;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    color: #f13231;
    width: calc( 100% - 80px);
    float: left;
    padding-left: 5px;
}
.otelim_icerik .text{
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 17px;
}
.otelim_resim{
    height: 150px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    width: 120px;
    float: left;
}
.otelim_resim_ic{
    height: 150px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    transition: all 0.5s ease;
}
.myOtelSlider a:hover .otelim_resim_ic{
    transform: scale(1.1) rotate(3deg);
}



.myTedarikciSlider a{
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    transition: all .6s;
    height: 150px;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
}
.myTedarikciSlider a:hover{
    background-color: #c1c1c1;
    color: #000;
}

.myTedarikciSlider a:hover .tedarikcim_sehir,.myTedarikciSlider a:hover .tedarikcim_yildiz{
    color: #fff;
}


.tedarikcim_main{
    height: 150px;
    display: block;
    position: relative;
    width: calc( 100% - 120px);
    float: left;
    padding: 0px 5px;
}
.tedarikcim_icerik{
    height: 130px;
    position: relative;
}
.tedarikcim_konum{
    height: 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--renkortagri);
}
.tedarikcim_yildiz{
    height: 23px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #f13231;
    width: 80px;
    float: left;
}
.tedarikcim_sehir{
    height: 23px;
    font-size: 13px;
    font-weight: 600;
    text-align: right;
    color: #f13231;
    padding: 0px 2px 0px 0px;
}
.tedarikcim_icerik .text{
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 17px;
}
.tedarikcim_resim{
    height: 150px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    width: 120px;
    float: left;
}
.tedarikcim_resim_ic{
    height: 150px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    transition: all 0.5s ease;
}
.myTedarikciSlider a:hover .tedarikcim_resim_ic{
    transform: scale(1.1) rotate(3deg);
}

.myOrganizatorSlider{
    overflow: hidden;
    padding: 0px;
    margin: 10px 0px;
}


.myOrganizatorSlider a{
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    transition: all .6s;
    height: 150px;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
}
.myOrganizatorSlider a:hover{
    background-color: #c1c1c1;
    color: #000;
}

.myOrganizatorSlider a:hover .organizatorum_sehir,.myOrganizatorSlider a:hover .organizatorum_yildiz{
    color: #fff;
}


.organizatorum_main{
    height: 150px;
    display: block;
    position: relative;
    width: calc( 100% - 120px);
    float: left;
    padding: 0px 5px;
}
.organizatorum_icerik{
    height: 130px;
    position: relative;
}
.organizatorum_konum{
    height: 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--renkortagri);
}
.organizatorum_yildiz{
    height: 23px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #f13231;
    width: 80px;
    float: left;
}
.organizatorum_sehir{
    height: 23px;
    font-size: 13px;
    font-weight: 600;
    text-align: right;
    color: #f13231;
    padding: 0px 2px 0px 0px;
}
.organizatorum_icerik .text{
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 17px;
}
.organizatorum_resim{
    height: 150px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    width: 120px;
    float: left;
}
.organizatorum_resim_ic{
    height: 150px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    transition: all 0.5s ease;
}
.myOrganizatorSlider a:hover .organizatorum_resim_ic{
    transform: scale(1.1) rotate(3deg);
}




.myFirmaSlider{
    overflow: hidden;
    padding: 0px;
    margin: 10px 0px;
}


.myFirmaSlider a{
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    transition: all .6s;
    height: 150px;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
}
.myFirmaSlider a:hover{
    background-color: #c1c1c1;
    color: #000;
}

.myFirmaSlider a:hover .firmalarim_sehir,.myFirmaSlider a:hover .firmalarim_yildiz{
    color: #fff;
}


.firmalarim_main{
    height: 150px;
    display: block;
    position: relative;
    width: calc( 100% - 120px);
    float: left;
    padding: 0px 5px;
}
.firmalarim_icerik{
    height: 130px;
    position: relative;
}
.firmalarim_konum{
    height: 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--renkortagri);
}
.firmalarim_yildiz{
    height: 23px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #f13231;
    width: 80px;
    float: left;
}
.firmalarim_sehir{
    height: 23px;
    font-size: 13px;
    font-weight: 600;
    text-align: right;
    color: #f13231;
    padding: 0px 2px 0px 0px;
}
.firmalarim_icerik .text{
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 17px;
}
.firmalarim_resim{
    height: 150px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    width: 120px;
    float: left;
}
.firmalarim_resim_ic{
    height: 150px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    transition: all 0.5s ease;
}
.myFirmaSlider a:hover .firmalarim_resim_ic{
    transform: scale(1.1) rotate(3deg);
}




.myFuarSlider{
    overflow: hidden;
    padding: 0px;
    margin: 10px 0px;
}

.myFuarSlider a{
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    transition: all .6s;
    height: 370px;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
}
.myFuarSlider a:hover{
    background-color: #8d8d8d;
    color: #fff;
}
.myFuarSlider a:hover .aaa_fuar_tarih{
    color: #000;
}
.aaa_fuar_icerik{
    height: 90px;
    display: block;
    position: relative;
}
.aaa_fuar_tarih{
    height: 30px;
    padding: 5px 7px 5px 5px;
    text-decoration: none !important;
    font-size: 14px;
    text-align: right;
    color: #f13231;
    font-weight: 600;
}
.aaa_fuar_icerik .text{
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    font-size: 15px;
    line-height: 17px;
    padding: 0px 10px;
}
.aaa_fuar_resim{
    height: 250px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}
.aaa_fuar_resim_ic{
    height: 250px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    transition: all 0.5s ease;
}
.myFuarSlider a:hover .aaa_fuar_resim{
    /*margin: 10px;
    height: 230px;*/
}
.myFuarSlider a:hover .aaa_fuar_resim_ic{
    transform: scale(1.1) rotate(3deg);
}
.aaa_fuar_gun{
    width: 65px;
    height: 70px;
    /* background-color: var(--renkturuncu); */
    border-radius: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 25px;
    font-weight: 700;
    /* letter-spacing: -3px; */
    text-align: center;
    /* padding-top: 10px; */
    z-index: 1;
    overflow: hidden;
    border: 4px solid #fff;
}



.myHaberSlider{
    overflow: hidden;
    padding: 0px;
    margin: 10px 0px;
}

.myHaberSlider a{
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    transition: all .6s;
    height: 320px;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
}
.myHaberSlider a:hover{
    background-color: #8d8d8d;
    color: #fff;
}

.aaa_haber_icerik{
    height: 90px;
    display: block;
    position: relative;
}
.aaa_haber_tarih{
    height: 30px;
    padding: 5px 7px 5px 5px;
    text-decoration: none !important;
    font-size: 14px;
    text-align: right;
    color: #f13231;
    font-weight: 600;
}
.aaa_haber_icerik .text{
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    font-size: 15px;
    line-height: 17px;
    padding: 0px 10px;
}
.aaa_haber_resim{
    height: 200px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}
.aaa_haber_resim_ic{
    height: 200px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    transition: all 0.5s ease;
}
.myHaberSlider a:hover .aaa_haber_resim{
    /*margin: 10px;
    height: 230px;*/
}
.myHaberSlider a:hover .aaa_haber_resim_ic{
    transform: scale(1.1) rotate(3deg);
}
.ss_kontrol{
    width: 100%;
    height: 40px;
    padding: 10px 0px 0px 0px;
}
.swiper-button-next1{
    width: 30px;
    height: 30px;
    float: right;
    padding-top: 0px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    font-size: 21px;
    color: var(--renkbeyaz);
    background-color: var(--renkortagri);
}
.swiper-button-prev1{
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 10px;
    padding-top: 0px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    font-size: 21px;
    color: var(--renkbeyaz);
    background-color: var(--renkortagri);
}
.swiper-button-next1:hover{
    color: var(--renkbeyaz);
    background-color: var(--renkturuncu);
}
.swiper-button-prev1:hover{
    color: var(--renkbeyaz);
    background-color: var(--renkturuncu);
}
.mySectorSlider a{
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    transition: all .6s;
    height: 100px;
    width: 100%;
    cursor: pointer;
}
.mySectorSlider a:hover{
    background-color: #8d8d8d;
    color: #fff;
}
.mySectorSlider .a_genis_haber_resim_main{
    float: left;
    width: 100px;
    overflow: hidden;
}
.mySectorSlider .a_genis_haber_icerik{
    height: 100px;
    width: calc(100% - 100px);
    float: left;
    display: block;
    position: relative;
}
.mySectorSlider .a_genis_haber_icerik .text {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0px 5px;
    text-align: center;
    width: 100%;
    font-size: 15px;
    line-height: 17px;
}
.mySectorSlider .a_genis_haber_resim_main .a_genis_haber_resim {
    height: 100px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    transition: all 1s;
}

.mySectorSlider a:hover .a_genis_haber_resim{
    transform: scale(1.2);
}

.c-footer-1{
    text-align: left;
    padding: 20px 0px;
}
.c-footer-2{
    text-align: left;
    padding: 40px 0px;
}
.c-footer-2 ul{}
.c-footer-2 li{}
.c-footer-2 li a{
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #c82027;
    margin: 10px 0px;
}
.c-footer-2 li a:hover{
    color: #000;
}
.c-footer-3{
    text-align: center;
    padding: 40px 0px;}
.c-footer-3 ul{}
.c-footer-3 li{
    display: inline-block;
    margin: 0px ;
}
.c-footer-3 li a{
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #0287c4;
    text-align: center;
    padding-top: 7px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
}
.c-footer-3 li a:hover{
    color: #000;
    background-color: #f6ae4f;
}
.c-footer-1a{
    font-size: 14px;
    text-align: left;
    padding: 30px 0px;
    color: #7f7b7b;
}
.c-footer-1b{}
.c-footer-2a{
    text-align: center;
}
.c-footer-2a ul{}
.c-footer-2a li{}
.c-footer-2a li a{
    width: 46px;
    height: 46px;
    display: inline-block;
    border: 1px solid #dbdbdb;
    overflow: hidden;
    border-radius: 50%;
    padding: 2px;
    margin: 0px 5px;
}
.c-footer-2a li a:hover{
    opacity: .6;
}

.genel-sayfa{
    margin: 30px 0px;
    font-size: 20px;
    text-align: justify;
    color: #616161;
}
.genel-sayfa-h1{
    font-size: 40px;
    font-weight: 700;
    color: #b40606;
}
.c-footer-4{}
.c-footer-4 ul{}
.c-footer-4 li{
    display: inline-block;
}
.c-footer-4 li a{
    width: 40px;
    height: 40px;
    display: block;
    background-color: #2bae9f;
    margin-right: 10px;
    border-radius: 50%;
    text-align: center;
    padding-top: 7px;
    color: #fff;
}
.c-footer-4 li a:hover{
    background-color: #f6ae4f;
    color: #000;
}
.folink {
    padding-top: 10px;
    padding-bottom: 10px;
}
.folink a{
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    display: inline-block;
    padding: 3px;
    font-weight: 500;
}
.folink a:hover{
    color: #ff0202;}
.fasttag{
    padding: 20px 10px;
    background-color: #ccc;
    margin-top: 20px;
    border-top: 1px solid #e0e0e0;
}
.folink_baslik{
    font-size: 15px;
    color: #fff;
    text-align: left;
    font-weight: 700;
    padding: 10px 0px;
}
.mainscreen{
    margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {
    .fasttag{
        display: none;
    }
}
