@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* System */
    .nv-infodie {
        margin:0 auto;
        box-shadow:0 0 4px rgba(0,0,0,0.15);
        -webkit-box-shadow:0 0 4px rgba(0,0,0,0.15);
        border-width:1px;
        border-color: #dcdcdc;
        border-style: solid;
        background-color:#fff;
        position:absolute;
        min-height:300px !important;
        min-width:300px !important;
        display:table;
    }

    .nv-infodie .panel-body {
        display:table-cell;
        vertical-align:middle;
    }

    .nv-infodie .logo {
        max-width:90%;
        margin-bottom: 10px
    }

    h1, h2, h3, h4, h5, h6 {
        margin: 0;
    }

    .fs10 {
        font-size: 10px;
    }

    .fs11 {
        font-size: 11px;
    }

    .fs12 {
        font-size: 12px;
    }

    .w-auto {
        width: auto;
    }

    .p-0 {
        padding: 0;
    }

    .p-1 {
        padding: 3px;
    }

    .p-2 {
        padding: 5px;
    }

    .p-3 {
        padding: 8px;
    }

    .p-4 {
        padding: 10px;
    }

    .p--5 {
        padding: 15px;
    }

    .pt-0 {
        padding-top: 0;
    }

    .pt-1 {
        padding-top: 3px;
    }

    .pt-2 {
        padding-top: 5px;
    }

    .pt-3 {
        padding-top: 8px;
    }

    .pt-4 {
        padding-top: 10px;
    }

    .pt-5 {
        padding-top: 15px;
    }

    .pb-0 {
        padding-bottom: 0;
    }

    .pb-1 {
        padding-bottom: 3px;
    }

    .pb-2 {
        padding-bottom: 5px;
    }

    .pb-3 {
        padding-bottom: 8px;
    }

    .pb-4 {
        padding-bottom: 10px;
    }

    .pb-5 {
        padding-bottom: 15px;
    }

    .pl-0 {
        padding-left: 0;
    }

    .pl-1 {
        padding-left: 3px;
    }

    .pl-2 {
        padding-left: 5px;
    }

    .pl-3 {
        padding-left: 8px;
    }

    .pl-4 {
        padding-left: 10px;
    }

    .pl-5 {
        padding-left: 15px;
    }

    .pr-0 {
        padding-right: 0;
    }

    .pr-1 {
        padding-right: 3px;
    }

    .pr-2 {
        padding-right: 5px;
    }

    .pr-3 {
        padding-right: 8px;
    }

    .pr-4 {
        padding-right: 10px;
    }

    .pr-5 {
        padding-right: 15px;
    }

    .m-0 {
        margin: 0;
    }

    .m-1 {
        margin: 3px;
    }

    .m-2 {
        margin: 5px;
    }

    .m-3 {
        margin: 8px;
    }

    .m-4 {
        margin: 10px;
    }

    .m--5 {
        margin: 15px;
    }

    .mt-0 {
        margin-top: 0;
    }

    .mt-1 {
        margin-top: 3px;
    }

    .mt-2 {
        margin-top: 5px;
    }

    .mt-3 {
        margin-top: 8px;
    }

    .mt-4 {
        margin-top: 10px;
    }

    .mt-5 {
        margin-top: 15px;
    }

    .mb-0 {
        margin-bottom: 0;
    }

    .mb-1 {
        margin-bottom: 3px;
    }

    .mb-2 {
        margin-bottom: 5px;
    }

    .mb-3 {
        margin-bottom: 8px;
    }

    .mb-4 {
        margin-bottom: 10px;
    }

    .mb-5 {
        margin-bottom: 15px;
    }

    .ml-0 {
        margin-left: 0;
    }

    .ml-1 {
        margin-left: 3px;
    }

    .ml-2 {
        margin-left: 5px;
    }

    .ml-3 {
        margin-left: 8px;
    }

    .ml-4 {
        margin-left: 10px;
    }

    .ml-5 {
        margin-left: 15px;
    }

    .mr-0 {
        margin-right: 0;
    }

    .mr-1 {
        margin-right: 3px;
    }

    .mr-2 {
        margin-right: 5px;
    }

    .mr-3 {
        margin-right: 8px;
    }

    .mr-4 {
        margin-right: 10px;
    }

    .mr-5 {
        margin-right: 15px;
    }
/*--------*/

.list-none {
    list-style: none;
}

.font-weight-normal {
    font-weight: normal;
}

.line-through {
    text-decoration: line-through;
}

.panel-default {
    border: none;
    box-shadow: none;
    background: transparent;
}

.panel-default .panel-heading {
    text-transform: uppercase;
    font-size: 22px;
    color: rgb(68, 68, 68);
    font-weight: 500;
    margin: 10px 0px;
    background: transparent;
    border: none;
    position: relative;
    text-align: center;
}

.panel-default .panel-heading:after {
    content: "";
    width: 50%;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 25%;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.panel-default .panel-heading span {
    position: relative;
}

.panel-default .panel-heading span:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -12px;
    left: calc(50% - 70px);
    width: 140px;
    border-bottom: 1px solid #fd1506;
}

.panel-default .panel-heading a {
    color: inherit;
}

.panel-default .panel-heading .link-detail {
    bottom: 15px;
    text-transform: none;
    color: #fd1506;
    font-size: 13px;
    position: absolute;
    right: 0;
}

#body_right .panel-default .panel-heading,
#body_left .panel-default .panel-heading {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #444;
    display: block;
    text-align: left;
    margin: 0;
    padding: 0 10px;
}

#body_right .panel-default .panel-heading:after,
#body_right .panel-default .panel-heading span:after,
#body_left .panel-default .panel-heading:after,
#body_left .panel-default .panel-heading span:after {
    display: none;
}

.panel-body {
    padding: 10px;
}

.container {
    width: 1200px;
}

.label {
    padding: 1px 5px;
    font-weight: normal;
}

.label-default {
    background-color: #484848;
}

.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';
}

input[type="radio"],
input[type="checkbox"] {
    width: 14px;
    height: 14px;
    vertical-align: -2px;
}

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: 10px;
    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 .modal-title {
    font-weight: bold;
    text-transform: uppercase;
}

.modal .modal-header .close {
    color: inherit;
    opacity: .8;
    float: right;
    padding: 5px;
    line-height: 10px;
    font-size: 20px;
}

.modal .modal-header .close:hover {
    opacity: 1;
}

.well.error {
    border-color: #daaaaa;
    background-color: #f5e9e9;
    color: #b92c2c;
}

.well.success {
    border-color: #b2e4b4;
    background-color: #e9ffea;
    color: #49844b;
}

.well:empty {
    display: none;
}

.load-bar {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 8px;
    background: transparent url(../../../assets/images/load_bar.gif);
    margin: auto 10px
}

span.keyword {
    background-color:yellow;
}

.select2-container--default .select2-selection--single,
.select2-container--bootstrap .select2-selection--single {
    height: 32px !important;
    padding-top: 2px;
}

ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
    color: rgb(255, 203, 46);
    transition: color 0.2s ease 0s;
}

/* Cấu trúc giao diện */
    body {
        color: #333;
        font-family: 'Montserrat',Arial,Helvetica,sans-serif;
        font-size: 13px;
        line-height: 1.42857;
    }

    .header-top {
        background: #f5f5f5;
        box-shadow: rgb(228, 228, 228) 2px 3px 2px 0px;
        margin-bottom: 20px;
        padding: 5px 0;
    }

    .header-top-left {
        line-height: 27px;
    }

    .menu-top ul {
        float: right;
    }

    .menu-top ul li {
        display: inline-block;
    }

    .menu-top ul li a {
        font-size: 13px;
        color: #555;
        display: block;
        padding: 5px 15px;
    }

    header {
        padding-bottom: 10px;
    }

    #header {
        
    }

    #header .logo {
        
    }

    #header .logo img {
        width: auto;
        height: 60px;
    }

    #header .logo h1, #header .logo .site_name,
    #header .logo h2, #header .logo .site_description {
        display: none;
    }

    #header .header-center {

    }

    #header .header-center .search-bar {
        float: right;
        width: 80%;
        margin-top: 15px;
    }

    .search-bar input {
        height: 50px;
        border-radius: 25px 0 0 25px;
        border: 1px solid #dedede;
        border-right: none;
    }

    .search-bar .input-group-btn {
        height: 50px;
        border-radius: 0 25px 25px 0;
        border: 1px solid #dedede;
        padding: 2px;
        border-left: none;
    }

    .search-bar .input-group-btn .btn-primary {
        background: #fd1506;
        border-radius: 50%;
        border: none;
        box-shadow: none;
        height: 44px;
        width: 44px;
        font-size: 16px;
    }

    #header .header-right {

    }

    .new-user-box {
        width: 100px;
        margin: 0 auto;
        margin-top: 18px;
    }

    .new-user-box .box-icon {
        display: flex;
        align-content: center;
        justify-content: space-between;
    }

    .new-user-box img {
        display: inline-block;
    }

    .new-user-box span {
        font-size: 12px;
        display: inline-block;
        width: calc(100% - 41px);
        padding-left: 3px;
        margin-top: 2px;
        line-height: 1.5;
        color: #333;
        font-weight: 300;
    }

    content {
        display: block;
    }

    content .slider {
        margin-bottom: 15px;
    }

    footer {
        min-height: 50px;
        padding-top: 30px;
    }

    footer h3 {
        color: rgb(85, 85, 85);
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 10px;
    }

    footer .menu-footer {
        list-style: disc;
        padding-left: 20px;
    }

    footer .menu-footer li {
        margin-bottom: 5px;
    }

    footer .menu-footer li a {
        color: inherit;
    }

    footer .menu-footer li a:hover {
        text-decoration: underline;
    }

    footer .company-info {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    footer .company-info .name {
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    footer .company-info li {
        margin-bottom: 5px;
        line-height: 18px;
    }

    footer .copyright {
        margin-top: 10px;
        border-top: 1px solid #ddd;
        padding: 10px 0;
        font-size: 12px;
    }

    footer .page-item {
        margin-bottom: 5px;
    }

    footer .page-item a {        
        line-height: 25px;
        color: rgb(85, 85, 85);
        font-size: 12px;
    }

    footer .block-contact .input-group-addon {
        padding: 0;
        border: none;
        background: transparent;
    }

    footer .block-contact .btn-primary {
        border-left: none;
        border-radius: 0 20px 20px 0;
        box-shadow: none;
        background: #fd1506;
        color: rgb(255, 255, 255);
        border-color: #fd1506;
    }

    footer .block-contact input {
        border-radius: 20px 0 0 20px;
        border-right: none;
    }

    .fix-chat {
        position: fixed;
        right: 20px;
        bottom: 20px;
        z-index: 100;
    }

    .fix-chat .hotline {
        float: left;
        margin-left: 2px;
        margin-right: 2px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #2e3092;
        color: #fff;
    }

    .fix-chat .hotline a {
        display: block;
        width: 100%;
        height: 100%;
        color: inherit;
        font-size: 30px;
        text-decoration: none;
        text-align: center;
        line-height: 54px;
    }

    .fix-chat .messenger {
        float: left;
        width: 50px;
        height: 50px;
        margin-left: 2px;
        margin-right: 2px;
    }

    .fix-chat .messenger a {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        background-image: url(../images/icon_messenger.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .fix-chat .zalo {
        float: left;
        width: 50px;
        height: 50px;
        margin-left: 2px;
        margin-right: 2px;
        border-radius: 50%;
    }

    .fix-chat .zalo a {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        background-image: url(../images/icon_zalo.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .fix-chat .tawk {
        float: left;
        width: 70px;
    }
/*--------------*/

/*
* Css Module
*/
/* Page */
    #page {

    }

    .page-item {
        margin-bottom: 20px;
    }

    .page-item a img {
        max-width: 100%;
    }

    .page-item .text-muted {
        font-size: 13px;
    }

    .page-item h3 {
        margin-bottom: 10px;
    }

    .page-item h3 a {
        font-size: 18px;
    }

    .page-detail {

    }

    .page-detail h1.title {
        font-size: 22px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .page-detail .social {
        margin-bottom: 10px;
    }
/*--------------*/

/* News */
    #news {

    }

    ._view_list .news-item {
        margin-bottom: 20px;
    }

    ._view_list .news-item img {
        max-width: 100%;
        border: 1px solid #ddd;
    }

    ._view_list .news-item h3 {
        margin-bottom: 10px;
    }

    ._view_list .news-item h3 a {
        font-size: 18px;
        color: #333;
        font-weight: 600;
    }

    ._view_list .news-item .time {
        color: #777;
        margin-bottom: 10px;
    }

    ._view_list .news-item .desc {
        
    }

    ._view_grid .news-item {
        border: 1px solid #ddd;
        border-radius: 0px 0px 10px 10px;
        margin-bottom: 10px;
    }

    ._view_grid .news-item .image {
        width: 100%;
        height: 200px;
        text-align: center;
    }

    ._view_grid .news-item .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    ._view_grid .news-item .info {
        padding: 10px;
        text-align: left;
    }

    ._view_grid .news-item h3 {
        margin-bottom: 10px;
    }

    ._view_grid .news-item h3 a {
        font-size: 14px;
        color: #777;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 18px;
    }

    ._view_grid .news-item .time {
        color: #777;
        margin-bottom: 10px;
        display: none;
    }

    ._view_grid .news-item .desc {
        font-size: 13px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        line-height: 20px;
        color: #777;
    }

    ._view_grid .news-item .more a {    
        color: #fd1506;
        margin: 10px 0;
        font-size: 13px;
        display: block;
    }

    #news .cat-info {
        margin-bottom: 15px;
    }

    #news .cat-info h1 {
        font-size: 22px;
        margin-bottom: 15px;
        padding-bottom: 8px;
        border-bottom: 1px solid #ddd;
    }

    #news .cat-info figure {
        margin-bottom: 10px;
    }

    #news .cat-info .desc {

    }

    .news-detail {

    }

    .news-detail h1.title {
        font-size: 22px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .news-detail .social {
        margin-bottom: 10px;
    }

    .news-detail .field {

    }

    .news-detail .field .desc {
        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 .image {
        position: relative;
    }

    ._view_list .shop-item .image img {
        max-width: 100%;
        border: 1px solid #ddd;
    }

    ._view_list .shop-item .image .discount-label {
        position: absolute;
        top: 5px;
        right: 5px;
        background: red;
        color: #fff;
        padding: 2px 5px;
        font-size: 12px;
        font-weight: bold;
        border-radius: 3px;
        z-index: 1;
    }

    ._view_list .shop-item .info h3 {
        margin-bottom: 10px;
    }

    ._view_list .shop-item .info h3 a {
        font-size: 16px;
    }

    ._view_list .shop-item .info .price {
        margin: 10px 0;
    }

    ._view_list .shop-item .info .price strong {
        color: #ec1212;
    }

    ._view_list .shop-item .info .price .line-through {
        color: #666;
        margin-left: 10px;
    }

    ._view_list .shop-item .info .desc {
        margin-bottom: 10px;
    }

    ._view_list .shop-item .info .cart {

    }

    ._grid_shop .item {
        width: 20%;
    }

    ._view_grid .shop-item {
        margin-bottom: 10px;
        border: 1px solid transparent;
        border-radius: 5px;
    }

    ._view_grid .shop-item:hover {
        border: 1px solid #ddd;
    }

    ._view_grid .shop-item .image {
        position: relative;
        width: 100%;
        height: 215px;
        text-align: center;
    }

    ._view_grid .shop-item .image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    ._view_grid .shop-item .image .discount-label {
        position: absolute;
        top: 5px;
        right: 5px;
        background: red;
        color: #fff;
        padding: 2px 5px;
        font-size: 12px;
        font-weight: bold;
        border-radius: 3px;
        z-index: 1;
    }

    ._view_grid .shop-item .info {
        padding: 10px;
        text-align: center;
        position: relative;
    }

    ._view_grid .shop-item .info h3 {
        margin-bottom: 10px;
    }

    ._view_grid .shop-item .info h3 a {
        color: #333;
        font-size: 13px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-height: 20px;
        height: 60px;
    }

    ._view_grid .shop-item .info .price {
        margin: 5px 0;
    }

    ._view_grid .shop-item .info .price-vnpay strong,
    ._view_grid .shop-item .info .price strong {
        color: #fd1506;
    }

    ._view_grid .shop-item .info .price .line-through {
        color: #666;
        margin-left: 10px;
    }

    ._view_grid .shop-item .info .price-vnpay {        
        font-size: 11px;
        font-style: italic;
        margin: 5px 0;
    }

    ._view_grid .shop-item .info .cart {
        text-align: center;
    }

    ._view_grid .shop-item .info .cart .btn {        
        display: block;
        border-radius: 0;
        padding: 5px;
        text-transform: uppercase;
        font-weight: bold;
        background: #fd1506;
        border: none;
        box-shadow: none;
        position: absolute;
        width: 100%;
        top: 50px;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
    }

    ._view_grid .shop-item:hover .info .cart .btn {
        opacity: 1;
        visibility: visible;
    }

    ._view_grid .shop-item .info .cart .btn:hover {
        background: #fd1506;
    }

    #shop .cat-info {
        margin-bottom: 15px;
    }

    #shop .cat-info h1 {
        font-size: 22px;
        margin-bottom: 15px;
        padding-bottom: 8px;
        border-bottom: 1px solid #ddd;
    }

    #shop .cat-info figure {
        margin-bottom: 10px;
    }

    #shop .cat-info .desc {

    }

    /* Shop Detail */
    .shop-detail {

    }

    .shop-detail .list-image {
        margin-bottom: 10px;
        float: left;
        width: 60%;
    }

    .shop-detail .list-image .swiper-container {
        padding: 0;
        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 {
        list-style: none;
        padding-left: 0;
        margin: 0 -5px;
        overflow: auto;
    }

    .shop-detail .list-image .list-thumb li {
        display: inline-block;
        width: 60px;
        padding: 0 2px;
        margin-bottom: 4px;
    }

    .shop-detail .list-image .list-thumb li:last-child {
        margin-bottom: 0;
    }

    .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: 40px;
        object-fit: contain;
    }

    .shop-detail .info-right {        
        float: right;
        width: 40%;
        padding: 20px;
    }

    .shop-detail .product-info h1.title {
        color: #fd1506;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .shop-detail .product-info .social {
        margin-bottom: 10px;
    }

    .shop-detail .product-info ul.field-code {
        display: block;
    }

    .shop-detail .product-info ul.field-code li {
        display: inline-block;
        padding: 0 10px;
        margin-bottom: 10px;
        position: relative;
        border-right: 1px solid #ddd;
    }

    .shop-detail .product-info ul.field-code li:last-child {
        border: none;
    }

    .shop-detail .product-info .field-code strong {
        font-weight: normal;
        color: #fd1506;
    }

    .shop-detail .product-info .order-check {
        margin-bottom: 15px;
    }

    .shop-detail .product-info .price-vnpay,
    .shop-detail .product-info .price {
        margin: 10px 0;
    }

    .shop-detail .product-info .price-vnpay strong,
    .shop-detail .product-info .price strong {
        color: #fd1506;
        font-weight: 600;
        font-size: 18px;
    }

    .shop-detail .product-info .price-vnpay strong {
        font-size: 14px;
    }

    .shop-detail .product-info .price .line-through {
        color: #666;
        margin-left: 10px;
    }

    .shop-detail .product-info .price-sell {
        font-weight: bold;
        margin-left: 20px;
        color: #ec1212;
    }

    .shop-detail .product-info .desc {
        margin-bottom: 10px;
    }

    .shop-detail .btn-cart .btn {        
        background: #fd1506;
        border: none;
        border-radius: 10px;
        font-size: 18px;
        text-transform: uppercase;
        padding: 7px 15px;
        width: 190px;
    }

    .shop-detail .content-right {        
        padding: 0 20px;
        float: right;
        width: 40%;
        min-height: 370px;
    }

    .shop-detail .content-html {
        width: 60%;
        float: left;
    }

    .shop-detail .grid-other {
        padding: 0 20px;
        float: right;
        width: 40%;
    }

    .shop-detail .content-html ul.nav-tabs {
        border-top: 1px solid #ddd;
        padding-left: 0;
        margin-bottom: 10px;
    }

    .shop-detail .content-html ul.nav-tabs li a {
        color: #777;
        text-transform: uppercase;
        border-bottom: solid 2px transparent;
        font-size: 13px;
    }

    .shop-detail .content-html ul.nav-tabs li.active a {
        color: #fd1506;
        font-weight: bold;
        border: none;
        border-bottom: 2px solid #fd1506;
    }

    .shop_right .shop-item,
    .shop-detail ._view_grid .shop-item {
        border: 1px solid #ddd;
        border-radius: 0;
    }

    .shop_right .shop-item .image,
    .shop-detail ._view_grid .shop-item .image {
        height: 150px;
    }

    .shop-detail .content-html img {
        height: auto !important;
    }

    /* Shop Cart */
    .shop-cart {
        
    }

    .shop-cart .list-product {

    }

    .shop-cart .list-product .product {
        margin-left: -5px;
        margin-right: -5px;
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .shop-cart .list-product .product .image {
        flex: 0 0 20%;
        max-width: 20%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .shop-cart .list-product .product .image img {
        width: 100%;
        height: 120px;
        object-fit: contain;
        background: #eee;
        border: 1px solid #ddd;
        border-radius: 4px;
        height: 100%;
    }

    .shop-cart .list-product .product .info {
        flex: 0 0 80%;
        max-width: 80%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .shop-cart .list-product .product .info h3 {
        font-size: 16px;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .shop-cart .list-product .product .info h3 a {
        color: #333;
    }

    .shop-cart .list-product .product .info .money {
        color: red;
    }

    .shop-cart .total {
        margin: 20px 0;
    }

    .shop-cart .total > div {
        width: 300px;
        margin: 0 auto;
        max-width: 100%;
    }

    .shop-cart .btn-order {
        width: 300px;
        max-width: 100%;
    }

    /* Shop Order */
    .shop-order {

    }

    .shop-order label.well {
        display: block;
        font-weight: normal;
    }
/*--------------*/

/* 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 {
        max-width: 100%;
        border: 1px solid #ddd;
    }

    ._view_list .photo-item h3 {
        margin-bottom: 10px;
    }

    ._view_list .photo-item h3 a {
        font-size: 16px;
    }

    ._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: 22px;
        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: 22px;
        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;
    }
/*--------------*/

/* Contact */
    .contact h1.title {
        font-size: 22px;
        margin-bottom: 15px;
        font-weight: bold;
    }
/*--------------*/

/* User */
    .login-form {

    }

    .register-form .panel-default,
    .login-form .panel-default {
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 20px;
    }

    .register-form .panel-default .panel-heading,
    .login-form .panel-default .panel-heading {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        color: #444;
        display: block;
        text-align: left;
        margin: 0;
        padding: 0 10px;
    }

    .register-form .panel-default .panel-heading:after,
    .register-form .panel-default .panel-heading span:after,
    .login-form .panel-default .panel-heading:after,
    .login-form .panel-default .panel-heading span:after {
        display: none;
    }

    .register-form .form-detail,
    .login-form .form-detail {
        width: 80%;
        margin: 0 auto;
        margin-top: 40px;
    }

    .lostpass-form .form-detail .input-group-addon,
    .register-form .form-detail .input-group-addon,
    .login-form .form-detail .input-group-addon {
        background: transparent;
        border-right: none;
    }

    .lostpass-form .form-detail input,
    .register-form .form-detail input,
    .login-form .form-detail input {
        border-left: none;
        height: 37px;
    }

    .setting-user .btn-primary,
    .lostpass-form .btn-primary,
    .register-form .btn-primary,
    .login-form .btn-primary {
        background: #fd1506;
        border: none;
        border-radius: 5px;
        font-size: 18px;
        text-transform: uppercase;
        padding: 7px 15px;
        margin-left: 20px;
        font-weight: bold;
    }

    .login-right h3.title {        
        font-size: 18px;
        margin-bottom: 20px;
        padding-left: 20px;
    }
    
    .login-form .form-detail a {
        color: #fd1506;
        font-weight: 600;
    }
    
    .menu-login ul {
        counter-reset: menulogin;
        margin-top: 30px;
        padding-left: 20px;
    }

    .menu-login ul li {
        position: relative;
        margin-bottom: 20px;
    }

    .menu-login ul li:before {
        counter-increment: menulogin;
        content: counter(menulogin);
        position: absolute;
        font-size: 15px;
        top: 0;
        left: 0;
        color: #fff;
        padding: 5px 12px;
        background: #0066cc;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
    }

    .menu-login ul li a {
        padding-left: 40px;
        color: #333;
        font-size: 16px;
        display: block;
    }

    .register-form h3.title {
        font-size: 20px;
        color: #0066cc;
        font-weight: 500;
    }

    .register-form .panel-default .panel-heading {
        color: #fd1506;
        font-weight: 600;
    }

    .register-form .menu-login ul li:before {
        background: #eb288b;
    }

    .lostpass-form .lostpass-link ul,
    .register-form .register-link ul {
        display: inline-block;
    }

    .lostpass-form .lostpass-link ul li,
    .register-form .register-link ul li {
        display: inline-block;
    }

    .lostpass-form .lostpass-link ul li a,
    .register-form .register-link ul li a {
        color: #eb288b;
        padding: 0 10px;
    }

    .lostpass-form {
        width: 50%;
        margin: 0 auto;
        text-align: center;
    }

    .setting-user {
        width: 60%;
        margin: 0 auto;
        padding: 20px;
        border: 1px solid #ddd;
    }

    .setting-user .nav-tabs>li>a {
        color: #555;
        text-transform: uppercase;
    }

    .setting-user .nav-tabs>li.active>a, 
    .setting-user .nav-tabs>li.active>a:hover, 
    .setting-user .nav-tabs>li.active>a:focus {
        color: #fd1506;
        border: none;
        border-bottom: 2px solid;
    }

    .box-avatar {
        float: left;
        width: 120px;
        height: 120px;
        border: 1px solid #aaa;
        box-shadow: 0 1px 2px #888;
        position: relative;
    }

    .box-avatar .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        background-image: url(../../../assets/images/no_avatar.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 80px;
        z-index: 1;
    }

    .box-avatar .image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        background: #fff;
        -webkit-user-drag: none;
    }
/*--------------*/

/* Tìm kiếm */
    .result .result-item {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
    }

    .result .result-item .image {
        position: relative;
        height: 100%;
    }

    .result .result-item .image img {
        width: 100%;
        height: 150px;
        -o-object-fit: contain;
        object-fit: contain;
        background: #eee;
        border: 1px solid #ddd;
        border-radius: 4px;
    }

    .result .result-item .image .discount-label {
        position: absolute;
        top: 5px;
        right: 5px;
        background: red;
        color: #fff;
        padding: 2px 5px;
        font-size: 12px;
        font-weight: bold;
        border-radius: 3px;
        z-index: 1;
    }

    .result .result-item .info h3 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 5px;
        line-height: 18px;
    }

    .result .result-item .info h3 a {
        color: #333;
    }

    .result .result-item .info .type {
        margin-bottom: 5px;
    }

    .result .result-item .info .code {
        margin-bottom: 5px;
    }

    .result .result-item .info .price strong {
        margin: 10px 0;
        color: red;
    }

    .result .result-item .info .price .line-through {
        color: #666;
        margin-left: 20px;
    }

    .result .result-item .desc {
        font-size: 13px;
        margin: 8px 0;
    }
/*--------------*/

/* Block cart */
    .block-cart {
        margin-top: 18px;
        width: 55px;
        text-align: center;
    }

    .block-cart .btn-toggle-cart {    
        color: #fd1506;
        cursor: pointer;
        display: inline-block;
        width: 41px;
        height: 41px;
        line-height: 41px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #fd1506;
    }

    .block-cart .btn-toggle-cart .icon {
        font-size: 22px;
    }

    .block-cart .btn-toggle-cart .num {
        position: absolute;
        top: 0;
        right: 0;
        background: #fd1506;
        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 Login */
    .block-login {
        float: right;
        margin: 5px 0;
    }

    .block-login .login {
        font-size: 15px;
        margin-top: 10px;
    }

    .block-login .login a {
        color: #333;
    }

    .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 .img-thumbnail {
        padding: 0;
    }

    .block-login .signed .box-dropdown-menu {
        width: 250px;
    }

    .block-login .signed ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

    .block-login .signed .name {
        margin-bottom: 10px;
    }

    .block-login .signed .time {
        font-size: 13px;
        margin-top: 8px;
    }
/*--------------*/

/* Block Counter */
    .block-counter {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

    .block-counter li {
        margin-bottom: 10px;
    }

    .block-counter li:first-child {
        margin-bottom: 15px;
    }

    .block-counter li span {
        display: inline-block;
        text-align: center;
    }

    .block-counter li span em {
        width: 22px;
        margin-right: 4px;
    }

    .block-counter li strong {
        float: right;
    }
/*--------------*/

/* Block Company */
    .block-company {

    }

    .block-company ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

    .block-company ul li {
        padding-left: 10px;
        margin-bottom: 5px;
    }

    .block-company .company-name {
        text-transform: uppercase;
        font-weight: bold;
    }
/*--------------*/

/* Block Category */
    .block-category {

    }

    .block-category ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

    .block-category ul li {
        position: relative;
    }

    .block-category ul li a {
        font-size: 13px;
        display: inline-block;
        padding: 8px 20px 8px 0;
        color: #333;
    }

    .block-category > ul > li + li {
        border-top: 1px dashed #ddd;
    }

    .block-category ul li span[data-toggle="collapse"] {
        position: absolute;
        top: 8px;
        right: 0;
        cursor: pointer;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: transparent;
        text-align: center;
        line-height: 20px;
        font-size: 16px;
        transition: transform ease .2s;
        -webkit-transition: transform ease .2s;
        transform: rotate(0);
    }

    .block-category ul li span[data-toggle="collapse"]:hover {
        background: #efefef;
    }

    .block-category ul li span[data-toggle="collapse"][aria-expanded="true"] {
        transform: rotate(-180deg);
    }

    .block-category ul ul {
        padding-left: 0;
    }

    .block-category ul ul li {
        padding-left: 20px;
        border-top: 1px dashed #ddd;
    }
/*--------------*/

/* Block Tab */
    .block-tab {
        margin-bottom: 15px;
    }

    .block-tab .nav-tabs {

    }

    .block-tab .tab-content {
        border: 1px solid #ddd;
        border-top: none;
        padding: 10px 10px 0 10px;
        border-radius: 0 0 4px 4px;
    }
/*--------------*/

/* Block Search */
    .block-search {

    }

    .block-search .tt {
        font-weight: bold;
        margin-bottom: 5px;
    }

    .block-search ul {
        list-style: none;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }

    .block-search ul li {
        margin-bottom: 2px;
    }

    .block-search ul li a {        
        display: block;
        color: #333;
        font-size: 12px;
        margin: 10px 0;
    }

    .block-search ul li label {
        font-weight: normal;
        margin-bottom: 0;
        font-size: 12px;
    }
/*--------------*/

.cat-menu .panel-default {
    margin-bottom: 0;
    border: none;
}

.cat-menu .panel-default .panel-heading {    
    position: relative;
    background: #fd1506;
    border: none;
    box-shadow: none;
    color: #fff;
    padding: 10px 25px;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 10px 10px 0 0;
}

.cat-menu .panel-default .panel-heading:before {
    content:"\f0c9";
    position: absolute;
    top: 9px;
    left: 5px;
    font-size: 16px;
    font-weight: normal;
    font-family: 'FontAwesome';
}

.cat-menu .panel-default .panel-heading:after {
    display: none;
}

.cat-menu .panel-default {
    position: relative;
}

.cat-menu .panel-default .panel-body {
    position: absolute;
    top: calc(100% - 20px);
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.cat-menu .panel-default:hover .panel-body {
    opacity: 1;
    visibility: visible;
    -webkit-transform:translateY(20px);
    -moz-transform:translateY(20px);
    -ms-transform:translateY(20px);
    -o-transform:translateY(20px);
    transform:translateY(20px)
}

.menu-hotline {
    margin-top: 8px;
}

.menu-hotline ul li {
    float: left;
    margin-right: 10px;
}

.menu-hotline ul li a {
    color: #555;
    font-size: 13px;
}

.menu-hotline ul li a strong {
    color: #fd1506;
    font-size: 16px;
}

.menu-banner ul li a {
    display: block;
    position: relative;
    margin-bottom: 5px;
}

.menu-banner ul li a:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    z-index: 9;
    border-top: 1px solid #fd1506;
    border-bottom: 1px solid #fd1506;
    transform: scale(0, 1);
}

.menu-banner ul li a:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    z-index: 9;
    border-left: 1px solid #fd1506;
    border-right: 1px solid #fd1506;
    transform: scale(1, 0);
}

.menu-banner ul li a:hover:before,
.menu-banner ul li a:hover:after {
    transform: scale(1);
    margin-top: -1px;
    transition: all 0.3s ease-out 0s;
}

.menu-banner ul li img {
    height: 176px;
    width: 100%;
    object-fit: cover;
}

.menu-key {

}

.menu-key li {
    padding: 0 10px;
}

.menu-key li a {
    display: block;
    width: 100%;
    height: 46px;
    background: #ff6f6f;
    text-align: center;
    line-height: 46px;
    border-radius: 10px;
    color: #000;
    font-size: 12px;
}

.menu-key li:nth-child(12n) a {
    background-color: #ff9aa2;
}

.menu-key li:nth-child(12n - 1) a {
    background-color: #ffdac1;
}

.menu-key li:nth-child(12n - 2) a {
    background-color: #e2f0cb;
}

.menu-key li:nth-child(12n - 3) a {
    background-color: #b5ead7;
}

.menu-key li:nth-child(12n - 4) a {
    background-color: #ffb7b2;
}

.menu-key li:nth-child(12n - 5) a {
    background-color: #75cce8;
}

.menu-key li:nth-child(12n - 6) a {
    background-color: #47d9df;
}

.menu-key li:nth-child(12n - 7) a {
    background-color: #88e6c3;
}

.menu-key li:nth-child(12n - 8) a {
    background-color: #88e6ab;
}

.menu-key li:nth-child(12n - 9) a {
    background-color: #e6e588;
}

.menu-key li:nth-child(12n - 10) a {
    background-color: #e6cf88;
}

.menu-key li:nth-child(12n - 11) a {
    background-color: #ffd2d2;
}

.menu-cat ul li {
    margin-bottom: 10px;
}

.menu-cat ul li img {
    height: 125px;
    width: 100%;
    object-fit: cover;
}

.menu-cat ul li h3 {
    text-align: center;
    color: #333;
    font-size: 13px;
    margin: 5px 0;
}

.menu-banner2 ul {
    position: relative;
    min-height: 500px;
}

.menu-banner2 ul li {
    padding: 10px;
}

.menu-banner2 ul li:nth-child(1) {    
    position: absolute;
    top: 0;
    left: 0;
    width: 33.33%;
    height: 485px;
}

.menu-banner2 ul li:nth-child(2) {
    position: absolute;
    top: 0;
    left: 33.33%;
    width: 33.33%;
    height: 232px;
}

.menu-banner2 ul li:nth-child(3) {
    position: absolute;
    top: 242px;
    left: 33.33%;
    width: 33.33%;
    height: 232px;
}

.menu-banner2 ul li:nth-child(4) {    
    position: absolute;
    top: 0;
    right: 0;
    width: 33.33%;
    height: 485px;
}

.menu-banner2 ul li a {
    display: block;
}

.menu-banner2 ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-tab,
._grid_shop .panel-default .panel-body {
    text-align: center;
}

.block-tab ul,
._grid_shop .subcat {
    display: inline-block;
    border: none;
}

._grid_shop .subcat li {
    display: inline-block;
    padding: 5px 15px;
}

._grid_shop .subcat li a {
    text-decoration: none;
    color: rgb(119, 119, 119);
    transition: color 0.2s ease 0s;
    position: relative;
}

._grid_shop .subcat li a:before {
    content: '/';
    position: absolute;
    top: 0;
    right: -20px;
}

._grid_shop .subcat li:last-child a:before {
    display: none;
}

.block-tab .nav-tabs>li.active>a, 
.block-tab .nav-tabs>li.active>a:hover, 
.block-tab .nav-tabs>li.active>a:focus {
    border: none;
    background: transparent;
}

.block-tab .nav-tabs>li>a {
    color: #777777;
    font-weight: bold;
    transition: color .2s;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -o-transition: color .2s;
    position: relative;
}

.block-tab .nav-tabs>li>a:hover,
.block-tab .nav-tabs>li>a:focus {
    background: transparent;
    border: none;
}


.block-tab .nav-tabs>li>a:before {
    content: '/';
    position: absolute;
    top: 11px;
    right: -4px;
}

.block-tab .nav-tabs>li:last-child>a:before {
    display: none;
}

._grid_news_home {

}

._grid_news_home .item:nth-child(1) .news-item {
    border: 1px solid #ddd;
}

._grid_news_home .item:nth-child(1) .news-item .image {
    height: 280px;
}

._grid_news_home .item:nth-child(1) .news-item .info {
    position: inherit;
    background: transparent;
}

._grid_news_home .item:nth-child(1) .news-item .info h3 a {
    color: #777;
}

._grid_news_home .item:nth-child(1) .news-item .info .desc {
    display: block;
}

._grid_news_home .item .news-item {
    position: relative;
    border: none;
}

._grid_news_home .item .news-item .image {
    height: 218px;
}

._grid_news_home .item .news-item .info {
    position: absolute;
    bottom: 0px;
    padding: 10px;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
}

._grid_news_home .item .news-item .info h3 a {
    color: #fff;
    text-transform: inherit;
}

._grid_news_home .item .news-item .info .desc {
    display: none;
}

.home12 {
    background: #f2f2f2;
    padding: 20px 0px;
}

.menu-slogan ul li a {
    font-size: 12px;
    color: #777;
    display: block;
}

.menu-slogan ul li .image {
    text-align: center;
}

.home13 {
    background: url(../images/bg_ht.jpg) no-repeat;
    background-size: cover;
    padding: 20px 0;
    text-align: center;
    display: none;
}

.home13 .panel-default {
    width: 50%;
    margin: 0 auto;
}

.home13 .panel-default .panel-heading {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
}

.home13 .panel-default .panel-heading span:after,
.home13 .panel-default .panel-heading:after {
    display: none;
}

.home13 .btn-default {    
    background: rgb(255, 255, 255);
    color: #fd1506;
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 25px;
    border: none;
    box-shadow: none;
}

.home13 .btn-default:hover {
    background: #fd1506;
    color: rgb(255, 255, 255);
}

.home14 {
    background: #fd1506;
    color: rgb(255, 255, 255);
}

.menu-registry ul li a {
    padding: 20px 0px;
    color: rgb(255, 255, 255);
    display: block;
}

.menu-registry ul li a:hover {
    background: rgb(255, 159, 186);
}

.menu-registry ul li .info {
    padding-top: 10px;
}

.menu-social li {
    display: inline-block;
    margin-bottom: 10px;
}

.home1 .panel-default {
    border: 10px solid #c81712;
    border-radius: 0;
    border-top: none;
}

.home1 .panel-default .panel-heading {    
    color: #fff;
    padding: 25px 10px;
    background: url(../images/banner_hot.png) no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    font-size: 25px;
    font-weight: bold;
    background-color: #c81712;
    border-radius: 0;
}

.home1 .panel-default .panel-heading span:after,
.home1 .panel-default .panel-heading:after {
    display: none;
}

.menu-sale ul li {
    width: 25% !important;
    padding: 10px;
    margin-bottom: 20px;
}

.menu-sale ul li img {
    height: 200px;
    width: 100%;
    object-fit: contain;
    border: 1px solid #dfdfdf;
    margin-bottom: 10px;
}

.menu-sale ul li h3 {
    color: #333;
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.menu-sale ul li .desc {
    color: #555;
    text-align: justify;
    font-size: 12px;
    height: 34px;
    overflow: hidden;
}

.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    width: 107px;
    height: 107px;
    top: 6px;
    left: 6px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e51b1d;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 87px;
    height: 87px;
    top: 18px;
    left: 18px;
    position: absolute;
    background-color: rgb(229 27 29 / 66%);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
    background-color: #e51b1d;
    width: 50px;
    height: 50px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 30px;
    height: 30px;
}

.hotline-bar {
    position: absolute;
    background: rgb(229 27 29 / 88%);
    height: 40px;
    width: 270px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    left: 40px;
    bottom: 28px;
}

.hotline-bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-indent: 50px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial;
}

.hotline-bar > a:hover,
.hotline-bar > a:active {
    color: #fff;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

.menu-trademark ul li {
    width: calc(100% / 10);
    float: left;
}

.menu-trademark ul li img {
    height: 90px;
    width: 85%;
    object-fit: contain;
}

.swiper-button-next, .swiper-button-prev { 
    top: 70% !important;
    width: 27px !important;
    height: 22px !important;
}