.s-home-7 {
        background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 350px;
    position: relative;
}
.s-home-7::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #213F70;
    background: linear-gradient(90deg, rgba(33, 63, 112, 1) 0%, rgba(33, 63, 112, 0.9) 35%, rgb(255 201 15) 100%);
}
/* Style chung b-search */
[class*="b-search-"] {
    color: #666;
    font-size: 13px;
    max-width: 790px;
    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 15px;
    line-height: normal;
    border: none;
    height: 50px;
    background-color: transparent;
}
[class*="b-search-"]>input::-webkit-input-placeholder {
    color: #3f3f3f;
    font-style: italic;
    font-weight: 300;
}
[class*="b-search-"]>input::-moz-placeholder {
    color: #3f3f3f;
    font-style: italic;
    font-weight: 300;
}
[class*="b-search-"]>input:-moz-placeholder {
    color: #3f3f3f;
    font-style: italic;
    font-weight: 300;
}
[class*="b-search-"]>input:-ms-input-placeholder {
    color: #3f3f3f;
    font-style: italic;
    font-weight: 300;
}
[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;
    padding-top: 0;
    padding-bottom: 0;
    margin: 8px;
    border-left: 1px solid #3f3f3f;
}
[class*="b-search-"]>button i {
    line-height: inherit;
}
[class*="b-search-"]>button img {
    width: 30px;
}
/* BEGIN b-search-2 */
.b-search-2 {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    margin: 35px auto 0;
    border-radius: 50px;
}
.b-search-2>button {
    border-radius: 2px;
}
.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: 0 0.616em;
    background-color: transparent;
}

/* END b-search-2 */

/* BEGIN p-contact-1 */
.s-home-7.s-news .s_title {
    color: #fff;
    display: block;
    margin: 150px 0 0;
    font-weight: bold;
    border-bottom: none;
    padding-bottom: 0;
    font-size: 34px;
    text-align: center;
}
.s-home-7.s-news .s_title:after {
    display: none;
}
/* END p-contact-1 */

.s_hotline .hd-contact li i {
    background: #fff;
    color: #ffaa11;
}
/* BEGIN s-tab-20 */
.s-tab-20 {
    padding: 50px 0;
    background-color: #f3f4f6;
}
.s-tab-20 .s_menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    padding: 30px;
    background: #fff;
}
.s-tab-20 .s_menu>li:not(:last-child)>a {
    margin-bottom: 10px;
}
.s-tab-20 .s_menu>li>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: var(--color-secondary);
    cursor: pointer;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    font-size: 15px;
}
.s-tab-20 .s_menu>li a i {
    display: block;
    font-size: 20px;
    line-height: 30px;
}
.s-tab-20 .s_menu>li.is-active>a {
    color: #2486c5;
}
.s-tab-20 .s_content {
    background-color: #fff;
    padding: 30px;
}
.s-tab-20 .s_content>li {
    display: none;
}
.s-tab-20 .s_content>li:first-child {
    display: block;
}
.s-tab-20.s-tab--icon .s_menu li a {
    border-radius: 5px;
}
.s-tab-20 .s_menu-title i:last-child {
    position: relative;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}
.s-tab-20 .s_menu-title span {
    width: 100%;
    padding-right: 15px;
}
.s-tab-20 .s_menu .s_menu-list {
    display: none;
    overflow: hidden;
    padding-top: 5px;
    border-left: 1px solid gray;
    padding-left: 15px;
    margin: 10px 0;
}
.s-tab-20 .s_menu>li.is-active .s_menu-title {
    color: var(--color-secondary);
}
.s-tab-20 .s_menu>li.is-active .s_menu-title>i:last-child {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.s-tab-20 .s_menu .s_menu-list>li {
    margin-bottom: 10px;
    color: #333;
}
.s-tab-20 .s_menu .s_menu-list>li>a {
    transition: color .4s ease;
}
.s-tab-20 .s_menu .s_menu-list>li>a:hover {
    color: var(--color-secondary);
}
.s-tab-20 .s_block {
    margin-bottom: 20px;
}
.s-tab-20 .s_block .title {
    font-weight: 500;
    font-size: 16px;
    color: var(--color-secondary);
    margin-bottom: 15px;
}
/* END s-tab-20 */
.s-contact .s_title {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 20px;
}
/* BEGIN s-faq-1 */
.s-faq-15 .item {
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 3px;
}
.s-faq-15 .item-title {
    font-size: 16px;
    padding: 10px 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: #58595b;
    font-weight: 400;
}
.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;
}
.s-faq-15 .item-title>span {
    width: 100%;
    padding-right: 15px;
}
.s-faq-15 .item-title:hover {
    color: var(--color-secondary);
}
.s-faq-15 .item-body {
    display: none;
    overflow: hidden;
    background: #f6f6f6;
    padding: 25px 35px;
}
.s-faq-15 .item.is-active .item-title {
    color: var(--color-secondary);
}
.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(180deg);
    font-size: 17px;
}
/* END s-faq-1 */

/* BEGIN s-contact */
.s-contact {
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.s-contact .sub-info {
    color: #4cb1e0;
    font-style: italic;
    font-size: 12px;
    margin-top: 10px;
}
.s-contact.s-support {
    background-color: #f6f6f6;
    padding: 55px 0;
}
.s-contact .s_content {
    position: relative;
    z-index: 99;
    text-align: center;
}
.s-contact .s_title {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 15px;
}
.s-contact .s_title.s_bold {
    font-weight: 600;
    font-size: 30px;
}
.s-contact .s_desc {
    margin-bottom: 20px;
}
.s-contact .hd-contact>li {
    display: inline-flex;
    align-items: center;
    position: relative;
    border-radius: 50px;
}
.s-contact .hd-contact li i {
    color: #fff;
    font-size: 17px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffaa11;
}
.s-contact .hd-contact li>div:first-child {
    width: 35px;
    height: 35px;
    margin-right: 7px;
}
.s-contact .hd-contact>li .content {
    display: inline-block;
}
.s-contact .hd-contact>li .content>span:last-child {
    display: block;
    font-size: 35px;
    font-style: normal;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.s-contact .hd-contact a {
    transition: all .4s ease;
}
.s-contact.s-mission {
    padding: 55px 0;
}
.s-contact.s-mission .s_title {
    line-height: 2em;
    color: #25405b;
    font-style: italic;
    font-size: 18.9px;
}
/* END s-contact */

.ht-ratio--65::before {
    padding-bottom: 65%;
}

/* END s-home-5 */
.s-contact.s-support .hd-contact>li .content>span:last-child {
    font-size: 24px;
}
.s-contact.s-support .c-button-2 {
    border-radius: 50px;
    padding: 13px 40px;
    margin-bottom: 10px;
}
.s-contact.s-support .hd-contact li>div:first-child {
    width: 30px;
    height: 30px;
}
.s-contact.s-support .hd-contact li i {
    width: 30px;
    height: 30px;
}
/* END s-home-5 */

.s_hotline {
    position: relative;
    border-bottom: 1px solid var(--color-primary);
    text-align: center;
    margin-top: 15px;
    max-width: 65%;
    margin: 20px auto 0;
}
.s_hotline .hd-contact {
    display: inline-block;
    top: 15px;
    position: relative;
    background: #fefefe;
    z-index: 9;
    padding: 0 20px;
}
.s_hotline .hd-contact>li {
    display: inline-flex;
    align-items: center;
    position: relative;
    border-radius: 50px;
}
.s_hotline .hd-contact>li:first-child {
    margin-right: 15px;
}
.s_hotline .hd-contact li i {
    color: #fff;
    font-size: 13px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s_hotline .hd-contact li>div:first-child {
    width: 28px;
    height: 28px;
    margin-right: 5px;
}
.s_hotline .hd-contact>li .content {
    display: inline-block;
    color: #bbb;
}
.s_hotline .hd-contact>li .content>span:last-child {
    display: block;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}
.s_hotline .hd-contact a {
    transition: all .4s ease;
    color: var(--color-gradient-primary);
}
.s_hotline .hd-contact a:hover {
    color: #f7d04f;
}

@media(max-width: 1259px) {
    .s-home-7.s-news .s_title {
        margin-top: 120px;
        font-size: 40px;
    }
    .s-tab-20 {
        padding: 40px 0;
    }
}
@media(max-width: 991px) {
    .s-home-7.s-news .s_title {
        margin-top: 100px;
        font-size: 36px;
    }
    .s-tab-20 .s_menu {
        padding: 30px 25px;
    }
    .s-tab-20 .s_content {
        padding: 20px 25px;
    }
}
@media(max-width: 767px) {
    .s-home-7.s-news .s_title {
        font-size: 30px!important;
        margin-top: 50px;
    }
    .s-contact .s_title {
        font-size: 20px;
    }
    .s_hotline {
        max-width: 100%;
    }
}
@media(max-width: 479px) {
    .s-tab-20 {
        padding: 30px 0;
    }
    .s-tab-20 .s_menu {
        padding: 25px 15px;
    }
    .s-tab-20 .s_content {
        padding: 20px 15px;
    }
    .s-faq-15 .item-body {
        padding: 15px 20px;
    }
    .s-home-7 {
        height: 260px;
        background-position: bottom left;
    }
}