@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:400,500,600,700,800|Barlow:400,500,700&amp;subset=latin-ext');
html, body {
    height: 100%;
}
body {
    background: #fff;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 15px;
}
img {
    max-width:100%;
    height:auto;
}
a {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    text-decoration:none;
}
body, a{
    color:#1d1d1b;
}
a:focus {
    outline: 0 solid;
}
a:active, a:hover {
    outline: 0 none;
    color:inherit;
}
a:hover, a:focus {
    text-decoration: none;
}
.btn,
.btn:hover,
.btn:active,
.btn:focus
{
    outline: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}



/* loading */
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #ffffff;
    left:0;
    top:0;
    z-index: 999;
    transition: all 0.5s ease .1s;
    -webkit-transition: all 0.5s ease .1s;
}

.preloader.hidden {
    opacity: 0;
    visibility: hidden;
}

.preloader img {
    position: absolute;
    left: 50%;
    top:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}



/* main menu */
.main-menu {
    background-color: #f2f3f9;
    border-top:1px solid #bcbcbc;

}
.main-menu.fixed {
    position: fixed;
    top:0;
    z-index: 10;
    width: 100%;
    border-top:none;
    border-bottom:1px solid #bcbcbc;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.65);
}


.logo-area{
    padding: 10px 0;
}


.services-block
{
    color:#fff;
}



header .top-header {
    background-color: #fff;
    border-bottom:1px solid #ededed;
}


header .top-header .top-block-area {
    display: table;
    width: 100%;
}


header .top-header .left,
header .top-header .right{
    display: table-cell;
    vertical-align: middle;
}


header .top-header .left{
    float: left;
}


header .top-header .right{
    float: right;
}

header .top-header .block {
    display: table-cell;
    padding: 10px 15px;
    border-left: 1px solid #ededed;
    font-size: 13px;
}

header .top-header .block.phone{
    border-right: 1px solid #ededed;
    font-size: 13px;
}




header .top-header a.block{
    color:#444444;
}

header .top-header a.block i {
    color:#d8182b;
    margin-right: 5px;
}


header .top-header a.block:hover  {
    color:#d8182b;
}



.lang-select a.active,
.lang-select a:hover
{
    color:#d8182b;
}

.lang-select a {
    font-weight: 600;
}

header .top-header a.block.lang-select a:first-child {
    display: inline-block;
    margin: 0 15px;
}


header .top-header .social-icons {
    padding: 8px 0px 6px 20px;
}

header .top-header .first h4 {
    font-weight: 400;
    font-size: 19px;
    margin:20px 0 20px 150px;
}


header .top-header .top-block {
    border-right: 2px solid #e5e5e5;
    padding: 0px 20px;
}

i.icon-lang {
    color:#777777;
}

.icon-phone{
    background-color: #38929a;
    border-radius: 100%;
    padding: 3px;
    margin-right: 5px;
}

.icon-phone img {
    width: 30px;
}


header .top-header .block.search {
    border-left: none;
    color:#777777;
    padding: 3px 15px;
}

.block.search svg {
    margin-left: 15px;
    transform: translateY(7px);
}

header .top-header .block.search input {
    border: none;
    width: 130px;
    padding: 4px 8px;
}


header .top-header .block.search button{
    background-color: transparent;
    padding:0;
    border:0;
    margin:0;
    outline: none;

}


header .top-header .block.search input::placeholder {
    font-style: italic;
}

header .top-header .block.search input:-ms-input-placeholder {
    font-style: italic;
}

header .top-header .block.search input::-ms-input-placeholder {
    font-style: italic;
}

.icon-phone-detail .title{
    font-size: 11px;
    font-weight: 500;
    color:#7c7c7b;
    clear: right;
    display: block;
    margin-bottom: -4px;
}

.icon-phone-detail .number {
    font-size: 18px;
    font-weight: 500;
}


.social-icons .icons{
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    margin: 0 3px;
    border-radius: 100%;
    color: #fff;
    /*line-height: 24px;*/
    /*font-size: 11px;*/
    /*-webkit-border-radius: 100%;*/
    /*-moz-border-radius: 100%;*/
    /*background-color: #565656;*/
}

.bg-facebook {
    background-color: #395195 !important;
}
.bg-twitter {
    background-color: #00a9ff !important;
}
.bg-youtube {
    background-color: #d30b17 !important;
}
.bg-googleplus {
    background-color: #f34a38 !important;
}

.bg-linkedln {
    background-color: #2F72B0 !important;
}

.bg-instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}


header .top-header .lang-menu{
    position: relative;
}

header .top-header .lang-menu a{
    font-weight: 500;
    color: #636362;
}

header .top-header .lang-menu a:after {
    display: none;
}

header .top-header .lang-menu > a > i{
    color:#111111;
}

header .top-header .top-block.search-area{
    cursor: pointer;
}
header .top-header .top-block.services a {
    font-size: 17px;
    padding: 15px 0px;
}

header .logo {
    float: left;
    max-width: 280px;
}

header .top-header .top-block.services{
    border-right: 0px;
}

.dropdown.lang {
    padding: 0px;
    margin: 0px;
    min-width: 180px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    position: absolute;
    margin-top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
}

.dropdown.lang.active {
    opacity: 1;
    visibility: visible;
}

.dropdown.lang a {
    display: block;
    padding:10px 15px;
    border-bottom: 1px solid #efefef;
    color:#636362;
    font-size: 15px;
}


.dropdown.lang a:hover {
    background-color: #efefef;
}


.dropdown.lang a i {
    margin-right: 5px;
}


.overlay-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,.8);
    z-index: 20;
    display: none;
}
.overlay-bg.active {
    display: block;
}

.search-block {
    position: absolute;
    z-index: 21;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}


.search-block.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}



.search-form input[type=text]{
    width: 100%;
    padding: 18px 65px 18px 40px;
    background-color: #fff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: none;
    text-align: center;
    font-size: 23px;
}

.services-block{
    position: fixed;
    width: 100%;
    height:100%;
    overflow: auto;
    z-index: 11;
    background: url("../images/services-bg.jpg") #000000;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: local;
    padding:10vh 0;
    display: none;
}

.services-block h1 {
    font-size: 30px;
    display: block;
    position: relative;
    margin: 40px 0px;
}

.services-block h1:after {
    width:120px;
    height: 4px;
    background-color: #c6c9ca;
    position: absolute;
    content: '';
    left: 50%;
    bottom:-20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.services-block p {
    font-size: 18px;
}

.services-block input[type=text] {
    font-size: 18px;
}

.services-block .arrow-down{

    margin: 25px 0;
}


@-webkit-keyframes upDown /* Safari and Chrome */ {
    0% {
        -webkit-transform: translateY(0px) rotate(90deg);
        -moz-transform: translateY(0px) rotate(90deg);
        -ms-transform: translateY(0px) rotate(90deg);
        -o-transform: translateY(0px) rotate(90deg);
        transform: translateY(0px) rotate(90deg);
    }
    50% {
        -webkit-transform: translateY(20px) rotate(90deg);
        -moz-transform: translateY(20px) rotate(90deg);
        -ms-transform: translateY(20px) rotate(90deg);
        -o-transform: translateY(20px) rotate(90deg);
        transform: translateY(20px) rotate(90deg);
    }

    100%{
        -webkit-transform: translateY(0px) rotate(90deg);
        -moz-transform: translateY(0px) rotate(90deg);
        -ms-transform: translateY(0px) rotate(90deg);
        -o-transform: translateY(0px) rotate(90deg);
        transform: translateY(0px) rotate(90deg);
    }
}

@keyframes upDown {
    0% {
        -webkit-transform: translateY(0px) rotate(90deg);
        -moz-transform: translateY(0px) rotate(90deg);
        -ms-transform: translateY(0px) rotate(90deg);
        -o-transform: translateY(0px) rotate(90deg);
        transform: translateY(0px) rotate(90deg);
    }
    50% {
        -webkit-transform: translateY(20px) rotate(90deg);
        -moz-transform: translateY(20px) rotate(90deg);
        -ms-transform: translateY(20px) rotate(90deg);
        -o-transform: translateY(20px) rotate(90deg);
        transform: translateY(20px) rotate(90deg);
    }

    100%{
        -webkit-transform: translateY(0px) rotate(90deg);
        -moz-transform: translateY(0px) rotate(90deg);
        -ms-transform: translateY(0px) rotate(90deg);
        -o-transform: translateY(0px) rotate(90deg);
        transform: translateY(0px) rotate(90deg);
    }
}


.services-block .arrow-down svg {
    width: 60px;
    height: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);

    -webkit-animation: upDown 3s cubic-bezier(1, 0.07, 0.45, 0.65) infinite;
    -moz-animation: upDown 3s cubic-bezier(1, 0.07, 0.45, 0.65) infinite;
    -ms-animation: upDown 3s cubic-bezier(1, 0.07, 0.45, 0.65) infinite;
    -o-animation: upDown 3s cubic-bezier(1, 0.07, 0.45, 0.65) infinite;
    animation: upDown 3s cubic-bezier(1, 0.07, 0.45, 0.65) infinite;
}


.services-block .services-list{
    margin: 60px -10px 0 -10px;
    position: relative;
    width: 100%;

}
.services-block .close-service {
    position: absolute;
    right: 20px;
    top: 0px;
    cursor: pointer;
}


.services-block .close-service svg {
    width: 110px;
}

.services-block .close-service svg,
.services-block .close-service svg *{
    fill:#ffffff;
    width: 70px;
    height: 70px;
}
.services-block .services-list .services {
    width: 20%;
    display: block;
    float: left;
    padding: 0 10px;
}

.services-block .services-list .services .content {
    background: url("../images/services-pattern.png") no-repeat right center #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:23px 15px;
    margin-bottom: 20px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.services-block .services-list .services .content:hover {
    background: url("../images/services-pattern-hover.png") no-repeat right center #d8182b;

    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}


.services-block .services-list .services .content svg {
    height: 70px;
    width: auto;
    margin: 0 auto;
}

.services-block .services-list .services .content svg,
.services-block .services-list .services .content svg *{
    fill: #678697;
}

.services-block .services-list .services .content:hover svg,
.services-block .services-list .services .content:hover svg *{
    fill: #ffffff;
}


.services-block .services-list .services .content .title {
    font-size: 16px;
    font-weight: 600;
    color:#000000;
    margin-top: 20px;
    margin-bottom: 0px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}


.services-block .services-list .services .content:hover .title {
    color: #ffffff;
}

.services-block .media {
    max-width: 300px;
    margin: 0 auto;
    text-align: left;
}

.services-block .media .icon-phone img{
    width: 50px;
}

.services-block .media h5 {
    font-size: 18px;
    margin-bottom: -6px;
}

.services-block .media a {
    font-size: 30px;
    color:#fff;
    font-weight: 600;
}



/* online işlem modal */
.online-window .title-block {
    display: table;
    width: 100%;
}
.online-title {
    display: table-cell;
    padding: 15px 40px 15px 60px;
    background-color: #d8182b;
    color: #ffffff;
    font-size: 20px;
    position: relative;
    /* margin-bottom: -4px; */
    vertical-align: middle;
}
.online-window {
    z-index: 22;
    position: fixed;
    top:-150px;
    opacity: 0;
    visibility: hidden;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    width: 940px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.online-window.active{
    top:0px;
    opacity: 1;
    visibility: visible;
}
.online-window .btn-submit {
    display: inline-block;
    padding:10px 35px;
    font-size: 17px;
    text-align: center;
    color:#ffffff;
    background-color: #d8182b;
    border:none;
    outline:none !important;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.online-window .btn-submit:hover {
    background-color: #272f46;
}
.online-window .btn-submit i {
    margin-left: 5px;
}
.online-window .d-table a {
    color: #fff;
    font-weight: 500;
    margin-top: 15px;
    display: inline-block;
    font-size: 15px;
    margin-right: 15px;
    background-color: #f78f4d;
    padding:10px 25px;
}
.online-window .d-table a:last-child{
    background-color: #272f46;
}
.online-area .d-table a i {
    margin-right: 3px;
    font-size: 18px;
}
.remember-wrap {
    display: table-cell;
    vertical-align: middle;
    padding-top: 14px;

}
.online-window .d-table a:hover {
    opacity: .8;
}
.remember-wrap .checkbox {
    position: relative;
}
.remember-wrap .checkbox input[type=checkbox] {
    display: none;
}
.remember-wrap .checkbox label {
    padding-left: 26px;
    color: #272f46;
    vertical-align: middle;
    font-weight: 500;
}
.remember-wrap .checkbox label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 3px;
    background-color: #d8182b;
    border: none;
}
.remember-wrap .checkbox input[type=checkbox]:checked + label:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: 18px;
}

input:focus{
    outline: none;
}

header .top-block.search-area svg {
    cursor: pointer;
}

.search-form button{
    background-color: transparent;
    border: none;
    position: absolute;
    right: 25px;
    top: 13px;
    outline: none !important;
}

header .logo a {
    display: inline-block;
}

header .navbar{
    padding: 0px;
}


.top-icons {
    float: right;
}

.top-icons ul{
    margin: 0px;
    padding: 0px;
    margin-top: 28px;
}

.top-icons ul li {
    display: block;
    float: left;
    position: relative;
    padding: 0 15px;
    border-right: 2px solid #ccc;
}

.top-icons ul li:last-child {
    border-right: none;
    padding-right: 0px;
}

.top-icons ul li svg {
    position: absolute;
    height: 34px;
    left: 15px;
    top:-1px;
}

/*
.top-icons ul li svg,
.top-icons ul li svg *{
    fill: #d8182b;
}
*/


.top-icons ul li:first-child svg {
    margin-top: -2px;
}

.top-icons ul li .title-icon {
    float: left;
    max-width: 65px;
    font-size: 14px;
    color:#444444;
    margin-left: 50px;
    margin-bottom: 0;
}



.menu-wrapper {
    padding:0px;
}

.top-icons ul li svg,
.top-icons ul li svg *{
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}



.top-icons ul li:hover svg,
.top-icons ul li:hover svg *,
.top-icons ul li:hover .title-icon
{
    color:#d8182b;
}




ul.desktop-menu{
    margin:0px;
    padding: 0px;
}


.main-menu ul.desktop-menu li {
    display: block;
    float: left;
    padding:0;
    margin: 0;
    position: relative;
}

.main-menu ul.desktop-menu > li:first-child a{
    border-left: 1px solid #dddfe4;
}

.main-menu ul.desktop-menu li a {
    color:#292929;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 0 15px;
    line-height: 66px;
    border-right: 1px solid #dddfe4;
}


.main-menu ul.desktop-menu>li:hover>a{
    background-color: #374a60;
    color:#ffffff;
}

.main-menu ul.desktop-menu li.first a{
    background-color: #5db6d8;
    border-right: none;
    line-height: 66px;
}


.main-menu ul.desktop-menu li.first a svg {
    width: 22px;
    fill: #fff;
}

.main-menu ul.desktop-menu li a.with-sub-menu:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f0dd";
    margin-left: 7px;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    font-weight: 700;
}



.main-menu ul.desktop-menu ul:not(.dropdown-menu-bar) {
    margin: 0px;
    padding: 0px;
    position: absolute;
    background-color: #d8182b;
    min-width: 250px;
    border: 0;
    top: 100%;

    box-shadow: 2px 2px 3px rgba(0,0,0,.05);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    z-index: 11;
    -webkit-transform: scale3d(0, 1, 1) translateZ(50px);
    -moz-transform: scale3d(0, 1, 1) translateZ(50px);
    -ms-transform: scale3d(0, 1, 1) translateZ(50px);
    -o-transform: scale3d(0, 1, 1) translateZ(50px);
    transform: scale3d(0, 1, 1) translateZ(50px);
}


.main-menu ul.desktop-menu ul li{
    display: block;
    padding: 0;
    margin: 0px;
    float: none;
}


.main-menu ul.desktop-menu ul li a{
    display: block;
    color: #fff;
    line-height: inherit;
    padding: 11px 15px;
    border-bottom: 1px solid #bf1d30;
    border-right: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
}

.main-menu ul.desktop-menu ul li a:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    margin-right: 7px;
    font-size: 5px;
    transform: translateY(-3px);
    font-weight: 700;
}

.main-menu ul.desktop-menu ul li:hover a{
    background: #374a60;
    border-bottom-color: #2d4561;
}

.main-menu ul.desktop-menu ul li:last-child a{
    border-bottom: 0;
}

.main-menu ul.desktop-menu li:hover ul.sub-menu{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale3d(1, 1, 1) translateZ(50px);
    -moz-transform: scale3d(1, 1, 1) translateZ(50px);
    -ms-transform: scale3d(1, 1, 1) translateZ(50px);
    -o-transform: scale3d(1, 1, 1) translateZ(50px);
    transform: scale3d(1,1, 1) translateZ(50px);

}




/* online işlem butonu */
.main-menu ul.desktop-menu li.list-online{
    padding: 0 0 0 16px;
    border-right: 0;
    float: right!important;
}
.main-menu ul.desktop-menu li.list-online a{
    padding: 0 20px 0 55px;
    border-right: 0;
    /*background-color: #e48446;*/

    /*background: #DC2424;  /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to right, #0c59b9, #DC2424);  /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, #0c59b9, #DC2424); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    background: #ffb347;
    background: -webkit-linear-gradient(to right, #ffcc33, #ffb347);
    background: linear-gradient(to right, #ffcc33, #ffb347);

    border-radius: 4px;
    color: #454545;
    font-weight: 600;
    margin: 12px 0;
    line-height: 42px;
    font-size: 14px;
}
.main-menu ul.desktop-menu li.list-online a i {
    font-size: 25px;
    position: absolute;
    left: 30px;
    font-weight: 500;
}
.main-menu ul.desktop-menu li.list-online:hover a{
    background-size: 100%;
}

/* mobile menu  butonu */
.main-menu ul.desktop-menu li.list-mobile {
    padding: 0;
    border-right: 0;
    display: none;
    float: right!important;
}
.main-menu ul.desktop-menu li.list-mobile a{
    padding: 0 15px;
    border-right: 0;
    background-color: #c25b1d;
    color:#ffffff;
    font-weight: 600;
    margin: 12px 0;
    line-height: 42px;
    font-size: 12px;
}
/* mobile logo */
.main-menu ul.desktop-menu li.list-logo {
    padding: 0;
    border-right: 0;
    display: none;
    float: left;
}
.main-menu ul.desktop-menu li.list-logo:hover a,
.main-menu ul.desktop-menu li.list-logo a,
.main-menu ul.desktop-menu li.list-logo a:hover{
    border-right: 0;
    background-color: transparent!important;
}
.main-menu ul.desktop-menu li.list-logo img{
    height: 50px;
}


/* mobile menu wrapper */
.mobile-menu-wrapper {
    position: fixed;
    width: 55%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ce0033;
    z-index: 21;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow: auto;
}
.mobile-menu-wrapper.active {
    -webkit-transform: translateX(-0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.mobile-menu-wrapper ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.mobile-menu-wrapper ul li a{
    padding: 10px 15px;
    color: #fff;
    display: block;
    border-bottom: 1px solid #bc002f;
    position: relative;
}
.mobile-menu-wrapper ul li a i.menu-trigger{
    float: right;
    margin-top: 3px;
}
.mobile-menu-wrapper ul.sub-menu{
    display: none;
    background-color: #e43550;
}
.mobile-menu-wrapper ul.sub-menu li a{
    padding-left: 25px!important;
    font-size: 14px;
}



.online-block {
    float: left;
    background-color: #eaedef;
    padding: 10px 18px;
    border-radius: 30px 0px 0px 30px;
    margin-top: 18.25px;

    position: relative;
    height: 65px;
}

.online-block-after {
    position: absolute;
    height: 65px;
    background-color: #eaedef;
    content: "";
    margin-top: -10px;
    left: 100%;
}


.online-block img{
    float: left;
    margin-top: 5px;
}

.online-block .text {
    float: left;
    margin-left: 9px;
    font-weight: 700;
    color: #c65257;
    cursor: pointer;
}

.banner-area{
    position: relative;
    overflow: hidden;
    padding:0px;
}


.banner-area .banner-container{
    position: relative;
}


.banner-slider {
    position: relative;
}

.banner-slider .item {
    position: relative;
    overflow: hidden;
}

.banner-slider .item .bg-image{
    position: absolute;
    z-index: 1;
    width: 110%;
    height: 110%;
    -webkit-transform:scaleX(-1);
    -moz-transform:scaleX(-1);
    -ms-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
    filter: blur(8px);
    -webkit-filter: blur(8px);
    top: -5%;
    left: -5%;

}

.banner-slider .item .bg-image:after{
    position: absolute;
    width: 100%;
    left:0px;
    top:0px;
    height: 100%;
    content: '';
    background: -moz-linear-gradient(left, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.41) 48%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.95) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0.41) 48%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.95) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.90) 0%,rgba(0,0,0,0.41) 48%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#a6000000',GradientType=1 );
    z-index: 2;
}


.banner-slide-container {
    position: relative;

}

.banner-slider .item  .image-block{
    position: relative;
}

.banner-slider .item  .image-block .new-title{
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -100px;
    padding: 15px 25px 11px;
    background-color: rgba(0,0,0,.50);
    transition: all 0.5s ease .3s;
    -webkit-transition: all 0.5s ease .3s;
    opacity: 0;
}


.banner-slider .owl-item.active .image-block .new-title{
    bottom:0px;
    opacity: 1;
}


.banner-slider .item  .image-block .new-title h5 {
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    line-height: 29px;
    color:#fff;
    margin-left: 70px;
    max-width: 450px;
    margin-bottom: 0px;
    vertical-align: top;
    height: 58px;
    max-height: 58px;
    overflow: hidden;
    text-shadow:0px 0px 1px black;
}

.banner-slider .item .image-block .new-title .date {
    font-size: 14px;
    display: inline-block;
    margin-top: 6px;
}

.banner-slider .item .image-block .new-title .date .cat{
    padding: 4px 28px;
    background-color: #f78f4c;

    font-weight: 700;
    color:#fff;
}


.banner-slider .item .image-block .new-title .date .date-time {
    color:#fff;
    font-weight: 400;
    text-align: center;
}



.banner-slider-thumb {
    position: relative;
    background-color: #fff;
    height: 441px;
    overflow: hidden;
}

.thumb-slider {
    position: relative;
    float: left;
}

.banner-slider-thumb .media {
    padding:22px 15px;
    border-left:10px solid transparent;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}

.banner-slider-thumb .media img {
    margin-right: 10px;
    border-radius: 4px;
}

.banner-slider-thumb .media h5 {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
}
.banner-slider-thumb .media.active {
    border-left-color: #d8182b;
    background-color: #eeeeee;
}



.banner-slider-thumb .news-detail{
    padding:10px 35px;
    border-bottom: 1px solid #dbdce5;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    cursor: pointer;
}


.banner-slider-thumb .news-detail .news-title h5{
    font-size: 17px;
    margin:0px;
    height: 40px;
    max-height: 40px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}


.banner-slider-thumb .news-detail .news-date {
    margin-top: 7px;
}


.banner-slider-thumb .news-detail .news-date .date,
.banner-slider-thumb .news-detail .news-date .clock{
    float: left;
    font-size: 15px;
    color:#d8182b;
}



.banner-slider-thumb .news-detail .news-date i {
    margin-right: 3px;
}

.banner-slider-thumb .news-detail .news-date .clock{
    margin-left: 35px;
    color: #f78f4c;
}
.banner-slider-thumb .news-detail:hover,
.banner-slider-thumb .news-detail.active{
    background-color: #d8182b;
}

.banner-slider-thumb .news-detail:hover .news-date .date,
.banner-slider-thumb .news-detail.active .news-date .date{
    color:rgba(255,255,255,.8);
}

.banner-slider-thumb .news-detail:hover .news-date .clock,
.banner-slider-thumb .news-detail.active .news-date .clock{
    color:rgba(255,255,255,.8);
}

.banner-slider-thumb .news-detail:hover .news-title h5,
.banner-slider-thumb .news-detail.active .news-title h5{
    color:#ffffff;
}

.banner-buttons{
    position: absolute;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 45px;
    color: #fff;
    cursor: pointer;
    top: 255px;
}
.banner-buttons.prev {
    left: 25px;
}
.banner-buttons.next {
    right: 25px;
}




.currency-block{
    margin-top: 24px;
    background-color: #fff;
}

.weather-block{
    background-color: #2c2d30;
}

.currency-block ul {
    padding: 0px;
    margin: 0px;
}

.currency-block ul li{
    display: block;
    width: 33.3333%;
    padding: 7px 15px 8px;
    font-size: 14px;
    font-weight: 600;
    float: left;
}
.currency-block ul li .title {
    color:#f78f4b;
    font-family: "Barlow";
}


.currency-block ul li:last-child {
    border-right: none;
}

.currency-block ul li .value{
    display: block;
    font-size: 13px;
}

.currency-block ul li .percent{
    display: block;
    font-size: 12px;
}



.currency-block ul li.up i, .currency-block ul li.up .percent {
    color:#3ab515;
    float:right;
}

.currency-block ul li.down i, .currency-block ul li.down .percent {
    color:#c04f54;
    float: right;
}

.currency-block ul li.normal i, .currency-block ul li.normak .percent {
    color:#f78f4b;
    float: right;
    font-style: normal;
}

.currency-block ul li i {
    font-size: 34px;
    line-height: 17px;
}


.notice-block {
    height: 55px;
    overflow: hidden;
    background-color: #fff;
}

.notice-block .title {
    float: left;
    padding: 14px 55px;

    font-weight: 600;
    /*background-color: #142847;*/
    /*color: #fff;*/
    font-size: 18px;
    text-transform: uppercase;
    background: #ffb347;
    background: -webkit-linear-gradient(to right, #ffcc33, #ffb347);
    background: linear-gradient(to right, #ffcc33, #ffb347);
    color: #454545;
}


.notice-block .icon {
    float: left;
    width: 30px;
    height: 30px;
    position: relative;
    margin-left: 20px;
    margin-top: 13px;
}

.pinkBg {
    background-color: #d8182b !important;
}



.notice-block .content{
    /* float: left; */
    margin-left: 30px;
    height: 30px;
    max-height: 30px;
    overflow: hidden;
    margin-top: 15px;
}



.notice-block .content a {
    display: block;
    padding: 0px 15px;
    color: #717170;
    font-size: 17px;
    height: 30px;
    max-height: 30px;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.intro-banner-vdo-play-btn{
    height: 10px;
    width: 10px;
    position:absolute;
    top:50%;
    left:50%;
    text-align:center;
    margin: -5px 0 0 -5px;
    border-radius: 100%;
    z-index:1;
}
.intro-banner-vdo-play-btn i{
    line-height:56px;
    font-size:30px
}
.intro-banner-vdo-play-btn .ripple{
    position:absolute;
    width: 30px;
    height: 30px;
    z-index:-1;
    left:50%;
    top:50%;
    opacity:0;
    margin: -15px 0 0 -15px;
    border-radius: 100%;
    -webkit-animation:ripple 1.8s infinite;
    animation:ripple 1.8s infinite;
}

@-webkit-keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.intro-banner-vdo-play-btn .ripple:nth-child(2){
    animation-delay:.3s;
    -webkit-animation-delay:.3s
}
.intro-banner-vdo-play-btn .ripple:nth-child(3){
    animation-delay:.6s;
    -webkit-animation-delay:.6s
}


.weather-block .icon {
    float: left;
    padding: 10px 11px;
    border-right: 1px solid #414245;
}

.weather-block .text {
    padding: 13px 10px 13px 75px;
    color: #fff;
    font-weight: 600;
}

.box-area {
    background-color: #eaedef;
    padding:30px 0;
}

.box-area .box {
    background: url("../images/pattern-1.png") no-repeat left bottom #eaedef;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: table;
    width: 100%;
    min-height: 166px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.box-area .box .title {
    display: table-cell;
    vertical-align: middle;
    padding:0 15px;
    color:#333333;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;

}
.box-area .box .title h4 {
    margin-bottom: 0px;
}
.box-area .box .img {
    display: table-cell;
    vertical-align: bottom;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.box-area .box:hover .title{
    -webkit-transform: translate(15px, 0);
    -moz-transform: translate(15px, 0);
    -ms-transform: translate(15px, 0);
    -o-transform: translate(15px, 0);
    transform: translate(15px, 0);
    color:#d8182b;
}

.box-area .box:hover{
    -moz-box-shadow: 0px 0px 18px  rgba(0,0,0,.22);
    -o-box-shadow: 0px 0px 18px  rgba(0,0,0,.22);
    -webkit-box-shadow: 0px 0px 18px  rgba(0,0,0,.22);
    box-shadow: 0px 0px 18px rgba(0,0,0,.22);
}



.section-title {
    font-size: 30px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
    display: inline-block;
    font-weight: 400;
}


.services-area .section-title span{
    color:#d8182b;
}

.section-title.with-line:after{
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background-color: #7a7b7b;
    clear: left;
    margin-top: 15px;
}

.section-title.text-center.with-line:after{
    margin-left: auto;
    margin-right: auto;
}


.section-detail {
    font-size: 16px;
    color:#d4d4d4;
}

.services-area .service{
    background-color: #fff;
    padding: 5px 15px;
    border:1px solid #293155;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.services-area .service .icon svg {
    height: 60px;
    width: auto;

}

.services-area .service .icon i{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.services-area .service h5{
    font-size: 15px;
    color:#000000;
    margin-bottom: 0;
    margin-top: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.services-area .service:hover{
    background-color: #e84441;
    border-color: #e84441;
    /*
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    */

}
.services-area .service:hover h5{
    color: #ffffff;
}

.services-area .service:hover .icon i {
    color:#ffffff;
}

.services-area .owl-nav {
    position: absolute;
    top: -60px;
    width: 100%;
    height: 34px;
    z-index: -1;
}

.services-area .owl-nav button{
    position: absolute;
    width: 45px;
    height: 45px;
}


.services-area .owl-nav button span {
    display: none;
}

.services-area .owl-nav button.owl-next{

    right: 0px;
}

.services-area .owl-nav button.owl-next:after {
    font-family: Flaticon;
    font-weight: 900;
    content: "\f157";
    font-size: 28px;
    float: right;

    color: #565656;
}


.services-area .owl-nav button.owl-prev{
    left: 0px;
}

.services-area .owl-nav button.owl-prev:after {
    font-family: Flaticon;
    font-weight: 900;
    content: "\f158";
    font-size: 28px;
    float: left;

    color: #565656;
}


.services-area .owl-nav button.disabled{
    opacity: .3;
}



/* NEW */

.tab-list-area {
    background-color: #f2f2f2;
    height: 55px;
}


.tab-list-area .title {
    line-height: 55px;
    float: left;
    margin-left: 20px;
    color: #272f46;
    font-size: 24px;
    font-weight: 400;
}
.tab-list-area .title i {
    margin-right: 5px;
}

.tab-list-area .title span{
    color:#d8182b;
}

.tab-list-area ul{
    float: right;
}
.tab-list-area ul li{
    list-style: none;
    float: left;
    display: block;
}

.tab-list-area ul li a {
    display: block;
    line-height: 55px;
    font-size: 16px;
    padding:0 12px;
    border-left: 1px solid #d9d9d9;
    position: relative;
}


.tab-list-area ul li a:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 0px;
    background-color: #d8182b;
    bottom:0px;
    left: 0px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    content: "";
    z-index: 1;
}
.tab-list-area ul {
    padding: 0px;
    margin: 0px;
}
.tab-list-area ul li a span {
    display: block;
    position: relative;
    z-index: 2;
    font-weight: 600;
    font-size: 14px;
}

.tab-list-area ul li a:hover{
    color:#fff;
}


.tab-list-area ul li a:hover:after{
    height: 100%;
}

.tab-list-area ul li a.active:after {
    height: 5px;
}

.tab-list-area ul li a.active:hover{
    color:#1d1d1b;
}

.index-tab {
    margin-top: 20px;
    margin-bottom: 20px;
}

.index-tab  .list-notice {
    position: relative;
    height: 250px;
}

.index-tab  .list-notice ul {
    padding: 0px;
    margin: 0px;
}

.index-tab  .list-notice ul li {
    list-style: none;
}

.index-tab  .list-notice ul li a{
    display: block;
    position: relative;
    padding-left: 70px;
    padding-right: 10px;
    margin-bottom: 11px;
}

.index-tab  .list-notice ul li a .date{
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    border: 1px solid #e48345;
    line-height: 23px;
    text-align: center;
    color:#e48345;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.index-tab  .list-notice ul li a .date .day{
    font-size: 20px;
    font-weight: 600;
}
.index-tab  .list-notice ul li a .title{
    border-bottom: 1px solid #d5d5d5;
    display: block;
    height: 53px;
    overflow: hidden;
    font-size: 16px;
    line-height: 23px;
    color: #383838;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    padding-top: 2px;
    padding-right: 10px;
}
.index-tab  .list-notice ul li a .title i{
    position: absolute;
    right: 10px;
    color: #e48345;
    top: 14px;
}

.index-tab  .list-notice ul li a:hover .title,
.index-tab  .list-notice ul li a:hover .title i{
    color:#d8182b;
}
.index-tab .list-notice ul li a:hover .date{
    background-color: #d8182b;
    color:#ffffff;
    border-color:#d8182b;
}

.index-tab  .list-notice ul li:last-child a{
    margin-bottom: 0px;
}

.btn-line {
    background-color: transparent;
    color: #5d5d5d;
    display: inline-block;
    padding: 8px 26px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #cbcbcb;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.btn-line:hover {
    background-color: #d8182b;
    color: #fff;
    border-color:#d8182b;
}


.messages-block>.title {
    line-height: 55px;
    padding-left: 20px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    background-color: #517cbd;
}

.messages-block>.title i {
    margin-right: 5px;
    color: #ffffff;
}

.messages-content {
    padding:10px;
    border:1px solid #d8d8d8;
}
.messages-content .btn-red {
    border:1px solid transparent;
    margin-left: 10px;
    padding: 8px 39px;
    letter-spacing: 1px;
    background-color: #517cbd;
}
.messages-content .btn-red:hover {
    background-color: #fff;
    border-color:#517cbd;
    color:#517cbd;
}

.messages-content ul {
    padding:0;
    margin: 20px 0 9px 0;
}

.messages-content ul li{
    list-style: none;
    margin-bottom: 8px;
}

.messages-content ul li a {
    font-size: 17px;
}

.messages-content ul li a .date {
    color: #f18037;
    font-size: 15px;
    /* float: left; */
    padding-right: 0;
    display: inline-block;
    font-weight: 500;
    /*margin-left: 10px;*/
}
.messages-content ul li a .title {
    line-height: 17px;
    height:36px;
    overflow: hidden;
    color:#444444;
    font-weight: 500;
}

.messages-content ul li:last-child {
    margin-bottom: 0px;
}

.messages-content ul li:hover a .title{
    color: #d8182b;
}

.title-with-line {
    color:#272f46;
    position: relative;
    font-size: 30px;
}

.title-with-line:after {
    display: block;
    position: relative;
    width:50px;
    height: 2px;
    background-color: #d8182b;
    content: "";
    margin-top: 5px;
    clear: both;
    margin-bottom: 15px;
}

.title-with-line span{
    color:#d8182b;
}

.event-area {
    background-color: #f2f2f2;
    padding:35px 0 50px;
    margin-top: 40px;
}



.event-big
{

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}


.event-area  .button-list {
    margin-bottom: 10px;
}

.event-area .button-list a{
    display: inline-block;
    font-size: 18px;
}

.now-event,
.all-event{
    padding:8px 25px;
}

/*.now-event:hover{*/
/*    background-color: #f78f4d;*/
/*    color:#ffffff;*/
/*    border-color:#f78f4d;*/
/*}*/

.now-event {
    display: inline-block;
    background-color: #5db6d8;
    color:#ffffff!important;
    cursor: default;
    position: relative;
}
.now-event:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    bottom: -16px;
    left: 45%;
    box-sizing: border-box;
    border: 8px solid black;
    border-color: transparent transparent #5db6d8 #5db6d8;
    transform-origin: 0 0;
    transform: rotate(-45deg);
}

.all-event {
    display: inline-block;
    /*color:#ffffff;
    background-color: #f78f4d;*/
    font-size: 18px;
    border:1px solid #e0e0e0;
    margin-bottom: 6px;

    background: #ffb347;

    background: -webkit-linear-gradient(to right, #ffcc33, #ffb347);

    background: linear-gradient(to right, #ffcc33, #ffb347);

    color: #454545;
}

.all-event:hover {
    background-color: #272f46;
    color:#ffffff;
}




.event-big .big-event-detail{
    padding: 20px 20px 19px;
    background-color: #f78f4d;
    color:#ffffff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.event-big .big-event-detail .date {
    line-height: 24px;
}

.event-big .big-event-detail .date .num{
    font-size: 34px;
    font-weight: 600;
}

.event-big .big-event-detail .date .month{
    font-size: 14px;
}

.event-big .big-event-detail .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}

.event-big:hover .big-event-detail{
    background-color: #272f46;
}


.event-big .big-event-detail .hour,
.event-big .big-event-detail .location{
    font-size: 13px;

}

.event-big .big-event-detail .hour i,
.event-big .big-event-detail .location i{
    width: 15px;
}

.event-other {
    position: relative;
}

.event-other .arrow-buttons {
    position: absolute;
    right: 0;
    top: -50px;
}


.event-other .event-list ul{
    margin: 0;
    padding: 0;
}

.event-other .event-list ul li {
    list-style: none;
    border:2px solid #e4e4e4;
    border-bottom:1px solid #e4e4e4;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    background-color: #ffffff;
    position: relative;
}

.event-other .event-list ul li:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 101%;
    left: 0;
    top:0px;
    z-index: 1;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.event-other .event-list ul li:first-child:after {
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}

.event-other .event-list ul li:last-child {
    border-top:1px solid #e4e4e4;
    border-bottom-width: 2px;
}

.event-other .event-list ul li:last-child:after {
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}

.event-other .event-list ul li.orange:after {
    background-color: #ea8849;
}

.event-other .event-list ul li.blue:after {
    background-color: #5db6d8;
}


.event-other .event-list ul li a {
    display: block;
    padding: 15px;
    position: relative;
    padding-left: 63px;
    z-index: 2;
}


.event-other .event-list.index ul li:hover:after{
    width: 100%;
}

.event-other .event-list.index ul li:hover a *{
    color:#ffffff !important;
}
.event-other  .date {
    line-height: 24px;
    color: #a9a9a9;
    position: absolute;
    width: 50px;
    height: 70px;
    left: 16px;
    top: 21px;
}

.event-other  .date .num{
    font-size: 34px;
    font-weight: 600;
}

.event-other  .date .month{
    font-size: 14px;
}

.event-other  .title {
    font-size: 23px;
    font-weight: 600;
    line-height: 26px;
    color: #6b6b6b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.event-other .detail {
    font-size: 13px;
    color: #9c9c9c;
    font-weight: 300;
}



.event-other .detail .table td:first-child{
    width: 40%;
}

.event-other .detail .table td:last-child{
    width: 65%;
}

.event-other .detail i {
    color: #d0d0d0;
}



.event-other .detail i {
    margin-right: 5px;
    color:#f78f4d;
}

.event-other .detail .detail-info {
    margin-top: 5px;
}

.event-other .detail .detail-info b{
    font-style: normal;
    font-weight: 600;
    color: #adadad;
}

.support-area{
    padding:40px 0;
}

.support-area .icon-list-area .detail-big{
    margin:30px 0;
    color:#666666;
}

.icon-list-support .icon{
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #272f46;
    color:#fff;
    font-size: 17px;
    text-align: center;
    line-height: 63px;
    margin-right: 20px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.icon-list-support .icon svg {
    height: 28px;
    width: auto;
}

.icon-list-support .icon svg * {
    fill: #ffffff;
}

.icon-list-support .title {
    color:#272f46;
    font-size: 17px;
    text-transform: uppercase;
    font-family: "Barlow";
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.icon-list-support .detail {
    margin:0px;
    color:#666666;
}

.icon-list-support .detail i{
    color:#d8182b;
    font-size: 12px;
    margin-left: 5px;
}

.icon-list-support .media {
    margin-bottom: 40px;
}

.icon-list-support .media:hover .icon{
    background-color: #e80053;
}

.icon-list-support .media:hover .title{
    color: #e80053;
}

.program-list {
    background-color: #272f46;
    color: #fff;
    padding-bottom: 20px;
}

.program-list .tabbed-list ul{
    margin:0px;
    padding:0px;
    border-bottom: 3px solid #e61147;
}


.program-list .tabbed-list li{
    display: block;
    width: 50%;
    float: left;
}


.program-list .tabbed-list li a{
    display: block;
    color: #272f46;
    padding: 12px 25px;
    font-size: 18px;
    font-weight: 500;
    background-color: #f3f2f2;
    text-transform: uppercase;
    line-height: 21px;
}


.program-list .tabbed-list li a.active,
.program-list .tabbed-list li a:hover{
    background-color: #e61147;
    color:#ffffff;
}

.tab-area {
    padding-right: 0px;
}

.tab-area .tab {
    display: none;
}

.tab-area .tab.active {
    display: block;
}

.tab .tab-inner-list{
    margin:0px;
    padding: 0px;
    margin-bottom: 20px;
    height: 340px;
}

.tab .tab-inner-list li{
    list-style: none;
    display: block;
    padding-right: 20px;
}

.tab .tab-inner-list li a{
    padding:15px 0;
    display: block;
    border-bottom: 1px solid #5f6b8d;
    color:#ffffff;
    font-size: 16px;
    position: relative;
    border-left: 7px solid transparent;
    padding-left: 15px;


}

.tab .tab-inner-list li a .date{
    font-size: 14px;
    color:#f7a470
}

.tab .tab-inner-list li a .date i {
    margin-right: 5px;
    font-size: 13px;
}


.tab .tab-inner-list li a .date span {
    margin-right: 20px;
}
.tab .tab-inner-list li a .date span:last-child i{
    margin-right: 2px;
}

.tab .tab-inner-list li a:hover{
    border-left: 7px solid #e61c47;
}

.btn-red {
    background-color: #d8182b;
    color:#ffffff;
    font-weight: 600;
    padding: 10px 15px;
}



.btn-red.hover-blue:hover {
    background-color: #272f46;
    color:#ffffff;
}

.tab-area .btn-red {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 7px 15px;
}
.tab-area .btn-red:hover {
    background-color: #ffffff;
    color:#d8182b !important;
}

.fair-area {
    padding:60px 0 50px;
    border-top:1px solid #dadada;
}

.fair-area p{
    color:#666666;
}

.fair-area .small-detail {
    font-size: 17px;
    letter-spacing: 1px;
}

.fair {
    position: relative;
    border: 1px solid #d6d6d6;
    padding: 10px;
    margin-bottom: 20px;
}

.fair  .img-content {
    position: relative;
    overflow: hidden;
}
.fair img{
    position: relative;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.fair:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.fair .content {
    padding-top:10px;
}

.fair .content .title{
    font-size: 19px;
    color:#444444;
    margin-bottom: 0;
    font-weight: 600;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    max-height: 44px;
    overflow: hidden;
    height: 44px;
}

.fair:hover .content .title {
    color:#d8182b;
}

.fair .content .date{
    font-size: 13px;
    display: block;
    color:#d8182b;
}

.fair .content p {
    font-size: 16px;
    margin-top: 10px;
    display: block;
}
.fair .content .detail-btn {
    border: 1px solid #dfdfdf;
    background-color: #fff;
    padding: 5px 15px;
    transition: all .35s ease;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.fair:hover .content .detail-btn,
.fair .content .detail-btn:hover {
    background-color: #d8182b;
    color: #fff;
    border: 1px solid #d8182b;
}

.fair .content .detail-btn i{
    margin-left: 5px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    color:#d8182b;
}
.fair:hover .content .detail-btn i{
    margin-left: 15px;
}

.fair-area .btn-all-fair{
    padding:10px 40px;
    color:#ffffff;
    font-size: 16px;
    display: inline-block;
    margin-top: 5px;
    background-color: #d8182b;
    text-transform: uppercase;
    border-radius: 4px;
}

.fair-area .btn-all-fair:hover{
    color:#ffffff;
    background-color: #272f46;
}

.fair-area .owl-nav {
    position: absolute;
    top: -48px;
    width: 100%;
    text-align: right;
}

.fair-area .owl-nav button.owl-prev,
.fair-area .owl-nav button.owl-next{
    width: 40px;
    height: 40px;
    background-color: #ededed;
    color: #b5b5b5;
    font-size: 15px;
    line-height: 30px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.fair-area .owl-nav span {
    display: none;
}

.fair-area .owl-nav button.owl-prev{
    margin-right: 5px;
}
.fair-area .owl-nav button.owl-prev:after,
.fair-area .owl-nav button.owl-next:after{
    font-family: Flaticon;
    font-weight: 600;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}


.fair-area .owl-nav button.owl-prev:after{
    content: "\f158";
}

.fair-area .owl-nav button.owl-next:after{
    content: "\f157";
}

.fair-area .owl-nav button:hover {
    background-color: #d8182b;
}

.fair-area .owl-nav button:hover:after{
    color:#ffffff;
}


.company-figure {
    padding: 30px 0;
    background-color: #1f2124;
}
.company-figure .big-title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 50px;
}

.company-figure  .big-title h5 {
    margin-bottom: 0px;
    font-weight: 600;
    color:#dd0062;
    letter-spacing: 5px;
    font-size: 28px;
}

.company-figure .big-title span {
    color:#ffffff;
    font-weight: 500;
    letter-spacing: 5px;
    font-size: 16px;
    font-family: "Barlow";
}



.company-figure .btn-all {
    font-size: 18px;
    color:#ffffff;
    margin-top: 48px;
    letter-spacing: 5px;
    display: inline-block;
}
.company-figure .btn-all:hover {
    color: #c41f6f;
}


.figure-list {
    position: relative;
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
}



.figure-list .figure {
    position: relative;
    width: 25%;
    float: left;
    padding:0 15px;
    font-family: "Barlow";
}

.figure-list .figure .media {
    border-right: 2px solid rgba(95, 95, 95, 0.35);
}

.figure-list .figure:last-child .media {
    border-right: none;
}

.figure-list .title {
    font-weight: 700;
    color:#fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Barlow";
    margin-bottom: 0px;
    font-size: 28px;
}

.figure-list p {
    margin-bottom: 0;
}

.figure-list .detail {
    font-family: "Barlow";
    font-size: 13px;
    color:#fff;
}

.figure-list .last-detail{
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    margin-top: 0px;
}

.figure-list .icon {
    margin-right: 15px;
}


.figure-list .icon img {
    height: 77px;
    width:auto;
}


.figure-list .content{
    color:#fff;
}

.figure-list .content .number {
    font-size: 38px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 5px;
    letter-spacing: 2px;
    color: #f78f4b;
}


.figure-list .content .text {
    letter-spacing: 1px;
    font-size: 16px;
    margin-top: 17px;
    font-weight: 400;
    text-transform: uppercase;
}

.figure-list .figure:hover img.first{
    opacity: 0;
}


.product-area {
    padding:40px 0;
}

.product_slider {
    margin-top: 50px;
}

.product_slider .product{
    padding:10px;
    border:1px solid #c0c0c0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}


.product_slider .product .media{
    position: relative;
    z-index: 2;
}

.product_slider .product:after {
    height: 3px;
    width: 100%;
    position: absolute;
    z-index: 1;
    background-color: #d8182b;
    bottom: 0;
    left: 0;
    content:"";
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.product_slider .product:hover:after {
    height: 100%;
}

.product_slider .product:hover *{
    color:#ffffff !important;
}

.product_slider.owl-carousel .owl-item img {
    width: auto !important;
    max-width: 100%;
    margin-right: 15px;
}

.product_slider .product p {
    margin: 0px;
}

.product_slider .product .title{
    margin-top: 20px;
}


.product_slider .product .detail-btn{
    width: 18px;
    height: 18px;
    float: right;
    border:1px solid #d8182b;
    font-size: 12px;
    text-align: center;
    line-height: 17px;
    color:#d8182b;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.product_slider .owl-dots,
.messages-slider .owl-dots
{
    text-align: center;
    margin-top: 30px;
}

.messages-slider .owl-dots {
    margin-top: 0px;
}

.product_slider .owl-dot,
.messages-slider .owl-dot
{
    width: 16px;
    height: 16px;
    background-color: #cccccc !important;
    margin-right: 3px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
}


.messages-slider .owl-dot{
    width: 8px;
    height: 8px;
    margin-right: 5px;
}

.product_slider .owl-dot.active,
.product_slider .owl-dot:hover,
.messages-slider .owl-dot.active,
.messages-slider .owl-dot:hover
{
    background-color: #d8182b !important;
}

.support-list-area {
    padding: 40px 0;
    background-color: #f7f7f7;
}

.list-icons {
    padding:20px;
    background-color: #ffffff;
    border:1px solid #ededed;
    margin-bottom: 20px;
}


.list-icons .media {
    position: relative;

}

.list-icons .icon {
    width: 68px;
    height: 68px;
    font-size: 24px;
    color:#ffffff;
    line-height: 90px;
    text-align: center;
    background-color: #272f46;
    margin-right: 12px;
    position: relative;
}


.list-icons .icon svg {
    height: 42px;
    width: auto;
    position: relative;
    z-index: 2;
}


.list-icons .icon svg,
.list-icons .icon svg * {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    fill:#ffffff;
}


.list-icons p {
    margin-bottom: 0;
    line-height: 20px;
    color:#757575
}

.list-icons  .title {
    font-size: 17px;
    color:#272f46;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    text-transform: uppercase;
}

.list-icons .icon:after {
    width: 3px;
    height: 68px;
    left: -3px;
    top:0px;
    background-color: #d8182b;
    content: "";
    position: absolute;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    z-index: 1;

}

.list-icons:hover .icon:after{
    width: 71px;
}

.list-icons .icon i{
    z-index: 3;
    position: relative;
}


.list-icons p i {
    float: right;
    color:#d8182b;
    font-size: 13px;
    margin-top: 5px;
}

.list-icons:hover  .title {
    color:#d8182b;
}

.support-list-area .title-with-line{
    margin-bottom: 30px;
}

.publish-list {
    position: relative;
    height: 365px;
}

.publish-list ul {
    margin: 0;
    padding: 0;
}

.publish-list ul li {
    list-style: none;
    display: block;
    padding:9px 10px;
    background-color: #ffffff;
    border:1px solid #ededed;
    border-top:none;
    position: relative;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;

}

.publish-list ul li:first-child{
    border-top:1px solid #ededed;
}


.publish-list ul li .icon {
    min-width: 55px;
    margin-right: 15px;
    font-size: 53px;
    line-height: 57px;
    color:#d8182b;

}

.publish-list ul li .icon i {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.publish-list ul li p {
    margin-bottom: 0px;
    color:#757575;
    font-weight: 400;
    padding-right: 25px;
}

.publish-list ul li .title {

    color: #272f46;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.publish-list ul li .next{
    position: absolute;
    right: 6px;
    top: 26px;
    font-size: 27px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    color: #969696;
}

.publish-list>ul>li  a {
    display: block;
}
.publish-list>ul>li .media-body p {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.publish-list>ul>li .media-body {
    padding-right: 30px;

}

.publish-list>ul>li:hover {
    background-color: #d8182b;
}


.publish-list>ul>li:hover .icon i {
    color:#ffffff;
}

.publish-list>ul>li:hover .title,
.publish-list>ul>li:hover p{
    color:#ffffff;
}

.publish-list>ul>li:hover .next {
    color:#ffffff;
}

.education-area {
    padding:40px 0;
}

.btn-gsomem {
    padding:9px 30px;
    font-size: 15px;
    font-weight: 500;
    color:#ffffff;
    background-color: #272f46;
    letter-spacing: 1px;

}

.education-list:hover .btn-gsomem{
    background-color: #d8182b;
    color:#ffffff;
}

.education-area .big-detail {
    color:#616161;
    padding:0 50px;
    margin: 15px 0 40px;
    font-size: 17px;
}

.education-list {
    margin-bottom: 30px;
}


.education-list{
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    position: relative;
    border: 1px solid #ccc;
    padding: 12px;
    background-color: #f7f7f7;

}



.education-list .title {
    color: #d8182b;
    font-size: 17px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    font-weight: 600;
    margin-top: 13px;

    text-align: center;
}

.education-list .icon {
    font-size: 44px;
    line-height: 35px;
    color:#d8182b;
}



.education-list .detail {
    font-size: 16px;
    color: #2f2f2f;
    line-height: 18px;
    margin-bottom: 0px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    margin-top: 13px;
    text-align: center;
}

.education-list .hover-img {
    position: relative;
    overflow: hidden;
}

.education-list .hover-img .hover-content{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 30, 52, .9);
    top:0;
    left: -100%;
    text-align: center;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.education-list:hover .hover-img .hover-content {
    left: 0px;
}

.education-list .hover-img .hover-content img {
    border:1px solid #ccc;
}


.education-list .hover-img .hover-content i {
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color:#ffffff;
    font-size: 44px;
}








.timeline-area {
    padding: 25px 0;
    position: relative;
    background-color: #1f2124;
}
.timeline-area .title-with-line{
    color: #fff;
}

.timeline-area .container {
    position: relative;
}
.timeline-area .arrow-buttons {
    position: absolute;
    right: 15px;
    top: 10px;
}
.timeline-area .arrow-buttons a {
    display: block;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color:#c5c5c5;
    border:1px solid #c5c5c5;
    float: left;
    font-size: 15px;
}
.timeline-area .arrow-buttons a.left {
    margin-right: 7px;
}

.timeline-area .arrow-buttons a:hover {
    background-color: #d8182b;
    color:#ffffff;
    border-color:#d8182b;
}
.timeline {
    position: relative;
}
.timeline .top {
    text-align: center;
    margin-bottom: 77px;
    position: relative;
}
.timeline .top .icon i {
    margin-right: 5px;
}
.timeline .top:after {
    content: '';
    position: absolute;
    background: rgb(247, 143, 75);
    left: 50%;
    width: 2px;
    height: 25px;
    margin-left: -1px;
    top: 47px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.timeline .top:before {
    content: "";
    position: absolute;
    background-color: rgb(247, 143, 75);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    left: 50%;
    top: 72px;
    margin-left: -5px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.timeline .icon {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    padding: 7px 20px;
    color: #fff;
    background-color: #cd2337;
    text-align: center;
    line-height: 20px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.timeline .icon strong{
    font-size: 18px;
}
.timeline:hover .icon {
    background-color: #f78f4b;
}
.timeline .line {
    width: 100%;
    height: 2px;
    background-color: #efefef;
    margin-top: -19px;
}
.timeline .bottom {
    padding:0 10px;
    position: relative;
}
.timeline .bottom .content {
    padding: 20px;
    background-color: #fdfdfd;
    border-radius: 8px;
}
.timeline .title {
    line-height: 1.4;
    font-size: 14px;
    color: #222;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    /* height: 42px; */
    overflow: hidden;
    height: 76px;
    max-height: 76px;
    text-align: center;
    font-style: italic;
}
.timeline .detail {
    color:#c3c3c3;
    margin-bottom: 10px;
    height: 44px;
    overflow: hidden;
}
.timeline .img-container {
    position: relative;
    overflow: hidden;
    border: 1px solid #eaeaea;
}
.timeline .img-container img {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.timeline:hover .img-container img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.timeline .more {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    position: relative;
    text-align: center;
    background-color: #f78f4b;
    margin: 0 auto;
    padding: 5px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    font-stretch: 3px;
    display: table;
}
.timeline-area .owl-carousel .owl-nav {
    display: inline-block;
}
.timeline-area .owl-carousel .owl-nav button {
    width: 36px;
    height: 36px;
    border-radius: 0;
    /* background: #f78f4c; */
    color: #fff;
    text-align: center;
    text-indent: 0;
    line-height: 36px;
    font-size: 29px;
    position: absolute;
    top: 60%;
    margin-top: -16px;
    outline: 0;
    left: -36px;
}
.timeline-area .owl-carousel .owl-nav .owl-next {
    right: -36px;
    left: inherit;
}






.company-area {
    padding: 40px 0;
    border-top:1px solid #b2b2b2;
}

.company-list{
    margin: 0px;
    padding:0px;
}

.company-list li {
    list-style: none;
    display: block;
    padding:5px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.company-list li img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-backface-visibility: hidden;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    opacity: .7;
}


.company-list li:hover img {
    filter: none;
    -webkit-filter: grayscale(0%);
    opacity: 1;
}


.newsletter-area {
    background-color: #2a3048;
    padding: 0;
}

.newsletter-area input[type=email]{
    height: 55px;
    padding:0 20px;
    font-size: 20px;
    border:1px solid #999999;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    color:#b4b4b4;
    max-width: 540px;
    margin-right: 30px;
}

.newsletter-area input[type=email]::placeholder {
    color: #b4b4b4;
    opacity: 1;}

.newsletter-area input[type=email]::-ms-input-placeholder {
    color: #b4b4b4;
}
.newsletter-area input[type=email]::-webkit-input-placeholder{
    color: #b4b4b4;
}


.newsletter-form {
    display: block;
    padding:25px 0;
    /*border-right: 1px solid #c8c8c8;*/

}

.newsletter-area input[type=submit]{
    border: none;
    background-color: #a1a1a1;
    color: #ffffff;
    font-size: 21px;
    padding: 11px 45px;
    /* border-radius: 40px; */
    cursor: pointer;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.newsletter-area input[type=submit]:hover {
    background-color: #d8182b;
}


.archive-btn {
    background-color: #7d7d7d;
    color: #ffffff;
    font-size: 21px;
    padding: 12px 45px;
    /* border-radius: 40px; */
    display: inline-block;
}

.archive-btn:hover {
    background-color: #d8182b;
    color:#fff;
}

.newsletter-area .d-flex>.d-flex{
    align-items: center;
    justify-content: center;
    width: 100%;
    border-left: 1px solid #c8c8c8;
}


.footer {
    background-color: #191e34;
    padding:40px 0;
}

.footer .address-block{
    margin-top: 20px;
    color:#999999;
    font-size: 16px;
}

.footer ul.address-list {
    margin:0;
    padding:0;
}


.footer ul.address-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer ul.address-list li  a {
    color:#999999;
}

.footer ul.address-list li a i {
    color:#5666af;
    margin-right: 5px;
}

.footer ul.address-list li  a:hover {
    color:#d8182b;
}


.footer .footer-block {
    margin-top: 15px;
}
.footer .footer-block.mobile .footer-link{
    margin-left: 10px;
    padding-bottom: 10px;
}

.footer .footer-title {
    color:#ffffff;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid #2d365f;
    position: relative;
    text-transform: uppercase;
}

.footer .footer-title:after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 2px;
    width: 50px;
    content: "";
    background-color: #d8182b;
}
.footer .footer-title i {
    float: right;
    margin-top: 4px;
    display: none;
}

.footer-link {
    margin: 0;
    padding:0;
    margin-top: 20px;
    display: block;
}





.footer-link li {
    position: relative;
    list-style: none;
    display: block;
}

.footer-link li a {
    color:rgba(255,255,255,.8);
    display: block;
}

.footer-link li a:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    margin-right: 10px;
    font-size: 3px;
    transform: translateY(-3px);
    font-weight: 700;
}

.footer-link li a:hover {
    color:#d8182b;
}

.footer-link.type-dot li:before{
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    margin-right: 10px;
    font-size: 3px;
    transform: translateY(-3px);
    font-weight: 700;
}
.footer-link.type-dot li {
    color:rgba(255,255,255,.8);
}

.footer-social ul {
    margin: 0;
    padding: 0;
    margin-top: 10px;
}
.footer-social ul  li {
    list-style: none;
    display: inline-block;
    margin-right: 3px;
}
.footer-social ul  li a {
    display: block;
    width: 40px;
    height: 40px;
    /*border:1px solid #797b80;*/
    color:#797b80;
    /*font-size: 14px;*/
    text-align: center;
    /*line-height: 40px;*/
    /*border-radius: 100%;*/
}
/*.footer-social ul  li a:hover {
    background-color: #d8182b;
    color: #ffffff;
    border-color: #d8182b;
}*/

.footer-social .title,
.footer-addons .title {
    color:#ffffff;
    font-size: 17px;
    font-weight: 600;
    margin-top: 15px;
}

.footer-addons ul{
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.footer-addons ul li {
    display: inline-block;
    margin-right: 10px;
}

.footer-addons ul li img {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    opacity: .8;
}


.footer-addons ul li:hover img {
    opacity: 1;
}


.footer-bottom {
    background-color: #232a49;
    padding:15px 0;

}

.footer-bottom,
.footer-bottom a {
    color:rgba(255,255,255,.5);
}

.footer-bottom .footer-text {
    float: left;
}


.footer-bottom .footer-bottom-link {
    /*float: right;*/
    text-align: center;
}

.footer-bottom .footer-bottom-link ul {
    margin: 0;
    padding: 0;
}

.footer-bottom .footer-bottom-link ul li {
    list-style: none;
    display: inline-block;
    margin-right: 25px;
}

.footer-bottom .footer-bottom-link ul li:last-child{
    margin-right: 0px;
}

.footer-bottom .footer-bottom-link ul li:hover a {
    color:#d8182b;
}



.btn-orange {
    display: inline-block;
    padding:10px 35px;
    background-color: #d8182b;
    color:#ffffff;
    font-size: 17px;
    font-weight: 500;
    font-family: "Barlow";
    letter-spacing: 2px;
    margin-top:45px;
}

.btn-orange:hover{
    background-color: #ffffff;
    color:#d8182b;
}

.top-menu.active {
    position: relative; z-index: 21;
}

.top-menu .dropdown-services{
    left: -50px;
    right: 0px;
    padding: 15px 15px 0px 15px;
    margin: 0px;
    min-width: 340px;
    border-radius: 0;
    border: 1px solid #e0e0e0;
    border-left: 5px solid #d8182b;
    border-top: 0;
    background-color: #efefef;
    position: absolute;
    z-index: 21;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}


.top-menu .dropdown-services.open {
    left:0px;
    visibility: visible;
    opacity: 1;
}



li.top-menu .dropdown-services ul{
    margin:0 -10px;
    padding: 0;
}


li.top-menu .dropdown-services ul li {
    display: block;
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
    list-style: none;
}

li.top-menu .dropdown-services ul li a {
    color:#333;
    display: block;
    padding: 11px 10px;
    background-color: transparent !important;
    border: none !important;
}

li.top-menu.active>a,
li.top-menu:hover>a
{
    background-color: #d8182b !important;
    color: #fff !important;
}

li.top-menu:hover>a svg *,
li.top-menu.active>a svg *{
    fill: #ffffff;
}

li.top-menu .dropdown-services ul li a:before {
    display: none;
}

li.top-menu .dropdown-services ul li .wrapper-li{
    text-align: center;
    background-color: #fff;
    border-radius: 0px;
    /* border: 1px solid #e6e6e6; */
    border-bottom: 2px solid #e2e2e2;
    border-right: 2px solid #e2e2e2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


li.top-menu .dropdown-services ul li:hover .wrapper-li{
    background-color: #d8182b;
    /* border: 1px solid transparent; */
    border-color:#d8182b;
}

li.top-menu .dropdown-services ul li:hover a {
    color:#fff;
}

li.top-menu .dropdown-services ul li:hover svg,
li.top-menu .dropdown-services ul li:hover svg *{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

li.top-menu .dropdown-services ul li:hover svg * {
    fill: #ffffff;
}

li.top-menu .dropdown-services ul li .icon {
    height: 65px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 8px;
    width: auto;
    line-height: 65px;
    font-size: 50px;
}

li.top-menu .dropdown-services ul li span {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-transform: uppercase;
}

li.top-menu .closed {
    display: none;
    padding:22px 0px;
}

li.top-menu .closed *{
    fill: #ffffff !important;
}

li.top-menu.active .bar {
    display: none;
}

li.top-menu.active .closed {
    display: block;
}

.breadcrumb-area {
    background-color: #272f46;
    padding: 16px 0;
}

.breadcrumb-list {
    margin: 0;
    padding: 0;
}

.breadcrumb-list  li {
    display: inline-block;
    font-size: 18px;
}

.breadcrumb-list  li a,
.breadcrumb-list  li{
    color:#ffffff;
    font-weight: 500;
}

.breadcrumb-list  li:first-child a i {
    color:#d8182b;
}

.breadcrumb-list  li:after{
    display: inline-block;
    content: ' / ';
    margin:0 10px;

}


.breadcrumb-list  li a:hover {
    color:#d8182b;
}

.breadcrumb-list  li:last-child:after{
    display: none;
}

.breadcrumb-list  li:last-child{
    font-weight: 400;
}


.sidebar-page-container{
    position:relative;
    padding:95px 0px 55px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
    margin-bottom:35px;
}

.sidebar-widget{
    position: relative;
}

.sidebar-widget .widget-content{
    position:relative;
    padding: 15px 15px 5px;
    background-color:#272f46;
    box-shadow: 0px 0px 13px rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 0px 13px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 0px 13px rgba(0,0,0,.1);
}
.sidebar-widget.sidebar-white .widget-content {
    background-color: #fff;
}
/*Sidebar Title*/

.sidebar-title{
    position: relative;
    margin-bottom: 20px;
}

.sidebar-title h2{
    position:relative;
    font-size: 27px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.2em;
    padding-bottom: 4px;
    text-transform: uppercase;
    /* margin-bottom: 0px; */
    /* font-family: "Barlow"; */
}
.sidebar-widget.sidebar-white .sidebar-title h2{
    color: #272f46;
}
.sidebar-title h2 i{
    display: none;
    float: right;
    margin-top: 4px;
}

.sidebar-title .separator{
    position:relative;
    width: 64px;
    height:10px;
}

.sidebar-title .separator:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width: 41px;
    height: 5px;
    background-color:#d8182b;
}

.sidebar-title .separator:after{
    position:absolute;
    content:'';
    right:0px;
    top:0px;
    width: 17px;
    height: 5px;
    background-color:#d8182b;
}

/*Services Widget*/

.services-widget ul{
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;

}

.services-widget ul li{
    position:relative;
    color:#92b0d4;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.services-widget ul li:last-child a{
    border:none;
    /* margin-bottom:0px; */
    /* padding-bottom:0px; */
}

.services-widget ul li a{
    position:relative;
    /* padding-bottom:14px; */
    /* margin-bottom: 10px; */
    display:block;
    color:#ffffff;
    font-size: 17px;
    /* padding-left:28px; */
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    border-bottom:1px solid rgba(255,255,255,0.10);
    padding: 10px 15px 10px 25px;
}

.services-widget ul li:hover>a,
.services-widget ul li.active>a,
.services-widget ul li>a.active{
    color:#ffffff;
    background-color: #d8182b;
}



.services-widget ul li a:before{
    position:absolute;
    content: "\f157";
    left: 5px;
    top: 18px;
    font-size: 10px;
    line-height:1em;
    font-family: Flaticon;
    font-style: normal;

}
.services-widget ul li a.with-sub-menu:after{
    position: absolute;
    width: 22px;
    height: 22px;
    top: 10px;
    right: 9px;
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    font-weight: 900;
    background-color: #fff;
    color: #d8182b;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    line-height: 22px;
    font-size: 11px;
}
.services-widget ul li a.with-sub-menu.active:after{
    content: "\f068";
}

.content-detail {
    padding: 40px 0;
    background-color: #f2f3f9;
}

.content-text-block {
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0 0 13px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 13px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 13px rgba(0,0,0,.1);
}

.content-text-block
{
    font-family: "Barlow";
}

.content-text-block .page-title,
.custom-line-title
{
    position: relative;
    color: #272f46;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 20px;
    text-transform: uppercase;
    display: inline-block;
}


.content-text-block .page-title:before,
.custom-line-title:before,
.content-text-block .page-title:after,
.custom-line-title:after
{
    content: "";
    position: absolute;
    left: 0;
}


.content-text-block .page-title:after,
.custom-line-title:after
{
    width: 160px;
    height: 2px;
    background-color: #ccc;
    bottom:-10px;
    z-index: 1;
}

.content-text-block .page-title:before,
.custom-line-title:before
{
    width:80px;
    left: 10px;
    height: 2px;
    background-color: #d8182b;
    bottom:-10px;
    z-index: 2;
}


.list-style-two{
    position:relative;
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

.list-style-two li{
    position:relative;
    color:#1e1e29;
    font-size:15px;
    padding-left:20px;
    font-weight:400;
    margin-bottom:10px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    list-style: none;
}

.list-style-two li:last-child{
    margin-bottom:0px;
}

.list-style-two li:before{
    position:absolute;
    content: "";
    left:0px;
    top: 9px;
    width: 6px;
    height: 6px;
    font-weight:400;
    border-radius:50px;
    background-color: #ffb7c0;
}


.content-text .title {
    margin-bottom: 30px;
}
div.tags {
    text-align: center;
    margin: 0;
    background-color: #fff;
    padding: 12px;
    box-shadow: 0px 0px 13px rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 0px 13px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 0px 13px rgba(0,0,0,.1);
}

ul.tags {
    margin: 0;
    padding:0px;
}

ul.tags li {
    display: block;
    margin-right: 4px;
    margin-bottom: 13px;
}

ul.tags li a {
    background: #ffff;
    color: #333333;
    padding: 5px 0px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #dadada;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}


ul.tags li a:hover {
    background-color: #efefef;
    overflow: inherit;
}

.share-page {
    margin: 0px 0 15px;
    width: 65px;
    background-color: #fff;
    text-align: center;
    padding: 8px 5px;
    box-shadow: 0px 0px 13px rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 0px 13px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 0px 13px rgba(0,0,0,.1);
    float: right;
    border-radius: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.share-page:hover {
    box-shadow: 2px 2px 13px rgba(0,0,0,.2);
    -webkit-box-shadow: 2px 2px 13px rgba(0,0,0,.2);
    -moz-box-shadow: 2px 2px 13px rgba(0,0,0,.2);
}

.share-page .share-button {
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
    background-color: #d8182b;
    color:#ffffff;
    font-size: 23px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    line-height: 50px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    /*cursor: pointer;*/
}




.share-page .share-button.active {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}


.share-page .share-button.active:before {
    content: "\f00d";
}




.share-page h5,
div.tags h5{
    font-weight: 500;
    font-size: 17px;
}

.fab{

    font-family: 'Font Awesome 5 Brands' !important;
    font-weight: 900 !important;

}

.social-icons.share-page a {
    width: 32px;
    height: 32px;
    display: block;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    margin: 11px auto;
}

.social-icons.share-page a:last-child {
    margin-bottom: 0px;
}

.sidebar-two {
    margin: 0;
    padding:0;
    background-color: #ffffff;
    box-shadow: 0px 0px 13px rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 0px 13px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 0px 13px rgba(0,0,0,.1);
}
.sidebar-two li {
    list-style: none;
    position: relative;
}
.sidebar-two li a {
    color: #272f46;
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 55px;
    padding-left: 30px;
    padding-right: 20px;
    position: relative;
    border-bottom: 1px solid #f9f9f9;
}
.sidebar-two li a:before{
    position: absolute;
    top: 12px;
    left: 0;
    width: 0px;
    height: 30px;
    background: #f78f4d;
    content: "";
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.sidebar-two li a i {
    margin: 19px 0;
    color: #f7f7f7;
    float: right;
}



.sidebar-two li a:hover,
.sidebar-two li.active a{
    background: #272f46;
    color: #fff;
}

.sidebar-two li a:hover i,
.sidebar-two li.active a i{
    color: #fff;
}
.sidebar-two li a:hover:before,
.sidebar-two li.active a:before{
    width: 5px;
}





.authfy-login .btn.btn-lg {
    border-radius: 3px;
    box-shadow: 0 2px 3px #9c9c9c
}

.brand-logo {
    margin-top: 0;
    margin-bottom: 35px;
}

.authfy-container {
    top: 97px;
}

.authfy-panel-left {
    background-color: rgba(38,43,72,.92);
    color: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 0 3px 6px #1d2030;
    box-shadow: 0 3px 6px #1d2030
}

.authfy-panel-right {
    background-color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 2px 6px 0 #1d2030;
    box-shadow: 0 2px 6px 0 #1d2030
}

.authfy-login,
.authfy-panel-left .brand-col {
    height: 460px
}

.authfy-panel-left .brand-col {
    display: table;
    width: 100%;
    padding: 25px
}

.authfy-panel-left .brand-col .headline {
    display: table-cell;
    vertical-align: middle
}

.authfy-panel-left .brand-col .headline h1,
.authfy-panel-left .brand-col .headline h2,
.authfy-panel-left .brand-col .headline h3 {
    color: #fff;
    font-size: 48px;
    font-weight: 700
}

.authfy-login {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden
}

.authfy-panel {
    padding: 20px 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .5s ease;
    opacity: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%)
}

.authfy-panel .authfy-heading {
    margin-bottom: 30px
}

.authfy-login .auth-title {
    font-weight: 700
}
.authfy-login .lnk-toggler {
    color:#007bff;
}
.authfy-login .authfy-panel.active {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0)
}

.brand-col .social-buttons a {
    color: #fff;
    margin-top: 15px
}

.brand-col .social-buttons a:hover {
    color: #fff;
    opacity: .9
}

.brand-col .social-buttons .btn-facebook {
    background: #3b5998
}

.brand-col .social-buttons .btn-twitter {
    background: #00aced
}

.brand-col .social-buttons .btn-google {
    background: #c32f10
}

.brand-col .social-buttons a>span {
    padding-left: 5px
}

.panel-login {
    margin-top: 20px
}

.panel-login .remember-row {
    margin-bottom: 10px
}

.panel-login .remember-row label {
    font-weight: 400;
    position: relative;
    cursor: pointer;
    color: #666;
    padding-left: 24px;
    margin-top: 12px;
}

.authfy-login .forgotPwd {
    text-align: right;
    margin-top: 10px
}

.panel-forgot .form-control,
.panel-login .form-control,
.panel-signup .form-control {
    background-color: #fff;
    color: #333;
    font-size: 18px;
    height: 50px;
    margin-bottom: 20px;
    padding: 12px 22px;
    border-radius: 3px;
    border: 1px solid #bcc2ce;
    outline: 0;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1), 0 0 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .1), 0 0 2px 0 rgba(0, 0, 0, .1)
}

.authfy-panel.panel-forgot {
    padding-top: 40px
}

.panel-forgot .form-control:focus,
.panel-login .form-control:focus,
.panel-signup .form-control:focus {
    border-color: #4f77ff;
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.pwdMask {
    position: relative
}

.pwdMask .pwd-toggle {
    color: #ccc;
    position: absolute;
    z-index: 2
}

.panel-login .pwdMask .pwd-toggle,
.panel-signup .pwdMask .pwd-toggle {
    top: 15px;
    right: 15px
}

.pwdMask .pwd-toggle:focus,
.pwdMask .pwd-toggle:hover {
    cursor: pointer
}

.pwdMask .pwd-toggle.fa-eye,
.pwdMask .pwd-toggle:focus,
.pwdMask .pwd-toggle:hover {
    color: #4f77ff
}

.panel-signup .term-policy a {
    text-decoration: underline
}

.checkbox input[type=checkbox] {
    position: absolute;
    right: 9000px;
    opacity: 0;
    z-index: 1;
    cursor: pointer
}

.checkbox input[type=checkbox]+.label-text:after,
.checkbox input[type=checkbox]+.label-text:before {
    font-size: 11px;
    display: inline-block;
    width: 17px;
    height: 17px;
    padding: 2px;
    margin-left: 0;
    position: absolute;
    top: 2px;
    left: 0
}

.checkbox input[type=checkbox]+.label-text:before {
    content: "";
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
    transition: border .15s ease-in-out, color .15s ease-in-out
}

.checkbox input[type=checkbox]+.label-text:after {
    background-color: #4f77ff;
    color: #fff;
    border-radius: 2px;
    border-color: #4f77ff;
    line-height: 1.3;
    padding-left: 3px;
}

.checkbox input[type=checkbox]:focus+.label-text:before {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.checkbox input[type=checkbox]:checked+.label-text:after {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
}

@media (min-width:768px) {
    .authfy-panel {
        padding: 20px
    }
}

#scrollUp {
    background-color: #d8182b;
    bottom: 5px;
    color: #ffffff;
    display: block;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    width: 45px;
    z-index: 99999;
    border-radius: 50%;
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#scrollUp i {
    color: #ffffff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

#scrollUp:hover{
    background-color: #272f46;
}


#scrollUp:hover i {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.gsomem_slider img {
    border:1px solid #c3c3c3;
}


.sidebar ul.sidebar-submenu {
    padding: 0px;
    margin: 0px;
    /* background-color: #3e4969; */
    display: none;
}

.sidebar ul.sidebar-submenu li a {
    padding-left: 20px;
    border-bottom: 1px solid #383d50;
    color: #ffffff;
    font-size: 15px;
}
.sidebar ul.sidebar-submenu li a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f111';
    font-weight: 900;
    font-size: 5px;
    left: 10px;
    top: 22px;
    display: none;
}

.sidebar ul.sidebar-submenu li:hover a,
.sidebar ul.sidebar-submenu li a.active
{
    background-color: transparent;
    color:#d8182b;
}

.sidebar ul.sidebar-submenu.with-circle {
    list-style: circle;
}
.sidebar ul.sidebar-submenu.with-circle li {
    margin-left: 30px;
}
.sidebar ul.sidebar-submenu.with-circle li a {
    padding-left: 5px;
}




.yonetim-list {
    background-color: #f9f9f9;
    border:1px solid #dadada;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    margin-bottom: 50px;
}


.yonetim-list .img {
    display: inline-block;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #cccc;
    margin-top: -40px;
    box-shadow: 3px 3px 5px rgba(0,0,0,.15);
    -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.15);
    -moz-box-shadow: 3px 3px 5px rgba(0,0,0,.15);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.yonetim-list .img img{
    height: 120px;
    width: auto;
    max-width: inherit;
}


.yonetim-list .content {
    padding: 15px 5px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    position: relative;
}

.yonetim-list .content h3 {
    font-size: 19px;
    font-weight: 600;
    font-family: "Barlow Semi Condensed";
    color: #d8182b;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.yonetim-list .content span {
    font-size: 15px;
    font-weight: 400;
    display: block;
}

.yonetim-list:hover {
    background-color: #ececec;
}

.yonetim-list:hover .img {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}



.yonetim-list:hover .content {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

.yonetim-card:first-child {
    padding-top: 50px;
    margin-bottom: 10px;

}




.accordion-type-1 .card {
    border-radius: 0;
    border: none;
    margin-bottom: 17px;
}


.accordion-type-1 .card-header {
    border-radius: 0;
    position: relative;
    padding:0;
    background: transparent;
    border: none;
}

.accordion-type-1 .card-body {
    padding:0px 14px;
}

.accordion-type-1 .yonetim-list-container {
    background-color: #efefef;
    padding: 30px 20px;
}


.accordion-type-1 .card:not(:last-child):before {
    border-left: 1px dashed #b3b3b3;
    content: "";
    height: 100%;
    left: 9px;
    position: absolute;
    top: 15px;
    width: 2px;
    z-index: 0;
}
.accordion-type-1 .card-header h5 {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 0px 15px;
    padding-left: 40px;
    background-color: #efefef;
    color: #272f46;
    position: relative;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    border-radius: 26px;
    border: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.accordion-type-1 .card-header h5:hover,
.accordion-type-1 .card-header h5[aria-expanded="true"]{
    background-color: #272f46;
    color:#fff;
}

.accordion-type-1 .card-header h5:before {
    /* border-radius: 5px; */
    font-size: 12px;
    /* padding: 7px 10px; */
    top: 0px;
    background-color: #272f46;
    color: #ffffff;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: -11px;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 32px;
    text-align: center;
    border-radius: 100%;
    border: 5px solid #fff;
}


.accordion-type-1 .card-header h5[aria-expanded="true"]:before {
    content: "\f068";
}



.accordion-type-1 .yonetim-list {
    margin-bottom: 60px;
    background-color: #fff;
    border-bottom: 3px solid #272f46;
}


.table-person .unvan {
    font-size: 17px;
    font-weight: 500;
}


.table-person ul {
    padding: 13px;
    margin: 0;
    margin-top: 10px;
    background-color: #f3f3f3;
    /* color: #fff; */
    border: 1px solid #e8e8e8;
    border-left: 5px solid #dc3545;
}

.table-person ul li {
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px dashed #ffdfe2;
}

.table-person ul li b {
    display: block;
    min-width: 124px;
    font-size: 14px;
    font-weight: 500;
    color: #272f46;
    float: left;
}
.table-person ul li i {
    display: inline-block;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    background-color: #dc3545;
    color: #fff;
    border-radius: 100%;
    font-size: 12px;
    margin-right: 4px;
    text-shadow: 3px 3px 0px #b92331;
}


.table-person ul li:first-child{
    padding-top: 0;
}

.table-person ul li:last-child{
    border-bottom: none;
    padding-bottom: 5px;
}
.table-person ul li span{
    position: relative;
    padding-left: 13px;
}
.table-person ul li span:before{
    position: absolute;
    content: ":";
    left: 0;
    top: -3px;
}

.table-person .bio-title {
    background-color: #272f46;
    color:#fff;
    font-weight: 500;
    font-size: 18px;
    padding: 9px 15px 9px 55px;
    margin-bottom: 10px;
    position: relative;
}

.table-person .bio-title i {
    width: 45px;
    text-align: center;
    background-color: #d8182b;
    color: #fff;
    font-size: 16px;
    margin-right: 4px;
    text-shadow: 3px 3px 0px #b92331;
    position: absolute;
    left: 0px;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.table-person .bio-detail{
    padding-left: 50px;
    position: relative;
}

.table-person > .row {
    margin-bottom: 20px;
    margin-top: -6px;
}

.table-person .bio-detail:before {
    position: absolute;
    color:#d8182b;
    font-size: 25px;
    opacity: .5;
    left: 9px;
    top:0;
    font-family: "Font Awesome 5 Free";
    content: "\f10d";
    font-weight: 900;
}


.commite-list .list-type1{
    padding: 0 10px;
    margin: 0;

}

.commite-list .list-type1 ol{
    list-style: none;
    font-size: 15px;
    padding: 0;
    margin-bottom: 4em;
}
.commite-list .list-type1 ol ol{
    margin: 0 0 0 2em;
}

.commite-list .list-type1 li {
    list-style: none;
}

.commite-list .list-type1 a{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    margin: .6em 0;
    background: #f2f3f9;
    color: #000;
    text-decoration: none;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: 10em;
    transition: all .2s ease-in-out;
    font-weight: 500;
    border: 1px solid #ececec;
    cursor: inherit;
}

.commite-list .list-type1 a:hover{
    /*
        background: #272f46;
        color:#fff !important;
    */
}

.commite-list .list-type1 a:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -16px;
    background: #272f46;
    height: 32px;
    width: 32px;
    line-height: 24px;
    border: .4em solid #fff;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    color:#FFF;
    font-size: 12px;
}


.content-banner-image {
    margin-bottom: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow:7px 7px 0px rgba(0,0,0,.08);
    -moz-box-shadow: 7px 7px 0px rgba(0,0,0,.08);
    box-shadow: 7px 7px 0px rgba(0,0,0,.08);
}

.content-text-block .content-news-detail {
    margin-top: 30px;
}


.content-news-detail .news-image-block {
    position: relative;
    margin-bottom: 20px;
}


.content-news-detail .title-block {
    padding: 0;
    position: relative;
    margin-top: 0px;
}

.title-block {}


.content-news-detail .news-detail-title{
    font-size: 26px;
    font-weight: 600;
    margin:0px;
    display: inline-block;
    width: 100%;
    background-color: #ffffff;
    /* padding-top: 15px; */
    /* -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.10); */
    -ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
    /* box-shadow: 0px 0px 20px rgba(0,0,0,0.10); */
    /* border-top: 2px solid #f2f3f9; */
    margin-bottom: 15px;
}

.content-news-detail a.news-category {
    position: absolute;
    display: block;
    padding: 7px 15px;
    background-color: #f78f4d;
    color:#ffffff;
    font-size: 16px;
    font-weight: 500;
    right: 20px;
    top:20px;
    font-family: "Barlow Semi Condensed";
}


.content-news-detail .post-meta{
    border-top: 1px dashed #a2a2a2;
    border-bottom: 1px dashed #a2a2a2;
    padding: 10px 20px;
    margin-bottom: 15px;
}
.content-news-detail .post-meta li{
    list-style: none;
    display: inline-block;
    color: #696969;
    margin-right: 20px;
}
.content-news-detail .post-meta li a,
.content-news-detail .post-meta li span{
    text-decoration: none;
    color: #696969;
    font-weight: 500;
}
.content-news-detail .post-meta li a:hover {
    color:#d8182b;
}
.content-news-detail .post-meta li .icon{
    margin-right: 5px;
}
.content-news-detail .post-meta i{
    padding-right: 6px;
    color: #F79191;
}


.content-news-detail .post-meta.custom-meta{
    border-top: none;
    padding-left: 0;
}
.content-news-detail .post-meta.custom-meta li{
    display: block;
    margin-bottom: 5px;
}
.content-news-detail .post-meta.custom-meta li:last-child{
    margin-bottom: 0;
}
.content-news-detail .post-meta.custom-meta li i{
    width: 22px;
    text-align: center;
}
.content-news-detail .post-meta.custom-meta li span:first-child{
    display: inline-block;
    width: 160px;
}
.content-news-detail .post-meta.custom-meta li span:last-child{
    display: inline-block;
    width: 160px;
    color: #444;
    font-weight: 600;
}

.content-news-detail .short-detail {
    padding: 15px;
    /*background-color: #f5f5f5;*/
    font-size: 17px;
    color: #2f2f2f;
    font-family: "Barlow Semi Condensed";
    margin-bottom: 15px;
    font-weight: 600;
    font-style: italic;
}

.content-news-detail .short-detail > p {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    /*padding-left: 26px;*/
}



/*.content-news-detail .short-detail > p:before {
    position: absolute;
    color:#d8182b;
    font-size: 22px;
    opacity: .4;
    left: -5px;
    top: -11px;
    font-family: "Font Awesome 5 Free";
    content: "\f10d";
    font-weight: 900;
}*/

.thumb-image {
    margin-bottom: 15px;
}


.image-hover-block{
    position: relative;
    overflow: hidden;
}

.image-hover-block img {
    display: block;
    width: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.image-hover-block .overlay{
    background-color: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    opacity: 0;
}

.image-hover-block .overlay i {
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    top:50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #ffffff;
}


.image-hover-block:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    filter:blur(2px);
    -webkit-filter:blur(2px);
    -moz-filter:blur(2px);
    -o-filter:blur(2px);
    -ms-filter:blur(2px);
}

.image-hover-block:hover .overlay{
    opacity: 1;
}

.page-share-custom .social-icon{
    padding: 15px 0;
    border-top: 2px solid #f7faff;
    /*border-bottom: 2px solid #f7faff;*/
    margin-top: 15px;
}
.page-share-custom .social-icon ul{
    padding:0px;
    margin:0px;
}
.page-share-custom .social-icon ul.social li{
    display:inline-block;
    padding:0px 10px 0px 0px;
}

.page-share-custom .social-icon ul.social li.head{
    font-size: 16px;
    font-weight: 500;
}
.page-share-custom .social-icon ul.social li a{
    font-size:16px;
    color:#9b9ea8;
    text-decoration:none;
}
.page-share-custom .social-icon ul.social li a .in{
    margin-right: -2px;
    /* padding:10px; */
    background: #f3f3f3;
    color: #d8182b;
    border-radius:50px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #e2e2e2;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}


.page-share-custom .social-icon ul.social li:hover a .in{
    background: #d8182b;
    color: #ffffff;
}


.page-share-custom .social-icon ul.social,
.page-share-custom .social-icon ul.tag{
    padding: 7px 0 0 0!important;
}

.page-share-custom .social-icon ul.tag li{
    display:inline-block;
}
.page-share-custom .social-icon ul.tag li.head{
    font-size: 16px;
    color:#222222;
    font-weight: 500;
    padding-right: 10px;
}
.page-share-custom .social-icon ul.tag li a{
    font-size: 16px;
    color: #2f2f2f;
    text-decoration: none;
    display: inline-block;
    padding: 3px 15px;
    border: 1px solid #ececec;
}

.page-share-custom .social-icon ul.tag li:hover a{
    background-color: #cccccc;

}
.sidebar-custom .sidebar-container{
    padding: 15px;
    margin-bottom: 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 13px rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 0px 13px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 0px 13px rgba(0,0,0,.1);
}
.sidebar-custom .sidebar-title {
    display: block;
    font-size: 17px;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 20px;
    position: relative;
    background: rgb(224, 224, 224);
    color: #3c3c3c;
    height: 50px;
    line-height: 50px;
    margin-bottom: 0px;
    border: 1px solid #d4d4d4;
}

.sidebar-custom a > .sidebar-title {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.sidebar-custom a:hover > .sidebar-title{
    background: rgb(202, 202, 202);
}

.sidebar-custom .sidebar-title:before {
    position: absolute;
    top: 12px;
    left: 0;
    width: 6px;
    height: 28px;
    background: #f78f4d;
    content: "";
}

.sidebar-custom .sidebar-title i {
    position: absolute;
    width: 50px;
    height: 48px;
    right: 0;
    top: 0;
    background: rgba(0,0,0,.1);
    text-align: center;
    line-height: 47px;
    font-size: 30px;
}

.file_download_list .list {
    background-color: #f5f5f5;
    padding: 0 5px 0 0;
    /*border: 1px solid #e8e8e8;*/
    margin-bottom: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.file_download_list .list:hover {
    background-color: rgba(164, 175, 185, 0.29);
}


.file_download_list .list .icon{
    font-size: 44px;
    color: #f78f4c;
    margin-right: 10px;
    /*margin-left: 10px;*/
}

.file_download_list.small .list .icon{
    font-size: 35px;
    background-color: #a4afb9;
    padding: 0 5px;
}


.file_download_list .list .media-body {
    padding-right: 5px;
}


.file_download_list .list:last-child{margin-bottom: 0}


.file_download_list .media img {
    width: 40px;
    margin-right: 10px;
    margin-bottom: 6px;
}


.file_download_list .media h5 {
    margin-bottom: 0;
    font-size: 17px;
    color: #576d7e;
}



.file_download_list.small .media h5{
    font-size: 17px;
}


.file_download_list .download-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    font-size: 13px;
    padding-top: 8px;

}

.file_download_list .list .media .size {
    font-size: 13px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.file_download_list .list .media h5,
.file_download_list .list .media .size{
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.file_download_list .list:hover .media h5,
.file_download_list .list:hover .media .size
{
    color: #576d7e;
}

.file_download_list .download-detail b{
    font-weight: 600;
}

.file_download_list .download-detail a{
    color:#d8182b;
}

.content-detail .content-text p:first-child{
    margin-top: 0;
}

.content-detail .content-text p:last-child{
    margin-bottom: 0;
}




.side.other-news .media .icon img{
    height: 80px;
    width: auto;
    max-width: inherit;
}


.side.other-news .media .media-body{
    padding-left: 10px;
}

.side.other-news .media .media-body .title{
    font-size: 17px;
    font-weight: 500;
    color: #272f46;
    line-height: 21px;

    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.side.other-news .media .media-body .date {
    color: #d8182b;
    font-weight: 500;
    font-size: 14px;
}

.side.other-news .list {
    position: relative;
    padding-bottom: 11px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 11px;
    overflow: hidden;
}

.side.other-news .media:before  {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 40px;
    color: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    left: -51px;
    top: 50%;
    margin-top: -21px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.side.other-news .media:hover:before{
    left: -10px;
}

.side.other-news .media:hover .title {
    color:#d8182b;
}

.side.other-news .list:last-child {
    margin-bottom: 0px;
    padding-bottom: 0;
    border-bottom: 0;
}

.side .btn-red:hover {
    background-color: #272f46;
    color:#ffffff;
}


.side.other-gallery .title {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    background-color: rgba(0,0,0,.7);
    padding: 10px;
    border-top: 2px solid #d8182b;
    position: absolute;
    width: 100%;
    bottom: -20%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.side.other-gallery .owl-item.active .title {
    bottom:0px;
}

.thumb-image .image-hover-block img{
    width: auto;
    height: 100px !important;
}

.thumb-image .swiper-slide {
    width: auto;
}

.custom-scroll {
    position: relative;
    width: 100%;
    height: 5px;
    padding: 0;
    background-color: #e2e2e2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 15px;
    display: none;
}

.custom-scroll .total {
    position: relative;
    height: 5px;
    background-color: #b3b3b3;
    width:0;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    max-width: 100%;
}

.thumb-image .owl-dots{
    display: none;
}


.news-block-two {
    position: relative;
}

.news-block-two .inner-box {
    margin-bottom: 70px;
}

.news-block-two .image {
    position: relative;
    overflow: hidden;
    padding: 11px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
}



.news-block-two img {
    width: 100%;
    -webkit-transition: .7s ease;
    -o-transition: .7s ease;
    transition: .7s ease;

    border: 1px solid #e8e8e8;
}

.news-block-two:hover img {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
}

.news-block-two .overlay span {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff !important;
    font-size: 24px;
    height: 60px;
    margin: 0 5px;
    line-height: 60px;
    opacity: 0;
    display: inline-block;
    text-align: center;
    -webkit-transform: translateX(0%) translateY(-30%) scale(0.5);
    -ms-transform: translateX(0%) translateY(-30%) scale(0.5);
    transform: translateX(0%) translateY(-30%) scale(0.5);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 60px;
}



.news-block-two:hover .overlay span {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0%) scale(1);
    -ms-transform: translateX(0) translateY(0%) scale(1);
    transform: translateX(0) translateY(0%) scale(1);
    background-color: rgba(205, 35, 55, .8);
}

.news-block-two .overlay {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 5;
}

.news-block-two:hover .overlay {
    opacity: 1;
}

.news-block-two .lower-content {
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding: 10px 15px;
    transform: translateY(-41%);
    margin-bottom: -80px;
    margin-left: 20px;
    margin-right: 20px;
    transition: .5s ease;
    border: 1px solid #e8e8e8;
}

.news-block-two .inner-box:hover .lower-content{
    box-shadow: -5px 4px 20px rgba(0, 0, 0, 0.09);
    transform: translateY(-35%);
}

.news-block-two .lower-content .category {
    margin-bottom: 15px;
}

.news-block-two .lower-content .category a {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding: 5px 10px;
    background-color: #ff4747;
}

.news-block-two .lower-content .post-meta {
    position: relative;
    padding-left: 45px;
    margin-bottom: 10px;
}

.news-block-two .lower-content .post-meta:before {
    position: absolute;
    content: '';
    background: #ff4747;
    height: 1px;
    width: 30px;
    left: 0;
    top: 12px;
}

.news-block-two .lower-content .post-meta li {
    position: relative;
    color: #ff4747;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 4px;
    margin-right: 12px;
    margin-bottom: 0px;
    display: inline-block;
}

.news-block-two .lower-content .post-meta li:after {
    position: absolute;
    content: '/';
    color: #ff4747;
    right: -10px;
    top: 0;
    font-size: 15px;
    font-weight: 400;
}

.news-block-two .lower-content .post-meta li:last-child::after {
    display: none;
}

.news-block-two .lower-content .post-meta li strong {
    color: #ff4747;
    font-weight: 500;
}

.news-block-two .lower-content .post-meta li span {
    color: #ff4747;
    margin-bottom: 0;
}

.news-block-two h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
    color: #1a1f35;
}

.news-block-two h4 a {
    color: #1a224d;
}
.news-block-two:hover h4{
    color: #d8182b;
}

.news-block-two .text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-block-two .link-btn {
    position: relative;
}

.news-block-two .read-more-btn {
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

.news-block-two .read-more-btn:hover {
    color: #d8182b;
}
/* video item *//* gallery item */
.news-block-two.video-item .lower-content {
    transform: translateY(0px);
    margin: 0;
}
.news-block-two.video-item .inner-box {
    margin-bottom: 30px;
}
.news-block-two.video-item .inner-box:hover .lower-content {
    box-shadow: none;
    transform: translateY(0);
}
.news-block-two.video-item h4,
.news-block-two.gallery-item h4{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.news-block-two.video-item .overlay,
.news-block-two.gallery-item .overlay {
    opacity: 1;
}
.news-block-two.video-item .overlay span,
.news-block-two.gallery-item .overlay span {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0%) scale(1);
    -ms-transform: translateX(0) translateY(0%) scale(1);
    transform: translateX(0) translateY(0%) scale(1);
    background-color: rgba(205, 35, 55, .8);
}
.news-block-two.video-item:hover .overlay span,
.news-block-two.gallery-item:hover .overlay span {
    background-color: #e48345b0;
}




.news-list-filter{
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    padding: 15px;
    margin-bottom: 30px;
    border-top: 2px solid #c3c3c3;
}

.news-search .btn-red {
    padding:7px 14px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.news-search .btn-red:hover {
    background-color: #272f46;
}

.result-text {
    margin-top: 12px; margin-bottom: 0; color: #272f46;
}

.result-text a {
    color:#d8182b;
    display: inline-block;
    margin-left: 15px;
}

.result-text a i{
    font-size: 14px;
}

.cd-pagination li{
    display: inline-block;
}
.cd-pagination li.active a,
.cd-pagination a.active{
    background-color: #d8182b;
    border-color: #d8182b;
    color: #fff;
}

.cd-pagination li.active a:hover,
.cd-pagination a.active:hover {
    background-color: #d8182b;
}

.cd-pagination li:nth-child(2){
    border-left:1px solid #e6e6e6;
}


.notice-list {
    background-color: #ffffff;
    margin-bottom: 30px;
}
.notice-list .wrapper {
    /* justify-content: stretch; */
    /* align-content: stretch; */
    align-self: stretch;
}

.notice-list .wrapper .date{
    vertical-align: middle;
    width: 93px;
    background-color: #f3f3f3;
    color: #272f46;
    text-align: center;
    padding: 6px 0 0;

    height: 56px;
    border: 1px solid #efefef;
}
.notice-list .wrapper .media-body{
    padding: 0px 40px 0 12px;
    align-self: stretch;
    position: relative;
}
.notice-list .wrapper .title {
    font-weight: 500;
    font-size: 16px;
    color: #272f46;
    position: relative;
    margin-bottom: 0;
    min-height: 100%;
    border-bottom: 1px dashed #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;

}

.notice-list .wrapper .media-body i{
    position: absolute;
    right: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #e8e8e8;
    color: #272f46;
    font-size: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: 50%;
    opacity: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    margin-top: -15px;
}
.notice-list .wrapper  .line {
    width: 100%;
    border-bottom: 1px dashed #ccc;
    margin-top: 8px;
}

.notice-list:hover .wrapper .media-body i {
    opacity: 1;
    right: 5px;
}




.notice-list:hover .date{
    background-color:#d8182b;
    color: #fff;
}

.notice-list .wrapper .date span {
    display: block;
    font-size: 13px;
    line-height: 16px;
}

.notice-list .wrapper .date .day {
    font-size: 38px;
    line-height: 20px;
    font-weight: 600;
    float: left;
    margin-top: 10px;
    padding: 0 6px;
    width: 51px;
}
.notice-list .wrapper .date .float-left {
    margin-left: 4px;
    margin-top: 6px;
}


.notice-detail .date-detail {
    background-color: #ffffff;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 10px;
    display: inline-block;
    padding-right: 15px;
    border:1px solid #e8e8e8;
}

.notice-detail .date-detail + .date-detail {
    margin-left: 15px;
}

.notice-detail .date-detail  i {
    color: #656565;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #e4e4e4;
    margin-right: 10px;
}


.side.other-notice .title{
    font-size: 17px;
    font-weight: 500;
    color: #272f46;
    line-height: 21px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.side.other-notice .icon i {
    font-size: 9px;
    width: 9px;
    height: 9px;
    background-color: #e0e0e0;
    display: inline-block;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.side.other-notice .media {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.side.other-notice .date {
    color:#d8182b;
    margin-top:5px;
}

.side.other-notice .media:hover .icon i {
    background-color:#d8182b;
}


.addon-title {
    border-bottom: 2px solid #e48345;
}


.addon-title span{
    display: inline-block;
    padding: 7px 0px;
    /* background-color: #272f46; */
    color: #e48345;
    font-weight: 500;
    font-size: 19px;
}

.file-image-list {
    position: relative;
    margin: 0 -5px;
}

.file-image-list .images {
    float: left;
    width: auto;
    padding: 0 5px;
}

.file-image-list .images .image {
    padding: 5px;
    background-color: #e4e4e4;
    margin-bottom: 15px;
}

.file-image-list .images .image img{
    width: auto;
    height: 120px;
    max-width: initial;
}


.blog-list-two-block {
    position: relative;
}

.blog-list-two-block .blog-list{
    position: relative;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    padding: 10px;
    margin-bottom: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 2px solid transparent;
}

.blog-list-two-block .blog-list .title {
    font-size: 19px;
    color: #272f46;
    /* padding-left: 100px; */
    /* clear: both; */
    line-height: 1.4;
    margin: 1px 0 0 0;
}

.blog-list-two-block .blog-list .title:after {
    clear: both;
    display: block;
    content: "";
}

.blog-list-two-block .blog-list p {
    font-size: 14px;
    margin: 0;
    color:#4a4a4a;
    line-height: 20px;
    font-family: "Barlow";
    margin-top: 10px;
}
.blog-list-two-block .blog-list .date-bar {
    width: 93px;
    height: 48px;
    display: block;
    background-color: #e8e8e8;
    margin-right: 8px;
    margin-top: -5px;
}

.blog-list-two-block .blog-list .date-bar span {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
}


.blog-list-two-block .blog-list .date-bar span.day {
    font-size: 25px;
    color: #ffffff;
    background-color: #d8182b;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 2px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    height: 48px;
    float: left;
}

.blog-list-two-block .blog-list .date-bar span.month {
    margin-top: 10px;
}



.blog-list-two-block:hover .blog-list{
    border-color: #d8182b;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 1px 5px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.35);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.35);
    -o-box-shadow: 0 1px 5px rgba(0,0,0,0.35);
}

.blog-list-two-block:hover .blog-list .title{
    color:#d8182b;
}


.side.other-blog-baskan .title{
    color:#272f46;
    font-size: 16px;
    font-weight: 600;
}

.side.other-blog-baskan .list {
    padding-bottom: 5px;
    border-bottom: 1px dashed #ccc;
    border-left: 3px solid transparent;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    padding-left: 10px;
    padding-top: 5px;
}

.side.other-blog-baskan .date {
    margin-top: 5px;
    color:#d8182b;
}


.side.other-blog-baskan .list:hover{
    border-left-color:#d8182b;
}



.tribe-events-list .type-tribe_events {
    margin-bottom: 2rem;
    padding: 0;
    position: relative;
}

.swm_evt_date {
    background: #b1b1b1;
    width: 106px;
    height: 120px;
    display: block;
    float: left;
    border-radius: 3px 0 0 3px;
    text-align: center;
    /* margin-right: 4px; */
    color: #555;
    overflow: hidden;
}

.swm_evt_date_day {
    display: block;
    font-size: 40px;
    font-weight: 300;
    line-height: 40px;
    padding-top: 27px;
    color: #555;
}

.swm_evt_date_month {
    display: block;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.swm_evt_date_year {
    opacity: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color:#ffffff;
}

.swm_evt_img {
    float: left;
    width: 230px;
    height: 120px;
    display: inline-block;
    border-radius: 0 3px 3px 0;
    overflow: hidden;
}

.swm_evt_img img,
.swm_evt_img a img,
.tribe-events-event-image img {
    width: 230px;
    height: 120px;
}

.swm_evt_contet {
    width: 100%;
    border: 1px solid #ececec;
    margin-top: 4px;
    border-radius: 3px;
    background: #ffffff;
}


.swm_evt_title {
    border-bottom: 1px solid #ececec;
    padding: 12px 15px 10px 15px;
    font-size: 16px;
    font-weight: 600;
}

.swm_evt_desc {
    padding: 10px 15px;
}

.swm_evt_meta_venue {
    border-top: 1px solid #ececec;
    padding: 5px 15px;
    font-size: 11px;
}

.swm_evt_meta_venue i {
    padding-right: 10px;
    font-size: 13px;
    color: #999;
}

.swm_event_box:hover .swm_evt_title a{
    color:#d8182b;
}

.swm_event_box .swm_evt_date,
.swm_event_box .swm_evt_date_day{
    color:#ffffff;
}

.swm_event_box:hover .swm_evt_date_year {
    opacity: 1;
}

.swm_event_box:hover .swm_evt_date_day {
    padding-top: 16px;
}

.swm_event_box:hover .swm_evt_date{
    background-color: #d8182b;
}

.swm_event_box .swm_evt_date, .swm_event_box .swm_evt_date_year, .swm_event_box .swm_evt_date_day{
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
}



.table-borderless td, .table-borderless th{
    border:none;
}


.tribe-events-list .event-other .event-list ul li a {
    height: auto;
}


.meslek-komiteleri .content-text-block {
    min-height: inherit;
}


.komite-haberleri .media {
    background-color: #f9f9f9;
    border: 1px solid #efefef;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.komite-haberleri {
    margin-top: 10px;
}

.komite-haberleri > a{
    margin-bottom: 20px;
    display: block;
}

.komite-haberleri .media:hover {
    background-color: #efefef;
}


.komite-haberleri .media:hover h5{
    color:#d8182b;
}


.komite-haberleri .media .icon img {
    height: 80px;
}


.komite-haberleri .media h5 {
    font-size: 17px;
    font-weight: 500;
    color: #272f46;
    line-height: 21px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    margin-bottom: 5px;
    padding: 8px 0;
}

.komite-haberleri .media p {
    color: #d8182b;
    font-size: 14px;
    font-weight: 500;
}



.komite-haberleri .media small{
    color:#d8182b;
    margin-left: 10px;
    display: inline-block;

}

.komite-haberleri .media-body {
    padding: 0 15px 5px;
}


.notice-list.komite-duyurulari .wrapper .title{
    min-height: inherit;
}

.notice-list.komite-duyurulari .wrapper .detail {
    color:#d8182b;
    font-weight: 500;
}

.content-text-block.append{
    min-height: inherit;
}

.content-text-block+.content-text-block{
    margin-top: 40px;
}



.commite-list.yatirim .list-type1 a {
    cursor: pointer;
    padding-left: 40px;
}

.commite-list.yatirim .list-type1 a:before{
    left: 1px;
}

.commite-list.yatirim .list-type1 a:hover {
    background-color: #272f46;
    color:#ffffff;
}

.bg-blue .close {
    color:#ffffff !important;
}


.all-fair-list .fair .content {
    background-color: #fff;
    padding: 10px;
}


.content-news-detail.fair-detail .post-meta li {
    display: block;
    margin-bottom: 10px;
}

.content-news-detail.fair-detail .post-meta li:last-child {
    margin-bottom: 0px;
}

.content-news-detail.fair-detail .post-meta li .fa {
    margin-left: 2px;
    width: 20px;
}

.content-news-detail.fair-detail .post-meta li b {
    min-width: 120px;
    display: inline-block;
}

.content-news-detail.fair-detail .post-meta li .fa-map-marker-alt {
    margin-left: 3px;
}


.content-news-detail.fair-detail .post-meta {

    margin-bottom: 12px;
}


.fair-detail .page-share-custom .social-icon {
    padding: 0px;
    border-top: none;
    border-bottom: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

.other-fair .media p {
    margin-bottom: 0;
    color:#444;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.yayin-list {
    position: relative;
    margin: 0 -10px;
}

.yayin-list .yayin {
    padding: 0 10px;

}

.yayin-list .yayin .content {
    padding: 8px;
    border: 1px solid #efefef;
}
.yayin-list .yayin .download {
    margin-top: 8px;
}
.yayin-list .yayin .image {
    position: relative;
}
.yayin-list .yayin .image img{
    /*height: 250px;*/
    width: 100%;
}

.yayin-list .yayin .title{
    height: 36px;
    /*max-width: 100%;*/
    font-size: 15px;
    font-weight: 500;
    color: #6f6f6f;
    overflow: hidden;
    max-height: 36px;
    margin-top: 7px;
    margin-bottom: 7px;

    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 130px;
}

.yayin-list .yayin .download-btn{
    display: block;
    width: 50%;
    float: left;
    font-size: 15px;
    text-align: center;
    padding: 7px 0;
    font-weight: 400;
    max-width: 134px;
    /*background-color: #e2e3e4;*/
    color: #353333;
    border: 1px solid #efefef;
}
.yayin-list .yayin .download-btn:hover{
    background-color: #efefef;
    border: 1px solid #efefef;
}
/*.yayin-list .yayin .download-btn:nth-child(2){
    background-color: #e48345;
    color: #fff;
}*/


.calendar-container {
    position: relative;
}

.calendar-container header {
    border-radius: 5px 5px 0 0;
    background: #f5b87a;
    color: #fff;
    padding: 2em;
    position: relative;
    text-align: center;
}

.calendar-container .day {
    font-size: 7em;
    font-weight: 400;
    line-height: 1em;
}

.calendar-container  .month {
    font-size: 1.5em;
    line-height: 1em;
    /* text-transform: lowercase; */
}



.ring-left,
.ring-right {
    position: absolute;
    bottom: -30px;
}

.ring-left { left: 2em; }
.ring-right { right: 2em; }

.ring-left:before,
.ring-left:after,
.ring-right:before,
.ring-right:after {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, .3), 0 -1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 1px rgba(0, 0, 0, .3), 0 -1px 1px rgba(0, 0, 0, .2);
    content: "";
    display: inline-block;
    margin: 8px;
    height: 32px;
    width: 8px;
}



/* YENİ HABER BANNER */
.banner-area .banner-arrows{
    /*opacity: 1;*/
    /*z-index: 9999;*/
    /*top: 40%;*/
    /*left: 0;*/
    /*right: 0;*/
    /*transform: translateY(-50%);*/
    position: relative;
}

.banner-area .banner-arrows .arrow{
    position: absolute;
    z-index: 5;
    font-size: 45px;
    color: #fff;
    cursor: pointer;
    top: 255px;
}
.arrow.prev {
    left: 25px;
}
.arrow.next {
    right: 25px;
}

.banner .item .overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.9);
    left: 0;
    top:0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.banner .owl-item.active.center .overlay{
    opacity: 0;
    visibility: hidden;
}

.banner .owl-dots {
    margin-top: 7px;
}

.banner .owl-dot {
    width: 10px;
    height: 10px;
    margin-right: 7px;
    background-color: #fff !important;
}


.banner .owl-dot.active {
    background-color: #ce0033 !important;
}



.banner .banner-content {
    position: absolute;
    width: 100%;
    background-color: rgba(0,0,0,.7);
    bottom: 0;
    color: #fff;
}

.banner .banner-detail {
    width: 140px;
    min-width: 140px;
    text-align: center;
    padding-top: 17px;
    position: relative;
    display: table-cell;
    vertical-align: top;
}

.banner .banner-type {
    font-weight: 500;
    font-size: 18px;
    display: inline-block;

    padding: 2px 25px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    color: #fff;
    background: #D31027;
    background: -webkit-linear-gradient(to right, #EA384D, #D31027);
    background: linear-gradient(to right, #EA384D, #D31027);
    border-radius: 4px;
}


.banner .banner-date {
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 15px;
    display: inline-block;
}


.banner .banner-title {
    display: table-cell;
    font-size: 30px;
    font-weight: 500;
    padding: 10px 0;
    line-height: 39px;
    font-family: "Barlow";
    text-shadow: 2px 2px 2px rgba(0,0,0,.7);
    height: 78px;
    overflow: hidden;
    max-height: 78px;
}

.banner .left-item{
    margin-right: 10px;
    border-right: 2px solid #ffb64566;
}
.banner .left-item .banner-title {
    padding-left: 15px;
    padding-right: 15px;
}

.banner .banner-title .title-1{
    float: left;
    padding-right: 15px;
    height: 78px;
    overflow: hidden;
    max-height: 78px;
}
.banner .banner-title .title-2{
    font-size: 15px;
    line-height: 1.7;
    position: relative;
    height: 78px;
    overflow: hidden;
    max-height: 78px;
    padding: 0 15px 0 0;
    font-weight: 400;
}



.banner-button {
    position: absolute;
    z-index: 5;
    top: 20px;
    /*left: 60px;*/
    display: inline-block;
    background-color: #d8182b;
    text-align: center;
    color: #fff;
    font-size: 18px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.25);
    letter-spacing: 2px;
    padding: 6px 12px 6px 43px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    font-weight: 500;

    background: #D31027;
    background: -webkit-linear-gradient(to right, #EA384D, #D31027);
    background: linear-gradient(to right, #EA384D, #D31027);
    border-radius: 4px;
}


.banner-button:hover {
    color:#2f0303;
}
.banner-button .intro-banner-vdo-play-btn{
    left: 20px;
    top:45%;
}

.whiteBg {
    background-color: #fff !important;
}
/* YENÃƒâ€žÃ‚Â° HABER BANNER */


.gray-bg .container {
    /*background: rgb(183,22,32);
    background: -moz-linear-gradient(-45deg, rgba(183,22,32,1) 0%, rgba(216,24,43,1) 25%, rgba(228,132,70,1) 57%, rgba(219,133,67,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(183,22,32,1) 0%,rgba(216,24,43,1) 25%,rgba(228,132,70,1) 57%,rgba(219,133,67,1) 100%);
    background: linear-gradient(135deg, rgba(183,22,32,1) 0%,rgba(216,24,43,1) 25%,rgba(228,132,70,1) 57%,rgba(219,133,67,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b71620', endColorstr='#db8543',GradientType=1 );*/


    /*background: #DC2424;  /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to right, #0c59b9, #DC2424);  /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, #0c59b9, #DC2424); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    background: #232526;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.gray-area {
    margin-top: -30px;
    padding-bottom: 15px;
    padding-top: 20px;
    margin-bottom: 20px;
}
.tab-notice {
    margin-top: 40px;
}






/* GÃƒÆ’Ã…â€œNCELLENECEK KISIM */




.hizli-erisim-btn {
    position: fixed;
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    display: block;
    left: 0;
    top: 152px;
    padding: 8px 16px 8px 9px;
    background-color: #5db6d8;
    z-index: 99;
    cursor: pointer;
    opacity: .8;
}


.hizli-erisim {
    position: fixed;
    z-index: 99;
    width: 250px;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.20);
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,.20);
    box-shadow: 2px 2px 5px rgba(0,0,0,.20);
    left: -250px;
    top: 213px;
    border-top: 1px solid #dedede;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    opacity: .8;
}

.hizli-erisim.open {
    left: 0;
}

.hizli-erisim ul {
    padding:0px;
    margin:0px;
}

.hizli-erisim ul li {
    display: block;
    width: 100%;
    list-style: none;
}

.hizli-erisim ul li a {
    display: block;
    padding:10px;
    background-color: #f2f3f9;
    color: #909090;
    border-bottom: 1px solid #e0e1e2;
}

.hizli-erisim ul li:last-child a{
    border-bottom:none;
}

.hizli-erisim ul li a:hover {
    background-color: #5db6d8;
    border-color:#5db6d8;
    color:#fff;
}

.detay-link {
    display: inline-block;
    letter-spacing: 2px;
    font-size: 17px;
    color: #fff;
    background-color: #f78f4d;
    padding: 7px 35px;
    font-weight: 500;
    margin:10px 0 20px;
}

.detay-link:hover {
    background-color: #cd2337;
    color:#fff;
}

.calendar-content {
    background-color: #f7f7f7;
    padding: 48px 20px 10px;
    -webkit-border-radius: 0 0 1em 1em;
    -moz-border-radius: 0 0 1em 1em;
    border-radius: 0 0 5px 5px;
    border: 1px solid #eaeaea;
}

.calendar-content .post-meta{
    padding:10px 0;
}


.other-event {
    padding:13px;
    background-color: #fff;
    margin-bottom: 30px;
}


.other-event .event-detail {
    border-left: 5px solid;
    padding-left: 10px;
    padding-top: 5px;
    margin-top: 10px;
    padding-bottom: 5px;
    background-size: 200% 100% !important;
    transition: all .15s ease;
}

.other-event .title {
    font-weight: 600;
    color:#272f46;
    margin-bottom: 5px;
}

.other-event .detail {
    margin-bottom: 5px;
}

.other-event .event-detail ul {
    margin:0px;
    padding:0px;

}

.other-event .event-detail ul li {
    display: block;
    list-style: none;
    font-size: 14px;
    color: #4a4a4a;
}

.other-event .event-detail ul li i{
    min-width: 19px;
    color:#808080;
}


.other-event .event-detail ul li i+i{
    margin-left: 19px;
}



.other-event-list .event:nth-child(even) .event-detail {
    border-color: #5db6d8;
    background: linear-gradient(to left, #ffffff 50%, #5db6d8 50%) right bottom;
}

.other-event-list .event:nth-child(odd) .event-detail {
    border-color:#e48345;
    background: linear-gradient(to left, #ffffff 50%, #e48345 50%) right bottom;
}


.other-event:hover .event-detail {
    background-position: left bottom!important;
}


.other-event:hover .event-detail  .title,
.other-event:hover .event-detail ul li,
.other-event:hover .event-detail .detail,
.other-event:hover .event-detail ul li i {
    color:#fff;
}

.fair-detail .news-image-block img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.fair-detail .page-share-custom .social-icon ul.social li a i{
    color: #8c8c8c;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;

}

.fair-detail .page-share-custom .social-icon ul.social li:hover a .in {
    background: #f5b87a;
    color: #ffffff;
}

.fair-detail .page-share-custom .social-icon ul.social li {
    padding: 0px 35px 0px 0px;
}

.fair-detail .social-icon b {
    color: #444;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
}

.fair-detail-text {
    text-align: justify;
}

.fair-detail .news-detail-title {
    color:#696969;
}

.project-list+.project-list {
    margin-top: 50px;
}

.projects {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    margin-bottom: 30px;
}

.projects .content{
    padding: 14px 10px;
    background-color: #ffffff;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.projects .content .icon {
    border-right: 1px solid #d4d4d4;
    margin-right: 10px;
}
.projects .content .icon i {
    font-size: 40px;
    margin-right: 15px;
    color: #cccccc;
    line-height: 32px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.projects .content .title {
    margin-bottom: 0;
    color: #191e34;
    font-size: 19px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    height: 46px;
    max-height: 46px;
    overflow: hidden;
}


.projects:hover .content .title,
.projects:hover .icon i
{
    color:#cd2337;
}


.projects .image-container{
    position: relative;
    overflow: hidden;
}

.projects .image-container img {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}



.projects:hover .image-container img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.projects .image-container .overlay i {
    position: absolute;
    display: inline-block;
    font-size: 30px;
    color:#ffffff;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -20px;
}
.projects .image-container .overlay {
    position: absolute;
    z-index: 2;
    background-color: rgba(20,20,20,.7);
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.projects:hover .image-container .overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}



body.no-scroll {
    overflow: hidden;
    position: relative;
}


.all-program-list {
    background-color: #fff;
    padding:10px;
    margin-bottom: 30px;

    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    border-left: 5px solid transparent;
}


.all-program-list  img {
    max-height: 120px;
}

.all-program-list .media-body{
    padding:0 20px;
    align-self: stretch;
    justify-content: space-around;
    flex-direction: column;
}

.all-program-list  .title {
    font-weight: 500;
    font-size: 20px;
    color:#272f46;
    border-bottom:1px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}


.all-program-list ul {
    padding:0;
    margin:0;
}

.all-program-list ul li {
    list-style: none;
    padding-bottom: 5px;
    margin-bottom: 5px;
}


.all-program-list .icon-box {
    line-height: 16px;
}

.all-program-list .icon-box i {
    min-width: 20px;
    color:#272f46;
}

.all-program-list:hover {
    box-shadow: 0 3px 8px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.35);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.35);
    -o-box-shadow: 0 3px 8px rgba(0,0,0,0.35);
    border-left-color:#cd2337;
}

.all-program-list:hover  .title{
    color:#cd2337;
}
















.owl-dots{
    text-align: center;
    margin-top: 10px;
}

.owl-dot {
    width: 10px;
    height: 10px;
    background-color: #cccccc !important;
    margin-right: 3px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
}
.owl-dot.active {
    background-color: #cd2337 !important;
}









.text-wrap h3{
    color: #e48345;
}
.text-wrap img{
    max-width: 100%;
}
.content-image {
    text-align: center;
}
.content-image img{
    max-width: 100%;
}
svg {
    vertical-align: inherit!important;
}




.content-text-block .video-wrapper {
    height: 401px;
}





/* sayfa ilgili kişiler */
#member-list .data-item{
    background-color: #f9f9f9;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 4px #dfdfdf;
}
#member-list .data-item:last-child{
    margin-bottom: 0;
}
#member-list .data-item i {
    color: #fc5454;
    width: 20px;
    text-align: center;
    /* padding-top: 5px; */
    margin-top: 9px;
}
#member-list .data-item span.colored a,
#member-list .data-item span.colored{
    font-size: 13px;
    color: #444;
    font-weight: 500;
}









.fancybox-custom-layout .fancybox-caption__body {
    font-size: 16px;
}
/* fancybox customize */
@media all and (min-width: 600px) {

    /* Change color for backdrop */
    .fancybox-custom-layout .fancybox-bg {
        /* background: #fcfaf9; */
    }

    .fancybox-custom-layout.fancybox-is-open .fancybox-bg {
        opacity: 1;
    }

    /* Move caption area to the right side */
    .fancybox-custom-layout .fancybox-caption {
        background: #f1ecec;
        bottom: 0;
        color: #6c6f73;
        left: auto;
        padding: 30px 20px;
        right: 44px;
        top: 0;
        width: 256px;
    }

    .fancybox-custom-layout .fancybox-caption h3 {
        color: #444;
        font-size: 21px;
        line-height: 1.3;
        margin-bottom: 24px;
    }

    .fancybox-custom-layout .fancybox-caption a {
        color: #444;
    }

    /* Remove gradient from caption*/
    .fancybox-custom-layout .fancybox-caption::before {
        display: none;
    }

    /* Adjust content area position */
    .fancybox-custom-layout .fancybox-stage {
        right: 315px;
        left: 15px;
    }

    /* Align buttons at the right side  */
    .fancybox-custom-layout .fancybox-toolbar {
        background: #3b3b45;
        bottom: 0;
        left: auto;
        right: 0;
        top: 0;
        width: 44px;
    }

    /* Remove background from all buttons */
    .fancybox-custom-layout .fancybox-button {
        background: transparent;
    }

    /* Navigation arrows */
    .fancybox-custom-layout .fancybox-navigation .fancybox-button div {
        padding: 6px;
        background: #fcfaf9;
        border-radius: 50%;
        transition: opacity .2s;
        box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
        opacity: .7;
    }

    .fancybox-custom-layout .fancybox-navigation .fancybox-button:not([disabled]):hover div {
        opacity: 1;
    }

    .fancybox-custom-layout .fancybox-navigation .fancybox-button[disabled] {
        color: #999;
    }

    .fancybox-custom-layout .fancybox-navigation .fancybox-button:not([disabled]) {
        color: #333;
    }

    /* Reposition right arrow */
    .fancybox-custom-layout .fancybox-button--arrow_right {
        right: 308px;
    }
}





















.contact-form1 .form-group {
    margin-bottom: 25px;
}
.contact-form1 .form-group .form-control {

}
.contact-form1 .form-group input[type="text"],
.contact-form1 .form-group input[type="tel"],
.contact-form1 .form-group input[type="date"],
.contact-form1 .form-group input[type="email"],
.contact-form1 .form-group select{
    height: 45px;
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: inset 2px 2px 5px rgba(1, 1, 1, .055);
    box-shadow: inset 2px 2px 5px rgba(1, 1, 1, .055);
    background-color: #f7f7f7;
}
.contact-form1 .form-group textarea{
    font-size: 17px;
    font-weight: 500;
    -webkit-box-shadow: inset 2px 2px 5px rgba(1, 1, 1, .055);
    box-shadow: inset 2px 2px 5px rgba(1, 1, 1, .055);
    background-color: #f7f7f7;
}
.contact-form1 .form-response .alert-info {
    background: transparent;
    border: none;
    color: #a8a7a7;
    letter-spacing: 5px;
}
.contact-form1 .form-response .alert-success {
    background-color: transparent;
    color: #00082e;
    letter-spacing: 4px;
    border-color: transparent;
    font-weight: 500;
}
@media only screen and (max-width: 479px) {
    .contact-form1 .form-response .alert-success {
        letter-spacing: 1px;
    }
}
.contact-form1 .form-response .alert {
    border-radius: 0;
    padding: 15px 0;
}
.show-mobile {
    display: none;
}
@media only screen and (max-width: 768px) {
    .show-mobile {
        display: inline-block!important;
    }
    .hidden-mobile {
        display: none;
    }
}

fieldset {
    border: 1px solid #ddd !important;
    margin: 0;
    min-width: 0;
    padding: 10px;
    position: relative;
    border-radius: 4px;
    padding-left: 10px!important;
}

legend {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
    width: 50%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 5px 5px 10px;
    background-color: #ffffff;
}
.form-group.required label:after {
    content: "*";
    display: inline-block;
    font-size: 16px;
    color: #ff0019;
    margin-left: 5px;
}




#menu-list .item img {
    display:block;
    transition: all .35s ease;
}
#menu-list .item:hover img {
    transform: scale(1.2);
}