body {
    font-family: 'Fira Sans';
    font-size: 15px;
    font-weight: 400;
}
/* 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: 8px 9px;
    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-1 */
.s-header-1 {
    height: 70px;
    position: relative;
    z-index: 999;
}
.s-header-1 .s_fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
}
.s-header-1 .hd-logo {
    font-size: 14px;
    margin: 0.715em 0 0.715em 0;
    margin-right: auto;
}
.s-header-1 .hd-logo>img {
    height: 50px;
}
.s-header-1 .hd-info {
    margin-right: auto;
    line-height: normal;
}
.s-header-1 .hd-info div {
    cursor: pointer;
    color: #ee0000;
    font-size: 20px;
    font-weight: bold;
}
.s-header-1 .hd-info div:last-child span {
    margin-left: 2px;
}
.s-header-1 .hd-menu>ul>li {
    position: relative;
}
.s-header-1 .hd-menu>ul>li>a {
    display: block;
    color: #333;
    font-weight: 600;
    font-size: 17px;
    padding: 6px 25px;
    margin: 0 10px;
    transition: all 0.2s ease;
    border-radius: 3px;
    text-transform: uppercase;
}
.s-header-1 .hd-menu>ul>li>a:nth-last-child(2) h2::after {
    content: '\f107';
    font-family: FontAwesome;
    margin-left: 10px;
    float: right;
}
.s-header-1 .hd-menu>ul>li>ul {
    min-width: 200px;
    padding: 10px 0;
    border-top: 2px solid #0081d0;
    background-color: #fff;
    box-shadow: 0 5px 10px -5px #ccc;
    z-index: 2000;
    position: fixed;
    top: calc(100% - 2px);
    left: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.s-header-1 .hd-menu>ul>li>ul>li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.s-header-1 .hd-menu>ul>li>ul>li a {
    display: block;
    padding: 7px 30px 7px 15px;
}
.s-header-1 .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-1 .hd-menu>ul>li>ul>li:hover a {
    color: #0081d0;
}
.s-header-1 .hd-menu>ul>li.is-active>a {
    color: #0081d0;
}
.s-header-1 .hd-menu>ul>li:not(.no-hover, .button):hover>a {
    color: #0081d0;
    background-color: rgb(0 129 208 / 9%);
}
.s-header-1 .hd-menu>ul>li:not(.no-hover):hover>ul {
    position: absolute;
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}
.s-header-1 .hd-menu .button a {
    background-color: #0081d0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 35px;
    border-radius: 3px;
    margin-left: 30px;
    margin-right: 0;
    transition: all .15s cubic-bezier(.15, .87, .45, 1.23);
    animation: pulse-red 2s infinite;
}
.s-header-1 .hd-menu .button a h2 {
    animation: purple 1s infinite;
    display: inline-flex;
    align-items: center;
    font-size: 17px;
    justify-content: center;
    transition: all 0.2s ease;
}
@keyframes purple {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes pulse-red {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 #0081d0;
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(2, 143, 227, 0);
    }
    to {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(2, 143, 227, 0);
    }
}
/* END s-header-1 */
/* BEGIN s-footer-8 */
.s-footer-8 {
    color: #fff;
    background-color: #05a;
}
.s-footer-8 .s_top {
    padding: 30px 0;
    text-align: center;
}
.s-footer-8 .ft-info {}
.s-footer-8 .ft-info>span {
    padding: 0 10px;
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
}
.s-footer-8 .ft-info .name {
    font-size: 22px;
}
.s-footer-8 .ft-info>span h1, .s-footer-8 .ft-info>span div {
    display: inline;
    font-size: inherit;
    font-weight: inherit;
}
.s-footer-8 .ft-contact {
    display: block;
    padding-bottom: 10px;
}
.s-footer-8 .ft-contact>span {
    display: inline-block;
    padding: 0 10px;
}
.s-footer-8 .ft-contact a:hover {
    color: #ccc;
}
.s-footer-8 .s_bot {
    border-top: 1px solid #fff;
}
.s-footer-8 .ft-phone {
    color: #fff;
    text-align: center;
    z-index: 1000;
    position: fixed;
    bottom: 10px;
    left: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.s-footer-8 .ft-phone i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid;
    border-radius: 50%;
    background-color: #f00;
}
.s-footer-8 .ft-phone span {
    margin-left: 0;
    line-height: 1;
    border: 1px solid;
    border-left: none;
    border-radius: 0 5px 5px 0;
    background-color: #f00;
    position: relative;
    left: -5px;
}
.s-footer-8 .ft-phone span:not(.text-hide) {
    padding: 5px;
}
/* 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-icon-2 */
.s-icon-2 .backtop {
    opacity: 0;
    font-size: 20px;
    background-color: #0081d0;
    z-index: 1000;
    position: fixed;
    right: 17px;
    bottom: calc(60% - 1em);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.s-icon-2 .backtop.is-show {
    opacity: 1;
    bottom: 133px;
}
.s-icon-2 .backtop i.fa {
    font-size: 12px;
}
.s-icon-2 .zalo {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 1000;
    line-height: 0;
}
.s-icon-2 .zalo span {
    font-size: 31px;
}
.s-icon-2 .zalo span::before, .s-icon-2 .zalo 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: 15px;
    z-index: -1;
    position: absolute;
    -webkit-animation: ripple 1.5s infinite;
    animation: ripple 1.5s infinite;
}
.s-icon-2 .zalo span::after {
    animation-delay: .3s !important;
    -webkit-animation-delay: .3s !important;
}
.s-icon-2 .zalo span img {
    position: absolute;
}
.s-icon-2 .messenger {
    position: fixed;
    right: 8px;
    bottom: 70px;
    z-index: 1000;
    line-height: 0;
}
.s-icon-2 .messenger span {
    font-size: 33px;
}
@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 */
[class*="desc"], .ht-format-detail {
    font-family: 'Public Sans';
    font-weight: normal;
}
@media (min-width: 992px) {
    .s-header-1 .s_bot>.container {
        -webkit-align-items: stretch;
        align-items: stretch;
    }
    .s-header-1 .hd-menu>ul {
        display: flex;
        align-items: center;
    }
    .s-header-1 .hd-menu>ul>li {
        float: left;
    }
}
@media (min-width: 1260px) {
    .s-footer-8 .ft-phone {
        display: none;
    }
}
@media (max-width: 1199px) {
    .s-header-1 .hd-menu>ul>li>a {
        padding: 6px 10px;
        margin: 0 2px;
    }
}
@media (max-width: 991px) {
    .s-header-1 .hd-menu {
        margin-left: 20px;
        position: relative;
    }
    .s-header-1 .hd-menu:not(.scroll) {
        order: 1;
    }
    .s-header-1 .hd-menu.scroll, .s-header-1 .hd-menu .button a {
        margin-left: 0;
    }
    .s-header-1 .hd-menu .button a {
        padding: 8px 25px;
    }
    .s-header-1 .hd-menu>a[ht-trigger="hd-menu"] {
        display: block;
        color: #0081d0;
    }
    .s-header-1 .hd-menu>ul {
        visibility: hidden;
        width: 250px;
        background-color: #fff;
        box-shadow: 0 0px 10px 0px #ccc;
        position: absolute;
        top: 43px;
        right: 0;
    }
    .s-header-1 .hd-menu>ul>li {
        border-bottom: 1px solid #eee;
    }
    .s-header-1 .hd-menu>ul>li>ul {
        left: auto;
        right: 0;
        padding: 5px 0;
        border-top-color: #0081d0;
    }
    .s-header-1 .hd-menu>ul>li:not(.no-hover):hover>ul {
        min-width: 100%;
    }
    .s-header-1 .hd-menu>ul.is-active {
        visibility: visible;
        -webkit-animation: slide-up 0.3s;
        -o-animation: slide-up 0.3s;
        animation: slide-up 0.3s;
    }
    .s-header-1 .hd-menu>ul>li>a {
        margin: 0;
        transition: none;
    }
    .s-footer-8 .ft-info {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .s-footer-8 .ft-info>span:not(:last-child) {
        border-right: none;
    }
}
@media (max-width: 767px) {
    .s-header-1 .hd-logo {
        margin-right: 0;
    }
    .s-header-1 .hd-info {
        display: none;
    }
    .s-header-1 .hd-menu {
        margin-left: 0;
    }
}
@media (max-width: 575px) {
    .s-footer-8 .ft-contact>span {
        display: block;
    }
    .s-footer-8 .ft-contact>span:first-child {
        margin-bottom: 5px;
    }
}
@media (max-width: 479px) {
    .s-header-1 {
        height: 60px;
    }
    .s-header-1 .hd-logo>div {
        display: none;
    }
    .s-header-1 .hd-logo>img {
        height: 40px;
    }
}
@media (max-width: 360px) {
    .s-header-1 .hd-menu .button a {
        padding: 8px 15px;
    }
    .s-header-1 .hd-menu .button a h2 {
        font-size: 14px;
    }
}