.content-header {
    padding: 70px 0;
    text-align: center;
}

.content-header img {
    display: block;
    margin: auto;
}

.content-wrapper {
    max-width: 900px;
    margin: auto;
    padding-bottom: 80px;
}

.search {
    display: flex;
    justify-content: space-between;
}

.area {
    width: 30%;
}

.keyword {
    width: 68%;
    position: relative;
}

.input-keyword {
    padding: 0 10px;
    background-color: #fff;
    color: #545454;
    border: 1px solid #eabc81;
    height: 46px;
    line-height: 46px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    appearance: none;
    font-size: 18px;
    border-radius: 0;
}

.select-area {
    margin: 0;
    text-overflow: "";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #545454;
    background-color: #fff;
    border: 1px solid #eabc81;
    border-radius: 0;
    padding: 0 24px 0 10px;
    width: 100%;
    height: 46px;
    line-height: 46px;
    background-image: url(../image/store/icon-select-arrow.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 16px 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 18px;
}

option.select-area-tips {
    color: #b1b1b1;
}

.btn-search {
    position: absolute;
    width: 40px;
    height: 100%;
    border: none;
    background-image: url(../image/store/icon-search.png);
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    right: 0;
    cursor: pointer;
    overflow: hidden;
    text-indent: -999px;
    background-color: transparent;
}

.store-list {
    margin-top: 65px;
}

.store-list-th {
    font-size: 30px;
    color: #d4a563;
}

.store-list-th-desc {
    font-size: 25px;
    color: #545454;
    font-weight: bold;
}

.store-list-item {
    font-size: 15px;
    color: #545454;
    position: relative;
}

.store-list-item li {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    border-bottom: 2px solid #e7e7e7;
}

.store-list-item li span:nth-child(2) {
    display: inline-block;
    margin-left: 40px;
}

.store-list-item-search {
    padding-top: 40px;
}

.flagship .store-list-item {
    border-bottom: 1px solid #e1c094;
}

.flagship .store-list-item::after {
    content: '';
    position: absolute;
    width: 45px;
    height: 13px;
    background-image: url(../image/icon-hua.png);
    background-size: 100% 100%;
    left: 50%;
    margin-left: -25px;
    background-color: #FFF;
    bottom: -6px;
}

.flagship .store-list-item li {
    border-bottom: none;
}

.store-list-item li p {
    max-width: 560px;
}

.malaysia-locator {
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

@media screen and (max-width: 750px) {
    .content-wrapper {
        padding-bottom: 0;
    }

    .content-header {
        padding: 20px 0;
    }

    .content-header img {
        height: 25px;
    }

    .content-header-en img {
        height: auto;
        width: 70%;
    }

    .search {
        flex-direction: column;
        margin: 0 15px;
    }

    .area,
    .keyword {
        width: 100%;
    }

    .keyword {
        margin-top: 10px;
    }

    .select-area,
    .input-keyword {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    span.btn-search {
        width: 36px;
        right: 0;
    }

    .store-list {
        margin: 30px 15px 0 15px;

    }

    .store-list-th {
        font-size: 18px;
    }

    .store-list-th-desc {
        font-size: 16px;
    }

    .store-list-item {
        font-size: 13px;
        padding-bottom: 20px;
    }

    .store-list-item li {
        flex-direction: column;
        padding: 10px 0;
        border-bottom: 1px solid #e7e7e7;
    }

    .store-list-item li span:nth-child(2) {
        display: block;
        margin-left: 0;
    }

    .store-list-item-search {
        padding-top: 20px;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media screen and (min-width:750px) and (max-width:1000px){
    .content-header {
        padding: 50px 0;
    }
    .content-header img{ height: 28px;}
    .content-wrapper {
        margin: auto 20px;
        padding-bottom: 50px;
    }
    .store-list {
        margin-top: 45px;
    }
    .store-list-th {
        font-size: 26px;
    }
    .store-list-th-desc {
        font-size: 21px;
    }
    .store-list-item {
        font-size: 14px;
    }
}