/*---------------Header---------------*/
.title-header{
    background: url(../images/bg-perfecture.jpg) center no-repeat;
}

.bg-white { 
    background: #fff; 
}

.color-white { 
    color: #fff; 
}

.f16 { 
    font-size: 16px; 
}

.sub-title { 
    
    display: block; 
    padding: 4px 0; 
}

.sub-title h2 { 
    font-weight: bold;
     font-size: 20px;
      position: relative;
 }

.sub-title .line-title { 
    position: relative;
    width: 50px; 
    height: 2px; 
    background: #000; 
    display: inline-block; top: -6px; 
}
.sub-title small { 
    font-weight: normal; 
    font-size: 14px; 
}

img.full-img { 
    width: 100%; 
}
img.max-img { 
    max-width: 100%; 
}
.line-black { 
    display: block; 
    width: 100%; 
    height: 2px; 
    background: #000; 
    margin: 40px auto;
}

/* away */
.away { display: flex; 
    flex-wrap: wrap; 
    margin-top: 50px; 
}
.away .away-left { 
    display: block; 
    width: 60%; 
    padding-right: 12px; 
    line-height: 1.8; 
}
.away .away-right { 
    display: block; 
    width: 40%; 
}
.away-left h3 { 
    color: #606060; 
    font-size: 20px; 
    font-weight: bold;
     margin-bottom: 12px; 
}
.away-left small { 
    color: #000; 
    font-size: 14px; 
    display: block; 
    background: #f6f6f6; 
    padding: 14px; 
    margin: 18px auto; 
}

/* order */
.order { 
    display: block; 
    padding: 25px 0; 
}
.order ul { 
    display: flex; 
    flex-wrap: wrap; 
    /*margin: 0 -2% 0 0; */
}
.order ul li { 
    display: block; 
    width: 31.33%; 
    margin: 12px 2% 12px 0; 
}
.order ul li figure img { 
    width: 100%; 
}
.order ul li p {
    font-size: 13px;
    padding: 8px 0;
}
.order-title { 
    display: block; 
    padding: 12px; 
    text-align: center; 
    padding: 12px; 
    background: #f6f6f6; 
    border-top: 1px solid #000; 
    border-bottom: 1px solid #000; 
    position: relative; 
    font-size: 20px; 
}
.order ul li .text-red { 
    color: #ff0000; 
}
.order-title strong { 
    font-weight: bold; 
}
.order-title::after { 
    content: url(../images/down.png); 
    position: absolute; 
    left: 45%; 
    bottom: -20px; 
}
.remark { 
    color: #000; 
    font-size: 13px; 
    display: block; 
    background: #f6f6f6; 
    padding: 14px; 
    margin: 18px auto; 
    text-align: center; 
}

/* positon button footer */
.bg-black { 
    background: #000; 
    padding: 24px 8px; 
    text-align: center; 
}
.position-btn { 
    display: block; 
    width: 100%; 
    margin: 12px auto 0; 
}
.position-btn .btn-default { 
    width: 30%; 
    background: #fff; 
    padding: 14px 4px; 
    display: inline-block; 
    text-align: center; 
    font-size: 20px; 
    font-weight: 700; 
    margin: 8px 1%; 
    transition: all 0.3s; 
}
.position-btn .btn-red { 
    color: #c7002a; 
    border: 2px solid #c7002a; 
}
.position-btn .btn-blue { 
    color: #0071ac; 
    border: 2px solid #0071ac; 
}
.btn-default:hover { box-shadow: 2px 2px 2px rgba(255, 255, 255, 0.8); }

@media(max-width:680px) { 
    .away { margin-top: 0; }
    .away .away-left,
    .away .away-right { 
        display: block; 
        width: 100%; 
        padding: 8px 0; 
    }

    .order ul li { 
        width: 48%;
    }

    .position-btn .btn-default {
         width: 45%; 
    }    
}

@media(max-width:460px) { 
    .away-left h3 { 
        font-size: 16px; 
    }
    
    .position-btn .btn-default { 
        width: 100%; 
        margin: 4px auto; 
    }

    .order { 
        padding: 0 0 25px; 
    }
    .order ul li { 
        width: 100%;
    }
}
