#footer {
    position: relative;
    width: 100%;
    text-align: center;
    background: #277EAE;
    background: linear-gradient(left bottom, #19294F, #1577BE);
    background: -moz-linear-gradient(left bottom, #19294F, #1577BE);
    background: -webkit-linear-gradient(left bottom, #19294F, #1577BE);
    padding: 20px 0 50px 0;
    font-family: Helvetica, "segoe ui", "microsoft jhenghei", "microsoft mhei", Arial Unicode MS, Arial;
}

#footermenu {
    position: relative;
    margin: 0 auto;
    padding: 0;
    z-index: 3;
}

#footermenu>ul {
    position: relative;
    list-style: none;
    padding-top: 20px;
}

#footermenu>ul>li {
    display: inline-block;
    line-height: 1.8em;
    text-align: left;
    vertical-align: top;
    margin: 0 8px;
    min-width: 100px;
}

#footermenu>ul>li:last-child {
    display: inline-block;
    line-height: 1.8em;
    text-align: left;
    vertical-align: top;
}

#footermenu>ul>li>ul {
    list-style: none;
    height: 200px;
    padding: 0;
}

/*footer menu*/

.ftitle,
.ftitle a {
    color: #fff;
    font-weight: bolder;
    text-decoration: none;
    line-height: 1.8em;
    text-align: left;
    text-shadow: 1px 1px 3px #333;
}

.fitem a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    text-align: left;
    opacity: 0.9;
    font-weight: 600;
}

.fitem a:hover {
    opacity: 1;
}

.socialimg img {
    width: 35px;
    height: 35px;
    padding-right: 4px;
    margin-top: 2px;
    opacity: 0.9;
    border-radius: 15px;
    border: 0;
}

.socialimg img:hover {
    opacity: 1;
    cursor: pointer;
}

#address {
    position: relative;
    text-align: center;
    margin-top: 60px;
}

#addressimg img {
    position: relative;
    width: 30px;
    display: none;
}

#adddetail p,
#adddetail a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    line-height: 30px;
}

#adddetail .policy {
    font-size: 15px;
    border-left: solid 2px #fff;
    padding: 0 15px;
}

#adddetail .policy:first-child {
    border: none;
}

.qrcode-container {
    margin-top: 10px;
}

.qrcode-container img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.qrcode-jpg {
    max-width: 95px;
    border-radius: 3px;
    margin-left: 3px;
}

.qrcode-download-container {
    display: inline-block;
    width: 160px;
    vertical-align: top;
}

.qrcode-download {
    max-width: 150px;
    margin: 0 0 9px 4px;
}

@media only screen and (min-width:900px) and (max-width:1150px) {
    #address {
        position: relative;
        margin-top: 10px;
        text-align: center;
        width: 80%;
        display: inline-block;
    }
    #adddetail p {
        font-size: 15px;
        padding: 0 20px;
    }

    #footermenu>ul>li{
        display: none;
    }

    #footermenu>ul>li:last-child{
        text-align: center;
    }
}

@media only screen and (min-width:150px) and (max-width:899px) {

    #footermenu>ul>li{
        display: none;
    }
    #footermenu>ul>li:last-child{
        text-align: center;
    }

    #address{
        margin-top: 10px;
    }
}