body {
    font-family: 'Muli', Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
}
/* Style chung s-header */
.hd-logo {
    line-height: 0;
}
.hd-menu h2 {
    font-size: inherit;
    font-weight: inherit;
}
a[ht-trigger="hd-menu"] {
    display: none;
    font-size: 14px;
    line-height: 1;
    padding: 0.5em;
    text-transform: uppercase;
    border: 1px solid;
}
a[ht-trigger="hd-menu"] i:first-child {
    float: left;
}
a[ht-trigger="hd-menu"] i:last-child {
    float: right;
}
@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
/* BEGIN s-header-8 */
.s-header-8.fixedTop .s_bot {
    position: fixed;
    width: 100%;
    animation: smoothScroll 1s forwards;
    z-index: 999;
}
.s-header-8.fixedTop .hd-cart .bage {
    top: 8px;
}
.s-header-8.fixedTop .hd-menu>ul>li>a {
    line-height: 50px;
}
.s-header-8.fixedTop .hd-menu>ul>li>a::before {
    border-top: 50px solid transparent;
}
.s-header-8.fixedTop .hd-menu>ul>li.is-active>a::after {
    border-top: 0px solid transparent;
}
.s-header-8.fixedTop .hd-menu>ul>li>a::after {
    border-bottom: 50px solid transparent;
}
.s-header-8.fixedTop .hd-hotline {
    display: block;
}
.s-header-8.fixedTop .hd-menu>ul>li:not(.no-hover):hover>ul {
    top: 50px;
}
.s-header-8.fixedTop .hd-menu>ul>li>ul li:hover>ul {
    margin-top: -1px;
}
.s-header-8.fixedTop .hd-cart {
    line-height: 50px;
}
.s-header-8.fixedTop .hd-cart::before {
    border-top: 50px solid transparent;
}
.s-header-8.fixedTop .hd-cart::after {
    border-bottom: 50px solid transparent;
}
@keyframes smoothScroll {
    0% {
        top: -10%;
    }
    100% {
        top: 0;
    }
}
.s-header-8 {
    position: relative;
}
.s-header-8 .s_top {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), url(/images/banners/banner-4.webp) no-repeat bottom right;
    background-size: cover;
    z-index: -1;
}
.s-header-8 .s_top .container {
    position: relative;
}
.s-header-8 .hd-contact>li {
    display: inline-flex;
    align-items: center;
    padding: 0 20px 0 10px;
    position: relative;
    border: 1px solid rgba(199, 0, 7, .7);
    height: 45px;
    border-radius: 50px;
}
.s-header-8 .hd-contact>li:first-child {
    margin-right: 10px;
}
.s-header-8 .hd-contact li>i {
    color: #fff;
    margin-right: 7px;
    font-size: 17px;
    background: #c70007;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s-header-8 .hd-contact>li .content {
    display: inline-block;
    color: #333;
    font-size: 13px;
    font-weight: 500;
}
.s-header-8 .hd-contact>li .content>span {
    display: block;
    font-size: 15px;
    font-style: normal;
    letter-spacing: 0.5px;
    font-weight: 700;
}
.s-header-8 .hd-hotline {
    background: #fff;
    margin-left: auto;
    display: none;
}
.s-header-8 .hd-hotline>li {
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    position: relative;
    height: 50px;
    color: #333;
}
.s-header-8 .hd-hotline>li:last-child {
    padding-left: 17px;
}
.s-header-8 .hd-hotline>li:not(:first-child)::before {
    content: '';
    width: 1px;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 0;
    background-color: rgba(255, 0, 0, 0);
    background-image: -webkit-linear-gradient(top, rgba(255, 0, 0, 0), #353535 50%, rgba(255, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), #353535 50%, rgba(255, 0, 0, 0));
}
.s-header-8 .hd-hotline li>i {
    color: #fff;
    margin-right: 7px;
    font-size: 17px;
    background: #c70007;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s-header-8 .hd-hotline>li .content {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
}
.s-header-8 .hd-hotline>li .content>span {
    display: block;
    font-size: 15px;
    font-style: normal;
    letter-spacing: 0.5px;
    font-weight: 700;
}
.s-header-8 .hd-logo {
    font-size: 14px;
    padding: 0.715em 0 0.715em 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 999;
}
.s-header-8 .hd-logo img {
    height: 5em;
}
.s-header-8 .hd-cart {
    color: #fff;
    font-size: 0.786em;
    margin: 0 20px;
    position: relative;
    line-height: 40px;
}
.s-header-8 .hd-cart i {
    font-size: 22px;
    padding-right: 10px;
    top: 4px;
    position: relative;
}
.s-header-8 .hd-cart .bage {
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background-color: #1a1a1a;
    font-size: 0.858em;
    line-height: 1.667em;
    width: 1.667em;
    height: 1.667em;
    position: absolute;
    top: 3px;
    right: 0;
}
.s-header-8 .hd-cart:hover {
    background: rgba(0, 0, 0, .2);
}
.s-header-8 .hd-cart::before {
    left: -20px;
    border-top: 40px solid transparent;
    border-right: 20px solid;
    border-right-color: #c70007;
}
.s-header-8 .hd-cart::after {
    right: -20px;
    border-bottom: 40px solid transparent;
    border-left: 20px solid;
    border-left-color: #c70007;
}
.s-header-8 .hd-cart::before, .s-header-8 .hd-cart::after {
    content: '';
    position: absolute;
    top: 0;
}
.s-header-8 .hd-cart:hover::before {
    border-right-color: rgba(0, 0, 0, .2);
}
.s-header-8 .hd-cart:hover::after {
    border-left-color: rgba(0, 0, 0, .2);
}
.s-header-8 .hd-language {
    line-height: 0;
}
.s-header-8 .hd-language a>img {
    border: 1px solid rgba(255, 255, 255, .8);
}
.s-header-8 .hd-language a:first-child>img {
    margin-right: 3px;
}
.s-header-8 .s_bot {
    box-shadow: 0px 2px 5px #999;
    background: #c70007;
}
.s-header-8 .hd-menu>ul>li {
    float: left;
    padding-left: 20px;
    position: relative;
}
.s-header-8 .hd-menu>ul>li>a {
    display: block;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    padding: 0 10px 0;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}
.s-header-8 .hd-menu>ul>li>a::before, .s-header-8 .hd-menu>ul>li>a::after {
    content: '';
    position: absolute;
    top: 0;
}
.s-header-8 .hd-menu>ul>li>a::before {
    left: -20px;
    border-top: 40px solid transparent;
    border-right: 20px solid;
    border-right-color: #c70007;
}
.s-header-8 .hd-menu>ul>li>a::after {
    right: -20px;
    border-bottom: 40px solid transparent;
    border-left: 20px solid;
    border-left-color: #c70007;
}
.s-header-8 .hd-menu>ul>li>a:nth-last-child(2) h2::after {
    content: '\f107';
    font-family: FontAwesome;
    margin-left: 10px;
    float: right;
}
.s-header-8 .hd-menu>ul>li.is-active>a {
    background-color: rgba(0, 0, 0, .2);
}
.s-header-8 .hd-menu>ul>li.is-active>a::before {
    border-right-color: rgba(0, 0, 0, .2);
}
.s-header-8 .hd-menu>ul>li.is-active>a::after {
    border-left-color: rgba(0, 0, 0, .2);
}
.s-header-8 .hd-menu>ul>li:not(.no-hover):hover>a {
    background-color: rgba(0, 0, 0, .2);
}
.s-header-8 .hd-menu>ul>li:not(.no-hover):hover>a::before {
    border-right-color: rgba(0, 0, 0, .2);
}
.s-header-8 .hd-menu>ul>li>ul {
    display: none;
    min-width: 200px;
    background-color: #fff;
    z-index: 2000;
    position: fixed;
    -webkit-animation: slide-up 0.3s;
    -o-animation: slide-up 0.3s;
    animation: slide-up 0.3s;
    border: 1px solid #e5e5e5;
}
.s-header-8 .hd-menu>ul>li>ul a {
    display: block;
    padding: 10px 25px 10px 20px;
    border-bottom: 1px solid #eee;
    position: relative;
    font-size: 14px;
}
.s-header-8 .hd-menu>ul>li>ul li:last-child>a {
    border-bottom: none;
}
.s-header-8 .hd-menu>ul>li>ul a:hover {
    color: #c70007;
}
.s-header-8 .hd-menu>ul>li:not(.no-hover):hover>a::after {
    border-left-color: rgba(0, 0, 0, .2);
}
.s-header-8 .hd-menu>ul>li:not(.no-hover):hover>ul {
    display: block;
    position: absolute;
    left: 0;
    min-width: 220px !important;
}
.s-header-8 .hd-menu>ul>li>ul li>ul {
    opacity: 0;
    visibility: hidden;
    padding-right: 15px;
    position: fixed;
    top: 0px;
    border: 1px solid #e5e5e5;
}
.s-header-8 .hd-menu>ul>li>ul li>ul {
    padding: 0;
}
.s-header-8 .hd-menu>ul>li>ul li a:nth-last-child(2)::after {
    content: '\f0da';
    font-family: FontAwesome;
    color: #c70007;
    float: right;
    position: relative;
    right: -15px;
}
.s-header-8 .hd-menu>ul>li>ul li {
    position: relative;
}
.s-header-8 .hd-menu>ul>li ul li>span {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 40px;
    font-size: 12px;
    cursor: pointer;
    z-index: 1111;
    visibility: hidden;
}
.s-header-8 .hd-menu>ul>li ul li>span>i {
    font-size: 15px;
    padding: 13px;
}
.s-header-8 .hd-menu>ul>li>ul li>ul.slideMenu {
    position: relative;
    width: 100% !important;
    left: 0;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
}
.s-header-8 .hd-menu>ul>li>ul li:last-child>ul.slideMenu {
    border-bottom: none;
}
.s-header-8 .hd-menu>ul>li>ul li>ul.slideMenu>li>a::before {
    content: '\f10c';
    font-family: FontAwesome;
    font-size: 8px;
    color: #f58634;
}
.s-header-8 .hd-search {
    margin-right: 20px;
    width: 300px;
    background: transparent;
}
.s-header-8 .hd-search>i {
    display: none;
}
.s-header-8 .hd-search>form {
    background-color: initial;
}
.s-header-8 .hd-search>form>input {
    background-color: #fff;
}
.s-header-8 .hd-search>form>button:not([class]) {
    background-color: rgb(199, 0, 7);
    color: #fff;
}
/* END s-header-8 */
/* Style chung b-search */
[class*="b-search-"] {
    color: #666;
    font-size: 13px;
    max-width: 300px;
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
}
[class*="b-search-"]>input {
    width: 100%;
    color: inherit;
    font-size: 1em;
    padding: 0 5px 0 15px;
    line-height: normal;
    border: none;
    background-color: transparent;
}
[class*="b-search-"]>input::-webkit-input-placeholder {
    color: #777;
    font-size: 13px;
}
[class*="b-search-"]>input::-moz-placeholder {
    color: #777;
    font-size: 13px;
}
[class*="b-search-"]>input:-moz-placeholder {
    color: #777;
    font-size: 13px;
}
[class*="b-search-"]>input:-ms-input-placeholder {
    color: #777;
    font-size: 13px;
}
[class*="b-search-"]>input:focus {
    outline: none;
}
[class*="b-search-"]>button {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font-size: 1em;
    box-shadow: none;
    line-height: 0;
}
[class*="b-search-"]>button i {
    line-height: inherit;
}
/* BEGIN b-search-2 */
.b-search-2 {
    border-radius: 3px;
}
.b-search-2>input {
    border: 1px solid rgba(199, 0, 7, .7);
    border-right: none;
    font-size: 13px;
    border-radius: 50px 0 0 50px;
    background: #fff;
}
.b-search-2>button {
    padding: 1.154em 0.77em 1.154em 0.77em;
    border-radius: 0 50px 50px 0;
    font-size: 18px;
    color: #fff;
    border: solid 1px #c70007;
    border-left: none;
    padding-right: 20px;
}
.b-search-2>button[class] {
    font-size: 0.924em;
    padding: 1em 0.584em 1em 0.584em;
    margin: 2px 2px 2px 0;
}
/* END b-search-2 */
/* END c-headline-5 */
.c-headline-5 {
    margin-bottom: 30px;
    background: url(/images/bgs/line.gif) repeat-x left center;
}
.c-headline-5::after {
    display: none;
}
.c-headline-5 .c_name {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding: 7px 20px;
    margin: 0 20px;
    background-color: #c70007;
    transition: all .4s ease;
}
.c-headline-5 .c_name:hover {
    background: #1a1a1a;
}
.c-headline-5 .c_name:hover a {
    color: #fff;
}
/* END c-headline-5 */
/* BEGIN s-footer-3 */
.s-footer-3 {
    background-color: #fff;
}
.s-footer-3 .s_top {
    padding: 20px 0;
    border-top: 1px solid #eee;
}
.s-footer-3 .s_bot {
    background: #fff;
    border-top: 4px solid #c70007;
    color: #111;
}
.s-footer-3 .s_top .align-items--center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.s-footer-3 .c-headline-4 {
    margin: 10px 0 15px;
}
.s-footer-3 .c-headline-4 i {
    color: #ccc;
}
.s-footer-3 .c-headline-4::after {
    margin-top: 5px;
}
.s-footer-3 .ft-ellipsis {
    margin-top: 3px;
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.429em;
    max-height: 8.574em;
}
.s-footer-3 .ft-menu li {
    display: inline-block;
    width: calc((100% / 2) - 12px);
    color: inherit;
    font-size: 13px;
    margin: 0 10px 10px 0;
}
.s-footer-3 .ft-menu li.line {
    width: 100%;
    margin-right: 0;
}
.s-footer-3 .ft-menu li>h1, .s-footer-3 .ft-menu li>h2 {
    font-size: 14px;
    font-weight: inherit;
}
.s-footer-3 .ft-menu li a {
    display: inline-block;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.s-footer-3 .ft-menu li a>span::before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: inherit;
    color: #ccc;
    margin-right: 5px;
}
.s-footer-3 .ft-menu li a:hover {
    color: #c70007;
}
.s-footer-3 .ft-menu li>span {
    line-height: 20px;
}
.s-footer-3 .ft-menu li>span:not(:last-child) {
    margin-right: 20px;
}
.s-footer-3 .ft-menu li>span.fa::before {
    width: 15px;
    color: #ccc;
    text-align: center;
}
.s-footer-3 .ft-copyright {
    line-height: 40px;
    font-weight: 600;
}
.s-footer-3 .ft-phone {
    color: #fff;
    text-align: center;
    z-index: 111111;
    position: fixed;
    bottom: 10px;
    left: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.s-footer-3 .ft-phone i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid;
    border-radius: 50%;
    background-color: #c70007;
}
.s-footer-3 .ft-phone span {
    margin-left: 0;
    line-height: 1;
    border: 1px solid;
    border-left: none;
    border-radius: 0 5px 5px 0;
    background-color: #c70007;
    position: relative;
    left: -5px;
}
.s-footer-3 .ft-phone span:not(.text-hide) {
    padding: 5px;
}
.s-footer-3 .ft-backtop {
    opacity: 0;
    color: #fff;
    font-size: 20px;
    border: 1px solid;
    background-color: #c70007;
    z-index: 111111;
    position: fixed;
    right: 10px;
    bottom: calc(60% - 1em);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.s-footer-3 .ft-backtop.is-show {
    opacity: 1;
    bottom: 15px;
}
.s-footer-3 .s_top a>img {
    height: 60px;
}
.s-footer-3 .ft-social a {
    font-size: 16px;
}
.s-footer-3 .ft-social {
    margin-bottom: 20px;
}
/* END s-footer-3 */
/* BEGIN c-animate-loopflicker */
.c-animate-loopflicker {
    -webkit-animation: loopflicker 1s infinite;
    -o-animation: loopflicker 1s infinite;
    animation: loopflicker 1s infinite;
}
@keyframes loopflicker {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    40% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    60% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
/* END c-animate-loopflicker */
/* Style chung s-pagination */
[class*="s-pagination-"] {
    padding: 25px 0;
    font-size: 12px;
}
[class*="s-pagination-"]::after {
    content: '';
    display: table;
    clear: both;
}
[class*="s-pagination-"]>li {
    display: inline-block;
    margin: 0 2px;
    border: 1px solid #ddd;
    line-height: 2.334em;
    background: #fff;
    width: 2.5em;
    height: 2.5em;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
}
[class*="s-pagination-"]>li>a {
    display: block;
    color: #999;
    font-weight: bold;
    text-align: center;
}
[class*="s-pagination-"]>li:hover {
    background-color: #eee;
    color: #999;
}
[class*="s-pagination-"]>li.active {
    background-color: #c70007;
    border: 1px solid #c70007;
}
[class*="s-pagination-"]>li.active>a {
    color: #fff;
}
/* BEGIN s-pagination-1 */
.s-pagination-1>li {
    border-radius: 3px;
}
/* END s-pagination-1 */
/* BEGIN c-headline-6 */
.c-headline-6 {
    margin-bottom: 20px;
}
.c-headline-6 .c_name {
    padding-bottom: 5px;
    border-bottom: 1px solid #d3d7dd;
    margin-bottom: 0;
    font-size: 20px;
    color: #364352;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 700;
}
.c-headline-6 .c_name i {
    margin-left: 4px;
}
.c-headline-6:after {
    position: relative;
    z-index: 1;
    display: block;
    width: 18px;
    border-bottom: 3px solid #2d2d2d;
    margin-top: -3px;
    content: "";
}
/* END c-headline-6 */
/* BEGIN s-breadcrumb-1 */
.s-breadcrumb-1 {
    font-size: 14px;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}
.s-breadcrumb-1 li:not(:first-child)::before {
    content: "\f101";
    font-family: FontAwesome;
    font-size: 0.786em;
    margin: 0 0.637em;
    color: #888;
}
.s-breadcrumb-1 li:first-child a>i {
    font-size: 1.429em;
}
.s-breadcrumb-1 li a {
    font-weight: bold;
    color: #444;
    transition: all .4s ease;
}
.s-breadcrumb-1 li a:hover {
    color: #a04628;
}
/* END s-breadcrumb-1 */
/* BEGIN s-sidebar-4 */
.s-sidebar-4, .s-sidebar-3, .s-sidebar-2 {
    border: 1px solid #eee;
    margin-bottom: 20px;
    background: #fff;
}
.s-sidebar-4 .s_heading, .s-sidebar-3 .s_heading, .s-sidebar-2 .s_heading {
    font-size: 15px;
    padding: 10px 15px;
    text-transform: uppercase;
    line-height: 25px;
    background-image: linear-gradient(to bottom, rgba(199, 0, 7, .05), rgba(243, 243, 243, 0.1));
    border-bottom: 1px solid rgba(0, 51, 136, 0.1);
}
.s-sidebar-4 .s_heading>i {
    display: none;
}
.s-sidebar-4 .s_heading::before, .s-sidebar-3 .s_heading::before, .s-sidebar-2 .s_heading::before {
    content: '\f0c9';
    font-family: FontAwesome;
    font-weight: normal;
    margin-right: 10px;
    color: #c70007;
}
.s-sidebar-4 a {
    transition: all .4s ease;
}
.s-sidebar-4 .s_list {
    background: #fff;
}
.s-sidebar-4 a:hover {
    color: #c70007;
}
.s-sidebar-4>ul li {
    position: relative;
}
.s-sidebar-4>ul>li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.s-sidebar-4>ul>li a {
    color: #222;
    display: block;
    font-size: 14px;
    padding: 12px 30px 12px 28px;
    text-transform: uppercase;
    position: relative;
}
.s-sidebar-4>ul ul {
    border-top: 1px solid #eee;
}
.s-sidebar-4>ul>li>ul li>a {
    padding: 10px 30px 5px 40px;
    font-size: 15px;
}
.s-sidebar-4>ul>li>ul>li>ul li>a {
    padding: 10px 20px 5px 50px;
}
.s-sidebar-4>ul ul ul a::before {
    display: none;
}
.s-sidebar-4>ul ul ul {
    border-bottom: 1px solid #ddd;
    margin-top: 5px;
}
.s-sidebar-4>ul>li>ul li:last-child>a {
    padding-bottom: 10px;
}
.s-sidebar-4>ul>li a::before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 12px;
    color: inherit;
    position: absolute;
    top: 15px;
    left: 15px;
    color: #999;
    -webkit-transition: left 0.25s ease;
    -o-transition: left 0.25s ease;
    transition: left 0.25s ease;
}
.s-sidebar-4 ul>li.is-active>ul {
    display: block;
}
.s-sidebar-4 ul>li.is-active>a {
    color: #c70007;
}
.s-sidebar-4>ul ul {
    display: none;
}
.s-sidebar-4 ul ul>li span {
    height: 40px;
}
.s-sidebar-4>ul ul a {
    padding-left: 50px;
    color: #000;
    text-transform: initial;
    font-weight: 300;
}
.s-sidebar-4>ul ul a::before {
    content: '\f10c';
    font-size: 8px;
    top: 15px;
    left: 28px;
}
.s-sidebar-4 ul>li>span {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 44px;
    cursor: pointer;
    z-index: 11;
    transition: all .4s ease;
    color: rgba(0, 0, 0, .8);
    overflow: hidden;
}
.s-sidebar-4 ul>li>span>i {
    padding: 15px;
}
.s-sidebar-4 ul>li>span:hover {
    color: #cc0033;
}
/* END s-sidebar-4 */
/* BEGIN s-sidebar-3 */
.s-sidebar-3 {
    margin-bottom: 0;
}
.s-sidebar-3 .s_heading::before {
    content: "\f1ea";
}
.s-sidebar-3 .s_list {
    padding: 15px;
    border-top: none;
    background: #fff;
}
.s-sidebar-3 .s_list a {
    display: block;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.s-sidebar-3 .s_list a:not(:last-child) {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.s-sidebar-3 .s_list a::after {
    content: '';
    display: table;
    clear: both;
}
.s-sidebar-3 .s_list a:hover {
    color: #a04628;
}
.s-sidebar-3 .s_list .title {
    font-size: 15px;
}
.s-sidebar-3 .s_list .thumb {
    float: left;
    width: 90px;
    line-height: 0;
    margin-right: 12px;
}
/* END s-sidebar-3 */
/* BEGIN b-card-11 */
.b-card-11 {
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-transition: box-shadow 0.2s linear;
    -o-transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
}
.b-card-11 .b_avatar {
    line-height: 0;
    text-align: center;
    margin: 20px 0;
}
.b-card-11 .b_avatar img {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 5px solid #eee;
    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, .56), 0 4px 10px 0 rgba(0, 0, 0, .12), 0 4px 10px -5px rgba(0, 0, 0, .2);
}
.b-card-11 .b_author {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #c70007;
}
.b-card-11 .b_author>span {
    display: block;
}
.b-card-11 .b_author>span:first-child {
    font-size: 15px;
    text-transform: uppercase;
    color: #c70007;
}
.b-card-11 .b_author>span:last-child {
    font-size: 13px;
    color: #888888;
}
.b-card-11 .b_info {
    padding: 1.072em 1.072em 0.715em 1.072em;
}
.b-card-11 .b_info>li {
    text-align: center;
    margin-bottom: 5px;
    color: #333;
}
.b-card-11 .b_info>li i {
    color: #999;
}
.b-card-11 .b_social {
    text-align: center;
    position: relative;
    padding: 10px 0 5px;
    margin-top: 20px;
}
.b-card-11 .b_social:before {
    content: '';
    width: 94%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 3%;
}
.b-card-11 .b_hotline {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 12px 0;
    margin-bottom: 15px;
}
.b-card-11 .b_hotline:before, .b-card-11 .b_hotline:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(7, 7, 7, 0)), color-stop(50%, #dbdbdb), to(rgba(255, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(7, 7, 7, 0), #dbdbdb 50%, rgba(255, 0, 0, 0));
}
.b-card-11 .b_hotline:before {
    top: 0;
}
.b-card-11 .b_hotline:after {
    bottom: 0;
}
.b-card-11 .b_hotline>i {
    color: #fff;
    margin-right: 4px;
    font-size: 17px;
    background: #c70007;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.b-card-11 .b_hotline>span {
    display: block;
    font-size: 16px;
    font-style: normal;
    letter-spacing: 1px;
    color: #c70007;
}
/* END b-card-11 */
/* BEGIN s-sidebar-2 */
.s-sidebar-2 .s_heading::before {
    content: '\f0c0';
}
.s-sidebar-2 .s_list li a, .s-sidebar-2 .s_news li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #333;
    font-size: 13px;
    padding: 15px;
    margin-top: 1px;
    text-transform: uppercase;
    background-color: #B0BCCD;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.s-sidebar-2 .s_list li a::before, .s-sidebar-2 .s_news li a::before {
    content: '\f1ce';
    font-family: FontAwesome;
    font-size: 0.616em;
    padding-top: 0.375em;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}
.s-sidebar-2 .s_list li a h2, .s-sidebar-2 .s_news li a h2 {
    margin-left: 7px;
    font-size: inherit;
}
.s-sidebar-2 .s_list li a:hover, .s-sidebar-2 .s_news li a:hover {
    color: #fff;
    background-color: #c70007;
}
.s-sidebar-2 .s_list li a:hover::before, .s-sidebar-2 .s_news li a:hover::before {
    color: #c70007;
}
.s-sidebar-2 .s_news {
    border: none;
    background-color: transparent;
    padding: 15px;
}
.s-sidebar-2 .s_news .b_avatar {
    font-size: 10px;
    margin-top: 0;
}
.s-sidebar-2 .s_news .b_avatar img {
    border-color: #B0BCCD;
}
.s-sidebar-2 .s_news .b_info {
    padding: 0;
}
.s-sidebar-2 .s_news .b_info li {
    text-align: left;
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 10px;
}
.s-sidebar-2 .s_news .b_info li>span:first-child {
    color: #666;
    font-size: 14px;
}
.s-sidebar-2 .s_news .b_info li>span:last-child {
    font-size: 16px;
    color: #c70007;
}
/* END s-sidebar-2 */
/* BEGIN b-card-9 */
.b-card-9 {
    display: block;
    position: relative;
    margin-bottom: 25px;
    height: calc(100% - 25px);
}
.b-card-9 .b_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .35);
    z-index: 0;
    transition: all .3s ease;
}
.b-card-9:hover .b_overlay {
    opacity: 1;
}
.b-card-9 .b_line {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9;
    width: calc(50% - 20px);
    height: calc(50% - 20px);
    transition: all .3s ease;
}
.b-card-9 .b_line:before, .b-card-9 .b_line:after {
    content: '';
    background: #fff;
    display: block;
    transition: all .5s ease;
}
.b-card-9 .b_line:before {
    height: 1px;
    width: 0;
}
.b-card-9:hover .b_line:before {
    width: 100%;
}
.b-card-9 .b_line:after {
    height: 0;
    width: 1px;
}
.b-card-9 .b_line-bottom {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
    transform: rotate(180deg);
}
.b-card-9:hover .b_line:after {
    height: 100%;
}
.b-card-9 .b_content {
    text-align: center;
    position: absolute;
    padding: 5px;
    top: 50%;
    left: 25%;
    transform: translate(-15%, -50%);
    z-index: 99;
    width: 75%;
}
.b-card-9 .b_content .b_title, .b-card-9 .b_content .b_address {
    transition: all .5s ease;
    opacity: 0;
    transform: translateY(50px);
    padding: 10px;
}
.b-card-9:hover .b_content .b_title, .b-card-9:hover .b_content .b_address {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.b-card-9 .b_content .b_address {
    -webkit-transition-delay: .05s;
    -moz-transition-delay: .05s;
    -o-transition-delay: .05s;
    transition-delay: .05s;
}
.b-card-9 .b_address {
    font-size: 12px;
    color: #ececec;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.b-card-9 .b_address:before {
    content: "\f041";
    font-family: FontAwesome;
    color: #c70007;
    font-size: 13px;
    padding-right: 7px;
}
.b-card-9 .b_content .b_title {
    font-weight: 600;
    padding-bottom: 0;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}
/* END b-card-9 */
/* BEGIN b-card-2 */
.b-card-2 {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #d6d5d5;
}
.b-card-2::after {
    content: '';
    display: table;
    clear: both;
}
.b-card-2 .b_thumb {
    float: left;
    width: 300px;
    margin-right: 15px;
}
.b-card-2 .b_title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.125em;
    padding-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: 0.3s color ease-in-out;
    -o-transition: 0.3s color ease-in-out;
    transition: 0.3s color ease-in-out;
}
.b-card-2 .b_title span {
    display: block;
}
.b-card-2 .b_desc {
    text-align: justify;
    color: #444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 10px;
}
.b-card-2 .b_title:hover {
    color: #c70007;
}
.b-card-2 .b_price {
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-bottom: 7px;
}
.b-card-2 .b_price .market {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
}
.b-card-2 .b_price .discount {
    font-size: 18px;
    color: #cc0033;
    margin-right: 10px;
    font-weight: 700;
}
.b-card-2 .b_price .discount:first-child {
    width: 100%;
}
.b-card-2 .b_info {
    margin-bottom: 10px;
}
.b-card-2 .b_info .title {
    display: inline-block;
    color: #666;
    font-size: 15px;
    padding-right: 5px;
}
.b-card-2 .b_info .title>i {
    color: #c70007;
}
.b-card-2 .b_thumb:after {
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3))) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -75%;
    top: 0;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}
.b-card-2:hover .b_thumb:after {
    animation: 1s ease 0s normal none 1 running fixedAnim;
}
.b-card-2 .b_logo {
    float: right;
}
.b-card-2 .b_logo img {
    height: 40px;
}
.b-card-2 .b_more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 13px;
    color: #c70007;
}
/* END b-card-2 */
/* BEGIN b-card-8 */
.b-card-8 {
    display: block;
    position: relative;
    margin: -1px;
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    background: #fff;
    overflow: hidden;
}
.b-card-8::before, .b-card-8::after {
    content: '';
    color: transparent;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.b-card-8::before {
    width: calc(100% - 2px);
    height: calc(100% + 1px);
    border-left: 1px solid;
    border-right: 1px solid;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
.b-card-8::after {
    width: 100%;
    height: calc(100% - 2px);
    border-top: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.b-card-8:hover::after, .b-card-8:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    color: #aaa;
}
.b-card-8 .b_thumb {
    border: 5px solid transparent;
}
.b-card-8 .b_title {
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.334em;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all .4s ease;
    border-bottom: 1px solid #eaeaea;
}
.b-card-8:hover .b_title {
    color: #c70007;
}
.b-card-8 .b_content {
    padding-bottom: 15px;
}
.b-card-8 .b_price {
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-align: center;
    display: block;
    padding: 0 10px;
}
.b-card-8 .b_price .market {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
}
.b-card-8 .b_price .discount {
    font-size: 18px;
    color: #cc0033;
    margin-right: 10px;
    font-weight: 700;
}
.b-card-8 .b_price .discount:first-child {
    width: 100%;
}
.b-card-8 .b_percent {
    float: right;
    font-size: 12px;
    padding-bottom: 5px;
    width: 30px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 1px #000;
    font-weight: bold;
    background-color: #c70007;
    text-transform: uppercase;
    position: absolute;
    top: 5px;
    right: -55px;
    width: 149px;
    transform: rotate(45deg);
}
.b-card-8 .b_percent:after {
    content: '';
    position: absolute;
    top: -20px;
    right: 55px;
    height: 21px;
    width: 40px;
    background: #c70007;
}
.b-card-8 .b_thumb:after {
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3))) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -75%;
    top: 0;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}
.b-card-8:hover .b_thumb:after {
    animation: 1s ease 0s normal none 1 running fixedAnim;
}
.b-card-8 .b_max>li {
    text-align: center;
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 14px;
}
.b-card-8 .b_max li>span {
    font-weight: 600;
    color: #878484;
}
/* END b-card-8 */
@keyframes fixedAnim {
    0% {
        right: 125%
    }
    125% {
        right: 0
    }
}
@media (min-width: 992px) {
    .s-header-8 .hd-menu>ul>li>ul li:hover>ul {
        opacity: 1;
        visibility: visible;
        position: absolute;
        background-color: #fff;
        min-width: 240px;
        left: 100% !important;
    }
    .s-header-8.fixedTop .hd-language {
        display: none;
    }
    .ht-page__sidebar {
        width: 260px;
    }
    .ht-page__main {
        width: calc(100% - 290px);
    }
}
@media screen and (min-width: 1260px) {
    .s-footer-3 .ft-phone {
        display: none;
    }
}
@media screen and (max-width: 1259px) {
    .s-footer-3 .s_top .align-items--center {
        display: none;
    }
    .s-header-8.fixedTop .hd-menu>ul>li>a::before {
        left: -10px;
        border-right: 10px solid #c70007;
    }
    .s-header-8.fixedTop .hd-menu>ul>li>a::after {
        right: -10px;
        border-left: 10px solid #c70007;
    }
    .s-header-8.fixedTop .hd-menu>ul>li>a {
        font-size: 13.5px;
        padding: 0 5px 0;
    }
    .s-header-8.fixedTop .hd-hotline>li {
        padding: 0 10px;
    }
    .s-header-8.fixedTop .hd-hotline>li:last-child {
        padding-left: 10px;
    }
    .s-header-8.fixedTop .hd-menu>ul>li.is-active>a::before {
        border-right-color: rgba(0, 0, 0, .2);
    }
    .s-header-8.fixedTop .hd-menu>ul>li.is-active>a::after {
        border-left-color: rgba(0, 0, 0, .2);
    }
    .s-header-8.fixedTop .hd-menu>ul>li {
        padding-left: 10px;
    }
    .s-header-8.fixedTop .hd-cart {
        margin: 0 10px 0 5px;
    }
    .s-header-8.fixedTop .hd-cart::before {
        left: -10px;
        border-right: 10px solid #c70007;
    }
    .s-header-8.fixedTop .hd-cart::after {
        right: -10px;
        border-left: 10px solid #c70007;
    }
    .s-header-8.fixedTop .hd-cart:hover::before {
        border-right-color: rgba(0, 0, 0, .2);
    }
    .s-header-8.fixedTop .hd-cart:hover::after {
        border-left-color: rgba(0, 0, 0, .2);
    }
    .s-header-8.fixedTop .hd-menu>ul>li>ul a {
        font-size: 13.5px;
    }
    .s-header-8 .hd-contact {
        display: flex;
        flex-direction: column;
    }
    .s-header-8 .hd-contact>li:first-child {
        margin: 0 0 10px;
    }
    .b-card-8 {
        margin-bottom: 25px;
        height: calc(100% - 25px);
    }
    .s-header-8 .hd-menu>ul>li ul li>span {
        visibility: visible;
    }
    .s-footer-3 .s_top a>img {
        height: 50px;
    }
    .b-card-9 {
        margin-bottom: 20px;
        height: calc(100% - 20px);
    }
}
@media(max-width: 991px) {
    .s-header-8 .hd-contact {
        display: flex;
        flex-direction: row;
        position: absolute;
        width: 100%;
    }
    .s-header-8 .hd-contact>li:first-child {
        margin: 0 auto 0 0;
    }
    .s-header-8 .hd-search {
        width: auto;
        margin-right: 15px;
        position: absolute;
        right: 0;
        bottom: -40px;
        z-index: 99;
    }
    .s-header-8 .hd-search>i {
        display: flex;
        color: #fff;
        font-size: 20px;
        line-height: 40px;
    }
    .s-header-8 .hd-search>form {
        display: none;
        width: 230px;
        position: absolute;
        top: 40px;
        right: 0;
        -webkit-animation: slide-up 0.3s;
        -o-animation: slide-up 0.3s;
        animation: slide-up 0.3s;
        width: 300px;
        padding: 5px;
        background-color: #fff;
        box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
    }
    .s-header-8 .hd-search>form.is-active {
        display: flex;
    }
    .b-search-2>input, .b-search-2>button {
        border-radius: 0;
    }
    .b-search-2>button {
        padding: 1.077em 0.616em 1.077em 0.616em;
    }
    .s-header-8.fixedTop .hd-menu>ul>li>ul a {
        font-size: 14px;
    }
    .s-header-8.fixedTop .hd-search {
        position: fixed;
        top: 0;
        right: 520px;
        z-index: 9999;
        animation: smoothScroll 1s forwards;
        display: inline-table;
    }
    .s-header-8.fixedTop .hd-search>i {
        line-height: 50px;
    }
    .s-header-8.fixedTop .hd-search>form {
        top: 50px;
    }
    .s-header-8.fixedTop .hd-language {
        margin-right: 0px;
        margin-left: 5px;
    }
    .s-header-8 .hd-menu>ul>li>a::before, .s-header-8 .hd-menu>ul>li>a::after {
        display: none;
    }
    .s-header-8 .hd-menu>ul>li>a {
        padding: 0 15px 0;
    }
    .b-card-8 {
        margin-bottom: 20px;
        height: calc(100% - 20px);
    }
    .s-header-8 .hd-menu>ul>li:not(.no-hover):hover>ul {
        min-width: 250px !important;
    }
    .s-header-8 .hd-menu>ul>li>ul li>ul {
        top: 0;
        width: 250px;
        display: none;
        visibility: visible;
        opacity: 1;
        position: relative;
        border: none;
        border-bottom: 1px solid #e5e5e5;
    }
    .s-header-8 .hd-menu>ul .submenu li a:before {
        content: '\f10c';
        font-family: Fontawesome;
        font-size: 9px;
        position: absolute;
        top: 19px;
        left: 20px;
        margin-right: 5px;
    }
    .s-header-8.fixedTop .hd-menu>ul>li {
        padding-left: 0;
    }
    .s-header-8.fixedTop .hd-menu>ul>li>a {
        font-size: 14px;
        padding: 0 15px;
        line-height: 40px;
    }
    .s-header-8.fixedTop .hd-menu>ul>li:not(.no-hover):hover>ul {
        top: 40px;
    }
    .s-header-8.fixedTop .hd-menu>ul {
        top: 50px;
    }
    .s-header-8 .hd-menu>ul>li ul.submenu>li>a {
        border-bottom: none;
        padding-top: 15px;
        padding-left: 35px;
    }
    .s-header-8 .hd-menu>ul>li ul.submenu>li:not(:last-child)>a {
        padding-bottom: 0;
    }
    .s-footer-3 .s_top a>img {
        height: 60px;
    }
    .s-footer-3 .ft-social {
        margin-bottom: 10px;
    }
    .s-header-8 .s_top {
        box-shadow: 0px 2px 5px #999;
    }
    .s-header-8 .hd-hotline {
        display: none;
    }
    .s-header-8 .hd-logo {
        font-size: 13px;
    }
    .s-header-8 .hd-cart {
        margin: 0 10px 0 0;
    }
    .s-header-8 .hd-language {
        margin-right: 40px;
        margin-left: 10px;
    }
    .s-header-8 .s_bot>.container {
        position: relative;
    }
    .s-header-8 .hd-menu {
        margin-right: auto;
    }
    .s-header-8 .hd-menu>a[ht-trigger="hd-menu"] {
        display: inline-block;
        color: #fff;
    }
    .s-header-8 .hd-menu>ul {
        visibility: hidden;
        width: 250px;
        z-index: 9999;
        position: absolute;
        top: 40px;
        background: #c70007;
    }
    .s-header-8 .hd-menu>ul>li {
        float: none;
        padding-left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .5);
    }
    .s-header-8 .hd-menu>ul>li:not(.no-hover):hover>ul {
        min-width: calc(100% + 20px);
        left: auto;
        right: 0;
    }
    .s-header-8 .hd-menu>ul.is-active {
        visibility: visible;
        -webkit-animation: slide-up 0.3s;
        -o-animation: slide-up 0.3s;
        animation: slide-up 0.3s;
    }
}
@media(max-width: 768px) {
    .s-header-8.fixedTop .hd-search {
        right: 420px;
    }
}
@media(max-width: 767px) {
    .s-header-8 .hd-contact {
        display: none;
    }
    .s-header-8.fixedTop .hd-hotline {
        display: none;
    }
    .s-header-8.fixedTop .hd-search {
        right: 115px;
        margin-right: 0;
    }
    .s-header-8.fixedTop .hd-language {
        margin-right: 35px;
    }
    .s-header-8.fixedTop .hd-menu>ul>li>a {
        font-size: 14px;
    }
    .b-card-8 {
        margin-bottom: 15px;
        height: calc(100% - 15px);
    }
    .b-card-2 .b_thumb {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .b-card-9 {
        margin-bottom: 15px;
        height: calc(100% - 15px);
    }
}
@media(max-width: 479px) {
    .s-header-8 .hd-logo {
        font-size: 12px;
    }
    .s-header-8 .hd-search>form {
        width: 220px;
    }
    .c-headline-5 {
        margin-bottom: 25px;
    }
    .b-card-8 {
        margin-bottom: 10px;
        height: calc(100% - 10px);
    }
    .b-card-8 .b_max>li {
        margin-bottom: 5px;
    }
    .b-card-9 {
        margin-bottom: 10px;
        height: calc(100% - 10px);
    }
    .b-card-9 .b_overlay {
        opacity: 1;
    }
    .b-card-9 .b_line:before {
        width: 100%;
    }
    .b-card-9 .b_line:after {
        height: 100%;
    }
    .b-card-9 .b_content .b_title, .b-card-9 .b_content .b_address {
        opacity: 1;
        transform: translateY(0);
    }
    .b-card-2 .b_thumb {
        width: 150px;
    }
    .b-card-2 .b_title {
        font-size: 15px;
    }
    .s-breadcrumb-1 {
        font-size: 13px;
    }
}
@media(max-width: 375px) {
    .s-header-8 .hd-logo {
        font-size: 11px;
    }
    .c-headline-5 .c_name {
        font-size: 18px;
        padding: 5px 15px;
    }
    .b-card-8 {
        margin-bottom: 5px;
        height: calc(100% - 5px);
    }
    .b-card-2 .b_logo img {
        height: 35px;
    }
    .c-headline-6 .c_name {
        font-size: 18px;
    }
}