body {
    font-family: 'K2D';
    font-weight: 400;
    font-size: 15px;
}
/* Style chung b-search */
[class*="b-search-"] {
    color: #3eb348;
    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 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-2 */
.b-search-2 {
    border: 1px solid #ddd;
    border-radius: 20px;
    width: 270px;
    background-color: rgb(255 255 255);
}
.b-search-2>button {
    border-radius: 2px;
}
.b-search-2>button[class] {
    font-size: 0.924em;
    padding: 1em 0.584em 1em 0.584em;
    margin: 2px 2px 2px 0;
    border-radius: 20px;
}
.b-search-2>button:not([class]) {
    color: inherit;
    padding: 1.077em 0.616em 1.077em 0.616em;
    background-color: transparent;
}

/* END b-search-2 */
/* 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-17 */
.s-header-17 {
    position: relative;
    box-shadow: 0 2px 5px #ccc;
    z-index: 99;
}
.s-header-17 .container {
    display: -webkit-flex;
    display: flex;
    align-self: stretch;
}
.s-header-17 .s_left {
    position: relative;
}
.s-header-17 .s_left::before {
    content: '';
    width: 100%;
    height: calc(100% + 10px);
    background-color: #fff;
    box-shadow: 5px -2px 5px -2px rgba(0, 0, 0, 0.15);
    z-index: 1;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -45px;
    -webkit-transform: rotate(33deg);
    transform: rotate(360deg);
}
.s-header-17 .hd-logo {
    display: block;
    /* padding-right: 32px; */
    position: relative;
    z-index: 1;
}
.s-header-17 .hd-logo img {
    width: auto;
    height: 95px;
}
.s-header-17 .s_right {
    flex: auto;
}
.s-header-17 .s_top {
    background-color: rgb(234 253 245);
    padding-left: 35px;
    height: 40px;
}
.s-header-17 .s_top::before {
    content: '&nbsp;';
    width: 30%;
    height: inherit;
    background-color: inherit;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
}
.s-header-17 .s_top li {
    display: inline-block;
    color: #3eb348;
}
.s-header-17 .s_top li+li {
    margin-left: 5px;
}
.s-header-17 .s_top li a {
    color: inherit;
}
.s-header-17 .s_top li a:hover {
    color: #3eb348;
}
.s-header-17 .hd-contact {
    margin-left: 15px;
}
.s-header-17 .hd-contact i {
    color: #3eb348;
}
.s-header-17 .hd-contact li+li {
    margin-left: 15px;
}
.s-header-17 .hd-slogan {
    margin: 0 auto;
    font-style: italic;
    color: #3eb348;
    font-size: 22px;
    font-family: 'Dancing Script';
    font-weight: 700;
}
.s-header-17 .hd-slogan i {
    font-size: 14px;
}
.s-header-17 .s_bot {
    background-color: #3eb348;
}
.s-header-17 .s_bot::before {
    content: '';
    width: 30%;
    height: 70px;
    background-color: inherit;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all .6s ease;
}
.s-header-17 .hd-menu {
    margin-left: auto;
}
.s-header-17 .hd-menu>ul>li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
}
.s-header-17 .hd-menu>ul>li:last-child {
    margin-right: 0;
}
.s-header-17 .hd-menu>ul>li>a {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 70px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
}
.s-header-17 .hd-menu>ul>li>a:nth-last-child(2) h2::after {
    content: '\f107';
    font-family: FontAwesome;
    margin-left: 10px;
    float: right;
}
.s-header-17 .hd-menu>ul>li>ul {
    min-width: 200px;
    margin-top: -2px;
    display: none;
    background-color: #fff;
    border-top: 3px solid #3eb348;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 2000;
    position: fixed;
    z-index: 9999;
    visibility: hidden;
}
.s-header-17 .hd-menu>ul>li>ul>li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.s-header-17 .hd-menu>ul>li>ul>li a {
    display: block;
    padding: 10px 30px 10px 15px;
}
.s-header-17 .hd-menu>ul>li>ul>li a::before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 12px;
    margin-right: 6px;
    position: relative;
    top: -1px;
}
.s-header-17 .hd-menu>ul>li.is-active>a, .s-header-17 .hd-menu>ul>li:not(.no-hover):hover>a {
    color: #f4e623;
}
.s-header-17 .hd-menu>ul>li>ul>li:hover>a {
    color: #f48f23;
}
.s-header-17 .hd-menu>ul>li:not(.no-hover):hover>ul {
    position: absolute;
    display: block;
    visibility: visible;
    animation: slide-up 0.3s;
}
.s-header-17 .hd-menu>ul>li>ul li>ul {
    opacity: 0;
    visibility: hidden;
    padding-right: 15px;
    position: fixed;
    top: 0px;
    right: 0;
    border: 1px solid #e5e5e5;
}
.s-header-17 .hd-menu>ul>li>ul li>ul li {
    border-bottom: 1px solid #eee
}
.s-header-17 .hd-menu>ul>li>ul li>ul li a {
    transition: all 0.3s;
}
.s-header-17 .hd-menu>ul>li>ul li>ul {
    padding: 0;
}
.s-header-17 .hd-menu>ul>li>ul li a:nth-last-child(2)::after {
    content: '\f0da';
    font-family: FontAwesome;
    color: #3eb348;
    float: right;
    position: relative;
    right: -15px;
}
.s-header-17 .hd-menu>ul>li>ul li {
    position: relative;
    line-height: 20px;
}

.s-header-17 .hd-menu>ul>li>ul li>ul li:hover a {
    color: #3eb348;
}
.s-header-17 .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: 9;
    visibility: hidden;
}
.s-header-17 .hd-search {
    margin: 10px 0 10px 0;
}
.s-header-17 .hd-search>i {
    display: none;
}
/* END s-header-17 */
/* BEGIN b-card-47 */
.b-card-47 {
    display: block;
    margin-bottom: 30px;
    background: #d4f5c4;
    height: calc(100% - 30px);
    transition: all 0.5s ease;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.b-card-47:hover {
    transform: translate(0, -10px);
}
.b-card-47 .b_thumb img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.b-card-47 .b_thumb.ht-ratio--75::before {
    padding-bottom: calc(75% - 1px);
}
.b-card-47 .b_top {
    padding: 3.92px;
    transition: all 0.5s ease;
    background: #efefef;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.b-card-47:hover .b_top {
    background: #3eb348;
}
.b-card-47 a {
    display: block;
    transition: color 0.4s ease;
}
.b-card-47 .b_content {
    display: block;
    padding: 20px 25px 25px;
    /* background: #f8f9fa; */
}
.b-card-47 .b_title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    color: #f48f23;
    transition: color 0.4s ease;
}
.b-card-47:hover .b_title {
    color: #3eb348;
}
.b-card-47 .b_desc {
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
    font-weight: 300;
    border-left: 1px dotted #ccc;
    padding: 0 5px 0 15px;
}

/* BEGIN c-headline-9 */
.c-headline-9 {
    text-align: center;
    margin-bottom: 20px;
    z-index: 9;
    position: relative;
}
.c-headline-9 .c_name {
    font-size: 30px;
    line-height: 46px;
    color: #3eb348;
    font-weight: 700;
    transition: color 0.4s ease;
}
.c-headline-9 a:hover .c_name {
    color: #3eb348;
}
.c-headline-9 .c_sub {
    display: inline-block;
    font-size: 17px;
    line-height: 16px;
    color: #666666;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
    padding: 0 60px;
}
.c-headline-9 .c_sub:after,
.c-headline-9 .c_sub:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    top: 50%;
    transform: translateY(-50%);
    background: #f48f23;
}
.c-headline-9 .c_sub:before {
    left: 0;
}
.c-headline-9 .c_sub:after {
    right: 0;
}
.c-headline-9 .s-breadcrumb-1 {
    margin-top: 10px;
    justify-content: center;
}
/* END c-headline-9 */
/* BEGIN b-card-58 */
.b-card-58 {
    display: block;
    position: relative;
    border-bottom: 2px solid rgb(236 50 55 / 5%);
    margin-bottom: 30px;
    height: calc(100% - 30px);
    background: #f1fff5;
    overflow: hidden;
    transition: all 0.4s ease;
}
.b-card-58:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.b-card-58 .b_title {
    font-size: 15px;
    line-height: 1.334em;
    text-align: center;
    text-transform: uppercase;
    color: #3eb348;
    font-weight: 500;
    transition: all 0.4s ease;
}
.b-card-58:hover .b_title {
    color: #f48f23;
}
.b-card-58 .b_content {
    padding: 15px;
    text-align: center;
}
.b-card-58 .b_thumb {
    position: relative;
    margin: 0 1.41px;
}
.b-card-58 .b_thumb:after {
    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;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}
.b-card-58:hover .b_thumb:after {
    animation: 1s ease 0s normal none 1 running fixedAnim;
}
.b-card-58 .b_thumb .c-button-8 {
    position: absolute;
    opacity: 0;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}
.b-card-58:hover .b_thumb .c-button-8 {
    opacity: 1;
    top: 50%;
    z-index: 9;
}
/* END b-card-58 */
@keyframes fixedAnim {
    0% {
        right: 125%;
    }

    125% {
        right: 0;
    }
}

/* BEGIN b-card-38 */
.b-card-38 {
    display: block;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.b-card-38::before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.b-card-38 .b_title {
    font-size: 15px;
    width: 80%;
    margin: 0 10%;
    text-align: center;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    position: absolute;
    bottom: 50%;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.b-card-38 .b_icon {
    width: 100%;
    font-size: 60px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    position: absolute;
    position: absolute;
    bottom: -100px;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.b-card-38:hover::before {
    background-color: rgba(0, 0, 0, 0.5);
}
.b-card-38:hover .b_title {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.b-card-38:hover .b_icon {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

/* END b-card-38 */
/* BEGIN c-headline-8 */
.c-headline-8 {
    margin-bottom: 30px;
    position: relative;
}
.c-headline-8::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background: #aaa;
    z-index: 1;
    transform: translateY(-50%);
}
.c-headline-8 .c_name {
    display: inline-block;
    text-transform: uppercase;
    padding: 0px 40px;
    color: #3eb348;
    font-weight: 700;
    font-size: 28px;
    position: relative;
    background-color: #fff;
    z-index: 9;
    transition: color 0.4s ease;
}
.c-headline-8 a:hover .c_name {
    color: #3eb348;
}
.c-headline-8 .c_name:after,
.c-headline-8 .c_name:before {
    content: "\f260";
    font-family: FontAwesome;
    font-size: inherit;
    line-height: 0;
    color: #aaa;
    position: absolute;
    top: 50%;
    left: -2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
}
.c-headline-8 .c_name:after {
    right: -2px;
    left: inherit;
    transform: rotateY(180deg);
}
/* END c-headline-8 */
/* 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-7 */
.s-footer-7 {
    color: #fff;
    margin-top: 30px;
}
.s-footer-7 .s_top {
    position: relative;
    padding: 30px 0;
    background-color: #3eb348;
}
.s-footer-7 .ft-title {
    font-size: 20px;
    letter-spacing: 0.22px;
    margin: 0 0 15px;
    position: relative;
}
.s-footer-7 .ft-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    margin-top: 10px;
    background-color: #ffff00;
}
.s-footer-7 .ft-logo {
    text-align: right;
}
.s-footer-7 .ft-logo img {
    height: 100px;
}
.s-footer-7 .ft-ellipsis {
    margin-bottom: 20px;
    text-align: right;
    display: block;
    color: rgb(255 255 255 / 80%);
    overflow: hidden;
    font-size: 14px;
    line-height: 2em;
    max-height: 8em;
}
.s-footer-7 .ft-social {
    margin-top: 7px;
}
.s-footer-7 .ft-social a {
    font-size: 18px;
    border-radius: 5px;
}
.s-footer-7 .ft-social a i {
    font-size: 18px;
}
.s-footer-7 .ft-menu li {
    display: inline-block;
    width: calc((100% / 2) - 12px);
    color: inherit;
    font-size: 13px;
    margin: 0 10px 10px 0;
}
.s-footer-7 .ft-menu li.line {
    width: 100%;
    margin-right: 0;
}
.s-footer-7 .ft-menu li>h1, .s-footer-7 .ft-menu li>div {
    font-size: 22px;
    font-weight: bold;
    color: yellow;
    text-shadow: 1px 1px 1px #000;
}
.s-footer-7 .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-7 .ft-menu li a>span::before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: inherit;
    color: #ccc;
    margin-right: 5px;
}
.s-footer-7 .ft-menu li a:hover {
    color: #ffff00;
}
.s-footer-7 .ft-menu li>span {
    line-height: 20px;
}
.s-footer-7 .ft-menu li>span:not(:last-child) {
    margin-right: 20px;
}
.s-footer-7 .ft-menu li>span.fa::before {
    width: 15px;
    color: #ffff00;
    text-align: center;
}
.s-footer-7 .ft-menu li {
    font-size: 14px;
}
.s-footer-7 .ft-menu li a>span::before {
    content: "\f0da";
    margin-right: 8px;
}
.s-footer-7 .ft-support .icon > a {
    font-size: 16px;
    border-radius: 5px;
}
.s-footer-7 .ft-support .zalo {
    background-size: cover;
    margin-right: 7px;
}
.s-footer-7 .s_bot {
    background-color: #33973b;
}
.s-footer-7 .ft-copyright {
    line-height: 40px;
}
.s-footer-7 .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-7 .ft-phone i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid;
    border-radius: 50%;
    background-color: #3eb348;
}
.s-footer-7 .ft-phone span {
    margin-left: 0;
    line-height: 1;
    border: 1px solid;
    border-left: none;
    border-radius: 0 5px 5px 0;
    background-color: #3eb348;
    position: relative;
    left: -5px;
}
.s-footer-7 .ft-phone span:not(.text-hide) {
    padding: 5px;
}
.s-footer-7 .ft-support .item {
    border-top: 1px dashed #44c74e;
    margin-top: 7px;
    padding-top: 10px;
    height: calc(100% - 7px);
}
.s-footer-7 .ft-support .item .name {
    margin-bottom: 3px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}
.s-footer-7 .ft-support .item .phone {
    margin-bottom: 7px;
}
.s-footer-7 .ft-support .item .phone a {
    transition: 0.25s ease-in-out;
}
.s-footer-7 .ft-support .item .phone a:hover {
    color: #ffff00;
}
.s-footer-7 .ft-support .row > div:first-child .item, .s-footer-7 .ft-support .row > div:nth-child(2) .item {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    height: 100%;
}
.s-footer-7 .ft-support .item span.fa {
    padding-left: 19px;
    margin-left: 4px;
}
.s-footer-7 .ft-support .item span.fa::before {
    color: #ffff00;
}
/* END s-footer-7 */
/* BEGIN s-icon-1 */
.s-icon-1 {
    font-size: 14px;
    background-color: #f7f7f7;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    z-index: 100;
    position: fixed;
    right: 0;
    bottom: 0;
}
.s-icon-1>a {
    position: relative;
    padding: 0.715em;
    border-bottom: 1px solid #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.s-icon-1>a>span:first-child {
    color: #05a;
    font-size: 0.929em;
    font-weight: bold;
    padding: 0 15px;
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: -1px;
    right: 100%;
    bottom: -1px;
    white-space: nowrap;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.25s linear;
    -o-transition: 0.25s linear;
    transition: 0.25s linear;
}
.s-icon-1>a>span:last-child {
    font-size: 23px;
    position: relative;
}
.s-icon-1>a>span i.fa {
    line-height: 0;
}
.s-icon-1>a>span:last-child::before, .s-icon-1>a>span:last-child::after {
    content: '';
    opacity: 0;
    width: calc(100% + 1.334em);
    height: calc(100% + 1.334em);
    margin: -0.666em;
    border-radius: 3px;
    background-color: inherit;
    z-index: -1;
    position: absolute;
}
.s-icon-1>a>span:last-child.s_ripple::before, .s-icon-1>a>span:last-child.s_ripple::after {
    -webkit-animation: ripple 1.5s infinite;
    animation: ripple 1.5s infinite;
}
.s-icon-1>a>span:last-child::after {
    animation-delay: .3s !important;
    -webkit-animation-delay: .3s !important;
}
.s-icon-1>a:hover {
    background-color: #fcfcfc;
}
.s-icon-1 .mess, .s-icon-1 .zalo {
    padding: 5px 0;
    text-align: center;
    justify-content: center;
}
.s-icon-1 .mess .c-icon-img, .s-icon-1 .zalo .c-icon-img {
    font-size: 28px;
    background-size: cover;
}
.s-icon-1 .zalo .c-icon-img {
    font-size: 28px;
}
@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/* END s-icon-1 */
.fb_dialog {
    z-index: 999 !important;
}
.fb_iframe_widget iframe {
    z-index: 1000 !important;
}
.fb_dialog_content iframe {
    right: -6px !important;
    bottom: 6px !important;
}


/* 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: #3eb348;
    border: 1px solid #3eb348;
}
[class*="s-pagination-"]>li.active>a {
    color: #fff;
}

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

/* END s-pagination-2 */
.s-banner-1 {
    padding: 45.5px 75px;
    position: relative;
    background-image: url(/images/banner_header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.s-banner-1::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 90%) 0%, rgb(255 255 255 / 90%) 150%);
    position: absolute;
    top: 0;
    left: 0;
}
.s-banner-1 .s_content {
    text-align: center;
}
.s-banner-1 .s_content .title {
    font-weight: bold;
    font-size: 35px;
    color: #3eb348;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-shadow: 1px 1px 1px #fff;
    position: relative;
}
.s-banner-1 .s_content .title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 185px;
    height: 2px;
    background-color: rgba(255, 0, 0, 0);
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0), #3eb348 50%, rgba(255, 0, 0, 0));
}
.s-banner-1 .s_content p {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    text-shadow: 1px 1px 1px #fff;
    position: relative;
}
/* 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: 18px;
    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;
}
.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;
    font-weight: 300;
}
.b-card-2:hover .b_title {
    color: #3eb348;
}

/* END b-card-2 */
/* BEGIN c-headline-13 */
.c-headline-13 {
    margin-top: -10px;
}
.c-headline-13 .c_name {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
}
.c-headline-13 .c_name:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #3eb348;
}
.c-headline-13 .c_name::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #3eb348;
}
/* END c-headline-13 */
/* BEGIN s-sidebar-3 */
.s-sidebar-3 {
    margin-bottom: 30px;
}
.s-sidebar-3 .s_heading {
    font-size: 18px;
    font-weight: bold;
    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: #3eb348;
    z-index: 3;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.s-sidebar-3 .s_list {
    padding: 15px 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: #f48f23;
}
.s-sidebar-3 .s_list .title {
    font-size: 15px;
    margin-bottom: 10px;
}
.s-sidebar-3 .s_list .thumb {
    float: left;
    width: 90px;
    line-height: 0;
    margin-right: 12px;
}
.s-sidebar-3 .s_list .sku {
    color: #777;
    font-weight: 300;
}
/* END s-sidebar-3 */
/* BEGIN s-sidebar-4 */
.s-sidebar-4 {
    border: 1px solid #eee;
    margin-bottom: 30px;
}
.s-sidebar-4 .s_heading {
    color: #3eb348;
    font-weight: bold;
    padding: 10px 15px;
    text-transform: uppercase;
    background-image: linear-gradient(to bottom, rgb(115 225 125 / 15%), rgba(243, 243, 243, .1));
    border-bottom: 1px solid rgb(62 179 72 / 5%);
}
.s-sidebar-4 .s_heading::before {
    content: '\f0c9';
    font-family: FontAwesome;
    font-weight: normal;
    margin-right: 10px;
    color: #3eb348;
}
.s-sidebar-4>ul li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    padding: 13px 15px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    -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-4>ul li>a::before {
    content: '\f105';
    font-family: FontAwesome;
    color: #999;
}
.s-sidebar-4>ul li>a h2 {
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    margin-left: 7px;
}
.s-sidebar-4>ul li>a:hover {
    color: #f48f23;
}
.s-sidebar-4>ul li>ul {
    display: none;
    background-color: rgb(236 50 55 / 2%);
    border-bottom: 1px solid #eee;
}
.s-sidebar-4>ul li>ul a {
    padding: 13px 26px;
    font-weight: normal;
}
.s-sidebar-4>ul li>ul a::before {
    content: '\f10c';
    font-size: 0.616em;
    position: relative;
    top: 0.375em;
}
.s-sidebar-4>ul li:last-child a {
    border-bottom: none;
}
.s-sidebar-4>ul li.is-active>ul {
    display: block;
}

/* END s-sidebar-4 */
.c-modal-header .c-modal-box {
    max-width: 530px;
}
.c-modal-header .c-modal-box .c_header {
    margin-bottom: 0;
}
.c-modal-header .c-modal-box .c_body h3 {
    text-align: center;
    margin-bottom: 10px;
}

/* 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 1.072em;
    -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: #05a;
}
.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;
}
.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: #05a;
    position: absolute;
    top: -0.727em;
}
.c-form-border.is-focused {
    border-color: #05a;
}
.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 */
/* BEGIN c-button-8 */
.c-button-8 {
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    padding: 0.5em 1.072em 0.5em 1.072em;
    overflow: hidden;
    color: #fff;
    background-color: #f48f23;
    border-radius: 20px;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
}
.c-button-8>i.fa {
    padding-left: 5px;
}
.c-button-8::after {
    content: '';
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);
    -webkit-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
}
.c-button-8:hover {
    box-shadow: 0 14px 26px -12px rgba(34, 34, 34, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(34, 34, 34, 0.2);
}
.c-button-8:hover::after {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
}

/* END c-button-8 */
.c-modal-1 .c-modal-box {
    max-width: 500px;
}
.c-modal-1 .c-modal-group {
    background-color: #ce2d32;
}
.c-modal-1 .form .c-form-border {
    background-color: #fff;
}
.c-modal-1 .c_body h3 {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.fb_dialog {
    z-index: 1000 !important;
}
.fb_dialog_content iframe {
    right: -6px !important;
    bottom: 6px !important;
}
@media screen and (min-width: 576px) {
    /* .fb_iframe_widget iframe {
        bottom: 40px!important;
        right: 45px!important;
    } */
    .s-icon-1>a:hover>span:first-child {
        opacity: 1;
        background-color: inherit;
        border: 1px solid #f5f5f5;
        border-right: none;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .s-icon-1>a:hover>span:last-child::before, .s-icon-1>a:hover>span:last-child::after {
        -webkit-animation: ripple 1.5s infinite;
        animation: ripple 1.5s infinite;
    }
}

@media (min-width: 1260px) {
    .s-header-17 .hd-menu>ul>li>ul li:hover>ul {
        left: 100% !important;
        top: -1px;
    }
    .s-header-17 .hd-menu>ul>li>ul li:hover>ul {
        opacity: 1;
        visibility: visible;
        position: absolute;
        background-color: #fff;
        min-width: 280px;
    }
    .s-footer-7 .ft-phone {
        display: none;
    }
    .s-footer-7 .w47 {
        width: 47%;
    }
    .s-footer-7 .w28 {
        width: 28%;
    }
}
@media screen and (max-width: 1259px) {
    .s-header-17 .hd-logo {
        padding-right: 0;
    }
    .s-header-17 .s_left::before {
        right: -23px;
    }
    .s-header-17 .hd-menu>ul>li {
        margin-right: 15px;
    }
    .s-header-17 .hd-logo img {
        height: 50px;
    }
    .s-header-17 .hd-slogan {
        display: none;
    }
    .s-header-17 .hd-contact {
        margin-left: 30px;
    }
    .s-header-17 .hd-language {
        margin-left: 0;
    }
    .s-header-17 .s_top {
        height: 100%;
        padding-left: 10px;
    }
    .s-header-17 .s_bot {
        height: 0;
        position: relative;
    }
    .s-header-17 .s_bot::before {
        display: none;
    }
    .s-header-17 .hd-menu {
        position: absolute;
        top: -38.5px;
        right: 0;
    }
    .s-header-17 .hd-menu>a[ht-trigger="hd-menu"] {
        display: block;
        color: #3eb348;
        font-size: 12px;
    }
    .s-header-17 .hd-menu>ul {
        visibility: hidden;
        width: 250px;
        box-shadow: 0 5px 10px #ccc;
        background-color: rgb(238 245 255);
        z-index: 2;
        position: absolute;
        top: 30px;
        right: 0;
    }
    .s-header-17 .hd-menu>ul>li {
        display: block;
        margin-left: 15px;
        border-bottom: 1px solid rgb(8 64 141 / 6%);
    }
    .s-header-17 .hd-menu>ul>li>a {
        line-height: 40px;
        color: #000;
    }
    .s-header-17 .hd-menu>ul>li>ul {
        width: 100% !important;
    }
    .s-header-17 .hd-menu>ul>li:not(.no-hover):hover>ul {
        min-width: 100%;
        right: 0;
    }
    .s-header-17 .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-header-17 .hd-menu>ul>li ul li>span {
        visibility: visible;
    }
    .s-header-17 .hd-menu>ul>li>ul li>ul {
        top: 0;
        width: 100%;
        display: none;
        visibility: visible;
        opacity: 1;
        position: relative;
        border: none;
        border-bottom: 1px solid #e5e5e5;
    }
    .s-header-17 .hd-menu>ul:not(.is-active)>li>ul li>ul {
        display: none !important;
    }
    .s-header-17 .hd-menu>ul>li:not(.no-hover):hover>a {
        color: #3eb348;
    }
    .s-header-17 .hd-search {
        margin-left: auto;
        margin-right: 80px;
    }
    .b-search-2 {
        width: 200px;
    }
}
@media screen and (max-width: 991px) {
    .s-header-17 .hd-contact li:last-child {
        display: none;
    }
    .s-footer-7 .s_top {
        padding: 30px 0;
    }
    .ht-page__sidebar {
        display: none;
    }
    .b-card-58 .b_thumb .c-button-8 {
        display: none;
    }
    .s-footer-7 .container > .row {
        flex-direction: column-reverse;
    }
    .s-footer-7 .contact {
        margin-top: 20px;
    }
}
@media screen and (max-width: 991px) and (min-width: 480px) {
    .s-header-17 .hd-search .box {
        width: 230px;
        -webkit-transform: perspective(600px) rotateX(0deg);
        transform: perspective(600px) rotateX(0deg);
        top: -10px;
        padding: 4px;
        box-shadow: none;
    }
}
@media screen and (max-width: 767px) {
    .s-header-17 .hd-search .box {
        width: 230px;
        top: 28px;
    }
    .s-header-17 .hd-search {
        position: relative;
    }
    .s-header-17 .hd-search>i {
        display: flex;
        color: #fff;
        font-size: 14px;
        padding: 5px 12px 7px;
        background-color: #3eb348;
    }
    .s-header-17 .hd-search>form {
        display: none;
        width: 230px;
        position: absolute;
        top: 30px;
        right: 0;
        z-index: 99;
        -webkit-animation: slide-up 0.3s;
        -o-animation: slide-up 0.3s;
        animation: slide-up 0.3s;
    }
    .s-header-17 .hd-search>form.is-active {
        display: flex;
    }
    .s-footer-7 .ft-logo, .s-footer-7 .ft-ellipsis, .s-footer-7 .ft-social {
        text-align: left;
    }
    .s-banner-1 {
        padding: 30px;
    }
    .c-headline-9 .c_name {
        font-size: 23px;
        line-height: 35px;
    }
}
@media (max-width: 575px) {
    .b-card-47 .b_content {
        padding: 10px;
    }
    .b-card-47 .b_desc {
        padding: 0;
        border: none;
    }
    .b-card-47 .b_title {
        margin-bottom: 5px;
    }
    .b-card-58 .b_content {
        padding: 10px;
    }
    .b-card-58 .b_title {
        font-size: 14px;
    }
    .b-card-38 .b_title, .b-card-38 .b_icon {
        display: none;
    }
}
@media screen and (max-width: 479px) {
    .b-card-2 .b_thumb {
        width: 150px;
    }
    .b-card-2 .b_title {
        font-size: 15px;
    }
    .s-banner-1 {
        padding: 20px;
    }
    .s-banner-1 .s_content .title {
        font-size: 28px;
    }
}
@media screen and (max-width: 375px) {
    .s-header-17 .hd-contact {
        display: none;
    }
}

/* BEGIN s-breadcrumb-1 */
.s-breadcrumb-1 {
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: initial;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
}
.s-breadcrumb-1::-webkit-scrollbar {
    height: 0;
}
.s-breadcrumb-1 li {
    flex: 0 0 auto;
}
.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;
    color: inherit;
}
.s-breadcrumb-1 li a {
    font-weight: bold;
    color: initial;
}
.s-breadcrumb-1 li a:hover {
    color: #3eb348;
}

/* END s-breadcrumb-1 */