body {
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 500;
}
html {
    scroll-behavior: smooth;
}
:root {
    --color-red: #ff3131;
    --color-second: #c3921c;
    --color-main: #79191c;
}
/* 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-1 */
.b-search-1 {
    border-radius: 3px;
}
.b-search-1>input {
    border-radius: 3px 0 0 3px;
    border: 1px solid #ddd;
    border-right: none;
}
.b-search-1>button {
    padding: 1.154em 0.77em 1.154em 0.77em;
    border-radius: 0 3px 3px 0;
}

/* END b-search-1 */
/* 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-17 */
.s-header-17 {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-image: url(/images/bgs/bg-tab.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}
.s-header-17 .container {
    display: -webkit-flex;
    display: flex;
    align-self: stretch;
}
.s-header-17 .s_left {
    position: relative;
    background: #fff;
}
.s-header-17 .s_left::before {
    content: '';
    width: 57px;
    height: calc(100% + 17px);
    background-color: #fff;
    box-shadow: 5px -2px 5px -2px rgba(0, 0, 0, 0.15);
    z-index: 1;
    position: absolute;
    top: -23px;
    right: -34px;
    -webkit-transform: rotate(33deg);
    transform: rotate(33deg);
}
.s-header-17 .container::before {
    content: '';
    width: 100px;
    height: 91px;
    left: 0;
    background-color: #fff;
    z-index: 1;
    position: absolute;
}

.s-header-17 .hd-logo {
    display: block;
    padding-right: 8px;
    position: relative;
    z-index: 1;
    margin: 8px 0;
    /* background: #fff; */
}
.s-header-17 .hd-logo img {
    height: 75px;
    /* padding: 20px 0; */
}
.s-header-17 .s_right {
    flex: auto;
}
.s-header-17 .s_bot {
    height: 100%;
}
.s-header-17 .s_top {
    background-color: #333;
    color: #a4a4a4;
    padding-left: 35px;
    height: 35px;
}
.s-header-17 .s_top::before {
    content: '&nbsp;';
    width: 30%;
    height: inherit;
    background-color: inherit;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
}
.s-header-17 .s_top li {
    display: inline-block;
}
.s-header-17 .s_top li+li {
    margin-left: 5px;
}
.s-header-17 .s_top li a {
    color: inherit;
}
.s-header-17 .s_top li a:hover {
    color: #f60;
}
.s-header-17 .hd-contact {
    margin-left: 15px;
}
.s-header-17 .hd-contact li+li {
    margin-left: 15px;
}
.s-header-17 .hd-social {
    line-height: 0;
    text-align: right;
    margin-left: auto;
}
.s-header-17 .hd-language {
    line-height: 0;
    margin-left: 15px;
}
.s-header-17 .hd-menu {
    margin-left: auto;
}
.s-header-17 .hd-menu>ul>li {
    display: inline-block;
    margin-right: 19px;
    position: relative;
}
.s-header-17 .hd-hotline {
    font-weight: 700;
    -webkit-animation: my 700ms infinite;
    -moz-animation: my 700ms infinite;
    -o-animation: my 700ms infinite;
    animation: my 700ms infinite;
    font-size: 22px;
    font-family: 'Bai Jamjuree';
    letter-spacing: 1px;
}
@keyframes my {
    0% {
    }
    100% {
        background: linear-gradient(90deg, #E39D01 0%, #FFB903 33%, #FFB903 62.5%, #E39D01 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}
.s-header-17.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
.s-header-17 .hd-menu>ul>li>a {
    display: block;
    font-weight: bold;
    line-height: 55px;
    text-transform: uppercase;
    position: relative;
    font-family: 'Bai Jamjuree';
}
.s-header-17 .hd-menu>ul>li>a:nth-last-child(2) h2::after {
    content: '\f107';
    font-family: FontAwesome;
    margin-left: 10px;
    float: right;
}
.s-header-17 .hd-menu>ul>li>ul {
    min-width: 200px;
    margin-top: -2px;
    background-color: #fff;
    border-top: 3px solid #f60;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 2000;
    position: fixed;
    -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-17 .hd-menu>ul>li>ul>li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.s-header-17 .hd-menu>ul>li>ul>li a {
    display: block;
    padding: 5px 30px 5px 15px;
    color: var(--color-main);
}
.s-header-17 .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-17 .hd-menu>ul>li>ul>li:hover a {
    color: #f60;
}
.s-header-17 .hd-menu>ul>li.is-active>a {
    color: #FFB903;
}
.s-header-17 .hd-menu>ul>li:not(.no-hover):hover>a {
    color: #FFB903;
}
.s-header-17 .hd-menu>ul>li:not(.no-hover):hover>ul {
    position: absolute;
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}
.s-header-17 .hd-menu>ul>li>ul.submenu {
    max-width: 250px;
    min-width: 250px;
}
.s-header-17 .submenu li {
    position: relative;
    padding: 3px 0px;
}
.s-header-17 .submenu-lv2 {
    display: none;
    position: absolute;
    min-width: 300px;
    left: 250px;
    background: #fff;
    top: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
.s-header-17 .submenu-lv2 li {
   border-bottom: 1px solid #eee;
}
.arrows-down {
    display: none;
}
@media screen and (max-width: 992px) {
    .arrows-down {
        display: block;
        position: absolute;
        right: 0;
        color: red;
        top: 0;
        /* transform: translateY(-50%); */
        padding: 5px 10px;
    }
    .s-header-17 .submenu-lv2 {
        display: none;
        position: relative;
        max-width: 100%;
        min-width: 100%;
        left: 0;
        background: #fff;
        top: 0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    }
    .s-header-17 .submenu-lv2.active {
        display: none;
    }
}
.s-header-17 .submenu-lv2 a {
    color: var(--color-main)!important;
}
.s-header-17 .submenu-lv2 a:hover {
    color: #f60!important;
}
.s-header-17 .hd-menu>ul>li>ul.submenu li:hover .submenu-lv2 {
    display: block;
}
.s-header-17 .hd-search {
   margin-left: 10px;
    position: relative;
}
.s-header-17 .hd-search>i {
    font-size: 18px;
}
.s-header-17 .hd-search .box {
    width: 300px;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.35);
    z-index: 1;
    position: absolute;
    top: 36px;
    right: 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-17 .hd-search .box.is-active {
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}
.s-header-17 .hd-cart {
    font-size: 18px;
    color: #FFB903;
    position: relative;
}
.s-header-17 .hd-cart .bage {
    font-size: 11px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    color: #FFB903;
    background-color: #eee;
    border: 1px solid #FFB903;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -5px;
}
@media screen and (max-width: 1259px) {
    .s-header-17 .hd-logo {
        padding-right: 30px;
    }
    .s-header-17 .hd-menu>ul>li {
        margin-right: 15px;
    }
}
@media screen and (max-width: 991px) {
    .s-header-17 .hd-logo img {
        height: 50px;
    }
    .s-header-17 .hd-contact, .s-header-17 .hd-social {
        display: none;
    }
    .s-header-17 .hd-language {
        margin-left: 0;
    }
    .s-header-17 .s_bot {
        padding: 7px 0;
        position: relative;
    }
    .s-header-17 .hd-menu {
        position: absolute;
        top: 26px;
        right: 0;
    }
    .s-header-17 .hd-menu>a[ht-trigger="hd-menu"] {
        display: block;
        color: #ffffff;
        font-size: 14px;
    }
    .s-header-17 .hd-menu>ul {
        visibility: hidden;
        width: 250px;
        box-shadow: 0 5px 10px #ccc;
        background-color: #fff;
        z-index: 2;
        position: absolute;
        top: 30px;
        right: 0;
    }
    .s-header-17 .hd-menu>ul>li {
        display: block;
        margin-left: 15px;
        border-top: 1px solid #eee;
    }
    .s-header-17 .hd-menu>ul>li>a {
        line-height: 40px;
        color: var(--color-main);
    }
    .s-header-17 .hd-menu>ul>li:not(.no-hover):hover>ul {
        min-width: 100%;
        right: -15px;
    }
    .s-header-17 .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-17 .hd-search {
        margin-left: auto;
        margin-right: 90px;
    }
}
@media screen and (max-width: 991px) and (min-width: 480px) {
    .s-header-17 .hd-search .box {
        width: 230px;
        -webkit-transform: perspective(600px) rotateX(0deg);
        transform: perspective(600px) rotateX(0deg);
        top: -10px;
        padding: 4px;
        box-shadow: none;
    }
}
@media screen and (max-width: 479px) {
    .s-header-17 .hd-logo img {
        height: 65px;
    }
    .s-header-17 .hd-logo {
        padding-right: 0px;
    }
    .s-header-17 .container::before {
        height: 81px;
    }
    .s-header-17 .hd-search .box {
        width: 230px;
        top: 28px;
    }
    .s-header-17 .s_left::before {
        content: '';
        width: 86px;
        height: calc(100% + 17px);
        background-color: #fff;
        box-shadow: 5px -2px 5px -2px rgba(0, 0, 0, 0.15);
        z-index: 1;
        position: absolute;
        top: -33px;
        right: -34px;
    }
    .s-header-17 .hd-hotline {
        display: none;
    }
}

/* END s-header-17 */
/* BEGIN c-button-8 */
.c-button-8 {
    display: inline-block;
    font-size: 14px;
    padding: 0.5em 1.072em 0.5em 1.072em;
    overflow: hidden;
    color: #fff;
    background-color: var(--color-main);
    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 */
.s-about-1 {
    padding: 50px 0;
}
.s-about-1 .ht-format-detail {
    margin-top: 90px;
}
.s-about-1 .b_name {
    font-size: 38px;
    color: var(--color-main);
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Bai Jamjuree", sans-serif;
    display: inline-block;
    position: relative;
    margin-bottom: 16px;
}
.s-about-1 .b_thumb img {
    border-radius: 25px
}
.s-about-1 .b_desc {
    color: #4c4949bf;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}
.s-about-1 .b_img img {
    height: 80px;
}
.s-about-1 .b_img {
    margin-bottom: 5px;
    margin-top: 40px;
}
.s-about-1 .b_thumb::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    display: block;
    border-radius: 25px;
    background: var(--color-main);
    left: 40px;
    bottom: -40px;
    z-index: -1;
}
.s-about-1 .b_thumb {
    overflow: initial;
}
.s-service-1 {
    padding: 40px 0;
    margin: 40px 0 0;
    background: url(/images/bgs/bg1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.headline-12 .title {
    position: relative;
    display: inline-block;
    font-size: 32px;
    color: var(--color-main);
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Bai Jamjuree", sans-serif;
    padding: 0 20px;
}
.headline-12 .right {
    width: 120px;
    content: '';
    height: 4px;
    position: absolute;
    left: 110%;
    top: 20px;
    background: linear-gradient(90deg, #E39D01 0%, #C37900 33%, #FFB903 62.5%, #E39D01 100%);
}
.headline-12 .left {
    width: 120px;
    content: '';
    height: 4px;
    position: absolute;
    right: 110%;
    top: 20px;
    background: linear-gradient(90deg, #E39D01 0%, #C37900 33%, #FFB903 62.5%, #E39D01 100%);
}
.headline-12 .left::before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #c3921c;
    transform: rotate(45deg);
    position: absolute;
    right: -20px;
    top: -3px;
}
.headline-12 .right::before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #c3921c;
    transform: rotate(45deg);
    position: absolute;
    left: -20px;
    top: -3px;
}
/* BEGIN b-card-23 */
.b-card-23 {
    width: 100%;
    max-width: 100%;
    height: 395px;
    background: #ffffff;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 35px 25px;
    margin: 0 auto;
}
.b-card-23 .b_title {
    font-size: 20px;
    font-family: 'Bai Jamjuree';
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
    color: var(--color-main);
}
.b-card-23 .b_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 30px;
    text-align: left;
    color: #918d8d;
}
.b-card-23:hover .b_title, .b-card-23:hover .b_desc {
    color: #fff;
}
.b-card-23:hover {
    background: var(--color-main);
    color: #fff;
}
.b-card-23 .b_thumb {
    margin-bottom: 20px;
}
.b-card-23 .b_line {
    width: 50px;
    background: linear-gradient(90deg, #E39D01 0%, #C37900 33%, #FFB903 62.5%, #E39D01 100%);
    height: 2px;
    margin-bottom: 16px;
}
.b-card-23 .b_btn {
    font-size: 16px;
    background: linear-gradient(90deg, #E39D01 0%, #C37900 33%, #FFB903 62.5%, #E39D01 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Bai Jamjuree';
    font-weight: 700;
}
/* END b-card-23 */
.s-service-1 .item {
    margin: 12px 12px;
}
.s-service-1 .slick-slider {
    margin-top: 30px;
}

/* BEGIN b-card-22 */
.b-card-22 {
    display: block;
    position: relative;
    border-radius: 12px;
    margin-bottom: 30px;
}
.b-card-22 .b_thumb img {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 12px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.b-card-22 .b_title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: start;
    -webkit-justify-content: center;
    justify-content: end;
    flex-direction: column;
    border-radius: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.68);
    background: linear-gradient(180deg, rgba(203, 130, 0, 0.00) 0%, rgb(157 7 7 / 95%) 100%);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.b-card-22 .b_title h3 {
    font-size: 22px;
    margin-bottom: 8px;
    color: #fff;
    font-weight: 600;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 25px;
    text-transform: none;
    font-family: 'Bai Jamjuree';
    text-decoration: none;
    text-align: left;
}
.b-card-22 .b_title span {
    margin: 0 auto;
    color: #fff;
    border-color: #999;
    box-shadow: none;
}
.b-card-22 .b_title span:hover {
    background-color: #05a;
    box-shadow: 0 14px 26px -12px rgba(255, 255, 255, 0.1), 0 4px 23px 0px rgba(255, 255, 255, 0.1), 0 8px 10px -5px rgba(255, 255, 255, 0.1);
}
@media (max-width: 1259px) {
    .b-card-22 .b_title {
        display: table;
        opacity: 1;
        padding: 10px 8px;
    }
    .b-card-22 .b_title span {
        display: none;
    }
}
.b-card-22:hover .b_title {
    opacity: 1;
}
.b-card-22 .b_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 13px;
    line-height: 21px;
    text-align: left;
}

/* END b-card-22 */
.s-service-2 {
    padding: 40px 0 0;
}
.s-service-block {
    margin-bottom: 30px;
}
.c-headline-2 {
    margin-bottom: 30px;
}
/* BEGIN b-card-36 */
.b-card-36 {
  display: block;
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.b-card-36 .b_content {
  padding: 0 15px;
}
.b-card-36 .b_title {
  font-size: 17px;
  font-weight: bold;
  padding-top: 20px;
  margin-bottom: 15px;
  /* text-transform: uppercase; */
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-weight: 600;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  font-family: 'Bai Jamjuree';
  line-height: 1.4;
}
.b-card-36 .b_desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #666;
  text-align: justify;
  margin-bottom: 15px;
}
.b-card-36 .b_btn {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  padding: 10px 25px;
  background-color: #f60;
  text-transform: uppercase;
  position: relative;
  bottom: -5px;
}
.b-card-36 .b_btn::after {
  content: "";
  border-top: 5px solid #666;
  border-right: 5px solid transparent;
  position: absolute;
  right: -5px;
  bottom: 0;
}
.b-card-36 .b_thumb img{
    border-radius: 12px 12px 0 0;
}
@media screen and (min-width: 992px) {
  .b-card-36 .b_content {
    padding: 0 15px 10px;
  }
  .b-card-36:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .b-card-36:hover .b_title {
    color: var(--color-main);
  }
}

/* END b-card-36 */
/* BEGIN s-footer-5 */
.s-footer-5 .s_top {
    padding: 20px 0;
    background: linear-gradient(#fff, rgba(0, 85, 170, 0.2));
}
.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: 13px;
    margin: 0 10px 10px 0;
}
.s-footer-5 .ft-menu li.line {
    width: 100%;
    margin-right: 0;
}
.s-footer-5 .ft-menu li>h1 {
    font-size: 25px;
    font-weight: inherit;
}
.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 .c-headline-4 .c_name {
    display: block;
}
.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: #f60;
}
.s-footer-5 .ft-menu li>span {
    line-height: 20px;
}
.s-footer-5 .ft-menu li>span:not(:last-child) {
    margin-right: 20px;
}
.s-footer-5 .ft-menu li>span.fa::before {
    width: 15px;
    color: #ccc;
    text-align: center;
}
.s-footer-5 .ft-menu li span::before, .s-footer-5 a:hover {
    color: #fdb813 !important;
}
.s-footer-5 .ft-social {
    line-height: 0;
    margin: 13px 0 10px;
}
.s-footer-5 .s_bot {
    background-color: var(--color-main);
}
.s-footer-5 .ft-copyright {
    line-height: 40px;
}
.s-footer-5 .ft-phone {
    color: #fff;
    text-align: center;
    z-index: 111111;
    position: fixed;
    bottom: 10px;
    left: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    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: #ab161a;
}
.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: #ab161a;
    position: relative;
    left: -5px;
}
.s-footer-5 .ft-phone span:not(.text-hide) {
    padding: 5px;
}
.s-footer-5 .s_top {
    position: relative;
    color: #fff;
    border-bottom: 1px solid #ccc;
}
.s-footer-5 .s_top::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(#87550ba3, #79191ce3);
}
.s-footer-5 .ft-bct {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.s-footer-5 .ft-social a {
    border-color: inherit;
    border-radius: 8px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border: 0.3px solid #fff;
    color: #fff;
}
.s-icon-2 .icon-social {
    position: fixed;
    right: 10px;
    z-index: 111111;
    line-height: 0;
    display: block;
}
.s-icon-2 .icon-social .c-icon {
    width: 48px;
    height: 48px;
}
.s-icon-2 .icon-social.map {
    bottom: 120px;
    background: #fff9ab;
    border-radius: 8px;
}
.s-icon-2 .icon-social.mess {
    bottom: 65px;
}
.s-footer-5 .c-headline-4 i {
    color: #ffb400;
}
@media screen and (min-width: 1260px) {
    .s-footer-5 .ft-phone {
        display: none;
    }
}
.s-footer-5 .ft-backtop {
    opacity: 0;
    color: #fff;
    font-size: 20px;
    border: 1px solid;
    background-color: #f60;
    z-index: 111111;
    position: fixed;
    right: 10px;
    bottom: calc(60% - 1em);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.s-footer-5 .ft-backtop.is-show {
    opacity: 1;
    bottom: 15px;
}
@media screen and (min-width: 768px) {
    .s-footer-5 .ft-info {
        position: relative;
        /* padding-left: 2%; */
    }
    .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: -webkit-linear-gradient(top, rgba(255, 0, 0, 0), #ccc 50%, rgba(255, 0, 0, 0));
        background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), #ccc 50%, rgba(255, 0, 0, 0));
    }
}
@media screen and (max-width: 1259px) {
    .s-footer-5 .align-items--center {
        display: none;
    }
}

/* END s-footer-5 */
/* BEGIN s-icon-2 */
.s-icon-2>a:first-child {
    opacity: 0;
    font-size: 20px;
    border: 1px solid #ccc;
    background-color: rgba(204, 204, 204, 0.5);
    z-index: 111111;
    position: fixed;
    right: 10px;
    bottom: calc(60% - 1em);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.s-icon-2>a:first-child.is-show {
    opacity: 1;
    bottom: 70px;
    width: 48px;
    height: 48px;
}
.s-icon-2>a:last-child {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 111111;
    line-height: 0;
}
.s-icon-2>a:last-child span {
    font-size: 31px;
}
.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: 15px;
    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-breadcrumb-1 */
.s-breadcrumb-1 {
  font-size: 14px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.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: #f60;
}

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

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

/* END s-pagination-1 */
.s-section-1 {
    margin:  30px 0;
}
.c-button-8 {
    margin-top: 30px
}
.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: 10px;
    font-weight: bold;
    background-color: #ab161c;
    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-table {
    background-color: #ffebeb;
}
.s-table-1 .list-table::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.s-table-1 .list-table::-webkit-scrollbar-thumb {
    background-color: #bbb1a7;
    background-clip: padding-box;
    border: 1px solid #f1f1f1;
}
.s-table-1 .list-table::-webkit-scrollbar {
    width: 5px;
    overflow: visible;
}
.s-table-1 .list-table .item a {
    display: block;
    padding: 5px 10px;
    z-index: 10;
    transition: color .3s;
    color: var(--color-main);
}
.s-table-1 .list-table .item.lv1 a {
    font-size: 16px;
    font-weight: bold;
}
.s-table-1 .list-table .item.lv2 a {
    font-style: italic;
}
.s-table-1 .list-table .item a h2, .s-table-1 .list-table .item a h3 {
    font-size: inherit;
}
.s-table-1 .list-table .item.lv2 {
    margin-left: 30px;
}
.s-table-1 .list-table .item a:hover, .s-table-1 .list-table .item.current a {
    color: #f60;
}
#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-table {
    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
    }
}
@media screen and (max-width: 992px) {
    .s-about-1 .b_img {
        margin-bottom: 5px;
        display: flex;
        justify-content: center;
    }
    .s-about-1 .b_name {
        width: 100%
    }
    .s-about-1 .b_img {
        margin-top: 0;
    }
    .s-about-1 {
        padding: 15px 0;
    }
    .s-about-1 .b_name {
        text-align: center;
    }
    .c-button-8 {
        margin: 16px 0;
        float: right;
    }
    .s-service-1 .item {
        margin: 8px 8px;
    }
    .b-card-23 {
        padding: 20px 10px;
    }
    .b-card-23 .b_title {
        margin: 10px 0;
    }
    .headline-12 .title {
        font-size: 25px;
        padding-bottom: 10px;
        border-bottom: 3px solid #c3921c;
    }
    .headline-12 .left, .headline-12 .right {
        display: none;
    }
    .s-about-1 .b_thumb::after {
        width: 90%;
    }
    .s-breadcrumb-1, .s-tags {
        display: -webkit-box;
        display: -ms-flexbox;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        margin: 20px 0 15px;
        flex-wrap: nowrap;
    }
}
@media screen and (max-width: 479px) {
    .s-about-1 .b_name {
        font-size: 24px;
    }
    .b-card-22 .b_title h3 {
        position: absolute;
        bottom: 0;
        font-size: 14px;
        line-height: 1.4;
        left: 0;
        text-align: center;
        width: 100%;
    }
    .b-card-22 .b_desc {
        display: none;
    }
    .b-card-36 .b_title {
        font-size: 14px;
        font-weight: bold;
        padding-top: 13px;
    }
    .b-card-36 .b_desc {
        font-size: 12px;
        -webkit-line-clamp: 2;
    }
    .b-card-36 .b_content {
        padding: 0 15px 10px;
    }
    .s-footer-5 .ft-menu li>h1 {
        font-size: 23px;
        text-align: center;
    }
    /* .headline-12 .left,.headline-12 .right {
        display: none;
    } */
}