@import url(default.css);
@import url(fontface.css);
@import url('simple_line_icon.css');

.panel-default {
    border: none;
}

.panel-default .panel-heading {
    text-transform: uppercase;
    font-weight: bold;
    background: transparent;
    border: none;
    font-size: 18px;
}

.panel-default .panel-heading a {
    color: inherit;
}

.panel-body {
    padding: 10px;
}

.container {
    width: 1200px;
}

.container .container {
    width: 100%;
}

.red {
    color: red;
}

.box-title {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
}

.content-html {
    margin: 10px 0 15px 0;
    line-height: 1.7em;
}

.content-html ul {
    list-style-type: disc;
    padding-left: 20px;
}

.content-html ol {
    list-style-type: decimal;
    padding-left: 20px;
}

.content-html ul ul {
    list-style-type: circle;
    padding-left: 40px;
}

.content-html ol ol {
    list-style-type: lower-alpha;
    padding-left: 40px;
}

.content-html p {
    margin: 0 0 10px 0;
}

.content-html h1,
.content-html h2,
.content-html h3,
.content-html h4,
.content-html h5,
.content-html h6 {
    font-weight: bold;
    margin-bottom: 10px;
}

.content-html h1 {
    font-size: 20px;
}

.content-html h2 {
    font-size: 18px;
}

.content-html h3 {
    font-size: 16px;
}

.content-html h4 {
    font-size: 14px;
}

.content-html h5 {
    font-size: 12px;
}

.content-html h6 {
    font-size: 10px;
}

.content-html table {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #000;
}

.content-html table td,
.content-html table th {
    border: 1px solid #000;
    padding: 8px;
}

ul.list-caret {
    padding-left: 20px;
    margin-bottom: 15px;
}

ul.list-caret li {
    margin-bottom: 5px;
}

ul.list-caret li a:before {
    content: '\f0da';
    margin-right: 5px;
    font-family: 'FontAwesome';
}

textarea {
    resize: vertical;
    min-height: 50px;
}

.box-dropdown {
    position: relative;
}

.box-dropdown-menu {
    display: none;
    position: absolute;
    min-width: 200px;
    top: 100%;
    right: 0;
    margin-top: 20px;
    z-index: 10;
    background: #fff;
    padding: 14px;
    border: 1px solid #e2e2e2;
    -moz-box-shadow: 0 2px 12px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,0.2);
    box-shadow: 0 2px 12px rgba(0,0,0,0.2);
}

.box-dropdown-menu:before,
.box-dropdown-menu:after {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent #e2e2e2 transparent;
}

.box-dropdown-menu:after {
    content: '';
    top: -19px;
    border-color: transparent transparent #fff transparent;
}

.modal .modal-header {
    background: #607d8b;
    color: #fff;
}

.modal .modal-header .modal-title {
    font-weight: bold;
    text-transform: uppercase;
}

.modal .modal-header .close {
    color: inherit;
    opacity: .8;
}

.modal .modal-header .close:hover {
    opacity: 1;
}

/* Cấu trúc giao diện */
    body {
        color: #333;
        font-family: Arial,'Roboto Condensed',Helvetica,sans-serif;
        font-size: 14px;
        line-height: 1.42857;
    }

    header {
        background: #fff704;
    }

    #header {
        position:relative;
    }

    #header .logo {
        position:relative;
        margin:0;
        padding: 20px 0;
    }

    #header .logo img {
        width: 100%;
        height: auto;
    }

    #header .logo h1, #header .logo .site_name,
    #header .logo h2, #header .logo .site_description {
        display: none;
    }

    #header .header-right {

    }

    #header .header-right .search-bar {
        float: right;
        width: 300px;
        margin-top: 10px;
    }

    #menusite {
        background: #17c36f;
    }

    #menusite .navbar-default {
        background: transparent;
        border: none;
    }

    #menusite .navbar-default .navbar-nav {
        float: none;
    }

    #menusite .navbar-default .navbar-nav > li {
        
    }

    #menusite .navbar-default .navbar-nav > li > a {
        color: #fff;
        font-weight: bold;
        padding: 16px 10px;
        text-transform: uppercase;
    }

    #menusite .navbar-default .navbar-nav > li > a:hover,
    #menusite .navbar-default .navbar-nav > .active > a {
        background: transparent;
    }

    #menusite .navbar-default .navbar-nav > li:hover > .dropdown-menu {
        display: block;
    }

    #menusite .navbar-default .navbar-nav > li .dropdown-menu {
        padding: 0;
        margin: 0;
        border-radius: 0;
        top: 100%;
        left: 0;
    }

    #menusite .navbar-default .navbar-nav > li .dropdown-menu li {
        
    }

    #menusite .navbar-default .navbar-nav > li .dropdown-menu > li > a {
        display: block;
        padding: 8px 10px;
        font-size: 15px;
    }

    #menusite .navbar-default .navbar-nav > li .dropdown-menu > li > a:hover {
        
    }

    #menusite .navbar-default .navbar-nav > li .dropdown-menu > li > a em {
        float: right;
    }

    #menusite .navbar-default .navbar-nav > li .dropdown-menu li:hover > .dropdown-menu {
        display: block;
    }

    #menusite .navbar-default .navbar-nav > li .dropdown-menu li .dropdown-menu {
        top: -1px;
        left: 100%;
    }

    #slider {
        margin-bottom: 15px;
    }

    #body {
        
    }

    #body .breadcrumb {
        
    }

    #body #body_left {
        
    }

    #body #body_content {

    }

    #body #body_right {
        
    }

    footer {
        min-height: 100px;
        padding-top: 40px;
        background: #121212;
        color: #fff;
    }

    footer a,
    footer a:hover {
        color: #fff;
    }

    #footer h3 {
        font-size: 18px;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-weight: bold;
    }

    #footer .menu-footer {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    #footer .menu-footer li {
        margin-bottom: 5px;
    }

    #footer .menu-footer li a {
        color: inherit;
        display: block;
        line-height: 24px;;
    }

    #footer .company-info {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #footer .company-info .company-name {
        text-transform: uppercase;
    }

    #footer .company-info li {
        margin-bottom: 5px;
        line-height: 18px;
    }

    footer #copyright {
        margin: 10px 0;
        font-size: 12px;
    }
/*--------------*/

/*
* Css Module
*/
/* Page */
    #page {

    }

    .page-item {
        margin-bottom: 20px;
    }

    .page-item a img {
        transition: all ease-in-out .2s;
        -webkit-transition: all ease-in-out .2s;
        -o-transition: all ease-in-out .2s;
        -moz-transition: all ease-in-out .2s;
        -ms-transition: all ease-in-out .2s;
    }

    .page-item a img:hover {
        box-shadow: 0 1px 8px #ddd;
    }

    .page-item .text-muted {
        font-size: 13px;
    }

    .page-item h3 {
        margin-bottom: 10px;
    }

    .page-item h3 a {
        font-size: 20px;
    }

    .page-detail {

    }

    .page-detail h1.title {
        font-size: 26px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .page-detail .social {
        margin-bottom: 10px;
    }
/*--------------*/

/* News */
    #news {

    }

    ._view_list .news-item {
        margin-bottom: 20px;
    }

    ._view_list .news-item img {
        border: 1px solid #ddd;
    }

    ._view_list .news-item h3 {
        margin-bottom: 10px;
    }

    ._view_list .news-item h3 a {
        font-size: 20px;
    }

    ._view_list .news-item .time {
        color: #777;
        margin-bottom: 10px;
    }

    ._view_list .news-item .description {
        
    }

    ._view_grid .news-item {
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    ._view_grid .news-item .image {
        border-bottom: 1px solid #ddd;
        width: 100%;
        height: 200px;
        text-align: center;
    }

    ._view_grid .news-item .image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    ._view_grid .news-item .info {
        padding: 10px;
    }

    ._view_grid .news-item h3 {
        margin-bottom: 10px;
    }

    ._view_grid .news-item h3 a {
        font-size: 16px;
    }

    ._view_grid .news-item .time {
        color: #777;
        margin-bottom: 10px;
    }

    ._view_grid .news-item .description {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        line-height: 20px;
    }

    #news .cat-info {
        margin-bottom: 15px;
    }

    #news .cat-info h1 {
        font-size: 24px;
        margin-bottom: 15px;
        padding-bottom: 8px;
        border-bottom: 1px solid #ddd;
    }

    #news .cat-info figure {
        margin-bottom: 10px;
    }

    #news .cat-info .descripton {

    }

    .news-detail {

    }

    .news-detail h1.title {
        font-size: 26px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .news-detail .social {
        margin-bottom: 10px;
    }

    .news-detail .field {

    }

    .news-detail .field .description {
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 18px;
    }
/*--------------*/

/* Shop */
    #shop {

    }

    ._view_list .shop-item {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dashed #ddd;
    }

    ._view_list .shop-item:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    ._view_list .shop-item img {
        border: 1px solid #ddd;
    }

    ._view_list .shop-item h3 {
        margin-bottom: 10px;
    }

    ._view_list .shop-item h3 a {
        font-size: 24px;
    }

    ._view_list .shop-item .price {
        margin-bottom: 10px;
    }

    ._view_list .shop-item .price strong {
        font-size: 20px;
        color: red;
    }

    ._view_list .shop-item .description {
        margin-bottom: 10px;
    }

    ._view_list .shop-item .order {

    }

    ._view_grid .shop-item {
        margin-bottom: 10px;
    }

    ._view_grid .shop-item .image {
        width: 100%;
        height: 200px;
        text-align: center;
        border: 1px solid #ddd;
    }

    ._view_grid .shop-item .image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    ._view_grid .shop-item .info {
        padding: 10px;
    }

    ._view_grid .shop-item .info h3 {
        margin-bottom: 10px;
        text-align: center;
    }

    ._view_grid .shop-item .info h3 a {
        color: #333;
        font-size: 14px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 20px;
        height: 40px;
        text-transform: capitalize;
    }

    .block-list-shop .shop-item .info h3 a {
        color: #428bca;
    }

    ._view_grid .shop-item .info .price {
        margin-bottom: 10px;
        text-align: center;
    }

    ._view_grid .shop-item .info .price strong {
        color: #333;
    }

    ._view_grid .shop-item .info .order {
        text-align: center;
    }

    #shop .cat-info {
        margin-bottom: 15px;
    }

    #shop .cat-info h1 {
        font-size: 24px;
        margin-bottom: 15px;
        padding-bottom: 8px;
        border-bottom: 1px solid #ddd;
    }

    #shop .cat-info figure {
        margin-bottom: 10px;
    }

    #shop .cat-info .descripton {

    }

    .shop-detail {

    }

    .shop-detail .list-image {
        margin-bottom: 10px;
    }

    .shop-detail .list-image .swiper-container {
        padding: 10px;
        margin-bottom: 15px;
        border: 1px solid #ddd;
    }

    .shop-detail .list-image .image-item {

    }

    .shop-detail .list-image .image-item img {
        width: 100%;
        height: 400px;
        object-fit: contain;
        cursor: zoom-in;
    }

    .shop-detail .list-image .list-thumb {
        margin: 0 -5px;
    }

    .shop-detail .list-image .list-thumb li {
        float: left;
        width: 25%;
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .shop-detail .list-image .list-thumb li a {
        display: block;
        width: 100%;
        border: 1px solid #ddd;
        border-radius: 4px;
    }

    .shop-detail .list-image .list-thumb li.active a,
    .shop-detail .list-image .list-thumb li a:hover {
        border-color: red;
    }

    .shop-detail .list-image .list-thumb a img {
        width: 100%;
        height: 60px;
        object-fit: contain;
    }

    .shop-detail .product-info h1.title {
        font-size: 24px;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .shop-detail .product-info .social {
        margin-bottom: 10px;
    }

    .shop-detail .product-info .price {
        margin-bottom: 10px;
    }

    .shop-detail .product-info .price strong {
        color: red;
        font-size: 20px;
    }

    .shop-detail .product-info .description {
        margin-bottom: 10px;
    }

    .shop-detail .product-info .description strong {

    }
/*--------------*/

/* View Fast Shop */
    .popup-detail {
        max-width: 100%;
        width: 800px;
    }
/*--------------*/

/* Photo */
    #photo {

    }

    ._view_list .photo-item {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dashed #ddd;
    }

    ._view_list .photo-item:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    ._view_list .photo-item img {
        border: 1px solid #ddd;
    }

    ._view_list .photo-item h3 {
        margin-bottom: 10px;
    }

    ._view_list .photo-item h3 a {
        font-size: 24px;
    }

    ._view_grid .photo-item {
        margin-bottom: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
    }

    ._view_grid .photo-item .image {
        width: 100%;
        height: 200px;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }

    ._view_grid .photo-item .image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    ._view_grid .photo-item .info {
        padding: 10px;
    }

    ._view_grid .photo-item .info h3 {
        margin-bottom: 10px;
    }

    ._view_grid .photo-item .info h3 a {
        font-size: 18px;
    }

    ._view_grid .photo-item .info .text-muted {
        font-size: 13px;
    }

    #photo .cat-info {
        margin-bottom: 15px;
    }

    #photo .cat-info h1 {
        font-size: 24px;
        margin-bottom: 15px;
        padding-bottom: 8px;
        border-bottom: 1px solid #ddd;
    }

    #photo .cat-info figure {
        margin-bottom: 10px;
    }

    #photo .cat-info .descripton {

    }

    .photo-detail {

    }

    .photo-detail h1.title {
        font-size: 24px;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .photo-detail .social {
        margin-bottom: 10px;
    }

    .photo-detail .album-gallery {
        margin: 20px 0;
    }

    .photo-detail .album-gallery .gallery-item {
        margin-bottom: 10px;
    }

    .photo-detail .album-gallery .gallery-item .border {
        border: 1px solid #ddd;
        border-radius: 4px;
        text-align: center;
        width: 100%;
        height: 120px;
    }

    .photo-detail .album-gallery .gallery-item .border img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
/*--------------*/

/* Block danh mục */
    .block-catalog {

    }

    .block-catalog ul {

    }

    .block-catalog ul li {
        padding: 10px 0;
        border-bottom: 1px dotted #ddd;
        position: relative;
    }

    .block-catalog ul li:last-child {
        border-bottom: none;
    }

    .block-catalog ul li h3 {
        font-size: 16px;
    }

    .block-catalog ul li h3 a {
        color: #333;
    }

    .block-catalog ul li h3 a:hover {
        color: #2a6496;
    }

    .block-catalog ul li span[data-toggle="collapse"] {
        position: absolute;
        top: 5px;
        right: 0;
        padding: 0 5px;
        cursor: pointer;
        font-size: 20px;
        z-index: 1;
    }

    .block-catalog ul li ul li {
        border-top: 1px dotted #ddd;
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
        padding-top: 10px;
        margin-top: 10px;
    }

    .block-catalog ul li ul li a {
        padding-left: 20px;
    }
/*--------------*/

/* Block cart */
    .block-cart {
        float: right;
        margin-top: 6px;
        width: 55px;
    }

    .block-cart .btn-toggle-cart {
        color: #fff;
        padding: 0 5px;
        font-size: 28px;
        cursor: pointer;
        text-align: center;
        line-height: 41px;
        display: inline-block;
    }

    .block-cart .btn-toggle-cart .num {
        position: absolute;
        top: 0;
        right: 0;
        background: #df0a0a;
        color: #fff;
        display: inline-block;
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 16px;
        font-size: 13px;
        border-radius: 50%;
        z-index: 1;
    }

    .block-cart .btn-view-detail {
        background: #df0a0a;
        color: #fff;
        padding: 8px 20px;
        text-transform: uppercase;
        font-size: 12px;
        display: inline-block;
        line-height: 1;
    }

    .block-cart p {
        font-size: 14px;
        color: #000;
    }
/*--------------*/

/* Swiper */
    .swiper-container {
        padding-bottom: 25px;
    }

    .swiper-container-vertical .swiper-pagination {
        display: none;
    }

    .swiper-container .swiper-button-prev,
    .swiper-container .swiper-button-next {
        display: none;
    }

    .swiper-container:hover .swiper-button-prev,
    .swiper-container:hover .swiper-button-next {
        display: block;
    }
/*--------------*/

/* Block Opinions */
    .block-opinions {
        
    }

    .block-opinions .opinions-item {
        margin-bottom: 10px;
        text-align: center;
    }

    .block-opinions .opinions-item .image {
        margin-bottom: 10px;
        text-align: center;
    }

    .block-opinions .opinions-item .image img {
        width: 150px;
        height: 150px;
        border: 2px solid #ddd;
        border-radius: 50%;
        object-fit: contain;
    }

    .block-opinions .opinions-item .info {
        padding: 10px;
    }

    .block-opinions .opinions-item .info .name {
        
    }

    .block-opinions .opinions-item .info .note {
        
    }

    .block-opinions .opinions-item .info .comm {
        
    }
/*--------------*/

/* Block Carousel */
    .block-carousel .carousel-item {
        margin-bottom: 10px;
    }

    .block-carousel .carousel-item img {
        width: 100%;
        height: 200px;
        object-fit: contain;
        border: 1px solid #ddd;
        border-radius: 5px;
    }
/*--------------*/

/* Block qrCode */
    .block-qrcode {
        text-align: center;
    }

    .block-qrcode span {
        display: inline-block;
        border: 1px solid #ddd;
        padding: 5px;
    }
/*--------------*/

/* Tìm kiếm */
    .search-result .search-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .search-result .search-title strong {
        color: #df0a0a;
    }

    .search-result .result-item {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px dotted #ddd;
    }

    .search-result .result-item h3 {
        margin-bottom: 10px;
    }

    .search-result .result-item h3 a {
        font-size: 18px;
        color: #333;
        font-weight: bold;
    }

    .search-result .result-item h3 a:hover {
        color: #df0a0a;
        text-decoration: underline;
    }

    .search-result .result-item .price {
        color: red;
        font-weight: bold;
        font-size: 20px;
    }
/*--------------*/

/* Block Login */
    .block-login {
        float: right;
        margin: 5px 0;
    }

    .block-login .signed {
        
    }

    .block-login .signed .user-info {
        cursor: pointer;
        user-select: none;
    }

    .block-login .signed .user-info .avatar {
        float: left;
        border: 1px solid #ddd;
        border-radius: 50%;
        margin-right: 5px;
        overflow: hidden;
        width: 40px;
        height: 40px;
    }

    .block-login .signed .user-info .avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .block-login .signed .user-info .name {
        float: left;
        line-height: 40px;
    }

    .block-login .signed .box-dropdown-menu {
        width: 250px;
    }

    .block-login .signed .box-dropdown-menu .btn {
        padding: 4px 8px;
    }
/*--------------*/

/* User */
    .login-form {
        width: 30%;
        margin: 0 auto;
    }
/*--------------*/

/* Cart */
    .popup-cart {
        width: 800px;
    }

    .cart-info .cart-title {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .cart-info .cart-title a strong {
        color: red;
    }

    #modal_send_cart {
        padding: 0!important;
    }

    #modal_send_cart .modal-dialog {
        width: 100%;
        height: 100vh;
        margin: 0;
    }

    #modal_send_cart .modal-content {
        width: 100%;
        min-height: 100%;
        border-radius: 0;
        box-shadow: none;
    }

    .send-cart-detail .box-title {
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
    }

    .send-cart-detail input.form-control,
    .send-cart-detail select.form-control {
        height: 45px;
        font-size: 16px;
    }

    .send-cart-detail input,
    .send-cart-detail button {
        outline: none !important;
    }

    .send-cart-detail input[type="radio"] {
        width: 20px;
        height: 20px;
        margin-top: -2px;
    }

    .send-cart-detail input[type=radio]:checked:before {
        width: 10px;
        height: 10px;
        background-color: #428bca;
    }

    .send-cart-detail .btn {
        font-size: 16px;
        height: 40px;
    }

    .send-cart-detail .product {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #ddd;
    }

    .send-cart-detail .product .image {
        height: 50px;
        width: 50px;
        margin: 0 auto;
        background: #fff;
        border-radius: 8px;
        position: relative;
        border: 1px solid #ddd;
    }

    .send-cart-detail .product .image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 8px;
    }

    .send-cart-detail .product .image .num {
        position: absolute;
        top: -12px;
        right: -12px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        text-align: center;
        background: #5a96c8;
        border-radius: 50%;
        color: #fff;
    }

    .send-cart-detail .total-price-all strong {
        font-size: 20px;
        color: red;
    }
/*--------------*/