#banner1 {
    position: relative;
    height: 643px;
    background: url(../img/kong-banner.jpg) top center no-repeat;
    background-size: cover;
}
#banner1-text-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 36px;
    color: #fff;
    text-shadow: 2px 2px 3px #000;
}
#kong_nav {
    padding: 80px 0;
    text-align: center;
    font-size: 24px;
}
#kong_nav > a {
    display: inline-block;
    padding: 0 0.5em;
    margin: 0 30px;
    vertical-align: middle;
    opacity: 0.6;
}
#kong_nav > a:hover {
    opacity: 1;
}
#kong_nav > a.selected {
    font-weight: bold;
    opacity: 1;
}
.kong_nav-vbar {
    display: inline-block;
    width: 0;
    height: 1em;
    border-right: 1px solid #888;
    vertical-align: middle;
}
#banner2 {
    height: 418px;
    background: url(img/sub_banner.jpg) top center no-repeat;
    background-size: cover;
}
#banner2-inner {
    position: relative;
    width: 96%;
    max-width: 1110px;
    height: 100%;
    margin: 0 auto;
}
#banner2-text-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 60px 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    word-break: keep-all;
}
#banner2-text-small {
    display: block;
    margin: 16px auto 0;
    font-size: 16px;
}
#kong_content {
    padding-top: 80px;
    background-color: #fff;
}
#kong_content-title {
    position: relative;
    width: 96%;
    max-width: 1110px;
    height: 1.5em;
    border-top: 1px solid #2a2a2a;
    margin: 0.75em auto 0;
    font-size: 35px;
}
#kong_content-title > span {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0 8%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    white-space: nowrap;
}
#kong_content-subtitle {
    font-size: 25px;
    text-align: center;
    word-break: keep-all;
}
#kong_content-store {
    width: 96%;
    max-width: 1110px;
    padding-bottom: 69px;
    border-bottom: 3px solid #646464;
    margin: 42px auto 115px;
}
#kong_content-online {
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    font-size: 30px;
    text-align: center;
}
#kong_content-online > span {
    display: inline-block;
    width: 50%;
}
#kong_content-online a {
    display: inline-block;
    padding: 5px 10px;
    margin: 8px 0;
    font-size: 32px;
    color: #fff;
    background-color: #1b6952;
}
.kong_content-offline {
    margin: 63px 0 -9px;
}
.kong_content-offline-header {
    padding: 7px 30px;
    font-size: 22px;
    background-color: #efefef;
    word-break: keep-all;
}
.kong_content-offline-header > b {
    display: inline-block;
    width: 24%;
    font-size: 25px;
    vertical-align: middle;
}
.kong_content-offline-body {
    width: 100%;
    margin-top: 15px;
    font-size: 20px;
}
.kong_content-offline-body td {
    padding: 5px 0;
}
.kong_content-offline-body td:first-child {
    width: 30%;
    padding-left: 30px;
}
.kong_content-offline-body td:last-child {
    width: 20%;
}

@media (max-width: 991px) {
    #banner1 {
        height: 600px;
    }
    #banner1-text-wrap {
        font-size: 32px;
    }
    #kong_content-store {
        padding-bottom: 60px;
        margin-bottom: 100px;
    }
    #kong_content-online {
        font-size: 28px;
    }
    #kong_content-online a {
        font-size: 28px;
    }
    .kong_content-offline {
        margin: 60px 0 -10px;
    }
    .kong_content-offline-header {
        padding: 7px 24px;
        font-size: 16px;
    }
    .kong_content-offline-header > b {
        width: 20%;
        font-size: 18px;
    }
    .kong_content-offline-body {
        margin-top: 12px;
        font-size: 16px;
    }
    .kong_content-offline-body td:first-child {
        width: 22%;
        padding-left: 24px;
    }
    .kong_content-offline-body td:last-child {
        width: 22%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    #banner1 {
        height: 500px;
        background-image: url(../img/kong-banner_m.jpg);
    }
    #banner1-text-wrap {
        font-size: 30px;
    }
    #banner1-text-wrap > br {
        display: inline;
    }
    #kong_nav {
        padding: 65px 0;
    }
    #kong_nav > a {
        padding: 0 0.2em;
        margin: 0 18px;
    }
    #banner2 {
        height: 380px;
        background-image: url(img/sub_banner_m.jpg);
    }
    #banner2-text-wrap {
        padding: 30px 20px;
        font-size: 14px;
    }
    #banner2-text-small{
      font-size: 14px;
    }
    #kong_content {
        padding-top: 65px;
    }
    #kong_content-title {
        font-size: 30px;
    }
    #kong_content-subtitle {
        font-size: 22px;
    }
    #kong_content-store {
        padding-bottom: 50px;
        margin-top: 40px;
    }
    #kong_content-online {
        font-size: 20px;
    }
    #kong_content-online > span:first-child {
        width: 40%;
    }
    #kong_content-online > span:last-child {
        width: 60%;
    }
    #kong_content-online a {
        padding: 4px 8px;
        margin: 6px 0;
        font-size: 22px;
    }
    .kong_content-offline {
        margin-top: 50px;
    }
    .kong_content-offline-header {
        padding: 6px 16px;
        font-size: 15px;
    }
    .kong_content-offline-header > b {
        display: block;
        width: 100%;
        margin-bottom: 5px;
        font-size: 24px;
    }
    .kong_content-offline-body {
        margin-top: 10px;
        font-size: 16px;
    }
    .kong_content-offline-body td:first-child {
        width: 24%;
        padding-left: 16px;
        font-size: 16px;
        font-weight: bold;
    }
    .kong_content-offline-body td:last-child {
      text-align: left;
    }
}

@media (max-width: 543px) {
    #banner1 {
        height: 350px;
    }
    #banner1-text-wrap {
        font-size: 20px;
    }
    #kong_nav {
        padding: 50px 0;
        font-size: 16px;
        letter-spacing: -0.5px;
    }
    #kong_nav > a {
        margin: 0 8px;
    }
    #kong_nav > a:first-child {
        margin-left: 0;
    }
    #kong_nav > a:last-child {
        margin-right: 0;
    }
    #banner2 {
        height: 260px;
        background-position: center;
    }
    #banner2-text-wrap {
        padding: 20px 10px;
        font-size: 14px;
    }
    #banner2-text-wrap > br {
        display: none;
    }
    #banner2-text-small {
        font-size: 12px;
    }
    #kong_content {
        padding-top: 45px;
    }
    #kong_content-title {
        font-size: 24px;
    }
    #kong_content-title > span {
        padding: 0 15px;
    }
    #kong_content-subtitle {
        font-size: 16px;
    }
    #kong_content-store {
        padding-bottom: 0;
        border-bottom: none;
    }
    #kong_content-online > span:first-child,
    #kong_content-online > span:last-child {
        display: block;
        width: 100%;
    }
    .kong_content-offline-header {
        padding: 6px 8px;
    }
    .kong_content-offline-body {
        margin-top: 0;
        font-size: 14px;
    }
    .kong_content-offline-body tr {
        display: block;
        padding: 4px 8px;
        border-bottom: 1px solid #efefef;
    }
    .kong_content-offline-body td {
        display: block;
        width: 100% !important;
        padding: 0 !important;
    }
}

#footer-about {
  font-size: 13px;
}
#products_content-items {
  font-size: 15px;
}
