/*style.css*/
input:focus {
    outline: none;
}
.header-08__bot.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1029;
    background: #F5F6F8;
    -webkit-box-shadow: 0px 0px 10px;
    box-shadow: 0px 0px 10px;
}
.hd-user ul>li {
    display: inline-block;
    margin-bottom: 4px;
    position: relative;
}
.hd-user ul>li a {
    color: #888;
    font-size: 13px;
    padding: 5px 0;
    display: block;
}
.hd-user>ul>li:not(:first-child)>a {
    margin-left: 20px;
}
.hd-user ul>li a i {
    margin-right: 5px;
}
.hd-user ul>li>ul {
    position: absolute;
    padding: 5px 10px 0;
    background-color: #F5F6F8;
    z-index: 1111;
    width: 200px;
    top: 100px;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.hd-user ul>li>ul:before {
    content: '';
    height: 0;
    width: 0;
    border-bottom: 7px solid #FDE5F3;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    top: -3px;
    right: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 769px) {
    .hd-user ul>li>ul {
        left: -15px;
    }
    .hd-user ul>li>ul:before {
        right: 5px;
    }
}
.hd-user ul>li>ul>li {
    display: block;
}
.hd-user ul>li>ul>li:not(:last-child) {
    border-bottom: 1px solid rgba(236, 0, 140, 0.1);
}
.hd-user>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 30px;
}
.select.show .decorate-scrollbar {
    display: block;
}
.header-08__mid .hd-search form .form-group.show ul {
    visibility: visible;
}
.decorate-scrollbar {
    display: none;
    position: absolute;
    left: 176px;
    width: 16px;
    height: 204px;
    z-index: 1111;
    top: 31px;
    border: 5px solid #fff;
}
.decorate-scrollbar:before, .decorate-scrollbar:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    background: #888;
}
.decorate-scrollbar:before {
    border-radius: 50% 50% 0 0;
    top: 0;
}
.decorate-scrollbar:after {
    border-radius: 0 0 50% 50%;
    bottom: 0;
}
.footer__top .b-icon-1 {
    margin-left: 0;
}
.footer__top [class*="c-icon"] {
    font-size: 18px;
}
.footer__top [class*="c-icon"] i {
    font-size: 12px;
}
.footer__top [class*="c-icon"] {
    background-size: 10px;
}
.footer-02 .footer__top-map {
    width: 100%;
}
.footer-02 .footer__top-map iframe {
    width: 100%;
    height: 200px;
}
footer h5 {
    display: inline;
}

/*********SIDEBAR**************/
.sidebar-content {
    position: absolute;
    z-index: 11;
    width: 250px;
    background: rgba(255, 255, 255, 0.9);
}
.sidebar-content.limit ul.sidebar-category>li:nth-child(n+13) {
    display: none;
}
.show-more {
    background: #fff;
    color: #0078C1;
    cursor: pointer;
    position: absolute;
    width: 100%;
    bottom: -19px;
    border-top: 1px solid #eee;
}
.show-more.close i {
    -webkit-transform: rotate(180deg) translateY(-3px);
    transform: rotate(180deg) translateY(-3px);
}
.show-more i {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
ul.sidebar-category>li {
    position: relative;
    border: 1px solid #eee;
    border-top: none;
}

ul.sidebar-category>li>a {
    padding: 8px 15px;
    display: block;
    color: #555;
    text-transform: uppercase;
}
ul.sidebar-category>li>a:before {
    content: "\f054";
    margin-right: 7px;
    color: #0078C1;
    font-family: FontAwesome;
    font-size: 10px;
    position: relative;
    top: -1px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

ul.sidebar-category>li>ul>li {
    border-bottom: 1px solid #eee;

}
ul.sidebar-category>li>ul>li:hover a {
    background: #F1F1F1;
    color: #0078C1;
}
ul.sidebar-category>li>ul>li>a {
    padding: 8px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    color: #555;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
ul.sidebar-category>li>ul>li>a:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0078C1;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
footer .btn--circle {
    background: #fff;
    color: #0078C1 !important;
}
.footer-02 .footer__top .separator-line:after {
    left: 0;
}
.pay {
    border-top: 1px solid #FFF;
    margin-top: 10px;
}
.pay>div {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 0px;
    margin: 20px 0 0px;
    line-height: 0;
}
.pay>div>img {
    margin: 0 2px;
    width: 25%;
}
.footer__top-title {
    font-weight: bold;
    text-transform: uppercase;
}
.footer-02 .footer__top .separator-line {
    padding-left: 30px;
}
.pay>img {
    width: 83%;
    margin-top: 10px;
}
.footer_main__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer_main__title span {
    position: relative;
}
.footer_main__title span:after {
    content: '';
    width: 50%;
    height: 0.1px;
    position: absolute;
    left: 25%;
    border-radius: 0 0 50% 50%;
    bottom: 5px;
    -webkit-box-shadow: 0px 4px 20px #000;
    box-shadow: 0px 4px 20px #000;
    background: aliceblue;
}
.footer_main__title i {
    font-size: 13px;
    color: #999;
}
.footer-02 .footer__top {
    background: rgba(245, 246, 248, 1);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(245, 246, 248, 1)));
    background: linear-gradient(#fff, rgba(245, 246, 248, 1));
    border-top: 1px solid #eee;
    border-bottom: none;
}
.footer__top-menu li>span.fa:before, .footer__top-menu li a>span:before {
    color: #FE6701;
}
.footer__top-menu li, .footer__top-menu li a {
    color: #555;
}
.footer__top-menu li.display-inline {
    display: inline-block;
    margin-right: 10px;
}
.footer__top-title i {
    color: #999;
}
.footer-02 .footer__bot {
    border-top: none;
    overflow: hidden;
}
.footer__bot-copyright, .footer__bot-developed {
    line-height: 35px;
}
.line-divider:after, .line-divider:before {
    content: '';
    width: 100px;
    height: 1px;
    display: inline-block;
    background-color: rgba(255, 0, 0, 0);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 0, 0, 0)), color-stop(50%, #CCCCCC), to(rgba(255, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0), #CCCCCC 50%, rgba(255, 0, 0, 0));
}
.line-divider {
    text-align: center;
}
#news .line-divider {
    margin-bottom: 20px;
}
.line-divider i {
    font-size: 20px;
    color: #FE6701;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
/*******CODE CHO CONTENT CAC TRANG*******/
#slide-1 {
    max-height: 525px !important;
    overflow: hidden;
}
.nivo-controlNav a {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #0078C1;
    opacity: 0.5;
    color: #fff;
    font-size: 10px;
    display: inline-block;
    line-height: 15px;
    margin: 0 3px;
    text-align: center;
}
#slide-2 .nivoSlider {
    width: 510px !important;
}
.nivo-controlNav a.active {
    opacity: 1;
    font-weight: normal;
}
.nivo-controlNav {
    text-align: right;
    padding-right: 15px;
}
.nivo-caption {
    left: -130%;
    background: transparent;
}
#slide-1 .nivo-prevNav, #slide-2 .nivo-prevNav, #slide-1 .nivo-nextNav, #slide-2 .nivo-nextNav {
    visibility: hidden;
}

/*CSS cho product-list*/
section {
    margin-top: 30px;
}
.wrap-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ddd;
}
.wrap-table:not(:last-child) {
    border-bottom: 0;
}
.table-cell__left {
    min-width: 250px;
    max-width: 250px;
}
.table-cell__left__title, .table-cell__right__title {
    font-size: 16px;
    padding: 25px 0 15px;
}
.table-cell__left__title, .table-cell__right__title {
    font-weight: 600;
}
.table-cell__left__title a, .table-cell__right__title a {
    color: #000;
    font-weight: normal;
    text-align: center;
    display: block;
    font-family: Quicksand, Arial, sans-serif;
}
.table-cell__left__title a:hover {
    color: #0078C1;
}
@media (min-width: 768px) {
    .table-cell__right {
        width: 100%;
    }
    .table-cell__right__content {
        padding: 15px 10px 0;
    }
}
@media (min-width: 1200px) {
    .table-cell__right {
        width: calc(100% - 250px)!important;
    }
}
.table-cell__left__content>ul {
    padding: 10px 0;
}
.table-cell__left__content>ul>li>a {
    padding: 8px 15px;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.table-cell__left__content>ul>li>a:hover, .table-cell__left__content>ul>li.is-active>a {
    color: #0078C1;
}
.table-cell__left__content>ul>li>a:before {
    content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 7px;
    font-size: 10px;
    color: #888;
}
.table-cell__left__content>ul>li>a>sup {
    color: #555;
    margin-left: 5px;
    top: 0.5em;
}
.table-cell__right__title>ul>li {
    display: inline-block;
}
.table-cell__right__title>ul>li>a {
    display: block;
    height: 70px;
    padding: 20px 15px;
}
.table-cell__right__title>ul>li>a img {
    height: 100%;
}
.thumbnail {
    display: block;
    position: relative;
    line-height: 0;
    margin-bottom: 0;
}
.thumbnail:hover:after {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 1;
}
.thumbnail:hover:before {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    opacity: 1;
}
.thumbnail:after, .thumbnail:before {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
/*******SECTION COMMENT**********/
.comment {
    background: url(/images/bg-cus.jpg) right center;
    background-repeat: no-repeat;
    padding: 30px 0;
    border-bottom: none;
}
.comment__item img {
    border-radius: 50%;
    border: 7px solid #fafafa;
    -webkit-box-shadow: 0 12px 21px rgba(0, 0, 0, 0.2);
    box-shadow: 0 12px 21px rgba(0, 0, 0, 0.2);
    margin: 10px auto;
}
.comment .slick-prev, .comment .slick-next {
    display: none !important;
}
.comment fieldset {
    border: 2px solid #ccc;
    padding: 10px 30px 30px;
    margin-top: 20px;
}
.comment fieldset legend {
    text-align: left;
    padding: 5px 15px;
}
.comment fieldset legend i {
    font-size: 50px;
    color: #0078C1;
}
.comment fieldset div {
    font-size: 14px;
    color: #888;
    font-style: italic;
}
.comment .slick-dots {
    position: relative;
    text-align: right;
    margin-top: 15px;
    text-align: center;
}
.comment .slick-dots li {
    display: inline-block;
    margin-right: 8px;
}
.comment .slick-dots li button {
    font-size: 5px;
    width: 3em;
    height: 3em;
    background: #FE6701;
    color: #FE6701;
    opacity: 0.4;
    line-height: 2em;
    padding: 0;
    border-radius: 50%;
}
.comment .slick-dots li.slick-active button {
    background: #FE6701;
    color: #FE6701;
    opacity: 1;
}
.comment p.name {
    margin-top: 15px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px
}
.comment span.job {
    font-size: 13px;
    color: #888;
}
section>p {
    font-family: Quicksand, Arial, sans-serif;
    text-align: center;
    font-size: 35px;
    font-weight: normal;
}
.slick-initialized .slick-slide:focus {
    outline: none;
}

section>p, section>h1, section>h2 {
    text-align: center;
    font-family: Quicksand, Arial, sans-serif;
    width: 80%;
    display: table;
    margin: auto;
    font-size: 25px!important;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;

}
.card-news__content-title>a {
    font-family: Quicksand, Arial, sans-serif;
}
.card-product-05 {
    padding: 15px;
    padding-bottom: 10px;
}
.card-product-05 .card-product__content-divider {
    margin-top: 10px;
}
.card-product-05 .card-product__content-05-price {
    text-align: left;
}
.card-product-05 .card-product__content {
    padding: 0;
}
.card-product-05 .card-product__content-percent {
    background: #FE6701;
}
.card-product-05 .card-product__content-percent:after {
    border-color: #FE6701 transparent #FE6701;
}
.card-product-05 .card-product__content-cate>a:hover {
    color: #0078C1;
}
.footer-02 .footer__top {
    border-top: none;
}
.card-news-02 .card-news__content-description {
    margin-top: 10px;
}

.card-news-01 .card-news__content-title {
    margin-bottom: 10px;
}

[class*="s-sign-"] .form-checkbox {
    font-size: 1.2rem;
    margin-left: 1.79em;
    margin-bottom: 30px;
}
[class*="s-sign-"] .form-checkbox .checkbox {
    margin: 0;
}
[class*="s-sign-"] .form__error {
    z-index: 1;
}
[class*="s-sign-"] .form__input {
    z-index: 2;
}
/* Style chung */
[class*="s-headline-"] {
    font-size: 18px;
    margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
    [class*="s-headline-"] {
        font-size: 15px;
    }
}
[class*="s-headline-"] .s-headline__name {
    text-transform: uppercase;
    font-size: inherit;
    font-family: Quicksand, Arial, sans-serif;
}
[class*="s-headline-"] .s-headline__name a:hover {
    color: #FE6600;
}
[class*="s-headline-"] i {
    color: #0078C1;
}

/* b-profile-1 */
.b-profile--col {
    margin-top: 20px;
}
.b-profile-1 {
    font-size: 1.4rem;
    -webkit-transition: box-shadow 0.2s linear;
    -o-transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
}
.b-profile-1:before, .b-profile-1:after {
    content: " ";
    display: table;
}
.b-profile-1:after {
    clear: both;
}
.b-profile-1 .b-profile__avatar {
    line-height: 0;
    text-align: center;
    position: relative;
    margin-top: 20px;
}
.b-profile-1 .b-profile__avatar img {
    border-radius: 50%;
    width: 8.86em;
    height: 8.86em;
    border: 0.36em solid #EEEEEE;
    position: relative;
}
.b-profile-1 .b-profile__author {
    text-align: center;
    line-height: 1em;
    margin: 1em 0 0em 0;
    text-transform: uppercase;
    color: #0078C1;
}
.b-profile-1 .b-profile__info {
    padding: 1.08em 1.08em 0.72em 1.08em;
}
.b-profile-1 .b-profile__info>li {
    text-align: center;
    margin-bottom: 5px;
    font-size: 16px;
}
.b-profile-1 .b-profile__info>li i {
    color: #0078C1;
}
@media (max-width: 420px) {
    .b-profile-1 .b-profile__info {
        padding: 0 0.36em 0 0.36em;
    }
}
.b-profile-1 .b-profile__social .btn--simple {
    font-size: 100%;
    margin: 0.43em 0 0.72em 0;
}
.b-profile-1 hr {
    margin: 0.36em 1.08em 0.36em 1.08em;
}
.b-profile-1:hover {
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.c-form .c_input, .c-form-border .c_input {
    width: 100%;
    height: 0;
    border: none;
    background-color: transparent;
    position: relative;
    z-index: 1;
}
.c-form .c_input::-webkit-input-placeholder, .c-form-border .c_input::-webkit-input-placeholder {
    color: #999;
}
.c-form .c_input::-moz-placeholder, .c-form-border .c_input::-moz-placeholder {
    color: #999;
}
.c-form .c_input:-moz-placeholder, .c-form-border .c_input:-moz-placeholder {
    color: #999;
}
.c-form .c_input:-ms-input-placeholder, .c-form-border .c_input:-ms-input-placeholder {
    color: #999;
}
.c-form .c_error, .c-form-border .c_error {
    width: 100%;
    color: #f55145;
    text-align: right;
    position: absolute;
    top: 50%;
    right: 0.286em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.c-form .c_error>i, .c-form-border .c_error>i {
    font-size: 1.072em;
    cursor: pointer;
}
.c-form .c_error>span, .c-form-border .c_error>span {
    font-size: 0.858em;
    font-style: italic;
    position: absolute;
    top: 2.25em;
    right: 0;
}
.c-form textarea.c_input, .c-form-border textarea.c_input {
    height: auto;
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
}

.c-form .c_input {
    padding: 1.286em 0 1.286em 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0078c1), to(#0078c1)), -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ccc));
    background-image: linear-gradient(#0078c1, #0078c1), linear-gradient(#ccc, #ccc);
    background-size: 0 0.143em, 100% 0.072em;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 0.072em);
}
.c-form .c_input:focus {
    outline: none;
    background-size: 100% 0.143em, 100% 0.072em;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}
.c-form--label .c_label {
    font-size: 1em;
    color: #999;
    pointer-events: none;
    position: absolute;
    top: 0.572em;
    left: 0;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.c-form--label:not(.is-empty) .c_label, .c-form--label.is-focused .c_label {
    font-size: 0.786em;
    color: #0078c1;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
}
.c-form--label .c_input {
    padding: 1.572em 0 1em 0;
}
.c-form--icon .c_icon {
    float: left;
    font-size: 1em;
    line-height: 0;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
    width: 1.429em;
    height: 2.072em;
    position: relative;
    top: 0.715em;
}
.c-form--icon .c_icon--top {
    top: 0.572em;
}
.c-form--icon>.c_input {
    float: right;
    width: calc(100% - 1.572em) !important;
    position: relative;
}
.c-form--icon.form-checkbox {
    margin-left: 1.715em;
}
.c-form.is-focused .c_input {
    background-size: 100% 0.143em, 100% 0.072em;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}
.c-form.is-error .c_input:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f55145), to(#f55145)), -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ccc));
    background-image: linear-gradient(#f55145, #f55145), linear-gradient(#ccc, #ccc);
}
.c-form.is-error .c_label {
    color: #f55145 !important;
}

/* BEGIN c-form-border */
/* Copy when using c-form-border */
.c-form-border {
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}
.c-form-border .c_input {
    padding: 1.215em 1.072em 1.215em 0.8em;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.c-form-border .c_input:focus {
    outline: none;
    border-color: #0078c1;
}
.c-form-border--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-form-border--icon .c_input {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    z-index: 2;
}
.c-form-border--icon .c_icon {
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.c-form-border--icon .c_icon:first-child {
    padding: 0.5em 0 0.5em 1.072em;
    width: 30px;
    text-align: center;
    justify-content: center;
}
.c-form-border--icon .c_icon:nth-child(2) {
    padding: 0.5em 1.072em 0.5em 0;
}
.c-form-border--icon .c_icon:not(.c_icon--top) {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.c-form-border--icon .c_icon--top>i {
    position: relative;
    top: -0.142em;
}
.c-form-border--label .c_label {
    color: #999;
    background-color: #fff;
    pointer-events: none;
    padding: 0 0.358em 0 0.358em;
    z-index: 9;
    position: absolute;
    top: 0.572em;
    left: 0.715em;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.c-form-border--label:not(.is-empty) .c_label, .c-form-border--label.is-focused .c_label {
    font-size: 0.786em;
    color: #0078c1;
    position: absolute;
    top: -0.727em;
}
.c-form-border.is-focused {
    border-color: #0078c1;
}
.c-form-border.is-error {
    margin-bottom: 1.786em;
    border-color: #f55145;
}
.c-form-border.is-error .c_label {
    color: #f55145 !important;
}
.c-form-border.is-error .c_icon+.c_error {
    left: 0.143em;
    text-align: left;
}
.c-form-border.is-error .c_icon+.c_error>span {
    left: 0;
    margin: 0;
}

/* END c-form-border */

/* Style chung select */
.c-select {
    position: relative;
}
.c-select.c-form>.c-icons {
    width: 12px;
}
.c-select.c-form>.c_input {
    padding: 0;
}
.c-select>.c_input {
    height: 36px;
    line-height: 36px;
    padding: 0 30px 0 12px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c-select>.c-icons {
    height: 100%;
    width: 30px;
    cursor: pointer;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
}
.c-select>.c-icons>i {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.c-select .c_list {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    max-height: 260px;
    line-height: 20px;
    padding: 5px;
    background-color: #fff;
    overflow: auto;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    z-index: 1020;
    position: absolute;
    top: 35px;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}
.c-select.is-focused .c_list {
    opacity: 1;
    visibility: visible;
    top: 40px;
}
.c-select.is-focused>.c-icons i {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: rotate(180deg) translate(50%, 50%);
    transform: rotate(180deg) translate(50%, 50%);
}

/* BEGIN c-select-single */
.c-select .c-radio {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 5px;
    border-radius: 3px;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}
.c-select .c-radio:hover, .c-select .c-radio.is-selected {
    color: #fff;
    background-color: #0078c1;
    box-shadow: 0 14px 26px -12px rgba(0, 85, 170, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 85, 170, 0.2);
}
.c-select .c-radio label {
    display: block;
    color: inherit;
    padding: 10px;
}
.c-select .c-radio label:hover {
    color: #fff;
}

/* END c-select-single */
/* BEGIN c-radio */
.c-radio {
    display: block;
    line-height: 1;
    margin: 0.715em 0 0.715em 0;
    position: relative;
    z-index: 2;
}
.c-radio label {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    color: #666666;
    position: relative;
}
.c-radio label>span:not(.c_tick) {
    font-size: 1em;
    line-height: 1.42857143;
}
.c-radio label:hover {
    color: #0078c1;
}
.c-radio .c_tick {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #666666;
    border-radius: 100%;
    margin: 0 0.358em 0.072em 0;
    width: 1.072em;
    height: 1.072em;
}
.c-radio .c_tick::before {
    content: '';
    display: block;
    border-radius: 100%;
    background-color: #0078c1;
    width: 1.072em;
    height: 1.072em;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.c-radio input[type=radio] {
    overflow: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.c-radio input[type=radio]:checked~.c_tick {
    border-color: #0078c1;
    opacity: 1;
}
.c-radio input[type=radio]:checked~.c_tick::before {
    opacity: inherit;
}
.c-radio input[type=radio]:checked+.c_tick::before {
    -webkit-transform: scale3d(0.65, 0.65, 1);
    -moz-transform: scale3d(0.65, 0.65, 1);
    -o-transform: scale3d(0.65, 0.65, 1);
    -ms-transform: scale3d(0.65, 0.65, 1);
    transform: scale3d(0.65, 0.65, 1);
}
.c-radio input[type=radio][disabled]~.c_tick {
    border-color: #000;
    opacity: 0.26;
}
.c-radio input[type=radio][disabled]~.c_tick::before {
    opacity: inherit;
}

/* END c-radio */

.overlay-transparent {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/* BEGIN s-home-15 */
.s-home-15 {
    padding: 70px 0 50px;
    background-image: url(/images/bg-3.jpg);
    position: relative;
}
.s-home-15::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
}
.s-home-15 .s_contact .title {
    font-weight: bold;
    text-transform: uppercase;
    border-left: 5px solid #f60;
    padding-left: 15px;
    margin-bottom: 20px;
    font-size: 25px;
    opacity: 0.8;
}
.s-home-15 .s_contact .desc {
    margin-bottom: 10px;
    white-space: pre-wrap;
    word-wrap: break-word;
    tab-size: 4;
}
.s-home-15 .s_contact li {
    padding: 5px 0 8px;
}
.s-home-15 .s_contact li.display-inline {
    display: inline-block;
    margin-right: 10px;
}
.s-home-15 .s_contact a {
    color: inherit;
}
.s-home-15 .s_contact a:hover {
    color: #f60;
}
.s-home-15 .s_contact i.fa {
    width: 12px;
    text-align: center;
    color: #fe6600;
}
.s-home-15 .s_social {
    margin: 10px 0 20px;
}
.s-home-15 .s_social a {
    font-size: 18px;
    margin-right: 3px;
}
.s-home-15 .c-form-border {
    background-color: #fff;
}
.s-home-15 .c-checkbox>label {
    color: #fff;
}
.s-home-15 .c-checkbox>label:hover {
    color: #f60;
}
.s-home-15 .c-checkbox .c_tick .check {
    border: 1px solid #fff;
}

/* END s-home-15 */
.c-btn--primary, .btn--primary {
    background-color: #0078c1;
    box-shadow: 0 2px 2px 0 rgb(0 85 170 / 14%), 0 3px 1px -2px rgb(0 85 170 / 20%), 0 1px 5px 0 rgb(0 85 170 / 12%);
}
.c-btn--sm, .btn--sm {
    font-size: 1.2rem;
}

.c-headline-2 {
    margin-bottom: 1.112em;
    text-align: center;
}
.c-headline-2 .c_divider {
    font-size: inherit;
}
.c-headline-2 .c_divider::before, .c-headline-2 .c_divider::after {
    content: '';
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: rgba(255, 0, 0, 0);
    background-image: -webkit-linear-gradient(left, rgba(255, 0, 0, 0), #ccc 50%, rgba(255, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0), #ccc 50%, rgba(255, 0, 0, 0));
}
@media (max-width: 575px) {
    .s-form .c-headline-2 {
        font-size: 21px;
        margin-bottom: 15px;
    }
    .c-headline-2 .c_divider:first-child::before, .c-headline-2 .c_divider:first-child::after {
        display: none;
    }
}
.c-headline-2 .c_divider i {
    position: relative;
    top: 5px;
}
.s-form {
    max-width: 600px;
    margin: 0 auto 35px;
    box-shadow: 0 0 49px rgb(0 0 0 / 6%);
    border-radius: 20px;
    padding: 40px 40px 25px;
}
.s-form .c-headline-2 {
    font-size: 25px;
}
.card-news__content-title>a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.card-news__content-description {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
@media (max-width: 767px) {
    .arrow-down {
        display: none;
    }
    .s-home-15 {
        padding: 45px 0 35px;
    }
}
@media (max-width: 575px) {
    .s-form {
        padding: 20px 15px 10px;
    }
}

/* BEGIN c-button-7 */
.c-button-7 {
    display: inline-block;
    font-size: 14px;
    line-height: 2.429em;
    padding: 0;
    border-radius: 30px 0 0 30px;
    color: #fff;
    text-transform: uppercase;
    background-color: #0078c1;
    z-index: 99;
    position: fixed;
    right: 0;
    bottom: 3px;
    overflow: hidden;
    box-shadow: 0 0 5px 0 #655f6e;
}
.c-button-7 span {
    display: block;
    position: relative;
    padding: 0 1.429em 0 2.858em;
}
.c-button-7 i {
    background-color: #f60;
    border-radius: 50%;
    text-align: center;
    line-height: 1.715em;
    width: 1.715em;
    height: 1.715em;
    position: absolute;
    top: .358em;
    left: .429em;
    transition: all .5s ease;
}
.c-button-7 span:after, .c-button-7 span:before, .c-button-7:after, .c-button-7:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(95, 31, 46, .25);
    transition: .4s;
}
.c-button-7 span:before, .c-button-7:after {
    left: auto;
    right: 0;
}
.c-button-7 span:after, .c-button-7 span:before {
    transition-delay: .4s;
}
.c-button-7 span:before, .c-button-7:after {
    left: auto;
    right: 0;
}
.c-button-7.is-active span:after, .c-button-7.is-active span:before, .c-button-7.is-active:after, .c-button-7.is-active:before, .c-button-7:hover span:after, .c-button-7:hover span:before, .c-button-7:hover:after, .c-button-7:hover:before {
    width: 100%;
}
/* END c-button-7 */
.s-contact {
    top: auto;
    left: auto;
    width: 0;
    height: 0;
    transition: all .6s ease;
    animation-duration: .6s;
}
.s-contact.show {
    animation-name: cornerInContent;
    width: 100%;
    height: 100%;
}
.s-contact.show .modal-box {
    width: 100%;
    height: 100%;
}
.s-contact .modal-box {
    max-width: 500px;
}
.s-contact .modal__header {
    background-color: #fff;
    padding: 10px;
    border-radius: 0.43em;
}
.s-contact .close {
    background-color: #05a;
    border-radius: 0 0.429em 0 0.429em;
}
.s-contact .c-headline-2 {
    margin-bottom: 10px;
}
.s-contact .type {
    color: #666;
    text-align: center;
    margin-bottom: 20px;
}
.s-contact .modal__body {
    padding: 2.08em;
}
@keyframes cornerInContent {
    from {
        transform: translate(100%, 100%)
    }
    to {
        transform: translateY(0)
    }
}
.grecaptcha-badge {
    opacity: 0;
}
@media (max-width: 575px) {
    .s-contact.show .modal-box {
        padding-top: 20px;
    }
    .s-contact .modal__body {
        padding: 1.08em;
    }
}

.recaptcha .g-recaptcha>div {
    margin: 0 auto;
}
.recaptcha .form__error {
    top: 76%;
}

@media (min-width: 992px) {
    .w15 {
        width: 14.66667%
    }
    .w43 {
        width: 43.66667%;
    }
}

/* BEGIN s-icon-2 */
.s-icon-2 .zalo {
    position: fixed;
    right: 10px;
    bottom: 51px;
    z-index: 111111;
    line-height: 0;
}
.s-icon-2 .zalo span {
    font-size: 31px;
}
.s-icon-2 .zalo span::before, .s-icon-2 .zalo span::after {
    content: '';
    opacity: 0;
    width: calc(100% + 1.334em);
    height: calc(100% + 1.334em);
    margin: -0.666em;
    background-color: #05a;
    border-radius: 15px;
    z-index: -1;
    position: absolute;
    -webkit-animation: ripple 1.5s infinite;
    animation: ripple 1.5s infinite;
}
.s-icon-2 .zalo span::after {
    animation-delay: .3s !important;
    -webkit-animation-delay: .3s !important;
}
.s-icon-2 .zalo span img {
    position: absolute;
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}
/* END s-icon-2 */

/* BEGIN b-card-18 */
.b-card-18 {
    display: block;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    border: 1px solid #eee;
    position: relative;
    padding: 10px 12px;
    border-radius: 4px;
}
.b-card-18 .b_title {
    font-size: 15px;
    letter-spacing: 0.2px;
    margin: 10px 0 8px;
    font-weight: bold;
    transition: 0.3s all ease-in-out;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.b-card-18 .b_title:hover {
    color: #f60;
}
.b-card-18 .b_divider {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #e2e2e2;
}
.b-card-18 .b_divider span {
    float: right;
    font-size: 9.5px;
    padding-top: 3px;
    width: 30px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-color: #f60;
    position: relative;
    right: 0;
}
.b-card-18 .b_divider span::after {
    content: '';
    border-color: #f60 transparent #f60;
    border-style: solid;
    border-width: 10px 15px 0px 15px;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.b-card-18 .b_cate {
    color: #666;
    font-size: 13px;
    /* width: calc(100% - 40px); */
    margin-top: 10px;
}
.b-card-18 .b_cate.brand {
    white-space: nowrap;
}
.b-card-18 .b_cate.brand span {
    color: #f60;
}
.b-card-18 .b_cate::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f60;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: -1px;
}
.b-card-18 .b_cate + .b_cate {
    margin-top: 2px;
}
/* .b-card-18 .b_cate span {
    color: #f60;
} */
.b-card-18 .b_price {
    margin-top: 10px;
}
.b-card-18 .b_price .discount {
    color: #0079C2;
    font-size: 18px;
    font-weight: bold
}
.b-card-18 .b_price .market {
    color: #999;
    font-size: 12px;
    margin-left: 5px;
    text-decoration: line-through;
}
.b-card-18 .more {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
    color: #f60;
    padding: 8px;
    font-size: 22px;
    border-radius: 3px;
    transition: all .3s;

}
.b-card-18 .more:hover {
    background-color: #f60;
    color: #fff;
}
/* END b-card-18 */

@media (min-width: 992px) {
    .b-card-18 {
        transition: all .5s;
    }
    .b-card-18:hover {
        border-bottom: 2px solid #f60;
        transform: translateY(-5px)
    }
}
@media (max-width: 767px) {
    .b-card-18, .b-card-14 {
        margin-bottom: 15px;
        height: calc(100% - 15px);
    }
}
@media (max-width: 575px) {
    .b-card-18 .b_title {
        font-size: 15px
    }
}

[class*="ht-ratio--"] {
    position: relative;
    overflow: hidden;
}

[class*="ht-ratio--"]::before {
    content: '';
    display: block;
}

.ht-ratio--470px::before {
    padding-bottom: calc(67% + 1px);
}
.ht-ratio--225px::before {
    padding-bottom: 225px;
}
.ht-ratio--100::before {
    padding-bottom: 100%;
}
.ht-ratio--66::before {
    padding-bottom: 66%;
}
.ht-ratio--75::before {
    padding-bottom: 75%;
}

.ht-ratio__img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.ht-ratio__img:not(img) {
    height: 100%;
}
.ht-ratio__img::after, .ht-ratio__img::before {
    content: initial !important;
}
.ht-ratio__img>img {
    width: 100%;
}

.s-table-1 {
    margin-bottom: 25px;
}
.s-table-1 .s_btn {
    display: none;
    opacity: 0;
    visibility: hidden;
    width: 42px;
    height: 42px;
    font-size: 25.2px;
    padding: 0;
    background-color: rgba(224, 224, 224, 0.95);
    color: #333;
    box-shadow: none;
}
.s-table-1 .s_btn i.fa {
    margin-top: 5px;
}
.s-table-1 .s_content {
    border-radius: 7px;
    overflow: hidden;
}
.s-table-1 .header {
    font-size: 18px;
    padding: 12px 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #b0c8ff;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
}
.s-table-1 .header .title {
    font-family: inherit;
}
.s-table-1 .header .icon {
    margin-right: 9px;
}
.s-table-1 .header .down {
    margin-left: auto;
}
.s-table-1 .header .down i.fa {
    transition: 0.15s ease;
}
.s-table-1 .header.expand .down i.fa {
    transform: rotate(-90deg);
}
.s-table-1 .list {
    margin-top: 1px;
    background-color: rgb(176 200 255 / 25%);
    padding: 20px 25px 15px;
}
.s-table-1 .list::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.s-table-1 .list::-webkit-scrollbar-thumb {
    background-color: #bbb1a7;
    background-clip: padding-box;
    border: 1px solid #f1f1f1;
}
.s-table-1 .list::-webkit-scrollbar {
    width: 5px;
    overflow: visible;
}
.s-table-1 .list .item a {
    display: block;
    font-size: 15px;
    transition: color .1s;
}
.s-table-1 .list .item a:hover {
    color: #f60!important;
}
.s-table-1 .list .item.lv1 {
    margin-bottom: 6px;
}
.s-table-1 .list .item.lv1 > a {
    color: initial;
    font-weight: bold;
}
.s-table-1 .list .item.lv2 a {
    color: initial;
}
.s-table-1 .list .item a h2, .s-table-1 .list .item a h3 {
    font-size: inherit;
}
.s-table-1 .list .item.lv2 {
    margin-left: 15px;
    padding-bottom: 6px;
}
.s-table-1 .list .item.lv2 + .lv1 {
    margin-top: 6px;
}
/* .s-table-1 .list .item a:hover, .s-table-1 .list .item.current a {
    text-decoration: underline;
} */
.s-table-1 ul {
    list-style: none!important;
    margin: 0;
    padding: 0;
}
#content-table .s-table-1 {
    margin-bottom: 0;
    position: fixed;
    top: 90px;
    left: 1%;
    width: 270px;
    z-index: 111;
}
#content-table .s-table-1 .s_btn {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-animation: ftwpShow .2s forwards;
    animation: ftwpShow .2s forwards;
    transition: 0.3s ease;
}
#content-table .s-table-1 .s_content {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #fff9f2;
    min-height: calc(100vh - 245px);
    transform-origin: left top;
}
#content-table .s-table-1 .header .down i.fa {
    transition: none;
}
#content-table .s-table-1 .header .down i.fa::before {
    content: '\f00d';
}
#content-table .s-table-1 .s_content {
    visibility: hidden;
}
#content-table .s-table-1.is-active .s_content {
    -webkit-animation: ftwpZoomIn .3s ease-out forwards;
    animation: ftwpZoomIn .3s ease-out forwards;
}
#content-table .s-table-1.is-active .s_btn {
    opacity: 0;
    visibility: hidden;
}
#content-table .s-table-1 .list {
    max-height: calc(100vh - 145px);
    overflow-x: auto;
}
@media (max-width: 991px) {
    #content-table .s-table-1 {
        top: 70px;
    }
    #content-table .s-table-1 .s_btn {
        width: 35px;
        height: 35px;
        font-size: 20px;
        opacity: 0.6;
    }
    #content-table .s-table-1 .s_btn i.fa {
        margin-top: 2px;
    }
}

.headline {
    position: relative;
    margin-bottom: 30px;
}
.headline .more {
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 14px;
}
.headline .more a {
    color: #666;
}
.headline .more em:hover {
    text-decoration: underline;
}
.headline .h2 {
    position: relative;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
.headline .h2:hover a {
    color: #f60;
}
.headline::before {
    content: "";
    width: 100%;
    height: 3px;
    background: transparent url("/images/bg-9.png") center;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 1;
}
.headline::after {
    content: "";
    width: 10%;
    height: 3px;
    position: absolute;
    bottom: -5px;
    background-color: #f60;
    left: 0;
    z-index: 1;
}
@media (max-width: 767px) {
    .headline .h2 {
        font-size: 20px;
    }
    .headline .more {
        position: unset;
        padding-bottom: 10px;
    }
}