@font-face {
    font-family: 'SFUFuturaBold';
    src: url('../fonts/SFUFuturaBold.eot');
    src: url('../fonts/SFUFuturaBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFUFuturaBold.woff2') format('woff2'),
    url('../fonts/SFUFuturaBold.woff') format('woff'),
    url('../fonts/SFUFuturaBold.ttf') format('truetype'),
    url('../fonts/SFUFuturaBold.svg#SFUFuturaBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFUFuturaBook';
    src: url('../fonts/SFUFuturaBook.eot');
    src: url('../fonts/SFUFuturaBook.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFUFuturaBook.woff2') format('woff2'),
    url('../fonts/SFUFuturaBook.woff') format('woff'),
    url('../fonts/SFUFuturaBook.ttf') format('truetype'),
    url('../fonts/SFUFuturaBook.svg#SFUFuturaBook') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFUFutura';
    src: url('../fonts/SFUFutura.eot');
    src: url('../fonts/SFUFutura.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFUFutura.woff2') format('woff2'),
    url('../fonts/SFUFutura.woff') format('woff'),
    url('../fonts/SFUFutura.ttf') format('truetype'),
    url('../fonts/SFUFutura.svg#SFUFutura') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFUFuturaExtraBold';
    src: url('../fonts/SFUFuturaExtraBold.eot');
    src: url('../fonts/SFUFuturaExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFUFuturaExtraBold.woff2') format('woff2'),
    url('../fonts/SFUFuturaExtraBold.woff') format('woff'),
    url('../fonts/SFUFuturaExtraBold.ttf') format('truetype'),
    url('../fonts/SFUFuturaExtraBold.svg#SFUFuturaExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFUFuturaHeavy';
    src: url('../fonts/SFUFuturaHeavy.eot');
    src: url('../fonts/SFUFuturaHeavy.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SFUFuturaHeavy.woff2') format('woff2'),
    url('../fonts/SFUFuturaHeavy.woff') format('woff'),
    url('../fonts/SFUFuturaHeavy.ttf') format('truetype'),
    url('../fonts/SFUFuturaHeavy.svg#SFUFuturaHeavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DFVNCalignaRegular';
    src: url('../fonts/DFVNCalignaRegular.eot');
    src: url('../fonts/DFVNCalignaRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DFVNCalignaRegular.woff2') format('woff2'),
    url('../fonts/DFVNCalignaRegular.woff') format('woff'),
    url('../fonts/DFVNCalignaRegular.ttf') format('truetype'),
    url('../fonts/DFVNCalignaRegular.svg#DFVNCalignaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



:root{
    --main-cl: #1072BA;
    --sub-cl: #F27325;
    --container-w: 72.917rem;
    --font-title: 'DFVNCalignaRegular';
    --font-400: 'SFUFutura';
    --font-700: 'SFUFuturaBold';
    --font-900: 'SFUFuturaHeavy';
}

@media (min-width: 1200px) {
    html {
        font-size: 1.12vw;
    }
}
@media (min-width: 1400px) {
    html {
        font-size: 1vw;
    }
}

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: 10px;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: #000;
}

input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0.052rem 0.052rem 0.15625rem rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0.052rem 0.052rem 0.15625rem rgba(0,0,0,0);
    box-shadow: inset 0.052rem 0.052rem 0.15625rem rgba(0,0,0,.0);
    outline: none !important;
}
body{
    overflow-x: hidden;
    font-family:var(--font-400);
    font-size: 0.9rem;
}
h1,h2,h3,b,strong{
    font-family: var(--font-700);
    font-weight: normal;
}



.banner-bg {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.banner-bg .bg {
    left: 0;
    height: 100%;
    background-size: cover;
}

.banner_page .row {
    min-height: 100vh;
    align-items: flex-end;
    padding-bottom: 4rem;
}

.section {
    padding: 0;
}

.title_banner {
    font-family: var(--font-title);
    text-transform: uppercase;
    text-shadow: 0rem 0.2rem 0.45rem rgba(0, 0, 0, 0.90);
    color: #fff;
    font-size: 3.5rem;
    line-height: normal;
    margin-bottom: 1rem;
    margin: 0 0 0.5rem 0;
}

.content_banner .content {
    font-size: 1.25rem;
    color: #fff;
}

.content_banner.text-center {
    max-width: 42rem;
    m,animation: initial;
    m,animation: initial;
    m,animation: a;
    margin: 0 auto 6rem;
}

.banner_page .bg:before,.banner_page .bg:after {
    content: '';
    background: linear-gradient(0deg, #000 -10%, rgba(0, 0, 0, 0.00) 45%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.banner_page .bg:after {
    transform: rotate(180deg);
}

.heading_title {
    font-family: var(--font-title);
    text-transform: uppercase;
    font-size: 3.35rem;
    line-height: 1;
    margin-bottom: 1.25rem;
    padding-top: 2.5rem;
    position: relative;
}
.heading_title:before{
    content: '';
    background-image: url(../images/hoaq_tiet_title.svg);
    width: 4.8rem;
    height: 1.2rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}


body * {
    font-weight: normal;
}

section.section.contact_page {
    padding: 6.5rem 0 7rem;
}

.box_map iframe {
    width: 100%;
    display: block;
    height: 39.2rem;
}

.wrap_items_contact {
    padding-right: 5rem;
}

.box_map {
    padding-right: 1.75rem;
}

.wrap_items_contact .item h3 {
    font-size: 1.5rem;
    margin: 0 0 1.25rem;
}

span.sub_title {
    display: block;
}

.button_style {
    display: inline-flex;
    padding: 0.6rem 1.1rem 0.6rem 1rem;
    background: var(--1_000000, #000);
    color: #fff !important;
    line-height: normal;
    font-size: 0.75rem;
}

.wrap_items_contact .item {
    padding: 2rem 0;
}

.wrap_items_contact .item + .item {
    border-top: 1px solid #BBB;
}

.wrap_items_contact ul {
    list-style: none;
    margin: 0 0 1.5rem;
}

.wrap_items_contact ul a {
    display: flex;
    align-items: center;
    color: var(--1_000000, #000);
}

.wrap_items_contact ul a .icon {
    width: 1.25rem;
    margin-right: 0.75rem;
}

.wrap_items_contact .item .content {
    margin-bottom: 1.25rem;
}

.wrap_items_contact ul li {
    margin: 0;
}

.wrap_items_contact ul li + li {
    margin-top: 0.5rem;
}
.section {
    overflow: hidden;
}
section.section.footer_top.banner_page .bg:before, section.section.footer_top.banner_page .bg:after {
    display: none;
}

.form_footer {
    background: rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(0.25rem);
    padding: 5rem 4.5rem 4rem;
    max-width: 31.5rem;
}

.text_white,.text_white * {
    color: #fff;
}

.font_title {
    font-family: var(--font-title);
}

.form_footer h3 {
    font-size: 2.25rem;
    margin: 0 0 0.5rem;
}

.form_footer .content {
    margin-bottom: 1rem;
}

.footer_top .row {
    height: auto;
    min-height: unset;
}

.row {
    padding-bottom: 0 !important;
}

.col {
    padding-bottom: 0;
}

.footer_top.banner_page {
    padding: 8rem 0 0 0 !important;
}

footer#footer {
    background: #eeece8;
    padding-top: 3.75rem;
}

img.logo_footer {
    height: 2.85rem;
    width: auto;
}

footer#footer .font_title {
    font-size: 1.4rem;
    margin: 0 0 0.75rem;
}

ul.socials {
    list-style: none;
    margin: 0;
    display: flex;
}

ul.socials a {
    width: 2.1rem;
    height: 2.1rem;
    background: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 1;
    transition: .5s all;
}

ul.socials a img {
    max-width: 60%;
    max-height: 60%;
    width: auto;
    height: auto;
}

ul.socials li+li {
    margin-left: 1rem;
}

footer#footer .line {
    background: #000;
    opacity: .6;
    width: 100%;
    height: 1px;
    margin: 1.75rem 0 1.75rem;
}

ul.socials li {
    margin-bottom: 0;
}

.row.wrap_info_footer ul {
    list-style: none;
    margin: 0;
}

.row.wrap_info_footer ul a {
    display: flex;
    color: #000;
}

.row.wrap_info_footer ul a .icon {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 1rem;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    margin-top: 0.3rem;
}

img {
    max-width: 100%;
    max-height: unset;
    width: auto;
    height: auto;
}

.row.wrap_info_footer ul li {
    margin: 0;
}

.row.wrap_info_footer ul li+li {
    margin-top: 0.9rem;
}

.row.wrap_info_footer .item {
    display: flex;
    justify-content: space-between;
}

.row.wrap_info_footer .item .right {
    flex: 0 0 auto;
    width: 8.7rem;
    margin-left: 3.5rem;
}

.row.wrap_info_footer .item .left {
    max-width: 28rem;
}

.copyright {
    /*height: 2.7rem;*/
    background: var(--1_000000, #000);
    text-align: center;
    color: #666;
    font-size: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.25rem;
}

.row.wrap_info_footer ul a.text_to {
    font-size: 1.1rem;
}

ul.socials a:hover {
    opacity: .6;
}
.col {
    padding-bottom: 0 !important;
}
.wrap_form input {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #FFF !important;
    padding: 0 !important;
    color: #fff !important;
    margin: 0 0 1.5rem 0;
    box-shadow: none !important;
}

.wrap_form input::placeholder {
    color: #fff;
}

.wpcf7-submit {
    display: none !important;
}

.submit_form {
    color: var(--1_000000, #000) !important;
}

.submit_form span {
    color: var(--1_000000, #000) !important;
}

.submit_form svg {
    filter: brightness(0) invert(0) !important;
}

.wrap_form br {
    display: none;
}
.wrap_posts_nb {display: inline-block;width: 100%;}

.wrap_posts_nb .item {
    width: 50%;
    float: left;
    background: #F5F5F5;
    cursor: pointer;
    position: relative;
}

.wrap_posts_nb .item .box_img {
    width: 50%;
    flex: 0 0 auto;
}

.wrap_posts_nb .item .box_img .inner {
    padding-bottom: 88%;
    position: relative;
    background: #000;
    overflow: hidden;
}

.wrap_posts_nb .item .box_img .inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .5s all;
}

.wrap_posts_nb .item .box_content {
    padding: 1rem 2.25rem;
}

.meta {
    font-size: 0.75rem;
    color: #666;
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
}

.meta .dot {
    width: 0.25rem;
    height: 0.25rem;
    background: #666;
    flex: 0 0 auto;
    border-radius: 50%;
    margin: 0 0.5rem;
}

.wrap_posts_nb .item .box_content h3 {
    font-size: 1.1rem;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.wrap_posts_nb .item:hover .box_img .inner img {
    transform: scale(1.1);
}

.wrap_posts_nb .item:nth-child(1) .box_img {width: 100%;position: relative;}

.wrap_posts_nb .item:nth-child(1) .box_content {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    z-index: 2;
}

.wrap_posts_nb .item:nth-child(1) {
    align-items: flex-end;
}

.wrap_posts_nb .item:nth-child(1) .box_img:before {
    content: '';
    opacity: 0.95;
    position: absolute;
    background: linear-gradient(0deg, black, transparent);
    bottom: 0;
    left: 0;
    height: 7.15rem;
    width: 100%;
    z-index: 2;
}

.wrap_posts_nb .item:nth-child(1) .box_content * {
    color: #fff;
}

.wrap_posts_nb .item:nth-child(1) .box_content .dot {
    background: #fff;
}

.wrap_posts_nb .item:nth-child(3) .box_img {
    order: 2;
}

.wrap_posts_nb .item:nth-child(1) .box_img .inner {
    padding-bottom: 87.9%;
}

section.section.news_page {
    padding: 10.5rem 0 7.5rem;
}
a.style_center.max {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.style_menu {
    margin-top: 7.5rem;
}

.style_menu ul li a {
    border: none;
}

.style_menu li {
    border: none !important;
}

.style_menu {
    display: inline-flex;
    justify-content: center;
    width: 100%;
}

.style_menu ul {
    display: flex;
    margin: 0;
    list-style: none;
}

.style_menu ul a {
    color: var(--1_000000, #000);
    text-transform: uppercase;
    position: relative;
}

.style_menu ul a:before {
    content: '';
    height: 2px;
    background: var(--1_000000, #000);
    width: 0;
    display: inline-block;
    margin-right: 0.5rem;
    transition: .5s all;
    position: absolute;
    bottom: 0;
}

.style_menu ul li+li {
    margin-left: 2rem;
}

.style_menu ul a:hover:before, .style_menu ul li.current-menu-item a:before,.style_menu ul li a.active:before {
    width: 100%;
}
.wrap_posts {
    display: flex;
    flex-wrap: wrap;
    margin: 3.25rem -0.5rem 0;
}

.item_post {
    width: calc(calc(100% / 3) - 1rem);
    margin: 0 0.5rem 3rem;
    position: relative;
    border-bottom: 2px solid #E6E6E6;
    padding-bottom: 1.5rem;
}

.item_post .box_img {
    position: relative;
    padding-bottom: 70%;
    overflow: hidden;
    margin-bottom: 1rem;
}

.item_post .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .5s all;
}

.item_post:hover .box_img img {
    transform: scale(1.2);
}

.item_post .meta {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-bottom: 0.75rem !important;
    text-align: left !important;
}

.item_post h3 {
    font-size: 1.25rem;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 0;
}
.blog_page {
    padding: 10.75rem 0 3.5rem !important;
}

.blog_page .heading_title.no_icon {
    padding: 0;
    font-size: 3rem;
}

.heading_title.no_icon:before {
    display: none;
}

.blog_page .meta {
    text-align: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.content.mota {
    font-size: 1.25rem;
    padding-bottom: 3.3rem;
    position: relative;
    margin-bottom: 3.3rem;
}

.content.mota:before {
    content: '';
    height: 1px;
    width: 27.6rem;
    background: #000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.blog_page .nav_bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #CECECE;
    padding-top: 1rem;
}

.blog_page .nav_bottom>* {
    display: flex;
    align-items: center;
}

.blog_page .nav_bottom b {
    font-size: 0.8rem;
    margin-right: 1rem;
}

.blog_page .nav_bottom ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.tags a {
    font-size: 0.8rem;
    color: #666;
}

.blog_page .nav_bottom ul li {
    margin: 0;
}

.tags li+li a:before {
    content: '/';
    margin: 0 0.5rem;
}

.share li {
    margin: 0 !important;
}

.share li svg {
    display: block;
}

.share li + li {
    margin-left: 1.25rem !important;
}

.blog_page .nav_bottom ul li svg {
    max-width: 1.25rem;
    height: auto;
}
.slider_posts .item_post {
    width: calc(calc(100%) - 1rem);
}

.slider_posts {
    margin: 0 -0.5rem;
}

.slick-arrow {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5rem;
    width: 2.85rem;
    height: 2.85rem;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: .5s all;
    z-index: 9;
    transition: .5s all;
    opacity: 1;
}
.slick-arrow:hover{
    opacity: .5;
}
.slick-arrow svg {
    max-width: 60%;
    max-height: unset;
    width: auto;
    height: auto;
}

.slick-arrow.next {
    left: unset;
    right: -5rem;
}

.slick-arrow:hover {
    background: #000;
}

.slick-arrow path {
    transition: .5s all;
}

.slick-arrow:hover path {
    stroke: #fff;
}

.blog_page .col.large-12 {
    padding-top: 5rem;
}

.blog_page .col.large-12 h2.heading_title.no_icon {
    margin-bottom: 2.25rem;
}
.banner_page {
    padding: 0 !important;
}
section.section.can_ho_details {
    padding: 6.5rem 0 5.5rem !important;
    background: #F3F1ED;
}

section.section.can_ho_details h2.heading_title {
    margin-bottom: 2.5rem;
}

.can_ho_details .box_img {
    max-width: 38.35rem;
    margin-left: 3.5rem;
}

.can_ho_details .box_content {
    background: var(--1_000000, #000);
    padding: 0 4.75rem;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
}

img.img_tang {
    display: block;
    max-width: 12rem;
    margin-bottom: 1.75rem;
}

.can_ho_details .box_content ul {
    list-style: none;
    margin: 0;
}

.can_ho_details .box_content ul li {
    margin: 0;
}

.can_ho_details .box_content ul li+li {
    margin-top: 0.75rem;
}
.can_ho_details .button_style {
    margin-top: 4rem;
}
section.section.mat_bang_page {
    padding: 5rem 0 7.5rem;
}

section.section.mat_bang_page h2.heading_title {
    margin-bottom: 2rem;
}

.nav_tabs_nb {
    width: 14.3rem;
    margin: 0 0.8rem 0 0 !important;
    flex: 0 0 auto;
    background: var(--1_000000, #000);
    display: flex;
    align-items: center;
    padding: 1rem 2.5rem 1rem 2rem;
    box-sizing: border-box;
}

.nav_tabs_nb ul {
    list-style: none;
    margin: 0;
    width: 100%;
    text-align: left;
    max-height: 17.5rem;
    overflow: auto;
}

.nav_tabs_nb ul li {
    margin: 0;
    color: #fff;
    line-height: 1.75rem;
    padding: 0 0.5rem;
    position: relative;
    border-radius: 5rem;
    overflow: hidden;
    cursor: pointer;
}

.nav_tabs_nb ul li:before {
    opacity: 0;
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 88.39%);
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
}

.nav_tabs_nb ul li + li {
    margin-top: 0.5rem;
}
.nav_tabs_nb ul::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 0.3rem rgba(0,0,0,0.3);
    background-color: #333;
}

.nav_tabs_nb ul::-webkit-scrollbar
{
    width: 2px;
    background-color: #cedbff;
}

.nav_tabs_nb ul::-webkit-scrollbar-thumb
{
    background-color: #fff;
}

.nav_tabs_nb ul li.active:before {
    opacity: .5;
}
.box_map img {
    width: 100%;
}
.for_tabs_nb .box_map {
    padding: 0 !important;
    position: relative;
}

.for_tabs_nb {
    margin: 0 !important;
}

.for_tabs_nb {
    width: 100% !important;
}
ul.diem {
    list-style: none;
    margin: 0;
}

ul.diem li {
    margin: 0;
}
ul.diem li {
    position: absolute;
    pointer-events: none;
}

ul.diem li .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.4rem;
    height: 1.4rem;
    color: #fff;
    background: #000;
    border-radius: 50%;
    font-size: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

ul.diem li .inner:before {
    content: '';
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
ul.diem li .inner:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 50%;
    animation: pulse-border 1000ms ease-out infinite;
    z-index: -1;
}

.blur_ajax {
    opacity: 1;
    transition: .3s all;
    position: relative;
}

.blur_ajax.loading:before {
    content: '';
    animation: spin .5s linear infinite;
    border: 0.25rem solid var(--Style, #000);
    border-radius: 1.6rem;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    content: "";
    display: block;
    width: 2.5rem !important;
    height: 2.5rem !important;
    left: 50%;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: 50%;
    width: 0.8rem;
    z-index: 10;
    margin-top: -2.15rem;
    margin-left: -1.25rem;
}

.blur_ajax.loading>* {
    opacity: .2;
}
.wrap_items_ch .item {
    display: flex;
    align-items: center;
    background: rgb(0 0 0 / 5%);
}

.wrap_items_ch .item .box_img {
    width: 53.5rem;
    position: relative;
    flex: 0 0 auto;
}

.wrap_items_ch .item+.item {
    margin-top: 1rem;
}

.wrap_items_ch .wrap_items_slide_ch:nth-child(even) .item .box_img {
    order: -1;
}

ul.slider_gallery {
    margin: 0;
    list-style: none;
}

ul.slider_gallery li {
    margin: 0;
}

.slider_gallery span {
    display: block;
    width: 100%;
    padding-bottom: 72%;
    position: relative;
}

.slider_gallery span img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}

.wrap_items_ch .item .box_content {
    padding: 1rem 8.75rem;
}

.wrap_items_ch .item h3:before {
    left: 0;
    transform: unset;
}

.wrap_items_ch .item h3 {
    margin-bottom: 1.25rem;
}

.slider_gallery .slick-arrow {
    transform: unset;
    top: unset;
    bottom: 2rem;
    left: unset;
    right: calc(50% + 2.25rem);
    background: #fff;
    border-color: #fff;
}

.slider_gallery .slick-arrow.next {
    right: unset;
    left: calc(50% + 2.25rem);
}

.slider_gallery .slick-arrow:before {
    content: '';
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%) scale(1.3);
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: .4;
}

ul.slider_gallery:before {
    content: '';
    opacity: 0.4;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    height: 15.4rem;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.slider_gallery .slick-arrow:hover {
    background: #000;
}
.count_slider {
    color: #fff;
    display: flex;
    position: absolute;
    bottom: 2.25rem;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--font-title);
    align-items: flex-end;
    font-size: 1rem;
    width: 4.5rem;
    justify-content: center;
}

.count_slider b {
    font-size: 1.7rem;
    font-family: var(--font-title);
    line-height: 1.2;
}
.wrap_items_ch {
    margin-bottom: 7.5rem;
}
.layout_mat_bang {
    margin: 3.4rem 0 7.5rem;
}

.tien_ich_page {
    padding: 4rem 0 7rem !important;
}

.content.content_top {
    font-size: 1.25rem;
}

.wrap_tien_ich {
    display: flex;
}

.wrap_nav_tien_ich {
    background: var(--1_000000, #000);
    width: 17.5rem;
    flex: 0 0 auto;
    margin-right: 0.5rem;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 1rem 1.25rem 1rem 1.5rem;
}

ul.nav_dot_tien_ich {
    list-style: none;
    margin: auto;
    max-height: 19rem;
    overflow: auto;
    padding-right: 1rem;
}

ul.nav_dot_tien_ich li a {
    color: #fff;
    display: flex;
    align-items: center;
    height: 1.75rem;
    border-radius: 5rem;
    position: relative;
    overflow: hidden;
    padding: 2px;
}

ul.nav_dot_tien_ich li a span.ki_hieu {
    width: 1.55rem;
    height: 1.55rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 5rem;
    color: var(--1_000000, #000);
    font-size: 0.75rem;
    margin-right: 0.6rem;
    flex: 0 0 auto;
}

.wrap_nav_tien_ich>* {
    width: 100%;
}

ul.dots_tien_ich {
    list-style: none;
    margin: 0;
}

ul.dots_tien_ich li {
    position: absolute;
    margin: 0;
}

.wrap_tien_ich h3 {
    font-size: 1.5rem;
    color: #fff;
}

.item_for_tc:nth-child(n+2) {
    display: none;
}

ul.nav_dot_tien_ich li {
    margin: 0;
}

ul.nav_dot_tien_ich li+li {
    margin-top: 0.4rem;
}

ul.nav_dot_tien_ich::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 0.3rem rgba(0,0,0,0.3);
    background-color: #333;
}

ul.nav_dot_tien_ich::-webkit-scrollbar
{
    width: 2px;
    background-color: #cedbff;
}

ul.nav_dot_tien_ich::-webkit-scrollbar-thumb
{
    background-color: #fff;
}

.for_tabs_tien_ich {
    margin-top: 2.5rem;
}

.wrap_for_tien_ich .box_img {
    position: relative;
}

ul.dots_tien_ich .img_inner {
    width: 8.1rem;
    height: 8.1rem;
    border-radius: 50%;
    display: inline-block;
    /* visibility: hidden; */
    pointer-events: none;
    position: absolute;
    top: -2.5rem;
    transform: translateY(-100%) scale(0);
    border: 0.2rem solid #000;
    opacity: 0;
    pointer-events: none;
    transition: .3s all;
}

ul.dots_tien_ich .img_inner img {width: 100%;height: 100%;object-fit: cover;}

ul.dots_tien_ich li a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 1.25rem;
    height: 1.25rem;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    line-height: .9;
    transition: .5s all;
}

ul.dots_tien_ich .img_inner:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 2.7rem;
    background: #000;
    transform: translateY(100%);
}

ul.dots_tien_ich .img_inner img {
    border-radius: 50%;
}

ul.dots_tien_ich li a:hover span.img_inner {
    opacity: 1;
}

ul.nav_dot_tien_ich li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 88.39%);
    width: 100%;
    height: 100%;
    transition: .3s all;
}

ul.nav_dot_tien_ich li a:hover:before,ul.nav_dot_tien_ich li a.active:before {
    opacity: .2;
}
ul.dots_tien_ich a.active{
    z-index: 9;
}
ul.dots_tien_ich a.active .img_inner,ul.dots_tien_ich a:hover .img_inner {
    opacity: 1;
    transform: translateY(-100%) scale(1);
    z-index: 9;
}

section.section.tien_ich_page {
    background: #F3F1ED;
}

.layout_gallery {
    margin-bottom: 6.5rem;
}

.layout_gallery .box_content {
    max-width: 25.5rem;
}

.layout_gallery h2.heading_title:before {
    left: 0;
    transform: unset;
}

.layout_gallery .slick-arrow {
    bottom: 1.75rem;
    top: unset;
    transform: unset;
    right: 1.5rem;
    left: unset;
}

.slick-arrow.style_2 {
    background: #000;
}

.slick-arrow.style_2:before {
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.3);
    border: 1px solid #000;
    width: 100%;
    height: 100%;
    opacity: .2;
}

.layout_gallery .slick-arrow path {
    stroke: #fff;
}

.layout_gallery .slick-arrow.previous {
    right: 8.5rem;
}

.full_slider.slider_gallery_tien_ich .slick-list {
    overflow: unset;
}

.full_slider.slider_gallery_tien_ich  .slick-slide {
    /*opacity: 0;*/
    transition: .3s all;
}

.full_slider.slider_gallery_tien_ich .slick-slide.slick-current.slick-active {
    /*opacity: 1;*/
}

/* Default slide */
.full_slider.slider_gallery_tien_ich .slick-slide{
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.full_slider.slider_gallery_tien_ich .slick-slide,
.full_slider.slider_gallery_tien_ich .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.full_slider.slider_gallery_tien_ich .slick-current,
.full_slider.slider_gallery_tien_ich .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    opacity: 1;
}
.full_slider.slider_gallery_tien_ich .slick-current.slick-active{
    opacity: 1;
}

.full_slider .box_img img {
    width: calc(100% + calc(calc(100vw - 68.35rem)/2));
    max-width: calc(100% + calc(calc(100vw - 68.35rem)/2));
}

.layout_gallery .full_slider .slick-arrow {
    right: 40%;
}

.layout_gallery .full_slider .slick-arrow.previous {
    right: calc(45% + 4.05rem);
}

.full_slider .box_img img {
    width: calc(100% + calc(calc(100vw - 68.35rem)/2));
    height: auto;
}
.layout_gallery_left .full_slider .box_img {
    display: flex;
    justify-content: flex-end;
}
.layout_gallery_left .full_slider .box_img img {
    width: calc(100% + calc(calc(100vw - 68.25rem) / 2));
    max-width: calc(100% + calc(calc(100vw - 68.25rem) / 2));
}
.layout_gallery_left .box_content {
    margin-left: 4rem;
    max-width: 27rem;
}
.layout_gallery.layout_gallery_left .full_slider .slick-arrow {
    right: unset !important;
    left: 43%;
}
.layout_gallery.layout_gallery_left .full_slider .slick-arrow.previous {
    left: calc(43% - 7rem);
}
.slick-arrow.style_2 path {
    stroke: #fff !important;
}

.layout_gallery_center {
    margin-bottom: 7.5rem;
}

.layout_gallery_center .slider_gallery_tien_ich {
    margin-top: 3rem;
}
.layout_banner_slider {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 6rem;
}

.layout_banner_slider .row {
    margin: auto !important;
}

.layout_banner_slider .banner .row {
    min-height: 100vh;
    align-items: center;
    padding: 4.5rem 0 !important;
}

.layout_banner_slider .box_content {
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(0.6rem);
    padding: 3.5rem 3rem;
    width: calc(100% + 1.75rem);
}

.layout_banner_slider .box_content h2.heading_title {
    padding-top: 2.5rem;
}

.layout_banner_slider .box_content h2.heading_title:before {
    left: 0;
    transform: unset;
    filter: brightness(0) invert(1);
}

.layout_banner_slider .box_content .content {
    line-height: 1.6;
}

.layout_banner_slider .slick-arrow {
    left: 1.5rem;
}

.layout_banner_slider .slick-arrow.next {
    left: unset;
    right: 1.5rem;
}
.layout_content_2_col
h2.heading_title:before {
    left: 0;
    transform: unset;
}

.box_content_left {
    padding-right: 3.75rem;
}

.layout_content_2_col .content {
    padding-top: 2.5rem;
}

.box_content_left .content {
    padding: 0;
}

.layout_content_2_col .slider_gallery_tien_ich {
    margin-top: 5rem;
}

.layout_content_2_col {
    margin-bottom: 6rem;
}

.layout_content_2_col .slick-arrow {
    bottom: 1rem;
    left: unset;
    right: 2rem;
    top: unset;
}

.layout_content_2_col .slick-arrow.previous {
    right: 6rem;
}
.wrap_2_section{
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/hoa_tiet_cau_chuyen.png);
    background-position: top center;
    background-color: #F3F1ED;
}
.wrap_2_section .box_content_banner {
    background: #743A18;
    padding: 5rem 2.9rem;
    margin-top: -15rem;
}

.wrap_2_section .content {
    color: #fff;
}

.wrap_2_section .box_content_banner .heading_title {
    filter: brightness(0) invert(1);
}

section.cau_chuyen_sec_2 {
    padding: 6rem 0;
}

section.cau_chuyen_sec_2 h2.heading_title.no_icon {
    font-size: 2.4rem;
    line-height: 1.2;
    padding: 0;
}

section.cau_chuyen_sec_2 .content {
    color: #000;
}

.cau_chuyen_sec_2 .box_img {
    display: flex;
    justify-content: center;
}
.cau_chuyen_sec_3 .slider_gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.cau_chuyen_sec_3 {
    position: relative;
}
.cau_chuyen_sec_3 .box_content {
    padding: 6rem 0;
    position: relative;
    z-index: 0;
}

.heading_title.icon_left:before {
    left: 0;
    transform: unset;
}

.cau_chuyen_sec_3 .box_content:before {
    z-index: -1;
    content: '';
    position: absolute;
    right: -6rem;
    height: 100%;
    width: calc(100% + calc(calc(100vw - 56.5rem)/2));
    background: rgba(220, 220, 220, 0.70);
    top: 0;
    backdrop-filter: blur(1px);
}

.cau_chuyen_sec_3 .banner_page .bg:before, .cau_chuyen_sec_3 .banner_page .bg:after {
    display: none;
}

.cau_chuyen_sec_3 .box_content ul {
    list-style: none;
,: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 1rem -0.5rem 0;
}

.cau_chuyen_sec_3 .box_content ul li {
    width: calc(50% - 1rem);
    margin: 1.15rem 0.5rem 0;
}

.cau_chuyen_sec_3 .box_content ul li {
    display: flex;
}

.cau_chuyen_sec_3 .box_content ul li strong {
    flex: 0 0 auto;
    margin-right: 1rem;
}

.cau_chuyen_sec_3 .count_slider {
    margin-left: 25rem;
}

.cau_chuyen_sec_3 .slick-arrow {
    transform: translateX(25rem);
    margin-right: unset !important;
}
.cau_chuyen_sec_3 .slick-list, .cau_chuyen_sec_3 .slick-list>*, .cau_chuyen_sec_3 .slick-list>*, .cau_chuyen_sec_3 .slick-list>* .banner_page {
    height: 100% !important;
}

section.cau_chuyen_sec_4 {
    padding: 6rem 0;
}

section.cau_chuyen_sec_4 .layout_gallery_center.text-center {
    margin: 0;
}
.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 70.5rem !important;
}

section.cdt_sec_1 {
    padding: 4.25rem 0;
}

ul.slider_gallery_tien_ich {
    list-style: none;
    margin: 0;
}

ul.slider_gallery_tien_ich li {
    margin: 0;
}

section.cdt_sec_1 .slick-arrow,section.cdt_sec_3 .slick-arrow {
    left: unset;
    transform: unset;
    top: unset;
    bottom: 1.5rem;
    right: 1.5rem;
}

section.cdt_sec_1 .slick-arrow.previous,section.cdt_sec_3 .slick-arrow.previous {
    right: 5.5rem;
}

.content>*:last-child {
    margin-bottom: 0 !important;
}

section.cdt_sec_1 .box_content {
    padding-right: 3.5rem;
}

section.cdt_sec_1 .box_content .content_top {
    margin-bottom: 1.5rem;
}

section.cdt_sec_1 .box_content .content strong {
    margin-right: 0.55rem;
}

section.cdt_sec_1 .box_content .content p {
    margin-bottom: 0.75rem;
}

.cdt_sec_2 .banner_page .row {
    align-items: center;
    min-height: unset;
}
.cdt_sec_2 .banner_page .box_content {
    z-index: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 4rem 0 4rem 5.75rem;
    position: relative;
}

.cdt_sec_2 .banner_page .box_content .logo {
    max-height: 4.5rem;
    display: inline-block;
    margin-bottom: 0.75rem;
}

.cdt_sec_2 .banner_page .box_content .logo img {
    max-height: 4.5rem;
    width: auto;
}

.cdt_sec_2 .banner_page .box_content h2.heading_title {
    margin: 0 0 1rem;
}

.cdt_sec_2 .banner_page .box_content:before {
    z-index: -1;
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: calc(100% + calc(calc(100vw - 68.25rem) / 2));
    background: rgba(220, 220, 220, 0.50);
    top: 0;
    backdrop-filter: blur(0.35rem);
}

.cdt_sec_2 .banner_page .bg:before,.cdt_sec_2 .banner_page .bg:after {
    display: none;
}

ul.slick-dots {
    list-style: none;
    margin: 0;
    display: flex;
    position: absolute;
    left: 56.5%;
    bottom: 3rem;
}

ul.slick-dots li {
    margin: 0 0.5rem;
    line-height: normal;
}

ul.slick-dots li button {
    font-size: 0;
    padding: 0;
    width: 0.5rem;
    height: 0.5rem;
    background: #000;
    border-radius: 50%;
}

section.cdt_sec_3 {
    padding: 4rem 0 2rem;
}

.quote_line  blockquote {
    font-style: unset;
    padding: 0 0 0 1.15rem;
    font-size: 1.25rem;
    color: var(--1_000000, #000);
    line-height: 1.4;
}

section.cdt_sec_3.cdt_sec_4 {
    padding: 2rem 0 4rem;
}

.cdt_sec_4 ul.slider_gallery_tien_ich {
    width: calc(100% + calc(calc(100vw - 68.25rem)/2));
}

.cdt_sec_4 .col.large-5.medium-5 {
    display: flex;
    justify-content: flex-end;
}

section.cdt_sec_3 .box_content {
    max-width: 35.5rem;
}

.cdt_sec_4 .slick-arrow {
    right: 0 !important;
    top: 52% !important;
    bottom: unset !important;
    transform: translateX(50%) !important;
}

.cdt_sec_4 .slick-arrow.previous {
    top: unset !important;
    bottom: 52% !important;
}

.cdt_sec_5 .row {
    min-height: 100vh;
    padding-top: 7.5rem;
    align-items: flex-end;
}

.cdt_sec_5 h2.heading_title {
    padding-top: 2.5rem;
    margin-bottom: 0.4rem;
}

.cdt_sec_5 h2.heading_title:before {
    filter: brightness(0) invert(1);
}

.cdt_sec_5 h2.heading_title+.content {
    font-size: 1.25rem;
    max-width: 30rem;
    margin-bottom: 3.5rem;
}

.cdt_items_sec_7 {
    display: flex;
}

.cdt_items_sec_7 .item {
    width: 25%;
    padding: 0 4rem 0 0.7rem;
    border-left: 1px solid rgb(255 255 255 / 20%);
    min-height: 24rem;
    padding-top: 6.75rem;
    transition: .5s all;
    cursor: pointer;
}

.cdt_items_sec_7 .item h3 {
    margin: 0;
    font-size: 3.5rem;
    position: relative;
}

.cdt_items_sec_7 .item h3:before {
    position: absolute;
    top: 50%;
    left: -0.75rem;
    transform: translateY(-50%);
    background: #fff;
    width: 2px;
    content: '';
    height: 85%;
}

.cdt_items_sec_7 .item:hover {
    padding-top: 4.75rem;
}

.cdt_sec_4 .box_content {
    margin-left: auto;
}

#main, #wrapper {background: #F3F1ED !important;}

section.cdt_sec_6 {
    padding: 5rem 0 6rem;
}

.cdt_sec6_slider .item {
    margin: 0 0.9rem;
}

.cdt_sec6_slider .item .box_img .banner {
    position: relative;
    padding-bottom: 129%;
}

.cdt_sec6_slider .item .box_img {
    padding-right: 1.5rem;
}

.cdt_sec6_slider .item .content {
    margin-left: 3.75rem;
    padding: 1.8rem 2rem;
    font-size: 1.25rem;
    line-height: 1.5;
    position: relative;
    margin-top: -5.5rem;
}
.cdt_sec6_slider {
    margin: 2.5rem -0.9rem 0;
}
section.cdt_sec_7 {
    background: rgb(149 149 149 / 10%);
    padding: 5rem 0;
}

section.cdt_sec_7 .heading_title {
    margin-bottom: 0.25rem;
}

.slider_process .item:nth-child(odd) .box_top {
    order: 2;
}

.slider_process {
    margin-top: 1rem;
}

.slider_process .wrap>* {
    height: 9.5rem;
    padding: 1.5rem 0;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider_process .wrap .box_top {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider_process .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.slider_process .wrap .box_top b {
    font-size: 2rem;
    line-height: normal;
    font-family: 'SFUFuturaBook';
}

.slider_process .item:nth-child(odd) .box_top {
    align-items: flex-start;
}

.slider_process:before {
    width: calc(100% + 3.5rem);
    height: 1px;
    content: '';
    position: absolute;
    top: 50%;
    opacity: 0.2;
    background: #000;
    left: 50%;
    transform: translateX(-50%);
}

.slider_process .wrap:before,.slider_process .wrap:after {
    content: '';
    width: 1.1rem;
    height: 1.1rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(0, 0, 0, 0.80);
    background: #F6F7F4;
    border-radius: 50%;
    transition: .5s all;
    transition-delay: unset !important;
}

.slider_process .wrap:hover:before {
    border: 2px solid rgba(0, 0, 0, 0.80);
}

.slider_process .wrap:after {
    background: #000000;
    width: 0.4rem;
    height: 0.4rem;
    opacity: 0;
    transition: .5s all;
}

.slider_process .wrap:hover:after {
    opacity: 1;
}

section.cdt_sec_8 {
    padding: 5rem 0 3rem;
}


.slider_project .item {
    display: flex;
    align-items: self-end;
}

.slider_project .item .box_img {
    width: 50%;
    flex: 0 0 auto;
}

.slider_project .item .box_content {
    width: 50%;
    background: #000;
    color: #fff;
    padding: 4rem 3.5rem;
}

.slider_project .item .box_content h3,.slider_project .item .box_content h1,.slider_project .item .box_content h2 {
    font-family: var(--font-title);
    color: #fff;
    text-transform: uppercase;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.slider_project .item .box_content .content {line-height: 1.7;}

section.cdt_sec_9 {
    padding: 3.5rem 0 5rem;
}

div#load_gt {
    margin-top: 2.75rem;
}

.item_gt .box_img {
    padding-top: 93%;
    position: relative;
}

.item_gt .box_img img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
}

.item_gt {
    background: #fff;
}

.slider_gt .item_gt h3 {
    font-family: var(--font-title);
    text-transform: uppercase;
    font-size: 1rem;
    padding: 0 1.75rem 2.25rem;
    line-height: 1.2;
    margin-top: 1.6rem;
    margin-bottom: 0;
}

.slider_gt .slick-dots {
    position: unset;
    justify-content: center;
    margin-top: 1rem;
}

/* Default slide */
.slider_gt .slick-slide{
    transform: scale(.9);
    transition: all 0.4s ease-in-out;
    border-bottom: 2px solid transparent;
}
.slider_gt .slick-slide,
.slider_gt .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    transform: scale(.9);
    transition: all 0.4s ease-in-out;
    border-bottom: 2px solid transparent;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.slider_gt .slick-current,
.slider_gt .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    transform: scale(1);
    border-bottom: 2px solid #000;
}
.slider_gt .slick-current.slick-active{
    opacity: 1;
    border-bottom: 2px solid #000;
}
ul.slick-dots li button:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background-image: url(../images/active_dot.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(3);
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s all;
}
ul.slick-dots li.slick-active button:before{
    opacity: 1;
}
section.home_sec_1 ul.slick-dots {
    display: none !important;
}
section.home_sec_2 {
    position: relative;
    overflow: hidden;
}

.home_sec_2 .row {
    justify-content: center;
}

.home_sec_2 {
    min-height: 47.5rem;
    padding-top: 9rem;
}

.home_sec_2 .content {
    margin-bottom: 1.35rem;
}
section.home_sec_1 .title_banner {
    font-size: 3.35rem;
}

.home_sec_1 .content_banner.text-center {
    margin-bottom: 6.5rem;
}
section.home_sec_3 {
    padding-top: 4rem;
    position: relative;
    OVERFLOW: hidden;
}

.home_sec_2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10.5rem;
    background: linear-gradient(180deg, rgba(243, 241, 237, 0.00) 0%, #F3F1ED 100%);
    z-index: 9;
    pointer-events: none;
}

section.home_sec_3 img.img_title {
    max-width: 34.25rem;
    display: block;
    margin: 0 auto 3.5rem;
}

.wrap_items_hsec2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5rem;
}

.wrap_items_hsec2 .item {
    width: 20%;
    margin-bottom: 4rem;
    padding: 0 0.5rem;
    text-align: center;
}

.wrap_items_hsec2 .icon {
    height: 5.25rem;
    display: flex;
    margin-bottom: 0.75rem;
    justify-content: center;
    transition: .5s all;
    filter: brightness(1) invert(0);
}

.wrap_items_hsec2 .content {
    font-size: 1rem;
}
section.home_sec_4 {
    padding-bottom: 3rem;
    overflow: hidden;
    padding-top: 3rem;
    background: #e6e6e5;
}

section.home_sec_4 .heading_title+.content {
    max-width: 36.05rem;
    margin: auto;
}

section.home_sec_4 .heading_title {
    margin-bottom: 0.5rem;
}

section.home_sec_4 .box_img_zoom {
    margin-top: 2rem;
}
section.home_sec_5 {
    padding: 3rem 0 10rem 0;
}

.wrap_item_hsec_5 .item {
    display: flex;
    align-items: center;
}

.wrap_item_hsec_5 .item .box_img {
    width: 50%;
}

.wrap_item_hsec_5 .item .box_content {
    width: 50%;
    padding-right: 4rem;
}

.wrap_item_hsec_5 .item .box_img.img_full img {
    max-width: unset;
    width: calc(100% + calc(calc(100vw - 69.25rem)/2));
}

.wrap_item_hsec_5 .item .box_content ul {
    display: flex;
    list-style: none;
    margin: 0;
    flex-wrap: wrap;
}

.wrap_item_hsec_5 .item .box_content ul li {
    width: 50%;
    margin: 1.5rem 0 0 0;
    padding-right: 0.5rem;
}

.wrap_item_hsec_5 .item .box_content ul li b {
    font-size: 2.25rem;
    color: var(--2_6B755F, #6B755F);
    line-height: 1.2;
    font-weight: normal;
}

b, strong {
    font-weight: normal !important;
}

.wrap_item_hsec_5 .item .box_content h2.heading_title {
    margin-bottom: 0;
}

.wrap_item_hsec_5 .item:nth-child(even) .box_img {
    order: -1;
}

.wrap_item_hsec_5 .item:nth-child(even) .box_content {
    max-width: 25rem;
    padding: 0;
    margin-left: 6rem;
}

.slider_banner_dau_an .wrap_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 5rem;
}

.slider_banner_dau_an .wrap_bottom .content {
    max-width: 32rem;
}

.button_style.button_white {
    color: var(--3_FFFFFF, #FFF);
    border: 1px solid #fff;
    background: transparent;
}
.home_sec_6 .nav_top {
    z-index: 9;
    position: absolute;
    top: 5rem;
    left: 50%;
    transform: translateX(-50%);
}

section.home_sec_6 {
    position: relative;
}

.home_sec_6 .nav_top .wrap {
    display: flex;
    align-items: flex-start;
}

.home_sec_6 .nav_top .text_white.wrap_title {
    flex: 0 0 auto;
    margin-right: 7.5rem;
}

.home_sec_6 .nav_top .text_white.wrap_title .heading_tile:before {
}

section.home_sec_6  h2.heading_title:before {
    left: 0;
    transform: unset;
    filter: brightness(0) invert(1);
}

ul.nav_dau_an {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

ul.nav_dau_an li {
    width: 3.55rem;
    height: 3.55rem;
    text-align: center;
    font-size: 0.7rem;
    color: #fff;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 1.2;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s all;
    margin-bottom: 0;
    transform: scale(1);
}

ul.nav_dau_an li+li {
    margin-left: 1.5rem;
}

ul.nav_dau_an li.active {
    border-color: #000;
    background-color: #000;
    transform: scale(1.15);
}
ul.nav_dau_an li:hover {
    transform: scale(1.15);
}
.wrap_items_hsec_7 .item {
    position: relative;
    height: 28.8rem;
    overflow: hidden;
    width: 100%;
    border: 1px solid #F3F1ED;
    border-top: none;
    border-bottom: none;
    cursor: pointer;
    transition: 1.2s all;
    background: #000;
}
section.home_sec_7 {
    padding: 6rem 0 4.25rem;
}

section.home_sec_7 .wrap_title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

section.home_sec_7 .wrap_title a.button_style {
    flex: 0 0 auto;
    margin-top: 2.5rem;
}

.wrap_items_hsec_7 {
    display: flex;
    margin-top: 3rem;
    justify-content: space-between;
}

section.home_sec_7 .wrap_title .left {
    max-width: 41rem;
}

.wrap_items_hsec_7 .item.active {
    width: 66.6666%;
    flex: 0 0 auto;
}

.wrap_items_hsec_7 .item .banner-bg {
    height: 120% !important;
    opacity: .3;
    transition: .5s all;
}
.wrap_items_hsec_7 .item h3.title_doc {
    position: absolute;
    z-index: 9;
    bottom: 2.25rem;
    left: 3.25rem;
    width: max-content;
    color: #fff;
    font-size: 1.5rem;
    margin: 0;
    transform-origin: bottom left;
    transform: rotate(-90deg);
    opacity: 1;
    transition: .5s all;
}

.wrap_items_hsec_7 .item.active .banner-bg {
    opacity: 1;
}

.wrap_items_hsec_7 .item.active h3.title_doc {
    opacity: 0;
}

.wrap_items_hsec_7 .item .banner-bg .bg {
    background-size: cover;
}
.wrap_items_hsec_7 .item .box_content {
    position: absolute;
    z-index: 9;
    bottom: 0;
    max-width: 26rem;
    left: 3rem;
    right: 3rem;
    bottom: 2.25rem;
    opacity: 0;
    transition: .5s all;
}

.wrap_items_hsec_7 .item .box_content h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.wrap_items_hsec_7 .item.active .box_content {
    opacity: 1;
    transition-delay: .5s;
}

.wrap_items_hsec_7 .item:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 13.15rem;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    z-index: 2;
    opacity: 0;
    transition: .5s all;
}

.wrap_items_hsec_7 .item.active:before {
    opacity: 1;
}
section.home_sec_8 {
    position: relative;
    padding-top: 4.25rem;
    padding-bottom: 3.5rem;
}

section.home_sec_8 .box_left {
    padding-right: 1.5rem;
}

section.home_sec_8 .box_left .content {
    max-width: 18.35rem;
    margin-left: 10.7rem;
    margin-bottom: 4.5rem;
}

section.home_sec_8 .box_left .box_img {
    position: relative;
    max-width: 28.6rem;
    margin-left: auto;
}

section.home_sec_8 .box_left .box_img img {
    width: 100%;
    display: block;
}

section.home_sec_8 .box_left .box_img img.img_small {
    position: absolute;
    width: 11.25rem;
    height: auto;
    top: -10rem;
    left: -6.35rem;
}

section.home_sec_8 .box_right>img {
    width: 100%;
    display: block;
    margin-bottom: 4rem;
}

.home_sec_8 .inner {
    padding-left: 5rem;
    padding-right: 3.3rem;
}

.home_sec_8 .wrap_items .item {
    display: flex;
}

.home_sec_8 .wrap_items .item .icon {
    width: 3.05rem;
    height: 3.05rem;
    background: rgb(0 0 0 / 10%);
    border-radius: 50%;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.home_sec_8 .wrap_items .item .icon img {
    max-width: 60%;
    max-height: 60%;
    width: auto;
    height: auto;
}

.home_sec_8 .wrap_items .item b {
    display: block;
    color: var(--2_6B755F, #6B755F);
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
}

.home_sec_8 .wrap_items .item+.item {
    margin-top: 1.5rem;
}

.home_sec_8 .wrap_items {
    margin-bottom: 2rem;
}
.home_sec_10 {
    padding: 5rem 0 3.75rem;
}

.home_sec_11 {
    padding: 3.75rem 0 3rem;
}

.home_sec_11 .wrap_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2.5rem;
}

.home_sec_11 .wrap_title .style_menu {
    margin: 0;
    justify-content: flex-end;
}

.home_sec_11 .wrap_title h2.heading_title.icon_left {
    margin: 0;
}

.home_sec_11 .slick-arrow {
    display: none !important;
}

.item_post:before {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 0;
    height: 2px;
    background: #000;
    transition: .5s all;
}

.item_post:hover:before {
    width: 100%;
}
.home_sec_12 {
    padding: 4rem 0 6.5rem;
}

.home_sec_12 .box_img img {
    max-width: 25.85rem;
    display: block;
}

.wrap_cdt {
    display: flex;
    align-items: center;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgb(107 117 95 / 20%);
}

.wrap_cdt .wrap_img {
    width: 10.25rem;
    flex: 0 0 auto;
    margin-right: 3.25rem;
}

.wrap_cdt h3 {
    font-family: var(--font-400);
    text-transform: uppercase;
    font-size: 1.75rem;
    margin-bottom: 0.25rem;
}

.wrap_cdt .content {
    font-size: 0.8rem;
}

.wrap_logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 0.85rem;
}

.wrap_logos .item {
    width: 30%;
}

.wrap_logos .item {
    margin-top: 1.75rem;
}

.wrap_logos .item .content {
    font-size: 0.75rem;
    margin-bottom: 0.7rem;
    text-align: -webkit-auto;
}

.wrap_logos .item .logo {
    display: flex;
    justify-content: flex-start;
}

.map_image {
    position: relative;
}

ul.dot_tang {
    list-style: none;
    margin: 0;
    padding: 0 !important;
}

ul.dot_tang li {
    position: absolute;
    margin: 0 !important;
    transform: scale(0);
    transition: .5s all;
    pointer-events: none;
}

ul.dot_tang li .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000000;
    width: 4.75rem;
    height: auto;
    display: flex;
    justify-content: center;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    padding: 0.4rem;
    font-family: var(--font-400);
    font-size: 0.75rem;
}

ul.dot_tang li .inner strong {
    font-family: var(--font-400);
    font-size: 0.9rem;
}
ul.dot_tang li.active {
    transform: scale(1);
}
.popup_tang {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #000;
    background-image: url(../images/bg_tang.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(0);
    transition: .3s all;
    opacity: 0;
    filter: blur(0.5rem);
    display: flex;
    align-items: center;
    justify-content: center;
}

.close_popup {
    position: absolute;
    top: 2.75rem;
    right: 2.5rem;
    z-index: 9;
    cursor: pointer;
}

.close_popup svg {
    display: block;
    width: 5rem;
    height: 5rem;
}

.popup_tang.active {
    transform: scale(1);
    opacity: 1;
    filter: blur(0rem);
}
div#load_mb_tang {
    display: flex;
    align-items: center;
    justify-content: center;
}

div#load_mb_tang .inner {
    max-width: 75rem;
}
.map_change{
    display: none;
}
.map_image:before, .map_image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 13.9rem;
    background: linear-gradient(180deg, #F3F1ED 0%, rgba(243, 241, 237, 0.63) 51.32%, rgba(243, 241, 237, 0.00) 80.05%);
    z-index: 9;
    pointer-events: none;
}

.home_sec_9 .heading_title {
    margin-bottom: -5rem;
    position: relative;
    z-index: 99;
    margin-top: 7.5rem;
}

.map_image:after {
    top: unset;
    bottom: 0;
    transform: rotate(180deg);
}
svg.line_svg {
    width: 43.35rem;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.7;
    z-index: 10;
}

.home_sec_9 .box_content_bottom h3 {
    font-size: 1rem;
    font-family: var(--font-400);
    margin-bottom: 0.5rem;
}

.home_sec_9 .box_content_bottom h3 strong {
    font-size: 2.5rem;
    line-height: 1;
}

.home_sec_9 .list_items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5rem;
}

.home_sec_9 .list_items .item {
    width: calc(50% - 1rem);
    margin: 1rem 0.5rem 0;
}

.home_sec_9 .list_items .item .title {
    font-size: 0.7rem;
    opacity: .5;
}

.home_sec_9 .list_items .item .content strong {
    font-size: 2.25rem;
    font-family: var(--font-400);
}

.home_sec_9 .list_items .item .content {
    line-height: 1.6;
    font-size: 1rem;
}

.home_sec_9 .box_content_bottom {
    margin-top: -6.15rem;
    position: relative;
    z-index: 10;
}

#image-container {
    position: relative;
    overflow: unset !important;
}

#image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.controls {
    margin-top: 0;
    position: absolute;
    right: 6.3rem;
    bottom: 7.1rem;
}
.dot_test{
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    top: 50%;
    left: 50%;
    background: red;
    z-index: 9;
}
div#load_mb_tang .wrap_info ul {
    list-style: none;
    margin: 0;
}

div#load_mb_tang .wrap_top {
    display: flex;
    justify-content: space-between;
}

div#load_mb_tang .wrap_top h3.font_title {
    font-size: 2.5rem;
    font-family: var(--font-400);
    margin-bottom: 1.25rem;
}

div#load_mb_tang .button_style>* {
    filter: brightness(0) invert(0);
}

div#load_mb_tang .button_style {
    background: #fff;
}

div#load_mb_tang .wrap_info ul b {
    text-transform: uppercase;
    font-size: 1rem;
}

div#load_mb_tang .wrap_info ul li {
    margin: 0;
}

div#load_mb_tang .wrap_info ul li+li {
    margin-top: 1.5rem;
}

div#load_mb_tang .loai_mb ul {
    list-style: none;
,: 0;
}

div#load_mb_tang .loai_mb ul li {
    display: flex;
    font-size: 1rem;
    text-transform: uppercase;
}

div#load_mb_tang .loai_mb ul li span {
    width: 4.4rem;
    height: 1.9rem;
    flex: 0 0 auto;
    margin-right: 0.5rem;
}

div#load_mb_tang .wrap_top .wrap_tile {
    width: 25.9rem;
}

div#load_mb_tang .wrap_info {
    width: 11.25rem;
}

div#load_mb_tang .loai_mb {
    width: 13.5rem;
}

.la_ban {
    width: 4.75rem;
}

.inner_map_mb {
    position: relative;
    margin-top: 5rem;
    display: inline-block;
    /*max-height: 20.25rem;*/
    /*max-width: 20rem;*/
}

ul.dots_can_ho {
    list-style: none;
    margin: 0;
}

ul.dots_can_ho li {
    position: absolute;
    z-index: 9;
    transform: scale(0);
    transition: .5s all;
    pointer-events: none;
}

ul.dots_can_ho li .inner {
    background: var(--2_6B755F, #6B755F);
    font-size: 0.6rem;
    color: #fff;
    padding: 2px 0.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
}

ul.dots_can_ho li.active {
    transform: scale(1);
}
.wrap_image-container {
    position: relative;
    margin: -2.7rem -3rem 0;
}

.controls button {
    margin: 0;
    padding: 0;
}

.controls button svg {
    width: 4.5rem;
    height: auto;
}
section.home_sec_4 .text-center {
    position: relative;
    z-index: 9;
}
header#header {
    position: fixed;
}

body #logo img, body .stuck #logo img {
    max-height: unset !important;
}

body .header.show-on-scroll, body .stuck .header-main {
    height: auto !important;
}

#logo {
    width: auto !important;
    filter: brightness(0) invert(1);
}

body .header-main {
    height: auto !important;
}
.header-bg-color {
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}

.header-shadow .header-wrapper, .header-wrapper.stuck, .layout-shadow #wrapper {
    box-shadow: none;
}

div#masthead {
    padding: 1.5rem 0;

    .5s:
            a;
    transition: .5s all;
}

.header-bg-container {
    height: 9.55rem;
    pointer-events: none;
}

.header-nav a {
    padding: 0 !important;
    font-size: 0.8rem !important;
    font-family: var(--font-title);
    font-weight: normal !important;
    text-transform: uppercase !important;
    align-items: center !important;
    display: inline-flex !important;
    line-height: 2.5rem !important;
}

.header-nav {
    display: flex;
    align-items: center;
    flex-flow: unset !important;
}

.header-nav a svg {
    display: block !important;
    max-width: 2.25rem;
    height: auto;
}

.header-nav li {
    display: inline-flex !important;
    align-items: center;
    margin-right: 0 !important;
}

.header-nav li+li {
    margin-left: 2.2rem;
}

.header-nav a svg[viewBox="0 0 10 7"] {
    margin-left: 0.35rem;
    width: 0.5rem;
    height: auto;
}
.header-bg-color.fill {
    display: none;
}
.header-bg-container {
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    height: 10rem;
}

.header-bg-image.fill {
    display: none !important;
}

header#header * {
    box-shadow: none !important;
}

.header-wrapper {
    background: transparent !important;
    transition: .5s all;
}

.header-wrapper.stuck {
    background: rgb(0 0 0 / 80%) !important;
}

.stuck  div#masthead {
    padding: 0.5rem 0;
}
#logo img {
    height: 4.1rem;
    width: auto;
    transition: .5s all;
}

body .stuck #logo img {
    height: 3rem;
}
.home_sec_3:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(0, #F3F1ED 0%, rgba(243, 241, 237, 0.90) 40%, rgba(243, 241, 237, 0.00) 100%);
    z-index: 2;
    height: 12.5rem;
}

.home_sec_3 .row {
    position: relative;
    z-index: 3;
}

.banner-bg {
    height: 100% !important;
}
.map {
    max-width: 100%;
}
.cdt_sec6_slider .item .box_img .banner .banner-bg {
    height: 130% !important;
}
.category .header-bg-container,
.single-post .header-bg-container{
    display: none;
}

.category div#masthead,
.single-post div#masthead{
}
.category .stuck div#masthead div#logo, .single-post .stuck div#masthead .nav>li>a{filter: brightness(0) invert(1);}
.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 0px 0px 5.208rem 26.042rem #fff;
}
.load_home_page.active{
    box-shadow: inset 0px 0px 5.208rem 0px #89A0A9;
}

.load_home_page.hide {
    opacity: 0;
    pointer-events: none;
}
.load_home_page svg {
    max-width: 30rem;
    width: 100%;
    height: auto;
    position: relative;
    opacity: 1;
    transform: scale(1);
    transition: 1s all;
}
.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: #000;
}
section.section.can_ho_page .content.content_top {
    margin: 3rem 0;
}
.popup_tang.blur_ajax:before {
    filter: brightness(0) invert(1);
}
.dots_vitri .icon{
}
ul.dots_vitri {
    list-style: none;
    margin: 0;
}

ul.dots_vitri li {
    margin: .5rem 0 0;
    position: absolute;
    cursor: pointer;
    /* pointer-events: none; */
}

ul.dots_vitri li .inner {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

ul.dots_vitri li .inner .icon {
    width: 1.7rem;
    height: 1.7rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
    background: #000;
    border-radius: 50%;
}

ul.dots_vitri li .inner .icon img {
    max-width: 70%;
    height: auto;
    max-height: 70%;
}

ul.dots_vitri li b {
    width: 5.5rem !important;
    display: inline-block;
    font-size: 0.45rem;
    pointer-events: none;
    line-height: 1.2;
    display: none;
}

.content_hover {
    position: absolute;
    transition: .5s all;
    top: 0;
    transform: translate(-50%,-100%) scale(0);
    background: var(--1_000000, #000);
    color: #fff;
    padding: 0.25rem 0.5rem;
    font-size: 0.65rem;
    width: 8.25rem;
    left: 50%;
    pointer-events: none;
}

ul.dots_vitri li:hover .content_hover {
    transform: translate(-50%, -100%) scale(1);
}

ul.dots_vitri li .inner .icon:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 50%;
    animation: pulse-border 1000ms ease-out infinite;
    z-index: -1;
}
pulse-border {
0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
}
100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.1);
    opacity: 0;
}
}
.icon_du_an {
    position: absolute;
    top: 29%;
    left: 63.6%;
}

.icon_du_an svg {
    width: 3.85rem;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.icon_du_an:before,.icon_du_an:after {
    content: '';
    position: absolute;
    z-index: 0;
    left: calc(50%);
    top: -3.7rem;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 4rem;
    height: 4rem;
    background: #743a18;
    border-radius: 50%;
    animation: pulse-border 1000ms ease-out infinite;
}

.icon_du_an:after {
    animation: pulse-border 1500ms ease-out infinite;
}
@keyframes StrokeLine {
    0% {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: 100
    }
}
ul.fixed_button .inner {position: absolute;left: 0;transform: translate(-100%,-50%);top: 50%;padding-right: 1rem;opacity: 0;transition: .5s all;pointer-events: none;}

ul.fixed_button {
    list-style: none;
    margin: 0;
    position: fixed;
    z-index: 99;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
}

ul.fixed_button>li {
    margin: 1.5rem 0;
    position: relative;
}

ul.fixed_button>li>a {
    width: 2.5rem;
    background: var(--2_6B755F, #6B755F);
    height: 2.5rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

ul.fixed_button>li>a img,ul.fixed_button>li>a svg {
    max-width: 50%;
    max-height: 50%;
    width: auto;
    height: auto;
}

ul.fixed_button>li>a:before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    background: #6B755F;
    border-radius: 50%;
    animation: pulse-border 1000ms ease-out infinite;
}

ul.fixed_button ul.menu_sub {
    list-style: none;
    margin: 0;
    display: flex;
    background: #6B755F;
    border-radius: 5rem;
    overflow: hidden;
}

ul.fixed_button ul.menu_sub li {
    margin: 0;
}

ul.fixed_button ul.menu_sub a {
    color: #fff;
    font-size: 0.8rem;
    line-height: 2.35rem;
    padding: 0 1rem;
    transition: .5s all;
    background: transparent;
    display: inline-block;
}

ul.fixed_button ul.menu_sub li+li {
    border-left: 0.05rem solid rgb(255 255 255 / 10%);
}

ul.fixed_button ul.menu_sub a:hover {
    background: #5C6650;
}

ul.fixed_button li:hover .inner {
    opacity: 1;
    pointer-events: unset;
}
.icon_scroll {
    position: absolute;
    left: 50%;
    bottom: .5rem;
    z-index: 999;
    transform: translateX(-50%);
    filter: brightness(0) invert(1);
}

.icon_scroll svg {
    animation: hu__hu__ infinite 2s ease-in-out
}
.wrap_items_hsec2 .item:hover .icon {
    filter: brightness(0) invert(0);
}
.content.content_post img.active{
    min-width: 100%;
    max-width: calc(100% + 8rem);
    margin: 0 -4rem;
}
.home_sec_9{
    padding-bottom: 3rem;
}
.button_style .icon:before,.button_style .icon:after {
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 0.417rem;
    background: #fff;
}

.button_style .icon:after {
    height: 1px;
    width: 100%;
}

.button_style span:not(.icon) {
    display: flex;
    align-items: center;
    position: relative;
}

.button_style .icon {
    position: relative;
    display: inline-block;
}

.button_style span:not(.icon):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: .5s all;
    position: absolute;
}
path[d="M1 8V1H58"] {
    opacity: 0;
}
.button_style:hover span:not(.icon):before {
    width: 100%;
}

a.button_style.submit_form.white .icon:before,
a.button_style.submit_form.white .icon:after,
.wrap_items_contact a.button_style.submit_form.white .icon:after,
.wrap_items_contact a.button_style.submit_form.white .icon:before{
    background: #000;
}
a.button_style.submit_form.white  span:not(.icon):before ,
.wrap_items_contact a.button_style.submit_form.white  span:not(.icon):before{
    background: #000;
}
@keyframes hu__hu__ {
    50% { transform: translateY(30px) }
}
section.home_sec_1 {
    position: relative;
}
section.home_sec_8 .box_left .content strong {
    font-size: 1.3rem;
}
ul.button_action {
    position: fixed;
    bottom: 1.5rem;
    left: 3rem;
    z-index: 99;
    list-style: none;
    margin: 0;
    display: flex;
}

ul.button_action a {
    height: 2.4rem;
    background: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0 1rem;
}

ul.button_action a svg {
    width: 1.3rem;
    height: auto;
    display: block;
    margin-right: .7rem;
}

ul.button_action li+li {
    margin-left: 1rem;
}

ul.button_action li {
    margin-bottom: 0;
}
path.st5 ,
polyline.st5,path.cls-6,polyline.cls-6{
    fill: none !important;
    stroke: #fff;
    stroke-miterlimit: 9;
    stroke-width: 2px;
    stroke-dasharray: 4;
    stroke-dashoffset: 10;
    animation: StrokeLine 4s infinite linear;
}
div#popup_banner {
    padding: 0;
    border-radius: 20px 0 0 0;
    overflow: hidden;
    max-width: 60vw;
    position: absolute;
    bottom: 0;
    right: 0;
}

div#popup_banner button.fancybox-button {
    left: 15px;
    top: 14px;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    background: rgb(0 0 0 / 40%);
    padding: .3rem;
    min-height: unset;
    color: #fff;
    line-height: 1.5rem;
}
@keyframes StrokeLine2 {
    0% {
        stroke-dashoffset: 100
    }

    to {
        stroke-dashoffset: 0
    }
}



polyline.st5.path2,polyline.cls-6+polyline.cls-6 {
    animation: StrokeLine2 5s infinite linear;
}

.ani:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background: red !important;
    display: inline-block !important;
}

ul.cac_diem {
    list-style: none;
    margin: 0;
}

ul.cac_diem li {
    position: absolute;
    top: 60.6%;
    left: 22.7%;
    opacity: 1;
}

ul.cac_diem li:before {
    width: 1.5rem;
    height: 1.5rem;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    content: '';
    position: absolute;
    opacity: 0;
}

ul.cac_diem li:nth-child(2) {
    top: 55.9%;
    left: 31.23%;
}

ul.cac_diem li:nth-child(3) {
    top: 48.1%;
    left: 40.23%;
}

ul.cac_diem li:nth-child(4) {
    top: 24.6%;
    left: 69.1%;
}
ul.dots_vitri li:hover {
    z-index: 99;
}
.mat_bang_page .row {
    max-width: 90vw !important;
}
.wrap_items_slide_ch {
    position: relative;
}
.wrap_items_slide_ch .slick-arrow {
    right: 29%;
}

.wrap_items_slide_ch .slick-arrow.next {
    right: 21% !important;
    left: inherit;
}

.wrap_items_slide_ch .count_slider {
    right: 25% !important;
    left: unset;
    transform: translateX(23%);
}

.wrap_items_slide_ch:nth-child(even) .slick-arrow {
    left: 21%;
    right: unset;
}

.wrap_items_slide_ch:nth-child(even) .slick-arrow.next {
    left: 29% !important;
    right: unset !important;
}

.wrap_items_slide_ch:nth-child(even) .count_slider {
    left: 25% !important;
    transform: translateX(-23%);
}
.layout_gallery .count_slider {
    right: 2rem;
    left: unset;
}

.layout_gallery_left .slick-arrow {
    right: unset;
    left: 1rem;
}

.slider_gallery_tien_ich.full_slider+.count_slider {
    right: unset;
    left: calc(50% + 1.7rem);
}

.layout_gallery_left .slick-arrow.next {
    left: 8rem;
}
.layout_gallery_left .slider_gallery_tien_ich.full_slider+.count_slider {
    left: unset;
    right: calc(50% + 2.3rem);
}

.layout_gallery_left .count_slider {
    left: 6rem;
    right: unset;
}
ul.dots_vitri li .inner .icon:before {
    display: none;
}

ul.dots_vitri li.animation .inner .icon:before {
    display: block;
}
.socials_banner {
    position: absolute;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 39%;
    width: 70rem;
}

.socials_banner ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    text-align: center;
}

.socials_banner ul .icon {
    display: block;
    margin: auto;
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #743A18;
    fill: #fff;
    border-radius: 100px;
    transition: .5s all;
}

.socials_banner ul li {width: calc(100% / 3);margin: 2rem 0;}

.socials_banner ul .icon svg {
    max-width: 60%;
    max-height: 60%;
    width: auto;
    height: auto;
}

.socials_banner ul span.title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1rem;
    display: block;
    margin-top: .2rem;
    text-shadow: 0rem 0.2rem 0.45rem rgba(0, 0, 0, 0.90);
}

.socials_banner ul a:hover .icon {
    background: #6b755f;
}
.slider_banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    object-fit: cover;
}
header#header .nav-dropdown {
    background: #000;
    bottom: 0;
    transform: translateY(100%);
    display: block;
    padding: .3rem;
}

header#header .nav-dropdown li {
    width: 100%;
    margin: 0;
}

header#header .nav-dropdown li a {
    width: 100%;
    color: #fff;
}

header#header .nav>li>a {
    color: #fff;
}
.wrap_cpright {
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: space-between;
    padding: .5rem 0;
}

.wrap_cpright .left {
    flex: 0 0 auto;
    order: 2;
}

.wrap_cpright .right {
    max-width: 40rem;
}
ul.dots_vitri li .inner.zoom {
    transform: translateX(-50%) scale(1.7);
}
.category div#masthead div#logo, .single-post div#masthead div#logo {
    filter: brightness(0) invert(0);
}

.category div#masthead .nav>li>a, .single-post div#masthead .nav>li>a {
    filter: brightness(0) invert(0);
}

.category .stuck
div#masthead .nav>li>a, .single-post .stuck div#masthead .nav>li>a {
    filter: brightness(0) invert(1);
}
header#header .pll-parent-menu-item .nav-dropdown {
    min-width: unset;
    right: unset;
    text-align: center;
    width: 4rem;
}

header#header .pll-parent-menu-item .nav-dropdown a {
    text-align: center;
    justify-content: center;
}
.icon_mute {
    position: absolute;
    bottom: 3rem;
    left: 2rem;
    z-index: 9;
    cursor: pointer;
}

.icon_mute svg {
    width: 2.3rem;
    height: auto;
}

.icon_mute * {
    fill: #fff;
}

.icon_mute .is-hide {
    opacity: 0;
}
.banner_popup {
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    opacity: 0;
    transition: unset;
    pointer-events: none;
    transform: translateX(0);
    z-index: 9999;
    position: fixed;
}

.bg_close {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgb(0 0 0 / 70%);
    cursor: pointer;
    opacity: 1;
    transition: .3s all;
    z-index: 9998;
}

.banner_popup .inner {
    position: absolute;
    border-radius: 20px 0 0 0;
    overflow: hidden;
    transform: translateX(0px);
    transition: .3s all;
    max-width: unset;
    width: 29rem;
    bottom: 0;
    right: 0;
}

.close_button {
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: .5rem;
    left: .5rem;
    border: 2px solid #fff;
    fill: #fff;
    border-radius: 50%;
    cursor: pointer;
    padding: .2rem;
    opacity: 1;
    transition: .3s all;
}

.open_popup {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
    z-index: 2;
    top: 0;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    fill: #fff;
    opacity: 0;
    pointer-events: none;
    transition: .3s all;
    padding-left: .3rem;
    z-index: 19;
}

.banner_popup.show {
    opacity: 1;
    pointer-events: unset;
}
.banner_popup.show.active .bg_close {
    opacity: 0;
    pointer-events: none;
}
.banner_popup.active .open_popup {
    opacity: 1;
    pointer-events: unset;
}

.banner_popup.active .close_button {
    opacity: 0;
}

.banner_popup.active {
    z-index: 10;
}

.banner_popup.active .inner {
    transform: translateX(calc(100% - 2rem));
}
.bg_close.active {
    opacity: 0;
    pointer-events: none;
}

a#top-link {
    background: #fff;
}
.mouse-wheel {
    width: 50px;
    height: 50px;
    margin: 0 0 0 -25px;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    pointer-events: none;
    z-index: 5;
    position: relative;
}

.mouse-wheel:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../images/circle.svg) no-repeat 50%/contain;
    transition: opacity 1s ease-in-out;
    opacity: 0
}

.mouse-wheel.show:before {
    opacity: 1
}

.mouse-wheel.hide {
    opacity: 0;
    pointer-events: none
}

.mouse-wheel span {
    position: absolute;
    width: 40%;
    left: 30%;
    top: 30%;
    height: 2px;
    opacity: 0;
    transform: scale(.3)
}

.mouse-wheel span:after,.mouse-wheel span:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #d0b179
}

.mouse-wheel span:before {
    left: 0;
    transform: skewY(30deg)
}

.mouse-wheel span:after {
    right: 0;
    width: 50%;
    transform: skewY(-30deg)
}

.mouse-wheel.show span {
    animation: Move-Arrow 2s ease-out infinite
}

.mouse-wheel.show span:first-child {
    animation: Move-Arrow 2s ease-out .5s infinite
}

.mouse-wheel.show span:nth-child(2) {
    animation: Move-Arrow 2s ease-out 1s infinite
}

.mouse-wheel.show {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer
}

.wheel {
    width: 50px;
    height: 50px;
    margin: 0 0 0 -25px;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    pointer-events: none;
    z-index: 20
}

.wheel:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../images/circle.svg) no-repeat 50%/contain;
    transition: opacity 1s ease-in-out;
    opacity: 0
}

.wheel.show:before {
    opacity: 1
}

.wheel span {
    position: absolute;
    width: 40%;
    left: 30%;
    top: 30%;
    height: 2px;
    opacity: 0;
    transform: scale(.3)
}

.wheel span:after,.wheel span:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #d0b179
}

.wheel span:before {
    left: 0;
    transform: skewY(30deg)
}

.wheel span:after {
    right: 0;
    width: 50%;
    transform: skewY(-30deg)
}

.wheel.show span {
    animation: Move-Arrow 2s ease-out infinite
}

.wheel.show span:first-child {
    animation: Move-Arrow 2s ease-out .5s infinite
}

.wheel.show span:nth-child(2) {
    animation: Move-Arrow 2s ease-out 1s infinite
}

.wheel.show {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer
}

.wheel.hide {
    display: none
}

.wheel.no-click {
    pointer-events: none
}
@keyframes Move-Arrow {
    25% {
        opacity: 1
    }

    33.3% {
        opacity: 1;
        transform: translateY(10px)
    }

    66.6% {
        opacity: 1;
        transform: translateY(20px)
    }

    to {
        opacity: 0;
        transform: translateY(30px) scale(.5)
    }
}
@media only screen and (max-width: 1199px) {
    html {
        font-size: 1.3vw;
    }
    ul.slick-dots {
        position: unset !important;
        justify-content: center;
        margin-top: 1rem;
    }
    .wrap_items_ch .item .box_content {
        padding: 2rem;
    }

    .wrap_items_ch .item .box_img {
        width: 40rem;
    }

    .wrap_items_ch .item h3 {
        font-size: 2rem;
    }

}

@media only screen and (max-width: 849px) {
    html {
        font-size: 1.3vw;
    }
    .banner_page .row {
        min-height: 45rem;
    }

    body {
        font-size: 1.2rem;
    }

    .button_style {
        font-size: 1rem;
    }

    .wrap_image-container {
        margin: 0;
    }

    .footer_top .row {
        min-height: unset;
    }

    .button_style svg {
        height: 2rem;
        width: auto;
    }

    .button_style span:not(.icon) {
        padding-left: .4rem;
    }
    .cdt_sec_2 .banner_page .row {
        min-height: unset !important;
    }

    .cdt_sec_2 .banner_page .box_content {
        min-height: unset !important;
    }

    .cdt_sec_5 .row {
        min-height: unset !important;
    }

    .slider_project .item {
        flex-wrap: wrap;
    }

    .slider_project .item>* {
        width: 100% !important;
    }
    .slider_process .wrap>* {
        height: 13rem;
    }

    .slider_process:before {
        top: 45%;
    }
    .cau_chuyen_sec_3 .box_content ul li {
        display: block;
    }

    .cau_chuyen_sec_3 .box_content ul li strong {
        display: block;
        margin: 0;
    }
    section.section.tien_ich_page {
        padding-bottom: 0 !important;
    }
    i.icon-menu {
        font-size: 3rem !important;
    }

    body #logo img, body .stuck #logo img {
        height: 4rem !important;
    }
    i.icon-menu {
        font-size: 3rem !important;
    }

    body #logo img, body .stuck #logo img {
        height: 4rem !important;
    }

    .mfp-bg.off-canvas-center:not(.dark) {
        background: #000 !important;
    }

    .off-canvas-center .nav-sidebar.nav-vertical>li>a {
        color: #fff;
    }

    button.mfp-close {
        color: #fff !important;
        opacity: 1 !important;
    }
    .header-main li.html.custom {
        display: block !important;
        text-transform: uppercase;
    }
    ul.fixed_button {
        top: unset;
        bottom: 0;
        display: flex;
        left: 0;
        right: 0 !important;
        transform: unset;
    }

    ul.fixed_button li {
        margin: 0;
        width: 100%;
    }

    ul.fixed_button>li>a:before {
        display: none;
    }

    ul.fixed_button>li>a {
        width: 100%;
        border-radius: 0;
    }

    ul.fixed_button>li+li {
        border-left: 1px solid rgb(125 133 114);
    }

    ul.fixed_button .inner {
        left: unset;
        right: unset;
        transform: translate(0, -100%);
        top: -8px;
        left: 5px;
    }

    footer#footer {
        padding-bottom: 2rem;
    }
    .icon-menu:before{
        opacity: 0;
    }
    .icon-menu{
        background-image: url(../images/icon_menu.svg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .header-main li.html.custom {
        color: #fff;
    }

    .off-canvas-center .nav-sidebar.nav-vertical>li .toggle {
        color: #fff;
    }

    .nav-vertical>li>ul li a {
        color: #fff;
    }
    .header-language-dropdown i.image-icon {
        display: none;
    }
    .home_sec_9 .heading_title {
        margin-top: 2.5rem;
    }
    .off-canvas .nav-vertical li li>a {
        color: #fff;
        font-size: 1.7rem;
    }
}

@media only screen and (max-width: 767px){
    html {
        font-size: 4vw;
    }
    html {
        font-size: 3.5vw;
    }

    section.home_sec_1 .title_banner,.title_banner {
        font-size: 2.6rem;
        line-height: 1.4;
    }

    .banner_page .row {
        min-height: 30rem;
    }

    .home_sec_1 .content_banner.text-center {
        margin-bottom: 3rem;
    }

    section.home_sec_2 {
        padding-top: 4rem;
        padding-bottom: 4rem;
        min-height: unset;
    }

    .heading_title {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    .home_sec_2 .row {
        position: relative;
        z-index: 9;
    }

    section.home_sec_3 img.img_title {
        max-width: 85%;
    }

    .wrap_items_hsec2 .item {
        width: 50%;
    }

    .controls button svg {
        width: 3rem;
        height: 3rem;
    }

    .controls {
        bottom: 0;
        right: 0;
    }

    .wrap_item_hsec_5 .item {
        flex-wrap: wrap;
    }

    .wrap_item_hsec_5 .item .box_content {
        width: 100%;
        padding: 0;
    }

    .wrap_item_hsec_5 .item .box_img {
        width: 100%;
    }

    .wrap_item_hsec_5 .item .box_img.img_full img {
        width: 100%;
        margin-top: 1rem;
    }

    .wrap_item_hsec_5 .item .box_content h2.heading_title {
        padding-right: 2rem;
    }

    .wrap_item_hsec_5 .item:nth-child(even) .box_content {
        max-width: unset !important;
        margin: 2rem 0;
    }

    .wrap_item_hsec_5 .item:nth-child(even) .box_img {
        order: unset;
    }

    section.home_sec_5 {
        padding-bottom: 4rem;
    }

    section.home_sec_7 .wrap_title {
        display: block;
    }

    section.home_sec_7 .wrap_title .left h2.heading_title.icon_left {
        padding-right: 6rem;
    }

    .wrap_items_hsec_7 {
        display: block !important;
    }

    .wrap_items_hsec_7 .item {
        width: 100% !important;
    }

    .wrap_items_hsec_7 .item h3.title_doc {
        display: none;
    }

    .wrap_items_hsec_7 .item .box_content {
        opacity: 1 !important;
    }

    .wrap_items_hsec_7 .item .banner-bg {
        height: 100% !important;
        opacity: 1;
    }

    .wrap_items_hsec_7 .item+.item {
        margin-top: 1rem;
    }

    .wrap_items_hsec_7 .item:before {
        opacity: 1;
        height: 100%;
    }

    section.home_sec_8 .box_left {
        padding: 0;
    }

    section.home_sec_8 .box_left .content {
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 1rem;
        margin-b
        CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
        margin-b
        CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    }

    section.home_sec_8 .box_left .box_img img.img_small {
        left: -2.35rem;
        width: 100%;
        top: -7rem;
        position: unset;
        display: none;
    }

    section.home_sec_8 .box_left .box_img {
        max-width: 100%;
    }

    section.home_sec_8 .box_left h2.heading_title {
        padding-right: 2rem;
    }

    section.home_sec_8 .box_right {
        display: flex;
        flex-wrap: wrap;
    }

    .home_sec_8 .inner {
        padding: 2rem 0;
        order: -1;
    }

    .home_sec_8 .wrap_items .item b {
        font-size: 1.2rem;
        line-height: 1.3;
    }

    section.home_sec_8 .box_right>img {
        margin: 0;
    }

    .home_sec_9 .heading_title {
        margin-bottom: 0;
        margin-top: 2rem;
    }

    .map_image:before, .map_image:after {
        height: 5rem;
    }

    .home_sec_9 .list_items .item .content strong {
        font-size: 1.3rem;
    }

    .home_sec_9 .list_items .item .title {
        font-size: 1rem;
    }

    .home_sec_9 .box_content_bottom {
        margin-top: -1.15rem;
    }

    .home_sec_10 {
        padding-bottom: 1rem;
    }

    .home_sec_11 .wrap_title {
        flex-wrap: wrap;
    }

    .home_sec_11 .wrap_title .style_menu {
        justify-content: flex-start;
    }

    .slider_posts  ul.slick-dots {
        position: unset;
        width: 100% !important;
        justify-content: center;
    }

    .slider_posts .item_post {
        margin-bottom: 1rem;
    }

    .form_footer {
        padding: 3rem 2.5rem 3rem;
    }

    .footer_top .row {
        min-height: unset !important;
    }

    .footer_top.banner_page {
        padding-top: 4rem !important;
    }

    img.logo_footer {
        margin-bottom: 2rem;
    }

    .box_socials {
        text-align: center;
    }

    ul.socials {
        justify-content: center;
    }

    .row.wrap_info_footer .item {
        display: block;
    }

    .wrap_info_footer .col+.col {
        margin-top: 2rem !important;
    }

    .row.wrap_info_footer .item .right {
        margin: 2rem 0 0 0;
    }

    .copyright {
        font-size: .8rem;
    }
    .home_sec_6 .banner_page {
        padding-top: 18rem !important;
    }

    .home_sec_6 .nav_top .wrap {
        flex-wrap: wrap;
    }

    .slider_banner_dau_an .wrap_bottom {
        display: block;
        margin-bottom: 3rem;
    }

    .slider_banner_dau_an .wrap_bottom .content {
        max-width: 100%;
        margin-bottom: 2rem;
    }

    .home_sec_6 .nav_top {
        top: 3rem;
    }

    ul.nav_dau_an li {
        margin: 0 .5rem 1rem !important;
    }

    ul.nav_dau_an {
        margin: 0 -0.5rem;
    }

    section.home_sec_6 .banner_page .bg:before,section.home_sec_6 .banner_page .bg:after {
        background: linear-gradient(0deg, #000 5%, rgba(0, 0, 0, 0.00) 55%);
    }
    section.home_sec_1 .title_banner, .title_banner {
        font-size: 2.6rem !important;
    }

    section.cdt_sec_1 .box_content {
        padding: 0 !important;
        margin-bottom: 2rem;
    }

    .cdt_sec_2 .banner_page .box_content:before {
        width: 100% !important;
    }

    .cdt_sec_2 .banner_page .box_content {
        padding: 3rem;
    }

    .cdt_sec_2 .banner_page .box_content h2.heading_title {
        font-size: 2rem !important;
    }

    section.cdt_sec_3 .box_content {
        margin-bottom: 2rem;
    }

    section.cdt_sec_3.cdt_sec_4 .col.large-7.medium-7 {
        order: -1;
    }

    .cdt_sec_4 ul.slider_gallery_tien_ich {
        width: 100%;
    }

    .cdt_sec_4 .slick-arrow {
        right: 3% !important;
    }

    .cdt_sec_5 .row {
        padding-top: 3rem !important;
    }

    .cdt_items_sec_7 {
        display: block;
    }

    .cdt_items_sec_7 .item {
        width: 100% !important;ư
    ':';ư
    ': 1';
        min-height: unset;
        padding-top: 1rem !important;
        padding-bottom: 2rem !important;
    }

    .cdt_items_sec_7 .item:last-child {
        padding-bottom: 5rem !important;
    }

    section.cdt_sec_7 .heading_title {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .slider_process .wrap>* {
        order: unset !important;
        height: unset !important;
    }

    .slider_process:before {
        top: 44%;
    }

    .slider_process .wrap:before, .slider_process .wrap:after {
        top: 50%;
    }

    .slider_project .item .box_content {
        padding: 2rem;
    }
    .cdt_sec_6 h2.heading_title {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .style_menu ul.nav_tabs_year {
        flex-wrap: wrap;
        justify-content: center;
    }

    .slider_gt .item_gt h3 {
        font-size: 1.5rem;
    }
    .wrap_2_section .box_content_banner {
        padding: 3rem 2.3rem;
    }

    .cau_chuyen_sec_2 .box_img {
        margin-top: 2rem;
    }

    .cau_chuyen_sec_3 .box_content:before {
        right: -15px;
        left: -15px;
        width: auto;
    }

    .cau_chuyen_sec_3 .box_content {
        padding: 3rem 0;
    }

    section.cau_chuyen_sec_4 {
        padding: 4rem 0;
    }
    .wrap_tien_ich {
        flex-wrap: wrap;
    }

    .wrap_for_tien_ich {
        order: -1;
    }

    .wrap_nav_tien_ich {
        width: 100%;
    }

    .layout_mat_bang {
        margin: 3.4rem 0 5rem;
    }

    .layout_gallery_left .full_slider .box_img img {
        width: 100% !important;
        max-width: 100% !important;
    }

    .layout_gallery_left .box_content {
        margin: 2rem 0 0 !important;
    }

    .layout_gallery .box_content {
        max-width: 100%;
        margin-bottom: 2rem;
    }

    .full_slider .box_img img {
        width: 100%;
        max-width: 100%;
    }

    .layout_banner_slider .box_content {
        width: 100%;
    }

    .layout_banner_slider .box_content h2.heading_title {
        font-size: 2.5rem;
    }

    .box_content_left {
        padding: 0;
    }

    .layout_content_2_col .slider_gallery_tien_ich {
        margin-top: 2rem;
    }

    .layout_content_2_col {
        margin-bottom: 4rem;
    }

    .layout_gallery_center {
        margin-bottom: 4rem;
    }

    .layout_gallery {
        margin-bottom: 4.5rem;
    }
    .wrap_items_ch .item {
        display: block;
    }

    .wrap_items_ch .item .box_img {
        order: 2 !important;
        width: 100% !important;
    }

    .wrap_items_ch .item .box_content {
        padding: 3rem 2rem;
    }

    .wrap_items_ch {
        margin-bottom: 0;
    }
    .wrap_mb.flex {
        flex-wrap: wrap;
    }

    .nav_tabs_nb {
        order: 2;
        width: 100%;
    }
    .can_ho_details .box_img {
        max-width: 100%;
        margin-bottom: 2rem;
        margin: 0;
    }

    .can_ho_details .box_content {
        padding: 3rem;
    }
    .wrap_posts_nb .item:nth-child(1) {
        width: 100% !important;
    }

    .wrap_posts_nb .item:nth-child(1) .box_img:before {
        height: 50%;
    }

    .wrap_posts_nb .item {
        width: 100%;
    }

    span.meta {
        font-size: .7rem;
    }

    .wrap_posts_nb .item .box_content h3 {
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
    }

    .wrap_posts_nb .item .box_content {
        padding: 1rem;
    }

    .item_post {
        width: calc(calc(100% / 2) - 1rem);
    }

    .news_page .style_menu {
        margin-top: 4rem;
    }

    section.section.news_page {
        padding-bottom: 3rem;
    }

    .blog_page .heading_title.no_icon {
        font-size: 2rem;
    }

    .blog_page .nav_bottom {
        display: block;
    }

    .tags li+li a:before {
        margin: 0 .2rem;
    }
    .blog_page {
        padding: 8.75rem 0 3.5rem !important;
    }
    section.section.contact_page {
        padding: 4rem 0;
    }

    .box_map {
        padding: 0;
    }

    .box_map iframe {
        height: 20rem;
    }

    .wrap_items_contact {
        padding: 0;
    }

    div#masthead {
        padding: .5rem !important;
    }

    body #logo img, body .stuck #logo img {
        height: 3rem !important;
    }

    i.icon-menu {
        font-size: 2.5rem !important;
    }
    .off-canvas-center .nav-vertical>li>a {
        font-size: 1.3rem !important;
    }
    div#load_mb_tang .inner {
        max-width: 100%;
        padding: 0 15px !important;
    }

    div#load_mb_tang .wrap_top {
        display: block;
    }

    div#load_mb_tang .wrap_top>*+* {
        margin-top: 2rem;
    }

    .close_popup {
        top: 0;
        right: 0;
    }
    .load_home_page svg{
        max-width: 60%;
    }
    ul.dots_vitri li b {
        display: none;
    }

    .content_hover {
        font-size: .5rem;
    }

    ul.dots_vitri li .inner .icon {
        transform: scale(.4) translateY(-2rem);
    }
    ul.fixed_button {
        right: 1rem;
    }
    .contact_page .col.large-6.large-6:nth-child(2) {
        order: 3;
    }
    .cdt_sec_2 .banner_page .content {
        max-height: 20rem;
        overflow: auto;
    }
    ul.slick-dots li button:before {
        transform: scale(4);
        background-size: 100% 100%;
    }

    ul.slick-dots li button {
        width: .3rem;
        height: .3rem;
        position: relative;
    }
    .cdt_sec6_slider .item .content {
        margin: 0;
        position: absolute;
        bottom: 0;
        z-index: 9;
        left: 0;
        right: 0;
    }

    .cdt_sec6_slider .item .box_img {
        padding: 0;
    }

    .cdt_sec6_slider .item {
        position: relative;
    }
    section.home_sec_1 .title_banner {
        font-size: 2rem !important;
    }
    ul.fixed_button>li>a{
        height: 2.6rem;
    }
    .content.content_post img.active{
        max-width: 100%;
        margin: 0;
    }
    ul.button_action a {
        font-size: 0;
        padding: 0;
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
    }

    ul.button_action a svg {
        margin: 0;
    }

    ul.button_action {
        left: 1rem;
        bottom: 4rem;
        display: block;
    }

    ul.button_action li {
        margin: 0 0 .5rem !important;
    }
    .slider_process .wrap {
        height: 20rem;
    }

    .slider_process .wrap>* {
        height: 50% !important;
    }
    .wrap_items_ch .wrap_items_slide_ch .slick-arrow {
        left: 30% !important;
        right: unset !important;
    }

    .wrap_items_ch .wrap_items_slide_ch .slick-arrow.next {
        left: unset !important;
        right: 50% !important;
    }

    .wrap_items_ch .wrap_items_slide_ch .slick-arrow.next {
        right: 30% !important;
    }

    .wrap_items_ch .wrap_items_slide_ch .count_slider {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    .layout_gallery .count_slider {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        bottom: 4rem;
    }
    .layout_gallery .count_slider{
        display: none;
    }
    .page-template-contact .banner_page {
        height: 45rem;
    }

    .socials_banner {width: 100%;}
    .page-template-contact .banner_page {
        height: 45rem;
    }
    .page-template-contact .banner_page .row {
        min-height: 45rem;
    }

    .page-template-contact .banner_page .content_banner.text-center {
        margin-bottom: 2rem;
    }

    .socials_banner {
        top: 43%;
    }
    .wrap_cpright {
        text-align: center;
        flex-wrap: wrap;
        justify-content: center;
        padding: 1rem 0 2rem;
    }

    .copyright {
        height: auto;
        text-align: center;
    }
    ul.slick-dots li button:before{
        width: 1rem;
        height: 1rem;
        background: unset !important;
        background-image: none !important;
        border: 1px solid #000;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius: 50%;
        position: absolute;
    }
    .icon_du_an svg {
        width: 1.85rem;
    }

    .icon_du_an:before, .icon_du_an:after {
        width: 2rem;
        height: 2rem;
        top: -1.8rem;
    }
    .banner_popup .inner {
        width: 23rem;
    }
    .open_popup {
        padding-left: .1rem;
    }
}