/*gioi thieu*/
.news-intro-content {
    padding: 70px 0px 070px 0px;
}

.news-intro-content .col-md-6{
    padding: 0;
}

.news-intro-content .row {
    margin-right: 0;
    margin-left: 0;
}

.news-intro-content .col-md-6 .content-left {
    padding: 0px 20px 0px 0px;
}
.news-intro-content .col-md-6 .content-right {
    padding: 0px 0px 0px 20px;
}

.news-intro-content .col-md-6 .content-right {
    align-content: center;
    align-items: center;
    display: flex;
}

.news-intro-content .content-right-heading {
    margin-bottom: 20px;
    color: #252531;
    font-size: 45px;
    font-weight: 600;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}


/*news-intro-services*/
.news-intro-services {

}

.news-intro-services__background {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    height: 70vh;
    position: relative;
}

.news-intro-services .valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-intro-services__background:before {
    background: #02050b;
    opacity: .7;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.news-intro-services .play-button {
    position: relative;
    width: 85px;
    height: 85px;
    margin: auto;

    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
}

.news-intro-services .play-button svg.circle-fill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.news-intro-services .play-button svg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.news-intro-services .circle-fill circle {
    opacity: 1;
    fill: rgba(255, 255, 255, 0.1);
}

.news-intro-services .play-button svg.circle-track {
    z-index: 0;
}

.play-button:hover svg.circle-fill {
    stroke-dashoffset: 38.5;
}

.news-intro-services .polygon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 30px;
    z-index: 2;
    color: #fff;
}

.news-intro-services .ontop {
    position: relative;
    margin-top: -120px;
    z-index: 3;
}

.news-intro-services .item-bx {
    padding: 30px;
    height: 400px;
    background-color: #fff;
    border: 1px solid #eee;
    border-right: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.news-intro-services .item-bx .numb {
    margin: 0;
    padding: 0;
    font-size: 40px;
}

.news-intro-services .item-bx .numb {
    color: transparent;
    -webkit-text-stroke: 1px #b19777;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    letter-spacing: 3px;
    margin: 0;
    padding: 0;
    font-size: 40px;
}

.news-intro-services .tieude_sv {
    font-size: 16px;
}

.news-intro-services .mb-20 {
    margin-bottom: 20px !important;
}

.news-intro-services .ontop .item-bx:hover {
    background: #b19777;
    color: #fff;
}

.news-intro-services .ontop .item-bx:hover .numb {
    color: #fff;
}

.news-intro-services .item-bx:hover p {
    color: #eee;
}

/*team,*/
.section-head h6 {
    color: #b19777;
    font-weight: 300;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
}

.news-intro-team .item {
    padding: 15px;
}

.news-intro-team .item .img {
    position: relative;
    overflow: hidden;
    height: 300px;
    position: relative;
}

.news-intro-team img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.news-intro-team .item .img .social {
    position: absolute;
    top: 0;
    left: -40px;
    background-color: #fff;
    padding: 20px 10px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.news-intro-team .item .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.news-intro-team .item .img:hover:after {
    opacity: .5;
}

.news-intro-team .item .img .social a {
    display: block;
    font-size: 13px;
    margin-top: 10px;
    color: #b19777;
}

.news-intro-team .item .img:hover .social {
    opacity: 1;
    left: 0;
}

.news-intro-team .item .info {
    margin-top: 20px;
    text-align: center;
}

.news-intro-team .item .info h5 {
    font-size: 18px;
    margin-bottom: 2px;
}

.news-intro-team .item .info span {
    color: #777;
    font-size: 14px;
}

.contact-page-intro.contact .info {
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact-page-intro .bg-gray {
    background-color: #f8f4f3;
}

.contact-page-intro.contact .info .item {
    padding: 40px 20px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-page-intro.contact .info .item .icon {
    font-size: 30px;
    color: #999;
    padding-right: 30px;
    display: block;
    line-height: 1;
}

.contact-page-intro.contact .info .item .cont h6 {
    font-size: 20px;
    color: #b19777;
    margin-bottom: 10px;
    letter-spacing: 3px;
}

.contact-page-intro.contact .info .item .cont p {
    font-size: 13px;
}

.contact-bottom-page-intro .contact-map iframe {
    height: 580px;
    width: 100%;
}

/*end gioi thieu*/
/*page tu van thiet ke*/
.news-advise-page .news-banner .banner-breadcrumb{
    min-height: 55vh;
}

.detail-news-left {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: 15px;
    color: #000;
}

.detail-news-left a {
    color: #333;
}

.news-advise-content {
    margin-top: 10px;
    margin-bottom: 50px;
}

.news-advise-content .detail-news-right {
    background: #F9F9F9;
}

.news-advise-content .detail-news-right .header {
    padding: 12px 12px;
}

.news-advise-content .detail-news-right .header h4 {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

.detail-news-right_wrapper {
    padding: 12px;
}

.detail-news-right_wrapper a {
    color: #252531;
}

.author-box .author-box__avatar {
    margin-left: 0;
    margin-right: 25px;
    flex-shrink: 0;
}

.author-box {
    margin-top: 10px;
    margin-bottom: 10px;
}

.author-box .author-box__avatar img {
    width: 150px;
    height: 150px;
    border-radius: 500px;
    -o-object-fit: cover;
    object-fit: cover
}

.author-box__text {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.author-box__name {
    color: #252531;
    line-height: 1.4;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.author-box__bio p,
.author-box__bio {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

.advise-box {
    width: 70%;
}

.advise-wrapper {
    position: relative;
}

/*end page tư van thiet ket*/

@media (max-width: 768px) {
    /* news-advise-content*/
    .news-advise-content .row {
        flex-direction: column-reverse;
    }

    .news-advise-content .detail-news-right .header {
        padding: 12px;
    }

    .advise-box {
        width: 100%;
    }

    .news-advise-page .news-banner .banner-breadcrumb-content h1 {
        font-size: 30px;
        color: #ffffff;
        font-family: "Varela Round", Sans-serif;
        font-weight: 300;
        text-transform: capitalize;
        line-height: 1.2em;
    }

    /* news-intro-page */
    .news-banner .banner-breadcrumb-content h1 {
        font-size: 40px;
    }

    .news-intro-content .row {
        flex-direction: column-reverse;
    }

    .news-intro-content .content-right-heading {
        font-size: 30px;
        text-align: center;
    }

    .news-intro-content .col-md-6 .content-right {
        padding: 0;
    }

    .news-intro-content .col-md-6 .content-left {
        padding: 10px 0 10px;
    }

    .news-intro-content {
        padding: 20px 0 10px;
    }

    .news-intro-services .ontop {
        margin-top: 0;
    }

    .news-intro-services .item-bx {
        padding: 30px 20px;
    }

    .section-head h6 {
        font-size: 10px;
    }

    .news-intro-team .section-head h2 {
        font-size: 32px;
    }

    .news-intro-team .section-head {
        margin-bottom: 30px;
    }

    .contact-page-intro.contact .info .item {
        margin-bottom: 50px;
    }
    .contact-page-intro.contact .info {
        padding: 40px 0 0 0;
    }
}