body {
    font-size: 14px;
    font-family: 'Quicksand';
    font-weight: 400;
}
.fb-customerchat {
    z-index: 1112;
}
.fb_dialog {
    background: none!important;
    right: 40pt !important;
    bottom: 10pt !important;
    z-index: 1030 !important;
}
.c-headline-2 .c_name {
    color: #4c8100;
    font-size: 25px;
    font-weight: bold;
}
.c-headline-2 .c_name span {
    color: #ee4388;
}
.c-headline-2.pink .c_name, .c-headline-2.pink i {
    color: #ee4388;
}
/* BEGIN s-sidebar-1 */
.s-sidebar-1 {
    border: 1px solid #e5e5e5;
}
.s-sidebar-1 .s_heading {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 15px;
    background-color: #8fc641;
    box-shadow: 0 -1px 0 1px #8fc641;
}
.s-sidebar-1 .s_heading i {
    font-weight: normal;
    float: right;
    margin-top: 4px;
    cursor: pointer;
}
.s-sidebar-1 .s_list h2 {
    font-size: inherit;
    color: #4c8100;
}
.s-sidebar-1 .s_list a {
    display: flex;
    color: #666;
}
.s-sidebar-1 .s_list>li {
    position: relative;
}
.s-sidebar-1 .s_list>li>a {
    padding: 0.715em 1.429em 0.715em 1.429em;
    line-height: 1.255em;
    border-top: 1px solid #f0f0f0;
}
.s-sidebar-1 .s_list>li>a h2 {
    text-transform: uppercase;
}
.s-sidebar-1 .s_list>li>.submenu a {
    padding: 3px 0;
    line-height: 18px;
}
.s-sidebar-1 .s_list>li>.submenu a:before {
    content: '\f111';
    font-family: Fontawesome;
    font-size: 6px;
    color: #ee4388;
    margin-right: 8px;
}
.s-sidebar-1 .s_list>li>.submenu a span.fa {
    font-size: 13px;
    line-height: 1.847em;
    padding: 0 1.154em 0 1.154em;
}
.s-sidebar-1 .s_list>li>.submenu a span.fa::before {
    font-size: 10px;
}
.s-sidebar-1 .s_list>li>.submenu li:hover a {
    background-color: #f9f9f9;
    color: #8fc641;
}
.s-sidebar-1 .s_list>li.classic>.submenu {
    width: 250px;
    padding: 0;
    top: 0;
}
.s-sidebar-1 .s_list>li.classic>.submenu li {
    border-bottom: 1px solid #eee;
}
.s-sidebar-1 .s_list>li.classic>.submenu li a {
    padding: 10px 20px;
}
.s-sidebar-1 .link-hide {
    display: none;
}
.s-sidebar-1 .show-all {
    color: #ee4388;
    height: 11px;
    line-height: 11px;
    text-align: center;
    cursor: pointer;
    background-color: #f5f5f5;
    box-shadow: 0 0 0 1px #f5f5f5;
}
.s-sidebar-1 .show-all::before {
    content: '\f0d7';
    font-family: fontawesome;
}
.s-sidebar-1 .show-all.expanding::before {
    content: '\f0d8';
}

/* .hd-menu .submenu {
    opacity: 0;
    visibility: hidden;
    padding-right: 15px;
    position: fixed;
    top: 0;
    right: 100%;
    border: 1px solid #e5e5e5;
}
 *//* END s-sidebar-1 */
/* Style chung b-search */
[class*="b-search-"] {
    color: #666;
    font-size: 13px;
    max-width: 300px;
    background-color: rgba(115, 187, 13, 0.1);
    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 7px;
    line-height: normal;
    border: none;
    background-color: transparent;
}
[class*="b-search-"]>input::-webkit-input-placeholder {
    color: #999;
}
[class*="b-search-"]>input::-moz-placeholder {
    color: #999;
}
[class*="b-search-"]>input:-moz-placeholder {
    color: #999;
}
[class*="b-search-"]>input:-ms-input-placeholder {
    color: #999;
}
[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-3 */
.b-search-3 {
    max-width: 500px;
    border: 1px solid rgba(130, 130, 130, 0.1);
    position: relative;
}
.b-search-3>div>span {
    display: block;
    max-width: 170px;
    padding: 0 25px 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    position: relative;
    color: #4c8100;
}
.b-search-3>div>span::before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #ddd;
    position: absolute;
    right: 0;
}
.b-search-3>div>span::after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 8px;
}
.b-search-3>div>ul {
    display: none;
    max-height: 200px;
    overflow: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    z-index: 1112;
    position: absolute;
    top: 100%;
    left: -1px;
}
.b-search-3>div>ul li label {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 5px 10px;
}
.b-search-3>div>ul li label input {
    position: absolute;
    opacity: 0;
}
.b-search-3>div>ul li:hover, .b-search-3>div>ul li.is-focus {
    color: #ee4388;
}
.b-search-3>button {
    font-size: 0.924em;
    padding: 1em 0.584em 1em 0.584em;
    margin: 2px 2px 2px 0;
    border-radius: 2px;
    background-color: #eee;
    color: #8fc641;
}

/* END b-search-3 */
/* 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-9 */
.s-header-9 .s_mid {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.97) 0%, rgba(143, 198, 65, 0.2) 100%),
    url('/images/banner_header.png') repeat 0 0;
}
.s-header-9 .hd-menu>ul>li, .s-header-9 .hd-account>li {
    display: inline-block;
    color: #888;
    font-size: 12px;
    line-height: 35px;
    position: relative;
}
.s-header-9 .hd-menu>ul>li:not(:last-child), .s-header-9 .hd-account>li:not(:last-child) {
    margin-right: 25px;
}
.s-header-9 .hd-menu>ul>li {
    margin-right: 0 !important;
}
.s-header-9 .hd-menu>ul>li a {
    text-transform: uppercase;
    color: #4c8100;
    font-size: 14px;
}
.s-header-9 .s_bot .hd-menu>ul>li> a {
    font-size: 15px;
    display: block;
    padding: 0 20px;
    font-weight: 500;
}
.s-header-9 .hd-menu>ul>li>ul, .s-header-9 .hd-account>li>ul {
    visibility: hidden;
    padding: 5px 0;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 2000;
    position: fixed;
}
.s-header-9 .hd-menu>ul>li>ul::after, .s-header-9 .hd-account>li>ul::after {
    content: '';
    height: 0;
    width: 0;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: -6px;
    left: 15px;
}

.s-header-9 .hd-menu>ul>li>ul>li:not(:last-child), .s-header-9 .hd-account>li>ul>li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.s-header-9 .hd-menu>ul>li>ul>li a, .s-header-9 .hd-account>li>ul>li a {
    display: block;
    line-height: normal;
    padding: 5px 15px;
}

.s-header-9 .hd-menu>ul>li>ul>li a::before, .s-header-9 .hd-account>li>ul>li a::before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 12px;
    margin-right: 6px;
    position: relative;
    top: -1px;
}
.s-header-9 .hd-menu>ul>li>ul>li:hover a, .s-header-9 .hd-account>li>ul>li:hover a {
    color: #ee4388;
}
.s-header-9 .hd-account>li.is-active>a {
    color: #ee4388;
}
.s-header-9 .hd-menu>ul>li:not(.no-hover):hover>a, .s-header-9 .hd-account>li:not(.no-hover):hover>a {
    color: #ee4388;
}
.s-header-9 .hd-menu>ul>li:not(.no-hover):hover>ul, .s-header-9 .hd-account>li:not(.no-hover):hover>ul {
    visibility: visible;
    position: absolute;
    -webkit-animation: slide-up 0.3s;
    -o-animation: slide-up 0.3s;
    animation: slide-up 0.3s;
}
.s-header-9 .hd-menu>ul>li>ul>li a {
    padding: 10px 15px;
    text-transform: unset;
    font-size: 15px;
    font-weight: 500;
}
.s-header-9 .s_mid .hd-menu {
    margin-bottom: 5px;
}
.s-header-9 .s_mid .hd-menu>ul>li a {
    text-transform: none;
    color: #888;
    padding: 0 15px;
    display: block;
}
.s-header-9 .hd-menu>ul>li.is-active>a {
    color: #ee4388;
}
.s-header-9 .s_mid .hd-menu>ul>li:last-child {
    padding-right: 0;
}
.s-header-9 .hd-account>li>ul {
    right: 0;
    width: 150px;
}
.s-header-9 .hd-account>li>ul::after {
    left: auto;
    right: 20px;
}
.s-header-9 .hd-account>li>ul>li a::before {
    content: initial;
}
.s-header-9 .hd-logo {
    padding: 12px 0;
}
.s-header-9 .hd-logo img {
    height: 6.1em;
}
.s-header-9 .c-symbol-1+.c-symbol-1 {
    margin-left: 25px;
}
.s-header-9 .hd-contact span {
    display: block;
    line-height: 25px;
    padding-left: 25px;
    font-weight: 500;
    color: #8fc641;
    font-size: 16px;
}
.s-header-9 .hd-contact span::before {
    font-size: 13px;
    position: absolute;
    top: 12px;
    width: 18px;
    height: 18px;
    line-height: 20px;
    background-color: rgba(143, 198, 65, 0.05);
    border: 1px solid rgba(204, 204, 204, .3);
    text-align: center;
    border-radius: 50%;
    color: #ee4388;
}
.s-header-9 .hd-symbol {
    font-size: 14px;
    margin-right: 10px;
}
.s-header-9 .hd-symbol span:first-child {
    color: #ee4388;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 26px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 5px;
}

.s-header-9 .hd-symbol span:first-child b {
    font-weight: 400;
    font-size: 12px;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}
.s-header-9 .hd-symbol span:first-child i.fa {
    font-size: 20px;
    margin-left: 7px;
    color: #8fc641;
}
.s-header-9 .hd-symbol span:last-child {
    color: #8fc641;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}
.s-header-9 .s_bot {
    border-bottom: 1px solid rgba(143, 198, 65, 0.15);
    background-color: rgb(233, 244, 217);
}
.s-header-9 .s_bot.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background: #f5f6f8;
    -webkit-box-shadow: 0 0 10px;
    box-shadow: 0 0 10px;
    animation: fadeInUp 0.5s both;
    border: none;
}
.s-header-9 .s_bot.sticky .s-sidebar-1 .s_list {
    display: none;
    max-height: calc(100vh - 100px);
    overflow-y: scroll !important;
    overflow-x: hidden;
}
.s-header-9 .s_bot.sticky .s-sidebar-1 .link-hide {
    display: block!important;
}
.s-header-9 .s_bot.sticky .s-sidebar-1 .show-all {
    display: none;
}
.s-header-9 .s_bot.sticky .s-sidebar-1 .s_list>li>.submenu {
    display: none;
}


.s-header-9 .s-sidebar-1 {
    width: 250px;
    position: relative;
    border-bottom: none;
    z-index: 1030;
}
.s-header-9 .s-sidebar-1 .s_heading {
    height: 38px;
    margin-top: 1px;
    padding: 8px 15px;
    font-size: 15px;
    cursor: pointer;
    background-color: #73bb0d;
    box-shadow: 0 -1px 0 1px #73bb0d;
}
.s-header-9 .s-sidebar-1 .s_heading span {
    padding-left: 0;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}
.s-header-9 .s-sidebar-1 .s_heading span:before {
    color: #fff;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    border: 1px solid #fff;
    line-height: 20px;
    margin-right: 5px;
    border-radius: 3px;
    vertical-align: middle;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}
.s-header-9 .s-sidebar-1 .s_list {
    display: none;
    width: calc(100% + 2px);
    background-color: #fbfff7;
    border: 1px solid #e5e5e5;
    position: absolute;
    left: -1px;
}
.s-header-9 .hd-search {
    flex: auto;
}
.s-header-9 .hd-search>i {
    display: none;
}
.s-header-9 .hd-search>form {
    border-radius: 3px;
}
.s-header-9 .hd-search>form>div>ul {
    top: calc(100% + 6px);
}
.s-header-9 .hd-cart {
    color: #555;
    font-size: 14px;
    position: relative;
    margin-left: auto;
}
.s-header-9 .hd-cart:hover {
    color: #ee4388;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.hd-menu .submenu {
    position: absolute;
    left: 100%!important;
    background-color: #fff;
    top: -2px;
    width: 100%;
    opacity: 0;
}
.s-header-9 .hd-menu .submenu>li a {
    padding: 12px 15px;
    text-transform: unset;
    font-size: 15px;
    font-weight: 500;
    color: #4c8100;
}
.s-header-9 .hd-menu .submenu>li:not(:last-child){
    border-bottom: 1px solid #eee;
}
.s-header-9 .hd-menu>ul>li>ul li {
    position: relative;
    line-height: 20px;
    background: #fff;
}
.s-header-9 .hd-menu li>ul>li>ul.submenu li a{
     color: #4c8100;
}
.s-header-9 .hd-menu li>ul>li>ul.submenu li:hover a{
    color: #ee4388;
}
.s-header-9 .hd-menu.pull-left>ul>li>ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    position: absolute;
    background-color: #e5f5fe;
    min-width: 170px;
}
/* END s-header-9 */
/* Style chung s-sign */
[class*="s-sign-"] .c-checkbox {
    font-size: 12px;
    margin-bottom: 0;
}
[class*="s-sign-"] .c_error {
    z-index: 1;
}
[class*="s-sign-"] .c_input {
    z-index: 2;
}

/* BEGIN b-card-18 */
.b-card-18 {
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.b-card-18 .b_title {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 10px 0 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    text-align: center;
    line-height: 25px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.b-card-18 .b_thumb img {
    transition: all 0.5s;
}
.b-card-18 .b_cate {
    color: #6c6c6c;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    width: calc(100% - 35px);
    margin-top: 10px;
    text-transform: uppercase;
}
.b-card-18 .b_price {
    margin-top: 10px;
    text-align: center;
}
.b-card-18 .b_price .discount {
    color: #4c8100;
    font-weight: 500;
    font-size: 16px;
}
.b-card-18 .b_price .market {
    color: #999;
    font-size: 12px;
    margin-left: 8px;
    text-decoration: line-through;
}
.b-card-18:hover .b_title {
    color: #8fc641;
}
.b-card-18:hover .b_thumb img {
    transform: scale(1.1);
}
/* END b-card-18 */

/* 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 */

/* BEGIN s-footer-3 */

.s-footer-3 .s_top {
    padding: 30px 0;
    border-top: 1px solid #f7f7f7;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.97) 0%, rgba(143, 198, 65, 0.09) 100%),
        url('/images/banner_header.png') repeat 0 0;
}
.s-footer-3 .s_bot {
    color: #fff;
    background-color: #8fc641;
    background-image: linear-gradient(to bottom, #8fc641, rgba(0, 0, 0, 0.2));
}
.s-footer-3 .s_top h1, .s-footer-3 .s_top h3 {
    justify-content: center;
    color: #4c8100;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}
.s-footer-3 .s_top h1 i {
    font-size: 13px;
    color: #ee4388;
    margin: 0 10px;
}
.s-footer-3 .c-headline-4 {
    margin: 10px 0 15px;
}
.s-footer-3 .c-headline-4 i {
    color: #ee4388;
}
.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: #838a79;
    margin: 0 10px 10px 0;
}
.s-footer-3 .ft-menu li.line {
    width: 100%;
    margin-right: 0;
}
.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: #ee4388;
    margin-right: 5px;
}
.s-footer-3 .ft-menu li a:hover {
    color: #ee4388;
}
.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: #ee4388;
    text-align: center;
}
.s-footer-3 .ft-social {
    margin-bottom: 15px;
}
.s-footer-3 .ft-social a {
    font-size: 18px;
}
.s-footer-3 .ft-bct img {
    width: 140px;
}
.s-footer-3 .ft-copyright {
    line-height: 40px;
}
.s-footer-3 .ft-developed {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.s-footer-3 .ft-developed a {
    line-height: 0;
    margin-left: 5px;
}
.s-footer-3 .ft-phone {
    color: #fff;
    text-align: center;
    z-index: 1000;
    position: fixed;
    bottom: 86px;
    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: #ee4388;
}
.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: #ee4388;
    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: #ee4388;
    z-index: 1000;
    position: fixed;
    right: 21px;
    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: 80px;
}
.s-footer-3 .ft-form span {
    display: block;
    margin-bottom: 8px;
    font-style: italic;
}
.s-footer-3 .ft-zalo {
    position: fixed;
    z-index: 99;
    right: 20px;
    bottom: 90px;
    line-height: 0;
}
.s-footer-3 .ft-zalo span {
    font-size: 20px;
}
.s-footer-3 .ft-zalo span::after, .s-footer-3 .ft-zalo span::before {
    content: '';
    opacity: 0;
    width: calc(100% + 1.334em);
    height: calc(100% + 1.334em);
    margin: -.666em;
    background-color: #0080c8;
    border-radius: 3px;
    z-index: -1;
    position: absolute;
    -webkit-animation: ripple 1.5s infinite;
    animation: ripple 1.5s infinite;
}
.s-footer-3 .ft-zalo span::after {
    animation-delay: .3s!important;
    -webkit-animation-delay: .3s!important;
}
.s-footer-3 .ft-zalo span img {
    position: absolute;
}
.s-footer-3 .ft-zalo span:hover {
    opacity: 1;
}
@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* BEGIN b-subscribe-2 */
.b-subscribe-2 {
    color: #666;
    font-size: 13px;
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.b-subscribe-2 .c-form {
    width: 100%;
    color: inherit;
    font-size: 1em;
    margin-bottom: 0;
}
.b-subscribe-2 .c-form .c_input {
    height: 100%;
    padding: 0 7px;
    color: inherit;
    border: 1px solid #ddd;
    border-right: none;
    background: transparent;
}
.b-subscribe-2 .c-form .c_input:focus {
    outline: none;
    background: transparent;
}
.b-subscribe-2 .c-form .c_error>i {
    display: none;
}
.b-subscribe-2 .c-form .c_error>span {
    font-size: 0.847em;
    top: 1.924em;
    right: auto;
    left: 0;
}
.b-subscribe-2>button {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font-size: 1em;
    padding: 1.539em 0.77em 1.539em 0.77em;
    border-radius: 0;
    box-shadow: none;
    line-height: 0;
}
.b-subscribe-2>button i {
    line-height: inherit;
}

/* END b-subscribe-2 */
/* END s-footer-3 */

.c-header {
    position: relative;
    padding: 15px 20px 15px 5px;
    margin-bottom: 25px;
    background-color: rgba(231, 255, 196, 0.1);
    border-bottom: 1px solid #f5f5f5;
    z-index: 1;
}
.c-header .c-headline-1 {
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}
.c-header .c-headline-1 i.fa {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -3px;
    width: 30px;
    height: 30px;
    color: #5ea73e;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid rgba(204, 204, 204, .3);
}
.c-header .c-headline-1 .c_name>span {
    padding-left: 30px;
    color: #4c8100;
    font-size: 22px;
    font-weight: 500;
}
.c-header .c-headline-1 sup {
    color: #ccc;
}
.c-header .c-headline-1 sup>b {
    color: #ee4388;
    display: inline-block;
    padding: 0 2px;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}
.c-header ul {
    margin-left: 65px;
}
.c-header ul li {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 5px;
}
.c-header ul li a {
    color: #375e00;
    font-size: 15px;
    font-style: italic;
    transition: all 0.5s;
}
.c-header ul li a::before {
    content: '\f10c';
    font-family: FontAwesome;
    color: #999;
    font-size: 9px;
    position: relative;
    top: -1px;
    margin-right: 7px;
}
.c-header ul li a:hover, .c-header ul li.is-active a {
    color: #ee4388;
}
.c-header ul li a:hover::before, .c-header ul li.is-active a::before {
    color: #ee4388;
}
/* 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;
    width: 2.5em;
    height: 2.5em;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
[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: #4c8100;
    border: 1px solid #4c8100;
}
[class*="s-pagination-"]>li.active>a {
    color: #fff;
}

/* BEGIN s-pagination-2 */
.s-pagination-2>li {
    border-radius: 50%;
}

/* END s-pagination-2 */
/* BEGIN s-sidebar-3 */
.s-sidebar-3 {
    margin: 17px 0 30px;
}
.s-sidebar-3 .s_heading {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 5px;
    position: relative;
}
.s-sidebar-3 .s_heading::after {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #4c8100;
    z-index: 3;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.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: #4c8100;
}
.s-sidebar-3 .s_list .thumb {
    float: left;
    width: 90px;
    line-height: 0;
    margin-right: 12px;
}
.s-sidebar-3 .s_list .price {
    font-weight: 500;
    color: #4c8100;
    display: block;
    margin-top: 10px;
}
/* END s-sidebar-3 */
.s-sidebar-3 li a {
    display: block;
    padding: 10px 0px 2px;
    font-weight: 500;
}
.s-sidebar-3 li a:hover {
    color: #ee4388;
}
.s-sidebar-3 li span {
    color: #999;
    font-size: 10px;
    font-style: italic;
}

.s-sidebar-3 .s_brand a {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.s-sidebar-3 .s_brand a>span {
    width: 100%;
    padding: 0 7px;
    text-transform: uppercase;
}
.s-sidebar-3 .s_brand a>span:first-child {
    text-align: right;
    line-height: 0;
}
.s-sidebar-3 .s_brand a>span img {
    height: 30px;
}
.s-sidebar-3 .s_brand a:last-child {
    border-bottom: none;
}
.s-sidebar-3 .s_brand a:hover {
    color: #ee4388;
}
/* BEGIN b-card-2 */
.b-card-2 {
    display: block;
    margin-bottom: 20px;
}
.b-card-2::after {
    content: '';
    display: table;
    clear: both;
}
.b-card-2 .b_thumb {
    float: left;
    width: 200px;
    margin-right: 15px;
}
.b-card-2 .b_title {
    font-size: 16px;
    font-family: Quicksand;
    font-weight: 500;
    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;
    color: #4c8100;
}
.b-card-2 .b_title::after {
    content: '';
    display: inline-block;
    width: 80px;
    height: 1px;
    background-color: #ccc;
}
.b-card-2 .b_desc {
    text-align: justify;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.b-card-2:hover .b_title {
    color: #ee4388;
}

/* END b-card-2 */
.fb_dialog_content iframe {
    right: -6px !important;
    bottom: 6px !important;
}
@media screen and (min-width: 768px) {
    .s-footer-3 .ft-info {
        position: relative;
        padding-left: 2%;
    }
    .s-footer-3 .ft-info::before {
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-color: rgba(255, 0, 0, 0);
        background-image: -webkit-linear-gradient(top, rgba(255, 0, 0, 0), #ccc 50%, rgba(255, 0, 0, 0));
        background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), #ccc 50%, rgba(255, 0, 0, 0));
    }
}
@media (min-width: 992px) {
    .b-card-18 {
        padding: 10px;
        border: 1px solid transparent;
        border-bottom: 2px solid transparent;
        -webkit-transition: border 0.2s linear;
        -o-transition: border 0.2s linear;
        transition: border 0.2s linear;
    }
    .b-card-18:hover {
        border: 1px solid #eee;
        border-bottom: 2px solid #8fc641;
    }
    .s-sidebar-brand .s_heading i {
        display: none;
    }
}
@media screen and (min-width: 1260px) {
    .s-footer-3 .ft-zalo {
        display: none;
    }
    .b-card-18 .b_btn {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        visibility: hidden;
        opacity: 0;
        transition: 0.25s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .b-card-18:hover .b_btn {
        visibility: visible;
        opacity: 1;
    }
    /* BEGIN c-button-3 */
    .c-button-3 {
      display: inline-block;
      font-size: 14px;
      line-height: 2.286em;
      padding: 0 10px;
      border: 1px solid #ddd;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background-color: #73bb0d;
      color: #fff;
    }
    .c-button-3 span::before {
        color: #fff;
    }

    /* END c-button-3 */
    .s-header-9 .s_bot .hd-menu {
        margin-left: 20px;
    }
    .s-header-9 .s_mid .hd-menu>ul>li:first-child a {
        padding-left: 0;
    }
    .s-header-9 .hd-menu>ul>li>ul {
        left: 20px;
    }
    .s-footer-3 .ft-phone {
        display: none;
    }
    .s-header-9 .s_bot .s-sidebar-1:hover .s_list {
        display: block;
    }
    .s-sidebar-1 .s_list>li:hover>.submenu {
        opacity: 1;
        visibility: visible;
        z-index: 2;
        position: absolute;
        top: 0;
        left: 100% !important;
    }
    .s-sidebar-1 .s_list>li>.submenu {
        border: 1px solid #e5e5e5;
        background-color: #fff;
        padding: 20px 10px;
        opacity: 0;
        visibility: hidden;
        min-width: 200px;
        z-index: 1;
        position: fixed;
        -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-1 .s_list>li:hover {
        border-left: 1px solid #ee4388;
    }
    .s-sidebar-1 .s_list a::before {
        content: '\f105';
        font-family: Fontawesome;
        margin-right: 0.358em;
        color: #999;
    }
    .c-header {
        margin-left: -30px;
    }
}
@media screen and (max-width: 1259px) {
    .s-footer-3 .ft-backtop.is-show {
        bottom: 175px;
    }
    .s-header-9 .hd-cart {
        margin-right: 80px;
    }
    .s-header-9 .hd-cart > span:not(.bage) {
        display: none;
    }
    .s-header-9 .s_mid .hd-menu {
        position: absolute;
        bottom: -42px;
        right: 0;
    }
    .s-header-9 .s_mid .hd-menu>ul {
        left: unset;
        right: 20px;
    }
    .s-header-9 .hd-contact {
        display: none;
    }
    .s-header-9 .s-sidebar-1 .s_list {
        display: none;
    }
    .s-sidebar-1 .s_list>li>.submenu {
        display: none;
    }
    .s-sidebar-1 .s_list>li.is-active>.submenu {
        display: block;
    }
    .s-sidebar-1 .s_list>li>a::after {
        content: '\f107';
        font-family: Fontawesome;
        margin: 0 -6px 0 auto;
        color: #ccc;
        transition: all 0.5s;
    }
    .s-sidebar-1 .s_list>li.is-active>a::after {
        transform: rotateX(-180deg);
    }
    .s-header-9 .s_mid .container {
        position: relative;
    }
    .s-header-9 .hd-logo {
        font-size: 9px;
    }
    .s-header-9 .hd-search {
        margin: 5px 0 5px 20px;
    }
    .s-header-9 .hd-search>form .align-items {
        display: none;
    }

    .s-header-9 .hd-menu {
        position: relative;
    }
    .s-header-9 .hd-menu>a[ht-trigger="hd-menu"] {
        display: inline-block;
        color: #8fc641;
        font-size: 12px;
        margin: 4px 20px;
    }
    .s-header-9 .hd-menu>ul {
        visibility: hidden;
        width: 200px;
        background-color: #f6ffea;
        box-shadow: 0 0px 10px 0px #ccc;
        z-index: 99999;
        top: 37px;
        left: 20px;
        position: absolute;
    }
    .s-header-9 .hd-menu>ul>li {
        width: 100%;
        line-height: 35px;
        margin-right: 0 !important;
        border-bottom: 1px solid #eee;
    }
    .s-header-9 .hd-menu>ul>li>ul {
        width: 100%!important;
    }
    .s-header-9 .hd-menu>ul.is-active {
        visibility: visible;
        -webkit-animation: slide-up 0.3s;
        -o-animation: slide-up 0.3s;
        animation: slide-up 0.3s;
    }
    .s-sidebar-3:not(.s-sidebar-brand) {
        display: none;
    }
    .s-sidebar-brand .s_heading i {
        float: right;
    }
    .s-sidebar-brand .s_brand {
        display: none;
    }
    .c-header ul {
        margin-left: 10px;
    }
    .b-card-18 .b_btn {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .s-footer-3 .ft-developed {
        display: none;
    }
    .b-card-18 {
        padding: 5px;
        border: 1px solid #eee;
        border-bottom: 2px solid #8fc641;
        height: calc(100% - 20px);
    }
    .s-header-9 .hd-symbol {
        display: none;
    }
}
@media screen and (max-width: 530px) {
    .s-header-9 .s-sidebar-1 {
        width: 40px;
    }
    .s-header-9 .s-sidebar-1 .s_heading {
        display: block;
        overflow: hidden;
        padding: 0;
    }
    .s-header-9 .s-sidebar-1 .s_heading span {
        padding-left: 4px;
        line-height: 38px;
        overflow: hidden;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        text-align: center;
    }
    .s-header-9 .s-sidebar-1 .s_list {
        width: 250px;
    }
    .s-header-9 .s_mid .hd-menu > a {
            margin-right: 10px;
    }
    .s-header-9 {
        height: 126px;
        transition: height .05s ease-in-out;
    }
    .s-header-9.hd-scroll {
        height: 85px;
    }
    .s-header-9 .s_fixed {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }
    .s-header-9.hd-scroll .s_fixed {
        box-shadow: 0 2px 5px #ccc;
    }
    .s-header-9.hd-scroll .hd-search, .s-header-9.hd-scroll .hd-account {
        display: none;
    }
    .s-header-9.hd-scroll .s_mid .hd-menu {
        position: unset;
        margin-bottom: 0;
    }
    .s-header-9.hd-scroll .s_mid .hd-menu>ul {
        top: 47px;
    }
    .s-header-9 .s_mid .hd-menu>ul {
        right: 10px;
    }
    .s-header-9.hd-scroll .hd-logo {
        font-size: 7px;
        padding: 5px 0;
    }
    .s-header-9.hd-scroll .s_bot {
        position: absolute;
        top: 7px;
        left: 60px;
        border: none;
        height: 0;
    }
    .s-header-9.hd-scroll .s_bot .container {
        padding: 0;
    }
    .s-header-9.hd-scroll .hd-cart {
        margin-right: 0;
        transition: none;
    }
    .s-header-9.hd-scroll .hd-box, .s-header-9.hd-scroll .s_mid .hd-menu > a {
        margin-right: 0;
    }
    .s-footer-3 .s_top .row > div:first-child {
        display: none;
    }
}
@media screen and (max-width: 479px) {
    .s-header-9 .hd-search {
        position: relative;
    }
    .s-header-9 .hd-search>i {
        display: flex;
        float: right;
        color: #8fc641;
        font-size: 14px;
        border: 1px solid #8fc641;
        padding: 6px 8px;
        border-radius: 3px;
    }
    .s-header-9 .hd-search>form {
        display: none;
        width: 167px;
        max-width: none;
        position: absolute;
        top: 30px;
        z-index: 9999;
        right: -93px;
        -webkit-animation: slide-up 0.3s;
        -o-animation: slide-up 0.3s;
        animation: slide-up 0.3s;
    }
    .s-header-9 .hd-search>form>div>span {
        max-width: 80px;
    }
    .s-header-9 .hd-search>form>div>ul {
        top: 100%;
    }
    .s-header-9 .hd-search>form.is-active {
        display: flex;
    }
    .s-sidebar-4, .s-sidebar-5 {
        width: 100%;
    }
    .b-card-2 .b_thumb {
        width: 150px;
    }
    .s-header-9 .hd-menu>ul>li:not(:last-child), .s-header-9 .hd-account>li:not(:last-child) {
        margin-right: 10px;
    }
    .s-header-9 .hd-box {
        margin-left: auto;
        margin-right: 20px;
    }
    .s-header-9 .hd-search {
        margin: 0;
    }
    .s-header-9 .s_bot .hd-menu>ul>li> a {
        font-size: 10px;
    }
}
@media (max-width: 355px) {
    .s-header-9.hd-scroll .s_bot .hd-menu > a {
        margin: 0 8px;
    }
    .s-header-9.hd-scroll .s_bot {
        left: 55px;
    }
    .s-header-9.hd-scroll .s_bot .hd-menu>ul {
        left: 9px;
        top: 33px;
    }
}
@media screen and (max-width: 350px) {
    .s-footer-3 .s_top h1, .s-footer-3 .s_top h2 {
        font-size: 18px;
    }
}