.grecaptcha-badge {
    display: none;
}
.table-wrapper {
    overflow: auto;
}

/* Style chung s-header */
.hd-logo {
    line-height: 0;
}
.hd-menu h2 {
    font-size: inherit;
    font-weight: 600;
}
a[ht-trigger="hd-menu"] {
    display: none;
    font-size: 14px;
    line-height: 1.1;
    padding: 8px 9px 6px;
    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-13 */
.s-header-13 .hd-logo img {
    height: 65px;
}
.s-header-13 .hd-info div:first-child {
    font-size: 15px;
    color: #666;
    text-transform: uppercase;
}
.s-header-13 .hd-info div:last-child {
    cursor: pointer;
    color: var(--primary-color);
    font-size: 18px;
    font-weight: bold;
}
.s-header-13 .hd-info {
    margin-left: 0;
    padding-right: 0px;
}
.s-header-13 .hd-info li {
    display: inline-block;
    border-right: 1px solid #ddd;
    padding-right: 30px;
    margin-right: 30px;
}
.s-header-13 .hd-info li i {
    color: #888;
    margin-right: 7px;
}
.s-header-13 .hd-info li span {
    display: block;
    text-align: right;
}
.s-header-13 .hd-info li span:first-child {
    color: #444;
    font-size: 15px;
}
.s-header-13 .s_bot {
    box-shadow: 1px 0px 5px rgb(9 50 84 / 25%);
    position: relative;
    z-index: 99;
}
.s-header-13 .hd-logo {
    padding: 7px 0;
    display: block;
}
.s-header-13 .hd-box {
    padding-top: 5px;
    position: relative;
}
.s-header-13 .hd-menu>ul>li {
    position: relative;
    padding: 0 12px;
    float: left;
}
.s-header-13 .hd-menu>ul>li>a {
    color: #444;
    display: block;
    font-weight: 700;
    padding: 10px 0 5px;
    text-transform: uppercase;
}
.s-header-13 .hd-menu>ul>li>a i {
    font-size: 25px
}
.s-header-13 .hd-menu>ul>li>a:nth-last-child(2)::after {
    content: '\f107';
    font-family: FontAwesome;
    margin-left: 10px;
    float: right;
}
.s-header-13 .hd-menu>ul>li>ul {
    visibility: hidden;
    width: max-content;
    background-color: #fff;
    box-shadow: 0 5px 10px #ccc;
    z-index: 1000;
    position: fixed;
}
.s-header-13 .hd-menu>ul>li>ul>li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.s-header-13 .hd-menu>ul>li>ul>li a {
    display: block;
    padding: 10px 25px 10px 15px;
    text-transform: uppercase;
}
.s-header-13 .hd-menu>ul>li>ul>li a::before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 0.858em;
    color: #888;
    margin-right: 6px;
    position: relative;
    top: -1px;
}
.s-header-13 .hd-menu>ul>li>ul>li a:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.s-header-13 .hd-menu>ul>li.is-active>a {
    border-bottom: 2px solid;
}
.s-header-13 .hd-menu>ul>li:not(.no-hover)>a {
    border-bottom: 2px solid transparent
}
.s-header-13 .hd-menu>ul>li:not(.no-hover):hover>a {
    color: var(--primary-color);
    border-bottom: 2px solid;
}
.s-header-13 .hd-menu>ul>li:not(.no-hover):hover>ul {
    visibility: visible;
    position: absolute;
    top: 39px;
    -webkit-animation: slide-up 0.3s;
    -o-animation: slide-up 0.3s;
    animation: slide-up 0.3s;
}
.s-header-13 .hd-language {
    line-height: 0;
    margin-top: 4px;
}
.s-header-13 .hd-language a {
    width: 30px;
}
.s-header-13 .hd-language a+a {
    margin-left: 10px;
}
/* BEGIN c-form-border */
/* Copy when using c-form-border */
.c-form-border {
    border: 1px solid #ccc;
    background-color: rgb(255 255 255 / 95%);
    border-radius: 7px;
    -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: 18px 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: var(--primary-color);
}
.c-form-border--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.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: var(--primary-color);
    position: absolute;
    top: -0.727em;
}
.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;
}
.c-form-border textarea.c_input+.c_error span {
    position: absolute;
    width: max-content;
    right: 0;
    top: calc(100% + 1px);
}
/* END c-form-border */
/* BEGIN s-footer-8 */
.s-footer-8 {
    color: #fff;
    background-color: var(--secondary-color);
}
.s-footer-8 .s_top {
    padding: 40px 0 45px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
.s-footer-8 .ft-info {
    display: inline-block;
    padding: 10px 0 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.s-footer-8 .ft-info>span {
    padding: 0 10px;
}
.s-footer-8 .ft-info>span:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    padding-right: 14px;
    font-size: 20px;
    position: relative;
    top: 2px;
}
.s-footer-8 .ft-info>span div {
    display: inline;
    font-size: inherit;
    font-weight: inherit;
}
.s-footer-8 .ft-contact {
    display: block;
    padding: 15px 0 10px;
}
.s-footer-8 .ft-contact>span {
    padding: 0 10px;
}
.s-footer-8 .ft-contact a {
    color: inherit;
}
.s-footer-8 .ft-contact a:hover {
    color: var(--primary-color);
}
.s-footer-8 .ft-social {
    line-height: 0;
    margin-top: 10px;
}
.s-footer-8 .ft-social a+a {
    margin-left: 8px;
}
.s-footer-8 .ft-social a>span {
    padding: 15px;
    background-color: #fff;
    font-size: 25px;
    border-radius: 50%;
}
.s-footer-8 .s_bot {
    color: #fff;
    line-height: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.s-footer-8 .ft-developed {
    margin-left: 5px;
}
.s-footer-8 .ft-developed a {
    display: inline-block;
    margin-left: 5px;
}
.s-footer-8 .ft-developed a img {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}
/* BEGIN s-icon-1 */
.s-icon-1 {
    font-size: 14px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    z-index: 100;
    position: fixed;
    right: 0;
    bottom: 0;
}
.s-icon-1 * {
    user-select: none;
}
.s-icon-1>a {
    position: relative;
    padding: 7px;
    border-top: 1px solid #f5f5f5;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.s-icon-1>a>span:first-child {
    color: var(--primary-color);
    font-size: 0.929em;
    font-weight: bold;
    padding: 0 15px;
    opacity: 0;
    z-index: -1;
    width: max-content;
    position: absolute;
    top: -1px;
    right: 100%;
    bottom: -1px;
    -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: 21px;
    position: relative;
    border-radius: 50%;
}
.s-icon-1 .whatsapp {
    background-color: #2fb306;
}
.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: 50%;
    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 .zalo .c-icon-bg {
    background-color: transparent;
}
.s-icon-1 .zalo > span:last-child.s_ripple::before, .s-icon-1 .zalo > span:last-child.s_ripple::after {
    background-color: #0068ff;
}
.s-icon-1 .c-icon-bg img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@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 */
/* END s-footer-8 */

/* BEGIN s-breadcrumb-1 */
.s-breadcrumb-1 {
    margin-bottom: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    white-space: nowrap;
    overflow-x: auto;
    text-overflow: ellipsis;
}
.s-breadcrumb-1::-webkit-scrollbar {
    height: 0;
    overflow: visible;
}
.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;
}
.s-breadcrumb-1 li a {
    font-weight: bold;
}
.s-breadcrumb-1 li a:hover {
    color: var(--primary-color);
}
/* END s-breadcrumb-1 */

/* Responsive */
@media screen and (min-width: 576px) {
    .s-icon-1>a:hover {
        background-color: #fcfcfc;
    }
    .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 screen and (min-width: 1260px) {
    .s-header-13 .hd-menu>ul>li.is-active>a {
        color: var(--primary-color);
        border-bottom: 2px solid;
    }
    .s-header-13 .hd-menu>ul>li:first-child {
        padding-left: 0;
    }
    .s-header-13 .hd-menu>ul>li:last-child {
        padding-right: 0;
    }
    .s-footer-8 .ft-phone {
        display: none;
    }
}
@media screen and (max-width: 1259px) {
    .s-header-13 .hd-logo {
        padding: 10px 0;
    }
    .s-header-13 .hd-menu>ul>li.is-active {
        background-color: #0c4472;
    }
    .s-header-13 .hd-info {
        margin-right: auto;
        margin-left: 60px;
    }
    .s-header-13 .hd-menu>ul>li>a {
        border-bottom: none !important;
    }
    .s-header-13 .hd-menu>ul>li>ul {
        top: 35px;
        left: 0;
    }
    .s-header-13 .hd-menu>ul>li {
        padding: 0;
        display: block;
        float: none;
        border-bottom: 1px solid rgb(255 255 255 / 20%);
    }
    .s-header-13 .hd-box {
        padding-top: 0;
        order: 1;
    }
    .s-header-13 .hd-menu {
        position: relative;
        margin-left: 30px;
    }
    .s-header-13 .hd-menu>a[ht-trigger="hd-menu"] {
        display: block;
        color: var(--primary-color);
    }
    .s-header-13 .hd-menu>ul {
        visibility: hidden;
        width: 250px;
        position: absolute;
        background-color: var(--secondary-color);
        top: 40px;
        right: 0;
    }
    .s-header-13 .hd-menu>ul>li>a {
        color: #fff;
        padding: 10px 20px;
    }
    .s-header-13 .hd-menu>ul>li:not(.no-hover):hover>ul {
        min-width: 100%;
        border-top: none;
    }
    .s-header-13 .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-13 .hd-menu>ul>li:not(.no-hover):hover>a {
        color: #fff;
    }
    .s-header-13 .hd-language {
        margin-top: 1px;
    }
    .s-footer-8 .ft-info>span:not(:last-child) {
        padding: 0;
        border-right: none;
        margin-bottom: 15px;
        font-size: 26px;
    }
    .s-footer-8 .ft-info>span {
        display: block;
        padding: 0;
    }
    .s-icon-1>a>span:first-child {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .s-home-16 .s_info {
        margin-bottom: 20px;
    }
    .s-footer-8 .ft-info, .s-footer-8 .ft-contact {
        display: block;
    }
    .s-footer-8 .ft-info>span:not(:last-child) {
        border-right: none;
    }
    .s-footer-8 .ft-info>span, .s-footer-8 .ft-contact>span {
        display: inline-block;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 767px) {
    .s-header-13 .hd-info {
        margin-left: 40px;
    }
    .s-header-13 .hd-info li {
        padding-right: 20px;
        margin-right: 20px;
    }
    .s-header-13 .hd-menu>a[ht-trigger="hd-menu"] {
        padding: 5px 8px 5px;
        border-radius: 2px;
    }
    .s-header-13 .hd-menu>a[ht-trigger="hd-menu"] span {
        display: none;
    }
    .s-header-13 .hd-menu>a[ht-trigger="hd-menu"] i.fa {
        float: none;
        font-size: 21px;
    }
    .s-footer-8 .ft-developed {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    .s-header-13 .hd-logo img {
        width: 120px;
        height: auto;
    }
    .s-icon-1 {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
    .s-icon-1>a {
        border-top: none;
        border-radius: 50%;
        overflow: hidden;
    }
    .s-icon-1>a:first-child {
        margin-right: auto;
    }
    .s-icon-1>a:last-child {
        margin-left: auto;
    }
    .s-icon-1>a>span:last-child {
        font-size: 25px;
    }
    .s-footer-8 {
        margin-bottom: 52px;
    }
    .s-footer-8 .ft-info>span:not(:last-child) {
        font-size: 24px;
    }
    .s-breadcrumb-1 {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 535px) {
    .s-header-13 .hd-info {
        margin-left: 25px;
    }
    .s-header-13 .hd-info div:first-child {
        font-size: 14px;
    }
    .s-header-13 .hd-info div:last-child {
        font-size: 16px;
    }
    .s-header-13 .hd-menu {
        margin-left: 20px;
    }
    .s-header-13 .hd-info div:first-child {
        line-height: 1.3;
    }
}
@media screen and (max-width: 420px) {
    .s-header-13 .hd-info {
        margin-left: 20px;
    }
}
@media screen and (max-width: 410px) {
    .s-header-13 .hd-info {
        display: none;
    }
    .s-header-13 .hd-language {
        margin-left: auto;
    }
}