@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;
    padding-left: 0;
    background: transparent;
    border: none;
    padding-bottom: 1px;
    text-align: center;
}

.panel-default .panel-heading span {
    color: #008000;
    font-size: 20px;
}

.panel-default .panel-heading a {
    color: inherit;
}

.panel-body {
    padding: 10px;
}

.container {
    width: 1180px;
}

.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;
}

/* 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: linear-gradient(to bottom, #dce78b, #d6e37a, #cce05a);
    }

    #header {
        position:relative;
    }

    #header .logo {
        position:relative;
        margin:0;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #header .logo img {
        width: auto;
        height: 70px;
    }

    #header .logo h1, #header .logo .site_name,
    #header .logo h2, #header .logo .site_description {
        display: none;
    }

    #header .header-right .company-header {
        display: inline-block;
        text-align: center;
    }

    #header .header-right h3 {
        text-transform: uppercase;
        font-weight: bold;
        color: #ed3237;
        font-size: 28px;
        margin-top: 20px;
        text-shadow: 1px 1px 1px #fff;
    }

    #header .header-right p {
        font-size: 25px;
        font-style: italic;
        font-family: '';
        font-weight: bold;
        color: #008000;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .search-bar {
        margin-top: 4px;
    }

    .search-bar input {
        background: #fff;
        border: none;
        box-shadow: none;
        outline: none;
        border-radius: 20px 0 0 20px;
    }

    .search-bar .btn {
        background: #fff;
        box-shadow: none;
        border: 1px solid #fff;
        border-radius: 0 26px 26px 0;
        color: #008000;
        outline: none;
    }

    #menusite {
        background: linear-gradient(to bottom, #dce78b, #d6e37a, #cce05a);
        border-top: 1px solid #bcd049;
    }

    #menusite .navbar-default {
        background: transparent;
        border: none;
    }

    #menusite .navbar-default .navbar-nav {
        float: none;
    }

    .navbar {
        min-height: 40px;
    }

    #menusite .navbar-default .navbar-nav > li {
        
    }

    #menusite .navbar-default .navbar-nav > li > a {
        color: #008000;
        font-weight: bold;
        font-size: 17px;
        padding: 11px;
        text-transform: capitalize;
        border-right: 1px solid #ccc;
    }

    #menusite .navbar-default .navbar-nav > li > a:hover,
    #menusite .navbar-default .navbar-nav > .active > a {
        background: #fff;
        color: #f00;
    }

    #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_left .panel-default .panel-heading {
        text-align: left;
        background: #008000;
        padding: 6px 10px;
    }

    #body #body_left .panel-default .panel-heading span {
        color: #fff;
        font-size: 18px;
    }

    #body #body_content {

    }

    #body #body_right {
        
    }

    footer {
        min-height: 100px;
        border-top: 5px solid #008000;
        padding: 40px 0;
        background: linear-gradient(to bottom, #dce78b, #d6e37a, #cce05a);
        color: #000;
    }

    footer a:hover,
    footer a {
        color: #000;
    }

    #footer h3 {
        color: #008000;
        font-size: 18px;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
    }

    #footer .menu-footer {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    #footer .menu-footer li {
        margin-bottom: 5px;
        float: left;
        width: 50%;
    }

    #footer .menu-footer li:nth-child(2n) {
        padding-left: 5px;
    }

    #footer .menu-footer li a {
        color: inherit;
    }

    #footer .company-info {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }

    #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;
    }

    footer .logo-footer img {
        width: 60%;
        height: auto;
    }
/*--------------*/

/*
* 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 .image {
        height: 95px;
    }

    ._view_list .news-item img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        border: 1px solid #ddd;
    }

    ._view_list .news-item h3 {
        margin-bottom: 6px;
    }

    ._view_list .news-item h3 a {
        font-size: 17px;
        color: #000;
        font-weight: bold;
    }

    ._view_list .news-item .time {
        color: #777;
        font-size: 14px;
        margin-bottom: 5px;
        display: none;
    }

    ._view_list .news-item .info .description {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 22px;
        color: #777;
        font-size: 15px;
        text-align: justify;
    }

    ._view_grid .news-item {
        border: 1px solid #ddd;
        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;
        color: #008000;
        font-weight: bold;
    }

    ._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: 22px;
    }

    #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;
        display: none;
    }

    ._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;
        border: 1px solid #008000;
        background: #fff;
    }

    ._view_grid .shop-item .image {
        width: 100%;
        height: 200px;
        text-align: center;
        padding-top: 20px;
    }

    ._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: #008000;
        font-size: 17px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 22px;
        height: 46px;
    }

    ._view_grid .shop-item .info .price {
        margin-bottom: 10px;
        text-align: center;
        display: none;
    }

    ._view_grid .shop-item .info .price strong {
        color: red;
    }

    ._view_grid .shop-item .info .order {
        text-align: center;
    }

    .popover {
        width: 400px;
        max-width: 400px;
        font-size: 16px;
    }

    .popover-title {
        background-color: #008000;
        border-radius: 6px 6px 0 0;
        font-size: 20px;
        color: #fff;
        padding: 10px 25px;
    }

    .popover .hover .image {
        text-align: center;
    }
    .popover .hover .image img{
        max-width: 100%;
        width: auto; 
        margin-bottom: 20px;
    }

    .popover-content {
        padding: 15px;
    }

    #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 {
        position: relative;
    }

    .shop-detail .list-image .image-large {
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
        padding: 3px;
        border: 1px solid #ccc;
        text-align: center;
        height: 340px;
        line-height: 330px;
    }

    .shop-detail .list-image .image-large img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        margin: 0;
        cursor: zoom-in;
    }

    .shop-detail .list-image .image-thumb {
        margin: 0 30px;
        height: 60px;
        overflow: hidden;
        position: relative;
        z-index: 2;
        display: none;
    }

    .shop-detail .list-image .image-thumb ul {
        padding: 0;
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
        transition: transform ease-in-out .5s;
        -webkit-transition: -webkit-transform ease-in-out .5s;
        -moz-transition: -moz-transform ease-in-out .5s;
        -o-transition: -o-transform ease-in-out .5s;
        -ms-transition: -ms-transform ease-in-out .5s;
    }

    .shop-detail .list-image .image-thumb ul li {
        float: left;
        width: 120px;
        height: 60px;
        padding: 0 2px;
        margin: 0;
    }

    .shop-detail .list-image .image-thumb ul li a {
        display: inline-block;
        width: 100%;
        height: 100%;
        border: 1px solid #ccc;
        text-align: center;
        overflow: hidden;
    }

    .shop-detail .list-image .image-thumb ul li img {
        margin: 0;
        width: auto;
        height: 100%;
    }

    .shop-detail .list-image .control-nav {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 60px;
        width: 100%;
        z-index: 1;
        display: none;
    }

    .shop-detail .list-image .control-nav a {
        padding: 5px 10px;
        color: #4C4C4E;
        line-height: 60px;
    }

    .shop-detail .list-image .control-nav .btn-prev {
        float: left;
    }

    .shop-detail .list-image .control-nav .btn-next {
        float: right;
    }

    .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 {

    }
/*--------------*/

/* 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;
    }

    ._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;
        color: #000;
        font-weight: bold;
    }

    ._view_grid .photo-item .info .text-muted {
        font-size: 13px;
        display: none;
    }

    #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 .image {
        height: 300px !important;
    }

    .photo-detail .album-gallery .gallery-item .border {
        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: 27px;
        width: 55px;
    }

    .block-cart .btn-toggle-cart {
        color: #666;
        padding: 0 5px;
        font-size: 38px;
        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: 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 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;
    }
/*--------------*/

.box-price {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.box-price .price strong {
    float: left;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    color: #ff5622;
}

.box-price .price-off {
    padding-left: 20px;
    margin-top: 5px;
    color: #959595;
    font-size: 14px;
    float: left;
    text-decoration: line-through;
}

.shop-detail .btn,
.table-bordered tbody tr td .btn,
.table-bordered tfoot tr td .btn {
    font-size: 16px;
    background: #ff5622;
    border-color: #ff5622;
    padding: 8px 30px;
    border-radius: 5px;
}

.table-bordered tfoot tr td .btn-pro {
    background: #ebebeb;
    border-color: #ebebeb;
    color: #333;
}

#sitemodal .modal-dialog {
    max-width: 800px;
}

#sitemodal .modal-dialog .modal-content .modal-header {
    background: #ff5622;
    color: #fff;
    font-size: 18px;
}

#sitemodal .modal-dialog .modal-content .modal-header h2 {
    font-size: 18px;
}

.popup-cart h3.cart-title {
    margin-bottom: 10px;
}

.popup-cart h3.cart-title a {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.popup-cart h3.cart-title a strong {
    color: #ff5622;
}

.popup-cart h3.cart-title a:hover {
    color: #ff5622;
}

#sitemodal .close,
#sitemodalTerm .close {
    top:-10px;
}

.pay {
    padding:0 40px;
}

.detail-pay {
    background: #fff;
    border-right: 1px solid #ddd;
}

.pay .pro-pay .collapse {
    display: block;
}

.pay-list-pro {
    display: -webkit-box;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.detail-pay .form-control {
    height: 42px;
    font-size: 16px;
}

.detail-right .pro-pay .pay-list-pro .image-pay {
    height: 50px;
    width: 50px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    position: relative;
    border: 1px solid #ddd;
}

.detail-right .pro-pay .pay-list-pro .image-pay img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.detail-right .pro-pay .pay-list-pro .image-pay .num-pro {
    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;
}

.detail-right .pro-pay .pay-list-pro .pro-pay-title {
    font-size: 16px;
    color: #4b4b4b;
}

.detail-right .pro-pay .pay-list-pro .pro-pay-price {
    text-align: right;
}

.detail-right .pro-pay .total-pay {
    padding: 20px 0;
    border-top: 1px solid #ddd;
}

.detail-right .pro-pay .total-pay span {
    font-size: 18px;
}

.detail-right .pro-pay .total-pay strong {
    font-size: 22px;
    color: #717171;
    font-weight: bold;
    text-align: right;
}

.pay-btn a {
    color: #1f9cd0;
}

.pay-btn .btn {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 40px;
    background-color: #357ebd;
    border-color: #357ebd;
}

h3.info-detail {
    font-size: 20px;
    padding: 10px 0;
    color: #333;
    font-weight: bold;
    margin: 20px 0;
}

.detail-left,
.detail-right {
    padding: 0 15px;
}

.detail-right .table-bordered>thead>tr>th,
.detail-left .table-bordered>thead>tr>th {
    white-space: nowrap;
}

.table>thead>tr>th, 
.table>tbody>tr>th, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>tbody>tr>td, 
.table>tfoot>tr>td {
    vertical-align: middle;
}

.detail-left .table-hover>tbody>tr:hover {
    background: #fff;
}

.detail-left .btn-xs {
    color: #ff5622;
    padding: 0px 5px !important;
    background: transparent !important;
    border: none !important;
    margin-top: 8px !important;
}

.pay .pay-note {
    background: #ddd;
    padding: 15px 10px;
    border-radius: 6px;
    margin-top: 10px;
}

.pay .radio {
    margin-bottom: 15px;
}

.detail-right .table-striped>tbody>tr:nth-of-type(odd),
.detail-right table {
    border: none;
    background: transparent;
}

.detail-right table tbody tr {
    display: grid;
}

.detail-right table tbody tr th {
    text-align: left;
}

.detail-right table .btn-primary {
    background: 
      color: #fff;
    background-color: #d82828;
    border-color: #d82828;
}

.detail-left .table-bordered tbody td span._name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.home2 .panel-default .panel-heading {
    text-align: left;
}

.home2 .home2-right ._view_grid .photo-item .image {
    height: 360px;
}

.home3 {
    padding: 40px 0;
    background: url(../images/bg2.jpg);
    position: relative;
    background-attachment: fixed;
    background-position: top center;
}

.home3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,.5);
}

.home3 .panel-default {
    position: relative;
    z-index: 99;
    background: transparent;
}

.home3 .panel-default .panel-heading {
    padding-bottom: 30px;
}

.home3 .panel-default .panel-heading span {
    color: #fff;
    font-size: 30px;
}

.home4 {
    padding: 40px 0;
}

.home5 {
    padding: 40px 0;
    background: url(../images/bg3.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
}

.home5:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;;
    background: rgba(0,0,0,0.5);
}

.home5 .panel-default {
    position: relative;
    z-index: 99;
    background: transparent;
    color: #fff;
}

.home5 .panel-default .panel-heading span {
    color: #fff;
    font-size: 22px;
}

.home6 {
    padding: 40px 0;
}

.menu2-left {
    height: 35px; 
    line-height: 35px;
}

.block-date {
    text-align: center;
    line-height: 35px;
}

.menu-marquee ul li {    
    float: left; 
    margin-right: 30px
}

.menu-marquee ul li a {
    color: #f00;
    text-transform: uppercase;
}