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

.panel-default {
    border: none;
}
.panel-default .panel-heading {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.panel-default .panel-heading span {
    position: absolute;
    font-size: 25px;
    color: #0e8400;
    top: 0;
    left: 29%;
    width: 42%;
    padding: 0 30px;
    background: #fff;
}

.panel-default .panel-heading a {
    color: #0e8400;
}

.panel-body {
    padding: 10px;
}

.container {
    width: 1080px;
}

.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: 16px;
        line-height: 1.42857;
    }

    header {

    }

    #header {
        position:relative;
    }

    #header .logo {
        position:relative;
        margin:0;
        padding: 5px 0;
        text-align: center;
    }

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

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

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

    header .header-right h3 {
        padding: 10px 0;
        text-align: right;
        border-bottom: 1px solid #fff;
    }

    header .header-right h3 a {
        font-size: 18px;
        color: #333;
        font-weight: bold;
        padding-right: 17px;
    }

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

    #menusite .navbar-default {
        background: transparent;
        border: none;
        float: right;
    }

    #menusite .navbar-default .navbar-nav {
        float: none;
        margin-top: 15px;
    }

    #menusite .navbar-default .navbar-nav > li {
        
    }

    #menusite .navbar-default .navbar-nav > li > a {
        color: #333;
        font-size: 16px;
        font-weight: bold;
        text-transform: capitalize;
        padding: 6px 18px;
    }

    #menusite .navbar-default .navbar-nav > li > a em {
        font-size: 20px;
        margin-top: -3px;
    }

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

    #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 {
        position: relative;
    }

    #menusite .navbar-default .navbar-nav > li .dropdown-menu > li > a {
        display: block;
        padding: 8px 10px;
        font-size: 15px;
        position: relative;
    }

    #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;
        position: relative;
        margin-top: 40px;
    }

    #slider .text-slider {
        position: absolute;
        top: -33px;
        width: auto;
        height: auto;
        z-index: 99;
        left: 7%;
        margin: 0 auto;
    }

    #slider .text-slider h3 {
        color: #0e8400;
        font-size: 20px;
        text-align: left;
        text-transform: uppercase;
        font-weight: bold;
        text-shadow: 0px -2px 4px #fff, 2px 0px 0px #fff, -1px 2px 6px #fff, -1px -1px 3px #fff;
    }

    #body {
        
    }

    #body .breadcrumb {
        
    }

    #body #body_left {
        
    }

    #body #body_content {

    }

    #body #body_right {
        
    }

    footer {
        min-height: 100px;
        border-top: 5px solid #333;
        padding-top: 20px;
        background: #353535;
        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;
        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;
    }

    #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 .image {
        height: 240px;
        overflow: hidden;
    }

    .page-item .image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        transition: all ease-in-out .3s;
        -webkit-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s;
        -ms-transition: all ease-in-out .3s;
    }

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

    .page-item .info h3 {
        border-top: none;
        padding: 10px;
        background: #f0f0ff;
        text-align: center;
    }

    .page-item .info h3 a {
        color: #009145;
        font-weight: bold;
        font-size: 15px;
        line-height: 24px;
        text-transform: uppercase;
    }

    .page-item .info h3:hover a {
        color: #f7931e;
    }

    .page-item .text-muted {
        font-size: 13px;
    }

    .page-item h3 {
        margin-bottom: 10px;
    }

    .page-detail {

    }

    .page-detail h1.title {
        font-size: 26px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .page-detail .social {
        margin-bottom: 10px;
    }

    .html-text .panel-body {
        padding-top: 20px;
    }
/*--------------*/

/* 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;
        color: #333;
        font-weight: bold;
    }

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

    ._view_list .news-item .description {
        
    }

    ._view_grid .news-item {
        margin-bottom: 10px;
        border: 1px solid #e5e5e5;
    }

    ._view_grid .news-item .image {
        width: 100%;
        height: 200px;
        text-align: center;
        overflow: hidden;
    }

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

    ._view_grid .news-item:hover .image img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    ._view_grid .news-item .info {
        padding: 10px;
        text-align: center;
    }

    ._view_grid .news-item .info h3 {
        margin-bottom: 10px;
    }

    ._view_grid .news-item .info h3 a {
        color: #009245;
        font-size: 16px;
        font-weight: bold;
        min-height: 34px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 20px;
    }

    ._view_grid .news-item .time {
        color: #777;
        text-align: center;
        font-size: 14px;
        margin-bottom: 10px;
        display: none;
    }

    ._view_grid .news-item .description {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 20px;
        display: none;
    }

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

    .news-detail .text-muted {
        display: none;
    }
/*--------------*/

/* 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 #e5e5e5;
    }

    ._view_grid .shop-item .image {
        width: 100%;
        height: 200px;
        text-align: center;
        overflow: hidden;
    }

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

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

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

    ._view_grid .shop-item .info h3 {
        margin-bottom: 10px;
    }

    ._view_grid .shop-item .info h3 a {
        color: #009245;
        font-size: 16px;
        font-weight: bold;
        min-height: 34px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 20px;
    }

    ._view_grid .shop-item .info .price {
        margin-bottom: 10px;
        font-size: 15px;
        display: none;
    }

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

    ._view_grid .shop-item .info .field {
        font-size: 15px;
    }

    ._view_grid .shop-item .info .field strong {
        font-weight: normal;
    }

    ._view_grid .shop-item .info .field1 strong,
    ._view_grid .shop-item .info .field1 {
        font-size: 15px;
        font-weight: bold;
        font-style: italic;
        color: #f38020;
    }

    ._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;
        display: none;
    }

    .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: 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;
    }
/*--------------*/

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

.home1 {
    background: url(../images/hinh_home_1.png) no-repeat;
    background-size: cover;
    padding: 60px 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.home1 .panel-default .panel-heading {
    color: #fff;
    font-size: 35px;
    text-align: center;
    width: 64%;
    margin: 0 auto;
    line-height: 58px;
    border: none;
}

.home1 .panel-default .panel-heading span {
    color: #fff;
    position: initial;
    background: transparent;
}

.home4,
.home5,
.home6,
.home7 {
    padding: 50px 0;
}

.home4 {
    text-align: center;
}

.home5 {
    background: url(../images/bghome5.jpg) no-repeat;
    background-size: cover;
    color: #fff;
}

.home5 .panel-default .panel-heading {
    border: none;
}

.home5 .panel-default .panel-heading span {
    background: transparent;
    color: #fff;
}

.home5 .page-item h3 {
    padding: 30px 20px;
    text-align: center; 
}

.home5 .page-item h3 a {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    display: block;
    line-height: 28px;
}

.home5 .page-item {
    margin-bottom: 20px;
    padding: 20px;
    border-right: 1px solid #fff;
}

.contact-detail .panel-default .panel-heading span {
    width: 100%;
    left: 0;
}

.contact-fix {

}

.contact-fix .panel-default .panel-heading span {
    width: 100%;
    left: 0;
    font-size: 20px;
}

.contact-fix .btn-fix {
    background: #0e8400;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    position: fixed;
    bottom: 20px;
    right: 10px;
    width: auto;
    height: auto;
    border-radius: 8px;
    padding: 8px 15px;
    z-index: 99;
}

.contact-fix .btn-fix a {
    color: #fff;
    font-size: 24px;
}

.contact-fix-body {
    position: fixed;
    width: 36%;
    height: auto;
    top: 20px;
    left: 26%;
    bottom: 70px;
    color: #333;
    background: #fff;
    padding: 15px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    box-shadow: 1px 2px 16px #949494;
    transition: all .5s ease-in-out;
}

.contact-fix-body.active {
    opacity: 1;
    visibility: visible;
}

.contact-fix .form-group .btn {
    background: #0e8400;
    border: none;
    padding: 8px 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    outline: none;
}

.contact-fix .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.contact-fix .btn-close em {
    color: #0e8400;
    font-size: 26px;
}

.home3 .panel-default .panel-heading,
.home2 .panel-default .panel-heading {
    border: none;
    color: #f7931e;
    font-size: 23px;
    text-align: left;
    font-weight: normal;
    margin-bottom: 0;
    text-transform: inherit;
}

.home3 .panel-default .panel-heading span,
.home2 .panel-default .panel-heading span {
    position: inherit;
    left: 0;
    color: #f7931e;
}

.home2 .page-item .image {
    height: 350px;
    overflow: hidden;
}

.home2 .page-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.home2 .page-item .image:hover img {
    transform: scale(1.2);
}

.home2 .page-item .info {
    padding: 20px 0;
    text-align: center;
}

.home2 .page-item .info h3 a {
    color: #009145;
    font-size: 15px;
    padding: 10px;
    background: #f0f0ff;
    display: block;
    text-transform: uppercase;
}

.home2 .page-item .info h3:hover a {
    color: #f7931e;
}

.home3 .news-item .image {
    height: 140px;
    width: 140px;
    overflow: hidden;
}

.home3 .news-item .image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.home3 .news-item .image:hover img {
    transform: scale(1.1);
}

.home3 .news-item .info h3 a {
    color: #119851;
    font-size: 17px;
}

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

._view_grid .shop-item .info .field,
.product-info .field {display: none}