/* ****************
 * Global
 * ****************/

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    background: url('../images/background.jpg');
}

a,
a:visited {
    color: #F48221;
}

h3 {
    margin: 0;
    font-size: 1.4em;
}

img {
    border: none;
}

ol,
ul,
li {
    padding: 0;
    margin: 0;
}

dl,
dd {
    margin: 0;
}

p {
    margin: 0;
    line-height: 1.6;
    word-wrap: break-word;
    word-break: break-word;
}

select {
    -moz-appearance: none;
}

.page-container,
.page-container input,
.page-container textarea,
.page-container select {
    font-family: 'Helvatica', 'Arial', 'PingFang TC', 'Meiryo', 'Microsoft JhengHei';
    font-size: 100%;
}

.page-container {
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
}

@media (max-width: 1300px) {
    .page-container {
        font-size: 16px;
    }
}

@media (max-width: 1050px) {
    .page-container {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .page-container {
        font-size: 16px;
    }
}


/* ****************
 * Page Content
 * ****************/

.content-container {
    margin: 1.5em auto;
    padding: 0 20px;
    max-width: 1300px;
}

@media (max-width: 768px) {
    .content-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.page-container a {
    text-decoration: none;
}

.page-container h3 {
    color: #017858;
}

.top-content,
.middle-content {
    margin-bottom: 2em;
}

.bottom-content:after {
    content: '';
    display: block;
    clear: both;
}

.page-container .loading-bar {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: white;
    pointer-events: none;
}

.page-container .loading-bar > div {
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #4da9ff;
    -webkit-animation: page-bottom-loadingbar 2s infinite linear;
    -moz-animation: page-bottom-loadingbar 2s infinite linear;
    animation: page-bottom-loadingbar 2s infinite linear;
}

@-webkit-keyframes page-bottom-loadingbar {
    0% {
        left: -50%;
        right: 100%
    }
    25% {
        left: -50%;
        right: 25%
    }
    50% {
        left: 25%;
        right: -50%
    }
    100% {
        left: 100%;
        right: -50%
    }
}

@-moz-keyframes page-bottom-loadingbar {
    0% {
        left: -50%;
        right: 100%
    }
    25% {
        left: -50%;
        right: 25%
    }
    50% {
        left: 25%;
        right: -50%
    }
    100% {
        left: 100%;
        right: -50%
    }
}

@keyframes page-bottom-loadingbar {
    0% {
        left: -50%;
        right: 100%
    }
    25% {
        left: -50%;
        right: 25%
    }
    50% {
        left: 25%;
        right: -50%
    }
    100% {
        left: 100%;
        right: -50%
    }
}


/* ****************
 * Rich Text Styles
 * ****************/

.page-container p.remark {
    font-size: 0.8em;
    line-height: 1;
}

.page-container p.orange,
.page-container p.orange a,
.page-container p.orange a:visited {
    color: #F48221;
}

.page-container p.green,
.page-container p.green a,
.page-container p.green a:visited {
    color: #017858;
}

.page-container p.white {
    color: white;
}

.page-container p.black {
    color: black;
}


/* ****************
 * Buttons
 * ****************/

.share-buttons > a {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    text-indent: -9999px;
}

.service-icon {
    text-indent: -9999px;
}

.btn-controls {
    margin-top: 2em;
}

.btn-controls:after {
    content: '';
    display: block;
    clear: both;
}

.btn-green,
.btn-orange {
    display: inline-block;
    vertical-align: middle;
}

.btn-orange {
    padding: 0.4em 4em;
    border: 2px solid #F48221;
    color: #F48221;
}

.hiring .btn-orange:hover {
    color: #fff;
    background-color: #F48221;
}

.btn-green {
    padding: 0.4em;
    border: 2px solid #017858;
    color: #017858;
}

.btn-green:hover {
    color: #fff;
    background-color: #017858;
}

.btn-show-more {
    position: absolute !important;
    bottom: 1em;
    left: 0;
    width: 100%;
    text-align: center;
}

.btn-show-more a {
    display: block;
    margin-left: 33%;
    width: 31%;
    padding: 0.4em;
}


/* ****************
 * Animation
 * ****************/

.invisible {
    opacity: 0;
}

.fade-in {
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: 1;
    filter: alpha(opacity=100);
}


/* ****************
 * Header
 * ****************/

header {
    position: relative;
    max-width: 1300px;
    margin: 10px auto auto auto;
}

header a:link,
header a:visited {
    color: black;
}

header aside {
    padding: 0 4em;
}

header aside:after {
    content: '';
    display: block;
    clear: both;
}

.header-top-nav {
    margin-top: 5px;
    float: right;
}

.header-top-nav a,
.mobile-social-menu a {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.header-top-nav a {
    width: 35px;
    height: 35px;
}

.header-top-nav a + a {
    margin-left: 5px;
}

.header-top-nav .share-buttons {
    display: inline-block;
    position: relative;
    padding-right: 14px;
}

.header-top-nav .share-buttons:before {
    content: '';
    position: absolute;
    top: 0;
    right: 8px;
    width: 1px;
    height: 35px;
    background: #3E3E3E;
}

.header-top-nav .share-buttons:after {
    content: '';
    display: inline-block;
    height: 35px;
    width: 1px;
    vertical-align: middle;
}

.share-buttons > .email-share {
    background-image: url(../images/buttons/social-email.png);
}

.share-buttons > .fb-share {
    background-image: url(../images/buttons/social-facebook.png);
}

.share-buttons > .insta-share {
    background-image: url(../images/buttons/social-instagram.png);
}

.share-buttons > .line-share {
    background-image: url(../images/buttons/social-line.png);
}

.share-buttons > .youtube-share {
    background-image: url(../images/buttons/social-youtube.png);
}

.header-top-nav .lang-switch {
    position: relative;
    margin-left: -6px;
    color: #3E3E3E;
    line-height: 37px;
}

.header-logo {
    width: 4.5em;
    height: 4.5em;
    margin: -15px auto 0;
}

.header-logo img {
    height: 100%;
}

nav {
    position: relative;
    margin-top: 10px;
}

nav ul {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}

nav ul li {
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    white-space: nowrap;
}

nav ul li a:link,
nav ul li a:visited {
    display: block;
    min-width: 5em;
    padding: 0.5em 0.7em;
    color: #3E3E3E;
}

nav ul li:hover a,
nav ul li a:hover,
.header-nav-menu .active:hover > a,
.header-nav-menu .active:hover > a:visited {
    color: white;
}

.header-nav-menu > li:hover > a {
    background-color: #017858;
}

.header-nav-menu .active > a,
.header-nav-menu .active > a:visited {
    color: #F48221;
}

nav .sub-menu-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3.35em;
    background-color: #006045;
    box-sizing: border-box;
    z-index: 11;
}

nav .sub-menu-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    width: 100%;
    height: 100%;
}

nav .desktop-arrow {
    content: '';
    display: none;
    width: 0;
    position: absolute;
    border: 0.5em solid white;
    border-color: #017858 transparent transparent transparent;
    z-index: 12;
}

nav li:hover .desktop-arrow {
    display: block;
}

nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    padding: 0.5em 1em;
    width: auto;
    box-sizing: border-box;
    z-index: 13;
}

.mobile-nav {
    float: left;
    display: none;
}

.mobile-nav a {
    display: block;
    width: 50px;
    height: 50px;
    background: url('../images/buttons/m-header-menu.png') no-repeat center;
    background-size: 30px;
    text-indent: -9999px;
}

.mobile-nav.active a {
    background-image: url('../images/buttons/m-close-btn.png');
    background-size: 20px;
    background-color: #625D59;
}

.mobile-nav-expand {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 15px;
    padding: 5px;
}

.mobile-nav-expand:after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/icon/plus.png) center no-repeat;
    background-size: contain;
    text-align: center;
    cursor: pointer;
    cursor: hand;
}

li:hover .mobile-nav-expand:after,
li.active .mobile-nav-expand:after {
    background-image: url(../images/icon/plus-white.png);
}

li.current .mobile-nav-expand.collapse:after {
    content: '';
    background-image: url(../images/icon/minus.png);
}

.mobile-social-menu {
    display: none;
}

.mobile-social-menu a {
    width: 40px;
    height: 40px;
}

.mobile-social-menu a + a {
    margin-left: 10px;
}

.mobile-social-menu .share-buttons {
    display: block;
    margin: 1em 0;
    text-align: center;
}

@media (max-width: 1320px) {
    nav ul li a:link,
    nav ul li a:visited {
        width: auto;
    }
}

@media (max-width: 1050px) {
    nav ul li a:link,
    nav ul li a:visited {
        padding: 0.5em 0.4em;
        font-size: 0.9em;
    }
}

@media (min-width: 769px) {
    nav .sub-menu-wrapper {
        display: none !important;
    }
    nav ul li:hover .sub-menu-wrapper,
    nav ul li:hover .sub-menu {
        display: block !important;
    }
}

@media handheld,
only screen and (max-width: 768px) {
    header {
        position: fixed;
        top: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        background: url('../images/background.jpg');
        z-index: 20;
    }
    .cms-enabled header {
        top: 2em;
    }
    .page-container {
        padding-top: 50px;
    }
    header aside {
        height: 0;
        padding: 0 1em 0 0;
    }
    header li.current > a,
    header li.current > a:visited {
        color: white;
    }
    .mobile-nav,
    .mobile-social-menu {
        display: block;
    }
    .mobile-nav-expand {
        display: block;
    }
    nav {
        display: none;
        margin: 0 0 10px;
        overflow: hidden;
    }
    nav ul {
        display: block;
    }
    nav ul li {
        display: block;
        position: relative;
        text-align: left;
    }
    nav ul li a {
        padding: 10px 20px;
        font-size: 1em;
    }
    nav > ul {
        border-width: 1px 0 1px 0;
        border-style: solid;
        border-color: #625D59;
    }
    .header-nav-menu > li:hover > a,
    .header-nav-menu > li.current > a,
    .header-nav-menu > li.active > a {
        background: #625D59;
    }
    nav > ul > li + li {
        border-top: 1px solid #C3C3C3;
    }
    nav .sub-menu-wrapper,
    nav .sub-menu,
    nav ul.sub-menu,
    nav ul.sub-menu li a,
    nav ul.sub-menu li a:hover,
    nav ul.sub-menu li:hover a {
        color: black;
        background: #F6F6F6;
    }
    nav ul li:hover .sub-menu-wrapper,
    nav .sub-menu-wrapper {
        display: none;
    }
    nav .sub-menu-wrapper {
        width: auto;
        height: auto;
        position: static;
        padding: 0;
        overflow: hidden;
    }
    nav .sub-menu-wrapper:before,
    nav li:hover .desktop-arrow {
        display: none;
    }
    nav .sub-menu {
        position: static;
        padding: 0;
        display: block;
        overflow: hidden;
    }
    nav .sub-menu li {
        border-top: 1px solid #ECECEC;
        padding-left: 1em;
    }
    .header-logo {
        width: 40px;
        height: 40px;
        margin: 5px auto;
    }
    .header-top-nav .lang-switch {
        margin-top: 5px;
        padding-left: 0.5em;
        line-height: 30px;
    }
    .header-top-nav .lang-switch:before {
        content: '';
        border-style: solid;
        border-color: transparent;
        border-width: 0.4em;
        border-left-color: #3E3E3E;
        position: absolute;
        top: 0.5em;
        left: 0;
        display: inline-block;
        vertical-align: middle;
    }
    .header-top-nav .share-buttons {
        display: none;
    }
    .header-nav-menu .active > a,
    .header-nav-menu .active > a:visited,
    .header-nav-menu .active:hover > a,
    .header-nav-menu .active:hover > a:visited {
        color: white;
    }
}

@media (min-width: 769px) {
    nav {
        display: block !important;
    }
}


/* ****************
 * Slider
 * ****************/

.slider-container {
    position: relative;
    overflow: hidden;
}

.slider-container br[type="_moz"] {
    display: none;
}

.slider-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slider-container ul:after {
    content: '';
    display: block;
    clear: both;
}

.slider-holder {
    width: 1000%;
}

.slider-viewport {
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
}

.slide {
    width: 10%;
    position: relative;
    float: left;
}

.slide > a {
    max-width: 1300px;
    display: block;
    margin: auto;
}

.slide-content {
    margin: auto;
    position: relative;
}

.slide-image {
    padding-top: 34.65%;
    font-size: 0;
    background-position: 50% 50%;
    background-size: cover;
    text-indent: -9999px;
}

.slide-text {
    width: 100%;
    height: 3.5em;
    padding: 5px 2em;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

.slide-text:before {
    content: '';
    width: 1px;
    height: 100%;
    margin-left: -1px;
    display: inline-block;
    vertical-align: middle;
}

.slide-text > h3 {
    display: inline-block;
    color: white;
    width: 95%;
}

.slider-navlist-container {
    position: relative;
}

.slider-navlist-viewport {
    max-width: 1300px;
    position: relative;
    padding: 0 2em;
    margin: auto;
    box-sizing: border-box;
    overflow: hidden;
}

.slider-navlist {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.slider-nav {
    height: 7em;
    position: relative;
    float: left;
    cursor: pointer;
    cursor: hand;
}

.slider-nav:before {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
}

.slider-nav.active:before {
    background: transparent;
}

.slider-nav img {
    height: 100%;
}

.slider-nav-prev {
    content: '';
    width: 2em;
    height: 7em;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    cursor: pointer;
    z-index: 1;
}

.slider-nav-prev:before {
    content: '';
    position: absolute;
    margin-left: -0.5em;
    top: calc(50% - 1em);
    border: 1em solid #f58220;
    border-color: transparent #f58220 transparent transparent;
}

.slider-nav-next {
    content: '';
    width: 2em;
    height: 7em;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    cursor: pointer;
    z-index: 1;
}

.slider-nav-next:before {
    content: '';
    position: absolute;
    margin-left: 0.5em;
    top: calc(50% - 1em);
    border: 1em solid #f58220;
    border-color: transparent transparent transparent #f58220;
}

@media (max-width: 768px) {
    .slide-text {
        height: auto;
        padding: 5px 0.5em;
    }
    .slide-text > h3 {
        font-size: 1.2em;
    }
    .slider-navlist-container {
        position: relative;
        background-color: rgba(0, 0, 0, 0.3);
    }
    .slider-navlist-viewport {
        height: auto;
        padding: 0 1em;
        text-align: center;
    }
    .slider-navlist-viewport:after {
        display: none;
    }
    .slider-nav {
        height: 3em;
    }
    .slider-nav-prev,
    .slider-nav-next {
        width: 1em;
        height: 3em;
    }
    .slider-nav-prev:before {
        margin-left: -0.8em;
        top: calc(50% - 0.5em);
        border: 0.5em solid #f58220;
        border-color: transparent #f58220 transparent transparent;
    }
    .slider-nav-next:before {
        margin-left: -0.2em;
        top: calc(50% - 0.5em);
        border: 0.5em solid #f58220;
        border-color: transparent transparent transparent #f58220;
    }
}


/* ****************
 * Middle Nav
 * ****************/

.middle-nav-container {
    background: #017858;
    border-bottom: 5px solid #F48221;
}

.middle-nav-list {
    max-width: 1300px;
    padding: 1em 2em;
    margin: auto;
    font-size: 0.9em;
    box-sizing: border-box;
}

.middle-nav-list:after {
    content: '';
    display: block;
    clear: both;
}

.middle-nav-list ul {
    margin: 0 0.8em;
    padding: 0;
    display: inline-block;
    list-style: none;
    vertical-align: middle;
}

.middle-nav-list li {
    padding-left: 0.8em;
    float: left;
    position: relative;
}

.middle-nav-list li + li {
    margin-left: 1.2em;
}

.middle-nav-list li.mobile-only + li {
    margin-left: 0;
}

.middle-nav-list li:before {
    content: '';
    position: absolute;
    top: 0.4em;
    left: 0;
    border: 0.3em solid white;
    border-color: transparent transparent transparent white;
}

.middle-nav-list li.active,
.middle-nav-list li:hover {
    opacity: 1;
}

.middle-nav-list li.active:before,
.middle-nav-list li:hover:before {
    border-left-color: #F6C231;
}

.middle-nav-list li.active a,
.middle-nav-list ul li:hover a {
    color: #F6C231;
}

.middle-nav-list span,
.middle-nav-list a,
.middle-nav-list a:visited {
    color: white;
}

.middle-nav-list span {
    margin-right: 1em;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.middle-nav-list span.mobile-only {
    display: none;
}

.middle-nav-list .middle-left-nav,
.middle-nav-list .middle-right-nav {
    color: white;
}

.middle-nav-list .middle-left-nav:before,
.middle-nav-list .middle-right-nav:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 36px;
    margin-left: -3px;
    vertical-align: middle;
}

.middle-nav-list .middle-left-nav {
    float: left;
}

.middle-nav-list .middle-right-nav {
    float: right;
}

@media (max-width: 1180px) {
    .middle-nav-container:not('.middle-filter-list') {
        border-bottom-style: none;
    }
    .middle-nav-list {
        padding: 1em;
        font-size: 1em;
    }
    .middle-nav-list .middle-left-nav,
    .middle-nav-list .middle-right-nav {
        float: none;
    }
    .middle-nav-list .middle-right-nav {
        background-color: #F48221;
        margin: 1em -1em -1em;
        padding: 1em;
    }
    .middle-nav-list .middle-left-nav:before,
    .middle-nav-list .middle-right-nav:before {
        content: none;
    }
    .middle-nav-list .middle-left-nav:after,
    .middle-nav-list .middle-right-nav:after {
        content: '';
        display: block;
        clear: both;
    }
    .middle-nav-list span {
        margin-right: 0;
    }
    .middle-nav-list span.left {
        float: left;
    }
    .middle-nav-list span.desktop-only {
        display: none;
    }
    .middle-nav-list span.mobile-only {
        display: inline;
    }
    .middle-nav-list ul {
        float: right;
    }
    .middle-nav-holder ul li + li {
        margin-left: 1em;
    }
}

@media (max-width: 768px) {
    .middle-nav-list ul {
        display: block;
        margin: auto;
        float: none;
    }
    .middle-nav-list li {
        margin-right: 1em;
    }
    .middle-nav-list li:last-child,
    .middle-nav-list li + li {
        margin-left: 0;
    }
}

@media (max-width: 460px) {
    .slide-text > h3 {
        font-size: 1em;
    }
    .box-content a.box-link .box-overlay {
        font-size: 0.8em;
    }
    .middle-nav-list {
        padding: 0.5em 0.8em;
    }
    .middle-nav-list li {
        font-size: 0.8em;
    }
    .middle-nav-list .middle-right-nav {
        margin: 0.5em -1em -1em;
        padding: 0.5em 1em 0.5em;
    }
    .middle-nav-list span {
        font-size: 0.8em
    }
}


/* ****************
 * Homepage
 * ****************/

.homepage-content .content-container {
    text-align: center;
}

.homepage-content .content-container-title {
    margin: 1em 0;
    text-align: left;
}

.box-content-container {
    position: relative;
    margin: 0 auto;
    padding-bottom: 4em;
    width: 1080px;
    width: 87vw;
    width: calc(87vw + 30px);
}

.box-content-container:after {
    content: '';
    display: block;
    clear: both;
}

@media (max-width: 640px) {
    .box-content-container {
        width: auto;
    }
}

@media (min-width: 1160px) {
    .box-content-container {
        width: 1050px;
    }
}

.box-content {
    position: relative;
    margin: 0 10px 20px;
    width: 33%;
    width: calc(33% - 20px);
    max-width: 340px;
    max-height: 340px;
    padding-top: 33%;
    padding-top: calc(33% - 20px);
    float: left;
    box-sizing: border-box;
}

@media (max-width: 640px) {
    .box-content {
        width: 50%;
        width: calc(50% - 20px);
        padding-top: 50%;
        padding-top: calc(50% - 20px);
    }
}

.box-content a.box-link {
    display: block;
    position: relative;
    margin-top: -100%;
    padding-top: 100%;
    cursor: pointer;
    cursor: hand;
}

.box-content a.box-link:hover:after {
    content: ' ';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

.box-content a.box-link img {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}

.box-content a.box-link .box-overlay {
    right: 0;
    max-height: 4em;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.75em;
    color: white;
    line-height: 1.2;
    background-color: rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.box-content a.box-link .box-overlay:empty {
    padding: 0;
}

.box-content a.box-link .discount {
    display: block;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    padding: 0 0.5em;
    color: white;
    border: solid 1px white;
    z-index: 1;
}

@media (max-width: 768px) {
    .box-content a.box-link .discount {
        font-size: 0.85em;
    }
}

@media (max-width: 640px) {
    .box-content a.box-link .box-overlay {
        padding: 5px 0;
    }
    .box-content a.box-link .discount {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .box-content a.box-link .discount {
        font-size: 0.8em;
    }
}

@media (max-width: 420px) {
    .box-content a.box-link .discount {
        font-size: 0.6em;
    }
}

.box-content.weather-box {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #625d59;
}

.box-content.weather-box .weather-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    line-height: 1;
    box-sizing: border-box;
    font-size: 2.8em;
    font-size: 4.5vw;
}

@media (max-width: 640px) {
    .box-content.weather-box .weather-text {
        font-size: 4.35em;
        font-size: 7vw;
    }
}

@media (min-width: 1160px) {
    .box-content.weather-box .weather-text {
        font-size: 56px;
    }
}

.box-content.weather-box .weather-text .date,
.box-content.weather-box .weather-text .temperature {
    display: block;
    position: absolute;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.box-content.weather-box .weather-text .date {
    bottom: 52%;
    margin-bottom: 0.25em;
}

.box-content.weather-box .weather-text .temperature {
    top: 48%;
    font-size: 200%;
    line-height: 0.8;
}

.box-content.weather-box .weather-text .temperature:before {
    content: '';
    display: inline-block;
    margin: 0 0 0 -10px;
    width: 0.25em;
    height: 0.575em;
    background: url('../Images/icon/tempature-icon.jpg') no-repeat;
    background-size: cover;
    vertical-align: bottom;
}

.box-content.weather-box .weather-text .temperature-value,
.box-content.weather-box .weather-text .temperature-unit {
    display: inline-block;
    vertical-align: bottom;
    text-indent: -0.175em;
}

.box-content.weather-box .weather-text .temperature-unit:before {
    content: 'O';
    position: relative;
    top: -0.3em;
    font-size: 0.3em;
    vertical-align: super;
}

.box-content.weather-box .weather-text .temperature-unit:after {
    content: 'C';
    font-size: 0.8em;
}


/* ****************
 * Share Box
 * ****************/

.box-content.share-box {
    background-color: #f58220;
}

.box-content.share-box .box-overlay {
    right: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.75em;
    color: white;
    font-size: 1.65em;
    line-height: 2;
}

.box-content.share-box > a {
    position: absolute;
    max-width: 97px;
    max-height: 97px;
    width: 28%;
    height: 28%;
    background-size: cover;
    font-size: 0;
    text-indent: -9999px;
}

.box-content.share-box > a:hover:after {
    content: ' ';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    pointer-events: none;
}

.box-content.share-box .fb-circle {
    top: 10%;
    left: 20%;
    background-image: url(../images/buttons/facebook-circle.png);
}

.box-content.share-box .youtube-circle {
    top: 10%;
    right: 20%;
    background-image: url(../images/buttons/youtube-circle.png);
}

.box-content.share-box .insta-circle {
    bottom: 30%;
    left: 20%;
    background-image: url(../images/buttons/insta-circle.png);
}

.box-content.share-box .line-circle {
    bottom: 30%;
    right: 20%;
    background-image: url(../images/buttons/line-circle.png);
}

@media (max-width: 768px) {
    .box-content.share-box .box-overlay {
        font-size: 1.2em;
    }
}

@media (max-width: 440px) {
    .box-content.share-box .box-overlay {
        font-size: 0.85em;
    }
}

/* ****************
 * Footer
 * ****************/

footer {
    max-width: 1300px;
    margin: auto;
    color: #017858;
    font-size: 0.8em;
    padding: 0px 20px;
}

footer a:link,
footer a:visited {
    color: #017858;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-top-nav img {
    width: auto;
    max-width: 100%;
    max-height: 1.3em;
}

.footer-nav-container {
    max-width: 1200px;
    margin: auto;
}

.footer-middle-nav {
    margin: 0.5em 0 1em;
    overflow: hidden;
}

.footer-middle-nav ul {
    width: 100%;
}

.footer-middle-nav ul:after {
    content: '';
    display: block;
    clear: both;
}

.footer-middle-nav li {
    margin: 0.5em 0;
    width: 10.85%;
    float: left;
    margin-right: 4%;
}

.footer-middle-nav li.nth-child-7n {
    margin-right: 0;
}

.footer-bottom-nav {
    padding: 1em 0;
    overflow: hidden;
}

.footer-bottom-nav li {
    padding: 0 0.5em;
    border-right: 1px solid #017858;
    float: left;
}

.footer-bottom-nav li.last-child {
    border: none;
}

.footer-bottom-nav > .left-bottom-nav {
    float: left;
}

.footer-bottom-nav > .right-bottom-nav {
    float: right;
    margin-right: -.5em;
}

@media (max-width: 768px) {
    .footer-middle-nav li {
        width: 16.8%;
    }
    .footer-middle-nav li.nth-child-7n {
        margin-right: 4%;
    }
    .footer-middle-nav li.nth-child-5n {
        margin-right: 0;
    }
    .footer-bottom-nav > .right-bottom-nav li:first-child {
        padding-left: 0;
    }
}

@media (max-width: 490px) {
    .footer-middle-nav li {
        width: 22%;
    }
    .footer-middle-nav li.nth-child-5n {
        margin-right: 4%;
    }
    .footer-middle-nav li.nth-child-4n {
        margin-right: 0%;
    }
    .footer-middle-nav li.nth-child-4n_1 {
        margin-right: 4%;
        clear: left;
    }
    .footer-bottom-nav > .right-bottom-nav {
        margin-top: 0.5em;
        float: left;
    }
}


/* ****************
 * Banner (corp-promo , listing)
 * ****************/

.banner-empty-border {
    border-width: 5px 0;
    border-style: solid;
    border-top-color: #017858;
    border-bottom-color: transparent;
}

.banner-container[data-visibility="on"] + .banner-empty-border {
    display: none;
}

.banner-container > .banner {
    margin-bottom: 0;
}

.banner-content {
    margin: auto;
    position: relative;
}

.banner-container.full-size .banner-content {
    max-width: 1300px;
}

.banner-image {
    height: 240px;
    font-size: 0;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

.banner-container.full-size .banner-image {
    height: auto;
    padding-top: 34.65%;
}

.banner-text {
    width: 100%;
    height: 100%;
    padding: 5px 2em;
    position: absolute !important;
    bottom: 0;
    color: white;
    text-align: center;
    box-sizing: border-box;
}

.banner-text:after {
    content: '';
    width: 1px;
    height: 100%;
    margin-right: -1px;
    display: inline-block;
    vertical-align: middle;
}

.banner-text.hide-empty {
    display: none;
}

.banner-text > h3 {
    display: inline-block;
    margin: auto;
    width: 100%;
    width: calc(100% - 2em);
    font-size: 4em;
    font-weight: normal;
    line-height: 1.2;
    color: white;
    vertical-align: middle;
}

.banner-container.full-size {
    border-bottom: 5px solid #F48221;
}

.banner-container.full-size .banner-text {
    height: 5em;
    background-color: rgba(0, 0, 0, 0.3);
}

.banner-container.full-size .banner-text > h3 {
    font-size: 1.4em;
    font-weight: bold;
}

@media (max-width: 768px) {
    .banner-image {
        height: 120px;
    }
    .banner-text > h3 {
        font-size: 2em;
    }
    .banner-container.full-size .banner-text {
        height: auto;
        padding: 5px 0.5em;
    }
    .banner-container.full-size .banner-text > h3 {
        font-size: 1.2em;
    }
}

@media (max-width: 460px) {
    .banner-text > h3 {
        font-size: 1.6em;
    }
    .banner-container.full-size .banner-text > h3 {
        font-size: 1em;
    }
}


/* ****************
 * Service
 * ****************/

.service-content .content-container,
.serviceindex-content .content-container {
    text-align: center;
}

.description-container {
    width: calc(87vw + 10px);
    max-width: 1030px;
    margin: 2em auto;
    padding: 0 20px;
}

.service-back-container {
    width: calc(87vw + 10px);
    max-width: 1030px;
    padding: 0 20px;
    margin: auto;
}

.service-back-container a {
    color: #625D59;
    display: inline-block;
}

.service-back-container a span:before {
    max-width: 52px;
    max-height: 52px;
    width: 3em;
    height: 3em;
    margin-right: 1em;
    background: url('../Images/buttons/back-btn.png') no-repeat center;
    background-color: #625D59;
    background-size: contain;
    content: '';
    display: inline-block;
    vertical-align: middle;
}

.box-popup-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 21;
}

.cms-editmode .box-content[data-detail-visibility] .box-popup-overlay {
    display: block !important;
}

.box-popup-holder {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: 20px;
    height: 300px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.box-popup-content {
    max-width: 720px;
    width: 85%;
    width: calc(100vw - 75px);
    height: 100%;
    padding: 1em;
    margin: -5px auto 0;
    background: white;
    position: relative;
    border-top: 10px solid #F48221;
    box-shadow: 0px 0 20px #808080;
    display: block;
    cursor: auto;
}

.box-popup-content .right-arrow,
.box-popup-content .left-arrow,
.box-popup-content .close-cross {
    text-indent: -9999px;
    background: no-repeat center;
    background-size: contain;
}

.box-popup-content .right-arrow,
.box-popup-content .left-arrow {
    width: 5%;
    height: 100%;
    height: calc(100% + 5px);
    position: absolute;
    top: 0;
}

.box-popup-content .close-cross {
    width: 2.2em;
    height: 2.2em;
    position: absolute;
    top: -3.5em;
    top: calc(-2.2em - 15px);
    right: -4px;
    background-image: url('../images/buttons/close-cross.png');
}

.box-popup-content .left-arrow {
    left: -5%;
    background-image: url('../images/buttons/left-arrow.png');
}

.box-popup-content .right-arrow {
    right: -5%;
    background-image: url('../images/buttons/right-arrow.png');
}

.box-detail {
    margin: -1em;
    padding: 1em;
    height: 100%;
    text-align: left;
    overflow: hidden;
}

.box-detail:after {
    content: '';
    display: block;
    clear: both;
}

.box-detail-image {
    max-width: 402px;
}

.box-detail-image .thumb-listing {
    width: 90px;
    width: calc(25% - 5.5px);
    height: 100%;
    float: left;
}

.box-detail-image .thumb {
    width: 100%;
    padding-top: 100%;
    display: block;
    position: relative;
    opacity: 0.6;
    cursor: pointer;
    cursor: hand;
    overflow: hidden;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.box-detail-image .thumb + .thumb {
    margin-top: 7.5px;
}

.box-detail-image .thumb img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.box-detail-image .thumb:hover,
.box-detail-image .thumb.active {
    opacity: 1;
}

.box-detail-image .thumb:hover:after,
.box-detail-image .thumb.active:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #F48221;
}

.box-detail-image .full-image-container {
    overflow: hidden;
    margin-left: 7px;
    width: 75%;
    width: calc(75% - 1.5px);
    height: 100%;
    float: left;
}

.box-detail-image .full-image-holder {
    width: 500%;
    height: 100%;
}

.box-detail-image .full-image {
    padding-top: 20%;
    width: 20%;
    float: left;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.box-detail-image .full-image img {
    position: absolute;
    width: 100%;
    top: 0;
}

.box-detail-description {
    padding: 2px 2px 1em 1em;
    overflow: hidden;
}

@media (max-width: 768px) and (max-aspect-ratio: 1/1) {
    .box-popup-holder {
        max-height: 540px;
        height: 80%;
        height: calc(100vh - 140px)
    }
    .box-popup-content {
        max-width: 402px;
    }
    .box-detail {
        padding-top: 75%;
        margin: 0;
        position: absolute !important;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        height: auto;
    }
    .box-detail-image {
        position: relative;
        margin: -75% -1em 0;
        padding: 1em 1em 75%;
        background-color: white;
        z-index: 1;
    }
    .box-detail-description {
        padding-left: 0;
        padding-top: 1em;
        clear: both;
    }
}

@media (max-width: 768px) and (min-aspect-ratio: 1/1) {
    .box-popup-holder {
        height: 60vh;
    }
    .box-popup-content {
        width: 120vh;
    }
    .box-detail-image {
        width: 80vh;
    }
}

.box-detail-description-header img {
    width: 2.2em;
    height: 2.2em;
    display: inline-block;
    vertical-align: middle;
}

.box-detail-description-header h3 {
    font-size: 2em;
    color: #F48221;
    line-height: 1;
}

.box-detail-description-content {
    margin-top: 0.5em;
}

.box-detail-description-content > p {
    font-size: 1em;
    line-height: 1.8;
}

.box-detail-description-link {
    margin-top: 1em;
}

@media (max-width: 1300px) {
    .box-detail-description-content > p {
        line-height: 1.6;
    }
}

@media (max-width: 1050px) {
    .box-detail-description-content > p {
        line-height: 1.4;
    }
}


/* ****************
 * List Content
 * ****************/

.list-box,
.list-image,
.list-description {
    box-sizing: border-box;
}

.list-box-container:after,
.list-box:after {
    content: '';
    display: block;
    clear: both;
}

.list-box-container {
    max-width: 1100px;
    margin: auto auto 2em;
}

.list-box {
    background: white;
}

.list-box + .list-box {
    margin-top: 1.5em;
}

.list-box[data-hidden] {
    display: none;
}

.list-image {
    max-width: 620px;
    width: 62%;
}

.list-image img {
    width: 100%;
}

.list-description {
    width: 38%;
    padding: 2em;
}

.list-description h3 {
    margin-bottom: 1em;
    display: block;
}

.list-box .btn-orange {
    margin-top: 1em;
}

.list-box.odd .list-image,
.list-box.even .list-description,
.list-box.even .btn-orange {
    float: left;
}

.list-box.even .list-image,
.list-box.odd .list-description {
    float: right;
}

.list-box[data-box-position="left"] .list-image,
.list-box[data-box-position="right"] .list-description,
.list-box[data-box-position="right"] .btn-orange {
    float: left;
}

.list-box[data-box-position="right"] .list-image,
.list-box[data-box-position="left"] .list-description {
    float: right;
}

.list-box .list-image[data-is-video] a:after {
    width: 100%;
    height: 100%;
    background: url(../Images/buttons/play-btn.png) no-repeat center;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

.list-box.active .list-image[data-is-video] a:after {
    content: none;
}

.list-box.right .list-description {
    padding: 0 2em 0 0;
}

.list-box.left .list-description {
    padding: 0 0 0 2em;
}

.list-box-container.small .list-box {
    padding: 2em;
}

.list-box-container.small .list-image {
    max-width: 465px;
    width: 50.5%;
    position: relative;
}

.list-box-container.small .list-image[data-is-video],
.list-box-container.small .list-box[data-item-type="video"] .list-image {
    padding-top: 26%;
}

.list-box-container.small .list-image[data-is-video] > a,
.list-box-container.small .list-box[data-item-type="video"] .list-image > a {
    display: block;
}

.list-box-container.small .list-image[data-is-video] .slider-container,
.list-box-container.small .list-box[data-item-type="video"] .slider-container {
    display: none;
}

.list-box-container.small .list-image[data-is-video] iframe,
.list-box-container.small .list-box[data-item-type="video"] iframe {
    display: block;
    position: absolute;
    top: 0;
}

.list-box-container.small .list-box[data-item-type="image"] iframe {
    display: none;
}

.list-box-container.small .list-image .slider-container,
.list-box-container.small .list-box[data-item-type="image"] .slider-container {
    display: block;
}

.list-box-container.small .list-image[data-is-video] a {
    display: none;
}

.list-box-container.small .list-image iframe {
    display: none;
}

.list-box-container.small .list-description {
    width: 49.5%;
    padding: 0;
}

.list-box-container.small .list-box[data-box-position="right"] .list-description {
    padding-right: 2em;
}

.list-box-container.small .list-box[data-box-position="left"] .list-description {
    padding-left: 2em;
}

@media (max-width: 640px) {
    .hightlight-description > h3,
    .list-description h3 {
        margin-bottom: 5px;
        font-size: 1.2em;
    }
    .list-box-container.small .list-box {
        padding: 1em;
    }
    .list-box[data-box-position] .list-description,
    .list-box[data-box-position="right"] .list-image,
    .list-box[data-box-position="left"] .list-description,
    .list-box.odd .list-description,
    .list-box.odd .list-image,
    .list-box.even .list-image,
    .list-box.even .list-description {
        float: none;
    }
    .list-box-container.small .list-description,
    .list-box-container.small .list-image {
        width: 100%;
        max-width: none;
        padding: 0;
    }
    .list-box-container.small .list-image[data-is-video],
    .list-box-container.small .list-box[data-item-type="video"] .list-image {
        max-width: none;
        margin: auto auto 20px;
        padding-top: 56%;
    }
}


/* ****************
 * eForm
 * ****************/

.contactus-form {
    position: relative;
    max-width: 1000px;
    padding: 1em;
    margin: auto;
    background: white;
    box-sizing: border-box;
    border: 5px solid #F48221;
}

.contactus-form.busy:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.5) url('data:image/gif;,');
    cursor: progress;
    z-index: 1000;
}

.contactus-form .form-tnc {
    margin: 2em;
}

.contactus-form .form-error,
.contactus-form .form-success {
    margin: 2em;
    display: none;
}

.contactus-form .form-error {
    color: #c33;
}

.contactus-form .form-column {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.contactus-form .form-column-left {
    width: 30%;
}

.contactus-form .form-column-right {
    margin-left: 10px;
    width: 50%;
}

.contactus-form .form-two-sub-column:after {
    content: '';
    display: block;
    clear: both;
}

#form-cell-region {
    width: 45%;
    float: left;
}

#form-cell-phone {
    width: 50%;
    margin: 0;
    float: right;
}

@media (max-width: 768px) {
    .contactus-form .form-column {
        display: block;
        margin-left: 0;
        width: 100%;
    }
    #form-cell-salutation {
        width: 150px;
        float: left;
    }
    #form-cell-salutation span {
        margin-top: 0;
    }
    #form-cell-name {
        padding-left: 160px;
    }
    #form-cell-region {
        width: 150px;
    }
    #form-cell-phone {
        width: auto;
        padding-left: 160px;
        float: none;
    }
    .contactus-form .form-tnc {
        margin: 2em auto;
        font-size: 0.8em;
    }
}

@media (max-width: 460px) {
    #form-cell-salutation {
        width: auto;
        float: none;
    }
    #form-cell-name {
        padding-left: 0;
    }
    #form-cell-region,
    #form-cell-phone {
        width: auto;
        float: none;
    }
    #form-cell-phone {
        margin: 0.75em 0 0.25em;
        padding-left: 0;
    }
}

.contactus-form label {
    display: block;
}

.contactus-form label:after {
    content: '';
    display: block;
    clear: both;
}

.contactus-form label span {
    display: block;
    margin: 0.75em 0 0.25em;
}

.contactus-form label span .required {
    display: inline;
    color: #c33;
}

.contactus-form .form-inputbox,
.contactus-form textarea,
.contactus-form select {
    display: block;
    box-sizing: border-box;
    padding: 0.5em;
    background: #F2F2F2;
    border: 1px solid #ddd;
    width: 100%;
    height: 2.5em;
}

.contactus-form textarea {
    height: 12.5em;
    overflow-y: scroll;
    resize: none;
}

.contactus-form .form-inputbox.error,
.contactus-form textarea.error,
.contactus-form select.error {
    border-color: #c33;
}

.contactus-form .form-description {
    padding: 1em;
    box-sizing: border-box;
    text-align: center;
}

.contactus-form .form-description a {
    color: #F48221;
}

.contactus-form .form-error-message {
    padding: 1em;
    color: #c33;
    box-sizing: border-box;
}

.contactus-form .form-error-message > ul {
    width: 75%;
    display: block;
    margin: auto;
}

.contactus-form .form-input-content {
    padding: 1em 2em;
    text-align: center;
}

.contactus-form .btn-controls {
    text-align: center;
}

@media (max-width: 950px) {
    .form-sub-section,
    .form-input,
    .form-label {
        float: none;
    }
    .contactus-form .form-description,
    .contactus-form .form-input-content {
        float: none;
    }
    .contactus-form .form-description {
        width: auto;
    }
    .contactus-form .btn-controls > a {
        width: 50%;
        float: none;
    }
}

@media (max-width: 768px) {
    .contactus-form .form-error-message {
        padding: 1em 2em;
    }
    .contactus-form .form-error-message > ul {
        width: auto;
        padding: 0 1em;
    }
}

@media (max-width: 460px) {
    .contactus-form .btn-controls > a {
        display: block;
        width: auto;
    }
}


/* ****************
 * Corp Promo Content
 * ****************/

.hightlight-intro-container {
    max-width: 1100px;
    margin: auto auto 2em auto;
}

.hightlight-intro-container .btn-orange {
    margin-top: 2em;
}

.hightlight-image {
    float: left;
}

.hightlight-intro-container.image-right .hightlight-image {
    float: right;
}

.hightlight-description {
    overflow: hidden;
}

.hightlight-intro-container.image-right .hightlight-description {
    padding-right: 2em;
}

.hightlight-intro-container.image-left .hightlight-description {
    padding-left: 2em;
}

.hightlight-description > h3 {
    margin-bottom: 0.5em;
}

.hightlight-description > p {
    line-height: 1.8;
}

.hightlight-image {
    max-width: 280px;
    width: 28%;
}

@media (max-width: 768px) {
    .hightlight-intro-container.image-right .hightlight-description {
        padding-right: 1em;
    }
    .hightlight-intro-container.image-left .hightlight-description {
        padding-left: 1em;
    }
    .hightlight-image {
        width: 50%;
    }
}

@media (max-width: 640px) {
    .hightlight-image {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 1em;
        float: none !important;
    }
}

.hightlight-image a {
    display: block;
    color: #F48221;
    text-align: right;
    text-decoration: none;
}

.hightlight-image [data-property="showZoom"] a:before {
    content: '';
    width: 0.8em;
    height: 1em;
    margin-right: 10px;
    display: inline-block;
    background: url(../Images/buttons/zoom-in-btn.png) no-repeat;
    background-size: cover;
    vertical-align: middle;
}

.hightlight-image img {
    width: 100%;
}

.hightlight-intro + .hightlight-intro {
    margin-top: 1.5em;
}

.hightlight-intro:after {
    content: '';
    display: block;
    clear: both;
}

.social-container {
    max-width: 1100px;
    margin: auto;
}

.social-header {
    padding-bottom: 0.25em;
    border-bottom: 2px solid #017858;
    color: #017858;
    text-transform: uppercase;
    font-weight: bold;
}

.social-header > h3 {
    display: block;
    font-size: 1.2em;
}

.social-listing {
    max-width: 1100px;
    margin: 1em auto;
    text-align: center;
}

.social-listing:after {
    content: '';
    display: block;
    clear: both;
}

.social-box-container {
    display: inline-block;
}

.social-box {
    position: relative;
    margin: 0 5px 20px;
    width: 350px;
    min-height: 300px;
    float: left;
    background: white;
}

.social-box.nth-child-3n_1 {
    clear: both;
}

.social-box .fb-post,
.social-box .fb-post > span,
.social-box iframe {
    position: relative !important;
    width: 100% !important;
}

.cms-editmode .social-box a {
    display: block;
    height: 100px;
}

@media(max-width: 1140px) {
    .social-box.nth-child-3n_1 {
        clear: none;
    }
    .social-box.nth-child-2n_1 {
        clear: both;
    }
}

@media(max-width: 780px) {
    .social-box {
        float: none;
    }
}

@media(max-width: 399px) {
    .social-listing {
        margin-bottom: -50%;
        margin-left: -20%;
        margin-right: -20%;
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
        -webkit-transform-origin: top center;
        -moz-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
    }
}


/* ****************
 * Store Locator: Listing
 * ****************/
.storelocator-content {
    position: relative;
    padding-bottom: 125px;
}

.store-box-container {
    width: 100%;
    max-width: 65em;
    display: block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
}

.store-box-container:after {
    content: '';
    display: block;
    clear: both;
}

.store-box {
    width: 30%;
    padding: 1em 1em 10em 1em;
    margin: 1em 1.5%;
    float: left;
    background: white;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
}

.store-box:nth-child(3n) {
    clear: right;
}

.store-box h3 {
    font-size: 1.2em;
}

.store-box p {
    font-size: 0.9em;
}

.store-detail {
    position: relative;
}

.store-detail .btn-orange {
    width: 8em;
    padding: 5px;
    font-size: 0.8em;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
}

.store-open,
.store-service,
.store-recruitment {
    font-size: 0.8em;
}

.store-box dt,
.store-service span {
    color: #F48221;
}

.store-open,
.store-recruitment {
    margin: 0.5em 0 0 0;
}

.store-open dd {
    margin-left: 0;
}

.store-service-container {
    margin: 0.6em -2.4em 0 0;
    list-style: none;
}

.store-service.small-icon .store-service-container {
    margin-right: -1.8em;
}

.store-service-container:after {
    content: '';
    display: block;
    clear: both;
}

.store-service-container li {
    /* width: 40px; */
    margin: 0 1.9em 0.8em 0;
    float: left;
    opacity: 0.3;
}

.store-service.small-icon .store-service-container li {
    margin-right: 0.8em;
}

.store-service-container li.active {
    opacity: 1;
}

.store-service {
    margin: 0;
    position: absolute;
    left: 1em;
    right: 1em;
    bottom: 0.5em;
}

.store-service span {
    padding-bottom: 0.2em;
    border-bottom: 1px solid #BFBFBF;
    display: block;
}

.store-service .service-icon {
    width: 3.8em;
    padding-top: 100%;
    line-height: 0;
}

.store-service.small-icon .service-icon {
    width: 3.5em;
}

@media (max-width: 1300px) {
    .store-service.small-icon .store-service-container li {
        margin-right: 1.2em;
    }
    .store-service .service-icon {
        width: 3.5em;
    }

    .store-service.small-icon .service-icon {
        width: 3.2em;
    }
}

@media (max-width: 900px) {
    .store-box-container {
        font-size: 16px;
    }
    .store-box {
        width: 45%;
        /* padding: 1em; */
        margin: 1em 2.5%;
        background: white;
        box-sizing: border-box;
    }
    .store-box:nth-child(2n) {
        clear: right;
    }
    .store-service {
        bottom: 0;
    }
    .store-service.small-icon .service-icon {
        width: 3em;
    }
    .store-service.small-icon .store-service-container li {
        margin-right: 2em;
    }
}

@media (max-width: 768px) {
.storelocator-content .content-container {
    min-height: 216px;
    height: calc(80vh - 200px);
    overflow-y: auto;
    overflow-x: hidden;
}
    .store-box-container {
        width: auto;
        display: block;
        margin-top: 1.5em;
    }
    .store-box {
        width: auto;
        margin: auto;
        padding: 1em;
        float: none;
    }
    .store-box + .store-box {
        margin-top: 1em;
    }
    .store-detail {
        height: auto;
    }
    .store-service-container {
        margin-right: -3.7em;
    }
    .store-service {
        margin-top: 10px;
        border-top: 1px solid #BFBFBF;
        position: static;
    }
    .store-service span {
        display: none;
    }
    .store-service .store-service-container li {
        margin-right: 2.4em;
    }
}

@media (max-width: 640px) {
    .store-service-container {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-right: 0;
    }
    .store-service .service-icon {
        width: 40px;
        padding-top: 40px;
    }
    .store-service .store-service-container li {
        margin-right: 0;
        -webkit-flex-shrink: : 1;
        flex-shrink: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }
}

@media (max-width: 440px) {
    .store-service-container {
        display: block;
        margin-right: -27px;
        max-width: 280px;
    }
    .store-service .store-service-container li {
        margin-right: 27px;
    }
}

.store-distance {
    display: none;
    color: #017858;
    float: right;
    text-align: center;
}

.store-distance .distance-icon {
    width: 40px;
    height: 40px;
    background: url(../Images/icon/distance-icon.png) no-repeat;
    background-size: 40px 40px;
}

.store-distance span {
    font-size: 80%;
}

@media (max-width: 768px) {
    .store-distance {
        display: block;
    }
}

.mobile-store-overlay {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: none;
}

.mobile-store-overlay-content {
    padding: 10px 1em;
    border-top: 1px solid #625D59;
    background: white;
    font-size: 16px;
}

.mobile-store-recruitment-container {
    position: relative;
}

.mobile-store-overlay-content .btn-orange {
    width: 8em;
    font-size: 0.8em;
    padding: 5px;
    text-align: center;
    position: absolute;
    right: 1em;
    bottom: 0;
}

.mobile-store-overlay-content h3 {
    font-size: 1.2em;
}

.mobile-store-overlay-content p {
    font-size: 0.9em;
}

.mobile-store-overlay-content dl {
    font-size: 0.8em;
    margin-top: 1em;
 /*   margin-right: 3em;
    display: inline-block;
        */
    position: relative;

}

.mobile-store-overlay-content dt {
    color: #F48221;
}

/*
.mobile-store-recruitment:before {
    content: '';
    height: 100%;
    position: absolute;
    left: -1.5em;
    border-left: 1px solid #C3C3C3;
}
*/

.mobile-store-overlay-service-container {
    margin-top: 1em;
    border-top: 1px solid #BFBFBF;
}

.mobile-store-overlay-services {
    max-width: 31em;
    margin: auto;
    padding: 1em 0;
    list-style: none;
    box-sizing: border-box;
}

.mobile-store-overlay-services:after {
    content: '';
    display: block;
    clear: both;
}

.mobile-store-overlay-services li {
    margin: 0 5px;
    opacity: .3;
    float: left;
}

.mobile-store-overlay-services li.active {
    opacity: 1;
}

.mobile-store-overlay-services.two-row li {
    margin-left: 22px;
}


.mobile-store-overlay-services.two-row .second-row {
    margin-top: 15px;
}

.mobile-store-overlay-services.two-row li.nth-child-6 {
    clear: left;
}

.mobile-store-overlay-services .service-icon {
    width: 3em;
    height: 3em;
}

.mobile-store-overlay-close {
    width: 2em;
    height: 2em;
    position: absolute;
    right: 0;
    top: -2em;
    background: url('../images/buttons/m-close-btn.png') no-repeat center;
    background-color: #625D59;
    background-size: 20px 20px;
    cursor: pointer;
    cursor: hand;
}


/* ****************
 * Store Locator: Search
 * ****************/

.mobile-locator-nav-list {
    display: none;
}

@media (max-width: 768px) {
    .mobile-locator-nav-list {
        display: block;
    }
}

.mobile-locator-nav-list:after {
    content: '';
    display: block;
    clear: both;
}

.mobile-locator-nav {
    height: 45px;
    width: 50%;
    background: #625D59;
    float: left;
    line-height: 45px;
    text-align: center;
}

.mobile-locator-nav.active {
    background: #017858;
}

.mobile-locator-nav a {
    display: block;
    opacity: 0.4;
    color: white;
    font-size: 1.2em;
}

.mobile-locator-nav.active a {
    opacity: 1;
}

.mobile-locator-nav span {
    position: relative;
}

.mobile-locator-nav span:before {
    content: '';
    position: absolute;
    left: 0;
    background-size: cover;
}

.mobile-locator-nav.nav-map span {
    padding-left: 35px;
}

.mobile-locator-nav.nav-map span:before {
    width: 24px;
    height: 27px;
    background-image: url(../Images/icon/map-icon.png);
    bottom: -2px;
}

.mobile-locator-nav.nav-listing span {
    padding-left: 40px;
}

.mobile-locator-nav.nav-listing span:before {
    width: 29px;
    height: 18px;
    background-image: url(../Images/icon/listing-icon.png);
    bottom: 2px;
}

.search-input-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.search-input {
    width: 17em;
    height: 36px;
    padding: 0 36px 0 0.5em;
    border: 1px solid;
    background: white;
    box-sizing: border-box;
    cursor: pointer;
    cursor: hand;
}

.middle-nav-container .search-input {
    margin-left: 1em;
    border-color: white;
}

.mobile-search-container .search-input {
    width: 14em;
    padding: 0 36px 0 0;
}

.search-input > span {
    height: 34px;
    display: block;
    color: black;
    line-height: 34px;
}

.search-input-container .btn-search {
    width: 36px;
    height: 36px;
    border: 1px solid white;
    background: #017858 url('../images/buttons/search-btn.png') no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -9999px;
    box-sizing: border-box;
}

.search-input-container .btn-cancel {
    width: 17px;
    height: 17px;
    background: url('../images/buttons/cancel-btn.png') no-repeat center;
    position: absolute;
    bottom: 10px;
    right: 45px;
    text-indent: -9999px;
    display: none;
}

@media (max-width: 1180px) {
    .search-input-container .btn-search {
        background-color: #F48221;
    }
}

@media (max-width: 768px) {
    .search-input-container .btn-search {
        background-color: #017858;
    }
}

.search-service-container {
    background: white;
}

.search-service {
    height: 3.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.search-service:before {
    content: '';
    width: 1px;
    height: 2.5em;
    margin-left: -3px;
    display: inline-block;
    vertical-align: middle;
}

.search-service span {
    color: #017858;
}

.search-service ul {
    width: 97%;
    width: calc(97% - 150px);
    margin-right: 1.5em;
    float: right;
}

.search-service ul:after {
    content: '';
    display: block;
    clear: both;
}

.search-service li + li {
    margin-left: 5.5%;
}

.search-service.two-row li + li {
    margin-left: 5%;
}

.search-service li:before {
    top: 1em;
    border-left-color: #625D59;
}

.search-service li {
    opacity: 0.3;
}

.search-service li:hover {
    opacity: 0.6;
}

.search-service li.active {
    opacity: 1;
}

.search-service a {
    width: 2.5em;
    display: block;
    text-indent: -9999px;
    padding-top: 100%;
    line-height: 0;
}

@media (max-width: 1300px) {
    .store-search-input {
        height: 32px;
    }
}

@media (max-width: 1180px) {
    .search-service.two-row {
        height: auto;
    }

    .search-service.two-row .second-row {
        margin-top: 1em;
    }

    .search-service.two-row li + li {
        margin-left: 10%;
    }

    .search-service.two-row .second-row.nth-child-6 {
        margin-left: 0;
        clear: left;
    }
}

@media (max-width: 1050px) {
    .store-search-input {
        width: 15em;
        height: 28px;
    }
    .search-service ul {
        width: 100%;
        width: calc(100% - 150px);
        margin: 0 5px;
    }
    .search-service ul li + li {
        margin-left: 5%;
    }
}

.store-district-list {
    width: 32em;
    display: none;
    position: absolute;
    padding: 1em;
    right: 0;
    bottom: 1em;
    bottom: calc(1em + 37px);
    font-size: 0.9em;
    background: white;
    box-sizing: border-box;
    overflow: hidden;
    cursor: default;
    z-index: 1;
}

@media (max-width: 1180px) {
    .store-district-list {
        right: auto;
        left: 0;
    }
}

.store-district-list dl:after {
    content: '';
    display: block;
    clear: both;
}

.store-district-list dl + dl {
    margin-top: 1em;
}

.store-district-list dt {
    color: #F48221;
    font-weight: normal;
    margin-bottom: 0.25em;
}

.store-district-list dd {
    margin: auto 1em 0.5em auto;
    float: left;
    font-size: 0.9em;
}

.store-district-list dd a {
    color: black;
}

.store-district-list span {
    margin-right: 1em;
}

.mobile-search-container {
    display: none;
    /*position: relative;*/
    position: absolute;
    left: 0; 
    right: 0;
    bottom: 0;
    color: #017858;
    background: white;
}

@media (max-width: 768px) {
    .mobile-search-container {
        display: block;
    }
    .storelocator-content .content-container,
    .storelocator-content .middle-nav-container {
        display: none;
    }
    .storelocator-content.listing .content-container {
        display: block;
    }
    .storelocator-content.listing #map-container
    /*,.storelocator-content.listing .mobile-search-container*/ {
        display: none;
    }
}

.mobile-search-container .search-input span {
    font-size: 0.9em;
    font-weight: bold;
}

.mobile-search-container .search-service-container,
.mobile-search-container {
    border-bottom: 1px solid #625D59;
}

.mobile-search-container .search-service-container,
.mobile-search-district-container {
    padding: 0.5em 1em;
    box-sizing: border-box;
    position: relative;
}

.mobile-search-container .search-service-container {
    padding-left: 110px;
    white-space: nowrap;
}

.mobile-search-container .search-service:before,
.mobile-search-container .search-service:after {
    content: '';
    width: 15%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
    z-index: 1;
}

.mobile-search-container .search-service-container.scrollable-x-l .search-service:before {
    display: block;
    top: 0;
    left: 104px;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.7, white));
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0), white 70%);
    opacity: 1;
}

.mobile-search-container .search-service-container.scrollable-x-r .search-service:after {
    display: block;
    top: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.7, white));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), white 70%);
    opacity: 1;
}

.mobile-search-container .search-service-container span {
    width: 100px;
    display: inline-block;
    position: relative;
    margin-left: -100px;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    white-space: normal;
}

.mobile-search-container .search-service {
    display: inline-block;
    background: white;
    box-sizing: border-box;
    vertical-align: middle;
    overflow: hidden;
}

.mobile-search-container .search-service ul {
    display: inline-block;
    margin: auto;
    list-style: none;
    vertical-align: middle;
    white-space: nowrap;
    float: none;
    width: auto;
}

.mobile-search-container .search-service ul:after {
    content: '';
    display: block;
    clear: both;
}

.mobile-search-container .search-service li {
    margin: 0 5px;
    display: inline-block;
    text-indent: -9999px;
}

.mobile-search-container .search-service li a {
    width: 40px;
}

.mobile-search-district-container {
    padding-left: 80px;
    white-space: nowrap;
    text-align: center;
}

.mobile-search-district {
    margin: auto;
}

.mobile-search-district:after {
    content: '';
    display: block;
    clear: both;
}

.mobile-search-district > span {
    width: 80px;
    display: inline-block;
    position: relative;
    margin-left: -81px;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
}

.mobile-search-container .store-district-list-container {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 1em;
    bottom: calc(1em + 36px);
    overflow: hidden;
    -webkit-transition: padding-top 0.4s ease-out, margin-top 0.4s ease-out;
    -moz-transition: padding-top 0.4s ease-out, margin-top 0.4s ease-out;
    -ms-transition: padding-top 0.4s ease-out, margin-top 0.4s ease-out;
    -o-transition: padding-top 0.4s ease-out, margin-top 0.4s ease-out;
    transition: padding-top 0.4s ease-out, margin-top 0.4s ease-out;
}

.mobile-search-container.show-district-list .store-district-list-container {
    padding-top: 40em;
    margin-top: -40em;
}

.mobile-search-container .store-district-list {
    display: block;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: transform 0.4s ease-out;
    -moz-transition: transform 0.4s ease-out;
    -ms-transition: transform 0.4s ease-out;
    -o-transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.mobile-search-container.show-district-list .store-district-list {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.mobile-search-container .store-district-list {
    width: 100%;
    padding: 0;
}

.mobile-search-container .store-district-list:before,
.mobile-search-container .store-district-list:after {
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.mobile-search-container .store-district-list:before {
    width: 1px;
    top: 0;
    bottom: 0;
    left: 40px;
    left: calc(40% - 1px);
}

.mobile-search-container .store-district-list:after {
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
}

.mobile-search-container .store-district-item + .store-district-item {
    margin-top: 0.5em;
}

.mobile-search-container .store-district-item {
    width: 60%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
    text-align: center;
    background-color: white;
    overflow: auto;
    z-index: -1;
    box-sizing: border-box;
    display: none;
}

.mobile-search-container .store-district-item.active {
    z-index: 1;
    display: block;
}

.mobile-search-container .store-district-item p {
    display: block;
    margin-bottom: .3em;
    color: black;
}

.mobile-search-container .store-district-item a {
    display: block;
    color: black;
}

.mobile-search-container .store-district-item > dd {
    display: none;
}

.mobile-search-container .store-district-title {
    width: 40%;
    display: block;
    padding: 10px 24px;
    background-color: white;
    color: #F48221;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    box-sizing: border-box;
}

.mobile-search-container .store-district-title.active {
    background-color: #F48221;
    color: white;
}

.mobile-search-container .store-district-title.disabled {
    cursor: default;
}

.mobile-search-container .search-input-container {
    display: inline-block;
    position: relative;
    float: none;
    border-color: #017858;
    vertical-align: middle;
}

.mobile-search-container .search-input-container .btn-search,
.mobile-search-container .search-input {
    border-color: #017858;
}


/* ****************
 * Google Map
 * ****************/

#map-container {
    width: 100%;
    height: 450px;
}

#map-rb-controls {
    margin: 10px;
}

#center-user {
    width: 35px;
    height: 35px;
    display: none;
    border-radius: 2px;
    background: white url(../Images/icon/distance-icon.png) center no-repeat;
    background-size: 20px;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
}

@media (max-width: 768px) {
    #map-container {
        height: 80vh;
    }
    #center-user {
        display: block;
    }
}

.store-popupbox {
    width: 480px;
    padding: 1.2em;
    /* border: 3px solid #F6C231; */
    background: white;
    font-size: 16px;
    font-family: 'Microsoft JhengHei', 'Arial';
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
}

.store-popup-detail h3 {
    font-size: 1.2em;
}

.store-popup-detail p {
    font-size: 0.9em;
}

.store-popup-detail dl {
    font-size: 0.8em;
    margin-top: 1em;
}

.store-popup-detail dt {
    color: #F48221;
}

.store-popup-recruitment-container {
    position: relative;
}

.store-popup-detail .btn-orange{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 8em;
    padding: 5px;
    font-size: 0.8em;
    text-align: center;
}

.store-popup-services {
    margin-top: 1em;
    padding: 1em 0 0;
    border-top: 1px solid #BFBFBF;
    list-style: none;
}

.store-popup-services:after {
    content: '';
    display: block;
    clear: both;
}

.store-popup-services li {
    float: left;
    opacity: 0.3;
}

.store-popup-services li.active {
    opacity: 1;
}

.store-popup-services li + li {
    margin-left: 10.5px;
}

.store-popup-services .service-icon {
    width: 45px;
    height: 45px;
    float: left;
}

.store-popup-services.two-row .second-row {
    margin-top: 15px;
}

.store-popup-services.two-row li + li {
    margin-left: 50px;
}

.store-popup-services.two-row .nth-child-6 {
    margin-left: 0;
    clear: left;
}

@media (max-width: 768px) {
    .store-popupbox {
        display: none;
    }
}


/* ****************
 * News
 * ****************/

.news-container {
    max-width: 1100px;
    margin: auto;
}

.news-header {
    padding-bottom: 0.25em;
    border-bottom: 2px solid #017858;
    color: #017858;
    text-transform: uppercase;
    font-weight: bold;
}

.news-listing {
    position: relative;
    max-width: 1020px;
    margin: 1em auto;
}

.news-listing:after {
    content: '';
    display: block;
    clear: both;
}

@media (max-width: 1060px) {
    .news-listing {
        max-width: 765px;
    }
}

@media (max-width: 810px) {
    .news-listing {
        max-width: 510px;
    }
}

@media (max-width: 530px) {
    .news-listing {
        width: auto;
        margin-left: -5px;
        margin-right: -5px;
    }
}

.news-box {
    position: relative;
    margin: 0 10px 20px;
    width: 24%;
    width: calc(25% - 20px);
    float: left;
}

.news-box:hover:before {
    content: ' ';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

.news-box.active:before {
    content: ' ';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

.news-box.active:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #F48221;
    pointer-events: none;
}

.news-box a {
    display: block;
    padding-top: 100%;
    color: white;
}

.news-box img {
    display: block;
    margin-top: -100%;
    width: 100%;
}

@media (max-width: 810px) {
    .news-box {
        width: 33%;
        width: calc(33% - 20px);
    }
}

@media (max-width: 640px) {
    .news-box {
        width: 50%;
        width: calc(50% - 20px);
    }
}

.news-box .news-description {
    width: 100%;
    padding: 0.5em;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    line-height: 1.2;
}

.news-box .news-description p {
    display: block;
    color: white;
    text-align: center;
}


/* ****************
 * Notice Overlay
 * ****************/

.notice-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 1;
}

.notice-holder {
    width: 100%;
    height: 300px;
    margin-top: -150px;
    position: absolute;
    top: 50%;
}

.notice-content {}


/* ****************
 * Food
 * ****************/

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

.food-content .content {
    max-width: 1080px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: auto;
    flex-wrap: wrap;
}

.food-content img {
    width: 100%;
}

.food-content .banner,
.franchise .banner,
.about-us .banner,
.hiring .banner,
.learning .banner {
    margin: 0 0 40px;
}

.food-content .banner img,
.franchise .banner img,
.about-us .banner img,
.hiring .banner img,
.learning .banner img {
    width: 100%;
    display: block;
}

.food-content .full-row {
    width: 100%;
    position: relative;
    margin: 10px 0;
}

.food-content .row {
    width: 60%;
    position: relative;
}

.food-content .col {
    width: 38%;
    position: relative;
}

.food-content .left {
    position: relative;
    margin-right: 2%;
}

.food-content .top {
    position: relative;
    margin-bottom: 2%;
}

.food-content .bottom {
    position: relative;
}

.food-content .btn-store {
    position: absolute;
    top: 80%;
    left: 62%;
    padding: 0.4em 2em;
    font-size: 0.9em;
    border: 2px solid #F48221;
    color: #F48221;
}

.food-content .en .btn-store {
    top: 76%;
    left: 61.3%;
}

.food-content .btn-frozen-store {
    position: absolute;
    top: 76%;
    left: 5%;
    padding: 0.4em 2em;
    font-size: 0.9em;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}

.food-content .btn-hotshot-store {
    position: absolute;
    top: 92%;
    left: 7%;
    padding: 0.4em 2em;
    font-size: 0.9em;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}

.food-content .btn-slurpee-store {
    position: absolute;
    top: 85%;
    left: 52.5%;
    padding: 0.4em 2em;
    font-size: 0.9em;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
    .food-content .banner,
    .franchise .banner,
    .about-us .banner,
    .hiring .banner,
    .learning .banner {
        margin: 0 -20px 2em;
    }
    .food-content .content,
    .food-content .full-row,
    .food-content .row,
    .food-content .col,
    .food-content .left,
    .food-content .top {
        width: 100%;
        display: block;
        margin: 0;
        margin-bottom: 4%;
    }
    .food-content .btn-store {
        top: 76%;
        left: 51%;
        padding: 0.25em 1em;
        font-size: 1em;
    }
    .food-content .en .btn-store {
        top: 80%;
        left: 51%;
    }
    .food-content .btn-frozen-store {
        padding: 0.25em 1em;
        font-size: 1em;
    }
    .food-content .btn-hotshot-store {
        top: 90%;
        left: 5.5%;
        padding: 0.25em 1em;
        font-size: 1em;
    }

    .food-content .btn-slurpee-store {
        top: 87%;
        left: 50.5%;
        padding: 0.25em 1em;
        font-size: 1em;
    }
}

@media (max-width: 560px) {
    .food-content .btn-store,
    .food-content .btn-frozen-store {
        font-size: 0.8em;
    }
}


/* ****************
 * Franchise
 * ****************/

.franchise div {
    margin: 1em 0;
}

.franchise div.info {
    margin: 0 0 65px;
    text-align: left;
}

.franchise div.info:after {
    content: ' ';
    display: block;
    clear: both;
}

.franchise h3 {
    font-weight: normal;
    color: #F48221;
}

.franchise p {
    margin: 0.5em 0 1em;
    color: #625D59;
}

.franchise .title {
    text-decoration: underline;
}

.franchise .shop {
    float: right;
    margin-left: 30px;
}

.franchise .chart {
    max-width: 100%;
    display: block;
    margin: 25px auto;
}

.franchise .content {
    max-width: 1024px;
    text-align: center;
    margin: auto;
}

.franchise .service-detail {
    max-width: 100%;
    margin: 10px auto;
}

.franchise h4 {
    margin: 0;
    font-size: 1.2em;
    font-weight: normal;
    color: #F48221;
}

.franchise .list {
    margin: auto;
    text-align: left;
}

.franchise .list .item {
    margin: 2em 0;
}

.franchise .list .item:before {
    content: '';
    width: 95px;
    height: 95px;
    display: block;
    margin-right: 15px;
    float: left;
}

.franchise .list .item:after {
    content: '';
    display: block;
    clear: both;
}

.franchise .list .item.training:before {
    background: url(../images/content/training.png) no-repeat center top;
}

.franchise .list .item.consultant-service:before {
    background: url(../images/content/consultant-service.png) no-repeat center top;
}

.franchise .list .item.salary:before {
    background: url(../images/content/salary.png) no-repeat center top;
}

.franchise .list .item.promotion:before {
    background: url(../images/content/promotion.png) no-repeat center top;
}

.franchise .list .item.finance:before {
    background: url(../images/content/finance.png) no-repeat center top;
}

.franchise .list .item.security:before {
    background: url(../images/content/security.png) no-repeat center top;
}

.franchise .list .item.repair:before {
    background: url(../images/content/repair.png) no-repeat center top;
}

.franchise .list .item.delivery:before {
    background: url(../images/content/delivery.png) no-repeat center top;
}

.franchise .download {
    display: block;
    margin: 20px 0 60px;
    text-align: center;
}

.franchise .download a {
    max-width: 300px;
    display: inline-block;
    margin: auto;
    padding: 0 15px;
    font-size: 1.5em;
    color: #F48221;
    border: solid 2px #F48221;
}

.franchise .faq {
    border-bottom: dotted 1px #7C7C7C;
}

.franchise .faq p {
    margin: 1em 0;
}

.franchise .faq span {
    width: 90%;
    display: inline-block;
    vertical-align: top;
}

.franchise .question {
    color: #F48221;
}

.franchise .question:before {
    content: '';
    width: 22px;
    height: 29px;
    display: inline-block;
    margin-right: 15px;
    background: url(../images/content/question.png) no-repeat center;
    vertical-align: middle;
}

.franchise .answer {
    color: #625D59;
}

.franchise .answer:before {
    content: '';
    width: 23px;
    height: 23px;
    display: inline-block;
    margin-right: 15px;
    background: url(../images/content/answer.png) no-repeat center;
    vertical-align: middle;
}

.franchise .enquire {
    margin: 1em 0;
}

.franchise .enquire p {
    margin: 0;
}

.franchise .sub-menu {
    margin: 60px -1000px 0;
    text-align: center;
    background-color: #F48221;
}

.franchise .sub-menu a {
    display: inline-block;
    margin: 15px;
    color: #CDCCCA;
    vertical-align: middle;
}

.franchise .sub-menu a.active,
.franchise .sub-menu a:hover {
    color: white;
}

.franchise .sub-menu a:before {
    content: '';
    width: 65px;
    height: 40px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.franchise .sub-menu a.join-us:before {
    background: url(../images/content/tab-join-us.png) no-repeat center;
    background-size: contain;
}

.franchise .sub-menu a.join-us.active:before,
.franchise .sub-menu a.join-us:hover:before {
    background: url(../images/content/tab-join-us-hover.png) no-repeat center;
    background-size: contain;
}

.franchise .sub-menu a.join-us-detail:before {
    background: url(../images/content/tab-join-us-detail.png) no-repeat center;
    background-size: contain;
}

.franchise .sub-menu a.join-us-detail.active:before,
.franchise .sub-menu a.join-us-detail:hover:before {
    background: url(../images/content/tab-join-us-detail-hover.png) no-repeat center;
    background-size: contain;
}

.franchise .sub-menu a.service-detail:before {
    background: url(../images/content/tab-service-detail.png) no-repeat center;
    background-size: contain;
}

.franchise .sub-menu a.service-detail.active:before,
.franchise .sub-menu a.service-detail:hover:before {
    background: url(../images/content/tab-service-detail-hover.png) no-repeat center;
    background-size: contain;
}

.franchise .sub-menu a.faqs:before {
    background: url(../images/content/tab-faqs.png) no-repeat center;
    background-size: contain;
}

.franchise .sub-menu a.faqs.active:before,
.franchise .sub-menu a.faqs:hover:before {
    background: url(../images/content/tab-faqs-hover.png) no-repeat center;
    background-size: contain;
}

.franchise .list .personal {
    width: 48%;
    float: left;
    text-align: left;
}

.franchise .list .prepare,
.franchise .list .skill {
    width: 48%;
    float: right;
    text-align: left;
}

.franchise .list:after {
    content: '';
    display: block;
    clear: both;
}

.franchise .list .personal ul,
.franchise .list .prepare ul,
.franchise .list .skill ul {
    padding-left: 20px;
    color: #625D59;
}

.franchise .flow-img img {
    max-width: 100%;
    margin: auto;
}

@media (max-width: 768px) {
    .franchise .faq span {
        width: 85%;
    }
    .franchise .list {
        width: 100%;
    }
    .franchise .list .personal,
    .franchise .list .prepare,
    .franchise .list .skill {
        width: 100%;
        float: none;
    }
    .franchise .shop {
        max-width: 35%;
        margin-top: 2.5em;
        margin-left: 5%;
    }
    .franchise .shop + h3 + p {
        padding-right: 40%;
    }
    .franchise .sub-menu a {
        margin: 10px 20px;
        font-size: 0.75em;
    }
    .franchise .sub-menu a:before {
        width: 35px;
        height: 20px;
        display: block;
        margin: auto 10px 5px auto;
    }
    .franchise.en .sub-menu a:before {
        margin: auto auto 5px;
    }
}

@media (max-width: 640px) {
    .franchise .list .item:before {
        margin: auto auto 15px;
        float: none;
    }
    .franchise .list .item.training:before {
        width: 84px;
        height: 89px;
    }
    .franchise .list .item.consultant-service:before {
        width: 72px;
        height: 90px;
    }
    .franchise .list .item.salary:before {
        width: 82px;
        height: 74px;
    }
    .franchise .list .item.promotion:before {
        width: 93px;
        height: 58px;
    }
    .franchise .list .item.finance:before {
        width: 71px;
        height: 84px;
    }
    .franchise .list .item.security:before {
        width: 65px;
        height: 83px;
    }
    .franchise .list .item.repair:before {
        width: 89px;
        height: 84px;
    }
    .franchise .list .item.delivery:before {
        width: 95px;
        height: 66px;
    }
}

@media (max-width: 480px) {
    .franchise.en .sub-menu a {
        max-width: 75px;
        margin: 10px 5px;
        vertical-align: top;
    }
    .franchise .download a {
        font-size: 1.2em;
    }
}

@media (max-width: 380px) {
    .franchise .sub-menu a {
        margin: 10px;
    }
}


/* ****************
 * About Us
 * ****************/

.about-us .content {
    max-width: 1080px;
    margin: auto;
}

.about-us .info {
    margin: 20px 0;
}

.about-us h3 {
    font-weight: normal;
    color: #F48221;
}

.about-us h4 {
    margin: auto;
    font-size: 1.23em;
    font-weight: normal;
    color: #F48221;
}

.about-us p {
    margin: 1em 0;
    color: #625D59;
}

.about-us .milestones {
    max-width: 100%;
    margin: 40px auto;
}

.about-us .awards-container {
    position: relative;
    padding: 1em 1em 150px;
    border: solid 4px #f68122;
    border-radius: 15px;
}

.about-us .awards-wrapper {
    position: relative;
    min-height: 250px;
}

.about-us .previous-button,
.about-us .next-button {
    width: 30px;
    height: 57px;
    display: none;
    position: absolute;
    top: 115px;
    background: no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 10;
}

.about-us .previous-button {
    left: -5px;
    background-image: url(../images/content/arrow-left.png);
}

.about-us .next-button {
    right: -5px;
    background-image: url(../images/content/arrow-right.png);
}

.about-us .awards {
    position: absolute;
    top: 1em;
    right: 1em;
}

.about-us .awards img {
    width: 100%;
}

.about-us.editable .awards {
    max-width: 104px;
}

.about-us .awards-detail:after,
.about-us.editable .awards-detail .year:after {
    content: '';
    display: block;
    clear: both;
}

.about-us .awards-detail p {
    margin: 0;
    font-size: 0.9em;
    white-space: normal;
}

.about-us .awards-detail .year {
    display: none;
    width: 100%;
    vertical-align: top;
    box-sizing: border-box;
    float: left;
}

.about-us .awards-detail .detail {
    margin-bottom: 1em;
}

.about-us .awards-timeline {
    width: 100%;
    min-height: 24px;
    display: block;
    position: absolute;
    bottom: 20px;
    margin: 50px -1em 30px;
    text-align: center;
    color: #F48221;
    background: url(../images/content/timeline-arrow.png) center no-repeat;
    background-size: contain;
}

.about-us .awards-timeline .year {
    width: 32px;
    height: 50px;
    display: inline-block;
    position: relative;
    margin: 0 2%;
    cursor: hand;
    cursor: pointer;
}

.about-us .awards-timeline .year span {
    position: absolute;
    left: -10px;
}

.about-us .awards-timeline .year.active span {
    font-size: 1.3em;
    font-weight: bold;
}

.about-us .awards-timeline .year.odd,
.cms-editmode .about-us.editable .awards-timeline .year:nth-child(2n + 1) {
    top: -3px;
    background: url(../images/content/timeline-spot-down.png) center no-repeat;
    background-size: contain;
}

.about-us .awards-timeline .year.active.odd,
.cms-editmode .about-us.editable .awards-timeline .year.active:nth-child(2n + 1) {
    background: url(../images/content/timeline-spot-down-hover.png) center no-repeat;
    background-size: contain;
}

.about-us .awards-timeline .year.even,
.cms-editmode .about-us.editable .awards-timeline .year:nth-child(2n) {
    top: 13px;
    background: url(../images/content/timeline-spot-up.png) center no-repeat;
    background-size: contain;
}

.about-us .awards-timeline .year.active.even,
.cms-editmode .about-us.editable .awards-timeline .year.active:nth-child(2n) {
    background: url(../images/content/timeline-spot-up-hover.png) center no-repeat;
    background-size: contain;
}

.about-us .awards-timeline .year.odd span,
.cms-editmode .about-us.editable .awards-timeline .year:nth-child(2n + 1) span {
    top: -25px;
    left: -5px;
}

.about-us .awards-timeline .year.even span,
.cms-editmode .about-us.editable .awards-timeline .year:nth-child(2n) span {
    bottom: -25px;
    left: -5px;
}

.about-us .awards-timeline .year.active.odd span,
.cms-editmode .about-us.editable .awards-timeline .year.active:nth-child(2n + 1) span {
    top: -30px;
}

.about-us .awards-timeline .year.active.even span,
.cms-editmode .about-us.editable .awards-timeline .year.active:nth-child(2n) span {
    bottom: -30px;
}

.about-us.editable .info:after {
    content: '';
    display: block;
    clear: both;
}

.about-us.editable .info[data-image-position=left] .info-text,
.about-us.editable .info[data-image-position=right] .info-text {
    width: 49.5%;
    padding-left: 2em;
    box-sizing: border-box;
}

.about-us.editable .intro .info[data-image-position=left] .info-text,
.about-us.editable .intro .info[data-image-position=right] .info-text {
    width: 72%;
}

.about-us.editable .intro .info[data-image-position=right] .info-text {
    padding: 0 2em 0 0;
}

.about-us.editable .awards-detail .year[data-image-position=left] .detail-container,
.about-us.editable .awards-detail .year[data-image-position=right] .detail-container {
    width: 75%;
    box-sizing: border-box;
}

.about-us.editable .info[data-image-position=left] .info-text,
.about-us.editable .awards-detail .year[data-image-position=left] .detail-container {
    padding-left: 15px;
}

.about-us.editable .info[data-image-position=right] .info-text,
.about-us.editable .awards-detail .year[data-image-position=right] .detail-container {
    padding-right: 15px;
}

.about-us.editable .info-image,
.about-us.editable .awards-image,
.about-us.editable .year-image {
    display: none;
    text-align: center;
}

.about-us.editable .info-image img,
.about-us.editable .awards-image img,
.about-us.editable .year-image img {
    width: 100%;
    display: block;
}

.about-us.editable .info-image {
    max-width: 465px;
    width: 50.5%;
    position: relative;
    box-sizing: border-box;
}

.about-us.editable .year-image {
    max-width: 200px;
    width: 25%;
}

.about-us.editable .info-image[data-is-video] {
    padding-top: 26%;
}

.about-us.editable .intro .info-image {
    max-width: 280px;
    width: 28%;
}

.about-us.editable .awards-detail {
    padding-right: 120px;
}

.about-us.editable .awards-detail .year[data-image-position=left] .year-image,
.about-us.editable .awards-detail .year[data-image-position=right] .year-image,
.about-us.editable .info[data-image-position=left] .info-image,
.about-us.editable .info[data-image-position=right] .info-image {
    display: block;
}

.about-us.editable .awards-detail .year[data-image-position=left] .detail-container,
.about-us.editable .awards-detail .year[data-image-position=right] .year-image,
.about-us.editable .info[data-image-position=left] .info-text,
.about-us.editable .info[data-image-position=right] .info-image {
    float: right;
}

.about-us.editable .awards-detail .year[data-image-position=right] .detail-container,
.about-us.editable .awards-detail .year[data-image-position=left] .year-image,
.about-us.editable .info[data-image-position=left] .info-image,
.about-us.editable .info[data-image-position=right] .info-text {
    float: left;
}

.about-us.editable .info-image iframe,
.about-us.editable .list-image[data-is-video] a {
    display: none;
}

.about-us.editable .info-image[data-is-video] iframe {
    display: block;
    position: absolute;
    top: 0;
}

.cms-editmode .about-us.editable .awards-detail > .year {
    display: none!important;
}

.cms-editmode .about-us.editable .awards-detail > .year.active {
    display: block!important;
}

@media (max-width: 768px) {
    .about-us h4 {
        font-size: 1.4em;
    }
    .about-us .awards-container {
        padding: 1em;
    }
    .about-us .previous-button,
    .about-us .next-button {
        display: block;
    }
    .about-us .awards {
        width: 65px;
        top: 115px;
        right: 20px;
    }
    .about-us.editable .awards-detail {
        padding-right: 80px;
    }
    .about-us .awards-detail p {
        font-size: 1.2em;
    }
    .about-us .awards-detail .year {
        padding: 0 40px;
    }
    .about-us .awards-detail .detail {
        margin-bottom: 1em;
    }

    .about-us .awards-timeline {
        width: auto;
        position: relative;
        bottom: 0;
        margin: 35px -1em 60px;
        text-align: center;
        color: #F48221;
        background: url(../images/content/timeline-arrow.png) center no-repeat;
        background-size: contain;
    }
    .about-us .awards-timeline .year {
        width: 22px;
        height: 32px;
        margin: 0 2%;
    }
    .about-us.editable .year-image img {
        max-width: 100%;
        width: auto;
        margin: auto;
    }
    .about-us .awards-timeline .year.odd span,
    .about-us .awards-timeline .year.even span,
    .cms-editmode .about-us.editable .awards-timeline .year:nth-child(2n + 1) span,
    .cms-editmode .about-us.editable .awards-timeline .year:nth-child(2n) span {
        left: -7px;
    }
    .about-us .awards-timeline .year.active.odd span,
    .about-us .awards-timeline .year.active.even span,
    .cms-editmode .about-us.editable .awards-timeline .year.active:nth-child(2n + 1) span,
    .cms-editmode .about-us.editable .awards-timeline .year.active:nth-child(2n) span {
        left: -13px;
    }
    .about-us .awards-timeline .year.odd,
    .cms-editmode .about-us.editable .awards-timeline .year:nth-child(2n + 1) {
        top: -2px;
    }
    .about-us .awards-timeline .year.even,
    .cms-editmode .about-us.editable .awards-timeline .year:nth-child(2n) {
        top: 9px;
    }
}

@media (max-width: 640px) {
    .about-us.editable .info[data-image-position=left] .info-image,
    .about-us.editable .info[data-image-position=right] .info-image,
    .about-us.editable .info[data-image-position=left] .info-text,
    .about-us.editable .info[data-image-position=right] .info-text,
    .about-us.editable .intro .info[data-image-position=left] .info-text,
    .about-us.editable .intro .info[data-image-position=right] .info-text {
        max-width: none;
        width: 100%;
        float: none;
    }

    .about-us.editable .info[data-image-position=left] .info-text,
    .about-us.editable .info[data-image-position=right] .info-text,
    .about-us.editable .info[data-image-position=left] .detail-container,
    .about-us.editable .info[data-image-position=right] .detail-container {
        padding: 0;
    }

    .about-us.editable .info[data-image-position=left] .info-image,
    .about-us.editable .info[data-image-position=right] .info-image {
        max-height: none;
        width: 100%;
        margin: auto auto 20px;
    }

    .about-us.editable .info .info-image[data-is-video] {
        padding-top: 56%;
    }

    .about-us.editable .awards-detail {
        padding-right: 0;
    }

    .about-us.editable .awards-detail > .year.active[data-image-position=left],
    .about-us.editable .awards-detail > .year.active[data-image-position=right] {
        display: -ms-flexbox!important;
        display: -webkit-flex!important;
        display: flex!important;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .about-us.editable .awards-detail .year[data-image-position=left] .year-image,
    .about-us.editable .awards-detail .year[data-image-position=right] .year-image,
    .about-us.editable .awards-detail .year[data-image-position=left] .detail-container,
    .about-us.editable .awards-detail .year[data-image-position=right] .detail-container {
        max-width: none;
        width: 100%;
        float: none;
    }

    .about-us.editable .awards-detail .year[data-image-position=left] .detail-container,
    .about-us.editable .awards-detail .year[data-image-position=right] .detail-container {
        padding: 0;
    }

    .about-us.editable .awards-detail .year[data-image-position=right] .detail-container {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .about-us.editable .awards-detail .year[data-image-position=left] .year-image {
        margin-bottom: 15px;
    }

    .about-us.editable .awards-detail .year[data-image-position=right] .year-image {
        margin-top: 15px;
    }

    .cms-editmode .about-us.editable .awards-detail > .year.active {
        padding-bottom: 50px;
    }
}

@media (max-width: 450px) {
    .about-us h4 {
        font-size: 1.2em;
    }
    .about-us .previous-button,
    .about-us .next-button {
        width: 20px;
        height: 38px;
    }
    .about-us .awards {
        width: 60px;
        top: 105px;
    }
    .about-us .awards-detail p {
        font-size: 1em;
    }
    .about-us .awards-detail .year {
        padding: 0 30px;
    }
    .about-us .awards-timeline .year,
    .about-us.editable .awards-timeline .year {
        width: 18px;
        height: 25px;
        margin: 0 2px;
    }
    .about-us .awards-timeline .year.odd span,
    .about-us .awards-timeline .year.even span,
    .cms-editmode .about-us.editable .awards-timeline .year:nth-child(2n + 1) span,
    .cms-editmode .about-us.editable .awards-timeline .year:nth-child(2n) span {
        left: -9px;
    }
    .about-us .awards-timeline .year.active.odd span,
    .about-us .awards-timeline .year.active.even span,
    .cms-editmode .about-us.editable .awards-timeline .year.active:nth-child(2n + 1) span,
    .cms-editmode .about-us.editable .awards-timeline .year.active:nth-child(2n) span {
        left: -15px;
    }
}


/* ****************
 * About Us CSR
 * ****************/

.about-us.csr .item {
    margin: 20px 0 60px;
    text-align: right;
}

.about-us.csr .item.even {
    margin-bottom: 115px;
    text-align: left;
}

.about-us.csr .item .img {
    max-width: 45%;
    display: inline-block;
    position: relative;
    margin-top: -15px;
    z-index: 10;
}

.about-us.csr .item.even .img {
    margin-top: 20px;
    position: absolute;
    left: 49%;
}

.about-us.csr .item .detail {
    width: 50%;
    display: inline-block;
    position: relative;
    margin-left: -1.5em;
    padding: 1.5em;
    text-align: left;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZTNlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2UzZTNlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(227, 227, 227, 1) 0%, rgba(227, 227, 227, 1) 10%, rgba(227, 227, 227, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(227, 227, 227, 1) 0%, rgba(227, 227, 227, 1) 10%, rgba(227, 227, 227, 0) 100%);
    background: linear-gradient(to bottom, rgba(227, 227, 227, 1) 0%, rgba(227, 227, 227, 1) 10%, rgba(227, 227, 227, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#00e3e3e3', GradientType=0);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    vertical-align: top;
    box-sizing: border-box;
}

.about-us.csr .item.even .detail {
    margin-left: 0;
    margin-right: -1.5em;
}

.about-us.csr .item .detail p {
    margin-bottom: 1em;
    color: #625D59;
}

.about-us.csr .item .detail img {
    max-width: 100%;
    display: block;
    margin: auto auto 1em 0;
}

.about-us.csr .item:.even .detail img {
    margin: auto 0 1em auto;
}

@media (max-width: 1024px) {
    .about-us.csr .item.even .img {
        left: 50%;
    }
}

@media (max-width: 768px) {
    .about-us.csr .item {
        margin: 30px 0;
        text-align: center;
    }
    .about-us.csr .item.even {
        margin: 30px 0;
        text-align: center;
    }
    .about-us.csr .item .img {
        max-width: 100%;
        display: block;
        position: relative;
        margin: auto;
    }
    .about-us.csr .item.even .img {
        margin-top: 0;
        position: relative;
        left: 0;
    }
    .about-us.csr .item .detail {
        width: 100%;
        display: block;
        margin: auto;
    }
}


/* ****************
 * Hiring
 * ****************/

.hiring .content {
    max-width: 1080px;
    margin: auto;
    color: #625D59;
}

.hiring h4 {
    margin: 0;
    font-size: 1.35em;
    font-weight: normal;
}

.hiring h5 {
    margin: 0;
    font-size: 1.2em;
    font-weight: normal;
}

.hiring .orange {
    color: #F48221;
}

.hiring .green {
    color: #017858;
}

.hiring p {
    font-size: 0.9em;
}

.hiring .info {
    margin: 40px 0;
}

.hiring .title {
    margin: 0.5em 0;
}

.hiring .title h3 {
    font-size: 1.6em;
}

.hiring .info.why .detail {
    margin: 2em auto;
}

.hiring .info.why .detail img {
    width: 15%;
    display: inline-block;
    margin-right: 3%;
    vertical-align: top;
}

.hiring .info.why .detail-content {
    width: 80%;
    display: inline-block;
    vertical-align: top;
}

.hiring .info.job-opportunity {
    display: block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hiring .info.job-opportunity .detail {
    width: 30%;
    display: inline-block;
    position: relative;
    margin: 2em 1.4%;
    padding-bottom: 60px;
    text-align: center;
    vertical-align: top;
}

.hiring .info.job-opportunity .detail + .detail:before {
    content: '';
    width: 1px;
    height: 400px;
    display: block;
    position: absolute;
    top: 5%;
    left: -6%;
    background-color: #e1e1e1;
}

.hiring .info.job-opportunity .detail img {
    max-width: 60%;
    display: block;
    margin: auto auto 1em;
}

.hiring .info.job-opportunity .detail h4,
.hiring .info.job-opportunity .detail p {
    text-align: left;
}

.hiring .info.job-opportunity .btn-orange {
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hiring .info.job-content h4 {
    margin: 0.5em 0;
}

.hiring .info.job-content ul li {
    width: 32.33%;
    margin-bottom: 10px;
    margin-right: 1%;
    float: left;
    font-size: 0.9em;
    list-style: inside;
    cursor: pointer;
}

.hiring .info.job-content ul li.non-clickable {
    cursor: default;
}

.hiring .info.job-content ul li.active {
    color: #F48221;
}

.hiring .info.job-content ul li.nth-child-3n {
    clear: right;
}

.hiring .info.job-content ul li.nth-child-3n_1 {
    clear: left;
}

.hiring .info.job-content ul li span {
    width: 85%;
}

.hiring .info.job-content ul:after,
.hiring .job-content-menu:after,
.hiring .info.job-content .detail:after {
    content: '';
    display: block;
    clear: both;
}

.hiring .job-content-menu .tab {
    width: 33.3%;
    position: relative;
    padding: 0.5em 0;
    float: left;
    font-size: 1.4em;
    color: white;
    text-align: center;
    background-color: #808080;
    cursor: pointer;
    cursor: hand;
}

.hiring .job-content-menu .tab:hover {
    background-color: #909090;
}

.hiring .job-content-menu .tab + .tab:before {
    content: '';
    width: 1px;
    height: 60%;
    display: block;
    position: absolute;
    top: 20%;
    left: 0%;
    background-color: white;
}

.hiring .job-content-menu .tab + .tab.active:before,
.hiring .job-content-menu .tab.active + .tab:before {
    display: none;
}

.hiring .job-content-menu .tab.active {
    background-color: #017858;
}

.hiring .job-content-menu .tab.active:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -0.94em;
    left: 45%;
    border: 0.5em solid white;
    border-color: #017858 transparent transparent transparent;
    z-index: 1;
}

.hiring .info.job-content .job-content-detail {
    margin-bottom: 2em;
    background-color: white;
}

.hiring .info.job-content .detail {
    display: none;
}

.hiring .info.job-content .detail.active {
    display: block;
    position: relative;
}

.hiring .info.job-content .hiring-path {
    width: 49%;
    display: inline-block;
    margin: 2.5% 0.25% 2.5% 0;
    text-align: left;
    vertical-align: top;
}

.hiring .info.job-content .detail-content {
    width: 49%;
    display: inline-block;
    position: relative;
    margin: 2.5%;
    text-align: left;
    vertical-align: top;
}

.hiring .info.job-content .detail-content:before {
    content: '';
    width: 2px;
    height: 100%;
    display: block;
    position: absolute;
    top: 2%;
    right: -10%;
    background-color: #e1e1e1;
}

.hiring .info.job-content .detail[data-type="shop"] .detail-content:before {
    left: -10%;
}

.hiring .info.job-content .detail img {
    width: auto;
    max-width: 40%;
    display: inline-block;
    margin: 2.5%;
    float: right;
}

.hiring .info.job-content .detail img.mobile-only {
    display: none;
}

.hiring .info.job-content .detail[data-type="shop"] img {
    margin: 1em auto;
    float: none;
}

.hiring .info.job-content .detail[data-type="shop"] .detail-content {
    width: 35%;
    margin: 1em 7.25%;
    text-align: center;
}

.hiring .info.job-content .detail[data-type="shop"] .detail-content h3,
.hiring .info.job-content .detail[data-type="shop"] h4,
.hiring .info.job-content .detail[data-type="shop"] p {
    text-align: left;
}

.hiring .info.job-content .detail[data-type="shop"] .btn-orange {
    margin: 1em auto;
}

.hiring .info.job-content .hiring-path,
.hiring .info.job-content .detail[data-type="shop"] .hiring-path h4 {
    text-align: center;
}

.hiring .info.job-content .job-detail {
    display: none;
    margin: 1em 0;
}

.hiring .info.job-content .job-detail.active {
    display: block;
}

.hiring .info.job-content .job-detail ul {
    width: 100%;
    margin: 1em 0;
    padding-left: 20px;
    text-align: left;
    box-sizing: border-box;
}

.hiring .info.job-content .job-detail ul li {
    width: 100%;
    list-style: outside;
}

.hiring .info.job-content .btn-close {
    width: 2em;
    height: 2em;
    display: none;
    position: absolute;
    right: 0;
    top: 0.5em;
    background: url('../images/buttons/m-close-btn.png') no-repeat center;
    background-color: #625D59;
    background-size: 20px 20px;
    cursor: pointer;
    cursor: hand;
}

.hiring .info.job-content .hiring-path h3 {
    margin-bottom: 0.5em;
}

.hiring .info.job-content .hiring-path .btn-green {
    min-width: 50%;
    padding: 0.5em 1em;
    font-size: 1.3em;
    line-height: 1.2em;
    box-sizing: border-box;
    vertical-align: top;
    cursor: pointer;
    cursor: hand;
}

.hiring .info.job-content .hiring-path .btn-green:hover {
    color: #fff;
    background-color: #017858;
}

.hiring .info.job-content .hiring-path .btn-green.active,
.hiring .info.job-content .hiring-path .btn-green.active:hover {
    color: white;
    background-color: #F48221;
    border-color: #F48221;
}

.hiring .info.job-content .hiring-path .tab-2 .btn-green {
    width: auto;
    min-width: 40%;
    max-width: 50%;
}

.hiring.en .info.job-content .hiring-path .tab-2 .btn-green {
    max-width: 47%;
    padding: 0.5em 0.75em;
}

.hiring .info.job-content .hiring-path .tab-2 .btn-green + .btn-green {
    margin-left: 4%;
}

.hiring .info.job-content .hiring-path .tab-1:before,
.hiring .info.job-content .hiring-path .tab-2:before,
.hiring .info.job-content .hiring-path .tab-3:before {
    content: '';
    width: 100%;
    height: 42px;
    height: 2.5vw;
    display: block;
    margin: auto;
    background-image: url(../images/content/arrow-up-grey.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.hiring .info.job-content .hiring-path .tab-2:before {
    height: 3vw;
    background-image: url(../images/content/arrow-up-2-to-1-grey.png);
}

.hiring .info.job-content .hiring-path .tab-3:before {
    height: 3vw;
    background-image: url(../images/content/arrow-up-1-to-2-grey.png);
}

.hiring .info.job-content .hiring-path h3 + .tab-1:before,
.hiring .info.job-content .hiring-path h3 + .tab-2:before {
    display: none;
}

.hiring .info.job-content .detail-content img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: auto;
}

.hiring .info.job-content span {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

.hiring .info.job-content span + span {
    width: 70%;
}

.hiring .info.job-content .detail[data-type="office"] img {
    margin: 1em auto;
    float: none;
}

.hiring .info.job-content .detail[data-type="office"] .detail-content {
    width: 35%;
    margin: 2.5%;
}

.hiring .info.job-content .detail .list-content {
    width: 54%;
    display: inline-block;
    margin: 2.5%;
}

.hiring .info.job-content .detail .list-detail {
    display: none;
}

.hiring .info.job-content .detail .list-detail.active {
    display: block;
}

.hiring .info.job-content .detail[data-type="office"] .detail-content:before {
    height: 96%;
    left: -10%;
}

.hiring .info.trainee .story {
    margin: 2em 0;
}

.hiring .info.trainee .story .detail {
    width: 47%;
    display: inline-block;
    position: relative;
    margin: 2% 1%;
    vertical-align: top;
}

.hiring .info.trainee .story .detail img {
    width: 35%;
    display: inline-block;
    margin-right: 3%;
    vertical-align: top;
}

.hiring .info.trainee .story .detail .detail-content {
    width: 60%;
    height: 12.5em;
    display: inline-block;
    overflow: hidden;
}

.hiring .info.trainee .story .detail .detail-content.active {
    height: auto;
}

.hiring .info.trainee .story .detail .detail-content h4 {
    margin-bottom: 0.5em;
}

.hiring .info.trainee .story .btn-more {
    position: absolute;
    bottom: -25px;
    right: 0;
}

.hiring .info.trainee .story .btn-more:after {
    content: ' ';
    width: 15px;
    height: 11px;
    display: inline-block;
    margin-left: 5px;
    background-image: url(../images/content/arrow-down.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.hiring .btn-orange {
    display: inline-block;
    margin: 0.5em 0;
    padding: 0.125em 1em;
    font-size: 1.1em;
}

.hiring .btn-orange.mobile-only {
    display: none;
}

.hiring .btn-orange + .btn-orange {
    margin-left: 1%;
}

.hiring .mtr-icon {
    content: '';
    width: 1.5em;
    height: 1em;
    display: inline-block;
    margin: 0 2px;
    background: url(../images/icon/mtr-icon.png) no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
}

.hiring .info.recruitment-center .detail-content {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.hiring .info.recruitment-center .detail-content + .detail-content {
    width: 45%;
    margin-left: 3.5%;
}

.hiring .info.recruitment-center .detail-content img {
    max-width: 100%;
    margin: auto;
}

@media (max-width: 800px) {
    .hiring .btn-orange + .btn-orange {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .hiring .info.job-opportunity .detail {
        width: 100%;
        display: block;
        margin: 2em 0;
    }
    .hiring .info.job-opportunity .detail img {
        width: 45%;
        max-width: 150px;
    }
    .hiring .info.why .detail-content {
        width: 66%;
    }
    .hiring .info.why .detail img {
        width: 30%;
        max-width: 100px;
        margin-right: 2%;
    }
    .hiring .job-content-menu.tab {
        width: 100%;
        position: relative;
        padding: 0.5em 0;
        font-size: 1.4em;
        color: white;
        text-align: center;
        background-color: #808080;
        border-top: solid 1px white;
        cursor: pointer;
        cursor: hand;
    }
    .hiring .job-content-menu.tab.active {
        color: white;
        background-color: #017858;
        cursor: pointer;
        cursor: hand;
    }
    .hiring .job-content-menu.tab.active:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -0.94em;
        left: 48%;
        border: 0.5em solid white;
        border-color: #017858 transparent transparent transparent;
        z-index: 1;
    }
    .hiring .info.job-content .btn-close {
        display: block;
    }
    .hiring .info.job-content .hiring-path {
        width: 100%;
        display: block;
        margin: 0;
        padding: 1em 0;
    }
    .hiring .info.job-content .detail[data-type="office"] {
        padding: 5% 0;
        box-sizing: border-box;
    }
    .hiring .info.job-content .detail-content {
        width: 100%;
        display: block;
        margin: 2.5% auto;
        padding: 0 5%;
        box-sizing: border-box;
    }
    .hiring .info.job-content .detail[data-type="office"] .list-content,
    .hiring .info.job-content .detail[data-type="office"] .detail-content {
        width: 100%;
        margin: 0;
        padding: 0 5%;
        box-sizing: border-box;
    }
    .hiring .info.job-content ul li {
        width: 48%;
    }
    .hiring .info.job-content ul li.nth-child-3n_1 {
        clear: none;
    }
    .hiring .info.job-content .detail img {
        max-width: 100%;
        display: block;
        margin: 2.5% auto;
        float: none;
    }
    .hiring .info.job-content .detail img.mobile-only {
        display: block;
    }
    .hiring .info.job-content .detail img.desktop-only {
        display: none;
    }
    .hiring .info.job-content .hiring-path .tab-2 .btn-green {
        width: auto;
        min-width: 40%;
        max-width: 47%;
    }
    .hiring .info.job-content .detail[data-type="shop"] .detail-content {
        width: 100%;
        height: 100%;
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding: 3em 5% 1em;
        background-color: white;
        box-sizing: border-box;
        overflow: auto;
    }
    .hiring .info.job-content .detail-content:before,
    .hiring .info.job-content .detail[data-type="shop"] .detail-content:before {
        display: none;
    }
    .hiring .btn-orange.mobile-only {
        display: inline-block;
    }
    .hiring .btn-orange.desktop-only {
        display: none;
    }
    .hiring .info.job-content .hiring-path .btn-green.active {
        color: #017858;
        background-color: transparent;
        border-color: #017858;
    }
    .hiring .info.job-content .hiring-path .btn-green.active:hover {
        color: white;
        background-color: #017858;
        border-color: #017858;
    }
    .hiring .info.job-content .detail[data-type="shop"] .detail-content.active {
        display: block;
    }
    .hiring .info.job-content .hiring-path .tab-1:before {
        height: 4vw;
    }
    .hiring .info.job-content .hiring-path .tab-2:before,
    .hiring .info.job-content .hiring-path .tab-3:before {
        height: 6vw;
    }
    .hiring .info.trainee .story .detail {
        width: 100%;
        display: block;
        margin: 2% 0 5%;
    }
    .hiring .info.trainee .story .detail img {
        width: 25%;
        margin: auto 3%;
    }
    .hiring .info.trainee .story .detail .detail-content {
        width: 67%;
    }
    .hiring .info.trainee .story .btn-more {
        right: 4%;
    }
    .hiring .info.recruitment-center .detail-content,
    .hiring .info.recruitment-center .detail-content + .detail-content {
        width: 100%;
        margin: 0 0 1em;
    }
}

@media (max-width: 500px) {
    .hiring .info.job-content ul li {
        width: 48%;
        font-size: 0.85em;
    }
}


/* ****************
 * Learning
 * ****************/

.learning img {
    max-width: 100%;
    margin: auto;
}

.learning .detail {
    margin-bottom: 5em;
}

.learning .detail:last-child p {
    margin: auto -9999px;
    margin-top: -1em;
    font-size: 1.85em;
    font-weight: bold;
    color: #fff;
    line-height: 2em;
    text-align: center;
    background-color: #F48221;
}

@media (max-width: 768px) {
    .learning .detail {
        margin-bottom: 2em;
    }
    .learning .detail:last-child p {
        font-size: 1.5em;
    }
}

@media (max-width: 540px) {
    .learning .detail:last-child p {
        font-size: 1em;
    }
}


/* ****************
 * 7 Fans
 * ****************/

.fans.content-container {
    max-width: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.fans h1:before,
.fans h1 > span {
    line-height: 1em;
    vertical-align: middle;
}

.fans p {
    line-height: 1.5em;
    color: #343639;
}

.fans .info .detail-img {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
}

.fans .info.part-1:after,
.fans .info.part-3:after,
.fans .info.part-5:after {
    content: '';
    display: block;
    position: relative;
    height: 32px;
    margin: 0;
    background: url(../images/7Fans/bottom.jpg) repeat-x;
}

.fans .info.part-1 .detail {
    width: 760px;
    margin: 60px auto 0;
}

.fans .info.part-1 .detail-img {
    width: 337px;
    height: 615px;
    background-image: url(../images/7Fans/part-1/content-1.png);
}

.fans.en .info.part-1 .detail-img {
    background-image: url(../images/7Fans/part-1/content-1-en.png);
}

.fans .info.part-1 .detail-content {
    display: inline-block;
    width: 375px;
    margin-right: 35px;
    vertical-align: middle;
}

.fans .info.part-1 .detail-content:before {
    content: '';
    display: block;
    width: 305px;
    height: 82px;
    margin: 0 auto 15px auto;
    background-image: url(../images/7Fans/logo-7-fans.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.fans .info.part-1 h2 {
    margin-bottom: 15px;
    color: #343639;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
}

.fans .download-list {
    width: 330px;
    margin: 35px auto 0 auto;
    list-style: none;
    overflow: hidden;
}

.fans .download-list li {
    display: inline-block;
}

.fans .btn-app-store {
    content: '';
    width: 174px;
    height: 51px;
    display: block;
    background-image: url(../images/7Fans/logo-app-store.png);
    background-size: contain;
}

.fans .btn-google-play {
    content: '';
    width: 145px;
    height: 51px;
    display: block;
    background-image: url(../images/7Fans/logo-google-play.png);
    background-size: contain;
}

.fans .btn-more {
    display: block;
    width: 100px;
    margin: 60px auto 30px auto;
    color: #ef7d00;
    font-size: 1.5em;
    font-weight: bold;
    position: relative;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    -webkit-animation: ani-more 1s infinite;
    animation: ani-more 1s infinite;
}

.fans .btn-more:after {
    content: "";
    display: block;
    width: 19px;
    height: 21px;
    margin: 10px auto;
    background-image: url(../images/7Fans/icon-more.png);
}

.fans .info.part-2 {
    max-width: 2000px;
    position: relative;
    margin: 0 auto;
    padding-top: 580px;
    background-image: url(../images/7Fans/part-2/bg.jpg);
    background-repeat: no-repeat;
    background-position: 85% center;
    box-sizing: border-box;
}

.fans.en .info.part-2 {
    background-image: url(../images/7Fans/part-2/bg-en.jpg);
}

.fans .info.part-2 .detail {
    width: 420px;
    position: absolute;
    top: 90px;
    right: 20%;
}

.fans .info.part-2 h1 {
    margin: 0 0 15px;
    color: white;
    font-size: 1.8em;
    font-weight: bold;
}

.fans .info.part-2 h1:before {
    content: "";
    display: inline-block;
    width: 39px;
    height: 39px;
    margin-right: 10px;
    background-image: url(../images/7Fans/icon-star-s.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.fans .info.part-2 h2 {
    margin: 0 0 0 20px;
    overflow: hidden;
    color: white;
    font-size: 1.9em;
    font-weight: bold;
}

.fans .info.part-2 h2 span {
    display: block;
    margin: 23px 0;
    float: left;
}

.fans .info.part-2 h2 span.large,
.fans.en .info.part-2 h2 span.large {
    margin: 4px 0;
    font-size: 2em;
}

.fans .info.part-2 h2 img {
    display: block;
    margin: 0 10px;
    float: left;
}

.fans.en .info.part-2 h2 {
    text-align: center;
}

.fans.en .info.part-2 h2 span {
    display: inline-block;
    margin: 23px 0;
    float: none;
    vertical-align: middle;
}

.fans.en .info.part-2 h2 span.block {
    display: block;
    margin: 0;
}

.fans.en .info.part-2 h2 img {
    display: inline-block;
    margin: 0 10px;
    float: none;
    vertical-align: middle;
}

.fans .info.part-2 p {
    color: white;
}

.fans .info.part-2 .mark {
    position: absolute;
    right: 4%;
    bottom: 10px;
    color: white;
    font-size: 12px;
}

.fans .info.part-3 {
    padding-top: 25px;
}

.fans .info.part-3:after {
    margin-top: -32px;
}

.fans .info.part-3 .detail {
    width: 760px;
    margin: auto;
}

.fans .info.part-3 .detail-content {
    display: inline-block;
    width: 430px;
    margin-right: 60px;
    vertical-align: middle;
}

.fans .info.part-3 .detail-img {
    width: 255px;
    height: 546px;
    position: relative;
    background-image: url(../images/7Fans/part-3/content-2.png);
    z-index: 1;
}

.fans.en .info.part-3 .detail-img {
    background-image: url(../images/7Fans/part-3/content-2-en.png);
}

.fans .info.part-3 .detail-content > .detail-img {
    width: 100%;
    height: 48px;
    margin: 20px auto;
    background-image: url(../images/7Fans/part-3/content-1.png);
}

.fans.en .info.part-3 .detail-content > .detail-img {
    background-image: url(../images/7Fans/part-3/content-1-en.png);
}

.fans .info.part-3 h1 {
    margin: 0 0 23px;
    color: #343639;
    font-size: 1.8em;
    font-weight: bold;
}

.fans .info.part-3 h1:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 47px;
    margin-right: 10px;
    background-image: url(../images/7Fans/icon-moneybag.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.fans .info.part-3 .icon-list {
    width: 245px;
    margin: 50px auto 0 auto;
    list-style: none;
    overflow: hidden;
}

.fans .info.part-3 .icon-list li {
    float: left;
    text-align: center;
}

.fans .info.part-3 .icon-list li + li {
    margin-left: 35px;
}

.fans .info.part-3 .icon-list li:before {
    content: '';
    display: block;
    margin: 5px auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.fans .info.part-3 .icon-list .star:before {
    width: 47px;
    height: 48px;
    background-image: url(../images/7Fans/icon-star.png);
}

.fans .info.part-3 .icon-list .moneybag:before {
    width: 40px;
    height: 48px;
    background-image: url(../images/7Fans/icon-moneybag.png);
}

.fans .info.part-3 .icon-list .coupon:before {
    width: 45px;
    height: 48px;
    background-image: url(../images/7Fans/icon-coupon.png);
}

.fans .info.part-4 {
    max-width: 2000px;
    position: relative;
    margin: 0 auto;
    padding-top: 644px;
    background-image: url(../images/7Fans/part-4/bg.jpg);
    background-repeat: no-repeat;
    background-position: 85% center;
    box-sizing: border-box;
}

.fans.en .info.part-4 {
    background-image: url(../images/7Fans/part-4/bg-en.jpg);
}

.fans .info.part-4 .detail {
    width: 410px;
    position: absolute;
    top: 180px;
    right: 15%;
}

.fans .info.part-4 .detail:after {
    content: '';
    display: block;
    width: 386px;
    height: 115px;
    margin-top: 50px;
    background-image: url(../images/7Fans/logo-list.png);
    background-repeat: no-repeat;
}

.fans .info.part-4 h1 {
    margin: 0 0 15px;
    color: white;
    font-size: 1.8em;
    font-weight: bold;
}

.fans .info.part-4 h1:before {
    content: '';
    display: inline-block;
    width: 38px;
    height: 50px;
    margin-right: 10px;
    background-image: url(../images/7Fans/icon_location.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.fans .info.part-4 p {
    color: white;
}

.fans .info.part-5 {
    padding-top: 60px;
}

.fans .info.part-5:after {
    margin-top: -32px;
}

.fans .info.part-5 h1 {
    margin: 0 0 15px 75px;
    color: #343639;
    font-size: 1.8em;
    font-weight: bold;
}

.fans .info.part-5 h1:before {
    content: '';
    display: inline-block;
    width: 69px;
    height: 51px;
    margin-right: 10px;
    background-repeat: no-repeat;
}

.fans .info.part-5 p {
    width: 80%;
    margin-left: 75px;
}

.fans .info.part-5 .detail {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.fans .info.part-5 .detail:after {
    content: '';
    display: block;
    clear: both;
}

.fans .info.part-5 .content-1 h1:before {
    background-image: url(../images/7Fans/icon-reward.png);
}

.fans .info.part-5 .content-2 h1:before {
    background-image: url(../images/7Fans/icon-news.png);
}

.fans .info.part-5 .detail-content {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.fans .info.part-5 .content-1,
.fans .info.part-5 .content-2 {
    min-height: 140px;
}

.fans .info.part-5 .detail-img {
    width: 336px;
    height: 490px;
    display: block;
    position: relative;
    bottom: 0;
    margin: 35px auto 0 auto;
    z-index: 1;
}

.fans .info.part-5 .content-1 + .detail-img {
    background-image: url(../images/7Fans/part-5/content-1.png);
}

.fans .info.part-5 .content-2 + .detail-img {
    background-image: url(../images/7Fans/part-5/content-2.png);
}

.fans.en .info.part-5 .content-1 + .detail-img {
    background-image: url(../images/7Fans/part-5/content-1-en.png);
}

.fans.en .info.part-5 .content-2 + .detail-img {
    background-image: url(../images/7Fans/part-5/content-2-en.png);
}

.fans .info.part-6 {
    padding: 100px 40px;
    box-sizing: border-box;
}

.fans .info.part-6 h1 {
    margin: 0 0 30px;
    color: #343639;
    font-size: 1.8em;
    font-weight: bold;
}

.fans .info.part-6 h1:before {
    content: '';
    display: inline-block;
    width: 46px;
    height: 42px;
    margin-right: 10px;
    background-image: url(../images/7Fans/icon-help.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.fans .info.part-6 h2 {
    font-size: 1em;
    text-decoration: underline;
    margin-bottom: 5px;
}

.fans .info.part-6 .detail {
    max-width: 800px;
    margin: auto;
}

.fans .info.part-6 .detail-content div {
    margin-top: 20px;
}

.fans .info.part-6 ol {
    margin: 10px 0 0 20px;
    list-style-type: decimal;
    margin-bottom: 20px;
}

.fans .info.part-6 ol li {
    margin-bottom: 5px;
    line-height: 1.5em;
    color: #343639;
}

@-webkit-keyframes ani-more {
    0% {
        top: 0px;
    }
    50% {
        top: 10px;
    }
    100% {
        top: 0px;
    }
}

@keyframes ani-more {
    0% {
        top: 0px;
    }
    50% {
        top: 10px;
    }
    100% {
        top: 0px;
    }
}

@media (max-width: 1200px) {
    .fans .info.part-2,
    .fans .info.part-4 {
        background-position: 75% center;
    }
    .fans .info.part-2 .detail,
    .fans .info.part-4 .detail {
        right: 12%;
    }
}

@media (max-width: 1000px) {
    .fans .info.part-5 h1,
    .fans .info.part-5 p {
        margin-left: 10%;
    }
}

@media (max-width: 900px) {
    .fans .info.part-2 {
        background-position: 65% center;
    }
    .fans .info.part-4 {
        background-position: 70% center;
    }
    .fans .info.part-2 .detail,
    .fans .info.part-4 .detail {
        right: 3%;
    }
}

@media (max-width: 768px) {
    .fans p,
    .fans li {
        font-size: 1.05em;
    }
    .fans .info.part-1:after,
    .fans .info.part-3:after,
    .fans .info.part-5:after {
        height: auto;
        padding-top: 5%;
        background-size: 200%;
    }
    .fans .info.part-1 h2 {
        width: 75%;
        margin: 0 auto 4% auto;
        font-size: 1.6em;
    }
    .fans .info.part-1 .detail {
        width: 100%;
        margin: 40px auto 0;
    }
    .fans .info.part-1 .detail-content,
    .fans .info.part-2 .detail-content,
    .fans .info.part-3 .detail-content,
    .fans .info.part-4 .detail-content,
    .fans .info.part-6 .detail-content {
        display: block;
        width: 90%;
        margin: auto;
    }
    .fans .info.part-1 .detail-content:before {
        width: 49%;
        max-width: 305px;
        height: auto;
        margin: 0 auto 2% auto;
        padding-top: 13%;
    }
    .fans .btn-more {
        display: none;
    }
    .fans .info.part-1 .detail-img {
        display: block;
        width: 50%;
        height: auto;
        padding-top: 90%;
        margin: 5% auto;
        background-position: top;
        background-size: 100%;
    }
    .iphone .fans .download-list,
    .android .fans .download-list {
        width: 100%;
        display: block;
        margin: 5% auto;
        text-align: center;
    }
    .iphone .fans .btn-app-store {
        display: block;
    }
    .android .fans .btn-google-play {
        display: block;
    }
    .fans .info.part-2 {
        content: '';
        display: block;
        width: 100%;
        padding-top: 147%;
        background-image: url(../images/7Fans/part-2/bg-m.jpg);
        background-size: contain;
    }
    .fans.en .info.part-2 {
        background-image: url(../images/7Fans/part-2/bg-m-en.jpg);
    }
    .fans .info.part-2 .detail,
    .fans .info.part-4 .detail {
        width: 100%;
        height: 100%;
        padding-top: 3%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        box-sizing: border-box;
    }
    .fans .info.part-2 h1 {
        margin-bottom: 4%;
        font-size: 2em;
        text-align: center;
    }
    .fans .info.part-2 h1:before {
        width: 8%;
        height: auto;
        padding-top: 9%;
        margin-right: 1%;
    }
    .fans .info.part-2 h2 {
        margin: 5% auto;
        overflow: hidden;
        color: white;
        font-size: 1.5em;
        text-align: center;
    }
    .fans .info.part-2 h2 span {
        display: inline-block;
        margin: 5% 0;
        float: none;
        vertical-align: middle;
    }
    .fans .info.part-2 h2 span.large,
    .fans.en .info.part-2 h2 span.large {
        margin: 2% 0;
        font-size: 1.5em;
    }
    .fans.en .info.part-2 h2 span.block {
        display: inline-block;
        margin: 0 5px
    }
    .fans .info.part-2 h2 img {
        display: inline-block;
        width: 15%;
        margin: 0% 1% 0 1%;
        float: none;
        vertical-align: middle;
    }
    .fans.en .info.part-2 h2 img {
        width: 10%;
        margin: 0;
        margin-left: 5px;
    }
    .fans .info.part-2 .mark {
        right: 1%;
        bottom: 1%;
        color: white;
    }
    .fans .info.part-3 {
        padding-top: 8%;
    }
    .fans .info.part-3:after {
        margin-top: -6.8%;
    }
    .fans .info.part-3 .detail {
        width: 100%;
    }
    .fans .info.part-3 h1,
    .fans .info.part-4 h1 {
        margin-bottom: 4%;
        font-size: 2em;
        text-align: center;
    }
    .fans .info.part-3 h1:before,
    .fans .info.part-4 h1:before {
        width: 8%;
        height: auto;
        padding-top: 10%;
        margin-right: 1%;
    }
    .fans .info.part-3 p,
    .fans .info.part-4 p {
        text-align: center;
    }
    .fans .info.part-3 .icon-list {
        width: 70%;
        margin: 4% auto 0 auto;
        text-align: center;
    }
    .fans .info.part-3 .icon-list li {
        width: 30%;
    }
    .fans .info.part-3 .icon-list li + li {
        margin-left: 2%;
    }
    .fans .info.part-3 .detail-img {
        display: block;
        width: 38%;
        height: auto;
        margin: 5% auto 0 auto;
        padding-top: 85%;
        position: relative;
    }
    .fans .info.part-3 .detail-content > .detail-img {
        display: block;
        width: 50%;
        height: auto;
        padding-top: 10%;
        margin: 3% auto;
    }
    .fans .info.part-4 {
        display: block;
        width: 100%;
        padding-top: 147%;
        background-image: url(../images/7Fans/part-4/bg-m.jpg);
        background-position: center;
        background-size: cover;
    }
    .fans.en .info.part-4 {
        background-image: url(../images/7Fans/part-4/bg-m-en.jpg);
    }
    .fans .info.part-4 .detail:after {
        width: 70%;
        height: auto;
        margin: 4% auto;
        padding-top: 22%;
        background-size: 100%;
    }
    .fans .info.part-5 {
        padding-top: 0;
    }
    .fans .info.part-5:after {
        margin-top: -5.2%;
    }
    .fans .info.part-5 .detail-content {
        width: 100%;
        display: block;
        padding: 8% 2% 0;
        box-sizing: border-box;
    }
    .fans .info.part-5 .content-1,
    .fans .info.part-5 .content-2 {
        width: 50%;
        display: inline-block;
        margin-left: 0;
        vertical-align: top;
    }
    .fans .info.part-5 .detail-img {
        display: inline-block;
        width: 45%;
        height: auto;
        margin: auto;
        padding-top: 66%;
        background-size: 100%;
        vertical-align: top;
    }
    .fans .info.part-5 h1:before {
        content: "";
        display: inline-block;
        width: 22%;
        height: auto;
        padding-top: 15%;
        margin-right: 2%;
        background-size: 100%;
    }
    .fans .info.part-6 {
        padding: 15% 0;
    }
    .fans .info.part-6 h1:before {
        width: 8%;
        height: auto;
        padding-top: 7%;
        margin-right: 2%;
        background-size: 100%;
    }
}

@media (max-width: 540px) {
    .fans.content-container {
        font-size: 14px;
    }
}

@media (max-width: 440px) {
    .fans.content-container {
        font-size: 12px;
    }
    .fans.en .info.part-2 h2 {
        margin: auto;
        font-size: 1.4em !important;
    }
    .fans .info.part-3 .icon-list {
        width: 80%;
    }
    .fans .info.part-3 .icon-list li {
        width: 30%;
    }
}

@media (max-width: 380px) {
    .fans h1,
    .fans h2,
    .fans.en .info.part-2 h2 {
        font-size: 1.3em !important;
    }
    .fans .info.part-2 h2 {
        font-size: 1.4em !important;
    }
}


/* ****************
 * Free Content
 * ****************/

.freecontent-content {
    color: #625D59;
}

.freecontent-content .richText-container {
    max-width: 1080px;
    margin: auto;
}

.freecontent-content h3 {
    font-size: 1.15em;
    font-weight: normal;
}

.freecontent-content h3.orange {
    color: #F48221;
}

.freecontent-content p {
    font-size: 0.9em;
}

.freecontent-content p.remark {
    font-size: 0.75em;
    line-height: 1.6em;
}

.freecontent-content ol,
.freecontent-content ul {
    margin: 1em;
    margin-right: 0;
    font-size: 0.9em;
    list-style-type: none;
}

.freecontent-content ol ol,
.freecontent-content ol ul,
.freecontent-content ul ul .freecontent-content ul ol,
.freecontent-content ol p,
.freecontent-content ul p {
    font-size: 1em;
}

.freecontent-content ol.num {
    list-style-type: decimal;
}

.freecontent-content ol.upper-alpha {
    list-style-type: upper-alpha;
}

.freecontent-content ol.lower-alpha {
    list-style-type: lower-alpha;
}

.freecontent-content ul.disc {
    list-style-type: disc;
}

.freecontent-content li {
    margin: 0.5em 0;
}


/* ****************
 * Promotion Boxes
 * ****************/

.promotion .box-intro-container {
    max-width: 1100px;
    margin: auto auto 2em auto;
}

.promotion .box-header {
    margin-bottom: 0.5em;
    padding-bottom: 0.25em;
    border-bottom: 2px solid #017858;
    color: #017858;
    font-weight: bold;
}

.promotion .box-header[data-empty] {
    display: none;
}

.promotion .box-content-container {
    position: relative;
    max-width: 1100px;
    width: 100%;
    margin: 1em auto 0;
    padding: 0;
}

.promotion .box-content-container:after {
    content: '';
    display: block;
    clear: both;
}

.promotion .box-content-container .box-content {
    position: relative;
    margin: 0 10px 20px;
    width: 24%;
    width: calc(25% - 20px);
    max-width: 340px;
    max-height: 340px;
    padding-top: 24%;
    padding-top: calc(25% - 20px);
    text-align: center;
    float: left;
    box-sizing: border-box;
}

.promotion .box-popup-holder {
    height: 70%;
}

.promotion .box-popup-content {
    max-width: 500px;
}

.promotion .box-detail {
    padding-top: 80%;
    margin: 0;
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: auto;
}

.promotion .box-detail-image {
    max-width: 502px;
    position: relative;
    margin: -84% -1em 0;
    padding: 1em 1em 84%;
    background-color: white;
    z-index: 1;
}

.promotion .box-detail-image .thumb-listing {
    width: 90px;
    width: calc(20% - 5.5px);
}

.promotion .box-detail-image .full-image-container {
    width: 80%;
    width: calc(80% - 1.5px);
}

.promotion .box-detail-image .thumb-listing[data-empty] + .full-image-container {
    margin-left: 11%;
}

.promotion .box-detail-description {
    padding-left: 0;
    padding-top: 0;
    clear: both;
}

@media (max-width: 768px) {
    .promotion .box-popup-holder {
        height: 80%;
        height: calc(100vh - 140px);
    }

    .promotion .box-detail {
        padding-top: 75%;
    }

    .promotion .box-detail-image {
        margin: -80% -1em 0;
        padding: 1em 1em 75%;
    }

    .promotion .box-detail-image .thumb-listing {
        width: calc(25% - 5.5px);
    }

    .promotion .box-detail-image .full-image-container {
        width: 75%;
        width: calc(75% - 1.5px);
    }

    .promotion .box-detail-description {
        padding-top: 1em;
    }
}

@media (max-width: 640px) {
    .promotion .box-content-container .box-content {
        width: 50%;
        width: calc(50% - 20px);
        padding-top: 50%;
        padding-top: calc(50% - 20px);
    }
}

@media (max-width: 450px) {
    .promotion .box-detail-image {
        margin: -81% -1em 0;
        padding: 1em 1em 78%;
    }
}

@media (max-width: 360px) {
    .promotion .box-detail-image {
        margin: -85% -1em 0;
    }
}

.promotion .slide-image {
    padding-top: 55.65%;
}

.promotion .copyright-remark {
    max-width: 1080px;
    margin: auto auto 2em auto;
}

.promotion .redeem-description {
    max-width: 1100px;
    margin: auto;
    text-align: center;
}

.promotion .redeem-description p {
    margin-bottom: 0.5em;
}

.promotion .redeem-description .description {
    margin: 1em auto;
    line-height: 2;
}

.promotion .redeem-description .btn-orange + .btn-orange {
    margin-left: 1.5em !important;
}

@media (max-width: 640px) {
    .promotion .redeem-description .description {
        text-align: left;
    }
    .promotion .redeem-description .btn-orange {
        min-width: 50%;
        margin-bottom: 1em;
    }
    .promotion .redeem-description .btn-orange + .btn-orange {
        margin-left: 0 !important;
        margin-bottom: 0;
    }
}

@media (max-width: 640px) {
    .promotion .redeem-description .btn-orange {
        padding: 0.4em 1em;
    }
}

.promotion .tnc-container {
    max-width: 1100px;
    margin: auto auto 2em auto;
    text-align: center;
}

.promotion .tnc-container a {
    display: inline-block;
    margin: auto;
}

.promotion .tnc-container .tnc-popup-overlay {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 21;
}

.promotion .tnc-container .tnc-detail {
    width: 80%;
    height: 80%;
    position: fixed;
    top: 12%;
    left: 0;
    margin: auto 10%;
    padding: 5%;
    text-align: left;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 22;
}

.promotion .tnc-container .tnc-detail ul {
    margin-left: 2em;
}

.promotion .tnc-container .tnc-popup-overlay.active {
    display: block;
}

.promotion .tnc-container .btn-close {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 5%;
    top: calc(12% - 60px);
    right: 12%;
    background-image: url(../images/buttons/close-cross.png);
}

.promotion .box-popup-content .left-arrow {
    width: 10%;
    left: -10%;
}

.promotion .box-popup-content .right-arrow {
    width: 10%;
    right: -10%;
}

@media (max-width: 640px) {
    .promotion .box-popup-content .left-arrow {
        width: 5%;
        left: -5%;
    }
    .promotion .box-popup-content .right-arrow {
        width: 5%;
        right: -5%;
    }
}


/* ****************
 * RichText Container
 * ****************/

.richText-container p {
    margin: 1.5em auto;
}

/* ****************
 * Page Not Found
 * ****************/

.default-content {
    max-width: 1300px;
    margin: 1.5em auto;
    padding: 0 20px;
    text-align: center;
}

.default-content h2 {
    color: #017858;
}

.default-content p {
    margin: 0.5em 0 1em;
    color: #625D59;
}


/* ****************
 * Edit Mode
 * ****************/

html:not(.cms-editmode) .edit-only,
.cms-editmode .display-only {
    display: none;
}

.ex-edit-symbollabel {
    display: block;
    position: absolute;
    color: white;
    cursor: pointer;
    cursor: hand;
    z-index: 1;
}

.ex-edit-symbollabel.ex-edit-left,
.ex-edit-symbollabel.ex-edit-right {
    width: 50px;
    top: 0;
    height: 100%;
}

.ex-edit-symbollabel.ex-edit-left {
    left: 0;
    background: url('../images/buttons/left-arrow.png') no-repeat center;
    background-size: contain;
}

.ex-edit-symbollabel.ex-edit-right {
    right: 0;
    background: url('../images/buttons/right-arrow.png') no-repeat center;
    background-size: contain;
}

.cms-editmode .slider-container {
    counter-reset: editSection;
    background-color: rgba(0, 0, 0, 0.1);
}

.cms-editmode .slider-container img {
    height: 150px;
}

.cms-editmode .box-content[data-box-type="share"]:after,
.cms-editmode .box-content[data-box-type="weather"]:after {
    content: attr(data-box-type) ' box';
    position: absolute;
    width: 100%;
    font-weight: bold;
    text-align: center;
    top: 50%;
    left: 0;
    margin-top: -0.5em;
    line-height: 1;
}

.cms-editmode .box-content.cms-liveedit-placeholder:before {
    content: none;
}

.cms-editmode .thumb-nav-list {
    position: absolute;
    bottom: 0;
    list-style: none;
}

.cms-editmode .thumb-nav-list li {
    float: left;
}

.cms-editmode .thumb-nav-list li + li {
    margin-left: 5px;
}

.cms-editmode .thumb-nav-list li.active a {
    color: #F48221;
}

.cms-editmode .list-image {
    min-height: 400px;
}

.cms-editmode .list-box-container.small .list-image,
.cms-editmode .about-us.editable .info-image {
    min-height: 260px;
}

.cms-editmode .hightlight-image {
    min-height: 280px;
}

.cms-editmode .news-content .hightlight-image {
    min-height: 400px;
}

.cms-editmode .promotion .list-box-container.small .list-box[data-item-type="video"] .list-image a {
    position: absolute;
    top: -30px;
}

.cms-editmode .promotion .box-detail-image .thumb-listing[data-empty] + .full-image-container {
    margin-left: 7px
}

.cms-editmode .promotion .box-header[data-empty],
.cms-editmode .list-box[data-hidden] {
    display: block;
}

.form-inputbox {
    position: relative;
    word-wrap: normal;
    overflow: hidden;
}

.form-inputbox * {
    display: inline !important;
    position: static !important;
    background-color: transparent !important;
    border-style: none !important;
    box-shadow: none !important;
    outline-style: none !important;
    color: inherit !important;
    font-family: inherit !important;
    font-size: 100% !important;
    font-weight: inherit !important;
    letter-spacing: inherit !important;
    line-height: inherit !important;
    list-style: none !important;
    font-style: normal !important;
    text-align: left !important;
    text-decoration: none !important;
    text-transform: none !important;
    vertical-align: baseline !important;
    word-break: break-all !important;
    white-space: nowrap !important;
}

.form-inputbox select > option {
    display: block !important;
}

.form-inputbox br,
.form-inputbox hr,
.form-inputbox img {
    display: none !important;
}

.form-inputbox[data-multiline] br {
    display: inline !important;
}

.form-inputbox select {
    position: absolute !important;
    top: 0;
    left: 0;
    opacity: 0;
}

.form-inputbox[data-selected-label]:before {
    content: attr(data-selected-label);
}

.form-inputbox.has-selectbox:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0.5em;
    margin-top: -0.25em;
    border-top: 0.5em solid black;
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    line-height: 0;
    overflow: visible;
}

.cms-editmode .hide-empty {
    display: block;
}

.cms-editmode .about-us.editable .milestones {
    min-width: 100px;
    min-height: 100px;
    display: block;
}

.cms-editmode .about-us.editable .awards {
    min-width: 50px;
    min-height: 50px;
    z-index: 1;
}

.cms-editmode .about-us.editable .previous-button,
.cms-editmode .about-us.editable .next-button {
    display: block;
}

.cms-editmode .about-us.editable .previous-button {
    left: -70px;
}

.cms-editmode .about-us.editable .next-button {
    right: -70px;
}

.cms-editmode .about-us.editable .awards-detail .year-image {
    min-height: 50px;
}
