.absolute-footer, html {
    background-color: #fff !important;
}

ul, li {
    list-style: none;
    padding-left: 0px !important;
    margin-bottom: 0px !important;
}

li {
    margin-bottom: 0px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 10px 5px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "OpenSans-Bold", sans-serif !important;
}

/**menu**/
div#masthead .flex-col.hide-for-medium.flex-left.flex-grow {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    padding: 5px 15px;
}

div#masthead ul li {
    margin-right: 0px !important;
    padding: 0px 20px;
}

div#masthead ul li a {
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 15px;
    color: #000;
}

div#masthead ul li a:hover {
    color: #025373;
}

/*slider-home***/
article#slider-home {
    width: 100%;
    height: 500px;
    display: inline-block;
    position: relative;
}

article#slider-home .home-slider {
    height: 100%;
    width: 100%;
}

article#slider-home .home-slider .owl-stage-outer {
    height: 100%;
}

article#slider-home .owl-nav button {
    margin: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

article#slider-home .owl-nav button.owl-next {
    right: -35px;
}

article#slider-home .owl-nav button.owl-prev {
    left: -35px;
}

article#slider-home .owl-nav button i {
    color: #025373;
    font-size: 25px;
}

article#slider-home .owl-dots {
    position: absolute;
    bottom: 5px !IMPORTANT;
    width: 100%;
    text-align: center;
}

article#slider-home .owl-dots button {
    width: 12px;
    height: 12px;
    background: #fff !important;
    border: 0px !important;
    margin: 0px 5px;
    border-radius: 50%;
    min-height: 12px;
}

article#slider-home .owl-dots button.active {
    background: #025373 !important;
}

/*title**/
.home-widget {
    width: 100%;
    display: inline-block;
}

.home-widget .home_title {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.home-widget .home_title h2 {
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "Futura", sans-serif !important;
}

.home-widget .home_title h2 span {
    position: relative;
    border-bottom: 3px solid #025373;
    padding-bottom: 5px;
}

.home-widget .home_description p {
    color: #000;
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 15px;
    margin-bottom: 0px !important;
}

.home-widget .home_description {
    margin: 20px auto 0;
    width: 900px;
    text-align: center;
}

.home-widget .home_title h2 span:after {
    content: '';
    width: 6px;
    height: 3px;
    background: #fff;
    display: block;
    position: absolute;
    right: 25%;
    bottom: -3px;
}

.position .home_title {
    margin: 20px;
}

/**company-box**/
article#company-information .company-box, article#company-information .company-box ul {
    width: 100%;
    display: inline-block;
}

article#company-information .company-box {
    position: relative;
}

article#company-information .company-box:after {
    content: '';
    width: 85%;
    border-bottom: 1px dotted #000;
    display: block;
    margin: auto;
    position: absolute;
    top: 27%;
    z-index: -1;
    left: 54px;
}

article#company-information .company-box ul li {
    width: calc(100% / 7);
    float: left;
}

article#company-information .company-box ul li .company-item {
    width: 100%;
    display: inline-block;
    padding: 15px;
    text-align: center;
    color: #000;
}

article#company-information .company-box ul li .company-item .company-avatar {
    width: 120px;
    height: 120px;
    margin-bottom: 25px;
}

article#company-information .company-box ul li .company-item .company-content {
    position: relative;
}

article#company-information .company-box ul li .company-item .company-content p {
    color: #000;
    font-size: 13px;
    font-family: "OpenSans-Regular", sans-serif;
    margin-bottom: 0px !important;
}

article#company-information .company-box ul li .company-item .company-content h2 {
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
}

article#company-information .company-box ul li .company-item .company-content:after {
    content: '';
    display: block;
    border-right: 1px dotted #000;
    position: absolute;
    height: 25px;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

/*Position*/
#position-project {
    position: relative;
    background: #025373;
}

.bg-project {
    position: relative;
}

.bg-project .bg-title {
    background: url(../images/bg-title.png) no-repeat;
    width: 100%;
    height: 130px;
    background-size: 100%;
    position: absolute;
    top: -2px;
}

#position-project {
    background: #025373;
    width: 100%;
    display: inline-block;
    height: 500px;
}

#position-project .icon-1 img {
    width: 50px;
}

#position-project .icon-1 {
    width: 100px;
    position: absolute;
    top: 20%;
    left: 0px
}

#position-project .icon-2 img {
    width: 25px;
}

#position-project .icon-2 {
    width: 25px;
    position: absolute;
    top: 5%;
    right: 20px;
}

#position-project .icon-3 img {
    width: 55px;
}

#position-project .icon-3 {
    width: 55px;
    position: absolute;
    top: 21%;
    left: 20px;
}

#position-project .bg-zoom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    position: relative;
}

#position-project .bg-zoom {
    border-radius: 20px;
    width: 360px;
    position: absolute;
    bottom: 0px;
    height: 360px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -5px;
}

#position-project .bg-icon-zoom {
    background: rgba(24, 32, 28, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    line-height: 360px;
    text-align: center;
    border-radius: 20px;
}

#position-project .bg-icon-zoom i {
    background: rgba(255, 255, 255, 0.5);
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 10px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#position-project .icon-4 {
    position: absolute;
    right: 0px;
    width: 150px;
    top: 15%;
}

#position-project .icon-5 {
    position: absolute;
    right: -15px;
    width: 150px;
    top: 16%;
}

#position-project .box-project {
    width: 70%;
    display: inline-block;
    margin-top: 30px;
}

#position-project .box-project-item {
    width: 100%;
    display: inline-block;
}

#position-project .box-project .box-item-border {
    width: 30px;
    background: #e78a0d;
    position: relative;
    float: left;
    color: #fff;
    text-align: center;
    height: 20px;
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
}

#position-project .box-project .box-item-border:after {
    content: '';
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #e78a0d;
    width: 0;
    height: 0;
    position: absolute;
    right: -10px;
    top: 0px;
}

#position-project .box-item-content {
    width: calc(100% - 40px);
    float: left;
    padding-left: 20px;
    color: #fff;
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 15px;
    text-align: left;
}

#position-project .box-item-content a {
    display: block;
    color: #78a3b4;
    font-style: italic;
    font-family: "OpenSans-Regular", sans-serif;
    text-decoration: underline;
}

#position-project .box-project-item.mbang-5 {
    position: absolute;
    margin-top: 0px;
}

#position-project .box-project-mb {
    width: 100%;
    display: inline-block;
    position: absolute;
    right: -50px;
    bottom: -180px;
}

#position-project .project-item-mb {
    width: calc(100% / 3);
    float: left;
    position: relative;
    padding-left: 20px;
}

#position-project .project-item-mb:after {
    content: '';
    border-right: 1px dashed #fff;
    height: 25px;
    position: absolute;
    top: -27px;
    left: 50%;
    transform: translateX(-50%);
}

#position-project .box-project-mb:after {
    content: '';
    border-bottom: 1px dashed #fff;
    position: absolute;
    bottom: 178px;
    width: 67%;
    display: block;
    left: 16.5%;
}

#position-project .box-project-mb:before {
    content: '';
    border-left: 1px dashed #fff;
    height: 76px;
    position: absolute;
    top: -108px;
    left: 63%;
    transform: translateX(-50%);
    display: block;
}

/**chung-ct**/
.box-ct {
    margin: 160px 0 30px 0;
    width: 100%;
    display: inline-block;
}

.box-ct {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1) !important;
}

.box-ct .img-boxshadown {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
}

article.box-cs-content {
    padding: 30px 0;
}

article.box-cs-content .cs-list {
    margin: 20px 0;
}

article.box-cs-content .cs-list ul li {
    color: #000;
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 15px;
    margin-bottom: 5px !important;
    margin-left: 0px !important;
}

article.box-cs-content .cs-list ul li i {
    color: #00ff00
}

article.box-cs-content .cs-button a {
    background: #025373;
    padding: 5px 20px;
    border-radius: 5px;
    color: #fff;
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 15px;
}

/**video**/
.video-content {
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 20px 0;
    height: 450px;
    overflow: hidden;
    transition: 0.3s ease-in-out
}

.video-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-button-play:hover img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.video-button-play {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    line-height: 450px;
    text-align: center;
    transition: 0.3s ease-in-out
}

.video-button-play a {
    border: 3px solid #ffff;
    border-radius: 50%;
    width: 50px !important;
    display: inline-block;
    height: 50px !important;
    line-height: 50px;
    color: #fff;
    font-size: 25px;
}

/**footer**/
footer#footer {
    margin: 30px 0 0 0;
    width: 100%;
    display: inline-block;
}

footer#footer .footer-top {
    width: 100%;
    display: inline-block;
}

footer#footer .footer-top .footer-address {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

footer#footer .footer-top .footer-address h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 20px;
    font-family: "Futura", sans-serif !important;
}

footer#footer .footer-top .footer-address p {
    font-family: "OpenSans-Regular", sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px !important;
}

footer#footer .footer-top .footer-address p i {
    width: 30px;
    height: 30px;
    background: #025373;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-right: 5px;
}

footer#footer .bg-lk {
    background: url(../images/bg-cricle.png);
    width: 100%;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
}

footer#footer h2.title-ft, h2.title-form {
    text-align: center;
    color: #fff;
    font-family: "Futura", sans-serif !important;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 20px;
}

footer#footer .footer-fanpage {
    text-align: center;
}

footer#footer .form-contact {
    width: 230px;
    margin: 10px auto 0;
    position: relative;
}

footer#footer .input-email-ft::placeholder {
    font-size: 15px;
}

footer#footer .input-email-ft {
    box-shadow: unset !important;
    border: 0px !important;
    border-radius: 5px !important;
    font-size: 15px;
}

footer#footer input.wpcf7-form-control.wpcf7-submit.btn-send {
    background: #e78a0d;
    border-radius: 5px !important;
    position: absolute;
    width: 50px;
    top: 2px;
    right: -21px;
    margin: 0px;
    height: 35px;
    min-height: 35px;
    font-family: "OpenSans-Regular", sans-serif;
    padding: 0px;
    font-weight: normal;
    font-size: 14px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1) !important;
}

footer#footer .footer-social ul li a .social-icon {
    color: #fff !important;
    font-size: 20px;
}

footer#footer .footer-social ul li {
    display: inline-block;
    margin: 0px 5px !important;
    color: #fff;
    text-transform: uppercase;
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 15px;
}

footer#footer .footer-social ul {
    text-align: center;
}

footer#footer .footer-social ul li a span.borderCricle {
    width: 25px;
    height: 25px;
    background: #fff;
    display: block;
    border-radius: 50%;
}

/**register project**/
.box-register {
    border: 1px dashed #025373;
    padding: 20px;
    width: 900px;
    margin: auto;
}

.box-register .register-content {
    background: #025373;
    padding: 10px;
    text-align: center;
    color: #fff;
}

.box-register .register-content .header-form h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Futura", sans-serif !important;
}

.box-register .register-content .contact-hotline {
    color: #fff;
    font-family: "OpenSans-Regular", sans-serif;
}

.box-register .register-content .input-contact, .box-register .register-content .input-email {
    margin: 0px !important;
    box-shadow: unset !important;
    border-radius: 5px !important;
    font-size: 15px !important;
}

.box-register .register-content .input-contact::placeholder, .box-register .register-content .input-email::placeholder {
    font-size: 15px !important;
}

.box-register .register-content input.wpcf7-form-control.wpcf7-submit.btn-register-nt {
    margin: 0px !important;
    border-radius: 5px !important;
    width: 100%;
    background: transparent !important;
    border: 1px solid #fff;
}

/**tong quan**/
article#bk-tq-box {
    position: relative;
}

article#bk-tq-box .bg-title-tq {
    background: url(../images/bg-icon-white.png);
    width: 100%;
    position: absolute;
    top: 0px;
    display: block;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

article#bk-tq-box .box-tq {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
    position: relative;
    justify-content: center;
}

article#bk-tq-box {
    width: 100%;
    display: inline-block;
    padding-top: 170px;
    position: relative;
    box-shadow: 4px 2px 0px 0px rgba(0, 0, 0, 0.1);
}

.tq-item-content {
    color: #000;
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin-top: 10px;
}

.tq-item {
    position: relative;
    width: calc(100% / 5);
    padding: 20px;
    text-align: center;
    float: left;
}

.tq-item .tq-item-avatar img {
    width: 100%;
    height: auto;
}

.tq-item .tq-item-avatar {
    height: 175px;
    width: 100%;
}

article#bk-tq-box .icon-10 {
    width: 100px;
    position: absolute;
    top: 200px;
    right: 100px;
}

article#bk-tq-box .icon-11 {
    width: 100px;
    position: absolute;
    top: 200px;
    left: 100px;
}

article#bk-tq-box .box-tq:before {
    content: '';
    width: 90%;
    height: 1px;
    border-bottom: 1px dashed #000;
    display: block;
    top: 110px;
    position: absolute;
    z-index: -1;
}

.tq-item:before {
    content: '';
    display: block;
    width: 1px;
    height: 186px;
    border-right: 1px dashed #000;
    position: absolute;
    top: 110px;
    right: 0%;
    transform: translateX(-15%);
}

.tq-item:nth-child(5):before, .tq-item:nth-child(6):before, .tq-item:nth-child(7):before, .tq-item:nth-child(8):before, .tq-item:nth-child(9):before {
    display: none;
}

/**blog**/
article.blog-box {
    width: 100%;
    background-size: 100% !important;
    background: url('../images/bg-blue.png');
    display: inline-block;
}

.box-grid {
    width: 100%;
    display: inline-block;
}

.box-grid .box-grid-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0px 0px;
}

.box-grid .box-grid-avatar {
    width: 100%;
    height: 200px;
}

.box-grid .box-grid-content h3 {
    color: #fff;
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal !important;
}

.box-grid .box-grid-content {
    padding: 10px 0;
}

.color-white .home_title h2 {
    color: #fff;
}

.color-white .home_title {
    text-align: left;
}

article.blog-box {
    padding-top: 40px;
}

.color-white .home_title h2 span {
    border-color: #fff;
}

.color-white .home_title h2 span:after {
    background: #025373;
}

.content-page-home p {
    margin-bottom: 8px !important;
}

.content-page-home {
    color: #000;
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 15px;
    margin-bottom: 25px;
}

.content-page-home .header-home {
    width: 100%;
    display: inline-block;
}

.content-page-home .header-home .header-number {
    background: #025373;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    float: left;
    font-weight: 700;
}

.content-page-home .header-home .header-text {
    width: calc(100% - 30px);
    float: left;
    font-family: "Futura", sans-serif !important;
    padding-left: 10px;
    line-height: 30px;
    color: #025373;
}

.content-page-home i {
    color: #63ff63
}

.content-text h2 {
    font-family: "OpenSans-Regular", sans-serif !important;
    font-size: 15px;
    color: #000;
    margin: 10px 0 !important;
}

.content-text ul li {
    margin-left: 0px !important;
}

iframe.iframe-map {
    height: 500px;
}