/* line 12, ../sass/style.sass */
* {
    position: relative;
    font-family: "IBM Plex Sans", "Microsoft JhengHei", sans-serif;
}

html {
    scroll-behavior: smooth;
}

/* line 28, ../sass/style.sass */
body,
html {
    padding: 0px;
    margin: 0px;
}

/* line 32, ../sass/style.sass */
.max_width {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

/* line 37, ../sass/style.sass */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: bold;
}

/* line 43, ../sass/style.sass */
h2 {
    font-size: 32px;
}

/* line 45, ../sass/style.sass */
h3 {
    font-size: 22px;
    line-height: 30px;
}

/* line 48, ../sass/style.sass */
p {
    font-size: 18px;
    line-height: 36px;
}

/* line 51, ../sass/style.sass */
p.color_blue {
    color: #0062FF;
}

/* line 53, ../sass/style.sass */
a {
    color: #0062FF;
}

/* line 55, ../sass/style.sass */
a:hover {
    color: #0353E9;
    text-decoration: underline;
}

/* line 58, ../sass/style.sass */
.small_text {
    font-size: 16px;
    line-height: 24px;
}

.masthead {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: left;
    width: 100%;
    height: 60vh;
    /* if you don't want it to take up the full screen, reduce this number */
    overflow: hidden;
    background-size: cover !important;
    background: url(../images/kv-bg.jpg) no-repeat center center scroll;
}

.masthead h1 {
    text-align: left;
    font-style: normal;
    font-weight: bold;
    color: #fff;
    font-size: 7vmin;
    letter-spacing: 0.03em;
    line-height: 1;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.8);
}

.masthead h2 {
    color: #fff;
    font-size: 3vmin;
    text-align: left;
}

.kv-title {
    padding-right: 35vw;
}

@media (max-width:767px) {
    .kv-title {
        padding-right: 0;    }

}


/* line 63, ../sass/style.sass */
/*header.jumbotron {
    background-image: url("../images/ibm-kv-01.png");
    background-position: 75% 10%;
    background-size: auto 495px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 600px;
    background-color: #121619;
    margin-bottom: 0px;
}
*/
/* line 72, ../sass/style.sass */
/*header.jumbotron .container {
    padding: 150px 15px;
    color: white;
}
*/
/* line 77, ../sass/style.sass */
nav.navbar {
    transition: 0.5s;
}

/* line 80, ../sass/style.sass */
nav.navbar.navbar-default.navbar-fixed-top.navbar-top {
    background-color: #FFFFFF;
}

/* line 82, ../sass/style.sass */
nav.navbar.navbar-default.navbar-fixed-top.navbar-top a {
    color: #121619;
    transition: 0.5s;
}

/* line 85, ../sass/style.sass */
nav.navbar.navbar-default.navbar-fixed-top.navbar-top a:hover {
    color: #0062FF;
    border-bottom: #0062FF solid 2px;
}

/* line 90, ../sass/style.sass */
section {
    padding: 30px;
}

/* line 92, ../sass/style.sass */
section .img-responsive {
    display: block;
    max-width: 80%;
    height: auto;
}

/* line 97, ../sass/style.sass */
.section_gray {
    background-color: #F2F4F8;
}

/* line 102, ../sass/style.sass */
section#section_speaker img {
    width: 110%;
}

/* line 104, ../sass/style.sass */
section#section_speaker .img_wrap {
    margin: 0;
    height: 400px;
    overflow: hidden;
}

/* line 109, ../sass/style.sass */
.masthead .ibm-btn-pri {
    min-width: 300px;
    min-height: 48px;
    text-align: left;
    background-color: #0062FF;
    color: #FFFFFF;
    font-size: 24px;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 30px;
}


section#section_speaker .ibm-btn-pri {
    position: relative;
    min-width: 300px;
    min-height: 48px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    background-color: #0062FF;
    color: #FFFFFF;
    font-size: 24px;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 30px;
}

/* line 122, ../sass/style.sass */
section#section_speaker .ibm-btn-pri,
.masthead .ibm-btn-pri:hover {
    background-color: #0353E9;
}

/* line 125, ../sass/style.sass */
.col-sm-6 {
    padding-left: 0;
}

/* line 128, ../sass/style.sass */
.content {
    padding: 10px 20px;
}

/* line 131, ../sass/style.sass */
.block_gray {
    background-color: #F2F4F8;
}

/* line 133, ../sass/style.sass */
.block_white {
    background-color: #FFFFFF;
}

.footer {
    padding: 30px 0 50px;
    background-image: url(../images/footer.jpg);
    background-size: cover;
    background-position: center;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
}

/*sidebar*/
.sidebarReg .register {
    color: #fff;
    background-color: #e84545;
    position: fixed;
    text-decoration: none;
    bottom: 15%;
    right: 0;
    border: none;
    display: block;
    font-weight: bold;
    font-size: 20px;
    writing-mode: vertical-lr;
    padding: 25px 10px;
    z-index: 10;
    border-radius: 10px 0 0 10px;
    box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.4);
}

.sidebarReg .register:hover {
    background-color: #C7323F;
}

.section_signup {
    font-size: 16px;
}

.btn-signup {
    background-color: #0062FF;
    color: #fff;
    border: 1px solid #0062FF;
    padding: 10px 0;
    border-radius: 5px;
    font-size: 2rem;
}

.btn-signup:hover {
    background-color: #0353E9;
    color: #fff;
}

.mb-20 {
    margin-bottom: 20px;
}

.minh {
    min-height: 260px;
}

@media (max-width:970px) {
    .minh {
        min-height: auto;
    }

}