/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
@font-face {
    font-family: 'UOSM NarzissRegular';
    src: url('fonts/UOSMNarzissRegular.eot');
    src: url('fonts/UOSMNarzissRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/UOSMNarzissRegular.woff2') format('woff2'),
        url('fonts/UOSMNarzissRegular.woff') format('woff'),
        url('fonts/UOSMNarzissRegular.ttf') format('truetype'),
        url('fonts/UOSMNarzissRegular.svg#UOSMNarzissRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.whb-full-width .whb-main-header .whb-row>.container {
    max-width: 100%;
    width: clamp(var(--wd-container-w), 100%, 100%);
}
.wd-side-hidden.wd-left {
    width: 370px!important;
    -webkit-backdrop-filter: blur(23px) brightness(100%);
    backdrop-filter: blur(18px) brightness(67%);
    background-color: rgb(255 255 255 / 0%) !important;

}
.wd-close-side.wd-close-side-opened {
    opacity:0!important;
}
.wd-nav-mobile>li>a, .wd-nav-mobile>li>ul li>a {
    color: #F2F1EF!important;
    border-bottom: none!important;padding: 0px 40px!important;    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;    min-height: 45px !important;
}
.wd-nav-mobile>li>a:hover, .wd-nav-mobile>li>ul li>a:hover {
    color: #fff!important;
}
.mobile-nav .wd-heading {
    border-bottom: 0!important;
    order: 3;    flex: 1 1 0%;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}
#menu-mobile-navigation {
    order: 2;    flex: 1 1 0%;
}
.widgetarea-mobile {
    order: 1;    flex: 1 1 0%;
}
.wd-side-hidden.wd-left{
    display: flex;
    flex-direction: column;    transform: translate3d(calc(-100% + 70px), 0, 0);    position: absolute;

}
.wd-side-hidden.wd-left.wd-opened {
    transform: translate3d(0, 0, 0);
}
.widgetarea-mobile img{
    width: 120px;
}
.wd-side-hidden.wd-left.mobile-nav .wd-heading {
    display: none;
}
.wd-side-hidden.wd-left.wd-opened.mobile-nav .wd-heading{
    display: flex;
}
.widgetarea-mobile {
    padding: 40px!important;
}
.wd-toolbar {
display:none!important;
}
.wd-side-hidden.wd-opened .wd-nav-mobile {
    padding: 0!important;
}
.wd-heading .wd-action-btn.wd-style-text>a {
    height: 35px;
    width: 35px;
    background-image: url(images/icon_close_menu.png);
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
}
.wd-action-btn.wd-style-text>a:before{
    display: none;
}
.wd-action-btn.wd-style-text>a::after{
    display: none;
}
.whb-header {
    position: absolute;
    z-index: 1000;
}
.wd-header-mobile-nav.wd-opened {
    opacity: 0;    transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;
}
.wd-header-mobile-nav{
    transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out; 
}
#SR7_1_1 .persephone.sr7-arrows {
    border: 2px solid #ffffff!important;
    border-radius: 100%!important;    background: rgba(201, 201, 201, 0)!important;
}
#SR7_1_1 .persephone.sr7-arrows:before {
    font-size: 17px!important;
    line-height: 26px!important;
}
.about_home_row {
    margin-top: 30px;
}
#about_row_home {    background-color: #F2F1EF !important;}
#about_row_home .title_h2 hr {
	display:none;
}
.about_home_row.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
    padding-top: 0!important;
}
.about_home_row.vc_row.vc_row-flex>.vc_column_container .wd-image {
    margin-bottom: 0!important;
}
.about_home_row.vc_row.vc_row-flex>.vc_column_container.vc_col-sm-7 .vc_column-inner{
padding-left: 80px;
padding-right: 80px;
}
.title_h2 h2 {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.button_style1 {
background-color:#606060; padding: 7px 42px; color:#F2F1EF;min-height: var(--btn-height, 37px);
font-weight: 300;
font-size: 15px;border:none;
}
.button_style1:hover {
    background-color:#CCCCCC; padding: 7px 42px; color:#2E2E2E;    min-height: var(--btn-height, 37px);border:none;
}
.project_home_row.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 5px;
}
.project_home_row .wd-grid-f-col>.wd-col img{
    transition:all 0.4s ease-in-out;
    -webkit-transition:all 0.4s ease-in-out;
}
.project_home_row .wd-grid-f-col>.wd-col:hover img {
    transform:scale(1.1);    transition:all 0.4s ease-in-out;
    -webkit-transition:all 0.4s ease-in-out;
}

.title_h2_has_line_white.title_h2 {
    margin-bottom: 0;
    text-align: center;
}
.title_h2_has_line_white.title_h2 hr {
    border-bottom: 1.5px solid #F8F3E9;
    margin-bottom: 20px!important;
    margin-top: 20px;
    display:inline-block; 
    width:600px;    opacity: 1;
}
.title_h2_has_line_white.title_h2 h2 {
    color:#F8F3E9;
    margin-bottom: 0;
    line-height: 1;
}
.wd-portfolio-btns {
    display: none!important;
}
.portfolio-hover-inverse:hover .portfolio-thumbnail {
    transform: translateY(0px)!important;
}
.portfolio-hover-inverse:hover .portfolio-info {
    transform: translateY(0%)!important;
   
}
.portfolio-hover-inverse .portfolio-info{
    background-color: #2e2e2eab!important;
    display: flex;
    flex-direction: column;transform: translateY(0%)!important;
}
.home .wd-project:hover .portfolio-thumbnail:after {
    opacity: 0!important;
}
.wd-project .wd-entities-title {
    font-weight: 600;
    text-transform: uppercase;
}
.portfolio-hover-inverse .portfolio-info .wrap-meta {
    order: 2;    margin-bottom: 0px;
}
.portfolio-hover-inverse .portfolio-info .wrap-title {
    order: 1;    margin-bottom: 5px;
} 
.wd-project .proj-cats-list li{
    font-style: italic;
}
/* .project_home_row .btn-full-width {
    background-color: #F8F3E9;
    font-size: 28px;
    font-weight: 400;
    padding-top: 18px;
    padding-bottom: 18px;
    color: #2E2E2E;
    margin-top: -1px;
} */
.project_home_row .button_style1 {
    margin: 40px 0;
}
.title_h2_has_line_black.title_h2 hr {
    border-bottom: 1.5px solid #2E2E2E;
    margin-bottom: 20px!important;
    margin-top: 20px;
    display:inline-block; 
    width:600px;    opacity: 1;
}
.title_h2_has_line_black.title_h2 h2 {
    line-height: 1;
    margin-bottom: 0;
}
.title_h2_has_line_black.title_h2 {
    text-align: center;
}
#about_row_home .title_h2_has_line_black.title_h2{
	text-align: left;
}
#about_row_home .title_h2_has_line_black.title_h2 h2{
margin-bottom: 20px;
}
.testimonial_row .testimonial-inner{
    background-color: #F2F1EF;
    padding: 0 60px;
    height:350px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    position:relative

}
.testimonial_row .testimonial-inner .testimonial-content {
    font-family: 'UOSM NarzissRegular';
    font-size: 19px;
    color:#2E2E2E;margin-bottom: 40px;
}
.testimonial_row .testimonial-inner .testimonial-content footer{
   font-family:"Montserrat",Arial,Helvetica,sans-serif;
   font-size:14px;
   font-weight: 400;
   position:absolute;
   bottom:30px;
   left:50%;
   transform:translate(-50%, 0);
}
.testimonial_row .testimonials{
    padding-left: 60px;
    padding-right: 60px;
}
.testimonial_row .testimonial {
    padding-bottom: 40px;
    position: relative;
}
.testimonial_row .testimonial::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 40px solid #f2f1ef;
    border-right: 45px solid transparent;
    position: absolute;
    left: 15px;
    bottom: 0;
  }
body {
    cursor: none;
}
body a {
    cursor: none!important;
}
body .button_slider {
    cursor: none!important;
}
body .wd-carousel-wrap {
    cursor: none!important;
}
#qodef-custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 999999;
    mix-blend-mode: difference;
    visibility: visible
}
#qodef-custom-cursor circle {
    fill: #fff;
    transform-origin: 50% 50%;
    transform: scale(.7);
    transition: transform .2s
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    #qodef-custom-cursor circle {
        fill: #000
    }
}

@supports (-ms-ime-align:auto) {
    #qodef-custom-cursor circle {
        fill: #000
    }
}

#qodef-custom-cursor g,#qodef-custom-cursor path {
    opacity: 0;
    transition: opacity .05s
}

#qodef-custom-cursor g[id*=morph],#qodef-custom-cursor path[id*=morph] {
    visibility: hidden
}
#qodef-custom-cursor.qodef--hover circle {
    transform: scale(1.2)
}
.doitact_row .wd-images-gallery{
    width:100%;
    left:0px;    margin-bottom: 0;
}
.doitact_row .wd-images-gallery .wd-gallery-item img {
    max-width: 90%;
    display: block;
    max-height: 105px;
    margin: 0 auto;
    width: auto;
}
.wd-footer.footer-container .container {
    max-width: 100%;
}
.footer_row {
    margin-left: 60px;
    margin-right: 60px;
    padding-top: 30px;
}
.footer_row .wd-image img {
    width: 60px;
}
.footer_row .wd-image {
    margin-bottom: 20px;
}
.footer_row ul li img {
    width: 40px;
}
.footer_row ul li {
    list-style: none;
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 0;
}
.footer_row ul {
    margin-bottom: 0;
}
.footer_row .vc_col-sm-9 .wpb_raw_html{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 90px;
    margin-bottom: 20px;
}
.scrollToTop:after {
    content: "\f115";
    font-family: "woodmart-font";
    font-weight: 800;
    color: #606060;
    font-size: 22px;
} 
.scrollToTop {
    background-color: transparent!important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
    color: #606060;
    border: 2px solid #606060;
    width: 40px!important;
    height: 40px!important;    bottom: 45px!important;
}
.banner_page_row .wd-image img{
    height:100vh;
    object-fit: cover;
    width:100%;
}
.banner_page_row .wd-image {
    margin-bottom: 0;
}
.wd-content-layout {
    padding-bottom: 0;
}
.text_white p {
    color:#FFFCF7;
    font-size: 15px;
    line-height: 1.8;
}
.Menu_anchor li a span{
    color:#FFFCF7;
    font-size:16px;
}
#chamngon {
    position:relative;    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#chamngon::before{
    display:block;
    width:100%;
    height:100%;
    background-color: #2E2E2E;
    position:absolute;
    left:0;
    top:0;
    opacity: 0.6;
}
#chamngon .title_h2_has_line_white.title_h2 {
    margin-bottom: 30px;
}
#chamngon .vc_row {
    padding-left: 60px;
    padding-right: 60px;
    display:flex;
    flex-wrap: wrap;
}
#chamngon .vc_row .vc_col-sm-4 {
    margin-bottom: 50px;
}
#chamngon .vc_row .vc_col-sm-4 > .vc_column-inner .text_white {
    margin-bottom: 0px;

    padding: 50px 35px;
}
#chamngon .vc_row .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper{
    height:100%;        backdrop-filter: blur(7px) brightness(67%);
    -webkit-backdrop-filter: blur(7px) brightness(67%);
    background-color: rgb(0 0 0 / 0%) !important;
}
#chamngon .vc_row .vc_col-sm-4 > .vc_column-inner {
    height:100%;
   
}
#chamngon .vc_row .vc_col-sm-4 > .vc_column-inner .text_white h3 {
    color:#F2F1EF;
    margin-bottom: 50px;
    font-size: 22px;
}
.text_width_1100 {
    max-width: 1100px;
    margin:0 auto 40px;
}
.section_padding_60 {
    padding-left: 60px;
    padding-right: 60px;
}
.dichvu_list .wd-image {
    position:relative;
    margin-bottom: 0;	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.dichvu_list .wd-image a::before {
    content:"";
    display:block;
    width:100%;
    height:100%;
    background-color: #2E2E2E;
    position:absolute;
    left:0;
    top:0;
    opacity: 0.6;
}
.dichvu_list .wd-image a {
    display: block;
}
.dichvu_list .wpb_text_column {
    margin-bottom: 0;
    position:absolute;
    width:100%;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
}
.dichvu_list .wpb_text_column h2 {
    color:#FFFAF0;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}
.dichvu_list .wpb_text_column h2 a {
    color:#FFFAF0;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}
.quy_trinh_list .wd-image img {
    width:60%;
}
.quy_trinh_list h3 {
    color:#FFFCF7;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
}
.wd-el-video.wd-with-aspect-ratio {
    margin-bottom: 0;
}
.sologan_text p {
    color:#F2F1EF;
    font-weight: 500;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 2.3;
}
.sologan_text {
    margin-top: 30px;
    margin-bottom: 50px;
}
#doi-ngu .wd-carousel-container {
    width: 110%;
    left: -5%;    margin-bottom: 5px;
}
#doi-ngu .team-member {
    position:relative;

}
#doi-ngu .team-member .member-image {
    margin-bottom: 0;
}
#doi-ngu .team-member .member-details {
    position: absolute;
    width:100%;
    height: 45%;
    bottom:0;
    background: #1A1A1A;
background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 1) 100%);
left:0;
display:flex;
flex-direction: column;
justify-content: flex-end;
padding-bottom: 40px;
}
#doi-ngu .team-member .member-details h4 {
    color:#F2F1EF;    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 4px;
}
#doi-ngu .team-member .member-details > div {
    color:#F2F1EF;
    font-size: 14px;
    font-weight: 300;
}
.dich_vu_list.quy_trinh_list h3 {
    color:#2E2E2E;
    font-weight: 600;
}
.dich_vu_list.quy_trinh_list .wpb_text_column {
    margin-bottom: 10px;
}
.dich_vu_list.quy_trinh_list .wd-image img{
    width:75%;
}
#dich_vu .dich_vu_list .wd-image{
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
#dich_vu .dich_vu_list .wd-image{
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
#dich_vu .vc_column_container.vc_col-sm-6 .vc_column-inner > .wpb_wrapper:hover .wd-image{
transform: scale(1.05);
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
}
.slider_banner_thietke .wd-images-gallery{
    max-width: 100%;
    width:1000px;
    margin:0 auto 60px;
}
.slider_banner_thietke .wd-images-gallery .wd-carousel-inner {
    border:15px solid #Fff;
    box-shadow: 0 3px 6px 1px #00000020;
}
.slider_banner_thietke .wd-images-gallery .wd-carousel-inner .wd-carousel {
    padding-top: 0;
    padding-bottom: 0;
}
.slider_banner_thietke .wd-nav-pagin-wrap {
    margin-top: 40px;
}
.slider_banner_thietke .wd-nav-pagin-wrap[class*="wd-style-shape"] span {
    border-color: #CCCCCC;
    background-color: #CCCCCC;
    width: 13px;
    height: 13px;
}
.slider_banner_thietke .wd-nav-pagin-wrap[class*="wd-style-shape"] li.wd-active span {
    border-color: #2E2E2E;
    background-color: #2E2E2E;
}
.slider_banner_thietke {
    margin-top: 40px;
}
.dich_vu_list.quy_trinh_list h3 {
    color: #2e2e2e;
    font-weight: 600;
    min-height: 47px;
}
.dich_vu_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.text_doingu p {
     text-align: center;
    font-size: 22px;
    line-height: 1.8;
    font-weight: 400;   
}
.text_doingu h3{
        font-family: 'UOSM NarzissRegular';
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 50px;
}
.text_doingu h4 {
    font-size:14px;
}
.Menu_anchor .Menu_list_black li a span {
    color:#2E2E2E;
}
.team_list h3 {
    font-weight:600;
    font-size:25px;
    margin-top:20px;
    margin-bottom:10px;
}
.team_list h4 {
    font-weight:600;
    font-size:14px;
}
/* YouTube Posts Styles */
.youtube-posts-wrapper {
    margin: 20px 0;
}

.youtube-posts-grid {
    display: grid;
    gap: 30px;
    margin-bottom: 30px;
    grid-template-columns: 1fr 1fr;
}

.youtube-post-item {
    border-radius: 0px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.youtube-post-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.youtube-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.youtube-load-more-wrapper {
    text-align: center;
    margin-top: 30px;
}

.youtube-load-more-btn {
display:inline-block;
    background-color: #606060;
    padding: 7px 42px;
    color: #f2f1ef;
    min-height: 37px;
    font-weight: 300;
    font-size: 15px;    transition: background .3s ease;
}

.youtube-load-more-btn:hover {
       background-color: #ccc;
    color: #2e2e2e;    transition: background .3s ease;
}

.youtube-loading {
    color: #666;
    font-style: italic;
}
.youtube-popup-content iframe {
        max-width: 100%;
    max-height: 100%;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    object-fit: cover;
}
.button_youtube .button_style1 {
        padding: 15px;
    font-size: 27px;
    font-weight: 400;
}
.wd-nav-portfolio>li>a {
        color: #2e2e2e!important;
            font-weight: 400;
    font-style: var(--wd-title-font-style);
    font-size: 15px!important;
}
.wd-nav-portfolio.wd-nav .nav-link-text:after {
    display:none!important;
}
.wd-nav-portfolio.wd-nav >li.wd-active >a {
    font-weight:600!important;
}
.du_an_page {
    padding-bottom:40px
}
.wd-load-more-loader {
        background-color: #606060;
    padding: 7px 42px;
    color: #f2f1ef;
    min-height: var(--btn-height, 37px);
    font-weight: 300;
    font-size: 15px;
    border: none;
}
.du_an_page .wd-project .proj-cats-list li {
    font-size:16px;    font-style: normal;
    font-weight:400;color:#FFE9C1;
}
.du_an_page .wd-project .wd-entities-title {
    font-size:200%;color:#FFE9C1;
}
.du_an_page .wd-project .wd-entities-title a {
    color:#FFE9C1;
}
.du_an_page .wd-project .info_year p{
        font-size:16px;    font-style: normal;
    font-weight:400;color:#FFE9C1;    transform: translateY(15px);opacity: 0;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-bottom:0;
    margin-top:5px;
}
.portfolio-hover:hover .info_year p {
        opacity: 1;
    transform: translateY(0);
}
.single.single-portfolio .wd-content-layout{
   max-width:100%; 
   padding:0;
}
.wd-single-project .vc_col-sm-6:nth-child(1) .wpb_text_column{
    padding-left:150px;
    padding-right:120px;
}
.wd-single-project .vc_col-sm-6:nth-child(2) .wpb_text_column{
    padding-left:120px;
    padding-right:150px;
}
.wd-single-project .vc_col-sm-6 .wpb_text_column strong {
    font-weight:700;
}
.wd-single-project .vc_col-sm-6 .wpb_text_column {
    text-align:center;
}
.image_detail img {
   width:100%;
   height:100vh;
   object-fit:cover;
}
.head_du_an {
        text-align: center;
        padding-top:20px;
        padding-bottom:20px;
        max-width:80%;
        margin:0 auto;
}
.head_du_an h1{
        font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.head_du_an .proj-cats-list li {
    list-style:none;
    font-size:13px;    text-transform: uppercase;
}
.head_du_an .proj-cats-list {
    margin-bottom:0;
    padding-left:0;
}
.vat_lieu p, .info_header_duan p {
        font-size:13px;    text-transform: uppercase;
        margin-bottom:0px;
}
.vat_lieu h4, .info_header_duan h4 {
    font-size:18px;
    font-weight:700;
    line-height:1.8;
}
.vat_lieu, .info_header_duan, .description{
        max-width: 1000px;
    margin: 0 auto;
}
.info_header_duan {
    display: flex;
    flex-wrap: wrap;
    padding:40px 0;
}
.info_header_duan .content_info {
    width:calc(100%/3);
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.info_header_duan .content_info:nth-child(1){
    text-align: left;
}
.info_header_duan .content_info:nth-child(3){
    text-align: right;
}
.description p {
    font-size:15px;
    line-height:2;
}
.wd-single-project {
    margin-bottom:20px;
}
.single.single-portfolio .wd-carousel-container{
    padding-left:60px;
    padding-right:60px;
    margin-bottom:40px;
}
.single.single-portfolio .wd-carousel-container h4 {
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 70px;
    position: relative;
    justify-content: center;
    margin-top: 40px;
}
.single.single-portfolio .wd-carousel-container h4:before{
    content:"";
    position:absolute;
    background-color:#2e2e2e;
height:1.5px;
    width: 600px;
    opacity: 1;
    left:50%;
    top:-15px;
    transform:translate(-50%, 0);
}
.single.single-portfolio .wd-carousel-container h4:after{
        content:"";
    position:absolute;
    background-color:#2e2e2e;
    height:1.5px;
    width: 600px;
    opacity: 1;
    left:50%;
    bottom:-15px;
    transform:translate(-50%, 0);
}
.single.single-portfolio .wd-nav-arrows.wd-pos-sep{
    display:none;
}
.single.single-portfolio .wd-carousel-container .portfolio-hover .portfolio-info{
        position: relative;
    padding: 10px 15px;
}
.single.single-portfolio .wd-carousel-container .portfolio-hover .portfolio-info .wrap-meta {
        margin-bottom: 0;
}
.single.single-portfolio .wd-carousel-container .portfolio-hover .portfolio-info .wrap-meta .proj-cats-list {
        transform: translateY(0px);
    opacity: 1;
}
.single.single-portfolio .wd-carousel-container .portfolio-hover .portfolio-info .wrap-meta .proj-cats-list li {
        color: #2e2e2e;
    font-style: normal;
}
.single.single-portfolio .wd-carousel-container .portfolio-hover .portfolio-info .wd-entities-title {
        transform: translateY(0px);
    opacity: 1;
    color: #2e2e2e;
    font-size: 20px;
}
.single.single-portfolio .wd-carousel-container .wd-project .entry-thumbnail img {
    aspect-ratio: 1;
    object-fit: cover;
}
.vanhoa_row p {
color:#FFFCF7;
padding-right:60px;
line-height:2;
}
.khong_gian_slider {
    margin-bottom:0;
}
.khong_gian_slider .wd-nav-pagin-wrap {
    position: absolute;
    bottom: 40px;
    width: 100%;
    z-index: 100;
}
.khong_gian_slider .wd-nav-pagin-wrap[class*="wd-style-shape"] li.wd-active span{
    border-color: #FFFCF7;
    background-color: #FFFCF7
} 
.khong_gian_slider .wd-nav-pagin-wrap[class*="wd-style-shape"] li span{
    border-color: #FFFCF7;
    background-color: #FFFCF7
}
.tuyen-dung-list {
    display:flex;
    flex-wrap:wrap;
}
.tuyen-dung-list .tuyen-dung-item {
    width:calc(100%/3);
    margin-bottom:50px;
    display:flex;
    flex-direction:column;
text-align:center;
}
.tuyen-dung-list .tuyen-dung-item h3 {
    color:#2E2E2E;
    font-size:18px;
    font-weight:600;
}
.tuyen-dung-list .tuyen-dung-item .tuyen-dung-info p {
    font-weight:400;
}
.tuyen-dung-list .tuyen-dung-button{
	margin-top:15px;
}
.tuyen-dung-button a{
    font-size: 12px;
    color: #606060;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 25px;
    position: relative;
}
.tuyen-dung-button a:before{
    content:"";
    position:absolute;
    width:25px;
    left:0;
    top:2px;
    background-image:url(images/icon_tuyen_dung.png);
    background-repeat:no-repeat;
       background-size: 13px;
    height: 13px;
}
.single.single-tuyen-dung .wd-content-layout{
max-width:100%;    padding-block: 0px;    padding-inline: 0;
}
.head_tuyen_dung h1 {
  border-bottom: 0;
    text-align: left;
    font-size: 32px;
    text-transform: none;    margin-bottom: 0;
    padding-bottom: 0;
}
.head_tuyen_dung h4 {
        text-align: left;
    font-size: 15px;
    font-weight:600;
    text-transform: none;
}
.single.single-tuyen-dung .wpb-content-wrapper {
    max-width: 80%;
    margin: 0 auto;
}
.single.single-tuyen-dung .wd-accordion.wd-style-default>.wd-accordion-item {
border-bottom: none;
}
.head_du_an.head_tuyen_dung {
    padding-bottom:0;
}
.single.single-tuyen-dung .wpb-content-wrapper h3 {
    font-size:18px;
    font-weight:600;
}
.single.single-tuyen-dung .wd-accordion.wd-titles-left>.wd-accordion-item>.wd-accordion-title>div {
        display: inline-block;
    width: auto;
    flex: none;
    font-size:28px;    text-transform: uppercase;color:#2e2e2e!important;
}
.single.single-tuyen-dung .wd-accordion-opener {
        width:22px;
    height:22px;
}
.single.single-tuyen-dung .wd-accordion.wd-opener-style-arrow>.wd-accordion-item>.wd-accordion-title .wd-accordion-opener:before {
    content:"";
    position:absolute;
    width:20px;
    height:16px;
    left:0;
    top:1px;
	    content: "\f129";
    font-size: 20px;
    color: #2e2e2e;
}
.post-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.post-list .post-item {
        width: calc((100% - 40px) / 3);background-color: #F2F1EF;
}
.post-list .post-item .post-thumb img{
    display:block;
}
.post-list .post-item .post-content {
    padding: 10px 15px;    position: relative;
    min-height: 130px;
}
.post-content .post-title {
        font-weight: 600;
    color: #2E2E2E;
    font-size: 17px;
    margin-bottom: 0;
}
.post-nguon {
        font-size: 13px;
    position: absolute;
    bottom: 10px;
    left: 15px;
}
.post-content .tuyen-dung-button {
            font-size: 13px;
    position: absolute;
    bottom: 10px;
    right: 15px;
}
.ban-tin-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.ban-tin-item {
width: calc((100% - 40px) / 3);background-color: #F2F1EF;
}
.ban-tin-item:nth-child(1){
  width:100%;  display: flex;
    flex-wrap: wrap;
}
.ban-tin-item:nth-child(1) .post-thumb {
    width:50%;
}
.ban-tin-item:nth-child(1) .ban-tin-content {
    width:50%;    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 80px;
}
.ban-tin-item:nth-child(1) .ban-tin-content .excerpt_post {
    height:auto;
}
.ban-tin-item:nth-child(1) .ban-tin-content .tuyen-dung-button{
    margin-top:50px;
}
.ban-tin-item .post-thumb img{
    display:block;
}
.ban-tin-item .post-title {
        font-weight: 600;
    color: #2E2E2E;
    font-size: 17px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.ban-tin-content {
padding: 25px 20px;
}
.excerpt_post {
    font-size: 14px;
    line-height: 1.8;
    height: 50px;
    overflow: hidden;
}
.ban-tin-content .tuyen-dung-button {
    margin-top:30px;
}
.single.single-post .wd-content-layout{
width:100%;
max-width:100%;
padding:0;
}
#comments {
    display:none;
}
.single.single-post .wd-post-cat.wd-style-with-bg{
        background-color: transparent;
    color: #2e2e2e;
    margin-top:25px;
}
.single.single-post .wd-post-cat.wd-style-with-bg>a{
  color: #2e2e2e;  
}
.wd-single-post-header  {
    text-align:center;
}
.wd-single-post-header .title {
        font-weight: 600;
    text-transform: uppercase;max-width:80%;
margin:0 auto 30px;
}
.single.single-post .wd-entry-content {
max-width:80%;
margin:0 auto;
}
.section_related_news {
   max-width:80%;
margin:0 auto 40px; 
}
.section_related_news h2 {
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 70px;
    position: relative;
    justify-content: center;
    margin-top: 40px;
}
.section_related_news h2:before{
    content: "";
    position: absolute;
    background-color: #2e2e2e;
    height: 1.5px;
    width: 600px;
    opacity: 1;
    left: 50%;
    top: -15px;
    transform: translate(-50%, 0);
}
.section_related_news h2:after{
        content: "";
    position: absolute;
    background-color: #2e2e2e;
    height: 1.5px;
    width: 600px;
    opacity: 1;
    left: 50%;
    bottom: -15px;
    transform: translate(-50%, 0);
}
.page-description > p {
    display:none;
}
.post-type-archive-product .shop-loop-head {
    display:none;
}
.post-type-archive-product .wd-products-element {
    display:none;
}
.post-type-archive-product .shop_list .wd-products-element {
    display:block;
}
.shop_list.vc_row.wd-section-stretch-content-no-pd .vc_column-inner > .wpb_wrapper{
        padding-left: 60px;
    padding-right: 60px;
}
.wd-page-wrapper {
    background-color: rgb(255, 252, 247);
}
.shop_list .wd-nav-tabs>li>a {
    color: #2e2e2e !important;
    font-weight: 400;
    font-style: var(--wd-title-font-style);
    font-size: 15px !important;
}
.shop_list .wd-nav[class*="wd-style-underline"] .nav-link-text:after {
    display:none;
}
.shop_list .wd-nav[class*="wd-style-underline"]>li.wd-active>a{
   font-weight: 600; 
}
.shop_list .wd-nav-tabs.wd-icon-pos-top {
    margin-bottom:20px;
}
.shop_list .wd-product .wd-product-cats {
    display:none;
}
.shop_list .wd-product .wd-entities-title {
    font-size: 18px;
    margin: 5px 0 10px;
    font-weight: 600;
}
.single-product .wd-builder-off{
    padding:0;
}
.single-product-page.single-product-content {
    margin-top:50px;
}
.product-tabs-wrapper {
    display:none;
}
.single-product .product_title {
    font-size: 35px;
    line-height: 1.2;
    --page-title-display: block;
    font-weight: 600;
    text-transform: uppercase;
}
.single-product .button_style1 {
    font-weight:500;
    padding:10px 45px;    display: inline-block;
    margin-top:40px;
}
.woocommerce-product-details__short-description p {
    line-height:1.8;
    margin-bottom:15px;
}
.summary-inner .product_meta {
    display:none;
}
.related-and-upsells .related-products h2 {
        text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 70px;
    position: relative;
    justify-content: center;
    margin-top: 80px;
}
.related-and-upsells .related-products h2:before{
        content: "";
    position: absolute;
    background-color: #2e2e2e;
    height: 1.5px;
    width: 600px;
    opacity: 1;
    left: 50%;
    top: -15px;
    transform: translate(-50%, 0);
}
.related-and-upsells .related-products h2:after {
    content: "";
    position: absolute;
    background-color: #2e2e2e;
    height: 1.5px;
    width: 600px;
    opacity: 1;
    left: 50%;
    bottom: -15px;
    transform: translate(-50%, 0);
}
.related-and-upsells .wd-product-cats {
    display:none;
}
.related-and-upsells .wd-product .wd-entities-title {
        font-size: 18px;
    margin: 5px 0 10px;
    font-weight: 600;
}
.related-and-upsells {
margin-bottom:30px;
}
.category .wd-content-layout{
width:100%;
max-width:100%;
padding:0;
}
.category .banner_category img{
        height: 100vh;
    object-fit: cover;
    width: 100%;
    display:block
}
.category .wd-blog-element {
    margin-top:50px;
    padding-left:70px;
    padding-right:70px;
    margin-bottom:50px;
}
.category .wd-blog-element .wd-posts {
        display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.category .wd-blog-element .wd-posts article.wd-post{
        width: calc((100% - 40px) / 3);
    background-color: #f2f1ef;
}
.category .wd-blog-element .wd-posts article.wd-post .article-body-container {
    padding: 15px 15px;
    position: relative;
    min-height: 185px;
}
.category .wd-blog-element .wd-posts article.wd-post .article-body-container h3{
font-weight: 600;
    color: #2e2e2e;
    font-size: 17px;
    margin-bottom: 0;
    text-align: left;
    line-height: 1.4;
    position:relative;
}
.blog-design-default .wd-post-desc {
    text-align: left;
    font-size:14px!important;
    margin-top:15px;    height: 46px;
    overflow: hidden;
}
.category .wd-blog-element .wd-posts article.wd-post .article-body-container .tuyen-dung-button {
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    right: 15px;
}
.category .wd-blog-element .wd-posts article.wd-post .post-img-wrapp img {
    height:280px;
    width:100%;
    object-fit:cover;
}
.youtube-popup-content {
width: 70%;
    aspect-ratio: 16 / 9;
}
.hide_desktop {
display:none;
}
.sologan_text_mobile{
	display:none;
}

@media only screen and (max-width: 1400px) {
	
}
@media only screen and (max-width: 1025px) {
	.section_padding_60 {
    padding-left: 0px;
    padding-right: 0px;
}
	.hide_desktop {
	display:block;
	}
	.about_home_row.vc_row.vc_row-flex>.vc_column_container.vc_col-sm-7 .vc_column-inner {
    padding-left: 30px;
    padding-right: 30px;
}
	.title_h2 h2 {
		font-size: 27px;
	}
	.testimonial_row .testimonials {
    padding-left: 15px;
    padding-right: 15px;
}
	.testimonial_row .testimonial-inner .testimonial-content {
    font-family: 'UOSM NarzissRegular';
    font-size: 16px;
}
.testimonial_row .testimonial-inner {
    background-color: #f2f1ef;
    padding: 0 16px;
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
	.footer_row ul li {
    list-style: none;
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 10px;
}
.footer_row {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 30px;
}
	.whb-header {
		    width: 100%;
    height: 62px;
    background-color: #2e2e2e;
		position:fixed;
	}
	.wd-side-hidden.wd-left {
		    z-index: 9999!important;
    background-color: #2E2E2E !important;
    backdrop-filter: blur(18px) brightness(100%);
    width: 100% !important;transform: translate3d(calc(-100% + 0px), 0, 0);
		position:fixed;
	}
	.wd-nav-mobile li:active>a, .wd-nav-mobile li.opener-page>a {
		background-color:transparent!important;
	}
	.widgetarea-mobile img {
    width: 100px;
}
	.mobile-nav .wd-heading {
		position:static!important;
	}
	.wd-heading .wd-action-btn {
    position: absolute;
    top: 30px;
	}
	.wd-heading .wd-action-btn.wd-style-text>a {
		    background-image: url(images/icon-close.png);    background-size: 24px;height: 30px;
    width: 30px;
	}
	#qodef-custom-cursor circle {
	fill:transparent;
	}
	#chamngon .vc_row {
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    flex-wrap: wrap;
}
#chamngon .vc_row .vc_col-sm-4>.vc_column-inner .text_white {
    margin-bottom: 0;
    padding: 40px 15px;
}
#chamngon .vc_row .vc_col-sm-4>.vc_column-inner .text_white h3 {
    margin-bottom:30px;
}
#chamngon .text_white p {
    color: #fffcf7;
    font-size: 14px;
}
#quy-trinh .quy_trinh_list {
        padding-left: 20px;
        padding-right: 20px;}
        
#quy-trinh .quy_trinh_list .vc_column_container>.vc_column-inner{
    padding-left:5px;
    padding-right:5px;
}
.quy_trinh_list h3 {
    color: #fffcf7;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
	.youtube-popup-content {
	max-width:95%!important;
	width:90%!important;
	}
	.button_youtube .button_style1 {
    padding: 15px;
    font-size: 21px;
    font-weight: 400;
}
	.post-list .post-item {
    width: calc((100% - 20px) / 2);
    background-color: #f2f1ef;
}
	.ban-tin-item {
    width: calc((100% - 20px) / 2);
    background-color: #f2f1ef;
}
	.ban-tin-item:nth-child(1) {
		 width: calc((100% - 20px) / 2);
    display: flex;
    flex-wrap: wrap;
}
	.ban-tin-item:nth-child(1) .post-thumb {
    width: 100%;
}
	.ban-tin-item:nth-child(1) .ban-tin-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 25px 20px;
    }
	.ban-tin-item .post-title {
    font-weight: 600;
    color: #2e2e2e;
		font-size: 20px;
	}
	.ban-tin-item:nth-child(1) .ban-tin-content .excerpt_post {
		height:50px;
	}
	.ban-tin-item .post-thumb img {
		height:200px;
		object-fit:cover;
	}
	.single.single-post .wd-entry-content {
		max-width:90%;
	}
	.wd-single-post-header .title {
		max-width:90%;
		margin:0 auto;font-size: 30px;
        text-align: left;
	}
	.section_related_news {
    max-width: 90%;
    margin: 0 auto 40px;
}
	.section_related_news h2 {
    text-align: center;
		font-size: 30px;
	}
	.post-content .post-title {
    font-weight: 600;
    color: #2e2e2e;
		font-size: 19px;
	}
	.section_related_news .post-list .post-item:last-child{
		display:none;
	}
.tuyen-dung-list .tuyen-dung-item {
        width:calc(100%/2);
        margin-bottom: 30px
}
	.vanhoa_row .section_padding_60 .vc_col-sm-8{
		width:100%;
		order:2;
	}
	.vanhoa_row .section_padding_60 .vc_col-sm-4{
		width:100%;
		order:1;
	}
	.vanhoa_row .section_padding_60 .vc_col-sm-4 .wd-image img{    aspect-ratio: 1 / 1;width:100%;
    object-fit: cover;}
	.vanhoa_row p {
    color: #fffcf7;
    padding-right: 0;
    line-height: 2;
}
	.head_tuyen_dung h1 {
		font-size:25px;
		margin-bottom:5px;
	}
	.head_du_an {
		max-width:90%;
	}
	.single.single-tuyen-dung .wpb-content-wrapper {
		max-width:90%;
	}
	.single.single-tuyen-dung .wd-accordion.wd-titles-left>.wd-accordion-item>.wd-accordion-title>div {
		font-size:20px;
	}
	.wd-single-project .vc_col-sm-6:nth-child(2) .wpb_text_column {
		padding: 0px 30px 0px 10px;
		margin-bottom:30px;
	}
	.wd-single-project .vc_col-sm-6:nth-child(1) .wpb_text_column {
		padding: 0px 30px 0px 10px;
		margin-bottom:30px;
	}
	.single.single-portfolio .wpb-content-wrapper .wd-wpb{
		margin-bottom:30px;
	}
	.single.single-portfolio .wd-carousel-container .wd-nav-pagin-wrap {
		display:block!important;
	}
	.single.single-portfolio .wd-nav-pagin-wrap[class*="wd-style-shape"] span {
    border-color: #CCCCCC;
    background-color: #CCCCCC;
    width: 13px;
    height: 13px;
}
.single.single-portfolio .wd-nav-pagin-wrap[class*="wd-style-shape"] li.wd-active span {
    border-color: #2E2E2E;
    background-color: #2E2E2E;
}
	.shop_list.vc_row.wd-section-stretch-content-no-pd .vc_column-inner>.wpb_wrapper {
    padding-left: 20px;
    padding-right: 20px;
	}
	.single-product .product_title {
			font-size: 30px;
		    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
}
	.single-product .product-image-summary-inner {
		    padding-top: 80px;
    position: relative;
	}
	.single-product .wd-carousel-container .wd-nav-pagin-wrap {
		display:block!important;
	}
	.single-product .wd-nav-pagin-wrap[class*="wd-style-shape"] span {
    border-color: #CCCCCC;
    background-color: #CCCCCC;
    width: 13px;
    height: 13px;
}
.single-product .wd-nav-pagin-wrap[class*="wd-style-shape"] li.wd-active span {
    border-color: #2E2E2E;
    background-color: #2E2E2E;
}
	.single-product .wd-nav-arrows{
	display:none;
	}
		.Team_slider_mobile {
	padding-left: 20px;
    padding-right: 20px;
	}
	.Team_slider_mobile .team-member .member-image img {
	    aspect-ratio: 1;
		object-fit:cover;
	}
	.Team_slider_mobile .member-name {
		font-weight: 600;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 5px;
	}
	.Team_slider_mobile .member-position {
		    font-weight: 600;
    font-size: 14px;
		color:#2e2e2e!important;
		margin-bottom:10px;
	}
	.Team_slider_mobile .member-bio {
		
	}
	.Team_slider_mobile .wd-carousel-container .wd-nav-pagin-wrap {
		display:block!important;
	}
	.Team_slider_mobile .wd-nav-pagin-wrap[class*="wd-style-shape"] span {
    border-color: #CCCCCC;
    background-color: #CCCCCC;
    width: 13px;
    height: 13px;
}
.Team_slider_mobile .wd-nav-pagin-wrap[class*="wd-style-shape"] li.wd-active span {
    border-color: #2E2E2E;
    background-color: #2E2E2E;
}
	.hide_mobile {
		display:none;
	}
	.doitact_row .wd-images-gallery .wd-grid-g {
display: block;
	}
	.doitact_row .wd-images-gallery .wd-gallery-item img {
    max-width: 90%;
    display: block;
    max-height: 80px;
    margin: 0 auto;
    width: auto;
}
	.doitact_row .wd-images-gallery .wd-grid-g .wd-gallery-item {
    display: inline-block;
}
	.category .wd-blog-element {
		padding-left:20px;
		padding-right:20px;
	}
}

@media screen 
  and (min-device-width: 768px) 
	and (max-device-width: 1000px){


}
@media only screen and (max-width: 767px) {
	#about_row_home.about_home_row.vc_row.vc_row-flex>.vc_column_container.vc_col-sm-7 .vc_column-inner{
		padding-bottom:40px;
		text-align:center;
	}
		.vanhoa_row .section_padding_60 .vc_col-sm-4 .wd-image img{    aspect-ratio: 1 / 1.2;width:100%;
    object-fit: cover;}
	#about_row_home {
		    background-color: #fffcf7 !important;
	}
	#about_row_home .wd-button-wrapper{
		text-align:center;
	}
	#about_row_home .title_h2 hr {
    display: block;
}
	.title_h2_has_line_black.title_h2 hr {
		        width: 95%;        max-width: 330px;
	}
	.title_h2_has_line_white.title_h2 hr {
		width:95%;        max-width: 330px;
	}
	.project_home_row .wd-grid-f-col>.wd-col img {
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    height: 350px;
    object-fit: cover;
}
	.project_home_row .wd-grid-f-col>.wd-col:nth-child(4), .project_home_row .wd-grid-f-col>.wd-col:nth-child(5), .project_home_row .wd-grid-f-col>.wd-col:nth-child(6){
		display:none;
		
	}
	.Menu_anchor .Menu_list_black li a span {
	    color: #fffcf7;
    font-size: 16px;
	}
	.testimonial_row .testimonial:before {
    content: "";
    left: 5px;
    bottom: 0;
}
	.testimonial_row .title_h2 h2 {
		font-size:22px
	}
	    .testimonial_row .testimonials {
        padding-left: 5px;
        padding-right: 5px;
    }
	.doitact_row .wd-images-gallery{
		width:100%;
		left:0;
	}
	.footer_row {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 30px;
}
	.footer_row ul li {
        list-style: none;
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 10px;
    }
    .footer_row ul {
    margin-bottom: 0;
    text-align: center;
    padding-left: 0;
}
	.footer_row .wd-image {
		text-align:center;
		margin-bottom:40px!important;
	}
	.Menu_anchor .wd-nav>li {
	           width: calc((100% - 10px) / 2);
        text-align: center;
        background-color: #606060;
        display: flex;
        justify-content: center;
	}
	.Menu_anchor .wd-nav {
	    gap: 10px
	}
	.Menu_anchor li a span {
	    font-size:13px;
	}
	#chamngon .vc_row .vc_col-sm-4>.vc_column-inner .text_white {
    margin-bottom: 0;
    padding: 40px 30px;
}
#dich_vu .dichvu_list{
    padding:0;
}
#dich_vu .dichvu_list .vc_col-sm-6 > .vc_column-inner{
    padding:0;
}
#quy-trinh .quy_trinh_list {
        padding-left: 0;
        padding-right: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
}
#quy-trinh .quy_trinh_list .vc_col-sm-1\/5 {
    width:calc(100%/2);
}
.quy_trinh_list .wd-image img {
    width: 60%;
}
#quy-trinh .quy_trinh_list .vc_column_container>.vc_column-inner{
    padding-left:10px;
    padding-right:10px;
}
	.sologan_text {
		display:none
	}
	.sologan_text.sologan_text_mobile{
	display:block!important
	}
	.dich_vu_list .vc_col-sm-3 {
		width:calc(100%/2);
	}
	.section_padding_60.dich_vu_list {
		padding-left:0;
		padding-right:0;
	}
	.dich_vu_list.quy_trinh_list h3 {
    color: #2e2e2e;
    font-weight: 600;
    min-height: 47px;
    max-width: 80%;
    font-size: 15px;
    margin: 0 auto;
}
	.slider_banner_thietke .wd-nav-pagin-wrap {
		display:block!important
	}
	.slider_banner_thietke .vc_column_container>.vc_column-inner {
		padding:0
	}
	.slider_banner_thietke .wd-images-gallery {
		margin-bottom:30px;
	}
	.text_doingu p {
		font-size: 18px;
	}
	.button_youtube .button_style1 {
    padding: 15px;
		font-size: 11px;
	}
	.youtube-posts-grid {
		    grid-template-columns: 1fr;gap:15px;
	}
	.youtube-popup-content {
	max-width:95%!important;
	width:100%!important;
	}
	.post-list .post-item {
    width:100%;
    background-color: #f2f1ef;
}
	.post-list .post-item .post-thumb img {
		height:250px;
		object-fit:cover;
		width:100%
	}
	.ban-tin-item {
    width: 100%;
    background-color: #f2f1ef;
}
	.ban-tin-item:nth-child(1) {
		 width: 100%;
    display: flex;
    flex-wrap: wrap;
}
	.ban-tin-item:nth-child(1) .post-thumb {
    width: 100%;
}
	.ban-tin-item:nth-child(1) .ban-tin-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 25px 20px;
    }
	.ban-tin-item .post-title {
    font-weight: 600;
    color: #2e2e2e;
		font-size: 20px;
	}
	.ban-tin-item:nth-child(1) .ban-tin-content .excerpt_post {
		height:50px;
	}
	.ban-tin-item .post-thumb img {
		height:250px;
		object-fit:cover;
	}
	.single.single-post .wd-entry-content {
		max-width:90%;
	}
	.wd-single-post-header .title {
		max-width:90%;
		margin:0 auto;font-size: 30px;
        text-align: left;
	}
	    .post-content .post-title {
        font-weight: 600;
        color: #2e2e2e;
        font-size: 21px;
    }
	.tuyen-dung-list .tuyen-dung-item {
    width: 100%;
		margin-bottom: 30px;
	}
	.tuyen-dung-list .tuyen-dung-item h3 {
    color: #2e2e2e;
	font-size: 22px;
	}
	.head_tuyen_dung h1 {
		font-size:25px;
		margin-bottom:5px;
	}
	.head_du_an {
		max-width:90%;
	}
	.single.single-tuyen-dung .wpb-content-wrapper {
		max-width:90%;
	}
	.single.single-tuyen-dung .wd-accordion.wd-titles-left>.wd-accordion-item>.wd-accordion-title>div {
		font-size:16px;
	}
	.single.single-tuyen-dung .wd-accordion.wd-opener-pos-right>.wd-accordion-item>.wd-accordion-title{
		    padding: 10px 0;
	}
	.du_an_page .wd-nav-wrapper.wd-mb-action-swipe .wd-nav {
		flex-wrap: wrap;
		gap:10px;
		margin-left:10px;
		margin-right:10px;
	}
	.du_an_page .wd-nav-wrapper.wd-mb-action-swipe .wd-nav li {
		        width: calc((100% - 10px) / 2);
        text-align: center;
        background-color: #2e2e2e;
        display: flex;
        justify-content: center;
	}
	.du_an_page .wd-nav-wrapper.wd-mb-action-swipe .wd-nav li a span{
		    color: #fffcf7;
	}
	.du_an_page .wd-nav-wrapper.wd-mb-action-swipe {
		        -webkit-mask-image: none;
        mask-image: none;
	}
	.du_an_page .wd-nav-wrapper.wd-mb-action-swipe .wd-nav li.wd-active {
		background-color: #606060;
	} 
	.info_header_duan .content_info {
		text-align:center!important;
	}
	.info_header_duan .content_info {
		width:100%;
	}
	.info_header_duan {
	padding:0
	}
	.vat_lieu h4, .info_header_duan h4 {
		font-size: 16px;
	}
	.single.single-portfolio .wpb-content-wrapper .wd-wpb{
		margin-bottom:10px;
	}
	.wd-single-project .vc_col-sm-6:nth-child(2) .wpb_text_column {
		padding: 30px 30px 40px;
		margin-bottom:0;
	}
	.wd-single-project .vc_col-sm-6:nth-child(1) .wpb_text_column {
		padding: 30px 30px 40px;margin-bottom:0;
	}
	.single.single-portfolio .wd-carousel-container h4 {
		font-size:30px;
	}
	.single.single-portfolio .wd-carousel-container h4:before {
		width:90%;
	}
	.single.single-portfolio .wd-carousel-container h4:after{
		width:90%;
	}
	.single.single-portfolio .wd-carousel-container {
		padding-left:20px;padding-right:20px;
	}
	.single.single-portfolio .wd-carousel-container .wd-nav-pagin-wrap {
		display:block!important;
	}
	.single.single-portfolio .wd-nav-pagin-wrap[class*="wd-style-shape"] span {
    border-color: #CCCCCC;
    background-color: #CCCCCC;
    width: 13px;
    height: 13px;
}
.single.single-portfolio .wd-nav-pagin-wrap[class*="wd-style-shape"] li.wd-active span {
    border-color: #2E2E2E;
    background-color: #2E2E2E;
}
	.single-product .wd-carousel-container h2 {
		font-size:30px;
	}
	.single-product .wd-carousel-container h2:before {
		width:100%;
	}
	.single-product .wd-carousel-container h2:after{
		width:100%;
	}
	.single-product .button_style1 {
		margin-top:0;
	}
	.single-product .product_title {
		font-size:25px;
	}
	.shop_list .wd-nav-tabs.wd-icon-pos-top {
		flex-wrap: wrap;
		gap:10px;
		margin-left:10px;
		margin-right:10px;
	}
	.shop_list .wd-nav-tabs.wd-icon-pos-top li {
		        width: calc((100% - 10px) / 2);
        text-align: center;
        background-color: #2e2e2e;
        display: flex;
        justify-content: center;
	}
	.shop_list .wd-nav-tabs.wd-icon-pos-top li a span{
		    color: #fffcf7;
	}
	.shop_list .wd-nav-tabs-wrapper {
		        -webkit-mask-image: none;
        mask-image: none;
	}
	.shop_list .wd-nav-tabs.wd-icon-pos-top li.wd-active {
		background-color: #606060;
	} 
	.doitact_row .wd-images-gallery .wd-grid-g {
display: block;
	}
	.doitact_row .wd-images-gallery .wd-gallery-item img {
    max-width: 75%;
    display: block;
    max-height: 80px;
    margin: 0 auto;
    width: auto;
}
	#about_row_home .title_h2_has_line_black.title_h2{
	text-align: center;
}
#about_row_home .title_h2_has_line_black.title_h2 h2{
margin-bottom:10px;
}
	#dich_vu .dichvu_list .vc_col-sm-6 {
		margin-bottom:20px;
	}
	.wd-before-add-to-cart {
		text-align:center;
	}
	.vanhoa_row p {
		text-align:center;
	}
.doitact_row .wd-images-gallery .wd-grid-g .wd-gallery-item {
    display: inline-block;
}
	.category .wd-blog-element .wd-posts article.wd-post {
    width: 100%;
    background-color: #f2f1ef;
}
	.doitact_row {
		overflow:visible;
	}
	.doitact_row {
		overflow:visible;
	}
	.doitact_row .wd-marquee {
		overflow:visible;
	}
	.doitact_row .wd-marquee .vc_row{
		overflow:visible;
	}
}
@media only screen and (max-width: 450px) {
    .youtube-popup-content {
        max-width: 95%!important;
        width: 90%!important;
    }
}