/*==============================
* Banner flexslider
* ================================
*/
.sdtc img {
        width: 100%;
        height: auto;
    }
.content img {
max-width: 100% !important;
    height: auto !important;
    object-fit: cover;
  padding: 10px 0;
}
.title span {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #596278;
    padding-bottom: 1px;
    border-bottom: 4px solid #00834C;
    margin-bottom: 15px;
    display: inline-block;
}

.title h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    color: #333333;
    margin-bottom: 25px;
}

.title h2 {
    font-weight: 800;
    font-size: 44px;
    line-height: 68px;
}

.slide .item {
    position: relative;
}

.slide .item .text {
    position: absolute;
    top: 50%;
    left: 15%;
    width: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

.slide .item .text h3 {
    text-transform: initial;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}

.slide .item .text p {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 20px;
}

.slide .item .text span {
    font-size: 19px;
    font-weight: 300;
    color: #fff;
    padding-bottom: 25px;
    display: block;
}

.slide .item .text a.tht {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    padding: 15px 45px;
    text-align: center;
    text-transform: initial;
    background-color: #FDCD0F;
    border-radius: 30px;
}

.slides .slide {
    position: relative;
}

.slides .slide .owl-dots {
    position: absolute;
    bottom: 5%;
    left: 15%;
    display: flex;
    align-items: center;
}

.slides .slide .owl-dot span {
    width: 6px;
    height: 6px;
    background-color: #fff;
    margin: 5px;
}

.slides .slide .owl-dot:hover span {
    width: 6px;
    height: 6px;
    background-color: #fff;
    margin: 5px;
}

.slides .slide .owl-dot.active span {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid #FDCD0F;
}

.slides .slide .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.slides .slide .owl-nav .owl-prev {
    position: absolute;
    left: 10%;
    text-align: center;
    transform: translateY(-50%);
}

.slides .slide .owl-nav .owl-next {
    position: absolute;
    right: 10%;
    transform: translateY(-50%);
    text-align: center;
}

.new-run .title p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 8px 0;
    text-align: center;
    width: 100px;
    height: 40px;
    background: #01A661;
}

.new-run .item {
    border: 1px solid #01A661;
    width: calc(100% - 100px);
    height: 40px;
    padding: 0 10px;
}

.new-run .item a {
    padding: 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin: 8px 0;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #596278;
}

.new-run .item a::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #FFDA00;
    border-radius: 50%;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.about-us {
    padding: 50px 0;
}
.about-us .box-thumbnail {
    padding-top: 90%;

    border-radius: 20px;
}

.about-us span {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #596278;
    padding-bottom: 1px;
    border-bottom: 4px solid #00834C;
    margin-bottom: 15px;
    display: inline-block;
}

.about-us h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    text-align: justify;
    color: #333333;
    margin-bottom: 25px;
}

.about-us p {
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    color: #596278;
    font-weight: 400;
}

.about-us .d-flex img {
    filter: invert(37%) sepia(18%) saturate(561%) hue-rotate(185deg) brightness(94%) contrast(85%);
}

.about-us .slogan h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #00834C;
    width: 860px;
    margin: auto;
    margin-top: 70px;
    position: relative;
}

.about-us .slogan h3::before {
    content: '';
    background: url('../img/icon/“.png') no-repeat;
    width: 36px;
    height: 26px;
    position: absolute;
    left: -50px;
    top: -10px;
}

.about-us .slogan h3::after {
    content: '';
    background: url('../img/icon/“.png') no-repeat;
    width: 36px;
    height: 26px;
    position: absolute;
    right: -50px;
    top: -10px;
    transform: rotate(180deg);
}

.dichvu .item {
    margin: 10px;
    display: block;
}

.dichvu .item .text {
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 20px;
    padding-top: 36px;
    margin-top: -16px;
    transition: all 0.5s;
}

.dichvu .item:hover .text {
    background: #00834C;
    box-shadow: 0px 4px 16px rgba(0, 101, 47, 0.3);
}

.dichvu .item:hover .text h3 {
    color: #FFFFFF;
}

.dichvu .item:hover .text p {
    color: #FFFFFF;
}

.dichvu .item .text h3 {
    font-weight: 700;
    font-size: 19px;
    transition: all 0.5s;
    line-height: 28px;
    text-align: center;
    color: #00834C;
    height: 56px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.dichvu .item .text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    transition: all 0.5s;
    color: #596278;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.dichvu .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.dichvu .owl-nav img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.dichvu .owl-prev {
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #d9dce3;
    text-align: center;
    line-height: 42px;
    left: 0;
    transform: translateY(-50%);
}

.dichvu .owl-next {
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #E4E7ED;
    text-align: center;
    line-height: 42px;
    transform: translateY(-50%);
    right: 0;
}

.form-control {
    background: #F4F4F4;
    border-radius: 12px;
    border: 0;
    padding: 12px 24px;
}

.btn-light {
    background: linear-gradient(180deg, #FFEF8D 0%, #FFDA00 100%);
    border-radius: 30px;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #596278;
    text-transform: uppercase;
    outline: 0;
}

.contact-index {
    padding-bottom: 200px;
    background: url('../img/BG.png') no-repeat bottom;
    background-size: 100%;
}

.project-index .layout-text {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.project-index .layout-text img {
    width: 26px;
    height: 26px;
}

.project-index .layout-text {
    padding: 20px;
    justify-content: space-around;
}

.project-index .layout-text .text {
    border-left: 2px solid #FFDA00;
    padding-left: 5px;
  flex: 1;
}

.project-index .layout-text .text span {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.project-index .layout-text .text h3 {
    font-weight: 700;
    font-size: 19px;
    line-height: 28px;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.news {
    padding: 100px 0 150px 0;
    background: url('../img/BG.png') no-repeat top;
    background-size: 100%;
}

.news .item img {
    border-radius: 12px;
}

.news .item:hover h3 {
    color: #3B8749;
}

.news .box-thumbnail {
    border-radius: 12px;
}

.news .item .text {
    border: 1px solid #E4E7ED;
    border-radius: 12px;
    padding: 15px 20px;
    margin-top: -16px;
}

.news .item h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #596278;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 15px 0;
    transition: all 0.5s;
}

.news .item span {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    text-align: justify;
    color: #A5A3A9;
}

.news .item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #596278;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news .tintuc {
    position: relative;
}

.news .tintuc .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}

.news .tintuc .owl-nav .owl-prev {
    position: absolute;
    left: -5%;
    text-align: center;
    transform: translateY(-50%);
}

.news .tintuc .owl-nav .owl-next {
    position: absolute;
    right: -5%;
    transform: translateY(-50%);
    text-align: center;
}

.animatevideo {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 0 0 #fdcd0ffa;
    z-index: 999;
    animation: video 1.5s infinite;
}

.pulses {
    display: block;
    text-align: center;
    border-radius: 50%;
    padding: 3px;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
    animation: none;
    z-index: 999;
    width: 56px;
    height: 56px;
    margin: 10px 0;
}

.pulses img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pulsess {
    right: 20px;
    top: 60%;
}

.pulsesss {
    right: 20px;
    top: 70%;
    animation: pulses 1.5s infinite;
}

.pulses:hover {
    animation: none;
}

.plr {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 9999;
}

@keyframes pulses {
    0% {
        -moz-box-shadow: 0 0 0 0 #2ca8e16c;
        box-shadow: 0 0 0 0px #2ca8e16c;
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(56, 48, 17, 0);
        box-shadow: 0 0 0 50px rgba(204, 169, 44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 10px 50px rgba(204, 169, 44, 0);
    }
}

@keyframes video {
    0% {
        -moz-box-shadow: 0 0 0 0 #fdcd0ffa;
        box-shadow: 0 0 0 0px #fdcd0ffa;
    }

    50% {
        -moz-box-shadow: 0 0 0 10px #fdcd0f71;
        box-shadow: 0 0 0 20px #fdcd0f18;
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 10px 50px rgba(204, 169, 44, 0);
    }
}

/* PAGE */

.banner-page {
    position: relative;
}

.banner-page .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    color: #fff;
    padding: 0 15px;
}

.project .layout-text {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.project .layout-text img {
    width: 26px;
    height: 26px;
}

.project .layout-text {
    padding: 20px;
    justify-content: space-around;
    transition: all 0.5s;
    z-index: 99;
}

.project .layout-text .text {
    border-left: 2px solid #FFDA00;
    padding-left: 5px;
    transition: all 0.5s;
  	flex: 1;
}

.project .layout-text .text span {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.project .layout-text .text h3 {
    font-weight: 700;
    font-size: 19px;
    line-height: 28px;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.project .layout-text .summary {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    transition: all 0.5s;
    margin-bottom: 10px;
    margin: 10px 20px;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.project .item:hover .layout-text .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 0;
}

.project .item:hover .layout-text .summary {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.tnsmcl .item {
    border: 1px solid #E4E7ED;
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.tnsmcl .item img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.tnsmcl .item h3 {
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
    color: #00834C;
    margin-top: 20px;
}

.about-us {
    background: url('../img/BG.png') no-repeat bottom;
    background-size: 100%;
}

.news-nb .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px;
}

.news-nb .text span {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 10px;
    display: block;
}

.news-nb .text h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.news-nb .item:first-child {
    padding-top: 0;
}

.news-nb .item {
    padding: 15px 0;
    border-bottom: 1px solid #E4E7ED;
    display: block;
}

.news-nb .item span {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #B4B4B4;
    margin-bottom: 10px;
    display: block;
}

.news-nb .item h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #596278;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.news-nb .item p {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #596278;
    display: -webkit-box;
    margin-bottom: 0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.tt-sk .item p {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #596278;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.content .contents img {
    width: 100%;
    height: auto;
    margin: 15px 0;
}

.ctduan .content h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #00834C;
}

.ctduan .content span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #00834C;
}

.ctduan .content h4 {
    font-weight: 700;
    font-size: 19px;
    line-height: 28px;
    color: #00834C;
    margin-bottom: 15px;
}

.ctdichvu .content .img {
    height: 240px;
}

.ctdichvu .content .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ctdichvu .content .things .d-flex {
    border-right: 0.5px dashed #a5a3a975;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
}

.ctdichvu .content .things .d-flex .item {
    border-bottom: 0.5px dashed #a5a3a975;
    padding: 22px;
    position: relative;
}

.ctdichvu .content .things .d-flex .item::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #A5A3A9;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    transform: translate(50%, 50%);
}

.ctdichvu .content .things .d-flex .item h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #333333;
    margin-bottom: 0;
}

.ctdichvu .content .thingss .col-lg-2 {
    border-right: 1px dashed #a5a3a975;
    position: relative;
}
.ctdichvu .content .thingss .col-lg-2 h3{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-align: right;
}

.ctdichvu .content .thingss .col-lg-2::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #A5A3A9;
    top: 0;
    right: 0;
    border-radius: 50%;
    transform: translate(50%, 100%);
}

.ctdichvu .content .thingss .items{
    padding-bottom: 50px;
    padding-left: 50px;
}
.ctdichvu .content .thingss .items h4 {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.ctdichvu .content .thingss .items h4 img {
    margin-left: 10px;
}