html {
    scroll-behavior: smooth;
}
body {
    font-family: 'SFU Helvetica', Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 1.42857143;
}
/* Style chung cho header */
.hd-logo {
    line-height: 0;
}

.hd-menu h2, .hd-menu .h2 {
    font-size: 17px;
    font-weight: normal;
}

.hd-btn__menu i {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.hd-btn__menu i:first-child {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
}
.hd-btn__menu i:last-child {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg) scale(0);
    transform: translate(-50%, -50%) rotate(-90deg) scale(0);
}
.hd-btn__menu.is-active i:first-child {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg) scale(0);
    transform: translate(-50%, -50%) rotate(-90deg) scale(0);
}
.hd-btn__menu.is-active i:last-child {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
}

/* BEGIN s-header-2 */
.s-header-2 .s_top {
    background-color: #0a5aaa;
    height: 35px;
    position: relative;
}
.s-header-2 .s_top ul>li {
    display: inline-block;
    color: #fff;
}
.s-header-2 .s_top ul>li a {
    color: #fff;
}
.s-header-2 .s_top ul>li a:hover {
    color: #23af4b;
}
.s-header-2 .hd-contact {
    float: left;
    font-weight: 300;
    margin-top: 5px;
}
.s-header-2 .hd-contact li:not(:last-child) {
    margin-right: 15px;
}
.s-header-2 .hd-language {
    line-height: 0;
}
.s-header-2 .hd-language:not(.hd-social) {
    margin-left: 30px;
    margin-right: 15px;
}
.s-header-2 .hd-language li {
    margin-left: 5px;
    box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.14), 0 3px 1px -2px rgba(255, 255, 255, 0.2), 0 1px 5px 0 rgba(255, 255, 255, 0.12);
}
.s-header-2 .hd-language li img {
    height: 18px;
}
.s-header-2 .hd-right .c-icon-border {
    border: 1px solid #fff;
}
.s-header-2 .hd-right [class*=c-icon] {
    color: #fff;
    height: 1.45em;
}
.s-header-2 .hd-right {
    display: inherit;
    margin-top: 6px;
}
.s-header-2 .hd-menu-top li {
    margin-right: 10px;
    padding-left: 20px;
    position: relative;
    font-size: 15px;
}
.s-header-2 .hd-menu-top li i {
    margin-right: 3px;
}

.s-header-2 .hd-menu-top li:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    height: 100%;
    z-index: 1111;
    background-color: rgba(255, 0, 0, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0)), color-stop(50%, #ccc), to(rgba(255, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), #ccc 50%, rgba(255, 0, 0, 0));
}
.s-header-2 .hd-menu-top li a {
    font-weight: 300;
}
.s-header-2 .hd-language li:hover a {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
.s-header-2 .s_bot {
    padding: 15px 0 15px;
    position: relative;
    z-index: 111;
    border-bottom: 1px solid #f5f5f5;
}
.s-header-2 .hd-logo {
    font-size: 15px;
}
.s-header-2 .hd-logo>img {
    height: 65px;
}
.s-header-2 .hd-logo>div {
    margin-left: 40px;
    line-height: normal;
}
.s-header-2 .hd-cart {
    font-size: 16px;
    position: relative;
    top: -12px;
    margin-left: 20px;
    margin-right: 19px;
}
.s-header-2 .hd-cart>i {
    color: #777;
}
.s-header-2 .hd-cart .bage {
    font-size: 11px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    background-color: #23af4b;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    right: -9px;
}
.s-header-2 .hd-list {
    margin-top: 10px;
}
.s-header-2 .hd-list ul li i {
    color: #23af4b;
    margin-right: 2px;
}
.s-header-2 .hd-list ul li {
    margin-bottom: 3px;
    font-weight: 300;
    color: #666;
    text-transform: uppercase;
}
.s-header-2 .hd-menu__list {
    display: inline-block;
}
.s-header-2 .hd-menu__list::after {
    content: '';
    display: table;
    clear: both;
}
.s-header-2 .hd-menu__list>li {
    float: left;
}
.s-header-2 .hd-menu__list>li>a {
    display: block;
    padding: 0px 14px;
    line-height: 34px;
    text-transform: uppercase;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.s-header-2 .hd-menu__list>li>.sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 112;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
}
.s-header-2 .hd-menu__list>li>.sub-menu ul {
    padding: 15px 15px 15px 25px;
    margin-top: 31px;
    border-top: 4px solid #0a5aaa;
    background-color: #fff;
}
.s-header-2 .hd-menu__list>li>.sub-menu ul li a {
    display: block;
    padding: 7px 12px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
    position: relative;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.s-header-2 .hd-menu__list>li>.sub-menu ul li a::before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 0.86em;
    pointer-events: none;
    opacity: 1;
    position: absolute;
    top: 0.77em;
    left: 4px;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.s-header-2 .hd-menu__list>li>.sub-menu ul li a:hover {
    color: #0a5aaa;
}
.s-header-2 .hd-menu__list>li.is-focus>.sub-menu {
    opacity: 1;
    visibility: visible;
}
.s-header-2 .hd-menu .hd-btn__menu {
    font-size: 23px;
}
.s-header-2 .hd-menu .hd-btn__menu i {}

@keyframes bounceIn {
    20%, 40%, 60%, 80%, from, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}
@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
/* END s-header-2 */

/* BEGIN s-footer-8 */
.s-footer-8 {
    color: #fff;
    background-color: #0a5aaa;
}
.s-footer-8 .s_top {
    padding: 30px 0;
    text-align: center;
    font-weight: 400;
}
.s-footer-8 .ft-info {
    display: inline-block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.s-footer-8 .ft-info>span {
    padding: 0 10px;
    font-size: 14px;
}
.s-footer-8 .ft-info>span:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.s-footer-8 .ft-info>span h1 {
    display: inline;
    font-size: 17px;
    font-weight: inherit;
}
.s-footer-8 .ft-contact {
    display: inline-block;
    padding: 10px 0;
}
.s-footer-8 .ft-contact>span {
    padding: 0 10px;
}
.s-footer-8 .ft-contact a {
    color: inherit;
    padding-bottom: 35px;
    margin-bottom: -35px
}
.s-footer-8 .ft-contact a:hover {
    color: #f60;
}
.s-footer-8 .ft-social {
    line-height: 0;
    margin-top: 10px;
}
.s-footer-8 .ft-social a, .s-footer-8 .ft-social>span {
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
}
.s-footer-8 .ft-social a>span, .s-footer-8 .ft-social>span>span {
    padding: 15px;
    background-color: #fff;
}
.s-footer-8 .ft-social a i, .s-footer-8 .ft-social span i {
    color: #1976d2;
}
.s-footer-8 .s_bot {
    color: #fff;
    line-height: 40px;
    border-top: 1px solid #fff;
}
.s-footer-8 .ft-developed {
    margin-left: 5px;
}
.s-footer-8 .ft-developed a {
    display: inline-block;
    margin-left: 5px;
}
.s-footer-8 .ft-developed a img {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}
/* BEGIN s-icon-1 */
.s-icon-1 {
    font-size: 14px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    z-index: 100;
    position: fixed;
    right: 0;
    bottom: 0;
}
.s-icon-1>a {
    position: relative;
    padding: 0.715em;
    border-top: 1px solid #f5f5f5;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.s-icon-1>a>span:first-child {
    color: #1976d2;
    font-size: 0.929em;
    font-weight: bold;
    padding: 0 15px;
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: -1px;
    right: 100%;
    bottom: -1px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.25s linear;
    -o-transition: 0.25s linear;
    transition: 0.25s linear;
}
.s-icon-1>a>span:last-child {
    font-size: 1.072em;
    position: relative;
}
.s-icon-1>a>span:last-child::before, .s-icon-1>a>span:last-child::after {
    content: '';
    opacity: 0;
    width: calc(100% + 1.334em);
    height: calc(100% + 1.334em);
    margin: -0.666em;
    border-radius: 3px;
    background-color: inherit;
    z-index: -1;
    position: absolute;
}
.s-icon-1>a>span:last-child.s_ripple::before, .s-icon-1>a>span:last-child.s_ripple::after {
    -webkit-animation: ripple 1.5s infinite;
    animation: ripple 1.5s infinite;
}
.s-icon-1>a>span:last-child::after {
    animation-delay: .3s !important;
    -webkit-animation-delay: .3s !important;
}
.s-icon-1>a:hover {
    background-color: #fcfcfc;
}

@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-1 */

/* END s-footer-8 */
/* 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-home-16 */
.s-home-16 {
    padding: 40px 0;
    position: relative;
    border-top: 1px solid #f5f5f5;
    /* background: linear-gradient(to bottom, rgba(255, 255, 255, .98) 0, rgba(255, 255, 255, .98) 100%), url(/images/bgs/bg-8.jpg) repeat 0 0; */
}
.s-home-16::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(10, 90, 170, 0.1), rgba(238, 238, 238, 0.1));
    position: absolute;
    top: 0;
    left: 0;
}
.s-home-16 .s_info-list {
    margin-left: 30px;
}
.s-home-16 .s_info-list>p {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 300;
}
.s-home-16 .s_info-list>p::before {
    content: '\f046';
    font-family: FontAwesome;
    margin-right: 10px;
    color: #23af4b;
}
.s-home-16 .s_info-desc {
    padding: 20px;
    margin: 20px 0 30px;
    text-align: justify;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 1px 5px #888;
}
.s-home-16 .s_info-desc span {
    color: #f60;
}
.s-home-16 .s_contact-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    font-weight: 400;
}
.s-home-16 .s_contact .align-items {
    margin-bottom: 10px;
    float: left;
}
.s-home-16 .s_contact .align-items .c-icon {
    background-color: #0a5aaa;
    color: #fff;
    font-size: 25px;
    margin-right: 20px;
}
.s-home-16 .s_contact .align-items p {
    margin-bottom: 0;
}
.s-home-16 .s_form>p {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}

.s-home-16 .c-headline-2, .s-home-16 .c-headline-2 .h2 {
    font-size: 22px;
    font-weight: 300;
}
.s-home-16 .c-headline-2 .h2 span {
    font-weight: normal;
}
.s-home-16 .c-headline-2 .h2 span:first-child {
    color: #0a5aaa;
}
.s-home-16 .c-headline-2 .h2 span:last-child {
    color: #23af4b;
}
.s-home-16 .s_form .form-inline {
    display: flex;
}
.s-home-16 .s_form .form-inline .form-group {
    width: 50%;
    display: flex;
}
.s-home-16 .s_form .form-inline .form-group:first-child {
    margin-right: 5px;
}
/* END s-home-16 */
/* BEGIN c-form-border */
/* Copy when using c-form-border */
.c-form-border {
    border: 1px solid #ccc;
    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;
}
.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;
}
.c-form-border .c_input:focus {
    outline: none;
    border-color: #1976d2;
}
.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: #1976d2;
    position: absolute;
    top: -0.727em;
}
.c-form-border.is-focused {
    border-color: #1976d2;
}
.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 */
/* Style chung c-upload */
.c-upload>input {
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

/* BEGIN c-upload-file */
.c-upload-file.c_input {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.c-upload-file .c_file {
    width: calc(100% - 30px);
}
.c-upload-file .c_file>div {
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 36px;
}
.c-upload-file .c_file-filename {
    display: none;
}
.c-upload-file .c_icon {
    line-height: 0;
}
.c-upload-file.is-active .c_file-filename {
    display: block;
    color: #111;
}
.c-upload-file.is-active .c_icon span:first-child {
    display: inline-block;
}
.c-upload-file.is-active .c_file>div:first-child {
    display: none;
}
/* END c-upload-file */
/* BEGIN b-card-24 */
.b-card-24 {
    position: relative;
    display: block;
    margin-top: 30px;
}
.b-card-24 .b_content {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 15px 25px 10px;
    background-color: rgba(255, 255, 255, 0.9);
}
.b-card-24 .b_content h2 {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    color: #0a5aaa;
}
.b-card-24 .b_content p {
    line-height: 1.47em;
    font-weight: 300;
}

/* END b-card-24 */
.bg-header {
    position: relative;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.bg-header .container-fluid {
    padding-left: 0;
}
.bg-header:after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(10, 90, 170, 0.3), rgba(238, 238, 238, 0));
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
}
.bg-header .bg-content .col-md-6 {
    background-color: rgba(255, 255, 255, .6);
    padding: 30px 30px 28.56px 130px;
}
.bg-header .bg-content .title {
    color: #0a5aaa;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
}
.bg-header .bg-content .title i {
    color: #23af4b;
}
.bg-header .bg-content p {
    color: #000;
    font-weight: 300;
    padding-left: 35px;
    font-size: 17px;
}


.b-card-4 {
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    border-right: 1px solid;
    border-image: linear-gradient(to top, rgba(60, 60, 60, 0.3), rgba(220, 220, 220, 0.2));
    border-image-slice: 1;
    z-index: 1;
    height: 100%;
}
.b-card-4::after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(10, 90, 170, 0.1), rgba(238, 238, 238, 0.1));
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
}
.b-card-4 .b_thumb {
    z-index: -1;
    margin: 0.78px;
}
.b-card-4 .b_thumb.ht-ratio--75::before {
    padding-bottom: calc(75% - 0px);
}
.b-card-4 .b_content-title {
    font-size: 25px;
    margin: 15px 0 10px;
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    -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-4 .b_content-title:hover {
    color: #0a5aaa;
}
.b-card-4 .b_content {
    padding: 10px 0px 0px;
}
.b-card-4 .b_content-desc {
    text-align: left;
    padding-right: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    font-weight: 300;
}
.b-card-4 .b_content .c-icon-bg--fb {
    background-color: #0a5aaa;
}
.b-card-4 .b_content span:last-child {
    position: absolute;
    margin-left: 10px;
    font-size: 13px;
    color: #666;
    font-style: italic;
    transition: all .5s;
}
.b-card-4 .b_content span:last-child:hover {
    color: #0a5aaa;
}


.b-card-34 {
    position: relative;
    z-index: 1;
    height: 100%;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin-top: 20px;
    background-size: cover;
    /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%), url(/images/bgs/bg-8.jpg) repeat 0 0; */
}
.b-card-34 .col-md-6 {
    padding-right: 0;
}
.s_content .container-fluid {
    padding-left: 0;
}
.b-card-34 .b_content-title {
    font-size: 25px;
    font-weight: normal;
    color: #333;
    margin: 10px 0 10px;
}
.b-card-34 .b_content-title a {
    transition: all .5s;
}
.b-card-34 .b_content-title a:hover {
    color: #0a5aaa;
}
.b-card-34 .b_content-desc {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 16px;
}
.b-card-34 .b_content span:last-child {
    position: absolute;
    padding-left: 7px;
    font-size: 14px;
    font-weight: 300;
    color: #999;
    font-style: italic;
    transition: all .5s;
}
.b-card-34 .b_content span:hover {
    color: #0a5aaa;
}
.b-card-34 .b_content span a {
    color: #fff;
}
.b-card-34 .b_content {
    padding: 20px;
}
.b-card-34 .b_content ul {
    font-size: 17px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.b-card-34 .b_content ul li {
    margin-bottom: 5px;
}
.b-card-34 .b_content ul li a {
    font-weight: 300;
    transition: all .5s;
}
.b-card-34 .b_content ul li a:hover {
    color: #0a5aaa;
}
.b-card-34 .b_content ul li a:before {
    content: '\f105';
    font-family: FontAwesome;
    color: #999;
    padding-right: 5px;
}
.b-card-34 .b_thumb {
    margin: 0.74px;
}
.b-card-34 .b_thumb.ht-ratio--75:before {
    padding-bottom: calc(60% + 2px);
}

.b-card-34 .b_content .info .h2 {
    color: #666;
    font-size: 16px;
    text-transform: uppercase;
}
.b-card-34 .b_content .info .h2 i {
    color: #0a5aaa;
    margin-right: 3px;
}
.b-card-34 .b_content .info>div {
    margin: 15px 0px;
}
.b-card-34 .b_content .info button {
    background-color: #eee;
    color: #666;
    margin: 5px;
}
.b-card-34 .b_content .info button:hover {
    cursor: context-menu;
    box-shadow: 0 1px 0px -1px rgba(153, 153, 153, .42), 0 4px 4px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(153, 153, 153, .2);
}
.b-card-34 .b_content .info>p {
    font-style: italic;
    color: #666;
    margin-bottom: 20px;
}
.b-card-34 .b_content .info>p span {
    font-weight: 300;
    color: #666;
}
.b-card-34 .b_content .info>p a {
    width: 1.2em;
    height: 1.2em;
    margin-top: 3px;
}
.b-card-34 .b_content .info>p a i {
    font-size: 10px;
}
/* BEGIN c-button-6 */
.c-button-6 {
    display: inline-block;
    font-size: 14px;
    line-height: 2.43em;
    padding: 0 15px 0 15px;
    letter-spacing: 1px;
    border-radius: 0;
    color: #fff;
    background-color: #0a5aaa;
}

/* END c-button-6 */

/* BEGIN s-sidebar-3 */
.s-sidebar-3 {
    background-color: #f9f9f9;
    box-shadow: 2px -1px 5px rgba(35, 70, 113, 0.4);
}
.s-sidebar-3 .s_header {
    padding: 0 10px;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    color: #fff;
    background-color: #0a5aaa;
    text-transform: uppercase;
    position: relative;
}
.s-sidebar-3 .s_news {
    padding: 15px;
}
.s-sidebar-3 .s_news li {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.s-sidebar-3 .s_news li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.s-sidebar-3 .s_news li a {
    display: block;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.s-sidebar-3 .s_news li a::after {
    content: '';
    display: table;
    clear: both;
}
.s-sidebar-3 .s_news li a:hover {
    color: #0a5aaa;
}
.s-sidebar-3 .s_news li a .title {
    font-weight: 300;
    text-transform: uppercase;
}
.s-sidebar-3 .s_news .thumb {
    float: left;
    width: 100%;
    line-height: 0;
    margin-bottom: 10px;
}
.s-sidebar-3 .s_news .thumb .ht-ratio--75 {
    margin: 0.73px;
}
.s-sidebar-3 .s_news .thumb .ht-ratio--75:before {
    padding-bottom: calc(60% + 1px);
}

/* BEGIN s-sidebar-11 */
.s-sidebar-11 .s_heading {
    text-transform: uppercase;
    color: #fff;
    background-color: #0a5aaa;
    border-radius: 3px 3px 0 0;
    padding: 15px 10px 15px 20px;
}
.s-sidebar-11 .s_heading::before {
    content: '\f0c9';
    font-family: FontAwesome;
    font-weight: normal;
    margin-right: 10px;
}
.s-sidebar-11 .s_heading i {
    font-weight: normal;
    float: right;
    margin-top: 3px;
    cursor: pointer;
}
.s-sidebar-11>ul>li {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
}
.s-sidebar-11>ul>li a {
    color: #222;
    display: block;
    padding: 15px 15px 15px 33px;
    text-transform: uppercase;
    position: relative;
}
.s-sidebar-11>ul>li a::before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 12px;
    color: inherit;
    position: absolute;
    top: 17px;
    left: 20px;
    -webkit-transition: left 0.25s ease;
    -o-transition: left 0.25s ease;
    transition: left 0.25s ease;
}
.s-sidebar-11>ul>li a:hover::before {
    left: 22px;
}
.s-sidebar-11>ul>li.is-active ul {
    display: block;
}
.s-sidebar-11>ul ul {
    display: none;
    background-color: #fefefe;
}
.s-sidebar-11>ul ul a {
    padding-left: 50px;
    color: #444;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    font-weight: 300;
    font-size: 14px;
}
.s-sidebar-11>ul ul a::before {
    content: '\f10c';
    font-size: 9px;
    top: 20px;
    left: 33px;
}
.s-sidebar-11>ul ul a:hover::before {
    left: 35px;
}
#show_more {
    margin: 30px auto;
}
/* END s-sidebar-11 */

/* END s-sidebar-3 */
/*------------------- REPONSIVE -------------------- */
@media (min-width: 1200px) {
    .s-header-2 .hd-menu__list>li.is-active>a, .s-header-2 .hd-menu__list>li:hover>a {
        color: #0a5aaa;
        border-radius: 5px;
    }
    .s-header-2 .hd-menu__list>li:hover .sub-menu {
        opacity: 1;
        visibility: visible;
    }
    .s-footer-8 .ft-phone {
        display: none;
    }
    .hd-btn__menu[ht-trigger="hd-menu"] {
        display: none;
    }
}
@media (max-width: 1199px) {
    .s-header-2 .hd-logo {
        font-size: 10px;
    }
    .s-header-2 .hd-menu {
        position: relative;
    }
    .s-header-2 .hd-menu__list {
        display: none;
        opacity: 0;
        visibility: hidden;
        width: 300px;
        padding: 15px;
        background-color: #0a5aaa;
        z-index: -1;
        position: absolute;
        top: 50px;
        right: 0;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeOutDown;
        animation-name: fadeOutDown;
    }
    .s-header-2 .hd-menu__list::before {
        height: 0;
        width: 0;
        border-bottom: 10px solid #1976d2;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        position: absolute;
        top: -10px;
        right: 7px;
    }
    .s-header-2 .hd-menu__list.is-active {
        display: block;
        opacity: 1;
        visibility: visible;
        z-index: 99999;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
    }
    .s-header-2 .hd-menu__list>li {
        float: none;
        margin-right: 0;
        position: relative;
    }
    .s-header-2 .hd-menu__list>li:not(:last-child) {
        border-bottom: 1px solid #ffffff47;
    }
    .s-header-2 .hd-menu__list>li>a {
        padding: 0px;
        color: #fff;
    }
    .s-header-2 .hd-menu__list>li>a h2::before {
        content: '\f1ce';
        font-family: FontAwesome;
        display: inline-block;
        font-size: 0.58em;
        margin: 0 6px;
        -webkit-transform: translateY(-0.25em);
        transform: translateY(-0.25em);
    }
    .s-header-2 .hd-menu__list>li>.sub-menu {
        width: 100%;
    }
    .s-header-2 .hd-menu__list>li>.sub-menu ul {
        margin-top: 0;
    }
    .s-header-2 .hd-menu__list>li>.sub-menu ul li a::before {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .s-header-2 .hd-menu__list>li.is-active>a, .s-header-2 .hd-menu__list>li.is-focus>a {
        color: #23af4b;
    }
    .s-header-2 .hd-contact {
        display: none;
    }
    .s-header-2 .hd-cart {
        top: unset;
    }
}
@media(max-width: 991px) {
    .s-home-16 .s_info {
        margin-bottom: 20px;
    }
    .s-footer-8 .ft-info, .s-footer-8 .ft-contact {
        display: block;
    }
    .s-footer-8 .ft-info>span:not(:last-child) {
        border-right: none;
    }
    .s-footer-8 .ft-info>span, .s-footer-8 .ft-contact>span {
        display: block;
        margin-bottom: 5px;
    }
    .s-header-2 .s_top .hd-search {
        right: 2.5%;
    }
}
@media (max-width: 767px) {
    .s-footer-8 .ft-developed {
        display: none;
    }
    .bg-header .bg-content .col-md-6 {
        padding: 30px;
    }
}
@media screen and (min-width: 576px) {
    .s-icon-1>a:first-child {
        display: none;
    }
    .s-icon-1>a:hover>span:first-child {
        opacity: 1;
        background-color: inherit;
        border: 1px solid #f5f5f5;
        border-right: none;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .s-icon-1>a:hover>span:last-child::before, .s-icon-1>a:hover>span:last-child::after {
        -webkit-animation: ripple 1.5s infinite;
        animation: ripple 1.5s infinite;
    }
}
@media screen and (max-width: 575px) {
    .s-icon-1 {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        font-size: 22px;
    }
    .s-icon-1>a {
        padding: 0.515em;
    }
    .s-icon-1>a:first-child {
        margin-right: auto;
    }
    .s-icon-1>a:last-child {
        margin-left: auto;
    }
    .s-footer-8 .ft-info>span h1 {
        font-size: 22px;
    }
}
@media (max-width: 500px) {
    .s-header-2 .hd-list {
        display: none;
    }
}
@media (min-width: 424px) {
    .hidden-lg {
        display: none;
    }
}
@media (max-width: 479px) {
    .s-header-2 .hd-logo>img {
        height: 46px;
    }
}
@media (max-width: 359px) {
    .s-header-2 .hd-contact li:first-child {
        display: none;
    }
}
.s-table-1 {
    margin-bottom: 25px;
}
.s-table-1 .s_btn {
    display: none;
    opacity: 0;
    visibility: hidden;
    width: 42px;
    height: 42px;
    font-size: 25.2px;
    padding: 0;
    background-color: rgba(224, 224, 224, 0.95);
    color: #333;
    box-shadow: none;
}
.s-table-1 .s_btn i.fa {
    margin-top: 5px;
}
.s-table-1 .s_content {
    border: 1px solid rgb(209 209 209 / 95%);
    border-radius: 7px;
    overflow: hidden;
}
.s-table-1 .header {
    display: flex;
    color: #fff;
    padding: 14px 20px 9px;
    font-size: 18px;
    font-weight: bold;
    background-color: #0a5aaa;
    text-transform: uppercase;
    cursor: pointer;
}
.s-table-1 .header .icon {
    margin-right: 5px;
}
.s-table-1 .header .down {
    margin-left: auto;
}
.s-table-1 .header .down i.fa {
    transition: 0.15s ease;
}
.s-table-1 .header.expand .down i.fa {
    transform: rotate(-90deg);
}
.s-table-1 .list {
    background-color: #f6f9fb;
    padding: 15px 0;
}
.s-table-1 .list::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.s-table-1 .list::-webkit-scrollbar-thumb {
    background-color: #bbb1a7;
    background-clip: padding-box;
    border: 1px solid #f1f1f1;
}
.s-table-1 .list::-webkit-scrollbar {
    width: 5px;
    overflow: visible;
}
.s-table-1 .list .item a {
    display: block;
    padding: 6px 28px;
    z-index: 10;
    transition: color .3s;
    color: #0a5aaa;
}
.s-table-1 .list .item.lv1 a {
    font-size: 16px;
    font-weight: 700;
}
.s-table-1 .list .item.lv2 a {
    font-style: italic;
}
.s-table-1 .list .item a h2, .s-table-1 .list .item a h3 {
    font-size: inherit;
}
.s-table-1 .list .item.lv2 {
    margin-left: 30px;
}
.s-table-1 .list .item a:hover, .s-table-1 .list .item.current a {
    color: #23af4b;
}
#content-table .s-table-1 {
    margin-bottom: 0;
    position: fixed;
    top: 90px;
    left: 1%;
    width: 270px;
    z-index: 111;
}
#content-table .s-table-1 .s_btn {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-animation: ftwpShow .2s forwards;
    animation: ftwpShow .2s forwards;
    transition: 0.3s ease;
}
#content-table .s-table-1 .s_content {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #fff9f2;
    min-height: calc(100vh - 245px);
    transform-origin: left top;
}
#content-table .s-table-1 .header .down i.fa {
    transition: none;
}
#content-table .s-table-1 .header .down i.fa::before {
    content: '\f00d';
}
#content-table .s-table-1 .s_content {
    visibility: hidden;
}
#content-table .s-table-1.is-active .s_content {
    -webkit-animation: ftwpZoomIn .3s ease-out forwards;
    animation: ftwpZoomIn .3s ease-out forwards;
}
#content-table .s-table-1.is-active .s_btn {
    opacity: 0;
    visibility: hidden;
}
#content-table .s-table-1 .list {
    max-height: calc(100vh - 145px);
    overflow-x: auto;
}

@-webkit-keyframes ftwpShow {
    0%, 99% {
        visibility: hidden
    }
    to {
        visibility: visible
    }
}
@keyframes ftwpShow {
    0%, 99% {
        visibility: hidden
    }
    to {
        visibility: visible
    }
}
@-webkit-keyframes ftwpZoomIn {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        visibility: hidden;
        opacity: 0
    }
    20% {
        opacity: 0
    }
    30% {
        opacity: 1
    }
    to {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        visibility: visible;
        opacity: 1
    }
}
@keyframes ftwpZoomIn {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        visibility: hidden;
        opacity: 0
    }
    20% {
        opacity: 0
    }
    30% {
        opacity: 1
    }
    to {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        visibility: visible;
        opacity: 1
    }
}
@-webkit-keyframes ftwpZoomOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        visibility: visible;
        opacity: 1
    }
    50% {
        opacity: 1
    }
    80% {
        opacity: .3
    }
    to {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        visibility: hidden;
        opacity: 0
    }
}
@keyframes ftwpZoomOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        visibility: visible;
        opacity: 1
    }
    50% {
        opacity: 1
    }
    80% {
        opacity: .3
    }
    to {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        visibility: hidden;
        opacity: 0
    }
}

/* 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;
}
[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: #05a;
    border: 1px solid #05a;
}
[class*="s-pagination-"]>li.active>a {
    color: #fff;
}

/* BEGIN s-pagination-1 */
.s-pagination-1>li {
    border-radius: 3px;
}

/* END s-pagination-1 */
/* 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;
}
[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: #05a;
    border: 1px solid #05a;
}
[class*="s-pagination-"]>li.active>a {
    color: #fff;
}

/* BEGIN s-pagination-1 */
.s-pagination-1>li {
    border-radius: 3px;
}

/* END s-pagination-1 */