body {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    background: #c5d6f4;
}
/* BEGIN s-sidebar-1 */
.s-sidebar-1 .s_heading {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 15px;
    background-color: #0078c1;
}
.s-sidebar-1 .s_heading i {
    font-weight: normal;
    float: right;
    margin-top: 6px;
    cursor: pointer;
}
.s-sidebar-1 .s_list h2 {
    font-size: inherit;
    text-transform: uppercase;
    font-weight: 500;
}
.s-sidebar-1 .s_list a {
    display: flex;
    align-items: center;
}
.s-sidebar-1 .s_list>li {
    position: relative;
}
.s-sidebar-1 .s_list>li>a {
    padding: 10px 13px;
    line-height: 1.715em;
    border-top: 1px solid #f0f0f0;
    border-left: 2px solid transparent;
    color: #0955a0;
}
.s-sidebar-1 .s_list>li>a img {
    height: 25px;
    width: 25px;
    margin-right: 10px;
}
.s-sidebar-1 .s_list>li>.submenu a {
    padding: 3px 0;
    line-height: 24px;
}
.s-sidebar-1 .s_list>li>.submenu a:before {
    content: '\f101';
    font-family: Fontawesome;
    font-size: 10px;
    color: #999;
    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.classic>.submenu {
    padding: 0;
    width: 250px;
}
.s-sidebar-1 .s_list>li.classic>.submenu li {
    border-bottom: 1px solid #eee;
    border-left: 2px solid transparent;
}
.s-sidebar-1 .s_list>li>.submenu li:hover {
    border-left: 2px solid #0955a0;
}
.s-sidebar-1 .s_list>li>.submenu li:hover a {
    color: #0955a0;
}
.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: #fff;
    height: 11px;
    line-height: 11px;
    text-align: center;
    cursor: pointer;
    background-color: #158d00;
    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';
}

/* END s-sidebar-1 */
/* Style chung b-search */
[class*="b-search-"] {
    color: #666;
    font-size: 14px;
    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 20px;
    font-style: italic;
    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: 450px;
    border: 1px solid #ddd;
    position: relative;
}
.b-search-3>button {
    font-size: 1.2em;
    padding: 1em 0.584em 1em 0.584em;
    margin: 4px 4px 4px 0;
    border-radius: 2px;
    border-radius: 20px;
    background-color: #0955a0;
}

/* 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-10 */
.s-header-10 .s_mid {
    background: linear-gradient(to top, rgb(240 247 255) 0%, rgb(255 255 255) 150%);
}
.s-header-10 .hd-logo {
    display: block;
    padding: 0.358em 0 0.358em 0;
    text-align: center;
}
.s-header-10 .hd-logo img {
    height: 85px;
    transition: all 0.5s;
}
.s-header-10 .hd-slogan {
    margin-left: 25px;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}
.s-header-10 .hd-slogan>span {
    display: block;
    font-weight: 300;
}
.s-header-10 .hd-slogan>span:first-child {
    color: #0955a0;
    font-weight: bold;
    font-size: 25px;
    font-family: 'Lalezar';
    line-height: 45px;
}
.s-header-10 .hd-slogan>span:first-child span {
    color: #ec232b;
}
.s-header-10 .hd-slogan>span:last-child {
    font-size: 12px;
    font-weight: 500;
    color: #ec232b;
}
.s-header-10 .hd-slogan>span:last-child span {
    color: #e10034;
}
.s-header-10 .hd-menu {
    margin-left: 17px;
}
.s-header-10 .hd-menu>ul>li {
    display: inline-block;
    position: relative;
}
.s-header-10 .hd-menu>ul>li:not(:first-child)::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(255, 0, 0, 0);
    background-image: -webkit-linear-gradient(bottom, rgba(255, 0, 0, 0), #eee 50%, rgba(255, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(255, 0, 0, 0), #eee 50%, rgba(255, 0, 0, 0));
}
.s-header-10 .hd-menu>ul>li>a {
    display: block;
    padding: 0 15px 0 15px;
    text-align: center;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    align-items: center;
    color: #fff;
}
.s-header-10 .hd-menu>ul>li>a i {
    font-size: 18px;
}
/* .s-header-10 .hd-menu>ul>li.yellow>a {
    color: #0000de;
    font-weight: 500;
    } */
    .s-header-10 .hd-menu>ul>li>a span {
        display: block;
        margin-right: 5px;
        line-height: 13px;
    }
    .s-header-10 .hd-menu>ul>li>a img {
        width: 20px;
    }
    .s-header-10 .hd-menu>ul>li.is-active>a, .s-header-10 .hd-menu>ul>li:hover>a {
        color: #0000de;
    }
    .s-header-10 .s_bot {
        background-color: #65a4d9;
        /* padding: 10px 0; */
    }
    .s-header-10 .s-sidebar-1 {
        width: 250px;
        position: relative;
        border-bottom: none;
        z-index: 999;
    }
    .s-header-10 .s-sidebar-1 .s_heading {
        height: 45px;
        padding: 10px 15px;
        font-size: 13px;
        cursor: pointer;
        background-color: #ffffff;
        border-radius: 0px;
        color: #0955a0;
    }
    .s-header-10 .s-sidebar-1 .s_heading span {
        padding-left: 0;
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
        font-weight: 500;
    }
    .s-header-10 .s-sidebar-1 .s_heading span:before {
        color: #ec232b;
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        text-align: center;
        border: 1px solid #0955a0;
        line-height: 20px;
        margin-right: 10px;
        border-radius: 3px;
        vertical-align: middle;
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
    }
    .s-header-10 .s-sidebar-1 .s_list {
        width: calc(100% + 2px);
        top: 46px;
        position: absolute;
        left: -1px;
        background-color: #fff;
        border-radius: 10px;
        border-bottom: 2px solid #0955a0;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    .s-header-10 .hd-search {
        flex: auto;
        margin: 0 40px;
    }
    .s-header-10 .hd-search>i {
        display: none;
    }
    .s-header-10 .hd-search>form {
        max-width: 100%;
        border-radius: 3px;
        width: 100%;
        border-radius: 20px;
    }
    .s-header-10 .hd-search>form>div>ul {
        top: calc(100% + 6px);
    }
    .s-header-10 .hd-cart {
        display: flex;
        align-items: center;
        /* border: 1px solid rgb(255 255 255 / 30%); */
        color: #ffffff;
        padding: 00px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        margin-left: auto;
    }
    .s-header-10 .hd-cart div:first-child {
        position: relative;
    }
    .s-header-10 .hd-cart div:first-child span:first-child {
        background-color: rgb(255 255 255 / 10%);
        display: inline-block;
        padding: 5px;
        border-radius: 50%;
        width: 30px;
        height: 30px;
    }
    .s-header-10 .hd-cart div:first-child i {
        font-size: 20px;
        color: #ffffff;
    }
    .s-header-10 .hd-cart:hover div:last-child {
        color: yellow;
    }
    .s-header-10 .hd-cart .bage {
        color: #fff;
        text-align: center;
        font-size: 0.786em;
        width: 1.455em;
        line-height: 1.455em;
        border-radius: 50%;
        background-color: #e10034;
        position: absolute;
        top: -2px;
        left: 1.8964em;
    }
    .s-header-10 .hd-cart div:last-child {
        font-weight: 500;
        margin-left: 15px;
    }

    .s-header-10 .hd-contact {
        display: flex;
        align-items: center;
        border: 1px solid rgb(9 85 160 / 30%);
        /* color: #fff; */
        padding: 6px 20px;
        border-radius: 30px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .s-header-10 .hd-contact div:first-child {
        position: relative;
        transform: translateX(-30px);
    }
    .s-header-10 .hd-contact div:first-child span:first-child {
        background-color: #fff;
        display: inline-block;
        padding: 5px;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .s-header-10 .hd-contact div:first-child span:first-child::after, .s-header-10 .hd-contact div:first-child span:first-child::before {
        content: '';
        opacity: 0;
        width: calc(100% + 1.334em);
        height: calc(100% + 1.334em);
        margin: -0.666em;
        border-radius: 3px;
        background-color: #2658a1;
        border: 1px solid #0c2345;
        border-radius: 50%;
        z-index: -1;
        position: absolute;
        -webkit-animation: ripple 1.5s infinite;
        animation: ripple 1.5s infinite;
    }
    .s-header-10 .hd-contact div:first-child i {
        font-size: 30px;
        color: #0955a0;
        transition: all 0.3s;
    }
    .s-header-10 .hd-contact:hover div:first-child i {
        color: #e10034;
    }
    .s-header-10 .hd-contact div:last-child {
        margin-left: -10px;
    }
    .s-header-10 .hd-contact div:last-child span {
        display: block;
        text-align: center;
    }
    .s-header-10 .hd-contact div:last-child span:last-child {
        font-weight: 500;
        color: #e10034;
        font-size: 22px;
        font-family: 'Lalezar';
    }
    .s-header-10 .s_fixed {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        border-bottom: 1px solid #eee;
        transform: translate3d(0,0,0);
    }
    .s-header-10.fixedTop .s-sidebar-1 .s_list {
        display: none;
    }
    @keyframes gradient {
        0% {
            background-position: 0 0;
        }
        100% {
            background-position: -200% 0;
        }
    }
    @keyframes smoothScroll {
        0% {
            top: -10%;
        }
        100% {
            top: 0;
        }
    }
    /* END s-header-10 */

    /* 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 c-button-33 */
    .c-button-33 {
        display: inline-block;
        font-size: 13px;
        line-height: 2.429em;
        padding: 5px 15px;
        color: #ec232b;
        text-align: center;
        border: 1px solid rgb(236 35 43 / 10%);
        background-color: rgb(236 35 43 / 10%);
        text-transform: uppercase;
        margin-left: auto;
        font-weight: 500;
        border-radius: 10px;
        display: flex;
        align-items: center;
        transition: all 0.3s;
        margin-left: 20px;
    }
    .c-button-33 img {
        width: 50px;
    }
    .c-button-33 span {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }
    .c-button-33 span::after, .c-button-33 span::before {
        content: '';
        opacity: 0;
        width: calc(100% + 1.334em);
        height: calc(100% + 1.334em);
        margin: -1px;
        border-radius: 3px;
        background-color: rgb(236 35 43 / 50%);
        border-radius: 5px;
        /* z-index: -1; */
        position: absolute;
        -webkit-animation: ripple 1.5s infinite;
        animation: ripple 1.2s infinite;
    }
    .c-button-33:hover {
        color: #0955a0;
    }
    /* END c-button-33 */

    /* BEGIN b-card-58 */
    .b-card-58 {
        display: block;
        position: relative;
        margin-bottom: 30px;
        height: calc(100% - 30px);
        background: #fff;
        background-color: #5b82c6;
        box-shadow: 0px 0px 0px 1px #ebebeb;
        border-radius: 15px;
        transition: all 0.4s ease;
    }
    .b-card-58:hover {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }
    .b-card-58 .b_thumb img {
        transition: all 0.3s;
    }
    .b-card-58 .b_thumb {
        position: relative;
    }
    .b-card-58 .b_thumb .percent {
        position: absolute;
        top: 3px;
        left: 5px;
        z-index: 0;
        font-size: 10px;
        color: #0955a0;
        width: 120px;
    }
    .b-card-58 .b_thumb .percent i {
        font-size: 4.8em;
    }
    .b-card-58 .b_thumb .percent>span {
        font-weight: 700;
        margin: 0;
        position: absolute;
        top: 48%;
        left: 44%;
        -webkit-transform: translate(-50%,-52%);
        transform: translate(-50%,-52%);
        float: right;
        top: 9px;
        font-size: 9.5px;
        color: #fff;
        text-align: center;
        font-weight: 500;
        right: 0;
        color: #ff0;
        width: 100%;
        background: #0955a0;
        padding: 5px 5px 5px 10px;
    }
    .b-card-58 .b_thumb .percent>span span {
        display: block;
    }
    .b-card-58 .b_cart {
        position: absolute;
        bottom: -100px;
        width: 100%;
        text-align: center;
        background-color: rgb(194 222 255 / 80%);
        padding: 10px 0;
        color: #0955a0;
        transition: all 0.5s;
    }
    .b-card-58 .b_title {
        font-size: 14px;
        line-height: 1.334em;
        font-weight: 500;
        padding-bottom: 7px;
        color: #fff;
    }
    .b-card-58:hover .b_title {
        color: #e0ec23;
    }
    .b-card-58 .b_content {
        padding: 15px 15px;
        display: block;
    }
    .b-card-58 .b_price {
        display: block;
        font-size: 19px;
        color: #e0ec23;
        font-family: 'Lalezar';
    }
    .b-card-58 .b_price .market {
        color: #efefef;
        font-size: 12px;
        font-weight: 300;
        margin-left: 5px;
        text-decoration: line-through;
    }
    .b-card-58 .b_thumb {
        border-radius: 15px 15px 0 0;
        position: relative;
    }
    .b-card-58:hover .b_cart {
        bottom: 0;
    }
    .b-card-58:hover .b_thumb img {
        transform: scale(1.1);
    }
    /* END b-card-58 */
    @keyframes fixedAnim {
        0% {
            right: 125%;
        }

        125% {
            right: 0;
        }
    }

    /* 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 {
        border-top: 1px solid rgb(24 118 186 / 10%);
        background: linear-gradient(360deg, rgb(255 255 255 / 90%) 16%, rgb(255 255 255 / 97%) 95%), url(/images/bgs/bg-11.jpg) no-repeat;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .s-footer-7 .s_top {
        position: relative;
        line-height: 28px;
        padding: 40px 0 30px;
    }
    .s-footer-7 .ft-title {
        font-size: 18px;
        letter-spacing: 0.22px;
        margin: 0px 0 15px;
        position: relative;
        font-weight: 500;
        text-transform: uppercase;
    }
    .s-footer-7 .ft-title::after {
        content: '';
        display: block;
        width: 40px;
        height: 2px;
        margin-top: 10px;
        background-color: #ec232b;
    }
    .s-footer-7 .ft-ellipsis {
        margin-bottom: 20px;
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 22px;
        color: #0955a0;
        font-weight: 500;
    }
    .s-footer-7 .ft-logo {
        text-align: center;
        display: block;
        margin-left: -40px;
    }
    .s-footer-7 .ft-logo img {
        height: 16em;
    }
    .s-footer-7 .pd1 {
        padding-left: 0;
    }
    .s-footer-7 .pd2 {
        padding-left: 0;
    }
    .s-footer-7 .ft-menu li {
        display: inline-block;
        width: 100%;
        color: inherit;
        font-size: 13px;
        margin: 0 10px 8px 0;
    }
    .s-footer-7 .ft-menu li.line {
        width: 100%;
        margin-right: 0;
        /* color: #0955a0; */
    }
    .s-footer-7 .ft-menu li>h1, .s-footer-7 .ft-menu li>div {
        font-size: 24px;
        color: #0955a0;
        font-family: 'Lalezar';
    }
    .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: #0955a0;
        margin-right: 5px;
    }
    .s-footer-7 .ft-menu li a:hover {
        color: #ec232b;
    }
    .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: #0955a0;
        text-align: center;
    }
    .s-footer-7 .ft-menu li {
        font-size: 15px;
        color: #555;
    }
    .s-footer-7 .ft-menu li a>span::before {
        content: "\f0da";
        margin-right: 8px;
    }
    .s-footer-7 .ft-social {
        text-align: center;
        margin-left: 15px;
    }
    .s-footer-7 .ft-social a {
        font-size: 20px;
        display: inline-block;
        margin: 0 7px;
    }
    .s-footer-7 .ft-social a span {
        font-size: 20px;
    }
    .s-footer-7 .s_bot {
        background-color: rgb(255 255 255 / 60%);
    }
    .s-footer-7 .ft-copyright {
        line-height: 40px;
        color: #0955a0;
        font-weight: 500;
    }
    .s-footer-7 .ft-phone {
        color: #fff;
        text-align: center;
        z-index: 1000;
        position: fixed;
        bottom: 10px;
        left: 10px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
    .s-footer-7 .ft-phone::after, .s-footer-7 .ft-phone::before {
        content: '';
        opacity: 0;
        width: calc(100% + 1.334em);
        height: calc(100% + 1.334em);
        margin: -0.666em;
        border-radius: 3px;
        background-color: #ec232b;
        border-radius: 50%;
        z-index: -1;
        position: absolute;
        -webkit-animation: ripple 1.5s infinite;
        animation: ripple 1s infinite;
    }
    .s-footer-7 .ft-phone i {
        font-size: 30px;
        width: 55px;
        height: 55px;
        line-height: 55px;
        border: 1px solid;
        border-radius: 50%;
        background-color: #ec232b;
        transition: all 0.3s;
    }
    .s-footer-7 .ft-phone:hover i {
        color: #0955a0;
    }
    .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: #f48423;
        position: relative;
        left: -5px;
    }
    .s-footer-7 .ft-phone span:not(.text-hide) {
        padding: 5px;
    }
    .s-footer-7 .ft-bct {
        margin-top: 0px;
        display: block;
        text-align: center;
        margin-top: -7px;
    }
    .s-footer-7 .ft-bct img {
        height: 75px;
    }
    .s-footer-7 .s_mid {
        /* margin: 10px 0; */
        margin-bottom: 20px;
    }
    .s-footer-7 .s_mid ul {
        margin-bottom: 15px;
        margin-left: 6px;
    }
    .s-footer-7 .s_mid ul li {
        display: inline-block;
    }
    .s-footer-7 .s_mid ul li:first-child {
        font-weight: bold;
        margin-right: 10px;
    }
    .s-footer-7 .s_mid ul li a {
        transition: all 0.3s;
        color: #444;
        border-right: 1px solid #b2b2b2;
        margin-right: 10px;
        padding-right: 10px;
    }
    .s-footer-7 .s_mid ul li:last-child a {
        border-right: none;
    }
    .s-footer-7 .s_mid ul li:hover a {
        color: #0955a0;
    }
    /* BEGIN s-icon-2 */
    /* BEGIN b-subscribe-1 */
    .b-subscribe-1 {
        position: relative;
        padding: 15px;
        background-color: #0955a0;
        margin: 0 auto 10px;
    }
    .b-subscribe-1::after {
        content: '';
        border: 5px solid;
        border-color: #0955a0 #0955a0 transparent transparent;
        position: absolute;
        bottom: -10px;
        left: 0;
    }
    .b-subscribe-1 .b_text {
        font-size: 12px;
        line-height: 18px;
        color: #fff;
        overflow: hidden;
        margin: -15px -15px 0px 0;
        padding: 14px 45px 18px 7px;
        position: relative;
    }
    .b-subscribe-1 .b_text>span {
        color: #0955a0;
        font-weight: bold;
        font-size: 12px;
        line-height: 2.084em;
        min-width: 8.334em;
        text-align: center;
        background-color: yellow;
        position: absolute;
        top: 1.084em;
        right: -2.083em;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .b-subscribe-1 form {
        display: flex;
        align-items: stretch;
    }
    .b-subscribe-1 form button {
        background-color: #fff;
        color: #0955a0;
        padding: 5px 15px;
        margin-top: -10px;
        margin-left: 10px;
    }
    .b-subscribe-1 form button i {
        font-size: 15px;
    }
    .b-subscribe-1 .c-form {
        font-size: 12px;
        margin: -10px 0 0;
        width: 80%;
    }
    .b-subscribe-1 .c-form .c_input {
        height: 3em;
        padding: 0 7px;
        color: #555;
        border-radius: 4px;
        background: #fff;
    }
    .b-subscribe-1 .c-form .c_input:focus {
        outline: none;
        background: #fff;
    }
    .b-subscribe-1 .c-form .c_error>i {
        display: none;
    }
    .b-subscribe-1 .c-form .c_error>span {
        font-size: 0.917em;
        top: 2.084em;
    }

    /* END b-subscribe-1 */
    .s-icon-2>a:first-child {
        opacity: 0;
        font-size: 20px;
        border: 1px solid #ddd;
        background-color: rgba(204, 204, 204, 0.5);
        z-index: 1000;
        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: 60px;
    }
    .s-icon-2>a:last-child {
        position: fixed;
        right: 10px;
        bottom: 10px;
        z-index: 1000;
        line-height: 0;
    }
    .s-icon-2>a:last-child span {
        font-size: 20px;
    }
    .s-icon-2>a:last-child span::before, .s-icon-2>a:last-child span::after {
        content: '';
        opacity: 0;
        width: calc(100% + 1.334em);
        height: calc(100% + 1.334em);
        margin: -0.666em;
        border-radius: 3px;
        background-color: #2658a1;
        border-radius: 3px;
        z-index: -1;
        position: absolute;
        -webkit-animation: ripple 1.5s infinite;
        animation: ripple 1.5s infinite;
    }
    .s-icon-2>a:last-child span::after {
        animation-delay: .3s !important;
        -webkit-animation-delay: .3s !important;
    }
    .s-icon-2>a:last-child 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 */
    .fb_dialog {
        z-index: 1000!important;
    }
    .fb_dialog_content iframe {
        right: -6px !important;
        bottom: 6px !important;
    }
    /* END s-footer-7 */
    .s-video-1 {
        border: 5px solid rgb(9 85 160 / 10%);
        margin-bottom: 30px;
    }
    /* BEGIN s-sidebar-3 */
    .s-sidebar-3 {
        border: 1px solid #eee;
        background-color: #fff;
        margin-bottom: 30px;
    }
    .s-sidebar-3 .s_heading {
        color: #0955a0;
        font-weight: 500;
        font-size: 15px;
        padding: 0 10px;
        border-bottom: 10px solid transparent;
        border-left: 20px solid #ec232b;
        border-top: 10px solid transparent;
        background-color: rgb(9 85 160 / 10%);
        text-transform: uppercase;
        position: relative;
    }
    .s-sidebar-3 .s_heading::before {
        content: '\f0da';
        font-family: FontAwesome;
        position: absolute;
        left: -13px;
        color: #fff;
    }
    .s-sidebar-3 .s_list {
        padding: 15px;
    }
    .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: #ec232b;
    }
    .s-sidebar-3 .s_list .title {
        font-size: 15px;
    }
    .s-sidebar-3 .s_list .thumb {
        float: left;
        width: 90px;
        line-height: 0;
        margin-right: 12px;
    }
    .s-sidebar-3 .s_list .item {
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .s-sidebar-3 .s_list .price {
        display: block;
        font-size: 15px;
        color: #ec232b;
        font-weight: 600;
        margin-top: 5px;
    }
    .s-sidebar-3 .s_list .price .market {
        color: #999;
        font-size: 12px;
        font-weight: normal;
        margin-top: 5px;
        text-decoration: line-through;
        display: block;
    }
    /* END s-sidebar-3 */

    /* BEGIN c-headline-13 */
    .c-headline-13 {
        position: relative;
        margin-bottom: 30px;
    }
    .c-headline-13 .c_name {
        font-size: 22px;
        font-weight: 300;
        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: #0955a0;
    }
    .c-headline-13 .c_name::after {
        content: "";
        position: absolute;
        left: 55px;
        bottom: 2px;
        height: 1px;
        width: calc(100% - 55px);
        background-color: rgb(234 234 234);
    }
    .c-headline-13 .c_more {
        position: absolute;
        top: 13px;
        right: 0;
        font-weight: 300;
        transition: all 0.3s;
    }
    .c-headline-13 .c_more::after {
        content: '\f101';
        font-family: FontAwesome;
        color: #999;
        display: inline-block;
        margin-left: 10px;
    }
    .c-headline-13 .c_more:hover {
        color: #2063ad;
    }
    /* END c-headline-13 */
    /* 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;
        background-color: #fff;
        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: #2063ad;
        border: 1px solid #2063ad;
    }
    [class*="s-pagination-"]>li.active>a {
        color: #fff;
    }

    /* BEGIN s-pagination-1 */
    .s-pagination-1>li {
        border-radius: 3px;
    }

    /* END s-pagination-1 */
    .c-popup .c-modal-box {
        max-width: 430px;
    }
    .c-popup .c_body {
        background: #f0f7ff;
        padding: 30px;
        text-align: center;
    }
    .c-popup .title {
        text-align: center;
    }
    .c-popup .c-form .c_input {
        text-align: center;
    }
    .c-popup button {
        font-size: 12px;
        border-radius: 20px;
        margin-bottom: 20px;
    }
    .c-popup .c_close {
        background-color: #0955a0;
    }

    .s-slide-sb {
        padding: 25px 15px 15px !important;
    }
    .s-slide-sb .slick-slider {
        z-index: 1;
    }
    .s-slide-sb .slick-slider .slick-list {
        margin: 0 10px;
    }
    .s-slide-sb .slick-slider .slick-arrow {
        background-color: transparent;
        box-shadow: none;
    }
    .s-slide-sb .slick-slider .slick-prev::before, .s-slide-sb .slick-slider .slick-next::before {
        color: #999;
        font-size: 20px;
        font-weight: bold;
    }
    .s-slide-sb .slick-slider .slick-prev {
        left: 45%;
        top: unset;
        bottom: -24px;
    }
    .s-slide-sb .slick-slider .slick-prev::before {
        content: "\f107";
    }
    .s-slide-sb .slick-slider .slick-next {
        right: 45%;
        top: -12px;
    }
    .s-slide-sb .slick-slider .slick-next::before {
        content: "\f106";

    }
    .s-slide-sb .slick-slider:hover .slick-prev::before, .s-slide-sb .slick-slider:hover .slick-next::before {
        color: #0b5b9d;
    }
    .toast__container {
        border-radius: 2px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        cursor: default;
        padding: 2.5rem 1.25rem;
        background-color: rgba(0, 0, 0, .7);
        color: #fff;
        font-size: 16px;
        text-align: center;
        min-height: 200px;
    }
    .toast__icon {
        margin-bottom: 1.25rem;
    }
    .action-toast__icon, .toast__icon {
        display: flex;
        justify-content: center;
    }
    .action-toast__icon {
        align-items: center;
        width: 3.75rem;
        height: 3.75rem;
        border-radius: 50%;
        text-align: center;
        background-color: #0955a0;
    }
    .action-toast .icon-tick-bold {
        font-size: 1.875rem;
        line-height: 3.75rem;
    }
    .shopee-svg-icon {
        display: inline-block;
        width: 1em;
        height: 1em;
        fill: currentColor;
        position: relative;
    }
    #modalBuy .c-modal-box {
        max-width: 410px;
        padding: 0;
        top: 50%;
        transform: translate(0, -50%);
    }
    #modalBuy .c-modal-group {
        background-color: transparent;
        box-shadow: none;
        border-radius: 0;
    }
    #modalBuy .c_close {
        top: 10px;
        right: 18px;
        background: transparent !important;
    }
    @media screen and (min-width: 768px) {
        .s-header-10 .hd-menu>ul>li.hide-dk {
            display: none;
        }
    }
    @media screen and (min-width: 992px) {
        .s-header-10 {
            height: 140px;
        }
    }
    @media screen and (min-width: 1260px) {
        .s-header-10 .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 {
            background-color: #ffffff;
            border: 1px solid #eee;
            border-left: none;
            padding: 20px 10px;
            opacity: 0;
            visibility: hidden;
            width: 100%;
            z-index: 1;
            position: fixed;
            transition: all 0.5s ease-in-out;
            min-width: 200px;
        }
        .s-sidebar-1 .s_list>li:hover>a {
            border-left: 2px solid #0955a0;
            color: #ec232b;
            background-color: rgb(9 85 160 / 10%);
        }
    }
    @media screen and (max-width: 1259px) {
        .s-header-10 .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-10 .hd-menu {
            order: 1;
            position: relative;
        }
        .s-header-10 .hd-menu>a[ht-trigger="hd-menu"] {
            display: block;
            color: #fff;
        }
        .s-header-10 .hd-menu>ul {
            visibility: hidden;
            width: 200px;
            background-color: #0955a0;
            z-index: 999;
            position: absolute;
            right: 0;
            top: 36px;
        }
        .s-header-10 .hd-menu>ul>li {
            padding: 7px 0;
            width: 100%;
            border-bottom: 1px solid rgb(255 255 255 / 10%);
        }
        .s-header-10 .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-10 .hd-contact {
            display: none;
        }
    }
    @media screen and (max-width: 991px) {
        .s-header-10 {
            height: 110px;
        }
        .s-header-10 .hd-logo img {
            height: 55px;
        }
        .s-header-10 .hd-logo>div, .s-header-10 .s-sidebar-1 .s_list {
            display: none;
        }
        .s-header-10 .hd-slogan {
            display: none;
        }
        .s-footer-7 .ft-logo {
            text-align: left;
            margin-left: -10px;
        }
        .ht-page__sidebar{
            display: none;
        }
    }
    @media screen and (max-width: 767px) {
        .s-header-10 .hd-search {
            position: relative;
            margin: 0;
            order: 1;
            flex: unset;
            margin-left: 0;
        }
        .s-header-10 .hd-search>i {
            display: flex;
            float: right;
            color: #0955a0;
            font-size: 20px;
            border: 1px solid #0955a0;
            padding: 5px;
            border-radius: 3px;
        }
        .s-header-10 .hd-search>form {
            display: none;
            width: 255px;
            max-width: none;
            position: absolute;
            top: 31px;
            right: 0;
            z-index: 99999;
            -webkit-animation: slide-up 0.3s;
            -o-animation: slide-up 0.3s;
            animation: slide-up 0.3s;
        }
        .s-header-10 .hd-search>form>div>span {
            max-width: 80px;
        }
        .s-header-10 .hd-search>form>div>ul {
            top: 100%;
        }
        .s-header-10 .hd-search>form.is-active {
            display: flex;
        }
        .s-header-10 .hd-menu>ul>li.hide-dk i {
            margin-right: 12px;
            color: #e10034;
        }
        .s-header-10 .hd-menu-top {
            display: none;
        }
        .s-header-10 .hd-button .content {
            width: 320px;
            padding: 20px 20px 0;
        }
        .s-header-10 .hd-button .content .list h4 {
            border-radius: 5px;
            padding: 5px;
            text-align: center;
        }
        .s-header-10 .hd-button .content .list h4 span {
            display: none;
        }
        .s-header-10 .hd-button .content .list ul li {
            width: 100%;
        }
        .s-detail-1 .ht-format-detail::before {
            width: 100px
        }
        .s-detail-1 .ht-format-detail::after {
            width: 200px;
        }
        .s-footer-7 .ft-logo{
            display: none;
        }
    }
    @media screen and (max-width: 575px) {
        .s-header-10 {
            height: 111px;
        }
        .s-header-10 .s-sidebar-1 {
            width: 35px;
        }
        .s-header-10 .s-sidebar-1 .s_heading {
            display: block;
            overflow: hidden;
            padding: 0;
            border-radius: 5px;
        }
        .s-header-10 .s-sidebar-1 .s_heading span {
            padding-left: 4px;
            line-height: 38px;
            overflow: hidden;
            transform: translateY(3px);
            text-align: center;
        }
        .s-header-10 .s-sidebar-1 .s_list {
            width: 250px;
        }
        .s-header-10 .hd-cart {
            padding: 8px 20px;
            margin-left: auto;
        }
    }
    @media screen and (max-width: 400px) {
        .c-button-33 {
            font-size: 11px;
            padding: 5px;
        }
        .c-button-33 img {
            width: 30px;
        }
        .b-subscribe-1 .b_text>span{
            display: none;
        }
    }
    .c-modal-2{
        display: none;
        font-size: 14px;
        overflow: auto;
        opacity: 0;
        z-index: 1040;
        position: fixed;
        -webkit-transition: opacity 0.15s linear;
        -o-transition: opacity 0.15s linear;
        transition: opacity 0.15s linear;
        top: 10px;
        right: 0;

    }
    .box-container{

        background: #c5d6f4;
        display: flex;
        margin-bottom: 5px;
        border-left: 5px solid #65a4d9;
        border-radius: 5px 0 0 5px;
        box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    }
    .box-container-content{
        padding: 10px;
    }
    .c_close_2{
        padding: 0 5px;
        color: #000;
    }
    .box-container h4 {
        font-weight: 500;
    }
    .box-container h4 span{
        color: #0000de;
        font-size: 15px;
    }
    .box-container ul{
        display: flex;
    }
    .box-container ul li{
        margin-right: 10px;
        font-size: 13px;
    }
    .box-container ul li span{
        color: #ec232b;
        font-weight: 500;
    }
    .c_close_2 {
        padding: 0 5px;
        color: #ec232b;
        background: #fff;
        display: flex;
        align-items: center;
        cursor: pointer;
        transition: 0.5s;
    }
    .c_close_2:hover{
        color: #fff;
        background: #ec232b;
    }

