@font-face {
    font-family: 'Gill Sans Std Bold';
    font-style: normal;
    font-weight: normal;
    src: url(/template/frontend/fonts/gill/GillSansStdExtraBold.woff2) format('woff2');
}
body {
    color: #000;
    font-family: 'Open Sans', Arial, serif, sans-serif, monospace;
    font-size: 16px;
    line-height: 1.44;
    font-weight: 400;
    letter-spacing: 0.2px
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: normal;
}

h1, .h1 {
    font-size: 24px;
}

h2, .h2 {
    font-size: 21px;
}

h3, .h3 {
    font-size: 18px;
}

h4, .h4 {
    font-size: 16px;
}

h5, .h5 {
    font-size: 14px;
}
::-webkit-scrollbar {
    width: 0;
}
/* Style chung s-header */
.hd-logo {
    line-height: 0;
}
.hd-menu h2, .hd-menu div {
    font-size: 15px;
    font-weight: bold;
}
.s_block {
    -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 30px -10px rgba(0, 0, 0, .3);
    padding: 40px 50px;
}
.logo-footer {
    height: 150px;
}
@media screen and (max-width: 479px) {
    .s_block {
        padding: 20px 18px;
    }
}
a[ht-trigger="hd-menu"] {
    display: none;
    font-size: 14px;
    line-height: 1.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-13 */
.s-header-13 {
    letter-spacing: 0;
    position: relative;
    background-color: #fff;
    z-index: 100;
}
.s-header-13 .hd-search {
    position: relative;
    line-height: 0;
    margin: 0 15px;
    font-size: 22px;
    background-color: #2b5597;
    color: #fff;
    padding: 8px;
    border-radius: 3px;
}
.s-header-13 .hd-search>a i {
    font-size: 0.819em;
}
.s-header-13 .hd-search>form {
    display: none;
    width: 330px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    z-index: 9999;
    position: absolute;
    top: calc(100% + 2px);
    right: 0;
    animation: slide-up 0.3s;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.s-header-13 .hd-search>form.is-active {
    display: flex;
}
.s-header-13 .hd-logo {
    font-size: 14px;
}
.s-header-13 .hd-logo span {
    display: block;
    text-align: center;
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: #2b5597;
}
.s-header-13 .hd-name {
    margin-right: auto;
    text-transform: uppercase;
}
.s-header-13 .hd-name>span {
    display: block;
    line-height: 1;
    text-align: center;
    font-weight: bold
}
.s-header-13 .hd-name>span:first-child {
    color: #2b5597;
    font-size: 21px;
    margin-bottom: 10px;
    letter-spacing: -.5px;
}
.s-header-13 .hd-name>span:last-child {
    color: #b70900;
    font-size: 18px;
    text-transform: capitalize;
}
.s-header-13 .hd-logo img {
    height: 6em;
}
.s-header-13 .hd-info div, .s-header-13 .hd-info span {
    color: #b70900;
    font-size: 20px;
    font-weight: bold;
    display: block;
    cursor: pointer;
}
.s-header-13 .hd-info div, .s-header-13 .hd-info span {
    margin-left: 0;
}
.s-header-13 .s_top {
    padding: 10px 0;
    background-color: #ebe7e6;
}
.s-header-13 .s_bot {
    position: relative;
    z-index: 99;
    background-color: #00a7e1;
    color: #fff;
}
.s-header-13 .hd-menu>ul>li {
    display: inline-block;
    position: relative;
    margin-left: 30px;
}
.s-header-13 .hd-menu>ul>li:first-child {
    margin-left: 0;
}

.s-header-13 .hd-menu>ul>li>a {
    display: block;
    line-height: 40px;
    text-transform: uppercase;
    border-radius: 3px;
}
.s-header-13 .hd-menu>ul>li>a i {
    font-size: 25px
}
.s-header-13 .hd-menu>ul>li>a:nth-last-child(2) h2::after {
    content: '\f107';
    font-family: FontAwesome;
    margin-left: 5px;
    float: right;
}
.s-header-13 .hd-menu>ul>li>ul {
    visibility: hidden;
    min-width: 200px;
    background-color: #fff;
    box-shadow: 0 5px 10px #ccc;
    z-index: 2000;
    position: fixed;
}
.s-header-13 .hd-menu>ul>li>ul.submenu li {
    position: relative;
    border-bottom: 1px solid #eee;
}
.s-header-13 .hd-menu>ul>li>ul.submenu li .submenu-lv2 {
    position: absolute;
    right: -280px;
    background: #fff;
    min-width: 280px;
    max-width: 280px;
    z-index: 2;
    top: 0;
    display: none;
    border: 1px solid #eee;
}
.s-header-13 .hd-menu>ul>li>ul.submenu>li:hover .submenu-lv2 {
    display: block;
}
.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: 8px 25px 8px 15px;
    text-transform: none;
    color: #111;
}
.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, .s-header-13 .hd-menu>ul>li>ul>li a:hover::before {
    background-color: #2b5597;
    color: #fff;
}
.s-header-13 .hd-menu>ul>li.is-active>a {
    color: #eee;
}
.s-header-13 .hd-menu>ul>li:not(.no-hover):hover>a {
    color: #eee;
}
.s-header-13 .hd-menu>ul>li:not(.no-hover):hover>ul {
    visibility: visible;
    position: absolute;
    top: 40px;
    animation: slide-up 0.3s;
}
.s-header-13 .b-search-2>input {
    border-radius: 30px;
}
.s-header-13 .search {
    background-color: #fff;
    border-radius: 30px;
    margin-left: auto;
    width: 300px;
}
.s-header-13 .tencongty {
    position: relative;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
}
.s-header-13 .tencongty .more {
    position: absolute;
    right: -20px;
    top: 0;
    height: 80px;
}
.s-header-13 .tencongty span {
    display: block;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-weight: bold;
}
.s-header-13 .tencongty span:last-child {
    font-size: 25px;
    color: #b70900;
    letter-spacing: 0;
    margin-top: 10px;
    text-transform: capitalize;
}
/* Style chung b-search */
[class*="b-search-"] {
    color: #666;
    font-size: 13.5px;
    max-width: 330px;
    display: flex;
    align-items: stretch;
}
[class*="b-search-"]>input {
    width: 100%;
    color: inherit;
    font-size: 13.5px;
    padding: 2px 5px 2px 10px;
    line-height: 30px;
    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;
}
/* BEGIN b-search-2 */
.b-search-2>button {
    border-radius: 2px;
}
.b-search-2>button[class] {
    font-size: 16px;
    padding: 1em 0.584em 1em 0.584em;
}
.b-search-2>button:not([class]) {
    color: #fff;
    padding: 10px;
    background-color: #2b5597;
    border-radius: 50%;
    margin: 1px;
}
/* END b-search-2 */
/* 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;
}

/* BEGIN b-search-2 */
.b-search-2 {
    border: 1px solid #ddd;
}
.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: 1.077em 0.616em 1.077em 0.616em;
    background-color: transparent;
}

/* END b-search-2 */
/* 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-3 */
.s-header-3 {
    color: #032f6e;
    background: #fff;
    position: relative;
}
.s-header-3 .s_top {
    line-height: 0;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.s-header-3 .hd-contact {
    margin-right: auto;
}
.s-header-3 .hd-contact>li {
    display: inline-block;
}
.s-header-3 .hd-contact>li:not(:last-child) {
    margin-right: 15px;
}
.s-header-3 .hd-social {
    margin-right: 20px;
}
.s-header-3 .hd-social a {
    color: inherit;
    border-color: inherit;
}
.s-header-3 .s_bot {
    box-shadow: 0px 2px 5px #999;
    position: relative;
    z-index: 111;
}
.s-header-3 .hd-logo {
    font-size: 14px;
    padding: 0.4em 0 0.3em 0;
    margin-right: 40px;
}
.s-header-3 .hd-logo>img {
    height: 75px;
}
.s-header-3 .hd-logo>div {
    margin-left: 10px;
    line-height: normal;
}
.s-header-3 .hd-logo>div>span {
    display: block;
    font-weight: bold;
}
.s-header-3 .hd-logo>div>span:first-child {
    font-size: 37px;
    margin-bottom: 0px;
    line-height: 36px;
    color: #285597;
    font-family: "Gill Sans Std Bold";
}
.s-header-3 .hd-logo>div>span:last-child {
    font-size: 9.6px;
    color: #5c5c5c;
}
.s-header-3 .hd-menu>ul>li {
    display: inline-block;
    position: relative;
}
.s-header-3 .hd-menu>ul>li>a {
    display: block;
    padding: 0px 10px;
    line-height: 30px;
    border-radius: 3px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.s-header-3 .hd-menu>ul>li>a:nth-last-child(2) h2::after {
    content: '\f107';
    font-family: FontAwesome;
    margin-left: 10px;
    float: right;
}
.s-header-3 .hd-menu>ul>li>ul {
    visibility: hidden;
    min-width: 230px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 2000;
    position: fixed;
}
.s-header-3 .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;
    right: 8px;
}
.s-header-3 .hd-menu>ul>li>ul>li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.s-header-3 .hd-menu>ul>li>ul>li {
    position: relative;
}
.s-header-3 .hd-menu>ul>li>ul>li .submenu-lv2 {
    position: absolute;
    top: 0;
    left: 242px;
    background: #fff;
    min-width: 360px;
    max-width: 360px;
    opacity: 0;
    visibility: hidden;
    border-top: 1px solid #eee;
}
.s-header-3 .hd-menu>ul>li>ul>li .submenu-lv2 li {
    border: 1px solid #eee;
    border-top: none;
}
.s-header-3 .hd-menu>ul>li>ul>li a {
    display: block;
    color: #111;
    padding: 5px 15px 5px 15px;
}
.s-header-3 .hd-menu>ul>li>ul>li:hover .submenu-lv2 {
    opacity: 1;
    visibility: visible;
    top: -1px;
}
.s-header-3 .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-3 .hd-menu>ul>li>ul>li:hover>a {
    color: #00a7e1;
}
.s-header-3 .hd-menu>ul>li>ul>li .submenu-lv2 li:hover>a {
    color: #00a7e1;
}
.s-header-3 .hd-menu>ul>li.is-active>a {
    color: #00a7e1;
}
.s-header-3 .hd-menu>ul>li:not(.no-hover):hover>a {
    color: #00a7e1;
}
.s-header-3 .hd-menu>ul>li:not(.no-hover):hover>a:nth-last-child(2) {
    border-radius: 3px 3px 0 0;
}
.s-header-3 .hd-menu>ul>li:not(.no-hover):hover>ul {
    visibility: visible;
    position: absolute;
    right: 0;
    -webkit-animation: slide-up 0.3s;
    -o-animation: slide-up 0.3s;
    animation: slide-up 0.3s;
    max-width: 580px;
}
.s-header-3 .hd-search {
    position: relative;
    line-height: 0;
    margin-left: auto;
}
.s-header-3 .hd-search>a {
    font-size: 22px;
}
.s-header-3 .hd-search>a i {
    font-size: 0.819em;
}
.s-header-3 .hd-search>form {
    display: none;
    width: 300px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    z-index: 9999;
    position: absolute;
    top: calc(100% + 2px);
    right: 0;
    -webkit-animation: slide-up 0.3s;
    -o-animation: slide-up 0.3s;
    animation: slide-up 0.3s;
}
.s-header-3 .hd-search>form.is-active {
    display: -webkit-flex;
    display: flex;
}
.s-header-3 .hd-info {
    margin-left: 20px;
}
.s-header-3 .hd-info .call {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 17px;
    color: red;
}
.s-header-3 .hd-info .call span {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    color: #275598;
    margin-right: 6px;
    border: 1px solid #00a7e1;
    font-size: 14px;
}
@media screen and (max-width: 1259px) {
    .s-header-3 .hd-logo {
        font-size: 10px;
    }
}
@media screen and (max-width: 991px) {
    .s-header-3 .hd-menu {
        order: 1;
        margin-left: 15px;
        position: relative;
    }
    .s-header-3 .hd-menu>a[ht-trigger="hd-menu"] {
        display: block;
        font-size: 15px;
    }
    .s-header-3 .hd-menu>ul {
        visibility: hidden;
        width: 250px;
        background-color: #fff;
        box-shadow: 0 0px 10px 0px #ccc;
        position: absolute;
        top: 45px;
        right: 0;
    }
    .s-header-3 .hd-menu>ul>li {
        display: block;
        border-bottom: 1px solid #eee;
    }
    .s-header-3 .hd-menu>ul>li>a {
        color: #111;
        border-radius: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .s-header-3 .hd-menu>ul>li:hover>ul {
        min-width: 100%;
    }
    .s-header-3 .hd-menu>ul.is-active {
        visibility: visible;
        -webkit-animation: slide-up 0.3s;
        -o-animation: slide-up 0.3s;
        animation: slide-up 0.3s;
    }
}
@media screen and (max-width: 479px) {
    .s-header-3 .hd-logo>div, .s-header-3 .hd-social {
        display: none;
    }
    .s-header-3 .hd-search>form {
        width: 205px;
    }
}

/* END s-header-3 */


.s-gioithieu {
    padding: 50px 0;
}
.s-gioithieu strong {
    color: #2b5597;
}
.s-gioithieu iframe {
    width: 100%;
    height: 336px !important;
}
.s-gioithieu .gioithieu {
    position: relative;
    padding-left: 30px;
}
.s-gioithieu .gioithieu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    z-index: 9;
    background-color: rgba(255, 0, 0, 0);
    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), #2b5597 50%, rgba(255, 0, 0, 0));
}
.s-gioithieu .title {
    font-size: 22px;
    text-transform: uppercase;
    color: #444;
    font-weight: 500;
}
.s-gioithieu .title span {
    display: block;
    color: #00a7e1;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 15px;
    line-height: 1;
}
.s-gioithieu .desc {
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 30px;
}
/* BEGIN c-button-3 */
.c-button-3 {
    font-size: 14px;
    line-height: 2.286em;
    padding: 0 10px;
    background-color: #ddd;
    transition: all 0.3s ease;
    display: inline-block;
    border-radius: 3px;
    font-weight: 500;
}
.c-button-3:hover {
    background-color: #00a7e1;
    color: #fff;
}

/* END c-button-3 */
.headline-1 {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;

}
.headline-1 .title {
    font-weight: bold;
    font-size: 30px;
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 0 15px;
    color: #2b5597;
}
.headline-1 .title::before {
    content: "";
    position: absolute;
    width: 150%;
    height: 2px;
    border-radius: 10px;
    background-color: #00a7e1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.headline-1 span {
    display: block;
    text-transform: none;
    font-weight: normal
}
.headline-2 {
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.headline-2 .title {
    font-weight: bold;
    font-size: 28px;
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
    margin-left: 30px;
}
.headline-2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background-color: #00a7e1;
    top: 50%;
    z-index: -1;
    right: 0;
}
/* BEGIN b-card-23 */
.b-card-23 {
    display: block;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    background-color: #f5f5f5;
    padding: 5px;
    border-radius: 5px;
}
.b-card-23 .b_thumb img {
    transition: ease-in-out .3s;
}
.b-card-23 .b_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.112em;
    text-align: center;
    margin: 10px 0 5px;
    transition: 0.3s color ease-in-out;
    color: #2b5597;
    text-transform: capitalize;
}
.b-card-23 .b_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
    color: #444;
    font-size: 15px;
    padding: 0 10px;
    margin-bottom: 5px;
    font-weight: 500
}
.b-card-23:hover .b_title {
    color: #2b5597;
}
.b-card-23:hover .b_thumb img {
    transform: scale(1.1);
}
/* END b-card-23 */
/* BEGIN b-card-5 */
.b-card-5 {
    display: block;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 20px;
    height: calc(100% - 30px);
    border: 1px solid #eee;
    padding-bottom: 20px;
}
.b-card-5 .b_thumb {
    border-radius: 20px 20px 0 0;
}
.b-card-5 .b_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.125em;
    transition: 0.3s color ease-in-out;
    color: #444;
    padding: 0 20px;
    margin: 10px 0 15px;
}
.b-card-5 .b_title:hover {
    color: #2b5597;
}
.b-card-5 .b_source {
    padding: 10px 20px 0;
}
.b-card-5 .b_source li {
    display: inline-block;
    font-size: 12px;
}
.b-card-5 em {
    color: #2b5597;
    font-size: 13px;
    margin-left: 20px;
}
/* END b-card-5 */
/* BEGIN c-animate-loopflicker */
.c-animate-loopflicker {
    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-icon-2 */
.s-icon-2>a:first-child {
    opacity: 0;
    font-size: 20px;
    border: 1px solid;
    background-color: rgba(204, 204, 204, 0.5);
    z-index: 999;
    position: fixed;
    right: 10px;
    bottom: calc(60% - 1em);
    transition: 0.5s;
}
.s-icon-2>a:first-child.is-show {
    opacity: 1;
    bottom: 110px;
}
.s-icon-2>a:last-child {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
    line-height: 0;
}
.s-icon-2>a:last-child .more {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px;
    background-color: #b70900;
    border-radius: 0 20px 20px 0;
    color: #fff;
}
.s-icon-2>a:last-child .more::after {
    content: '';
    height: 0;
    width: 0;
    border-left: 6px solid #b70900;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 9px;
    right: -5px;
}
.s-icon-2>a:last-child span {
    font-size: 20px;
}
.s-icon-2>a:last-child span::before, .s-icon-2>a:last-child span::after {
    content: '';
    opacity: 0;
    width: calc(100% + 1.334em);
    height: calc(100% + 1.334em);
    margin: -0.666em;
    border-radius: 3px;
    background-color: #05a;
    border-radius: 3px;
    z-index: -1;
    position: absolute;
    -webkit-animation: ripple 1.5s infinite;
    animation: ripple 1.5s infinite;
}
.s-icon-2>a:last-child span::after {
    animation-delay: .3s !important;
    -webkit-animation-delay: .3s !important;
}
.s-icon-2>a:last-child span img {
    position: absolute;
}

@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-2 */
/* BEGIN s-footer-5 */
.s-footer-5 .s_top {
    padding: 30px 0 30px;
    background-size: cover;
    background-position: center;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.45) 0 -15px 20px -20px;
}
.s-footer-5 .s_top::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(255 255 255 / 86%);
}
.s-footer-5 .s_top a[rel="nofollow"] img {
    height: 50px;
}
.s-footer-5 .c-headline-4 {
    margin: 10px 0 15px;
}
.s-footer-5 .c-headline-4::after {
    margin-top: 5px;
}
.s-footer-5 .ft-menu li {
    display: inline-block;
    width: calc((100% / 2) - 12px);
    color: inherit;
    font-size: 15px;
    margin: 0 10px 10px 0;
}
.s-footer-5 .ft-menu li.line {
    width: 100%;
    margin-right: 0;
}
.s-footer-5 .ft-menu li>h1, .s-footer-5 .ft-menu li>div {
    font-size: 21.5px;
    font-weight: inherit;
    color: #2b5597;
}
.s-footer-5 .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-5 .ft-menu li a>span::before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: inherit;
    color: #ccc;
    margin-right: 5px;
}
.s-footer-5 .ft-menu li a:hover {
    color: #00a7e1;
}
.s-footer-5 .ft-menu li>span {
    line-height: 20px;
    font-weight: 500
}
.s-footer-5 .ft-menu li.bando>span a {
    margin-left: 20px;
    font-style: italic;
    text-decoration: underline;
    color: #2b5597;
}
.s-footer-5 .ft-menu li>span:not(:last-child) {
    margin-right: 20px;
}
.s-footer-5 .ft-menu li>span.fa::before {
    width: 15px;
    text-align: center;
}
.s-footer-5 .ft-menu li span::before, .s-footer-5 a:hover {
    color: #00a7e1 !important;
}
.s-footer-5 .ft-social {
    line-height: 0;
    margin: 13px 0 10px;
}
.s-footer-5 .s_bot {
    background-color: #2b5597;
}
.s-footer-5 .ft-copyright {
    line-height: 40px;
    font-size: 12px;
}
.s-footer-5 .ft-phone {
    color: #fff;
    text-align: center;
    z-index: 999;
    position: fixed;
    bottom: 55px;
    right: 2px;
    display: flex;
    align-items: center;
}
.s-footer-5 .ft-phone i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid;
    border-radius: 50%;
    background-color: #00a7e1;
}
.s-footer-5 .ft-phone span {
    margin-left: 0;
    line-height: 1;
    border: 1px solid;
    border-left: none;
    border-radius: 0 5px 5px 0;
    background-color: #00a7e1;
    position: relative;
    left: -5px;
}
.s-footer-5 .ft-phone span:not(.text-hide) {
    padding: 5px;
}

.s-footer-5 .ft-backtop {
    opacity: 0;
    color: #fff;
    font-size: 20px;
    border: 1px solid;
    background-color: #00a7e1;
    z-index: 999;
    position: fixed;
    right: 10px;
    bottom: calc(60% - 1em);
    transition: 0.5s;
}
.s-footer-5 .ft-backtop.is-show {
    opacity: 1;
    bottom: 15px;
}
.s-footer-5 iframe {
    display: block;
    width: 100%;
    height: 185px;
}
.s-footer-5 .c-headline-4 h5, .s-footer-5 .c-headline-4 div {
    color: #2b5597;
}
/* END s-footer-5 */
.background {
    padding: 50px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
/* BEGIN s-breadcrumb-1 */
.s-breadcrumb-1 {
    font-size: 14px;
    display: flex;
    margin-top: 30px;
}
.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: #00a7e1;
}

/* END s-breadcrumb-1 */
/* Style chung s-pagination */
[class*="s-pagination-"] {
    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;
    transition: all 0.3s;
}
[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: #2b5597;
    border: 1px solid #2b5597;
}
[class*="s-pagination-"]>li.active>a {
    color: #fff;
}
.s-pagination-1>li {
    border-radius: 1px;
}

/* END s-pagination-1 */
.s-why {
    padding: 25px 0 50px;
}
.s-why .img {
    position: relative;
}
.s-why .img img {
    border-radius: 50%;
    border: 5px solid #2b5597;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.s-why .img .more {
    position: absolute;
    bottom: 0;
    width: 35%;
    height: 35%;
    left: 0;
}
.s-why .img .more img {
    border-color: #00a7e1;
}
.s-why .content {
    position: relative;
}
.s-why .card {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.s-why .card i {
    font-size: 40px;
    background-color: #2b5597;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
}
.s-why .card span {
    font-size: 18px;
    font-weight: 500;
    margin-left: 20px;
    width: 80%;
}
.s-home-3 .s_block {
    -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 30px -10px rgba(0, 0, 0, .3);
    padding: 40px 50px;
}
.ft-social a {
    width: 2.8rem;
    height: 2.8rem;
}
.seo-title {
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    color: #00a7e1;
    font-weight: bold;
    margin-bottom: 12px;
}
.s-section-2 .s-block {
    margin-bottom: 80px;
}
.s-block.odd .row {
    flex-direction: row-reverse;
}
.s-section-2 .s-block .b_title {
    font-size: 40px;
    font-weight: bold;
    color: #13287b;
    position: relative;
    margin-bottom: 16px;
}
.s-section-2 .s-block .b_title::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 3px;
    background: #00a7e1;
    bottom: 0;
    left: 0;
}
.s-section-2 .s-block .b_desc {
    font-size: 15px;
    color: #444;
    position: relative;
    margin-bottom: 25px;
    line-height: 1.4;
}
.s-section-2 .s-block .b_content {
    margin-bottom: 20px;
}
.s-section-2 .s-block img {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 8px;
}
.s-section-2 .s-block .b_content.b_temp {
    display: flex;
    flex-wrap: wrap;
}
.b-card-99 {
    margin-bottom: 8px;
}
.b-card-99 i {
    color: #00a7e1;
}
.s-section-2 .s-block .b-card-98 img {
    box-shadow: none;
    border-radius: 0;
}
.b-card-98 {
    width: 47%;
    padding: 10px 12px;
    margin-bottom: 16px;
    margin-right: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.b-card-98 span {
    font-size: 14px;
    font-weight: bold;
    margin-left: 16px;
    text-align: center;
}
.desc_cate {
    font-weight: bold;
}
@media (min-width: 992px) {
    .s-footer-5 .ft-info::before {
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-color: rgba(255, 0, 0, 0);
        background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), #2b5597 50%, rgba(255, 0, 0, 0));
    }
}
@media (min-width: 1260px) {
    .s-header-13 {
        height: 154px;
    }
    .s-header-3.s_fixed {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
    }
    .s-header-13 .hd-menu>ul>li:nth-child(2) {
        /* margin-left: 27px; */
    }
}
@media (max-width: 1259px) {
    .s-header-13 .tencongty>img {
        height: 60px !important;
    }
    .s-header-13 .hd-info div, .s-header-13 .hd-info span {
        font-size: 14px;
    }
    .s-header-13 .hd-logo {
        font-size: 10px;
    }
    .s-header-13 .hd-info {
        font-size: 13px;
    }
    .s-header-13 .hd-menu>ul>li {
        margin-left: 20px;
    }
    .s-header-13 .hd-menu>ul>li>a {
        font-size: 14px;
    }
    .s-header-13 .search {
        width: 230px;
    }
}
@media (max-width: 991px) {
    .s-gioithieu .gioithieu {
        margin-top: 30px;
        padding-left: 0;
    }
    .s-gioithieu .gioithieu::before {
        display: none
    }
    .s-footer-5 .align-items--center {
        display: none
    }
    .s-header-13 .tencongty {
        display: none
    }
    .s-header-13 .hd-menu {
        position: relative;
        order: 1;
        margin-left: 40px;
    }
    .s-header-13 .hd-menu>a[ht-trigger="hd-menu"] {
        display: flex;
        color: #2b5597;
        margin: 5px 0;
    }
    .s-header-13 .hd-menu>a[ht-trigger="hd-menu"] i {
        margin-top: 1px;
    }
    .s-header-13 .hd-menu>ul {
        visibility: hidden;
        width: 250px;
        position: absolute;
        top: 40px;
        right: 0;
    }
    .s-header-13 .hd-menu>ul>li {
        display: block;
        margin: 1px 0 0 0;
        background-color: #2b5597;
    }
    .s-header-13 .hd-menu>ul>li>a {
        color: #fff;
        padding: 0 15px;
    }
    .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;
        animation: slide-up 0.3s;
    }
    .s-header-13 .hd-menu>ul>li:not(.no-hover):hover>a {
        color: #fff;
    }
}
@media (max-width: 767px) {
    .background {
        padding: 30px;
    }
    .b-card-23, .b-card-5 {
        margin-bottom: 15px;
        height: calc(100% - 15px);
    }
    .headline-1 .title::before {
        display: none
    }
}
@media (max-width: 575px) {
    .s-gioithieu {
        padding: 30px 0;
    }
}
@media (max-width: 479px) {
    .ht-mrt50 {
        margin-top: 30px;
    }
    .background {
        padding: 30px 15px;
    }
    .b-card-5 .b_title {
        font-size: 15px;
        padding: 0 10px;
    }
    .b-card-23 .b_desc {
        display: none
    }
    .b-card-23 .b_title {
        font-size: 15px;
    }
    .s-gioithieu .title span {
        font-size: 25px;
        text-align: center
    }
    .s-footer-5 .s_bot {
        display: none
    }
    .b-card-1 .b_thumb {
        width: 150px;
    }
    .b-card-1 .b_title {
        font-size: 15px;
    }
    .b-card-1 .b_source {
        display: none;
    }
    .headline-1 .title, .headline-2 .title {
        font-size: 25px;
    }
    .headline-1 {
        margin-bottom: 15px;
    }
    .s-header-3 .hd-logo {
        margin-right:  20px;
    }
    .s-header-3 .hd-menu>ul>li>ul>li:hover .submenu-lv2 {
        left: 0;
        min-width: 100%;
        width: 100%;
        background: #fff;
        z-index: 1;
    }
}