﻿.note-content-empty {
    display: block;
    float: left;
    width: 100%;
    color: red;
    font-size: 14px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 30px;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 1px;
}

.page-title-common {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    height: 35px;
    padding: 0px 15px;
    text-align: center;
    line-height: 35px;
    background-color:#536fae;
}

.box-title-common {
    color: #434343;
    font-size: 16px;
    height: 35px;
    text-transform: uppercase;
    background-color: #ededed;
    font-weight: bold;
    line-height: 35px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 0px 15px;
}

/*-Dropdown menu user-*/
.dropdown-menu-function-user {
    position: absolute;
    right: 0px;
    z-index: 999;
    background-color: #ffffff;
    text-align: left;
    width: 200px;
    top: 32px;
    border: 1px solid #536fae;
    border-top: none;
    padding: 10px 3px;
    display: none;
}

    .dropdown-menu-function-user li {
    }
        .dropdown-menu-function-user li a {
            display: block;
            color: #666666;
            padding: 3px 12px;
        }
            .dropdown-menu-function-user li a i {
                color: #536fae;
            }
            .dropdown-menu-function-user li a:hover {
                color: #536fae;
                background-color: #eeeeee;
            }

/* Khung thông báo */
#notification {
    width: 100%;
}


/*---------------------Alert cart---------------------*/
#mask-cartPopup {
    background: #010101;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
}

#popup-box-cart {
    background: #fff;
    z-index: 9999;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.skin-cartPopup {
    padding: 15px;
    position: relative;
}

.close-cartPopup {
    position: absolute;
    top: -12px;
    right: -12px;
    padding: 4px 8px;
    border-radius: 50%;
    background: #a8a8a8;
}

    .close-cartPopup a {
        color: #fff;
    }

        .close-cartPopup a:hover {
            color: #ff6666;
        }

#popup-box-cart {
    width: 90%;
    border: 1px solid #536fae;
}

#popup-box-cart {
    width: 90%;
}

    #popup-box-cart .note-cartPopup {
        font-size: 15px;
        color: white;
        padding: 0px 9px;
        line-height: 30px;
        text-align: center;
        background: #536fae;
        margin-bottom: 15px;
    }

    #popup-box-cart .item-img-cartPopup {
    }

    #popup-box-cart .item-info-cartPopup .name-product-cartPopup {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 500;
        margin-bottom: 15px;
        color: #536fae;
    }

    #popup-box-cart .item-info-cartPopup .price-product-cartPopup {
        color: #333333;
        margin-bottom: 15px;
    }

        #popup-box-cart .item-info-cartPopup .price-product-cartPopup span {
            color: red;
        }

    #popup-box-cart .item-info-cartPopup .num-product-cartPopup {
        color: #333333;
        margin-bottom: 15px;
    }

        #popup-box-cart .item-info-cartPopup .num-product-cartPopup span {
            color: red;
        }

    #popup-box-cart .item-count-cartPopup {
        color: #666;
        font-size: 18px;
    }

    #popup-box-cart .total-price-cartPopup {
        margin-top: 5px;
        text-align: right;
        color: #666666;
        border-top: 1px solid #536fae;
        padding-top: 15px;
    }

        #popup-box-cart .total-price-cartPopup span {
            color: red;
        }

    #popup-box-cart .action-cartPopup {
        text-align: right;
        margin-top: 15px;
    }

        #popup-box-cart .action-cartPopup .btn-cartPopup {
            background: #ffffff;
            border: 1px solid #536fae;
            color: #536fae;
            padding: 5px 6px;
            background-color: #f5f5f5;
        }

            #popup-box-cart .action-cartPopup .btn-cartPopup:hover {
                background: #536fae;
                color: #fff;
            }

/*css cart-home dropdown*/
.list-cart-web.dropdown-menu {
    border: 1px solid #536fae;
    border-radius: 0;
    box-shadow: none;
    float: right;
    left: auto;
    min-width: 0;  
    padding: 15px 20px;
    right: 0;
    width: 500px;
    margin-top: 5px;
}

    .list-cart-web.dropdown-menu .cart-total .text {
        color: #666666;
        font-size: 13px;
        margin-right: 10px;
    }

    .list-cart-web.dropdown-menu .cart-total .price {
        font-weight: 700;
    }

    .list-cart-web.dropdown-menu .cart-total .price {
        color: #F0141E;
    }

#listproductcart .cart-item1 {
    height: 72px;
    padding: 6px 20px 6px 0px;
    position: relative;
    border-bottom: 1px solid #90bb95;
}

    #listproductcart .cart-item1:last-child {
        height: 72px;
        padding: 6px 20px 6px 0px;
        position: relative;
        border-bottom: none;
    }

    #listproductcart .cart-item1 .image img {
        height: 60px;
        width: 60px;
        border: solid 1px #e0e0e0;
        padding: 4px;
        float: left;
        margin-right: 8px;
    }

    #listproductcart .cart-item1 .name {
        line-height: 20px;
        max-height: 40px;
        overflow: hidden;
        font-size: 16px;
    }

        #listproductcart .cart-item1 .name a {
            margin-top: 0px;
            color: #666666;
        }

    #listproductcart .cart-item1 .price {
        font-weight: 700;
        color: #F0141E;
    }

    #listproductcart .cart-item1 .action {
        position: absolute;
        top: 30px;
        color: #898989;
        font-size: 15px;
        right: 0px;
    }

        #listproductcart .cart-item1 .name a:hover, .top-cart-row .car-item .name a:focus,
        #listproductcart .cart-item1 .action:hover, .top-cart-row .car-item .action:focus {
            color: #F0141E;
        }


/*-------------Css breadcrumb--------------*/
.breadcrumb {
    background-color: rgba(0,0,0,0);
    padding: 0;
    border-bottom: 1px solid #a0a0a0;
    border-radius: 0px;
    margin-bottom: 0px;
}

    .breadcrumb ul {
        /*border-bottom: 1px solid #f2f2f2;*/
        margin: auto;
        padding: 8px 0 5px;
        text-align: right;
    }

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
    white-space: nowrap;
}

.breadcrumb ul li:first-child {
    width: 75px;
}

.breadcrumb ul li::after {
    color: #666666;
    content: "/";
    font-size: 12px;
    line-height: 24px;
    margin-left: 9px;
    margin-right: -4px;
    padding: 0;
}

.breadcrumb ul li a {
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
}

.breadcrumb ul li:last-child::after {
    content: "";
}

.breadcrumb ul li.active {
    color: #ed1c24;
}


/*----------------------------------------------------------CSS List-product----------------------------------------------------------------*/

/*Css filter list products page*/

/*.filters-container {
    margin-bottom: 5px;
    padding: 12px 0;
    border-bottom: 1px solid #a0a0a0;
    padding-left: 15px;
}
    .filters-container .nav-tabs.nav-tab-box {
        border: medium none;      
    }
        .filters-container .nav-tabs.nav-tab-box li {
            margin-right: 5px;
            padding: 0;
        }
            .filters-container .nav-tabs.nav-tab-box li a {
                background-color:#536fae;
                border: medium none !important;
                border-radius: 0;
                color: #ffffff;
                line-height: 18px;
                padding: 5px 10px;
            }
            .filters-container .nav-tabs.nav-tab-box li.active a .icon {
                color: #fae14b;
            }
    .filters-container .lbl-cnt {
        color: #666666;
        font-size: 12px;
        line-height: 24px;
    }
        .filters-container .lbl-cnt .lbl {
            color: #ffffff;
            display: inline-block;
            font-size: 12px;
            line-height: 24px;
            margin-right: 10px;
        }

.inline {
    display: inline-block;
    vertical-align: top;
}

.filters-container .lbl-cnt .dropdown.dropdown-med .btn {
    background-color:#536fae;
    border: 1px solid #d6d6d6;
    border-radius: 0;
    font-size: 13px;
    padding: 4px 12px;
    color:#fff;
}

    .filters-container .lbl-cnt .dropdown.dropdown-med .btn .caret {
        margin-left: 13px;
        margin-top: -2px;
    }

.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu {
    border: 1px solid #e1e1e1;
    border-radius: 0;
    box-shadow: none;
}

.dropdown-menu-shortorder > li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}

.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:hover, .filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:focus {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:hover, .filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:focus {
    color: #F0141E;
}*/

/*---------------------------------*/
.listproduct_pagelist {
    padding: 0px 0px;
}
/*---Danh sách sản phẩm lưới--*/
.content-pageListProduct{
    float:left;
    width:100%;
}

.bgItem-productWeb{
    padding:10px;
}

.bgItem-productWeb .item-productWeb{
    float:left;
    width:100%;
    padding:5px 5px;
}
.bgItem-productWeb .item-productWeb > a{
    display:block;
    background-color:#b5c5de;
    height:125px;
    position:relative;
}
.bgItem-productWeb .item-productWeb > a img{
    display:block;
    position:absolute;
    top:0;left:0;bottom:0;right:0;
    margin:auto;
    width:100%;
    max-height:100%;
    max-width:100%;
}
.bgItem-productWeb .item-productWeb h3{
    width:100%;
   
    text-align:center;
}
.bgItem-productWeb .item-productWeb h3 a{
    color:#333333;
    font-size:13px;
    font-weight:600;
    line-height:20px;
     height:20px;
    overflow:hidden;
    margin:5px 0px;
    display:block;
}
.bgItem-productWeb .item-productWeb h3 a:hover{
    color:#df2624;
}
.bgItem-productWeb .item-productWeb p{
    line-height:20px;
    padding:4px 0px;
    overflow:hidden;
    text-align:center;
    font-weight:bold; color:#F0141E
}

.bgItem-productWeb .item-productWeb p a {
    display:inline-block; padding:5px 20px; border-radius:3px;
    background:#E39309; color:#fff;
    border-bottom:solid 2px #435ba3;
}
.bgItem-productWeb .item-productWeb p a:hover {
    background:#F0141E;
}
/*---Danh sách sản phẩm danh sách--*/

/*.item-productlist {
    border: 1px solid #f2f2f2;
    margin-bottom: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .item-productlist .img-item-productlist {
        overflow: hidden;
        position: relative;
    }

        .item-productlist .img-item-productlist img {
            width: 100%;
        }

    .item-productlist .info-item-productlist {
    }

        .item-productlist .info-item-productlist .name-item-productlist a {
            font-size: 20px;
            color: #555;
        }

            .item-productlist .info-item-productlist .name-item-productlist a:hover, .item-productlist .info-item-productlist .name-item-productlist a:focus {
                color: #F0141E;
            }

.info-item-productlist .rate-item-productlist {
    margin-top: 5px;
}

.info-item-productlist .price-item-productlist {
    margin-top: 5px;
}

    .info-item-productlist .price-item-productlist .price-listproduct {
        font-size: 20px;
        color: #F0141E;
    }

    .info-item-productlist .price-item-productlist .old-price-listproduct {
        font-size: 15px;
        text-decoration: line-through;
        color: #666666;
    }

.info-item-productlist .description-item-productlist {
    line-height: 20px;
    margin-top: 5px;
}


.cart-item-productlist {
}

    .cart-item-productlist ul {
        padding-left: 0px;
    }

        .cart-item-productlist ul li {
            display: inline-block;
        }

    .cart-item-productlist .action-addToCart {
        background-color: #a8a8a8;
        color: white;
        padding: 3px 5px;
    }

    .cart-item-productlist .action-addToWishlist {
        background-color: #a8a8a8;
        color: white;
        padding: 3px 5px;
    }

    .cart-item-productlist .action-addToCompare {
        background-color: #a8a8a8;
        color: white;
        padding: 3px 5px;
    }

    .cart-item-productlist .btn:hover {
        background-color: #8ec641;
    }

.tag-new-productlist {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50px;
    background-color: #46aad7;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    right: 10px;
    top: 5%;
}

.tag-hot-productlist {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50px;
    background-color: #ff5600;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    right: 10px;
    top: 30%;
}

.tag-sale-productlist {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50px;
    background-color: #1ABC9C;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    right: 10px;
    top: 55%;
}*/

/*--------------------------------------CSS detail-product--------------------------------------*/
.product-detail {
    padding: 0px 0px;
}

/*---image-product-detail---*/
#image-small .item {
    margin: 0px 3px;
}

#image-small img {
    border: solid 1px #e1e1e1;
}
    #image-small img:hover, #image-small .synced img, #image-small img:focus, #image-small img:active {
        border: solid 1px #536fae;
    }
#image-lagre {
    border: 1px solid #dddddd;
    max-height: 250px;
    overflow: hidden;
    padding:5px;
}
/*---info-product-detail---*/
.info-product-detail-block {
}

    .info-product-detail-block .name-product-detail {
        color: #000;
        line-height: 20px;
        margin-bottom: 15px;
        font-size:20px;
    }

    .info-product-detail-block .field-product-detail {
        margin-bottom: 10px;
    }

        .info-product-detail-block .field-product-detail .label-field-product-detail {
            color: #000;
            font-weight: 600;
        }
        .item-price-product-detail .label-field-product-detail{
            color: #000;
            font-weight: 600;
        }
        .info-product-detail-block .field-product-detail .value-field-product-detail {
            color: #536fae;
        }

    .info-product-detail-block .field-des-product-detail {
        line-height: 20px;
        color: #666666;
        border-top: 1px solid #dddddd;
        padding-top: 15px;
        padding-bottom: 5px;
        padding-bottom: 10px;
    }

    .info-product-detail-block .field-price-product-detail {
        padding-top: 15px;
        padding-bottom: 5px;
        border-top: 1px solid #dddddd;
    }

.field-price-product-detail .item-price-product-detail .value-price-product-detail {
    color: #536fae;
    font-weight: 600;
    font-size: 15px;
    margin-right: 15px;
    text-transform: uppercase;
    line-height: 35px;
}

.field-price-product-detail .item-price-product-detail .value-old-price-product-detail {
    color: #aaaaaa;
    text-decoration: line-through;
    text-transform: uppercase;
    line-height: 35px;
}

.info-product-detail-block .field-buy-product-detail {
    margin-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #536fae;
}

.field-buy-product-detail .label-field-product-detail {
    color: #000;
    font-weight: 600;
    line-height: 34px;
}

.field-buy-product-detail .quant-buy-product-detail {
}

    .field-buy-product-detail .quant-buy-product-detail input {
        width: 100%;
        height: 34px;
        text-align: center;
        background-color:#fff;
        border:1px solid #536fae;
        color:#000;
    }

.field-buy-product-detail .btn-buy-product-detail {
}

.field-buy-product-detail .value-buy-product-detail {
    color: #F0141E;
    line-height: 30px;
    font-weight: 600;
}

.field-social-product-detail {
    margin-top: 15px;
    margin-bottom: 15px;
}

/*--tab--*/
.product-detail-tabs {
    padding: 0px 0px;
}
    .product-detail-tabs .nav-tabs{
        border-bottom: none;
    }
    .product-detail-tabs .nav.nav-tabs.nav-tab-cell > li > a {
        border: medium none;
        color: #000;
        display: block;
        font-size: 14px;
        line-height: 28px;
        padding: 5px 25px;
        position: relative;
        font-weight: 600;
        text-transform: uppercase;
    }

    .product-detail-tabs .nav.nav-tabs.nav-tab-cell li.active a {
        background: none repeat scroll 0 0 #536fae;
        color: #fff;
    }

    .product-detail-tabs .tab-content .tab-pane {
        padding: 24px;
        border: 1px solid #536fae;
        color:#536fae;
    }

/*--Create reviews--*/
.title-reviews-product-detail {
    margin-bottom: 15px;
    color: #536fae;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 5px;
    border-bottom: 1px solid #536fae;
}

.form-review-product-detail {
    color: #536fae;
}

    .form-review-product-detail label {
        color: #000;
        font-weight: 600;
        margin-right: 15px;
    }
    .form-review-product-detail input {
        /*background-color:#536fae;*/
        /*border:none;*/
        color: #000;
    }
    .form-review-product-detail textarea {
        /*background-color:#536fae;*/
        /*border:none;*/
        color:#000;
    }
    .form-review-product-detail .form-group p span {
        color: red;
    }

/*--List reviews--*/
.list-review-product-detail {
    color: #666666;
}

    .list-review-product-detail .item-reviews-product-detail {
    }

    .list-review-product-detail .author-item-reviews-product-detail {
        background-color: #f3f3f3;
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        padding: 0px 15px;
    }

        .list-review-product-detail .author-item-reviews-product-detail span {
            font-weight: 600;
            color: #F0141E;
        }

    .list-review-product-detail .text-item-reviews-product-detail {
        padding: 9px 15px;
        line-height: 23px;
    }

/*--list-product-common--*/
.content-common-cate{
    padding-bottom:15px;
}
.section-title {
    background-color:#536fae;
    color:#fff;
    height: 40px;
    line-height: 40px;
    font-size:16px;
    text-transform:uppercase;
    font-weight:600;
    border-bottom:1px solid #330000; 
    margin-bottom: 15px;
}


/*-------------------------------------So sánh sản phẩm-------------------------------------*/
.product-comparison-page {
}

.content-compare-product-page {
    width: 100%;
    overflow: auto;
}

.product-comparison-page .compare-table tr th {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 20px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.product-comparison-page .compare-table tr td {
    padding: 15px 20px;
}

.product-compare {
}

.product-compare-image {
    height: 200px;
    overflow: hidden;
}

    .product-compare-image img {
        max-height: 100%;
    }

.product-compare-info .product-compare-name {
    margin-top: 10px;
    font-size: 16px;
}

.product-compare .product-compare-action {
    margin-top: 10px;
}

.product-compare-action .action-buy-compare {
    border: none;
}

.price-common {
    color: #F0141E;
    font-weight: 600;
    font-size: 15px;
}

.old-price-common {
    color: #666666;
    text-decoration: line-through;
    font-size: 13px;
    margin-left: 15px;
}

.remove-icon {
    color: red;
    /*border:1px solid #ededed;*/
}

.note-page-common {
    color: red;
    font-size: 16px;
}

/*-------------------------------Sản phẩm yêu thích--------------------------------*/

.my-wishlist-page {
}

.table-wishlist-page {
}

    .table-wishlist-page thead tr th {
        font-size: 25px;
        color: #333333;
        vertical-align: middle;
        text-align: center;
        padding-bottom: 25px;
    }

    .table-wishlist-page tbody tr td {
        vertical-align: middle;
        text-align: center;
        padding: 15px 20px;
    }

.product-wishlist-image {
    height: 200px;
    overflow: hidden;
}

    .product-wishlist-image img {
        max-height: 100%;
    }

.product-wishlist-name {
    margin-bottom: 10px;
}

    .product-wishlist-name a {
        color: #000;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
    }

        .product-wishlist-name a:hover {
            color: #F0141E;
        }

.table-wishlist-page .btn-primary {
    border: none;
}

.table-wishlist-page .btn-remove-wishlist {
    color: red;
}


/*Trang giỏ hàng*/
.shopping-cart .shopping-cart-table {
    margin-top: 20px;
}

.shopping-cart-table .table > thead > tr > th {
    font-size: 15px;
    padding: 16px;
    text-align: center;
}

.shopping-cart-table .shopping-cart-btn span {
    display: block;
    padding: 20px 0;
}

.shopping-cart-table .table tbody tr td {
    vertical-align: middle;
    text-align: center;
}

.shopping-cart .shopping-cart-table table tbody tr .romove-item a {
    color: red;
    font-size: 18px;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-image .entry-thumbnail {
    display: block;
    text-align: center;
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info {
    vertical-align: middle !important;
}

    .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 {
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 8px;
    }

        .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a {
            color: #536fae;
        }

            .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:hover, .shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:focus {
                color: #ed1c24;
            }

.shopping-cart-table table tbody tr td .quant-input {
    display: inline-block;
    height: 35px;
    position: relative;
    width: 70px;
}

    .shopping-cart-table table tbody tr td .quant-input .arrows {
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
    }

        .shopping-cart-table table tbody tr td .quant-input .arrows .arrow {
            box-sizing: border-box;
            cursor: pointer;
            display: block;
            text-align: center;
            width: 18px;
        }

            .shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon {
                position: relative;
            }

                .shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-desc {
                    top: -7px;
                }

                .shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-asc {
                    top: 5px;
                }

    .shopping-cart-table table tbody tr td .quant-input input {
        background: none repeat scroll 0 0 #ffffff;
        border: 1px solid #f2f2f2;
        box-sizing: border-box;
        font-size: 15px;
        height: 35px;
        left: 0;
        padding: 0 20px 0 18px;
        position: absolute;
        top: 0;
        width: 70px;
        z-index: 1;
    }

.shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total span, .shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total span {
    color: #F0141E;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    white-space: nowrap;
}

.cart-shopping-total table thead tr th {
    padding: 15px 15px;
    font-size: 18px;
}

.shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
    color: #F0141E;
}

.shopping-cart .cart-shopping-total table tbody tr {
    border-top: none;
}

    .shopping-cart .cart-shopping-total table tbody tr td {
        padding: 10px 30px;
    }


/*--- Trang thanh toan ---*/
.checkout h4 {
    margin-bottom: 10px;
}

.checkout-content {
    border: 1px solid #536fae;
    margin-bottom: 10px;
    padding: 10px 5px;
}

.warning, .error {
    color: red;
    font-weight: bold;
    padding: 10px 0px;
}

.paymentMethodsNote {
    background-color: #daeef3;
    border: 1px solid #b8cce4;
    display: none;
    margin: 10px auto;
    padding: 8px 4px;
}

#paymentmethods p input[type='radio'], #shippingmethods p input[type='radio'] {
    margin-right: 5px;
}

#login a {
    padding-left: 10px;
}

/*-----*/
.checkout-box .checkout-steps .panel-body {
    padding: 30px;
}

.checkout-heading {
    background-color: #536fae;
    border-top: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    padding-left: 20px;
}

    .checkout-heading a {
        color: #fff;
        float: right;
        font-weight: normal;
        margin-right: 10px;
        font-size: 12px;
    }

        .checkout-heading a:hover {
            color: red;
        }

.title-checkout-page {
    color: #434343;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #ededed;
    padding: 6px 15px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 15px;
}

.checkout-box .checkout-steps .guest-login .title-tag-line, .checkout-box .checkout-steps .already-registered-login .title-tag-line {
    font-size: 14px;
    margin-bottom: 15px;
}

.checkout-box .checkout-steps .guest-login form .radio-checkout-unicase, .checkout-box .checkout-steps .guest-login ul {
    font-size: 14px;
    padding-left: 10px;
}

.checkout-box .checkout-steps .guest-login form .radio input[type="radio"], .checkout-box .checkout-steps form .radio-inline input[type="radio"], .checkout-box .checkout-steps form .checkbox input[type="checkbox"], .checkout-box .checkout-steps form .checkbox-inline input[type="checkbox"] {
    margin-left: 0;
}

.checkout-box .checkout-steps .guest-login form .radio-checkout-unicase .guest-check {
    margin-bottom: 6px;
}

.checkout-box .checkout-steps .guest-login .title-tag-line, .checkout-box .checkout-steps .already-registered-login .title-tag-line {
    font-size: 14px;
    margin-bottom: 15px;
}

.checkout-box .checkout-steps .guest-login form .radio-checkout-unicase, .checkout-box .checkout-steps .guest-login ul {
    font-size: 14px;
    padding-left: 10px;
}

.inner-bottom-30 {
    padding-bottom: 30px;
}

.checkout-box .checkout-steps .guest-login ul .save-time-reg {
    padding-bottom: 4px;
}

.btn-upper {
    text-transform: uppercase;
}

.checkout-box .checkout-steps .checkout-step-01 .already-registered-login form .form-group .info-title {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
}

.checkout-box .checkout-steps .already-registered-login form .form-group label span {
    color: red;
}

.checkout-box .checkout-steps .checkout-step-01 .already-registered-login button {
    margin-top: 15px;
}

.checkout-box .checkout-steps .already-registered-login a {
    color: #000;
    font-size: 14px;
    text-decoration: underline;
    padding: 0px !important;
}

.box_total_price {
    margin: 10px 0px;
}

    .box_total_price .row_total {
        padding: 5px 0px;
    }

        .box_total_price .row_total .label-payment {
            font-weight: bold;
            font-size: 15px;
            text-align: right;
        }

        .box_total_price .row_total .value-payment {
            text-align: left;
            font-weight: bold;
            font-size: 18px;
            color: #F0141E;
        }


/*---*/
#payment-address .content h3 {
    margin-bottom: 15px;
    color: #434343;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #ededed;
    padding: 6px 15px;
    font-weight: bold;
    line-height: 20px;
}

/*-------------------------------------------------------css List news---------------------------------------------------------*/
.listnewspage {
}

.item-news-listnewspage {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}

.image-news-listnewspage {


}
.image-news-listnewspage a {
    display:block;
    width:100%;
    float:left;
    height:145px;
    position:relative;
    background-color:#becee7;
}
.image-news-listnewspage img {
    display:block;
    position:absolute;
    top:0; left:0; bottom:0; right:0;
    margin:auto;
    width:100%;
    max-height:100%;
    max-width:100%;
}

.info-news-listnewspage {
    padding-left: 0px;
}

.title-news-listnewspage {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
}

    .title-news-listnewspage a {
        font-size: 18px;
        color: #000;
        font-weight: 500;
    }

        .title-news-listnewspage a:hover, .title-news-listnewspage a:active, .title-news-listnewspage a:focus {
            color: #ed1c24;
        }

.time-post-news {
    width: 100%;
    float: left;
    color: #aaaaaa;
    margin-bottom: 5px;
}

.des-news-listNewspage {
    width: 100%;
    float: left;
    line-height: 20px;
    max-height: 80px;
    overflow: hidden;
}
.view-continue{
    text-align:right;
    margin-top:10px;
}
.view-continue a{
    color:red;
    text-decoration:underline;
}
.view-continue a:hover {
    color:#536fae;
}


/*-------------------------------------------------------css Detail news---------------------------------------------------------*/
.detailnewspage {
    padding-bottom: 30px;
    padding-top: 15px;
}

.title-detailnewspage {
    font-size: 25px;
    color: #536fae;
    margin-bottom: 15px;
}

.des-detailnewspage {
    font-size: 14px;
    font-weight: 600;
}

.content-detailnewspage {
}

.related-posts {
}

    .related-posts h3 {
        color: #434343;
        font-size: 15px;
        height: 35px;
        text-transform: uppercase;
        background-color: #EDEDED;
        font-weight: bold;
        line-height: 35px;
        border-bottom: 1px solid #DDD;
        margin-bottom: 15px;
        padding: 0px 15px;
    }

    .related-posts ul li {
        padding: 5px 0px 5px 5px;
        list-style: circle inside;
    }

        .related-posts ul li a:hover {
            color: red;
        }

/*---------------------------Css Article------------------------------*/
.articlepage{

}
.des-articlepage{
    margin-bottom:10px;
    font-size: 14px;
    font-weight:600;
    line-height:20px;
}
.content-articlepage{

}
.box-social{

}





/*-------------------Trang liên hệ------------------------*/
.title-contact-page {
    color: #fff;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    background-color: #536fae;
    padding: 0px 15px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.content-contact-page {
    margin-bottom: 15px;
}

    .content-contact-page .title-content-contact-page {
        color: #536fae;
        line-height: 35px;
        border-bottom: 1px solid #536fae;
        margin-bottom: 15px;
        padding: 0px 5px;
    }

/*-------Menu left user-------*/
.area-menu-left-user {
    border: 1px solid #eeeeee;
}

    .area-menu-left-user ul {
        padding-bottom: 15px;
        width: 100%;
        float: left;
    }

        .area-menu-left-user ul li {
            margin-bottom: 3px;
        }

            .area-menu-left-user ul li a {
                display: block;
                padding: 6px 15px;
                color: #333333;
            }

                .area-menu-left-user ul li a i {
                    color: #536fae;
                    margin-right: 5px;
                }

                .area-menu-left-user ul li a:hover, .area-menu-left-user ul li a:active, .area-menu-left-user ul li a:focus {
                    color: #ba3705;
                    background-color: #ededed;
                }

/*-------------Login css page-------------*/
.sign-in-page {
    margin-top: 15px;
}

    .sign-in-page .sign-in-form p, .sign-in-page .create-new-account p {
        color: #666;
        font-size: 12px;
    }

    .sign-in-page .register-form label {
        font-size: 14px;
        font-weight: 400;
    }

    .sign-in-page form .form-group span {
        color: red;
    }

    .sign-in-page .register-form .forgot-password, .sign-in-page .register-form .forgot-password:hover, .sign-in-page .register-form .forgot-password:focus {
        color: #F0141E;
    }

.validation-group {
    color: red;
}


/*---------------Register complete page--------------*/
.register-complete-page {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .register-complete-page h3 {
        color: #333333;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 600;
    }

    .register-complete-page p {
        margin-bottom: 5px;
    }

/*-----------Trang Profile user------------*/
.profileuser-page {
    margin-top: 15px;
}

/*------------Trang Change Pass-------------*/
.change-pass-page {
    margin-top: 15px;
}

/*------------Trang History Order------------*/
.history-order-page {
    margin-top: 15px;
}

/*-----------Trang View History Order--------------*/
.history-order-detail-page {
    margin-top: 15px;
}


/*---------- Message Order ------------*/
.mess-order-page {
    margin-top: 15px;
}

.message-list {
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

    .message-list ul {
        margin: 0px;
        padding: 0px;
    }

        .message-list ul li {
            list-style: none;
            margin-bottom: 20px;
        }

            .message-list ul li h3 {
                font-size: 15px;
                font-weight: bold;
                color: #1ABC9C;
            }

                .message-list ul li h3 span.createddate {
                    color: #808080;
                    font-size: 11px;
                }

            .message-list ul li blockquote {
                font-size: 13px;
                padding: 5px 10px;
            }

            .message-list ul li .reply {
                padding: 5px 0px 5px 15px;
                background: #ccc;
            }

                .message-list ul li .reply h4 {
                    font-size: 14px;
                    margin-bottom: 5px;
                }

                .message-list ul li .reply p {
                    margin: 5px 0px;
                    border-bottom: 1px solid #aaa;
                }


/*-----------Trang Send Password-----------*/
.forgot-password-page {
    margin-top: 15px;
}


/*-----------------------------------------------------------*/
ol li.form-group {
    height: 35px;
}

/*-------------------Hiệu ứng cho banner---------------------*/
.wide-banner {
    overflow: hidden;
}

    .wide-banner img {
        display: block;
        width: 100%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .wide-banner:hover img {
        -webkit-transform: rotate(-1deg) scale(1.1);
        -moz-transform: rotate(-1deg) scale(1.1);
        -ms-transform: rotate(-1deg) scale(1.1);
        -o-transform: rotate(-1deg) scale(1.1);
        opacity: 0.9;
    }


/*----------------------phân trang---------------------------*/
.paging {
    clear: both;
    width:100%;
    float:left;
    text-align: center;
    margin-bottom:30px;
    margin-top:15px;
}

    .paging a {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        padding: 0px 8px;
        font-weight: bold;
        background: #666666;
        color: #fff;
        min-width: 30px;
    }

        .paging a.active, .paging a:hover, .paging a:focus, paging a:active {
            background: #536fae;
        }

/*-------------------------Album page-----------------------------*/
.contentAlbumPage{

}
.contentAlbumPage .bg-ItemAlbum{
    padding:5px 5px;
}
.contentAlbumPage .bg-ItemAlbum{
    padding:10px 10px;
}
.contentAlbumPage .bg-ItemAlbum .itemAlbum{
    padding:0px;
    width:100%;
    float:left;
}
.contentAlbumPage .bg-ItemAlbum .itemAlbum > a{
    display:block;
    width:100%; height:200px;
    float:left;
    position:relative;
    background-color:#becde2;
}
.contentAlbumPage .bg-ItemAlbum .itemAlbum a img{
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    max-height:100%;
    max-width:100%;
}

.contentAlbumPage .bg-ItemAlbum .itemAlbum h3{
    height:40px;
    line-height: 1px;
    width:100%;
    float:left;
    text-align:center;
    margin-top:10px;
}
.contentAlbumPage .bg-ItemAlbum .itemAlbum h3 a{
    font-size:14px;
    font-weight:600;
    color:#333333;
    line-height:20px;
}
.contentAlbumPage .bg-ItemAlbum .itemAlbum h3 a:hover{
   color:#f27728;
   text-decoration:underline;
}

/*-------------------------Album detail page-----------------------------*/
.detailAlbum .title-detailAlbum{
    text-align:center;
    font-size:18px;
    font-weight:500;
    border-bottom:1px solid #ededed;
    margin-bottom:15px;
    padding:10px 10px;
    margin-top:10px;
}
.detailAlbum .img-detailAlbum .itemImageAlbum{
    margin-bottom:0px;
}
.detailAlbum .img-detailAlbum .itemImageAlbum a{
    display:block;
    width:100%;
    float:left;
    position:relative;
    height:200px;
}
.detailAlbum .img-detailAlbum .itemImageAlbum a img{
    display:block;
    position:absolute;
    top:0; left:0px; bottom:0px; right:0px;
    margin:auto;
    max-width:100%;
    max-height:100%;
}