/* BEGIN s-slide-9 */
.s-slide-9 {
    position: relative;
}
.s-slide-9>.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 123;
}
.s-slide-9 .slick-list::before {
    padding-bottom: calc(45% - 4px);
}
.s-slide-9 .slick-dots {
    width: 100%;
    position: absolute;
    bottom: 15px;
}
.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-slide::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.55);
}
.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 .slick-slide .container {
    height: 100%;
}
.s-slide-9 .s_caption {
    width: 50%;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.s-slide-9 .s_caption .s_title {
    font-family: 'Fira Sans';
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 1.1;
    font-weight: bold;
    text-shadow: 1px 1px 0 #000;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.s-slide-9 .s_caption .s_desc {
    font-size: 16px;
    margin-bottom: 40px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.75s;
    text-shadow: 1px 1px 0 #000;
}
.s-slide-9 .s_caption .s_button {
    display: inline-block;
    color: #fff;
    letter-spacing: initial;
    border-radius: 3px;
    padding: 0.715em 1.072em 0.715em 1.072em;
    background-color: #0081d0;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1s;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
}
.s-slide-9 .s_caption .s_button::after {
    content: '\f178';
    font-family: FontAwesome;
    margin-left: 5px;
    font-weight: normal;
}
.s-slide-9 .s_caption .s_button:hover {
    color: #fff;
    background-color: #ff802b;
}
.form {
    position: absolute;
    width: 440px;
    border-radius: 5px;
    margin-top: -250px;
    right: 1.25%;
    transform: translateX(-1.25%);
    background-color: #f9f9f9;
    padding: 40px 35px 35px;
    text-align: center;
    box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}
.form .title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.2;
}
.form p {
    margin-bottom: 15px;
    font-size: 15px
}
.form button {
    color: #fff;
    background-color: #0081d0;
    font-weight: 600;
    display: block;
    width: 100%;
    padding: 12px;
    box-shadow: none;
    border-radius: 3px;
}
/* BEGIN c-form-border */
/* Copy when using c-form-border */
.c-form-border {
    border: 1px solid #ccc;
    border-radius: 2px;
    transition: border-color 0.3s ease-in-out;
    background-color: #fff;
    padding: 2.5px;
    margin-bottom: 15px;
}
.c-form-border .c_input {
    float: left;
    padding: 1.215em 1.072em 1.215em 1.072em;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    width: 100% !important;
    font-size: 13.5px
}
.c-form-border .c_input:focus {
    outline: none;
    border-color: #0081d0;
}
.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 {
    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: flex;
    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: #F1ECDA;
    pointer-events: none;
    padding: 0 0.358em 0 0.358em;
    z-index: 9;
    position: absolute;
    top: 0.572em;
    left: 0.715em;
    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: #0081d0;
    position: absolute;
    top: -0.727em;
}
.c-form-border.is-focused {
    border-color: #0081d0 !important;
}
.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;
}
/* END c-form-border */
@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 */
/* BEGIN b-card-1 */
.b-card-1 {
    display: block;
    margin-bottom: 20px;
    height: calc(100% - 20px);
    background-color: #f2f7fd;
    padding: 15px;
    transition: 0.4s ease;
    border: 1px solid #f3f3f3;
}
.b-card-1::after {
    content: '';
    display: table;
    clear: both;
}
.b-card-1 .b_thumb {
    top: 15px;
    float: left;
    margin-right: 15px;
    width: 50px;
}
.b-card-1 .b_title {
    font-size: 18px;
    font-family: 'Fira Sans';
    line-height: normal;
    font-weight: bold;
    margin-bottom: 5px;
    transition: 0.3s color ease-in-out;
}
.b-card-1 .b_desc {
    color: #444;
    overflow: hidden;
}
.b-card-1:hover {
    background-color: #cce8f7;
}
.s-section-1 {
    padding: 50px 0;
    background: linear-gradient(to bottom, rgb(255 255 255 / 98%) 0, rgb(255 255 255 / 98%) 100%), url(/images/bgs/bg-8.jpg) repeat 0 0;
}
.c-headline-9 .c_sub {
    font-family: 'Fira Sans';
    position: relative;
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 50px;
}
.c-headline-9 .c_sub span {
    color: #0081d0;
}
.c-headline-9 .c_sub::before {
    content: '';
    height: 5px;
    width: 70px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid transparent;
    border-bottom: 0;
    border-top-color: #0081d0;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}
.fadeInUp {
    animation-name: fadeInUp
}
@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.fadeIn {
    animation-name: fadeIn
}
/* BEGIN c-button-8 */
.c-button-8 {
    display: inline-block;
    font-size: 14px;
    border-radius: 5px;
    padding: 0.5em 1.072em 0.5em 1.072em;
    overflow: hidden;
    color: #fff;
    background-color: #0081d0;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
}
.c-button-8>i.fa {
    padding-left: 5px;
}
.c-button-8::after {
    content: '';
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);
    -webkit-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
}
.c-button-8:hover {
    box-shadow: 0 14px 26px -12px rgba(34, 34, 34, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(34, 34, 34, 0.2);
}
.c-button-8:hover::after {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
}
/* END c-button-8 */
/* BEGIN b-card-36 */
.b-card-36 {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    padding: 13px 15px 20px;
    border-radius: 20px;
    background-color: #fff;
    transition: all 0.2s linear;
}
.b-card-36 .b_thumb {
    border-radius: 10px;
}
.b-card-36 .b_content {
    padding: 0 15px;
}
.b-card-36 .b_title {
    font-size: 22px;
    line-height: normal;
    font-weight: bold;
    padding-top: 25px;
    font-family: 'Fira Sans';
    margin-bottom: 15px;
    transition: all 0.2s linear;
}
.b-card-36 .b_desc {
    color: #666;
    margin-bottom: 25px;
}
.b-card-36 .b_desc p {
    margin-bottom: 5px;
}
.b-card-36 .b_desc p:last-child {
    margin-bottom: 0;
}
.b-card-36 .b_btn {
    margin-top: auto;
    position: relative;
    /* padding: 0 15px; */
}
/* .b-card-36 .c-button-8 {text-align: right; } */
.b-card-36:hover {
    box-shadow: 0 14px 26px -12px rgb(153 153 153 / 19%), 0 4px 23px 0px rgb(0 0 0 / 5%), 0 8px 10px -5px rgb(153 153 153 / 0%);
}
.b-card-36 .b_btn::after {
    content: "";
    position: absolute;
    right: 20px;
    background: #fff;
    width: 29px;
    height: 2px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}
.b-card-36 .b_btn>span {
    border-radius: 5px;
    color: #202020;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #deeef9;
    padding: 13px 22px 10px;
    position: relative;
    font-size: 18px;
    z-index: 1;
    overflow: hidden;
    transition: .3s;
}
.b-card-36 .b_btn>span::before {
    content: '';
    width: 0;
    height: 0;
    border-width: 5px 0 5px 7px;
    border-style: solid;
    display: block;
    right: 13px;
    border-color: transparent transparent transparent #f5f5f5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.b-card-36 .b_btn>span::after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 23%;
    height: 100%;
    z-index: -1;
    transform: skew(-29deg);
    padding-left: 20px;
    background-color: #0081d0c7;
    transition: .3s;
}
.b-card-36 .b_btn>span i {
    margin-left: 7px;
}
.b-card-36:hover .b_btn>span {
    background-color: #0081d0;
    color: #fff;
}
.b-card-36:hover .b_btn>span::after {
    background-color: #d1e8f7;
}
.b-card-36:hover .b_btn::after {
    background-color: #000;
}
.b-card-36:hover .b_btn>span::before {
    border-color: transparent transparent transparent #000;
}
/* END b-card-36 */
.s-section-2 {
    padding: 50px 0;
    background-color: #F4F7FC;
}
.s-section-2 .slick-slider {
    z-index: 1;
}
.s-section-2 .slick-slider .slick-list {
    margin: 0 35px;
    padding: 15px 0;
}
.s-section-2 .slick-slider .item {
    margin: 0 13px;
    height: auto;
}
.b-card-2 {
    display: block;
    margin-bottom: 15px;
}
.b-card-2::after {
    content: '';
    display: table;
    clear: both;
}
.b-card-2 .b_thumb {
    top: 10px;
    float: left;
    margin-right: 15px;
    width: 50px;
}
.b-card-2 .b_title {
    font-size: 18px;
    color: #232323;
    line-height: normal;
    font-weight: bold;
    margin-bottom: 5px;
    transition: 0.3s color ease-in-out;
}
.b-card-2 .b_desc {
    color: #6d6d6d;
    overflow: hidden;
}
.bar-main {
    margin-bottom: 50px;
}
.bar.bar-big {
    margin: 20px auto;
    position: relative;
}
.bar.bar-big::before {
    display: block;
    content: "";
    position: absolute;
    width: 52px;
    height: 4px;
    left: 0;
    border: 4px solid transparent;
    border-bottom: 0;
    border-top-color: #0081d0;
    top: auto;
}
.s-section-3 {
    padding: 70px 0 60px;
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(248, 248, 248, 0.97) 0%, rgba(248, 248, 248, 0.97) 100%), url(/images/slides/slide-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.s-section-3 .s_title {
    font-family: 'Fira Sans';
    font-size: 35px;
    line-height: 1.2;
    font-weight: 700;
}
.s-section-3 .s_title span {
    color: #999;
}
.s-section-3 .s_desc {
    font-size: 16px;
    color: #6d6d6d;
    font-weight: 500;
    margin-bottom: 30px;
}
.s-section-3 .s_list .b-card-2:last-child {
    margin-bottom: 0;
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}
.fadeInLeft {
    animation-name: fadeInLeft
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}
.fadeInRight {
    animation-name: fadeInRight
}
.s-section-4 {
    padding: 60px 0 20px;
    background: linear-gradient(to bottom, rgba(248, 248, 248, 0.7) 0%, rgba(248, 248, 248, 0.7) 100%), url(/images/bgs/dots.jpg);
    background-repeat: repeat;
    background-size: inherit;
    background-attachment: inherit;
    background-position: 0 0;
}
.s-section-4 .s_box {
    margin-bottom: 55px;
}
.s-section-4 .s_title {
    font-family: 'Fira Sans';
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
}
.s-section-4 .s_title::after {
    content: "";
    display: block;
    height: 5px;
    margin: 15px auto 20px 0;
    width: 70px;
    border: 4px solid transparent;
    border-bottom: 0;
    border-top-color: #0081d0;
}
.s-section-4 .s_detail {
    font-size: 16px;
    color: #5e5e5e;
    line-height: 28px;
}
.s-section-4 .s_thumb {
    margin: 20px 0 20px 20px;
    border-radius: 30px;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
/* BEGIN s-home-17 */
.s-home-17 {
    background: linear-gradient(to bottom, rgba(248, 248, 248, 0.95) 0%, rgba(248, 248, 248, 0.95) 100%), url(/images/bgs/bgx.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.s-home-17 .s_content {
    padding: 50px 25px 30px 0;
}
.s-home-17 .s_title {
    font-family: 'Fira Sans';
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
}
.s-home-17 .s_title span {
    color: #0081d0;
}
.s-home-17 .s_title::after {
    content: "";
    display: block;
    height: 5px;
    margin: 15px auto 15px 0;
    width: 70px;
    border: 4px solid transparent;
    border-bottom: 0;
    border-top-color: #0081d0;
}
.s-home-17 .s_desc {
    margin-bottom: 20px;
}
.s-home-17 .s_form {
    background: linear-gradient(to bottom, rgba(248, 248, 248, 0.7) 0%, rgba(248, 248, 248, 0.7) 100%), url(/images/bgs/dots.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 49px 40px 40px 40px;
    border-radius: 2px;
    border: 2px solid #f5f5f5;
}
.s-home-17 .s_form .c-form-border {
    border-color: #ededed;
}
.s-home-17 .c-form-border--icon {
    background-color: #fff;
}
.s-home-17 .c-checkbox>label {
    color: #fff;
}
.s-home-17 .c-checkbox>label:hover {
    color: #ff802b;
}
.s-home-17 .c-checkbox .c_tick .check {
    border: 1px solid #fff;
}
/* END s-home-17 */
.s-faq-15 .item {
    margin-bottom: 10px;
    border: 1px solid #e8eff1;
    border-radius: 4px;
    background-color: #fcfcfc;
}
.s-faq-15 .item-title {
    font-size: 16px;
    padding: 17px 15px;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #0f1321;
    font-weight: bold;
}
.s-faq-15 .item-title>i:first-child {
    color: #ffc911;
    font-size: 1.429em;
}
.s-faq-15 .item-title>i:last-child {
    position: relative;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    font-size: 12px;
}
.s-faq-15 .item-title>span {
    width: 100%;
    padding-right: 10px;
}
.s-faq-15 .item-body {
    display: none;
    overflow: hidden;
    padding: 15px;
    border-top: 1px solid #e8eff1;
}
.s-faq-15 .item.is-active .item-title {
    color: #0081d0;
}
.s-faq-15 .item.is-active .item-title>i:last-child {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(90deg);
    /* font-size: 17px; */
}
/* END s-faq-1 */
/* BEGIN c-radio */
.c-radio {
    display: block;
    line-height: 1;
    margin: 0.715em 0 0.715em 0;
    position: relative;
    z-index: 2;
}
.c-radio label {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    color: #666666;
    position: relative;
}
.c-radio label>span:not(.c_tick) {
    font-size: 1em;
    line-height: 1.42857143;
}
.c-radio label:hover {
    color: #0081d0;
}
.c-radio .c_tick {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #666666;
    border-radius: 100%;
    margin: 0 0.358em 0.072em 0;
    width: 1.072em;
    height: 1.072em;
}
.c-radio .c_tick::before {
    content: '';
    display: block;
    border-radius: 100%;
    background-color: #0081d0;
    width: 1.072em;
    height: 1.072em;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.c-radio input[type=radio] {
    overflow: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.c-radio input[type=radio]:checked~.c_tick {
    border-color: #0081d0;
    opacity: 1;
}
.c-radio input[type=radio]:checked~.c_tick::before {
    opacity: inherit;
}
.c-radio input[type=radio]:checked+.c_tick::before {
    -webkit-transform: scale3d(0.65, 0.65, 1);
    -moz-transform: scale3d(0.65, 0.65, 1);
    -o-transform: scale3d(0.65, 0.65, 1);
    -ms-transform: scale3d(0.65, 0.65, 1);
    transform: scale3d(0.65, 0.65, 1);
}
.c-radio input[type=radio][disabled]~.c_tick {
    border-color: #000;
    opacity: 0.26;
}
.c-radio input[type=radio][disabled]~.c_tick::before {
    opacity: inherit;
}
/* END c-radio */
/* Style chung select */
.c-select {
    position: relative;
}
.c-select.c-form>.c-icons {
    width: 12px;
}
.c-select.c-form>.c_input {
    padding: 0;
}
.c-select>.c_input {
    height: 33px;
    line-height: 33px;
    padding: 0 25px 0 12px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.c-select>.c-icons {
    height: 100%;
    width: 30px;
    cursor: pointer;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
}
.c-select>.c-icons>i {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.c-select .c_list {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    max-height: 217px;
    line-height: 20px;
    padding: 5px;
    background-color: #fff;
    overflow: auto;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    z-index: 10000;
    position: absolute;
    top: 35px;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}
.c-select.is-focused .c_list {
    opacity: 1;
    visibility: visible;
    top: 40px;
}
.c-select.is-focused>.c-icons i {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: rotate(180deg) translate(50%, 50%);
    transform: rotate(180deg) translate(50%, 50%);
}
/* BEGIN c-select-single */
.c-select .c-radio {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 2px;
    border-radius: 3px;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}
.c-select .c-radio:hover, .c-select .c-radio.is-selected {
    color: #fff;
    background-color: #0081d0;
    box-shadow: 0 14px 26px -12px rgba(0, 85, 170, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 85, 170, 0.2);
}
.c-select .c-radio label {
    display: block;
    color: inherit;
    padding: 5px 8px;
    text-align: left;
}
.c-select .c-radio label:hover {
    color: #fff;
}
/* END c-select-single */
.b-card-23 {
    display: block;
    margin-bottom: 20px;
    height: calc(100% - 20px);
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    border-radius: 8px;
    transition: 0.25s ease;
    background-color: #fff;
    overflow: hidden;
}
.b-card-23 .b_content {
    padding: 10px 20px 20px;
}
.b-card-23 .b_date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.b-card-23 .b_date span {
    font-size: 11px;
    color: #666;
}
.b-card-23 .b_title {
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
    margin: 10px 0 10px;
    -webkit-transition: .3s color ease-in-out;
    transition: .3s color ease-in-out;
}
.b-card-23 .b_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: #888;
}
.b-card-23 .b_view {
    margin-top: 15px;
    font-weight: bold;
    color: #0081d0;
    transition: .3s color ease-in-out;
}
.b-card-23 .b_view i.fa {
    margin-left: 5px;
}
.b-card-23:hover .b_title, .b-card-23 .b_view:hover {
    color: #0081d0;
}
.b-card-23:hover {
    box-shadow: 0 14px 26px -12px rgb(153 153 153 / 19%), 0 4px 23px 0px rgb(0 0 0 / 5%), 0 8px 10px -5px rgb(153 153 153 / 0%);
}
.s-section-5 {
    padding: 50px 0 30px;
    background: linear-gradient(to bottom, rgb(255 255 255 / 98%) 0, rgb(255 255 255 / 98%) 100%), url(/images/bgs/bg-8.jpg) repeat 0 0;
}
.s-section-5 .s_title {
    font-family: 'Fira Sans';
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: center;
}
.s-section-5 .s_title span {
    color: #999;
}
.s-section-5 .bar-main {
    margin-bottom: 55px;
}
.s-section-5 .bar.bar-big::before {
    margin: auto;
    right: 0;
}
.s-section-5 .slick-slider {
    z-index: 1;
}
.s-section-5 .slick-slider .slick-list {
    margin: 0 35px;
    padding: 15px 0;
}
.s-section-5 .slick-slider .item {
    margin: 0 13px;
    height: auto;
}
@media (min-width: 768px) {
    .wow {
        visibility: hidden;
    }
}
@media (min-width: 992px) {
    .s-section-4 .s_box:nth-child(2n+2) .row {
        flex-direction: row-reverse;
    }
    .s-section-4 .s_box:nth-child(2n+2) .s_thumb {
        margin: 20px 20px 20px 0;
    }
    .b-card-36:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    .b-card-36:hover .b_title {
        color: #0081d0;
    }
}
@media (min-width: 1260px) {
    .s-section-5 .b-sslide-default {
        margin: 0 -55px;
    }
}
@media (max-width: 1199px) {
    .form {
        display: none;
    }
    .s-slide-9 .s_caption {
        width: 65%;
    }
}
@media (max-width: 991px) {
    .s-slide-9 .s_caption {
        width: 80%;
    }
    .b-card-36 .b_content {
        padding: 0;
    }
    .b-card-36 .b_title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .b-card-36 .b_btn>span {
        font-size: 16px;
    }
    .s-section-2 .slick-slider .item, .s-section-5 .slick-slider .item {
        margin: 0 8px;
    }
    .bar-main {
        margin-bottom: 35px;
    }
    .bar.bar-big {
        margin: 10px auto;
    }
    .s-section-3 {
        padding-top: 60px;
    }
    .s-section-3 .s_title {
        margin-top: 30px;
    }
    .s-section-4 {
        padding: 50px 0 0;
    }
    .s-section-4 .s_box {
        margin-bottom: 35px;
    }
    .s-section-4 .s_thumb {
        margin-left: 0;
    }
    .s-section-5 .bar-main {
        margin-bottom: 45px;
    }
    .s-home-17 .s_content {
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .s-slide-9 .s_caption .s_title {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .s-slide-9 .s_caption .s_desc {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .s-slide-9 .s_caption .s_button {
        padding: 7px 10px;
        font-size: 13px;
    }
    .c-headline-9 .c_sub {
        font-size: 22px;
    }
    .c-headline-9 .c_sub::before {
        bottom: -20px;
    }
    .b-card-1 {
        margin-bottom: 10px;
        height: calc(100% - 10px);
        padding: 15px 10px;
    }
    .b-card-1 .b_thumb {
        float: none;
        top: unset;
        margin: 0 auto 15px;
    }
    .b-card-1 .b_title, .b-card-1 .b_desc {
        text-align: center;
    }
    .b-card-1 .b_title, .b-card-2 .b_title {
        font-size: 16px;
        line-height: 1.3;
    }
    .b-card-1 .b_desc, .b-card-2 .b_desc, .b-card-23 .b_desc {
        font-size: 14px;
    }
    .b-card-36 {
        padding: 9px 10px 11px;
    }
    .b-card-36 .b_btn>span {
        padding: 11px 13px 8px;
    }
    .b-card-36:hover, .b-card-23:hover {
        box-shadow: none;
    }
    .b-card-23 .b_content {
        padding: 10px 15px;
    }
    .b-card-23 .b_title {
        font-size: 16px;
        line-height: 1.3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .b-card-23 .b_date {
        margin-top: 5px;
    }
    .s-section-1, .s-section-2, .s-section-3 {
        padding: 35px 0;
    }
    .s-section-2 .slick-slider .slick-list, .s-section-5 .slick-slider .slick-list {
        margin: 0 30px;
        padding: 0;
    }
    .s-section-2 .slick-slider .slick-prev, .s-section-2 .slick-slider .slick-next {
        font-size: 10px;
    }
    .s-section-3 .s_title, .s-section-4 .s_title, .s-home-17 .s_title, .s-section-5 .s_title {
        font-size: 26px;
    }
    .s-section-3 .s_desc, .s-section-4 .s_detail, .s-faq-15 .item-title {
        font-size: 15px;
    }
    .s-section-4, .s-home-17 .s_content {
        padding-top: 35px;
    }
    .s-section-4 .s_box {
        margin-bottom: 20px;
    }
    .s-faq-15 .item-body {
        font-size: 14px;
    }
    .s-section-5 {
        padding-top: 35px;
    }
    .s-section-5 .slick-slider .slick-prev, .s-section-5 .slick-slider .slick-next {
        font-size: 10px;
    }
}
@media (max-width: 575px) {
    .s-slide-9 .s_caption {
        width: 100%;
    }
    .s-slide-9 .s_caption .s_title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .s-slide-9 .s_caption .s_desc {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .s-slide-9 .s_caption .s_button {
        padding: 5px 7px;
        font-size: 12px;
    }
    .s-slide-9 .slick-dots {
        bottom: 10px;
    }
    .s-slide-9 .slick-dots li button {
        font-size: 3px;
    }
    .s-home-17 .s_form {
        padding: 20px 20px 30px;
    }
}
@media (max-width: 479px) {
    .s-slide-9 .s_caption .s_title {
        font-size: 16px;
        margin-bottom: 5px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .s-slide-9 .s_caption .s_desc {
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
}
@media (max-width: 430px) {
    .s-home-17 .s_form .col-6 {
        width: 100%;
    }
}
@media (max-width: 360px) {
    .s-slide-9 .s_caption .s_title {
        font-size: 14px;
    }
    .s-slide-9 .s_caption .s_desc {
        font-size: 12px;
        margin-bottom: 10px;
    }
}
