@import url(default.css);
@import url(fontface.css);
@import url('simple_line_icon.css');

.panel-default {
    border: none;
    box-shadow: none;
}

.panel-default .panel-heading {
    padding: 0;
    border: none;
    border-bottom: 2px solid #d91b1b;
    padding-left: 16px;
    background: transparent;
    margin-bottom: 15px;
}

.panel-default .panel-heading > span {
    background: linear-gradient(#d91b1b, #f80604, #d91b1b);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 2px;
    position: relative;
}

.panel-default .panel-heading > span:before {
    content: '';
    position: absolute;
    top: 0;
    left: -16px;
    width: 3px;
    height: 100%;
    background: #d91b1b;
}

.panel-default .panel-heading > span:after {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: 5px;
    height: 100%;
    background: #d91b1b;
}

.panel-default .panel-heading a {
    color: inherit;
}

.panel-default > .panel-body {
    padding: 0;
}

.panel-body {
    padding: 10px;
}

.container {
    width: 1100px;
}

.container .container {
    width: 100%;
}

.red {
    color: red;
}

.box-title {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
}

.content-html {
    margin: 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;
    text-align: left;
    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;
}

h1.title {
    color: #f60806;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    position: relative;
    margin-bottom: 20px;
    font-weight: bold;
}

h1.title:after {
    content: '';
    height: 2px;
    width: 60px;
    left: 50%;
    bottom: -5px;
    margin-left: -30px;
    background: #f60806;
    position: absolute;
}

.btn-toggle-menu,
.btn-toggle-search {
    display: none;
}

/* Cấu trúc giao diện */
    body {
        color: #333;
        font-family: 'Roboto Condensed',Helvetica,Arial,sans-serif;
        font-size: 16px;
        line-height: 1.42857;
    }

    header {
        background: linear-gradient(#ffc200, #e6af00);
        background: #fff;
    }

    #header {
        position:relative;
        padding: 10px 0;
    }

    #header .logo {
        position:relative;
        margin:0;
    }

    #header .logo img {
        width: auto;
        height: 100px;
    }

    #header .logo h1, #header .logo .site_name,
    #header .logo h2, #header .logo .site_description {
        display: none;
    }

    #header .header-right {

    }

    #header .header-right .search-bar {
        margin-top: 10px;
    }

    #header .header-right .search-bar input {
        height: 40px;
        font-size: 16px;
    }

    #header .header-right .search-bar button,
    #header .header-right .search-bar button:hover,
    #header .header-right .search-bar button:focus {
        height: 40px;
        background: #dc2222;
        border-color: #dc2222;
    }

    #header .header-right .block-cart {
        
    }

    #header .header-right .block-cart .box-dropdown {
        
    }

    #header .header-right .block-cart .btn-toggle-cart {
        color: #004479;
        font-size: 16px;
        width: 150px;
        padding: 0;
        text-align: left;
    }

    #header .header-right .block-cart .btn-toggle-cart > em {
        float: left;
        font-size: 44px;
        margin-right: 10px;
        color: #141494;
    }

    #header .header-right .block-cart .btn-toggle-cart .d1 {
        font-size: 20px;
        margin-top: 5px;
        line-height: 20px;
    }

    #header .header-right .block-cart .btn-toggle-cart .d2 {
        font-size: 15px;
    }

    #header .header-right .block-cart .btn-toggle-cart .num {
        display: none;
    }

    #header .header-right .hotline {
        font-size: 30px;
        color: #f30000;
        font-weight: bold;
        text-align: right;
        text-shadow: 1px 2px 2px #bbb;
    }

    #header .header-right .hotline a {
        color: inherit;
    }

    #menusite {
        background: linear-gradient(#d91b1b, #f80604, #d91b1b);
    }

    #menusite .navbar-default {
        background: transparent;
        border: none;
        min-height: 10px;
    }

    #menusite .navbar-default .navbar-nav {
        float: none;
    }

    #menusite .navbar-default .navbar-nav > li + li {
        border-left: 1px solid #ff5722;
    }

    #menusite .navbar-default .navbar-nav > li > a {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        padding: 14px 30px;
    }

    #menusite .navbar-default .navbar-nav > li > a:hover,
    #menusite .navbar-default .navbar-nav > .active > a {
        background: transparent;
        color: yellow;
    }

    #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%;
    }

    .breadcrumb {
        display: none;
    }

    #slider {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #body {
        margin-top: 20px;
    }

    #body .breadcrumb {
        
    }

    #body #body_left {
        
    }

    #body #body_content {

    }

    #body #body_right {
        
    }

    footer {
        background: url(../images/bg_footer.png) no-repeat;
        background-size: 100% 100%;
        min-height: 100px;
        padding-top: 40px;
    }

    #footer h3 {
        font-size: 18px;
        margin-bottom: 20px;
        text-transform: uppercase;
        font-weight: bold;
    }

    #footer .menu-footer {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    #footer .menu-footer li {
        margin-bottom: 10px;
    }

    #footer .menu-footer li a {
        color: inherit;
        font-size: 17px;
        transition: color ease-in-out .2s;
        -webkit-transition: color ease-in-out .2s;
        -moz-transition: color ease-in-out .2s;
        -ms-transition: color ease-in-out .2s;
        -o-transition: color ease-in-out .2s;
    }

    #footer .menu-footer li a:hover {
        color: #db1b1b;
        text-decoration: underline;
    }

    #footer .company-info {
        padding: 0;
        margin-bottom: 30px;
        list-style: none;
    }

    #footer .company-info .company-name {
        text-transform: uppercase;
        color: #db1b1b;
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 30px;
    }

    #footer .company-info li {
        margin-bottom: 10px;
        font-size: 17px;
    }

    #footer .company-info li a {
        color: #db1b1b;
    }

    #footer .company-info li a:hover {
        text-decoration: underline;
    }

    #footer .company-info li em {
        width: 30px;
        height: 30px;
        border: 1px solid #db1b1b;
        text-align: center;
        border-radius: 50%;
        line-height: 30px;
        margin-right: 8px;
        font-size: 18px;
        color: #db1b1b;
    }

    footer #copyright {
        margin: 10px 0;
        font-size: 12px;
    }

    #hotline {
        position: fixed;
        width: 45px;
        height: 45px;
        right: 10px;
        bottom: 130px;
        border-radius: 50%;
        box-shadow: 0 0px 10px #aaa;
        padding: 2px;
        background: #fff;
        z-index: 200;
    }

    #hotline a {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        color: #fff;
        font-size: 30px;
        background: #df001f;
        border-radius: 50%;
        -webkit-animation: animation_phone 1s infinite ease-in-out;
        animation: animation_phone 1s infinite ease-in-out;
    }

    @keyframes animation_phone {
        0% {
            transform:rotate(0);
        }
        10% {
            transform:rotate(-25deg);
        }
        20% {
            transform:rotate(25deg);
        }
        30% {
            transform:rotate(-25deg);
        }
        40% {
            transform:rotate(25deg);
        }
        50% {
            transform:rotate(0);
        }
        100% {
            transform:rotate(0);
        }
    }

    @-webkit-keyframes animation_phone {
        0% {
            -webkit-transform:rotate(0);
        }
        10% {
            -webkit-transform:rotate(-25deg);
        }
        20% {
            -webkit-transform:rotate(25deg);
        }
        30% {
            -webkit-transform:rotate(-25deg);
        }
        40% {
            -webkit-transform:rotate(25deg);
        }
        50% {
            -webkit-transform:rotate(0);
        }
        100% {
            -webkit-transform:rotate(0);
        }
    }

    #chat_zalo {
        position: fixed;
        width: 45px;
        height: 45px;
        right: 10px;
        bottom: 75px;
        background-image: url(../images/icon_zalo.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        border-radius: 50%;
        box-shadow: 0 0px 10px #aaa;
        z-index: 200;
    }

    #chat_zalo a {
        display: block;
        width: 100%;
        height: 100%;
    }

    #gotop {
        position: fixed;
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        bottom: 20px;
        right: 10px;
        cursor: pointer;
        background: white;
        border-radius: 50%;
        color: #fff;
        font-size: 47px;
        color: #df001f;
        box-shadow: 0 0px 10px #aaa;
        z-index: 200;
    }

    #gotop i {
        margin-top: -1px;
        margin-left: -1px;
    }
/*--------------*/

/*
* 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;
        -moz-transition: all ease-in-out .2s;
        -ms-transition: all ease-in-out .2s;
        -o-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 .social {
        display: inline-block;
        margin-left: 20px;
    }

    .page-detail ul.list-other {
        list-style: disc;
        padding-left: 20px;
        margin-bottom: 0;
    }

    .page-detail ul.list-other li {
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }

    .page-detail ul.list-other li a {
        color: #333;
        font-size: 17px;
        font-weight: bold;
        transition: color ease-in-out .4s;
        -webkit-transition: color ease-in-out .4s;
        -moz-transition: color ease-in-out .4s;
        -ms-transition: color ease-in-out .4s;
        -o-transition: color ease-in-out .4s;
    }

    .page-detail ul.list-other li a:hover {
        color: red;
    }

    .page-detail ul.list-other li i {
        font-size: 13px;
    }
/*--------------*/

/* News */
    #news {

    }

    ._view_list .news-item {
        border: 1px solid #dedede;
        padding: 15px;
        margin-bottom: 20px;
    }

    ._view_list .news-item .image {
        height: 130px;
    }

    ._view_list .news-item .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: 1px solid transparent;
        transition: all ease-in-out 1s;
        -webkit-transition: all ease-in-out 1s;
        -moz-transition: all ease-in-out 1s;
        -ms-transition: all ease-in-out 1s;
        -o-transition: all ease-in-out 1s;
    }

    ._view_list .news-item .image img:hover {
        border-color: red;
        opacity: .4;
    }

    ._view_list .news-item .info {
        padding-left: 10px;
        position: relative;
        height: 130px;
    }

    ._view_list .news-item .info h3 {
        margin-bottom: 10px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 22px;
    }

    ._view_list .news-item .info h3 a {
        font-size: 16px;
        color: #333;
        font-weight: bold;
        transition: color ease-in-out .4s;
        -webkit-transition: color ease-in-out .4s;
        -moz-transition: color ease-in-out .4s;
        -ms-transition: color ease-in-out .4s;
        -o-transition: color ease-in-out .4s;
    }

    ._view_list .news-item .info h3 a:hover {
        color: red;
    }

    ._view_list .news-item .info .time {
        color: #777;
        margin-bottom: 10px;
    }

    ._view_list .news-item .info .description {
        font-size: 14px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 20px;
    }

    ._view_list .news-item .info .btn-detail {
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 2px 12px;
        font-size: 13px;
        text-align: center;
        color: #fff;
        border-radius: 2px;
        background-color: #e9b200;
        border: 1px solid #d09f00;
        border-bottom-width: 2px;
        box-shadow: 2px 2px 6px #585454;
        transition: all ease-in-out 0.4s;
        -webkit-transition: all ease-in-out 0.4s;
        -moz-transition: all ease-in-out 0.4s;
        -ms-transition: all ease-in-out 0.4s;
        -o-transition: all ease-in-out 0.4s;
    }

    ._view_list .news-item .info .btn-detail:hover {
        background: #e62f2e;
        border-color: #c50200;
    }

    ._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 {
        
    }

    .news-detail .social {
        margin-bottom: 10px;
        display: inline-block;
        margin-left: 20px;
    }

    .news-detail .field {

    }

    .news-detail .field .description {
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .news-detail ul.list-other {
        list-style: disc;
        padding-left: 20px;
        margin-bottom: 0;
    }

    .news-detail ul.list-other li {
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }

    .news-detail ul.list-other li a {
        color: #333;
        font-size: 17px;
        font-weight: bold;
        transition: color ease-in-out .4s;
        -webkit-transition: color ease-in-out .4s;
        -moz-transition: color ease-in-out .4s;
        -ms-transition: color ease-in-out .4s;
        -o-transition: color ease-in-out .4s;
    }

    .news-detail ul.list-other li a:hover {
        color: red;
    }

    .news-detail ul.list-other li i {
        font-size: 13px;
    }
/*--------------*/

/* 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: 13px;
        border: 1px solid #dedede;
        box-shadow: 4px 6px 0px #ededed;
        margin-left: 5px;
        margin-right: 5px;
    }

    ._view_grid .shop-item .image {
        width: 100%;
        height: 200px;
        text-align: center;
        border-bottom: 1px solid #ddd;
        position: relative;
        overflow: hidden;
    }

    ._view_grid .shop-item .image:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.5);
        z-index: 10;
        transition: transform 0.6s;
        -webkit-transition: -webkit-transform 0.6s;
        -moz-transition: -webkit-transform 0.6s;
        -ms-transition: -webkit-transform 0.6s;
        -o-transition: -webkit-transform 0.6s;
        transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
        -webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
        -moz-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
        -ms-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
        -o-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
    }

    ._view_grid .shop-item .image:hover:before {
        transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
        -webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
        -moz-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
        -ms-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
        -o-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
    }

    ._view_grid .shop-item .image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }

    ._view_grid .shop-item .image:hover img {
        transform: scale(1.2);
    }

    ._view_grid .shop-item .info {
        padding: 10px;
    }

    ._view_grid .shop-item .info h3 {
        margin-bottom: 10px;
        font-weight: bold;
        text-transform: uppercase;
    }

    ._view_grid .shop-item .info h3 a {
        font-size: 18px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 22px;
        height: 44px;
        color: #333;
        transition: color ease-in-out 0.4s;
        -webkit-transition: color ease-in-out 0.4s;
        -moz-transition: color ease-in-out 0.4s;
        -ms-transition: color ease-in-out 0.4s;
        -o-transition: color ease-in-out 0.4s;
    }

    ._view_grid .shop-item .info h3 a:hover {
        color: red;
    }

    ._view_grid .shop-item .info .price {
        margin-bottom: 3px;
        font-size: 18px;
        text-align: center;
    }

    ._view_grid .shop-item .info .price strong {
        color: red;
    }

    ._view_grid .shop-item .info .warranty {
        margin-bottom: 10px;
        text-align: center;
        font-size: 18px;
    }

    ._view_grid .shop-item .info .warranty strong {
        color: red;
    }

    ._view_grid .shop-item .info .order {
        text-align: center;
    }

    ._view_grid .shop-item .info .order .btn-cart {
        background: #db1b1b;
        border-color: #db1b1b;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 15px;
        padding: 6px 20px;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
    }

    ._view_grid .shop-item .info .order .btn-cart:hover,
    ._view_grid .shop-item .info .order .btn-cart:focus {
        background: #ffe699;
        border-color: #f5ba00;
        color: #db1b1b;
    }

    #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: 20%;
        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: cover;
    }

    .shop-detail .product-info {
        list-style: none;
    }

    .shop-detail .product-info > li {
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }

    .shop-detail .product-info > li.name strong {
        text-transform: uppercase;
        font-weight: bold;
        color: blue;
        font-size: 18px;
    }

    .shop-detail .product-info > li.price span {
        font-weight: bold;
    }

    .shop-detail .product-info > li.price strong {
        color: red;
        font-size: 20px;
    }

    .shop-detail .product-info > li.number .input-group {
        display: inline-table;
        width: 150px;
        vertical-align: -10px;
        margin-left: 10px;
    }

    .shop-detail .product-info > li.description {
        margin-bottom: 10px;
    }

    .shop-detail .nav-tabs {
        border: 1px solid #ddd;
    }

    .shop-detail .nav-tabs li + li {
        border-left: 1px solid #ddd;
    }

    .shop-detail .nav-tabs li a {
        border: none;
        background: transparent;
        color: #333;
        text-transform: uppercase;
        font-weight: bold;
    }

    .shop-detail .nav-tabs li a:hover,
    .shop-detail .nav-tabs li.active a {
        border: none;
        background: transparent;
        color: #01518c;
    }

    .shop-detail .tab-content {
        border: 1px solid #ddd;
        border-top: none;
        padding: 15px;
    }
/*--------------*/

/* 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 {
        
    }

    .photo-detail .social {
        display: inline-block;
        margin-left: 20px;
    }

    .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 {
        
    }

    .block-cart .btn-toggle-cart {
        padding: 0 5px;
        cursor: pointer;
        text-align: center;
        display: inline-block;
    }

    .block-cart .btn-toggle-cart .num {
        position: absolute;
        top: 0;
        right: 0;
        background: #df0a0a;
        color: #fff;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        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 img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        transition: opacity ease-in-out 1s;
        -webkit-transition: opacity ease-in-out 1s;
        -moz-transition: opacity ease-in-out 1s;
        -ms-transition: opacity ease-in-out 1s;
        -o-transition: opacity ease-in-out 1s;
    }

    .search-result .result-item img:hover {
        opacity: .4;
    }

    .search-result .result-item h3 {
        margin-bottom: 15px;
    }

    .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;
    }

    .search-result .result-item .btn-detail {
        background-color: #267be4;
        border-color: #267be4;
        border-bottom-width: 2px;
        padding: 6px 12px 4px 12px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        transition: all ease-in-out .4s;
        -webkit-transition: all ease-in-out .4s;
        -moz-transition: all ease-in-out .4s;
        -ms-transition: all ease-in-out .4s;
        -o-transition: all ease-in-out .4s;
    }

    .search-result .result-item .btn-detail:hover {
        color: #01518c;
        background: transparent;
    }

    .search-result .result-item .btn-cart {
        font-size: 14px;
        padding: 6px 12px 4px 12px;
        background: #db1b1b;
        border-color: #db1b1b;
        border-bottom-width: 2px;
        text-transform: uppercase;
        font-weight: bold;
        transition: all ease-in-out .4s;
        -webkit-transition: all ease-in-out .4s;
        -moz-transition: all ease-in-out .4s;
        -ms-transition: all ease-in-out .4s;
        -o-transition: all ease-in-out .4s;
    }

    .search-result .result-item .btn-cart:hover,
    .search-result .result-item .btn-cart:focus {
        color: #db1b1b;
        background: transparent;
    }
/*--------------*/

/* 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 .modal-content .modal-header {
        background: #267be4;
        border-radius: 5px 5px 0 0;
    }

    .send-cart-detail input.form-control,
    .send-cart-detail select.form-control {
        height: 45px;
        font-size: 16px;
    }

    .send-cart-detail textarea.form-control {
        font-size: 16px;
        resize: none;
    }

    .send-cart-detail input,
    .send-cart-detail button {
        outline: none !important;
    }
/*--------------*/