/*
Theme Name: DEV ZEKVN
Theme URI: https://zek.vn/
Author: Zekvn
Author URI: https://zek.vn/
Version: 1.0
Description: ZEK AGENCY sở hữu hơn 500+ mẫu giao diện về tất cả các lĩnh vực và ngành hàng khác nhau, đáp ứng mọi nhu cầu của khách hàng với từng phân khúc giá. Cập nhật những mẫu thiết kế mới chuẩn xu hướng.
*/
@font-face {
    font-family: 'Montserrat';
    src: url(fonts/Montserrat-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: 'Montserrat';
    src: url(fonts/Montserrat-LightItalic.ttf);
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url(fonts/Montserrat-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: 'Montserrat';
    src: url(fonts/Montserrat-Italic.ttf);
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url(fonts/Montserrat-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: 'Montserrat';
    src: url(fonts/Montserrat-MediumItalic.ttf);
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url(fonts/Montserrat-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: 'Montserrat';
    src: url(fonts/Montserrat-SemiBoldItalic.ttf);
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url(fonts/Montserrat-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: 'Montserrat';
    src: url(fonts/Montserrat-BoldItalic.ttf);
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url(fonts/Montserrat-ExtraBold.ttf);
    font-weight: 800;
}

@font-face {
    font-family: 'Montserrat';
    src: url(fonts/Montserrat-ExtraBoldItalic.ttf);
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url(fonts/Montserrat-Black.ttf);
    font-weight: 900;
}

@font-face {
    font-family: 'Montserrat';
    src: url(fonts/Montserrat-BlackItalic.ttf);
    font-weight: 900;
    font-style: italic;
}
/* Option */
body{font-size: 14px;color: #656565;font-family: 'Montserrat';}
*{margin:0;padding:0;line-height:1.5}
a{text-decoration:none;color:#333;cursor:pointer;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}
a:hover,a:focus,a:visited{text-decoration:none;outline:none}
a:active,a:hover{color: #a96b11;}
ul{padding-left:0;}
img{max-width:100%;border:none;height:auto}
b,strong{font-weight: bold;}
h1,h2,h3,h4,h5,h6{line-height:1.3;margin-top:0;margin-bottom: 1rem;}
h1 *,h2 *,h3 *,h4 *,h5 *,h6 *{line-height: normal;}
h1{font-size: 28px;}
h2{font-size: 24px;}
h3{font-size: 20px;}
h4{font-size: 16px;}
h5{font-size: 14px;}
h6{font-size: 14px;}
.table{max-width: 100%;table-layout: fixed;word-wrap: break-word;}
.img img{width:100%;height:auto;object-fit:cover}
.background{background-size:cover;background-repeat:no-repeat;background-position:center}
.relative{position: relative;}
.overlay{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 2;background-color: rgba(0, 0, 0, 0.2);}
.linkfull{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 5;}
.screen-reader-text{display:none}
.head{animation: stuckMoveUp .5s;}
.navbar-fixed-top{position: fixed !important;top: 0;left: 0;width: 100%;z-index: 999;}
@keyframes stuckMoveDown {
0%{transform:translateY(-100%)}
100%{transform:translateY(0)}
}
@keyframes stuckMoveUp {
0%{transform:translateY(100%)}
100%{transform:translateY(0)}
}
@keyframes stuckFadeIn {
0%{opacity:0}
100%{opacity:1}
}

/* Container (FAKE theo từng web) */
.row-margin{--bs-gutter-y:var(--bs-gutter-x);margin-top: calc(-.5 * var(--bs-gutter-y));margin-bottom: calc(-.5 * var(--bs-gutter-y));}
.row-margin>*{margin-top: 0;padding-top: calc(var(--bs-gutter-x) * .5);padding-bottom: calc(var(--bs-gutter-x) * .5)}
.container-fluid{--bs-gutter-x: 50px;}
.container,.row{--bs-gutter-x: 30px;}
.flex{display:flex;flex-wrap:wrap}
.align-center{align-items:center}
.align-end{align-items:flex-end;}
.align-start{align-items:flex-start;}
.justify-between{justify-content: space-between;}
.justify-center{justify-content: center;}
.justify-end{justify-content: flex-end;}
.justify-start{justify-content: flex-start;}
.row-reverse{flex-direction:row-reverse;}
.column-reverse{flex-direction:column-reverse;}
@media (min-width: 576px){
	.container, .container-sm {max-width: 540px;}
}
@media (min-width: 768px){
	.container, .container-md, .container-sm { max-width: 720px;}
}
@media (min-width: 992px){
	.container, .container-lg, .container-md, .container-sm {max-width: 960px;}
}
@media (min-width: 1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {max-width: 100%;}
	.container{--bs-gutter-x: 12%;}
}
@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {max-width: 100%;}
	.container{--bs-gutter-x: 20%;}
}

/* input-button */
input[type="text"],input[type="search"],input[type="password"],input[type="email"],input[type="file"],input[type="number"],input[type="date"],input[type="tel"],textarea,select{width:100%;max-width:100%;display:block;outline:none;border: 1px solid #a96b11;padding: 18px 30px;border-radius: 0;line-height: 22px;text-transform: uppercase;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder,select::-webkit-input-placeholder{color: #a96b11;}
input[type="submit"]{text-align: center;border: none;transition: all .3s;padding: 18px 30px;border: 1px solid #a96b11;text-transform: uppercase;color: #a96b11;border-radius: 40px;background: rgba(169,107,17,0.08);line-height: 22px;min-width: 200px;}
input[type="submit"]:hover{background-color: #a96b11;color: #fff;}
.select2-container .select2-selection--single{height: 60px;text-transform: uppercase;}
.select2-container--default .select2-selection--single{border: 1px solid #a96b11;border-radius: 0;}
.select2-container .select2-selection--single .select2-selection__rendered{padding-left: 30px;}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 58px;color: #a96b11;}
.select2-container--default .select2-selection--single .select2-selection__arrow{height: 58px;width: 30px;}
.select2-dropdown{border: 1px solid #a96b11;border-radius: 0;position: relative;top: -20px;}
.select2-container--default .select2-search--dropdown .select2-search__field{border: 1px solid #a96b11;}
.select2-search--dropdown{padding: 10px 30px 12px 30px;}
.select2-container--default .select2-results>.select2-results__options{}
/* Contact-form7 */
.wpcf7-spinner{position: absolute;}
.form-group{margin-bottom: 30px;position: relative;}
.form-group label.name{margin-bottom: 5px;font-weight: 600;display: block;}
div.wpcf7 .ajax-loader{position:absolute}
.wpcf7-form-control-wrap{position:initial}
.wpcf7 .wpcf7-not-valid-tip{position:relative;padding:5px 10px!important;line-height:1.2em;left:auto!important;border-radius:3px;background-color:#f1f1f1!important;border:0!important;color:#000;position:absolute;right:0;top:40px;z-index:99;font-size:12px;margin-bottom:5px}
.wpcf7 .wpcf7-not-valid-tip:after{bottom:100%;left:30px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(136,183,213,0);border-bottom-color:#f1f1f1;border-width:5px;margin-left:-10px}
.wpcf7 .wpcf7-validation-errors{display:none!important}
/* Content-post */
.wp-block-image.aligncenter>figcaption, .wp-block-image .aligncenter>figcaption, .wp-block-image.alignleft>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image.alignright>figcaption, .wp-block-image .alignright>figcaption{display: block;}
.content-post{text-align: justify;}
.content-post ul,.content-post ol{padding-left:18px;}
.content-post li{position:relative;margin-bottom:6px}
.content-post blockquote{background:#f6f6f6;position: relative;padding: 16px 16px 6px 32px;}
.content-post blockquote:before{content: open-quote;font-weight: bold;font-size: 30px;position: absolute;left: 8px;top: 0;}
.content-post blockquote:after{content: close-quote;font-weight: bold;font-size: 30px;position: absolute;bottom: 0;right: 8px;opacity: 0;visibility: hidden;}
.content-post .gallery{display:grid;grid-column-gap:16px;grid-row-gap:16px}
.content-post .gallery br{display:none}
.content-post .gallery.gallery-columns-2{grid-template-columns:repeat(2,1fr)}
.content-post .gallery.gallery-columns-4{grid-template-columns:repeat(4,1fr)}
.content-post .gallery.gallery-columns-3{grid-template-columns:repeat(3,1fr)}
.content-post .gallery.gallery-columns-5{grid-template-columns:repeat(5,1fr)}
.content-post .gallery.gallery-columns-5{grid-template-columns:repeat(6,1fr)}
.content-post .gallery.gallery-columns-5{grid-template-columns:repeat(7,1fr)}
.content-post .gallery.gallery-columns-5{grid-template-columns:repeat(8,1fr)}
.content-post .gallery.gallery-columns-5{grid-template-columns:repeat(9,1fr)}
.content-post .gallery-item{margin:0!important;width:100%!important;display:flex;align-items:flex-start;float:none !important;flex-wrap: wrap;}
.content-post .gallery-item img{border:none!important;width: 100%;height: auto;object-fit: cover;}
.content-post a:hover{text-decoration:underline}
.content-post .wp-caption.aligncenter{max-width:100%!important}
img.aligncenter{display:block;margin:0 auto}
.content-post .alignnone{margin:0 16px 16px 0}
.content-post .aligncenter,.content-post div.aligncenter{display:block;margin:0 auto 16px;}
.content-post .alignright{float:right;margin:0 0 16px 16px}
.content-post .alignleft{float:left;margin:0 16px 16px 0}
a img.alignright{float:right;margin:0 0 16px 16px}
a img.alignnone{margin:0 16px 16px 0}
a img.alignleft{float:left;margin:0 16px 16px 0}
a img.aligncenter{display:block;margin-left:auto;margin-right:auto}
.wp-caption{border:none;max-width:100%;padding:0;}
.wp-caption.alignnone{margin:0 16px 16px 0}
.wp-caption.alignleft{margin:0 16px 16px 0}
.wp-caption.alignright{margin:0 0 16px 16px}
.wp-caption img{border:0 none;height:auto;margin:0;max-width:100%;padding:0;width:100%}
.content-post .wp-caption-text{margin:0;padding:6px;text-align: center;background: #eee;font-size: 14px;}
.content-post figure img{margin-bottom: 0 !important;}
.content-post figure figcaption{text-align: center;font-size: 14px;background: #eee;padding: 6px;}

/* Widget */
.widget ul,.widget ol{list-style: none;}
.widget iframe{width: 100%;height: auto; object-fit: cover;}
.widget .gallery{display:grid;grid-column-gap:10px;grid-row-gap:10px}
.widget .gallery br{display:none}
.widget .gallery.gallery-columns-2{grid-template-columns:repeat(2,1fr)}
.widget .gallery.gallery-columns-4{grid-template-columns:repeat(4,1fr)}
.widget .gallery.gallery-columns-3{grid-template-columns:repeat(3,1fr)}
.widget .gallery.gallery-columns-5{grid-template-columns:repeat(5,1fr)}
.widget .gallery-item{margin:0!important;width:100%!important;display:flex;align-items:center;float:none}
.widget .gallery-item img{border:none!important}

/* Support */
.sticky{position:-webkit-sticky;position:sticky;top:100px;z-index: 99;}
.supports{position: fixed;z-index: 999;bottom: 120px;right: 20px;}
.supports .item:not(:first-child){margin-top: 16px;}
.supports .item a{height:48px;width:48px;background:#fff;border-radius:50%;box-shadow: 0px 0px 5px 0px #00000033;display:flex;align-items:center;justify-content:center;}
.supports .item a img{object-fit: contain;max-width: 30px;max-height: 30px;}
.supports .item a.zalo img{max-width: 37px;}
.supports .item a:hover{box-shadow: 0px 0px 10px 0px #00000087;}
.backtop{position: fixed;right: 20px;bottom: 40px;transition: .5s;z-index: 999;}
.backtop a{height:48px;width:48px;background:#fff;border-radius:50%;box-shadow: 0px 0px 5px 0px #00000033;display:flex;align-items:center;justify-content:center;}
.backtop a img{object-fit: contain;max-width: 30px;max-height: 30px;}
.backtop a:hover{box-shadow: 0px 0px 10px 0px #00000087;}
.web-slider{position: relative;}
.swiper-button-next, .swiper-button-prev{width: 30px;height: 30px;top: 50%;transform: translateY(-50%);margin-top: 0;}
.swiper-button-prev:after,.swiper-button-next:after{display: none;}
.swiper-button-next svg, .swiper-button-prev svg{fill: #a96b11;width: 24px;height: 24px;}
.swiper-pagination-bullet-active{background: #a96b11;}

/* Header */
#header{position: absolute;z-index: 999;top: 0;left: 0;width: 100%;transition: all .3s;background: transparent linear-gradient(180deg, #00000069 0%, #ffffff00 100%) 0% 0% no-repeat padding-box;}
body.end-banner #header{background: #fff;border-bottom: solid 1px #b57e3c;}
#header .col-touch{display: none;}
#menu-mobile{display: none;}
#header .col-logo{width: 150px;}
#header .col-menu{width: calc(100% - 150px);}
#header .logo a{display: flex;align-items: center;justify-content: center;}
#header .logo img{object-fit: contain;max-width: 90%;max-height: 80px;}
#header ul{list-style: none;margin-bottom: 0;}
#header .menu{display: flex;justify-content: flex-end;column-gap: 20px;}
#header .menu>li{display: flex;align-items: center;position: relative;}
#header .menu>li>a{display: flex;align-items: center;gap: 5px;padding: 0 5px;height: 90px;font-size: 12px;text-transform: uppercase;font-weight: 500;color: #fff;}
#header .menu>li.current-menu-item>a{font-weight: 700;}
#header .menu>li:hover>a{color: #a96b11;}
#header .menu>li>svg{fill: #fff;width: 12px;height: 12px;transition: all .3s;}
#header .menu>li:hover>svg{fill: #a96b11;}
#header .menu ul{position: absolute;transition: all .3s;opacity: 0;visibility: hidden;background: rgba(169, 107, 17, 0.4);min-width: 230px;box-shadow: 0px 2px 3px rgb(0 0 0 / 15%);}
#header .menu ul li>a{display: flex;padding: 6px 10px;gap: 5px;align-items: center;text-transform: uppercase;font-size: 12px;white-space: nowrap;font-weight: 500;color: #fff;}
#header .menu ul li:hover>a{color: #a96b11;}
#header .menu>li>ul{margin-top: 30px;top: 100%;left: 0;}
#header .menu>li>ul ul{margin-left: 30px;left: 100%;top: 0;}
#header .menu>li:hover>ul{opacity: 1;visibility: visible;margin-top: -15px;}
#header .menu>li>ul li:hover>ul{opacity: 1;visibility: visible;margin-left: 0;}

body.end-banner #header .menu>li>a{color: #a96b11;}
body.end-banner #header .menu>li>svg{fill: #a96b11;}
body.end-banner #header .menu>li:hover>a{color: #886d48;}
body.end-banner #header .menu>li:hover>svg{fill: #886d48;}
body.end-banner #header .menu ul{background: #fff;}
body.end-banner #header .menu ul li>a{color: #a96b11;}
body.end-banner #header .menu ul li:hover>a{color: #886d48;}

/* Footer */
#footer{background: #b67e3d;color: #fff;}
#footer a{color: #fff;}
#footer .container{max-width: 1200px;--bs-gutter-x: 30px;}
.footer-main{font-size: 13px;padding: 50px 0 10px;}
.footer-main p,.footer-main ul,.footer-main ol,.footer-main table,.footer-main blockquote{margin-bottom: 8px;}
.footer-main li{margin-bottom: 4px;}
.footer-main .title{font-weight: bold;text-transform: uppercase;font-size: 24px;margin-bottom: 30px;}
.footer-main .widget{width: 25%;padding-bottom: 30px;}
.footer-main .widget-title{text-transform: uppercase;font-weight: bold;font-size: 15px;margin-bottom: 10px;white-space: nowrap;}
.footer-main .social li{display: inline-block;margin-right: 10px;}
.footer-main .social li:last-child{margin-right: 0;}
.footer-main .social li a{display: inline-flex;align-items: center;justify-content: center;width: 35px;height: 35px;border-radius: 50%;border: 1px solid #fff;}
.footer-main .social li img{object-fit: contain;width: 18px;height: 18px;}
.footer-bot{background: #836f50;font-size: 11px;padding: 15px 0;}
.footer-bot *{margin-bottom: 0;}
.footer-bot .widget-title{text-transform: uppercase;font-weight: bold;font-size: 15px;margin-bottom: 8px;}
.footer-bot .widget{width: 25%;}
.footer-bot .widget:first-child{width: 75%;}

/* Page */
.breadcrumbs{margin-bottom: 20px;font-weight: 500;}
.breadcrumbs a{color: #a96b11;}
.breadcrumbs *{margin-bottom: 0;}
.breadcrumbs .separator{color: #a96b11;padding: 0 2px;}
.page-banner{height: 350px;background-color: #333;color: #fff;display: flex;align-items: center;padding-top: 40px;}
.page-banner .inner{display: flex;flex-direction: column;gap: 10px;}
.page-banner .inner .mall-title{text-transform: uppercase;font-weight: bold;font-size: 48px;margin-bottom: 10px;}
.page-banner .inner .title{font-size: 58px;font-weight: bold;text-transform: uppercase;margin-bottom: 0;}
#banner .title .ef-img-t{opacity: 0;transition: all 1s cubic-bezier(0, 0.15, 0, 1);transform: translateY(100px);display: inline-block;}
#banner .title .efch-1 {
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important; }
#banner .title .efch-2 {
  -webkit-transition-delay: 0.05s !important;
  -o-transition-delay: 0.05s !important;
  transition-delay: 0.05s !important; }
#banner .title .efch-3 {
  -webkit-transition-delay: 0.1s !important;
  -o-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important; }
#banner .title .efch-4 {
  -webkit-transition-delay: 0.15s !important;
  -o-transition-delay: 0.15s !important;
  transition-delay: 0.15s !important; }
#banner .title .efch-5 {
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important; }
#banner .title .efch-6 {
  -webkit-transition-delay: 0.25s !important;
  -o-transition-delay: 0.25s !important;
  transition-delay: 0.25s !important; }
#banner .title .efch-7 {
  -webkit-transition-delay: 0.3s !important;
  -o-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important; }
#banner .title .efch-8 {
  -webkit-transition-delay: 0.35s !important;
  -o-transition-delay: 0.35s !important;
  transition-delay: 0.35s !important; }
#banner .title .efch-9 {
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important; }
#banner .title .efch-10 {
  -webkit-transition-delay: 0.45s !important;
  -o-transition-delay: 0.45s !important;
  transition-delay: 0.45s !important; }
#banner .title .efch-11 {
  -webkit-transition-delay: 0.5s !important;
  -o-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important; }
#banner .title .efch-12 {
  -webkit-transition-delay: 0.55s !important;
  -o-transition-delay: 0.55s !important;
  transition-delay: 0.55s !important; }
#banner .title .efch-13 {
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important; }
#banner .title .efch-14 {
  -webkit-transition-delay: 0.65s !important;
  -o-transition-delay: 0.65s !important;
  transition-delay: 0.65s !important; }
#banner .title .efch-15 {
  -webkit-transition-delay: 0.7s !important;
  -o-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important; }
#banner .title .efch-16 {
  -webkit-transition-delay: 0.75s !important;
  -o-transition-delay: 0.75s !important;
  transition-delay: 0.75s !important; }
#banner .title .efch-17 {
  -webkit-transition-delay: 0.8s !important;
  -o-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important; }
#banner .title .efch-18 {
  -webkit-transition-delay: 0.85s !important;
  -o-transition-delay: 0.85s !important;
  transition-delay: 0.85s !important; }
#banner .title .efch-19 {
  -webkit-transition-delay: 0.9s !important;
  -o-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important; }
#banner .title .efch-20 {
  -webkit-transition-delay: 0.95s !important;
  -o-transition-delay: 0.95s !important;
  transition-delay: 0.95s !important; }
#banner .title .efch-21 {
  -webkit-transition-delay: 1s !important;
  -o-transition-delay: 1s !important;
  transition-delay: 1s !important; }
#banner .title .efch-22 {
  -webkit-transition-delay: 1.05s !important;
  -o-transition-delay: 1.05s !important;
  transition-delay: 1.05s !important; }
#banner .title .efch-23 {
  -webkit-transition-delay: 1.1s !important;
  -o-transition-delay: 1.1s !important;
  transition-delay: 1.1s !important; }
#banner .title .efch-24 {
  -webkit-transition-delay: 1.15s !important;
  -o-transition-delay: 1.15s !important;
  transition-delay: 1.15s !important; }
#banner .title .efch-25 {
  -webkit-transition-delay: 1.2s !important;
  -o-transition-delay: 1.2s !important;
  transition-delay: 1.2s !important; }
#banner .title .efch-26 {
  -webkit-transition-delay: 1.25s !important;
  -o-transition-delay: 1.25s !important;
  transition-delay: 1.25s !important; }
#banner .title .efch-27 {
  -webkit-transition-delay: 1.3s !important;
  -o-transition-delay: 1.3s !important;
  transition-delay: 1.3s !important; }
#banner .title .efch-28 {
  -webkit-transition-delay: 1.35s !important;
  -o-transition-delay: 1.35s !important;
  transition-delay: 1.35s !important; }
#banner .title .efch-29 {
  -webkit-transition-delay: 1.4s !important;
  -o-transition-delay: 1.4s !important;
  transition-delay: 1.4s !important; }
#banner.loaded .title .ef-img-t{opacity: 1;    -webkit-transform: translate(0, 0) scale3d(1, 1, 1);
    transform: translate(0, 0) scale3d(1, 1, 1);}
.page-body{padding: 80px 0 120px;}
.page-content{padding: 0 7%;}
.page-title{font-size: 32px;text-transform: uppercase;font-weight: bold;margin-bottom: 30px;color: #a96b11;}
.page-date{margin-bottom: 20px;font-size: 13px;}
/* Contact */
.contact-body .tab-title{list-style: none;margin: -15px -15px 60px;display: flex;flex-wrap: wrap;}
.contact-body .tab-title>li{width: calc(100% / 3);padding: 15px;}
.contact-body .tab-title>li a{display: block;height: 100%;}
.contact-body .tab-title>li button{padding: 25px;width: 100%;border: 1px solid #a96b11;height: 100%;position: relative;background: transparent;text-align: left;display: flex;flex-direction: column;}
.contact-body .tab-title>li button .name{text-transform: uppercase;font-size: 24px;font-weight: bold;color: #a96b11;margin-bottom: 20px;}
.contact-body .tab-title>li button .info{list-style: none;margin-bottom: 0;display: flex;flex-direction: column;gap: 4px;color: #a96b11;font-size: 13px;}
.contact-body .tab-title>li button .info li img{object-fit: contain;width: 14px;height: 14px;margin-right: 5px;position: relative;top: -1px;}
.contact-body .tab-content .map{height: 400px;overflow: hidden;}
.contact-body .tab-content .map iframe{width: 100%;height: 100%;}
.contact-body .tab-form{display: block;margin: 50px auto 0;width: 850px;max-width: 100%;}
.contact-body .tab-form .text{font-size: 18px;margin-bottom: 20px;}

/* Expert */
.expert-banner{height: 100vh;overflow: hidden;display: flex;align-items: flex-end;padding: 0 15% 4%;}
.expert-banner .background{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.expert-banner .background.mb{display: none;}
.expert-banner .title{text-transform: uppercase;font-weight: bold;font-size: 50px;margin-bottom: 0;color: #fff;position: relative;z-index: 3;}
.expert-banner .bg-gradient{position: absolute;z-index: 2;width: 100%;height: 35%;bottom: 0;left: 0;background: transparent linear-gradient(0deg,#000000cc,#ffffff00) 0 0 no-repeat padding-box !important;}
.expert-body{font-size: 16px;color: #4d4d4d;font-weight: 500;}
.expert-body .sec1{padding: 90px 0;}
.expert-title{text-transform: uppercase;font-size: 22px;font-weight: 600;color: #b2b2b2;margin-bottom: 40px;}
.expert-body>div:nth-child(odd){background-color: #fbf8f4;}
.expert-body .sec1 .capt{font-size: 24px;color: #876c47;text-align: justify;padding-right: 10px;font-weight: 500;margin-bottom: 30px;}
.expert-body .sec1 .col-img{margin-top: -30px;}
.expert-body .sec1 .col-left .img{width: 77%;margin-left: auto;}
.expert-body .sec1 .flex{gap: 30px;}
.expert-body .sec1 .flex .img.mb{display: none;}
.expert-body .sec1-2{padding: 60px 0;}
.item-album{width: 100%;overflow: hidden;aspect-ratio: 1/1;}
.item-album .group-img{width: 100%;height: 100%;position: relative;}
.item-album .group-img img{width: 100%;height: 100%;object-fit: cover;transition: all .7s;opacity: 0;visibility: hidden;position: absolute;top: 0;left: 0;}
.item-album .group-img img:first-child{opacity: 1;visibility: visible;}
.item-album:hover img{transform: scale(1.1);}
.item-album svg{position: absolute;top: 10px;right: 10px;width: 20px;height: 20px;z-index: 2;fill: #fff;}
.item-album .group-link{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 3;}
.item-album .group-link a{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;opacity: 0;visibility: hidden;}
.item-album .group-link a:first-child{opacity: 1;visibility: visible;}
.expert-body .sec2{padding: 90px 0;}
.expert-body .sec3{padding: 50px 0;}
.expert-body .sec3 .block:nth-child(even) .row{flex-direction: row-reverse;}
.expert-body .sec3 .img{padding-right: 50px;}
.expert-body .sec3 .block:nth-child(even) .img{padding-left: 50px;padding-right: 0;}
.expert-body .sec3 .block:not(:last-child){padding-bottom: 50px;}
.expert-body .sec3 .inner{padding: 50px;}
.expert-body .sec3 .title{font-size: 28px;font-weight: 500;color: #876c47;text-transform: capitalize;margin-bottom: 0;}
.expert-body .sec3 .title:after{content: "";display: block;width: 8px;height: 2px;background: #876c47;margin: 24px 0;}
.expert-body .sec3 .content-post ul,.expert-body .sec3 .content-post ol{list-style: none;padding-left: 0;}
.expert-body .sec4{padding: 90px 0;color: #fff;}
.expert-body .sec4 .content-post a{color: #fff;}
.expert-body .sec4 .img{padding-left: 30px;}
.expert-body .sec5{display: flex;flex-wrap: wrap;}
.expert-body .sec5 .img{width: 50%;}
.expert-body .sec5 .img img{min-height: 100%;}
.expert-body .sec5 .inner{width: 50%;padding: 90px 60px 40px 17vw;}
.expert-body .sec5 .inner .desc{margin-bottom: 30px;}
.expert-body .sec5 .inner .col-item{padding: 25px;}
.expert-body .sec5 .inner .item{height: 100%;display: flex;flex-direction: column;}
.expert-body .sec5 .inner .item .divider{display: block;margin: 25px 0 15px;width: 18px;height: 2px;background: #876c47;}
.expert-body .sec5 .inner .item .icon{display: flex;align-items: flex-end;height: 100px;}
.expert-body .sec5 .inner .item .icon img{object-fit: contain;max-height: 100%;}
.expert-body .sec5 .inner .item .text{color: #876c47;font-weight: 600;}
.expert-body .sec6{padding: 90px 0;}
.expert-body .sec6 .list{display: flex;gap: 20px;overflow: visible;overflow-x: auto;max-width: 100%;}
.expert-body .sec6 .list .item{display: flex;flex-direction: column;gap: 25px;padding: 25px;width: 100%;max-width: 420px;transition: all .2s;color: #51331b;min-width: 400px;}
.expert-body .sec6 .list .item .img{width: 150px;aspect-ratio: 1/1;overflow: hidden;border-radius: 50%;}
.expert-body .sec6 .list .item .img img{height: 100%;}
.expert-body .sec6 .list .item .info .name{font-weight: bold;}
.expert-body .sec6 .list .item .info .sub{font-style: italic;}
.expert-body .sec7{padding: 50px 0 40px;}
.expert-body .sec7 .image img{object-fit: contain;max-width: 400px;}
/* Project */
.project-body .sec1{padding: 90px 0;}
.project-title{display: flex;align-items: flex-end;column-gap: 20px;row-gap: 10px; padding-bottom: 25px;margin-bottom: 40px;border-bottom: 1px solid #EFEFEF;}
.project-title .title{white-space: nowrap;text-transform: uppercase;font-size: 32px;letter-spacing: -0.04em;color: #a96b11;font-weight: 600;margin-bottom: 0;}
.project-title .text{color: #52493C;font-weight: 500;padding-bottom: 4px;}
.project-title .title .sub{line-height: normal;padding-left: 8px;margin-left: 5px;font-weight: normal;color: rgba(169,107,17,0.7);border-left: 1px solid rgba(169,107,17,0.7);display: inline-block;line-height: 1;}
.item-project{height: 100%;display: flex;flex-direction: column;gap: 30px;padding-bottom: 20px;}
.item-project .top{display: flex;flex-direction: column;gap: 10px;}
.item-project .name{margin-bottom: 0;font-size: 24px;font-weight: bold;}
.item-project .name a{color: #a96b11;}
.item-project .name a:hover{text-decoration: underline;}
.item-project .text{font-weight: 500;color: #52493C;height: 42px;overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.item-project .img{overflow: hidden;aspect-ratio: 5/3;}
.item-project .img img{height: 100%;transition: all .5s;}
.item-project .img:hover img{transform: scale(1.08);}
.item-project .address{display: flex;flex-direction: column;gap: 8px;}
.item-project .address .capt{text-transform: uppercase;font-size: 11px;color: #cb841cab;display: flex;align-items: center;gap: 8px;}
.item-project .address .capt img{object-fit: contain;width: 13px;height: 17px;}
.item-project .address .value{font-weight: 500;color: #52493C;}
.item-project .buttons{display: flex;flex-wrap: wrap;gap: 12px;padding-top: 30px;margin-top: auto;border-top: 1px solid #ededed;}
.item-project .buttons a{padding: 0 20px;display: flex;align-items: center;justify-content: center;height: 48px;gap: 5px;border-radius: 30px;background: rgba(169,107,17,0.08);color: rgba(169,107,17,0.84);font-weight: 600;}
.item-project .buttons a svg{transition: all .3s;fill: rgba(169,107,17,0.84);width: 14px;height: 14px;}
.item-project .buttons a:hover{color: #fff;background: rgba(169,107,17,0.84);}
.item-project .buttons a:hover svg{fill: #fff;}
.item-project.ver2{background: #fff;box-shadow: 0px 2px 28px rgba(0,0,0,0.06);gap: 0;padding-bottom: 0;}
.item-project.ver2 .img{margin-top: 0;}
.item-project.ver2 .info{padding: 25px 30px;display: flex;flex-direction: column;gap: 25px;flex: 1;height: 100%;color: #52493c;}
.item-project.ver2 .name a{color: #52493c;}
.item-project.ver2 .name a:hover{color: #a96b11;}
.item-project.ver2 .buttons{padding-top: 25px;}
.project-body .sec2 .container{position: relative;z-index: 2;}
.project-body .sec2 .background{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.project-body .sec2 .background.mb{display: none;}
.project-body .sec2 .block{padding: 65px 0;aspect-ratio: 2/1;display: flex;flex-direction: column;justify-content: space-between;color: #fff;min-height: 400px;}
.project-body .sec2 .block a{color: #fff;}
.project-body .sec2 .block .title{text-transform: uppercase;padding-bottom: 30px;margin-bottom: 30px;border-bottom: 1px solid rgba(255,255,255,0.34);font-size: 32px;font-weight: 600;}
.project-body .sec2 .block .inner{margin-top: auto;}
.project-body .sec2 .block .inner .top{padding-bottom: 20px;margin-bottom: 24px;border-bottom: 1px solid rgba(255,255,255,0.5);display: flex;flex-direction: column;gap: 5px;}
.project-body .sec2 .block .inner .top .name{margin-bottom: 0;font-weight: bold;font-size: 30px;}
.project-body .sec2 .block .inner .top .text{font-size: 15px;font-weight: 500;}
.project-body .sec2 .block .inner .address{position: relative;padding-left: 54px;display: flex;flex-direction: column;gap: 5px;}
.project-body .sec2 .block .inner .address .icon{position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.project-body .sec2 .block .inner .address .icon img{width: 40px;height: 40px;object-fit: contain;}
.project-body .sec2 .block .inner .address .capt{font-size: 11px;text-transform: uppercase;font-weight: 500;}
.project-body .sec2 .block .inner .address .value{font-size: 15px;font-weight: bold;}
.project-body .sec2 .block .inner .buttons{display: flex;flex-wrap: wrap;gap: 12px;justify-content: flex-end;}
.project-body .sec2 .block .inner .buttons a{padding: 0 20px;display: flex;align-items: center;justify-content: center;height: 48px;gap: 5px;border-radius: 30px;color: #fff;font-weight: 600;border: 1px solid rgba(255,255,255,0.32);backdrop-filter: blur(7px);}
.project-body .sec2 .block .inner .buttons a svg{transition: all .3s;fill: #fff;width: 14px;height: 14px;}
.project-body .sec2 .block .inner .buttons a:hover{background: #A96B11;}
.project-body .sec3 .section{padding: 80px 0;}
.project-body .sec3 .section:nth-child(even){background: #f9f9f9;}

/* Category */
.item-news{height: 100%;overflow: hidden;border-radius: 10px;background: #fff;}
.item-news .img{aspect-ratio: 5/3;overflow: hidden;}
.item-news .img img{height: 100%;}
.item-news .info{padding: 25px;display: flex;flex-direction: column;}
.item-news .info .name{text-transform: uppercase;font-size: 14px;font-weight: 600;overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;margin-bottom: 0;text-align: justify;}
.item-news .info .desc{color: #727272;overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;text-align: justify;}
.item-news .info .desc *{margin-bottom: 0;}
.item-news .info .link{margin-top: auto;padding-top: 15px;}
.item-news .info .link a{display: inline-flex;align-items: center;justify-content: center;white-space: nowrap;gap: 10px;padding: 0 20px;height: 40px;border-radius: 30px;border: 1px solid #a96b11;background: #a96b11;color: #fff;text-transform: uppercase;font-size: 15px;font-weight: 500;}
.item-news .info .link a svg{fill: #fff;transition: all .3s;width: 15px;height: 15px;position: relative;top: -1px;}
.item-news .info .link a:hover{color: #a96b11;background: #fff;}
.item-news .info .link a:hover svg{fill: #a96b11}
.category-content{margin-top: 30px;}
.pagination{justify-content: center;margin-top: 30px;}
.pagination ul{margin-bottom: 0;list-style: none;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.pagination ul li{display: block;position: relative;}
.pagination ul li span,.pagination ul li a{display: block;padding: 0;height: 60px;width: 60px;text-align: center; background: transparent;display: flex;align-items: center;justify-content: center;color: #a96b11;opacity: .5;font-weight: 600;font-size: 18px;}
.pagination ul li:before{content: "";display: block;width: 1px;height: 30px;position: absolute;top: 50%;transform: translateY(-50%);left: 0;background: #897a4e;}
.pagination ul li:first-child:before{display: none;}
.pagination ul li .current,.pagination ul li span:hover,.pagination ul li a:hover{opacity: 1;}


/* Single */
.single-related{margin-top: 30px;display: flex;align-items: center;justify-content: space-between;gap: 20px;}
.single-related .item a{display: inline-flex;align-items: center;gap: 8px;font-size: 16px;font-weight: 600;color: #A37632;white-space: nowrap;}
.single-related .item a svg{width: 16px;height: 16px;fill: #A37632;}

/* Sidebar */
.page-sidebar .widget:not(:last-child){margin-bottom:30px}
.page-sidebar .tagcloud{display:flex;flex-wrap:wrap}
.page-sidebar .tagcloud a{display: inline-block; font-size:14px!important;height:30px;padding:0 10px;line-height:30px;background-color:#ECECEC;border-radius:3px;margin:0 5px 5px 0}
.page-sidebar .widget_media_image img{width: 100%;height: auto;object-fit: contain;}

/* Recruitment */
.recruit-body{padding: 80px 0;}
.recruit-title{text-transform: uppercase;font-size: 28px;margin-bottom: 30px;color: #a96b11;font-weight: bold;}
.recruit-content{background: #fff;padding: 40px;margin-top: 40px;border-top: 2px solid #a96b11;box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);}
.recruit-apply{margin: 50px auto 0;display: block;width: 70%;}
.recruit-apply .content-post{margin-top: 30px;}
.recruit-apply .form .form-group{margin-bottom: 20px;}
.recruit-apply .form .form-group input{border: none;border-bottom: 2px solid #cccccc;text-transform: inherit;padding: 0 0 0 30px;height: 40px;line-height: 38px;background-size: 22px;background-repeat: no-repeat;background-position: left top 7px;}
.recruit-apply .form .form-group input::-webkit-input-placeholder{color: #333;}
.recruit-apply .form .form-group input:visited,.recruit-apply .form .form-group input:active,.recruit-apply .form .form-group input:focus{border-bottom-color: #a96b11;}
.recruit-apply .form .form-group.name input{background-image: url(images/input-name.svg);}
.recruit-apply .form .form-group.phone input{background-image: url(images/input-phone.svg);}
.recruit-apply .form .form-group.email input{background-image: url(images/input-email.svg);}
.recruit-apply .form .form-group label.name{font-weight: 500;padding-left: 30px;background-size: 22px;background-repeat: no-repeat;background-position: left center;line-height: 22px;}
.recruit-apply .form .form-group.mess label.name{background-image: url(images/input-mess.svg);}
.recruit-apply .form .form-group textarea{border: 2px solid #cccccc;height: 133px;padding: 10px;text-transform: inherit;}
.recruit-apply .form .form-group textarea::-webkit-input-placeholder{color: #333;}
.recruit-apply .form input[type="submit"]{background-color: #a96b11;color: #fff;text-transform: inherit;border-radius: 0;height: 45px;padding: 0 30px 0 54px;line-height: 43px;min-width: 160px;background-image: url(images/input-submit.svg);background-size: 22px;background-repeat: no-repeat;background-position: left 30px center;}
.recruit-apply .form .form-file input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;}

.recruit-apply .form .form-file{height: 45px;border: solid 1px #A96B11;color: #A96B11;line-height: 43px;padding: 0 20px 0 44px;background-size: 20px;background-repeat: no-repeat;background-position: left 18px center;background-image: url(images/input-file.svg);position: relative;cursor: pointer;display: inline-block;margin-left: auto;margin-top: 20px;}
.recruit-apply .form .form-button{margin-top: 20px;}
.taxonomy-recruit{padding: 50px 0 80px;}
.recruit-filter{display: block;margin: 0 auto;width: 80%;}
.searchandfilter ul li ul li ul{margin-left: 0;}
.recruit-filter .searchandfilter>ul{border-bottom: solid 2px #A96B11;position: relative;display: flex;flex-wrap: wrap;padding-bottom: 15px;}
.recruit-filter .searchandfilter ul li{padding: 0;}
.recruit-filter .searchandfilter>ul>li:first-child{width: 100%;padding-bottom: 10px;}
.recruit-filter .searchandfilter>ul>li:first-child>ul{display: flex;flex-wrap: wrap;}
.recruit-filter .searchandfilter>ul>li:first-child>ul>li{margin: 20px;padding-left: 30px;background-image: url(images/icon-local2.png);background-size: 24px;background-repeat: no-repeat;background-position: left center;cursor: pointer;}
.recruit-filter .searchandfilter>ul>li:first-child>ul>li input{display: none;}
.recruit-filter .searchandfilter>ul>li:first-child>ul>li label{color: #A96B11;font-size: 20px;font-weight: 500;border-bottom: 1px solid transparent;padding: 0;}
.recruit-filter .searchandfilter>ul>li:first-child>ul>li.sf-option-active label{border-bottom: solid 1px #A96B11;}
.recruit-filter .searchandfilter>ul>li:nth-child(2){width: 60%;padding-right: 15px;position: relative;}
.recruit-filter .searchandfilter>ul>li:nth-child(2):after{content: "";display: block;width: 1px;height: 20px;background: #CCCCCC;position: absolute;top: 50%;right: 15px;transform: translateY(-50%);}
.recruit-filter .searchandfilter>ul>li:nth-child(2) label{display: block;}
.recruit-filter .searchandfilter>ul>li:nth-child(2) input.sf-input-text{border: none;padding: 0 15px 0 0;height: 30px;line-height: 30px;background: transparent;text-transform: inherit;}
.recruit-filter .searchandfilter>ul>li:nth-child(2) input.sf-input-text::-webkit-input-placeholder{color: #333;}
.recruit-filter .searchandfilter>ul>li:nth-child(3){width: 40%;}
.recruit-filter .searchandfilter>ul>li:nth-child(3) h4{padding: 0 0 0 30px;font-weight: 500;cursor: pointer;background-image: url(images/icon-menu.svg);background-size: 22px;background-repeat: no-repeat;background-position: left center;line-height: 30px;position: relative;}
.recruit-filter .searchandfilter>ul>li:nth-child(3) h4:after{content: "";display: block;width: 24px;height: 24px;position: absolute;top: 3px;right: 10px;background-image: url(images/arrow-down.svg);background-size: cover;background-repeat: no-repeat;background-position: center;}
.recruit-filter .searchandfilter>ul>li:nth-child(3) ul{position: absolute;background: #fff;box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);padding: 30px;position: absolute;top: calc(100% + 2px);left: 0;width: 100%;z-index: 99;display: none;}
.recruit-filter .searchandfilter>ul>li:nth-child(3) ul li{display: inline-block;margin: 5px 10px;}
.recruit-filter .searchandfilter>ul>li:nth-child(3) ul li input{display: none;}
.recruit-filter .searchandfilter>ul>li:nth-child(3) ul li label{cursor: pointer;border-bottom: 1px solid transparent;padding: 0;}
.recruit-filter .searchandfilter>ul>li:nth-child(3) ul li.sf-option-active label{color: #A96B11;border-bottom: 1px solid #A96B11;}
.list-recruit{margin-top: 60px;}
.item-recruit{background: #fff;height: 100%;padding: 24px;border-top: 1px solid  transparent;box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);}
.item-recruit:hover{border-top-color: #a96b11;}
.item-recruit .name{margin-bottom: 5px;color: #a96b11;font-size: 18px;overflow: hidden;height: 46px;}
.item-recruit .name a{color: #a96b11;}
.item-recruit .link{margin-bottom: 15px;}
.item-recruit .link a{display: inline-flex;align-items: center;gap: 10px;text-transform: uppercase;font-size: 13px;color: #a96b11;}
.item-recruit .link a svg{fill: #a96b11;transition: all .3s;width: 14px;height: 14px;}
.item-recruit .link a:hover{color: #886d48;}
.item-recruit .link a:hover svg{fill: #886d48;margin-left: 6px;}
.item-recruit .meta{display: flex;justify-content: space-between;align-items: flex-end;gap: 10px;}
.item-recruit .meta .local{display: flex;flex-wrap: wrap;row-gap: 4px;column-gap: 10px;}
.item-recruit .meta .local span svg{width: 14px;height: 14px;fill: #656565;margin-right: 4px;position: relative;top: -1px;}
.item-recruit .meta .date{display: flex;align-items: center;gap: 4px;}
.item-recruit .meta .date svg{width: 14px;height: 14px;fill: #656565;position: relative;top: -1px;}
.recruit-policy .title{text-transform: uppercase;font-size: 28px;font-weight: bold;margin-bottom: 20px;color: #a96b11;}
.recruit-policy{margin-top: 70px;position: relative;}
.recruit-policy .list{display: flex;flex-wrap: wrap;gap: 1px;position: relative;}
.recruit-policy .item{width: calc((100% - 2px) / 3);overflow: hidden;position: relative;z-index: 2;}
.recruit-policy .item .overlay{background: rgba(0, 0, 0, 0.4);}
.recruit-policy .item .background{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.recruit-policy .item .inner{aspect-ratio: 20/23;color: #fff;padding: 10% 15px 30px;display: flex;flex-direction: column;gap: 20px;position: relative;z-index: 2;}
.recruit-policy .item .inner .icon{display: flex;align-items: center;justify-content: center;height: 40px;margin-bottom: 10px;}
.recruit-policy .item .inner .icon img{object-fit: contain;max-height: 100%;}
.recruit-policy .item .inner .name{margin-bottom: 0;font-size: 20px;font-weight: 600;}
.recruit-policy .item .inner .text{font-size: 18px;}
.recruit-policy .list:after{content: "";display: block;width: 115%;height: 420px;border: solid 2px #A96B11;position: absolute;top: 50%;transform: translate(-50%,-50%);left: 50%;}
.recruit-video{margin-top: 80px;padding: 35px 45px;background: #fff;border-top: solid 2px #A96B11;box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);}
.recruit-video .inner{display: flex;flex-direction: column;gap: 30px;}
.recruit-video .inner .title{text-transform: uppercase;font-size: 28px;font-weight: bold;color: #A96B11;margin-bottom: 0;}
.recruit-video .inner .text{font-size: 18px;}
.recruit-video .video{width: 100%;aspect-ratio: 16/9;overflow: hidden;}
.recruit-video .video iframe{width: 100%;height: 100%;}

/* Muaban-chothue */
body.single-mua-ban-cho-thue #header{position: relative;background: #fff;border-bottom: solid 1px #b57e3c;}
body.single-mua-ban-cho-thue #header .menu>li>a{color: #a96b11;}
body.single-mua-ban-cho-thue #header .menu>li>svg{fill: #a96b11;}
body.single-mua-ban-cho-thue #header .menu>li:hover>a{color: #886d48;}
body.single-mua-ban-cho-thue #header .menu>li:hover>svg{fill: #886d48;}
body.single-mua-ban-cho-thue #header .menu ul{background: #fff;}
body.single-mua-ban-cho-thue #header .menu ul li>a{color: #a96b11;}
body.single-mua-ban-cho-thue #header .menu ul li:hover>a{color: #886d48;}
.estate-gallery{background: #14142B;position: relative;}
.estate-gallery .pop-local{position: absolute;right: 10px;bottom: 10px;height: 80px;width: 80px;display: flex;flex-direction: column;gap: 5px;align-items: center;justify-content: center;color: #fff;background: #163668;border-radius: 16px;z-index: 2;font-size: 13px;font-weight: 500;}
.estate-gallery .pop-local svg{width: 24px;height: 24px;fill: #fff;}
.estate-gallery .swiper-gallery .img img{aspect-ratio: 5/3;}
.estate-gallery .swiper-thumb{padding: 10px 0;width: 40%;margin-left: 10px;}
.estate-gallery .swiper-thumb .img img{height: 80px;}
.gallery-pagination .swiper-pagination-bullet{background: #fff;}
.gallery-pagination .swiper-pagination-bullet-active{background: #fff;}
#map-popup{width: 100%;height: 100%;background: rgba(0, 0, 0, 0.8);margin: 0;padding: 50px 30px;}
#map-popup iframe{width: 100%;height: 100%;object-fit: cover;}
#map-popup .fancybox-close-small:after{color: #fff;font: 30px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;background: transparent !important;}
#map-popup .fancybox-close-small{width: 40px;height: 40px;top: 10px;}
.fancybox-container{z-index: 100000;}
.fancybox-is-open .fancybox-bg{opacity: 1;}
.fancybox-show-thumbs .fancybox-inner{height: calc(100% - 90px);}
.fancybox-show-thumbs .fancybox-inner{right: 0;}
.fancybox-thumbs{top: auto;width: 100%;height: 90px;background: transparent;}
.fancybox-thumbs > ul{text-align: center;}
.fancybox-thumbs > ul > li{float: none;display: inline-block;border-radius: 5px;}
.fancybox-thumbs > ul > li:before{opacity: 1;border: 2px solid #fff;}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before{border-color: #a96b11;}
.estate-body{padding: 20px 0 60px;}
.estate-bread{padding-top: 20px;}
.estate-bread .breadcrumbs{margin-bottom: 0;}
.estate-notice{border-top: 1px solid #ededed;padding: 30px 0;}
.estate-top{display: flex;align-items: flex-start;gap: 20px;}
.estate-body .col-content{width: calc(100% - 360px);display: flex;flex-direction: column;gap: 50px;}
.estate-body .col-content .pagination{margin-top: 0;}
.estate-body .col-sidebar{width: 360px;}
.estate-top .left{width: calc(100% - 280px);display: flex;flex-direction: column;gap: 20px;}
.estate-top .right{width: 260px;display: flex;flex-direction: column;gap: 10px;text-align: right;}
.estate-top .title{font-weight: bold;font-size: 32px;margin-bottom: 0;color: #333;}
.estate-top .address .value img{object-fit: contain;max-width: 14px;max-height: 14px;margin-right: 8px;position: relative;top: -2px;}
.estate-top .address .map{margin-left: 12px;font-weight: 500;color: #007AFF;text-decoration: underline;}
.estate-top .info{list-style: none;margin-bottom: 0;display: flex;flex-wrap: wrap;column-gap: 40px;row-gap: 8px;}
.estate-top .info li{color: #888;display: flex;align-items: center;gap: 10px;}
.estate-top .info li img{object-fit: contain;max-width: 20px;max-height: 20px;}
.estate-top .status span{display: inline-flex;align-items: center;justify-content: center;padding: 0 12px;height: 28px;background: rgba(245,136,31,0.1);color:#F5881F; #F5881F;font-weight: bold;font-size: 12px;transition: all .3s;border-radius: 4px;}
.estate-top .status span:hover{background: #F5881F;color: #fff;}
.estate-top .total-price{font-weight: bold;font-size: 32px;color: #333;}
.estate-top .unit-price{display: flex;align-items: center;flex-wrap: wrap;column-gap: 20px;row-gap: 5px;color: #888;justify-content: flex-end;}
.estate-video{width: 100%;aspect-ratio: 16/9;overflow: hidden;border-radius: 10px;}
.estate-video iframe{width: 100%;height: 100%;}
.estate-title{font-weight: 600;text-transform: uppercase;letter-spacing: 1px;font-size: 18px;padding-bottom: 20px;margin-bottom: 20px;position: relative;color: #333;}
.estate-title:after{content: "";display: block;width: 90px;height: 1.5px;background: #a96b11;position: absolute;left: 0;bottom: 8px;}
.estate-location .local{list-style: none;display: flex;flex-wrap: wrap;gap: 20px;margin-bottom: 0;}
.estate-location .local li{width: calc((100% - 40px) / 3);display: flex;align-items: center;}
.estate-location .local li .name{display: block;min-width: 105px;white-space: nowrap;padding-right: 10px;}
.estate-location .local li .value{max-width: calc(100% - 105px);display: block;}
.estate-location .map{margin-top: 30px;overflow: hidden;width: 100%;height: 400px;border-radius: 10px;}
.estate-location .map iframe{width: 100%;height: 100%;object-fit: cover;}
.estate-feature .list{list-style: none;margin-bottom: 0;-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;}
.estate-feature .list li{margin-bottom: 20px;display: flex;align-items: center;}
.estate-feature .list li .name{display: block;min-width: 140px;white-space: nowrap;padding-right: 10px;}
.estate-feature .list li .value{max-width: calc(100% - 140px);display: block;}
.estate-register a{box-shadow: 0px 4px 10px rgba(51,51,51,0.15);border-radius: 30px;color: #fff;background: #a96b11;padding: 0 20px;display: flex;justify-content: center;align-items: center;text-align: center;height: 48px;font-weight: bold;text-transform: uppercase;letter-spacing: 1px;gap: 8px;}
.estate-register a svg{width: 16px;height: 16px;fill: #fff;position: relative;top: -1px;}
.taxonomy-body{padding: 60px 0;}
.taxonomy-body .col-content{width: calc(100% - 360px);display: flex;flex-direction: column;gap: 50px;}
.taxonomy-body .col-content .pagination{margin-top: 0;}
.taxonomy-body .col-sidebar{width: 360px;}
.icon-filter{display: none;}
.estate-filter{border: 1px solid #AAAAAA;border-radius: 10px;padding: 20px;}
.estate-filter .icon-close{display: none;}
.estate-sidebar{display: flex;flex-direction: column;gap: 30px;}
.estate-filter .searchandfilter>ul>li{padding: 0 0 20px !important;margin: 0 0 30px !important;border-bottom: 1px solid #AAAAAA;}
.estate-filter .searchandfilter>ul>li:last-child{padding: 0 !important;margin: 0 !important;border-bottom: 0;}
.estate-filter .searchandfilter h4{font-size: 18px;font-weight: bold;padding: 0 0 15px;}
.estate-filter .searchandfilter ul li li{position: relative;padding-left: 30px;}
.estate-filter .searchandfilter ul li li:not(:last-child){margin-bottom: 5px;}
.estate-filter .searchandfilter ul li li label{padding-left: 0 !important;display: flex;align-items: center;justify-content: space-between;}
.estate-filter .searchandfilter ul li li input[type="checkbox"]{position: absolute;left: 0;top: 6px;width: 18px;height: 18px;}
.estate-filter .searchandfilter ul li li ul.children{display: none;padding-top: 10px;}
.estate-filter .searchandfilter ul li li.parent svg{position: absolute;cursor: pointer;width: 20px;height: 20px;padding: 3px;left: 100%;top: 6px;}
.estate-filter .searchandfilter ul li li.parent.re-arrow svg{transform: rotate(180deg);}
.estate-filter .search{margin-bottom: 30px;}
.estate-filter .search form{position: relative;}
.estate-filter .search input[type="text"]{padding: 0 30px 0 0;height: 40px;line-height: 39px;border: none;border-bottom: 1px solid #AAAAAA;color: #656565;text-transform: none;background: transparent;}
.estate-filter .search input[type="text"]::-webkit-input-placeholder{color: #656565;}
.estate-filter .search input[type="submit"]{width: 30px;height: 39px;position: absolute;top: 0;right: 0;border: none;background-color: transparent;background-image: url(images/icon-search.png);background-size: 20px;background-repeat: no-repeat;background-position: center;font-size: 0;min-width: inherit;padding: 0;}
.item-estate{height: 100%;display: flex;flex-direction: column;border-radius: 16px;box-shadow: 0px 4px 10px rgba(51,51,51,0.15);background: #fff;position: relative;}
.item-estate.best:after{content: "";display: block;width: 80px;height: 80px;position: absolute;top: -8px;right: -8px;z-index: 2;background-image: url(images/tag-hot.png);background-size: contain;background-repeat: no-repeat;background-position: right center;}
.item-estate.best:before{content: "HOT";letter-spacing: 2px;color: #fff;text-transform: uppercase;font-size: 14px;transform: rotate(45deg);position: absolute;top: 13px;right: -17px;font-weight: 600;z-index: 3;width: 80px;height: 24px;display: flex;align-items: center;justify-content: center;}
.item-estate .img{overflow: hidden;aspect-ratio: 8/5;border-radius: 16px 16px 0 0;}
.item-estate .img img{height: 100%;}
.item-estate .box{flex: 1;height: 100%;padding: 15px 20px 20px;display: flex;flex-direction: column;gap: 10px;}
.item-estate .box .name{font-size: 16px;font-weight: 600;margin-bottom: 0;overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.item-estate .box .address{color: #888;}
.item-estate .box .price{color: #888;}
.item-estate .box .price span{font-weight: bold;font-size: 18px;color: #333;}
.item-estate .box .info{list-style: none;margin-bottom: 0;display: flex;justify-content: space-between;column-gap: 10px;row-gap: 5px;}
.item-estate .box .info li{display: inline-flex;align-items: center;gap: 5px;}
.item-estate .box .info li img{object-fit: contain;max-width: 20px;max-height: 20px;}

/* Room */
body.single-phong-ghep #header{position: relative;background: #fff;border-bottom: solid 1px #b57e3c;}
body.single-phong-ghep #header .menu>li>a{color: #a96b11;}
body.single-phong-ghep #header .menu>li>svg{fill: #a96b11;}
body.single-phong-ghep #header .menu>li:hover>a{color: #886d48;}
body.single-phong-ghep #header .menu>li:hover>svg{fill: #886d48;}
body.single-phong-ghep #header .menu ul{background: #fff;}
body.single-phong-ghep #header .menu ul li>a{color: #a96b11;}
body.single-phong-ghep #header .menu ul li:hover>a{color: #886d48;}
.taxonomy-notice{font-weight: 600;color: #000;margin-bottom: 20px;margin-top: -20px;padding-left: 30px;position: relative;}
.taxonomy-notice svg{position: absolute;width: 20px;height: 20px;left: 0;top: 1px;fill: #a96b11;}
.room-body{padding: 20px 0 60px;}
.room-body .breadcrumbs{margin-bottom: 20px;}
.room-gallery .grid .item{float: left;width: 25%;border: 2px solid #fff;border-radius: 5px;overflow: hidden;aspect-ratio: 5/3;}
.room-gallery .grid .item img{width: 100%;height: 100%;object-fit: cover;}
.room-gallery .grid .item:first-child{width: 50%;}
.room-gallery .grid .item.hidd{display: none;}
.room-gallery .grid a{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 2;opacity: 0;visibility: hidden;}
.room-gallery .grid a.first{opacity: 1;visibility: visible;}
.room-thumb{aspect-ratio: 3/1;overflow: hidden;border-radius: 5px;}
.room-thumb img{width: 100%;height: 100%;object-fit: cover;}
.room-tabs{background: #fff;height: 56px;}
body.end-banner .room-tabs .tabs{position: fixed;top: 90px;left: 10%;width: 80%;z-index: 990;}
.room-tabs .tabs{list-style: none;margin-bottom: 0;padding: 0 40px;display: flex;column-gap: 80px;justify-content: center;background: #fff;border-bottom: 1px solid rgb(243, 238, 232);}
.room-tabs .tabs li a{display: flex;align-items: center;height: 55px;position: relative;font-size: 16px;font-weight: 500;}
.room-tabs .tabs li a:after{content: "";display: block;width: 100%;height: 4px;background: transparent;position: absolute;bottom: 0;left: 0;}
.room-tabs .tabs li a.active{font-weight: bold;}
.room-tabs .tabs li a.active:after{background: #a96b11;}
.room-overview{background: #fff;padding: 40px 30px;display: flex;flex-wrap: wrap;gap: 30px;}
.room-overview .left{width: calc(100% - 430px);display: flex;flex-direction: column;gap: 20px;}
.room-overview .right{width: 400px;display: flex;flex-direction: column;gap: 10px;}
.room-overview .title{font-weight: bold;margin-bottom: 0;color: #333;font-size: 36px;}
.room-overview .amenity{display: flex;flex-direction: column;}
.room-overview .amenity .capt{color: #333;font-weight: 600;font-size: 20px;}
.room-overview .amenity .list{list-style: none;margin-bottom: 0;display: flex;flex-wrap: wrap;gap: 20px;}
.room-overview .amenity .list li{width: calc((100% - 40px) / 3);display: flex;align-items: center;gap: 8px;}
.room-overview .amenity .list li img{object-fit: contain;max-height: 24px;max-width: 24px;flex: 0 0 24px;}
.room-overview .map{overflow: hidden;border-radius: 5px;height: 200px;}
.room-overview .map iframe{width: 100%;height: 100%;object-fit: cover;}
.room-overview .address{color: #58595b;}
.room-overview .area{padding-top: 5px;display: flex;flex-direction: column;gap: 10px;}
.room-overview .area .capt{font-size: 17px;font-weight: 600;color: #333;}
.room-overview .area .list{list-style: none;font-weight: 500;display: flex;flex-direction: column;gap: 10px;margin-bottom: 0;}
.room-overview .area .list li{display: flex;align-items: flex-start;justify-content: space-between;gap: 10px;}
.room-overview .area .list span{display: block;}
.room-overview .view-detail{padding-top: 5px;}
.view-detail a{font-weight: 500;text-decoration: underline;color: #a96b11;display: inline-flex;align-items: center;gap: 5px;}
.view-detail a svg{width: 13px;height: 13px;fill: #a96b11;}
.room-list{margin-top: 40px;}
.item-roomlist{background: #fff;height: 100%;display: flex;flex-direction: column;overflow: hidden;border-radius: 10px;border: none;width: 100%;text-align: left;box-shadow: rgba(16, 25, 40, 0.05) 0px 5px 13px -5px;transition: all .3s;}
.item-roomlist:hover{box-shadow: rgba(16, 25, 40, 0.07) 0px 10px 18px -2px;}
.item-roomlist .name{font-size: 18px;font-weight: 600;margin-bottom: 0;padding: 15px 20px;}
.item-roomlist .info{list-style: none;margin-bottom: 0;display: flex;justify-content: space-between;flex-wrap: wrap;padding: 0 20px 15px;}
.item-roomlist .info li{display: inline-flex;align-items: center;gap: 8px;font-weight: 500;white-space: nowrap;padding-right: 10px;}
.item-roomlist .info li img{max-width: 20px;max-height: 20px;object-fit: contain;flex: 0 0 20px;}
.item-roomlist .gallery .img{overflow: hidden;height: 220px;}
.item-roomlist .gallery .img img{height: 100%;}
.roomlist-pagination .swiper-pagination-bullet{width: 5px;height: 5px;background: #fff;margin: 0 2px !important;}
.roomlist-prev,.roomlist-next{border-radius: 50%;background: rgba(0, 0, 0, 0.3);opacity: 0;transition: all .2s;}
.swiper-roomlist:hover .roomlist-prev,.swiper-roomlist:hover .roomlist-next{opacity: 1;}
.roomlist-prev svg,.roomlist-next svg{fill: #fff;width: 16px;height: 16px;}
.item-roomlist .feature{padding: 20px;border-bottom: 1px solid #e5e7eb;}
.item-roomlist .feature .list{list-style: none;margin-bottom: 0;display: flex;flex-wrap: wrap;flex-direction: column;gap: 10px;}
.item-roomlist .feature .list li{display: inline-flex;align-items: center;gap: 8px;font-weight: 500;white-space: nowrap;}
.item-roomlist .feature .list li img{max-width: 20px;max-height: 20px;object-fit: contain;flex: 0 0 20px;}
.item-roomlist .price{padding: 20px;margin-top: auto;gap: 10px;}
.item-roomlist .price .right{display: flex;flex-direction: column;gap: 5px;width: 130px;}
.item-roomlist .price .right .quantity{font-size: 12px;font-weight: 500;color: #a96b11;text-align: center;}
.item-roomlist .price .right .book{display: flex;align-items: center;justify-content: center;padding: 0 10px;color: #fff;font-weight: 500;height: 42px;border-radius: 30px;background: #a96b11;}
.item-roomlist .price .left{width: calc(100% - 140px);display: flex;flex-direction: column;}
.item-roomlist .price .left .total{font-size: 20px;font-weight: 600;color: #a96b11;}
.item-roomlist .price .left .unit{font-size: 12px;}
.item-roomlist .price .out-stock{display: flex;align-items: center;justify-content: center;gap: 8px;font-weight: 600;height: 36px;color: #a96b11;border: 1px solid #a96b11;border-radius: 8px;background: #a96b113b;padding: 0 10px;width: 100%;white-space: nowrap;}
.item-roomlist .price .out-stock svg{width: 14px;height: 14px;fill: #a96b11;position: relative;top: -1px;}
.room-local{background: #fff;padding: 30px;margin-top: 40px;}
.room-local .title{font-size: 24px;font-weight: 600;margin-bottom: 20px;color: #333;}
.room-local .text{font-weight: 500;margin-bottom: 10px;}
.room-local .local{display: flex;flex-direction: column;gap: 15px;}
.room-local .local .capt{display: flex;align-items: center;gap: 8px;color: #333;font-size: 16px;font-weight: 600;}
.room-local .local .capt svg{width: 16px;height: 16px;}
.room-local .local .list{list-style: none;display: flex;flex-wrap: wrap;row-gap: 12px;column-gap: 30px;font-weight: 500;margin-bottom: 0;}
.room-local .local .list li{display: flex;align-items: flex-start;justify-content: space-between;gap: 10px;width: calc(50% - 15px);}
.room-local .local .list li span{display: block;}
.list-room{display: flex;flex-direction: column;gap: 30px;}
.item-room{border-radius: 12px;border: 1px solid rgb(236, 236, 236);background: #fff;box-shadow: rgba(40, 23, 16, 0.02) 0px 2px 6px -2px;display: flex;flex-wrap: wrap;position: relative;}
.item-room.best:after{content: "";display: block;width: 80px;height: 80px;position: absolute;top: -8px;right: -8px;z-index: 2;background-image: url(images/tag-hot.png);background-size: contain;background-repeat: no-repeat;background-position: right center;}
.item-room.best:before{content: "HOT";letter-spacing: 2px;color: #fff;text-transform: uppercase;font-size: 14px;transform: rotate(45deg);position: absolute;top: 13px;right: -17px;font-weight: 600;z-index: 3;width: 80px;height: 24px;display: flex;align-items: center;justify-content: center;}
.item-room .gallery{width: 330px;min-height: 220px;border-radius: 12px 0 0 12px;overflow: hidden;}
.item-room .gallery .swiper{height: 100%;}
.item-room .gallery .swiper-wrapper{height: 100%;}
.item-room .gallery .swiper-slide{height: auto;}
.item-room .gallery .img{height: 100%;position: relative;}
.item-room .gallery .img img{position: absolute;height: 100%;top: 0;left: 0;}
.item-room .gallery .roomlist-pagination{text-align: right;padding-right: 10px;}
.item-room .info{width: calc(100% - 530px);padding: 20px;display: flex;flex-direction: column;gap: 10px;}
.item-room .info .area{display: flex;flex-wrap: wrap;column-gap: 8px;row-gap: 4px;}
.item-room .info .area span{display: inline-flex;align-items: center;padding: 0 10px;border-radius: 20px;background: rgb(236, 248, 255);height: 25px;font-size: 12px;color: #0148d2;font-weight: 500;}
.item-room .info .name{text-transform: uppercase;font-size: 18px;font-weight: 600;margin-bottom: 0;}
.item-room .info .address{font-weight: 500;}
.item-room .info .purpose{font-weight: 500;font-size: 13px;color: #1a8c5e;display: flex;align-items: center;flex-wrap: wrap;column-gap: 6px;}
.item-room .info .purpose span{display: inline-flex;align-items: center;gap: 4px;}
.item-room .info .purpose span.capt{text-transform: uppercase;}
.item-room .info .purpose span svg{position: relative;top: -1px;}
.item-room .info .desc{overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.item-room .price{width: 200px;padding: 20px;border-left: 1px solid rgb(236, 236, 236);display: flex;flex-direction: column;justify-content: flex-end;align-items: flex-end;}
.item-room .price .capt{color: #333;text-transform: uppercase;font-weight: 500;}
.item-room .price .total{font-size: 20px;font-weight: 600;color: #a96b11;}
.item-room .price .unit{color: #333;font-weight: 500;}
.item-room .price .link{margin-top: 15px;}
.item-room .price .link a{display: flex;align-items: center;justify-content: center;padding: 0 10px;color: #fff;font-weight: 500;height: 38px;border-radius: 30px;background: #a96b11;width: 130px;}


/* Home */
.home-banner{aspect-ratio: 16/9;overflow: hidden;background-color: #333;}
.home-banner .background{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.home-banner .background:after{content: "";display: block;width: 100%;height: 100%;background: rgba(0, 0, 0, .2);;position: absolute;top: 0;left: 0;}
.home-banner .video{overflow: hidden;width: 100%;height: 100%;position: relative;z-index: 2;}
.home-banner .video video{width: 100%;height: 100%;object-fit: cover;}
.home-banner .inner{position: absolute;top: 50%;transform: translateY(-50%);width: 100%;padding: 0 10%;z-index: 3;}
.home-banner .inner .logo{opacity: 0;transition: all 1s cubic-bezier(0, 0.15, 0, 1);-webkit-transition-delay: 1.3s !important;
    -o-transition-delay: 1.3s !important;
    transition-delay: 1.3s !important;transform: translateY(-50px);}
.home-banner.loaded .inner .logo{opacity: 1;-webkit-transform: translate(0, 0) scale3d(1, 1, 1);
    transform: translate(0, 0) scale3d(1, 1, 1);}
.home-banner .inner .logo img{object-fit: contain;max-height: 250px;min-width: 160px;}
.home-banner .inner .title{margin-bottom: 24px;text-transform: uppercase;font-weight: bold;color: #fff;font-size: 32px;letter-spacing: 10px;margin-top: 5px;}
.home-banner .inner .button{transition: all 1s cubic-bezier(0, 0.15, 0, 1);transform: translateY(100px);-webkit-transition-delay: 1.3s !important;
    -o-transition-delay: 1.3s !important;
    transition-delay: 1.3s !important;opacity: 0;}
.home-banner.loaded .inner .button{opacity: 1;-webkit-transform: translate(0, 0) scale3d(1, 1, 1);
    transform: translate(0, 0) scale3d(1, 1, 1);}
.home-banner .inner .button a{display: inline-flex;align-items: center;justify-content: center;padding: 0 20px;height: 37px;border: 1px solid #fff;color: #fff;font-size: 12px;font-weight: 500;min-width: 150px;}
.home-banner .inner .button a:hover{background: #b97e3f;border-color: #b97e3f;}
.home-banner .inner .scroll-down{margin-top: 20px;display: flex;align-items: center;justify-content: center;transition: all 1s cubic-bezier(0, 0.15, 0, 1);transform: translateY(100px);-webkit-transition-delay: 1.6s !important;
    -o-transition-delay: 1.6s !important;
    transition-delay: 1.6s !important;opacity: 0;}
.home-banner.loaded .inner .scroll-down{opacity: 1;-webkit-transform: translate(0, 0) scale3d(1, 1, 1);
    transform: translate(0, 0) scale3d(1, 1, 1);}
.home-banner .inner .scroll-down a{display: flex;flex-direction: column;font-size: 12px;font-weight: 500;gap: 6px;color: #fff;}
.home-banner .inner .scroll-down a img{object-fit: contain;max-height: 28px;}
.myModal {position: fixed;top: 0;bottom: 0;left: 0;right: 0;background-color: rgba(0, 0, 0, 0.5);z-index: 0;visibility: hidden;opacity: 0;z-index: -1;overflow-y: auto;-webkit-overflow-scrolling: touch; }
.myModal .btnModal.overlay {position: absolute;top: 0;bottom: 0;left: 0;right: 0;background: transparent;}
.myModal .middle {-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);top: 50%;left: 50%;position: absolute;margin: 0 auto;width: 70%;z-index: 2;}
.myModal .contentModal {position: relative;background: transparent;border-radius: 0;box-shadow: none;padding: 15px; }
.myModal .btn-close {position: absolute;top: 0;right: 0;border: none;color: #fff;padding: 0; width: 30px;height: 30px;text-align: center;font-size: 0;z-index: 100;border-radius: 50%;cursor: pointer;display: flex;align-items: center;justify-content: center;background-color: #a96b11;background-image: url(images/close.png);background-size: 20px;background-repeat: no-repeat;background-position: center;opacity: 1;}
.active.myModal {visibility: visible;opacity: 1;z-index: 9999999;}
.myModal .video{width: 100%;aspect-ratio: 16/9;overflow: hidden;border-radius: 3px;border: 2px solid #a96b11;}
.myModal .video video{width: 100%;height: 100%;object-fit: cover;}
.home-about .inner{position: absolute;top: 0;left: 50%;transform: translateX(-50%);width: 885px;max-width: 100%;padding: 50px 15px;}
.home-about .inner .title{text-transform: uppercase;color: #a96b11;margin-bottom: 20px;font-size: 22px;}
.home-about .inner .title span{display: block;font-weight: 600;font-size: 36px;line-height: 1.4;}
.home-about .inner .content-post{text-align: center;}
.home-about .inner .content-post p,.home-about .inner .content-post ul,.home-about .inner .content-post ol,.home-about .inner .content-post table,.home-about .inner .content-post blockquote,.home-about .inner .content-post h1,.home-about .inner .content-post h2,.home-about .inner .content-post h3,.home-about .inner .content-post h4,.home-about .inner .content-post h5,.home-about .inner .content-post h6{margin-bottom: 8px;}
.home-about .img img{min-height: 100%;}
.home-project{padding: 80px 0;}
.home-project .block{padding: 25px;display: flex;justify-content: center;flex-direction: column;align-items: center;position: relative;}
.home-project .block img.line{max-height: 100px;object-fit: contain;max-width: 70%;}
.home-project .block .inner{height: 60vh;overflow: hidden;width: 100%;position: relative;z-index: 2;}
.home-project .block .inner .background{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.home-project .block .inner .box{position: absolute;z-index: 2;width: 100%;bottom: 50px;}
.home-project .block .inner .box .title{letter-spacing: 8px;text-transform: uppercase;font-weight: bold;font-size: 28px;padding-bottom: 15px;margin-bottom: 115px;border-bottom: solid 1px #CB9552;text-transform: uppercase;color: #fff;}
.home-project .block .inner .box .link a{display: inline-flex;align-items: center;gap: 10px;color: #fff;text-transform: uppercase;font-size: 13px;}
.home-project .block .inner .box .link a svg{fill: #fff;width: 14px;height: 14px;transition: all .3s;position: relative;top: -1px;}
.home-project .block .inner .box .link a:hover{color: #a96b11;}
.home-project .block .inner .box .link a:hover svg{fill: #a96b11;}
.home-project .block:after{content: "";display: block;border: 1px solid #a96b11;position: absolute;bottom: 0;left: 0;right: 0;top: 50%;}
.home-news{padding: 80px 0;}
.home-news .row{--bs-gutter-x: 60px;}
.home-news .tab-news{position: relative;margin: 0 100px 100px 0;}
.home-news .tab-news .tRes_54{aspect-ratio: 20/11;display: block;overflow: hidden;position: relative;}
.home-news .tab-news .item{position: absolute;width: 100%;border: 3px solid #fff;}
.home-news .tab-news .item-1{top: 0;right: 0;z-index: 3;}
.home-news .tab-news .item-2{top: 50px;right: -50px;z-index: 2;}
.home-news .tab-news .item-3{top: 100px;right: -100px;z-index: 1;}
.home-news .tab-news .item .hidden{display: none;}
.home-news .sync-info-new .title{text-transform: uppercase;font-weight: bold;font-size: 36px;color: #a96b11;margin-bottom: 30px;}
.home-news .sync-info-new .title a{color: #a96b11;}
.home-news .sync-info-new .name{font-weight: bold;font-size: 16px;text-transform: uppercase;margin-bottom: 30px;}
.home-news .sync-info-new .desc{text-align: justify;margin-bottom: 20px;overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4;}
.home-news .sync-info-new .readmore a{display: inline-flex;align-items: center;gap: 10px;text-transform: uppercase;color: #a96b11;font-size: 13px;white-space: nowrap;}
.home-news .sync-info-new .readmore a svg{fill: #a96b11;;transition: all .3s;width: 14px;height: 14px;position: relative;top: -1px;}
.home-news .sync-info-new .readmore a:hover{color: #886d48;}
.home-news .sync-info-new .readmore a:hover svg{fill: #886d48;margin-left: 6px;}
.home-partner{padding: 80px 0;}
.home-partner .container{max-width: 60%;--bs-gutter-x: 30px;}
.home-partner .title{text-transform: uppercase;font-weight: bold;font-size: 50px;color: #A96B11;margin-bottom: 50px;}
.home-partner .logo{display: flex;align-items: center;justify-content: center;padding: 0 30px;height: 100px;}
.home-partner .logo img{object-fit: contain;max-height: 100%;}
.partner-prev{left: -30px;}
.partner-next{right: -30px;}


@media (max-width: 1399px) {
.recruit-policy .item .inner .text{font-size: 16px;}
.recruit-video .inner .text{font-size: 16px;}
.estate-gallery .swiper-thumb .img img{height: 60px;}
.estate-gallery .pop-local{width: 60px;height: 60px;font-size: 12px;border-radius: 12px;}
.estate-gallery .pop-local svg{width: 20px;height: 20px;}
.estate-body .col-sidebar{width: 330px;}
.estate-body .col-content{width: calc(100% - 330px);gap: 40px;}
.estate-register a{letter-spacing: 0.5px;padding: 0 15px;gap: 6px;}
.estate-top .right{width: 220px;}
.estate-top .total-price{font-size: 24px;}
.estate-top .title{font-size: 24px;}
.estate-top .left{width: calc(100% - 240px);gap: 15px;}
.estate-top .info{column-gap: 20px;row-gap: 6px;}
.estate-top .info li{gap: 6px;}
.estate-title{letter-spacing: 0.5px;padding-bottom: 16px;margin-bottom: 16px;}
.taxonomy-body .col-sidebar{width: 330px;}
.taxonomy-body .col-content{width: calc(100% - 330px);gap: 40px;}
.item-estate .box .price span{font-size: 16px;}
.item-estate .box .name{font-size: 15px;}
.room-overview .title{font-size: 28px;}
.item-roomlist .name{font-size: 16px;}
.room-local .title{font-size: 20px;}
.item-room .price{width: 180px;}
.item-room .gallery{width: 300px;}
.item-room .info{width: calc(100% - 480px);}

}
@media (max-width: 1199px) {
#header .logo img{max-height: 60px;}
#header .menu > li > a{height: 80px;}
.contact-body .tab-title > li{width: 50%;}
#footer .container{max-width: 960px;}
.footer-main .widget-title{font-size: 13px;}
.page-body{padding: 60px 0;}
.page-title{font-size: 26px;margin-bottom: 25px;}
.single-related .item a{font-size: 15px;}
.single-related .item a svg{width: 15px;height: 15px;}
.contact-body .tab-title{margin: -15px -15px 50px;}
.page-banner .inner .title{font-size: 48px;}
.page-banner .inner .mall-title{font-size: 40px;margin-bottom: 0;}
.expert-banner{padding: 0 10% 3%;}
.expert-banner .title{font-size: 40px;}
.page-content{padding: 0;}
.expert-body .sec1{padding: 60px 0;}
.expert-title{font-size: 20px;margin-bottom: 30px;}
.expert-body{font-size: 14px;}
.expert-body .sec1 .capt{font-size: 18px;}
.expert-body .sec1 .col-left .img{width: 100%;}
.expert-body .sec2{padding: 60px 0;}
.expert-body .sec3{padding: 40px 0;}
.expert-body .sec3 .block:not(:last-child){padding-bottom: 40px;}
.expert-body .sec3 .img{padding-right: 0;}
.expert-body .sec3 .block:nth-child(2n) .img{padding-left: 0;}
.expert-body .sec3 .inner{padding: 30px;}
.expert-body .sec3 .title{font-size: 24px;}
.expert-body .sec3 .title:after{margin: 20px 0;}
.expert-body .sec4{padding: 60px 0;}
.expert-body .sec4 .img{padding-left: 0;}
.expert-body .sec5 .inner{padding: 60px 30px 30px calc(50% - 465px);}
.expert-body .sec5 .inner .desc{margin-bottom: 20px;}
.expert-body .sec5 .inner .col-item{padding: 15px;}
.expert-body .sec5 .inner .item .divider{margin: 15px 0;}
.expert-body .sec6{padding: 60px 0;}
.expert-body .sec6 .list{gap: 0;}
.expert-body .sec6 .list .item{padding: 15px;gap: 15px;}
.project-body .sec1{padding: 60px 0;}
.project-title{padding-bottom: 15px;margin-bottom: 30px;}
.project-title .title{font-size: 24px;}
.item-project .name{font-size: 20px;}
.item-project{gap: 20px;padding-bottom: 0;}
.item-project .buttons{padding-top: 20px;gap: 10px;}
.item-project .buttons a{height: 42px;padding: 0 15px;}
.project-body .sec2 .block{padding: 40px 0;}
.project-body .sec2 .block .title{padding-bottom: 5px;margin-bottom: 20px;font-size: 26px;}
.project-body .sec2 .block .inner .top{padding-bottom: 15px;margin-bottom: 20px;}
.project-body .sec2 .block .inner .top .name{font-size: 24px;}
.project-body .sec2 .block .inner .address .value{font-size: 14px;}
.project-body .sec2 .block .inner .buttons a{height: 42px;padding: 0 15px;}
.project-body .sec3 .section{padding: 60px 0;}
.item-project.ver2 .info{padding: 15px 20px;gap: 20px;}
.item-project.ver2 .buttons{padding-top: 20px;}
.taxonomy-recruit{padding: 40px 0 60px;}
.recruit-filter .searchandfilter > ul{padding-bottom: 10px;}
.recruit-filter .searchandfilter > ul > li:first-child > ul > li{background-size: 22px;margin: 15px;}
.recruit-filter .searchandfilter > ul > li:first-child > ul > li label{font-size: 18px;}
.list-recruit{margin-top: 50px;}
.list-recruit .col-item{width: 50%;}
.item-recruit{padding: 20px;}
.recruit-policy{margin-top: 50px;}
.recruit-policy .title{font-size: 22px;}
.recruit-policy .item .inner .icon{margin-bottom: 0;}
.recruit-policy .item .inner .name{font-size: 16px;}
.recruit-policy .item .inner .text{font-size: 14px;}
.recruit-video{margin-top: 50px;padding: 30px;}
.recruit-video .inner{gap: 20px;}
.recruit-video .inner .title{font-size: 22px;}
.recruit-video .inner .text{font-size: 14px;}
.recruit-body{padding: 60px 0;}
.recruit-title{font-size: 22px;margin-bottom: 20px;}
.recruit-content{padding: 30px;margin-top: 0;}
.recruit-apply{margin: 40px auto 0;width: 100%;}
.item-news .info{padding: 20px;}
.item-news .info .link a{font-size: 14px;}
.pagination ul li span, .pagination ul li a{font-size: 16px;width: 52px;height: 52px;}
.estate-body .col-sidebar{width: 300px;}
.estate-body .col-content{width: calc(100% - 300px);}
.estate-register a{height: 42px;letter-spacing: 0;font-size: 13px;}
.estate-filter{padding: 15px;}
.estate-filter .searchandfilter h4{font-size: 16px;}
.estate-filter .searchandfilter ul li li:not(:last-child){margin-bottom: 0;}
.estate-filter .searchandfilter > ul > li{margin: 0 0 20px !important;}
.estate-top{flex-wrap: wrap;}
.estate-top .left{width: 100%;}
.estate-top .right{width: 100%;text-align: left;}
.estate-top .unit-price{justify-content: flex-start;}
.estate-location .local li{width: calc(50% - 10px);}
.taxonomy-body .col-sidebar{width: 300px;}
.taxonomy-body .col-content{width: calc(100% - 300px);}
.list-estate .col-item{width: 50%;}
.item-room .price .total{font-size: 18px;}
.item-room .price{padding: 15px;width: 100%;border-left: 0;border-top: 1px solid rgb(236, 236, 236);position: relative;align-items: flex-start;}
.item-room .info{width: calc(100% - 300px);}
.item-room .price .link{position: absolute;bottom: 15px;right: 15px;margin-top: 0;}
.item-room .info{padding: 15px;}
.item-room .info .name{font-size: 16px;}
.room-tabs{height: 46px;}
.room-tabs .tabs li a{height: 45px;font-size: 14px;}
body.end-banner .room-tabs .tabs{top: 80px;}
.room-overview{padding: 30px;}
.room-overview .left{width: 100%;}
.room-overview .title{font-size: 24px;}
.room-overview .right{width: 100%;}
.room-overview .map{max-width: 400px;}
.list-roomlist .col-item{width: 50%;}
.room-local .col-item{width: 100%;}
.home-project{padding: 60px 0;}
.home-project .block img.line{max-height: 80px;}
.home-news{padding: 60px 0;}
.home-partner{padding: 60px 0;}
.home-partner .title{font-size: 40px;margin-bottom: 30px;}
.home-partner .container{max-width: 960px;}

}
@media (max-width: 991px) {
html {
	overflow-y: scroll;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
body {
	overflow-y: visible;
	position: relative;
}
html, body {
	overflow-x: hidden;
	margin: 0;
}
#main{overflow: hidden;}
.backtop a{width: 44px;height: 44px;}
.backtop a img{max-width: 24px;max-height: 24px;}
.backtop a{width: 44px;height: 44px;}
.backtop a img{max-width: 24px;max-height: 24px;}
#header .col-logo{width: 130x;}
#header .logo a{height: 60px;}
#header .logo img{max-height: 48px;}
#header .col-menu{display: none;}
#header .col-touch{display: block;width: 66px;margin-left: auto;}
#touch-menu{width: 100%;aspect-ratio: 1/1; cursor: pointer;background-image: url(images/touch.png);background-size: 24px;background-repeat: no-repeat;background-position: center;-webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);}
body.end-banner #touch-menu{-webkit-filter: none;
    filter: none;}
body.single-mua-ban-cho-thue #touch-menu{-webkit-filter: none;
    filter: none;}
body.single-phong-ghep #touch-menu{-webkit-filter: none;
    filter: none;}
.line-dark{opacity: 0;transition: all .5s;visibility: hidden;width: 100%;height: 100%;position: fixed;top: 0;left: 0;background-color: rgba(0,0,0,.6);z-index: 999}
body.active-menu .line-dark{opacity: 1;visibility: visible;cursor: url(images/close.png) 20 20,default;}
#menu-mobile{display: block;transition: all .5s; background: #fff;z-index: 9999;position: fixed;width: 300px;height: 100%;top: 0;left: -300px;opacity: 0;visibility: hidden;padding-top: 40px;}
body.active-menu #menu-mobile{opacity: 1;visibility: visible;left: 0;}
#menu-mobile .close{width: 24px;height: 24px;cursor: pointer;background-image: url(images/close-menu.png);background-size: 18px;background-repeat: no-repeat;background-position: center;position: absolute;top: 12px;right: 12px;}
#menu-mobile ul{list-style: none;margin-bottom: 0;}
#menu-mobile .menu{height: 100%;overflow-y: auto;padding: 15px 10px 10px 20px;}
#menu-mobile .menu ul{display: none;padding-left: 20px;}
#menu-mobile .menu li{position: relative;}
#menu-mobile .menu li>a{display: flex;align-items: center;min-height: 36px;}
#menu-mobile .menu li>svg{width: 24px;height: 24px;cursor: pointer;padding: 6px;position: absolute;right: 0;top: 6px;}
#menu-mobile .menu li.re-arrouw>svg{transform: rotate(180deg);}

.sticky{position: unset;top: auto;}
#footer .container{max-width: 720px;}
.footer-main{padding: 30px 0 10px;}
.footer-main .title{font-size: 20px;margin-bottom: 20px;}
.footer-main .widget{width: 50%;text-align: left !important;padding-bottom: 20px;}
.footer-bot .widget{width: 100% !important;padding-bottom: 15px;text-align: center !important;}
.page-banner{height: 300px;}
.contact-body .tab-title > li button .name{font-size: 20px;margin-bottom: 15px;}
.contact-body .tab-form .text{font-size: 16px;}
input[type="submit"]{padding: 12px 20px;min-width: 160px;}
input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="file"], input[type="number"], input[type="date"], input[type="tel"], textarea, select{padding: 12px 20px;}
.select2-container .select2-selection--single{height: 48px;}
.select2-container .select2-selection--single .select2-selection__rendered{padding-left: 20px;}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 46px;}
.select2-container--default .select2-selection--single .select2-selection__arrow{height: 46px;}
.select2-search--dropdown{padding: 10px 20px 10px 20px;}
.page-title{font-size: 24px;}
.expert-banner .background.mb{display: block;}
.expert-banner .background.pc{display: none;}
.expert-banner{padding: 0 5% 3%;}
.expert-banner .title{font-size: 36px;}
.expert-body .sec1 .col-img{margin-top: 0;}
.expert-body .sec1 .col-left .img.pc{display: none;}
.expert-body .sec1 .flex .img{width: calc(60% - 15px);}
.expert-body .sec1 .flex .img.mb{display: block;width: calc(40% - 15px);}
.expert-body .sec3 .inner{padding: 30px 0 0;}
.expert-body .sec5{flex-direction: column-reverse;}
.expert-body .sec5 .inner{width: 720px;margin: 0 auto;padding: 30px 15px;}
.expert-body .sec5 .img{width: 100%;}
.project-title{flex-wrap: wrap;}
.estate-gallery .swiper-thumb{width: 60%;}
.estate-body .col-sidebar{width: 100%;}
.estate-body .col-content{width: 100%;}
.taxonomy-body .col-sidebar{width: 100%;}
.taxonomy-body .col-content{width: 100%;}
.icon-filter{cursor: pointer;display: inline-flex;align-items: center;gap: 8px;font-weight: 600;color: #333;}
.icon-filter svg{width: 16px;height: 16px;}
.estate-filter:not(.estate-body .estate-filter){border: none;background: #fff;border-radius: 0;position: fixed;z-index: 999999;top: 0;left: 0;width: 100%;height: 100%;padding: 30px;overflow-y: auto;opacity: 0;visibility: hidden;}
.estate-filter .icon-close{display: block;width: 30px;height: 30px;position: absolute;top: 10px;right: 10px;background-image: url(images/close-menu.png);background-size: 18px;background-repeat: no-repeat;background-position: center;filter: brightness(0);
  -webkit-filter: brightness(0);cursor: pointer;}
.estate-filter.active:not(.estate-body .estate-filter.active){opacity: 1;visibility: visible;}
.taxonomy-room .container>.row{flex-direction: column-reverse;}
body.end-banner .room-tabs .tabs{top: 60px;}
body.end-banner .room-tabs .tabs{width: 690px;left: 50%;transform: translateX(-50%);}
.room-tabs .tabs{column-gap: 50px;}
.room-gallery .grid .item{aspect-ratio: 1/1;}
.room-overview .amenity .list li{width: calc(50% - 10px);}
.item-roomlist .price .right .book{height: 36px;}
.home-banner .inner .logo img{max-height: 150px;max-width: 150px;min-width: inherit;}
.home-banner .inner .title{font-size: 28px;letter-spacing: 8px;}
.home-banner{aspect-ratio: inherit;height: 750px;}
.home-about .inner{position: unset;width: 100%;background: #f8f8fa;transform: none;}
.home-about .inner .title{font-size: 20px;}
.home-about .inner .title span{font-size: 32px;}
.home-project{padding: 40px 0;}
.home-news{padding: 40px 0;}
.home-partner{padding: 40px 0;}
.home-partner .title{font-size: 32px;}
.home-partner .container{max-width: 720px;}
.home-news .sync-info-new .title{font-size: 32px;}
.home-news .row{--bs-gutter-x: 30px;}
.home-news .tab-news{margin: 0 0 80px;}
.home-news .tab-news .item{right: 50% !important;transform: translateX(50%);top: auto !important;bottom: 0;left: auto;}
.home-news .tab-news .item-2{width: 90%;bottom: -40px;}
.home-news .tab-news .item-3{width: 80%;bottom: -80px;}


}
@media(max-width:767px) {
.container-fluid{--bs-gutter-x: 30px;}
.row{--bs-gutter-x: 20px;}
#footer .container{max-width: 540px;}
.page-banner .inner .title{font-size: 36px;}
.contact-body .tab-title{margin: -10px -10px 40px;}
.contact-body .tab-title > li{padding: 10px;width: 100%;}
.contact-body .tab-title > li button{padding: 15px;}
.contact-body .tab-title > li button .name{font-size: 16px;}
.contact-body .tab-form{margin: 40px auto 0;}
.contact-body .tab-form .text{font-size: 14px;}
.form-group{margin-bottom: 20px;}
input[type="submit"]{padding: 8px 15px;min-width: 160px;}
input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="file"], input[type="number"], input[type="date"], input[type="tel"], textarea, select{padding: 8px 15px;}
.select2-container .select2-selection--single{height: 40px;}
.select2-container .select2-selection--single .select2-selection__rendered{padding-left: 15px;}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 38px;}
.select2-container--default .select2-selection--single .select2-selection__arrow{height: 38px;}
.select2-search--dropdown{padding: 10px 15px 10px 15px;}
.select2-dropdown{top: -28px;}
.page-title{font-size: 22px;}
.expert-banner .title{font-size: 32px;}
.expert-body .sec5 .inner{width: 540px;}
.estate-top .title{font-size: 22px;}
.item-room .gallery{width: 100%;border-radius: 12px 12px 0 0;}
.item-room .info{width: 100%;}
.room-gallery .grid .item{width: 50%;aspect-ratio: 5/3;}
.room-gallery .grid .item:first-child{width: 100%;}
.room-tabs .tabs{padding: 0 20px;}
body.end-banner .room-tabs .tabs{width: 510px;}
.room-overview{padding: 20px;}
.room-overview .title{font-size: 22px;}
.list-roomlist .col-item{width: 100%;}
.room-local{padding: 20px;}
.room-local .title{font-size: 18px;}
.home-banner{height: 660px;}
.home-banner .inner .title{font-size: 26px;letter-spacing: 6px;}
.sync-info-new{text-align: center;}
.home-news .sync-info-new .desc{text-align: center;}
.home-partner .logo{height: 60px;}
.home-partner .container{max-width: 540px;}
.home-banner .inner .logo{opacity: 1;transform: translateY(0);}
.home-banner .inner .button{opacity: 1;transform: translateY(0);}
.home-banner .inner .scroll-down{opacity: 1;transform: translateY(0);}
}
@media(max-width:575px) {
.expert-banner{padding: 0 15px 20px;}
.expert-banner .title{font-size: 28px;}
.list-estate .col-item{width: 100%;}
.estate-gallery .swiper-thumb{width: calc(100% - 20px);}
.estate-gallery .pop-local{bottom: -20px;}
.room-tabs .tabs{column-gap: 40px;}
.estate-title{font-size: 16px;}
body.end-banner .room-tabs .tabs{width: 100%;left: 0;transform: translateX(0);}
.home-about .inner .title{font-size: 18px;}
.home-about .inner .title span{font-size: 26px;}
.home-project .block .inner .box .title{font-size: 26px;margin-bottom: 80px;}
.home-news .sync-info-new .title{font-size: 26px;margin-bottom: 25px;}
.home-news .sync-info-new .name{margin-bottom: 25px;}
.home-news .sync-info-new .desc{margin-bottom: 15px;}
.home-partner .title{font-size: 26px;margin-bottom: 25px;}
.home-partner .container{max-width: 100%;}
#footer .container{max-width: 100%;}
.partner-prev{left: -15px;}
.partner-next{right: -15px;}
}
@media(max-width:428px) {
.footer-main .widget{width: 100%;text-align: center !important;}

}