html {
    scroll-behavior: smooth;
}

:focus {
    outline: 0 !important;
    text-decoration: blink !important;
}

a {
    color: #375D8A;
    font-size: 16px;
    line-height: 19px;
}

a:hover {
    text-decoration: blink !important;
}

.fa {
    display: inline-block;
    font: normal normal normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    width: 100%;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 19px;
}

#wrapper {
    overflow-x: hidden;
    max-width: 1920px;
    position: relative;
    margin: 0 auto;
}

.remove_margin {
    margin: 0 -15px;
}

.slider_home {
    width: 100%;
    margin-top: 68px;
    position: relative;
}

item youtube slick-slide slick-current slick-active{
    top: 50px !important;
}

.slider_home .item {
    position: relative;
    width: 100%;
    height: auto;
}

.bg_video {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 111;
    background: none;
}

.item.youtube .box_video {
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: url(../images/slider_home/bg_play_video.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.box_video {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.box_video video {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: top center;
}

.box_video video source {
    width: 100%;
    height: auto;
}


.slider_home .item.image {
    width: 100%;
    position: relative;
}

.slider_home .item.image img {
    width: 100%;
    height: 100%;
}

.slider_home .item .caption {
    width: 45%;
    left: 10%;
    position: absolute;
    bottom: 30%;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 54px;
    padding-left: 20px;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}

.slider_home .item .caption::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    background: #F7D300;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.title_center {
    width: 100%;
    text-align: center;
}

.title_left {
    width: 100%;
    margin-bottom: 30px;
}

.title_left p {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.999px;
    color: #737373;
    text-transform: uppercase;
}

.title_left h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 43px;
    color: #343434;
    text-transform: uppercase;
    margin: 0;
}

.content_about_us .box_cont_about {
    padding-top: 0;
}

.title_left h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #343434;
    text-transform: uppercase;
    margin: 0;
}

.title_left h2 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    text-transform: uppercase;
    color: #A4A4A4;
    margin-bottom: 20px;
}


/* about home */

#page_about {
    position: relative;
    width: 100%;
    clear: both;
    padding: 60px 0;
}

#page_about::before {
    content: url(../images/about/aboutus.svg);
    position: absolute;
    top: 10px;
    left: 30px;
}

.box_about {
    clear: both;
    width: 100%;
}

.box_cont_about {
    width: 50%;
    float: left;
    padding-top: 50px;
    padding-right: 50px;
}

.box_about_des {
    width: 100%;
    position: relative;
    z-index: 1;
}

.box_about_des .bg_text_about_home {
    width: 110%;
    position: absolute;
    top: 40%;
    z-index: -1;
}

.box_about_des p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #505050;
}

.box_about_img {
    width: 50%;
    float: left;
    position: relative;
}

.box_about_img .img_box_about {
    width: 100%;
    position: relative;
    padding-bottom: 70px;
}

.box_about_img .img_box_about::before {
    content: url(../images/about/bg_img_about_home.svg);
    position: absolute;
    bottom: 0px;
    left: 20px;
}

.box_about_img .img_box_about img {
    width: 85%;
    position: relative;
    left: 15%;
    top: 0;
}

.more_line {
    padding: 20px 0;
}

.more {
    background: #F7D300;
    padding: 10px 25px;
    width: max-content;
}

.more a {
    font-size: 16px;
    line-height: 19px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #4A4A4A;
}

.more a i.fa.fa-arrow-right::before {
    content: url(../images/more_content.svg);
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.hvr-icon-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-icon-wobble-horizontal .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hvr-icon-wobble-horizontal:hover .hvr-icon,
.hvr-icon-wobble-horizontal:focus .hvr-icon,
.hvr-icon-wobble-horizontal:active .hvr-icon {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


/*  */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}


/* service */

#page_service {
    width: 100%;
    clear: both;
    padding: 0px;
}

.list_service {
    width: 100%;
    clear: both;
}

.list_service .box_service {
    width: 33.33%;
    float: left;
}

.slider_service {
    width: 100%;
    clear: both;
}

.box_service {
    width: 100%;
    padding: 15px;
}

.box_service .article_service {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.box_service .article_service .img_service {
    width: 100%;
    overflow: hidden;
}

.box_service .article_service .img_service img {
    width: 100%;
    transition: all 0.5s;
}

.box_service:hover .article_service .img_service img {
    transform: scale(1.2);
}

.box_service .article_service .text_service {
    width: 100%;
    padding: 20px;
}

.box_service .article_service .text_service .title_service {
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.box_service .article_service .text_service .title_service a {
    font-size: 20px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #2F2F2F;
}

.box_service .article_service .text_service .title_service.title_news a {
    text-transform: none;
}

.box_service .article_service .text_service .time_up {
    width: 100%;
    padding-top: 10px;
}

.box_service .article_service .text_service .time_up p {
    color: #F7D300;
}

.box_service .article_service .text_service .time_up p::before {
    content: url(../images/time_up_yellow.svg);
    position: relative;
    top: 2px;
}

.box_service .article_service .text_service .des_service {
    width: 100%;
    height: 70px;
    margin: 10px 0;
    overflow: hidden;
}

.box_service .article_service .text_service .des_service a {
    font-size: 16px;
    line-height: 24px;
    color: #505050;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.box_service .article_service .text_service .more {
    background: none;
    padding: 0;
}

.box_service:hover .article_service .text_service .more a {
    color: #F7D300;
}

.box_service:hover .article_service .text_service .more a i.fa.fa-arrow-right::before {
    content: url(../images/more_content_hover.svg);
}


/* project home */

#page_project {
    width: 100%;
    clear: both;
    position: relative;
    padding: 50px 30px;
}

.bg_project_home {
    position: relative;
    width: 100%;
    padding: 50px 0;
    background: url(../images/project/bg_project_home.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.more_project {
    position: absolute;
    right: 15px;
    top: 27px;
}

.slider_project {
    width: 100%;
    clear: both;
}

.box_project {
    width: 100%;
    padding: 15px;
}

.box_project .article_project {
    width: 100%;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
}

.box_project .article_project .img_project {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.box_project .article_project .img_project img {
    width: 100%;
    transition: all 0.5s;
}

.box_project:hover .article_project.img_project img {
    transform: scale(1.2);
}

.box_project .article_project .text_project {
    padding: 30px 30px;
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    height: 100%;
    mix-blend-mode: normal;
}

.box_project:hover .article_project .text_project {
    height: 100%;
    width: 100%;
    opacity: 1;
    background: rgba(247, 211, 0, 0.9);
}

.box_project .article_project .text_project .title_project {
    width: 100%;
    overflow: hidden;
    height: 50px;
}

.box_project:hover .article_project .text_project .title_project {
    -webkit-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    -o-transform: translateY(2rem);
    transform: translateY(2rem);
    -webkit-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease
}

.box_project .article_project .text_project .title_project a {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #2B2B2B;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.box_project .article_project .text_project .des_project {
    width: 100%;
    overflow: hidden;
    height: 108px;
    margin: 30px 0;
    opacity: 0;
    -webkit-transform: translateX(-1rem);
    -ms-transform: translateX(-1rem);
    -o-transform: translateX(-1rem);
    transform: translateY(-1rem)
}

.box_project:hover .article_project .text_project .des_project {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateY(0);
    -webkit-transition: all .4s .2s ease;
    -o-transition: all .4s .2s ease;
    transition: all .4s .2s ease
}

.box_project .article_project .text_project .des_project a {
    font-size: 16px;
    line-height: 26px;
    color: #3C3C3C;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.box_project .article_project .text_project .more {
    background: none;
    padding: 0;
}


/* blog home */

#page_blog {
    width: 100%;
    clear: both;
    position: relative;
}

.slider_blog {
    width: 100%;
}

.box_news {
    width: 100%;
    padding: 15px;
}

.news-item {
    position: relative;
    width: 100%;
}

.news-item .img_article_blog img {
    width: 100%
}

.news-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 40px 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.hover-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.hover-border div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.hover-border div::before {
    position: absolute;
    content: "";
    background: #F7D300;
    height: 5px;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.hover-border::after {
    position: absolute;
    content: "";
    background: #F7D300;
    width: 5px;
    height: 100%;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: .2s .2s;
    -o-transition: .2s .2s;
    transition: .2s .2s
}

.hover-border div::after {
    position: absolute;
    content: "";
    background: #F7D300;
    width: 100%;
    height: 5px;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .2s .4s;
    -o-transition: .2s .4s;
    transition: .2s .4s
}

.hover-border::before {
    position: absolute;
    content: "";
    background: #F7D300;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .2s .8s;
    -o-transition: .2s .8s;
    transition: .2s .8s
}

.news-hover .text-news {
    opacity: 0;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.news-title {
    margin: 0;
    -webkit-transform: translateX(-2rem);
    -ms-transform: translateX(-2rem);
    -o-transform: translateX(-2rem);
    transform: translateX(-2rem);
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease
}

.news-title a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #2B2B2B;
}

.news-description {
    opacity: 0;
    margin: 10px 0;
    height: 95px;
    overflow: hidden;
    -webkit-transform: translateY(-2rem);
    -ms-transform: translateY(-2rem);
    -o-transform: translateY(-2rem);
    transform: translateY(-2rem);
    -webkit-transition: .5s .3s ease;
    -o-transition: .5s .3s ease;
    transition: .5s .3s ease
}

.news-description a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #505050;
}

.news-hover .read-more {
    position: absolute;
    opacity: 0;
    bottom: 30px;
}

.news-item:hover .news-hover {
    background-color: #fff
}

.news-item:hover .hover-border::before,
.news-item:hover .hover-border::after,
.news-item:hover .hover-border div::before,
.news-item:hover .hover-border div::after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.news-item:hover .news-hover .text-news {
    opacity: 1
}

.news-item:hover .news-hover .news-title,
.news-item:hover .news-hover .news-description {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.news-item:hover .news-hover .read-more {
    opacity: 1
}


/* certification */

#page_certification {
    width: 100%;
    clear: both;
    padding: 50px 30px;
    position: relative;
}

.bg_certification_home {
    position: relative;
    width: 100%;
    padding: 50px 0;
    background: #FFFFFF;
}

.slider_certification {
    width: 100%;
    padding-bottom: 30px;
}

.article_certifi {
    width: 100%;
    position: relative;
    background: #81AFE4;
}

.article_certifi .box_certifi {
    text-align: center;
    width: 100%;
    position: relative;
}

.article_certifi .box_certifi .img_certifi {
    width: 100%;
    overflow: hidden;
}

.article_certifi .box_certifi .img_certifi img {
    width: 100%;
    transition: all 0.5s;
    vertical-align: middle;
}

.article_certifi:hover .box_certifi .img_certifi img {
    filter: none;
    transform: scale(1.1);
}

.article_certifi .box_certifi .title_certifi {
    width: 100%;
    overflow: hidden;
    height: 70px;
    padding: 0px;
}

.article_certifi .box_certifi .title_certifi a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}

.box_certifi_detail .title_certifi p {
    padding: 20px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
    text-align: center;
    color: #375D8A;
}

.article_certifi:hover .box_certifi .title_certifi a {
    color: #F3CB3C;
}

.box_certifi_detail {
    width: 100%;
}

.box_certifi_detail img {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 15px;
}


/* page_partner */

#page_partner {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
    background: url(../images/project/bg_project_home.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slider_partner {
    width: 100%;
}

.box_partner {
    width: 100%;
    padding: 15px;
}

.box_partner .img_partner {
    width: 100%;
}

.box_partner .img_partner img {
    width: 100%;
    border: 1px solid #d2d2d2;
}


/* page review */

#page_review {
    width: 100%;
    clear: both;
    position: relative;
    padding: 50px 0;
    background: url(../images/project/bg_project_home.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slider_review {
    width: 100%;
    position: relative;
    padding-bottom: 30px;
}

.review-item {
    width: 100%;
    padding: 15px;
}

.review-item img {
    display: block;
    width: auto
}

.box_review {
    width: 100%;
}

.box_review .client-box {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    padding: 60px 30px 30px;
    transition: all 0.5s;
    border: 3px solid #FFFFFF;
    transition: all 0.5s;
}

.box_review:hover .client-box {
    background: #375D8A;
    border: 3px solid #F7D300;
}

.box_review .image-quote {
    position: absolute;
    top: 30px;
    right: 30px;
    background: none;
}

.box_review .client-img {
    position: relative;
    z-index: 1;
    margin: 0 0 -40px 30px;
    border-radius: 50%
}

.box_review .client-title {
    font-size: 18px;
    line-height: 21px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #363636;
    letter-spacing: 0
}

.box_review:hover .client-title {
    color: #FFFFFF;
}

.box_review .client-description {
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #505050;
    margin: 15px 0 0;
}

.box_review:hover .client-description {
    color: #FFFFFF;
}


/* footer */

footer {
    clear: both;
    width: 100%;
    position: relative;
    background: #383838 url(../images/footer.png) no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    padding: 0 30px;
}

.footer_end {
    position: relative;
    clear: both;
    width: 100%;
}

.footer_left {
    width: 20%;
    float: left;
    padding: 50px 15px;
}

.footer_center_left {
    width: 33%;
    float: left;
    padding: 50px 15px;
}

.footer_center_right {
    width: 20%;
    float: left;
    padding: 50px 15px;
}

.footer_right {
    width: 27%;
    float: left;
    padding: 50px 15px;
}

.title_footer {
    width: 100%;
}

.title_footer p {
    margin: 0;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 21px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}

.logo_footer {
    width: 100%;
}

.logo_footer img {
    width: 80%
}

.contact_footer {
    width: 100%;
    padding-right: 40px;
}

.contact_footer p {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    padding-left: 25px;
    position: relative;
}

.address_ft::before {
    content: url(../images/contact_footer/local.svg);
}

.phone_ft::before {
    content: url(../images/contact_footer/phone.svg);
}

.mail_ft::before {
    content: url(../images/contact_footer/mail.svg);
}

.contact_footer p::before {
    position: absolute;
    left: 0;
    top: 5px;
}

.contact_footer p strong {
    font-weight: 700;
}

.list_menu_ft {
    width: 100%;
    position: relative;
}

.menu_ft {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu_ft li {
    width: 100%;
    padding-bottom: 15px;
}

.menu_ft li a {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
}

.menu_ft li:hover a {
    color: #F7D300;
}

.menu_ft li a::before {
    content: url(../images/list_menu_ft.svg);
    padding-right: 10px;
    position: relative;
    top: -1px;
}

.coppyright {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.coppyright_left {
    padding: 15px 0;
    float: left;
}

.coppyright_left p {
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
}

.coppyright_left p strong {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.coppyright_right {
    padding: 15px 0;
    float: right;
}

.coppyright_right p {
    margin: 0;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #FFFFFF;
}


/* banner_subpage */

.banner_subpage {
    width: 100%;
    position: relative;
}

.banner_subpage hr {
    width: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
    border-top: none;
    height: 7px;
    background: rgba(255, 255, 255, 0.4);
    z-index: 1;
}

.banner_subpage_img {
    width: 100%;
    border-bottom: 6px solid #F3CB3C;
    position: relative;
}

.banner_subpage_img .img_subpage {
    width: 100%;
    position: relative;
}

.banner_text {
    width: 100%;
    position: absolute;
    top: 35%;
    left: 0;
}

.banner_text h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

.banner_text h3::before {
    content: url(../images/line_yellow.svg);
    position: relative;
    top: 9px;
    padding-right: 10px;
}

.breadcrumb_subpage {
    width: 100%;
    background-color: #F4F4F4;
    padding: 10px 15px;
}


/* content_subpage */

#content_subpage {
    width: 100%;
    background: #FFFFFF;
    padding: 50px 0;
}

.content_detail {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #4A4A4A;
}

.pagination_subpage {
    width: 100%;
    clear: both;
}

.pagination_subpage_center {
    text-align: center;
    margin: 0 auto;
    padding-top: 15px;
}

.title_content_detail {
    width: 100%;
}

.title_content_detail h1 {
    margin: 0 0 20px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    color: #2B2B2B;
}

.title_content_left {
    min-height: 1px;
    position: relative;
    margin-bottom: 20px;
}

.title_content_left h1 {
    padding: 0 30px 0 0;
    width: max-content;
    position: relative;
    z-index: 1;
    background: #ffffff;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    text-transform: uppercase;
    color: #343434;
}


/* .title_content_left hr {
    top: -4px;
    position: absolute;
    width: 100%;
    height: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    z-index: 0;
} */

.gg_map {
    width: 100%;
}

.gg_map iframe {
    width: 100%;
    height: 400px;
    display: block;
}


/* box_related */

.box_related {
    width: 100%;
    clear: both;
    padding-top: 50px;
}

.list_related {
    width: 100%;
}

.list_related .box_blog {
    padding-top: 30px;
    width: 100%;
    display: flex;
}

.list_related .box_blog .article_blog .img_article_blog {
    width: 35%;
}

.list_related .box_blog .article_blog .text_article_blog {
    width: 65%;
}


/* list_blog */


/* content_contact */

.content_contact {
    width: 100%;
}

.box_contact_us {
    width: 50%;
    float: left;
    padding-right: 40px;
}

.box_form_contact_us {
    width: 50%;
    float: left;
}

.box_contact_us .title_contact_us {
    width: 100%;
}

.box_contact_us .title_contact_us h2 {
    margin: 10px 0 20px;
    font-size: 20px;
    line-height: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #4A4A4A;
}

.text_contact_us {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.text_contact_us p {
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #3E3E3E;
}

.text_contact_us p strong {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.text_contact_us img {
    padding-bottom: 8px;
    background: #ffff;
    padding-right: 15px;
    width: max-content;
    float: left;
    position: relative;
    z-index: 1;
}

.text_contact_us hr {
    position: relative;
    z-index: 0;
    top: -23px;
    padding: 0;
    margin: 0;
    width: 100%;
    border-top: 1px solid #C4C4C4;
}

.form_lienhe {
    width: 100%;
}

.lienhe {
    width: 100%;
}

.box_group_from {
    width: 100%;
    margin-bottom: 20px;
}

.box_group_from.form_doi {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.box_group_from .inputfrom {
    width: 100%;
}

.box_group_from .inputfrom textarea,
.box_group_from .inputfrom input {
    width: 100%;
    padding: 10px 20px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #4A4A4A;
}

.box_group_from .inputfrom textarea {
    height: 170px;
    margin-bottom: 20px;
}

.box_group_from .inputfrom input::placeholder,
.box_group_from .inputfrom textarea::placeholder {
    color: #4A4A4A;
}

.more.right button {
    background: none;
    border: none;
    font-weight: 700;
}

.more.right button::before {
    content: url(../images/send.svg);
    position: relative;
    padding-right: 7px;
    top: 2px;
}

.more.right {
    margin: 0 auto;
    text-align: right;
    float: right;
}

.menu_sub_page {
    width: 100%;
}

.ul_menu_sub {
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.ul_menu_sub li {
    width: auto;
    text-align: center;
    padding: 12px 20px;
    border: 1px solid #C6C6C6;
    border-left: 0;
}

.ul_menu_sub li:first-child {
    border-left: 1px solid #C6C6C6;
}

.ul_menu_sub li:hover,
.ul_menu_sub li.active {
    background: #375D8A;
}

.ul_menu_sub li:hover a,
.ul_menu_sub li.active a {
    color: #FFFFFF;
}

.ul_menu_sub li a {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #4A4A4A;
}


/* service_content */

.service_content {
    width: 100%;
    padding-top: 50px;
    position: relative;
}

.content_detail img {
    width: 100%;
}

.content_detail .remove_margin img {
    width: 50%;
    float: left;
    padding: 15px;
}

.title_related,
.title_service {
    width: 100%;
    position: relative;
}

.title_service p,
.title_service h1 {
    position: relative;
    width: max-content;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    text-transform: uppercase;
    color: #343434;
    background: #FFFFFF;
    padding-right: 15px;
    z-index: 1;
}

.title_service h3 {
    margin: 0;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #737373;
}

.title_related p {
    position: relative;
    width: max-content;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 40px;
    text-transform: uppercase;
    color: #343434;
    background: #FFFFFF;
    padding-right: 15px;
    z-index: 1;
}

.title_related hr {
    z-index: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border-top: 0;
    height: 1px;
    background: #375D8A;
}

.content_detail {
    width: 100%;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #343434;
}

.content_detail p {
    width: 100%;
    clear: both;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #343434;
}

.content_detail p strong {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}


/* du an */

.menu_sub_project {
    width: max-content;
    text-align: center;
    margin: 0 auto;
}

.list_project {
    width: 100%;
    padding: 30px 0;
}

.list_project .box_project {
    width: 25%;
    float: left;
    padding: 15px;
}

.list_blog {
    width: 100%;
    padding: 40px 0;
}

.list_blog .box_news {
    width: 33.33%;
    float: left;
    padding: 15px;
}

.time_up {
    width: 100%;
}

.time_up p::before {
    top: 1px;
    content: url(../images/time_up.svg);
    position: relative;
    padding-right: 7px;
}

.time_up p {
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #A3A3A3;
}

.project_content {
    width: 100%;
}

.project_content_left {
    position: relative;
    width: 40%;
    float: left;
    padding-right: 30px;
}

.project_content_left .fb-like {
    top: 50px;
    position: relative;
}

.project_content_right {
    width: 60%;
    float: right;
}

.title_project_detail {
    width: 100%;
    margin-bottom: 20px;
}

.title_project_detail h1 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #2B2B2B;
}

.slider_img_project {
    width: 100%;
}

.slider-for {
    width: 100%;
}

.slider-nav {
    width: 100%;
}

.img_project_detail {
    width: 100%;
}

.img_project_detail img {
    width: 100%;
    padding: 4px;
}

.slider-for .slick-prev {
    left: 10px;
}

.slider-for .slick-next {
    right: 10px;
}

.slider-for .slick-prev::before {
    content: url(../images/prev-duan.svg);
}

.slider-for .slick-next::before {
    content: url(../images/next-duan.svg);
}

.list_certification {
    width: 100%;
    padding: 0;
}

.list_certification .article_certifi {
    width: 20%;
    float: left;
    padding: 15px;
    background: #FFFFFF;
}

.list_certification .article_certifi .box_certifi .title_certifi a {
    color: #343434;
    text-shadow: none;
}

.title_team {
    padding: 40px 0 20px;
    margin: 0;
}

.list_team {
    width: 100%;
    padding: 0;
}

.list_team .box_team {
    width: 25%;
    float: left;
    padding: 15px;
}

.list_team .box_team .article_team {
    width: 100%;
    padding: 5px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
}

.box_team .article_team .box_img_team {
    width: 100%;
    overflow: hidden;
}

.box_team .article_team .box_img_team img {
    width: 100%;
    transition: all 0.5s;
}

.box_team:hover .article_team .box_img_team img {
    transform: scale(1.2);
}

.box_team .article_team .text_team {
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

.box_team .article_team .text_team .name_team {
    width: 100%;
}

.box_team .article_team .text_team .name_team a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #343434;
}

.box_team .article_team .text_team .position_team {
    width: 100%;
}

.box_team .article_team .text_team .position_team a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #343434;
}

.box_team_detail {
    width: 100%;
    display: flex;
    position: relative;
    padding: 30px;
}

.team_detail_left {
    width: 40%;
    float: left;
    padding-right: 20px;
}

.team_detail_right {
    width: 60%;
    float: left;
}

.img_team_detail {
    width: 100%;
    border: 1px solid #cecece;
}

.img_team_detail img {
    width: 100%;
}

.name_team_detail p {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    color: #2B2B2B;
}

.position_team_detail p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #505050;
}

.position_team_detail p strong {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.des_team_detail,
.des_team_detail p {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #505050;
}

.content_about_us {
    width: 100%;
    padding: 50px 0;
}

.profile {
    position: relative;
    padding-left: 43px;
}

.profile a::before {
    position: absolute;
    top: 10px;
    left: 20px;
    content: url(../images/about/profile.svg);
    padding-right: 7px;
}

.box_why_chose {
    width: 100%;
    clear: both;
    z-index: 1;
    position: relative;
    padding: 100px 0 50px;
}

.title_why_chose {
    width: 100%;
}

.title_why_chose p {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    text-align: left;
    text-transform: uppercase;
    color: #2B2B2B;
}

.des_why_chose {
    width: 100%;
    padding: 20px 0;
}

.des_why_chose p {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #505050;
}

.list_why_chose {
    width: 100%;
}

.article_why_chose {
    width: 33.33%;
    float: left;
    padding: 15px;
}

.article_why_chose .why_chose {
    width: 100%;
    padding: 30px;
    text-align: left;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.article_why_chose .why_chose .img_why_chose {
    width: 100%;
    padding-bottom: 20px;
}

.article_why_chose .why_chose .img_why_chose img {
    width: auto;
    transition: all 0.5s;
}

.article_why_chose:hover .why_chose .img_why_chose img {
    transform: scale(1.2);
}

.name_why_chose {
    width: 100%;
    position: relative;
}

.name_why_chose p {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    text-transform: uppercase;
    color: #2F2F2F;
}

.name_why_chose::after {
    content: url(../images/about/whychose/line.svg);
    position: absolute;
    left: 0;
    top: 20px;
}

.detail_why_chose {
    margin-top: 20px;
    width: 100%;
    height: 95px;
    overflow: hidden;
}

.detail_why_chose p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #505050;
}

.content_about_standard .title_service {
    padding-bottom: 0;
}

.content_about_standard {
    width: 100%;
    clear: both;
    padding: 50px 0;
    position: relative;
}

.title_safe,
.title_standard {
    clear: both;
    width: 100%;
    position: relative;
    padding: 20px 0;
}

.title_standard p::before {
    content: url(../images/about/standard/icon_title.svg);
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 7px;
}

.title_safe p::before {
    content: url(../images/about/standard/icon_safe.svg);
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 7px;
}

.title_safe p,
.title_standard p {
    position: relative;
    padding-top: 17px;
    padding-left: 75px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    color: #505050;
}

.content_standard_detail {
    width: 100%;
    clear: both;
}

.content_standard_detail img {
    width: 50%;
    float: left;
    padding: 15px;
}

.standard_detail {
    width: 100%;
    padding: 30px 0;
    clear: both;
}

.standard_detail p {
    padding: 15px 0 0 0;
    width: 75%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    float: left;
    font-size: 16px;
    line-height: 24px;
    color: #505050;
}

.standard_detail img {
    width: 25%;
    float: left;
}

.content_about_mission {
    width: 100%;
    clear: both;
    position: relative;
}

.box_about_mission {
    width: 100%;
}

.about_mission_detail {
    width: 55%;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #505050;
    padding-right: 30px;
}

.about_mission_detail p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #505050;
}

.about_mission_detail p strong {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.img_about_mission {
    width: 45%;
    float: left;
}

.img_about_mission img {
    width: 100%;
}

.box_form_contact_tuyendung {
    width: 55%;
    margin-top: 50px;
    clear: both;
    float: none;
}

.box_group_from .inputfrom select {
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #343434;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 2px;
}

.box_group_from .inputfrom select::placeholder {
    color: #343434;
    font-size: 16px;
    line-height: 24px;
}

.note_linkcv {
    margin: 10px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    color: #343434;
}

.title_center {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.title_center h1 {
    width: 100%;
    text-align: center;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #2B2B2B;
}

.error404,
.updating {
    width: 100%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #2B2B2B;
    font-size: 18px;
    line-height: 26px;
}

.error404 a,
.updating a {
    color: #F7D300;
    font-weight: 700;
}

.gop_top {
    position: fixed;
    z-index: 9999;
    bottom: 100px;
    right: 35px;
}