﻿body {
    font-size: 14px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #333;
}

img {
    max-width: 100%;
}

a {
    color: #333;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    outline: none !important;
}

    a:hover {
        text-decoration: none;
        outline: none !important;
    }

.footer ul.social {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 30px;
    position: relative;
}

    .footer ul.social:before {
        position: absolute;
        top: 9px;
        left: 0;
        width: 20px;
        height: 1px;
        content: "";
        background: #fdbb0a;
    }

ul.social li {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

    ul.social li a {
        color: #fff;
    }

    ul.social li i {
        color: #fff;
    }

ul.mn-top {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

    ul.mn-top li {
        display: inline-block;
        float: left;
        margin-left: 20px;
    }

.footer ul.mn-top li a {
    color: #fff;
}

.header-top {
    padding: 10px 0;
    border-bottom: 1px solid #f3f3f3;
    color: #999;
}

    .header-top a {
        color: #999 !important;
    }

    .header-top ul.address {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.logo {
    padding: 15px 0;
    max-width: 250px;
    margin: 0 auto;
}

    .logo img {
        max-width: 180px;
    }

    .logo span {
        display: block;
    }

        .logo span.logo-text {
            font-size: 30px;
        }

.navbar-default {
    background: none;
    border: none;
    border-radius: 0;
}

.navbar {
    min-height: 0;
    margin-bottom: 0;
}

.navbar-nav > li > a {
    padding: 12px 10px;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: bold;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{

}
.navbar-nav {
    margin: auto;
    width: 100%;
    text-align: center;
}

    .navbar-nav > li {
        float: left;
        display: inline-block;
    }

.navbar-header {
    display: inline-block;
    float: left
}

.product {
    position: relative;
    margin: 15px 0;
}

    .product .info {
        position: absolute;
        width: 100%;
        height: auto;
        bottom: 0;
        left: 0;
        text-align: center;
        background: #0000009c;
        color:#fff;
    }
        .product .info a{
            color:#fff!important;
        }
        .product .info h4 {
            text-transform: uppercase;
        }

    .product .img {
        position: relative;
        height: 0;
        padding-top: 100%;
        width: 100%;
    }

.list-blog .img {
    position: relative;
    height: 0;
    padding-top: 65%;
    width: 100%;
    z-index: -1;
}

    .product .img img, .list-blog .img img {
        right: 0;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        top: 0;
        position: absolute;
        object-position: 50% 50%;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        transition: all 1s ease;
    }

.list-blog .desc {
    background: #fff !important;
    margin: -30px 15px 0 15px;
    z-index: 10 !important;
    display: table;
    padding: 5px 15px 10px 15px;
    -webkit-box-shadow: 0 10px 6px -6px #ccc;
    -moz-box-shadow: 0 10px 6px -6px #ccc;
    box-shadow: 0 10px 6px -6px #ccc;
    border-left: 2px solid #ffde00
}

.list-blog .text-desc {
    max-height: 60px;
    text-overflow: ellipsis;
}

.product h4 {
    font-size: 15px;
    margin-bottom: 5px;
}

.product span.price {
}

.product span.label {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 5px 10px;
    background: #314aa6;
    color: #fff;
    border-radius: 0;
    z-index: 1;
}

h1.line {
    margin-top: 0;
}

h3.line, h2.line, h1.line {
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-size: 22px;
}

h2.line {
    margin-bottom: 0;
    color: #ed1b24;
}

    h3.line span, h2.line span, h1.line span {
        padding: 0 20px;
        background: #fff;
    }

    h3.line:before, h2.line:before, h1.line:before {
        position: absolute;
        top: 10px;
        left: calc(50% - 180px);
        width: 180px;
        height: 2px;
        content: '';
        background: #888;
        z-index: -1;
    }

    h3.line:after, h2.line:after, h1.line:after {
        position: absolute;
        top: 10px;
        right: calc(50% - 180px);
        width: 180px;
        height: 2px;
        content: '';
        background: #888;
        z-index: -1;
    }

span.title {
    font-weight: bold;
    color: #000;
}

span.desc {
    text-align: center;
    font-size: 12px;
    font-style: italic;
    color: #637309;
    display: block;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.icon-phone-small, .icon-email-small, .icon-place, .icon-date {
    background: url(images/group-icons.png) no-repeat;
}

.place-contact li {
    padding-left: 22px;
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 12px;
}

input:focus, textarea:focus {
    box-shadow: none !important;
}

.icon-phone-small {
    background-position: 0 -672px;
}

.icon-email-small {
    background-position: 0 -706px;
}

.icon-place {
    background-position: 0 -742px;
}

.icon-date {
    background-position: 0 -779px;
}

.icon-phone-small {
    background-position: 0 -672px;
}

ul.mn-footer {
    padding: 0;
    margin: 0;
}

    ul.mn-footer li {
        list-style: none;
        display: block;
        margin-bottom: 10px;
        position: relative;
        padding-left: 15px;
    }

        ul.mn-footer li:before {
            position: absolute;
            left: 1px;
            top: 8px;
            width: 4px;
            height: 4px;
            content: "";
            background: #fdbb0a;
            border-radius: 50%;
        }

.footer {
    padding: 60px 0 80px;
    font-size: 14px;
    background: #333 url(images/background_footer.jpg);
    margin-top: 50px;
    color: #acacac;
    position: relative;
    z-index: 1;
}

    .footer:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background: #000;
        opacity: 0.8;
        z-index: 0;
    }

    .footer a {
        color: #acacac !important;
    }

    .footer i {
        width: 15px;
        color: #fdbb0a
    }

    .footer h4 {
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
    }

span.f-phone {
    color: #fdbb0a;
    font-weight: bold;
    font-size: 17px;
}

.form-inline .form-control {
    width: calc(50% - 5px);
    float: left;
}

    .form-inline .form-control.left {
        margin-right: 5px;
    }

    .form-inline .form-control.right {
        margin-left: 5px;
    }

.form-group {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.copyrighter {
    text-align: center;
    padding: 20px 0 10px;
    background: #333;
    color: #acacac;
    border-top: 1px dotted #5a5a5a;
}

    .copyrighter ul.social {
        font-size: 30px;
        margin: auto;
    }

        .copyrighter ul.social li {
            float: none;
        }

.breadcrumbs {
    padding: 10px 0;
    margin-bottom: 0;
    background: #efefef;
    position: relative;
}

.breadcrumb {
    padding: 0 15px;
    background: none;
    color: #fff;
    margin-bottom: 0;
    z-index: 9999;
}

ul.list-sort {
    margin: 0;
    padding: 0;
    font-size: 16px
}

    ul.list-sort li {
        display: block;
        list-style: none;
        position: relative;
        color: #333;
        padding: 15px 10px 15px 30px;
        border-bottom: 1px solid #efefef;
    }

        ul.list-sort li a {
            display: block;
            width: 100%;
        }

        ul.list-sort li:last-child {
            border: none;
        }

        ul.list-sort li:before {
            position: absolute;
            top: 18px;
            left: 10px;
            content: '\f115';
            font-family: "FontAwesome";
            font-size: 11px;
            color: #beaa03;
        }

        ul.list-sort li label {
            font-size: 12px;
            font-style: italic;
            font-weight: normal;
            position: relative;
        }

            ul.list-sort li label span {
                position: absolute;
                left: 15px;
                top: 3px;
                white-space: nowrap;
            }

        ul.list-sort li input[type=checkbox], input[type=radio] {
            border-radius: 0;
            box-shadow: none;
        }

ul.sort-child {
    padding-left: 0;
    position: relative;
}

    ul.sort-child:before {
        position: absolute;
        width: 1px;
        height: 100%;
        border-left: 1px dashed #dedede;
        content: '';
        left: 3px;
        top: 0;
    }

    ul.sort-child li a {
        color: #888;
    }

    ul.sort-child li:before {
        content: '--';
        position: absolute;
        top: 7px;
        left: 7px;
        color: #dedede;
    }

.sort {
    padding: 10px 0;
}

    .sort .text-header {
        position: relative;
        cursor: pointer;
    }

        .sort .text-header span {
            position: absolute;
            top: 0;
            right: 0;
            font-size: 10px;
            font-weight: normal;
        }

.text-header h6 {
    color: #fff;
    background: #beaa03;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    padding: 10px 10px;
    margin: 0;
}

.detail-left {
    width: 500px;
    display: inline-block;
    float: left;
}

    .detail-left .img-large {
        position: relative;
    }

        .detail-left .img-large .item {
            position: relative;
            height: 0;
            padding-top: 100%;
            width: 100%;
        }

            .detail-left .img-large .item img {
                right: 0;
                width: 100%;
                height: 100%;
                bottom: 0;
                left: 0;
                top: 0;
                position: absolute;
                object-position: 50% 50%;
                object-fit: cover;
                font-family: 'object-fit: cover;';
                transition: all 1s ease;
            }

.detail-right {
    width: calc(100% - 550px);
    display: inline-block;
    float: left;
    margin-left: 50px;
    font-size: 15px;
    line-height: 26px;
}

    .detail-right .glyphicon {
        line-height: 26px;
    }

.order input {
    height: 40px;
}

.detail-right h1 {
    font-size: 17px;
    font-weight: bold;
}

.detail-right .order {
    padding: 30px 0;
}

.desc span.text {
    cursor: pointer;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    font-size: 17px;
}

.other-product {
    margin-top: 30px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle !important;
}

.table th.quantity {
    width: 130px;
}

.table th.img {
    width: 80px;
}

input, textarea, button {
    border-radius: 0 !important;
}

.contact-form input {
    height: 50px;
}

.list-category {
    padding: 50px 0;
}

    .list-category .box {
        position: relative;
        overflow: hidden;
    }

        .list-category .box .img {
            position: relative;
            transition: all .3s ease;
        }

            .list-category .box .img a {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
            }

            .list-category .box .img:hover {
                transform: scale(1.1)
            }

        .list-category .box .title {
            position: absolute;
            left: 0;
            bottom: 20px;
            margin: auto;
            text-align: center;
            width: 100%;
            right: 0;
        }

.btn-white {
    background: #fff;
    color: #333;
    border: 1px solid #fff;
    padding: 10px 20px;
    font-weight: bold;
    display: inline-block;
    margin: auto;
}

.btn-more {
    background: #ff4b3c;
    color: #fff;
    border: 1px solid #ff4b3c;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 8px;
    font-size: 13px;
    max-width: 140px;
    margin: auto;
}

    .btn-more i {
        padding-left: 5px;
        font-size: 11px;
    }

.list-blog {
    padding: 30px 0;
}

    .list-blog p.desc {
        color: #878787;
    }

.shop-info {
    padding: 15px;
    text-align: center;
    font-size: 17px;
}

.btn-call {
    padding: 7px 10px;
    background: #9d0b0e;
    color: #fff;
    text-transform: uppercase;
    border-radius: 7px;
    display: block;
}

.btn-facebook {
    padding: 7px 10px;
    background: #0084ff;
    color: #fff;
    text-transform: uppercase;
    border-radius: 7px;
    display: block;
}

.breadcrumb > li + li:before {
    content: "\f105" !important;
    font-family: "FontAwesome" !important;
    font-size: 12px
}

.sidebar {
    padding-top: 15px;
}

.order {
    display: table;
    width: 100%;
}

    .order .btn-quantity {
        width: 120px;
        display: inline-block;
        float: left;
        margin-right: 10px;
    }

    .order .btn-order {
        display: inline-block;
        float: left;
        background: #e54e53;
        color: #fff;
        padding: 7px 20px;
        text-align: center;
        border: none;
        text-transform: uppercase;
        transition: all .3s ease;
        -moz-transition: all .3s ease;
        border-radius: 20px !important;
    }

        .order .btn-order:hover {
            background: #333;
            color: #fff;
        }

    .order .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .table .order .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
        border-left: none !important;
        border-right: none !important;
        box-shadow: none;
    }

    .order .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group, .table .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        border-left: none !important;
        border-radius: 0 20px 20px 0 !important;
    }

    .order .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group, .table .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        border-radius: 20px 0 0 20px !important;
        border-right: none !important
    }

    .order input:focus, .table input:focus {
        box-shadow: none;
        outline: none !important;
    }

    .order input, .order button, .table input, .table button {
        outline: none !important;
        background: none;
    }

        .order button:hover {
            background: none;
        }

.detail-right span.price {
    display: block;
}

span.price span.title {
    font-weight: bold;
    padding-right: 5px;
}

span.stroke {
    text-decoration: line-through;
    padding-right: 10px;
}

span.color {
    color: #fff;
    font-weight: bold;
}

.pr-detail {
    padding-top: 50px;
    font-size: 16px;
}

span.code {
    color: #bdbdbd;
}

.order-type {
    margin-top: 15px;
}

    .order-type span {
        display: block;
    }

span#orderPrice {
    padding-top: 15px;
}

#orderPrice {
    font-size: 24px;
    color: #e54e53;
    font-weight: bold;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}

.payment-info {
    line-height: 25px;
}

    .payment-info .input-group {
        margin: 30px 0 !important;
    }

        .payment-info .input-group input {
            padding: 5px 10px;
            height: 45px;
        }

    .payment-info input, .payment-info span {
        border-radius: 0 !important;
    }

    .payment-info .input-group {
        margin: 5px 0;
    }

    .payment-info span {
        min-width: 50px;
    }

.btn-payment {
    display: inline-block;
    float: left;
    background: #e54e53;
    color: #fff;
    border: 1px solid #e54e53 !important;
    padding: 10px 20px;
    text-align: center;
    border: none;
    text-transform: uppercase;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    border-radius: 20px !important;
}

    .btn-payment:hover {
        background: #333;
        color: #fff;
        border: 1px solid #333 !important;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background: none !important;
    color: #314aa6 !important;
}

.navbar-default .dropdown-menu {
    min-width: 230px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    z-index: 10;
    background: #564e06 !important;
}

.navbar-default .dropdown-menu {
    display: none !important;
}

.navbar-nav > li:hover .dropdown-menu {
    display: block !important;
    z-index: 9999 !important;
}

.dropdown-menu > li > a {
    padding: 8px 10px;
    font-size: 15px;
}

.navbar-default .dropdown-menu li {
    border-top: 1px solid #8d8010;
}

    .navbar-default .dropdown-menu li:first-child {
        border-top: none;
    }

#menu-cart {
    position: absolute;
    top: 50px;
    right: 15px;
    white-space: nowrap;
}

    #menu-cart i {
        font-size: 30px;
        position: absolute;
        top: 0;
        right: 10px;
    }

    #menu-cart span {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        font-size: 12px;
        background: #ffde00;
        position: absolute;
        top: 0;
        right: 0;
        justify-content: center;
        align-items: center;
        display: flex;
    }

.cart-blank {
    float: right;
    display: table;
    width: 100%;
    text-align: right;
}

    .cart-blank span.left {
        width: auto;
        display: inline-block;
    }

    .cart-blank span.right {
        width: auto;
        display: inline-block;
        margin-left: 15px;
    }

.btn-continue {
    display: inline-block;
    float: left;
    background: #fff;
    color: #333;
    border: 1px solid #333 !important;
    padding: 10px 20px;
    text-align: center;
    border: none;
    text-transform: uppercase;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    border-radius: 20px !important;
}

    .btn-continue:hover {
        background: #333;
        color: #fff;
        border: 1px solid #333;
    }

.payment-httt span {
    display: block;
}

#tienmat, #chuyenkhoan {
    overflow: hidden;
    background: #efefef;
    transition: all .3s ease;
}

.httt-padding {
    padding: 10px 20px;
}

.payment-private {
    padding-top: 15px;
}

#paymentInfo {
    overflow: hidden;
    transition: all .3s ease;
}

.product .desc span.price {
    display: block !important
}

.st-news {
    padding: 50px 0
}

    .st-news .box {
        margin: 15px 0;
        border: 1px solid #f5f5f5;
        position: relative
    }

        .st-news .box .desc {
            padding: 0 20px 20px
        }

            .st-news .box .desc span {
                font-size: 13px;
                color: #9a9a9a
            }

.st-news {
    padding: 0
}

    .st-news .box {
        display: table;
        width: 100%;
        padding: 30px 0;
        margin: 0;
        border: none;
        border-bottom: 1px dashed #ececec
    }

        .st-news .box .col-right .desc {
            padding: 0 10px
        }

        .st-news .box .col-left {
            width: 250px;
            display: inline-block;
            float: left
        }

        .st-news .box .col-right {
            width: calc(100% - 250px);
            display: inline-block;
            float: left
        }

    .st-news h5 {
        font-size: 16px;
        font-weight: bold;
    }

.modal-content {
    box-shadow: none;
    border-radius: 0;
    border: none;
}
/*website bảo hộ lao động -- main color: #ed1b24   ---  #ffde00 */
.header-under {
    display: table;
    width: 100%;
}

    .header-under .company {
        display: table-cell;
        vertical-align: middle;
        height: 150px;
        color: #314aa6;
    }

        .header-under .company h1 {
            margin-bottom: 0;
        }

    .header-under span {
        display: block;
    }

span.company-name {
    font-size: 28px;
}

h1.company-name {
    display: none;
}

span.slogan {
    font-size: 24px;
    font-style: italic;
}

#navigation2 {
    background: none !important;
    color: #333;
    position: relative;
    min-height: 0;
    display: table;
    width: 100%;
    position: relative;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.navbar {
    min-height: 0;
    display: table-cell;
    vertical-align: middle;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.navbar-nav > li > a {
    color: #fff !important;
}

#menu-ngang {
    position: relative;
}

.search {
    position: absolute;
    top: 23px;
    right: 0;
    width: 180px;
}

    .search input {
        width: 100%;
        padding: 5px 10px 5px 15px;
        border: none;
        border-radius: 15px !important;
        background: #beaa03;
        color: #fff;
        outline: none;
    }

        .search input::placeholder {
            color: #f9f1ae !important;
        }

    .search i {
        position: absolute;
        top: 7px;
        right: 10px;
        color: #fff;
        cursor: pointer;
    }

.navbar-nav > li.dropdown a {
    color: #fff !important;
}

@media(max-width:768px) {
    .navbar-nav > li.dropdown a {
        color: #beaa03 !important;
        display: block;
        padding: 5px 0;
    }

    .navbar-nav > li.dropdown {
        padding: 5px 0 !important;
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
        margin-left: -1px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.cate-header {
    position: relative;
}

    .cate-header .child {
        position: relative;
        margin:0;
        padding:0;
        white-space:nowrap;
        overflow:hidden;
        font-size:11px;
    }
        .cate-header .child li a {
            color: #9d4a00;
        }

        .list-blog .cate-header .child {
            right: 70px;
        }

.cate-header .child li {
    display: inline-block;
    padding-right: 10px;
    padding-bottom:7px;
    padding-top:5px;
    list-style: none;
    position: relative;
    text-transform: uppercase;
}

    .cate-header .child li.item:before {
        position: absolute;
        top: 7px;
        right: 3px;
        width: 1px;
        height: 15px;
        content: '';
        background: #ccc;
    }
        .cate-header .child li.item:last-child:before{
            background:none;
        }

        .owl-theme .owl-nav [class*=owl-] {
            background: none !important;
            color: #000 !important;
            border-radius: 0 !important;
            font-size: 30px !important;
            padding: 0 !important;
            margin: 0 5px !important;
        }

.list-product {
    padding: 30px 0;
}

    .list-product .owl-theme .owl-nav {
        position: absolute;
        top: -73px;
        right: 0;
        margin-top: 0;
    }

.list-blog .owl-theme .owl-nav {
    position: absolute;
    top: -66px;
    right: -3px;
    margin-top: 0;
}

h2.bgcolor {
    position: relative;
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    display: block;
    line-height: 1;
    margin: 0;
    padding: 11px 0;
    border-bottom: 0px solid #314aa6;
}

    h2.bgcolor:before {
        width: calc(100% - 40px);
        height: 1px;
        position: absolute;
        top: 20px;
        left: 0;
        content: "";
        background: #efefef;
        z-index: -1;
    }

    h2.bgcolor span.title {
        background: #fff;
        padding: 5px 10px 5px 25px;
        position: relative;
    }

        h2.bgcolor span.title:before {
            position: absolute;
            top: 7px;
            left: 0;
            width: 15px;
            height: 15px;
            content: '';
            background: #c9015a;
            transform: rotate(45deg);
            border-radius: 2px;
        }

        h2.bgcolor span.title:after {
            position: absolute;
            top: 7px;
            left: 5px;
            width: 15px;
            height: 15px;
            content: '';
            background: #c5b31d;
            transform: rotate(45deg);
            border-radius: 2px;
        }

    h2.bgcolor span.circle {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #314aa6;
        color: #fff;
        position: absolute;
        top: 4px;
        left: 10px;
        border: 3px solid #ffde00;
        padding: 3px;
    }

        h2.bgcolor span.circle i {
            width: 100%;
            height: 100%;
            background: #ffde00;
            color: #333;
            position: relative;
            top: 0;
            left: 0;
            border-radius: 50%;
            justify-content: center;
            align-items: center;
            display: flex;
            z-index: 1001;
            font-weight: bold;
        }

        h2.bgcolor span.circle:before {
            content: "";
            height: 3px;
            width: 34px;
            background: #314aa6;
            navigation position: absolute;
            top: 50%;
            left: -3px;
            margin-top: -2px;
        }

        h2.bgcolor span.circle:after {
            content: "";
            height: 34px;
            width: 3px;
            background: #314aa6;
            position: absolute;
            left: 50%;
            top: -3px;
            margin-left: -2px;
        }

.p-l-30 {
    padding-left: 30px;
}

span.color-primary {
    color: #beaa03;
}

.footer .maps {
    padding: 5px 5px 0;
    border: 1px dashed #fff;
    margin-top: 15px;
}

img.logo {
    max-height: 80px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

#navigation {
    box-shadow: 0 10px 6px -11px #ccc;
    background: #564e06;
    transition:.4s ease all;
}

    #navigation.sticky {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 9999;
        background: #fff;
    }

        #navigation.sticky img.logo {
            max-height: 60px;
        }

        #navigation.sticky #navigation2, #navigation.sticky .navbar {
            min-height: 60px;
        }
        #navigation.sticky .navbar-nav > li > a{
            color:#000!important;
        }

        #slider {
            padding: 25vh 0;
            background: #fff url(images/background_header.jpg);
            background-position: center center;
            background-attachment: fixed;
            background-size: cover;
            position: relative;
            z-index: 2;
            color: #fff;
            font-size: 20px;
        }

    #slider:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background: #000;
        opacity: 0.5;
        z-index: -1;
    }

.sort .box {
    padding: 0;
    border: 1px solid #e8e7e7;
}

.breadcrumb {
    padding: 0;
}

.list-product .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .list-product .row > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

.camket {
    display: flex;
    padding: 50px 0 50px;
}

    .camket .box {
        padding: 50px 15px 50px;
        border: 1px solid #beaa03;
        display: flex;
        margin: 5px 0;
        text-align: center;
        position: relative;
        background: #fff;
        transition: all .2s ease;
    }

        .camket .box:hover {
            background: #beaa03;
            color: #fff;
        }

            .camket .box:hover span {
                color: #fff;
            }

        .camket .box:before {
            position: absolute;
            width: 100%;
            left: -15px;
            top: -15px;
            content: '';
            height: 100%;
            background: #e4e4e4;
            z-index: -1;
        }

        .camket .box:after {
            position: absolute;
            width: 100%;
            right: -10px;
            bottom: -10px;
            content: '';
            height: 100%;
            background: #f1f1f1;
            z-index: -1;
        }

    .camket .around {
        position: relative;
    }

    .camket .box .content {
        width: 100%;
    }

        .camket .box .content span {
            display: block;
        }

    .camket .box i {
        width: 50px;
        height: 50px;
        display: inline-block;
        float: left;
        font-size: 50px;
    }

span.fa {
    font-size: 30px;
}

span.fa-dollar {
    color: #e68e0a;
}

span.fa-star-o {
    color: #ffe000;
}

span.fa-truck {
    color: #314aa6;
}

span.fa-check {
    color: #4dc701;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 400px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -400px;
    -webkit-transition: opacity 0.2s linear, right 0.2s ease-out;
    -moz-transition: opacity 0.2s linear, right 0.2s ease-out;
    -o-transition: opacity 0.2s linear, right 0.2s ease-out;
    transition: opacity 0.2s linear, right 0.2s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

.modal-body .box {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #efefef;
}

    .modal-body .box .col-img {
        display: inline-block;
        width: 50px;
        float: left;
    }

    .modal-body .box .col-title {
        display: inline-block;
        width: calc(100% - 170px);
        float: left;
        margin: 0 10px;
        font-weight: bold;
        text-align: center;
    }

        .modal-body .box .col-title .btn-quantity {
            max-width: 120px;
            margin: auto;
        }

    .modal-body .box .col-price {
        display: inline-block;
        width: 100px;
        float: left;
        text-align: right;
        font-size: 17px;
    }

.modal-body .total-cart {
    display: flex;
    padding: 20px 0;
    font-size: 17px;
}

    .modal-body .total-cart .col-left {
        width: 40%;
        display: inline-block;
        float: left;
    }

    .modal-body .total-cart .col-right {
        width: 60%;
        display: inline-block;
        float: left;
        text-align: right;
        color: #f00;
        font-weight: bold;
    }

.modal-body .cart-payment a.btn-payment {
    display: block !important;
    width: 100%;
    border-radius: 0 !important;
}

h4.modal-title {
    font-weight: bold;
}

button.close {
    font-size: 25px;
    opacity: 1;
    margin-top: 0 !important;
}

.detail-news, .detail-product {
    font-size: 17px;
}

.zalo-chat {
    position: fixed;
    bottom: 30px;
    right: 30px;
}

.zalo-text {
    position: fixed;
    bottom: 50px;
    right: 95px;
    padding: 5px 10px;
    background: #000;
    color: #fff;
    border-radius: 5px;
}

.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: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -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: 55px;
    height: 55px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(230, 8, 8, 0.7);
    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: #e60808;
    width: 33px;
    height: 33px;
    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: 20px;
            height: 20px;
        }

.hotline-bar {
    position: absolute;
    background: rgb(190 170 3);
    border-radius: 3px;
    padding: 0 15px 0 0;
    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;
    /* width: 175px !important; */
    left: 50px;
    bottom: 43px;
}

    .hotline-bar > a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
        text-indent: 35px;
        display: block;
        letter-spacing: 1px;
        line-height: 27px;
        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);
    }
}

.constructer {
    padding: 150px 0 150px;
    background: url(images/backgound-constructer.jpg);
    background-attachment: fixed;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
}

    .constructer:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background: #000;
        opacity: 0.5;
    }

    .constructer h2 {
        text-transform: uppercase;
    }

    .constructer .text {
        padding: 0 15%;
        line-height: 24px;
        text-align: justify;
    }

        .constructer .text .desc-header {
            padding: 10px 0 30px;
            display: block;
            position: relative;
        }

            .constructer .text .desc-header:before {
                position: absolute;
                bottom: 15px;
                left: -20px;
                width: 50px;
                content: '';
                background: #fe0;
                height: 1px;
            }

        .constructer .text span, .constructer .text p {
            font-size: 17px;
            color: #d8d8d8
        }

.footer input, .footer textarea {
    background: none;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 30px 10px;
    color: #fff;
    font-weight: 700;
    border: 0;
    border-bottom: 1px solid #564d01;
    outline: none;
    box-shadow: none;
}

.btn-contact {
    padding: 10px 25px;
    background: #beaa03;
    color: #fff;
    border: none;
    outline: none;
    margin-top: 20px;
}

.footer .contact {
    margin-top: 30px;
    background: #fff;
    padding: 15px 0 10px;
}

@media (max-width: 768px) {
    .hotline-bar {
        display: none;
    }
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: #c3a003!important;
}
.header-info{
    padding:15px 0;
    font-size:16px;
}
span.header-address, span.header-phone {
    display: block;
}
.right-hotline{
    position:fixed;
    bottom:0;
    right:35px;
    z-index:9999;
}
.right-zalo {
    position: fixed;
    bottom: 85px;
    right: 35px;
    z-index: 9999;
    color:#fff;
}
    .right-zalo .hotline-phone-ring-img-circle, .right-zalo .hotline-phone-ring-circle-fill {
        background-color: #11a5db;
    }
    .right-zalo .hotline-phone-ring-circle {
        border: 2px solid #11a5db
    }
    .right-zalo a{
        color:#fff;
    }