/* 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-2 */
.s-header-2 {
    position: relative;
}
.s-header-2.fixedTop .s_fixed {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
}
.s-header-2.fixedTop .hd-logo {
    padding: 0.315em 0 0.315em 0;
}
.s-header-2 .s_bot {
    box-shadow: 0px 2px 5px #999;
    position: relative;
    z-index: 111;
}
.s-header-2 .hd-logo {
    font-size: 14px;
    padding: 8px 0 8px;
    margin-right: 35px;
}
.s-header-2 .hd-logo>img {
    height: 65px;
}
.s-header-2 .hd-menu {
    margin-top: 6px;
}
.s-header-2 .hd-menu>ul>li {
    display: inline-block;
    position: relative;
}
.s-header-2 .hd-menu>ul>li>a {
    display: block;
    padding: 0 6px;
    font-weight: 500;
    font-size: 15px;
    color: #222;
    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-2 .hd-menu>ul>li>a:nth-last-child(2) h2::after {
    content: '\f107';
    font-family: FontAwesome;
    margin-left: 10px;
    float: right;
}
.s-header-2 .hd-menu>ul>li>ul {
    visibility: hidden;
    min-width: 200px;
    padding: 5px 0;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 2000;
    position: fixed;
}
.s-header-2 .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-2 .hd-menu>ul>li>ul>li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.s-header-2 .hd-menu>ul>li>ul>li a {
    display: block;
    padding: 13px 20px 13px 20px;
    font-weight: 400;
    color: #222;
    font-size: 16px;
}
.s-header-2 .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-2 .hd-menu>ul>li>ul>li:hover a {
    color: #d14900;
}
.s-header-2 .hd-menu>ul>li.is-active>a {
    color: #d14900;
}
.s-header-2 .hd-menu>ul>li>a i {
    font-size: 24px;
    display: inline-block;
    transform: translateY(1px);
}
.s-header-2 .hd-menu>ul>li:not(.no-hover):hover>a {
    color: #d14900;
}
.s-header-2 .hd-menu>ul>li:not(.no-hover):hover>a:nth-last-child(2) {
    border-radius: 3px 3px 0 0;
}
.s-header-2 .hd-menu>ul>li:not(.no-hover):hover>ul {
    visibility: visible;
    position: absolute;
    left: 0;
    -webkit-animation: slide-up 0.3s;
    -o-animation: slide-up 0.3s;
    animation: slide-up 0.3s;
}
.s-header-2 .hd-button {
    margin-left: auto;
    margin-top: 2px;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    padding: 11px 13px 9px;
    background-color: #d14900;
    color: #fff;
    border-radius: 8px;
}
/* END s-header-2 */
/* 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>a:first-child {
    opacity: 0;
    visibility: hidden;
    font-size: 20px;
    border: 1px solid;
    background-color: rgba(204, 204, 204, 0.5);
    z-index: 1000;
    position: fixed;
    right: 19px;
    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;
    visibility: visible;
    bottom: 70px;
}
.s-icon-2>a:last-child {
    position: fixed;
    right: 10px;
    bottom: 8px;
    z-index: 1000;
    line-height: 0;
}
.s-icon-2>a:last-child span {
    width: 48px;
    height: 48px;
}
.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: #a05000;
    border-radius: 25px;
    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;
    width: 100%;
    height: 100%;
}
@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-7 */
.s-footer-7 .s_top {
    position: relative;
    padding: 45px 0 40px;
    border-top: 1px solid rgb(212 212 212 / 10%);
    background-color: #f5f5f5;
}
.s-footer-7 .ft-title {
    font-size: 18px;
    letter-spacing: .22px;
    margin-top: -5px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
}
.s-footer-7 .ft-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    margin-top: 10px;
    background-color: #d14900;
}
.s-footer-7 .ft-ellipsis {
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 2em;
    max-height: 8em;
}
.s-footer-7 .ft-social a {
    font-size: 25px;
}
.s-footer-7 .ft-social a.c-icon-img {
    background-size: 0.424em;
}
.s-footer-7 .ft-social a i {
    font-size: 20px;
}
.s-footer-7 .ft-menu+.ft-menu {
    margin-top: 10px;
}
.s-footer-7 .ft-menu li {
    display: inline-block;
    width: calc((100% / 2) - 12px);
    color: inherit;
    font-size: 13px;
    margin-top: 2px;
    margin: 0 10px 0 0;
}
.s-footer-7 .ft-menu li.line {
    width: 100%;
    margin-right: 0;
}
.s-footer-7 .ft-menu li>h1 {
    font-size: inherit;
    font-weight: inherit;
}
.s-footer-7 .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-7 .ft-menu li a>span::before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: inherit;
    color: #a05000;
    margin-right: 5px;
}
.s-footer-7 .ft-menu li a:hover {
    color: #d14900;
}
.s-footer-7 .ft-menu li>span {
    line-height: 20px;
}
.s-footer-7 .ft-menu li>span:not(:last-child) {
    margin-right: 20px;
}
.s-footer-7 .ft-menu li>span.fa::before {
    width: 15px;
    color: #a05000;
    text-align: center;
}
.s-footer-7 .ft-menu li {
    font-size: 15px;
}
.s-footer-7 .ft-menu li+li {
    margin-top: 5px;
}
.s-footer-7 .ft-menu li a>span::before {
    content: "\f0da";
    margin-right: 8px;
}
.s-footer-7 .view-map a {
    font-style: italic;
}
.s-footer-7 .s_bot {
    background-color: #a05000;
}
.s-footer-7 .ft-copyright {
    padding: 10px 0;
}
.s-footer-7 .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-7 .ft-phone i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid;
    border-radius: 50%;
    background-color: #d14900;
}
.s-footer-7 .ft-phone span {
    margin-left: 0;
    line-height: 1;
    border: 1px solid;
    border-left: none;
    border-radius: 0 5px 5px 0;
    background-color: #d14900;
    position: relative;
    left: -5px;
}
.s-footer-7 .ft-phone span:not(.text-hide) {
    padding: 5px;
}
.s-footer-7 .ft-backtop {
    opacity: 0;
    color: #fff;
    font-size: 20px;
    border: 1px solid;
    background-color: #d14900;
    z-index: 1000;
    position: fixed;
    right: 10px;
    bottom: calc(60% - 1em);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.s-footer-7 .ft-backtop.is-show {
    opacity: 1;
    bottom: 15px;
}
.s-footer-7 .address li {
    width: auto!important;
}
.s-footer-7 .address li:last-child {
    margin-top: 0;
    margin-left: 10px;
}
/* END s-footer-7 */
.s-gioithieu {
    padding: 50px 0;
    background-color: rgb(238 238 238 / 15%);
}
.s-gioithieu .thumb {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.s-gioithieu .ht-ratio--60::before {
    padding-bottom: calc(66% + 2px);
}
.s-gioithieu .title {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 30px;
    margin-top: 5px;
    color: #643200;
    font-weight: bold;
}
.s-gioithieu .title span {
    font-weight: bold;
    color: #a05000;
}
.s-gioithieu .desc.note>*::before {
    content: "\f10c";
    font-family: FontAwesome;
    margin-right: 8px;
    font-size: 11px;
    color: #d14900;
    margin-bottom: 0px;
    display: inline-block;
    transform: translateY(-1px);
    font-style: normal
}
.s-gioithieu .desc.note {
    padding-left: 30px;
    font-style: italic;
    margin-top: 5px;
    line-height: 1.2;
    color: #111;
    font-size: 15.5px
}
.s-gioithieu .desc {
    line-height: 1.6;
    color: #222;
}
.s-gioithieu .gioithieu {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.details {
    padding: 30px 15px;
}
.s_title {
    margin-bottom: 25px;
    text-align: center;
}
.s_title .title {
    font-size: 30px;
    color: #A05000;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}
.s_title .more {
    color: #222;
    display: block;
    margin-top: 10px;
    padding: 0 100px;
    font-size: 16px;
}
/* BEGIN b-card-18 */
.b-card-18 {
    display: block;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 10%);
    transition: all .3s;
    background-color: #fff;
}
.b-card-18 .b_title {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    padding: 15px 10px;
    text-transform: uppercase;
    transition: 0.3s all ease-in-out;
}
.b-card-18 .b_title:hover {
    color: #d14900;
}
/* END b-card-18 */
/* BEGIN b-card-39 */
.b-card-39 {
    position: relative;
    padding: 40px;
    height: 100%;
    display: block;
}
.b-card-39::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: linear-gradient(to top, rgb(0 0 0 / 4%), rgb(204 204 204 / 0%));
}
.b-card-39 .b_title {
    color: #333;
    font-size: 18px;
    margin: 20px 0 10px;
    text-transform: uppercase;
    transition: 0.3s color ease-in-out;
    font-weight: 500;
}
.b-card-39 .b_title:hover {
    color: #d14900;
}
.b-card-39 .b_desc {
    color: #222;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.b-card-39 .b_icon {
    display: flex;
    align-items: center;
}
.b-card-39 .b_icon span:first-child {
    color: #fff;
    background-color: #a05000;
    transition: background-color 0.5s ease-in-out;
}
.b-card-39 .b_icon span:last-child {
    color: #999;
    font-size: 13px;
    font-style: italic;
    margin-left: 10px;
    transition: color 0.5s ease-in-out;
}
.b-card-39 .b_icon:hover span:first-child {
    background-color: #d14900;
}
.b-card-39 .b_icon:hover span:last-child {
    color: #d14900;
}
/* END b-card-39 */
.s-home-17 {
    padding: 50px 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.s-home-17 .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.s-home-17 .thumb img {
    width: 100%;
    height: 100%;
}
.s-home-17::before {
    content: '';
    background: rgb(0 0 0 / 60%) url(/images/bgs/pattarn.png);
    height: 100%;
    width: 100%;
    opacity: 0.75;
    top: 0;
    left: 0;
    position: absolute;
}
.s-home-17 .s_title {
    margin-bottom: 40px;
}
.s-home-17 .s_title .title {
    color: #f60;
}
.s-home-17 .desc {
    color: #fff;
    position: relative;
    font-size: 16px;
    max-width: 80%;
    margin: 15px auto 0;
    text-align: initial;
}
.s-home-17 .s_note {
    color: #fff;
    max-width: 75%;
    margin: 10px auto;
}
.s-home-17 .s_note .note {
    margin: 3px 0;
}
.s-home-17 .s_note .note::before {
    content: '\f046';
    font-family: FontAwesome;
    color: #f60;
    margin-right: 10px;
}
.s-home-17 .row-flex {
    justify-content: center;
}
.card-home-17 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    padding: 12px 15px;
    border-radius: 25px;
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
    color: #222;
    transition: all .3s;
    box-shadow: 1px 1px 5px #bbb;
}
.card-home-17:hover {
    transform: translateY(-2px);
    color: #d14900;
}
.card-home-17 i {
    color: #d14900;
    font-size: 9px;
    padding-right: 8px;
}
.s-banner-1 {
    background-size: cover;
    padding: 70px 0 45px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.s-banner-1 .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden;
}
.s-banner-1 .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.s-banner-1::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(0 0 0 / 40%);
    z-index: -1;
}
.s-banner-1 .s_content .title {
    font-size: 30px;
    font-weight: 600;
    color: #f60;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 25px
}
.s-banner-1 .s_content .title::before {
    content: '';
    width: 200px;
    height: 2px;
    position: absolute;
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0), #fff, rgba(255, 0, 0, 0));
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}
.s-banner-1 .s_content .desc {
    font-size: 16px;
    color: #eee;
    max-width: 85%;
    margin: 0 auto;
}
/* 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;
    -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: #a05000;
    border: 1px solid #a05000;
}
[class*="s-pagination-"]>li.active>a {
    color: #fff;
}
/* BEGIN s-pagination-2 */
.s-pagination-2>li {
    border-radius: 50%;
}
/* END s-pagination-2 */
.b-card-50 {
    display: block;
    background-color: #fff;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    transition: all .4s ease;
}
.b-card-50 .b_thumb {
    position: relative;
}
.b-card-50 .b_content {
    padding: 20px;
}
.b-card-50 .b_title {
    font-size: 17px;
    font-weight: 500;
    transition: all .3s ease;
    color: #333;
}
.b-card-50:hover .b_title {
    color: #d14900;
}
.b-card-50 .b_desc {
    color: #222;
    line-height: 22px;
    font-size: 15px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin-top: 10px;
}
.b-card-50:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
/* BEGIN b-card-15 */
.b-card-15 {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 20px 10px;
    height: 100%;
    background-image: url(/images/bgs/border-left.png), url(/images/bgs/border-right.png);
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: top left, bottom right;
}
.b-card-15 .line-left {
    position: absolute;
    right: 0;
    top: 20px;
    width: 100%;
}
.b-card-15 .line-left::before {
    content: '';
    position: absolute;
    width: 50%;
    top: -15px;
    right: -7px;
    height: 1px;
    background-color: #eee;
}
.b-card-15 .line-left::after {
    content: '';
    position: absolute;
    width: 1px;
    top: -25px;
    right: 3px;
    height: 200px;
    background-color: #eee;
}
.b-card-15 .line-right {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
}
.b-card-15 .line-right::before {
    content: '';
    position: absolute;
    width: 50%;
    bottom: -15px;
    left: -6px;
    height: 1px;
    background-color: #eee;
}
.b-card-15 .line-right::after {
    content: '';
    position: absolute;
    width: 1px;
    bottom: -25px;
    left: 5px;
    height: 200px;
    background-color: #eee;
}
.b-card-15 .b_name {
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}
.b-card-15 .b_name::before {
    position: absolute;
    content: '';
    width: 25px;
    height: 1px;
    left: 0;
    bottom: 1px;
    background-color: #fff;
}
.b-card-15 .b_price {
    font-size: 22px;
    font-weight: 500;
}
.b-card-15 .b_desc {
    /* padding: 0 10px 20px; */
    padding-left: 7px;
    position: relative;
    text-align: left
}
.b-card-15 .b_desc li:not(.sub) {
    color: #A05000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
}
.b-card-15 .b_desc li:not(:first-child) {
    margin-top: 12px;
}
.b-card-15 .b_desc li.sub {
    display: flex;
    margin-top: 0;
    padding: 4px 0;
    margin-left: 12px;
    border: none;
}
.b-card-15 .b_desc li.sub .stt {
    margin-right: 5px;
}
.b-card-15 .b_desc li.sub .stt, .b-card-15 .b_desc li.sub .name {
    font-size: 17px;
    font-weight: 500;
}
.b-card-15 .b_desc li.sub .content {
    line-height: 1.3;
}
.b-card-15 .b_desc li.sub .desc {
    font-size: 13px;
    font-style: italic;
    color: #666;
}
.b-card-15 .b_button {
    margin-top: auto;
    margin-bottom: 15px;
    text-align: center;
}
/* END b-card-15 */
/* BEGIN c-button-4 */
.c-button-4 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 2.429em;
    padding: 3px 25px 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background-color: #d14900;
    border-radius: 30px;
    cursor: pointer;
}
.c-button-4 span {
    position: relative;
    transition: all 0.3s ease-out 0s;
}
.c-button-4 span.fa::before {
    font-size: 0.929em;
    color: inherit;
}
/* END c-button-4 */
.s-home-18 {
    margin-top: 50px;
    margin-bottom: 20px;
}
.s-home-18 .item {
    box-shadow: 0px 0px 21px 0px rgba(107, 106, 106, 0.28);
    padding: 10px;
    background: linear-gradient(to top, #fff 0%, rgb(255 255 255 / 70%) 150%), url(/images/bgs/la-cay.png) no-repeat;
    background-size: 50%;
    background-position: bottom right;
    border-radius: 25px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.s-home-18 .c-headline-2 {
    margin-top: 10px;
}
.s-home-18 .c-headline-2 .c_name {
    color: #d14900;
    font-weight: bold;
    font-size: 25px;
}
.s-home-18 .c-headline-2 .c_divider {
    margin-top: -5px;
}
.s-home-18 .c-headline-2 .c_divider i {
    font-size: 13px;
}
.s-home-18 .c-headline-2 .c_price {
    margin-top: 10px;
    text-transform: none;
    font-weight: 700;
    font-size: 28px;
    color: #A05000;
}
.block-menu .c-headline-2 {
    display: flex;
}
.block-menu .left {
    flex: 1;
    position: relative;
}
.block-menu .right {
    display: block;
    position: absolute;
    right: 20px;
    top: 25px;
    transform: rotate(-90deg);
}
.block-menu .c-headline-2 .title {
    position: absolute;
    width: max-content;
    right: 100%;
    bottom: 100%;
    color: rgb(160 80 0 / 70%);
}
@media (min-width: 1260px) {
    .s-home-18 .s_list .row {
        margin-left: -0.8%;
        margin-right: -0.8%;
    }
    .block-menu {
        padding-left: 0.8%;
        padding-right: 0.8%;
    }
}
/* 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: #a05000;
}
.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;
    min-width: 31px;
    text-align: center;
}
.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;
    justify-content: 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: #a05000;
    position: absolute;
    top: -0.727em;
}
.c-form-border.is-focused {
    border-color: #a05000;
}
.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 */
/* BEGIN c-radio */
.c-radio {
    display: block;
    line-height: 1;
    margin: 0.715em 0 0.715em 0;
    position: relative;
    z-index: 2;
}
.c-radio label {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    color: #666666;
    position: relative;
}
.c-radio label>span:not(.c_tick) {
    font-size: 1em;
    line-height: 1.42857143;
}
.c-radio label:hover {
    color: #a05000;
}
.c-radio .c_tick {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #666666;
    border-radius: 100%;
    margin: 0 0.358em 0.072em 0;
    width: 1.072em;
    height: 1.072em;
}
.c-radio .c_tick::before {
    content: '';
    display: block;
    border-radius: 100%;
    background-color: #a05000;
    width: 1.072em;
    height: 1.072em;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.c-radio input[type=radio] {
    overflow: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.c-radio input[type=radio]:checked~.c_tick {
    border-color: #a05000;
    opacity: 1;
}
.c-radio input[type=radio]:checked~.c_tick::before {
    opacity: inherit;
}
.c-radio input[type=radio]:checked+.c_tick::before {
    -webkit-transform: scale3d(0.65, 0.65, 1);
    -moz-transform: scale3d(0.65, 0.65, 1);
    -o-transform: scale3d(0.65, 0.65, 1);
    -ms-transform: scale3d(0.65, 0.65, 1);
    transform: scale3d(0.65, 0.65, 1);
}
.c-radio input[type=radio][disabled]~.c_tick {
    border-color: #000;
    opacity: 0.26;
}
.c-radio input[type=radio][disabled]~.c_tick::before {
    opacity: inherit;
}
/* END c-radio */
/* Style chung select */
.c-select {
    position: relative;
}
.c-select.c-form>.c-icons {
    width: 12px;
}
.c-select.c-form>.c_input {
    padding: 0;
}
.c-select>.c_input {
    height: 36px;
    line-height: 36px;
    padding: 0 30px 0 12px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c-select>.c-icons {
    height: 100%;
    width: 30px;
    cursor: pointer;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
}
.c-select.is-error>.c-icons {
    opacity: 0;
}
.c-select>.c-icons>i {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.c-select .c_list {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    max-height: 217px;
    line-height: 20px;
    padding: 5px;
    background-color: #fff;
    overflow: auto;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    z-index: 10000;
    position: absolute;
    top: 35px;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}
.c-select.is-focused .c_list {
    opacity: 1;
    visibility: visible;
    top: 40px;
}
.c-select.is-focused>.c-icons i {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: rotate(180deg) translate(50%, 50%);
    transform: rotate(180deg) translate(50%, 50%);
}
/* BEGIN c-select-single */
.c-select .c-radio {
    margin-top: 0;
    margin-bottom: 5px;
    border-radius: 3px;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}
.c-select .c-radio:hover, .c-select .c-radio.is-selected {
    color: #fff;
    background-color: #a05000;
    box-shadow: 0 14px 26px -12px rgba(0, 85, 170, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 85, 170, 0.2);
}
.c-select .c-radio label {
    display: block;
    color: inherit;
    padding: 2px 10px;
}
.c-select .c-radio label:hover {
    color: #fff;
}
/* END c-select-single */
.datepicker.is-error>.c-icons {
    opacity: 0;
}
.s-form-4 .bg {
    position: relative;
    font-weight: normal;
    background: linear-gradient(to top, rgb(255 255 255 / 95%) 0%, rgb(255 255 255 / 93%) 150%), url(/images/bgs/la-cay.png) no-repeat;
    background-size: 50%;
    background-position: bottom right;
}
.s-form-4 .c-modal-box {
    max-width: 500px;
    padding-top: 3.286em;
}
.s-form-4:not(.c-modal) {
    max-width: 500px;
    margin: 30px auto 35px;
    box-shadow: 0px 0px 21px 0px rgba(107, 106, 106, 0.28);
    border-radius: 25px;
    overflow: hidden;
}
.s-form-4 .c_header {
    text-transform: uppercase;
    background-color: transparent;
    color: #a05000;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 0;
    padding: 30px 30px 0;
    text-align: center;
}
.s-form-4 .c_header div:first-child {
    margin-bottom: 5px;
}
.s-form-4 .c_header img {
    height: 53px !important;
    margin-right: 20px;
}
.s-form-4 .c_body {
    padding: 15px 20px;
}
.s-form-4 .c-checkbox {
    margin: 0;
}
/* BEGIN s-form-3 */
.s-form-3 .c-modal-box {
    max-width: 800px;
    padding-top: 2em;
}
.s-form-3 .s-home-18 {
    margin: 0;
}
.s-form-3 #cardSetMenu .c_price {
    display: none;
}
.s-form-3 #cardSetMenu .c_name {
    margin-top: 10px;
}
.s-form-3 #cardSetMenu .c-headline-2 {
    display: flex;
    flex-direction: column-reverse;
}
.s-form-3 #cardSetMenu .left {
    display: flex;
    flex-direction: column-reverse;
}
.s-form-3 .s-home-18 .item {
    box-shadow: 0 0 5px 0 rgba(107, 106, 106, 0.28);
    margin-bottom: 15px;
}
.s-form-3 .s-home-18 .c-headline-2 .c_name {
    font-size: 22px;
}
.s-form-3 .s-home-18 .c-headline-2 .c_price {
    font-size: 22px;
}
.s-form-3 .c_header {
    background-color: transparent;
    color: #a05000;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 0;
    padding: 30px 20px 5px;
}
.s-form-3 .c_header div:first-child {
    margin-bottom: 5px;
}
.s-form-3 .c_header img {
    height: 53px;
    margin-right: 20px;
}
.s-form-3 .c_body {
    background: linear-gradient(to top, rgb(255 255 255 / 95%) 0%, rgb(255 255 255 / 93%) 150%), url(/images/bgs/la-cay.png) no-repeat;
    background-size: 23%;
    background-position: bottom right;
}
.s-form-3 .c-checkbox {
    margin: 0;
}
.s-form-3 .b-card-15 .b_button {
    display: none;
}
/* END s-form-3 */
/* Responsive */

.custom .c-modal-box {
    max-width: 700px;
}
.custom .logo {
    margin-bottom: 15px;
}
.custom .logo img {
    height: 60px;
}
.custom .notify {
    font-size: 15px;
}
.custom .c_footer {
    padding-bottom: 20px;
}
.robot .c_error > span {
    top: 1.5em;
}

@media screen and (min-width: 526px) {
    .buttonMenu {
        display: none;
    }
}
@media screen and (min-width: 1260px) {
    .s-header-2 .hd-menu>ul>li i.fa+span, .speed {
        display: none;
    }
    .s-header-2 .hd-menu>ul>li:first-child>a {
        padding-left: 0;
    }
    .s-header-2 .hd-menu>ul>li:last-child>a {
        padding-right: 0;
    }
    .s-home-17 .ht-format-detail.row>div {
        padding: 0 20px 0 100px;
    }
    .s-footer-7 .ft-phone {
        display: none;
    }
    .details {
        padding: 50px 65px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }
    .s-form-4 .c_body {
        padding: 15px 30px;
    }
}


@media (max-width: 1349px) {
    .s-header-2 .hd-logo>img {
        height: 65px;
    }
}
@media screen and (max-width: 1259px) {
    .s-header-2 .hd-logo {
        margin-right: 0;
    }
    .s-header-2 .hd-logo>img {
        height: 55px;
    }
    .s-header-2 .hd-button {
        margin-top: 0;
        padding: 6px 13px;
    }
    .s-header-2 .hd-button br {
        display: none;
    }
    .s-header-2 .hd-menu {
        margin-left: 20px;
        margin-top: 0;
        position: relative;
        order: 1;
    }
    .s-header-2 .hd-menu>a[ht-trigger="hd-menu"] {
        display: block;
        color: #d14900;
    }
    .s-header-2 .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-2 .hd-menu>ul>li i.fa {
        display: none;
    }
    .s-header-2 .hd-menu>ul>li span {
        margin-left: 0;
    }
    .s-header-2 .hd-menu>ul>li {
        display: block;
        border-bottom: 1px solid #eee;
    }
    .s-header-2 .hd-menu>ul>li i.fa {
        display: none;
    }
    .s-header-2 .hd-menu>ul>li .text-hide {
        font: inherit;
        color: inherit;
        margin: 0;
    }
    .s-header-2 .hd-menu>ul>li>ul>li a {
        padding: 7px 10px 7px 10px;
    }
    .s-header-2 .hd-menu>ul>li>a {
        border-radius: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        padding: 12px 15px 8px;
    }
    .s-header-2 .hd-menu>ul>li>ul {
        width: 100% !important;
    }
    .s-header-2 .hd-menu>ul>li:not(.no-hover):hover>ul {
        min-width: 100%;
    }
    .s-header-2 .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-form-4 .c_header {
        padding: 30px 20px 0;
    }
    .b-card-15 .b_desc {
        padding: 0 0 20px;
    }
    .s-home-18 .c-headline-2 .c_name {
        font-size: 22px;
    }
    .s-home-18 .c-headline-2 .c_divider {
        display: none;
    }
    .s-home-18 .c-headline-2 .c_price {
        font-size: 20px;
        margin-top: 0;
    }
}
@media screen and (max-width: 991px) {
    .s-footer-7 .ft-title:not(.first) {
        margin-top: 20px;
    }
    .s-gioithieu .desc.note {
        margin-bottom: 20px;
    }
    .s-home-17 .desc {
        max-width: 100%;
        font-size: 15px;
    }
    .s-home-17 .s_note {
        max-width: 100%;
    }
    .b-card-18 {
        margin-bottom: 15px;
        height: calc(100% - 15px);
    }
}
@media screen and (max-width: 767px) {
    .b-card-39 {
        padding: 20px;
    }
    .s-banner-1 .s_content .desc {
        max-width: 100%;
        font-size: 14px;
    }
    .s-gioithieu {
        padding: 35px 0 45px;
    }
    .s-gioithieu .title, .s_title .title {
        font-size: 26px;
    }
    .card-home-17 {
        font-size: 15px;
        padding: 12px 10px;
        text-align: center;
    }
    .s-home-17 {
        padding: 40px 0 30px;
    }
    .b-card-50 {
        margin-bottom: 15px;
        height: calc(100% - 15px);
    }
    .b-card-50 .b_content {
        padding: 15px;
    }
    .b-card-50 .b_title {
        font-size: 16px;
    }
    .b-card-50 .b_desc {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    .s-monan .container-fluid {
        padding: 0;
    }
    .s-monan .row-flex {
        margin: 0;
    }
    .s-form-3 .s-home-18 .item {
        margin-bottom: 30px;
    }
    .s-footer-7 .address li {
        display: block;
    }
    .s-footer-7 .address li:last-child {
        margin-left: 0;
        margin-top: 5px;
    }
}
@media screen and (max-width: 525px) {
    .s-header-2 .hd-button {
        display: none;
    }
    .s-header-2 .hd-menu {
        margin-left: auto;
    }
    .buttonMenu {
        position: fixed;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 113;
    }
    .buttonMenu a {
        display: inline-block;
        width: max-content;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 500;
        line-height: normal;
        padding: 11px 25px;
        background-color: #d14900;
        color: #fff;
        border-radius: 30px;
    }
    .buttonMenu span {
        position: relative;
    }
    .buttonMenu span::before, .buttonMenu span::after {
        content: '';
        opacity: 0;
        width: calc(100% + 50px);
        height: calc(100% + 40px);
        margin: -0.666em;
        background-color: #a05000;
        border-radius: 30px;
        z-index: -1;
        position: absolute;
        right: -17px;
        top: -10px;
        -webkit-animation: ripple 1.5s infinite;
        animation: ripple 1.5s infinite;
    }
    .buttonMenu span::after {
        animation-delay: .3s !important;
        -webkit-animation-delay: .3s !important;
    }
}
@media screen and (max-width: 479px) {
    .card-home-17 i {
        font-size: 8px;
        padding-right: 6px;
    }
    .b-card-18 .b_title {
        padding: 10px;
    }
    .b-card-39 {
        padding: 25px 13px;
    }
    .b-card-39 .b_title {
        font-size: 17px;
        line-height: 1.5;
    }
    .b-card-39 .b_desc {
        display: none;
    }
    .s-home-18 .item {
        padding: 10px;
    }
    .b-card-15 .line-left::before {
        right: -6px;
    }
    .b-card-15 .line-right::before {
        left: -6px;
    }
}
@media screen and (max-width: 415px) {
    .col-12x {
        width: 100%;
    }
    .c-modal .c_body, .s-form-4 .c_body, .s-form-3 .c_body {
        padding: 15px;
    }
    .s-form-4 .c_header {
        font-size: 20px;
        padding: 25px 15px 0;
    }
}
@media screen and (max-width: 380px) {
    .card-home-17 i {
        display: none;
    }
}

.choose .item {
    background: 0 0;
    -webkit-box-shadow: 0 0 21px 0 rgba(107, 106, 106, .28);
    box-shadow: 0 0 21px 0 rgba(107, 106, 106, .28);
    padding: 50px;
    border-radius: 25px;
    height: calc(100% - 30px);
    margin-bottom: 30px
}
.choose .b-card-15 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding: 50px 10px 50px;
    height: 100%;
    background-image: url(/images/bgs/border-left.png), url(/images/bgs/border-right.png);
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: top left, bottom right
}
.choose .b-card-15 .bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin-right: 7px;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(150%, rgb(255 255 255 / 70%))), url(/images/bgs/la-cay.png) no-repeat;
    background: linear-gradient(to top, #fff 0, rgb(255 255 255 / 70%) 150%), url(/images/bgs/la-cay.png) no-repeat;
    background-size: 43%;
    background-position: bottom right;
    z-index: -1
}
.choose .b-card-15 .line-left::after, .choose .b-card-15 .line-left::before, .choose .b-card-15 .line-right::after, .choose .b-card-15 .line-right::before {
    content: initial
}
.choose .b-card-15 .line-left {
    position: absolute;
    right: 0;
    top: 20px;
    width: 100%;
    z-index: 123123
}
.choose .b-card-15 .line-left .top {
    display: inline-block;
    position: absolute;
    width: 50%;
    top: -15px;
    right: -7px;
    height: 1px;
    background-color: #eee
}
.choose .b-card-15 .line-left .bot {
    display: inline-block;
    position: absolute;
    width: 1px;
    top: -30px;
    right: 10px;
    height: 200px;
    background-color: #eee
}
.choose .b-card-15 .line-right {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%
}
.choose .b-card-15 .line-right .top {
    display: inline-block;
    position: absolute;
    width: 50%;
    top: 15px;
    left: -6px;
    height: 1px;
    background-color: #eee
}
.choose .b-card-15 .line-right .bot {
    display: inline-block;
    position: absolute;
    width: 1px;
    bottom: -30px;
    left: 10px;
    height: 200px;
    background-color: #eee
}
.choose .b-card-15 .b_desc {
    padding-left: 100px;
    position: relative;
    text-align: left
}
.choose .b-card-15 .b_desc li:not(.sub) {
    color: #a05000;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 4px
}
.choose .b-card-15 .b_desc li:not(:first-child) {
    margin-top: 20px;
}
.choose .b-card-15 .b_desc li.sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    padding: 5px 0;
    margin-left: 11px;
    border: none
}
.choose .b-card-15 .b_desc li.sub .stt {
    margin-right: 6px;
    position: relative;
    top: -1px;
}
.choose .b-card-15 .b_desc li.sub .name {
    font-size: 17px;
}
.choose .b-card-15 .b_desc li.sub .name, .choose .b-card-15 .b_desc li.sub .stt {
    font-weight: 500
}
.choose .b-card-15 .b_desc li.sub .content {
    line-height: 1.3
}
.choose .b-card-15 .b_desc li.sub .desc {
    font-style: italic;
    color: #666;
    margin-top: 4px;
}
.choose .c-headline-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px
}
.choose .c-headline-2 .c_name {
    color: #d14900;
    font-weight: 700;
    font-size: 35px
}
.choose .c-headline-2 .c_divider {
    margin-top: -5px
}
.choose .c-headline-2 .c_price {
    margin-top: 10px;
    text-transform: none;
    font-weight: 700;
    color: #a05000
}
.choose .set {
    padding-bottom: 20px !important
}
.choose .set .title {
    color: #a05000;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px
}
.choose .set .list {
    margin-left: 11px
}
.choose .set .food-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: none;
    margin-bottom: 0;
    padding: 5px 0;
}
.choose .food-item .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 30px
}
.choose .food-item .stt {
    font-weight: 500;
    line-height: normal;
    margin-left: 6px;
    margin-right: 13px;
    color: #d14900;
    position: relative
}
.choose .set .stt {
    margin-right: 6px;
    color: inherit;
    margin-left: 0;
}
.choose .set .food-item .name {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500
}
.choose .food-item .desc {
    font-style: italic;
    color: #666;
    margin-top: 5px
}
.choose .food-item .right {
    display: none
}