body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    scroll-behavior: smooth;
}
/* 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;
}
.b-search-2 {
    border: 1px solid rgb(255 255 255 / 10%);
}
.b-search-2>button {
    border-radius: 2px;
    border-radius: 50%;
    background-color: #b22d30;
}
.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;
}
@keyframes smoothScroll {
    0% {
        top: -10%;
    }
    100% {
        top: 0;
    }
}
/* 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-7 */
.s-header-7 {
    position: absolute;
    z-index: 1000;
    top: 0;
    width: 100%;
}
.s-header-7 .s_contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.s-header-7 .s_time {
    color: #a13032;
    margin-left: 35px;
    border-radius: 10px;
    font-weight: 600;
}
.s-header-7 .s_time span {
    /* color: #fff; */
}
.s-header-7 .s_hotline {
    color: #b22d30;
    margin-right: 15px;
    border-radius: 10px;
    font-weight: 600;
}
.s-header-7 .s_hotline span {
    /* color: #fff; */
}
.s-header-7 .s_box {
    background-color: #b22d30;
    border: 2px solid #d0484b;
    border-radius: 30px;
    padding: 0 0px 0 24px;
    line-height: 35px;
    margin-top: 15px;
    /* width: 90%; */
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
}

.s-header-7 .hd-logo {
    display: none;
}

.s-header-7 .hd-menu>ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.s-header-7 .hd-menu>ul>li {
    position: relative;
}
.s-header-7 .hd-menu>ul>li>a {
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 10px 5px;
    border-radius: 3px;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.s-header-7.fixedTop .hd-menu>ul>li>a {
    padding: 5px 10px;
    /* font-size: 10px; */
}

.s-header-7 .hd-menu>ul>li>a:nth-last-child(2) h2::after {
    content: '\f107';
    font-family: FontAwesome;
    margin-left: 10px;
    float: right;
}
.s-header-7 .hd-menu>ul>li>ul {
    visibility: hidden;
    width: max-content;
    padding: 5px 0;
    background-color: #a13032;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 2000;
    position: fixed;
}
.s-header-7 .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;
    left: 15px;
}
.s-header-7 .hd-menu>ul>li>ul>li:not(:last-child) {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.s-header-7 .hd-menu>ul>li>ul>li a {
    display: block;
    padding: 0px 30px 0px 15px;
    color: #fff;
    font-size: 14px;
}
.s-header-7 .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-7 .hd-menu>ul>li>ul>li:hover a {
    background-color: #b22d30;
}
.s-header-7 .hd-menu>ul>li.hd-logo {
    display: flex;
    align-items: center;
    width: 150px;
    justify-content: center;
}
.s-header-7 .hd-menu>ul>li.hd-logo>a {
    position: absolute;
    top: -65px;
    left: 18px;
    background: #ffffff;
    border-top: none;
    padding: 4px;
    width: 130px;
    border-radius: 10px;
    height: 130px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.s-header-7.fixedTop .hd-menu>ul>li.hd-logo>a {
    height: 49px;
    top: -25px;
    border-radius: 0;
}
.s-header-7 .hd-menu>ul>li.hd-logo>a img {
    height: 115px;
    transition: all 0.5s;
}
.s-header-7.fixedTop .hd-menu>ul>li.hd-logo>a img {
    height: 40px;
}
.s-header-7 .hd-menu>ul>li.is-active>a {
    color: #fff;
}
.s-header-7 .hd-menu>ul>li:not(.hd-logo):hover>a {
    color: #fff;
    background-color: #a13032;
}
.s-header-7 .hd-menu>ul>li:not(.no-hover):hover>a:nth-last-child(2) {
    border-radius: 3px 3px 0 0;
}
.s-header-7 .hd-menu>ul>li:not(.no-hover):hover>ul {
    visibility: visible;
    position: absolute;
    -webkit-animation: slide-up 0.3s;
    -o-animation: slide-up 0.3s;
    animation: slide-up 0.3s;
}
.s-header-7 .hd-search {
    position: relative;
    line-height: 0;
    margin-left: auto;
    margin-right: 10px;
}
.s-header-7 .hd-search>a {
    font-size: 16px;
    border-radius: 50%;
    border-color: #a13032;
    color: #a13032;
}
.s-header-7 .hd-search>a i {
    font-size: 0.819em;
}
.s-header-7 .hd-search>form {
    display: none;
    width: 300px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    z-index: 9999;
    position: absolute;
    top: calc(100% + 2px);
    border-radius: 20px;
    right: 0;
    -webkit-animation: slide-up 0.3s;
    -o-animation: slide-up 0.3s;
    animation: slide-up 0.3s;
}
.s-header-7 .hd-search>form.is-active {
    display: -webkit-flex;
    display: flex;
}
.s-header-7 .hd-language {
    line-height: 0;
    margin-right: 25px;
}
.s-header-7 .hd-language a {
    margin-left: 5px;
}

/* END s-header-7 */

/* BEGIN c-form-border */
/* Copy when using c-form-border */
.c-form-border {
    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;
    background: #ffffff00;
    color: #fff;
    padding: 5px 5px;
    border: 2px solid rgb(255 255 255 / 82%);
    border-radius: 30px;
}
.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;
    color: #fff;
}
.c-form-border .c_input:focus {
    outline: none;
}
.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: #0d4da5;
    position: absolute;
    top: -0.727em;
}
.c-form-border.is-focused {
    background-color: #ffffff2e;
}
.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;
}
.form-box {
    margin-bottom: 25px;
}
.form-box label {
    color: #ffffff;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.form-box label span {
    color: #e8da1d;
    display: inline-block;
    margin-left: 5px;
}
/* END c-form-border */
.s-form-1 {
    background: linear-gradient(to bottom, rgb(255 255 255 / 95%) 0%, rgb(255 255 255 / 95%) 150%), url(/images/bgs/bg-10.png) no-repeat;
    background-size: cover;
    padding: 140px 0 30px;
}
.s-form-1 .s_content {
    padding-right: 50px;
}
.s-form-1 .s_content h3 {
    font-size: 30px;
    color: #b22d30;
    font-weight: 500;
    border-left: 5px solid #b22d30;
    padding-left: 10px;
}
.s-form-1 .s_content h2 {
    font-size: 40px;
    font-weight: bold;
    color: #b22d30;
}
.s-form-1 .s_content .ht-format-detail {
    font-size: 17px;
    margin-top: 15px;
}
.s-form-1 .s_form {
    background-color: #972529;
    padding: 60px 50px 40px 50px;
    position: relative;
    z-index: 1;
    box-shadow: 2px 2px 79px rgb(171 44 48 / 27%);
    border-radius: 30px;
    margin-left: 50px;
}
.s-form-1 .s_form::after {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: #ab2c30;
    right: -20px;
    bottom: -20px;
    content: '';
    position: absolute;
    z-index: -1;
}
.s-form-1 .s_form .plane {
    position: absolute;
    left: -153px;
    top: -125px;
}
.s-form-1 .s_form .title {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}
.s-form-1 .s_form .form-button {
    text-align: right;
}
.s-form-1 .s_form .form-button button {
    background-color: #ffffff;
    color: #b22d30;
    font-weight: bold;
    font-size: 18px;
    border-radius: 30px;
}
/* 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 {
    background-color: #b22d30;
    color: #fff;
    position: relative;
    border-radius: 50px 50px 0 0;
}
.s-footer-7 .s_top {
    line-height: 28px;
    padding: 60px 0 40px;
}

.s-footer-7 .ft-logo {
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.s-footer-7 .ft-logo img {
    /* height: 100px; */
}
.s-footer-7 .ft-title {
    font-size: 16px;
    letter-spacing: 0.22px;
    margin: 0 0 6px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.s-footer-7 .ft-ellipsis {
    display: block;
    font-size: 15px;
    line-height: 22px;
    color: rgb(255 255 255 / 70%);
    font-weight: 500;
    margin-bottom: 30px;
}
.s-footer-7 .ft-menu li {
    display: inline-block;
    width: calc((100% / 2) - 12px);
    color: inherit;
    font-size: 13px;
    margin: 0 10px 8px 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: 20px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 5px;
}
.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: #ffffff;
    margin-right: 5px;
}
.s-footer-7 .ft-menu li a:hover {
    color: #ffffffa8;
}
.s-footer-7 .ft-menu li>span {
    line-height: 25px;
}
.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: #ffffff;
    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-social {
    margin-top: 25px;
}
.s-footer-7 .ft-social a {
    font-size: 25px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 50%);
}
.s-footer-7 .s_bot {
    background-color: #ac2629;
    border-top: 1px solid rgb(255 255 255 / 20%);
}
.s-footer-7 .ft-copyright {
    line-height: 40px;
}
.s-footer-7 .ft-box {
    margin-bottom: 15px;
}
.s-footer-7 .ft-pd {
    padding-right: 60px;
}
.s-footer-7 .ft-rotage {
    position: relative;
}
.s-footer-7 .ft-rotage::before {
    content: "SEQUOIA GROUP VIETNAM";
    position: absolute;
    font-size: 37.3px;
    width: 575px;
    top: 270px;
    transform: rotate(90deg);
    font-weight: bold;
    left: -174px;
    color: #ffffff0d;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff14;
}
.s-footer-7 .ft-color {
    background-color: #ffffff1f;
    padding: 25px;
    border: 2px solid #ffffff24;
}
.s-footer-7 .ft-color li span {
    font-weight: 500;
}
/* BEGIN s-icon-1 */
.s-icon-1 {
    font-size: 14px;
    z-index: 100;
    position: fixed;
    right: 10px;
    top: 50%;
    z-index: 999;
    transform: translateY(-50%);
}
.s-icon-1>a {
    position: relative;
    padding: 10px 8px 5px 10px;
    display: -webkit-box;
    transition: 0.5s;
    background-color: rgb(255 255 255 / 80%);
    border: 1px solid #eee;
    margin-bottom: 10px;
    border-radius: 12px;
    box-shadow: 8.23529px 12.3529px 12.3529px rgba(0, 0, 0, 0.1);
}
.s-icon-1>a>span:first-child {
    color: #b22d30;
    font-size: 0.929em;
    font-weight: bold;
    padding: 15px 15px;
    border-radius: 13px;
    opacity: 0;
    transition: 0.3s linear;
    position: absolute;
    width: 0;
    right: 0;
    top: 0;
    white-space: nowrap;
    background-color: rgb(255 255 255 / 80%);
    box-shadow: 8.23529px 12.3529px 12.3529px rgb(0 0 0 / 10%);
}
.s-icon-1>a>span:last-child {
    position: relative;
    display: inline-block;
    width: 25px;
}
/* END s-icon-1 */

/* BEGIN s-home-8 */
.s-home-8 {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    position: relative;
    padding: 50px 0;
}
.s-home-8 .s_title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
    margin-bottom: 15px;
}
.s-home-8 .s_title .sub {
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    color: #b22d30;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-left: 60px;
}
.s-home-8 .s_title .sub:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    top: 50%;
    transform: translateY(-50%);
    background: #b22d30;
    left: 0;
}
.s-home-8 .s_title .title {
    font-size: 30px;
    line-height: 46px;
    font-weight: 600;
    text-transform: uppercase;
}
.s-home-8 .s_desc {
    color: #444;
    line-height: 1.734em;
    text-align: justify;
    margin-bottom: 35px;
}
.s-home-8 .s_btn {
    margin-top: 30px;
}
.s-home-8 .s_thumb {
    position: relative;
    margin: 1.2px;
    border-radius: 10px;
    padding-left: 70px;
}
.s-home-8 .s_thumb::before {
    content: "";
    display: block;
    width: 15px;
    height: 200px;
    background-color: #b22d30;
    position: absolute;
    left: 30px;
    bottom: 200px;
    border-radius: 30px;
}
.s-home-8 .s_thumb img {
    border-radius: 20px;
}
.s-home-8 .s_thumb .s_img {
    position: absolute;
    width: 61%;
    bottom: -86px;
    left: -13px;
    border-radius: 0 30px 0 0;
    border: 15px solid #fff;
    background-color: #fff;
}
.s-home-8 .s_thumb .s_img img {
    border-radius: 20px;
}
.s-home-8 .s_card {
    display: flex;
    margin-bottom: 15px;
}
.s-home-8 .s_card .number {
    font-size: 38px;
    font-weight: bold;
    color: #b22d30;
    width: 35%;
}
.s-home-8 .s_card .content {
    margin-left: 20px;
    width: 65%;
}
.s-home-8 .s_card .content h3 {
    font-weight: 600;
    margin-bottom: 5px;
}
.s-home-8 .s_card .content p {
    font-weight: 300;
}
.s-home-8 .c-button-1 {
    margin-top: 32px;
}
.c-button-1 {
    color: #b22d30;
    transition: color .1s ease-in-out, background-color 1s ease-in-out;
    padding: 0 60px 0 30px;
    display: inline-block;
    line-height: 53px;
    position: relative;
    border: 2px solid #b22d30;
    border-radius: 30px;
    font-weight: 500;
    z-index: 1;
    transition: .2s all ease-in-out;
}
.c-button-1::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 32px;
    height: 32px;
    top: 9px;
    right: 9px;
    display: block;
    border-radius: 27px;
    background-color: #b22d30;
    transition: .2s all ease-in-out;
}
.c-button-1:hover::before {
    width: calc(100% - 18px);
    height: calc(100% + 2px);
    padding-right: 19px;
    right: -1px;
    top: -1px;
    line-height: 50px;
}
.c-button-1:hover {
    color: #fff;
}
.c-button-1 span {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 9px;
    right: 9px;
    display: block;
    border-radius: 27px;
    text-align: center;
    line-height: 32px;
    color: #fff;
}

/* BEGIN c-statistic-3 */
.c-statistic-3 {
    text-align: center;
}
.c-statistic-3 .c_number {
    color: #fff;
    margin: 15px auto;
    border-radius: 50%;
    font-size: 50px;
    font-weight: bold;
}
.c-statistic-3 .c_number::after {
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    background-color: #ffffff8c;
    margin: 0 auto;
}
.c-statistic-3 .c_text {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}
.c-statistic-3 .c_desc {
    color: #ffffffd6;
}

/* END c-statistic-3 */
/* BEGIN s-home-31 */
.s-home-31 {
    background-image: url("/images/bgs/bg-11.png");
    background-position: 20% 10%;
    background-size: cover;
    padding: 10px 0 30px;
    position: relative;
}
.s-home-31:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #b22d309c;
    position: absolute;
    top: 0;
    left: 0;
}

/* END s-home-31 */
.s-headline-1 {
    text-align: center;
    margin: 45px 0;
}
.s-headline-1 .s_sub {
    color: #b22d30;
    font-weight: 600;
    font-size: 25px;
}
.s-headline-1 .s_title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
}

/* BEGIN b-card-21 */
.b-card-21 {
    display: block;
    margin-bottom: 30px;
    box-shadow: 2px 2px 10px rgb(0 48 79 / 15%);
    border-radius: 30px;
    border-bottom: 5px solid #b22d30;
    transition: 0.5s;
    height: calc(100% - 30px);
}
.b-card-21:hover {
    transform: translateY(-10px);
}
.b-card-21 .b_thumb {
    margin: 0;
}
.b-card-21 .b_thumb img {
    border-radius: 30px 30px 170px 20px;
}
.b-card-21 .b_content {
    padding: 30px;
}
.b-card-21 .b_title {
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -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-21 .b_desc {
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: 15px;
}
.b-card-21:hover .b_title {
    color: #b22d30;
}

/* END b-card-21 */
/* BEGIN b-card-22 */
.b-card-22 {
    display: block;
    margin-bottom: 20px;
    height: calc(100% - 20px);
    box-shadow: 2px 2px 10px rgb(0 48 79 / 15%);
    border-radius: 30px;
    transition: 0.5s;
    border: 2px dashed #b22d30;
    padding: 10px;
}
.b-card-22:hover {
    transform: translateY(-10px);
}
.b-card-22 .b_thumb {
    margin: 0;
}
.b-card-22 .b_thumb img {
    border-radius: 30px 30px 0 0;
}
.b-card-22 .b_content {
    padding: 30px;
}
.b-card-22 .b_title {
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -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-22 .b_desc {
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: 15px;
}
.b-card-22:hover .b_title {
    color: #b22d30;
}

/* END b-card-22 */
.s-feedback-1 {
    background: linear-gradient(to bottom, rgb(255 255 255 / 85%) 0%, rgb(255 255 255 / 85%) 150%), url(/images/slide_2.png) no-repeat;
    background-size: cover;
    padding: 70px 0;
    margin-bottom: 30px;
}
.s-feedback-1 .s_card {
    background-color: #fff;
    border-radius: 0 50px 0 50px;
    padding: 50px;
    position: relative;
    /* box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; */
    margin-left: 90px;
    border: 2px solid #b22d30;
    margin-right: 17px;
    position: relative;
    margin: 30px 30px 40px 84px;
}
.s-feedback-1 .s_card::before {
    width: 100%;
    height: 100%;
    border-radius: 50px 50px 0 60px;
    background-color: rgb(171 44 48);
    right: 11px;
    bottom: -13px;
    content: '';
    position: absolute;
    z-index: -1;
}
.s-feedback-1 .s_card .thumb {
    position: absolute;
    top: 30px;
    left: -81px;
    width: 150px;
    border: 5px solid #fff;
    background-color: #fff;
    border-radius: 50%;
    /* box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px; */
}
.s-feedback-1 .s_card .thumb img {
    border-radius: 50%
}
.s-feedback-1 .s_card .content {
    margin-left: 50px;
}
.s-feedback-1 .s_card .content .title {
    font-weight: 500;
    font-size: 20px;
}
.s-feedback-1 .s_card .content .class {
    font-weight: 500;
    margin-bottom: 10px;
}
.s-feedback-1 .s_card .content .star {
    color: #b22d30;
    margin-bottom: 15px;
}
.s-feedback-1 .s_card .content .desc {
    font-weight: 300;
}
.s-feedback-1 .s_thumb {
    margin-top: 30px;
}
.s-feedback-1 .slick-dots {
    width: 100%;
    position: absolute;
    bottom: -30px;
}
.s-feedback-1 .slick-dots li.slick-active {
    /* border: 1px solid #ffffff; */
}
.s-feedback-1 .slick-dots li.slick-active button {
    background-color: #b22d30!important;
}
.s-feedback-1 .slick-dots li button {
    font-size: 4px!important;
    margin: 5px!important;
    color: transparent!important;
    background-color: #ffffff!important;
    border-radius: 50%!important;
    width: 3em!important;
    height: 3em!important;
    border: 1px solid #b22d30!important;
}

/* BEGIN b-card-42 */
.b-card-42 {
    display: block;
    margin-bottom: 30px;
}
.b-card-42 .b_thumb {
    border-radius: 20px;
}
.b-card-42 .b_thumb img {
    transition: all 0.6s ease-in-out;
    border-radius: 20px;
}
.b-card-42:hover .b_thumb img {
    transform: scale(1.1);
}
.b-card-42 .b_title {
    font-size: 20px;
    margin: 12px 0 10px;
    -webkit-transition: 0.4s color ease-in-out;
    -o-transition: 0.4s color ease-in-out;
    transition: 0.4s color ease-in-out;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.b-card-42:hover .b_title {
    color: #b22d30;
}
.b-card-42 .b_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #777;
    font-size: 15px;
}
.b-card-42 .b_date {
    margin: 15px 0 0;
}
.b-card-42 .b_date i {
    color: #fe8514;
}
.b-card-42 .b_top {
    position: relative;
}
/* END b-card-42 */
.s-banner-1 {
    background-image: url(/images/bgs/bg-15.jpg);
    padding: 200px 0 50px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.s-banner-1::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(255 255 255 / 90%);
}
.s-banner-1 .s_content {
    text-align: center;
}
.s-banner-1 .s_content .title {
    color: #b22d30;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-shadow: 1px 1px 1px #fff;
    position: relative;
    font-size: 35px;
    font-weight: bold;
}
.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), #b22d30 50%, rgba(255, 0, 0, 0));
}

/* BEGIN s-breadcrumb-1 */
.s-breadcrumb-1 {
    font-size: 14px;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    z-index: 9;
    position: relative;
    color: #761a1c;
}
.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: #b22d30;
}
/* BEGIN b-card-48 */
.b-card-48 {
    margin-top: 75px;
    display: block;
    margin-bottom: 30px;
    height: calc(100% - 105px);
    text-align: center;
    padding: 30px;
    border: 1px solid rgba(34, 36, 38, 0.15);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    background: #fff;
    transition: all 0.4s ease;
    border-radius: 10px;
    background-color: #fdfdfd;
}
.b-card-48 .b_thumb {
    width: 150px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -75px;
    border-radius: 50%;
    background: #fff;
    border: 3.5px solid #fafafa;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
}
.b-card-48 .b_title {
    font-size: 25px;
    font-weight: bold;
    margin: 60px 0 10px;
    position: relative;
    color: #b22d30;
    transition: all 0.4s ease;
}
.b-card-48 .b_desc {
    text-align: center;
    margin-bottom: 30px;
}
/* END b-card-48 */
/* 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;
    font-size: 15px;
}
[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: #b22d30;
    border: 1px solid #b22d30;
}
[class*="s-pagination-"]>li.active>a {
    color: #fff;
}

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

/* END s-pagination-2 */

@media screen and (min-width: 992px) {
    .s-header-7 .hd-menu>ul>li:last-child > ul {
        right: 0;
    }
    .s-header-7 .hd-menu>ul>li:last-child > ul::after {
        left: unset;
        right: 3px;
    }
}
@media screen and (min-width: 1260px) {
    .s-icon-1>a:hover>span:first-child {
        opacity: 1;
        width: 170px;
    }
    .s-header-7.fixedTop .s_box {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 100%;
        background: rgb(171 44 48);
        border-radius: 5px;
        animation: smoothScroll 1s forwards;
        transition: all 0.5s;
        margin-top: 0;
        border-radius: 0;
        box-shadow: none;
        border: 2px solid transparent;
    }
}
@media screen and (max-width: 1259px) {
    .s-header-7 .hd-menu>ul>li>a {
        padding: 5px;
    }
    .s-header-7 .hd-menu>ul>li.hd-logo>a {
        width: 120px;
        height: 120px;
        left: 5px;
    }
    .s-header-7 .hd-menu>ul>li>a {
        padding: 5px 4px;
        font-size: 10px;
        transition: unset;
    }
    .s-home-8::before {
        top: 52px;
    }
    .s-header-7 .hd-menu>ul>li.hd-logo {
        width: 130px;
    }
    .s-header-7 .hd-menu>ul>li.hd-logo>a img {
        height: 100px;
    }
}
@media screen and (max-width: 991px) {
    .s-header-7 .hd-menu>ul>li>a {
        padding: 5px 15px;
    }
    .s-header-7 {
        background-color: #b22d30;
        position: relative;
    }
    .s-header-7 .s_box {
        margin-top: 0;
        border: none;
        padding: 0;
    }
    .s-header-7 .hd-logo {
        display: block;
        float: left;
        background-color: #fff;
        padding: 5px 10px;
    }
    .s-header-7 .hd-logo img {
        height: 40px;
    }
    .s-header-7 .hd-menu {
        float: right;
        position: relative;
    }
    .s-header-7 .hd-menu>a[ht-trigger="hd-menu"] {
        display: inline-block;
        margin: 10px 0;
        color: #ffffff;
        border-radius: 5px;
    }
    .s-header-7 .hd-menu>ul {
        visibility: hidden;
        flex-direction: column;
        width: 250px;
        border-radius: 3px;
        background-color: #b22d30;
        z-index: 1;
        position: absolute;
        right: 0;
        top: 51px;
        border-radius: 5px;
    }
    .s-header-7 .hd-menu>ul>li {
        width: 100%;
        border-bottom: 1px solid rgb(255 255 255 / 10%);
    }
    .s-header-7 .hd-menu>ul>li.hd-logo {
        display: none;
    }
    .s-header-7 .hd-menu>ul>li:not(.no-hover):hover>ul {
        min-width: 100%;
        right: 0;
        background-color: #932a2b;
        border-top: 1px solid #ffffff54;
    }
    .s-header-7 .hd-menu>ul>li:not(.no-hover):hover>ul::after {
        left: calc(100% - 25px);
    }
    .s-header-7 .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-7 .hd-search {
        display: none
    }
    .s-header-7 .s_time {
        display: none;
    }
    .s-header-7 .s_contact {
        position: absolute;
        right: 20%;
        margin-top: 14px;
        display: none;
    }
    .s-home-8 {
        padding: 20px 0 100px;
    }
    .s-home-8 .s_thumb {
        margin-top: 30px;
    }
    .s-home-8 .s_thumb::before {
        bottom: 145px;
    }
    .s-form-9 {
        padding: 30px 0 90px;
    }
    .s-banner-1 {
        padding: 40px 0 10px;
    }
    .s-banner-1 .s_content .title {
        font-size: 30px;
    }
    .s-icon-1>a>span:last-child {
        width: 20px;
    }
    .c-headline-10 .c_desc {
        width: 100%;
    }
    .b-card-48 {
        margin-top: 110px;
    }
    .s-tab-4 .s_menu>li a {
        padding: 5px 23px;
    }
    .s-tab-4 {
        padding: 25px 0 5px;
    }
    .b-card-61 .b_overlay {
        display: none;
    }
    .s-feedback-1 {
        margin: 10px 0;
    }
    .s-feedback-1 {
        padding: 20px 0 50px;
    }
    .s-feedback-1 .s_thumb {
        display: none;
    }
    .s-form-1 {
        padding: 20px 0 60px;
        border-top: 1px solid #eee;
    }
    .s-form-1 .s_content img {
        display: none;
    }
    .s-form-1 .s_form .plane {
        display: none;
    }
    .s-form-1 .s_form {
        margin-left: 0;
        margin-top: 25px;
    }
    .s-form-1 .s_content h2 {
        font-size: 25px;
    }
    .s-form-1 .s_content h3 {
        font-size: 25px;
    }
    .s-footer-7 {
        border-radius: 0;
    }
    .s-footer-7 .ft-rotage {
        display: none;
    }
    .s-icon-1 {
        top: unset;
        bottom: 10px;
        transform: unset;
    }
    .s-form-1 .s_form {
        padding: 45px 25px 30px 25px;
    }
    .s-form-1 .s_form::after {
        right: 0;
    }
}
@media screen and (max-width: 767px) {
    .s-header-7 .hd-search {
        order: 1;
        margin-right: 35px;
    }
    .s-header-7 .s_hotline {
        display: none;
    }
    .s-header-7 .s_contact {
        right: 27%;
    }
    .b-card-21 .b_content {
        padding: 0 !important;
    }
    .b-card-21 {
        border-radius: 10px
    }
    .b-card-21 .b_thumb img {
        border-radius: 10px 10px 0 0;
    }
    .b-card-21 .b_title {
        font-size: 18px;
    }
    .s-feedback-1 .s_card {
        text-align: center;
    }
    .s-feedback-1 .s_card .thumb {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto 15px;
    }
    .s-feedback-1 .s_card .content {
        margin-left: 0
    }
    .s-feedback-1 .s_card {
        padding: 30px;
    }
    .s-feedback-1 .s_card {
        margin: 15px 20px;
    }
}
@media screen and (max-width: 575px) {
    .s-header-7 .s_contact {
        right: 0;
        margin-right: 90px;
    }
    .s-form-9 .s_box {
        width: 100%;
    }
    .s-form-9 .s_box form {
        padding: 30px;
    }
    .c-statistic-3 {
        margin-bottom: 30px;
    }
    .c-statistic-3 .c_text {
        font-size: 16px;
    }
    .s-headline-1 .s_title {
        font-size: 22px;
    }
    .b-card-42 .b_title {
        font-size: 16px;
    }
    .s-form-1 .s_content .ht-format-detail {
        font-size: 15px;
    }

}
@media screen and (max-width: 479px) {
    .s-header-7 .s_hotline {
        display: none;
    }
    .s-header-7 .hd-search {
        margin-top: 3px;
    }
    .s-header-7 .hd-search>form {
        width: 200px
    }
    .c-headline-11 .c_name {
        font-size: 25px;
    }
    .c-headline-10 .c_divider {
        width: 300px;
    }
    .b-card-21 {
        padding: 5px 7px 10px;
        border-bottom: 3px solid #b22d30;
    }
    .b-card-21 .b_title {
        margin: 10px 0;
        font-size: 16px !important;
    }
    .s-home-8 .s_thumb::before {
        display: none;
    }
    .b-card-21 .b_desc {
        font-size: 14px;
    }
}