/*------------------------------ MAIN HEADER------------------------------------------------------*/

#main-header {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    position: fixed;
    top: 0;
}

#main-header .container {
    background: rgba(33, 98, 51, 0.75);
    height: 100px;
}

#main-content {
    margin-top: 100px;
    overflow: hidden;
}

#main-content .container {
    background: rgba(255, 255, 255, 0.7);
    margin-bottom: 40px;
}

body {
    background: url(../images/bg.jpg) no-repeat center center fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}


/*----------------------------------------goto top-----------------------------------------------------------------*/

#totop {
    position: fixed;
    bottom: 40px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    cursor: hand;
    z-index: 1000;
}


/*------------------------------------------section categories------------------------------------------------------------*/


/*-------------------------------social sticky------------------------------------------------------------------*/

.sticky-container {
    /*background-color: #333;*/
    padding: 0px;
    margin: 0px;
    position: fixed;
    top: 150px;
}

.sticky li {
    list-style-type: none;
    background-color: #216233;
    position: relative;
    left: -30px;
    height: 40px;
    padding: 7px 10px;
    width: 80px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    margin-bottom: 10px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
}

.sticky li img {
    float: right;
    width: 28px;
}

.sticky li:hover {
    left: 0;
}


/*------------------------------------------MAIN FOOTER-----------------------------------*/

#main-footer {
    position: relative;
    bottom: 0;
    overflow: hidden;
    /*   height: 220px;*/
    width: 100%;
    background: rgba(35, 26, 19, 0.8);
}

#footer-logo {
    width: 110px;
    padding: 0 10px 10px 10px;
}

#main-footer #info {
    padding-top: 10px;
}

#main-footer #address {
    width: 200px;
}

#main-footer #address span {
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding-top: 30px;
}

#main-footer #address p {
    font-family: 'Segoe UI', sans-serif;
    font-weight: normal;
    font-size: 12px;
    padding-top: 5px;
}

#main-footer #shop-system {
    width: 630px;
    padding-left: 80px;
}

#main-footer #shop-system span {
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding-top: 30px;
}

#main-footer #copywrite {
    margin: 10px auto;
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
    color: #6e6d6c;
}

#main-footer #shop-system .shop_addr {
    font-family: 'Segoe UI', sans-serif;
    font-weight: normal;
    font-size: 12px;
}

#main-footer #shop-system .shop_tel {
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    font-size: 12px;
}


/*------------------------------------------------------THUC DON---------------------------------------------------------------*/

#sub-menu {
    width: 940px;
    height: 240px;
    background-image: url(../images/light.png);
    margin-bottom: 30px;
    /*
position: absolute;
left: 0;
top: 100px;*/
}

#sub-menu li {
    float: left;
    width: 20%;
}

#sub-menu > ul > li > a > img {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
    bottom: -90px;
}

#sub-menu img {
    width: 157px;
    height: 217px;
}

#sub-menu > ul > li > a > img:hover {
    bottom: -50px;
}

#sub-menu p {
    background: #0f231a;
    background: rgba(15, 35, 26, 0.8);
    height: 40px;
    position: relative;
    bottom: 20px;
    line-height: 40px;
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

#coffee {
    background: #ffffff;
    background: rgba(249, 243, 208, 0.9);
    margin: 0;
}


/*----------------------DETAIL PRODUCT-------------------------------------------------*/

.product-grid {
    padding: 30px 60px;
}

.product-grid li {
    width: 140px;
    min-height: 200px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    margin-right: 25px;
    zoom: 1;
    *display: inline;
    _height: 200px;
}

.product-grid li:nth-child(5n+5) {
    margin-right: 0;
}

.product-grid img {
    /*   width: 140px;*/
    width: auto;
    height: 140px;
}

.product-grid h4 {
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #53423b;
    margin: 0;
    text-align: center;
}

.product-grid p {
    font-family: 'Segoe UI', sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #53423b;
}
