/*
Theme Name: Flatsome Child
Description: AZWebsite.vn developed for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.12.2
*/


/*************** ADD CUSTOM CSS HERE.   ***************/
/* SETTING */
@import url('https://fonts.googleapis.com/css2?family=Monoton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,500;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
:root {
    /* main: 3bb77e */
    --primary-color2: #215c60;
	--primary-color3: #F26657;
    --cl-text: #141414;
}

li.menu-item a.nav-top-link{
    font-weight: 500;
    font-size: 14px;
}
body{
  font-family: "Rubik", sans-serif !important;
  font-style: normal;
}
.text-title h2{
    color:#231e41;
    font-size: 40px;
    font-weight: 600;
    font-family:"Rubik", sans-serif !important
}
body,
input,
textarea,
button,
select {
    color: var(--cl-text);
}
.about .primary.btn-main,
.header-button-2 a.button{
background: var(--primary-color3) !important;
    color:#fff;
    
}
input,
textarea {
    padding: 0 15px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
body,
input,
textarea,
button,
select{
    line-height: 1.5;
}

.section-title-container,
.section-title-main,
.wpcf7-submit,
a.button {
    margin: 0 !important
}

form p,
.mb-0 p {
    margin-bottom: 0 !important;
}

.section-title-main,
.ux-menu .ux-menu-title,
.ux-menu .ux-menu-link a {
    padding: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.section-title,
.section-title-main {
    border: none !important;
}

.wpcf7-spinner,
.section-title a i,
.post-item .is-divider {
    display: none !important;
}

@keyframes spin {
    0% {
        transform: rotateZ(-180deg) rotateY(180deg);
    }

    100% {
        transform: rotateZ(180deg) rotateY(180deg);
    }
}

p,
form input {
    margin-bottom: 15px !important
}

input,
textarea,
a.button,
.ux-menu .ux-menu-title,
.ux-menu .ux-menu-link a {
    min-height: unset !important;
    height: 100% !important;
    line-height: unset !important
}

input,
textarea,
input:focus,
textarea:focus,
.button:hover {
    box-shadow: none !important;
}

a.back-to-top {
    width: 40px;
    height: 40px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color) !important;
    border: none !important;
}

a.back-to-top:hover {
    background-color: var(--primary-color2) !important;
}

a.back-to-top i {
    font-size: 22px !important;
    color: #fff;
}

.row-small>.col,
.row-small>.flickity-viewport>.flickity-slider>.col {
    padding: 0 10px 20px;
}

.slider .flickity-button {
    margin: 0 !important;
    transform: unset;
    min-height: unset;
    width: 35px;
    bottom: unset;
    top: 50%;
    height: 35px;
}

.slider:hover .flickity-button {
    opacity: 1 !important;
}

.slider:hover .flickity-button,
.slider .flickity-button {
    transform: translatey(-50%) !important;
}

.slider .flickity-button svg {
    border: none;
    padding: 10px;
    background-color: var(--primary-color);
}
.slider .flickity-prev-next-button:hover svg, 
.slider .flickity-prev-next-button:hover .arrow{
    fill: #fff !important
}
.slider .flickity-prev-next-button:hover svg{
    background-color: var(--primary-color2) !important;
}
.slider .flickity-button svg path {
    fill: #fff
}

.slider .flickity-button.previous {
    left: 0
}

.slider .flickity-button.next {
    right: 0
}

.section-title a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
}

.title-link .section-title {
    display: inline;
}

.post-item:hover .post-title {
    color: var(--primary-color);
    transition: all .25s ease-in-out
}

.post-item a.plain {
    color: currentcolor !important;
    transition: unset !important;
}
li.menu-item a.nav-top-link{
       position: relative;
    padding: 0 20px;
    display: inline-block;
    font-weight: 600;
    height: 100%;
    color: #231E41;
    font-size: 14px;
    transition: 0.3s ease-in-out;
}
.header-main{
    height: 80px !important
}
#logo img{
    max-width: 68px;
    height: 68px;
}
.about .img-left img{
    height: 160px;
    width: 160px;
}
li.menu-item a.nav-top-link:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -4px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #F5C332;
    transform: scale(0);
}
li.menu-item.active a.nav-top-link:before{
    transform: scale(1);
    transition: 0.3s ease-in-out;
}
.sb-experience{
    background-color: #FFFFFF;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0%;
    width: 40%;
    padding: 30px;
    box-shadow: 6px 6px 8px -6px rgba(0, 0, 0, 0.1);
}
.sb-experience .sb-exp-content .sb-h1 span{
	display:inline-block !important;
}
 .sb-experience .sb-exp-content .sb-h1{
	 
    font-weight: 500;
    font-family: 'Monoton', cursive;
     font-size: 72px;
    letter-spacing: -3px;
     line-height: 1 !important;
     margin-bottom: 0px !important;
}
.sb-exp-content p{
    margin: 0px !important;
}
.sb-experience .sb-exp-content {
    padding: 15px;
    text-align: center;
    border: dotted 3px #F2F3F5;
}
.sb-h3, h3 {
    line-height: 120%;
    font-size: 22px;
    letter-spacing: -1px;
    font-weight: 600
}
.text-bg{
    margin: 0px !important;
}
.sb-bg-1 div {
    width: 100%;
    position: relative;
}
.sb-bg-1 div:after {
    content: '';
       height: 40vw;
    width: 300%;
    background-color: #F9FAFC;
    position: absolute;
    top: 500px;
    left: -100%;
    transform: rotate(-30deg);
}
.section-ft .col-1 .img{
	text-align:center;
}
.col-2 i,
.col-2 b{
    color:#231e41
}
.col-2 li{
    margin: 0px !important;
    list-style: none;
    margin-bottom: 15px !important; 
}
#main{
   overflow: hidden 
}
.since{
    margin-bottom: 0px !important;
    color: #6F6F87;
    font-size: 15px;
    font-weight: 600;
}
.text-title h2 {
    margin-bottom: 60px;
    line-height: 44px;
}
.section-ft .col-1 img{
    width: 120px;
    object-fit: cover;
    height: auto;
}
.button.primary{
       padding: 10px 16px !important; 
        min-height: unset !important;
    height: 100% !important;
}
.button.primary span{
    font-size: 14px !important;
    line-height: 20px !important;
    border: none !important;
    text-transform: none;
    font-weight:600; 
}
 .header-button-2 a.button span:before {
    content: "\f095" !important;
}
a.button span:before {
 font-family: fontawesome;
    width: 20px;
    height: 20px;
    display: inline-block;
    padding-right: 25px;
}
.sb-cirkle-3{
    position: absolute;
    z-index: 4;
    bottom: 15%;
    right: -5%;
    width: 55px;
    height: 55px;
    background-color: #F5C332;
    border-radius: 50%;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.09);
    animation: anima1 3s infinite ease-in-out;
}
.sb-exp-content span{
    color:#231E41
}
.text-km{
    position: relative;
    display: flex;
    align-items: center;
}
.text-km h5{
    position: relative;
    z-index: 999;
    color:#fff;
    margin: 0px !important;
    line-height: 60px;
}
.text-km:before{
    content:"";
    position: absolute;
    z-index: 1;
    left: 0;
    background-image: url(/wp-content/uploads/2024/08/Asset-3.svg);
    background-repeat: repeat-x;
    background-size: 50%;
    width: 100%;
    top:0;
    height: 60px;
  filter: brightness(0) saturate(100%) invert(31%) sepia(23%) saturate(1140%) hue-rotate(132deg) brightness(92%) contrast(97%);
}
   .row-km .large-3 {
        flex-basis:  294px;
        max-width: 294px;
       padding-right: 0px;
    }

.text-km h5:after,
.text-km h5:before{
    content: "";
    height: 60px;
    width: 31px;
    background-image: url(https://shangchi.com.vn/wp-content/uploads/2022/11/Asset-1.svg);
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    transform: translatex(-63%);
    background-size: 96%;
    z-index: -1;
    filter: brightness(0) saturate(100%) invert(31%) sepia(23%) saturate(1140%) hue-rotate(132deg) brightness(92%) contrast(97%);
}
.text-km-bot p{
    margin: 0px !important;
    font-size: 14px;
    color:#000
}
.sb-bg-1 div {
    width: 100%;
    position: relative;
}
.sb-bg-1 {
    border-left: solid 30px #FFFFFF;
    border-right: solid 30px #FFFFFF;
    position: absolute;
    width: 100%;
    height: 300%;
    overflow: hidden;
}
.text-km-bot{
    margin-top: 20px;
}
.text-km-bot h3{
    color:var(--primary-color);
}
.row-km .col{
 
	padding:0px !important
}
.text-km h5:after{
        right: 0 ;
    left: auto;
    transform: translatex(63%) rotate(180deg);
    top: 0;
    height: 60px;
}
.text-km-bot p{
    font-weight: 600
}
.row-km{
    justify-content: center;
    gap:50px
}
.row-km .col:last-child{
    margin-right: -50px
}
.sb-cirkle-1{
    position: absolute;
    z-index: 4;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: solid 20px #FFFFFF;
    right: 15%;
    bottom: 2%;
    box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.09), 0 3px 6px 0 rgba(0, 0, 0, 0.09);
    animation: anima3 3s 1s infinite ease-in-out;
}
.sb-cirkle-2 {
    position: absolute;
    z-index: 4;
    top: 35%;
    left: 18%;
    height: 20px;
    width: 20px;
    background-color: #F5C332;
    border-radius: 50%;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.09);
    animation: anima1 2s 3s infinite ease-in-out;
}
.sb-cirkle-4 {
    position: absolute;
    z-index: 4;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: solid 7px #FFFFFF;
    right: 15%;
    top: -2%;
    box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.09), 0 3px 6px 0 rgba(0, 0, 0, 0.09);
    animation: anima3 3s 1s infinite ease-in-out;
}

.sb-experience{
    bottom: -20%
}
.about{
    padding-bottom: 100px !important;
}
.about .col-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    animation: zoom 30s infinite ease-in-out;
}
.about .col-right .img{
    display: flex;
    justify-content: end;
}
.about .col-right .img-inner{
    width: 80%;
   height: 90%;  
    box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.1);
}
.absolute-footer{
    background: #215c60e0;
    color:#fff;
}
.section-ft  .col-3 a{
    border-style: none !important;
    color:#231e41;
    margin-bottom: 15px !important; 
}
.section-ft .social-icons {
    display: flex;
     justify-content: center;
     margin-top: 20px;
}
.section-ft .social-icons .button.is-outline {
    justify-content: center;
    border: none !important;
    padding: 0px !important;
}
.section-ft .social-icons .button.is-outline {
    display: flex;
    line-height: unset;
    align-items: center;
}

.section-ft .button.icon {
  min-width: unset !important;
    width: 41px !important;
    height: 41px !important;
    margin-right: 15px !important;
    background: #215c60;
}
.col .social-icons a i{
    font-size: 20px !important;
}
.about a.button span:after{
    content: "\f061";
    font-family: fontawesome;
    padding: 0px !important;
    padding-left: 10px !important;
    display: inline-block !important;
    transition: all 0.25s ease-in-out !important;
}
.about a.button span{
    white-space: nowrap;
      font-size: 16px !important;
     text-transform: uppercase !important;
    
}
.about a.button {
    width: fit-content !important;
    line-height: 45px !important;
    padding: 0px !important;
        padding: 0 30px !important;
   border-radius: 50px !important;
    transition: all 0.25s ease-in-out !important;
  
}
.about a.button:hover{
   opacity: 0.9
}
.about a.button:hover span:after{
    transform: translatex(10px);
}
.section-ft .social-icons .button.is-outline i {
    width: 100% !important;
    min-width: unset;
    max-width: unset;
}

.social-icons .button.is-outline i {
    line-height: 2 !important;
}
.social-icons .button.is-outline i {
    line-height: 2 !important;
}
.social-icons a i {
    top: unset;
    color: #fff;
}
.sub-title{
    font-size: 15px;
}
.absolute-footer{
    padding: 10px 0px !important
}
.header-wrapper.stuck .header-main {
    height: 80px !important
}
.absolute-footer .clearfix{
    color:#fff;
    width: 100%;
    display: flex;
    justify-content: center;
}
.img-left{
    margin-top: 25px !important;
}
a.button.primary{
    border-radius: 10px !important;
    
}
.about a.button.primary.btn-main{
    margin-top: 15px !important; 
    width: 150px;
}
.phone-vr-circle-fill,
#messenger-vr .phone-vr-circle-fill,
.phone-vr-img-circle{
    animation: none;
    background: none
}

.phone-vr-img-circle{
      background: var(--primary-color2);
    width:40px;
    height: 40px;
}
#phone-vr .phone-vr{
    bottom: 20px !important
}
.text-km h5{
    text-transform: uppercase
}
.section-ft{
    background: var(--primary-color2)
}
.section-blog h5{
    min-height: 43px;
}
.row-fb .col-inner{
    padding: 1rem 1.5rem;
    border: 1px solid #ccc;
    border-radius: 20px
}
.row-fb  .icon-box-img {
    width: 90px !important;
   
}
.row-fb  .icon-box-img img{
     border-radius: 50%;
}
.row-fb  .icon-box p{
    margin: 0px !important;
}
.row-fb  .icon-box {
    display: flex;
    align-items: center;
}
.section-fb .text-title h2{
    margin-bottom: 40px
}
.section-blog{
	padding-bottom:0px !important
}
.section-blog h5 a{
    margin: 0px !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.entry-content p{
    color:#000
}
.section-fb h2{
    font-size: 32px;
}
.list-restaurant .col-right iframe{
    width: 100%
}
#experienceTabContent  .tab-pane {
    display: none;
}
#experienceTabContent  .tab-pane.active{
    display: block
}
.list-restaurant a.nav-link{
    font-size: 18px;
    line-height: 24px;
    padding: 0px !important;
    color:#000;
    font-weight: 600
}
.list-restaurant a.nav-link:hover{
    color:var(--primary-color3) !important
}
.list-restaurant li{
    margin: 0px !important;
    padding: 12px 0px;
    width: 100%;
}
.list-restaurant li:not(:last-child){
    border-bottom: 1px solid #ccc
}
.list-restaurant .nav-item p{
    font-size: 16px;
    margin-top: 8px;
    color:#7B7979
}
.group-btn-hethong{
    display: flex;
    justify-content: space-between;
    gap:10px
}
.btn-datban,
.group-btn-hethong a.btn-phone{
    flex-basis: 50%;
    height: 44px;
    border:1px solid var(--primary-color);
    font-size: 16px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px !important;
    font-weight: 600;
    background: #FFF4E8;
    color: #000;
 
}

.group-btn-hethong .btn-datban{
     background:var(--primary-color);
}
.group-btn-hethong .btn-phone:before{
    content:"\f095";
    font-family: fontawesome;
    padding-right: 8px;
    font-size: 14px;
}
.section-tuyendung .form-contact label{
    font-weight: 600;
}
.section-tuyendung .form-contact input.wpcf7-text{
    height: 40px !important;
    border-radius: 20px;
    background: transparent
}
.section-tuyendung .form-contact .wpcf7-textarea,
.section-tuyendung .form-contact .large-12{
    text-align: center;
}
.section-tuyendung  textarea.wpcf7-textarea{
    border-radius: 20px;
    background: transparent;
    box-shadow: none;
    height: 150px !important;
}
.section-tuyendung .form-contact .large-12{
    margin-bottom: 20px;
}
.form-group2 label{
    font-size: 16px;
}
.form-group2 .wpcf7-select{
    border-radius: 20px;
    box-shadow: none
}
.large-12.form-submit{
    text-align: center;
    
}
.section-tuyendung .large-12.form-submit input{
    padding: 12px !important;
    line-height: 1 !important;
    border-radius: 20px;
    font-weight: 600;
    text-transform: capitalize
}
.section-tuyendung textarea,
.section-tuyendung .wpcf7-form-control-wrap input,
.section-tuyendung .wpcf7-form-control-wrap input::placeholder{
    color:#fff !important;
}
.section-tuyendung h2{
    font-size: 28px;
}
.list-restaurant{
    display: flex; 
	flex-wrap:wrap
}
#post-list{
    display: flex;
    flex-wrap: wrap
}
#post-list > article{
    flex-basis: 33.3333%;
    padding-bottom: 30px;
    padding-left: 15px;
}
.thuc-don  footer.entry-meta{
    display: none;
}
.thuc-don .entry-content,
.thuc-don  .entry-header-text{
    display: none;
}
.blog-wrapper .row-large .col{
    padding: 0px 15px;
}
.sf-label-checkbox{
    font-size: 16px;
    font-weight: 600
}
.sf-field-taxonomy-danh-muc-mon-an li{
    margin: 0px !important
}
.nav-pagination{
   flex-basis: 100%;
    
}
.blog-wrapper .medium-col-first{
    border: none !important;
}
.searchandfilter h4{
    font-weight: 600;
    font-size: 24px;
}

/* .sf-input-checkbox{
    display: none !important;
} */
.sf-field-taxonomy-danh-muc-mon-an li {
     cursor: pointer
}
.sf-field-taxonomy-danh-muc-mon-an li label{
    font-size: 18px !important;
    cursor: pointer
}
.sf-field-taxonomy-danh-muc-mon-an li:hover label{
    color: var(--primary-color3)
}
.sf-input-checkbox{
    display: none !important;
}
.entry-content.single-page strong{
    font-weight: 600
}
.slider .flickity-button.previous{
    left: 18%
}
.about .col-right img{
    max-height: 420px;
    object-fit: cover;
}
#zalo-vr .phone-vr-circle-fill{
    background: none;
   
}
.phone-vr,
#zalo-vr .phone-vr-img-circle{
     width: 40px !important;
    height: 40px !important;
}
.phone-vr-img-circle{
    top:unset;
    left: unset;
}
#gom-all-in-one{
    display: flex;
    flex-direction: column;
    gap:15px;
}#button-contact-vr{
    right:20px !important;
    bottom: 50px;
}
	.section-last{
    background: #48888ce0 !important
}
.section-last p{
    margin: 0px !important;
    padding: 10px 0px !important;
}
.absolute-footer {
    display: none !important;
}
.blog-wrapper .row-large {
    max-width: 1170px !important; 
}
#post-list > article{
    padding: 0px;
    flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    padding: 0px 15px 30px !important; 
}
.sf-option-active label{
    color:var(--primary-color3) !important
}
.sf-field-taxonomy-danh-muc-mon-an li input{
    display: none;
}
.searchandfilter ul li li label{
    font-weight: 600
}
.blog-wrapper .entry-category,
.blog-wrapper h1.entry-title{
    font-weight: 600 !important;
}
.blog-wrapper.blog-single .entry-image img{
    max-height: 500px;
    object-fit: cover;
    border-radius: 10px
}
.large-columns-2 .col.post-item img {
    border-radius: 10px;
}
.large-columns-2 .post-title a{
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    text-overflow: ellipsis;
    word-break: break-word;
    margin: 0px !important;
    min-height: 43px;
}
.large-columns-2  .from_the_blog_excerpt {
    display: none;
}
.large-columns-2 .post-meta{
    font-size: 16px;
    color:#7B7979;
}
.archive.category .post-sidebar{
    display: none
}
.archive.category #post-list > article {
    flex-basis: 50%;
    max-width: 50%;
}
.archive.category .large-9.col{
    flex-basis: 100%;
    max-width: 100%;
}
.sf-field-taxonomy-danh-muc-mon-an ul{
    display: flex;
    flex-direction: column
}
.sf-field-taxonomy-danh-muc-mon-an .sf-item-167{
    order: 2
}
.sf-field-taxonomy-danh-muc-mon-an .sf-item-168{
    order: 1
}
.text-km h5 a{
    color:#fff !important;
	cursor:pointer
}
.row-km .col{
 flex-basis: calc(33.3333% - 45px);
	max-width: calc(33.3333% - 45px) 
}
#menu-item-2307 a,#menu-item-101 a{
    color:var(--primary-color2)
}
.list-restaurant{
    margin: 0px !important
}
.row-fb .icon-box-img img{
    width:90px !important;
    height: 90px !important;
    object-fit: cover
}
.row-fb .icon-box-img{
    width: 90px !important
}

.header-main .header-inner:before{
    position: absolute;
    content:"";
     content: '';
 
  bottom: 0;
  left: 0;
  width: 100%; /* Adjust this if needed */
  height: 1px; /* Adjust thickness */
  background-color: #e6e7e8;
  z-index: 1;
    
}
.blog-archive{
    padding-top: 30px !important;
}
.blog-single .thuc-don img{
    width: auto;
    object-fit: contain;
    margin: 0 auto;
    padding: 30px 0px !important
}

.text-km-bot h3 a{
    color:var(--primay-colo2) !important;
    cursor: pointer
}
.text-km:before{
    background-size: 100%;
    background-size: contain;
    width: 100%;
}
.blog-single{
    padding: 30px !important
}
.sf-field-taxonomy-danh-muc-mon-an .sf-item-169{
order: 1
}
.sf-field-taxonomy-danh-muc-mon-an .sf-item-168{
order: 2
}
.sf-field-taxonomy-danh-muc-mon-an .sf-item-167{
order: 3
}
/* CSS TABLE & MOBILE */
@media (max-width: 849px) {
	.header-main .header-inner:before{
		display:none;
	}
	.sf-option-active label {
    position: relative
}
.sf-option-active label:after{
    content: "->";
    padding-left: 5px
}
	.sf-field-taxonomy-danh-muc-mon-an ul{
    flex-direction: row !important;
    flex-wrap: nowrap !important;
}
	.blog-wrapper{
		padding-top:30px !important 
	}
	.blog-wrapper .large-9{
    flex-basis: 100% !important;
    max-width: 100%;
}
#post-list > article{
    max-width: 100%;
}
    .off-canvas-left .mfp-content,
    .off-canvas-right .mfp-content {
        background-color: #fff !important;
    }
}

/* CSS TABLET */
@media (min-width: 549.1px) and (max-width: 849px) {}

/* CSS MOBILE */
@media (max-width: 549px) {
	.header-main{
    border-bottom:  1px solid #e6e7e8
}
.section-banner .col{
    padding: 0px 10px !important
}
	.row-km .col{
    max-width: 100% !important;
    flex-basis: 100% !important;
    padding:0px 30px 0px !important;
}
.row-km{
    gap:0px 
}
.text-km h5:before,
.text-km h5:after,
.text-km:after,
.text-km:before{
    height: 55px !important;
   
}
.text-km h5:before,
.text-km h5:after{
   width: 28px !important;  
}
	.entry-header-text.text-center{
    padding: 0px;
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
}
.entry-divider {
    display: none;
}
	.page-id-2622 .box-text-bottom .box-text {
    padding-bottom: 0px !important;
}
.page-id-2622 .large-columns-2{
    margin-top: 30px;
}
	.large-columns-2 .post-title a{
		min-height:unset
	}
	.page-id-92 .list-restaurant .col{
    max-width: 100%;
    flex:1 0 100%;
    padding:0px 10px !important;
}
	.sf-field-taxonomy-danh-muc-mon-an li:hover label {
    color:unset;
}
	.searchandfilter{
    position: fixed;
    left: 0;  
    bottom: 0 !important;
    z-index: 999999 !important;
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
     margin-bottom: 0
    
}
.searchandfilter ul li ul {
    display: flex;
	overflow-x:auto;
}
	.section-last{
    margin-top: 30px !important;
}
.searchandfilter ul li ul  li {
    flex:1 0 60%;
}
	.searchandfilter ul li li label{
    font-size: 16px
}
.section-last{
    margin-top: 0px !important;
   
}
.searchandfilter ul li ul  li label{
    color:#fff;
}
.searchandfilter h4{
    display: none;
}

#gom-all-in-one {
    gap: 15px !important;
}
	#header a.button.primary{
    border-radius: 50px !important;
    padding:5px 16px !important
}
	.header-main{
    padding: 5px 0px !important;
}
	.section-tuyendung h2{
    font-size: 24px;
}
/* 	.list-restaurant .col-left .nav{
    display: flex;
   
} */
.list-restaurant li{
    margin-bottom: 20px !important; 
}
.list-restaurant .col-right{
    padding: 0px 15px !important;
    width: 100%;
   
}
.list-restaurant{
    margin: 0px !important
}
.list-restaurant .col-right iframe{
   height: 300px !important
}
.list-restaurant .col-right p{
      width: 100% !important;
   
}
.list-restaurant li:not(:last-child){
    border: none
}
/* .list-restaurant li{
    flex:1 0 85%;
    margin-right: 20px !important;
} */
.list-restaurant .nav::-webkit-scrollbar-thumb {
        border-radius: 15px;
        background: var(--primary-color3)
    }
.list-restaurant .nav::-webkit-scrollbar {
        height: 5px;
    }
	.list-restaurant .nav {
    scrollbar-width: thin; /* Firefox */
}
	#button-contact-vr {
   
    bottom: 50px !important;

}
	#logo img {
    max-width: 60px;
    height: 50px;
}
	.sidebar-menu a{
    font-weight: 600 !important;
    font-size: 16px !important;
    text-transform: none !important;
    color: var(--primary-color2) !important
}
	.section-fb .text-title h2{
    margin: 0px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.section-fb{
    padding-top: 0px !important;
}
	.col-2 li{
    font-size: 14px;
}
.col-2 h3{
    margin-bottom: 15px;
}
	.row-ft {
    display: flex;
    flex-direction: column-reverse
}
	.row-km .large-3 {
        flex-basis:  100%;
        max-width: 100%;
		padding:0px 30px !important
     
    }
	#logo{
    width: 100px !important;
    margin: 0px;
}
#header a.button.primary{
    width: 115px;
}

.flex-col.show-for-medium.flex-left,
.medium-logo-left .flex-right{
    flex: unset;
    margin: unset
}
.flex-col.show-for-medium.flex-left{
    flex-grow: 2
}

.header-main,
.header-wrapper.stuck .header-main{
    height: unset !important;
    padding: 10px
}
	#button-contact-vr .button-contact .phone-vr{
    width: 40px;
    height: 40px;
}
.phone-vr-img-circle,
.phone-vr-circle-fill{
    left: -15%;
    top:0;
}
#gom-all-in-one{
    display: flex;
    flex-direction: column;
    gap:40px
}
.phone-vr-img-circle{
    width: 35px;
    height: 35px;
}
	.header-button-2 a{
    display:inline-block !important;
    width: 100%;
    white-space: nowrap
    
}
i.icon-menu::before {
    color: var(--primary-color);
    font-size: 23px;
}
	.sb-experience {
        width: 60%;
    max-width: 210px;
    }
.about{
    padding-top: 0px !important;
}
.sb-mb-60{
    text-align: center;
}
.about a.button.primary.btn-main{
    margin: 10px auto 20px !important;
    width: 200px;
   
}
.col-button .col-inner{
    display: flex;
    justify-content: center
}
.about .col-right .img-inner{
    width: 100%;
    height: 100%;
    padding: 0px 40px;
}
.sb-experience .sb-exp-content .sb-h1{
    font-size: 46px;
}
.sb-h3, h3{
    font-size: 18px;
}
.sb-exp-content{
    max-width: 150px;
}
.sb-experience{
    bottom: 0px;
    right: 0 !important;
    left: unset;
}
 .sb-cirkle-1 {
        left: 5%;
        width: 80px;
        height: 80px;
    }
.col-right .img{
    margin: 0px !important
}
.about .img-left{
    display: none;
}
	
.about {
    padding-bottom: 0px !important
}
.text-title h2{
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 15px;
}
.sb-cirkle-3 {
        width: 30px;
        height: 30px;
        bottom: 40%;
    }
.row-km{
    justify-content: center;
}
.text-km-bot{
    margin-top: 10px;
    margin-bottom: 30px;
}
.row-km .col{
    margin-right: 0px !important;
}
    .off-canvas-left .mfp-content {
        width: calc(100vw - 65px);
    }
.tax-danh-muc-mon-an #footer,
.page-id-2305 #footer{
    padding-bottom: 56px !important; 
}
.tax-danh-muc-mon-an #button-contact-vr,
.tax-danh-muc-mon-an .back-to-top.active,
.page-id-2305 .back-to-top.active,
.page-id-2305 #button-contact-vr{
    bottom: 70px !important
}
 .list-restaurant .col{
    flex-basis: 50%;
}
.list-restaurant .col,
#post-list article{
    flex-basis: calc(50% - 10px) !important;
    padding: 0px !important;
}

.list-restaurant,
#post-list{
    justify-content: center;
	 gap:10px;
}
.blog-wrapper .large-9{
    padding: 0px 10px !important
}
.blog-wrapper .large-9{
    object-fit: cover;
}
	.section-ft{
    padding-bottom: 0px !important;
}
}
@keyframes anima3{
	0% {
    transform: translateY(0);
}
25% {
    transform: translateY(-5px);
}
75% {
    transform: translateY(5px);
}
0% {
    transform: translateY(0);
}
}
@keyframes anima1{
	0% {
    transform: translateY(0) scale(1);
}
50% {
    transform: translateY(-5px) scale(1.05);
}
0% {
    transform: translateY(0) scale(1);
}
}
@keyframes zoom{
	0% {
    transform: scale(1);
}
50% {
    transform: scale(1.2);
}
100% {
    transform: scale(1);
}
}
.section-ft .button.icon{
    background: #fff;
    
}
.section-ft .col-3 a,
.col-2 i, .col-2 b{
    color:#fff;
}
.section-ft .button.icon i {
    color:var(--primary-color2)
}
.text-km:before,
.text-km h5:after, .text-km h5:before{
filter: brightness(0) saturate(100%) invert(77%) sepia(94%) saturate(1362%) hue-rotate(333deg) brightness(103%) contrast(92%);
}
.text-km-bot h3{
    color: var(--primary-color2);
}
.sb-bg-1{
    border: 0px !important; 
}
.text-km2 h5{
    position: relative
}
.text-km2 h5:before{
    content: "";
    position: absolute;
    width: 100%;
  
    left: 30px;
    bottom: -35px;
    height: 100px;
 z-index: -1;
    background: url("/wp-content/uploads/2024/08/123.png");
     background-size: contain;
       background-repeat: no-repeat;
}
.text-km2 h5{
	color:#fff;
}

#experienceTabContent .tab-pane > p{
    margin: 0px !important;
    height: 100% !important;
}
#experienceTabContent .tab-pane,
#experienceTabContent,
#experienceTabContent .tab-pane > p > iframe{
    height: 100%
}
.row.list-restaurant{
    align-items: stretch;
}
.archive-page-header{
    display: none
}
.blog-wrapper{
	padding-top:0px
}