/*
    Author: ONE Bilgi Sistemleri
    Version: 1.0.6
    Date: 2020-08-09
*/
table.table.align-center {
    text-align: center;
}

    table.table.align-center td:first-child {
        text-align: left !important;
    }

.my-favori-notes, li.personalize-menu, li.i-helpful, div.content-useful, div.content-comments, section.content-comments, section.box-most-valuable {
    display: none !important;
}

nav.top-menu ul {
    padding: 10px 0px;
}

.w20per {
    width: 20%;
    margin-left: 1rem;
}

/* Tarihçe */
.content-area .history .years a.slider-nav {
    cursor: pointer;
}

.content-area .history .year-slider .owl-stage-outer {
    padding-top: 45px;
}

.content-area .history .year-slider .owl-item .year span {
    padding-bottom: 5px;
}

/* Paylaş bar */
.page-share-box {
    display: none !important;
}

/* Table */
.table-global-wrap table tr td:first-child {
    min-width: 200px;
}

/*.home-banner .owl-item:nth-child(4) .text-container { width: 640px; }*/
.home-banner .text-container {
    width: 600px;
}

.home-banner .owl-item .text-container p span.text-left {
    width: 400px;
    padding-top: 12px;
    margin-left: 100px;
    display: block;
}

/* @media */

@media only screen and (max-width: 768px) {
    .home-banner .text-container {
        width: 100%;
    }

    .owl-item .text-container span {
        color: #002855 !important;
    }

    .table-global-wrap table tr td:first-child {
        min-width: auto;
    }

    .w20per {
        width: 40% !important;
    }

    .home-banner .owl-item:nth-child(3) .text-container {
        width: auto;
    }
}

.dark-blue {
    color: #002855 !important;
}

.light-blue {
    color: #0085ca !important;
}

h3.title {
}

h4.sub-title {
    color: #002855 !important;
    font-weight: 400 !important;
    font-size: 1.2rem !important;
    font-family: Mulish-Medium, Verdana, sans-serif !important;
}

.content-area .sidebar-menu-list li.icon-twitter::before {
    color: #0085ca !important;
}

.content-area .content-box-border.box-social-responsibility {
    height: 300px;
    background-size: auto 300px;
}

.latest-disclosures ul {
    width: 90%;
}

div#ctl00_ctl29_g_eb10029a_488d_4f29_b071_a674d3f94eef section ul li {
    padding: 9.8px 0px;
}

div#ctl00_ctl29_g_d23d6f4f_e6d6_43b9_aee7_e5ce66b2ac68 section ul li {
    padding: 11.05px 0px
}

.web-part.wp-home-right-area .AspNet-WebPart:last-child section {
    height: 300px;
}

.modal-scroll h3 {
    font-family: Mulish-Medium,Verdana;
    padding: 0 0 12px;
    font-weight: 400;
    font-size: 1.5rem;
    color: #0085ca;
    line-height: 25px;
}

.owl-prev{
	display:none !important;
}
.owl-next{
	display:none !important
	;
}

.owl-controls {
    position: absolute;
    bottom: 10px;
    left: 20px
}

.owl-controls .owl-dot {
    width: 13px;
    height: 13px;
    float: left;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-controls .owl-dot span {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    border-radius: 50%;
    background-color: #002754 !important;
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
    overflow: hidden;
    border: 2px solid #7e92a9 !important;
    -webkit-transition: opacity .3s ease;
    transition: opacity 0.3s ease
}

.owl-controls .owl-dot span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 50%;
    background-color: #fff !important
	;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease
}

.owl-controls .owl-dot span:focus {
    opacity: 0.7
}

.owl-controls .owl-dot span:hover {
    opacity: 0.7
}

.owl-controls .owl-dot.active span {
    border-color: #002754
}
.pagination .page-item .page-link{
	text-decoration:none !important;
}
.pagination .page-item.current-page.active .page-link{
	color:white !important;
}
.openSubCat::before{
	display:none !important;
}