.containers{
    width: 100%;
}

.panel{
    margin-bottom: 0;
}

ul.nav-anchor{
    position: fixed;
    bottom: 50%;
    transform: translateY(50%);
    right: 50px;
    z-index: 10;
    list-style-type: none;
}

ul.nav-anchor li{
    font-size: 25px;
    font-weight: 500;
    color: rgba(0, 0, 0, .5);
    text-shadow:
    0.3px 0 white,
    -0.3px 0 white,
    0 0.3px white,
    0 -0.3px white; /* viền trắng mảnh */
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

ul.nav-anchor li.active{
    color: var(--cl-main);
    font-weight: 800;
}

.fp-enabled body, html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#fp-nav.right {
    right: 75px;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav ul, .fp-slidesNav ul {
    margin: 0;
    padding: 0;
}
#fp-nav ul li {
    width: 1px;
    height: 1px;
    margin: 0 0 50px;
}
#fp-nav ul li, .fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
}
#fp-nav ul li a, .fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li:hover a span, #fp-nav ul li a.active span, #fp-nav ul li:hover a.active span {
    width: 39px;
    border-radius: 0;
    height: 2px;
    margin: 0;
}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
}
#fp-nav ul li a span {
    display: none !important;
    height: 2px;
    background-color: #ffffff;
    width: 0;
    border-radius: 0;
    transition: var(--transition);
    left: unset;
    right: 50%;
    transform: var(--center-translate);
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active+.fp-tooltip {
    padding-right: 0 !important;
    opacity: 1;
    font-size: 35px;
    color: var(--cl-main);
    text-shadow: 0 0 2px #ffffff;
}
#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active+.fp-tooltip {
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: var(--transition);
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip {
    width: auto;
    font-size: 20px;
    font-weight: 500;
    opacity: 0.7;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}

.owl-carousel, .slideshow .slideshow-home .image{
	background-color: unset;
}

.slideshow .slideshow-home .image{
	height: 100%;
	text-align: center;
    background-color: white;
    padding: 10px;
}

.owl-pagination{
	top: unset;
}

article section{
	text-align: center;
	display: flex;
    align-content: center;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

article.activity section{
    text-align: left;
}

.about-row-2 img{
	width: 300px;
	height: auto;
}

.activity h2{
    margin-bottom: 30px;
    line-height: 50px;
}

.newfull div.member-companies{
    margin-top: 50px;
}

div.member-companies .news-list{
    margin-bottom: 30px;
}

div.member-companies .news-list .image{
    border-radius: 0;
    box-shadow: unset;
}

div.member-companies .news-list .desc{
    width: 100%;
    bottom: 0;
    background-color: unset;
}

div.member-companies .news-list .desc.d1{
    padding: 20px;
}

div.member-companies .news-list .desc.d2{
    padding: 20px;
}

div.member-companies .news-list .desc:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 150%;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to top, #000000 0%, rgb(0 0 0 / 0%) 90%);
}

div.member-companies .news-list .content{
    position: relative;
}

div.member-companies .news-list .short-content{
    color: white;
}

div.member-companies .news-list h2, div.member-companies .news-list h3{
    margin-top: 0;
}

div.member-companies .news-list h3{
    font-size: 20px;
    line-height: 30px;
}

div.member-companies .news-list h4{
    font-size: 18px;
    line-height: 25px;
}

div.member-companies .news-list h2 a, div.member-companies .news-list h3 a, div.member-companies .news-list h4 a {
    color: white;
    font-weight: 800;
}

#crumbs .info{
    position: relative;
    z-index: 10;
    margin-left: 100px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

#crumbs .info .cnt{
    display: table;
}

#crumbs.company:before{
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .7) 100%)
}

#crumbs h3{
    color: white;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 25px;
}

#crumbs h4{
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

#crumbs p{
    color: white;
    margin-bottom: 30px;
}

#crumbs .image-crumb .image2{ 
    width: 80%; 
}

#content.newfull .info .row{
    margin-bottom: 5px;
    padding-top: 10px;
    color: white;
    border-top: 1px solid #ffffff38;
}

.about-row-2 h4{
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}

.about-row-2 h4:before{
    content: '';
    height: 1px;
    width: 40%;
    background-color: #2b2b2b;
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
    position: absolute;
}

.about-row-2 p{
    width: 50%;
    font-size: 16px;
    font-weight: 600;
    margin: auto;
    text-align: center;
}

.project-list-item{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.project-list-item .image{
    padding: 50px;
    color: white;
}

.about-row-3 .number-item{
    background-color: white;
    padding: 30px;
    text-align: center;
}

.about-row-3 .number-list{
    background-color: var(--cl-main);
    color: white;
    padding: 30px;
}

.about-row-3 .number-item img{
    padding: 30px;
}

.about-row-3 .icons strong{
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
}

.red:before, .black:before, .white:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.red:before{
    background-color: rgb(113 5 5 / 60%);
}

.red h2, .black h2, .black p, .red h3, .red .description{
    color: white;
}

.black:before{
    background-color: rgb(0 0 0 / 70%);
}

.white:before{
    background-color: rgb(255 255 255 / 50%);
}

.history-timeline{
    margin-top: 30px;
}

.inner-news-desc{
    margin-top: 50px;
    margin-bottom: 100px;
}

.inner-news-desc h3{
    font-weight: 700;
}

.inner-news-desc  strong{
    font-weight: 600;
}

.inner-news-desc ul, .inner-news-desc ul li{
    margin-top: 10px;
}

.inner-news-desc a{
    font-weight: 600;
}

.job-vacancy{
    margin-top: 50px;
}

.job-vacancy-info h4{
    text-transform: uppercase;
}

.job-vacancy-info{
    margin-top: 50px;
}

.job-vacancy-details{
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #ebebeb;
}

.job-vacancy-details:hover{
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
}

.news-list{
    margin-top: 50px;
}

.about-us-contacts .description{
    margin-top: 30px;
}

#testi .box-heading{
    text-align: center;
}

.newfull{
    margin-bottom: 50px;
}

.news-default .news-list-item{
    margin-bottom: 80px !important;
}

.news-description .desc{
    margin-top: 50px;
}

.news-description p{
    font-family: 'Open Sans';
}

@media(min-width: 560px){
    .project-list-item{
        height: 100vh;
    }

    div.member-companies .news-list .news-list-item{
        margin-bottom: 30px;
    }

    #crumbs .image-crumb{
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

    .flexa, .flexb{
        display: flex;
        flex-wrap: wrap;
    }

    .flexa{
        height: 100%;
        align-content: center;
    }

    .flexb{
        align-content: center;
    }

    .flexa.space, .flexb.space{
        align-content: space-between;
    }

    .activity .left{
        padding-right: 50px;
    }

    .activity .right{
        padding-left: 50px;
    }

    .about-row-3{
        overflow: hidden;
    }

    .about-row-3 .icon{
        background-color: #fff;
        border-radius: 50%;
        height: 150px;
        width: 150px;
        align-content: center;
    }

    .about-row-3 .title{
        margin-bottom: 50px;
    }

    .about-row-6 .title{
        margin-bottom: 100px;
    }

    #content.newfull .info .row{
        width: 450px;
    }

    #crumbs .container{
        height: auto;
    }

    #crumbs h3{
        width: 75%;
        font-size: 30px;
    }

    .about-us-contacts .description p{
        font-size: 18px;
    }

    #testi img{
        height: 700px;
    }

    #testi .box-heading{
        position: absolute;
        top: 30px;
        left: 0;
        z-index: 1;
    }

    #testi .box-heading h2{
        position: relative;
    }

    .left, .right, .top, .bottom {
      opacity: 0;          /* ẩn ngay từ đầu */}
    
    footer .left{
        opacity: 1;
    }

    .red h2, .black h2{
        font-size: 40px;
    }

}

@media(max-width: 1370px){
    rs-module rs-layer.rs-layer-title{
        font-size: 38px !important;
        width: 1200px !important;
        margin-top: -60px;
        line-height: 50px !important;
    }

    .md-short-about.box .box-heading h2, .news-by-categories .box-heading h2, #testi .box-heading h2{
        font-size: 40px;
    }
}

@media(max-width: 550px){
    rs-module rs-layer.rs-layer-title{
        font-size: 28px !important;
        width: 380px !important;
        margin-top: 0;
        top: -160px;
        line-height: 40px !important;
    }

    select.form-control{
        margin-bottom: 30px;
    }

    rs-layer-wrap{
        top: 350px !important;
    }

    .md-short-about.box .box-heading h2, .news-by-categories .box-heading h2, #testi .box-heading h2, .about-row-3 .title h2{
        font-size: 30px;
    }

    .news-by-categories .box-heading h2{
        width: 100%;
    }

    article.activity img{
        margin-top: 50px;
    }

    #crumbs, article section, div.float-all{
        padding: 50px 0;
    }

    #testi .box-heading h2{
        width: 100%;
    }

    div.md-support{
        padding-top: 100px;
        background-position: right;
    }

    #crumbs {
        padding: 50px 20px;
    }

    .about-row-3 .number-list, .about-row-3 .number-item{
        margin-top: 30px;
    }

    article.about-us-contacts section h2, article.about-us-contacts section h2{
        font-size: 30px;
    }

    .about-row-2 h4{
        font-size: 26px;
    }

    .about-row-2 p{
        font-size: 14px;
    }

    .slideshow-home{
        margin-top: 30px;
    }

    .info-item:last-of-type{
        margin-top: 50px;
    }

    footer{
        background-position: left;
    }

    .about-row-2 img{
        width: 150px;
    }

    div.member-companies .news-list h2, div.member-companies .news-list h3{
        font-size: 20px;
        line-height: 30px;
    }

    div.member-companies .news-list .desc.d1{
        padding: 20px;
    }

    div.member-companies #crumbs{
        margin-bottom: 50px;
    }

    div.member-companies .news-list{
        margin-bottom: 0;
        margin-top: 0;
    }

    .news-list .news-list-item{
        margin-bottom: 30px;
        padding: 0 20px;
    }

    div.member-companies .news-list .desc{
        width: calc(100% - 40px);
        left: 20px;
    }

    #crumbs .info{
        margin-left: 0;
    }

    #crumbs:before{
        background-image: unset;
        background-color: #1e1e1e8f;
    }

    .image-crumb{
        z-index: 1;
    }

    #crumbs .image-crumb .image2{
        width: 100%;
        margin-top: 30px;
    }

    #crumbs h3{
        font-size: 22px;
        line-height: 30px;
    }

    .project-list-item{
        padding: 30px 0;
    }

    #header #logo img{
        width: 120px;
    }

    footer ul.contact li, .news-list .short-content, #crumbs p{
        font-size: 14px;
    }
}

@keyframes slideInLeft {
  from { transform: translateX(-100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}
@keyframes slideInRight {
  from { transform: translateX(100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}
@keyframes slideInTop {
  from { transform: translateY(-100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
@keyframes slideInBottom {
  from { transform: translateY(100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.slide-in-left   { animation: slideInLeft 1.5s ease forwards; }
.slide-in-right  { animation: slideInRight 1.5s ease forwards; }
.slide-in-top    { animation: slideInTop 1.5s ease forwards; }
.slide-in-bottom { animation: slideInBottom 1.5s ease forwards; }

