﻿body {
    font-family: 'Averta',sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 15px;
}

/*Common*/
a {
    color: #ff0000;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

    a:hover {
        text-decoration: none;
        color: #e60808;
    }

    a:focus {
        outline: none;
    }

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 2px solid #2a3a51;
}

.vh100 {
    height: 100vh;
}

.relative {
    position: relative;
}

.text-white {
    color: #fff;
}

.text-small {
    font-size: 80%;
}

.btn-default {
    background-color: #2a3b55;
    color: #fff;
    border: 2px solid #2a3b55;
    display: block;
    font-weight: 600;
    border-radius: 10px;
}

img {
    max-width: 100%;
}

#category .form-control {
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.margin-top {
    margin-top: 10px;
}

.margin-bottom {
    margin-bottom: 10px;
}

.margin-large-bottom {
    margin-bottom: 30px;
}

.text-gray {
    color: #777;
}

.text-green {
    color: #33a837;
}

.table {
    margin: 0;
}

    .table.table-noborder td {
        border: 0;
    }

.form-control:focus {
    outline: none;
}

.bg-gray {
    background-color: #eaeaea;
}

.bg-white {
    background-color: #fff;
}

.fa, .fab, .fad, .fal, .far, .fas {
    line-height: normal;
}
/*All page*/
.owl-theme .owl-dots {
    margin-top: 15px;
    text-align: center;
}

    .owl-theme .owl-dots .owl-dot {
        margin: 5px;
        border: 3px solid #c1c1c1;
        border-radius: 50%;
    }

        .owl-theme .owl-dots .owl-dot span {
            background-color: #c1c1c1;
            width: 7px;
            height: 7px;
            display: block;
            border-radius: 50%;
        }

        .owl-theme .owl-dots .owl-dot.active, .owl-theme .owl-dots .owl-dot:hover {
            border-color: #dd9a9b;
        }

        .owl-theme .owl-dots .owl-dot:focus {
            outline: none;
        }

        .owl-theme .owl-dots .owl-dot.active span {
            background-color: #fff;
        }

.owl-theme.owl-nav-custom .owl-nav {
    margin-top: 0;
}

    .owl-theme.owl-nav-custom .owl-nav [class*=owl-] {
        position: absolute;
        top: 50%;
        font-size: 32px;
        width: 36px;
        height: 36px;
        text-align: center;
        background-color: #fff;
        border-radius: 50%;
        margin: 0;
        margin-top: -18px;
        -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.3);
        box-shadow: 1px 1px 2px 0 rgba(0,0,0,.3);
    }

    .owl-theme.owl-nav-custom .owl-nav .owl-next {
        right: 15px;
    }

    .owl-theme.owl-nav-custom .owl-nav .owl-prev {
        left: 15px;
    }

        .owl-theme.owl-nav-custom .owl-nav .owl-prev.disabled,
        .owl-theme.owl-nav-custom .owl-nav .owl-next.disabled {
            display: none;
        }

    .owl-theme.owl-nav-custom .owl-nav [class*=owl-] span {
        padding: 0px 13px;
        margin-top: -6px;
        float: left;
    }

    .owl-theme.owl-nav-custom .owl-nav [class*=owl-]:hover {
        color: #282828;
    }

.owl-theme.owl-slide .owl-nav {
    margin-top: 0;
}

    .owl-theme.owl-slide .owl-nav [class*=owl-] {
        position: absolute;
        top: 50%;
        width: 44px;
        height: 44px;
        text-align: center;
        margin: 0;
        transform:translateY(-50%);
        opacity: 0.5;
    }

    .owl-theme.owl-slide .owl-nav .owl-next {
        right: 25px;
    }

    .owl-theme.owl-slide .owl-nav .owl-prev {
        left: 25px;
    }

        .owl-theme.owl-slide .owl-nav .owl-prev.disabled,
        .owl-theme.owl-slide .owl-nav .owl-next.disabled {
            display: none;
        }

    .owl-theme.owl-slide .owl-nav [class*=owl-] span {
        font-size: 80px;
    }

    .owl-theme.owl-slide .owl-nav [class*=owl-]:hover {
        color: #282828;
        opacity: 1;
    }

    .owl-theme.owl-slide .owl-nav [class*=owl-]:focus {
        outline: none;
    }

.pagination {
    text-align: center;
    margin: 35px 0 0;
}

    .pagination > li > a,
    .pagination > li > span {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 0px;
        background-color: #e2e3e4;
        margin: 0 3px;
        color: #333;
        text-align: center;
        padding: 0;
        border: 1px solid #ddd;
        float: none;
    }

    .pagination a i {
        font-size: 14px;
        line-height: inherit;
    }

    .pagination > li > a:hover {
        background-color: #666;
        border-color: #666;
        color: #fff;
    }

    .pagination > .active > a,
    .pagination > .active > a:hover {
        background-color: #ED1C24;
        color: #fff;
        border-color: #ED1C24;
    }


.arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #fff;
}

.section {
    padding: 30px 0;
}

.content-sub .section {
    padding-bottom: 90px;
}

.section.bg-gray {
    background-color: #ededed;
}

.main-title {
    margin-bottom: 10px;
}

    .main-title,
    .main-title h1,
    .main-title h2,
    .main-title h3 {
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 600;
        font-size: 32px;
        text-transform: uppercase;
        position: relative;
        color: #ff0000;
        line-height: 45px;
    }

.page_chitiettintuc .main-title {
    text-transform: none;
}

.main-title span {
    font-size: 18px;
    color: #666;
    font-family: 'Averta',sans-serif;
    text-transform: none;
}

.main-title p {
    font-size: 20px;
    font-weight: 300;
    color: #474e00;
    margin-bottom: 0;
    text-transform: none;
    line-height: 37px;
}

.main-title img {
    margin: 10px 0;
}

.main-title-2 {
    font-weight: 400;
    font-size: 36px;
}

.main-title-3 {
    font-weight: 700;
    font-size: 26px;
    color: #00417a;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}

    .main-title-3:before {
        content: "";
        width: 90px;
        height: 3px;
        background-color: #f58220;
        position: absolute;
        left: 50%;
        margin-left: -45px;
        bottom: 0;
    }

.main-description {
    padding: 5px 0 20px;
    font-size: 16px;
}

.main-description-3 {
    color: #909498;
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
}

.contact-form {
    width: 690px;
    margin: 0 auto;
}

    .contact-form .form-control {
        background-color: #eceff4;
        border-color: #cad3df;
        box-shadow: none;
    }

.bar-icon {
    width: 24px;
    margin: 22px 0;
}

    .bar-icon > span {
        display: block;
        height: 2px;
        background-color: #282828;
    }

        .bar-icon > span + span {
            margin-top: 6px;
        }

html.mm-opening .mm-menu.mm-effect-menu-slide {
    height: 100% !important;
}

.tab-wrapper {
    width: 100%;
    background-color: #fff;
    z-index: 999;
}

    .tab-wrapper.tab-wrapper-fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

.panel-primary {
    border: 0;
}

    .panel-primary > .panel-heading {
        background-color: #2d375a;
        border-color: #2d375a;
        border-radius: 0;
        font-weight: 600;
        text-transform: uppercase;
    }

    .panel-primary > .panel-body {
        border: 1px solid #2d375a;
    }

.no-padding {
    padding: 0;
}

.no-padding-right {
    padding-right: 0;
}

.btn-menu-mobile {
    width: 59px;
    background-color: rgb(222,36,36);
    border-radius: 4px;
    padding: 13px 10px 6px;
    display: inline-block;
    margin-left:15px;
    float: right;
}

    .btn-menu-mobile span {
        width: 100%;
        height: 2px;
        background-color: #fff;
        display: block;
    }

        .btn-menu-mobile span + span {
            margin-top: 3px;
        }

        .btn-menu-mobile span.menu-text {
            color: #fff;
            margin-top: 0px;
            height: auto;
            background: none;
            text-align: center;
            font-size:11px;
        }

.is-sticky .btn-menu-mobile {
    margin: 10px 0;
}
/*Home page*/
/*Header*/
ul.nav-lang {
    margin: 20px 0;
}

    ul.nav-lang > li + li:before {
        content: "";
        width: 1px;
        height: 20px;
        border-left: 1px solid #adadad;
        position: absolute;
        left: 0;
        top: 12px;
    }

    ul.nav-lang > li > a {
        border-radius: 4px;        
    }

        ul.nav-lang > li > a:hover {
        }

    ul.nav-lang > li:first-child > a {
        padding: 11px 15px;
    }

    ul.nav-lang > li:nth-child(3) > a {
        padding: 10px 15px;
    }

        ul.nav-lang > li:nth-child(3) > a > i {
            color: #c5c5c5;
        }

    ul.nav-lang > li img {
        width: 32px;
    }

.btn-search {
    z-index: 999;
}

    .btn-search i {
        font-size: 18px;
        color: #c5c5c5;
    }

.logo {
    position: relative;
    padding:5px 0;
    text-align:center;
}
    .logo h2 {
        text-transform: uppercase;
        font-weight: bold;
        color: #c70404;
        font-size: 2.8rem;
        margin-top:.5rem;
    }
    .logo a {
        display: inline-block;
        z-index: 9;
    }

        .logo a img {
            max-height: 69px;
            transition: all 0.3s cubic-bezier(.25,.8,.25,1);
        }

.cart-header {
}

    ul.nav-lang > li.cart-header > a {
        display: block;
        padding:0 15px;   
    }

    .cart-header a::after {
      content: "";
      clear: both;
      display: table;
    }

    .cart-header img {
        width: 24px;
        float: left;
    }

    .cart-header a:hover {
        background-color: #dd9a9b;
        color: #fff;
    }

.cart-number {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #FFAE00;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 17px;
    position: absolute;
    left: 50%;
    top: -8px;
    transform: translateX(-50%);
    font-size: 12px;
}
/*Header info*/
.topbar .row {
    display: flex;
    align-items: center;
}
.header-row {
    padding: 10px 0;
}

    .header-row:first-child {
        padding-bottom: 0;
    }

    .header-row:last-child {
        padding-top: 0;
    }

.header-info {
    background-color: #ffd700;
}

.nav-header-link {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

    .nav-header-link > li {
    }

        .nav-header-link > li + li {
            margin-left: 60px;
        }

        .nav-header-link > li > a {
            color: #000;
            text-align: center;
        }

            .nav-header-link > li > a i {
                font-size: 20px;
            }

            .nav-header-link > li > a span {
                display: block;
            }
.nav-header {
    float:right;
    margin:18px 25px;
}
.nav-header>li+li{
    margin-left:40px;
}
.header-item i {
    font-size: 40px;
    float: left;
    margin-right: 10px;
    color: #2f587f;
}
.header-item span.header-text {
    white-space:nowrap;
    float:left;
    font-size:16px;
}
.news-hot {
    line-height: 35px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .news-hot a {
        color: #555;
    }

        .news-hot a:hover {
            color: #e60027;
        }

.header-hotline {
    text-align: right;
}

    .header-hotline a {
        display: inline-block;
        padding: 5px 25px;
        background-color: #fd6500;
        color: #fff;
        border-radius: 4px;
    }

        .header-hotline a span {
            font-size: 18px;
            font-weight: 700;
        }

        .header-hotline a:hover {
            background-color: #e60027;
            color: #ffd700;
        }

.hotline a span {
    font-weight:600;
}
/*Search*/
.header-info-wrapper {
    position: absolute;
    top: -3px;
    right: 0;
    display: none;
    border: 1px solid #e5e5e5;
    background-color:#fff;
    border-radius:4px;
}

    .header-info-wrapper.active {
        display: block;
    }

.search {
    width: 500px;
}

    .search .input-group-btn:first-child {
        background-color: #fff;
        border: none;
        border-right: 0;       
    }

    .search .input-group-btn select.btn {
        border: 0;
        color: #333;
        background: none;
        font-weight: 400;
    }

    .search .input-group-btn:last-child {
        background-color: #ff0000;
    }

        .search .input-group-btn:last-child a {
            display: block;
            padding: 13px 20px;
        }

    .search .form-control {
        border: none;
        border-left: 1px solid #e5e5e5;
        box-shadow: none;
    }

        .search .form-control:focus {
            outline: none;
        }

    .search .input-group-btn i {
        font-size: 18px;
        color: #fff;
    }

/*Mainnav*/
.mainnav {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#de2424+0,be0303+100 */
    background: rgb(222,36,36); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(222,36,36,1) 0%, rgba(190,3,3,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(222,36,36,1) 0%,rgba(190,3,3,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(222,36,36,1) 0%,rgba(190,3,3,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de2424', endColorstr='#be0303',GradientType=0 ); /* IE6-9 */
    position: relative;
}

    .mainnav .logo a {
        display: inline-block;
    }

.mainnav-row-sticky {
    z-index: 99;    
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.is-sticky .mainnav-row-sticky {    
    background: rgb(222,36,36); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(222,36,36,1) 0%, rgba(190,3,3,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(222,36,36,1) 0%,rgba(190,3,3,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(222,36,36,1) 0%,rgba(190,3,3,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de2424', endColorstr='#be0303',GradientType=0 ); /* IE6-9 */
    z-index: 9999 !important;
    box-shadow: 0 1px 1px rgba(0,0,0,0.25), 0 2px 2px rgba(0,0,0,0.20), 0 4px 4px rgba(0,0,0,0.15), 0 8px 8px rgba(0,0,0,0.10), 0 16px 16px rgba(0,0,0,0.05);
}

.is-sticky ul.nav-lang {
    margin: 13px 0;
}

.mainnav .is-sticky ul.nav.nav-site > li.home > a {
    
}

.mainnav .is-sticky ul.nav.nav-site > li > a {
    
}

.is-sticky .logo a img {
    
}

.mainnav-row-sticky .mainnav-row {
}

.mainnav ul.nav.nav-site {
    float: left;
}

    .mainnav ul.nav.nav-site > li {
        position: relative;
        float: none;
        display: inline-block;
    }

        .mainnav ul.nav.nav-site > li + li {
            margin-left: 0px;
        }

        .mainnav ul.nav.nav-site > li > a {
            padding: 15px 15px;
            font-size: 14px;
            font-weight: 400;
            text-transform: uppercase;
            color: #fff;
            border-radius: 0;
            position: relative;
            transition: all 0.3s cubic-bezier(.25,.8,.25,1);
        }

        .mainnav ul.nav.nav-site > li.home > a {
            padding-top: 13px;
            padding-bottom: 16px;
        }

        .mainnav ul.nav.nav-site > li.dropdown:before {
            content: "\f0d7";
            font-family: "Font Awesome 5 Pro";
            font-weight: 600;
            font-size: 11px;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            transition: all 0.3s cubic-bezier(.25,.8,.25,1);
            color:#fff;
        }

        .mainnav ul.nav.nav-site > li > a > i {
            font-size: 18px;
        }

        .mainnav ul.nav.nav-site > li > a:before {
            content: "";
            position: absolute;
            width:0;
            left: 50%;            
            bottom: 0;
            height: 4px;
            background-color: #FFF202;
            transition: all 0.3s cubic-bezier(.25,.8,.25,1);
        }

        .mainnav ul.nav.nav-site > li.active > a {
            color: #FFF202 ;
            background: none;
        }

            .mainnav ul.nav.nav-site > li.active > a:before {
                width:100%;
                left:0;
                transform:none;
            }

        .mainnav ul.nav.nav-site > li:hover > a {
            background: none;
            color: #FFF202;
        }

        .mainnav ul.nav.nav-site > li.dropdown:hover:before {
            color: #FFF202;
        }

        .mainnav ul.nav.nav-site > li:hover > a:before {
            width:100%;
            left:0;
            transform:none;
        }

        .mainnav ul.nav.nav-site > li.dropdown > ul.dropdown-menu {
            padding: 0;
            z-index: 999;
            top: 110%;
            box-shadow: none;
            border: 0;
            left: -9999px;
            opacity: 0;
            display: block;
            -webkit-transition: opacity .3s ease,top .25s ease;
            -moz-transition: opacity .3s ease,top .25s ease;
            -ms-transition: opacity .3s ease,top .25s ease;
            -o-transition: opacity .3s ease,top .25s ease;
            transition: opacity .3s ease,top .25s ease;
            margin-top: 0;
            border-radius: 0;
        }

        .mainnav ul.nav.nav-site > li.dropdown:hover > ul.dropdown-menu {
            opacity: 1;
            top: 100%;
            left: 0;
            min-width: 185px;
        }

        .mainnav ul.nav.nav-site > li.dropdown > ul.dropdown-menu > li > a {
            padding: 10px 15px;
            color: #666;
            font-weight: 500;
            font-size: 16px;
        }

.mainnav ul.nav > li > a > img {
    max-width: 100%;
}

.header-image > .row {
    margin-left: 0;
}

ul.nav-banners {
    margin-top: 15px;
}

    ul.nav-banners > li + li {
        margin-top: 15px;
    }

    ul.nav-banners > li > a {
        padding: 0;
    }

.mainnav-row-2 {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 25px;
}

    .mainnav-row-2 > .row > .col-md-9 {
        padding-left: 0;
    }

/*Category header*/
.category-header {
    background-color: #dd9a9b;
    color: #fff;
    padding: 16px 20px 15px;
    text-transform: uppercase;
    position: relative;
    margin-top: -3px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .category-header i.fa-bars {
        float: left;
        margin-right: 15px;
        margin-top: 2px;
    }

    .category-header span {
        display: inline-block;
    }

    .category-header a {
        color: #fff;
        display: block;
    }

    .category-header span.icon {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

.category-body {
}

    .category-body ul.nav > li + li {
        border-top: 1px solid #ddd;
    }

    .category-body ul.nav > li img {
        width: 18px;
        float: left;
        margin-right: 15px;
    }

    .category-body ul.nav > li > a {
        line-height: 22px;
        padding: 15px 0;
        padding-right: 15px;
        color: #000;
        text-transform: uppercase;
    }

    .category-body ul.nav > li.dropdown:after {
        font-family: "Font Awesome 5 Pro";
        font-weight: 300;
        content: "\f105";
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .category-body ul.nav > li:hover > a {
        background: none;
        color: #e60027;
    }

    .category-body ul.nav > li:hover > .dropdown-menu {
        display: block;
    }

    .category-body ul.nav > li > .dropdown-menu {
        left: 100%;
        top: 0;
        box-shadow: none;
        border-radius: 0;
        border: 0;
        margin: 0;
        padding: 0;
    }

        .category-body ul.nav > li > .dropdown-menu > li > a {
            padding: 10px 15px;
            margin: 5px;
            border-radius: 4px;
            text-transform: uppercase;
        }

.category-wrapper .category-body {
    display: none;
    position: absolute;
    padding: 0 15px 0 15px;
    background-color: #fff;
    right: -7px;
    left: 15px;
    z-index: 999;
}

.sub-page .category-wrapper:hover .category-body,
.is-sticky .category-wrapper:hover .category-body {
    display: block;
}

.category-section + .category-section {
    margin-top: 30px;
}

.category-heading {
    position: relative;
    margin-bottom: 20px;
}

.category-viewmore {
    color: #666;
    font-size: 14px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    text-transform: none;
    font-weight: 400;
}

    .category-viewmore i {
        float: right;
        margin-left: 10px;
        margin-top: 2px;
    }
/*Slideshow*/
.line .row {
    margin: 0;
}

.line .col-md-3 {
    height: 5px;
    padding: 0;
}

.sub-page .line .col-md-3 {
    height:5px;
}

.line .col-md-3 {
    background-color: #00ffff;
}

    .line .col-md-3:first-child {
        background-color: #ff00ff;
    }

    .line .col-md-3:nth-child(3) {
        background-color: #ffff00;
    }

    .line .col-md-3:last-child {
        background-color: #000;
    }

/*Main content*/
.main-content {
}
.banner-ads {
    margin-bottom:30px;
}
/*Banner index*/
.section.banner-index {
    padding-top: 0;
}

/*Customer review*/
.customer-review {
}

.section.customer-review {
    padding: 30px 0 50px;
}

.customer-review-item.customer-review-item-subpage {
    margin-top: 20px;
    background-color: #f2f3f4;
    padding: 15px;
    border-radius: 6px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

    .customer-review-item.customer-review-item-subpage:hover {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }

    .customer-review-item.customer-review-item-subpage:nth-child(even) > .row > .col-md-3 {
        float: right;
    }

.customer-review-item {
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 4px;
    padding: 15px 20px;
}

    .customer-review-item:hover {
        border-color: #d02929 ;
    }

.customer-review-title {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Sunday',sans-serif;
}

.customer-review-img img {
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
}

.customer-review-name {
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

    .customer-review-name span {
        position: relative;
        display: inline-block;
        padding-left: 10px;
    }

        .customer-review-name span:before {
            content: "";
            width: 40px;
            border-top: 1px solid #d02929 ;
            position: absolute;
            right: 100%;
            top: 50%;
            transform: translateY(-50%);
        }

.customer-review-position {
    color: #999;
    display: block;
}

.customer-review-item.customer-review-item-subpage .customer-review-name {
    color: #dd9a9b;
}

.customer-review-body {
    margin-top: 30px;
    position: relative;
}

.customer-review-caption {
    position: relative;
    padding-top: 5px;
    padding-left: 40px;
    color: #555;
    font-size: 15px;
    font-weight: 300;
}

.customer-review-item.customer-review-item-subpage .customer-review-caption {
    color: #3F5B57;
}

.customer-review-caption:before {
    content: "\f10d";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    font-size: 20px;
    left: 0;
    top: 0;
    color: #d02929 ;
}

.customer-review-items .slick-prev,
.customer-review-items .slick-next {
    width: auto;
    height: auto;
    padding: 1px 15px;
    border-radius: 3px;
    border: 1px solid #ddd;
    background-color: #fff;
    transform: none;
    top: -30px;
}

.customer-review-items .slick-prev {
    left: 46.5%;
}

.customer-review-items .slick-next {
    right: 46.5%;
}

    .customer-review-items .slick-prev:before,
    .customer-review-items .slick-next:before {
        content: "";
        display: none;
    }

    .customer-review-items .slick-prev i,
    .customer-review-items .slick-next i {
        font-size: 15px;
        color: #666;
    }

@media (min-width: 1024px) {
    .about-img {
    }

    .about-index .col-md-6 + .col-md-6:before {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: -moz-linear-gradient(top, rgba(135,224,253,0) 0%, rgba(13,170,91,1) 50%, rgba(5,171,224,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(135,224,253,0) 0%,rgba(13,170,91,1) 50%,rgba(5,171,224,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(135,224,253,0) 0%,rgba(13,170,91,1) 50%,rgba(5,171,224,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0087e0fd', endColorstr='#0005abe0',GradientType=0 ); /* IE6-9 */
    }
}
/*Social*/
.social-title {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #717171;
    color: #717171;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
}

.social-body ul.nav {
}

    .social-body ul.nav > li {
        float: none;
        display: inline-block;
    }

        .social-body ul.nav > li + li {
            margin-left: 15px;
        }

        .social-body ul.nav > li > a {
            padding: 0;
        }
/*Product*/
.star {
    line-height: normal;
}

    .star i {
        font-size: 14px;
        color: #764c04;
    }

        .star i + i {
            margin-left: 7px;
        }

.product-slick .slick-prev {
    left: -60px;
}

.product-slick .slick-next {
    right: -60px;
}

.product-slick .slick-prev,
.product-slick .slick-next {
    width: 48px;
    height: 48px;
}

    .product-slick .slick-prev:before,
    .product-slick .slick-next:before {
        content: "";
    }

.product-index .product-list .product-item .product-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.product-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.product-label-text {
    position: absolute;
    left: 10px;
    bottom: 7px;
    font-weight: 600;
    color: #fff;
}

.product-label-percent {
    position: absolute;
    right: 11px;
    bottom: 10px;
    font-size: 10px;
    color: #fff;
    text-align: center;
}

    .product-label-percent span {
        display: block;
        font-size: 22px;
        line-height: 22px;
        font-weight: 600;
        color: #f7da03;
    }

.product-list .product-item {
    margin-bottom: 30px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

    .product-list .product-item:hover {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }

    .product-list .product-item .product-img {
        position: relative;
    }

    .product-list .product-item .product-img:after {
        position:absolute;
        left:10px;
        top:10px;
        content:"";
        width:120px;
        height:34px;
    }

    .product-list .product-item.product-item-horizontal .product-img:after {
        display:none;
    }

.product-left {
    position: relative;
}

    .product-list .product-item .product-img .product-saleoff-label,
    .product-left .product-saleoff-label {
        right: 10px;
        top: 10px;
        position: absolute;
        width: 64px;
        height: 64px;
        background: url(/assets/images/sale-tag.png) no-repeat center;
        line-height: 64px;
        text-align: center;
        z-index: 99;
    }

        .product-list .product-item .product-img .product-saleoff-label span,
        .product-left .product-saleoff-label span {
            color: #fff;
            font-weight: 700;
            font-size: 20px;
        }

.product-list .product-item-horizontal {
    margin-bottom: 0;
}

    .product-list .product-item-horizontal + .product-item-horizontal {
        margin-top: 15px;
    }

.product-list .product-item.product-item-horizontal .product-img .product-saleoff-label {
    right: auto;
    left: 5px;
    top: 5px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-size: cover;
}

    .product-list .product-item.product-item-horizontal .product-img .product-saleoff-label span {
        font-size: 12px;
    }

.product-list .product-item:hover .product-caption {
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.product-list .product-item .product-caption {
    text-align: center;
    padding: 10px 15px;
    border-top: 0;
}

    .product-list .product-item .product-caption .product-title a {
        color: #333;
        font-size: 18px;
    }

    .product-list .product-item .product-caption a:hover {
        color: #e60027;
    }

    .product-list .product-item .product-caption .product-title {
        font-size: 16px;
        color: #000;
    }

    .product-list .product-item .product-caption .product-price .price-online {
        color: #d02929 ;
        font-size: 22px;
        font-weight: 600;
    }

    .product-list .product-item .product-caption .product-price .price-offline,
    .product-info .product-price .product-price-offline {
        color: #9f9f9f;
        text-decoration: line-through;
        font-size: 13px;
    }

    .product-list .product-item .product-caption .product-link {
        margin-top: 10px;
    }

        .product-list .product-item .product-caption .product-link a {
            color: #333;
            padding: 0;
        }

.product-info label {
    font-weight: 400;
}

.sub-page .product-list .product-item .product-caption {
    padding: 10px;
}

.product-list .product-item .product-caption .product-link a span {
    padding: 5px 10px;
    display: table-cell;
    text-transform: uppercase;
}

    .product-list .product-item .product-caption .product-link a span.btn-text {
        border: 1px solid #ddd;
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    }

    .product-list .product-item .product-caption .product-link a span.btn-icon {
        background-color: #ddd;
        color: #dd9a9b;
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    }

.product-list .product-item .product-caption .product-link a.btn-detail span.btn-icon {
    color: #333;
}

.product-list .product-item .product-caption .product-link a.btn-detail:hover span.btn-text {
    background-color: #ddd;
}

.product-list .product-item .product-caption .product-link a.btn-addcart span.btn-text {
    border-color: #3F5B57;
}

.product-list .product-item .product-caption .product-link a.btn-addcart span.btn-icon {
    background-color: #3F5B57;
    color: #fff;
}

.product-list .product-item .product-caption .product-link a.btn-addcart:hover span.btn-text {
    background-color: #3F5B57;
    color: #fff;
}

.product-item-horizontal .product-img {
    width: 120px;
    float: left;
}

.product-sub .product-item-horizontal .product-img {
    width: 80px;
}

.product-list .product-item-horizontal .product-title a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.product-list .product-item-horizontal .product-caption {
    text-align: left;
    width: calc(100% - 120px);
    float: left;
    padding-top: 0;
    padding-left: 25px;
    padding-right: 0;
}

.product-list.product-sub .product-item-horizontal .product-caption {
    width: calc(100% - 80px);
    padding-top: 5px;
    padding-left: 15px;
}

.product-list.product-sub .product-item-horizontal .product-title {
    font-size: 13px;
}

.product-list.product-sub .product-item .product-caption .product-price .price-online {
    font-size: 15px;
}

.product-list.product-sub .product-item .product-caption .product-price .price-offline {
    font-size: 12px;
}

.product-list.product-sub .product-item-horizontal .product-title a {
    white-space: normal;
    font-size: 13px;
    line-height: 17px;
}


.product-list .product-item-horizontal:hover {
}

    .product-list .product-item-horizontal:hover .product-caption {
        border-color: transparent;
    }

.product-promotion .product-item {
}

    .product-promotion .product-item.product-item-horizontal {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }

.product-promotion .panel.panel-default {
    margin-bottom: 0;
}

.product-right > .row > .col-md-6:nth-child(5) .product-item.product-item-horizontal,
.product-right > .row > .col-md-6:nth-child(6) .product-item.product-item-horizontal {
    border-bottom: 0;
    margin-bottom: 0;
}

.product-code {
    color: #666;
    font-size: 13px;
}

.border-left {
    border-left: 1px solid #ddd;
}

.product-info .product-price span,
.product-info .product-price div {
    font-size: 24px;
    font-weight: 600;
    color: #d02929 ;
}

.product-info .product-price sup {
    top: -0.3em;
}

.product-info .product-price span u,
.product-info .product-price div u {
    font-size: 16px;
}

.product-status {
    color: #267b1d;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
}

.product-price-offline {
    text-decoration: line-through;
    color: #9f9f9f;
}

.product-detail-button {
    margin: 15px 0;
}

    .product-detail-button .btn {
        display: inline-block;
        color: #fff;
        width: 300px;
        border-radius: 100px;
        min-height: 70px;
        position: relative;
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    }

        .product-detail-button .btn:hover {
            box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
        }

        .product-detail-button .btn + .btn {
            margin-left: 10px;
        }

        .product-detail-button .btn span.btn-text-position {
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        .product-detail-button .btn span.btn-text-large {
            display: block;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 16px;
        }

        .product-detail-button .btn.btn-buynow {
            background-color: #CB181D;
        }

        .product-detail-button .btn.btn-callback {
            background-color: #1f73b7;
        }

.product-social-link {
    margin-bottom: 15px;
}

    .product-social-link a {
        display: inline-block;
    }

        .product-social-link a + a {
            margin-left: 10px;
        }

.product-promotion {
    
}

.product-promotion-text {
    position: absolute;
    left: 0;
    top: -2px;
    color: #fff;
    font-weight: 600;
    padding-left: 45px;
    padding-right: 15px;
}

.product-promotion ul {
    margin-bottom: 0;
    padding-left: 15px;
    list-style: none;
}

    .product-promotion ul + ul {
        margin-top: 10px;
        padding-top: 10px;
        position: relative;
    }

        .product-promotion ul + ul:before {
            content: "-----------------------------------------------";
            position: absolute;
            top: -12px;
            left: 15px;
            color: #e60027;
        }

    .product-promotion ul li::before {
        content: "\2022";
        color: #e60027;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }

.product-note i {
    color: #e60027;
}

.product-note a {
    font-weight: 600;
}

    .product-note a:hover {
        color: #00417a;
    }

.viewmore {
    padding: 12px 25px;
    display: inline-block;
    background-color: none;
    border: 1px solid #ddd;
    color: #3F5B57;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
}

    .viewmore:hover {
        border-color: #3F5B57;
        background-color: #3F5B57;
        color: #fff;
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }

.product-viewmore {
    margin-top: 10px;
    text-align: center;
}

    .product-viewmore span {
        color: #fff;
        display: inline-block;
        border-radius: 50px;
        padding: 7px 20px;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#06c1dd+0,075ac9+100 */
        background: rgb(6,193,221); /* Old browsers */
        background: -moz-linear-gradient(-45deg, rgba(6,193,221,1) 0%, rgba(7,90,201,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, rgba(6,193,221,1) 0%,rgba(7,90,201,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, rgba(6,193,221,1) 0%,rgba(7,90,201,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06c1dd', endColorstr='#075ac9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        -webkit-transition: background 560ms ease;
        -moz-transition: background 560ms ease;
        -ms-transition: background 560ms ease;
        -o-transition: background 560ms ease;
        transition: background 560ms ease;
    }

        .product-viewmore span:hover {
            background-color: #1163ac;
            color: #fff;
        }

.product-detail .des-title {
    border-bottom: 1px solid #e2e3e4;
    margin-bottom: 15px;
}

    .product-detail .des-title span {
        display: inline-block;
        border-bottom: 2px solid #ffae00;
        padding: 10px 15px;
        margin-bottom: -1px;
        color: #D73030;
    }

.page_giohang .section_giohang .soft-table .top-soft-table {
    border-bottom: 1px solid #e0dbdb;
}

    .page_giohang .section_giohang .soft-table .top-soft-table .col-soft-1, .page_giohang .section_giohang .soft-table .top-soft-table .col-soft-2, .page_giohang .section_giohang .soft-table .top-soft-table .col-soft-3, .page_giohang .section_giohang .soft-table .top-soft-table .col-soft-4 {
        float: left;
    }

        .page_giohang .section_giohang .soft-table .top-soft-table .col-soft-1 p, .page_giohang .section_giohang .soft-table .top-soft-table .col-soft-2 p, .page_giohang .section_giohang .soft-table .top-soft-table .col-soft-3 p, .page_giohang .section_giohang .soft-table .top-soft-table .col-soft-4 p {
            font-size: 16px;
            color: #333;
            font-weight: 700;
            text-align: right;
        }

.isMobile .page_giohang .section_giohang .soft-table .top-soft-table .col-soft-1 p, .isMobile .page_giohang .section_giohang .soft-table .top-soft-table .col-soft-2 p, .isMobile .page_giohang .section_giohang .soft-table .top-soft-table .col-soft-3 p, .isMobile .page_giohang .section_giohang .soft-table .top-soft-table .col-soft-4 p {
    font-size: 13px;
}

.page_giohang .section_giohang .soft-table .top-soft-table .col-soft-1 {
    width: 30%;
}

.isMobile .page_giohang .section_giohang .soft-table .top-soft-table .col-soft-1 {
    width: 52%;
}

.page_giohang .section_giohang .soft-table .top-soft-table .col-soft-2 {
    width: 24%;
}

.isMobile .page_giohang .section_giohang .soft-table .top-soft-table .col-soft-2 {
    display: none;
}

.page_giohang .section_giohang .soft-table .top-soft-table .col-soft-3 {
    width: 20%;
}

.isMobile .page_giohang .section_giohang .soft-table .top-soft-table .col-soft-3 {
    width: 22%;
}

.page_giohang .section_giohang .soft-table .top-soft-table .col-soft-4 {
    width: 18%;
}

.isMobile .page_giohang .section_giohang .soft-table .top-soft-table .col-soft-4 {
    width: 23%;
}

.page_giohang .section_giohang .soft-table .inner-table {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
    padding-bottom: 6px;
}

    .page_giohang .section_giohang .soft-table .inner-table table {
        margin: 0;
    }

    .page_giohang .section_giohang .soft-table .inner-table a {
        color: #757575;
    }

        .page_giohang .section_giohang .soft-table .inner-table a:hover {
            -o-transition: all .5s ease;
            transition: all .5s ease;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            color: #000;
        }

    .page_giohang .section_giohang .soft-table .inner-table .table tbody tr {
        border-top: 1px solid #e8e8e8;
    }

        .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td {
            border-top: none;
        }

            .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .remove .fal {
                font-size: 18px;
                padding-left: 20px;
                margin-top: 50px;
                -webkit-transition: all .2s;
                -o-transition: all .2s;
                transition: all .2s;
            }

.isMobile .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .remove .fal {
    font-size: 14px;
}

.page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .remove .fal:hover {
    color: #e60027 !important;
    cursor: pointer;
}

.page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .sp-table-img {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
}



    .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .sp-table-img img {
        max-height: 100%;
    }

.isMobile .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .sp-table-img img {
    height: 60px;
}

.page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .tt-sp {
    margin: 47px 0;
}

    .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .tt-sp p:first-child {
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
    }

.isMobile .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .tt-sp p:first-child {
    font-size: 14px;
}

.page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .tt-sp p:nth-child(2) {
    font-size: 14px;
}


.page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .tt-sp p:nth-child(3) {
    font-size: 14px;
}



.page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .tt-price {
    margin-top: 47px;
    margin-bottom: 10px;
}

    .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .tt-price p:first-child {
        font-size: 16px;
        color: #d31d24;
        font-weight: 700;
    }

    .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .tt-price p:nth-child(2) {
        font-size: 16px;
        color: #666;
        font-weight: 700;
        text-decoration: line-through;
    }

.page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .total-sp {
    padding: 5px 0;
    margin-top: 40px;
    margin-bottom: 10px;
    color: #d31d24;
    font-size: 16px;
    font-weight: 700;
}

.isMobile .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .total-sp p {
    font-size: 14px;
    text-align: center;
}

.page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .tt-number {
    margin-top: 35px;
    margin-bottom: 35px;
    border: 1px solid #eae5e5;
    position: absolute;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

    .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .tt-number input[type=text] {
        border: 0;
        text-align: center;
    }



    .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .tt-number .increase, .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .tt-number .input-number, .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .tt-number .reduction {
        float: left;
    }

    .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .tt-number .input-number {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 16px;
        margin-left:;
    }

        .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .tt-number .input-number input#number {
            border: none;
            width: 35px;
        }

        .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .tt-number .input-number input[type=number]::-webkit-inner-spin-button, .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .tt-number .input-number input[type=number]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

    .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .tt-number .clicks {
        width: 100px;
    }

    .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .tt-number .reduction {
        margin: 3px 0;
        font-weight: 700;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        cursor: pointer;
    }

.isMobile .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .tt-number .reduction {
    margin-left: 0;
}

.page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .tt-number .reduction .zmdi {
    position: relative;
    top: 4px;
    font-weight: 700;
    left: 8.3px;
    line-height: 1;
    color: #505050;
}

.page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .tt-number .increase {
    margin: 3px 0;
    font-weight: 700;
    cursor: pointer;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    float: right;
}

    .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .tt-number .increase .zmdi {
        position: relative;
        top: 4px;
        font-weight: 700;
        left: 8.3px;
        line-height: 1;
        color: #505050;
    }

.page_giohang .section_giohang .soft-table .inner-table .table tbody tr td:first-child {
    width: 7%;
}

.page_giohang .section_giohang .soft-table .inner-table .table tbody tr td:nth-child(2) {
    width: 13%;
}

.page_giohang .section_giohang .soft-table .inner-table .table tbody tr td:nth-child(3) {
    width: 30%;
}

.isMobile .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td:nth-child(3) {
    width: 22%;
}

.page_giohang .section_giohang .soft-table .inner-table .table tbody tr td:nth-child(4) {
    width: 15%;
}

.isMobile .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td:nth-child(4) {
    display: none;
}

.page_giohang .section_giohang .soft-table .inner-table .table tbody tr td:nth-child(5) {
    width: 19.8%;
}

.page_giohang .section_giohang .soft-table .total-all {
    float: right;
}

.isMobile .page_giohang .section_giohang .soft-table .total-all {
    width: 100%;
}

.page_giohang .section_giohang .soft-table .total-all .total-all-1 {
    margin-bottom: 40px;
}

    .page_giohang .section_giohang .soft-table .total-all .total-all-1 p:first-child {
        color: #333;
        font-weight: 600;
        font-size: 20px;
        text-align: right;
    }

        .page_giohang .section_giohang .soft-table .total-all .total-all-1 p:first-child span {
            color: #d31d24;
            font-weight: 700;
        }

    .page_giohang .section_giohang .soft-table .total-all .total-all-1 p:nth-child(2) {
        color: #666;
        font-size: 14px;
        text-align: right;
    }

.page_giohang .section_giohang .soft-table .total-all .sec-btn-totall .mybtn {
    padding: 8px 10px;
    font-size: 13px;
    font-weight: 500;
    background-color: #ddd;
    color: #666;
    border-color: #ddd;
}

    .page_giohang .section_giohang .soft-table .total-all .sec-btn-totall .mybtn#btnThanhToan {
        background-color: #d02929 ;
        color: #fff;
    }


@media only screen and (max-width:767px) {
    .page_giohang .section_giohang .soft-table .top-soft-table {
        display: none;
    }

    .page_giohang .section_giohang .soft-table .inner-table {
        border: none;
    }

        .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td, .page_giohang .section_giohang .soft-table .inner-table .table tbody tr {
            display: block;
        }

        .page_giohang .section_giohang .soft-table .inner-table .table tbody tr {
            padding: 0 15px;
            padding-left: 95px;
            position: relative;
        }

            .page_giohang .section_giohang .soft-table .inner-table .table tbody tr:first-child {
                border: none;
            }

            .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td ~ td {
                width: 100% !important;
                padding: 0;
                margin-bottom: 10px;
            }

            .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td:first-child, .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td:nth-child(2) {
                padding: 0;
                margin: 0;
            }

            .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td:nth-child(4) {
                display: none;
            }

            .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .fas {
                margin: 0;
            }

            .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .sp-table-img {
                position: absolute;
                top: 15px;
                left: 15px;
                width: 60px;
                height: 60px;
                margin: 0;
            }

            .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .tt-sp p {
                padding: 3px 0;
            }

            .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .tt-price, .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .tt-number, .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .total-sp {
                margin: 0;
            }

            .page_giohang .section_giohang .soft-table .inner-table .table tbody tr td .tt-number {
                position: relative;
                width: 142px;
            }

    .sec-number:after {
        content: "";
        display: block;
        clear: both;
    }

    .page_giohang .section_giohang .soft-table .inner-table .table tr td .total-sp:before {
        content: attr(data-cont);
        display: inline-block;
        font-size: 14px;
        line-height: 30px;
        color: #221f20;
    }

    .page_giohang .section_giohang .soft-table .inner-table .table tr td .total-sp > span:before {
        content: ':';
        display: inline-block;
        font-weight: 300;
        font-size: 14px;
        line-height: 30px;
        color: #221f20;
        margin-right: 5px;
    }

    .page_giohang .section_giohang .soft-table .inner-table .table tr td .remove {
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 2;
        font-size: 18px;
    }

    .page_giohang .section_giohang .soft-table .total-all .total-all-1 {
        margin-bottom: 30px;
    }

    .isMobile .page_giohang .section_giohang .soft-table .total-all .sec-btn-totall .mybtn {
        width: 100%;
        text-align:center;
    }

    .isMobile .page_giohang .section_giohang .soft-table .total-all .sec-btn-totall .mybtn + .mybtn {
        margin-top:15px;
    }

    .page_giohang .section_giohang .soft-table .total-all .sec-btn-totall .mybtn:first-child {
        background-color: #ddd;
        border-color: #ddd;
        color: #000;
        padding-left: 25px;
        padding-right: 25px;        
    }

    .isMobile .page_giohang .section_giohang .soft-table .total-all .sec-btn-totall .mybtn:first-child {
        margin-left: 0;
        padding-left: 15px;
        padding-right: 15px;        
    }

    .page_giohang .section_giohang .soft-table .total-all .sec-btn-totall .mybtn:first-child:hover {
        background-color: #aaa;
    }

    .isMobile .page_giohang .section_giohang .soft-table .total-all .sec-btn-totall .mybtn:nth-child(2) {
        margin-left: 0;
        margin-top: 10px;
    }
}

.page_confirm .left-shipment .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.isMobile .page_confirm .left-shipment .header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page_confirm .left-shipment .header .title {
    padding-left: 20px;
}

.page_confirm .left-shipment .header img {
    width: 60px;
    height: 60px;
}

.page_confirm .left-shipment .header h4 {
    font-size: 18px;
    margin: 10px 0;
}

.page_confirm .left-shipment .header .bill-code {
    color: #aaa;
    padding: 0;
    margin-bottom: 10px;
}

.page_confirm .left-shipment .header p {
    border: none;
    font-weight: 700;
}

.page_confirm .left-shipment .body {
    border: 1px solid #ddd;
    padding: 10px 20px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 14%;
}

.isMobile .page_confirm .left-shipment .body {
    margin-left: 0;
}

.page_confirm .left-shipment .body h4 {
    font-size: 18px;
    margin: 10px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.page_confirm .left-shipment .body .info_user {
    padding-top: 15px;
    padding-bottom: 25px;
}

.page_confirm .left-shipment .body ul {
    padding-left: 15px;
}

    .page_confirm .left-shipment .body ul li label {
        font-weight: 400;
        width: 90px;
    }

    .page_confirm .left-shipment .body ul li span {
        font-weight: 700;
    }

.page_confirm .left-shipment .end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 14%;
    padding-top: 20px;
}

.isMobile .page_confirm .left-shipment .end {
    margin-bottom: 30px;
}

.page_confirm .left-shipment .end i {
    font-size: 16px;
}

.page_confirm .left-shipment .end span {
    padding: 0 10px;
}

.page_confirm .left-shipment .end a {
    text-decoration: none;
    color: #d31d24;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .page_confirm .left-shipment .end a:hover {
        color: #000;
        text-decoration: underline;
    }

.page_confirm .right-sp-shipment {
    background-color: #f9f9f9;
    padding: 30px 0;
}

.isMobile .page_confirm .right-sp-shipment {
    margin-top: 25px;
}

.page_confirm .right-sp-shipment .item_gift h5 {
    color: #343434;
    font-weight: 700;
}

.page_confirm .right-sp-shipment .item_gift ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 15px;
}

    .page_confirm .right-sp-shipment .item_gift ul li {
        list-style: none;
        float: left;
    }

        .page_confirm .right-sp-shipment .item_gift ul li .img-ship {
            width: 85px;
            height: 80px;
        }

            .page_confirm .right-sp-shipment .item_gift ul li .img-ship img {
                height: 80px;
            }

        .page_confirm .right-sp-shipment .item_gift ul li .desc-ship-so a {
            text-decoration: none;
        }

            .page_confirm .right-sp-shipment .item_gift ul li .desc-ship-so a p:first-child {
                font-size: 15.07px;
                color: #333;
                text-transform: uppercase;
                font-weight: 700;
                margin-bottom: 5px;
            }

        .page_confirm .right-sp-shipment .item_gift ul li:nth-child(2) {
            padding-left: 25px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

.page_confirm .right-sp-shipment .list_details {
    padding: 0 40px;
}

.isMobile .page_confirm .right-sp-shipment .list_details {
    padding: 0 20px;
}

.page_confirm .right-sp-shipment .list_details .sp-shipment:last-child {
    border-bottom: none;
}

.page_confirm .right-sp-shipment .sp-shipment {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

    .page_confirm .right-sp-shipment .sp-shipment ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0;
    }

        .page_confirm .right-sp-shipment .sp-shipment ul li {
            padding-right: 25px;
            list-style: none;
            float: left;
        }

            .page_confirm .right-sp-shipment .sp-shipment ul li .img-ship {
                width: 85px;
                height: 80px;
            }

                .page_confirm .right-sp-shipment .sp-shipment ul li .img-ship img {
                    height: 80px;
                }

            .page_confirm .right-sp-shipment .sp-shipment ul li .desc-ship-so a {
                text-decoration: none;
            }

                .page_confirm .right-sp-shipment .sp-shipment ul li .desc-ship-so a p:first-child {
                    font-size: 15.07px;
                    color: #333;
                    text-transform: uppercase;
                    font-weight: 700;
                    margin-bottom: 5px;
                }

                .page_confirm .right-sp-shipment .sp-shipment ul li .desc-ship-so a p:nth-child(2) {
                    font-size: 13.18px;
                    color: #666;
                    margin-bottom: 4px;
                    font-weight: 400;
                }

                .page_confirm .right-sp-shipment .sp-shipment ul li .desc-ship-so a p:nth-child(3) {
                    font-size: 13.18px;
                    color: #666;
                    font-weight: 700;
                    padding-right: 10px;
                }

                    .page_confirm .right-sp-shipment .sp-shipment ul li .desc-ship-so a p:nth-child(3) span {
                        color: #d31d24;
                        font-weight: 700;
                    }

.page_confirm .right-sp-shipment .tt-total-ship-right {
    width: 85%;
    margin: auto;
}

    .page_confirm .right-sp-shipment .tt-total-ship-right .item_code {
        padding: 30px 0;
    }

        .page_confirm .right-sp-shipment .tt-total-ship-right .item_code .code {
            position: relative;
        }

            .page_confirm .right-sp-shipment .tt-total-ship-right .item_code .code input {
                padding: 5px 10px;
                width: 100%;
            }

            .page_confirm .right-sp-shipment .tt-total-ship-right .item_code .code .mybtn {
                position: absolute;
                right: 0;
                top: 0;
                bottom: 0;
                font-size: 13px !important;
                background-color: #000;
                border-color: #000;
            }

    .page_confirm .right-sp-shipment .tt-total-ship-right .ship-total1 {
        padding: 25px 0;
        font-weight: 600;
        font-size: 15.07px;
    }

        .page_confirm .right-sp-shipment .tt-total-ship-right .ship-total1 .total-money {
            font-size: 18.83px;
            color: #333;
        }

        .page_confirm .right-sp-shipment .tt-total-ship-right .ship-total1 .send-SMS {
            border: 1px solid #d31d24;
            padding: 15px 10px 5px 15px;
        }

            .page_confirm .right-sp-shipment .tt-total-ship-right .ship-total1 .send-SMS p {
                font-weight: 400;
                font-size: 14.13px;
                color: #333;
            }

        .page_confirm .right-sp-shipment .tt-total-ship-right .ship-total1 p {
            color: #343434;
        }

    .page_confirm .right-sp-shipment .tt-total-ship-right .custom-ship-total1 {
        padding: 0 !important;
    }

    .page_confirm .right-sp-shipment .tt-total-ship-right .ship-total2 {
        float: right;
        padding: 25px 0;
        font-weight: 600;
        font-size: 15.07px;
    }

        .page_confirm .right-sp-shipment .tt-total-ship-right .ship-total2 .price {
            color: #d31d24;
            font-weight: 700;
            font-size: 18.83px;
        }

        .page_confirm .right-sp-shipment .tt-total-ship-right .ship-total2 .vat {
            font-size: 13.18px;
            color: #666;
            font-weight: 300;
            font-style: italic;
        }

        .page_confirm .right-sp-shipment .tt-total-ship-right .ship-total2 p {
            text-align: right;
            color: #343434;
        }

.page_confirm .btn-finish {
    margin-top: 20px;
    text-align: right;
}

.isMobile .page_confirm .btn-finish {
    text-align: center;
}

.page_confirm .btn-finish .mybtn {
    padding: 10px 20px;
}

.page_thanhtoan .section_thanhtoan .main-shipment .left-shipment p {
    color: #474747;
}

.isMobile .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment p {
    font-size: 18px;
}



.page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .xuat_hoadon {
    margin-top: 30px;
}

    .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .xuat_hoadon .tt_hoadon {
        display: none;
    }

    .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .xuat_hoadon .myradio4 {
        margin-bottom: 10px;
    }

        .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .xuat_hoadon .myradio4 .checkmark {
            left: 0;
        }

        .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .xuat_hoadon .myradio4 input:checked ~ .checkmark {
            background-color: #000;
        }

            .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .xuat_hoadon .myradio4 input:checked ~ .checkmark:after {
                display: block;
                border-color: #fff;
            }

        .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .xuat_hoadon .myradio4 .rdotext1 {
            padding-left: 20px;
        }


.page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .form-groups .custom-select select {
    padding: 10px 50px;
    width: 100%;
    cursor: pointer;
}

.isMobile .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .form-groups .custom-select select {
    width: 100%;
}

.page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .form-group textarea {
    height: 100px;
    border-color: #ddd;
}

.page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .form-group label {
    color: #333;
    font-weight: 400;
}

.page_thanhtoan .section_thanhtoan .main-shipment .left-shipment input {
    height: 45px;
    border-radius: 0;
    border-color: #ddd;
    margin-top: 3px;
    border-radius: 4px;
}

.page_thanhtoan .section_thanhtoan .main-shipment .left-shipment h4 {
    font-weight: 700;
    color: #474747;
    font-size: 20px;
    margin: 10px 0;
}

.page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .panel-level-1 {
    border: 1px solid #ddd;
    padding: 15px;
}

    .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .panel-level-1 .group_chk__tool__item .info_visa {
        padding: 20px 35px;
        border: 1px solid #ddd;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 5px;
        display: none;
    }

        .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .panel-level-1 .group_chk__tool__item .info_visa .header {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .panel-level-1 .group_chk__tool__item .info_visa .header .title {
                font-weight: 700;
            }

        .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .panel-level-1 .group_chk__tool__item .info_visa .info .form-group {
            margin: 0;
        }

        .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .panel-level-1 .group_chk__tool__item .info_visa .info .flex {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .panel-level-1 .group_chk__tool__item .info_visa .info .secures {
            margin: 0;
        }

        .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .panel-level-1 .group_chk__tool__item .info_visa .info .days, .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .panel-level-1 .group_chk__tool__item .info_visa .info .secures {
            width: 100px;
        }

        .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .panel-level-1 .group_chk__tool__item .info_visa .info input {
            height: 35px;
            margin-bottom: 15px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

        .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .panel-level-1 .group_chk__tool__item .info_visa .condition {
            padding-top: 10px;
        }

            .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .panel-level-1 .group_chk__tool__item .info_visa .condition .checkmark {
                border-radius: 0;
            }

                .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .panel-level-1 .group_chk__tool__item .info_visa .condition .checkmark:after {
                    content: "";
                    position: absolute;
                    display: none;
                    right: -2px;
                    top: -3px;
                    width: 9px;
                    height: 6px;
                    border-left: 1px solid;
                    border-bottom: 1px solid;
                    -webkit-transform: rotate(-50deg);
                    -ms-transform: rotate(-50deg);
                    transform: rotate(-50deg);
                    border-color: #fff;
                }

            .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .panel-level-1 .group_chk__tool__item .info_visa .condition .rdotext1 {
                padding-left: 24px;
            }

            .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .panel-level-1 .group_chk__tool__item .info_visa .condition input:checked ~ .checkmark {
                background-color: #000;
            }

                .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .panel-level-1 .group_chk__tool__item .info_visa .condition input:checked ~ .checkmark:after {
                    display: block;
                }

            .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .panel-level-1 .group_chk__tool__item .info_visa .condition p {
                font-weight: 400;
                font-size: 13px;
                border: none;
                padding: 0;
                padding-top: 10px;
                text-align: justify;
            }

    .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .panel-level-1 .group_chk__tool__item .bank_list {
        padding: 20px 35px 30px;
        border: 1px solid #ddd;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        display: none;
    }

        .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .panel-level-1 .group_chk__tool__item .bank_list .title {
            font-weight: 700;
        }

        .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .panel-level-1 .group_chk__tool__item .bank_list .list {
            display: -ms-grid;
            display: grid;
            -ms-grid-columns: (1fr)[5];
            grid-template-columns: repeat(5,1fr);
            grid-gap: 20px;
        }

            .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .panel-level-1 .group_chk__tool__item .bank_list .list .myradio4 {
                margin: 0;
                border: 1px dashed #ddd;
            }

                .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .panel-level-1 .group_chk__tool__item .bank_list .list .myradio4 .checkmark {
                    border-radius: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    background-color: transparent;
                    border: none;
                }

                    .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .panel-level-1 .group_chk__tool__item .bank_list .list .myradio4 .checkmark:before {
                        content: "";
                        position: absolute;
                        display: none;
                        top: -6px;
                        right: -8px;
                        width: 18px;
                        height: 18px;
                        -webkit-border-radius: 100%;
                        -moz-border-radius: 100%;
                        border-radius: 100%;
                        background-color: #d31d24;
                    }

                    .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .panel-level-1 .group_chk__tool__item .bank_list .list .myradio4 .checkmark:after {
                        content: "";
                        position: absolute;
                        display: none;
                        top: -1px;
                        right: -4px;
                        width: 9px;
                        height: 6px;
                        border-left: 2px solid;
                        border-bottom: 2px solid;
                        -webkit-transform: rotate(-50deg);
                        -ms-transform: rotate(-50deg);
                        transform: rotate(-50deg);
                        border-color: #fff;
                    }

                .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .panel-level-1 .group_chk__tool__item .bank_list .list .myradio4 input:checked ~ .checkmark {
                    border: 1px solid #d31d24;
                }

                    .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .panel-level-1 .group_chk__tool__item .bank_list .list .myradio4 input:checked ~ .checkmark:after {
                        display: block;
                    }

                    .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .panel-level-1 .group_chk__tool__item .bank_list .list .myradio4 input:checked ~ .checkmark:before {
                        display: block;
                    }

                .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .panel-level-1 .group_chk__tool__item .bank_list .list .myradio4 img {
                    width: 100%;
                }

    .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .panel-level-1 .group_chk__tool__item .myradio4 {
        width: 100%;
    }

        .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .panel-level-1 .group_chk__tool__item .myradio4 .rdotext1 {
            padding-left: 20px;
        }

        .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .panel-level-1 .group_chk__tool__item .myradio4 .checkmark {
            left: 0;
            width: 15px;
            height: 15px;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
        }

            .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .panel-level-1 .group_chk__tool__item .myradio4 .checkmark:after {
                content: "";
            }

        .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .panel-level-1 .group_chk__tool__item .myradio4 input:checked ~ .checkmark {
            border: 5.25px solid #d31d24;
        }

            .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .panel-level-1 .group_chk__tool__item .myradio4 input:checked ~ .checkmark:after {
                display: none;
            }

.page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .txt-confirm {
    padding-top: 20px;
}

.isMobile .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .txt-confirm {
    margin-bottom: 30px;
}

.page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .txt-confirm #policy .content {
    max-width: 1170px;
}

.page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .txt-confirm .myradio4 {
    width: 100%;
}

.page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .txt-confirm .checkmark {
    left: 0;
}

.page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .txt-confirm .rdotext1 {
    padding-left: 20px;
}

.page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .tt-payment-methods {
    border: 1px dashed #e0e0e0;
    padding: 35px;
}

    .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .tt-payment-methods .tt1-payment p {
        color: #333;
        font-size: 16px;
        border-bottom: none;
        font-weight: 200;
    }

        .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .tt-payment-methods .tt1-payment p span {
            font-weight: 600;
            padding-left: 10px;
        }

        .page_thanhtoan .section_thanhtoan .main-shipment .left-shipment .tt-payment-methods .tt1-payment p:first-child {
            font-weight: 600;
        }

.page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment {
    background-color: #f9f9f9;
    padding: 30px 0;
}

.isMobile .page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment {
    padding: 20px 0;
}

.isMobile .page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment {
    margin-top: 25px;
}

.page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .list_details {
    padding: 0 40px;
}

.isMobile .page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .list_details {
    padding: 0 20px;
}

.page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .list_details .sp-shipment:last-child {
    border-bottom: none;
}

.page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .sp-shipment {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0;
}

    .page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .sp-shipment ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0;
    }

        .page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .sp-shipment ul li {
            padding-right: 25px;
            list-style: none;
            float: left;
        }

            .page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .sp-shipment ul li .img-ship {
                width: 85px;
                height: 80px;
            }

                .page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .sp-shipment ul li .img-ship img {
                    height: 80px;
                }

            .page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .sp-shipment ul li .desc-ship-so a {
                text-decoration: none;
            }

                .page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .sp-shipment ul li .desc-ship-so a p:first-child {
                    font-size: 15.07px;
                    color: #333;
                    text-transform: uppercase;
                    font-weight: 700;
                    margin-bottom: 5px;
                }

                .page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .sp-shipment ul li .desc-ship-so a p:nth-child(2) {
                    font-size: 13.18px;
                    color: #666;
                    margin-bottom: 4px;
                    font-weight: 400;
                }

                .page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .sp-shipment ul li .desc-ship-so a p:nth-child(3) {
                    font-size: 13.18px;
                    color: #666;
                    font-weight: 700;
                    padding-right: 10px;
                }

                    .page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .sp-shipment ul li .desc-ship-so a p:nth-child(3) span {
                        color: #d31d24;
                        font-weight: 700;
                    }

.page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .tt-total-ship-right {
    width: 85%;
    margin: auto;
}

.isMobile .page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .tt-total-ship-right {
    width: 100%;
    padding: 0 20px;
}

.page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .tt-total-ship-right .item_gift h5 {
    color: #343434;
    font-weight: 700;
}

.page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .tt-total-ship-right .item_gift ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 15px;
}

    .page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .tt-total-ship-right .item_gift ul li {
        list-style: none;
        float: left;
    }

        .page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .tt-total-ship-right .item_gift ul li .img-ship {
            width: 85px;
            height: 80px;
        }

            .page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .tt-total-ship-right .item_gift ul li .img-ship img {
                height: 80px;
            }

        .page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .tt-total-ship-right .item_gift ul li .desc-ship-so a {
            text-decoration: none;
        }

            .page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .tt-total-ship-right .item_gift ul li .desc-ship-so a p:first-child {
                font-size: 15.07px;
                color: #333;
                text-transform: uppercase;
                font-weight: 700;
                margin-bottom: 5px;
            }

        .page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .tt-total-ship-right .item_gift ul li:nth-child(2) {
            padding-left: 25px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

.page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .tt-total-ship-right .code_options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

    .page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .tt-total-ship-right .code_options .myradio4 {
        margin-bottom: 10px;
    }

        .page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .tt-total-ship-right .code_options .myradio4 .checkmark {
            left: 0;
        }

        .page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .tt-total-ship-right .code_options .myradio4 input:checked ~ .checkmark {
            background-color: #000;
        }

            .page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .tt-total-ship-right .code_options .myradio4 input:checked ~ .checkmark:after {
                display: block;
                border-color: #fff;
            }

        .page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .tt-total-ship-right .code_options .myradio4 .rdotext1 {
            padding-left: 20px;
            font-weight: 700;
        }

.page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .tt-total-ship-right .item_code {
    padding: 30px 0;
}

    .page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .tt-total-ship-right .item_code .code {
        position: relative;
    }

        .page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .tt-total-ship-right .item_code .code input {
            padding: 5px 10px;
            width: 100%;
        }

        .page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .tt-total-ship-right .item_code .code .mybtn {
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            font-size: 13px !important;
            background-color: #000;
            border-color: #000;
        }

.page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .tt-total-ship-right .ship-total1 {
    padding: 25px 0;
    font-weight: 600;
    font-size: 15.07px;
}

    .page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .tt-total-ship-right .ship-total1 .total-money {
        font-size: 18.83px;
        color: #333;
    }

    .page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .tt-total-ship-right .ship-total1 .send-SMS {
        border: 1px solid #d31d24;
        padding: 15px 10px 5px 15px;
    }

        .page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .tt-total-ship-right .ship-total1 .send-SMS p {
            font-weight: 400;
            font-size: 14.13px;
            color: #333;
        }

    .page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .tt-total-ship-right .ship-total1 p {
        color: #343434;
    }

.page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .tt-total-ship-right .custom-ship-total1 {
    padding: 0 !important;
}

.page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .tt-total-ship-right .ship-total2 {
    float: right;
    padding: 25px 0;
    font-weight: 600;
    font-size: 15.07px;
}

    .page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .tt-total-ship-right .ship-total2 .price {
        color: #d31d24;
        font-weight: 700;
        font-size: 18.83px;
    }

    .page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .tt-total-ship-right .ship-total2 .vat {
        font-size: 13.18px;
        color: #666;
        font-weight: 300;
        font-style: italic;
    }

    .page_thanhtoan .section_thanhtoan .main-shipment .right-sp-shipment .tt-total-ship-right .ship-total2 p {
        text-align: right;
        color: #343434;
    }

.page_thanhtoan .section_thanhtoan .main-shipment .btn-finish {
    margin-top: 20px;
}

    .page_thanhtoan .section_thanhtoan .main-shipment .btn-finish .mybtn {
        padding: 10px 20px;
    }

.page_thanhtoan .section_thanhtoan .help-order-sp {
    padding-left: 55px;
    margin-top: 30px;
}

    .page_thanhtoan .section_thanhtoan .help-order-sp .help1 li {
        list-style: none;
        float: left;
    }

        .page_thanhtoan .section_thanhtoan .help-order-sp .help1 li .width-help {
            width: 30px;
            height: 30px;
            margin-right: 20px;
            text-align: center;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            background-color: #cacaca;
        }

            .page_thanhtoan .section_thanhtoan .help-order-sp .help1 li .width-help span {
                font-weight: 700;
                color: #fff;
                line-height: 2;
            }

        .page_thanhtoan .section_thanhtoan .help-order-sp .help1 li .tt-help {
            line-height: 2.2;
            color: #333;
            font-weight: 400;
        }

            .page_thanhtoan .section_thanhtoan .help-order-sp .help1 li .tt-help span {
                color: #000;
            }

.page_chitietsanpham .section_ctsp_1 .section_detail .info .group-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 15px;
}

.isMobile .page_chitietsanpham .section_ctsp_1 .section_detail .info .group-btn {
    display:block;
}

    .isMobile .page_chitietsanpham .section_ctsp_1 .section_detail .info .group-btn .units {
        margin-right:0;
        margin-bottom:15px;
    }

.page_chitietsanpham .section_ctsp_1 .section_detail .info .group-btn p {
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}

.page_chitietsanpham .section_ctsp_1 .section_detail .info .group-btn input {
    padding-right: 0;
    padding-left: 25px;
    width: 70px;
    height: 37px;
    margin-right: 20px;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #ddd;
    display: block;
}

    .page_chitietsanpham .section_ctsp_1 .section_detail .info .group-btn input:focus {
        border-color: #D2232A;
        outline: none;
    }

    .page_chitietsanpham .section_ctsp_1 .section_detail .info .group-btn input[type=number]::-webkit-inner-spin-button {
        padding: 3px;
        height: 37px;
        cursor: pointer;
    }

.page_chitietsanpham .section_ctsp_1 .section_detail .info .group-btn .units {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 10px;
}

.page_chitietsanpham .section_ctsp_1 .section_detail .info .group-btn .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}


.button_scroll2top {
    display: none;
    position: fixed;
    bottom: 155px;
    right: 32px;
    height: 46px;
    width: 46px;
    text-align: center;
    line-height: 46px;
    z-index: 4;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
}

    .button_scroll2top i {
        line-height: 46px;
    }

.isMobile .button_scroll2top {
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
}

.myradio4 {
    display: inline-block;
    position: relative;
    width: 60%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
}

    .myradio4 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .myradio4 .checkmark {
        position: absolute;
        top: 4px;
        right: 0;
        height: 14px;
        width: 14px;
        background-color: #fff;
        border: 1px solid #000;
    }

        .myradio4 .checkmark:after {
            content: "";
            position: absolute;
            display: none;
            right: 1px;
            top: 2px;
            width: 9px;
            height: 6px;
            border-left: 2px solid;
            border-bottom: 2px solid;
            -webkit-transform: rotate(-50deg);
            -ms-transform: rotate(-50deg);
            transform: rotate(-50deg);
            border-color: #000;
        }

    .myradio4 input:checked ~ .checkmark {
        border-color: #000;
    }

        .myradio4 input:checked ~ .checkmark:after {
            display: block;
        }

    .myradio4 .rdotext1 {
        font-size: 16px;
    }

.sub-title.product-detail-title {
    font-size: 26px;
    text-transform: none;
    margin-bottom: 0;
    color: #444;
    font-weight: 400;
}

    .sub-title.product-detail-title:before {
        display: none;
    }

.slick-slide {
    margin: 0 5px;
}
/* the parent */
.slick-list {
    margin: 0 -5px;
}

.product-avatar {
}

    .product-avatar .slick-prev,
    .product-avatar .slick-next {
        width: 48px;
        height: 48px;
        padding: 0;
        border-radius: 50%;
        background-size: 48px !important;
        top: 50%;
        transform: translateY(-50%);
        z-index: 99;
    }

        .product-avatar .slick-prev:before,
        .product-avatar .slick-next:before {
            display: none;
        }

    .product-avatar .slick-prev {
        left: 10px;
        background: rgba(0,0,0,0.23) url(/assets/images/arrow-left.png) no-repeat center;
    }

    .product-avatar .slick-next {
        right: 10px;
        background: rgba(0,0,0,0.23) url(/assets/images/arrow-right.png) no-repeat center;
    }

.product-gallery .slick-prev {
    left: 10px;
}

.product-gallery .slick-next {
    right: 10px;
}


.product-gallery {
    margin: 10px 0;
}

.gallery-item {
    padding: 10px;
    border: 1px solid #2b3954;
}


/*Partner*/
.section.partner {
}

.partner-item {
    margin-left: 10px;
    margin-right: 10px;
}

    .partner-item img {
        max-height: 100%;
    }

.partner-items .slick-next:before,
.partner-items .slick-prev:before {
    display: none;
}

.partner-items .slick-next,
.partner-items .slick-prev {
    top: -30px;
    background-color: #ddd;
    color: #fff;
}

.partner-items .slick-next {
    right: 0;
}

.partner-items .slick-prev {
    right: 30px;
    left: auto;
}

    .partner-items .slick-next i,
    .partner-items .slick-prev i {
        font-size: 17px;
        color: #fff;
    }
/*Contact form*/
.newsletter {
    padding: 0;
}

.newsletter-wrapper {
    transform: translateY(-50%);
    padding: 20px 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.newsletter-title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
}

    .newsletter-title span {
        font-family: 'Averta',sans-serif;
        font-size: 14px;
        font-weight: 400;
        text-transform: none;
        display: block;
        color: #999;
    }

        .newsletter-title span strong {
            color: #d02929 ;
        }

.newsletter-des {
}

    .newsletter-des a {
        color: #feb;
    }

.newsletter-form {
}

    .newsletter-form .form-control {
        box-shadow: none;
        height: 52px;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        padding-left: 50px;
    }

    .newsletter-form i {
        content: "\f0e0";
        position: absolute;
        left: 25px;
        top: 16px;
        color: rgba(0,0,0,.3);
        font-size: 16px;
        z-index: 99;
    }

    .newsletter-form .input-group-btn .btn {
        background-color: #d02929 ;
        color: #fff;
        border: 0;
        text-transform: uppercase;
        height: 52px;
        line-height: 52px;
        padding: 0 20px;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

        .newsletter-form .input-group-btn .btn:hover {
            background-color: #ffd700;
            color: #dd9a9b;
        }
/*News*/
.news-index {

}

    .news-index .main-title {
        color: #fff;
    }

.nav-tabs {
    text-align: center;
    margin-bottom: 30px;
    border: 0;
}

    .nav-tabs > li {
        float: none;
        display: inline-block;
    }

        .nav-tabs > li > a {
            background-color: #fff;
            color: #7e8387;
            font-weight: 600;
            text-transform: uppercase;
            border-radius: 0;
        }

        .nav-tabs > li.active > a {
            background-color: #01427a;
            border-color: #01427a;
            color: #fff;
        }

        .nav-tabs > li:hover > a {
            border-color: #f2f2f2;
            background-color: #f2f2f2;
            color: #01427a;
        }

.news-item {
    margin-bottom: 15px;
    background-color: #fff;
    overflow: hidden;
    color: #999;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

    .news-item .info,
    .news-item .news-caption {
        position: relative;
        padding: 20px 30px;
    }

    .news-item .news-createdate {
        color: #888;
        font-size: 12px;
    }


    .news-item .news-title a {
        padding-bottom: 10px;
        color: #333;
        font-weight: 600;
        display: block;
    }

    .news-item.news-item-large .news-title {
        padding-top: 0;
    }

    .news-item .news-title {
        display: block;
        color: #3b3b3b;
        font-size: 18px;
        line-height: 25px;
    }

    .news-item .info .tend a,
    .news-item.news-item-large .news-title a {
        margin-bottom: 7px;
        font-size: 16px;
        line-height: 24px;
        display: block;
        height: 48px;
        overflow: hidden;
    }

    .news-item .info .des,
    .news-item .news-description {
        line-height: 20px;
        color: #999;
        height: 58px;
        overflow: hidden;
        font-weight: 300;
    }

    .news-item .more,
    .news-item .news-link {
        display: inline-block;
        margin-top: 15px;
        color: #000;
    }

        .news-item .news-link a {
            display: inline-block;
            padding-left: 40px;
            position: relative;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 13px;
            color: #000;
        }

            .news-item .news-link a:before {
                content: "";
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 30px;
                border: 2px solid #FFAE00;
            }

        .news-item .more i,
        .news-item .news-link i {
            margin-left: 10px;
        }

        .news-item .news-link span {
            padding: 8px 30px;
            text-align: center;
            color: #333;
            display: inline-block;
            border-radius: 6px;
            text-transform: uppercase;
        }

            .news-item .news-link span:before {
                background-color: #D2232A;
                border-radius: 6px;
            }

        .news-item .more:hover,
        .news-item .news-link:hover {
            color: #D2232A;
        }

    .news-item.news-item-horizontal {
        margin-bottom: 30px;
    }

        .news-item.news-item-horizontal .news-img {
            float: left;
            width: 200px;
        }

        .news-item.news-item-horizontal .news-caption {
            width: calc(100% - 200px);
            float: left;
            padding: 15px;
        }

        .news-item.news-item-horizontal .news-title {
            margin-top: 10px;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

        .news-item.news-item-horizontal:hover .news-title {
            color: #D2232A;
        }
.related {
    margin-top:15px;
}
.related .tt {
    padding-bottom:10px;
    position:relative;
}
    .related .tt:after {
        content:"";
        position:absolute;
        left:0;
        bottom:0;
        width:100px;
        border-bottom:3px solid #d31d24;
    }
.related ul {
    padding-left: 15px;
    margin-top: 15px;
}

.date_n_share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .date_n_share .date {
        color: #999;
    }
/*Footer*/
.footer {
    position: relative;
    color: #000;
}

.footer-title {
    font-size: 16px;
    font-weight: 600;
}

    .footer-title.footer-title-large {
        font-size: 24px;
    }

.footer-body {
    margin-top: 15px;
    color: #555;
    font-weight: 300;
}

    .footer-body ul.nav > li + li {
        margin-top: 10px;
    }

    .footer-body ul.nav > li > a {
        padding: 0;
        color: #888;
        font-weight: 300;
        font-size: 14px;
    }

        .footer-body ul.nav > li > a:hover {
            color: #3aad4e;
            background: none;
        }

.copyright {
    background-color: #fff;
    padding: 15px 0;
    color: #555;
    font-size: 13px;
}

    .copyright a {
        color: #555;
    }

.footer-info h3,
.footer-info h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}

h4.footer-title {
    margin: 10px 0 15px;
    font-weight: 600;
}

.back-to-top {
    position: absolute;
    left: 50%;
    bottom: 40px;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #bbbbbb;
    margin-left: -30px;
    border-radius: 50%;
    line-height: 25px;
    z-index: 999;
}

    .back-to-top:hover {
        cursor: pointer;
    }

/*Detail*/
.sub-page .mainnav {
    background-color: #D2232A;
}

.breadcrumb-wrapper {
    background-color:#eaeaea;
}

.breadcrumb-title {
    color: #fff;
    font-size: 36px;
}

.breadcrumb {
    background: none;
    margin: 0;
}

    .breadcrumb > li > a {
        font-size: 15px;
        color: #333;
    }

    .breadcrumb > li.active {
        color: #ffae00;
    }

.panel.panel-default {
    background: none;
    box-shadow: none;
    border-radius: 6px;
    border-top: 3px solid #dd9a9b;
}

.panel-default > .panel-heading {
    background-color: #fff;
    padding: 10px 15px;
}

    .panel-default > .panel-heading .panel-title {
        color: #dd9a9b;
        text-transform: uppercase;
        font-weight: 500;
        position: relative;
    }

        .panel-default > .panel-heading .panel-title h3 {
            font-size: 18px;
        }

        .panel-default > .panel-heading .panel-title a {
            color: #666;
            font-size: 14px;
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            text-transform: none;
            font-weight: 400;
        }

            .panel-default > .panel-heading .panel-title a i {
                float: right;
                margin-left: 10px;
                margin-top: 3px;
            }

            .panel-default > .panel-heading .panel-title a:hover {
                color: #D2232A;
            }

.panel-default .panel-body {
}

    .panel-default .panel-body ul.nav > li {
        position: relative;
    }

        .panel-default .panel-body ul.nav > li:before {
            content: "";
            width: 7px;
            height: 7px;
            background-color: #35c7df;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 50%;
            -webkit-transition: all 350ms linear;
            -moz-transition: all 350ms linear;
            -ms-transition: all 350ms linear;
            -o-transition: all 350ms linear;
            transition: all 350ms linear;
        }

        .panel-default .panel-body ul.nav > li > a {
            padding-left: 23px;
            color: #333;
        }

        .panel-default .panel-body ul.nav > li:hover:before {
            background-color: #075ac9;
        }

        .panel-default .panel-body ul.nav > li:hover > a {
            color: #075ac9;
            background: none;
        }

.panel.panel-primary .panel-heading {
    background: none;
    color: #fff;
    padding:5px 15px 5px 25px;
    border: 0;
    background:#D73030 url(../images/cate.png) no-repeat left center;
}

    .panel.panel-primary .panel-heading i {
        color: #d02929 ;
    }

.panel.panel-primary > .panel-body {
    border: 1px solid #ddd;
    border-radius: 0px;    
}

    .panel.panel-primary > .panel-body ul.nav > li > a {
        color: #444;
        padding: 5px 0;
        text-transform: uppercase;
    }

    .panel.panel-primary > .panel-body ul.nav > li + li {
        margin-top: 5px;
    }

    .panel.panel-primary > .panel-body ul.nav > li > a:hover {
        background: none;
        color: #e60027;
    }

    .panel.panel-primary > .panel-body ul.nav > li > ul > li > a {
        color: #888;
    }

        .panel.panel-primary > .panel-body ul.nav > li > ul > li > a:hover {
            color: #000;
        }

    .panel.panel-primary > .panel-body ul.nav.nav-option > li + li {
        margin-top: 0;
    }

    .panel.panel-primary > .panel-body ul.nav.nav-option > li > a {
        text-transform: none;
    }

.sub-title,
.sub-title a {
    color: #999;
    position: relative;
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 22px;
    line-height: normal;
    font-weight: 300;
}

.sub-title-line {
    text-align: center;
}

.sub-title-line-left {
    width: 10%;
    display: inline-block;
    position: relative;
}

    .sub-title-line-left:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: rgba(137,137,137,0.4);
        left: 0;
        top: -12px;
    }

.sub-title-line-right {
    width: 10%;
    display: inline-block;
    position: relative;
}

    .sub-title-line-right:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: rgba(137,137,137,0.4);
        left: 0;
        top: -12px;
    }

.sub-title-line-separator {
    display: inline-block;
}

    .sub-title-line-separator i {
        font-size: 28px;
    }

.sub-title.sub-title-smaller {
    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sub-sub-title {
    color: #1dbb2f;
    font-size: 16px;
    margin: 15px 0;
}

.infoWrapContact {
    padding: 20px;
    background-color: #F3F3F3;
    margin-bottom: 30px;
}

.required {
    color: #e60027;
}

.mybtn {
    padding: 12px 35px;
    border-radius: 40px;
    display: inline-block;
    border: 1px solid #d02929 ;
    color: #fff;
    background-color:#d02929 ;
    text-transform: uppercase;    
    font-size: 16px;
}

    .mybtn:hover {      
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
        cursor: pointer;
        color:#fff;
    }

.input-group-img {
    width: 90px;
    white-space: nowrap;
    padding-left: 7px;
    display: table-cell;
    vertical-align: middle;
}

.form-contact {
    padding-top: 30px;
}
/*About*/
.about-index {

}

    .about-index .main-title {
        margin-bottom: 0;
    }

.about-img {
    margin-bottom: 30px;
}

    .about-img img {
        position: relative;
        border-radius: 50%;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }

    .about-img > div {
        position: relative;
        display: inline-block;
    }

        .about-img > div:before {
            content: "";
            border: 15px solid rgba(255,255,255,.6);
            border-radius: 50%;
            bottom: 0;
            top: 0;
            left: 0;
            right: 0;
            position: absolute;
            z-index: 9;
        }

.about-link {
    text-align: center;
}
.product-list + .about-link {
    margin-bottom:30px;
}
    .about-link a {
        padding: 12px 35px;
        border-radius: 40px;
        display: inline-block;
        border: 1px solid #FFAE00;
        color: #FFAE00;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 16px;
    }

        .about-link a:hover {
            background-color: #FFAE00;
            color: #fff;
            box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
        }

.about-sub-title {
    font-family: "Myriad Pro";
    color: #2d3854;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

    .about-sub-title:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 4px;
        width: 50px;
        background-color: #c8a154;
    }

.about-sub-description {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #333;
}
/*News sub*/
.news-sub-item {
    background-color: #f8f8f8;
    padding: 15px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.11), 0 2px 2px rgba(0,0,0,0.11), 0 4px 4px rgba(0,0,0,0.11), 0 6px 8px rgba(0,0,0,0.11), 0 8px 16px rgba(0,0,0,0.11);
}

    .news-sub-item + .news-sub-item {
        margin-top: 15px;
    }

    .news-sub-item .news-sub-caption .news-sub-title {
        margin-bottom: 10px;
    }

        .news-sub-item .news-sub-caption .news-sub-title a {
            font-size: 15px;
            font-weight: 600;
            text-transform: uppercase;
            color: #333;
        }

            .news-sub-item .news-sub-caption .news-sub-title a:hover {
                color: #1dbb2f;
            }

    .news-sub-item .news-sub-caption .news-sub-createddate {
        color: #888;
    }

    .news-sub-item .news-sub-caption .news-sub-description {
        margin-top: 10px;
    }

.bar-icon {
    width: 24px;
    margin: 26px 0;
}

    .bar-icon > span {
        display: block;
        height: 2px;
        background-color: #282828;
    }

        .bar-icon > span + span {
            margin-top: 6px;
        }

html.mm-opening .mm-menu.mm-effect-menu-slide {
    height: 100% !important;
}

.tab-wrapper {
    width: 100%;
    z-index: 999;
}

.call-phone {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 999;
}

.phone {
    position: relative;
    display: block;
    margin: 0;
    width: 60px;
    height: 60px;
    font-size: 25vmin;
    background-color: #f04137;
    border-radius: 0.5em;
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

    .phone::before,
    .phone::after {
        position: absolute;
        content: "";
    }

    .phone::before {
        top: 0;
        left: 0;
        width: 60px;
        height: 60px;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 100%;
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }

    .phone::after {
        top: 15px;
        left: 15px;
        width: 30px;
        height: 30px;
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTYuNiAxMC44YzEuNCAyLjggMy44IDUuMSA2LjYgNi42bDIuMi0yLjJjLjMtLjMuNy0uNCAxLS4yIDEuMS40IDIuMy42IDMuNi42LjUgMCAxIC40IDEgMVYyMGMwIC41LS41IDEtMSAxLTkuNCAwLTE3LTcuNi0xNy0xNyAwLS42LjQtMSAxLTFoMy41Yy41IDAgMSAuNCAxIDEgMCAxLjIuMiAyLjUuNiAzLjYuMS40IDAgLjctLjIgMWwtMi4zIDIuMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .phone.is-animating {
        -webkit-animation: phone-outer 3000ms infinite;
        animation: phone-outer 3000ms infinite;
    }

        .phone.is-animating::before {
            -webkit-animation: phone-inner 3000ms infinite;
            animation: phone-inner 3000ms infinite;
        }

        .phone.is-animating::after {
            -webkit-animation: phone-icon 3000ms infinite;
            animation: phone-icon 3000ms infinite;
        }

@-webkit-keyframes phone-outer {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }

    33.3333% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.1);
        transform: translate3d(0, 0, 0) scale(1.1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
    }

    66.6666% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
}

@keyframes phone-outer {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }

    33.3333% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.1);
        transform: translate3d(0, 0, 0) scale(1.1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
    }

    66.6666% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
}

@-webkit-keyframes phone-inner {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }

    33.3333% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0.9);
        transform: translate3d(0, 0, 0) scale(0.9);
    }

    66.6666% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
}

@keyframes phone-inner {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }

    33.3333% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0.9);
        transform: translate3d(0, 0, 0) scale(0.9);
    }

    66.6666% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
}

@-webkit-keyframes phone-icon {
    0% {
        -webkit-transform: translate3d(0em, 0, 0);
        transform: translate3d(0em, 0, 0);
    }

    2% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    4% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    6% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    8% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    10% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    12% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    14% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    16% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    18% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    20% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    22% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    24% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    26% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    28% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    30% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    32% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    34% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    36% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    38% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    42% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    44% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    46% {
        -webkit-transform: translate3d(0em, 0, 0);
        transform: translate3d(0em, 0, 0);
    }
}

@keyframes phone-icon {
    0% {
        -webkit-transform: translate3d(0em, 0, 0);
        transform: translate3d(0em, 0, 0);
    }

    2% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    4% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    6% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    8% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    10% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    12% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    14% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    16% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    18% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    20% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    22% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    24% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    26% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    28% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    30% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    32% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    34% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    36% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    38% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    42% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    44% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    46% {
        -webkit-transform: translate3d(0em, 0, 0);
        transform: translate3d(0em, 0, 0);
    }
}


.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: 40px;
    height: 40px;
    top: 32px;
    left: 32px;
    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: rgba(230, 8, 8, 0.75);
    height: 40px;
    width: 180px;
    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;
    /* width: 175px !important; */
    left: 33px;
    bottom: 37px;
}

    .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);
    }
}

/*Responsive*/
@media (min-width: 767px) {
    .product-list .product-item .product-caption .product-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }
}

@media (min-width: 1024px) {
}

@media (min-width: 1200px) {
    .container {
        width: 1230px;
    }

    .section.about-index {
        padding: 70px 0;
    }
}

@media (max-width: 1024px) {
    .mainnav ul.nav.nav-site > li + li {
        margin-left: 5px;
    }

    .mainnav .is-sticky ul.nav.nav-site > li > a,
    .mainnav ul.nav.nav-site > li > a {
        padding-left: 5px;
        padding-right: 5px;
        font-size:14px;
    }

    .whychooseus-item {
        display: block;
        margin-bottom: 30px;
    }

    .news-item.news-item-horizontal {
        margin-bottom: 15px;
    }

    .nav-header>li+li {
        margin-left:15px;
    }
    .header-item span.header-text {
        font-size:13px;
    }
    .header-item i{
        font-size:32px;
    }
}

@media (max-width: 768px) {
    .customer-review-caption:before, .customer-review-caption:after {
        width: 40px;
        height: 29px;
        background-size: cover;
    }

    .product-list .product-item .product-caption .product-link a {
    }

        .product-list .product-item .product-caption .product-link a + a {
            margin-top: 10px;
        }

    .sub-title, .sub-title a {
        font-size: 18px;
    }

    .tab-wrapper {
        overflow-x: scroll;
    }

    .slick-next {
        z-index: 99;
    }

    .slick-prev {
        z-index: 99;
    }

    .about-index .about-img {
        margin-bottom: 15px;
    }

    .footer-body {
        margin-bottom: 15px;
    }

    .product-left {
        margin-bottom: 15px;
    }

    .category-item .project-img {
        height: 245px;
    }

    .category-item .project-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .category-item a:hover .project-caption,
    .category-item a:focus .project-caption {
        height: auto;
    }

    .news-item {
        margin-bottom: 20px;
    }

    .back-to-top {
        right: 20px;
        bottom: 20px;
        left: auto;
    }

    .backdrop .backdrop-caption {
        padding: 17px 20px;
    }

    .zalo-icon .hotline-bar {
        display: none;
    }

    .category-header {
        padding: 0;
    }

        .category-header a {
            padding: 16px 20px 15px;
        }

    ul.nav-lang {
        margin:14px 0;
    }

    .mainnav-row .no-padding-right {
        padding-right: 15px;
    }

    ul.nav-banners {
        margin-left: -5px;
        margin-right: -5px;
    }

        ul.nav-banners > li {
            float: left;
            width: 33.33333333%;
            padding-left: 5px;
            padding-right: 5px;
        }

            ul.nav-banners > li + li {
                margin-top: 0;
            }

    .section.whychooseus-index {
        margin-top: 0;
    }

    .whychooseus-item {
        margin-bottom: 15px;
    }

    .newsletter-form {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .content-sub .section {
        padding:15px 0;
    }
    .banner-ads {
        margin-bottom:15px;
    }
    .search {
        width:100%;
    }
    ul.nav-lang {
        margin: 10px 0;
    }

    .btn-menu-mobile {
        
    }

    .logo {
        text-align: center;
        display:flex;
        align-items:center;
    }
    .logo div {
        padding-left:1rem;
        color:#ff0000;
    }

        .logo a {
            display: block;
            padding-bottom: 0;
        }

            .logo a img {
                
            }

    .mainnav-row-sticky {
        position: static;
    }

    .main-title,
    .main-title h1,
    .main-title h2,
    .main-title h4 {
        font-size: 24px;
        line-height:32px;
    }

        .main-title p {
            line-height:23px;
        }

        .main-title .star {
            margin-bottom:10px;
        }

    .about-sub-description {
        font-size:15px;
        line-height:26px;
    }

    .whychooseus-item .whychooseus-caption .whychooseus-title {
        font-size: 22px;
    }

    .customer-review-title {
        line-height: 40px;
    }

    .video-index iframe {
        height: 250px !important;
    }

    .customer-review-items .slick-next {
        right: 37%;
    }

    .customer-review-items .slick-prev {
        left: 37%;
    }

    .topbar {
        position:relative;
    }

    .header-info-wrapper {
        top:100%;
        right:0;
        left:0;
        z-index:999;
    }

    .topbar>.container,
    .topbar>.container>.row,
    .topbar>.container>.row>.col-md-10,
    .nav-lang>li.btn-search {
        position:initial;
    }

    .banner-index .row > .col-xs-12 + .col-xs-12 {
        margin-top: 10px;
    }

    .partner .main-title,
    .category-heading {
        padding-right: 90px;
    }

    .copyright {
        text-align: center;
    }

    .product-slick .slick-next {
        right: 15px;
        top: 45%;
    }

    .product-slick .slick-prev {
        top: 45%;
        left: 15px;
    }

     .product-list .product-item .product-img:after {        
        top:5px;
        left:5px;
        content:"";
        width:120px;
        height:34px;
        background:url(../images/iconlogo.png) no-repeat center;
        background-size:cover;
    }

    .product-list .product-item-horizontal .product-title a {
        white-space: normal;
    }

    .product-list .product-item .product-caption {
        padding-left: 5px;
        padding-right: 5px;
    }

    .product-list .product-item:hover .product-caption {
        border-color: transparent;
    }

    .product-list .product-item .product-caption .product-price .price-online {
        font-size:18px;
    }

    .product-list > .row {
        margin-left: -5px;
        margin-right: -5px;
    }

        .product-list > .row > .col-xs-6 {
            padding-left: 5px;
            padding-right: 5px;
        }

    .product-list .product-item .product-caption .product-title a {
        height:50px;
        overflow:hidden;
        display:block;
    }

    .owl-theme.owl-slide .owl-nav [class*=owl-] {
        width: 30px;
        height:30px;
    }

    .owl-theme.owl-slide .owl-nav [class*=owl-] img {
        width: 30px;
    }

    .owl-theme.owl-slide .owl-nav .owl-prev {
        left: 0px;
    }

    .owl-theme.owl-slide .owl-nav .owl-next {
        right: 0px;
    }

    .backdrop .backdrop-caption {
        font-size: 18px;
    }

        .backdrop .backdrop-caption span {
            font-size: 15px;
            margin-bottom: 5px;
        }

    .contact-form-project-left h4 {
        line-height: 23px;
    }

    .news-item .news-title {
        font-size: 14px;
    }

    .contact-form {
        width: 100%;
    }

        .contact-form a {
            margin-top: 15px;
        }

    .qr-zalo {
        margin: 20px 0;
    }

    .download-list > .row > .col-md-4 + .col-md-4 .download-sub-item a {
        border-left: 1px solid #444;
        border-top: 0;
    }

    .backdrop {
        height: 170px;
    }

    .product-detail-button .btn {
        width: 100%;
    }

        .product-detail-button .btn + .btn {
            margin-left: 0;
            margin-top: 10px;
        }

    .product-item-slick {
        padding-left: 0;
        padding-right: 0;
    }

    .slick-dots li button:before {
        font-size: 36px;
    }

    .news-item.news-item-horizontal .news-title {
        margin-top: 10px;
        padding-bottom: 0;
        line-height: 22px;
        font-size: 14px;
    }

    .newsletter-wrapper {
        transform: translateY(-20%);
        margin-bottom: -30px;
    }
    .zalo-icon {
        left:auto;
        right:0;
        bottom:0!important;        
    }
}

@media (max-width: 375px) {
    .main-title {
        font-size: 18px;
    }

    .search .input-group-btn select.btn {
        padding: 12px 10px;
    }

    .product-list .product-item .product-caption .product-title a {
        font-size: 14px;
        height:39px;
    }

    .news-item .news-createdate {
        font-size: 11px;
    }

    .news-item.news-item-horizontal .news-title {
        margin-top: 0;
        padding-bottom: 0;
        line-height: 19px;
        font-size: 13px;
    }

    .news-item.news-item-horizontal .news-img {
        width: 150px;
    }

    .news-item.news-item-horizontal .news-caption {
        width: calc(100% - 150px);
    }
}

@media (max-width: 320px) {
    .main-title {
        font-size: 14px;
    }

    .news-item.news-item-horizontal .news-img {
        width: 100%;
    }

    .news-item.news-item-horizontal .news-caption {
        width: 100%;
    }

    ul.nav-banners > li {
        width: 100%;
    }

        ul.nav-banners > li + li {
            margin-top: 10px;
        }

    .product-list > .row > .col-xs-6 {
        width: 100%;
    }

    .product-list .product-item .product-caption .product-title a {
        height:auto;
        overflow:initial;
    }

    .product-list .product-item .product-caption .product-link a + a {
        margin-top: 0;
    }

    .cart-header a {
        padding-left: 10px;
        padding-right: 10px;
    }
    ul.nav-lang > li+li {
        margin-left:0;
    }
    ul.nav-lang > li:first-child > a {
        padding:10px;
    }

    ul.nav-lang > li:last-child > a {
        padding:14px 10px;
    }

    .btn-menu-mobile {
        width:40px;
        margin-left:10px;
    }

    .btn-menu-mobile span.menu-text {
        display:none;
    }
}
