.s-header-2 {
    background: transparent;
    position: absolute;
    width: 100%;
    top: 0;
    color: #fff;
}
.s-header-2 .s_top {
    color: #fff;
    line-height: 0;
    padding: 12px 0;
    z-index: 1;
    position: relative;
    background: transparent;
    border-bottom: 1px solid #ffffff8f;
}
.s-header-2 .s_bot {
    box-shadow: none;
}
/* BEGIN s-slide-9 */
.s-slide-9 .slick-list::before {
    padding-bottom: calc(48% + 3px);
}
.s-slide-9 .slick-dots {
    width: 100%;
    position: absolute;
    bottom: 10px;
}
.s-slide-9 .slick-dots li button {
    color: transparent;
    font-size: 4px;
    background-color: rgba(255, 255, 255, 0.7);
    width: 3em;
    height: 3em;
}
.s-slide-9 .slick-slide {
    background-size: cover;
    background-attachment: fixed;
}
.s-slide-9 .slick-active .s_title, .s-slide-9 .slick-active .s_desc, .s-slide-9 .slick-active .s_button {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.s-slide-9 .s_caption {
    width: 60%;
    color: #fff;
    letter-spacing: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.s-slide-9 .s_caption .s_title {
    font-size: 43px;
    font-weight: bold;
    color: var(--secondary-color);
    margin-bottom: 12px;
    text-shadow: 1px 1px 0 var(--primary-color);
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.s-slide-9 .s_caption .s_desc {
    font-size: 1.429em;
    margin-bottom: 20px;
    text-shadow: 1px 1px 0 #0B7741;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}
.s-slide-9 .s_caption .s_button {
    display: inline-block;
    color: #000;
    font-weight: bold;
    padding: 10px 16px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
    border-radius: 12px;
    background: rgb(42, 42, 116);
    background: linear-gradient(126deg, rgba(42, 42, 116, 1) 46%, rgba(255, 221, 87, 1) 100%);
    color: #fff;
    min-width: 160px;
}
.s-slide-9 .s_caption .s_button:hover {
    color: #fff;
    background-color: #f60;
}
@media screen and (max-width: 991px) {
    .s-slide-9 .s_caption {
        left: 70px;
        width: 80%;
        font-size: 10px;
    }
}
@media screen and (max-width: 767px) {
    .s-slide-9 .s_caption {
        display: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
/* END s-slide-9 */
.s-home-2 {
    padding: 50px 0;
}
.c-headline-3 .c_name span {
    text-align: center;
    font-size: 24px;
    font-family: 'Merriweather';
    font-weight: bold;
    position: relative;
    background: var(--gradient-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
/* .c-headline-3 .c_name span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
} */
.c-headline-3 .c_name {
    position: relative;
}
/* .c-headline-3 .c_name::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  right: 0;
  top: 50%;
  transform:  translateY(-50%);
  background: var(--gradient-color);
} */
.s-home-2 .c-headline-3 .c_name {
    text-align: center;
}
.c-headline-3 {
    margin-bottom: 20px;
}
.s-home-2 .c-headline-3 {
    margin-bottom: 40px;
}
.c-headline-3::after {
    display: none;
}
.s-home-2 .c-headline-3 .c_name span::after {
    position: absolute;
    content: '';
    height: 3px;
    width: 100px;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background: var(--primary-color);
}
.ht-ratio--165::before {
    padding-bottom: 165%;
}
.s-home-3 {
    margin-bottom: 40px;
}
.other_service .b-card-15 .b_title {
    margin: 8px 0;
    font-size: 14px;
}
.ketoan .b-card-2 {
    margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
    .s-header-2 .hd-menu>a[ht-trigger="hd-menu"] {
        display: block;
        color: #fff;
    }
    .s-header-2 .hd-menu>ul>li>a {
        color: var(--primary-color);
    }
}