/*
	Template Name: Eventup
    Template URL: http://template.gridbootstrap.com/Eventup/
	Author: Theme Region
	Author URI : http://gridbootstrap.com/
    Version: 1.0
    Description: HTML5 Responsive Classifieds Template.
	Tag: HTML5, CSS3, jQuery, Responsive Template.
*/


/* Table of Contents
==================================================
# Global 
# Gb Menu 
# Gb Banner
# Upcoming Events
# Gb Cta 1
# Gb Speakers
# Gb Schedules
# Gb Price
# Gb Brand
# Gb Contact
# Gb Cta 2
# About Page
# Blog Page
# Gb Sidebar
# Gb Previuos Next
# Gb Comment
# Add Comments
# Gb Gallery
# Pagination
# Gb Not Found
# Gb Footer
# Extra Css


==================================================

*/

/* ==========================================================================
 	Global
 ========================================================================== */

html,
body {
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

a,
a:hover,
a:focus,
input:focus {
    text-decoration: none;
    outline: none;
}

a {
    color: #06A4E5;
}

    a:hover {
        color: #2A56A1;
    }

    a:active,
    a:focus, button, button:focus,
    input:focus, textarea:focus, select:focus,
    .form-control, .form-control:focus,
    .btn.active.focus, .btn.active:focus,
    .btn.focus, .btn:active.focus,
    .btn:active:focus, .btn:focus {
        outline: none;
        text-decoration: none;
        box-shadow: none;
    }

button {
    background-color: transparent;
    border: none;
}

.gb-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.white-color,
.white-color a {
    color: #fff;
}

.btn {
    font-size: 16px;
    font-weight: 700;
    padding: 14px 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .btn.btn-default {
        background-color: transparent;
    }

    .btn:before,
    .btn:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

    .btn:before {
        border-right: 27px solid transparent;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .btn:after {
        border-left: 27px solid transparent;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    .btn:hover:before {
        -webkit-transform: translateX(-30%);
        -moz-transform: translateX(-30%);
        -ms-transform: translateX(-30%);
        -o-transform: translateX(-30%);
        transform: translateX(-30%);
    }

    .btn:hover {
        color: #fff;
    }

        .btn:hover:after {
            -webkit-transform: translateX(30%);
            -moz-transform: translateX(30%);
            -ms-transform: translateX(30%);
            -o-transform: translateX(30%);
            transform: translateX(30%);
        }

    .btn.button-red {
        color: #fff;
        margin-right: 10px;
    }

        .btn.button-red:before,
        .btn.button-red:after {
            border-top-color: #fff;
            border-bottom-color: #fff;
        }

    .btn.button-blue {
        color: #fff;
        margin-right: 10px;
        background-color: #2A56A1;
    }

        .btn.button-blue:before,
        .btn.button-blue:after {
            border-top-color: #fff;
            border-bottom-color: #fff;
        }

.button-red:hover {
    color: #2A56A1;
    background-color: #fff;
    border-color: #2A56A1;
}

.btn.button-white {
    color: #2A56A1;
    margin-right: 10px;
    background-color: #fff;
    border-color: #fff;
}

    .btn.button-white:before,
    .btn.button-white:after {
        border-top-color: #2A56A1;
        border-bottom-color: #2A56A1;
    }

    .btn.button-white:hover {
        color: #fff;
    }

.form-control {
    /*margin-bottom: 30px;*/
    font-weight: 300;
    font-size: 16px;
    border-radius: 4px;
    height: 55px;
    padding: 10px 20px;
}

textarea.form-control {
    height: 220px;
    padding: 20px 30px;
    resize: none;
}

.gb-section,
.bg-page-content {
    padding: 20px 0;
}

.title-section,
.page-title {
    text-align: center;
}

.title-section {
    margin-bottom: 20px;
}

    .title-section h1,
    .page-title h1 {
        text-align: center;
        position: relative;
        display: inline-block;
    }

.page-title {
    margin: 0;
}

    .title-section .before-top:before,
    .title-section .before-top:after,
    .title-section .before-bottom:before,
    .title-section .before-bottom:after,
    .title-section h1 span:before,
    .title-section h1 span:after,
    .title-section h1:before,
    .title-section h1:after,
    .page-title .before-top:before,
    .page-title .before-top:after,
    .page-title .before-bottom:before,
    .page-title .before-bottom:after,
    .page-title h1 span:before,
    .page-title h1 span:after,
    .page-title h1:before,
    .page-title h1:after {
        position: absolute;
        content: "";
    }

    .page-title .before-top:before,
    .page-title .before-top:after,
    .page-title .before-bottom:before,
    .page-title .before-bottom:after,
    .page-title h1 span:before,
    .page-title h1 span:after,
    .page-title h1:before,
    .page-title h1:after {
        background-color: #fff;
    }

    .title-section h1:before,
    .title-section h1:after,
    .page-title h1:before,
    .page-title h1:after {
        top: 50%;
        margin-top: -7px;
        width: 20px;
        height: 20px;
        border-radius: 100%;
    }

    .title-section .before-top:before,
    .title-section .before-top:after,
    .title-section .before-bottom:before,
    .title-section .before-bottom:after,
    .title-section h1 span:before,
    .title-section h1 span:after,
    .page-title .before-top:before,
    .page-title .before-top:after,
    .page-title .before-bottom:before,
    .page-title .before-bottom:after,
    .page-title h1 span:before,
    .page-title h1 span:after {
        top: 50%;
        width: 60px;
        height: 2px;
    }

    .title-section h1 span:before,
    .title-section h1 span:after,
    .page-title h1 span:before,
    .page-title h1 span:after {
        top: 56%;
    }

    .title-section .before-top:before,
    .title-section .before-top:after,
    .page-title .before-top:before,
    .page-title .before-top:after {
        top: 42%;
        width: 40px;
    }

    .title-section .before-bottom:before,
    .title-section .before-bottom:after,
    .page-title .before-bottom:before,
    .page-title .before-bottom:after {
        width: 40px;
        top: 72%;
    }

    .title-section .before-top:before,
    .title-section .before-bottom:before,
    .page-title .before-top:before,
    .page-title .before-bottom:before {
        left: -90px;
    }

    .title-section .before-top:after,
    .title-section .before-bottom:after,
    .page-title .before-top:after,
    .page-title .before-bottom:after {
        right: -90px;
    }

    .title-section h1 span:before,
    .page-title h1 span:before {
        left: -115px;
    }

    .title-section h1 span:after,
    .page-title h1 span:after {
        right: -115px;
    }

    .title-section h1:before,
    .page-title h1:before {
        left: -55px;
    }

    .title-section h1:after,
    .page-title h1:after {
        right: -55px;
    }

.title-section.white-title {
    color: #fff;
}

    .title-section.white-title .before-top:before,
    .title-section.white-title .before-top:after,
    .title-section.white-title .before-bottom:before,
    .title-section.white-title .before-bottom:after,
    .title-section.white-title h1 span:before,
    .title-section.white-title h1 span:after,
    .title-section.white-title h1:before,
    .title-section.white-title h1:after {
        background-color: #fff;
    }

.gb-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.gb-box-shadow {
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,.1);
}

.gb-breadcrumb {
    padding: 200px 0 100px;
    position: relative;
    z-index: 1;
    background-image: url(../images/bg/breadcrumb-bg.jpg);
}

    .gb-breadcrumb:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        /*background-color: rgba(0, 0, 0, 0.45);*/
    }

.breadcrumb {
    margin: 15px 0 0;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
}

    .breadcrumb > .active {
        color: #fff;
    }

    .breadcrumb > li + li:before {
        color: #fff;
        content: "\f101";
        font-family: "fontawesome";
    }

/* Blog Global */

.widget {
    padding: 10px 10px;
    border-radius: 4px;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #fdfdfd;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,.1);
}

.widget_search form {
    position: relative;
    overflow: hidden;
}

.widget select {
    border: 1px solid #f0f3f5;
    padding: 10px 15px;
    width: 100%;
    height: 50px;
}

.widget table {
    width: 100%;
}

.widget img {
    max-width: 100%;
}

.widget_title {
    font-size: 20px;
    color: #333;
    margin: 0 0 15px;
}

.widget ul li {
    color: #4d4d4e;
    padding: 10px 0;
    border-bottom: 1px solid #dfdfdf;
}

    .widget ul li:last-child {
        border-bottom: 0;
    }

.widget a {
    color: #4d4d4e;
}

.widget ul li a {
    padding: 5px 0;
    display: block;
}


/* Gb Menu */

.gb-menu {
    position: absolute;
    width: 100%;
    z-index: 99999999;
}

    .gb-menu .navbar {
        border: 0;
        border-radius: 0;
        background-color: rgba(42, 86, 161, 0.25);
        margin: 40px 0 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.navbar-brand {
    height: 70px;
    padding: 12px 15px;
}

.navbar.navbar-fixed-top {
    margin: 0;
}

.navbar-default .navbar-nav li a {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    display: block;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li {
    margin-right: 1px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
    color: #fff;
}

.navbar-default .navbar-nav > li:last-child {
    margin-right: 0;
}

.navbar-collapse {
    padding: 0;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

/*Dropdown CSS*/

.gb-dropdown {
    position: relative;
}

.gb-dropdown-menu li a {
    padding: 0 20px;
    margin-bottom: 1px;
}

.gb-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    padding: 10px 0;
    min-width: 180px;
    list-style: none;
    z-index: 9999;
    display: none;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -o-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.nav.navbar-nav > li:hover > .gb-dropdown-menu {
    display: block;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: fadeInUp 400ms;
    -moz-animation: fadeInUp 400ms;
    -ms-animation: fadeInUp 400ms;
    -o-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


/* Gb Banner */

.gb-banner {
    color: #fff;
    width: 100%;
    height: 815px;
    display: table;
    position: relative;
    z-index: 1;
    background-image: url(../images/bg/home-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.45);
}

    .gb-banner:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*background-color: rgba(0, 0, 0, 0.45);*/
        z-index: -1;
    }

.banner-info {
    padding-top: 100px;
    display: table-cell;
    vertical-align: middle;
}

    .banner-info h1 {
        font-size: 40px;
        font-weight: 800;
        margin: 0;
    }

    .banner-info h2 {
        font-size: 30px;
        font-weight: 300;
        margin: 20px 0 75px;
    }

        .banner-info h2 span {
            font-weight: 700;
        }

.countdown {
    margin-top: 100px;
}

    .countdown li {
        font-size: 14px;
        margin-right: 40px;
        text-transform: uppercase;
    }

        .countdown li:last-child {
            margin-right: 0;
        }

        .countdown li span {
            font-size: 40px;
            color: #fff;
            font-weight: 800;
            padding: 10px;
            border-radius: 5px;
            display: block;
            margin-bottom: 5px;
            position: relative;
        }

            .countdown li span:before,
            .countdown li span:after {
                position: absolute;
                content: "";
                top: 50%;
                margin-top: -10px;
                width: 1px;
                height: 20px;
                background-color: #fff;
            }

            .countdown li span:before {
                left: -1px;
            }

            .countdown li span:after {
                right: -1px;
            }

/* Upcoming Events */

.upcoming-events .title-section {
    margin-bottom: 0;
}

.event-content {
    padding-top: 40px;
    overflow: hidden;
}

.event {
    color: #000;
    border-radius: 5px;
    padding: 30px;
    position: relative;
    margin-top: 80px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.upcoming-events .btn {
    margin-top: 25px;
    position: absolute;
    bottom: -100%;
    left: 50%;
    margin-left: -75px;
    padding: 10px 40px;
}

.upcoming-events .event:hover {
    margin-top: 10px;
    padding-bottom: 100px;
}

    .upcoming-events .event:hover .btn {
        bottom: 35px;
    }

address {
    margin-bottom: 0;
}

    address a {
        color: #000;
    }

.gb-time {
    font-size: 28px;
    width: 95px;
    height: 95px;
    line-height: 70px;
    font-weight: 800;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,.3);
    position: absolute;
    left: 50%;
    top: 0;
    margin-top: -50px;
    margin-left: -50px;
}

    .gb-time span {
        display: block;
        font-size: 16px;
        font-weight: normal;
        line-height: 0;
        margin-top: -10px;
    }

.event h2 {
    font-size: 18px;
    margin: 35px 0 15px;
    height: 74px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    line-height: 1;
}



/* Gb Cta 1 */

.gb-cta-1 {
    background-color: #2A56A1;
    background-image: url(../images/bg/cta-1-bg.jpg);
}

.cta-info {
    max-width: 720px;
    line-height: 24px;
}

    .cta-info h1 {
        font-size: 30px;
        margin: 0 0 30px;
    }

    .cta-info .buttons {
        margin-top: 35px;
    }

    .cta-info .btn.btn-default {
        border-color: #fff;
    }


    .cta-info .btn:before,
    .cta-info .btn:after {
        border-top-color: #fff;
        border-bottom-color: #fff;
    }

    .cta-info .btn.button-white:hover {
        color: #fff;
        border-color: #fff;
    }



/* Gb Speakers */

.speaker {
    color: #29333f;
    margin-bottom: 10px;
}

.speaker-image {
    position: relative;
    overflow: hidden;
    width: 262.5px;
    height: 262.5px;
}

.event-detail-speaker-image {
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 200px;
}

.event-detail-speaker {
    width: 189.38px !important;
    height: 189.38px !important;
}

.speaker-social {
    padding: 15px;
    font-size: 14px;
    text-align: center;
    position: absolute;
    bottom: -100px;
    width: 100%;
}

.speaker:hover .speaker-social {
    bottom: 0;
}

.speaker-social a,
.speaker-social a:hover {
    color: #fff;
}

.speaker h2 {
    font-size: 20px;
    position: relative;
    margin-bottom: 25px;
}

    .speaker h2:before {
        position: absolute;
        content: "";
        bottom: -15px;
        left: 0;
        /*width: 50px;
        height: 2px;*/
        -webkit-transform: rotate(1deg);
        -moz-transform: rotate(1deg);
        -ms-transform: rotate(1deg);
        -o-transform: rotate(1deg);
        transform: rotate(1deg);
    }


/* Gb Schedules */

.schedule-content .nav-tabs {
    background-color: #f7f7f7;
    border: 0;
    margin-bottom: 25px;
    padding: 0 25px;
}

    .schedule-content .nav-tabs > li {
        margin-right: 0;
    }

        .schedule-content .nav-tabs > li > a {
            margin-right: 0;
            margin: 0;
            border-radius: 0;
            padding: 13px 15px 20px;
            border: 0;
            color: #29333f;
            position: relative;
        }

        .schedule-content .nav-tabs > li > :after {
            position: absolute;
            content: "";
            bottom: -13px;
            left: 50%;
            margin-left: -18px;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-top: 15px solid #f7f7f7;
            opacity: 0;
        }

        .schedule-content .nav-tabs > li.active > :after,
        .schedule-content .nav-tabs > li > :hover:after {
            opacity: 1;
        }

        .schedule-content .nav-tabs > li > a span {
            font-size: 20px;
            font-weight: 700;
            display: block;
        }

        .schedule-content .nav-tabs > li:hover a,
        .schedule-content .nav-tabs > li.active > a,
        .schedule-content .nav-tabs > li.active > a:focus,
        .schedule-content .nav-tabs > li.active > a:hover {
            color: #29333f;
            border: 0;
            background-color: transparent;
        }

.gb-schedules.width-bg {
    background-color: #2A56A1;
    background-attachment: fixed;
    background-image: url(../images/bg/Schedule-bg.jpg);
}

.schedule {
    background-color: #fff;
}

    .schedule > ul > li {
        color: #29333f;
        padding: 20px 40px 35px;
        cursor: pointer;
        position: relative;
        border-bottom: 1px solid #ed4d54;
    }

        .schedule > ul > li:nth-child(even) {
            background-color: #f7f7f7;
        }

        .schedule > ul > li:after {
            position: absolute;
            content: "\f0c9";
            top: 45px;
            right: 45px;
            font-size: 20px;
            font-family: "fontawesome";
        }

        .schedule > ul > li.active:after {
            content: "\f068";
        }

.author-image {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 1px solid #ddd;
    overflow: hidden;
}

.author-image,
.schedule-summary {
    display: none;
}

.schedule > ul > li.active .author-image,
.schedule > ul > li.active .schedule-summary {
    display: block;
}

.author-image img {
    width: 100%;
    height: 100%;
    padding: 5px;
}

.author-title {
    font-weight: 300;
}

    .author-title h2 {
        font-size: 18px;
        margin: 20px 0 5px;
    }

.schedule-info {
    line-height: 24px;
    max-width: 735px;
    padding-left: 30px;
    position: relative;
}

    .schedule-info:before {
        position: absolute;
        content: "";
        left: -20px;
        top: 50%;
        margin-top: -32px;
        width: 1px;
        height: 65px;
        background-color: #dfdfdf;
    }

    .schedule-info h2 {
        font-size: 20px;
        margin: 15px 0;
        /*text-transform: capitalize;*/
        color: #29333f;
    }

    .schedule-info ul {
        overflow: hidden;
    }

        .schedule-info ul li {
            float: left;
            margin-right: 30px;
        }

            .schedule-info ul li i {
                margin-right: 10px;
            }

            .schedule-info ul li span {
                font-weight: 700;
            }

            .schedule-info ul li:last-child {
                margin-right: 0;
            }

.schedule > ul > li.gb-break {
    cursor: inherit;
}

    .schedule > ul > li.gb-break:after {
        display: none;
    }

/* Gb Price */

.gb-price {
    color: #8f8f8f;
    line-height: 38px;
    padding: 35px 50px 60px;
    background-color: #f7f7f7;
    position: relative;
    margin-bottom: 15px;
}

    .gb-price h2 {
        font-size: 24px;
        color: #333333;
        margin: 0 0 30px;
    }

    .gb-price h3 {
        font-size: 30px;
        font-weight: 400;
        margin: 0;
    }

    .gb-price span.per-month {
        font-size: 14px;
        color: #333333;
        line-height: 14px;
        display: block;
    }


    .gb-price.active:before,
    .gb-price.active:after {
        position: absolute;
        content: "";
        left: 0;
        width: 100%;
        height: 5px;
    }

    .gb-price.active:before {
        top: 0;
    }

    .gb-price.active:after {
        bottom: 0;
    }

    .gb-price .btn {
        margin-top: 45px;
    }

.price-info {
    padding: 30px 0;
    margin-bottom: 30px;
}

.gb-price.active .price-info,
.pricing-2 .price-info {
    color: #fff;
    margin: 0 -50px 30px;
}

.gb-price.active h2,
.gb-price.active h3,
.gb-price.active span.per-month,
.pricing-2 .gb-price h2,
.pricing-2 .gb-price h3,
.pricing-2 .gb-price span.per-month {
    color: #fff;
}

.pricing-2 {
    margin-top: 15px;
}

/* Gb Brand */

.gb-brand {
    background-color: #2A56A1;
    background-image: url(../images/bg/brand-bg.jpg);
}

.brand-slider {
    padding-bottom: 30px;
}


    .brand-slider .slick-prev,
    .brand-slider .slick-next {
        display: none !important;
    }

    .brand-slider img {
        display: inline-block;
    }

    .brand-slider .brand {
        margin: 0 15px;
    }

    .brand-slider .slick-dots {
        bottom: -50px;
    }

.slick-dots li {
    background-color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    position: relative;
}

    .slick-dots li button {
        width: 15px;
        height: 15px;
    }

    .slick-dots li:before {
        position: absolute;
        content: "";
        width: 20px;
        height: 50px;
        opacity: 1;
        bottom: -4px;
        left: 0;
        opacity: 0;
        background-repeat: no-repeat;
        background-image: url(../images/others/dots-before.png);
    }

    .slick-dots li:hover:before,
    .slick-dots li.slick-active:before {
        opacity: 1;
    }

    .slick-dots li button:before {
        display: none;
    }

    .slick-dots li:before {
        position: absolute;
        content: "";
    }

/* Gb Contact */

.gb-contact {
    position: relative;
    overflow: hidden;
}

#gmap {
    height: 600px;
    background-color: #f3f1ed;
}

.gb-contact .contact-info {
    position: absolute;
    left: 10%;
    bottom: 50%;
    margin-bottom: -230px;
    background-color: #fff;
    padding: 40px 60px;
    border-radius: 4px;
    max-width: 400px;
    overflow: hidden;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.gb-contact .event {
    margin-top: 50px;
    background-color: #fff;
}

    .gb-contact .event .btn {
        margin-left: 0;
        padding: 10px 30px;
        margin: 20px 0 5px;
    }

    .gb-contact .event:hover {
        padding-bottom: 30px;
    }

.contact-social {
    margin-top: 35px;
}

.gb-contact .contact-info.contact-address {
    padding: 15px 60px 40px;
}

    .gb-contact .contact-info.contact-address h2 {
        margin-top: 15px;
    }

/* Gb Cta 2 */

.gb-cta-2 {
    background-color: #2A56A1;
    background-image: url(../images/bg/cta-2-bg.jpg);
}

    .gb-cta-2 .title-section {
        margin-bottom: 25px;
    }

    .gb-cta-2 .cta-info {
        font-size: 16px;
        display: inline-block;
    }

        .gb-cta-2 .cta-info .btn {
            margin-top: 40px;
        }


/* ==========================================================================
 	About Page
 ========================================================================== */

.about-info {
    font-size: 14px;
    color: #aeaeae;
    line-height: 24px;
    max-width: 470px;
}

    .about-info h1 {
        font-size: 30px;
        color: #333;
        margin: 15px 0 0;
    }

    .about-info h2 {
        font-size: 18px;
        color: #333;
        margin: 5px 0 35px;
        font-weight: normal;
    }

    .about-info .buttons {
        margin-top: 45px;
    }

.about-image img {
    width: 100%;
}

.upcoming-events.white-color .btn {
    border-color: #fff;
}


    .upcoming-events.white-color .btn:hover {
        color: #e53935;
    }

    .upcoming-events.white-color .btn:before,
    .upcoming-events.white-color .btn:after {
        border-top: 22px solid #fff;
        border-bottom: 22px solid #fff;
    }

.upcoming-events.width-bg {
    background-color: #2A56A1;
    background-image: url(../images/bg/event-bg.jpg);
}

    .upcoming-events.width-bg .event {
        border-color: #fff;
        color: #fff;
    }

/* ==========================================================================
 	Blog Page
 ========================================================================== */

.gb-post {
    color: #8f8f8f;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #fdfdfd;
    border-bottom: 1px solid transparent;
}

    .gb-post:hover {
        box-shadow: none;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

.entry-header {
    position: relative;
}

.entry-thumbnail {
    position: relative;
    overflow: hidden;
}

    .entry-thumbnail:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.15);
    }

.gb-post:hover .entry-thumbnail:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.blog-details .gb-post:hover .entry-thumbnail:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.gb-post .read-more,
.gb-post .share {
    font-size: 18px;
    background-color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,.3);
    margin-bottom: 5px;
    display: block;
}

.gb-post .read-more {
    right: 65px;
    bottom: -22px;
    position: absolute;
}

    .gb-post .read-more a,
    .gb-post .share a {
        display: block;
    }

    .gb-post .read-more:hover a,
    .gb-post .share:hover a {
        color: #fff;
    }

.gb-post .media-body {
    padding-left: 50px;
    color: #000000;
}

.media-body {
    color: #000000;
}

.post-date {
    font-weight: 700;
    font-size: 36px;
    display: block;
    margin-bottom: 30px;
}

    .post-date span {
        display: block;
        font-size: 16px;
        color: #333333;
    }

.entry-title {
    font-size: 24px;
    color: #333;
    margin: 10px 0 0;
}

.entry-content {
    padding: 40px 20px;
}

    .entry-content a {
        color: #333333;
    }

.entry-meta {
    overflow: hidden;
    margin: 25px 0;
}

    .entry-meta li {
        float: left;
        margin-right: 40px;
    }

        .entry-meta li:last-child {
            margin-right: 0;
        }

        .entry-meta li a {
            font-weight: 700;
        }

.entry-summary {
    overflow: hidden;
    line-height: 30px;
    padding-top: 20px;
}

/* Gb Sidebar */

.widget_search .form-control {
    margin-bottom: 0;
    height: 50px;
    padding-right: 35px;
}

.widget_search .btn {
    position: absolute;
    font-size: 14px;
    top: 15px;
    right: 25px;
    padding: 0;
    border: 0;
}

    .widget_search .btn:before,
    .widget_search .btn:after {
        display: none;
    }

    .widget_search .btn:hover,
    .widget_search .btn:focus {
        background-color: transparent;
    }

.widget.category-widget ul li:first-child {
    padding-top: 0;
}

.widget.category-widget ul li span {
    float: right;
}

.widget.recent-posts ul li span {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

.widget.recent-posts ul li {
    color: #8d8d8d;
    font-size: 14px;
    padding: 20px 0;
}

    .widget.recent-posts ul li:first-child {
        padding-top: 0;
    }

    .widget.recent-posts ul li:last-child {
        padding-bottom: 0;
    }

.tag-cloud {
    margin-top: 30px;
}

    .tag-cloud a {
        padding: 10px;
        border: 1px solid #dfdfdf;
        display: inline-block;
        margin: 0 1px 5px 0;
        border-radius: 5px;
    }

.widget .tag-cloud a:hover {
    color: #fff;
}

blockquote {
    color: #8f8f8f;
    font-size: 16px;
    line-height: 30px;
    font-style: italic;
    padding: 0 25px;
    font-weight: 700;
    margin: 35px 0;
}

.blog-content .tag-cloud {
    padding-top: 30px;
    margin: 50px 0 20px;
    border-top: 1px solid #e7e7e7;
}

    .blog-content .tag-cloud a {
        padding: 0;
        margin: 0;
        border: 0;
        color: #000;
        font-weight: 700;
    }

        .blog-content .tag-cloud a:hover {
            background-color: transparent;
            border: 0;
        }

    .blog-content .tag-cloud span {
        font-weight: 300;
    }


/* Gb Previuos Next  */

.gb-previuos-next {
    padding: 20px 60px;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #fdfdfd;
    border-radius: 4px;
}

    .gb-previuos-next li {
        float: left;
        width: 33.3%;
        font-size: 24px;
        color: #b2b2b2;
        line-height: 20px;
    }

    .gb-previuos-next a {
        font-size: 16px;
        color: #b2b2b2;
    }

    .gb-previuos-next .previuos {
        text-align: left;
    }

        .gb-previuos-next .previuos i {
            margin-right: 5px;
        }

    .gb-previuos-next .next {
        text-align: right;
    }

        .gb-previuos-next .next i {
            margin-left: 5px;
        }

/* Gb Comment */


.gb-sub-title {
    margin: 0 0 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f7f7f7;
}

    .gb-sub-title h1 {
        color: #333;
        font-size: 22px;
        margin-bottom: 0;
    }

.gb-comment,
.add-comments {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 40px 60px;
    background-color: #fdfdfd;
    border-radius: 4px;
}

.post-comment li {
    overflow: hidden;
    margin-top: 30px;
}

.post-comment > li:first-child {
    margin-top: 0;
}

.post-comment > li:last-child {
    margin-bottom: 15px;
}

.commenter-avatar {
    float: left;
    margin-right: 25px;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
}

    .commenter-avatar img {
        width: 100%;
        height: 100%;
    }

.comment-box {
    color: #8f8f8f;
    line-height: 24px;
    font-weight: 300;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 20px;
}

.post-comment > li:last-child .comment-box {
    border-bottom: 0;
    padding-bottom: 0;
}

.comment-box .title {
    font-weight: 700;
}

.comment-box .comment-meta {
    overflow: hidden;
    margin-bottom: 5px;
    color: #333;
    font-weight: 400;
}

    .comment-box .comment-meta a {
        color: #333;
    }

.post-comment .children {
    margin-left: 45px;
}

/* Add Comments */

.add-comments .form-control {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    border-radius: 4px;
}

.add-comments .btn {
    margin: 20px 0;
}


/* Gb Gallery */

.gallery-info {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

    .gallery-info img {
        width: 100%;
    }

.gallery-overlay {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.gallery-info:hover .gallery-overlay {
    top: 0;
}

.gallery-overlay .icon {
    font-size: 48px;
}

.gallery-overlay a,
.gallery-overlay a:hover {
    color: #fff;
}

.gallery-overlay .social {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 15px;
}

.gallery-topbar {
    overflow: hidden;
    margin-bottom: 40px;
    padding: 0 15px;
}

.gallery-menu ul li {
    float: left;
    margin-right: 30px;
    font-size: 20px;
    font-weight: 700;
}

    .gallery-menu ul li a {
        color: #333;
    }

    .gallery-menu ul li:last-child {
        margin-right: 0;
    }

.gallery-tabs > li {
    float: left;
    margin-right: 20px;
}

    .gallery-tabs > li:last-child {
        margin-right: 0;
    }

.gallery-tabs li {
    padding: 0;
    color: #333;
    font-size: 25px;
    cursor: pointer;
}

.gallery-tab-content {
    overflow: hidden;
}

    .gallery-tab-content > ul > li {
        float: left;
        width: 33.33333333%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .gallery-tab-content .social li {
        width: initial;
    }

    .gallery-tab-content.large-view-tab li {
        width: 50%;
    }

/*video-plyr*/
.video-content li {
    margin-bottom: 30px;
}

.plyr__play-large,
.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
    background: #2A56A1;
    color: #fff;
}

.plyr .plyr__play-large {
    outline: none;
}

.plyr input[type=range]::-ms-fill-lower {
    background: #2A56A1;
}

.plyr input[type=range]:active::-webkit-slider-thumb {
    background: #2A56A1;
    border-color: #fff;
    transform: scale(1.25)
}

.plyr input[type=range]:active::-moz-range-thumb {
    background: #2A56A1;
    border-color: #fff;
    transform: scale(1.25)
}

.plyr input[type=range]:active::-ms-thumb {
    background: #2A56A1;
    border-color: #fff;
    transform: scale(1.25)
}

.plyr__play-large:hover {
    border-color: #2A56A1;
}

.plyr__progress--played,
.plyr__volume--display {
    color: #2A56A1;
}

/*video-plyr*/

/* Magnific-popup overwrite CSS */

.mfp-figure {
    background-color: #fff;
}

img.mfp-img {
    padding: 12px;
}

.mfp-image-holder .mfp-close {
    top: -35px;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}

.mfp-counter {
    right: 50%;
    color: #fff;
    top: 50px;
    margin-right: -20px;
}

.mfp-iframe-holder .mfp-content {
    border-radius: 5px;
    border: 10px solid #fff;
}

.mfp-iframe-holder .mfp-close {
    top: -45px;
    right: -20px;
}

/* Pagination */

.pagination {
    margin: 45px 0 0;
}

    .pagination > li > a,
    .pagination > li > span {
        margin-right: 5px;
        border-radius: 4px;
        padding: 10px 15px 8px;
    }

        .pagination > li > a:focus,
        .pagination > li > a:hover,
        .pagination > li > span:focus,
        .pagination > li > span:hover,
        .pagination > .active > a,
        .pagination > .active > a:focus,
        .pagination > .active > a:hover,
        .pagination > .active > span,
        .pagination > .active > span:focus,
        .pagination > .active > span:hover {
            color: #fff;
            border-color: #2A56A1;
        }

    .pagination > li:first-child > a,
    .pagination > li:first-child > span,
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
        border-radius: 4px;
    }


/* ==========================================================================
 	Gb Not Found
 ========================================================================== */

.not-found-content {
    max-width: 475px;
    display: inline-block;
}

    .not-found-content h1 {
        font-size: 220px;
        margin: 0;
    }

    .not-found-content h2 {
        font-size: 30px;
        line-height: 40px;
        color: #333;
        font-weight: normal;
        margin: 0 0 40px;
    }


/* Gb Footer */

.gb-footer {
    padding: 15px 0;
    /*border-top: 1px solid #2A56A1;*/
    /*text-transform: capitalize;*/
    background-color: #2A56A1;
}

    .gb-footer a {
        font-weight: 700;
    }

        .gb-footer a:hover {
            color: #fff;
        }

/* ==========================================================================
 	Extra Css
 ========================================================================== */

a, input, .btn, .btn:before,
.btn:after, .speaker-social,
.speaker h2, .slick-dots li:before,
.schedule-content .nav-tabs > li > :after,
.read-more, .share, .gb-post,
.entry-thumbnail:before, .gallery-overlay,
.gallery-tabs li,
.schedule-content .nav-tabs > li > a span,
.author-image,
.plyr__play-large {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}



/*========================
=======style-chooser======
==========================*/

.style-chooser {
    width: 140px;
    left: -140px;
    position: fixed;
    top: 50%;
    margin-top: -121px;
    z-index: 99999;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .style-chooser.opened {
        left: 0;
    }

    .style-chooser .toggler {
        position: absolute;
        top: 0;
        right: -48px;
        display: inline-block;
        background-color: #ddd;
        width: 48px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        font-size: 24px;
        color: #333;
    }

.style-chooser-inner {
    position: relative;
    background-color: #ddd;
    padding: 15px;
}

    .style-chooser-inner h4 {
        margin: 0 0 10px;
        text-transform: uppercase;
        font-size: 13px;
        color: #333;
    }

    .style-chooser-inner ul {
        list-style: none;
        padding: 0;
        margin: -5px;
    }

        .style-chooser-inner ul li {
            display: block;
            width: 40px;
            float: left;
            padding: 3px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
        }

            .style-chooser-inner ul li a {
                display: block;
                height: 30px;
            }

            .style-chooser-inner ul li.preset1 a {
                background-color: #06A4E5;
            }

            .style-chooser-inner ul li.preset2 a {
                background-color: #337ab7;
            }

            .style-chooser-inner ul li.preset3 a {
                background-color: #008000;
            }

            .style-chooser-inner ul li.preset4 a {
                background-color: #40ff00;
            }

            .style-chooser-inner ul li.preset5 a {
                background-color: #8000ff;
            }

            .style-chooser-inner ul li.preset6 a {
                background-color: #ff00bf;
            }

.language-link {
    float: right;
    margin-top: 25px;
    margin-left: 20px;
}

    .language-link ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        float: left;
    }

        .language-link ul li {
            display: inline;
            width: auto;
            float: left;
        }

            .language-link ul li a {
                display: block;
                padding: 0;
                width: 22px;
                height: 18px;
            }

                .language-link ul li a img {
                    display: block;
                    padding-top: 5px;
                }

#news_top {
    margin-top: 0;
    padding-bottom: 0;
}

    #news_top .width_conten {
        width: 1170px;
    }

    #news_top .tin_top {
        width: calc(50% - 15px);
    }

        #news_top .tin_top .img_newtop {
            width: 100%;
        }

            #news_top .tin_top .img_newtop img {
                float: left;
                width: 100%;
            }

        #news_top .tin_top .round_titleadtop .title {
            width: 100%;
            padding: 15px 0 10px;
        }

            #news_top .tin_top .round_titleadtop .title h3 {
                font-size: 22px;
                font-weight: 700;
                margin: 0;
            }

            #news_top .tin_top .round_titleadtop .title a {
                color: #333;
                font-size: 22px;
            }

        #news_top .tin_top.right .item {
            float: left;
            width: 100%;
            margin-bottom: 20px;
        }

        #news_top .tin_top.right .img_newtop {
            width: calc(50% - 8px);
            float: left;
        }

        #news_top .tin_top.right .round_titleadtop {
            width: calc(50% - 8px);
        }

        #news_top .tin_top.right .item .title {
            padding: 0 0 10px;
        }

        #news_top .tin_top .round_titleadtop .title {
            width: 100%;
            padding: 15px 0 10px;
        }

        #news_top .tin_top.right .item .title a {
            font-weight: 700;
            font-size: 18px;
        }

        #news_top .tin_top .round_titleadtop .title a {
            color: #333;
            font-size: 22px;
        }

        #news_top .tin_top.right .item p {
            font-size: 16px;
        }

#news_small {
    padding: 0;
}

    #news_small .width_conten {
        width: 1170px;
    }

    #news_small .left_detail {
        width: 100%;
        position: relative;
        z-index: 4;
    }

        #news_small .left_detail .list_tin {
            margin-top: 25px;
        }

    #news_small .list_tin {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px;
        float: left;
    }

        #news_small .list_tin > li {
            padding: 0 15px;
            margin-bottom: 30px;
            box-sizing: border-box;
            position: relative;
            cursor: pointer;
            display: inline-block;
            display: -ms-flexbox;
            -webkit-flex-flow: column;
            -ms-flex-flow: column;
            flex-flow: column;
            vertical-align: top;
            float: left;
            width: 50%;
        }

.list_tin {
    display: flex;
    display: -ms-flexbox;
    display: -moz-flexbox;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .list_tin .item_new {
        box-sizing: border-box;
        float: left;
        width: 50%;
        padding: 0 15px;
        margin-bottom: 25px;
    }

        .list_tin .item_new .thumb_image {
            width: calc(50% - 8px);
            height: 155px;
            overflow: hidden;
        }

            .list_tin .item_new .thumb_image img {
                float: left;
                width: 100%;
            }

        .list_tin .item_new .thumb_info {
            width: calc(50% - 8px);
            max-height: 165px;
            overflow: hidden;
        }

        .list_tin .item_new .title_news {
            margin: 0 0 10px;
            padding-bottom: 0;
        }

        .list_tin .item_new .thumb_info p {
            font-size: 16px;
        }

.title_news {
    width: 100%;
    float: left;
    padding: 0 0 5px;
    display: block;
    display: -webkit-box;
    height: 64px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .title_news a {
        font: 700 18px arial;
        color: #333;
    }

.thumb_image {
    position: relative;
    width: 100%;
    float: left;
}

ol, ul {
    list-style: none;
}

ul, li {
    list-style-type: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.width_conten {
    width: 1140px;
    margin: 0 auto;
    max-width: 100%;
}

.thumb_5x3 {
    padding-bottom: 60%;
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    background: #f4f4f4;
}

.section {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding-top: 20px;
    float: left;
    padding-bottom: 15px;
}

.pagination-centered {
    text-align: center;
}
/*Popup*/
div.simplePopup {
    display: none;
    z-index: 7000;
}

    div.simplePopup .wrap_popup {
        background: #fff;
        position: relative;
        text-align: center;
        padding: 30px;
        margin-top: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.simplePopup .wrap_popup {
    float: left;
    width: 100%;
    border-radius: 0;
}

.popup_dktaitro {
    text-align: left;
    font-size: 14px;
    width: 700px;
    max-width: 100%;
}

    .popup_dktaitro .wrap_popup {
        padding: 30px 40px !important;
        text-align: left !important;
    }

    .popup_dktaitro h2 {
        font-family: "Open Sans",sans-serif;
        color: #387abd;
        font-size: 22px;
        font-weight: 700;
        margin-top: 0;
        line-height: 1.2;
        margin-bottom: 25px;
    }

    .popup_dktaitro .form-group {
        float: left;
        width: 100%;
    }

        .popup_dktaitro .form-group input {
            border-color: #ddd;
            border-radius: 0;
            height: 40px;
            line-height: 38px;
            box-shadow: none;
            margin-bottom: 0 !important;
        }

        .popup_dktaitro .form-group .help-block {
            color: #aa0028;
        }

        .popup_dktaitro .form-group.w50 {
            width: calc(50% - 15px);
        }

    .popup_dktaitro .form-group {
        float: left;
        width: 100%;
    }

        .popup_dktaitro .form-group.right {
            float: right;
        }

div.simplePopup a.close_img {
    background: none !important;
    position: absolute;
    top: -20px;
    right: 0;
    padding: 5px;
}

div.simplePopup a.simplePopupClose {
    font-size: 16px;
    background: #96735d;
    color: #fff;
    /*padding: 8px 25px;*/
    display: inline-block;
    font-family: Muli,sans-serif;
    font-weight: 700;
}

.popup_dktaitro a.close_img {
    top: -8px !important;
    right: -30px !important;
    font-size: 20px !important;
}

    .popup_dktaitro a.close_img i {
        cursor: pointer;
    }

.block-ellipsis {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 87px;
    margin: 0 auto;
    font-size: 14px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.pin_hotline {
    position: fixed;
    top: 200px;
    z-index: 99;
    right: 0;
    font-weight: 500;
}

    .pin_hotline > a {
        text-transform: uppercase;
        font-weight: 500;
        display: block;
        position: relative;
        height: 46px;
    }

        .pin_hotline > a i {
            width: 78px;
            height: 68px;
            line-height: 68px;
            background: url(../images/pin_hot_bg.png) no-repeat center;
            float: left;
            color: #fff;
            font-size: 30px;
            position: relative;
            top: -8px;
            left: 35px;
        }

            .pin_hotline > a i:before {
                right: 0;
                left: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                position: absolute;
                text-align: center;
            }

    .pin_hotline a p {
        float: left;
        width: 130px;
        background: url(../images/pin_hot_bg1.png) no-repeat center left;
        height: 52px;
        line-height: 1.2;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        padding-top: 10px;
        padding-left: 15px;
    }

/*Checkout*/
#form_booking {
    padding-bottom: 40px;
    font-size: 14px
}

    #form_booking .tab-content {
        float: left;
        width: 65%;
        width: calc(100% - 410px)
    }

    #form_booking .pin_right {
        width: 380px;
        float: right;
        position: relative
    }

    #form_booking .step {
        margin: 0 -82px 40px
    }

        #form_booking .step:after {
            display: table;
            clear: both;
            content: ""
        }

        #form_booking .step li {
            float: left;
            width: 25%
        }

            #form_booking .step li a {
                background: url(../images/step_bg.png) no-repeat center;
                color: #fff;
                font-size: 32px;
                font-weight: 700;
                width: 70px;
                height: 60px;
                text-align: center;
                display: block;
                padding: 6px 0;
                margin: 0 auto;
                position: relative;
                line-height: 48px
            }

            #form_booking .step li:hover a {
                background: url(../images/step_bg_active.png) no-repeat center
            }

            #form_booking .step li.active a {
                background: url(../images/step_bg_active.png) no-repeat center
            }

            #form_booking .step li a:after {
                content: "";
                position: absolute;
                width: 265px;
                height: 1px;
                border-bottom: 2px solid #eee;
                top: 35px;
                left: 70px
            }

            #form_booking .step li:last-child a:after {
                display: none
            }

            #form_booking .step li span {
                font-size: 17px;
                text-transform: uppercase;
                color: #666;
                font-weight: 700;
                display: block;
                text-align: center;
                margin-top: 15px
            }

            #form_booking .step li.active span {
                color: #333
            }

    #form_booking .title_host {
        margin: 45px 0 70px
    }

.step_booking .col_left {
    float: left;
    width: 100%
}

    .step_booking .col_left h2 {
        font-size: 20px;
        margin: 0 0 15px;
        font-weight: 700
    }

.page_booking .m_chiphi {
    float: left;
    width: 100%;
    border: 1px solid #dfdfdf;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none
}

    .page_booking .m_chiphi .name {
        font-size: 16px
    }

        .page_booking .m_chiphi .name strong {
            font-size: 20px
        }

    .page_booking .m_chiphi .thanh_tien p {
        padding-left: 0 !important;
        font-size: 16px
    }

    .page_booking .m_chiphi .thanh_tien strong {
        color: red;
        font-size: 20px
    }

        .page_booking .m_chiphi .thanh_tien strong span {
            color: #333
        }

    .page_booking .m_chiphi .thanh_tien .price_old {
        text-decoration: line-through;
        font-size: 16px
    }

    .page_booking .m_chiphi .input_qty label {
        font-size: 16px !important;
        font-weight: 400;
        margin-right: 15px;
        float: left;
        margin-top: 8px
    }

    .page_booking .m_chiphi .input_qty input {
        display: inline-block;
        border: 1px solid #387abd;
        background: #fff;
        width: 38px;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        padding: 5px 0;
        margin: 0 -3px
    }

    .page_booking .m_chiphi .input_qty span {
        display: block;
        font-size: 12px;
        color: red;
        margin-top: 10px;
        margin-left: 142px
    }

.page_booking .stick_bottom {
    float: left;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9999;
    display: none
}

    .page_booking .stick_bottom p {
        margin-bottom: 0
    }

    .page_booking .stick_bottom .edit {
        float: left;
        width: 100%;
        margin: -9px 0 5px;
        color: #387abd;
        text-decoration: underline;
        position: static
    }

    .page_booking .stick_bottom .left {
        width: 100%;
        padding: 15px 10px;
        box-sizing: border-box;
        background-color: #f4f4f4
    }

        .page_booking .stick_bottom .left p {
            font-size: 18px;
            font-weight: 700
        }

        .page_booking .stick_bottom .left strong {
            color: red;
            font-size: 20px;
            float: right
        }

            .page_booking .stick_bottom .left strong span {
                color: #333
            }

    .page_booking .stick_bottom .next_mb {
        float: right;
        width: 100%;
        background: #215e9c;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        box-sizing: border-box;
        text-align: center;
        padding: 12px 25px
    }

    .page_booking .stick_bottom.step3 .next_mb, .page_booking .stick_bottom.step4 .next_mb {
        width: 100%;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

.page_booking .tb_mobile {
    display: none;
    margin-bottom: 0;
    background: #f4f4f4;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.form-group {
    font-family: "arial"
}

.lead {
    font-family: "arial"
}

.input_qty_inner {
    display: inline-block
}

.page_booking .tb_mobile p {
    margin-bottom: 0
}

.step_1 .col_left .table-responsive {
    margin-bottom: 25px
}

    .step_1 .col_left .table-responsive .table {
        margin-bottom: 0
    }

.step_1 .col_left table thead th {
    background: #387abd;
    border-bottom: 1px solid #387abd;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px
}

.step_1 .col_left table tr:nth-child(even) {
    background: #e6e6e6;
    position: relative
}

.step_1 .col_left table tr:nth-child(odd) {
    background: #f8f8f8
}

.step_1 .col_left table thead th.chi_phi {
    width: 30%
}

.step_1 .col_left table thead th.soluong {
    text-align: center;
    width: 40%
}

.step_1 .col_left table thead th.thanh_tien {
    text-align: right
}

.step_1 .col_left table tbody {
    background: #cceffc
}

    .step_1 .col_left table tbody tr td {
        padding: 30px 20px
    }

        .step_1 .col_left table tbody tr td strong {
            display: block;
            font-size: 20px;
            color: #333
        }

        .step_1 .col_left table tbody tr td span {
            font-size: 16px
        }

        .step_1 .col_left table tbody tr td.soluong {
            text-align: center
        }

            .step_1 .col_left table tbody tr td.soluong .input_qty input {
                display: inline-block;
                border: 1px solid #387abd;
                background: #fff;
                width: 40px;
                height: 41px;
                text-align: center;
                font-size: 20px;
                font-weight: 700;
                padding: 5px 0;
                margin: 0 -1px;
                float: left
            }

            .step_1 .col_left table tbody tr td.soluong .input_qty .input_num_qty {
                margin-bottom: 15px;
                padding: 0
            }

            .step_1 .col_left table tbody tr td.soluong span {
                font-family: arial;
                font-size: 12px;
                color: red
            }

        .step_1 .col_left table tbody tr td.thanh_tien {
            color: red;
            font-family: arial;
            text-align: right
        }

            .step_1 .col_left table tbody tr td.thanh_tien strong {
                font-family: arial;
                color: red;
                margin-bottom: 10px
            }

            .step_1 .col_left table tbody tr td.thanh_tien span {
                color: #333;
                font-family: arial;
                font-weight: 700
            }

            .step_1 .col_left table tbody tr td.thanh_tien .price_old {
                text-decoration: line-through;
                font-size: 16px;
                color: #999
            }

                .step_1 .col_left table tbody tr td.thanh_tien .price_old span {
                    font-size: 16px;
                    color: #999
                }

.step_1 .width_common {
    margin-bottom: 10px
}

    .step_1 .width_common label {
        font-size: 18px;
        color: #333;
        margin-bottom: 15px
    }

        .step_1 .width_common label i {
            color: #ccc;
            font-size: 7px;
            float: left;
            margin: 5px 10px 5px 0
        }

    .step_1 .width_common p {
        padding-left: 15px
    }

    .step_1 .width_common ul {
        padding-left: 30px
    }

        .step_1 .width_common ul li {
            line-height: 1.4;
            margin-bottom: 10px
        }

#form_booking .pin_right .pin_top {
    float: left;
    position: relative
}

#form_booking .pin_right h2 {
    font-size: 20px;
    margin: 0 0 15px;
    font-weight: 700
}

#form_booking .pin_right .warp {
    background: #f4f4f4;
    padding: 20px;
    float: left;
    font-family: 'arial'
}

    #form_booking .pin_right .warp ul li {
        float: left;
        width: 100%;
        margin-bottom: 10px
    }

        #form_booking .pin_right .warp ul li.price strong {
            color: red
        }

            #form_booking .pin_right .warp ul li.price strong span {
                color: #333
            }

        #form_booking .pin_right .warp ul li.tong {
            border-top: 1px solid #dfdfdf;
            padding-top: 15px
        }

            #form_booking .pin_right .warp ul li.tong label {
                font-weight: 700
            }

            #form_booking .pin_right .warp ul li.tong strong {
                color: red;
                font-size: 20px
            }

                #form_booking .pin_right .warp ul li.tong strong span {
                    color: #333
                }

        #form_booking .pin_right .warp ul li label {
            font-weight: 400;
            float: left;
            font-size: 16px
        }

        #form_booking .pin_right .warp ul li strong {
            font-size: 16px;
            float: right
        }

.book_next {
    background: #387abd;
    color: #fff;
    float: left;
    width: 100%;
    text-align: center;
    padding: 9.5px 0
}

#form_booking .table > thead > tr > th:not(:last-child) {
    border-right: 1px solid #fff
}

.step_4 .back:hover, .book_next:hover {
    color: #fff
}

.pin_right .edit {
    color: #387abd;
    position: absolute;
    top: 2px;
    right: 0
}

#form_booking .pin_right .warp ul li.end {
    margin: 15px 0 0;
    text-align: center
}

    #form_booking .pin_right .warp ul li.end p {
        margin-bottom: 5px;
        font-size: 15px
    }

    #form_booking .pin_right .warp ul li.end a {
        text-decoration: underline;
        color: #387abd
    }

.step_2 .lead {
    color: #999;
    font-size: 14px;
    margin-bottom: 25px
}

.step_2 .form-group {
    float: left;
    width: 100%;
    position: relative
}

    .step_2 .form-group .help-block {
        display: block;
        margin-top: 5px;
        margin-bottom: 10px;
        color: #737373;
        position: relative;
        color: #aa0028
    }

    .step_2 .form-group + h2 {
        padding-top: 20px !important;
        clear: both
    }

    .step_2 .form-group.checkbox {
        margin-top: 0
    }

        .step_2 .form-group.checkbox input {
            margin-top: 2px
        }

    .step_2 .form-group label {
        margin-bottom: 10px;
        font-size: 14px
    }

        .step_2 .form-group label span {
            color: #999;
            font-weight: 100
        }

        .step_2 .form-group label i {
            color: #387abd;
            font-size: 13px;
            margin-left: 2px
        }

    .step_2 .form-group .form-control {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 40px;
        border-radius: 0;
        border: 1px solid #dfdfdf
    }

textarea.form-control {
    height: 80px !important;
    resize: none
}

.step_2 .w50 {
    width: 49%
}

    .step_2 .w50.right {
        float: right
    }

.step_2 .city {
    float: left;
    width: 29%;
}

.step_2 .districst {
    width: 35%;
    padding-left: 5px;
}


.step_2 .ward {
    float: right;
    width: 35%
}

.step_2 .col_right h2, .step_3 .col_right h2 {
    color: #333
}

.step_3 .width_common {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-family: "arial"
}

    .step_3 .width_common:last-child {
        border-bottom: 0
    }

    .step_3 .width_common .col_1 {
        float: left;
        width: 80%
    }

        .step_3 .width_common .col_1 label {
            font-size: 16px;
            margin-bottom: 10px
        }

        .step_3 .width_common .col_1 p {
            margin-bottom: 5px;
            line-height: 1.4;
            font-size: 14px
        }

    .step_3 .width_common .col_2 {
        float: right;
        width: 20%;
        position: relative;
        text-align: right
    }

        .step_3 .width_common .col_2 a {
            position: static
        }

.step_4 {
    margin-bottom: 10px
}

    .step_4 h2 {
        text-align: center;
        font-weight: 700;
        font-size: 26px;
        margin-bottom: 30px
    }

        .step_4 h2 i {
            color: #387abd;
            margin-left: 10px
        }

    .step_4 .width_step {
        max-width: 800px;
        margin: 0 auto;
        font-family: "arial"
    }

    .step_4 .warp {
        background: #f4f4f4;
        padding: 20px 20px 1px
    }

        .step_4 .warp label {
            font-size: 18px;
            font-weight: 400;
            margin-bottom: 15px
        }

        .step_4 .warp p {
            margin-bottom: 15px
        }

    .step_4 .back {
        background: #387abd;
        color: #fff;
        float: right;
        padding: 9.5px 25px;
        margin-top: 20px
    }

.book_next {
    border: none;
}

.book_next {
    background: #387abd;
    color: #fff;
    float: left;
    width: 100%;
    text-align: center;
    padding: 9.5px 0;
}

.column-in-center {
    float: none;
    margin: 0 auto;
}

.upcoming-events-title {
    height: 66px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.speaker-info {
    cursor: pointer;
}

.menu-footer ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

    .menu-footer ul.footer-links > li {
        padding-bottom: 10px;
        font-weight: 300;
    }

        .menu-footer ul.footer-links > li > a:before {
            content: "\f105";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            padding-right: 10px;
        }

        .menu-footer ul.footer-links > li > a:hover {
            color: white;
        }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.footer-address, .menu-footer {
    margin-top: 20px;
}

    .footer-address address .footer-sprite {
        margin-bottom: 10px;
        padding-left: 30px;
        background: url(../images/footer_sprite.png) no-repeat 0 0;
    }

        .footer-address address .footer-sprite.address {
            background-position: 0 0;
        }

        .footer-address address .footer-sprite.phone {
            background-position: 0 -138px;
            line-height: 30px;
        }

        .footer-address address .footer-sprite.email {
            background-position: 0 -247px;
        }

            .footer-address address .footer-sprite.email a:hover {
                color: #06A4E5;
            }

.copy-right a:hover {
    color: #06A4E5;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.newsletter form .input-group-addon {
    color: #999;
    background-color: rgba(0,0,0,.4);
    border-color: rgba(0,0,0,.25);
}

.input-group > .input-group-addon {
    border-radius: 2px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    line-height: 1.8;
}

.input-group > .input-group-addon {
    line-height: 44px !important;
    padding-top: 0;
    padding-bottom: 0;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.newsletter form input, {
    color: #999;
    background-color: rgba(0,0,0,.2);
    border-color: rgba(0,0,0,.25);
    margin-bottom: 6px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    margin-bottom: 0;
}

.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.events_list {
    padding: 0 40px;
    margin-bottom: 30px;
    margin-top: 20px;
}

    .events_list .owl-item a {
        text-transform: uppercase;
        color: #999;
        font-weight: 700;
        display: block;
        font-size: 20px;
    }

.list_speaker {
    margin-top: 0;
    float: left;
    width: 100%;
}

.events_list .owl-item a.active {
    color: #189db1;
}

.speaker-by-category {
    display: none;
}

    .speaker-by-category.active {
        display: block;
    }

.events_list .owl-nav .owl-prev {
    left: 0;
    background: url(../images/event_arr_left.png) no-repeat center;
}

.events_list .owl-nav .owl-next {
    right: 0;
    background: url(../images/event_arr_right.png) no-repeat center;
}

.events_list .owl-nav > div {
    position: absolute;
    width: 16px;
    height: 30px;
    font-size: 0;
    top: -4px;
}

.partner-no-slide {
    float: left;
    width: 200px;
    height: 120px;
    position: relative;
    max-width: 100%;
    border: 1px solid #eef2fc;
    text-align: center;
}

    .partner-no-slide img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        max-width: calc(100% - 30px);
        max-height: 100%;
    }

.btn-download-home {
    color: white !important;
    border: 1px solid white !important;
}

.categoies-speaker {
    margin-left: 50px;
}

#box-news-other .section_title {
    text-align: center;
}

.title_host {
    line-height: 1.2;
    margin-bottom: 50px;
    position: relative;
}

.entry-summary p img {
    width: 100%;
}

.block_go-to-top {
    z-index: 998;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,0.67);
}

#to_top {
    width: 38px;
    height: 38px;
    text-align: center;
    background: rgba(0,0,0,0.2);
    position: fixed;
    right: 19px;
    z-index: 9999;
    /*border: 4px double #fff;*/
    bottom: 10px;
}

.tin-tuc {
    background-size: cover;
    padding-top: 55px;
    margin-top: -50px;
}

    .tin-tuc .moreview-box {
        text-align: right;
        position: relative;
        top: -30px;
    }

#s1 .item_slide_news:first-child {
    margin-bottom: 30px;
}

#s1 .list_tintuc {
    position: relative;
    margin: 0 -15px;
    margin-top: 20px;
    padding-top: 20px;
}

#s1 .item_slide_news {
    box-sizing: border-box;
    padding: 0 15px;
    float: left;
    width: 100%;
}

    #s1 .item_slide_news .thumb_news {
        float: left;
        width: 280px;
        margin-right: 20px;
    }

    #s1 .item_slide_news .item_info {
        float: right;
        width: calc(100% - 300px);
        max-height: 155px;
        overflow: hidden;
    }

    #s1 .item_slide_news h3 {
        float: left;
        width: 100%;
        margin-bottom: 15px;
        margin-top: 0;
    }

    #s1 .item_slide_news p {
        font-size: 16px;
        line-height: 1.4;
        clear: both;
        text-align: left;
    }

    #s1 .item_slide_news h3 a {
        font-size: 18px;
        overflow: hidden;
        float: right;
        width: 100%;
        line-height: 1.4;
        font-weight: 700;
        text-align: left;
    }

#s1 .list_tintuc .owl-dots {
    margin-top: 40px;
}

#s1 .list_tintuc .owl-dots {
    margin: 0 auto;
    text-align: center;
}

    #s1 .list_tintuc .owl-dots .owl-dot {
        float: none;
        display: inline-block;
        width: 12px;
        height: 12px;
    }

.owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    border: 2px solid #144279;
    box-sizing: border-box;
    float: left;
    margin: 0 6px;
}

#s1 .list_tintuc .owl-dots .owl-dot.active {
    background: #5ae1f5;
    border-color: #5ae1f5;
}

.col-sm-offset-4-speaker-home {
    margin-left: 38% !important;
}

.col-sm-offset-3-speaker-home {
    margin-left: 25% !important;
}

.col-sm-offset-1-speaker-home {
    margin-left: 13% !important;
}

.inner_sec {
    width: 100%;
    display: inline-block;
    position: relative
}

.width_common {
    width: 100%;
    float: left;
}

#s7 .section_title:first-child {
    margin-bottom: 20px;
}

#s7 .section_title {
    text-align: center;
}

    #s7 .section_title .title_host {
        display: inline-block;
    }

.title_host {
    text-align: left;
    line-height: 1.2;
    margin-bottom: 50px;
    position: relative;
}

#s7 .row_nhataitro .type_taitro {
    width: 120px;
    font-size: 18px;
    text-transform: uppercase;
    color: #215e9c;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 46px;
}

.list_nhataitro {
    text-align: center;
    width: 100%;
    float: left;
    margin: 0 -10px;
}

    .list_nhataitro .item {
        display: inline-block;
        margin-bottom: 10px;
        margin-right: 3px;
        margin-left: 3px;
    }

        .list_nhataitro .item .thumb_taitro {
            width: 300px;
            height: 180px;
        }

            .list_nhataitro .item .thumb_taitro img {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                max-width: calc(100% - 30px);
                max-height: 100%;
            }

        .list_nhataitro .item .thumb_taitro {
            float: left;
            width: 200px;
            height: 120px;
            position: relative;
            max-width: 100%;
            border: 1px solid #eef2fc;
            text-align: center;
        }

.left {
    float: left;
}

.list_diengia {
    margin-top: 0;
    float: left;
    width: 100%;
}

    .list_diengia .warp {
        text-align: center;
    }

    .list_diengia .item_dg {
        width: 24%;
        display: inline-block;
        vertical-align: top;
        padding: 0 25px;
        margin-bottom: 5px;
    }

        .list_diengia .item_dg .thumb_avatar_cg {
            margin: 0 auto;
        }

.list_diengia_main {
}

#speaker .title_host {
    text-align: center;
    margin-bottom: 20px;
}

.title_host {
    text-align: left;
    line-height: 1.2;
    margin-bottom: 50px;
    position: relative;
}

    .title_host a {
        color: #387abd;
        font-family: "Open Sans",sans-serif;
        font-size: 32px;
        font-weight: 700;
        padding-bottom: 25px;
        text-transform: uppercase;
    }

.events_list .owl-item a {
    text-transform: uppercase;
    color: #999;
    font-weight: 700;
    display: block;
    font-size: 20px;
}

    .events_list .owl-item a.active {
        color: #189db1;
    }

.owl-centered {
    margin: auto;
}

.list_diengia .list_diengia_event.active {
    display: block;
}

.list_diengia .list_diengia_event {
    display: none;
}

.wrap {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.fix-register-button {
    display: none;
}

.mobile_step {
    display: none;
}

.events_list {
    margin-left: 38px;
}
