.detailpagetop {
    position: relative;
    height: 650px;
    background-size: cover;
    background-position: center;
    overflow: hidden
}

.detailpagetop:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
    height: 150px
}

.detailpagetop>.container {
    position: relative;
    height: 100%
}

.detailpagetop .toptitle {
    position: absolute;
    color: #fff;
    left: 15px;
    bottom: 30px;
    z-index: 5
}

.pagenewsdetail .detailpagetop .toptitle {
    bottom: 110px
}

.toptitle>p {
    font-size: 20px;
    font-weight: 300;
    margin: 0
}

.toptitle>h1 {
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 5px
}

.toptitle a {
    color: #fff;
    transition: color .3s
}

.toptitle a:hover {
    color: rgba(255, 255, 255, .7)
}

.toptitle>ul {
    font-size: 16px;
    list-style: none;
    padding: 0;
    margin: 0
}

.toptitle>ul li {
    position: relative;
    display: inline-block;
    margin-right: 20px
}

.toptitle>ul li:not(:last-child):after {
    font-family: FlatIcon;
    content: "\f103";
    font-size: 10px;
    position: absolute;
    right: -21px;
    padding:5px
}

.dtimage {
    margin: -120px 0 20px;
    max-width: 100%;
    height: auto
}

.detailcontent {
    position: relative;
    color: #333;
    min-height: 400px
}

.detailtext {
    position: relative;
    font-family: Calibri, sans-serif;
    margin: 40px 0;
    line-height: 1.6;
    width: 70%;
    float: left
}

.detailtext.dtfull {
    width: 100%;
    float: none
}

.detailtext h1 {
    font-family: Calibri, sans-serif;
    font-weight: 400;
    margin: 0
}

.detailtext h2 {
    position: relative;
    font-family: Calibri, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #666;
    margin: -1px 0 0;
    border: 1px #ddd;
    border-style: solid none;
    padding: 6px 10px;
    cursor: pointer;
    user-select: none
}

.detailtext h2:after {
    font-family: Flaticon;
    content: "\f106";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #bbb;
    transition: transform .5s
}

.detailtext h2.active:after {
    transform: translateY(-50%) rotate(180deg)
}

.detailtext h3 {
    font-family: Calibri, sans-serif;
    font-weight: 100;
    margin: 0;
    line-height: 1.2;
    font-size: 16px
}

.detailtext img {
    max-width: 100%;
    height: auto !important
}

.detailtext h2+.acordion {
    position: relative;
    padding: 10px;
    border: 1px #ddd;
    border-style: none none solid;
    overflow: hidden;
    display: none
}

.detailtext h2+.acordion p {
    margin: 0 0 15px
}

.detailtext ul.ikonliste {
    margin: 0;
    margin: 0;
    list-style: none;
    padding: 0
}

.detailtext ul.ikonliste li {
    position: relative;
    padding: 20px 10px 20px 50px;
    border-bottom: 1px solid #eee
}

.detailtext ul.ikonliste li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/upload/custom/default/maddeikon.png);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat
}

.detailtext hr {
    border: 1px #ddd;
    border-style: none none solid
}

.personcv {
    padding-left: 330px
}

.personcv>h3 {
    font-family: Calibri, sans-serif;
    margin: 0;
    font-weight: 100
}

.personcv.detailtext h2 {
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: default
}

.personcv.detailtext h2:after {
    display: none
}

.personcv.detailtext h2+.acordion {
    display: block;
    background-color: transparent;
    padding: 0;
    border: none
}

.detailmenu {
       background-color: #ebeef0ad;
    padding: 20px 30px 30px;
    margin: -80px 0 40px;
    width: calc(30% - 60px);
    float: right
}

#dmlist {
    list-style: none;
    padding: 0;
    margin: 0
}

.detailmenu a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #666;
    padding: 10px 0;
    transition: color .3s
}

.detailmenu a:hover {
    color: #9300ff
}

.detailmenu a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    width: 0;
    height: 1px;
    background-color: #673ab7;
    background: linear-gradient(to right, #ff6421 0, #9300ff 100%);
    transition: all ease-in-out .3s
}

#personlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}


.detailmenu a:hover:before {
    opacity: 1;
    width: 100%
}

.pndimage {
    position: absolute;
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: 0;
    background-size: cover;
    background-position: center;
    filter: blur(10px)
}

.pndimage:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5)
}

#dmtitle {
    font-size: 28px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    padding-bottom: 18px;
    margin-bottom: 14px;
    margin: 0;
    color: #9300ff;
    color: transparent;
    background: #ff6421;
    background: linear-gradient(to right, #ff6421 0, #9300ff 100%);
    -webkit-background-clip: text
}

dmlist:hover a {
    color: rgba(102, 102, 102, .6)
}

dmlist a:hover {
    color: #666
}

#dmlist>li>ul {
    list-style: none;
    padding: 0 0 0 15px
}

.link {
    position: relative
}

.link:before {
    font-family: Flaticon;
    content: "\f100";
    position: absolute;
    right: -25px;
    transition: right .3s
}

.link:hover:before {
    right: -40px
}

#newslist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.newslistbox {
    display: block;
    background-color: #f5f6f7;
    margin-bottom: 40px;
    padding-bottom: 10px;
    color: #404040;
    width: calc(100%/3 - 20px);
    transition: all .3s
}

.newslistbox img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px
}

.newslistbox h4 {
    font-weight: 300;
    padding: 0 20px 0;
    font-size: 17px;
    margin: 0 0 10px;
    line-height: 1.3;
    max-height: 66px;
    overflow: hidden
}

.newslistbox p {
    font-weight: 300;
    padding: 0 20px;
    margin: 10px 0;
    max-height: 76px;
    overflow: hidden
}

.newslistbox .mb-link {
    display: block;
    padding: 0 20px;
    font-size: 15px
}

.newslistbox.bulletin h4 {
    font-size: 16px;
    height: 60px
}

.newslistbox.bulletin .bdate {
    font-size: 14px;
    margin: 0 0 10px
}

.newslistbox.bulletin .btype {
    font-weight: 600;
    font-size: 15px
}

.newslistbox.bulletin .bdownload {
    display: block;
    margin: 10px 20px;
    color: #666;
    font-size: 15px
}

.newslistbox.bulletin .bdownload:before {
    content: "\f108";
    font-family: Flaticon;
    margin-right: 5px;
    font-size: 10px;
    display: inline-block;
    vertical-align: text-top
}

.loadbar {
    position: relative;
    display: block;
    height: 40px;
    width: 100%;
    background-color: #f5f6f7;
    margin: 0 15px;
    cursor: pointer
}

.loadbaranim {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 4px solid #fff;
    border-top-color: #9300ff;
    animation: spin 1s infinite linear
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.pagecontactdetail .detailpagetop>.container {
    pointer-events: none
}

.pagecontactdetail .detailpagetop .toptitle,
.pageikformdetail .detailpagetop .toptitle {
    bottom: 130px
}

.pagepersondetail .detailpagetop .toptitle {
    bottom: 100px
}

#contactmap {
    height: calc(100% + 40px);
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

#contactmap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ff6421;
    background: linear-gradient(to right, #ff6421 0, #9300ff 100%);
    z-index: 1;
    opacity: .7;
    pointer-events: none
}

.contactarea {
    position: relative;
    display: flex;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .3);
    margin: -100px auto 100px;
    border-radius: 5px;
    overflow: hidden;
    z-index: 5
}

#contactform,
#ikform {
    padding: 30px
}

#contactform {
    position: relative;
    width: 66%;
    flex-grow: 1
}

.contactinfo {
    position: relative;
    flex-grow: 1;
    width: 34%;
    background-color: #333;
    color: #fff;
    padding: 30px 60px
}

.contactarea h2,
.ikformarea h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 20px
}

#contactform h2,
#ikform h2 {
    position: relative;
    color: #9300ff;
    margin: 0 0 20px
}

#contactform h2 span,
#ikform h2 span {
    position: absolute;
    right: 0;
    top: -12px;
    font-size: 40px
}

.field {
    position: relative;
    margin: 20px 0 35px
}

.field input,
.field select,
.field textarea {
    display: block;
    width: 100%;
    border: 1px #eee;
    border-style: none none solid;
    padding: 10px 0;
    outline: 0;
    resize: none;
    height: 45px;
    background-color: #fff
}

.field textarea {
    height: 205px
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: #9300ff;
    border-image: linear-gradient(to right, #ff6421 0, #9300ff 100%);
    border-image-slice: 1
}

.field input:focus+label,
.field select:focus+label,
.field textarea:focus+label {
    color: #9300ff
}

.field input+label,
.field select+label,
.field textarea+label {
    position: absolute;
    top: 6px;
    left: 0;
    margin: 0;
    transition: all .2s;
    cursor: text;
    color: #aaa;
    opacity: 1;
    pointer-events: none
}

.field input:focus+label,
.field input:not(:placeholder-shown)+label,
.field select+label,
.field textarea:focus+label,
.field textarea:not(:placeholder-shown)+label {
    font-size: 13px;
    top: -20px;
    opacity: .7
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .field input+label,
    .field select+label,
    .field textarea+label {
        font-size: 13px;
        top: -20px;
        opacity: .7
    }
}

@supports (-ms-ime-align:auto) {
    .field input+label,
    .field select+label,
    .field textarea+label {
        font-size: 13px;
        top: -20px;
        opacity: .7
    }
}

.field-half {
    width: calc(50% - 20px);
    display: inline-block;
    margin-right: 35px
}

.field-half:nth-child(2n+2) {
    margin-right: 0
}

.flast {
    float: right;
    margin: 20px 0 0
}

.contactlist td {
    vertical-align: middle;
    padding-bottom: 20px
}

.contactlist span {
    font-size: 25px;
    margin-right: 15px
}

.contactlist a {
    display: block;
    color: #fff
}

.btn {
    color: #fff;
    background-color: #9300ff;
    border: 1px solid #9300ff;
    border-radius: 3px;
    padding: 8px 20px;
    outline: 0;
    cursor: pointer;
    text-transform: uppercase;
    transition: all .3s ease-in-out
}

.btn:hover {
    background-color: #fff;
    color: #9300ff
}

.field .btn {
    float: right
}

.contactinfo .footersocial {
    width: auto;
    position: absolute;
    bottom: 20px;
    right: 30px
}

.contactinfo .footersocial a {
    padding-right: 15px
}

#contactmap2 {
    width: 100%;
    height: 340px;
    margin: -50px 0 60px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .3);
    border-radius: 5px;
    overflow: hidden;
    border: 10px solid #fff
}

.ikformarea {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .3);
    margin: -100px auto 100px;
    z-index: 5
}

.ikblock {
    float: left;
    width: calc(100%/3);
    padding: 0 15px
}


.personbox {
    display: block;
    text-align: center;
    width: calc(33% - 20px);
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
    color: #404040;
    transition: all .3s
}

.personbox img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin-bottom: 15px
}

.personbox .pbname {
    font-size: 22px;
    height: 30px;
    margin: 0 0 10px;
    overflow: hidden
}

.personbox .pbtitle {
    font-weight: 300
}

.personbox:hover {
    border-color: #ff6421;
    color: #ff6421
}

.personbox:hover .mb-link {
    color: #ff6421
}

.personimg {
    position: absolute;
    top: -120px;
    left: 0;
    background-color: #fff;
    padding: 10px
}

.personimgmob {
    display: block;
    margin: 15px 0;
    max-width: 100%;
    height: auto
}

.numbertable {
    font-family: '', sans-serif;
    width: 100%;
    table-layout: fixed;
    text-align: center;
    text-align: center;
    color: #4d4d4d;
    border: 1px solid #ddd;
    border-radius: 80px 15px 30px 15px;
    padding: 10px 0
}

.numbertable td {
    padding: 20px;
    vertical-align: middle
}

.numbertable td:nth-of-type(1) {
    position: relative
}

.numbertable td:nth-of-type(1):after {
    content: "";
    position: absolute;
    top: 25%;
    right: 0;
    width: 1px;
    height: 50%;
    background-color: #ddd
}

.numbertable td:nth-of-type(2) {
    border-right: 1px solid #ddd
}

.numbertable.kolon3 td:not(:last-child) {
    border-right: 1px solid #ddd
}

.numbertable td>p:nth-of-type(1) {
    font-size: 60px;
    font-weight: 700;
    margin: 0 0 5px;
    line-height: 1
}

.numbertable td>p:nth-of-type(1) span {
    display: inline-block;
    font-size: 35px;
    font-weight: 400;
    margin-left: 10px
}

.numbertable td>p:nth-of-type(2) {
    margin: 0;
    font-size: 18px
}

.numbertable img {
    width: 130px
}

.numbertable.kolon3 img {
    width: 110px
}

.mb2box {
    font-family: '', sans-serif;
    text-align: center;
    color: #4d4d4d;
    border: 1px solid #ddd;
    border-radius: 40px 10px 10px 10px;
    padding: 10px 0
}

.mb2box .circle {
    position: relative;
    text-align: center
}

.mb2-progress {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto
}

.mb2box .circle img {
    display: inline-block;
    max-height: 50px;
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto
}

.mb2box .title {
    position: relative;
    font-size: 22px;
    line-height: 1.3;
    margin: 0 10px 10px;
    padding: 10px 0;
    border-bottom: 1px solid #ddd
}

.mb2box .title span {
    display: block;
    font-size: 15px;
    font-weight: 300
}

.mb2box .number1 {
    font-size: 15px;
    margin: 0 6px;
    line-height: 1;
    float: left;
    width: 90px
}

.mb2box .number1 span {
    display: block;
    font-size: 50px;
    margin-bottom: 10px
}

.mb2box .number2 {
    margin: 0 0 5px;
    float: left;
    width: calc(100% - 108px);
    line-height: 1.3
}

.mb2box .number2>span:nth-of-type(1) {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    vertical-align: middle;
    margin-right: 3px
}

.mb2box .number2>span:nth-of-type(2) {
    display: inline-block;
    font-size: 15px;
    vertical-align: middle
}

.mb2box .number2>span:nth-of-type(3) {
    display: block;
    font-size: 12px
}

.mb2box .numberblock {
    font-size: 24px;
    font-weight: 700
}

.mb2box .numberblock span {
    display: block;
    font-weight: 400;
    font-size: 18px
}

.mb2box .numberblock p {
    margin: 10px 0;
    font-size: 15px;
    color: #ff6421;
    min-height: 48px
}

.historyarea {
    background-color: #eee;
    padding: 20px;
    margin: 30px 0;
    background-image: url(/upload/custom/default/history.jpg);
    background-size: cover;
    background-position: center
}

#history1 {
    position: relative;
    margin-bottom: 40px;
    padding: 0 30px;
    width: 100%;
    height: 65px;
    line-height: 40px;
    overflow: hidden
}

#history1:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    height: 1px;
    border-bottom: 2px dotted #ccc
}

#history1>div {
    position: relative;
    text-align: center;
    height: 65px;
    padding: 0 0 10px;
    white-space: nowrap;
    transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    user-select: none
}

#history1 a {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #fff;
    margin: 0 20px;
    vertical-align: middle;
    min-width: 100px;
    transition: all .3s
}

#history1 a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -17px;
    margin: 0 auto;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    transition: all .5s
}

#history1 a.current:before {
    background-color: #9300ff
}

#history1 a.current {
    font-size: 38px;
    color: #9300ff
}

.histroy-nav {
    position: absolute;
    top: 0;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    user-select: none;
    transition: all .3s;
    z-index: 5
}

.histroy-nav:hover {
    color: #9300ff
}

.histroy-nav:before {
    font-family: Flaticon
}

.histroy-nav.prev {
    left: 0
}

.histroy-nav.prev:before {
    content: "\f104"
}

.histroy-nav.prev:after {
    left: 0
}

.histroy-nav.next {
    right: 0
}

.histroy-nav.next:before {
    content: "\f103"
}

.histroy-nav.next:after {
    right: 0;
    transform: rotate(180deg)
}

#history2 {
    position: relative;
    width: 100%;
    max-height: 700px;
    overflow: hidden;
    transition: all .5s
}

#history2>div {
    width: 100%;
    transition: all 1.2s cubic-bezier(.175, .885, .32, 1.275)
}

#history2 .item {
    min-height: 200px;
    overflow: hidden
}

#history2 .item img {
    float: left;
    width: 500px;
    margin: 10px 20px 10px 0
}

.historytext {
    float: none;
    width: 100%;
    padding: 20px 0
}

img+.historytext {
    float: left;
    width: calc(100% - 520px);
    padding: 0
}

.historytext .title {
    color: #fff;
    margin: 0 0 10px;
    font-size: 50px;
    line-height: 1
}

.historytext .title>span:nth-of-type(1) {
    display: block;
    font-size: 22px;
    font-weight: 300;
    margin-top: 10px
}

.historytext .text {
    color: #fff;
    margin: 0;
    font-size: 18px
}

.colortxt,
.colortxt * {
    color: transparent;
    background: linear-gradient(to right, #ff6421 0, #9300ff 100%);
    -webkit-background-clip: text
}

.sssblock {
    position: relative;
    padding: 25px;
    margin-bottom: 40px
}

.sssblock h3 {
    font-family: '', sans-serif;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 0 0 15px
}

#slide-sss .owl-nav {
    position: absolute;
    margin: 0;
    top: -60px;
    right: -15px;
    font-size: 22px
}

#slide-sss .owl-nav [class*=owl-]:focus,
#slide-sss .owl-nav [class*=owl-]:hover {
    background: 0 0;
    color: #9300ff;
    outline: 0
}

#slide-units3 .owl-nav {
    font-size: 40px;
    position: absolute;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    width: 100%;
    color: #666
}

#slide-units3 .owl-prev {
    float: left
}

#slide-units3 .owl-next {
    float: right
}

#slide-units3 .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    color: #666;
    outline: 0
}

#mapout {
    position: relative;
    width: 100%;
    margin: 20px 0
}

#mapout.hide {
    visibility: hidden;
    position: absolute
}

#map-turkiye {
    width: 100%;
    height: auto;
    fill: #bbb
}

.maparea:hover #map-turkiye {
    transform: none;
    filter: none
}

#mapimage {
    width: 100%;
    height: 100%
}

#map-turkiye g[data-focus] {
    opacity: .8
}

#map-turkiye path {
    cursor: pointer;
    transition: all .3s
}

#map-turkiye path:hover {
    opacity: .6
}

#pin>div[data-iladi] {
    position: absolute;
    width: 37px;
    height: 55px;
    text-align: center;
    top: -100px;
    font-family: '', sans-serif;
    transition: top .3s cubic-bezier(1, -.2, 1, 1);
    transform-origin: bottom;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275)
}

#pin>div[data-iladi]:hover {
    transform: scale(1.5);
    z-index: 20
}

#pin>div[data-iladi]:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(/upload/custom/default/mappin.svg);
    background-repeat: no-repeat;
    background-size: contain
}

#pin>div[data-iladi]>span:nth-of-type(1) {
    display: block;
    color: #666;
    position: absolute;
    left: 0;
    right: 0;
    top: 1px;
    font-size: 19px;
    font-weight: 700
}

#pin>div[data-iladi]>div {
    position: absolute;
    left: 100%;
    padding: 0 5px 5px;
    top: 0;
    text-align: left;
    white-space: nowrap
}

#pin>div[data-iladi].left>div {
    left: auto;
    right: 100%;
    margin-left: 0;
    text-align: right
}

#pin>div[data-iladi]>div>p {
    margin: 0;
    color: #666;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
    line-height: 1;
    margin-bottom: 3px
}

#pin>div[data-iladi]>div>span {
    text-align: left;
    display: block;
    line-height: 1.2;
    font-size: 14px;
    cursor: pointer
}

#pin>div[data-iladi]>div>span:hover {
    color: #ff6421
}

#pin>div[data-iladi]:hover>div {
    background-color: #fff;
    border-radius: 5px
}

#pin>div[data-iladi]:hover>div>p {
    font-size: 14px;
    text-shadow: none
}

#pin>div[data-iladi]:hover>div>span {
    font-size: 11px;
    line-height: 1.5
}

#mapline {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    pointer-events: none
}

#unitdetail {
    border: 1px solid #ddd;
    z-index: 30;
    width: 100%;
    padding: 10px;
    display: none;
    background-color: #fff
}

#unitimg {
    border: 1px solid #000
}

#unittitle {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: 25px
}

#unitdetail #unitclose {
    font-family: Flaticon;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 38px;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    color: #666
}

#unitdetail #unitclose:before {
    content: "\f110"
}

#unitdetail #unitclose:hover {
    color: #9300ff
}

#unitmobil {
    display: none
}

#unitmobil>div {
    margin-bottom: 20px
}

#unitmobil>div>h4 {
    font-family: '', sans-serif;
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
    background-color: #9300ff;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px 5px 0 0
}

.unitmobtitle {
    font-family: '', sans-serif;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer
}

.unitmobtitle.active {
    margin-bottom: 10px
}

.unitmobtitle:after {
    font-family: Flaticon;
    content: "\f106";
    float: right;
    transition: transform .3s
}

.unitmobtitle.active:after {
    transform: rotate(180deg)
}

.unitmobcontent {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all .3s
}

.unitmobtitle.active+.unitmobcontent {
    max-height: none;
    opacity: 1;
    visibility: visible;
    height: auto
}

.pdfdownload {
    font-family: '', sans-serif;
    display: inline-block;
    color: #f15642;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px
}

.pdfdownload:before {
    content: "";
    display: inline-block;
    background-image: url(/upload/custom/default/pdf.png);
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 5px
}

.badgelist {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: '', sans-serif
}

.badgelist li {
    padding: 7px 0
}

.badgelist li:before {
    content: "";
    display: inline-block;
    background-image: url(/upload/custom/default/badge.svg);
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 5px
}

.cursor {
    display: inline-block;
    line-height: 35px;
    margin: 0 10px 10px 0;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    color: #9300ff;
    min-width: 250px
}

.cursor:before {
    float: left;
    content: "";
    background-image: url(/upload/custom/default/cursor.svg);
    background-size: contain;
    width: 30px;
    height: 30px;
    margin-right: 10px
}

.ribbonlist {
    list-style: none;
    padding: 0;
    font-family: '', sans-serif
}

.ribbonlist li {
    position: relative;
    float: left;
    width: calc(100%/3 - 150px);
    margin: 20px 20px 20px 130px;
    background: #fff;
    padding-left: 30px;
    height: 180px
}

.ribbonlist li:before {
    content: "";
    position: absolute;
    left: -130px;
    width: 150px;
    height: 100%;
    background-image: url(/assets/img/logoico_new.svg);
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: right 10px;
    z-index: -1
}

.ribbonlist li:after {
    content: "";
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 20px rgba(0, 0, 0, .8);
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 5px;
    border-radius: 100px/10px
}

.ribbonlist li strong {
    display: block;
    color: #ff6421;
    text-transform: uppercase
}

.searchblock {
    display: block;
    margin-bottom: 25px;
    border: 1px solid #eee;
    padding: 15px;
    transition: all .3s
}

.searchblock:hover {
    border-color: #9300ff
}

.detailtext h3.stitle {
    color: #404040
}

.stitle span {
    color: #aaa;
    font-size: 15px;
    font-weight: 300;
    display: block;
    margin: 5px 0
}

.sdesc {
    color: #545454;
    margin: 5px 0 0
}

.newbox {
    position: relative;
    font-family: '', sans-serif;
    margin: 30px -20px;
    border-radius: 5px;
    padding: 20px 10px 40px;
    z-index: 1;
    counter-reset: newboxcount;
    color: #ff6421;
    text-align: center
}

.newbox a {
    color: inherit
}

.newbox h1 {
    font-size: 22px;
    display: block;
    text-align: center
}

.newbox .item {
    display: inline-block;
    position: relative;
    background-color: #f5f5f5;
    width: calc(100%/5 - 16px);
    margin: 30px 6px;
    padding: 20px;
    border-radius: 6px;
    vertical-align: top;
    text-align: left;
    transition: all .3s
}

.newbox .item:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 11px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 50%;
    box-shadow: 0 17px 6px #bbb;
    transform: rotate(-6deg)
}

.newbox .item:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 11px;
    right: 10px;
    width: 50%;
    top: 80%;
    max-width: 50%;
    box-shadow: 0 17px 6px #bbb;
    transform: rotate(6deg)
}

.newbox .item:nth-of-type(2),
.newbox .item:nth-of-type(4),
.newbox .item:nth-of-type(7),
.newbox .item:nth-of-type(9) {
    vertical-align: bottom;
    margin-top: 70px
}

.newbox .title {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin: -25px -20px 20px;
    overflow: hidden
}

.newbox .title:before {
    counter-increment: newboxcount;
    content: counters(newboxcount, ".", decimal-leading-zero) ".";
    font-size: 70px;
    font-weight: 400;
    margin: 0 10px 0 -17px;
    font-variant-numeric: tabular-nums
}

.newbox .title:after {
    content: "";
    position: absolute;
    right: 8px;
    top: 0;
    background-image: url(/assets/img/newboximg.png);
    background-repeat: no-repeat;
    background-size: 90px;
    background-position: right;
    width: 100px;
    height: 100px;
    opacity: .1;
    transition: all .3s
}

.newbox .text {
    margin: 0 0 30px;
    height: 102px;
    color: #666;
    overflow: hidden
}

.newbox .itembtn {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #ff6421;
    border-radius: 3px;
    padding: 5px 5px 7px;
    width: calc(100% - 50px);
    background-color: #fff;
    text-align: center;
    transition: all .3s
}

.newbox .itembtn:before {
    content: "\f11a";
    font-family: Flaticon;
    position: absolute;
    top: -1px;
    left: calc(100% + 10px);
    border: 1px solid #ff6421;
    border-radius: 3px;
    padding: 6px;
    width: 40px;
    background-color: #fff;
    transition: all .3s
}

.newbox .item:hover {
    background-color: #ff6421;
    background: linear-gradient(135deg, #ff6421 0, #cf3786 50%, #9500ff 100%)
}

.newbox .item:hover .title {
    color: #fff
}

.newbox .item:hover .title:after {
    opacity: 1
}

.newbox .item:hover .text {
    color: #fff
}

.newbox .item:hover .itembtn {
    color: #9300ff;
    border-color: transparent
}

.newbox .item:hover .itembtn:before {
    color: #9300ff;
    border-color: transparent
}

#medialist {
    display: flex;
    flex-wrap: wrap
}

.mitem {
    display: block;
    width: calc(100% / 3 - 15px);
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 10px;
    text-align: center;
    margin-right: 15px;
    font-family: '', sans-serif;
    word-break: break-all
}

.mitem img {
    display: block
}

.mitem p {
    color: #666;
    margin: 15px 0 5px
}

div.mitem a {
    display: inline-block;
    width: calc(50% - 5px);
    padding: 5px;
    margin-top: 10px;
    border: 1px solid #ddd;
    color: #666
}

@media(max-width:1439px) {
    .detailpagetop {
        height: 400px
    }
    .detailmenu {
        width: calc(30% - 10px)
    }
    .contactinfo {
        padding: 30px 30px
    }
    .contactinfo .footersocial {
        left: 30px
    }
    .contactlist {
        left: 30px
    }
    .personimg {
        width: 250px
    }
    .personcv {
        padding-left: 270px
    }
    .numbertable td>p:nth-of-type(1) {
        font-size: 50px
    }
    .numbertable td>p:nth-of-type(1) span {
        font-size: 28px;
        margin-left: 5px
    }
    .numbertable td>p:nth-of-type(2) {
        font-size: 15px
    }
    #history2 .item img {
        width: 460px
    }
    img+.historytext {
        width: calc(100% - 480px)
    }
    .ribbonlist li {
        width: calc(100%/2 - 150px)
    }
}

@media(max-width:1199px) {
    .detailpagetop {
        height: 350px
    }

    .detailmenu {
        padding: 10px 15px;
        margin: -60px 0 40px
    }
    #dmtitle {
        font-size: 24px;
        padding-bottom: 10px
    }
    .detailmenu a {
        font-size: 16px;
        padding: 7px 0
    }
    .numbertable img {
        width: 110px
    }
    .numbertable td>p:nth-of-type(1) span {
        display: block;
        font-size: 30px
    }
    .newslistbox img {
        margin-bottom: 10px
    }
    .newslistbox h4 {
        margin: 0 0 10px
    }
    .newslistbox p {
        margin: 0 0 10px;
        max-height: 67px;
        font-size: 14px
    }
    .pagenewsdetail .detailpagetop .toptitle {
        bottom: 80px
    }
    .dtimage {
        margin: -100px 0 20px
    }
    .personbox .pbname {
        font-size: 18px;
        height: auto;
        margin: 0
    }
    .personbox .pbtitle {
        font-size: 14px;
        margin: 5px 0
    }
    .personimg {
        position: absolute;
        top: -100px
    }
    .pagepersondetail .detailpagetop .toptitle {
        bottom: 80px
    }
    #contactform,
    #ikform {
        padding: 15px
    }
    .contactinfo {
        padding: 15px
    }
    .contactlist {
        left: 15px;
        width: calc(100% - 30px)
    }
    #history2 .item img {
        width: 380px
    }
    img+.historytext {
        width: calc(100% - 400px)
    }
    .historytext .title {
        font-size: 40px
    }
    .newbox .item {
        width: calc(100%/3 - 16px)
    }
    .newbox .item:nth-of-type(2),
    .newbox .item:nth-of-type(4),
    .newbox .item:nth-of-type(7),
    .newbox .item:nth-of-type(9) {
        vertical-align: top;
        margin-top: 30px
    }
    .newbox .item:nth-of-type(10),
    .newbox .item:nth-of-type(2),
    .newbox .item:nth-of-type(5),
    .newbox .item:nth-of-type(8) {
        vertical-align: bottom;
        margin-top: 70px
    }
}

@media(max-width:991px) {
    .toptitle>p {
        font-size: 22px
    }
    
    #personlist {
        justify-content: space-between
    }
    
    .toptitle>h1 {
        font-size: 26px;
        margin: 0 0 5px
    }
    .detailtext {
        margin: 30px 0;
        width: 60%
    }
    .detailmenu {
        padding: 10px 20px 20px;
        margin: 30px 0 0;
        width: calc(40% - 30px)
    }
    #dmtitle {
        font-size: 22px;
        padding-bottom: 10px;
        margin-bottom: 10px
    }
    .detailmenu a {
        font-size: 16px;
        padding: 6px 0
    }
    .contactarea,
    .ikformarea {
        display: block;
        height: auto;
        margin: -100px auto 50px
    }
    #contactform {
        width: 100%
    }
    .contactinfo {
        width: 100%
    }
    .contactinfo .footersocial {
        position: static
    }
    .contactlist {
        position: static;
        transform: none;
        width: 100%
    }
    .personbox {
        width: calc(50% - 20px);
        padding: 5px;
        margin-bottom: 20px
    }
    .personbox img {
        margin-bottom: 10px
    }
    .personbox .pbname {
        font-size: 18px;
        height: auto;
        margin-bottom: 5px
    }
    .personbox .pbtitle {
        font-size: 12px;
        margin-bottom: 5px
    }
    .pagepersondetail .detailpagetop .toptitle {
        bottom: 30px
    }
    .numbertable,
    .numbertable tbody,
    .numbertable tr {
        display: block;
        width: 100%
    }
    .numbertable td {
        display: block;
        padding: 10px
    }
    .numbertable td:not(:last-child) {
        border: 1px #ddd;
        border-style: none none solid
    }
    .numbertable td>p:nth-of-type(1) span {
        display: inline-block
    }
    .numbertable td:nth-of-type(1):after {
        display: none
    }
    .numbertable.kolon3 td:nth-of-type(3) {
        border-right: none
    }
    .newslistbox {
        width: calc(100%/2 - 20px)
    }
    .dtimage {
        margin: 0
    }
    .pagenewsdetail .detailpagetop .toptitle {
        bottom: 30px
    }
    .personimg {
        position: static;
        width: auto
    }
    .personcv {
        padding-left: 0
    }
    .field-half {
        width: 100%;
        display: block;
        margin-right: 0
    }
    #contactmap2 {
        margin: 0 0 40px
    }
    #history2 .item img {
        width: 300px
    }
    img+.historytext {
        width: calc(100% - 320px)
    }
    .historytext .title {
        font-size: 26px
    }
    .historytext .title>span:nth-of-type(1) {
        font-size: 16px
    }
    .historytext .text {
        font-size: 16px
    }
    .sssblock h3 {
        font-family: '', sans-serif;
        font-size: 22px
    }
    #slide-sss .owl-nav {
        display: none
    }
    .ikblock {
        float: none;
        width: 100%;
        padding: 0
    }
    .flast {
        float: none
    }
    #mapout {
        display: none
    }
    #unitmobil {
        display: block
    }
    .ribbonlist li {
        float: none;
        width: calc(100% - 150px);
        height: auto;
        min-height: 200px
    }
    .mitem {
        width: calc(100%/2 - 15px)
    }
}

@media(max-width:767px) {
    .detailpagetop {
        height: 300px
    }
    .detailpagetop .toptitle {
        bottom: 15px;
        padding: 0 35px;
    }
    .toptitle>p {
        font-size: 10px
    }
    .toptitle>h1 {
        font-size: 14px
    }
    .toptitle>ul {
        font-size: 15px
    }
    .detailtext {
        width: 100%;
        float: none
    }
    .detailmenu {
        position: fixed;
        bottom: 0;
        right: 20px;
        z-index: 50;
        height: 46px;
        width: 250px;
        box-shadow: 0 0 5px rgba(0, 0, 0, .3);
        border-radius: 3px 3px 0 0;
        padding: 10px
    }
    #dmtitle {
        font-size: 17px;
        padding-bottom: 0;
        margin-bottom: 10px;
        border-bottom: none;
        cursor: pointer
    }
    #dmtitle:after {
        font-family: Flaticon;
        content: "\f105";
        float: right
    }
    #dmlist {
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        padding: 10px;
        background-color: #fff;
        border-radius: 3px;
        box-shadow: 0 0 5px rgba(0, 0, 0, .3);
        overflow: auto;
        max-height: 80vh;
        display: none
    }
    #newslist {
        margin: 30px 0
    }
    .newslistbox {
        width: calc(100%/2 - 10px);
        margin-bottom: 20px
    }
    .pagenewsdetail .detailpagetop .toptitle {
        bottom: 15px
    }
    #contactform,
    #ikform {
        padding: 20px
    }
    .contactinfo {
        padding: 20px
    }
    .contactarea,
    .ikformarea {
        margin: -50px auto 30px
    }
    .pagecontactdetail .detailpagetop .toptitle,
    .pageikformdetail .detailpagetop .toptitle {
        bottom: 60px
    }
    .pagepersondetail .detailpagetop .toptitle {
        bottom: 15px
    }
    .personimg {
        margin: 0 auto 20px;
        display: block
    }
    .pagepersondetail .detailtext h2 {
        text-align: center
    }
    .personcv>h3 {
        text-align: center
    }
    .historyarea {
        padding: 10px
    }
    #history1 {
        margin: 0 0 20px;
        height: 55px
    }
    #history1:before {
        bottom: 5px
    }
    #history1 a {
        font-size: 17px;
        line-height: 30px;
        margin: 0 10px;
        min-width: 60px
    }
    #history1 a.current {
        font-size: 26px
    }
    #history2 .item img {
        float: none;
        width: 100%
    }
    .historytext,
    img+.historytext {
        width: 100%;
        float: none;
        text-align: center
    }
    .newbox h1 {
        font-size: 18px
    }
    .newbox .item {
        width: calc(100%/2 - 16px);
        margin: 20px 6px
    }
    .newbox .item:nth-of-type(10),
    .newbox .item:nth-of-type(2),
    .newbox .item:nth-of-type(4),
    .newbox .item:nth-of-type(5),
    .newbox .item:nth-of-type(7),
    .newbox .item:nth-of-type(8),
    .newbox .item:nth-of-type(9) {
        vertical-align: top;
        margin-top: 20px
    }
}

@media(max-width:575px) {
    .detailtext {
        margin: 20px 0
    }
    .detailtext h2 {
        font-size: 16px
    }
    .detailmenu {
        left: 0;
        right: 0;
        width: 100%;
        border-radius: 0
    }
    .contactarea h2,
    .ikformarea h2 {
        font-size: 18px;
        font-weight: 500
    }
    #contactform h2 span,
    #ikform h2 span {
        top: -9px;
        font-size: 30px
    }
    .newslistbox {
        width: 100%
    }
    .sssblock {
        padding: 15px
    }
    .sssblock h3 {
        font-size: 18px;
        text-align: center
    }
    .personbox {
        width: 100%
    }
    .newbox .item {
        width: calc(100% - 16px)
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    #dmtitle {
        color: #9300ff;
        background: 0 0
    }
    .colortxt,
    .colortxt * {
        color: #9300ff;
        background: 0 0
    }
}

div.videoButton {
    position: absolute;
    left: 120px;
    bottom: 120px
}