body {
    font-family: "noto serif", helvetica, arial, sans-serif;
}

.btn-image img {
    width: 200px;
}

@media (max-width: 768px) {
    .navbar-homepage > li {
        display: inline-block !important;
    }
    .navbar-nav {
        text-align: right;
        margin: 0px;
    }
    .navbar-left {
        float: left;
    }
    .container-header {
        padding-left: 0px;
        padding-right: 0px;
    }
    .btn-image img {
        width: 140px;
    }
    .content-category-header {
        width: 100%;
        margin: 0 auto;
        background-color: transparent;
        color: #333 !important;
        border: 1px solid transparent;
        position: relative;
    }
    .content-category-header h1 {
        padding-top: 32px;
        padding-bottom: 0;
        font-size: 46px;
        font-weight: bold;
        line-height: 1.25;
        text-shadow: 3px 3px 0 rgba(0, 0, 0, .54);
    }
    .content-category-header h2 {
        font-weight: 400;
        width: 450px;
        margin-top: 4px;
        padding-bottom: 16px;
        font-size: 20px;
        line-height: 1.25;
    }
    #homeBannerWrap {
        background-image: none !important;
    }
}

@media (min-width: 768px) {
    .navbar-nav.navbar-right:last-child {
        margin-right: 0px;
    }
}

.btn-login {
    color: #fff!important;
    background: #ed1c40;
    border-color: #ed1c40;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500!important;
    font-size: 16px;
    letter-spacing: 1px;
}

.btn-login:hover,
.btn-login:focus {
    background: #d01031 !important;
    border-color: transparent !important;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

.btn-signup {
    font-weight: 500!important;
    font-size: 16px;
    letter-spacing: 1px;
}

.btn-signup:hover,
.btn-signup:active,
.btn-signup:focus {
    color: rgba(0, 0, 0, .87)!important;
    background-color: none;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

.navbar-nav {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar {
    margin-bottom: 0px !important;
}

.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.container-header {
    max-width: 100% !important;
}

.container-content {
    max-width: 1280px !important;
}

.container-content {
    padding: 0px;
}

.chunk {
    display: block;
    margin-bottom: 16px!important;
}

.bounds {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 16px 8px;
    width: 100%;
    align-self: center;
    text-align: center!important;
}

#homeVideoWrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: 54vh;
    min-height: 320px;
    max-height: 465px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box
}

@media only screen and (min-width:840px) {
    #homeVideoWrap {
        height: 58vh
    }
}

@media only screen and (min-width:1024px) {
    #homeVideoWrap {
        height: 66vh;
        max-height: auto
    }
}

#homeVideoWrap:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 20;
}

#homeVideoWrap>.bounds {
    position: relative;
    z-index: 25;
    margin: 0 auto;
    max-width: 840px;
}

#homeVideoWrap .button {
    width: 100%;
    margin-top: 36px;
    padding: .75em 7em
}

@media only screen and (min-width:440px) {
    #homeVideoWrap .button {
        width: auto
    }
}

#homeVideoWrap .text-title {
    font-weight: 600;
    font-size: 33px;
    color: #fff !important;
}

@media only screen and (min-width:440px) {
    #homeVideoWrap .text-title {
        font-size: 42px;
        color: #fff !important;
    }
}

@media only screen and (min-width:640px) {
    #homeVideoWrap .text-title {
        font-size: 35px;
        color: #fff !important;
    }
}

#homeVideoWrap video {
    position: absolute;
    z-index: 20;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#homeActivities .button-activity {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-transition: background .15s;
    transition: background .15s;
    border: 1px solid rgba(0, 0, 0, .12);
    box-sizing: border-box;
    -webkit-appearance: none;
    font-size: 16px;
    min-height: 36px;
    outline: 0;
    padding: 0 16px;
    vertical-align: middle;
    color: rgba(0, 0, 0, .87)!important;
    font-weight: 500;
    background: rgba(0, 0, 0, .05);
    border-width: 0;
    line-height: 2.5;
    border-radius: 8px
}

.inverted #homeActivities .button-activity {
    border: 1px solid rgba(255, 255, 255, .2)
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    #homeActivities .button-activity {
        min-height: 0;
        padding-top: .33em;
        padding-bottom: .5em
    }
}

#homeActivities .button-activity,
#homeActivities .button-activity svg {
    stroke: transparent;
    fill: rgba(0, 0, 0, .87)!important;
    text-decoration: none;
}

#homeActivities .button-activity:active,
#homeActivities .button-activity:focus,
#homeActivities .button-activity:hover {
    color: #fff!important;
    background: #ed1c40;
    border-color: #ed1c40
}

#homeActivities .button-activity:active,
#homeActivities .button-activity:active svg,
#homeActivities .button-activity:focus,
#homeActivities .button-activity:focus svg,
#homeActivities .button-activity:hover,
#homeActivities .button-activity:hover svg {
    stroke: transparent;
    fill: #fff!important
}

.hscroll-content>li,
.inlineblockList>li {
    display: inline-block;
    padding-right: 8px;
    margin-top: 8px;
}

.btn-big-signup {
    color: #fff!important;
    background: #ed1c40;
    width: auto;
    padding: .75em 7em;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    line-height: 8;
    min-height: 36px;
    text-decoration: none !important;
}

.btn-big-signup:hover {
    background: #d01031;
}

.container-block {
    max-width: 1280px !important;
    padding-bottom: 20px;
    padding-top: 40px;
}

.content-slide {
    max-width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .12);
}

.title-block {
    font-size: 20px;
    line-height: 1.25;
    font-weight: bold;
    letter-spacing: -.02em;
}

.bounds-categories {
    padding: 24px 0px 8px;
}

.link-all {
    color: #ed1c40!important;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 500;
}

.text-carousel {
    color: rgba(0, 0, 0, .87) !important;
    text-decoration: none !important;
}

.text-carousel img {
    height: 141px;
    margin-left: auto;
    margin-right: auto;
    transition: .3s ease-in-out;
}

.text-carousel h5 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 5px;
}

.text-carousel span {
    font-size: 13px;
    font-weight: 100;
}

.block-slider {
    padding-top: 20px;
    min-height: 275px;
}

@media (max-width: 768px) {
    .block-slider {
        padding-left: 16px;
    }
}

.flickity-page-dots {
    display: none;
}

.text-categories {
    color: rgba(0, 0, 0, .87) !important;
    text-decoration: none !important;
}

.text-categories img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
}

.text-categories img:hover,
.text-categories h4 {
    opacity: 0.8;
}

.text-categories h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 2px;
}

.link-all-2 {
    color: rgba(0, 0, 0, .87) !important;
    text-decoration: none !important;
    font-size: 42px;
    font-weight: bold;
}

.text-categories img:hover,
.text-categories h5:hover,
.text-carousel img:hover,
.text-carousel h5:hover {
    opacity: 0.8;
}

.row-categories {
    margin-left: 0px;
    margin-right: 0px;
}

#mainFooter {
    color: #fff;
    background-color: #0f1721;
    margin-bottom: 0;
}

#mainFooter-bounds {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 16px 8px;
    width: 100%;
}

.container-categories {
    max-width: 1280px;
    padding-bottom: 40px;
    padding-top: 40px;
}

.text-footer {
    color: rgba(255, 255, 255, .7);
}

.container-footer {
    width: 100% !important;
}

.img-default {
    background-image: url('https://static.techtalk.vn/wp-content/uploads/2016/02/logoretina.png');
    background-size: 280px 120px;
    background-repeat: no-repeat;
    background-position: center;
    height: 186px;
}

.container-navbar {
    max-width: 100% !important;
    padding-right: 16px !important;
    padding-left: 16px !important;
}


/* -------------------------------- 

Basic style

-------------------------------- */

nav[role="navigation"] {
    text-align: center;
}

.cd-pagination {
    width: 90%;
    max-width: 768px;
    margin: 2em auto 4em;
    text-align: center;
}

.cd-pagination li {
    /* hide numbers on small devices */
    display: none;
    margin: 0 .2em;
}

.cd-pagination li.button {
    /* make sure prev next buttons are visible */
    display: inline-block;
}

.cd-pagination a,
.cd-pagination span {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* use padding and font-size to change buttons size */
    padding: .1em .8em;
    font-size: 1.5rem;
}

.cd-pagination a {
    border: 1px solid #e6e6e6;
    border-radius: 0.25em;
}

.no-touch .cd-pagination a:hover {
    background-color: #f2f2f2;
}

.cd-pagination a:active {
    /* click effect */
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.cd-pagination a.disabled {
    /* button disabled */
    color: rgba(46, 64, 87, 0.4);
    pointer-events: none;
}

.cd-pagination a.disabled::before,
.cd-pagination a.disabled::after {
    opacity: .4;
}

.cd-pagination .button:first-of-type a::before {
    content: '\00ab  ';
}

.cd-pagination .button:last-of-type a::after {
    content: ' \00bb';
}

.cd-pagination .current {
    /* selected number */
    background-color: #ed1c40;
    border-color: #ed1c40;
    color: #ffffff;
    pointer-events: none;
}

@media only screen and (min-width: 768px) {
    .cd-pagination li {
        display: inline-block;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-pagination {
        margin: 1em auto 1em;
    }
}


/* -------------------------------- 

No space - remove distance between list items

-------------------------------- */

.cd-pagination.no-space {
    width: auto;
    max-width: none;
    display: inline-block;
    border-radius: 0.25em;
    border: 1px solid #e6e6e6;
}

.cd-pagination.no-space:after {
    content: "";
    display: table;
    clear: both;
}

.cd-pagination.no-space li {
    margin: 0;
    float: left;
    border-right: 1px solid #e6e6e6;
}

.cd-pagination.no-space li:last-of-type {
    border-right: none;
}

.cd-pagination.no-space a,
.cd-pagination.no-space span {
    float: left;
    border-radius: 0;
    padding: .8em 1em;
    border: none;
}

.cd-pagination.no-space li:first-of-type a {
    border-radius: 0.25em 0 0 0.25em;
}

.cd-pagination.no-space li:last-of-type a {
    border-radius: 0 0.25em 0.25em 0;
}


/* -------------------------------- 

move buttons - move prev and next buttons to the sides

-------------------------------- */

.cd-pagination.move-buttons:after {
    content: "";
    display: table;
    clear: both;
}

.cd-pagination.move-buttons .button:first-of-type {
    float: left;
}

.cd-pagination.move-buttons .button:last-of-type {
    float: right;
}

.cd-pagination.no-space.move-buttons {
    width: 90%;
    max-width: 768px;
    display: block;
    overflow: hidden;
}

.cd-pagination.no-space.move-buttons li {
    float: none;
    border: none;
}

.cd-pagination.no-space.move-buttons a,
.cd-pagination.no-space.move-buttons span {
    float: none;
}


/* -------------------------------- 

custom icons - customize the small arrow inside the next and prev buttons 

-------------------------------- */

.cd-pagination.custom-icons .button a {
    position: relative;
}

.cd-pagination.custom-icons .button:first-of-type a {
    padding-left: 2.4em;
}

.cd-pagination.custom-icons .button:last-of-type a {
    padding-right: 2.4em;
}

.cd-pagination.custom-icons .button:first-of-type a::before,
.cd-pagination.custom-icons .button:last-of-type a::after {
    content: '';
    position: absolute;
    display: inline-block;
    /* set size for custom icons */
    width: 16px;
    height: 16px;
    top: 50%;
    /* set margin-top = icon height/2 */
    margin-top: -8px;
    background: transparent url("../img/cd-icon-arrow-1.svg") no-repeat center center;
}

.cd-pagination.custom-icons .button:first-of-type a::before {
    left: .8em;
}

.cd-pagination.custom-icons .button:last-of-type a::after {
    right: .8em;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


/* -------------------------------- 

custom buttons - replace prev and next buttons text with a custom icon 

-------------------------------- */

.cd-pagination.custom-buttons a,
.cd-pagination.custom-buttons span {
    vertical-align: middle;
    text-decoration: none;
}

.cd-pagination.custom-buttons .button a {
    /* set custom width */
    width: 40px;
    /* image replacement */
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    color: transparent;
    background-image: url("../img/cd-icon-arrow-2.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.cd-pagination.custom-buttons .button:last-of-type a {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.no-touch .cd-pagination.custom-buttons .button:last-of-type a:active {
    -webkit-transform: scale(0.9) rotate(180deg);
    -moz-transform: scale(0.9) rotate(180deg);
    -ms-transform: scale(0.9) rotate(180deg);
    -o-transform: scale(0.9) rotate(180deg);
    transform: scale(0.9) rotate(180deg);
}

.cd-pagination.no-space.custom-buttons .button:last-of-type a {
    border-radius: 0.25em 0 0 0.25em;
}


/* -------------------------------- 

animated buttons - animate the text inside prev and next buttons 

-------------------------------- */

.cd-pagination.animated-buttons a,
.cd-pagination.animated-buttons span {
    padding: 0 1.4em;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.cd-pagination.animated-buttons .button a {
    position: relative;
    padding: 0 2em;
}

.cd-pagination.animated-buttons .button:first-of-type a::before,
.cd-pagination.animated-buttons .button:last-of-type a::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-pagination.animated-buttons .button:last-of-type a::after {
    -webkit-transform: translateX(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    -o-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
}

.cd-pagination.animated-buttons i {
    display: block;
    height: 100%;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.no-touch .cd-pagination.animated-buttons .button a:hover i {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.no-touch .cd-pagination.animated-buttons .button:first-of-type a:hover::before {
    -webkit-transform: translateX(-50%) translateY(-50px);
    -moz-transform: translateX(-50%) translateY(-50px);
    -ms-transform: translateX(-50%) translateY(-50px);
    -o-transform: translateX(-50%) translateY(-50px);
    transform: translateX(-50%) translateY(-50px);
}

.no-touch .cd-pagination.animated-buttons .button:last-of-type a:hover::after {
    -webkit-transform: translateX(-50%) rotate(180deg) translateY(50px);
    -moz-transform: translateX(-50%) rotate(180deg) translateY(50px);
    -ms-transform: translateX(-50%) rotate(180deg) translateY(50px);
    -o-transform: translateX(-50%) rotate(180deg) translateY(50px);
    transform: translateX(-50%) rotate(180deg) translateY(50px);
}

.modal-custom {
    max-width: 440px !important;
}

.modal-content-custom {
    border-radius: 5px;
}

.modal-header-custom {
    border-bottom: 0px;
}

.modal-header-custom h2 {
    font-weight: bold;
}

.modal-footer-custom {
    border-top: 0px;
}

.btn-custom {
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
    text-align: center !important;
    margin-bottom: 15px;
}

.btn-social>:first-child {
    width: 42px;
    line-height: 48px;
    font-size: 22px;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    /* vertical-align: middle; */
}

.flickity-prev-next-button {
    top: 35%;
}

.btn-image {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.content-category-header {
    width: 1170px;
    margin: 0 auto;
    background-color: transparent;
    color: #FFF;
    border: 1px solid transparent;
    position: relative;
}

.content-category-header h1 {
    padding-top: 32px;
    padding-bottom: 0;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.25;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, .54);
}

.content-category-header h2 {
    font-weight: 400;
    width: 450px;
    margin-top: 4px;
    padding-bottom: 16px;
    font-size: 20px;
    line-height: 1.25;
}

#homeBannerWrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: 54vh;
    min-height: 320px;
    max-height: 465px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

@media only screen and (min-width:840px) {
    #homeBannerWrap {
        height: 58vh
    }
}

@media only screen and (min-width:1024px) {
    #homeBannerWrap {
        height: 66vh;
        max-height: auto
    }
}

#homeBannerWrap:after {
    display: block;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 20;
}

.row-categories-title {
    display: none;
}

@media (max-width: 768px) {
    #homeBannerWrap {
        display: none;
    }
    .row-categories-title {
        display: initial;
        margin: 0px;
    }
    .row-categories-title h1 {
        font-size: 34px;
        padding: 0px 15px 0px 15px;
        font-weight: bold;
    }
    .row-categories-title h2 {
        font-size: 16px;
        padding: 0px 15px 0px 15px;
    }
}

.text-cate-detail {
    width: 100%;
    height: 159px;
    border-radius: 3px;
    text-decoration: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, .05);
    border: 1px solid rgba(0, 0, 0, .12);
    -webkit-tap-highlight-color: transparent;
    position: relative;
    overflow: hidden;
    display: block;
}

.text-cate-detail h3 {
    font-size: 16px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .26);
    margin: 0;
    display: inline-block;
    // padding-bottom: 15px;
    padding-left: 0px;
    // padding-right: 15px;
    font-weight: 500;
    float: left;
}

.block-cate-detail {
    font-size: 16px;
    vertical-align: top;
    display: inline-block;
    padding: 0 16px 0 0;
    margin: 0;
    background-clip: content-box;
    background-size: 304px;
    background-position: 0% 20%;
    margin-bottom: 16px;
    background-repeat: no-repeat;
}

.container-categories-detail {
    /*max-width: 960px;*/
}

.nametag-photo {
    line-height: 24px;
    display: block;
    color: #fff;
    padding: 0px 8px 0;
    orphans: 2;
    vertical-align: bottom;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(rgba(15, 20, 31, 0) 0, rgba(15, 20, 31, .1) 25%, rgba(15, 20, 31, .8) 100%);
}

.join-btn {
    cursor: pointer;
    bottom: 12px;
    right: 12px;
    font-size: 32px;
    position: absolute;
}

.content-slide-detail {
    max-width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .12);
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 768px) {
    .content-slide-detail {
        padding-top: 0px;
    }
    .block-cate-detail {
        padding-left: 16px;
    }
}

.container-detail-event {
    max-width: 960px;
    padding-top: 40px;
}

.row-detail-event {
    border-bottom: 1px dotted #dedede;
    margin-bottom: 18px;
    padding-bottom: 14px;
}

.row-detail-event:last-child {
    border-bottom: none;
    margin-bottom: 18px;
    padding-bottom: 14px;
}

#event_header h1 {
    margin-top: 8px;
}

#event_header h2 {
    font-size: 17px;
    text-align: left;
    line-height: 21px;
    color: #404040;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

#event_header h2 > a {
    color: #404040;
}

.panel-heading h5 {
    font-size: 16px;
}

.panel-default {
    border: 0px solid transparent;
    color: #404040;
}

.panel-default>.panel-heading {
    border-style: solid;
    border-width: 1px 1px 0;
    background-color: #fafafa;
    border-color: #dedede;
}

.panel-default>.panel-body {
    border-style: solid;
    border-width: 1px;
    border-color: #dedede;
}

.panel-default>.panel-footer {
    border-style: solid;
    border-width: 0 1px 1px;
    background-color: #fafafa;
    border-color: #dedede;
}

.btn-register {
    font-size: 20px;
    padding: 9px 26px;
    color: #fff;
    background: url(//meetup.vn/images/glass_light-trans.png) 0 50% repeat-x #90C833;
    border: 1px solid #8BAE42;
    -moz-box-shadow: 0 1px 0 #B7DB81 inset, 0 -1px 0 #B7DB81 inset;
    -webkit-box-shadow: 0 1px 0 #B7DB81 inset, 0 -1px 0 #B7DB81 inset;
    box-shadow: 0 1px 0 #B7DB81 inset, 0 -1px 0 #B7DB81 inset;
    text-shadow: 0 1px #63852B;
}

.btn-register:hover {
    background-color: #98D236;
    -moz-box-shadow: 0 1px 0 #BCE185 inset, 0 -1px 0 #BCE185 inset;
    -webkit-box-shadow: 0 1px 0 #BCE185 inset, 0 -1px 0 #BCE185 inset;
    box-shadow: 0 1px 0 #BCE185 inset, 0 -1px 0 #BCE185 inset;
    border: 1px solid #8BAE42;
}

.cate-detail {
    background-color: transparent;
    border: 1px solid #d2d6df;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    padding: 7px 10px 6px;
    vertical-align: text-bottom;
    line-height: 12px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    border-radius: 15px;
}

.cate-detail:hover {
    border-color: #0093d7;
    text-decoration: none;
}

.cate-detail span {
    color: #0f90ba;
    text-transform: capitalize;
    line-height: 12px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.banner_bg {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel:hover .carousel-control {
    display: block;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control {
    position: absolute;
    width: 60px;
    height: 100px;
    line-height: 100px;
    top: 50%;
    margin: 15px;
    margin-top: -50px;
    left: 0;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    opacity: .5;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    border-radius: 5px;
}

.banner_home {
    width: 100%;
    height: 380px;
    overflow: hidden;
    color: #fff;
}

@media (max-width: 768px) {
    .banner_home {
        height: 150px;
    }
    .navbar-nav>li>a {
        padding: 5px;
    }
}

.carousel-inner {
    width: 100%;
    overflow: hidden;
    height: 100%;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}

.carousel-inner>.item {
    width: 100%;
    height: 100%;
    display: none;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-header .navbar-toggle {
    border-color: #ddd;
}

.navbar-header .navbar-toggle .icon-bar {
    background-color: #888;
}

.block-home-detail-event {
    padding: 0px;
    margin: 0px;
}

.text-home-detail-event {
    font-size: 14px !important;
}

.modal-header {
    background: #488fc5;
    color: #fff;
    border-radius: 8px 8px 0 0;
}

#popup-discount .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 350px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#popup-discount.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}

#popup-discount .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#popup-discount .modal-header {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#popup-discount .modal-body {
    font-size: 16px;
    text-align: center;
    padding: 50px 10px;
}

#popup-discount .modal-body a {
    font-size: 26px;
    border-radius: 30px;
    padding: 10px 50px;
}

#popup-discount .modal-header:after,
#popup-discount .modal-header:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#popup-discount .modal-header:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #488fc5;
    border-width: 10px;
    margin-left: -10px;
}

#popup-discount .modal-header:before {
    border-color: rgba(72, 143, 197, 0);
    border-top-color: #488fc5;
    border-width: 11px;
    margin-left: -11px;
}

#popup-discount .modal-header .close {
    background: none;
    top: -5px;
    position: absolute;
    right: -7px;
    background: #488fc5;
    border-radius: 50%;
    color: #fff;
}

#popup-discount .modal-header .close span:first-child {
    position: relative;
    top: -2px;
}

#popup-discount .modal-title {
    font-size: 33px;
    text-align: center;
}

.adv {
    margin-top: 15px;
    text-align: center;
}

.adv img {
    width: 100%;
    height: auto;
}

.event-other {
    background: #eee;
    padding: 15px 20px;
    margin-top: 30px;
}

.event-other ul {
    padding-left: 25px;
    list-style: initial;
}

.event-other li {
    padding: 2px 0;
}

.event-other li a {
    color: rgb(184, 49, 47);
}

.event-other li a:hover {
    text-decoration: underline;
}

.promotion-label {
    padding: 10px 15px;
    background: #f13d3d;
    color: #fff;
    font-size: 26px;
}

.promotion-price {
    text-decoration: line-through;
}

.price {
    float: right;
}

.countdown {
    text-align: center;
}

.countdown .time {
    border-radius: 5px;
    /* box-shadow: 0 0 10px 0 rgba(0,0,0,0.5); */
    display: inline-block;
    text-align: center;
    position: relative;
    width: 65px;
    font-size: 30px;
    font-style: inherit;
    font-weight: bold;
    color: #00b0d0;
}

.countdown .time-label {
    margin-top: 5px;
    display: block;
    position: absolute;
    top: 35px;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
}

.countdown .time-space {
    font-size: 26px;
    color: #00b0d0;
    display: inline-block;
    position: relative;
    top: -3px;
}

#amount_remaining {
    text-align: center;
    font-size: 30px;
    color: #00b0d0;
    font-weight: bold;
}

#amount_remaining small {
    font-size: 16px;
}

.promotion-text {
    text-align: center;
    color: #00b0d0;
    font-size: 13px;
}

.secure-info {
    overflow: hidden;
    margin: 5px 0;
}

.secure-info p {
    margin: 0;
    background: url('../images/bg-ribbon.png') no-repeat;
    width: 319px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-weight: bold;
    padding-left: 15px;
    margin-left: -3px;
    float: left;
    font-size: 13px;
}

.secure-info .norton-logo {
    width: 70px;
    height: 38px;
    background: url('../images/logo-norton-onepay.png') no-repeat;
    display: block;
    text-indent: -30000px;
    margin-right: 10px;
    float: left;
}

.secure-info .onepay-logo {
    width: 70px;
    height: 42px;
    background: url('../images/logo-norton-onepay.png') no-repeat;
    display: block;
    text-indent: -30000px;
    background-position: -82px -3px;
    float: left;
}

.secure-info .paypal-logo {
    width: 82px;
    height: 42px;
    background: url('../images/logo-paypal.png') no-repeat;
    display: block;
    text-indent: -30000px;
    margin-right: 10px;
    float: left;
}

.secure-info .appotapay-logo {
    width: 100px;
    height: 42px;
    background: url('../images/logo-appotapay.png') no-repeat;
    display: block;
    text-indent: -30000px;
    margin-right: 10px;
    float: left;
}

.secure-info .visa-logo {
    width: 70px;
    height: 42px;
    background: url('../images/logo-visa.png') no-repeat;
    display: block;
    text-indent: -30000px;
    // background-position: -82px -3px;
    float: left;
}

.secure-info .master-logo {
    width: 70px;
    height: 42px;
    background: url('../images/logo-master.png') no-repeat;
    display: block;
    text-indent: -30000px;
    float: left;
}

.box-method {
    background: #f5f5f5;
    padding: 0 24px;
    margin: 10px 0 20px;
    position: relative;
    z-index: 0;
    display: none;
    border-radius: 10px;
    padding-top: 24px;
}

.box-method .arrow-up {
    display: block;
    width: 26px;
    height: 18px;
    position: absolute;
    top: -15px;
    left: 20px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f3f3f3;
}

.payment-method label {
    display: block;
    font-weight: normal;
}

.div-skills .payment-method {
    border: 1px solid #f2f2f2;
    padding-top: 5px;
    padding-left: 10px;
    margin-bottom: 10px;
}

.row-payment-method .help-block {
    font-weight: bold;
    color: #f00;
}

.mes-payment {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 10px 15px;
    border-radius: 5px;
}

.mes-payment p {
    margin-bottom: 0;
}

.help-block > span {
    color: #f00;
    font-weight: bold;
    margin-top: 5px;
}

.total-discount span {
    margin-bottom: 10px;
    color: #5cb85c;
    float: right;
}

.btn-green {
    background: #0db1cb;
    color: #fff;
}

.btn-green:hover {
    color: #fff !important;
    background: #4ba39a !important;
}

.btn-ticket {
    width: 100%;
}

.label-input {
    font-weight: 500;
    margin-bottom: 10px;
}

.required {
    color: #FF0000;
}

.payment-method label{
    display: block;
}
.div-skills .payment-method {
    border: 1px solid #f2f2f2;
    padding-top: 5px;
    padding-left: 10px;
    margin-bottom: 10px;
}
.row-payment-method .help-block{
    font-weight: bold;
    color: #f00;
}
.mes-payment{
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 10px 15px;
    border-radius: 5px;
}
.mes-payment p{
    margin-bottom: 0;
}

.error {
    color: #a94442;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
}

#frm-worker .error {
    color: #f00;
    font-weight: bold;
    margin-top: 5px;
}

.no-padding {
    padding: 0;
    margin-bottom: 20px;
}

img {
    max-width: 100%;
}

.block-slider-group {
    padding-top: 0px;
    min-height: 275px;
}

@font-face {
    font-family: UTM_BanqueB;
    src: local("UTM_BanqueB"), local("UTM_BanqueB"), url(../fonts/UTM_BanqueB.ttf);
    font-weight: bold;
}

@font-face {
    font-family: segoeui;
    src: local("segoeui"), local("segoeui"), url(../fonts/segoeui.ttf);
}

.block-info-header {
    padding-bottom: 60px;
    padding-top: 20px;

}

.block-info-header h1 {
    font-family: UTM_BanqueB;
    font-weight: 600;
    // transform: scaleY(0.8);
    font-size: 45px;
}

.block-info-content-right, .block-info-content-left {
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: table-cell;
    vertical-align: middle;
}

.block-info-content-left {
    text-align: left;
}

.block-info-content-right {
    text-align: right;
}

.block-info-content-right img, .block-info-content-left img  {
    height: 200px;
    margin: auto;
}

.block-info-content-right p {
    float: right;
}

.block-info-content-left p {
    float: left;
}

.block-info-content-right p, .block-info-content-left p {
    font-family: segoeui;
    font-size: 16px;
    line-height: normal;
    max-width: 460px;
}

.block-info-content-right h3, .block-info-content-left h3 {
    font-family: UTM_BanqueB;
    font-weight: bold;
    font-size: 20px;
}

.block-info-footer {
    padding-top: 20px;
    padding-bottom: 60px;
}

.color-pink {
    color: #ED566A;
    text-transform: uppercase;
}

.color-blue {
    color: #273B7C;
    text-transform: uppercase;
}

.col-recaptcha {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}

.time-info-event {
    padding: 0px;
    border-right: 2px solid #c1bfbf;
    height: 120px;
    margin-top: 15px;
}

.time-info-event-2 {
    padding: 0px;
    height: 120px;
    margin-top: 15px;    
}

@media (max-width: 768px) {
    .time-info-event {
        border-right: 0px solid #c1bfbf;
    }    
}

/*/SLIDERSHOW*/
