@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url(default.css);
@import url(fontface.css);
@import url('simple_line_icon.css');

.panel-default {
    border: none;
    box-shadow: none;
}

.panel-default .panel-heading {
    background: transparent;
    border-bottom: none;
}

.panel-default .panel-heading a {
    color: inherit;
}

.panel-body {
    padding: 10px;
}

.container {
    width: 1140px;
}

.container .container {
   
}

.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: 'Lato','Roboto Condensed',Helvetica,Arial,sans-serif;
        font-size: 16px;
        line-height: 1.42857;
    }

    header {
        background: #ff8432;
    }

    #header {
        position:relative;
    }

    #header .logo {
        position:relative;
        margin:0;
        padding: 37px 0;
    }

    #header .logo img {
        width: auto;
        height: 45px;
    }

    #header .logo h1, #header .logo .site_name,
    #header .logo h2, #header .logo .site_description {
        display: none;
    }

    #header .header-right {
        padding: 25px 0;
        text-align: right;
    }

    .search-bar {
        float: right;
        width: 300px;
        margin-top: 10px;
    }

    .search-bar input {
        width: 250px;
    }

    #menusite .navbar-default {
        background: transparent;
        border-color: transparent;
        display: inline-block;
    }

    #menusite .navbar-default .navbar-nav {
        float: none;
    }

    #menusite .navbar-default .navbar-nav > li {
        
    }

    #menusite .navbar-default .navbar-nav > li > a {
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
    }

    #menusite .navbar-default .navbar-nav > li > a:hover,
    #menusite .navbar-default .navbar-nav > .active > a {
        background: transparent;
    }

    #menusite .navbar-default .navbar-nav > li:hover > .dropdown-menu {
        display: block;
    }

    #menusite .navbar-default .navbar-nav > li .dropdown-menu {
        padding: 0;
        margin: 0;
        border-radius: 0;
        top: 100%;
        left: 0;
        background: #2e2e2e;
    }

    #menusite .navbar-default .navbar-nav > li .dropdown-menu li {
        border-bottom: 1px solid #3a3838;
    }

    #menusite .navbar-default .navbar-nav > li .dropdown-menu li:last-child {
        border-bottom: none;
    }

    #menusite .navbar-default .navbar-nav > li .dropdown-menu > li > a {
        display: block;
        padding: 8px 10px;
        font-size: 14px;
        color: #bbb8b8;
        background: transparent;
    }

    #menusite .navbar-default .navbar-nav > li .dropdown-menu > li > a:hover {
        color: #fff;
    }

    #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 {
        
    }

    #body {
        
    }

    #body .breadcrumb {
        
    }

    .bg-breadcrumb {
        background: url('../images/bg-bread.jpg');
        width: 100%;
        height: 200px;
    }

    .fix-breadcrumb {
        text-align: center;
        padding: 70px 0;
    }

    .fix-breadcrumb .title-bread {
        text-transform: uppercase;
        color: #000;
        font-weight: bold;
        font-size: 30px;
        letter-spacing: 0.15em;
    }

    .fix-breadcrumb .slogan {
        font-style: italic;
        color: #ff8432;
        font-size: 18px;
        margin-top: 10px;
    }

    #body #body_left {
        
    }

    #body #body_content {

    }

    #body #body_right {
        padding-top: 34px;
    }

    #body #body_right .info-right {
        color: #999;
        font-size: 13px;
        line-height: 25px;
        text-align: justify;
    }

    #body_right .panel-default .panel-heading span {
        text-transform: uppercase;
        font-size: 18px;
        letter-spacing: 0.05em;
    }

    footer {
        min-height: 100px;
        background: #1e1e1e;
        color: #fff;
    }

    footer .panel-default {
        background: transparent;
        border-color: transparent;
    }

    #footer h3 {
        font-size: 18px;
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    #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;
        font-size: 14px;
        letter-spacing: 0.05em;
    }

    #footer .company-info .company-name {
        text-transform: uppercase;
        line-height: 25px;
    }

    #footer .company-info li {
        margin-bottom: 5px;
        line-height: 18px;
    }

    #footer .company-info li span {
        color: #c4c4c4;
    }

    .footer-icon a i {
        font-size: 24px;
        color: #fff;
        padding-right: 12px;
    }

    footer {
        padding-top: 70px;
    }

    footer p.footer-info {
        color: #c4c4c4;
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 0.05em;
    }

    footer #copyright {
        margin: 10px 0;
        font-size: 12px;
    }

    .menu-footer ul li {
        float: left;
        padding-right: 20px;
        font-size: 13px;
    }

    .menu-footer ul li a {
        color: #c4c4c4;
    }

    .footer-coppyright {
        background: #000;
        padding: 12px 0;
    }

    .footer-coppyright .menu-footer {
        padding-top: 5px;
    }
/*--------------*/

/*
* 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 .text-muted {
        display: none;
    }

    .page-detail h1.title {
        font-size: 26px;
        margin-bottom: 10px;
        font-weight: bold;
        display: none;
    }

    .page-detail .social {
        margin-bottom: 10px;
        display: none;
    }

    .page-detail .content-html {
        text-align: justify;
        color: #888;
        font-size: 14px;
    }

    .page-detail figure {
        margin-top: 20px;
    }
/*--------------*/

/* News */
    #news {

    }

    #news .fix-image-news {
        margin-top: 50px;
    }

    #news .fix-info-news {
        margin-top: 20px;
    }

    #news .fix-info-news .description {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 25px;
        margin-bottom: 20px;
        text-align: justify;
    }

    ._view_list .news-item {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #c4c4c4;
    }

    ._view_list .news-item .image {
        height: 240px;
    }

    ._view_list .news-item img {
        border: 1px solid #ddd;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    ._view_list .news-item h3 {
        margin-bottom: 10px;
    }

    ._view_list .news-item h3 a {
        font-size: 17px;
        color: #000;
        font-weight: bold;
        line-height: 24px;
    }

    ._view_list .news-item .time {
        color: #777;
        margin-bottom: 10px;
        font-size: 14px;
        padding: 5px;
        text-align: center;
    }

    ._view_list .news-item .description {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-height: 25px;
        font-size: 14px;
        color: #888;
    }

    ._view_grid .news-item {
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    ._view_grid .news-item .image {
        border-bottom: 1px solid #ddd;
        width: 100%;
        height: 200px;
        text-align: center;
    }

    ._view_grid .news-item .image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    ._view_grid .news-item .info {
        padding: 10px;
    }

    ._view_grid .news-item h3 {
        margin-bottom: 10px;
    }

    ._view_grid .news-item h3 a {
        font-size: 16px;
    }

    ._view_grid .news-item .time {
        color: #777;
        margin-bottom: 10px;
    }

    ._view_grid .news-item .description {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        line-height: 20px;
    }

    #news .cat-info {
        margin-bottom: 15px;
    }

    #news .cat-info h1 {
        font-size: 24px;
        margin-bottom: 15px;
        padding-bottom: 8px;
        border-bottom: 1px solid #ddd;
        display: none;
    }

    #news .cat-info figure {
        margin-bottom: 10px;
    }

    #news .cat-info .descripton {

    }

    .news-detail {
    }

    .news-detail h1.title {
        font-size: 26px;
        margin-bottom: 40px;
        font-weight: bold;
        margin-top: 40px;
    }

    .news-detail .social {
        margin-bottom: 10px;
    }

    .news-detail .field {

    }

    .news-detail .field .description {
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 18px;
        margin-top: 40px;
    }
/*--------------*/

/* Shop */
    #shop {

    }

    #shop .panel-default {
        border: none;
        box-shadow: none;
    }

    #shop .panel-default .panel-heading {
        background: transparent;
        text-align: center;
        padding-top: 32px;
    }

    #shop .panel-default .panel-heading span {
        text-transform: uppercase;
        font-size: 20px;
        letter-spacing: 0.17em;
        color: #ff8432;
    }

    #shop .fix-lineheight i {
        padding-right: 20px;
    }

    ._view_list .shop-item {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dashed #ddd;
    }

    ._view_list .shop-item:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    ._view_list .shop-item img {
        border: 1px solid #ddd;
    }

    ._view_list .shop-item h3 {
        margin-bottom: 10px;
    }

    ._view_list .shop-item h3 a {
        font-size: 24px;
    }

    ._view_list .shop-item .price {
        margin-bottom: 10px;
    }

    ._view_list .shop-item .price strong {
        font-size: 20px;
        color: red;
    }

    ._view_list .shop-item .description {
        margin-bottom: 10px;
    }

    ._view_list .shop-item .order {

    }

    ._view_grid .shop-item {
        margin-bottom: 10px;
        border-radius: 5px;
    }

    ._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: cover;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
    }

    ._view_grid .shop-item .image:hover img {
        transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
    }

    ._view_grid .shop-item .info {
        padding: 10px;
        line-height: 24px;
    }

    ._view_grid .shop-item .info h3 {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    ._view_grid .shop-item .info h3 a {
        font-size: 18px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 20px;
        height: 40px;
        text-transform: uppercase;
        color: #ff8432;
        font-weight: bold;
        letter-spacing: 0.05em;
        border-bottom: 2px solid #ddd;
    }

    ._view_grid .shop-item .info .price {
        margin: 20px 0;
    }

    ._view_grid .shop-item .info .price strong {
        color: #74b7d3;
    }

    ._view_grid .shop-item .info .order {
        text-align: center;
        display: none;
    }

    ._view_grid .shop-item .info strong {
        font-size: 14px;
    }

    #shop .cat-info {
        margin-bottom: 15px;
    }

    #shop .cat-info h1 {
        font-size: 24px;
        margin-bottom: 15px;
        padding-bottom: 8px;
        border-bottom: 1px solid #ddd;
        text-transform: uppercase;
        letter-spacing: 0.17em;
        margin-top: 20px;
    }

    #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;
    }

    .shop-detail .list-image .image-item {

    }

    .shop-detail .list-image .image-item img {
        width: 100%;
        height: 400px;
        object-fit: contain;
        cursor: zoom-in;
    }

    .shop-detail .list-image .list-thumb {
        margin: 0 -5px;
    }

    .shop-detail .list-image .list-thumb li {
        float: left;
        width: 25%;
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .shop-detail .list-image .list-thumb li a {
        display: block;
        width: 100%;
        border: 1px solid #ddd;
        border-radius: 4px;
    }

    .shop-detail .list-image .list-thumb li.active a,
    .shop-detail .list-image .list-thumb li a:hover {
        border-color: red;
    }

    .shop-detail .list-image .list-thumb a img {
        width: 100%;
        height: 60px;
        object-fit: contain;
    }

    .shop-detail .product-info h1.title {
        font-size: 24px;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .shop-detail .product-info .social {
        margin-bottom: 10px;
    }

    .shop-detail .product-info .price {
        margin-bottom: 10px;
    }

    .shop-detail .product-info .price span {
        font-style: italic;
    }

    .shop-detail .product-info .price strong {
        color: #74b7d3;
        font-size: 20px;
    }

    .shop-detail .product-info .description {
        font-size: 14px;
        margin-bottom: 10px;
        color: #888;
        margin-top: 24px;
        line-height: 25px;
        letter-spacing: 0.05em;
    }

    .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;
    }

    .photo-detail ._view_grid .photo-item .image {
        height: 220px;
    }

    ._view_grid .photo-item .image {
        width: 100%;
        height: 70px;
        text-align: center;
    }

    ._view_grid .photo-item .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    ._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;
    }

    .block-list-photo .fix-image:first-child {
        width: 66%;
    }

    .block-list-photo .fix-image:first-child .photo-item .image {
        height: 150px;
    }

    #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;
        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 {
        font-size: 14px;
        color: #ff8432;
        font-weight: bold;
    }

    .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 {
        color: #fff;
    }

    .block-opinions .opinions-item {
        margin-bottom: 10px;
        text-align: center;
    }

    .block-opinions .opinions-item .image {
        margin-bottom: 10px;
        text-align: center;
        margin-top: 30px;
    }

    .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 {
        font-size: 20px;
    }

    .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;
    }

    .search {
        color: #fff;
        padding: 40px 0;
        font-size: 14px;
        text-align: center;
    }

/*--------------*/

/* 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;
    }
/*--------------*/
    .style-title .panel-default {
        border: none;
        box-shadow: none;
    }

    .style-title .panel-default .panel-heading{
        text-align: center;
        background: transparent;
        border-bottom: none;
        text-transform: uppercase;
        font-size: 25px;
        font-weight: bold;
        letter-spacing: 0.06em;
    }


    .title-orange .panel-default .panel-heading {
        color: #ff8432;
        padding-bottom: 55px;
    }

    .title-black .panel-default .panel-heading {
        color: #000;
    }

    .title-white .panel-default .panel-heading {
        color: #fff;
    }

    .style-color-white {
        color: #fff;
        padding: 0 14px;
    }

    #book-hotel .form-contact label {
        color: #232323;
        font-size: 12px;
    }

    .style-button1 {
        background: #ff8432;
        border-color: #f36608;
        border-radius: 0;
        width: 100%;
        font-size: 14px;
        transition: 0.5s;
    }

    .style-button1:hover {
        background: #fff;
        border-color: #f36608;
        color: #000;
    }

    .fix-margin {
        margin-top: 20px;
        font-size: 14px;
    }

    .fix-padding {
        padding: 20px 0;
    }

    .fix-lineheight {
        line-height: 32px;
        color: #808080;
        font-size: 14px;
        font-weight: bold;
    }

    .fix-text {
        font-style: italic;
        font-weight: normal;
    }

    .fix-bg-detail {
        background: #eee;
        padding: 15px 0 15px 20px;
        margin-bottom: 12px;
        color: #888;
    }

    .fix-bg-detail span {
        font-weight: bold;
    }

    .fix-bg-detail strong {
        font-weight: normal;
        font-style: italic;
    }

    #content {
        
    }

    .fix-padding-right {
        padding-right: 15px;
    }

    .calendar {
        background: #ff8432;
        width: 100%;
        height: 70px;
        position: relative;
        z-index: 10;
        box-shadow: 2px 2px 0px #ed6d17;
        -moz-box-shadow: 2px 2px 0px #ed6d17;
        -webkit-box-shadow: 2px 2px 0px #ed6d17;
    }

    .link-xem-them {
       
    }

    .link-xem-them-home a {
        color: #ff8432;
        font-style: italic;
    }

    .qq-button {
        color: #ff8432;
        font-style: italic;
        font-size: 14px;
        display: inline-block;
        background: #ff8432;
        color: #fff;
        border-radius: 0;
        border-left: none;
        border-right: none;
        border-top: none;
        padding: 13px 37px;
        border-bottom: 2px solid #f94e19;
    }

    .qq-button:hover {
        background: #e68f55;
        border-color: #f94e19;
    }

    .block-list-news-footer .news-item .title h3 a {
        font-size: 12px;
    }

    .block-list-news-footer .news-item i {
        color: #c4c4c4;
    }

    .block-list-news-footer .news-item a {
        color: #c4c4c4;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        line-height: 25px;
        font-size: 14px;
        padding-left: 22px;
        position: relative;
        padding-bottom: 6px;
    }

    .block-list-news-footer .news-item a:before {
        content: "\f105";
        font-family: FontAwesome;
        text-align: center;
        position: absolute;
        left: 0px;
        display: block;
        height: 20px;
        width: 20px;
        margin-top: -1px;
    }

    .none-home-news .info h3 a {
        font-size: 14px;
        font-weight: normal;
    }

    .none-home-news .info .time {
        color: #ff8432;
    }

    .contact-form {
        padding: 60px 0;
    }

    .contact-form .input-group {
        width: 100%;
    }

    .contact-form .input-group input {
        border-radius: 0;
        background: #eee;
        height: 40px;
    }

    .contact-form .form-group textarea {
        border-radius: 0;
        background: #eee;
        height: 70px;
    }

    .contact-form h3 {
        text-transform: uppercase;
        font-size: 18px;
        letter-spacing: 0.15em;
        margin-bottom: 20px;
    }

    .contact-form .about-us p {
        font-size: 14px;
        line-height: 25px;
        color: #888;
        text-align: justify;
        padding-right: 20px;
    }

    #booking {
        background: #ff8432;
        padding: 10px 0 10px 20px;
    }

    #booking label {
        font-size: 14px;
        color: #fff;
    }

    #booking input,
    #booking select {
        width: 70%;
        border-radius: 0;
    }

    #booking select {
        height: 33px;
    }

    #booking .qq-button {
        margin-top: 20px;
        background: #f9a185;
    }

    .qq-detail .title-top {
        border-bottom: 2px solid #eee;
        margin-bottom: 20px;
    }

    .qq-detail .title-top .title {
        text-transform: uppercase;
        letter-spacing: 0.06em;
    }


/*-----Home-----*/
    .home1 {
        background: #f5f5f5;
        padding-top: 20px;
    }

    .home1 .panel-default {
        background: transparent;
    }

    .home2 {
        padding: 20px 0;
    }

    .home2 .menu-home2 .info {
        margin-bottom: 10px;
    }

    .home2 .menu-home2 .image a {
        position: absolute;
        left: 166px;
        top: 87px;
        color: #fff;
        font-size: 20px;
        opacity: 0;
    }

    .home2 .menu-home2 .image:hover a {
        opacity: 1; 
    }

    .home2 .menu-home2 .image {
        width: 100%;
        height: 200px;
        position: relative;   
        overflow: hidden;
    }  

    .home2 .menu-home2 .image img {
        height: 100%;
        width: 100%;  
        object-fit: cover;
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
    }

    .home2 .menu-home2 .image:hover img {
        transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
    }

    .home2 .menu-home2 .title {
        text-align: center;
        text-transform: uppercase;
    }

    .home2 .menu-home2 .title a {
        color: #ff8432;
        font-weight: bold;
        letter-spacing: 0.05em;
    }
    .home3 {
        background: url('../images/bg-home3.jpg');
    }

    .home3 .image {
        text-align: center;
    }

    .home3 .info p {
        font-size: 15px;
        line-height: 25px;
        text-align: justify;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        line-height: 25px;
    }

    .home3 .info h2 {
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 0.16em;
        margin-top: 0;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .home3 .image img {
        width: 120px;
        height: 120px;
        border-radius: 100%;
    }

    .home4 {
        background: #ff8432;
    }

    .home4 .panel-default {
        background: transparent;
    }

    .home5 .panel-default {
        border: none;
        box-shadow: none;
    }

    .home5 .panel-default .panel-heading {
        text-transform: uppercase;
        border-bottom: none;
        background: transparent;
        font-size: 20px;
        letter-spacing: 0.06em;
        position: relative;
    }

    .home5 .panel-default .panel-heading span:before {
        position: absolute;
        content: '';
        width: 30px;
        height: 100%;
        left: 16px;
        bottom: 0;
        border-bottom: 3px solid #ff8432;
    }

    .home5 .info-right {
        color: #888;
        font-size: 14px;
        letter-spacing: 0.05em;
        line-height: 25px;
    }
/*--------------*/
/*    .page-detail figure, .news-detail figure {
        width: 50%;
        float: left;
        margin-right: 20px;
        margin-bottom: 10px;
    }*/

    .home1 .form-group {
        width: calc(100% / 7);
        float: left;
        margin-right: 5px;
    }

    .home1 .form-group .input-group {
        width: 100%;
    }

    #body_right ._view_list .news-item .image {
        height: 80px;
    }

    .bg-contact-detail {
        background: #ff8432;
        color: #fff;
        padding: 20px;
    }

    .bg-contact-detail .input-group {
        width: 100%;
    }

    .bg-contact-detail .form-group .btn {
        color: #ffffff;
        background-color: #ff9854;
        display: inline-block;
        font-size: 13px;
        font-weight: 700;
        font-style: italic;
        padding: 12px 25px 12px;
        margin-bottom: 15px;
        margin-left: 20px;
        outline: none;
        cursor: pointer;
        border: none;
        letter-spacing: 1px;
        width: 220px;
        border-radius: 0;
        text-decoration: none;
        border-color: #ffad77;
        text-transform: uppercase;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        text-align: center;
    }

    .home3,
    .home4 {
        display: none;
    }

    .social-button{
        display: inline-grid;
        position: fixed;
        bottom: 15px;
        left: 45px;
        min-width: 45px;
        text-align: center;
        z-index: 99999;
    }
    .social-button-content{
        display: inline-grid;
    }
    .social-button a {padding:8px 0;cursor: pointer;position: relative;}
    .social-button i{
        width: 40px;
        height: 40px;
        background: #43a1f3;
        color: #fff;
        border-radius: 100%;
        font-size: 20px;
        text-align: center;
        line-height: 1.9;
        position: relative;
        z-index: 999;
    }
    .social-button span{
        display: none;
    }
    .alo-circle {
        animation-iteration-count: infinite;
        animation-duration: 1s;
        animation-fill-mode: both;
        animation-name: zoomIn;
        width: 50px;
        height: 50px;
        top: 3px;
        right: -3px;
        position: absolute;
        background-color: transparent;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid rgba(30, 30, 30, 0.4);
        opacity: .1;
        border-color: #0089B9;
        opacity: .5;
    }
    .alo-circle-fill {
        animation-iteration-count: infinite;
        animation-duration: 1s;
        animation-fill-mode: both;
        animation-name: pulse;
        width: 60px;
        height: 60px;
        top: -2px;
        right: -8px;
        position: absolute;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        background-color: rgba(0, 175, 242, 0.5);
        opacity: .75;
    }
    .call-icon:hover > span, .mes:hover > span, .sms:hover > span, .zalo:hover > span{display: block}
    .social-button a span {
        border-radius: 2px;
        text-align: center;
        background: rgb(103, 182, 52);
        padding: 9px 9px 5px;
        display: none;
        width: 180px;
        margin-left: 10px;
        position: absolute;
        color: #ffffff;
        z-index: 999;
        top: 9px;
        left: 40px;
        transition: all 0.2s ease-in-out 0s;
        -moz-animation: headerAnimation 0.7s 1;
        -webkit-animation: headerAnimation 0.7s 1;
        -o-animation: headerAnimation 0.7s 1;
        animation: headerAnimation 0.7s 1;
    }

    .social-button a span:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 10px 0;
        border-color: transparent rgb(103, 182, 52) transparent transparent;
        position: absolute;
        left: -10px;
        top: 10px;
    }

    .icon-zalo {
        background: url(../images/icon-zalo-1.png) no-repeat center center!important;
        background-size: 48px!important;
        display: inline-block;
    }

    @-webkit-keyframes headerAnimation {
        0% { margin-top: -70px; }
        100% { margin-top: 0; }
    }
    @keyframes headerAnimation {
        0% { margin-top: -70px; }
        100% { margin-top: 0; }
    }

    @-webkit-keyframes zoomIn {
        0% {
            opacity: 0;
            -webkit-transform: scale(1.8);
        }
        100% {
            opacity: 1;
            -webkit-transform: scale(1);
        }
    }
    @-moz-keyframes zoomIn {
        0% {
            opacity: 0;
            -moz-transform: scale(1.8);
        }
        100% {
            opacity: 1;
            -moz-transform: scale(1);
        }
    }
    @-o-keyframes zoomIn {
        0% {
            opacity: 0;
            -o-transform: scale(1.8);
        }
        100% {
            opacity: 1;
            -o-transform: scale(1);
        }
    }
    @keyframes zoomIn {
        0% {
            opacity: 0;
            transform: scale(1.8);
        }
        100% {
            opacity: 1;
            transform: scale(1);
        }
    }

    @media (max-width: 1040px) {
        .contact .form{
            width: 100%;
            left: 0;
            margin: 0;
            padding: 0 20px;
            bottom: 100px;
        }
        
        .contact .text{
            top: 100px;
        }
    }
