.justify-between:after {
    display: none;
}
.wrap_logo_dt {
    flex-wrap: wrap;
}


.wrap_logo_dt .img {
    width: calc(calc(100% / 7) - 1.5rem) !important;
    margin: 1rem  0.75rem !important;
}

.wrap_logo_dt {
    justify-content: center;
}

.wrap_logo_dt .img:nth-child(13n + 7) {
}

.wrap_logo_dt .img:nth-child(13n + 13) {
}

.wrap_logo_dt .img:nth-child(13n + 1) {
    margin-left: calc(calc(100% / 7) - 5rem) !important;
}

.wrap_logo_dt .img:nth-child(13n + 6) {
    margin-right: calc(calc(100% / 7) - 5rem) !important;
}

.wrap_logo_dt .img-inner {
    border-radius: 5rem;
    background: var(--White-1, #FFF);
    box-shadow: 0rem 0rem 0.5rem 0rem rgba(0, 0, 0, 0.05);
    height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}


.wrap_logo_dt .img-inner img {
    max-height: 76%;
    width: auto;
    height: auto;
    max-width: 76%;
}
.about_1 h1,.about_1 h2 {
    line-height: 1.1;
    font-weight: 700;
}

.about_1 h1 {
    font-size: 2.5rem;
}

.about_1 h2 {
    font-size: 1.2rem;
}

.about_1 .text {
    font-size: .9rem;
}

.heading_title {
    color: var(--Red, #BF1E2D);
    font-weight: 700 !important;
    margin-bottom: 0 !important;
}
.project_sec_5_nav{
    flex-wrap: wrap;
}
b.sub_title {
    font-size: 1.2rem;
    font-weight: 700 !important;
}

div#text-4110806168 {
}

.about_2 .stack {
    max-width: 29.7rem;
}

.about_2 .img {
    max-width: 38.15rem;
    width: 38.15rem !important;
}

.about_3 h2 {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
}

.about_3 h2 b {font-weight: 700;}

.about_3 {
    text-align: justify;
}

.about_3 .img+.img {
    width: 11.85rem !important;
    height: 6.65rem;
    position: absolute;
    bottom: -3.3rem;
    left: -6rem;
}

.about_4_icon .icon-box {
    height: 100vh;
    padding-top: 50vh;
    padding: 50vh 1.15rem 0;
    position: relative;
}

.about_4_content {
    position: absolute;
    top: 10vh;
    left: 50%;
    transform: translateX(-50%);
}

.about_4_icon .icon-box-img {
    width: auto !important;
    width: 3.5rem !important;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(191, 30, 45, 0.59);
    border-radius: 50%;
    transition: .5s all;
    transform: rotateY(0deg);
}

.icon-box-img img, .icon-box-img svg {
    padding: 0 !important;
}

.icon-box-img img {
    max-width: 95%;
    display: block;
    margin: auto;
}

.about_4_icon .icon-box:hover .icon-box-img {
    transform: rotateY(180deg);
}

.about_4_icon h3 {
    font-size: 1.1rem;
    line-height: 1.4;
    position: relative;
}
.error404  h2.heading_title {
    margin-bottom: 0.8rem !important;
}

.button_style_2 {
    color: #444 !important;
    font-size: 0.8rem;
    text-transform: unset !important;
    font-weight: 700;
    margin: 0 !important;
    display: inline-flex;
    align-items: center;
}

.button_style_2 i.icon-expand {
    width: 2.5rem;
    height: 2.5rem;
    background: #BF1E2D;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 0.5rem;
    background-image: url(../images/icon_link.svg);
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s all;
}
.button_style_2 i.icon-expand:before{
    display: none;
}
.button_style_2:hover {
    color: #BF1E2D !important;
}

.button_style_2:hover i.icon-expand {
    background-size: 70%;
}
.banner_page .text-box {
    margin-bottom: 4rem;
}

.banner_page .breadcrumbs.text .row {
    justify-content: center;
}

.banner_page .banner h1 {
    margin: 0;
}

.contact_1_content  h2 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 2.4rem;
}

.contact_1_content strong {
    font-size: 1.2rem !important;
    color: var(--Black, #333);
    max-width: 23rem;
    display: block;
}

.contact_1_content {
    color: var(--White-4, #999);
}

.contact_1_content img {
    transform: scale(1);
    margin-right: 0.75rem;
    margin-top: 0.4rem;
    width: 2.5rem;
    height: auto;
    display: block;
    transition: .5s all;
}

.contact_1_content img:hover {
    transform: scale(.8);
    opacity: .7;
}

iframe {
    width: 100%;
    display: block;
}

.contact_1  iframe {
    height: 30rem;
    border-radius: 1rem;
}

.contact_1_form {
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0rem 0rem 3rem 0rem rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(1.25rem);
    padding: 2.4rem;
    overflow: hidden;
}

.contact_1_form h2 {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 0.4rem;
}

.contact_1_form h2 strong {
    font-weight: 700;
}

.contact_1_form .text {
    font-size: 0.8rem;
    color: #666;
}

.wrap_form_contact b {
    font-size: 1rem;
    font-weight: 700;
}

.wrap_form_contact input,.wrap_form_contact textarea {
    height: 2.25rem;
    border-radius: 5rem;
    box-shadow: none;
    color: var(--White-4, #999);
    font-size: 0.7rem;
    padding: 0 0.85rem;
    margin: 0;
}

.wrap_form_contact .col {
    margin-bottom: 0.5rem;
    padding: 0 0.25rem;
}

.wrap_form_contact .row {
    margin: 0 -0.25rem !important;
}

.wrap_form_contact textarea {
    border-radius: 1rem;
    padding: 0.5rem 1rem;
}

.wrap_form_contact .content {
    font-size: 0.6rem;
}

.wrap_form_contact .content a {
    font-weight: 600;
    text-decoration: underline;
    color: var(--Black, #333);
}

.wrap_form_contact [type="submit"] {
    width: 100%;
    margin-top: 1rem !important;
    background: var(--Red, #BF1E2D);
    color: #FFF;
    font-weight: 700;
    font-size: 0.75rem;
}

.wrap_form_contact_select select {
    color: var(--Black, #333);
    position: absolute;
    top: 0;
    right: 0;
    width: 5.1rem;
    border: none;
    background-color: transparent;
    font-size: 0.7rem;
    font-weight: 500;
    height: 2.25rem;
    box-shadow: none;
    margin: 0;
}

.wrap_form_contact_select {
    position: relative;
}

.wrap_form_contact_select span.wpcf7-form-control-wrap {
    position: unset;
}

.wrap_form_contact_select input {
    padding-right: 5.5rem;
}
.ho_tro_page .large-9 {
    padding-right: 6rem;
}

.ho_tro_page h4 {
    font-size: 1rem;
}

.ho_tro_page h3 {
    font-size: 1.2rem;
}

.box_menu_support {
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0rem 0rem 3rem 0rem rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(1.25rem);
    padding: 1.6rem;
    overflow: hidden;
    position: sticky;
    top: 5rem;
}

.box_menu_support:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 5rem;
    height: 5rem;
    background: radial-gradient(50% 50% at 50% 50%, rgba(191, 30, 45, 0.50) 0%, rgba(255, 47, 67, 0.25) 100%);
    filter: blur(2.5rem);
}

.box_menu_support h3.section-title {
    border: none;
}

.box_menu_support h3.section-title b {
    display: none;
}

.box_menu_support h3.section-title span {
    padding: 0;
    border: none;
    font-size: 1.2rem;
    color: var(--Black, #333);
    text-transform: unset;
}

.box_menu_support a.ux-menu-link__link:hover {
    color: var(--Red, #BF1E2D);
}

.box_menu_support .ux-menu-link--active a {
    font-weight: 600;
    color: var(--Red, #BF1E2D);
}

.ho_tro_page .col-inner {
    height: 100%;
}

.ho_tro_page .contact_1_form .text {
    text-align: center;
}

.contact_1_form:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: radial-gradient(50% 50% at 50% 50%, rgba(191, 30, 45, 0.50) 0%, rgba(255, 47, 67, 0.25) 100%);
    filter: blur(2.5rem);
    width: 10.65rem;
    height: 10.65rem;
    right: 1.2rem;
    top: -5.35rem;
}
.td_sec_1 {
    text-align: justify;
    /*text-align-last: center;*/
}

.wrap_table_td {
    border-radius: 1rem;
    overflow: hidden;
    font-size: 0.9rem;
}

.wrap_table_td thead {
    background: var(--Red, #BF1E2D);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
}

.wrap_table_td thead th,.wrap_table_td td {
    font-weight: 600;
    padding: 0.85rem 1.1rem;
    text-align: center;
    color: var(--Black, #333);
}

.wrap_table_td thead th+th {
    border-left: 0.05rem solid var(--White-3, #F0F0F0);
}

.wrap_table_td thead th:nth-child(1),.wrap_table_td td:nth-child(1) {
    text-align: center;
}

.wrap_table_td td:nth-child(1) {
    color: var(--White-4, #999);
    font-size: 1.6rem;
    font-weight: 700;
}

.wrap_table_td td:nth-child(2) a {
    color: var(--Black, #333);
}

.wrap_table_td td:nth-child(2),.wrap_table_td td:nth-child(3) {
    text-align: left;
}

.wrap_table_td thead th {
    color: #fff;
    text-transform: unset;
}

.wrap_table_td td {
    border: none;
}


.wrap_table_td td+td {
    border-left: 0.05rem solid var(--White-3, #F0F0F0);

}

.wrap_table_td tr {
    cursor: pointer;
    transition: .5s all;
}

.wrap_table_td tr:hover {
    background: rgba(191, 30, 45, 0.05);

}
.item_post span.view_post {
    display: flex;
    align-items: center;
    font-size: 0.65rem;
    margin-top: 0.75rem;
}

.item_post span.view_post svg {
    display: block;
    margin-left: 0.6rem;
    width: 0.75rem;
    height: auto;
    transform: rotate(0deg);
    transition: 1s all;
}
section.td_page {
    padding: 6rem 0;
}

section.td_page .row.row_top>* {
    background: rgba(191, 30, 45, 0.05);
    padding: 1.5rem;
    border-radius: 1rem;
}

section.td_page .row.row_top .col.large-3.medium-3 {
    background: #BF1E2D;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

h1.title_td {
    font-size: 1.6rem;
    color: var(--Red, #BF1E2D);
}

.info_td {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5rem;
}

.info_td .item {
    width: calc(50% - 1rem);
    margin: 0.4rem 0.5rem;
}

.info_td .item {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: .8rem;
}

.info_td .item .icon {
    width: 0.8rem;
    display: flex;
    height: 0.8rem;
    align-items: center;
    margin-right: 0.4rem;
    flex: 0 0 auto;
}

.info_td .item span {
    font-weight: 400;
    display: block;
    margin: 0 0.25rem 0 0;
}

.info_other_td .item {
    display: flex;
    padding: 3rem 0;
}

.info_other_td .item h3.title {
    width: 12.5rem;
    flex: 0 0 auto;
    padding-right: 1rem;
    font-size: 0.8rem;
}

.info_other_td .item ul {
    margin-left: 1rem;
}

.info_other_td .item ul li {
    margin: 0;
}

.info_other_td .item+.item {
    border-top: 0.05rem solid rgb(153 153 153 / 20%);
}

.info_chung {
    color: #FFF;
}

.info_chung b {
    display: block;
}

.info_chung .item+.item {
    margin-top: 1.2rem;
}

.row_top  .line {
    opacity: 0.5;
    background: #999;
    height: 0.05rem;
    width: 100%;
    margin: 1.2rem 0;
}



a.link_file_download {
    font-size: 1rem;
    color: var(--White-1, #FFF);
    font-weight: 700;
    display: flex;
}

a.link_file_download svg {
    width: 1.2rem;
    height: auto;
    display: block;
    margin-left: 1rem;
}

section.td_page .row.row_top .col.large-9 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.row.row_top {
    margin-bottom: 5rem;
}

.list_td_other .item {
    position: relative;
    padding: 0.8rem 0;
    color: #999;
}

.row.row_bottom {
    align-items: flex-start;
}

.row.row_bottom .col.large-3.medium-3 {
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0rem 0rem 3rem 0rem rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(1.25rem);
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
}

b.title_sidebar {
    font-size: 1.2rem;
}

.list_td_other h3 {
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
    transition: .4s all;
}

.list_td_other .item+.item {
    border-top: 0.05rem solid rgb(153 153 153 / 20%);
}

.list_td_other .item:hover h3 {
    color: #BF1E2E;
    ColorsHexHexBackground colors#BF1E2E;
}

.row.row_bottom .col.large-3.medium-3:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: radial-gradient(50% 50% at 50% 50%, rgba(191, 30, 45, 0.50) 0%, rgba(255, 47, 67, 0.25) 100%);
    filter: blur(2.5rem);
    right: 0rem;
    bottom: -2.5rem;
    display: block;
    width: 5rem;
    height: 5rem;
}

.box_form_td {
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0rem 0rem 3rem 0rem rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(1.25rem);
    padding: 2.5rem 4.5rem;
}

.box_form_td h2 {
    font-size: 2.5rem;
    margin-bottom: 0.25rem;
}

.box_form_td .wrap_form_contact {
    margin-top: 1.5rem;
}
.button.primary.is-link.button_style_2 p {
    margin: 0;
    display: flex;
    align-items: center;
}

.button.primary.is-link.button_style_2 p input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    opacity: 0 !important;
}

.wrap_form_contact input[type="file"] {
    padding: 0;
    border-radius: 0;
}
.tabs_doi_tac .nav>li>a {
    height: 2.35rem;
    border: 0.05rem solid rgba(0, 0, 0, 0.30);
    padding: 0 1.25rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    opacity: 1;
    transition: .5s all;
}

.tabs_doi_tac .nav>li {
    margin: 0 0.75rem;
}

.tabs_doi_tac .nav>li.active a,.tabs_doi_tac .nav>li a:hover {
    color: var(--Red, #BF1E2D);
    background: transparent !important;
    border-color: var(--Red, #BF1E2D);
}
section.post_details .wrap_title .date_post svg {
    width: 0.8rem;
    height: auto;
    margin-right: 0.25rem;
}

.term {
    color: var(--Red, #BF1E2D);
    font-weight: 600;
}

.share ul {
    list-style: none;
    margin: 0 0 0 0.8rem;
    display: flex;
    align-items: center;
}

.share {
    display: flex;
    align-items: center;
}

.share ul li {
    margin-bottom: 0;
}

.content.content_post blockquote {
    font-style: unset;
    font-size: .9rem;
    border-color: #BF1E2D;
}

.content.content_post h2 {
    font-size: 1.2rem;
}

.content.content_post h3 {
    font-size: 1rem;
}

section.post_details2 {
    background: linear-gradient(254deg, #BF1E2D 17.37%, #590E15 100%);
    Colors
    Hex
    Hex
    Background colors;
    padding: 5rem 0;
}

section.post_details2 .group_heading {
    color: #fff;
}

section.post_details2 .group_heading h2 {
    color: #fff;
}

section.post_details2 .group_heading h2 strong {
    font-weight: 600;
}

.filter_gallery a.active {
    background: var(--White-1, #FFF);
    Colors
    Hex
    Hex
    Background colors

    White 1;
    color: var(--Red, #BF1E2D);
}

.filter_gallery a {
    min-width: 8rem;
    text-align: center;
    justify-content: center;
}

.for_tabs_gallery>.item {
    display: none;
}

.for_tabs_gallery>.item.active {
    display: block;
    animation-name: fade_up;
    animation-duration: 1.5s;
}
@keyframes fade_up {
    from {
        opacity: 0;
        transform: translateY(0rem);
    }
    to {
        opacity: 1;
        transform: translateY(0rem);
    }
}

.slider_gallery_news .slick-list {
    padding: 2rem 14rem;
}

.item_gallery .box_img {
    padding-bottom: 57%;
    position: relative;
    background: #000;
}

.item_gallery .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .7;
    transition: .5s all;
}

.item_gallery {
    border-radius: 1rem;
    overflow: hidden;
    transform: scale(.9);
    transition: .9s all;
}

.item_gallery .box_img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 66.95%, rgba(0, 0, 0, 0.80) 100%);
    z-index: 2;
}

.item_gallery h3 {
    margin: 0;
    position: absolute;
    max-width: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    bottom: 1.5rem;
    font-size: 1.2rem;
    color: #fff;
    opacity: 0;
    transition: .5s all;
}

.slider_gallery_news .item.slick-slide.slick-current.slick-active .item_gallery{
    transform: scale(1.155);
}



.slider_gallery_news .item.slick-slide.slick-current.slick-active {
    z-index: 9;
    position: relative;
}

.for_tabs_gallery {
    margin-top: 1rem;
}

.slider_gallery_news .item.slick-slide.slick-current.slick-active .item_gallery img {
    opacity: 1;
}

.menu_news.product_menu {
    display: inline-flex;
    align-items: center;
    width: auto;
}

.logo_project {
    width: 4rem;
    height: auto;
    margin-right: 1.5rem;
}

.row.nav_menu_project .box_menu a.active {
    background: #BF1E2D;
    color: #fff;
}
.play_video svg {
    width: 4.5rem;
    height: auto;
    display: block;
}
.project_sec_2 .group_heading p{
    text-align: justify;
}


a.play_video:after {
    content: '';
    position: absolute;
    background: #D5D5D5;
    height: 2.125rem;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    right: -1rem;
}

a.play_video {
    margin-right: 2rem;
    position: relative;
}
.project_sec_2 {
    padding: 8rem 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-attachment: fixed !important;
}

.slider_vi_tri .item {
    display: flex;
    align-items: center;
}

.slider_vi_tri .item .box_content {
    width: 20.5rem;
    flex: 0 0 auto;
    margin-right: 3rem;
}

.slider_vi_tri  a.button.primary.is-link.button_style_2 {
    color: #fff !important;
}

.slider_vi_tri .box_img {
    width: 100%;
    border-radius: 1rem;
    Colors
    Hex
    Hex
    Selection colors

    #BA8450;
    overflow: hidden;
}

.slider_vi_tri .box_img img {
    width: 100%;
    height: auto;
}

.box_img {}

.text_white  h3.thin-font {
    color: #fff !important;
}

.project_sec_2 .group_bottom {
    margin-top: 6rem;
}

.slider_video_vi_tri {
    max-width: 60rem;
    margin: auto;
}

.slider_video_vi_tri img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .7;
}

.slider_video_vi_tri .item {
    height: 26.9rem;
    position: relative;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    overflow: hidden;
}

.slider_video_vi_tri .icon {
    position: absolute;
    z-index: 9;
}
.project_sec_3:after{
    background-image: url(../images/ht_top.png);
    content: '';
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 668px;
}
section.section.project_sec_3 {
    padding: 6rem 0 30rem;
}
.project_sec_5_for>.item ,
.thu_vien_for>.item{
    display: none;
}

.project_sec_5_for>.item.active,
.thu_vien_for>.item.active{
    display: block;
    animation-name: fade_up;
    animation-duration: 1.5s;
}

.project_sec_5_1_for>.item {
    display: none;
}

.project_sec_5_1_for>.item.active {
    display: block;
    animation-name: fade_up;
    animation-duration: 1.5s;
}
.home_4 h2.heading_title strong {
    font-weight: 800;
}

.home_2 h1.heading_title {
    color: var(--Black, #333);
    font-weight: 400 !important;
}

.home_4 h2.heading_title {
}

section.home_6 .heading_title {
    color: #fff;
    font-weight: 400 !important;
}

section.home_7 h2.heading_title {
    color: #333;
    font-weight: 400 !important;
}
.chinh_sach_project{
    background-image: url(../images/bg_cs.jpg);
}
.slider_nav_product .slick-current.slick-active .inner img, .slider_nav_product .slick-current.slick-slide.slick-center .inner img {
    opacity: 1;
}

.nav_top_product {
    border-left: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0.05rem solid #DFDFDF;
    border-left: none;
    border-right: none;
    padding: 0.75rem 0;
}

.nav_top_product .box_right {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    margin-left: 0.5rem;
}

.nav_top_product .address {
    display: flex;
    align-items: center;
    font-size: 0.75rem;
}

.nav_top_product .address svg {
    width: 0.65rem;
    height: auto;
    display: block;
}

.nav_top_product .address a {
    color: #E11B22;
    text-decoration: underline;
    margin-left: 0.25rem;
}

.wrap_share {
    display: flex;
    align-items: center;
}

.wrap_share ul {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
}

.wrap_share ul a {
    width: 1.6rem;
    height: 1.6rem;
    background: #BF1E2D;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 1;
    transform: scale(1);
    transition: .8s all;
}

.wrap_share ul a svg {
    max-width: 60%;
    height: auto;
    width: auto;
    display: block;
}

.wrap_share ul li {
    margin: 0 0 0 0.5rem;
}

.button_tym {
    display: flex;
    align-items: center;
    margin-right: 1rem;
}

.button_tym svg {
    width: 1.3rem;
    height: auto;
    margin-left: 0.5rem;
}

.it_tien_ich {
    position: relative;
    border-radius: 1.3rem;
    overflow: hidden;
    margin: 0 0.65rem;
}

.it_tien_ich .box_img {
    padding-bottom: 150%;
    position: relative;
    padding-bottom: 150%;
}

.it_tien_ich .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .5s all;
}

.it_tien_ich .box_img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    Colors
    Hex
    Hex
    Background colors;
    z-index: 2;
}

.it_tien_ich  h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 8;
    color: #fff;
    padding: 1.5rem;
    margin: 0;
    font-size: 1rem;
}

.it_tien_ich:hover .box_img img {
    transform: scale(1.2);
}

.product_slider_nk {
    margin: 1.5rem -0.65rem 0;
}

.product_slider_nk button.slick-arrow {
    top: -4.15rem;
    transform: unset;
    right: 0.65rem;
}

.product_slider_nk button.slick-arrow.slick-prev {
    right: 3.55rem;
    left: unset;
}

.slider_mb_for .item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider_mb_for .item img {
    display: block;
    width: 100%;
    height: auto;
}

.slider_mb_nav .item {
    border-radius: 0.25rem;
    background: #000;
    overflow: hidden;
    height: 3.75rem;
    margin: 0 0.2rem;
    border: 0.1rem solid #fff;
    transition: .5s all;
    cursor: pointer;
}

.slider_mb_nav .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .7;
    transition: .5s all;
}

.slider_mb_nav {
    margin: 0.6rem -0.2rem 0;
}

.slider_mb_nav .item img {}

.slider_mb_nav .slick-slide.slick-current.slick-active img {
    opacity: 1;
}

.slider_mb_nav .slick-slide.slick-current.slick-active .item {
    border-color: #BE1E2D;
}

.box_pj .box_img {
    padding-bottom: 48.25%;
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
    margin-bottom: 1rem;
}

.box_pj .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box_pj .box_content {
    display: flex;
}

.box_pj .box_content .box_logo {
    width: 10.65rem;
    flex: 0 0 auto;
    margin-right: 1.25rem;
    height: 6.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box_pj .box_content .box_logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

div#tien_do .post_related {
    padding: 0;
}

div#tien_do .box_img {
    height: 10rem;
}

section.section.product_sec_3 {background: linear-gradient(0deg, #FFF 0%, #F9F9F9 100%);Colors
Hex
Hex
Background colors;}

div#tien_do {
    padding-bottom: 0;
}

.nhan_vien_tu_van {width: 13.5rem;border-radius: 1rem;background: #F5F5F5;text-align: center;position: relative;padding: 4.5rem 1rem 1rem;}

.nhan_vien_tu_van .avatar {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin: 0 auto 1.25rem;
    position: absolute;
    top: -3rem;
    left: 50%;
    transform: translateX(-50%);
}

.nhan_vien_tu_van .box_content .name {
    color: var(--Red, #BF1E2D);
    font-size: 1rem;
    display: block;
    line-height: 1;
}

.nhan_vien_tu_van .box_content span {
    font-size: 0.65rem;
}

.nhan_vien_tu_van ul a {
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    background: #FFF;
    font-size: 0.8rem;
    color: var(--Black, #333);
    font-weight: 700;
}

.box_sidebar_product ul li {
    display: block;
}

.nhan_vien_tu_van ul a.phone {
    background: var(--Red, #BF1E2D);
    color: #fff;
}

div#tien_do .wrap {
    padding: 0;
    margin-bottom: 1rem;
}
div#tien_do button.slick-arrow {
    transform: unset;
    right: .5rem;
    top: -4rem;
}

div#tien_do button.slick-arrow.slick-prev {
    left: unset;
    right: 3.4rem;
}
.row.nav_menu_project .box_menu .menu_news.product_menu {
    align-items: center;
    background: #fff;
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.05));
    Colors
    Hex
    Hex
    Selection colors

    6;
}

.row.nav_menu_project .box_menu .menu_news.product_menu .menu {
    margin: 0;
    width: 100%;
    justify-content: space-between;
}

.box_map_tien_ich {
    position: relative;
}

.box_map_tien_ich img {
    display: block;
    width: 100%;
    height: auto;
}

.box_map_tien_ich ul.list_icon {
    list-style: none;
    margin: 0;
}

.box_map_tien_ich li {
    position: absolute;
    margin: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box_map_tien_ich .number {
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    background: var(--Red, #BF1E2D);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: .85rem;
    z-index: 0;
}

.box_map_tien_ich span {
    height: 2rem;
    position: absolute;
    width: max-content;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    right: 0;
    transform: translateX(126%);
    border-radius: 5rem;
    opacity: 0;
    pointer-events: none;
    transition: .5s all;
}

.box_map_tien_ich li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box_map_tien_ich a:hover span {
    opacity: 1;
}

@keyframes pulse-border {
    0% {
        transform: translateZ(0) scale(1);
        opacity: 1
    }

    50% {
        transform: translateZ(0) scale(1.5);
        opacity: 0
    }

    100% {
        transform: translateZ(0) scale(1);
        opacity: 1
    }
}

.box_map_tien_ich li .number:before {
    content: '';
    background: var(--Red, #BF1E2D);
    width: 120%;
    height: 120%;
    content: '';
    position: absolute;
    border-radius: 50%;
    animation: pulse-border 2000ms ease-out infinite;
    z-index: -1;
}

.box_map_tien_ich li:hover {
    z-index: 100;
}
.style_popup {
    max-width: 55rem;
}

.style_popup h3 {
    color: var(--Red, #BF1E2D);
    font-size: 1.6rem;
    text-transform: uppercase;
}

.project_sec_4_1 {
    padding: 6rem 0;
}

ul.project_sec_4_1_list {
    list-style: none;
    margin: 2rem 0 0 0;
    padding-right: 6.25rem;
}

ul.project_sec_4_1_list li {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    margin: 0;
    cursor: pointer;
}

ul.project_sec_4_1_list li .icon {
    width: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
    flex: 0 0 auto;
    transform: rotateY(0deg);
    transition: .5s all;
}

ul.project_sec_4_1_list li + li {
    margin-top: 1.25rem;
}

.project_sec_4_1  div#text-856540131 {
    padding-right: 2.5rem;
}

.project_sec_4_1 div#text-856540131 h2 {
    margin-bottom: 0.5rem;
}

section.section.project_sec_5 {
    padding-top: 5rem;
    background-image: url(../images/bg_mb.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
}

.project_sec_5_for_slider img {
    display: block;
    margin: auto;
    border-radius: 1rem;
}

.project_sec_5_1_for_slider img {
    display: block;
    margin: auto;
}

.wrap_form_cs .wrap {
    display: flex;
    margin: 0 -0.5rem;
}

.wrap_form_cs .wrap .wrap_col {
    width: 27%;
    flex: 0 0 auto;
    padding: 0 0.5rem;
}

.wrap_form_cs .wrap .wrap_col:last-child {
    flex: unset;
    width: 100%;
}

.wrap_form_cs input {
    margin: 0;
    height: 2.35rem;
    border-radius: 5rem;
    border: 0.05rem solid var(--White-1, #FFF);
    background: transparent !important;
    color: #fff !important;
    padding: 0 1.4rem;
}

.wrap_form_cs input::placeholder {
    color: #fff;
}

.wrap_form_cs input[type="submit"] {
    background: var(--Red, #BF1E2D) !important;
    Colors
    Hex
    Hex
    Background colors

    Red;
    border-color: var(--Red, #BF1E2D) !important;
    ColorsHexHexBackground colorsRed;
}

.chinh_sach_project h2 {
    font-size: 2.25rem;
    font-weight: 500;
}

.thu_vien_du_an {
    padding: 6rem 0 0 0;
}

section.section.project_sec_6 {padding: 6rem 0 4rem 0;background: transparent;}

.wrap_thu_vien .it {
    width: calc(25% - 1rem);
    float: left;
    height: 11rem;
    border-radius: 1rem;
    background: #000;
    overflow: hidden;
    margin: 0.5rem;
    position: relative;
}

.wrap_thu_vien .it img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .6;
    transform: scale(1);
    transition: .5s all;
}

.wrap_thu_vien .it:first-child {
    height: 23rem;
    width: calc(50% - 1rem);
}

.wrap_thu_vien {
    display: inline-block;
    min-width: 100%;
    margin: 0 -0.5rem;
}

.wrap_thu_vien .it:hover img {
    transform: scale(1.1);
}

.thu_vien_du_an h2 {
    margin-bottom: 0.5rem !important;
}

.thu_vien_du_an div#text-856540131 {
    margin-bottom: 0;
}

.thu_vien_du_an .nav_top.flex.justify-between {
    align-items: center;
}

.project_sec_5_for {
    margin-top: 1.6rem;
}

.project_sec_4_1_slider {
    width: calc(100% + calc(100vw - 70rem)/2);
}

.project_sec_4_1_slider .slick-list {
    padding-right: calc(calc(100vw - 70rem)/2);
}

.project_sec_5_1 {
    padding-top: 5rem;
}

section.section.project_sec_5_1+section {
    padding-top: 7rem;
}

.it.style_video a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.it.style_video a svg {
    width: 4.9rem;
    height: auto;
    display: block;
}

.it.style_video:first-child svg {
    width: 7.4rem;
    height: auto;
}

.single-project section.home_6 .heading_title, .single-project section.home_6 .heading_title h2, .single-project section.home_6 .heading_title b {
    color: var(--Black, #333);
}

.single-project section.home_6 .col.large-12.news_sec_2 {
    padding: 2.25rem 0.75rem 0 !important;
}
.single-project section.home_6 {
    background: transparent;
}

.chinh_sach_project {
    border-radius: 10px;
    overflow: hidden;
    padding: 2rem 5rem 2.5rem;
}
.pro_item {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
    overflow: hidden;
}

.pro_item .box_img {
    padding-bottom: 63.25%;
    position: relative;
}

.pro_item .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: 1s all;
}

.pro_item .box_content {
    position: absolute;
    bottom: 0;
    z-index: 9;
    color: #fff;
    padding: 1rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    right: 0;
    left: 0;
    bottom: 0;
}

.pro_item .box_img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    Colors
    Hex
    Hex
    Background colors;
    height: 66%;
}

div#load_more_project .pro_item {
    width: calc(calc(100% / 3) - 2.6rem);
    margin: 0 1.3rem 2.6rem;
    border-radius: 0.5rem;
    overflow: hidden;
}

.tags {}

.pro_item .tags {
    border-radius: 0rem 5rem 5rem 0rem;
    background: var(--Red, #BF1E2D);
    position: absolute;
    top: 0;
    z-index: 9;
    font-size: 0.65rem;
    color: #fff;
    font-weight: 600;
    height: 1.75rem;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    top: 1.5rem;
}

.pro_item .box_content h3 {
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.pro_item .box_content ul {
    list-style: none;
    margin: 0;
}

.pro_item .box_content ul li {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 500;
}

.pro_item .box_content .right {
    flex: 0 0 auto;
}

.pro_item .box_content .right svg {
    width: 2.05rem;
    height: auto;
    display: block;
    transform: rotate(0);
    transition: 1s all;
}

.pro_item:hover .box_content .right svg {
    transform: rotate(360deg);
}

.pro_item:hover .box_img img {
    transform: scale(1.05);
}

.wrap_project_nb {
    display: flex;
    margin-top: 1.25rem;
    margin: 1.25rem -0.5rem 0;
}

.wrap_project_nb .box_item {
    width: calc(25% - 1rem);
    margin: 0 0.5rem;
}

.wrap_project_nb .box_item.center {
    width: calc(50% - 1rem);
}

.wrap_project_nb .box_item .pro_item {
    margin-bottom: 1rem;
}

.wrap_project_nb .box_item.center .box_img {
    padding-bottom: 64.25%;
}
.wrap_item_select .item span.icon_down {
    position: absolute;
    right: .5rem;
}

.wrap_item_select .item+.item {
    margin-left: .7rem;
}

.wrap_filter_product .box_menu ul li+li {
    margin-left: .5rem;
}

.box_filter_search {
    padding-right: 1.4rem;
    margin-right: 1.4rem;
    margin-left: 1rem;
    border-right: 1px solid #E9E9E9;
}

section.section.product_sec_2+.home_7 {
    padding-top: 0;
}
div#load_more_product_project .item_project {
    width: calc(calc(100% / 3) - 2rem);
}
a.button_link:hover {
    color: #BF1E2D;
}
/*[href="#search-lightbox"]{*/
/*    pointer-events: none;*/
/*}*/
.tabs_search ul li a.active {
    opacity: 1;
}
.for_tabs_search input{
    background-image: url(../images/icon_home.svg);
    background-size: 1.2rem;
    background-repeat: no-repeat;
    background-position: left 1rem center;
}
ul.project_sec_4_1_list li:hover .icon {
    transform: rotateY(360deg);
}
.slider_video_vi_tri .icon:before,
a.play_video:before{
    content: '';
    background: var(--Red, #BF1E2D);
    width: 120%;
    height: 120%;
    content: '';
    position: absolute;
    border-radius: 50%;
    animation: pulse-border 2000ms ease-out infinite;
    z-index: -1;
}
a.play_video:before{
    width: 100%;
    height: 100%;
}

.slider_video_vi_tri .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.socials_footer .img {
    transform: scale(1);
    transition: .5s all;
    opacity: 1;
}

.socials_footer .img:hover {
    transform: scale(.9);
    opacity: .8;
}
.breadcums_ab {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 7rem;
    z-index: 99;
}

.breadcums_ab ul {
    list-style: none;
    margin: 0;
    display: flex;
    filter: brightness(0) invert(0);
    opacity: .9;
    align-items: center;
}

.breadcums_ab ul * {
    font-size: 18px;
    font-style: unset !important;
    font-weight: 600;
    color: var(--Black, #333);
}

.breadcums_ab ul li {
    margin: 0;
}

.breadcums_ab ul span.divider {
    margin: 0 .4rem;
}
.about_1 .large-5 {
    margin-right: 13rem;
}
.item_post:hover span.view_post svg {
    transform: rotate(360deg);
}

.about_4_icon h3:before {content: '';left: -1.15rem;position: absolute;height: 100%;top: 0;background: var(--Red, #BF1E2D);width: 2px;}

i.icon-expand.plus_icon {
    background-image: url(../images/icon_plus.svg);
}
.single-post {
    overflow: unset !important;
}

section.post_details .col-inner {
    position: sticky;
    top: 7rem;
}
[data-open="#main-menu"] {
    display: flex;
    align-items: center;
}
i.icon-expand.plus_icon {
    background-size: 45% !important;
    transform: rotate(0deg);
    transition: .5s all;
}

.button_style_2:hover i.icon-expand.plus_icon {
    transform: rotate(360deg);
}
.project_sec_1 .group_heading {
    text-align: justify;
}

/*.project_sec_1 .group_heading h2 {*/
/*    padding-right: 6rem;*/
/*}*/
.accordion-item a>span {
    display: flex;
    align-items: center;
}

.accordion-item a.active>span:before {
    filter: brightness(1) invert(0);
}

.accordion-item a.active>span {
    color: #BF1E2D;
}

.accordion .toggle i:before,.accordion .toggle i:after {
    content: '';
    width: 1.2rem;
    height: 1px;
    background: #333333;
    position: absolute;
    left: 50% !important;
    transform: translateX(-50%) rotate(0deg);
}

.accordion .toggle i {
    position: relative;
}

.accordion .toggle i:after {
    transform: translateX(-50%) rotate(90deg) !important;
    transition: .5s all;
}

.accordion .toggle {
    top: .4rem !important;
}

.accordion .active .toggle i:after {
    transform: translateX(-50%) rotate(0deg) !important;
}
.info_other_td .item:first-child {
    padding-top: 0;
}
.info_other_td .content p+ul {
    margin-top: -1rem;
}
.wrap_top_td {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 0.05rem solid rgb(153 153 153 / 20%);
    display: flex;
    align-items: center;
}

.wrap_top_td .share a {
    background: #BF1E2D;
}

.wrap_top_td .share a path {
    fill: #fff;
}
.share a:hover {
    background: #E11B22;
}

.share a:hover path {
    fill: #fff;
}
blockquote {
    padding: 0 0 0 1.2rem;
}

#ez-toc-container a.ez-toc-toggle {
    display: none;
}
.content.content_post p {
    margin-bottom: .5rem;
}
.content.content_post .nav_bottom .tags li{
    cursor: pointer;
    transition: .4s all;
}
.content.content_post .nav_bottom .tags li:hover {
    background: #BF1E2D;
    color: #fff;
}
.for_tabs_gallery button.slick-prev {bottom: 1.5rem;top: unset;transform: unset;left: 19%;}

.for_tabs_gallery button.slick-next {
    bottom: 1.5rem;
    top: unset;
    transform: unset;
    right: 19%;
}
.slider_gallery_news .item.slick-slide.slick-current.slick-active h3 {
    opacity: 1;
}
.wrap_tax_bds .item:last-child {
    margin-bottom: 0;
}
.open_filter+section .row {
    max-width: 100%;
    padding: 0.75rem 1.75rem;
}

.open_filter+section {
    padding-bottom: 0 !important;
}

.open_filter+section .row {
    padding-bottom: 0 !important;
}



.open_filter+section ul, .open_filter+section .breadcrumb {
    margin-bottom: 0 !important;
    padding: 0;
}
.about_1 .bg {
    background-position: top center;
}
.wrap_share ul a:hover {
    transform: scale(.97);
    opacity: .7;
}
.item_project .price b.thue {
    /*display: flex;*/
    align-items: center;
}

.item_project .price b.thue span {
    margin-right: 2px;
}
.about_4_icon .icon-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.20);
}

.about_4_icon .icon-box:nth-child(1):before {
    height: 50vh;
    bottom: 0;
    top: unset;
}

.about_4_icon .icon-box:nth-child(2):before {
    height: 66vh;
    bottom: 0;
    top: unset;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
a.button.primary.is-link.button_style_2.icon_plus i {
    background-image: url(../images/icon_plus.svg);
    background-size: 45% !important;
    transform: rotate(0deg);
    transition: .5s all;
}


a.button.primary.is-link.button_style_2.icon_plus:hover i {
    transform: rotate(360deg);
}

i.icon-expand.down_load_icon{
    background-image: url(../images/icon_down.svg);
}
.wrap_posts_left .item_post .box_content .icon {
    display: none !important;
}

.item_post span.view_post {
    display: none;
}
.load_more_news i {
    transform: rotate(135deg);
}
.item_member ul.info a svg {transform: translateY(-.05rem);}
.menu_news.product_menu {
    display: none;
}

.wrap_left_filter {
    border-radius: 100px;
    display: flex;
    align-items: center;
    border: 1px solid #D8D8D8;
    /*overflow: hidden;*/
    margin-right: .6rem;
}

.wrap_left_filter select {
    margin: 0;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 100px;
}

.wrap_left_filter * {
    border: none !important;
}

.box_filter_search {
    margin: 0;
    padding: 0;
    position: relative;
}

.box_filter_search:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 5rem;
    border-left: 1px solid #D8D8D8;
    background: #FFF;
    height: 1.2rem;
    z-index: 9;
    pointer-events: none;
}
.stuck ul.nav_right_head .hotline .icon {
    border: 1px solid #fff;
}
ul.nav_right_head .hotline:hover {
    background: #fff !important;
    color: #BF1E2D;
}

ul.nav_right_head .hotline:hover b {
    color: #BF1E2D;
}

.single-project  single-project.box_menu {
    position: unset;
}

.single-project .row.nav_menu_project .box_menu {
    position: unset !important;
}

.single-project .menu_news.product_menu {
    display: flex;
    margin-top: 1.5rem;
}

.single-project .row.nav_menu_project {
    top: 5.7rem;
}
.slider_lien_ket  button.slick-arrow {
    border-color: #fff;
    background: #fff;
}

.slider_lien_ket button.slick-arrow path {
    stroke: #BF1E2D;
}

.slider_lien_ket button.slick-arrow:hover path {
    stroke: #fff;
}
.slider_lien_ket button.slick-arrow:hover{
    background: #BF1E2D;
}
div#popup_banner img {
    border-radius: 20px;
    overflow: hidden;
}

div#popup_banner button.fancybox-button.fancybox-close-small {
    transform: translate(100%, -100%);
    color: #fff;
    opacity: 1 !important;
}
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
    display: none;
}

.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after, .nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before {
    display: none;
}

.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    margin: 0;
}

.nav-dropdown-has-border .nav-dropdown {
    box-shadow: none;
    border: none;
}

.nav-column>li>a, .nav-dropdown>li>a {
    color: #333;
}

.nav-dropdown>li:first-child a {
    padding-top: 0 !important;
}

.nav-dropdown>li:last-child a {
    padding-bottom: 0 !important;
}

.nav-dropdown>li>a:hover,
.nav-dropdown li.active>a{
    color: #bf1e2d;
}
.wrap_item_select {
    margin-right: 8rem;
}

.wrap_item_select .item:last-child {
    width: 11rem;
    padding-right: 1rem !important;
}
.box_img .box_logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 70%);
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: .5s all;
}

.box_img .box_logo svg {
    max-width: 50%;
    width: auto;
    height: auto;
}

.item_post:hover .box_img .box_logo {
    opacity: 1;
}

.box_img .box_logo svg {
    filter: brightness(0) invert(1);
}

div#form_popup {
    border-radius: 1rem;
    max-width: 30rem;
}

div#form_popup b {
    display: block;
    width: 100%;
    text-align: center;
}

div#form_popup span.wpcf7-list-item label {
    display: flex;
    align-items: center;
}

div#form_popup span.wpcf7-list-item label input {
    margin-right: .5rem;
}

div#form_popup span.wpcf7-list-item label {
    margin: 0;
}

div#form_popup [type="submit"] {
    margin-top: 0 !important;
}
div#form_popup .wpcf7 .wpcf7-not-valid-tip {
    margin-top: 0;
}
div#form_popup .wpcf7-response-output {
    background: #46b450;
    color: #fff;
}
ul.thenativePagination li {
    margin: 0 !important;
}

.search ul.thenativePagination {
    margin-top: 0 !important;
}
.search  ul.nav_post_search.menu_style {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.search .wrap_product .item_project {
    width: calc(calc(100% / 3) - 2rem);
}
ul.list_den_xuat {
    display: block;
}

.box_search_title {
    position: absolute;
    top: 3rem;
    background: #fff;
    width: 100%;
    border-radius: 1rem;
    z-index: 9;
    padding: 1rem;
}

.box_search_title li {
    color: #333;
    margin: 0 !important;
    padding: .6rem 0;
    cursor: pointer;
}

.box_search_title ul {
    max-height: 10rem;
    overflow: auto;
    padding-left: .5rem;
}

.tabs_search ul li+li {
    border-top: 1px crimson;
}
ul.list_den_xuat {
    display: block;
}

.box_search_title {
    position: absolute;
    top: 3rem;
    background: #fff;
    width: 100%;
    border-radius: 1rem;
    z-index: 9;
    padding: 1rem;
}

.box_search_title li {
    color: #333;
    margin: 0 !important;
    padding: .6rem 0;
    cursor: pointer;
}

.box_search_title ul {
    max-height: 10rem;
    overflow: auto;
    padding-right: 1rem;
}
.box_search_title ul::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 0.3rem rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.box_search_title ul::-webkit-scrollbar
{
    width: 0.317rem;
    background-color: #cedbff;
}

.box_search_title ul::-webkit-scrollbar-thumb
{
    background-color: #090101;
}

.tabs_search ul li+li {
    border-top: 1px crimson;
}

.tabs_search ul li+li {
    border-top: 1px solid rgb(51 51 51 / 10%);
}

.tabs_search ul li:last-child {
    padding-bottom: 0;
}

.tabs_search ul li:first-child {
    padding-top: 0;
}

.box_search_title li a {
    color: #333 !important;
    opacity: 1 !important;
}

.box_search_title li a:hover {
    color: #bf1e2d !important;
}
.home_4_content .content,
.about_1 p,
.about_2 p,
.text p,
.icon-box-text p,
.content{
    text-align: justify;
}
.project_sec_3 .text p,.project_sec_4 .text p ,.project_sec_5 .text p{
    text-align: center;
}
.box_cr_about .col-inner {
    display: flex;
    flex-wrap: wrap;
}

.box_cr_about .col-inner .breadcrumbs {
    order: 2;
    width: 100%;
}

.box_cr_about .col-inner .breadcrumbs .row {
    margin: 0;
    filter: brightness(0) invert(1);
}

.box_cr_about h1 {
    margin: 0 0 .5rem;
}
.nav-dropdown-has-border .nav-dropdown {
    border-radius: 1rem;
}
.wrap_table_td td i.icon-expand {
    width: 1.5rem;
    height: 1.5rem;
}
a#top-link i {
    top: unset !important;
    line-height: 1;
    display: block;
    transform: translateY(-.05rem);
}

a#top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}
.live-search-results {
    position: absolute;
}

.searchform-wrapper .autocomplete-suggestions {
    background: #fff;
    border-radius: 1rem;
    max-height: 41vh;
}

.search-name {
    color: #333;
    font-size: 1rem;
}
.about_1 .box_cr_about h1 {
    font-size: 1.6rem;
}
ul.nav_right_head .hotline {
    background: #fff;
}

ul.nav_right_head .hotline {
    color: #333;
}

ul.nav_right_head .hotline b {
    color: var(--Red, #BF1E2D);
}

ul.nav_right_head .hotline .icon {
    width: auto;
    height: auto;
    background: transparent;
}

ul.nav_right_head .hotline .icon path {
    fill: #BF1E2D;
}

ul.nav_right_head .hotline .icon svg {
    width: 1.6rem;
    height: auto;
}
.box_search_title ul{
    margin-bottom: 0 !important;
}
.project_sec_5_1 .group_heading {
}

.project_sec_5_1 ul.menu_style {
    flex-wrap: wrap;
    justify-content: flex-end;
}
.breadcums_ab ul * {
    font-size: .7rem;
}
.breadcrumbs .divider, .breadcrumbs .separator {
    opacity: 1;
}
.wrap_form_contact span.wpcf7-not-valid-tip {
    margin: .4rem 0 0 0;
}
.wrap_left_filter select {
    padding-right: 1.4rem;
    flex: 0 0 auto;
    width: max-content;
    font-size: .7rem;
    padding-left: 1rem !important;
}
.item_post .box_content  .dot {
    width: 0.15rem;
    height: 0.15rem;
    background: #fff;
    border-radius: 5rem;
    margin: 0 0.5rem;
    display: inline-block;
}


.wrap_posts_left .item_post .left>span {
    display: flex;
    align-items: center;
}
.wpcf7 .wpcf7-recaptcha iframe {
    border-radius: 0 !important;
}
.project_sec_1 .background:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    background: linear-gradient(
            180deg, #fdfdfc, transparent);
}
.admin-bar span.select2-dropdown {
    margin-top: 1.6rem;
}
.wrap_product .slider_gallery a {
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
    display: block;
}
.wrap_product .slider_gallery{
    height: auto !important;
}
.wrap_product .slider_gallery img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
span.price_m2 , span.price_m2 * {
    color: #333 !important;
    font-weight: 400 !important;
    font-size: .8rem !important;
}
.wrap_left_filter .box_search_title {
    z-index: 99;
    top: 2.4rem;
}

.wrap_left_filter .box_search_title li {
    font-size: .7rem !important;
}

.wrap_left_filter .box_search_title li +li {
    border-top: 1px solid #3333332e !important;
}

.wrap_left_filter .box_search_title li:hover {
    color: #BF1E2D;
}
@media only screen and (min-width: 849px) {
    .box_option.slider_rance.other_filter {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 20rem;
        max-height: unset;
        height: max-content;
        z-index: 9999;
    }

    .item.mo_rong:before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #000;
        z-index: 9999;
        opacity: 0;
        pointer-events: none;
        transition: .5s all;
    }

    .item.mo_rong.active:before {
        opacity: .6;
    }
    .box_option.slider_rance.other_filter {}

    .box_option.slider_rance.other_filter .wrap_box {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .box_option.slider_rance.other_filter .wrap_box svg {
        display: block;
        width: 1rem;
        height: auto;
        cursor: pointer;
    }

    .box_option.slider_rance.other_filter .wrap_box .button_close {
        flex: 0 0 auto;
        margin-left: 1rem;
    }
}
@media only screen and (max-width: 1199px) {
    .icon-box-img img {
        max-width: 60%;
    }
    .header-nav>li+li {
        margin-left: 1em;
    }
    .wrap_item_select .item+.item {
        margin: 1rem 0 0 0;
        border: 1px solid #00000030 !important;
    }

    .wrap_item_select .item {
        border: 1px solid #00000030 !important;
        padding: 0.8rem 1rem !important;
        height: 3.4rem;
    }

    .inner_search input[type="submit"] {
        height: 2.5rem !important;
        width: 2.5rem;
    }

    .box_filter_search {
        padding: 0 !important;
        border: none;
        margin: 0 !important;
    }
    div#load_more_product .item_project {
        width: calc(calc(100% / 3) - 2rem);
    }
    .slider_gallery_news  button.slick-arrow {
        display: none !important;
    }
    .load_home_page {
        box-shadow: inset 0px 0px 5.208rem 57.042rem #fff;
    }
    .breadcums_ab ul * {
        font-size: .9rem;
    }

    .breadcums_ab {
        top: 3rem;
    }
    .project_sec_5_1 .menu_style {
        flex: 0 0 auto;
        margin-left: 2rem;
    }
}
@media only screen and (max-width: 849px) {
    .about_2 .img {
        max-width: 29.15rem;
    }

    .about_4_icon .icon-box {
        height: 46rem;
        padding-top: 21rem;
    }
    .contact_1_content a {
        display: inline-block;
    }
    a.is-small.current-lightbox-clicked{
        background-image: url(../images/menu_close.svg) !important;
        background-position: center;
    }
    .wrap_tax_bds .item.info:before {
        opacity: 0;
    }
    .slider_home_page .item {
        height: calc(100vh - 8rem);
    }
    ul.slick-dots button {
        background: #cfcfcf;
        margin: 0 .2rem !important;
    }
    i.icon-angle-down {
        color: #fff;
    }

    .nav-vertical>li>ul li a {
        color: #fff;
        font-size: 1.2rem;
    }
    .slick-arrow {
        display: none !important;
    }
}
@media only screen and (max-width: 767px) {

    .about_1 .text-box-content {
        padding: 15px;
    }

    .about_1 .banner {
        height: 27rem;
    }

    .about_1 .bg {
        opacity: 1;
    }

    .about_1 .banner-bg {
        background: #fff;
    }

    .about_2 .img {
        width: 100% !important;
        margin-top: 2rem;
    }

    .about_3 .img+.img {
        left: 50%;
        transform: translateX(-50%);
    }

    .about_4_icon {
        flex-wrap: wrap;
    }

    .about_4_icon .icon-box {
        padding-left: 0;
        height: auto;
        padding-top: 2rem;
        padding-bottom: 2rem;
        border: none;
        padding-right: 0;
    }

    .about_4_content {
        position: unset !important;
        transform: unset;
    }

    .about_4_icon h3 {
        font-size: 1.4rem;
    }
    .tabs_doi_tac .nav>li {
        margin: 0 .4rem .5rem;
    }
    .wrap_logo_dt .img {
        width: calc(calc(100% / 4) - 1.2rem) !important;
        margin: 0 .6rem 1rem !important;
    }
    div#load_more_project .pro_item {
        width: 100%;
        margin: 0 0 1rem;
    }

    .wrap_project {
        margin: 2rem 0;
    }

    .wrap_project_nb {
        display: block;
        margin: 0;
    }

    .wrap_project_nb .box_item {
        width: 100%;
        margin: 0;
    }

    .wrap_project_nb .box_item.center {
        width: 100%;
    }

    .pro_item .box_content h3 {
        font-size: 1.4rem;
    }

    .pro_item .box_content ul li {
        font-size: 1rem;
    }

    section.section.project_page .box_menu ul li {
        width: auto !important;
        margin: 0 .2rem !important;
    }

    section.section.project_page .box_menu ul li a {
        padding: .5rem .5rem !important;
        margin: 0 .2rem !important;
    }

    .project_page {
        padding-bottom: 1rem;
    }
    .breadcrumbs.text {
        display: block;
    }

    .breadcrumbs {
        display: none;
    }

    .slider_vi_tri .item {
        display: block;
    }

    .slider_vi_tri .box_img {
        margin-top: 1rem;
    }

    .slider_vi_tri .item .box_content {
        width: 100%;
        margin: 0 !important;
    }

    .project_sec_2 {
        padding: 4rem 0;
    }

    .button_style_2 {
        font-size: 1rem;
    }

    .slider_video_vi_tri .item {
        height: 15.9rem;
    }

    section.section.project_sec_3 {
        padding: 4rem 0 12rem;
    }

    .project_sec_4_1 {
        padding-top: 3rem;
    }

    .project_sec_4_1_slider {
        width: 100%;
        margin-top: 2rem;
    }

    .project_sec_4_1_slider .slick-list {
        padding: 0;
    }

    .it_tien_ich h3 {
        padding: 1rem;
    }

    .menu_style li {
        margin: 0 .2rem .5rem !important;
    }

    .project_sec_5_1 .nav_top.flex.justify-between.items-center {
        display: block;
        text-align: center;
    }

    .project_sec_5_1_for_slider {
        margin-top: 2rem;
    }

    .chinh_sach_project {
        padding: 1.5rem;
    }

    .chinh_sach_project h2 {
        font-size: 1.4rem;
    }

    .wrap_form_cs .wrap {
        display: block;
    }

    .wrap_form_cs .wrap .wrap_col {
        width: 100%;
    }

    .wrap_form_cs .wrap .wrap_col+.wrap_col {
        margin-top: 1rem;
    }

    section.section.project_sec_5_1+section {
        padding-top: 4rem;
    }

    .wrap_form_cs input {
        height: 3rem;
    }

    .thu_vien_du_an .nav_top.flex.justify-between {
        display: block;
        text-align: center;
    }

    .wrap_thu_vien .it {
        width: calc(50% - 1rem);
    }

    .wrap_thu_vien .it:first-child {width: calc(100% - 1rem);}

    div#load_more_product_project .item_project {
        width: calc(calc(100% ) - 2rem);
    }
    .slider_nv ul.slick-dots button {
        position: unset;
    }

    .slider_nv ul.slick-dots {
        margin: 2rem 0;
    }
    .project_sec_6 .col.large-6.medium-6 {
        text-align: center;
    }

    section.home_6 .col.large-6.medium-6 {
        text-align: center;
    }

    section.home_6 ul.nav_filter_project.menu_style {
        margin: 2rem 0 0 0 !important;
    }

    .single-project section.home_6 .col.large-12.news_sec_2 {
        padding-top: 0 !important;
    }
    div#load_more_product .item_project {
        width: 100%;
        margin: 0 0 2rem 0;
    }
    ul.nav_right_head .hotline svg {
        width: 2rem;
        height: 2rem;
    }
    .nav_top_product .address a {
        flex: 0 0 auto;
    }

    .nav_top_product .address {
        align-items: flex-start;
        font-size: 1rem;
    }

    .nav_top_product {
        display: block;
    }

    .nav_top_product .address svg {
        display: none;
    }

    .nav_top_product .box_right {
        margin: 1rem 0 0 0;
    }

    div#tong_quan ul li {
        border-bottom: 1px solid #E6E6E6 !important;
    }

    .it_tien_ich .box_img {
        padding-bottom: 122%;
    }
    .nhan_vien_tu_van {
        display: block;
        margin: 2rem auto 2rem;
    }

    .single-product .product_sec_2 {
        padding-bottom: 1rem;
    }
    .box_menu ul a {
        margin-bottom: .5rem;
    }

    .news_sec_2 {
        padding: 3rem 0 !important;
    }

    .news_sec_4 {
        padding-top: 2rem !important;
    }

    .news_sec_4 .wrap {
        margin-bottom: 0;
    }
    .post_details2 .nav_top.flex.justify-between {
        display: block;
        text-align: center;
    }

    .slider_gallery_news .slick-list {
        padding: 2rem 0;
    }

    .slider_gallery_news .item.slick-slide.slick-current.slick-active .item_gallery {
        transform: scale(1);
    }

    .item_gallery h3 {
        max-width: 90%;
        text-align: center;
    }
    table.table_td tbody td {
        position: relative;
        padding-left: 45% !important;
    }

    .table_td,
    .table_td thead,
    .table_td tbody,
    .table_td th,
    .table_td td,
    .table_td tr {
        display: block;
    }

    table.table_td thead {
        display: none;
    }

    .table_td>tbody>tr td:before {
        content: attr(data-title);
        position: absolute;
        left: 10px;
        width: 35%;
        padding-right: 10px;
        white-space: nowrap;
        font-size: 13px;
        text-align: left;
    }

    table.table_td {
        background-color: transparent;
    }

    table.table_td tbody tr {
        background-color: #fff;
    }
    table.table_td tbody tr {
        border: 1px solid #333333 !important;
    }
    table.table_td tbody td:nth-child(2) {
        text-align: center;
    }

    .wrap_table_td {
        border-radius: 0 !important;
    }

    table.table_td tbody tr+tr {
        margin-top: 1.5rem;
    }

    .wrap_table_td td:nth-child(2), .wrap_table_td td:nth-child(3) {
        text-align: center;
    }

    .wrap_table_td td:nth-child(2) a {
        font-size: 1rem;
    }

    .table_td>tbody>tr td:before {
        font-size: .8rem;
    }

    .td_sec_3 {
        padding-bottom: 4rem !important;
    }
    section.td_page {
        padding: 4rem 0;
    }

    section.td_page .row.row_top>* {
        padding: 2rem 15px !important;
    }

    .row.row_top {
        margin: 0 !important;
        padding: 0 15px;
    }

    .info_td {
        display: block;
    }

    .info_td .item {
        width: calc(100% - 1rem);
        margin: 0.4rem 0.5rem;
    }

    .info_other_td .item {
        display: block;
    }

    .info_other_td .item h3.title {
        width: 100%;
        font-size: 1rem;
    }

    .box_form_td {
        padding: 2rem;
    }

    .box_form_td h2 {
        font-size: 2rem;
    }

    .wrap_form_contact input, .wrap_form_contact textarea {
        font-size: .8rem;
        height: 2.8rem;
    }

    .wrap_form_contact .col {
        text-align: left;
        justify-content: flex-start;
    }

    .list_td_other h3 {
        font-size: 1rem;
    }

    b.title_sidebar {
        font-size: 1.5rem;
    }

    .wrap_form_contact .content {
        font-size: .9rem;
    }
    .ho_tro_page .large-9 {
        padding-right: 15px;
    }

    h2 {
        font-size: 1.7rem;
    }

    .ho_tro_page {padding: 2rem 0 !important;}
    .banner_page .banner h1 {
        font-size: 1.8rem;
        line-height: 1.5;
    }
    .contact_1_content h2 {
        font-size: 1.3rem;
    }

    .contact_1_form h2 {
        font-size: 2rem;
    }

    .contact_1_form .text {
        font-size: .8rem;
    }

    .contact_1 iframe {
        height: 20rem;
    }
    .breadcums_ab{
        display: none;
    }
    .about_1 .large-5{
        margin-right: 0;
    }
    .home_2 {
        padding-top: 2rem;
    }

    .home_2 .col.large-6.medium-4 {
        text-align: center;
    }

    .home_2 ul.nav_filter_project {
        justify-content: center;
        margin-top: 1rem !important;
    }

    section.home_3+section.home_3 {
        padding-top: 4rem;
    }
    .nav>li>a>i.icon-menu {
        font-size: 2.5rem;
    }
    .header-inner {
        padding: 0rem 15px;
    }
    div#masthead {
        padding: .3rem 0 !important;
    }
    .project_sec_1 .group_heading h2 {
        padding-right: 0rem;
    }
    .wrap_tax_bds .item.info .inner .content {
        font-size: 1.1rem;
    }
    .slider_project_home {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
        width: auto;
    }
    .home_4_logo img {
        display: block;
        max-width: 74%;
        margin: auto;
    }

    section.home_4 {
        background-size: 231% auto;
        background-position: bottom center;
    }

    .home_4 .row+.row {
        margin-top: 3rem;
    }

    section.home_4:before {
        height: 190%;
        bottom: 0;
        top: unset;
    }
    .about_4_icon .icon-box:before{
        display: none;
    }
    .home_7_form .content {
        font-size: .86rem;
    }
    .info_footer .icon-box {
        font-size: .9rem;
    }
    .slider_home_page ul.slick-dots {
        max-width: 85vw;
    }

    .slider_home_page ul.slick-dots button {
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        font-size: .5rem;
    }
    ul.project_sec_4_1_list li {
        font-size: .9rem !important;
    }

    ul.project_sec_4_1_list {
        padding: 0;
    }

    .project_sec_4_1 div#text-856540131 {
        padding: 0;
    }
    .accordion-item a>span:before {
        width: 1.2rem;
        background-size: cover !important;
    }
    .news_sec_2 .group_heading h2 strong {
        display: block;
    }
    .project_home h3 {
        font-size: 1.3rem;
    }

    .slider_project_home button {
        top: 0;
    }

    .project_home .nhan_project {
        top: 1.2rem;
    }

    .col.large-12.medium-12.aos-init.aos-animate {}

    ul.fixed_button a {
        height: 3.75rem;
    }

    ul.fixed_button a svg {
        max-width: 70%;
        max-height: 70%;
    }
    .wrap_tax_bds {
        margin-top: 0;

    }

    .wrap_tax_bds .item.info {
        margin-bottom: 1.5rem;
    }
    .item.filter_select {
        margin-bottom: 1rem;
    }

    .item.filter_select select,.nav_filter_project_select {
        border-radius: .5rem;
        height: 3rem;
        margin-bottom: 0;
        max-width: 70vw;
        margin: auto;
        font-size: .9rem;
    }
    .wrap_posts_left .box_content {
        position: unset;
        padding: 1.5rem 0 0;
        text-align: lefy;
        opacity: 1;
        justify-content: center;
    }

    .wrap_posts_left .item_post:before {
        opacity: 0 !important;
    }
    .wrap_posts_left .box_content {
        filter: brightness(0) invert(0);
    }
    .about_4_icon h3 br {
        display: none;
    }
    .about_4_icon .icon-box {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    section.home_6 .wrap_posts_left .box_content {
        filter: unset;
    }
    .wrap_filter_product .inner_search form.search-form {
        margin: 0;
    }

    .box_filter_search {
        width: 100%;
    }


    .wrap_left_filter .box_menu {
        flex: 0 0 auto;
    }

    .wrap_left_filter {
        margin-bottom: 1rem;
    }
    .nhan_vien_tu_van {
        width: 100%;
        margin: 0;
    }
    .load_ajax_post .menu_news {
        display: none;
    }

    .box_menu.load_ajax_post {width: 100%;}

    .box_menu.load_ajax_post select {
        border-radius: .5rem;
        height: 3rem;
        margin-bottom: 0;
        margin-bottom: 1.5rem;
    }
    .box_sidebar_product {
        padding-left: 0;
        padding-right: 0;
    }
    .wrap_item_select {
        margin-right: 0;
    }
    .ux-menu.stack.stack-col.justify-start.mb_50 {
        margin-bottom: 0 !important;
    }
    .project_sec_5_1 {
        padding-top: 2rem;
    }
    div#popup_banner button.fancybox-button.fancybox-close-small {
        transform: translate(0%, -100%);
    }
    section#thu_vien {
        padding-top: 4rem;
    }
    .top_footer {
        padding-top: 1rem !important;
    }
    .single-project .menu_news.product_menu {
        justify-content: center;
    }

    section.section.project_sec_6 {
        padding-top: 3rem;
    }
    .box_sidebar_product ul li svg {
        height: auto;
    }

    div#tong_quan ul li:nth-child(9), div#tong_quan ul li:nth-child(10) {
        border: none !important;
    }

    .contact_1_form {
        padding: 2rem;
    }

    div#tong_quan ul li {
        width: calc(calc(50% - 1.6rem));
    }
    .wrap_form_contact_select select {
        height: 3rem;
        padding-right: 1rem !important;
    }
    .info_other_td {
        margin-top: 2rem;
    }

    .info_other_td ul {
        margin-left: 1.2rem !important;
    }
    .home_4 h2.heading_title {
        font-size: 1.5rem;
    }
    .wrap_form_contact .content {
        font-size: .8rem;
    }
    .box_form_td{
        margin-bottom: 2rem;
    }
    div#form_popup {
        padding: 2rem;
        overflow: hidden;
    }
    .search .wrap_product {
        margin: 0 !important;
    }
    .about_2 .content_top {
        position: absolute;
        z-index: 2;
    }
    .about_3 .content_bottom {
        position: absolute;
        top: 1rem;
        z-index: -1;
    }

    .about_3 .text {position: relative;z-index: 4;}

    .stuck ul.nav_right_head .hotline .icon {
        border: none;
    }
    .home_2 .content {
        text-align: center;
        margin-bottom: 1rem;
    }
    .home section.home_6 .wrap_posts_left .box_content {
        filter: brightness(0) invert(1);
    }

    section.home_6 .content {
        text-align: center;
        margin-bottom: 1.5rem;
    }
    section.home_6 {
        padding: 2rem 0;
    }
    .home section.home_6 .wrap_posts_left .box_content {
        text-align: justify;
        justify-content: flex-start;
        font-size: .8rem;
    }

    .wrap_posts_right .item_post .box_img {width: 100%;height: 17rem;margin: 0;}

    .wrap_posts_right .item_post {
        display: block;
    }

    .wrap_posts_right {
        max-height: unset;
        padding: 0;
        margin-top: 2rem;
    }

    .wrap_posts_right .item_post .box_content {
        padding: 1.5rem 0 0 !important;
    }

    .wrap_posts_right .item_post .box_content span {
        font-size: .8rem;
        opacity: 1;
    }

    .wrap_posts_right .item_post .box_content h3 {
        font-size: 1.2rem;
        text-align: justify;
    }

    .wrap_posts_right .item_post+.item_post {
        margin-top: 2rem;
    }
    .about_4_icon .icon-box {
        text-align: center;
    }

    .about_4_icon .icon-box-img {
        margin: 0 auto 1rem;
    }

    .about_4_icon h3:before {
        display: none;
    }
    .about_4_content {
        text-align: center;
    }

    .about_4_content p {
        text-align: justify;
    }
    .logo_bottom {
        margin-bottom: 1rem;
    }
    .wrap_posts {
        margin: 0 !important;
    }

    .load_more_news {
        margin-top: 2rem !important;
    }
    .table_td>tbody>tr td:before {
        height: 100%;
        display: flex;
        align-items: center;
        left: 0;
        padding: 0 .5rem;
        background: #bf1e2d;
        color: #fff;
        transform: unset;
        top: 0;
        text-transform: uppercase;
    }

    .table_td>tbody>tr td:before {
        font-size: .8rem !important;
        width: 40%;
    }

    table.table_td tbody td {
        border: none !important;
    }

    table.table_td tbody td+td {
        border-top: 1px solid #dadada78 !important;
    }
    table.table_td tbody tr {
        border-color: #dadada78 !important;
    }
    select.dropdown_dynamic {
        border-radius: .5rem;
        height: 2.8rem;
        margin-bottom: 0;
        font-size: .9rem;
    }
    .content_banner h3 {
        font-size: 1.4rem;
    }

    .content_banner {
        top: 65%;
    }
    .heading_title strong {
        font-size: 2rem;
    }
    section.home_7 {
        padding: 2rem 0;
    }
    .home_7_form h3 {
        text-align: center;
        text-transform: uppercase;
    }

    .home_7_form h3+.content {
        margin-bottom: 1rem;
    }

    .home_7_form .wrap_form textarea {
        font-size: .9rem;
    }

    .home_7_form .wrap_form input {
        font-size: .9rem;
        margin-bottom: .8rem;
        height: 2.6rem;
    }

    .home_7_form .wrap_form input[type="submit"] {
        margin-top: .8rem;
    }
    .footer_bottom {
        padding: 1rem 0 0 0 !important;
    }
    .about_1 h1 {
        font-size: 1.7rem;
    }
    .about_1 .banner {
        height: 43rem;
    }

    .about_1 .bg:before {
        background: none !important;
    }
    .about_2 .group_heading {
        text-align: center;
    }

    .about_3 h2 {
        text-align: center;
        font-size: 2.2rem;
    }
    .about_4_content p {
        text-align: center;
    }

    .about_4_icon .icon-box-img {width: 3rem !important;height: 3rem;}
    .play_video svg {
        width: 3.5rem;
    }

    .button_style_2 i.icon-expand {
        width: 2.2rem;
        height: 2.2rem;
    }
    .button_style_2 {
        font-size: .9rem;
    }
    .slider_vi_tri .item .box_content h2 {
        font-size: 1.6rem;
        text-align: center;
    }

    .slider_vi_tri .item .box_content h3 {
        text-align: center;
    }
    .project_sec_2 .group_bottom h2 {
        font-size: 1.6rem;
    }

    .project_sec_3 .group_heading.group_title h2 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }

    .project_sec_3 .group_heading.group_title p {
        text-align: justify;
    }
    .project_sec_4_1 div#text-856540131 h2 {
        text-align: center;
        font-size: 1.6rem;
    }

    .project_sec_4_1 div#text-856540131 h2 br {
        display: none;
    }
    section.section.project_sec_5 {
        padding-top: 2rem;
    }
    section.section.project_sec_5 {
        padding-top: 2rem;
    }
    .project_sec_4_1{
        padding-bottom: 2rem;
    }
    .project_sec_4_1_slider  ul.slick-dots {
        margin-top: 1rem;
    }
    .project_sec_5 .group_heading.group_title h2 {
        font-size: 1.4rem;
    }

    select.dropdown_dynamic {
        max-width: 70vw;
        margin: auto;
    }

    .project_sec_5 .group_heading.group_title p {text-align: justify;}
    .project_sec_5_1 {
        padding-top: 0;
    }

    section.section.project_sec_5_1+section {
        padding-top: 0;
    }
    .wrap_form_cs .wrap .wrap_col:last-child {
        text-align: center;
    }
    .thu_vien_du_an div#text-856540131 p {
        text-align: center;
    }
    .banner_page .text-box {
        margin-bottom: 2rem;
    }

    .banner_page .breadcrumbs {
        display: block;
        bottom: 1rem !important;
    }
    .contact_1_form .text h2 {
        text-align: center;
        font-size: 1.7rem;
    }
    .contact_1_content strong {
        font-size: .9rem !important;
    }
    .news_sec_2 .group_heading p {
        margin: 0 !important;
        text-align: center !important;
        font-size: 2rem !important;
        padding: 0 !important;
    }
    .box_menu.load_ajax_post select {
        max-width: 73vw;
        margin: auto;
    }
    .news_sec_4 {
        padding-top: 0 !important;
    }
    .td_sec_1 .group_heading h2 {
        font-size: 1.3rem;
    }
    .td_sec_2 .group_heading h2 {
        font-size: 1.7rem;
    }

    .wrap_table_td td:nth-child(1) {
        font-size: 1rem;
    }

    .wrap_table_td td:nth-child(2) a {
        text-transform: unset !important;
    }
    .product_sec_2 .wrap_title h1 {
        font-size: 1.3rem;
    }

    .nav_top_product .address {
        font-size: .9rem;
    }

    .wrap_share ul a svg {
        max-width: 44%;
    }
    .product_sec_2 .wrap_title .wrap_right .price {
        font-size: 1.6rem;
    }
    .item_project ul.info {
        font-size: .78rem;
    }
    .wrap_info_product .item_info {
        padding: 1.8rem 0;
    }

    div#tong_quan ul li:nth-child(n+6) {
        padding-bottom: 0.75rem;
    }

    .wrap_info_product .item_info>h2 {
        font-size: 1.3rem;
    }
    .box_pj .box_content {
        display: block;
    }

    .box_pj .box_content .box_logo {
        margin: 0 auto 2rem;
    }
    div#tien_do .box_img {
        height: 15rem;
    }

    .wrap_posts .item_post h3 {
        font-size: 1.2rem;
    }
    .item_project .box_content h3 {
        font-size: 1.2rem;
        line-height: 1.5;
    }
    .ho_tro_page  h2 {
        text-align: center;
        font-size: 1.4rem;
    }

    .ho_tro_page h3 {
        font-size: 1rem;
    }
    .category .banner_page .text-box {
        left: 50%;
        transform: translateX(-50%);
        text-align: center !important;
        margin: 0 !important;
    }

    .category .banner_page .text-box .text {
        text-align: center !important;
        bottom: 4rem;
    }

    .category .news_sec_4 {
        padding-top: 2rem !important;
    }
    .item_member .content {
        text-align: center;
    }
    .footer_bottom .title h1, .footer_bottom .title h2, .footer_bottom .title h3 {
        margin-bottom: .4rem;
    }
    .footer_bottom .is-divider {
        margin-top: 1.75rem !important;
    }
    .project_sec_1 .group_heading {
        text-align: center;
    }
    .wrap_top_td {
        display: block;
    }

    h1.title_td {
        font-size: 1.2rem;
        text-align: center;
    }

    .wrap_top_td .share {
        justify-content: center;
    }

    .wrap_top_td .share ul {
        margin: 0;
    }
    .breadcrumbs.text * {
        font-size: .6rem;
    }

    .breadcrumbs .divider svg {
        width: .4rem;
        height: auto;
    }

    nav.breadcrumb ul>*:not(last-child) {
        flex: 0 0 auto;
    }

    nav.breadcrumb ul>*:last-child * {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    div#breadcrumb {
        max-width: 90vw;
    }

    nav.breadcrumb ul>*:last-child {
        flex: unset;
    }
    .info_other_td .item {
        padding: 1rem 0;
    }

    .info_other_td .content>*:last-child {
        margin: 0;
    }
}