

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
body{
    overflow-x: hidden;
}

body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 0.3rem rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 0.417rem;
    background-color: #cedbff;
}
body::-webkit-scrollbar-thumb
{
    background-color: #34383F;
}


.hero-slider {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
    /*width: 100% !important;*/
    background: #000;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    opacity: 1;
}

/*--------------------------------------------------------------
    #hero-style
--------------------------------------------------------------*/
.hero-style {
    height: 100vh;
}

header#header {
    position: fixed;
    height: auto !important;
}
.fp-tableCell {
    height: 100vh;
    overflow: hidden;
}

.hero-slider .slide-inner:before,.hero-slider .slide-inner:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 14.25rem;
    content: '';
    z-index: 2;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.18) 70%, rgba(0, 0, 0, 0.00) 100%);
    Colors
    Hex
    Hex
    Background colors;
}

.content_banner {
    position: absolute;
    bottom: 7rem;
    z-index: 1;
    left: calc(calc(100vw - 70rem)/2););
    max-width: 35.3rem;
    overflow: hidden;
}

.content_banner h2 {
    font-size: 3rem;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 0;
    transform: translateX(-100%);
    transition: 1s all;
    font-weight: 800;
}


.swiper-pagination span {
    width: 0.4rem;
    height: 0.4rem;
    opacity: 0.5;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.5rem !important;
}

.swiper-pagination span+span {
    margin-left: 0.8rem;
}

.swiper-pagination span.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-pagination span:before {
    content: '';
    width: 1.1rem;
    height: 1.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    opacity: 0;
    transition: .5s all;
}

.swiper-pagination span.swiper-pagination-bullet-active:before {
    opacity: 1;
}

.hero-slider .swiper-slide.swiper-slide-active h2 {
    transform: translateX(0%);
    transition-delay: .8s;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
    max-width: 100vw;
}

.section {
    padding: 0;
    display: block;
}

.col, .columns, .gallery-item {
    padding-bottom: 0;
    padding: 0 0.5rem;
}

.bg_section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}

.text_white {
    c;
    color: #fff;
}

body {
    font-size: 0.85rem;
    color: #333;
    font-weight: 400;
    line-height: 1.7;
}

span.sub_title {
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.4rem;
    margin-bottom: .6rem;
    display: block;
}

.heading_title {
    color: #34383F;
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.button_link {
    height: 2.35rem;
    border-radius: 5rem;
    background: var(--2, #34383F);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.35rem;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 400;
    margin-top: 1.25rem;
    transition: .5s all;
}

.button_link:hover {
    background: var(--2, #34383F);
    color: #fff;
}

.box_video_home_sec2 {
    position: relative;
}

.box_video_home_sec2 img {
    display: block;
    width: 100%;
}

.box_video_home_sec2 {
    position: relative;
    padding-right: 1rem;
}

a.play_video {
    position: absolute;
    width: 4rem;
    height: 4rem;
    background: #938776;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 3rem;
    right: 0.75rem;
}

a.play_video span.title {
    position: absolute;
    /* display: none; */
    width: max-content;
    color: #fff;
    font-weight: 600;
    transform-origin: bottom left;
    transform: rotate(-90deg);
    left: 2.5rem;
    bottom: 6rem;
    text-transform: uppercase;
}

a.play_video svg {
    width: 1rem;
    height: auto;
}

a.play_video:before,a.play_video:after {
    background: #938776;
    width: 120%;
    height: 120%;
    content: '';
    position: absolute;
    border-radius: 50%;
    animation: pulse-border 1000ms ease-out infinite;
}
@keyframes pulse-border {
    0% {
        transform: translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform:translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.home_sec_3 .wrap {
    display: flex;
    justify-content: space-between;
    align-items: self-end;
    margin-bottom: 2.5rem;
}

.home_sec_3 .wrap .content {
    width: 23.7rem;
    flex: 0 0 auto;
}

.home_sec_3 h2.heading_title {
    margin: 0;
}

.wrap_home_sec_3 {
    display: flex;
    margin: 0 -0.6rem;
}

.wrap_home_sec_3 .item {
    position: relative;
    width: calc(100% - 1.2rem);)100%;
    margin: 0 0.6rem;
    transition: 1s all;
    height: 50vh;
    border-radius: 0.5rem;
    overflow: hidden;
}

.wrap_home_sec_3 .item.active {
    width: 55%;
    flex: 0 0 auto;
}

.wrap_home_sec_3 h3 {
    position: absolute;
    bottom: 1.5rem;
    left: 5.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--5, #938776);
    margin: 0;
    text-transform: uppercase;
    width: calc(50vh - 3rem);
    transform: rotate(-90deg);
    transform-origin: bottom left;
    transition: .5s all;
}

.wrap_home_sec_3 .item:before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.69) 47%, #000 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    transition: .5s all;
    bottom: 0;
    left: 0;
}

.wrap_home_sec_3 .item.active:before {
    height: 12.9rem;
    bottom: 0;
}

.wrap_home_sec_3 h3:before,.wrap_home_sec_3 h3:after {
    width: 1.35rem;
    height: 1px;
    background: var(--5, #938776);
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.wrap_home_sec_3 h3:after {
    transform: translateY(-50%) rotate(90deg);
}

.wrap_home_sec_3 .item.active h3 {
    left: 1.75rem;
    width: calc(100% - 3.5rem);
    transform: rotate(0deg);
}

a.style_center.max {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
span.sub_title.style_2 {
    color: var(--2, #34383F);
}

.heading_title.style_2 {
    color: #333;
}

.home_sec_6 .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2.25rem;
}

.home_sec_6 .wrap h2.heading_title {
    margin: 0;
}

.style_menu ul {
    list-style: none;
    margin: 0;
    display: flex;
}

.style_menu ul a {
    border: 1px solid rgba(0, 0, 0, 0.20);
    height: 2.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    padding: 0 .8rem;
    color: #333;
    transition: .5s all;
    background: #fff;
}

.style_menu ul a:hover,.style_menu ul a.active {
    background: #938776;
    color: #fff;
    border-color: #938776;
}

.style_menu ul li+li {
    margin-left: 0.4rem;
}

.home_sec_6 .wrap .wrap_title {
    max-width: 33rem;
    flex: 0 0 auto;
}

.style_menu ul li {
    margin-bottom: 0;
}

.item_product {
    position: relative;
    cursor: pointer;
    border-radius: 0.25rem;
    overflow: hidden;
    width: calc(100% - 0.7rem);
    margin: 0 0.35rem;
}

.item_product .box_img {
    padding-bottom: 140%;
    position: relative;
}

.item_product .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transform: scale(1);
    transition: 1s all;
}

.item_product .box_img ul {
    margin: 0;
    position: absolute;
    top: 1rem;
    left: 0.85rem;
    right: 0.85rem;
    z-index: 5;
    justify-content: space-between;
    list-style: none;
    align-items: center;
    display: flex;
}

.item_product .box_img ul li {
    height: 1.2rem;
    color: #fff;
    border-radius: 0.15rem;
    background: #C90000;
    padding: 0 0.5rem;
    font-size: 0.55rem;
    margin: 0;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
}

.item_product .box_img ul li.type_product {
    background: var(--5, #938776);
    color: #333;
    background: var(--Gradient, linear-gradient(270deg, #938776 0%, #DBC8AE 50%, #938776 100%)) !important;

}

.slider_product.swiper-container.swiper-container-initialized.swiper-container-horizontal {}

.slider_product {
    margin: 0 -0.35rem;
}

.item_product .box_content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    padding: 0 1rem 1rem;
}

.item_product .box_content h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2px;
}

.item_product .box_content span {
    font-size: 0.75rem;
    display: block;
}

.item_product .box_content b {
    font-size: 1.25rem;
    font-weight: 800;
}

.item_product .box_img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    height: 14rem;
    z-index: 2;
}

.item_product:hover .box_img img {
    transform: scale(1.15);
}

.home_sec_6 .swiper-pagination.style_2 {
    bottom: -2.5rem;
    left: 0.35rem;
}

.swiper-pagination.style_2 span {
    background: #34383F;
}

.swiper-pagination.style_2 span:before {
    border-color: #34383F;
}

.wrap_slider {
    position: relative;
}

.home_sec_7 .fp-tableCell {
    vertical-align: bottom;
    padding-bottom: 3.75rem;
}

.home_sec_7 .wrap_title {
    max-width: 25rem;
    margin-bottom: 9.25rem;
}

.home_sec_7 .wrap_title .heading_title {
    color: var(--2, #34383F);
}

.home_sec_7 a.play_video {
    position: relative;
    bottom: unset;
    right: unset;
    margin-top: 2.8rem;
}

.wrap_number {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5rem;
}

.item_number {
    width: calc(25% - 1rem);
    margin: 0.5rem;
}

.item_number span {
    font-size: 2rem;
    color: var(--2, #34383F);
    font-weight: 700;
    display: inline-block;
    line-height: 1.2;
}

.item_number span.don_vi {
    font-weight: 300;
}

.item_number .content {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--2, #34383F);
}

.home_sec_7 .col.large-3.medium-3 .item_number {
    width: 100%;
    margin: 1.3rem 0 0 0;
}

.home_sec_7 .col.large-3.medium-3 .item_number span {
    font-size: 3.75rem;
}

.home_sec_7 .col.large-3.medium-3 .item_number .content {
    font-size: 0.8rem;
}

.slider_cn a {
    padding-bottom: 135%;
    position: relative;
    display: inline-block;
    width: 100%;
}

.slider_cn a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider_cn .swiper-slide {
    transform: scale(.85);
    transition: 1s all;
}

.slider_cn .swiper-slide.swiper-slide-active {
    transform: scale(1);
}

.slider_cn {}

.home_sec_8 .wrap_slider {
    max-width: 50rem;
    margin: auto;
}

.home_sec_8 .wrap_title {
    max-width: 36.5rem;
    margin: 0 auto 2rem;
}

.arrow_slider {
    position: absolute;
    top: 50%;
    left: -4rem;
    transform: translateY(-50%);
    width: 2.55rem;
    height: 2.55rem;
    border: 1px solid rgb(255 255 255 / 20%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    transition: .5s all;
    cursor: pointer;
}

.arrow_slider svg {
    width: 1.2rem;
    height: auto;
}

.arrow_slider.next {
    right: -4rem;
    left: unset;
}

.arrow_slider:hover {
    background: #938776;
    border-color: #938776;
}
.home_sec_9 .wrap_title {
    max-width: 49.5rem;
    margin: 0 auto 1rem;
}

.group_logo_dt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.group_logo_dt a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 0.25rem;
    overflow: hidden;
    box-shadow: 0rem 0.2rem 1rem 0rem rgba(0, 0, 0, 0.10);
    width: calc((calc(100% / 6) - 1.5rem));
    margin: 0.75rem;
    height: 5.3rem;
    filter: grayscale(100%);
    transition: .5s all;
}

.group_logo_dt a:hover {
    filter: grayscale(0%);
}

.home_sec_9 .swiper-pagination {
    bottom: -2.5rem;
}

.slider_dt {
    margin: 0 -0.75rem;
}
.swiper-pagination.center {
    left: 50%;
    transform: translateX(-50%);
}
.home_sec_10 .fp-tableCell {
    vertical-align: bottom;
}

.home_sec_10 .box_img {
    position: relative;
}

.hoa_tiet_logo {
    position: absolute;
    right: -3rem;
    width: 52.6rem;
}

.home_sec_10 .box_img img {
    position: relative;
    transform: translateX(2.5rem);
}

.home_sec_10 .wrap_title {
    margin-top: 5rem;
}

.home_sec_10 .content {
    font-weight: 500;
}

.home_sec_10 .wrap_title .content {
    max-width: 30.5rem;
    margin-bottom: 2.5rem;
}

.item_td {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.item_td .num {
    font-size: 3.75rem;
    font-weight: 500 !important;!i;!;];
    color: #938776;
    line-height: 1;
    width: 6rem;
    flex: 0 0 auto;
    position: relative;
    margin-right: 1.25rem;
    flex: 0 0 auto;
}

.item_td .num:before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 76%;
    background: var(--2, #34383F);
    top: 0.5rem;
}

.item_td h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.item_td span {}

.item_td+.item_td {
    margin-top: 1.75rem;
}

.wrap_td {
    margin-bottom: 1.5rem;
}

.hoa_tiet_logo svg {
    width: 100%;
    display: block;
}

.button_link.style_2 {
    background: var(--2, #34383F);
    color: #fff;
}

.button_link.style_2:hover {
    background: var(--5, #938776);
    color: #333;
}
.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 70.5rem !important;
}

.home_sec_11 .wrap_slider {
    max-width: 100vw;
    margin-top: 2.5rem;
}


.home_sec_11 h2.heading_title {
    margin: 0;
}

.home_sec_11 .wrap_title {
    flex: 0 0 auto;
}

.style_menu.style_2 a {
    border-color: rgb(255 255 255 / 20%);
    color: #34383F;
}

.style_menu.style_2 a.active, .style_menu.style_2 a:hover {
    background: #938776;
    border-color: #938776;
    color: #fff;
}

.item_product.post_item h3 {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0.65rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.item_product.post_item .box_content span {
    display: flex;
    font-size: 0.6rem;
    align-items: center;
}

.item_product.post_item .box_content span .dot {
    width: 0.15rem;
    height: 0.15rem;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    flex: 0 0 auto;
    margin: 0 0.5rem;
}

.home_sec_11 .swiper-pagination {
    bottom: -3rem;
}

.swiper-pagination.style_3 span {
    background: #938776;
}

.swiper-pagination.style_3 span:before {
    border-color: #938776;
}
.slider_posts .swiper-slide {
    opacity: .5;
    transition: 1s all;
}

.slider_posts .swiper-slide-active, .slider_posts .swiper-slide-active+div, .slider_posts .swiper-slide-active+div+div, .slider_posts .swiper-slide-active+div+div+div {
    opacity: 1;
}
.title_footer {
    font-size: 1.6rem;
    color: #34383F;
    line-height: 1.3;
    text-transform: uppercase;
}

ul.list_contact {
    list-style: none;
    margin: 0;
    padding-bottom: 1.75rem;
    margin-bottom: 1.75rem;
    position: relative;
}

ul.list_contact li {
    color: #34383F;
    font-size: 0.8rem;
    display: flex;
}

ul.list_contact li .icon {
    width: 1.65rem;
    flex: 0 0 auto;
}

ul.list_contact li .icon svg {}

ul.list_contact li .icon img {
    max-width: 1rem;
    height: auto;
}

ul.list_contact li {
    margin: 0;
}

ul.list_contact li+li {
    margin-top: 0.5rem;
}

ul.list_contact:before {
    content: '';
    width: 5.9rem;
    height: 2px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, #34383F 0%, rgba(52, 56, 63, 0.00) 100%);
    Colors
    Hex
    Hex
    Border colors;
}

.footer_1
b.title.text_white {
    font-size: 0.8rem;
    color: var(--2, #34383F) !important;
}

ul.socials {
    list-style: none;
    margin: .8rem 0 0 0;
    display: flex;
}

ul.socials li {
    margin: 0;
}

ul.socials a {
    width: 2.25rem;
    height: 2.25rem;
    display: inline-flex;
    background: #34383F;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .5s all;
}

ul.socials a img {
    max-width: 50%;
    max-height: 40%;
    width: auto;
    height: auto;
}

ul.socials li+li {
    margin-left: 0.75rem;
}

ul.socials a:hover {
    background: #938776;
}

.item_vp b {
    font-size: 0.7rem;
}

.item_vp .content {
    font-size: 0.7rem;
}

.item_vp  a {
    display: inline-flex;
    align-items: center;
    color: #fff;
}

.item_vp a svg {
    display: block;
    width: 1.25rem;
    margin-left: 2px;
}

.item_vp a span:not(.icon) {
    border-bottom: 1px solid #ffff;
    line-height: 1;
    padding-bottom: 1px;
}

.item_vp {
    padding: 1.25rem 0rem 1.25rem 0;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.wrap_vp {
    max-height: 22rem;
    overflow: auto;
    padding-right: 0.5rem;
    margin-top: 1.15rem;
    position: relative;
}
.wrap_vp::-webkit-scrollbar-track
{
    background-color: #FFF;
}

.wrap_vp::-webkit-scrollbar
{
    width: 2px;
    background-color: #FFF;
}

.wrap_vp::-webkit-scrollbar-thumb
{
    background-color: rgb(51 102 86);
}
.footer_1 {
}
.fp-watermark {
    display: none;
}
.style_banner_slider {
    height: 100vh;
}
.style_banner_slider .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.style_banner_slider .swiper-slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70vw;
    height: 100%;
    opacity: 0.65;
    background: linear-gradient(91deg, #000 36.23%, rgba(0, 0, 0, 0.80) 48.23%, rgba(0, 0, 0, 0.00) 85.93%);
    pointer-events: none;
}

.style_banner_slider .inner_banner {
    height: 100%;
    display: flex;
    align-items: center;
    width: 34.5rem;
    padding-left: calc(calc(100vw - 70rem)/2);
    position: relative;
    background: rgba(147, 135, 118, 0.50);
    backdrop-filter: blur(25px);
    padding-right: 2.25rem;
    position: relative;
}
.style_banner_slider .inner_banner:before{
    content: '';
    background-image: url(../images/icon_svg.svg);
    width: 15.95rem;
    height: 17.2rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.style_banner_slider .inner_banner h2 {
    font-size: 1.75rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}


a.link_banner {
    position: absolute;
    top: 50%;
    transform: translate(100%, -50%);
    right: 1.25rem;
    display: inline-flex;
    align-items: center;
    font-size: 0.8rem;
    color: #fff;
}

a.link_banner .icon {
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.45rem;
    height: 2.45rem;
    border-radius: 50%;
    margin-right: 0.5rem;
    transform: rotate(0deg);
    transition: .5s all;
}
a.link_banner:hover .icon {
    transform: rotate(360deg);
}
.box_menu {
    position: absolute;
    right: calc(calc(100vw - 70rem)/2);
    top: 8.5rem;
    z-index: 9;
}
.header-bg-container {
    display: none;
}

.header-main {
    height: auto !important;!i;!;
}

#logo {
    width: auto !important;!i;!;
    margin: 0 !important;!i;!;
}

.header-nav.nav>li>a {
    font-size: 0.8rem;
    color: #fff;
    text-transform: unset;
    font-weight: 500;
    padding: 0 !important;
    line-height: 4.6rem !important;
    position: relative;
}

.header-nav.nav>li {
    margin: 0;
}

.header-nav.nav>li+li {
    margin-left: 1.5rem;
}

ul.nav_menu_header {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
}

ul.nav_menu_header li {
    margin: 0;
}

ul.nav_menu_header svg {
    display: block;
}

ul.nav_menu_header svg[width="21"] {
    filter: brightness(0) invert(1);
    transition: .5s all;
    width: 1.05rem;
    height: auto;
}

ul.nav_menu_header svg[width="25"] {
    height: 1.25rem;
}

a.hotline_header {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    font-size: 0.7rem;
    font-weight: 700;
    color: #fff;
    padding: 0 0.5rem;
    height: 1.6rem;
    position: relative;
    transition: .5s all;
}

a.hotline_header svg path {
    fill: #34383F;
}

a.hotline_header svg {
    width: 0.9rem;
}

ul.nav_menu_header li+li {
    margin-left: 1.8rem;
}

#logo {
    filter: brightness(0) invert(1);
    transition: .5s all;
}

.header-inner {
    padding: 0 4rem !important;

    !i;
    !;
}

a.hotline_header .icon:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    animation: pulse-border 1000ms ease-out infinite;
    background: var(--3, #FFF);
    border-radius: 5rem;
    z-index: -1;
}

.home_sec_1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.37) 71.48%, rgba(9, 9, 9, 0.00) 100%);
    z-index: 2;
    height: 14.25rem;
    opacity: .8;
}

.style_menu.style_2 a {
    background: #fff;
}
.menu_color
div#logo {
    filter: brightness(1) invert(0);
}

.menu_color a.hotline_header {
    color: #34383F;
}

.menu_color a.hotline_header svg path {
    fill: #fff;
}

.menu_color a.hotline_header:before {
    background: var(--2, #34383F);
}

.menu_color .header-nav.nav>li>a {
    color: var(--3, #333);
}

.menu_color ul.nav_menu_header svg[width="21"] {
    filter: brightness(1) invert(0);
}
.wrap_button_fixed {
    position: fixed;
    bottom: 2rem;
    right: 1.5rem;
    z-index: 99;
}

.button_fixed ul {position: absolute;top: 0;left: 50%;transform: translate(-50%,-100%);list-style: none;margin: 0;width: 100%;pointer-events: none;}

.next_section {
    width: 3.05rem;
    height: 3.05rem;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    cursor: pointer;
    margin-top: 4rem;
    transition: .5s all;
}

.next_section svg {
    width: 1.2rem;
    animation: hu__hu__ infinite 2s ease-in-out
}
@keyframes hu__hu__ {
    50% { transform: translateY(0.5rem) }
}

.toggle_button {
    width: 3.2rem;
    height: 3.2rem;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
    cursor: pointer;
    z-index: 9;
    transition: .5s all;
}

.toggle_button input {
    width: 100%;
    height: 100%;
    z-index: 9;
    margin: 0;
    position: absolute;
    border-radius: 5rem;
    opacity: 0;
    cursor: pointer;
}

.toggle_button .icon {
    position: absolute;
}

.toggle_button .icon svg {
    max-width: 1.35rem;
    height: auto;
    display: block;
}

.toggle_button .icon svg.close {
    display: none;
}

.toggle_button input[type="checkbox"]:checked+.icon .close {
    display: block;
}

.toggle_button input[type="checkbox"]:checked+.icon .open {
    display: none;
}

.button_fixed ul img {
    width: 3rem;
    height: 3rem;
}

.button_fixed ul li {
    margin: 0 0 1rem;
    opacity: 0;
    /*pointer-events: none;*/
    transform: translateY(200%) scale(0);
    transition: .5s all;
}

.toggle_button input[type="checkbox"]:checked+.icon+ul li {
    opacity: 1;
    transform: translateY(0%) scale(1);
}

.toggle_button input[type="checkbox"]:checked+.icon+ul {
    pointer-events: unset;
}

.toggle_button:before {
    content: '';
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    animation: pulse-border 1000ms ease-out infinite;
    background: var(--3, #FFF);
    border-radius: 5rem;
    z-index: -1;
}

.menu_color .toggle_button {
    background: #34383F;
}

.menu_color .toggle_button svg {
    filter: brightness(0) invert(1);
}

.menu_color .toggle_button:before {
    background: #34383F;
}

.menu_color .next_section {
    border-color: #34383F;
}

.menu_color .next_section svg path {
    stroke: #34383F;
}
.nav_full_page {
    position: fixed;
    bottom: 0;
    transform: unset;
    left: 3.25rem;
    height: 100vh;
    display: block;
    flex-wrap: wrap;
    max-width: 3rem;
    padding: 2.5rem 0;
    align-content: flex-end;
}


.nav_full_page ul {
    list-style: none;
    margin: 0;
    display: inline-block;
    flex-wrap: wrap;
}

.nav_full_page ul li {
    margin: 0;
    display: block;
    width: 100%;
}

.nav_full_page ul li svg {
    display: block;
    max-width: 1.5rem;
}

.nav_full_page ul li a {
    display: inline-block;
    align-items: center;
    justify-content: center;
}

.nav_full_page
.inner>b {
    display: block;
    color: var(--4, var(--3, #FFF));
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    transform-origin: bottom left;
    transform: rotate(-90deg) translateY(1.4rem);
    border-left: 1px solid #FFF;
    padding-left: 1.75rem;
    margin-bottom: 1.25rem;
    width: max-content;
}

.counter_slide {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 0.75rem;
    color: #fff;
    width: 2rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    align-items: flex-end;
}

.nav_full_page ul li+li {
    margin-top: 1rem;
}
.nav_full_page .inner {
    flex: 0 0 auto;
}



.counter_slide:before,.counter_slide:after {
    background: linear-gradient(45deg, #fff, transparent);
    width: 1px;
    height: 10rem;
    content: '';
    position: absolute;
    top: -1rem;
    transform: translate(-50%, -100%);
    left: 50%;
}

.counter_slide:after {
    bottom: -1rem;
    top: unset;
    transform: translate(-50%, 100%);
    height: 4.45rem;
    background: linear-gradient(153deg, #fff, transparent);
}

.counter_slide b {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.3;
}

.menu_color .counter_slide {
    color: var(--2, #34383F);
}

.menu_color .counter_slide:before {
    background: linear-gradient(45deg, #34383F, transparent);
}

.menu_color .counter_slide:after {
    background: linear-gradient(45deg, transparent ,#34383F);
}

.menu_color .nav_full_page .inner>b {
    color: var(--2, #34383F);
    border-color: var(--2, #34383F);
}

.menu_color .nav_full_page ul svg path {
    fill: #34383F;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 1.5s all;
    opacity: 1;
    overflow: hidden;
    box-shadow: inset 0rem 0rem 5.208rem 26.042rem #fff;
}
.load_home_page.active{
    box-shadow: inset 0rem 0rem 5.208rem 0rem #89A0A9;
}

.load_home_page.hide {
    opacity: 0;
    pointer-events: none;
}
.load_home_page svg {
    max-width: 34rem;
    width: 35rem !important;
    height: auto;
    position: relative;
    opacity: 1;
    transform: scale(1);
    transition: 1s all;
    display: block;
}
.load_home_page.active svg{
    opacity: 0;
    transform: scale(2);
}


#CR-home-page .why--sec .item .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.load_home_page .wrap {
    display: inline-flex;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    transform: scale(1.3);
    overflow: hidden;
    background: linear-gradient(-53deg, #34383f, #938776);
}
svg.svg_hide {
    position: absolute;
    top: 0;
    opacity: 0;
    transition: .5s all;
}

.box_svg {
    position: relative;
}

#logo img {
    height: 2.6rem;
    width: auto;
}
.load_home_page.show_svg svg.svg_hide {
    opacity: 1;
}
.col.large-3.medium-3.footer_2 {
    position: relative;
    z-index: 2;
}
.home_sec_11 .bg_section{
    background-image: url(../images/Group-1000007085.jpg);
}
.hide_svg{
    position: absolute;
    top: -13px;
    left: -2px;
    opacity: 0;
}

.load_svg path {
    stroke: #34383F;
    fill: transparent;
    stroke-width: .3px;
    stroke-opacity: 1 !important;
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
}
.home_sec_10.active .load_svg path{
    animation-name: Signature;
    animation-duration: 30s;
}
.fp-viewing-lien-he .next_section {
    transform: rotate(180deg);
}
.footer_1 {
    position: relative;
    z-index: 2;
}
.banner_slide .bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 67.48%, rgba(0, 0, 0, 0.30) 90.33%);
    z-index: 2;
}



.banner_slide .bg:after {
    opacity: 0.5;
    background: linear-gradient(180deg, #003067 0%, rgba(0, 48, 103, 0.37) 71.48%, rgba(0, 48, 103, 0.00) 100%);
    mix-blend-mode: overlay;
    width: 100%;
    height: 15rem;
    content: '';
    position: absolute;
}

.banner_slide .text-inner {
    max-width: 27.5rem;
    position: relative;
    font-size: 1.25rem;
    font-weight: 500;
}

.banner_slide .text-inner:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 35.4rem;
    opacity: 0.7;
    background: #000;
    filter: blur(5.85rem);
    width: 35.4rem;
    height: 10.8rem;
    z-index: -1;
    pointer-events: none;
}

.banner h1, .banner h2, .banner h3 {
    font-weight: 800;
    font-size: 3rem;
    margin: 0.5rem 0;
}

.banner_slide .text-inner p {
    margin: 0;
}

ol.flickity-page-dots li {
    width: 0.4rem !important;
    height: 0.4rem !important;
    background: #fff;
    position: relative;
    display: inline-flex  !important;
    align-items: center;
    justify-content: center;
    margin: 0 0.5rem !important;

}



ol.flickity-page-dots li:before {
    border: 1px solid #fff;
    content: '';
    position: absolute;
    width: 1.1rem !important;
    height: 1.1rem !important;
    border-radius: 50%;
    opacity: 0;
}

ol.flickity-page-dots li.is-selected:before {
    opacity: 1;
}

.banner_slide
ol.flickity-page-dots {
    left: calc(calc(100vw - 70rem)/2);
    right: calc(calc(100vw - 70rem)/2);
    display: flex;
    bottom: 3.5rem;
}
.scroll_to_section {
    flex-direction: unset;
    justify-content: center;
    display: flex;
    margin: 3.5rem auto 0;
    max-width: 70.5rem !important;
    height: 3rem;
    align-items: center;
    border-radius: 2.5rem;
    background: var(--4, #FFF);
    box-shadow: 0.2rem 0.2rem 1rem 0rem rgba(1, 98, 67, 0.07);
    position: sticky;
    top: 4.6rem;
    z-index: 99;
}

.scroll_to_section li a {}

.scroll_to_section a {
    color: rgb(51 51 51 / 50%);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0 2.2rem;
    min-height: unset;
    line-height: 1.2;
    transition: .3s all;
}

.scroll_to_section .menu-item+.menu-item {
    border-left: 1px solid #C8C8C8;
}

.scroll_to_section a:hover,.scroll_to_section a:hover *,
.scroll_to_section a.active,.scroll_to_section a.active *{
    color: #938776;
}

.scroll_to_section a * {
    transition: .3s all;
}

.text {
    font-size: 0.85rem;
    color: var(--8, #333);
}

.text strong {
    font-weight: 700;
}

.group_heading {
    color: #34383F;
    font-weight: 500;
}

.group_heading p {
    margin: 0;
    letter-spacing: 0.45rem;
    Colors
    Hex
    Hex
    Text colors

    1;
    color: #938776;
}

.group_heading h1,.group_heading h2,.group_heading h3 {
    font-size: 2.5rem;
    font-weight: 400;
    color: #333;
    margin-bottom: 10px;
}

.group_heading h1 strong, .group_heading h2 strong, .group_heading h3 strong {
    font-weight: 700;
    color: #333;
}

.product_sec_1 {
    padding: 4.5rem 0 0 0 !important;

}

.button_style span {
    height: 2.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

.button_style {
    background: #34383F;
    border-radius: 5rem;
    padding: 0 1.25rem;
    position: relative;
}

.button_style i {
    font-size: 1rem;
}

.items_product_sec_1 .col {
    padding: 0 2.4rem;
}

.icon-box-img img, .icon-box-img svg {
    padding: 0 !important;
    max-height: 100%;

}

.icon-box .icon-box-img {
    width: auto !important;

}

.items_product_sec_1 .icon-inner {
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotateY(0) scale(1);
    transition: 1s all;
}

.items_product_sec_1 .icon-box:hover .icon-inner {
    transform: rotateY(360deg) scale(1.5);
}
.items_product_sec_1 {
    font-size: 0.9rem;
}

.items_product_sec_1 .col strong {
    font-weight: 700;
}

.items_product_sec_1 .col {
    margin-top: 2.75rem;
}

.img_product_sec_1:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 22.8rem;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    z-index: 2;
    content: '';
    pointer-events: none;
}

.img_product_sec_1 {
    margin-top: -10.5rem;
    z-index: -1;
}
.product_sec_2 {
    padding: 7.25rem 0 0 0 !important;
}

.img_product_sec_2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: radial-gradient(circle, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 86%, rgba(255, 255, 255, 1) 100%);
}

.img_product_sec_2:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(180deg, #fff 3%, transparent, #fff 100%);
}

.img_product_sec_2 {
    margin-top: -5rem;
    z-index: -1;
}
.text_white {
    color: #fff !important;
}
.product_sec_3 {
    padding: 6.5rem 0 !important;
}

.slider_mb {
    margin-top: 1.5rem;
}

.slider_mb ol.flickity-page-dots {
    position: unset;
    margin-top: 1.5rem;
}

.product_sec_4 {
    padding: 6.5rem 0 !important;

}

.slider_tien_ich .flickity-page-dots .dot {
    background: #34383F !important;
    border-color: #34383F;

}

.slider_tien_ich .flickity-page-dots .dot:before {
    border-color: #34383F;
}

.slider_tien_ich .flickity-page-dots {
    position: unset;
    margin-top: 1.5rem;
}

.slider_tien_ich h3, .slider_tien_ich h2, .slider_tien_ich h1 {
    text-transform: unset;
    font-size: 1.25rem;
    opacity: 0;
    transition: .5s all;
    margin-bottom: 1.5rem;
}



.slider_tien_ich .bg:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    height: 6.75rem;
}

.slider_tien_ich .banner {
    border-radius: 0.5rem;
    overflow: hidden;

}

.product_sec_4 .slider_tien_ich .banner {
    transform: scale(.9);
    max-width: 35rem;
    padding: 0 !important;
    height: 20rem;
}

.product_sec_4 .slider_tien_ich .banner.is-selected {
    transform: scale(1.05);
}

.slider_tien_ich .flickity-viewport {
    padding: 1.5rem 0 !important;
    height: 23rem !important;
}
.slider_tien_ich .is-selected h3, .slider_tien_ich .is-selected h2, .slider_tien_ich .is-selected h1 {
    opacity: 1;
}
.product_sec_5 {
    padding: 4.5rem 0 !important;
}

.product_sec_5:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25.4rem;
    opacity: 0.1;
    background: linear-gradient(180deg, #34383F 0%, rgba(42, 103, 123, 0.00) 100%);
}

.slider_gallery {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    flex-wrap: nowrap;
    display: flex;
    flex-direction: unset;
    animation: slideLeft 20s linear infinite;
}

.slider_gallery .row {
    margin: 0 !important;
    width: 100% !important;
    flex: 0 0 auto;
}

@keyframes slideLeft {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.slider_gallery .col {
    padding: 0.5rem;
}

.slider_gallery .col .img-inner {
    height: 15.9rem;
    border-radius: 0.5rem;
    overflow: hidden;
}

.slider_gallery .col .img-inner img {width: 100%;height: 100%;object-fit: cover;}

.tabbed-content .nav a {
    height: 2.35rem;
    border-radius: 5rem;
    border: 1px solid rgba(0, 0, 0, 0.20);
    padding: 0 2.25rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: #333;
}

.tabbed-content .nav .active a {
    background: #34383F;
    border-color: #34383F;
    color: #fff;
}

.tabbed-content .nav li+li {
    margin-left: 0.75rem;
}

.product_sec_5 ul.nav {
    position: absolute;
    top: -4.25rem;
}
.slider_news
button.flickity-button {
    opacity: 1;
    transform: unset;
    top: -90px;
    bottom: unset;
    width: 50px;
    height: 50px;
    padding: 0 !important;
    border: none !important;
    left: unset !important;
    right: 0 !important;
    margin: 0 !important;
}

.slider_news button.flickity-button svg {
    width: 40px;
}

.slider_news button.flickity-button svg {
    width: 100%;
    height: 100%;
    border: 1px solid #34383F;
    padding: 17px;
}

.slider_news button.flickity-button path {
    fill: #34383F;
}

.slider_news button.flickity-button:hover svg {
    background: #34383F;
}

.slider_news button.flickity-button:hover path {
    fill: #fff;
}



.slider_news {
    margin-top: 30px;
}

.slider_news button.flickity-button.previous {
    right: 60px !important;
}

.product_sec_6 {
    padding: 90px 0 !important;

}

.slider_news
ol.flickity-page-dots {
    display: none;
}
.slider_news .item_product.post_item {
    margin: 0;
    width: 100%;
}

.view_360:before {
    opacity: 0.7;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.view_360 img {
    transition: 2s all;
    transform: scale(1.2);
}

.view_360:hover img {
    transform: scale(1);
}
.product_sec_8 {
    padding: 7.55rem 0 10rem !important;
}

.product_sec_8 .bg {
    background-position: bottom center;
    background-size: 100% auto;
}

.form_product >.row {
    margin: 0 !important;
}

.form_product >.row>.col {
    padding: 0;
}

.form_product {
    border-radius: 0.5rem;
    background: var(--4, #FFF);
    box-shadow: 0rem 0.2rem 2.5rem 0rem rgba(20, 45, 101, 0.08);
    overflow: hidden;
}

span.wpcf7-spinner {
    position: absolute;
    height: 24px !important;
}

.wpcf7-submit {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0 !important;
}



.wrap_form input:not([type="file"]), .wrap_form textarea ,.wrap_form select{
    height: 2.5rem;
    border-radius: 5rem;
    border: 1px solid #D0D5E0;
    background: var(--4, #FFF);
    box-shadow: none;
    padding: 0 1rem;
    font-size: 0.7rem;
}

.wrap_form label {
    font-size: 0.7rem;
}

.wrap_form textarea {
    border-radius: 1rem;
    padding-top: .4rem;
}

.form_product .col-inner {
    font-size: 0.9rem;
}

.form_product .col-inner h5 {
    font-size: 1.25rem;
    font-weight: 400;
    margin: 0;
}

.form_product .col-inner h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #34383F;
    margin: 0.25rem 0 0.25rem;
}

.form_product .large-7 .col-inner {
    padding: 0 3.5rem;
}

.form_product .wrap_form .row {
    margin: 0 -0.5rem;
}
.view_360:after{
    width: 6.3rem;
    height: 6.3rem;
    border-radius: 50%;
    content: '';
    background-image: url(../images/icon_360.svg);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    z-index: 2;
}
footer#footer:not(.fp-section) {
    z-index: 0;
}
.wrap_page {display: flex;}

nav.breadcrumb ul {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
}
nav.breadcrumb ul * {
    font-size: 0.7rem;
    font-style: unset;
    color: var(--3, #333);
}

nav.breadcrumb ul li {
    margin: 0;
    display: flex;
    align-items: center;
}

nav.breadcrumb ul li svg {
    display: block;
}

nav.breadcrumb svg {
    width: 0.7rem;
}

nav.breadcrumb ul>*:last-child [itemprop="title"] {
    font-weight: 700;
}

main#main {
    padding-top: 4.6rem;
}

.product_page>.row {
    max-width: unset !important;
}

section.product_page .breadcrumb {
    padding: 0 1.75rem;
    transition: .5s all;
}

.box_map {
    width: 38.4rem;
    flex: 0 0 auto;
    padding-bottom: 20px;
    transition: .5s all;
}

section.product_page {
    width: 100%;
}

.wrap_action_filter {
    display: flex;
    align-items: center;
    padding: 0 1.75rem;
}

.wrap_action_filter .item {
    border: 1px solid #DADADA;
    height: 2rem;
    border-radius: 5rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.9rem;
    cursor: pointer;
    transition: .5s all;
    background: #fff;
}

.wrap_action_filter .item .box {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,100%) scale(0);
    transition: .5s all;
    background: #fff;
    box-shadow: 0 0 10px rgb(1 98 67 / 30%);
    z-index: 20;
    pointer-events: none;
    display: inline-block;
    width: auto;
    border-radius: 10px;
    overflow: hidden;
    padding: 5px;
}

.wrap_action_filter .item.active .box {
    transform: translate(-50%,100%) scale(1);
    pointer-events: unset;
}
.product_page .content_top {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1D1D1F;
    padding: 0 1.75rem;
}

.product_page .wrap_left {
    padding-top: 2rem;
    transition: .5s all;
}

.wrap_action_filter.top {
    padding: 0.75rem 1.75rem;
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    margin: 0.9rem 0 1.5rem;
}

.wrap_action_filter .item+.item {
    margin-left: 0.75rem;
}

.wrap_action_filter.top .right .inner {
    display: flex;
    align-items: center;
}

.toggle_map {
    margin-left: 0.4rem;
    width: 1.8rem;
    height: 0.7rem;
    border-radius: 5rem;
    background: transparent;
    position: relative;
    border: 1px solid #34383F;
    transition: .5s all;
    cursor: pointer;
}

.toggle_map:before {
    width: 1rem;
    height: 1rem;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #938776;
    background: #FFF;
    box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(48, 51, 58, 0.16);
    border-radius: 100%;
    background: #938776;
    left: -1px;
    transition: .5s all;
}

.toggle_map.active {
    background: #34383F;
}

.toggle_map.active:before {
    left: calc(100% - 0.9rem);
    background: #fff;
}

.sort_filter_product {
    height: 2rem;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #DADADA;
    border-radius: 5rem;
    background: #fff;
    cursor: pointer;
}

.sort_filter_product .title {
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 400;
}

.sort_filter_product ul {
    position: absolute;
    bottom: 0;
    transform: translateY(100%) scale(0);
    list-style: none;
    margin: 0;
    width: 100%;
    background: #34383F;
    border-radius: 0.5rem;
    padding: 0.1rem;
    z-index: 20;
    transition: .3s all;
}

.sort_filter_product .title b {
    font-weight: 400;
}

.sort_filter_product .title svg {
    display: block;
    width: 0.5rem;
    height: auto;
    flex: 0 0 auto;
    margin-left: 0.4rem;
}

.sort_filter_product ul li {
    color: #fff;
    padding: 0.25rem 0.5rem;
    margin: 0;
    border-radius: 0.45rem;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    z-index: 9;
    display: inline-block;
    width: 100%;
    transition: .3s all;
}

.sort_filter_product ul li.active,.sort_filter_product ul li:hover {
    background: #fff;
    color: #34383F;
}
.sort_filter_product ul li.active {
    pointer-events: none;
}
.wrap_products {
    display: flex;
    flex-wrap: wrap;
    margin: 1.5rem 1.25rem 0;
}

.wrap_products .item_product {
    width: calc(calc(100% / 3) - 1rem);
    margin: 0 0.5rem 1rem;
    transition: .5s all;
}
ul.filter_cat li,
ul.filter_term li{
    width: 100%;
}

ul.filter_cat,
ul.filter_term{
    margin: 0;
    list-style: none;
    min-width: 7.5rem;
}

ul.filter_cat li,
ul.filter_term li{
    margin: 0;
}

ul.filter_cat a,
ul.filter_term a{
    min-width: 100%;
    display: block;
}

ul.filter_cat a,
ul.filter_term a{
    padding: 0.3rem 0.5rem;
    font-size: 0.7rem;
    color: #333;
    transition: .3s all;
    border-radius: 0.4rem;
    font-weight: 500;
    line-height: 1.5;
}

ul.filter_cat a:hover,ul.filter_cat a.active,
ul.filter_term a:hover,ul.filter_term a.active{
    background: #34383F;
    color: #fff;
}

ul.filter_cat a.active,
ul.filter_term a.active{
    pointer-events: none;
}
.home main#main {
    padding: 0 !important;
}
.sort_filter_product.active ul {
    transform: translateY(100%) scale(1);
}
ul.filter_term {
    max-height: 20rem;
    overflow: auto;
    padding-right: .2rem;
}
ul.filter_term::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 0.3rem rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

ul.filter_term::-webkit-scrollbar
{
    width: .2rem;
    background-color: #cedbff;
}

ul.filter_term::-webkit-scrollbar-thumb
{
    background-color: #34383F;
}
.wrap_price {
    width: 16rem;
    display: flex;
    align-items: center;
}

.wrap_price .wrap_left {
    padding: 0;
}

.wrap_price svg {
    width: 3rem;
    margin: 0 1rem;
}

.wrap_price input {box-shadow: none;border-radius: .5rem;}

.wrap_action_filter .item .box.box_wrap_price {
    padding: 1rem;
}
.ui-widget.ui-widget-content {
    height: 0.15rem;
    background: #F1F1F1;
    border-color: #F1F1F1;
}

.ui-slider .ui-slider-handle {
    width: 0.8rem;
    height: 0.8rem;
    background: #34383F;
    border-radius: 5rem;
    border: none;
    cursor: pointer;
    top: -.36em;
}

.ui-widget.ui-widget-content {
    margin-top: .4rem;
    margin-bottom: 1rem;
}

.ui-slider-horizontal .ui-slider-range {
    background: #34383F;
    height: 0.15rem;
}

.khoang_gia {
    margin-top: .8rem;
}

.khoang_gia ul {
    list-style: none;
    margin: 0 -0.6rem;
    display: flex;
    flex-wrap: wrap;
}

.khoang_gia ul a {
    font-weight: 500;
    color: #333;
}

.khoang_gia ul li {
    width: calc(50% - 1.2rem);
    margin: 0 .6rem .8rem;
}

.wrap_action_filter  .wrap_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.wrap_action_filter  .wrap_bottom a {
    display: inline-flex;
    align-items: center;
    background: var(--2, #34383F);
    color: #fff;
    padding: .3rem .5rem;
    border-radius: 5rem;
    font-size: .7rem;
}

.wrap_action_filter .wrap_bottom a path {
    stroke: #fff;
}

.wrap_action_filter .wrap_bottom a svg {
    width: 1rem;
    margin-right: .2rem;
}

.wrap_action_filter .wrap_bottom ul {
    list-style: none;
    display: flex;
    margin: 0;
}

.wrap_action_filter .wrap_bottom ul li+li {
    margin-left: .3rem;
}

.wrap_action_filter .wrap_bottom ul li {
    margin-bottom: 0;
}
.wrap_action_filter .item.filter_other .box {
    width: 15rem;
    padding: 1rem;
}

.filter_other .inner {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

ul.loc_khac {
    list-style: none;
    margin: .5rem 0 0 0;
}

.item_other {
    width: 50%;
}

ul.loc_khac a {
    color: #333;
    font-weight: 500;
    transition: .3s all;
}

ul.loc_khac a.active,ul.loc_khac a:hover {
    color: #c90000;
    font-weight: 500;
}
.wrap_action_filter .item:hover {
    background: var(--5, #938776);
    color: #fff;
}
.item_product .box_content b>span {
    display: inline-block;
}
div#map2 {
    height: 100%;
}
div#map {
    height: 100vh;
    position: sticky !important;
    top: 0;





    !i;
    !;
}

.gm-style .gm-style-iw-d {
    padding: 0 !important;
}

.gm-style-iw-d {
    padding: 1rem !important;
}

.gm-style .gm-style-iw-c * {padding: 0 !important;overflow: hidden !important;}

.gm-style .gm-style-iw-d h3 {font-size: 0.7rem;}
.gm-style .price+ img {
    height: 6rem;
    width: 8rem !important;
    object-fit: cover;
}

.gm-style .gm-style-iw-c {
    padding: 2rem .5rem .5rem .5rem !important
}

.gm-style .gm-style-iw-c button {
    position: absolute !important;
    top: 0;
    right: 0;
    width: 2rem !important;
    height: 2rem !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.gm-style .gm-style-iw-c button span {
    background-repeat: no-repeat !important;
    margin: 0 !important;

}

.gm-style .gm-style-iw-c span.price {
    font-weight: 800;
    display: block;
    margin-bottom: .5rem;
    color: #c90000;
}
.item.item_cat_product {
    background: #938776;
    color: #fff;
    border-color: #938776;
}
.item.item_cat_product:after{
    content: '';
    background-image: url(../images/icon-down.svg);
    width: 0.95rem;
    height: 0.9rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: .4rem;
}
.product_page.active+.box_map {
    width: 0 !important;

}
section.product_page.active .breadcrumb {
    margin-left: 0;
}

.product_page.active .wrap_left {
    margin: auto;
}

section.product_page.active .wrap_products .item_product {
    width: calc(calc(100% / 5) - 1rem);
}
.group_heading.text_white h1,.group_heading.text_white h2,.group_heading.text_white h3 {
    color: #fff !important;
}
.group_heading.text_white h1 strong, .group_heading.text_white h2 strong, .group_heading.text_white h3 strong {
    color: #fff;
}
.single .inputcalc {
    width: 100%;
}

.single .inputcalc .irs .irs-bar,
.single .inputcalc .irs .irs-bar-edge {
    background: #34383F;
}

.single .inputcalc .irs .irs-handle {
    border: 3px solid #34383F;
}

.single .loan-tool-block .col {
    width: 50%;
}

.single .loan-tool-block .col.loan-box-right {
    padding-left: 0;
    padding-right: 0;
}

.single .loan-tool-block .col.loan-box-right h2,
.single .loan-tool-block .col.loan-box-right .chart-box,
.single .loan-tool-block .col.loan-box-right .total-pay {
    padding-left: 2rem;
    padding-right: 2rem;
}

.single span.irs-single {
    display: none;
}

.single .loan-box-left .row .calc-wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    width: 100%;
}

.single .loan-box-left .row .calc-wrapper select {
    background: #FFFFFF;
    border: 1px solid #D0D5E0;
    border-radius: 1rem;
    padding: 0.45rem 0.85rem;
    line-height: 1rem;
    color: #666666;
    height: auto;
    margin: 0;
}

.single .loan-box-left .option-group {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    display: flex;
}

.single .loan-box-left .option-group .option {
    padding-right: 2.5rem;
    display: flex;
    align-items: center;
}

.single .loan-box-left .option input[type="radio"] {
    width: 0.7rem;
    height: 0.7rem;
    float: left;
    display: block;
    visibility: visible;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: 0 0;
}

.single .loan-box-left .option input[type="radio"]::before {
    display: inline-block;
    content: "";
    width: 1.05rem;
    height: 1.05rem;
    background: #FFFFFF;
    border: 0.1rem solid #142D65;
    border-radius: 50%;
    box-sizing: border-box;
    flex: 0 0 auto;
}

.single .loan-box-left .option input[type="radio"]::after {
    display: inline-block;
    content: "";
    width: 0.65rem;
    height: 0.65rem;
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    border-radius: 50%;
}

.single .loan-box-left .option input[type="radio"]:checked::after {
    background: #34383F;
}

.single .loan-box-left .option label {
    padding: 0 0 0 0.4rem;
    display: block;
    width: calc(100% - 0.7rem);
    float: left;
    line-height: 1.3;
    font-size: 0.7rem;
    color: #000000;
    font-weight: 300;
}

.single .input-group {
    display: block;
    width: 5rem;
    height: 1.8rem;
    margin-left: 1rem;
    float: left;
}

.single .input-group {
    position: relative;
}

.single .input-group .calc-input {
    height: 100%;
    width: 100%;
    display: block;
    visibility: visible;
    border: 0;
    outline: 0;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.5rem;
    border-radius: .2rem;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    color: var(--cl-main);
    margin: 0;
}

.single .input-group .calc-input {
    padding-right: 1.1rem;
}

.single .input-group .calc-input::-webkit-outer-spin-button,
.single .input-group .calc-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.single .input-group .calc-input[type=number] {
    -moz-appearance: textfield;
}

.single .input-group .unit {
    font-weight: 300;
    position: absolute;
    right: 0.8rem;
    top: 0;
    font-size: 0.7rem;
    height: 1.7rem;
    line-height: 1.7rem;
    color: var(--cl-main);
    width: auto;
}

.single .input-group label {
    display: block;
    width: 100%;
    height: 100%;
}

.single .chart-box {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3.5rem;
}

.single .chart-box .chart1 {
    width: 50%;
    position: relative;
}

.single .chart-box .estimate {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.single .chart-box .estimate .estimate-value {
    font-size: 1.5rem;
    font-weight: 600;
    color: #30333a;
    line-height: 0.7;
}

.single .chart-box .estimate .estimate-value span {
    font-size: 1rem;
    font-weight: 500;
}

.single .chart-box .chart-description {
    position: relative;
    justify-content: space-between;
    width: 50%;
    padding-left: 1.5rem;
}

.single .chart-box .chart-description .chart-legend .value {
    font-size: 0.7rem;
    font-weight: 700;
}

.single .chart-box .chart-description .chart-legend {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    margin-bottom: 0.75rem;
    padding-left: 1.5rem;
}

.single .chart-box .chart-description .chart-legend::before {
    content: '';
    display: block;
    position: absolute;
    top: 0.1rem;
    left: 0;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
}

.single .chart-box .chart-description .chart-legend:nth-child(1)::before {
    background-color: #036243;
}

.single .chart-box .chart-description .chart-legend:nth-child(2)::before {
    background-color: #00B2FF;
}

.single .chart-box .chart-description .chart-legend:nth-child(3)::before {
    background-color: #00ACA2;
}

.single .chart-box .chart-description .chart-legend .label {
    font-size: 0.7rem;
    color: #333333;
    line-height: 1.3;
}

.single .loan-tool-block:after {
    content: "";
    display: block;
    clear: both;
}

.single .loan-tool-block {
    display: flex;
    margin-top: 1.75rem;
}

.single .loan-box-right {
    background: #FBFBFB;
}

.single .loan-box-right .total-pay {
    padding: 1.5rem 0 0;
    border-top: 1px solid #E1E1E1;
}

.single .loan-box-right .total-pay .inner {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.single .loan-box-right .total-pay .inner .label {
    line-height: 1.3;
    font-weight: 300;
    margin-right: 0.5rem;
    width: 100%;
}

.single .loan-box-right .total-pay .inner .total-pay-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #34383F;
}

.single .loan-box-right .down-payment {
    display: flex;
    flex-flow: row wrap;
    margin-top: 1.25rem;
}

.single .loan-box-right .down-payment button {
    margin-bottom: 0.75rem;
    width: 100%;
}

.btn-green {
    border-color: #02a24b;
    background: #02a24b;
}

.single .loan-box-right .down-payment a {
    color: rgba(51, 117, 136, 0.86);
    margin-bottom: 0.75rem;
    font-size: 0.7rem;
    height: 1rem;
    line-height: 1rem;
    vertical-align: unset;
    align-items: baseline;
}

.single .btn-show-calc {
    height: 2.25rem;
    line-height: 2.25rem;
    font-size: 0.8rem;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    font-weight: 700;
    min-width: 10rem;
    text-align: center;
    padding: 0 1rem;
    background-color: var(--cl-second);
    color: var(--cl-main);
    transition: .2s all ease-in-out;
}

.single .btn-show-calc:hover {
    transform: scale(1.05);
}
.button_style.style_2 {
    background: #34383F;
}

.button_style.full_width {
    margin: 0;
    width: 100%;
}

.uoc_tinh_tai_chinh {padding: 4.5rem 0 !important;}

.single .loan-tool-block .col.loan-box-right {
    width: calc(50% - 5rem);
    margin-left: 5rem;
    padding: 1.5rem;
}

.single .loan-box-right .total-pay .inner .label br {
    display: none;
}

.product_sec_9 {
    padding: 4.5rem 0;
}

.product_sec_9 .wrap_slider {
    margin-top: 1.5rem;
}

.arrow_slider.style_2 {
    border: 1px solid #34383F;
}

.arrow_slider.style_2 svg {
    width: .5rem;
}

.arrow_slider.style_2:hover {
    background: #34383F;
}

.arrow_slider.style_2 svg path {
    transition: .5s all;
}

.arrow_slider.style_2:hover svg path {
    stroke: #fff;
}

.product_sec_9 .swiper-pagination {
    display: none;
}

.product_sec_9 .arrow_slider {
    left: unset;
    right: 0;
    top: -3rem;
}

.product_sec_9 .arrow_slider.prev {
    right: 3rem !important;

}
body .header.show-on-scroll, body .stuck .header-main {
    height: auto !important;

}
.header, .header-wrapper {
    transition: .5s all;
}

body:not(.home) .header-wrapper {
    background: #fff;
}
.single-product {
    overflow: unset;
}
.tax-product-category {
    overflow: unset;
}
.header-nav.nav>li.current-menu-item>a {
    color: var(--2, #34383F);
}
.wpcf7 .wpcf7-not-valid-tip {
    font-size: .7rem;
}

.wpcf7 form .wpcf7-response-output {
    margin-top: .6rem;
}
.copyright {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.copyright .wrap {
    display: flex;
    justify-content: space-between;
    padding: .8rem 0;
    opacity: .5;
}

.copyright .wrap * {
    color: #34383F;
}
.product2_sec_1 {
    padding: 8rem 0 40rem !important;
}

.product2_sec_1_items .icon-inner {
    height: 2rem;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1.5rem;
}

.product2_sec_1_items .icon-inner img {
    width: auto;
}

.product2_sec_1_items .text+.text {
    margin-top: 1.75rem;
}

.product2_sec_1_items .text {
    min-height: 4.55rem;
    display: block;
}

.product2_sec_1_items {
    margin-top: 3rem !important;

}

.product2_sec_1 .button_style {
    min-width: 12rem;
}

.product2_sec_3_img {
    width: calc(100% + calc(100vw - 67rem)/2) !important;
    max-width: unset;
}


.product2_sec_3_wrap .icon-inner {
    width: 2.6rem;
    height: 2.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #EAB45C;
    border-radius: 50%;
}

.product2_sec_3_wrap .icon-inner img {
    max-width: 60%;
    max-height: 60%;
    width: auto;
    height: auto;
}

.product2_sec_3_wrap h2,.product2_sec_3_wrap h3,.product2_sec_3_wrap h4 {
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
}

.product2_sec_3_wrap .col-inner {
    border-radius: 0.5rem;
    border: 0.15rem solid #EAB35C;
    height: calc(100% - 4.25rem);
    padding: 0 1.25rem 5.25rem;
}

.product2_sec_3_wrap .col-inner .icon-box-img {
    margin-top: -1.3rem;
    margin-bottom: 2rem;
}

.product2_sec_3_wrap {
    margin-top: 3rem;
}


.product2_sec_4 {
    padding: 7.5rem 0 8.5rem !important;
}
.product2_sec_4_left {
    padding-right: 5rem;
}

.product2_sec_4_left .img {
    margin-top: 6rem;
    border-radius: 0.5rem;
    overflow: hidden;
}

.product2_sec_4_right .img img {
    padding-left: 4rem;
}

.product2_sec_4_right .img {
    margin-bottom: 8.5rem !important;

}

.product2_sec_4_right .text {
    padding-right: 5rem;
    margin-bottom: 1.3rem;
}

.product2_sec_5 {
    padding: 6.5rem 0 !important;
}

.product2_sec_5 .img {
    border-radius: 0.5rem;
    overflow: hidden;
}

.product2_sec_5_content {
    padding-right: 5rem;
}

.product2_sec_6 {
    padding: 0 0 5.25rem !important;
}

.product2_sec_6_gallery .flickity-button, .product2_sec_6_gallery .flickity-page-dots {
    display: none;
}

.product2_sec_6_gallery img {
    border-radius: 0.5rem;
}

.product2_sec_6_gallery {
    margin-top: -8.25rem;
    margin-bottom: 10rem;
}

.product2_sec_6_content {
    padding-left: 5rem;
}

.product2_sec_6_toggle .accordion-inner {
    padding: 0 0.25rem;
}

.product2_sec_6_toggle  button.toggle {
    right: 0;
    left: unset;
    top: .8rem;
    margin: 0;
}

.product2_sec_6_toggle .accordion-title {
    padding-left: 0;
    border-top: 1px solid rgb(255 255 255 / 30%);
    background: transparent !important;
    font-size: 0.8rem;
    font-weight: 700;
    color: #fff;
    padding: 1.3em 0;
}

.product2_sec_6_toggle .accordion-title.active {
    color: #fff;
}

.product2_sec_6_toggle .accordion-item:last-child {border-bottom: 1px solid rgb(255 255 255 / 30%);}

.product2_sec_6_toggle {
    margin-bottom: 1.75rem;
}
.wrap_slider ul {
    list-style: none;
    margin: 0;
}

.wrap_slider ul li img {
    display: block;
    border-radius: 0.5rem;
    width: 100%;
    height: auto;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -2.5rem;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-arrow.slick-next {
    left: unset;
    right: -2.5rem;
}

.wrap_slider ul li {
    margin: 0;
}

ul.slider_for {
    margin-bottom: 0.8rem;
    margin-top: 2rem;
}

.slider_nav img {
    height: 4.35rem;
}

.slider_nav li {
    padding: 0 0.4rem;
}

.slider_nav {
    margin: 0 -0.4rem !important;
}

.slick-arrow svg {
    width: 0.75rem;
    height: auto;
}

.product2_sec_8 {
    padding: 8.5rem 0 10rem !important;
}

.product2_sec_9 {
    padding: 7.25rem 0 5rem !important;
}

.product2_sec_9 .group_heading {
    margin-bottom: 1.5rem;
}

.product2_sec_9_img {
    margin-top: -3.5rem;
}
.dang_ky_tham_quan{
    background-image: url(../images/bg_form.png);
    background-size: 100% 100%;
    min-height: 20rem;
}
.dang_ky_tham_quan .text,.dang_ky_tham_quan .text h2,.dang_ky_tham_quan .text h3 {
    color: #fff;
}

.dang_ky_tham_quan .text h2, .dang_ky_tham_quan .text h3 {
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

.dang_ky_tham_quan .row {
    max-width: unset;
    width: 100% !important;

}

.form_dktq .wrap {
    display: flex;
}

.form_dktq .wrap .left {
    display: inline-flex;
    width: calc(100% - 7rem);
}

.form_dktq .wrap .left input {
    height: 2.5rem;
    border-radius: 5rem;
    border: 1px solid #D0D5E0;
    background: rgba(255, 255, 255, 0.20);
    font-size: 0.7rem;
    color: #fff;
    width: auto;
    padding: 0 1.25rem;
    display: block;
    margin: 0;
}

.form_dktq .wrap .left input::placeholder {
    color: #fff;
}

.form_dktq .wrap [type="submit"] {
    position: unset !important;
    opacity: 1 !important;
    margin: 0;
    height: 2.35rem;
    border-radius: 5rem;
    color: #9A7842;
    background: #fff;
    min-width: 7rem;

}

.form_dktq .wrap .right {
    flex: 0 0 auto;
    width: 7rem;
}

.form_dktq .wrap .left .wrap_col {
    width: calc(calc(100% / 3) - 1.2rem);

}

.form_dktq .wrap .left .wrap_col+.wrap_col {
    margin-left: 1.2rem;
}

.dang_ky_tham_quan form {
    margin-bottom: 0;
}

.product2_sec_3_wrap {
    margin-bottom: 6rem;
}

.product2_sec_3 {
    padding: 5rem 0 7.5rem !important;

}

.product2_sec_7 {
    padding: 5rem 0 1rem !important;
}

.product2_sec_7 .dang_ky_tham_quan {
    margin-top: 5rem;
}
.button_style i.icon-500px {
    background-image: url(../images/download_svg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.button_style i.icon-500px:before{
    opacity: 0;
}
.menu_project_fixed {
    padding: 0 !important;
    position: sticky;
    top: 0;
    z-index: 9;
    background: #fff;
}

.menu_project_fixed .scroll_to_section {
    margin: 0;
    justify-content: space-between;
    box-shadow: none;
}

.menu_project_fixed .scroll_to_section a {
    padding: 0;
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--3, #333);
}

.menu_project_fixed .scroll_to_section .ux-menu-link {
    border: none;
}

.menu_project_fixed .scroll_to_section a:hover,.menu_project_fixed .scroll_to_section a.active {
    color: #9F7E48 !important;
    font-weight: 700;
}
.menu_project_fixed .scroll_to_section a:hover span,.menu_project_fixed .scroll_to_section a.active span{
    color: #9F7E48 !important;
}

.menu_project_fixed .ux-logo-link {
    padding: 0.5rem 0 !important;
}

.menu_project_fixed .ux-logo-link img {
    height: 3rem !important;
    width: auto;
}
.product2_sec_3,
.product2_sec_7{
    background-image: url(../images/hoa_tiet_da_1.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.button_style.style_3 span {
    color: #A4834E;
}

.button_style.style_3:hover {
    background: #34383F !important;
}
.banner_page .breadcrumbs {
    margin-top: 1rem;
}

.about_sec_1 {
    padding: 4.5rem 0 6.5rem !important;
}

.content_about_sec_1 {
    margin-top: 1rem;
    margin-bottom: 7rem;
    font-size: 0.9rem;
    position: relative;
    text-align: justify;
}

.about_sec_1_wrap {
    border-radius: 0.5rem;
    background: #938776;
    padding: 3.5rem 0 0 4rem;
}

.about_sec_1_wrap * {
    color: #fff;
}

.about_sec_1_wrap .section-title {
    border: none;
    margin-bottom: 0.5rem;
}

.about_sec_1_wrap .section-title span.section-title-main {
    border: none;
    padding: 0;
    margin: 0;
    font-size: 1.5rem;
    text-transform: unset;
}

.about_sec_1_wrap .container.section-title-container {
    margin: 0;
}

.about_sec_1_wrap  .content {
    font-size: 0.8rem;
    max-height: 18.4rem;
    overflow: auto;
    padding-right: 0.75rem;
    margin-bottom: 1.75rem;
    text-align: justify;
}

.about_sec_1_wrap .img {
    margin-top: -5.9rem;
}
.about_sec_1_wrap  .content::-webkit-scrollbar-track
{
    background-color: #ffffff;
}

.about_sec_1_wrap  .content::-webkit-scrollbar
{
    width: 0.2rem;
    background-color: #a99f91;
}
.about_sec_1_wrap  .content::-webkit-scrollbar-thumb
{
    background-color: #a99f91;
}

.about_sec_1 .bg {
    background-position: bottom center;
    background-size: 100% auto !important;
}

.about_sec_2 {
    padding: 5rem 0 !important;
}

.about_sec_2_wrap  .sub_title {
    color: #938776;
    font-size: 0.8rem;
    font-weight: 600;
    border-top: 1px solid #34383F;
    padding-top: 0.6rem;
    margin-bottom: 1rem;
    position: relative;
}

.about_sec_2_wrap p {
    margin: 0;
    text-align: justify;
}

.about_sec_2_wrap .col-inner {
    min-height: 9.45rem;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
    padding: 2rem 1.5rem;
    cursor: pointer;
}

.about_sec_2_wrap {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.about_sec_2 .group_heading  h1 strong,.about_sec_2 .group_heading.text_white h2 strong, .about_sec_2 .group_heading.text_white h3 strong {
    color: var(--5, #938776);
}



.about_sec_2_banner {
    border-radius: 0.5rem;
    overflow: hidden;
}

.about_sec_2_banner .sub_title.text_white {
    border-top: 0.075rem solid #FFF;
    padding: 0.65rem 0;
    font-weight: 600;
    margin-top: 2rem;
}

.about_sec_2_banner .sub_title p {
    margin: 0;
}

.about_sec_2_banner .bg:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(0deg, #938776 0%, rgba(139, 128, 112, 0.00) 100%);
}

.about_sec_2_banner .stack {margin: 0 -1.5rem;}

.about_sec_2_banner .col .col-inner {
    padding: 0 1.1rem;
}

.about_sec_2_banner .col .col-inner strong {
    font-size: 0.9rem;
}

.about_sec_2_banner .text-box {
    padding: 0 1.5rem 1rem;
    position: relative;
    z-index: 2;
}

.about_sec_3 {
    padding: 8.5rem 0 4.5rem !important;
}

.about_sec_3:before {
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.72) 55.56%, #FFF 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 19.6rem;
    z-index: 1;
}
.slider_logo_dt .col {
    padding: 0.75rem !important;
}

.slider_logo_dt .row {
    margin: 0 !important;
}

.slider_logo_dt .img {
    height: 5.3rem;
    background: #ffff;
    box-shadow: 0rem 0.2rem 1rem 0rem rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.45rem;
    overflow: hidden;
}

.slider_logo_dt ol.flickity-page-dots {
    margin-top: 1.45rem;
    z-index: 9;
    display: inline-block;
    position: relative;
    left: unset;
    right: unset;
    width: 100%;
}

.slider_logo_dt ol.flickity-page-dots li {
    background: #938776 !important;
    border-color: #938776 !important;
}

.slider_logo_dt ol.flickity-page-dots li.is-selected {
    background: #34383F;
}

.slider-nav-light .flickity-page-dots .dot:before {
    border-color: #938776!important;
}

.slider_logo_dt button {
    display: none;
}
.about_sec_4 {
    padding: 4rem 0 !important;
}

.about_sec_4 .group_heading {
    margin-bottom: 2rem;
}
.scroll_to_section.about_page>* {
    width: 100% !important;
    text-align: center;
    justify-content: center;
}


.scroll_to_section.about_page a {
    justify-content: center;
}
.content_about_sec_1:before{
    content: '';
    background-image: url(../images/icon_quote.svg);
    width: 2.3rem;
    height: 1.9rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    transform: translateX(-100%);
    left: -1rem;
    top: 0.55rem;
}
.contact_sec_1 {
    padding: 4rem 0 6rem !important;
}

.wrap_content_contact .logo img {
    height: 2.55rem;
}

.wrap_content_contact  .text {
    border-top: 0.1rem solid #6E6E6E;
    padding-top: 0.5rem;
    padding: 0.5rem 0 0 0;
}

.wrap_content_contact .logo {
    margin-right: 5rem !important;
    flex: 0 0 auto;
    width: auto !important;
}

.wrap_content_contact .text+.text {
    margin-left: 1rem !important;
}

.wrap_content_contact .text p {
    margin-bottom: 0.35rem;
}

.wrap_content_contact .text:nth-child(2) {
    width: 16.5rem;
    flex: 0 0 auto;
}

.wrap_content_contact .text:nth-child(3) {
    width: 7rem;
    flex: 0 0 auto;
}

.wrap_content_contact .text:nth-child(4) {
    width: 100%;
}

.map_section iframe {
    width: 100%;
    margin: 4rem 0 0 0;
    height: 22.5rem;
    display: block;
    border-radius: 0.4rem;
}

.contact_sec_2 {
    padding: 6.5rem 0 !important;
}

.contact_sec_2 .group_heading h1 strong,.contact_sec_2 .group_heading h2 strong, .contact_sec_2 .group_heading h3 strong {
    color: var(--5, #938776);
}

.contact_sec_2_img img {
    border-radius: 0.4rem;
    display: block;
    margin-left: 5.75rem;
    width: calc(100% - 5.75rem);
}

.contact_sec_2
button.toggle {
    left: unset;
    right: 0;
    font-size: 0.7rem;
    top: .4rem;
}

.contact_sec_2 .accordion-title {
    padding-left: 0;
    background: transparent;
    color: #fff;
    font-weight: 700;
    border-color: #fff;
    padding-bottom: 1.3rem;
    font-size: 0.9rem;
}

.contact_sec_2 .accordion-inner {
    padding: 0;
    font-size: 0.9rem;
}

.contact_sec_3 {
    padding: 6rem 0 !important;
}

.form_contact_inner {
    border-radius: 0.25rem;
    background: #FFF;
    box-shadow: 0rem 0.2rem 1.5rem 0rem rgba(0, 0, 0, 0.05);
    padding: 4.5rem 5rem;
}

.wrap_form label span {
    color: #F00;
}

.form_contact_inner .button_style.style_2 {
    margin-top: 1rem;
    font-weight: 400;
}
.contact_sec_2 .group_heading {
    margin-bottom: 1.5rem;
}

.contact_sec_2 .accordion-title.active {
    color: #fff;
    border-color: var(--5, #938776);
}
body * {
    outline: none !important;
}
.post_details_page {
    padding: 2.5rem 0 6rem;
}

h1.title_post {
    font-size: 1.5rem;
    color: #231F20;
    font-weight: 700;
}

.box_date_post {
    background: var(--2, #34383F);
    text-align: center;
    width: 3.2rem;
    height: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
}

.box_date_post b {
    font-size: 1.8rem;
    line-height: 1;
}

.box_date_post .content {
    font-size: 0.5rem;
}

.content.content_post {
    display: inline-block;
    width: 100%;
    border: 1px solid #DDD;
    padding: 2.25rem 2rem;
    color: var(--8, #333);
    margin-bottom: 6rem;
    text-align: justify;
}

.wp-caption .wp-caption-text {
    background: transparent;
    color: #666;
    max-width: 90%;
    margin: auto;
}

.content_post .nav_bottom ul {
    list-style: none;
    margin: 1.5rem 0 0 0;
    display: flex;
    justify-content: center;
}
.tuyen_dung_sec_1_items p {
    text-align: justify;
}
.content_post .nav_bottom ul li {
    display: flex;
    align-items: center;
    color: #666;
    text-align: center;
    font-size: 0.6rem;
    text-transform: uppercase;
    cursor: pointer;
}

.content_post .nav_bottom ul li svg {
    display: block;
}

.content_post .nav_bottom ul li .icon {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.25rem;
}

.content_post .nav_bottom ul li + li {
    margin-left: 1rem;
}

.post_details_page .group_heading h2 {
    font-size: 2.25rem;
    margin-bottom: 2rem;
}

.post_item:not(.item_product) .box_img {
    height: 13.2rem;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.post_item:not(.item_product) .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .5s all;
}

.post_item:not(.item_product):hover .box_img img {
    transform: scale(1.15);
}

.post_item:not(.item_product) .box_date_post {float: unset;flex: 0 0 auto;transition: .5s all;margin-left: -0.9rem;margin-top: 1px;margin-right: 0;}

.post_item:not(.item_product) .box_content>.inner {
    display: flex;
}

.post_item:not(.item_product) {
    padding: 0.9rem;
    border: 1px solid #DBDBDB;
    background: #FFF;
    transition: .5s all;
    position: relative;
}

.post_item:not(.item_product) h3 {
    color: #6F6F6F;
    font-size: 0.7rem;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0.75rem 0 0 0.75rem;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 2.85rem;
    transition: .5s all;
}

.slider_item_post .swiper-slide {
    padding: 0 0.3rem;
}

.slider_item_post {
    margin: 0 -0.3rem;
}

.post_item:not(.item_product):hover {
    background: var(--2, #34383F);
}

.post_item:not(.item_product):hover h3 {
    color: #fff;
}

.post_item:not(.item_product):hover .box_date_post {
    background: #938776;
}

.post_details_page .arrow_slider {
    border-color: #34383F;
}

.post_details_page .arrow_slider path {
    stroke: #34383F;
}
.wrap_post_top .post_item:nth-child(1) {
    width: 25.8rem;
    float: left;
    margin-right: 0.7rem;
    display: block;
}

.wrap_post_top .post_item {
    display: flex;
    float: right;
    width: calc(100% - 26.5rem );
    margin-bottom: 0.7rem;
}

.wrap_post_top .post_item:nth-child(1) .box_img {
    height: 18.8rem;
    width: 100%;
}

.wrap_post_top .post_item:nth-child(1) .box_date_post {
    margin-top: 0.75rem;
}

.wrap_post_top .post_item .box_img {
    width: 13.4155rem;
    height: 10rem;
    flex: 0 0 auto;
}

.wrap_post_top {
    display: inline-block;
    min-width: 100%;
}

.wrap_post_top .post_item:not(:first-child) .inner {
    display: block;
}

.wrap_post_top .post_item:not(:first-child) .inner .box_date_post {
    margin: -0.9rem 0 0 0;
}

.wrap_post_top .post_item:not(:first-child) h3 {
    margin-left: 0;
}

.wrap_post_top .post_item:not(:first-child) .box_content {
    padding-left: 0.75rem;
}

.wrap_post {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.35rem;
}

.wrap_post .post_item {
    width: calc(calc(100% / 3) - 0.7rem);
    margin: 0 0.35rem 0.7rem;
}

section.news_page {
    padding: 4.5rem 0;
}

ul.thenativePagination {
    list-style: none;
    margin: 1.5rem 0 0 0;
    display: flex;
    justify-content: center;
}

ul.thenativePagination a {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.15rem;
    background: #F8F7F1;
    font-size: 0.65rem;
    color: #444;
    font-weight: 600;
    margin: 0 1px;
    border-radius: 50%;
}

ul.thenativePagination li {
    margin: 0;
}

ul.thenativePagination li.active a {
    background: #938776;
    color: #ffff;
}

li.thenativePaginationNext, .thenativePaginationPrev, .thenativePaginationStart, thenativePaginationEnd,.thenativePaginationEnd {
    display: none;
}
.menu_news ul {
    display: flex;
    justify-content: center;
}

.menu_news ul a {
    border: none;
    padding: 0 1.25rem !important;
    height: 2.35rem;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    border: 1px solid rgba(0, 0, 0, 0.20);
    color: #333;
    transition: .5s all;
}

.menu_news ul li {
    border: none !important;
}

.menu_news ul li {
    margin: 0 0.4rem !important;
}

.menu_news {
    margin: 1.5rem 0 2.5rem;
}

.menu_news ul .current-menu-item a, .menu_news ul .current-category-ancestor a, .menu_news ul a:hover {
    background: #938776;
    color: #fff;
    border-color: #938776;
}
.tuyen_dung_sec_1 {
    padding: 4.5rem 0 !important;
}

.tuyen_dung_sec_1_img {
    margin: 1.5rem 0 4rem;
}

.title_section h1,.title_section h2,.title_section h3 {
    font-size: 1.75rem;
    color: #231F20;
    margin-bottom: 1.5rem;
}

.tuyen_dung_sec_1_items .col-inner {
    border-top: 0.1rem solid var(--2, #34383F);
    padding-top: 0.9rem;
    font-size: 0.8rem;
}

.tuyen_dung_sec_1_items h1,.tuyen_dung_sec_1_items h2,.tuyen_dung_sec_1_items h3 {
    font-size: 1.2rem;
    color: var(--2, #34383F);
    min-height: 3rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.tuyen_dung_sec_3 {
    padding: 6rem 0 !important;
}

.tuyen_dung_sec_3_wrap {
    border-radius: 0.25rem;
    background: #FFF;
    box-shadow: 0rem 0.2rem 1.5rem 0rem rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.download_document {
    align-items: center;
}

.download_document img {
    display: block;
}

.download_document .icon-box-text {
    padding: 0 0 0 0.4rem !important;
}

.download_document .icon-box-text h5 {
    text-transform: unset;
    font-size: 0.7rem;
    color: var(--2, #34383F);
    font-weight: 500;
    letter-spacing: 0;
}

.text.note {
    font-size: 0.6rem;
}

.wpcf7 input[type="file"] {
    margin: 0;
}

.tuyen_dung_sec_3_wrap .button {
    font-weight: 400;
    font-size: 0.9rem;
    min-width: 12.1rem;
}

.tuyen_dung_sec_3_wrap form {
    margin: 0;
}

.tuyen_dung_sec_3_wrap>.col {
    padding: 0;
}
.tuyen_dung_sec_3_wrap .col.form_tuyen_dung {
    padding: 0 4.5rem 0 5rem;
}
.form_tuyen_dung .wrap.flex {
    margin-top: 1rem;
}
.item_gallery {
    position: relative;
    width: calc(calc(100% / 3) - 1.5rem);
    margin: 0 0.75rem 1.5rem;
    border-radius: 0.5rem;
    overflow: hidden;
}

.wrap_gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
}

.item_gallery .box_img {
    height: 25rem;
    position: relative;
}

.item_gallery .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    filter: blur(0rem);
    transition: .5s all;
}

.item_gallery h3 {
    font-size: 1rem;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 2.25rem 1.75rem;
    line-height: 1.4;
    margin: 0;
    z-index: 2;
    transition: .5s all;
}

.item_gallery .box_img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    height: 10.25rem;
    z-index: 1;
}

.item_gallery:hover .box_img img {
    transform: scale(1.1);
    filter: blur(0.25rem);
    transition: .5s all;
}
.item_gallery:hover h3 {
    bottom: 15%;
}
.tab_cong_cu.tabbed-content .nav a {
    border: none;
    background: transparent;
    padding: 0.25rem 0;
    height: auto;
    color: #666;
    font-size: 1rem;
}

.tab_cong_cu.tabbed-content .nav>li {
    margin-right: 2rem;
}

.tab_cong_cu.tabbed-content .nav .active a {
    color: var(--2, #34383F);
}

.tab_cong_cu.tabbed-content .nav a:before {
    top: unset;
    bottom: 0;
    background: #34383F;
    height: 0.1rem;
}

.tab_cong_cu .nav {
    margin-bottom: 2.5rem !important;

}


.gallery_sec_2 {
    padding: 4rem 0 6rem !important;

}
.custom-select-container {
    position: relative;
    width: 100%;
    font-family: Arial, sans-serif;
}

.selected-option {
    padding: 0.5rem;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-color: transparent;
    width: 100%;
    box-shadow: none !important;
    padding: 0 1.35rem;
    color: #666;
    font-size: 0.7rem;
    background-repeat: no-repeat;
    background-position: right center;
    height: 2.507em;
    background-size: 1rem;
    border: 1px solid #D0D5E0;
    border-radius: 5rem;
    display: flex;
    align-items: center;
    height: 2.5rem;
    font-size: 0.7rem;
    font-weight: 500;
    background-position: right 1rem center;
}

.custom-select {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    border-top: none;
    width: 100%;
    position: absolute;
    background-color: #f9f9f9;
    z-index: 1000;
    overflow-y: auto;
    background: #34383F;
    border-radius: 1rem;
}

.custom-select li {
    padding: 0.5rem;
    cursor: pointer;
    border-bottom: 1px solid #f7f7f73b;
    transition: .4s all;
}

.custom-select li:hover {
    background-color: #8f8f8f;
}
.custom-select li {
    margin: 0 !important;
}

.custom-select li {
    color: #ffff;
}
.custom-select::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 0.3rem rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.custom-select::-webkit-scrollbar
{
    width: 0.217rem;
    background-color: #cedbff;
}

.custom-select::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}
.phong_thuy_page {
    padding: 4rem 0 6rem !important;
    !i;
    !;
}

.banner_page .breadcrumbs .row {
    margin: 0;
}

.style_select .item {
    display: flex;
    align-items: center;
}

h3.heading_section span {
    color: var(--2, #34383F);
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 1rem;
    border-bottom: 0.25rem solid #34383F;
    display: inline-block;
}

h3.heading_section {
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    display: inline-block;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

.style_select .item b {
    font-size: 0.7rem;
    flex: 0 0 auto;
    width: 10rem;
}

.style_select .item + .item {
    margin-top: 1rem;
}

.filter_tuoi.style_select {
    max-width: 34.5rem;
}

.style_select .button {
    min-width: 11.3rem;
    font-weight: 400;
    margin-top: 1.5rem;
}
.inner_phong_thuy {
    background: #F9F9F9;
    padding: 3rem;
}

.inner_phong_thuy h2.title {
    font-size: 1.5rem;
    color: var(--3, #333);
    margin-bottom: 1rem;
}

.inner_phong_thuy ul li {
    margin-bottom: 0;
}

.inner_phong_thuy ul li strong {
    font-weight: 600;
}
.tax-loai-category {
    overflow: unset;
}
.wrap_filter_td .selected-option {
    background-color: #fff;
    border-radius: 0.5rem;
    border: none;
}

.wrap_filter_td {
    display: flex;
    margin: 0 -0.5rem 2rem;
}

.wrap_filter_td .item {
    width: calc(calc(100% / 3) - 1rem);
    margin: 0 0.5rem;
}

.tuyen_dung_item {
    background: #FFF;
    padding: 1.5rem 2.25rem;
    border-radius: 0.25rem;
}

.tuyen_dung_item .wrap_title h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.05rem;
    cursor: pointer;
    margin-bottom: 0.75rem;
}

.tuyen_dung_item .wrap_title h3 svg {
    width: 0.7rem;
    height: auto;
    display: block;
}

.tuyen_dung_item .wrap_title ul {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.tuyen_dung_item .wrap_title ul li {
    padding: 0;
    margin: 0;
    color: #525252;
}

.tuyen_dung_item .wrap_title ul li b {
    font-weight: 600;
}
.tuyen_dung_item .box_content{
    text-align: justify;
}
.tuyen_dung_item .box_content .content {border-top: 1px solid rgb(0 0 0 / 20%);border-bottom: 1px solid rgb(0 0 0 / 20%);padding-top: 1.5rem;margin-top: 1.5rem;}

.tuyen_dung_item .box_content .wrap_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem;
}

.tuyen_dung_item .box_content .wrap_bottom>span {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    color: #B6B6B6;
}

.tuyen_dung_item .box_content .wrap_bottom .button {
    margin: 0;
}

.tuyen_dung_item+.tuyen_dung_item {
    margin-top: 1.5rem;
}

.tuyen_dung_item .box_content {
    display: none;
}
.tuyen_dung_item .wrap_title {
    cursor: pointer;
}
.tuyen_dung_sec_2 {
    padding: 5rem 0 !important;

}
.ky_gui_sec_1 {
    padding: 4rem 0 !important;
}

.ky_gui_sec_1 .wrap_form .wrap {
    display: flex;
}

.ky_gui_sec_1 .wrap_form .wrap .row {
    margin: 0;
}

.ky_gui_sec_1 .wrap_form .wrap>* {
    width: 50%;
}

.ky_gui_sec_1 .wrap_form .wrap> .right {
    padding-left: 6rem;
}

.ky_gui_sec_1
.wrap_form select {
    height: 2.5rem;
    border-radius: 5rem;
    border: 1px solid #D0D5E0;
    background-color: var(--4, #FFF);
    box-shadow: none;
    padding: 0 1rem;
    font-size: 0.7rem;
}

.ky_gui_sec_1 .wrap_form label {
    font-weight: 600;
}

.ky_gui_sec_1 .wrap_form label span {
    margin-left: 0.15rem;
}

.ky_gui_sec_1 .wrap_form .col {
    margin-bottom: 0.5rem;
}

.ky_gui_sec_1 .wrap_form
.wrap_bottom {
    margin-top: 3.5rem;
}

.ky_gui_sec_1 .wrap_form .wrap> .right .inner {
    position: sticky;
    top: 10rem;
}

.page-id-1829 {
    overflow: unset;
}

.ky_gui_sec_1 h1 {
    margin-bottom: 1.5rem;
}

.box_photo {
    width: 8rem;
    height: 8rem;
    border-radius: 0.25rem;
    background: #EFEFEF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    position: relative;
    margin: 1rem 0;
}

.box_photo span {
    display: block;
    text-align: center;
}
.page-id-1433 {
    overflow: unset;
}
.res-text {
    font-size: 0.78rem;
}
.about_sec_4 .slider_news button {
    display: none;
}
.header-nav.nav>li>a:before {
    content: '';
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 3px;
    position: absolute;
    background: var(--2, #34383F);
    transition: .5s all;
}

.header-nav.nav>li>a:hover:before {
    width: 100%;
}

.nav-dropdown-has-arrow li.has-dropdown:before {
    display: none;
}

.nav-dropdown-has-arrow li.has-dropdown:after {
    display: none;
}

.nav-dropdown {
    padding: 0;
    border: none !important;
}

.nav-column li>a, .nav-dropdown>li>a {
    margin: 0 !important;
    padding: .7rem !important;
}

.nav-dropdown>li>a:hover {
    background: var(--2, #34383F);
    color: #fff;
}
.nav-dropdown>li.current-menu-item>a {background: #34383F;color: #fff;}
.header-nav.nav>li.current-menu-item>a:before {
    width: 100%;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.679rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.wrap_box_search {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
}

.wrap_box_search>* {
    width: calc(25% - 2rem)  !important;
    margin: 0 1rem 2rem !important;
}

.wrap_box_search .item_product.item_product_page h3 {
    font-size: 1.2rem;
}

section.search_head_title {
    padding: 2rem 0;
}

.search_head_title h1.sec_title {
    font-size: 3rem;
    text-align: left;
}
[href="#search-lightbox"] {
    display: none;
}

.header-search {
    display: none !important;
}
li.search_open{
    cursor: pointer;
}
.about_sec_2_wrap .sub_title:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 0;
    transition: .5s all;
    background: #938776;
    height: 1px;
}

.about_sec_2_wrap .col-inner:hover .sub_title:before {width: 100%;}
body:not(.home) .fp-tableCell {
    height: auto;
}

body:not(.home) footer#footer {
    padding: 4rem 0 7rem;
}
.gm-style-iw-d {
    max-width: 8rem;
}
.nhan_moi {
    position: absolute;
    top: 0;
    z-index: 9;
    left: 0;
}

.nhan_moi img {
    width: 3rem;
}
.home .menu_news {
    margin: 0;
}
.home:not(.menu_color) .header-nav.nav>li>a:before {
    background: #fff;
}
.slider_logo_dt .img img {
    transform: scale(1);
    transition: .5s all;
}

.slider_logo_dt .img:hover img {
    transform: scale(1.1);
}
.menu_project>.row {max-width: 100% !important;}

.menu_project {
    display: block;
    max-width: calc(100vw - 4rem);
    margin: auto;
    background: #fff;
    border-radius: 20px;
}

.wrap_project h3 {
    font-size: 0.8rem;
    font-weight: 600;
    margin: 0;
    text-align: -webkit-auto;
    text-transform: unset;
}

.wrap_project .col {padding: 0 0.25rem;margin-bottom: 0.5rem;}

.wrap_project {
    margin: 0 -0.25rem !important;
}

.wrap_project .banner {
    border-radius: 0.65rem;
    overflow: hidden;
    padding-top: 13rem !important;

}

.wrap_project  .text {
    padding: .5rem;
}

.wrap_project .banner:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    z-index: 1;
    background: linear-gradient(0deg, black, transparent);
}

.wrap_project .text-box {
    z-index: 9;
}

.wrap_project {
    width: 100%;
    margin: 3rem !important;
}


.menu-item-design-full-width .sub-menu.nav-dropdown {
    background: transparent;
}

.menu_project .icon-box {
    align-items: center;
}

.menu_project .icon-box .icon-inner {
    width: 5.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 0.5rem;
    overflow: hidden;
}

.menu_project .icon-box h5.uppercase {
    text-transform: unset;
}

.menu_project .icon-box + .icon-box {
    margin-top: 0.4rem !important;

}

.wrap_logo_header {
    max-height: 24.95rem;
    overflow: auto;
    margin: 3rem 0 3rem 3rem;
}

.wrap_logo_header::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 0.3rem rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.wrap_logo_header::-webkit-scrollbar
{
    width: 0.217rem;
    background-color: #cedbff;
}
.wrap_logo_header::-webkit-scrollbar-thumb
{
    background-color: #34383F;
}
.wpcf7-form .button_style i {
    right: -.6rem;
}
select#ward {
    display: none;
}
div#popup_banner {
    padding: 0;
    max-width: 35rem;
}

button.fancybox-button.fancybox-close-small {
    background: #938776;
    color: #fff;
}
.product2_sec_1_new {
    padding-bottom: 8rem !important;
}
.text_cap p::first-letter {
    font-size: 3.4rem; /* KÃ­ch thÆ°á»›c chá»¯ cÃ¡i Ä‘áº§u */
    font-weight: 700; /* In Ä‘áº­m */
    line-height: 1;
    display: inline-block;
    float: left;
    margin-right: .3rem;
}
.product2_sec_1_new .title * {
    color: #d3a222;
    content: "Tá»”NG QUAN Dá»° ÃN";
    font-weight: 700;
    line-height: 1.1;
    opacity: .1;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translatey(-50%);
    width: 100%;
    z-index: 1;
    font-size: 9vw;
    margin: 0;
}

.list_info_du_an {
    color: #081965;
}

.product2_sec_1_new .row {
    position: relative;
    z-index: 2;
}

.list_info_du_an .title_list {
    font-weight: 700;
    font-style: normal;
    font-size: 18pt;
    color: #081965;
    position: relative;
    display: -webkit-inline-box;
    align-items: center;
    padding-right: 20px;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.list_info_du_a p {
    margin: 0;
}

.list_info_du_an p {
    margin: 0;
    font-style: normal;
    font-size: 1.3rem;
    color: #081965;
    line-height: 1.4;
    font-weight: 500;
}

.list_info_du_an .title_list:after {
    background: #d3a222;
    content: "";
    height: 100%;
    top: -5px;
    transform: rotate(10deg);
    width: 1px;
    display: inline-block;
    position: absolute;
    right: 0px;
}

.list_info_du_an .row .col-inner {height: 100%;}

.list_info_du_an .row+.row {
    margin-top: 1.6rem !important;
}

.list_info_du_an .title_list * {
    font-weight: 700;
}

.list_info_du_an strong {
    font-size: 2rem;
}
.product2_sec_1_new .list_logo {
    margin-top: 10rem;
}
.content_line:before {
    content: '';
    background: #d3a222;
    content: "";
    height: 100%;
    top: -5px;
    transform: rotate(10deg);
    width: 1px;
    display: inline-block;
    position: absolute;
    left: 0px;
}

.content_line {
    padding-left: 20px;
}
.hieu_ung_xoay:before {
    content: 'âœ±';
    position: absolute;
    bottom: -2rem;
    left: -2rem;
    z-index: 9;
    color: #d3a222;
    font-size: 80pt;
    animation: tgcspin 20s linear infinite;
    line-height: 1;
}

.hieu_ung_xoay .img-inner {
    overflow: unset;
}
form_dk input.wpcf7-submit {
    background-color: #155D9C;
}

.form_dk .wpcf7-submit {
    background-color: #0a3050;
    opacity: 1 !important;
    margin: 0;
    color: #fff;
    position: unset !important;
    !i;
    !;
}

.form_dk input {
    height: 2rem;
    color: #333;
}

.form_dk input::placeholder {
    color: #333;
}
.font2,.font2 *{
    font-family: "Bricolage Grotesque", serif !important;
}
.w400,.w400 *{
    font-weight: 400 !important;
}
.w500,.w500 *{
    font-weight: 500 !important;
}
.w600,.w600 *{
    font-weight: 600 !important;
}
.w700,.w700 *{
    font-weight: 700 !important;
}
.form_trai_nghiem {
    margin-top: -13rem;
}

.news_page .row {
    position: relative;
}

.news_page  .img_scroll {
    position: absolute;
    left: -30px;
    top: 0;
    transform: translateX(-100%);
    height: 100%;
}

.news_page .img_scroll ul {
    list-style: none;
    margin: 0;
    width: 9.25rem;
}

.img_scroll ul img {
    max-width: 14rem;
    display: block;
}

.img_scroll li {
    margin: 0;
}

.img_scroll li+li {
    margin-top: 20px;
}
.box_wrap_post {
    position: relative;
}

.news_page .img_right.img_scroll {
    right: -20px;
    left: unset;
    transform: translateX(100%);
}

.page-template-news {
    overflow: unset;
}

.news_page .img_scroll .inner {
    position: sticky;
    top: 8rem;
}
a.hotline_header .icon {
    width: 2rem;
    height: 2rem;
    background: var(--White, #FFF);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    margin-right: .4rem;
}

.header-wrapper {
    box-shadow: none !important;
}
a.hotline_header .icon {
    width: 2rem;
    height: 2rem;
    background: var(--White, #FFF);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    margin-right: .4rem;
    transition: .5s all;
}

.header-wrapper {
    box-shadow: none !important;
}
.home_sec_2 .content {
    text-align: justify;
}

.button_link svg {
    width: 0.65rem;
    height: auto;
    margin-left: .4rem;
}

.button_link svg path {
    transition: .5s all;
}

.button_link:hover {
    background: var(--1, #938776);
}
.hero-slider .slide-inner:after {
    bottom: 0;
    height: 14.3325rem;
    width: 100%;
    top: unset;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.24) 70%, rgba(0, 0, 0, 0.00) 100%);
}

@keyframes tgcspin {
    to {
        transform: rotate(1turn)
    }
}
.copyright .row {
    max-width: unset !important;
    margin: 0 !important;
    padding: 0 1rem;
}

.copyright .wrap>a {
    display: none;
}
.load_home_page .logo_center {
    max-width: 70vw;
}
.menu_color a.hotline_header .icon {
    background: var(--2, #34383F);
}

.menu_color a.hotline_header .icon:before {
    background: var(--2, #34383F);
}
.about_sec_2_banner>.text {
    width: calc(100% / 5) !important;
    padding: 0 1.2rem !important;
    line-height: 1.4;
    text-align: justify;
}
.group_heading.text_white * {
    color: #fff !important;
}

.group_heading.style_2 .text_white strong {
    color: var(--3, #DAD7C6) !important;
}
ul.menu_child a {
    padding: .7rem .9rem;
    font-size: 0.8rem;
    color: var(--text-body, #333);
    display: block;
    border-left: 3px solid transparent;
    transition: .4s all;
}

ul.menu_child li {
    display: block;
    margin: 0;
}

ul.menu_child li {
    border-bottom: 1px solid rgba(4, 92, 166, 0.14);
}

ul.menu_child a.active {
    border-left: 3px solid var(--1, #938776);
    color: var(--1, #938776);
    font-weight: 500;
    background: linear-gradient(90deg, rgba(147, 135, 118, 0.10) 0%, rgba(147, 135, 118, 0.00) 100%);
}

ul.menu_child li a:hover {
    color: var(--1, #938776);
}
.breadcrumbs .divider:last-child {
    display: none;
}
div#fp-nav a {
    display: inline-block;
    font-size: 0;
}

div#fp-nav a:before {
    counter-increment: item;
    content: counter(item, decimal-leading-zero); /* hiá»ƒn thá»‹ 01, 02, 03,... */
    color: var(--2, #34383F);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 0.6rem;
    width: 1.1rem;
    display: flex;
    align-items: center;
    border-right: 1px solid #34383F;
    margin-right: .4rem;
}
div#fp-nav {
    counter-reset: item;
}


div#fp-nav ul {
    list-style: none;
    margin: 0;
}

div#fp-nav li {
    display: flex;
    align-items: center;
    margin: 1rem 0;
}

a {}

.fp-tooltip {
    font-size: 0.6rem;
    transition: .5s all;
    opacity: 0;
    text-transform: uppercase;
}

div#fp-nav a.active+ .fp-tooltip {
    opacity: 1;
}

div#fp-nav {
    filter: brightness(0) invert(1);
    transition: .5s all;
}

.menu_color div#fp-nav {
    filter: brightness(1) invert(0);
}
.wrap_post_home {
    display: flex;
}

.wrap_post_home .item_product {
    width: calc(25% - 0.7rem);
}

.wrap_post_home .item_product:first-child {
    width: calc(50% - 0.7rem);
}

.wrap_post_home .item_product .box_img {
    padding-bottom: 0;
    overflow: hidden;
    height: 16.65rem;
    border-radius: 0.5rem;
}

.wrap_post_home .item_product:first-child .box_img {
    padding-bottom: 0;
    height: 16.65rem;
}

.wrap_post_home .item_product .box_content {
    position: unset;
    padding: .8rem 0 0;
}

.wrap_post_home .item_product h3 {
    font-size: 1.2rem;
    line-height: 1.2;
    text-transform: unset;
    color: var(--3_333333, #333);
}

.wrap_post_home .item_product span {
    color: var(--2, #34383F);
    opacity: 0.5;
}

.wrap_post_home .item_product span.dot {
    background: #34383F !important;
}

.wrap_post_home .item_product .box_img:before {
    opacity: 0;
}
.couter_slider span,.couter_slider {
    font-size: 0.7rem;
    color: #fff;
    background: transparent !important;
    opacity: 1 !important;
}

.couter_slider span.swiper-pagination-current {
    font-size: 1.2rem;
}
.swiper-pagination.couter_slider {
    text-align: left;
    filter: brightness(0) invert(0);
    display: inline-block;
}

.swiper-pagination.couter_slider:after {
    width: 10rem;
    height: 1px;
    content: '';
    display: inline-block;
    position: relative;
    top: -.3rem;
    margin-left: .5rem;
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}

.home_sec_1 .swiper-pagination.couter_slider,.home_sec_4 .swiper-pagination.couter_slider {
    bottom: 3rem;
    left: calc(calc(100% - 70rem)/2);
    filter: brightness(0) invert(1);
}
footer#footer {
    min-height: 90vh;
}
.wrap_action_filter .content_box {
    display: flex;
    align-items: center;
    border-radius: 0 4.5rem 4.5rem 0;
    background: rgb(147 135 118 / 20%);
    padding: .8rem .8rem .8rem 2.58rem;
    font-weight: 600;
    color: var(--2, #34383F);
    margin-left: -1.75rem;
    margin-bottom: 1em;
}

.wrap_action_filter .content_box a {
    margin: 0 0 0 1rem;
    flex: 0 0 auto;
}
body.category {
    overflow: unset;
}
.single-project .box_menu ul a:hover,.single-project .box_menu ul .current-menu-item a, .single-project .box_menu ul a.active {
    background: var(--1, #938776);

}
div#tieu_chuan .box_video {
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
}

div#tieu_chuan .box_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
a.like_product.active path {
    fill: red;
    stroke: red;
}
.wp_phongthuy_form .form-title span:after {
    background: var(--1, #938776);
}

.wp_phongthuy_form .form-line input[type="submit"], .wp_phongthuy_form .form-line input[type="button"] {
    border-radius: 100px;
    background: var(--1, #938776);
}

.wp_phongthuy_form .form-line select {
    background-size: .5rem;
}
.wp_phongthuy_popup table tr td {
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.wrap_bottom_product {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.wrap_bottom_product .right b {
    font-weight: 500;
    font-size: 1rem;
}
.cloudsWrapper:before,
.cloudsWrapper:after {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    min-width: 2560px;
    width: 100%;
    background-size: auto 100%;
    -webkit-animation: clouds linear infinite alternate;
    animation: clouds linear infinite alternate;
}

.clouds {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.cloudsWrapper {
    position: absolute;
    overflow: hidden;
    top: -35rem;
    height: 29rem;
    width: 100%;
}
.cloudsWrapper:after {
    background: url(../images/GaR2ZvO.png) bottom repeat-x;
    -webkit-animation-duration: 210s;
    animation-duration: 40s;
    filter: brightness(0) invert(1);
}
.cloudsWrapper:before {
    background: url(../images/zYklUEb.png) bottom repeat-x;
    -webkit-animation-duration: 120s;
    animation-duration: 40s;
}

.block {
    position: relative;
    height: 100%;
    background-image: radial-gradient(
            circle at 50% 90%,
            #385c78,
            #011735 79%,
            #010e1f
    );
    overflow: hidden;
    box-sizing: border-box;
}
a.toggle_button {
    position: fixed;
    top: 50%;
    right: 1.5rem;
    z-index: 999;
}



a.toggle_button {
    color: #fff;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    font-size: .5rem;
}

a.toggle_button .icon {
    position: unset;
}

a.toggle_button .icon {
    display: block;
}

a.toggle_button svg {
    width: 0.65rem;
    height: auto !important;
    margin-bottom: .2rem;
}

@keyframes stars {
    0% {
        -webkit-transform: rotate(-14deg);
        transform: rotate(-14deg);
    }
    100% {
        -webkit-transform: rotate(14deg);
        transform: rotate(14deg);
    }
}

@keyframes clouds {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
    }
}
.box_svg b {
    font-weight: 400;
    display: block;
    text-align: center;
    font-size: 2rem;
    line-height: 1.4;
    margin-top: 1rem;
    color: #e8dbc7;
    max-width: unset;
}

.box_svg {
    text-align: center;
    width: 36rem;
}
ul.nav_menu_header {
    margin-left: 1.5rem !important;
}
/*.about_sec_2_banner {padding-top: 30rem !important;}*/

.about_sec_2_banner .bg {
    background-size: cover !important;
}
.tuyen_dung_sec_1 .text,.tuyen_dung_sec_1 .text p {
    text-align: justify;
}
header#header #masthead .gt_float_switcher img{
    width: 24px;   
}
header#header #masthead .gt_float_switcher .gt_options a,
header#header #masthead .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code{
    font-size: 15px;
}
header#header #masthead .gt_float_switcher .gt-selected .gt-current-lang{
    padding: 4px 8px;
}
header#header #masthead .gt_float_switcher .gt_options{
    position: absolute;
    right: 0;
    top: 100%;
    width: 140px;
    background: #FFF;
    box-shadow: 0 0 20px #d5d5d5;
    max-height: 200px;
}
header#header #masthead #gt_float_wrapper{
    display: flex;
}
#main-menu .gtranslate_wrapper,
#main-menu .gtranslate_wrapper .gt_float_switcher{
    width: 100%;
}
#main-menu .gtranslate_wrapper .gt-current-lang{
    display: flex;
}
#main-menu .gtranslate_wrapper .gt-current-lang .gt_float_switcher-arrow{
    margin-left: auto;
}
#main-menu .gtranslate_wrapper .gt_float_switcher .gt_options{
    max-height: unset;
}
#main-menu .gt_float_switcher{
    font-size: 16px;
}
#main-menu .gt_float_switcher img{
    width: 24px;
}
div#popup_banner .box_form {
    padding: 2rem;
}
#popup_banner .wrap{
    display: flex;
}
div#popup_banner{
    max-width: 67rem;
}
#popup_banner .wrap .box_form{
    order: -1;
    width: 40%;
}
#popup_banner .wrap .box_img{
    width: 60%;
}
#popup_banner .wrap .box_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 1200px) {
    html {
        font-size: 1vw;
    }
    .single-product header#header,.single-product .header-wrapper {
        position: unset !important;
    }

    .single-product main#main {
        padding-top: 0;
    }
    .single-product .scroll_to_section {
        top: 0;
    }
}
@media only screen and (max-width: 1199px) {
    html {
        font-size: 1.2vw;
    }

    .hero-style {
        height: auto;
        padding-bottom: 56.25%;
    }

    .fp-tableCell {
        height: auto;
    }

    .home_sec_2, .home_sec_3, .home_sec_6, .home_sec_7, .home_sec_8, .home_sec_9, .home_sec_11,footer {
        padding: 4rem 0 !important;!i;!;
    }

    .bg_section {
        z-index: unset;
    }

    .nav_full_page {
        display: none;
    }

    .style_banner_slider {
        height: 40rem;
    }

    .home_sec_10 {
        padding: 4rem 0 0 0;
    }
    .scroll_to_section {
        display: none;
    }
    .single-product {
        overflow: hidden;
    }
    .single-product {
        overflow: hidden;
    }

    .banner_slide .banner {
        padding-top: 56.25% !important;
    }
    .single .loan-box-left .option input[type="radio"] {
        margin: 0 .6rem 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .single .loan-box-left .option-group .option {
        height: 2rem;
    }


    .single .loan-box-left .option input[type="radio"]::after {
        top: unset;
        left: unset;

    }
    .menu_project_fixed .scroll_to_section {
        display: flex;
    }
    .box_date_post b {
        line-height: .8 !important;
        display: block;
    }
}
@media only screen and (max-width: 849px) {
    html {
        font-size: 1.3vw;
    }

    body {
        font-size: 1rem;
    }

    span.sub_title {
        font-size: 1.2rem;
    }

    .wrap_home_sec_3 .item {
        height: 30rem;
    }

    .style_banner_slider .inner_banner .content {
        font-size: 1rem;
    }

    .style_banner_slider .inner_banner {
        width: 30rem;
    }

    .item_number .content {
        font-size: 1rem;
    }

    .home_sec_7 .fp-tableCell {
        padding-bottom: 0;
    }

    .item_vp b {
        font-size: 1rem;
    }

    .item_vp .content {
        font-size: 1rem;
    }

    ul.list_contact li {
        font-size: 1rem;
    }
    [data-open="#main-menu"]{
        background-image: url(../images/icon_menu.svg);
        width: 4rem;
        height: 2rem;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right center !important;
    }
    .header-inner {
        padding: .5rem 15px !important;!i;!;
    }
    i.icon-menu {
        opacity: 0 !important;
    }
    .header-main li.html.custom {
        display: block;
    }
    .header, .header-wrapper {
        box-shadow: none !important;
    }

    .header-wrapper.stuck {
        background: #34383F;
    }

    body .header.show-on-scroll,body .stuck .header-main {
        height: auto !important;
    }
    .nav-vertical>li>a, .nav-vertical>li>ul>li a {
        color: #fff;
    }

    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
        background: #34383F;
    }
    .off-canvas:not(.off-canvas-center) .nav-vertical li>a {
        color: #fff;
        font-size: 1.2rem;
    }
    .slider_news .col.post-item {
        flex-basis: calc(100% / 3);
        max-width: calc(100% / 3);
    }
    .slider_news {
        margin: 0;
    }
    .slider_news ol.flickity-page-dots {
        display: flex;
        position: unset;
        width: 100%;
        justify-content: center;
        margin-top: 2rem;
    }
    .slider_news button.flickity-button{
        display: none;
    }
    .wrap_action_filter .left.flex {
        flex-wrap: wrap;
    }

    .wrap_action_filter .item {
        width: calc(50% - 1rem);
        margin: 0 0.5rem 1rem !important;
        height: 3rem;
    }

    .wrap_action_filter .right {
        flex: 0 0 auto;
        margin-left: 1rem !important;

    }

    .wrap_products .item_product {
        width: calc(calc(100% / 2) - 1rem);
    }
    section.product_page.active .wrap_products .item_product {
        width: calc(calc(100% / 4) - 1rem);
    }
    body:not(.home) .header-wrapper {
        background: #34383F;
    }
    body:not(.home) ul.nav_menu_header svg[width="21"]{
        filter: brightness(0) invert(1);
    }
    body:not(.home) #logo {
        filter: brightness(0) invert(1);
        transition: .5s all;
    }
    body:not(.home) a.hotline_header{
        background: #FFFFFF;
    }
    body:not(.home) a.hotline_header svg path {
        fill: #34383F;
    }
    body:not(.home) a.hotline_header:before{
        background: #fff;
    }

    main#main {
        padding-top: 3.75rem;
    }
    .about_sec_2_banner {
        padding-top: 23rem !important;

    }
    .item_product.post_item h3 {
        font-size: 1rem;
    }

    .item_product.post_item .box_content span {
        font-size: 1rem;
    }
    .page-id-1433 {
        overflow-x: hidden;
    }

    body:not(.home) a.hotline_header .icon {
        margin: 0 !important;
        background: #fff;
    }

    body:not(.home) a.hotline_header .icon:before {
        background: #fff;
    }

    body:not(.home) a.hotline_header {
        background: transparent !important;
    }
    .home_sec_1 .swiper-pagination.couter_slider {
        left: 15px;
        bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
    html {
        font-size: 3.5vw;
    }

    .hero-style {
        padding-bottom: 80.25%;
    }

    .content_banner {
        left: 15px;
        bottom: 4rem;
        right: 15px;
    }

    .content_banner h2 {
        font-size: 1.8rem;
    }

    .hero-slider:before {
        width: 100%;
        pointer-events: none;
    }

    .swiper-pagination {
        left: 15px;
        right: 15px;
        bottom: 1rem;
    }

    .box_video_home_sec2 {
        margin-bottom: 3rem;
    }

    .button_link {
        font-size: 1rem;
        height: 3rem;
    }

    .col {
        padding: 0 15px;
    }

    .home_sec_3 .wrap {
        display: block;
    }

    .home_sec_3 .wrap .wrap_title {
        margin-bottom: 1rem;
    }

    .wrap_home_sec_3 {
        display: block;
        margin: 0;
    }

    .wrap_home_sec_3 .item {
        width: 100% !important;!i;!;
        height: 20rem !important;!i;!;
        margin: 0;
    }

    .wrap_home_sec_3 .item+.item {
        margin-top: 15px !important;!i;!;
    }

    .wrap_home_sec_3 .item:before {
        z-index: 1;
    }

    .wrap_home_sec_3 .item h3 {
        left: 1.75rem;
        width: calc(100% - 3.5rem);
        transform: rotate(0deg);
        z-index: 9;
    }

    .style_banner_slider .inner_banner {
        width: 100%;
        padding: 0 15px;
        padding-top: 11rem;
        align-items: flex-start;
    }

    .box_menu {
        top: 2rem;
        left: 15px;
        right: 15px;
    }

    .box_menu ul {
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -0.5rem;
    }

    .box_menu ul li {
        width: calc(50% - 1rem) !important;!i;!;
        margin: 0 .3rem 1rem !important;!i;!;
    }

    .box_menu ul li a {
        width: 100%;
    }

    .style_banner_slider {
        height: 42rem;
    }

    .home_sec_7 .wrap_title {
        margin-bottom: 3rem;
    }

    .home_sec_7 .col.large-3.medium-3 .item_number {margin-bottom: 2rem;}

    .home_sec_7 .col.large-3.medium-3 .item_number .content {
        font-size: 1.2rem;
    }

    .item_number {
        width: calc(50% - 1rem);
        margin-bottom: 2rem;
    }

    .hoa_tiet_logo {
        width: 100%;
        right: 0;
    }

    .home_sec_10 .box_img img {
        transform: unset;
        margin-top: 3rem;
    }

    .home_sec_10 .wrap_title {
        margin-top: 0;
    }

    .home_sec_11 .wrap {
        display: block !important;!i;!;
        text-align: center;
    }

    .style_menu ul {
        flex-wrap: wrap;
    }

    .style_menu.style_2 li {
        width: calc(50% - 1rem);
        margin: 0 0.5rem 1rem;
    }

    .style_menu.style_2 ul {
        margin: 2rem -0.5rem 0;
    }

    .style_menu.style_2 ul a {
        width: 100%;
    }

    .home_sec_11 .wrap_title {
        max-width: 100%;
    }

    a.link_banner {
        display: none;
    }

    .style_banner_slider .swiper-slide:before {
        width: 100%;
    }
    .wrap_button_fixed {right: 15px;}

    .next_section {
        display: none;
    }

    .toggle_button:before {
        background: #34383F;
        z-index: -1;
    }

    .toggle_button:after {
        z-index: -1;
        position: absolute;
        width: 100%;
        height: 100%;
        background: aliceblue;
        border-radius: 5rem;
        content: '';
    }
    .wrap_vp {
        margin-top: 0;
    }

    .footer_2 {
        padding-top: 3rem;
    }
    .group_logo_dt a {
        width: calc((calc(100% / 2) - 1.5rem));
    }
    .fp-tableCell {
        overflow: unset;
    }

    .home_sec_9 .swiper-pagination {
        bottom: -3rem;
    }
    .item_product .box_img ul li {
        font-size: .6rem;
        height: 1.5rem;
    }

    .item_product .box_content span {
        font-size: 1rem;
    }
    .home_sec_11 .wrap_slider .slider_posts {
        padding: 0 !important;
        margin: 0 15px;
    }

    .item_product.post_item h3 {
        font-size: .8rem;
    }

    .item_product.post_item .box_content span {
        font-size: .6rem;
    }
    a.hotline_header {
        font-size: 0;
    }

    ul.nav_menu_header li+li {
        margin-left: .8rem;
    }

    a.hotline_header svg {
        margin: 0;
    }

    a.hotline_header:before {
        width: 100%;
    }

    .off-canvas:not(.off-canvas-center) .nav-vertical li>a {
        font-size: 1rem;
    }
    .load_home_page svg {
        max-width: 70vw;
    }
    .hoa_tiet_logo {
        display: none;
    }
    .home_sec_6 .wrap .wrap_title {
        margin-bottom: 1rem;
    }

    .home_sec_6 .wrap {
        display: block;
    }
    .swiper-pagination.center {
        width: max-content;
    }
    .html_topbar_left ul.nav_menu_header svg[width="21"] {
        display: none;
    }

    ul.nav_menu_header svg[width="21"] {
        width: 1.8rem;
    }

    .header-inner .nav li.nav-icon.has-icon {
        margin: 0;
    }
    .banner_slide .text-inner {
        max-width: 100%;
    }

    .banner h1, .banner h2, .banner h3 {
        font-size: 1.5rem;
    }

    .banner_slide .banner .text-box {
        width: 100% !important;
        padding: 0 15px;
    }

    .banner_slide ol.flickity-page-dots {
        left: 15px;
        right: 15px;
        bottom: 1rem;
    }

    .flickity-page-dots {
        pointer-events: unset;
    }

    .breadcrumbs {
        display: none;
    }

    .group_heading h1, .group_heading h2, .group_heading h3 {
        font-size: 2rem;
    }

    .text {
        font-size: 1rem;
    }

    .product_sec_2 {
        padding: 4.25rem 0 0 0 !important;
    }

    .img_product_sec_1 {
        margin-top: 0;
    }

    .img_product_sec_1:before {
        height: 10rem;
    }

    .product_sec_3 {
        padding: 4rem 0 !important;
    }

    .product_sec_4 .slider_tien_ich .banner.is-selected {
        transform: scale(1);
        height: 17rem;
    }

    .product_sec_4 {
        padding: 4rem 0 !important;
    }

    .product_sec_5 ul.nav {
        position: unset;
        justify-content: center;
    }

    .product_sec_5 .group_heading {
        text-align: center;
    }

    .product_sec_5  .group_heading {
        text-align: center !important;
        margin-bottom: 2rem;
    }

    .slider_gallery .col {
        flex-basis: calc(100% / 2);
        max-width: calc(100% / 2);
    }

    .slider_gallery .col .img-inner {
        height: 9.9rem;
    }

    .product_sec_6 {
        padding: 2rem 0 4rem !important;
    }

    .slider_news .col.post-item {
        flex-basis: calc(100% / 2);
        max-width: calc(100% / 2);
        padding: 0 5px;
    }

    .form_product .large-7 .col-inner {
        padding: 1.5rem;
    }

    .product_sec_8 {
        padding: 4rem 0 !important;

    }
    .slider_tien_ich .flickity-viewport {
        height: 20rem !important;
    }

    .toggle_button:after {
        display: none;
    }

    .uoc_tinh_tai_chinh, .row {
        max-width: 100% !important;
    }

    .single .loan-tool-block {
        display: block;
    }

    .single .loan-tool-block .col {
        width: 100% !important;
        padding: 0;

    }

    .single .loan-tool-block .col .row {
        margin: 0;
    }

    .single .loan-tool-block .col.loan-box-right {
        margin: 1.5rem 0 0 0;
    }

    section.product_sec_9.home_sec_6>.row {
        margin: 0;
    }

    section.product_sec_9.home_sec_6>.row>.col {
        padding: 0;
    }

    .product_sec_9 .arrow_slider {
        display: none;
    }

    .product_sec_9 .swiper-pagination {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .slider_news {
        max-width: unset !important;
        margin: 0 -5px !important;

    }
    .wrap_page {
        display: block;
    }

    .tax-product-category {
        overflow-y: hidden;
    }

    .wrap_action_filter.top {
        display: block;
        margin: 1rem 0rem;
    }

    .wrap_action_filter .item.item_cat_product {
        width: calc(100% - 1rem);
    }

    .box_map {
        width: 100%;
        position: fixed;
        z-index: 19;
        bottom: 0;
        top: unset;
        padding: 0;
        height: 40vh;
        box-shadow: 0 0 15px #333;
        transform: translateY(150%);
    }

    .wrap_action_filter.top {
        padding: 1rem;
    }

    div#map {
        height: 100%;
    }

    .product_page.active+.box_map {
        width: 100% !important;
        transform: translateY(0%);

    }
    .wrap_products .item_product {
        width: calc(calc(100% / 2) - 1rem) !important;
    }
    .wrap_action_filter .item .box {
        min-width: 100%;
        width: calc(100vw - 3rem) !important;
    }

    ul.filter_cat a, ul.filter_term a {
        font-size: 1rem;
        padding: .7rem;
    }
    .wrap_action_filter .item:nth-child(2).active .box,.wrap_action_filter .item:nth-child(4).active .box {
        left: 0;
        transform: translate(0%,100%) scale(1);
    }

    .wrap_action_filter .item:nth-child(3).active .box, .wrap_action_filter .item:nth-child(5).active .box {
        right: 0;
        transform: translate(0%, 100%) scale(1);
        left: unset;
    }
    .wrap_action_filter .item>b {
        line-height: 1.2;
        font-size: 1rem;
        text-align: center;
    }
    .item_product .box_content {
        padding: 0 .8rem .8rem;
    }
    .copyright .wrap {
        display: block;
        text-align: center;
    }

    .copyright .wrap * {
        font-size: .7rem;
    }

    .copyright {
        position: unset;
        margin-top: 2rem;
    }
    .product2_sec_1 {
        padding: 4rem 0 26rem !important;
    }

    .product2_sec_1_items .text+.text {margin-top: .8rem;min-height: unset;}

    .product2_sec_1_items .col+.col {
        margin-top: 2rem;
    }

    .product2_sec_1_items .text {
        min-height: unset;
    }

    .product2_sec_1_items {
        margin-top: 1rem !important;
    }

    .product2_sec_3_img {
        width: 100% !important;
    }

    .form_dktq .wrap .left .wrap_col {
        width: 100%;
    }

    .form_dktq .wrap .left {
        display: block;
        width: 100%;
    }

    .form_dktq .wrap {
        display: block;
    }

    .form_dktq .wrap .left .wrap_col+.wrap_col {
        margin: 1rem 0 0;
    }

    .form_dktq .wrap .left input {
        width: 100%;
        height: 3rem;
        font-size: 1rem;
    }

    .form_dktq .wrap .right {
        width: 100%;
        margin-top: 1rem;
    }

    .form_dktq .wrap [type="submit"] {
        height: 3rem;
    }

    .dang_ky_tham_quan {
        background-image: none;
    }

    .product2_sec_3_wrap {
        margin-bottom: 2rem;
    }

    .product2_sec_3_wrap .col-inner {
        height: auto;
        padding: 0 1.25rem 2.25rem;
    }

    .product2_sec_3_wrap .icon-inner {
        width: 3rem;
        height: 3rem;
    }

    .product2_sec_3 {
        padding: 4rem 0 4rem !important;
    }

    .product2_sec_4 {
        padding: 4rem 0 !important;
    }

    .product2_sec_4_left .img {
        margin-top: 2rem;
    }

    .product2_sec_4_right .img img {
        padding-left: 0;
        margin-top: 3rem;
    }

    .product2_sec_4_right .text {
        padding: 0;
    }

    .product2_sec_4_right .img {
        margin-bottom: 2.5rem !important;
    }

    .product2_sec_5 {
        padding: 4rem 0 !important;
    }

    .product2_sec_5_content {
        padding-bottom: 2rem;
    }

    .product2_sec_6_gallery {
        margin: 0 !important;
    }

    .product2_sec_6 {
        padding-top: 4rem !important;
    }

    .product2_sec_6_content {
        padding-top: 4rem;
    }

    .product2_sec_6_toggle .accordion-title {
        font-size: 1.2rem;
    }

    .product2_sec_6_toggle button.toggle {
        top: 1rem;
    }

    .product2_sec_8 {
        padding: 4rem 0 !important;
    }

    .slider_nav img {
        height: 4rem !important;
        object-fit: cover;

    }

    .product2_sec_9 {
        padding: 4rem 0 5rem !important;
    }

    .product2_sec_9_img {
        margin-top: 1rem;
    }
    .product2_sec_1_items {
        margin-bottom: 2rem;
    }

    .product2_sec_3_wrap  .col+.col {
        margin-top: 2rem;
    }
    .slider_logo_dt .stack .col {
        flex-basis: 50%;
        max-width: 50%;
    }
    .slider_logo_dt .stack>.row:nth-child(2) .col:nth-child(5) {
        display: none;
    }
    .about_sec_1_wrap {
        padding: 2rem 1rem 0;
    }

    .about_sec_1_wrap .img {
        margin-top: 0;
    }

    .about_sec_2_wrap .col+.col {
        margin-top: 1rem;
    }

    .about_sec_2_banner {
        padding-top: 39rem !important;
    }

    .about_sec_2_banner .col {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0;
    }

    .about_sec_3 {
        padding: 4rem 0 !important;
    }

    .about_sec_3 {
        padding-bottom: 1rem !important;
    }
    .menu_news ul {flex-wrap: wrap;margin: 0 -0.4rem;}

    .menu_news ul li {
        width: calc(50% - 0.8rem);
        margin: 0 .4rem;
    }

    .menu_news ul li a {
        width: 100%;
        margin-bottom: 1rem;
    }

    .wrap_post_top .post_item {
        float: unset !important;
        width: 100%;
    }

    .wrap_post .post_item {
        width: calc(calc(100% / 2) - 0.7rem);
    }

    .post_item:not(.item_product) .box_img {
        height: 7.2rem;
    }

    .wrap_post_top .post_item .box_img {
        height: 10.4155rem;
    }
    .post_details_page {
        padding: 2.5rem 0 3rem;
    }

    .content.content_post {
        margin-bottom: 3rem;
    }
    .tuyen_dung_item .wrap_title ul {
        display: block;
    }

    .tuyen_dung_item .box_content .content {
        font-size: 1rem;
    }

    .tuyen_dung_sec_3_wrap>.col {
        padding: 0 15px !important;
    }

    .form_tuyen_dung .wrap_form .row {
        max-width: unset !important;
    }

    .form_tuyen_dung .wrap.flex {
        display: block;
    }

    .form_tuyen_dung .wrap.flex .content {
        margin-bottom: 1rem;
    }
    .item_gallery {
        width: calc(calc(100% / 2) - 1.5rem);
    }

    .tab_cong_cu .row {
        max-width: unset !important;
    }

    .item_gallery h3 {
        padding: 0 1.25rem 1.25rem;
    }

    .item_gallery .box_img {
        height: 18rem;
    }

    .item_gallery .box_img:before {
        height: 50%;
    }

    .gallery_sec_2 {
        padding: 4rem 0 !important;
    }
    .tab_cong_cu.tabbed-content .nav>li {
        margin-right: 1rem;
    }
    .inner_phong_thuy {
        padding: 1.5rem;
    }
    .wrap_content_contact {
        display: block;
    }

    .wrap_content_contact .text {
        width: 100% !important;
        margin: 1rem 0 0 0 !important;
    }

    .wrap_content_contact .text+.text {
        margin-left: 0 !important;
    }

    .contact_sec_1 {
        padding: 2rem 0 !important;
    }

    .contact_sec_2_img img {
        margin-left: 0;
        width: 100%;
    }

    .contact_sec_2 {
        padding: 4.5rem 0 !important;
    }

    .contact_sec_3 .wrap_form .row {
        max-width: unset !important;
    }

    .contact_sec_3 {
        padding-bottom: 0 !important;
        padding-top: 2rem !important;
    }

    .form_contact_inner {
        padding: 2rem;
        margin: 2rem;
    }
    .ky_gui_sec_1 .wrap_form .wrap>* {
        width: 100%;
        padding: 0;
    }

    .ky_gui_sec_1 .wrap_form .wrap {
        display: block;
    }

    .ky_gui_sec_1 .wrap_form .wrap> .right {
        padding: 0;
    }
    ul.list_contact li a {
        color: #fff;
    }
    .menu_news ul a {
        text-align: center;
        line-height: 1.2;
        height: 3rem;
    }
    .toggle i {
        color: #fff;
    }
    .mfp-content {
        margin-top: 3.6rem;
    }
    .mfp-bg.mfp-ready {
    }
    .mfp-bg.mfp-ready {
        top: 3.7rem !important;
        height: 100vh !important;
        position: fixed !important;
    }

    .mfp-ready .mfp-close {
        left: 1rem;
        right: unset;
        opacity: 0;
    }

    .off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
        box-shadow: none;
    }
    .footer_1
    h3.title_footer {
        max-width: 20rem;
    }
    .ky_gui_sec_1 .wrap_form {
        margin-bottom: 1rem;
    }
    .dang_ky_tham_quan {background-color: rgb(165 140 112);padding: 2rem 0;}
    .product2_sec_1_new .title * {
        color: #d3a222;
        content: "Tá»”NG QUAN Dá»° ÃN";
        font-weight: 700;
        line-height: 1.1;
        opacity: .1;
        position: absolute;
        text-align: center;
        top: 0;
        transform: translatey(-50%);
        width: 100%;
        z-index: 1;
        font-size: 9vw;
        margin: 0;
    }

    .list_info_du_an {
        color: #081965;
    }

    .product2_sec_1_new .row {
        position: relative;
        z-index: 2;
    }

    .list_info_du_an .title_list {
        font-weight: 700;
        font-style: normal;
        font-size: 18pt;
        color: #081965;
        position: relative;
        display: -webkit-inline-box;
        align-items: center;
        padding-right: 20px;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .list_info_du_a p {
        margin: 0;
    }

    .list_info_du_an p {
        margin: 0;
        font-style: normal;
        font-size: 1.3rem;
        color: #081965;
        line-height: 1.4;
        font-weight: 500;
    }

    .list_info_du_an .title_list:after {
        background: #d3a222;
        content: "";
        height: 100%;
        top: -5px;
        transform: rotate(10deg);
        width: 1px;
        display: inline-block;
        position: absolute;
        right: 0px;
    }

    .list_info_du_an .row .col-inner {height: 100%;}

    .list_info_du_an .row+.row {
        margin-top: 1.6rem !important;
    }

    .list_info_du_an .title_list * {
        font-weight: 700;
    }

    .list_info_du_an strong {
        font-size: 2rem;
    }

    .list_info_du_an .title_list {
        justify-content: flex-start;
        margin-bottom: .6rem;
    }

    .list_info_du_an .title_list:after {
        right: unset;
        left: 0;
        display: none;
    }
    .form_trai_nghiem {
        margin-top: 0rem;
    }
    .list_logo .col {
        margin-top: 3rem;
    }

    .product2_sec_1_new .list_logo {
        margin-top: 2rem;
    }

    .product2_sec_1_new {
        padding-bottom: 4rem !important;
    }
    .form_dk .row {
        max-width: unset !important;
    }
    .page-template-news {
        overflow: hidden;
    }

    .news_page .img_scroll {
        position: unset;
        transform: unset !important;
    }

    .news_page .img_scroll .inner {
        text-align: center;
    }

    .img_scroll ul img {
        display: block;
        margin: auto;
        max-width: 21rem;
    }

    .news_page .img_scroll {
        margin-top: 2rem;
    }
    .style_menu ul a {
        height: 3.35rem;
        text-align: center;
        line-height: 1.2;
    }

    .style_banner_slider .inner_banner {
        padding-top: 18em;
        text-align: center;
        background: rgba(147, 135, 118, 0.50);
        backdrop-filter: blur(5px);
    }
    .home_sec_10 {
        padding-bottom: 5rem;
    }
    .wrap_post_home .item_product {
        width: 100% !important;
        margin: 0 !important;
    }

    .wrap_post_home {
        display: block !important;
    }

    .wrap_post_home .item_product+.item_product {
        margin-top: 1.5rem;
    }

    .item_product.post_item h3 {
        font-size: 1.2rem;
    }

    .item_product.post_item .box_content span {}

    .wrap_post_home .item_product .box_content span {
        font-size: .9rem;
    }

    .home_sec_11 .wrap_slider .slider_posts {
        margin: 0 !important;
    }
    footer#footer {
        min-height: unset !important;
    }
    .about_sec_2_banner>.text {
        width: calc(100%) !important;
    }

    .about_sec_2_banner {
        display: block !important;
        padding: 0 !important;
        min-height: 30rem !important;
    }

    .about_sec_2_banner>.text {
        margin-top: 3rem !important;
    }

    .about_sec_2_banner>.text:first-child {
        margin-top: 6rem !important;
    }
    .about_sec_2_banner .sub_title.text_white {
        font-size: 1.3rem !important;
    }
    #search-lightbox .search-lightbox-title {
        font-size: 1.279rem;
    }
    .footer_1 h3.title_footer {
        display: block;
        margin: 0 auto 1.6rem;
        text-align: center;
    }

    ul.list_contact {
        text-align: center;
    }

    ul.list_contact li {
        justify-content: center;
    }

    .footer_1 b.title.text_white {
        display: block;
        text-align: center;
    }

    ul.list_contact:before {
        background: linear-gradient(45deg, transparent, #34383F, transparent);
        left: 50%;
        transform: translateX(-50%);
    }

    ul.socials {
        justify-content: center;
    }
    .about_sec_1_wrap .content {
        font-size: 1rem;
    }
    .content_about_sec_1 {
        margin-bottom: 2rem;
    }
    .wrap_form label {
        font-size: 1rem;
    }

    .ky_gui_sec_1 .wrap_form select {
        font-size: 1em;
    }

    .wrap_form input:not([type="file"]), .wrap_form textarea {
        font-size: 1rem;
    }
    .cloudsWrapper {
        top: -24rem;
    }
    .banner_page {
        overflow: hidden;
    }
    .box_svg b {
        font-size: 2.6rem;
    }
    .home_sec_1 .swiper-pagination.couter_slider, .home_sec_4 .swiper-pagination.couter_slider {
        left: 15px;
    }
    .home_sec_10 .box_img img {
        margin-top: 0;
    }
    .single .loan-box-left .option-group .option {
        padding-right: 1rem;
    }
    .uoc_tinh_tai_chinh a.button.primary {width: 100%;}
    .tuyen_dung_sec_1_items .col-inner {
        font-size: 1.1rem;
    }

    .tuyen_dung_sec_1_items h1, .tuyen_dung_sec_1_items h2, .tuyen_dung_sec_1_items h3 {
        font-size: 1.5rem;
    }
    .selected-option {
        font-size: 1.1rem;
        height: 3rem;
    }

    .wrap_filter_td .item {
        width: 100% !important;
        margin: 0 0 .5rem 0;
    }

    .wrap_filter_td {
        display: block;
        margin: 0;
    }
    input,
    textarea,
    select {
        font-size: 16px !important;
    }
    .wrap_form input:not([type="file"]), .wrap_form textarea, .wrap_form select,.ky_gui_sec_1 .wrap_form select {
        height: 3rem;
    }
    .box_svg b {
        font-size: 1.5rem;
    }
    .style_banner_slider .swiper-slide:before {
        filter: blur(0);
        display: none;
    }

    .style_banner_slider .inner_banner {
        backdrop-filter: blur(0);
        background: rgb(0 0 0 / 50%);
    }
    .content.content_post {
        padding: 1rem;
    }
    #popup_banner .wrap{
        flex-wrap: wrap;
    }
    #popup_banner .wrap .box_form{
        order: 2;
        width: 100%;
        padding: 2rem 1rem 0;
    }
    #popup_banner .wrap .box_img{
        width: 100%;
    }
}