body {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 15px;
}
.grecaptcha-badge {
    opacity: 0;
    visibility: hidden;
}
/* Style chung s-header */
.hd-logo {
    line-height: 0;
}

.hd-menu h2, .hd-menu .h2 {
    font-size: inherit;
    font-weight: inherit;
}

a[ht-trigger="hd-menu"] {
    display: none;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
}
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-2 */
.s-header-2 {
    position: relative;
    height: 80px;
}
.s-header-2.fixedTop .s_fixed {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
}
.s-header-2.fixedTop .hd-logo {
    /* padding: 0.315em 0 0.315em 0; */
}
.s-header-2 .hd-cart {
    font-size: 18px;
    position: relative;
}
.s-header-2 .hd-cart>i {
    color: #000;
}
.s-header-2 .hd-cart .bage {
    font-size: 11px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    background-color: #6dbd1e;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -5px;
}
.s-header-2 .s_top {
    color: #fff;
    line-height: 0;
    padding: 8px 0;
    background-color: #6dbd1e;
}
.s-header-2 .hd-contact {
    margin-right: auto;
}
.s-header-2 .hd-contact>li {
    display: inline-block;
}
.s-header-2 .hd-contact>li:not(:last-child) {
    margin-right: 15px;
}
.s-header-2 .hd-social {
    margin-right: 20px;
}
.s-header-2 .hd-social a {
    color: inherit;
    border-color: inherit;
}
.s-header-2 .s_bot {
    box-shadow: 0px 2px 5px #999;
    position: relative;
    z-index: 111;
    padding: 8px 0;
}
.s-header-2 .hd-logo {
    font-size: 14px;
    padding: 0.715em 0 0.715em 0;
    /* margin-right: auto; */
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.s-header-2 .hd-logo>img {
    height: 5em;
}
.s-header-2 .hd-logo a:first-child img {
    margin-right: 25px;
    height: 45px;
}
.s-header-2 .hotline img {
    height: 40px
}
.s-header-2 .hd-logo a:nth-child(2) img {
    height: 60px;
}
.s-header-2 .hd-logo>div {
    margin-left: 15px;
    line-height: 1.4;
    text-transform: uppercase;
}
.s-header-2 .hd-logo>div>span {
    display: block;
    font-weight: 500;
}
.s-header-2 .hd-logo>div>span:first-child {
    font-size: 20px;
    color: #6dbd1e;
    letter-spacing: 0.2px;
}
.s-header-2 .hd-logo>div>span:last-child {
    color: #a23723;
    font-size: 15px;
    font-weight: 300;
}
.s-header-2 .hd-menu>ul>li {
    display: inline-block;
    position: relative;
}
.s-header-2 .hd-menu>ul>li>a {
    display: block;
    padding: 0 17px;
    font-weight: 500;
    color: #444;
    line-height: 35px;
    border-radius: 3px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.s-header-2 .hd-menu>ul>li>a:nth-last-child(2) h2::after {
    content: '\f107';
    font-family: FontAwesome;
    margin-left: 10px;
    float: right;
}
.s-header-2 .hd-menu>ul>li>ul {
    visibility: hidden;
    min-width: 200px;
    padding: 5px 0;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 2000;
    position: fixed;
}
.s-header-2 .hd-menu>ul>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;
    right: 8px;
}
.s-header-2 .hd-menu>ul>li>ul>li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.s-header-2 .hd-menu>ul>li>ul>li a {
    display: block;
    padding: 13px 20px 13px 20px;
    font-weight: 300;
    color: #444;
    font-size: 16px;
}
.s-header-2 .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-2 .hd-menu>ul>li>ul>li:hover a {
    color: #6dbd1e;
}
.s-header-2 .hd-menu>ul>li.is-active>a {
    color: #6dbd1e;
}
.s-header-2 .hd-menu>ul>li>a i {
    font-size: 25px;
}
.s-header-2 .hd-menu>ul>li:not(.no-hover):hover>a {
    color: #6dbd1e;
}
.s-header-2 .hd-menu>ul>li:not(.no-hover):hover>a:nth-last-child(2) {
    border-radius: 3px 3px 0 0;
}
.s-header-2 .hd-menu>ul>li:not(.no-hover):hover>ul {
    visibility: visible;
    position: absolute;
    left: 0;
    -webkit-animation: slide-up 0.3s;
    -o-animation: slide-up 0.3s;
    animation: slide-up 0.3s;
}
.s-header-2 .hd-search {
    position: relative;
    line-height: 0;
    margin: 0 13px;
}
.s-header-2 .hd-search>a {
    font-size: 22px;
}
.s-header-2 .hd-search>a i {
    font-size: 0.819em;
}
.s-header-2 .hd-search>form {
    display: none;
    width: 300px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    z-index: 9999;
    position: absolute;
    top: calc(100% + 2px);
    right: 0;
    -webkit-animation: slide-up 0.3s;
    -o-animation: slide-up 0.3s;
    animation: slide-up 0.3s;
}
.s-header-2 .hd-search>form.is-active {
    display: -webkit-flex;
    display: flex;
}

/* END s-header-2 */
/* Style chung b-search */
[class*="b-search-"] {
    color: #666;
    font-size: 13px;
    max-width: 300px;
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
}
[class*="b-search-"]>input {
    width: 100%;
    color: inherit;
    font-size: 1em;
    padding: 0 5px 0 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;
}
.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;
}
.b-search-2>button:not([class]) {
    color: inherit;
    padding: 1.077em 0.616em 1.077em 0.616em;
    background-color: transparent;
}

/* END b-search-2 */
/* BEGIN s-icon-2 */
.s-icon-2>a:first-child {
    opacity: 0;
    font-size: 20px;
    border: 1px solid;
    background-color: rgba(204, 204, 204, 0.5);
    z-index: 999;
    position: fixed;
    right: 10px;
    bottom: calc(60% - 1em);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.s-icon-2>a:first-child.is-show {
    opacity: 1;
    bottom: 115px;
}
.s-icon-2>a:last-child {
    position: fixed;
    right: 10px;
    bottom: 0px;
    z-index: 999;
}
.s-icon-2>a:last-child img {
    width: 36px;
}
.s-icon-2>a:nth-child(2) {
    position: fixed;
    right: 10px;
    bottom: 60px;
    z-index: 999;
    line-height: 0;
}
.s-icon-2>a:nth-child(2) span {
    font-size: 20px;
}
.s-icon-2>a:nth-child(2) span::before, .s-icon-2>a:nth-child(2) span::after {
    content: '';
    opacity: 0;
    width: calc(100% + 1.334em);
    height: calc(100% + 1.334em);
    margin: -0.666em;
    border-radius: 3px;
    background-color: #6dbd1e;
    border-radius: 3px;
    z-index: -1;
    position: absolute;
    -webkit-animation: ripple 1.5s infinite;
    animation: ripple 1.5s infinite;
}
.s-icon-2>a:nth-child(2) span::after {
    animation-delay: .3s !important;
    -webkit-animation-delay: .3s !important;
}
.s-icon-2>a:nth-child(2) span img {
    position: absolute;
}

@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-2 */
/* 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;
}
.s-footer-7 .s_top a[rel="nofollow"] img {
    height: 60px;
}
.s-footer-7 .s_top {
    position: relative;
    line-height: 28px;
    padding: 40px 0;
    background-image: url("/images/slides/slide-11.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.s-footer-7 .s_top::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(2, 4, 5, 0.9);
    position: absolute;
    top: 0;
    left: 0;
}
.s-footer-7 .ft-title {
    font-size: 18px;
    letter-spacing: 0.22px;
    margin: 10px 0 15px;
    font-weight: 500;
    position: relative;
}
.s-footer-7 .ft-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    margin-top: 10px;
    background-color: #6dbd1e;
}
.s-footer-7 .ft-ellipsis {
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 2em;
    max-height: 8em;
}
.s-footer-7 .ft-social a {
    font-size: 26px;
    border-radius: 0;
    background-color: #6dbd1e;
}
.s-footer-7 .ft-social a.c-icon-img {
    background-size: 0.424em;
}
.s-footer-7 .ft-social a i {
    font-size: 0.539em;
}
.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 .titile_footer>h1, .s-footer-7 .titile_footer>div {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}
.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 i.fa {
    color: #ccc;
}
.s-footer-7 .ft-menu li a:hover {
    color: #6dbd1e;
}
.s-footer-7 .ft-menu li>span {
    line-height: 20px;
    font-weight: 300;
}
.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: #ccc;
    text-align: center;
}
.s-footer-7 .ft-menu li {
    font-size: 16px;
}
.s-footer-7 .ft-menu li a>span::before {
    content: "\f0da";
    margin-right: 8px;
}
.s-footer-7 .s_bot {
    background-color: #6dbd1e;
}
.s-footer-7 .ft-copyright {
    padding: 10px 0;
    font-size: 12px;
}
.s-footer-7 .ft-phone {
    color: #fff;
    text-align: center;
    z-index: 999;
    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: #a23723;
}
.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: #a23723;
    position: relative;
    left: -5px;
}
.s-footer-7 .ft-phone span:not(.text-hide) {
    padding: 5px;
}
.s-footer-7 .ft-backtop {
    opacity: 0;
    color: #fff;
    font-size: 20px;
    border: 1px solid;
    background-color: #a23723;
    z-index: 999;
    position: fixed;
    right: 10px;
    bottom: calc(60% - 1em);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.s-footer-7 .ft-backtop.is-show {
    opacity: 1;
    bottom: 15px;
}

/* END s-footer-7 */
/* BEGIN b-card-18 */
.b-card-18 {
    display: block;
    margin-bottom: 20px;
    height: calc(100% - 20px);
    padding: 10px 10px 20px;
    border: 1px solid transparent;
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 10%);
}
.b-card-18:hover {
    border: 1px solid #e5e5e5;
    -webkit-transition: border 0.2s linear;
    -o-transition: border 0.2s linear;
    transition: border 0.2s linear;
}
.b-card-18 .b_title {
    font-size: 19px;
    letter-spacing: 0.5px;
    text-align: center;
    margin: 10px 0 5px;
    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;
    font-weight: normal;
}
.b-card-18 .b_title:hover {
    color: #6dbd1e;
}
.b-card-18 .b_divider {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #e2e2e2;
}
.b-card-18 .b_desc {
    color: #6c6c6c;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 300;
    text-align: center;
    padding: 0 5px;
}
.b-card-18 .b_desc span {
    font-weight: 500;
    color: #6dbd1e;
}
.b-card-18 .b_price {
    margin-top: 16px;
    text-align: center;
    font-weight: 500;
}
.b-card-18 .b_price .discount {
    color: #6dbd1e;
    font-size: 20px;
}
.b-card-18 .b_price .market {
    color: #999;
    font-size: 16px;
    margin-left: 5px;
    text-decoration: line-through;
}


/* END b-card-18 */

/* BEGIN s-faq-2 */
.s-faq {
    padding-top: 50px;
    border-top: 1px solid #f5f5f5;
}
.s-faq-3 .item:not(:last-child) {
    border-bottom: 1px solid #f5f5f5;
}
.s-faq-3 .item-title {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    background-color: #fdfbfa;
    padding: 15px 25px;
}
.s-faq-3 .item-title i {
    margin-top: 2px;
    color: #6dbd1e;
}
.s-faq-3 .item-title .title {
    display: inline-block;
    font-weight: inherit;
    font-size: inherit;
    margin-left: 0.5em;
}
.s-faq-3 .item-title:before {
    content: '\002b';
    display: inline-block;
    color: #000;
    width: 1.429em;
    position: absolute;
    right: 25px;
    line-height: 1.429em;
    margin-right: 7px;
    text-align: center;
}
.s-faq-3 .item-title:hover {
    color: #6dbd1e;
}
.s-faq-3 .item-body {
    height: 0;
    opacity: 0;
    overflow: hidden;
    line-height: 1.5;
    overflow-y: auto;
    max-height: 250px;
    font-size: 16px;
    background-color: #fffefe;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.s-faq-3 .item.is-active .item-body {
    height: auto;
    opacity: 1;
    visibility: visible;
    padding: 20px 30px 15px;
}

.s-faq-3 .item.is-active .item-title {
    color: #6dbd1e;
}
.s-faq-3 .item.is-active .item-title:before {
    content: '\2013';
}
.s-faq-3 .item-title:hover:before {
    color: #6dbd1e;
}
.s-faq-3 .item.is-active .item-title:before {
    color: #000;
}
/* END s-faq-2 */

.s-faq .s-navbar .c-button-10 {
    background-color: #a23723;
    margin-top: 20px;
    font-weight: 500;
    padding: 1em 3.429em 1em 3.429em;
}
.s-faq .s-navbar .c-button-10:hover {
    color: #fff;
}

/* BEGIN c-button-10 */
.c-button-10 {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 2em 5.429em 2em 5.429em;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    z-index: 1;
    transition: all 0.3s;
    background-color: #EFECE5;
    margin-right: 30px;
    font-weight: bold;
}
.c-button-10::before {
    content: '';
    background-color: #6dbd1e;
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}
.c-button-10:hover {
    color: #000;
}
.c-button-10:hover::before {
    height: 0%;
}
/* BEGIN c-button-10 */

/* BEGIN b-card-36 */
.b-card-36 {
    display: block;
    position: relative;
    height: calc(100% - 30px);
    margin: 0 1.29px 30px;
    background-color: #fff;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.b-card-36 .b_content {
    padding: 0 15px;
}
.b-card-36 .b_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 18px;
    font-weight: 500;
    padding-top: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.b-card-36 .b_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: #666;
    font-size: 15px;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 15px;
}
.b-card-36 .b_btn {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 10px 25px;
    background-color: #6dbd1e;
    text-transform: uppercase;
    position: relative;
    bottom: -5px;
    font-weight: 500;
}
.b-card-36 .b_btn::after {
    content: "";
    border-top: 5px solid #666;
    border-right: 5px solid transparent;
    position: absolute;
    right: -5px;
    bottom: 0;
}

/* END b-card-36 */

/* BEGIN s-home-1 */
.s-home-1 {
    background-image: url("/images/bgs/bg-9.jpg");
}
.s-home-1 .s_lbox {
    display: none;
}
.s-home-1 .s_rbox {
    background-color: #fff;
    padding: 15px;
}
.s-home-1 .s_rbox .c_btn {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
}
.s-home-1 .s_rbox .c_btn:hover {
    color: #a23723;
}
.s-home-1 .s_rbox .c_btn i {
    color: #6dbd1e;
    margin-right: 5px;

}
.s-home-1 .s_rbox>.title {
    color: #6dbd1e;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.s-home-1 .s_rbox>.desc {
    color: #555;
    line-height: 26px;
    font-size: 18px;
    text-align: justify;
    margin-bottom: 20px;
}
.s-home-1 .s_rbox>.btn {
    text-align: right;
    margin-top: 15px;
}
.s-home-1 [class*="b-sslide-"] .slick-dots li.slick-active button {
    display: none;
}
.s-home-1 .s_lbox .slick-slider:not(.slick-initialized)::before {
    content: '';
    display: block;
    padding-bottom: calc(56% - 5px);
}

/* END s-home-1 */

.c-headline-2 .c_name {
    font-size: 22px;
    color: #333;
}
.c-headline-2 a:hover {
    color: #6dbd1e;
}
.s-home-34 {
    padding: 50px 0 40px;
    background: linear-gradient(to bottom, rgb(253 247 247 / 98%) 0, rgb(253 247 247 / 98%) 100%), url(/images/bgs/bg-8.jpg) repeat 0 0;
}
.s-home-34 .s-list {
    padding: 40px 0 0;
}
.s-home-34 .s_left {
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.s-home-34 .s_left::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: linear-gradient(to top,
        rgb(219 117 42 / 5%),
        rgba(238, 238, 238, 0.07));
}
.s-home-34 .s_left .c-headline-2 .c_name {
    font-size: 22px;
}
.s-home-34 .s_left .b_title {
    color: #6dbd1e;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0 10px;
    -webkit-transition: 0.3s color ease-in-out;
    -o-transition: 0.3s color ease-in-out;
    transition: 0.3s color ease-in-out;
}
.s-home-34 .b_desc {
    margin-top: 10px;
    font-size: 18px;
}
.s-faq .c-headline-2 .c_name {
    color: #6dbd1e;
}

/* END c-radio */
.s-home-1 .s_lbox .slick-slider {
    position: relative;
}

.ytp-large-play-button {
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    -webkit-transition: opacity .25s cubic-bezier(0, 0, 0.2, 1);
    transition: opacity .25s cubic-bezier(0, 0, 0.2, 1);
    z-index: 63;
}
.ytp-large-play-button svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ytp-large-play-button-bg {
    -webkit-transition: fill .1s cubic-bezier(0.4, 0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0, 1, 1);
    transition: fill .1s cubic-bezier(0.4, 0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0, 1, 1);
    fill: #212121;
    fill-opacity: .8;
}
.s_video {
    cursor: pointer;
}
.s_video:hover .ytp-large-play-button-bg {
    -webkit-transition: fill .1s cubic-bezier(0, 0, 0.2, 1), fill-opacity .1s cubic-bezier(0, 0, 0.2, 1);
    transition: fill .1s cubic-bezier(0, 0, 0.2, 1), fill-opacity .1s cubic-bezier(0, 0, 0.2, 1);
    fill: #f00;
    fill-opacity: 1;
}
.myVideo .ht-ratio--56::before {
    padding-bottom: calc(56% - 5px);
}
.myVideo .c-modal-group {
    background-color: rgba(0, 0, 0, .8);
    border-radius: 0;
    overflow: unset;
}
.myVideo .c_close {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%!important;
    background-color: rgba(0, 0, 0, .5)!important;
    width: 30px;
    height: 30px;
    top: -10px;
    right: -10px;
    z-index: 1000;
}
.myVideo .c-modal-box {
    max-width: 1000px;
    position: relative;
    z-index: 1050;
    top: 50%;
    transform: translate(0, -50%) !important;
    transition: transform .3s ease-out;
    padding: 0 10px;
}
.s-header-2 .hd-info {
    margin-right: auto;
}
.s-header-2 .hd-info div:first-child {
    color: #666;
    text-transform: uppercase;
}
.s-header-2 .hd-info div:last-child {
    cursor: pointer;
    color: #e10027;
    font-size: 20px;
    font-weight: 700;
}
.s-footer-7 .ft-menu li.line.menu-sub {
    width: calc((100% / 2) - 12px);

}
.s-footer-7 .ft-menu li.line.menu-sub a::before {
    content: "\f0da";
    margin-right: 8px;
    font-family: FontAwesome;
    font-size: inherit;
    color: #ccc;
}
@media (min-width: 576px) {
    /* .s-header-2 .hd-info {
        display: none;
    } */
}
@media screen and (min-width: 992px) {
    .s-home-1 .container {
        display: table;
    }
    .s-home-1 .s_lbox {
        display: table-cell;
        vertical-align: middle;
        padding: 100px 0 50px;
        width: 40%;
    }
    .s-home-1 .s_lbox .b-sslide-ratio {
        border: 5px solid #fff;
        border-right: none;
    }
    .s-home-1 .s_lbox .slick-slider {
        position: relative;
        -webkit-transform: translate(50px, -50px);
        transform: translate(50px, -50px);
    }
    .s-home-1 .s_lbox .slick-slider:not(.slick-initialized) {
        position: relative;
        overflow: hidden;
    }

    .s-home-1 .s_lbox .slick-slider:not(.slick-initialized)>.ht-ratio__img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .s-home-1 .s_lbox .slick-slider:not(.slick-initialized)>.ht-ratio__img>img {
        width: 100%;
    }
    .s-home-1 .s_lbox .slick-slider:not(.slick-initialized)>a:first-child {
        z-index: 1;
    }
    .s-home-1 .s_lbox .slick-slider .slick-list::before {
        padding-bottom: 65%;
    }
    .s-home-1 .s_lbox .slick-slider .slick-dots {
        height: 0;
    }
    .s-home-1 .s_rbox {
        display: table-cell;
        vertical-align: middle;
        padding: 50px 100px;
        width: 60%;
    }
    .s-home-1 .s_rbox>.title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .s-home-1 .s_rbox>.btn {
        text-align: right;
        margin-top: 30px;
    }
    .b-card-36 .b_content {
        padding: 0 25px;
    }
    .b-card-36:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    .b-card-36:hover .b_title {
        color: #6dbd1e;
    }
}
@media screen and (min-width: 1260px) {
    .s-footer-7 .ft-phone {
        display: none;
    }
}
@media screen and (max-width: 1259px) {
    .s-header-2 {
        height: 75.28px;
    }
    .s-header-2 .hd-logo {
        font-size: 10px;
    }
    .s-header-2 .hd-menu {
        order: 1;
        margin-left: 25px;
        position: relative;
    }
    .s-header-2 .hd-menu>a[ht-trigger="hd-menu"] {
        display: block;
        color: #6dbd1e;
        font-size: 28px;
    }
    .s-header-2 .hd-menu>ul {
        visibility: hidden;
        width: 250px;
        background-color: #fff;
        box-shadow: 0 0px 10px 0px #ccc;
        position: absolute;
        top: 45px;
        right: 0;
    }
    .s-header-2 .hd-menu>ul>li {
        display: block;
        border-bottom: 1px solid #eee;
    }
    .s-header-2 .hd-menu>ul>li i.fa {
        display: none;
    }
    .s-header-2 .hd-menu>ul>li .text-hide {
        font: inherit;
        color: inherit;
        margin: 0;
    }
    .s-header-2 .hd-menu>ul>li>ul>li a {
        padding: 7px 10px 7px 10px;
    }
    .s-header-2 .hd-menu>ul>li>a {
        border-radius: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .s-header-2 .hd-menu>ul>li>ul {
        width: 100% !important;
    }
    .s-header-2 .hd-menu>ul>li:not(.no-hover):hover>ul {
        min-width: 100%;
    }
    .s-header-2 .hd-menu>ul.is-active {
        visibility: visible;
        -webkit-animation: slide-up 0.3s;
        -o-animation: slide-up 0.3s;
        animation: slide-up 0.3s;
    }
    #not ul, .s-header-2 .hd-menu>ul>li#not>a:nth-last-child(2) h2::after {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .s-home-1 {
        padding-top: 30px;
    }
    .s-home-1 .s_lbox {
        display: block;
    }
    .s-home-1 .s_rbox>.desc {
        font-size: 17px;
    }
    .s-footer-7 .s_top {
        padding: 30px 0;
    }
    .s-faq-3 {
        margin-top: 30px;
    }
    .s-home-34 .b_desc {
        font-size: 17px;
    }
    .s-home-34 .s_right {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .s-faq-3 .item-title {
        padding: 10px;
    }
    .s-faq-3 .item-title::before {
        margin-right: 0;
        right: 5px;
    }
    .s-faq-3 .item-title span {
        padding-right: 15px;
    }
}
@media screen and (max-width: 575px) {
    .s-header-2 {
        height: 66.28px;
    }
    .c-headline-2 .c_name {
        font-size: 22px!important;
    }
    .b-card-18 .b_desc {
        display: none;
    }
    .b-card-18 .b_title {
        font-size: 16px;
    }
    .b-card-18 .b_price {
        margin-top: 10px;
    }
    .b-card-18 .b_price .discount {
        font-size: 16px;
    }
    .b-card-18 .b_price .market {
        font-size: 15px;
    }
    .s-header-2 .hd-logo {
        margin-right: auto;
    }
    .s-header-2 .hd-logo .hotline {
        display: none;
    }
    .s-header-2 .hd-info {
        margin: 0 auto;
    }
    .s-header-2 .hd-info div:first-child {
        color: #666;
        font-size: 15px;
    }
    .s-header-2 .hd-info div:last-child {
        color: #e10027;
        font-weight: 500;
        font-size: 18px;
    }
    .s-header-2 .hd-info div .hotline {
        margin-left: 0;
    }
    .s-header-2 .hd-search {
        margin-left: 0;
    }
    .s-footer-7 .s_top {
        background-position: 63% 0;
    }
    .s-footer-7 .s_top::before {
        background-color: rgb(2 4 5 / 70%);
    }
    .s-header-2 .hd-logo a:first-child img {
        height: 36px;
    }
}
@media screen and (max-width: 479px) {
    .s-header-2 {
        height: 50.28px;
    }
    .s-header-2 .hd-logo>div, .s-header-2 .hd-social {
        display: none;
    }
    .s-header-2 .hd-search>form {
        width: 205px;
    }
    .s-header-2 .hd-logo a:nth-child(2) img {
        height: 40px;
        image-rendering: crisp-edges;
        image-rendering: -webkit-optimize-contrast;
    }
    .s-header-2 .hd-logo a:first-child img {
        margin-right: 5px;
        image-rendering: crisp-edges;
        image-rendering: -webkit-optimize-contrast;
    }
    .s-faq-3 .item.is-active .item-body {
        padding: 10px 10px 15px;
    }
    .b-card-36 .b_desc {
        display: none;
    }
    .b-card-36 .b_btn {
        display: none;
    }
    .b-card-36 .b_title {
        font-size: 15px;
        padding-top: 0;
        margin-bottom: 0;
    }
    .b-card-36 .b_content {
        padding: 10px;
        text-align: center;
    }
    .s-header-2 .s_bot {
        padding: 0
    }
    .s-header-2 .hd-info {
        display: none;
    }
}
@media (max-width: 400px) {
    .b-card-18 .b_price .discount {
        font-size: 15px;
    }
}
@media screen and (max-width: 375px) {
    .s-header-2 .hd-logo a:nth-child(2) img {
        display: none;
    }
    .s-footer-7 .ft-menu li:not(.line):nth-child(2n+1) {
        width: calc((100% / 2) - 30px);
    }
    .s-footer-7 .ft-menu li:not(.line):nth-child(2n+2) {
        width: calc((100% / 2) - 0px);
    }
}