.header-btn-ik {
    margin-left: 20px;
}
#header ul.main-menu-a > li:hover {
    background-color: #e8f1f5;
}
#header ul.main-menu-a > li .first-title {
    position: relative;
    cursor: pointer;
}
#header ul.main-menu-a > li .first-title:before {
    position: absolute;
    content: " ";
    display: block;
    width: 100%;
    height: 44px;
    top: -10px;
}
#header ul.main-menu-a > li:hover .first-title:before {
    background-color: #e8f1f5;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
#header ul.main-menu-a > li:hover .first-title > span {
    font-weight: 500;
}
#header ul.main-menu-a > li .first-title > span {
    position: relative;
    z-index: 3;
    padding-bottom: 20px;
    padding-top: 20px;
}
#header ul.main-menu-a > li .first-title > span:after {
    display: block;
    content: attr(data-title);
    font-weight: 500;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
#header ul.main-menu-a > li .first-title > ul {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
#header ul.main-menu-a > li:hover .first-title > ul {
    display: block;
    width: 225px;
    margin-top: 34px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    background-color: #e8f1f5;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transition: opacity 500ms linear;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
}
#header ul.main-menu-a > li:hover .first-title > ul > li {
    display: block;
    width: 100%;
    border: none;
    border-bottom: solid 1px rgba(102,136,150,0.2);
}
#header ul.main-menu-a > li:hover .first-title > ul li {
    text-align: left;
}
#header ul.main-menu-a > li:hover .first-title > ul li:last-child {
    border-bottom: none;
}
#header ul.main-menu-a > li:hover .first-title > ul li span {
    border-bottom: solid 1px rgba(102,136,150,0.2);
    display: block;
}
#header ul.main-menu-a > li:hover .first-title > ul li ul li {
    display: block;
    width: 100%;
    border-right: 0;
    border-bottom: solid 1px rgba(102,136,150,0.2);
    padding-left: 20px;
}
.home-news .item a.this p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative;
    height: 60px !important;
    margin: 15px;
    padding: 0;
}
.home-news .pagination {
    text-align: center;
    width: 100%;
    float: none;
    margin-top: 25px;
    position: relative;
    z-index: 10;
    padding: 0 15px;
}
.card-home-icons {
    background-color: #f2f8fb;
    padding: 50px 0 25px 0;
}
.card-home-icons .icon-item {
    padding: 30px;
    border: 2px solid #e8f1f5;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 25px;
}
.card-home-icons .icon-item span {
    display: block;
    line-height: 59px;
    font-size: 17px;
}
@media (max-width: 768px) {
    .header-btn-ik {
        display: none !important;
    }
    /*.card-home-icons .icon-item {
        text-align: center;
    }*/
}
/* KVKK footer links */
.kvkk-links {
    margin-bottom: 10px;
}
.kvkk-links a {
    display: inline-block;
    font-size: 11px;
    color: #aaa;
    margin-right: 8px;
    margin-bottom: 4px;
    text-decoration: none;
}
.kvkk-links a:hover {
    color: #fff;
    text-decoration: underline;
}

/* KVKK page content */
.kvkk-content h1 {
    font-size: 26px;
    margin-bottom: 24px;
}
.kvkk-content h2 {
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 12px;
}
.kvkk-content h3 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 8px;
}
.kvkk-content p,
.kvkk-content ul,
.kvkk-content table {
    margin-bottom: 16px;
}
.kvkk-content ul {
    padding-left: 20px;
}
.kvkk-content ul li {
    margin-bottom: 6px;
}
.kvkk-content .table {
    font-size: 13px;
}
.kvkk-form-table td:first-child {
    width: 40%;
    font-weight: 600;
}
