body {
    font-family: 'Poppins', sans-serif;
    cursor: default;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}

a {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

a:hover {
    text-decoration: none!important;
}

.topbar {
    line-height: 50px;
    border-bottom: 1px solid #dddddd;
}

.topbar .social a {
    margin-right: 10px;
    font-size: 18px;
    color: #000;
}

.topbar .toplinks {
    text-align: right;
}

.topbar .toplinks a {
    margin-right: 10px;
    font-size: 14px;
    color: #000;
}

.head-area {
    min-height: 100px;
    font-size: 16px;
    background-color: #fff;
}
.thumbnail { 
    min-height: 350px;
}

.mt-fix {
    margin-top: 30px;
}

.logo {
    padding-top: 10px;
}
.navbar-default {
    background-color: #fff;
}
.navbar {
    margin-bottom: 0;
    border-bottom: 0;
}

.navbar-nav > li > a {
    font-size: 16px;
    color: #000!important;
}

.navbar-nav li.hot {
    background-color: #27ae60;
}

.navbar-nav li.hot a {
    font-weight: bold;
    color: #fff!important;
}

.inner-content {
    margin-top: 30px;
}

#owl-demo .item {
    display: block;
    min-height: 550px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    vertical-align: center;
}

#owl-demo .item p {
    display: block;
    width: 100%;
    color: #fff;
    position: absolute;
    margin: 0;
    font-size: 36px;
    font-weight: lighter;
    text-align: center;
}

.search-area {
    min-height: 200px;
    background-color: #3b3b3b;
    background-image: url(../images/search-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    vertical-align: center;
}

.fix-pad {
    padding: 50px 0 50px 0;
}

.kat {
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 240px;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 30px;
}

.kat .layer {
    background-color: rgba(43, 42, 41, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 240px;
    border-radius: 5px;
}

.kat .layer span {
    padding: 10px;
}

.kat .layer span.blue {
    background-color: #1127ff;
}

.kat .layer span.red {
    background-color: #ff0000;
}

.kat .layer:hover {
    background-color: rgba(43, 42, 41, 0.7);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.title {
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 700;
    color: #000000;
}

.caption a h3 {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.img-area {
    display: block;
    height: 180px;
    background-size: cover;
    background-position: center center;
}

.in-content {
    min-height: 600px;
    padding: 20px 0px 20px 0px;
}

.page-header {
    margin: 0px 0 20px;
}

.breadcrumb {
    border: solid 1px #E8E8E8;
}

.side-menu {
    color: #261B42;
}

.side-menu .title {
    font-weight: bold;
    padding-bottom: 10px;
    text-align: left;
}

.side-menu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.side-menu ul li ul {
    padding-left: 10px;
}

.side-menu ul li a.active {
    color: #fff;
    background-color: #F00001;
}

.side-menu ul li a {
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    padding: 8px;
    display: block;
    color: #1054A2;
    font-size: 14px;
    border-radius: 3px;
    margin-bottom: 2px;
}

.side-menu ul li a:hover {
    background-color: #1054A2;
    color: #fff;
}

.ticket-area {
    background-color: #cccccc;
    padding-top: 20px;
}

.block-area {
    padding: 70px 0 70px 0;
}

.white-bg {
    background-color: #fff;
}

.gray-bg {
    background-color: #f5f5f5;
}

.block-area .title,
.in-block .title {
    font-size: 30px;
    text-align: center;
    padding-bottom: 20px;
    font-weight: bold;
    color: #000000;
}

.img-area {
    display: block;
    height: 180px;
    background-size: cover;
    background-position: center center;
}

.block-area .thumbnail a h3,
.in-block .thumbnail a h3 {
    color: #000;
    font-size: 16px;
}

.email-box {
    background-image: url(../images/e-posta.jpg);
    background-size: cover;
    background-position: center center;
    height: 225px;
    padding: 20px;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    vertical-align: center;
}

.email-box p {
    line-height: 200%;
}

.blog {
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 170px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}

.blog .layer {
    background-color: rgba(43, 42, 41, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 170px;
    font-size: 16px;
}

.blog .layer span {
    padding: 10px;
}

.blog .layer:hover {
    background-color: rgba(43, 42, 41, 0.7);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.footer {
    margin-top: 30px;
    background-color: #3b3b3b;
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
}

.footer ul {
    list-style-type: none;
    margin: 0 40px 0 0;
    padding: 0;
    float: left;
    line-height: 200%;
}

.footer ul li.title {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: left;
}

.footer ul li a {
    color: #fff;
    font-size: 14px;
}

.footer ul:last-child {
    margin: 0;
}

.footer h4 {
    font-weight: bold;
    color: #fff;
}

.footer .copy {
    margin-top: 40px;
}
.footer .copy a {
    color: #fff;
}
@media (max-width: 767px) {
    .logo {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .tel-mail,
    .social {
        text-align: center;
    }
    .social {
        padding: 5px 0 5px 0;
        text-align: center;
    }
    .topbar .toplinks,
    .mt-fix {
        text-align: center;
    }
    .inner-content {
        margin-top: 0px;
    }
    .ticket-area iframe {
        height: 300px!important;
    }
    .register-info {
        height: auto;
        background-size: cover;
    }
    .register-info .btn-reg {
        height: auto;
        margin-bottom: 20px;
    }
    .register-info h2 {
        font-size: 16px;
        font-weight: bold;
    }
    #owl-demo .item {
        display: block;
        height: calc(25vh) !important;
        min-height: 250px!important;
        background-position: center top;
        background-size: cover;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        vertical-align: center;
    }
    #owl-demo .item p {
        font-size: 18px;
        font-weight: bold;
    }
    .thumbnail {
        min-height: 220px;
    }
    .fix-pad {
        padding-bottom: 20px;
    }
    .footer {
        padding-top: 10px;
    }
    .flogo,.email-box {
        margin-bottom: 20px;
    }
    .img-area {
        height: 100px;
    }
}

@media (min-width:993px) and (max-width: 1200px) {}