﻿:root {
    --reduse: rgb(13 65 178);
   /* --bluse: rgb(13 65 178);*/
    /*--reduse: rgb(13 65 178);*/
}
.slider-area .hero__caption .stock-text h2 {
    font-size: 108px;
    font-weight: 800;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    color: #fff;
    top: 29px;
}
.slider-area .hero__caption .stock-text h2:nth-child(2){
    color:red;
}
.slider-area .hero__caption h1 {
    color: var(--reduse);
    text-shadow: 2px 2px rgb(247, 223, 223);
}
.slider-banner::after {
    content: "";
    position: relative;
    height: 100vh;

}
.slider-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}
.slider-banner {
    width: 100%;
    height: 100vh !important;
}
slider-active {
    width: 100%;
    height: 100vh !important;
    overflow: hidden;
}
slider-active>img{
    width:100%;
    height:100%;
    position:absolute;
}
slider-area {
    overflow: hidden;
}
.btn {
    background: var(--reduse);
    -moz-user-select: none;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    padding: 25px 22px;
    margin: 10px;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
    border-radius: 0px;
    border: 1px solid;
}
.single-service-cap:hover > .service-cap > .more-btn i {
    background: var(--reduse);
}
.single-service-cap:hover > .service-cap {
    border-bottom: 2px solid var(--reduse);
}
.service-icon{
    display:none;
}
.service-cap {
    border-bottom: 2px solid #4444;
    height: 110px;
}
.service-cap h4 a:hover {
    color:var(--reduse)!important;
}
#ftco-loader{
    display:none!important;
}
.box1 {
    position: absolute;
    width: 40%;
    height: 150%;
    background: white;
    top: -50px;
    left: 70%;
    overflow:hidden;
    border:1px solid white;
    display:block;
}
.box1 >img {
    width:100%;
    height:100%
} 
.boxmain{
    position:relative
}
.box1:after {
    content: "";
    position: relative;
    width: 50%;
    height: 100%;
}
.box1-img {
    content: "";
    position: relative;
    position: absolute;
    top: 0;
    left: -70%;
    z-index: 2;
    display: block;
    content: '';
    width: 40%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    /* transform: skewX(-25deg); */
    z-index: 1;
 
}
.box1:hover > .box1-img {
    animation: show 1s ease;
}
@keyframes show {
  from{
      left:-60%;
  }
  to{
      left:124%;
  }
}
.section-tittle span.back-text{
    left:-5px;
}
.banner-page{
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center ;
}
ul.image-gallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow:hidden;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: 100px !important;
    /* max-width: 100px; */
    width: 145px !important;
}
.item-gallery{
 margin-top:100px;
}
/* start contact */
.contact__hnh {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column ;
    padding-top: 20rem;
    padding-bottom: 15rem;

}
.hnh-pt-2 {
    padding-top: 2rem;
}
.contact__pt-2 {
    max-width: 1170px; 
    width:100%;
    margin:0 auto;
    padding-top:2rem;
}
/* end contact */
/*img blog*/
.post_item {
    display: flex;
    flex-direction: column;
    justify-content: start;
    text-align: left;
}
.media-body {
    width: 100%;
    margin-top: 1rem;
   
    padding: 0 !important;
}
.table-boder > tbody ,td {
    border: 1px solid #dee2e6;
}
.table thead th{
    border-bottom:unset;
}
.table thead th {
    border-top:unset;
}
.box-icon {
    width: 10px;
    height: 10px;
    background: red;
    display: inline-block;
    transform: rotate(42deg);
    margin-right: 5px;
}
.table-boder{
    margin-top:72px;
}
.main-header .main-menu ul li:hover > a{
    color:red;
}
.h3 {
    font-family: "Barlow",sans-serif;
    color: #0b1c39;
    margin-top: 0px;
    font-style: normal;
    font-weight: 500;
}
#scrollUp {
    background: var(--reduse);
    z-index: 5!important;
}
.project-area .nav-tabs .nav-item.show .nav-link, .project-area .nav-tabs .nav-link.active, .about-area .nav-tabs .nav-item.show .nav-link, .about-area .nav-tabs .nav-link.active, .contact-section .nav-tabs .nav-item.show .nav-link, .contact-section .nav-tabs .nav-link.active {
color:red;
}
.right-content {
    padding-left:1rem;
    padding-right:1rem;

}
.about_img {
    border-radius: 5px;
    object-fit: cover;
    width: 77%;
    height:100% !important;
}

.right-img {
    border-radius: 5px;
}
.news-img img {
    height: 380px;
    object-fit:cover;
}
@media screen and (max-width:768px) {
    .slider-area .hero__caption .stock-text h2 {
        font-size: 65px;
        top: 116px;
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
        margin-right: 1rem;
    }

    .box1 {
        display: none;
    }

    .market__container {
        padding-bottom: 12rem;
    }

    .market__life {
        padding: 0px;
    }
    .mobie__menu {
        margin-top: 1rem;
        background-color: #ffff;
 
    }
    .menu__icon {
        padding: 1rem !important;
        background-color: #ffff;
    }
    .mobie__menu ul li {
        
        padding: 5px 10px;
    }
    .mobie__menu ul li a {
        color: #000;
        padding: 5px 10px;
    }
    .big-logo  img {
        height: 30px !important;
    }
    .container-fluid {
        padding: 0 !important;

    }
    .navbar {
        padding: 0;
    }
   
}
.navbar-nav li a:hover{
    color: #FF0000 !important;
    transition: 0.3s all ease-in;
}
.menu__icon button {
    border: none;
}

.arrow-right {
    width: 0px;
    height: 0px;
    border-bottom: 101px solid transparent;
    border-top: -6px solid transparent;
    border-left: 1020px solid var(--reduse);
    position: relative;
}
.arrow-right2 {
    width: 0px;
    height: 0px;
    border-bottom: 135px solid transparent;
    border-top: -6px solid transparent;
    border-left: 1300px solid rgba(0,0,0,0.10);
    position: absolute;
    top: 0px;
}
.container-arow{
    width:100%;
    position:relative;
}
.parallax {
    width:100%;
   /* background-image: url("/img/1738.jpg");*/
    min-height: 350px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.img__100 p img {
    width:100%;

}
.img__100 div img {
    width: 100%;
}
.box-number {
    background: rgba(0,0,0,0.5);
    margin: 0px;
}
.t-bg {
    background: url('/themes/frontend/assets/img/banner/bannerProducts.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment:fixed;
}
.t-bg::before{
       position: absolute;
    content: "";
    width: 100%;
    height: 149%;
    background: rgba(0,0,0,0.60);
    margin-top: -157px;
   padding:80px 0 80px 0;
}
.testimonial-area .testimonial-caption .testimonial-founder .founder-text {
    padding-left: 20px;
    border-left: 2px solid #0E3BC1;
    font-size: 25px;
}
.testimonial-area .testimonial-caption .testimonial-top-cap p {
    color: white;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 3px;
    margin-bottom: 50px;
    font-size: 23px;
}
.avata-person{
    width:80px;
    height:80px;
    border-radius:80px;
    display:flex;
}
.avata-person>img{
     width:100%;
    height:100%;
    border-radius:80px;
    border:2px solid white;
}
.white-btn::before{
    background:var(--reduse);
}
.project-area .project-caption .single-project:hover .plus-btn i, .about-area .project-caption .single-project:hover .plus-btn i, .contact-section .project-caption .single-project:hover .plus-btn i {
background:red;
}

.team-img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 50px 0;
}
.team-img:hover{
    transition:0.2s ease;
    border-radius:unset;
    margin-top:-10px;
    transition:0.5s ease;
}
.footer__link h4 {
    color: #ffff;
    font-size: 20px !important;
    margin-bottom: 29px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.footer__link ul {
    display: flex;
}
.footer__link ul li {
   
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 1rem;
}
    .footer__link ul li a {
        padding: 12px 15px;
    }
    .footer__link ul li:hover {
        transform: translateY(-10px);
        transition: all 0.5s ease;
    }

    .footer__link ul li:nth-child(1) a i {
        color: #0005C6;
    }

    .footer__link ul li:nth-child(2) a i {
        color: #0077b5;
    }

    .footer__link ul li:nth-child(3) a i {
        color: #FF0000;
    }

    .footer__link ul li:nth-child(4) a i {
        color: #833AB4;
    }

    .footer__link ul li:nth-child(5) a i {
        color: #5851DB;
    }
    .market__container {
  
    margin-top: 8.7rem;
    
    
    
}
.market__container {
    
    padding-bottom: 5rem;
    
}
.width__100{
    
}
.market {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.market p {
    max-width: 612px;
    width: 100%;
    color: #2a2a2b;
    line-height: 1.5rem;
    font-weight: 600;
}
.market__title{
    color: #0d41b2;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.9px;
    line-height: 54px;
    text-transform: uppercase;
}
.market__life {
    max-width: 705px;
    width: 100%;
    color: #2a2a2b;
    font-weight: 600;
    line-height: 1.5rem;
    margin-top: 2rem;
    
}
.market__life  p {
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-weight: 600;
    text-align: justify;
}
.market__life a {
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 9999999px;
    padding: 12px 20px;
    text-transform: uppercase;
    color: white !important;
    text-align: center;
    line-height: 0.8rem;
    background-color: #0d41b2;
}
.market__lifes {
    display: flex;
    flex-wrap: wrap;
    margin-top: -300px;
    justify-content: space-between;
}
.market__life{
    position: relative;
    padding: 2rem;
    top: 500px;
    left: 150px;
}
.market__lifes img {
    height: 100%;
    width: 100%;
} 
.container_box-position {
    margin-top: 100px;
    width: 100%;
    height: auto;
}
.container_box-position-1 {
    position: sticky;
    position: -webkit-sticky;
    top: 75px;
    height:800px;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
@media screen and (min-width: 1800px) {
    .container_box-position-1 {
        height: 1114px;
    }
   
   
   
}
@media screen and (max-width: 900px) {
    .header-sticky ul li a {

        font-size: 1rem !important;
    }
    .navbar-nav {
        
        margin-left: unset !important;
    }
    .navbar-expand-lg .navbar-collapse{
        justify-content: space-between;
    }
}
@media screen and (min-width: 900px) {
    #navigation > li > a {
        white-space: nowrap;
    }
    .name-company  {
        white-space: nowrap;

    }
    #navigation > li > a {
        color: var(--reduse) !important;
    }
}
@media screen and (max-width: 1024px) {
    .header-sticky ul li a {
        font-size: 0.9rem !important;
    }
   
    .name-company {
        font-size: 0.7rem !important;
    }
    .navbar-expand-lg .navbar-collapse{
        justify-content: space-between;
    }
    .navbar-nav {
        
        margin-left: unset !important;
    }
    #navigation > li > a {
        color: var(--reduse) !important;
    }
}
@media screen and (max-width: 768px) {
    .name-company{
        font-size: 0.8rem !important;
    }
   
}
.box-position__1 {
    width: 100%;
    position: relative;
    height: 2300px;
    top: 0px;
}
.box-position__2 {
    display: flex;
}
.content-box {
    width: 100%;
    background: rgb(33 33 55);
    text-align: center;
    margin-top: -25px;
    z-index: 3;
    position: relative;
    border:1px solid white;
}
.infor-box {
    left:90%;
    margin-top: 100px;
    width: 100%;
    background: white;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    display:flex;
    overflow:hidden;
}
.container_box-position-1{
    margin:0px;
}
.infor-box__position {
    position: absolute;
    top:200px;
    left: 180px;
}
/*.box-left {
    position: absolute;
    top: 13%;
    left: 10%;
}*/
/*-----------------------------end------------------*/
.content-title{
    text-align:center;
    line-height:40px;
    font-size:40px;
    font-weight:600;
    color:white;
    padding:35px 15px 0px 15px;
}
.content-text {
    text-align: center;
    font-size: 18px;
    color: white;
    padding: 15px;
    height:150px;
}
.container_box-position-1::after{
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
}
.infor-box-title {
    text-align: left;
    line-height: 40px;
    font-size: 35px;
    font-weight: 600;
    color: black;
    padding: 30px 0px 0px 28px;
    
}
.infor-box-text {
    text-align: left;
    font-size: 18px;
    color: black;
    padding-left: 30px;
    height: 163px;
    background:white;
}
.box-arrow{
    width: 100px;
    height: 100px;
    background: red;
    position: absolute;
    transform: rotate(45deg);
    left: -80px;
    top: 11px;
}
.blue {
    background: var(--reduse);
}
.gray {
    background: rgb(133,163,175);
}
.green {
    background: rgb(121,188,168);
}
.content-text > img {
    width: 100%;
 
    border:1px solid white;
}

/*@media  (max-width:500px) {
    .infor-box {
        left: unset;
    }

    .container_box-position-1 {
        position: unset;
    }

    .infor-box__position {
        position: unset;
        top: 200px;
    }

    .container_box-position-1::after {
        background: unset;
    }

    .infor-box {
        margin-top: 20px;
    }

    .content-text > img {
        width: 100%;
        height: 254px;
    }
    .box-position__1 {
        width: 100%;
        height: unset;
    }
    .container_box-position-1{
        height:400px;
    }
}*/
.footer-area::after{
    display:none;
}
.project-area .project-caption .single-project .project-cap h4, .about-area .project-caption .single-project .project-cap h4, .contact-section .project-caption .single-project .project-cap h4{
    font-size:21px;
}
.big-logo>img{
    height:53px;
    object-fit:cover;
}
.padding-section{
    width:100%;
    height:100px;
    text-align:center;
}
.div-potion {
    position: absolute;
    width: 100%;
    height: 350px;
    background: rgba(0,0,0,0.5);
}
.sidebar-box {
    margin-bottom: 30px;
    padding: 10px;
    font-size: 15px;
    width: 100%;
}
.search-form .form-group input {
    padding-right: 50px;
    font-size: 14px;
    border: none;
}
.sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
}
.categories li, .sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    list-style: none;
}
.header-sticky.sticky-bar.sticky {
    background: white;
}

.sticky > .container-fluid > .col-12 > .navbar > .navbar-collapse > ul > li > a {
    color: black ;
    font-weight: 600;
    font-size: 18px; 
}
@media screen and (min-width:1200px) {
.sticky > .container-fluid > .col-12 > .navbar > .navbar-collapse > ul > li > a {
    color: var(--reduse);
    font-weight: 600;
    font-size: 19px;
    text-shadow:unset;

}
}
.header-sticky ul li a {
    color: var(--reduse);
    font-weight: 600;
    font-size: 19px;
    text-shadow: 1px 1px white;
}

.infor-page:hover {
    color: red;
}
.project-img img {
    height: 250px !important;
}
.mt-56{
    margin-top: 5.6rem
}
.service-img > img {
    height: 288px;
}
.project-cap {
    height: 91px;
}

.blog_item_img .blog_item_date {
    background-color: var(--reduse);
}
.boxed-btn{
    color:var(--reduse) !important;
    border: 1px solid var(--reduse);
}
.boxed-btn:hover{
    background:var(--reduse);
     border: 1px solid var(--reduse);
}
.btns {
    background: var(--reduse) !important;
}
.hero-overly::before{
    background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.4),rgba(0,0,0,0.5));
}
#blog-single-content img {
    width: 100%;
    height: auto;
}
.btn-infor__page:hover{
   color:red;
}
/*--------------------------------end----------------------------------*/
#timeline {
    display: flex;
    background-color: #031625;
    &:hover

{
    .tl-item

{
    width: 23.3333%;
}

}
}

.tl-item {
    transform: translate3d(0, 0, 0);
    position: relative;
    width: 25%;
    height: 100vh;
    min-height: 600px;
    color: #fff;
    overflow: hidden;
    transition: width 0.5s ease;
}

.tl-item::after {
    background: transparentize(#031625, 0.15);
    opacity: 1;
    transition: opacity 0.5s ease;
    transform: translate3d(0, 0, 0);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.tl-item::before {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 75%);
    z-index: 1;
    opacity: 0;
    transform: translate3d(0, 0, 0) translateY(50%);
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: translate3d(0, 0, 0);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.tl-item:hover {
    width: 30% !important;
}
.tl-item:hover::after
{
    opacity: 0;
}

.tl-item:hover::before {
    opacity: 1;
    transform: translate3d(0, 0, 0) translateY(0);
    transition: opacity 1s ease, transform 1s ease 0.25s;
}

.tl-content {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.75s ease 0.5s;
}

.tl-bg {
    filter: grayscale(0);
}
.tl-item:hover > .tl-content{
    opacity:1;
}
.tl-content {
    transform: translate3d(0, 0, 0) translateY(25px);
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 1.618em;
    top: 55%;
    opacity: 0;
}
.tl-content>h1
{
    font-family: 'Pathway Gothic One',Helvetica Neue,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    color: #1779cf;
    font-size: 1.44rem;
    font-weight: normal;
}
.tl-year {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
    border-bottom: 1px solid white;
}
.tl-year >p{
    font-family: 'Pathway Gothic One',Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size:29px;
    line-height: 1.2;
    width: 110%;
    text-shadow: 1px 1px black;
    font-weight: 600;
    color: white;
}

.tl-bg {
    transform: translate3d(0, 0, 0);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    transition: filter 0.5s ease;
}
.tl-bg::before{
    position:absolute;
    content:"";
    background:linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.4) ,rgba(0,0,0,0.4));
    width:100%;
    height:100%;
}
.hrsection_div {
    width: 100%;
    padding: 2%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 50px 0px;
    display :flex;
}

.hr {
    width: 90%;
    display: block;
    height: 3px;
    background: var(--reduse);
    position: relative;
    overflow: hidden;
}
.hrsection_div:before {
    content: "";
    position: absolute;
    border-bottom: 2px solid red;
    width: 20%;
    height:10px;
}
.dot{
    width:150px;
    height:100%;
    background:red;
    display:block;
    position:absolute;
    border-radius:80px;
    left:0%;
    animation: move 3s infinite linear;
}
@keyframes move {
    from{
       left:0%;
    }
    to {
        left: 100%;
    }
}
/*--------------------------------------------------------------------------------timeline--------------------------------*/
.hexa {
    border: 0px;
    float: left;
    text-align: center;
    height: 35px;
    width: 60px;
    font-size: 22px;
    background: #f0f0f0;
    color: #3c3c3c;
    position: relative;
    margin-top: 15px;
}

    .hexa:before {
        content: "";
        position: absolute;
        left: 0;
        width: 0;
        height: 0;
        border-bottom: 15px solid #f0f0f0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        top: -15px;
    }

    .hexa:after {
        content: "";
        position: absolute;
        left: 0;
        width: 0;
        height: 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 15px solid #f0f0f0;
        bottom: -15px;
    }

.timeline {
    position: relative;
    padding: 0;
    width: 100%;
    margin-top: 20px;
    list-style-type: none;
}

    .timeline:before {
        position: absolute;
        left: 50%;
        top: 0;
        content: ' ';
        display: block;
        width: 2px;
        height: 100%;
        margin-left: -1px;
        background: rgb(213,213,213);
        background: -moz-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
        background: -webkit-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
        background: -o-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
        background: -ms-linear-gradient(top, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
        background: linear-gradient(to bottom, rgba(213,213,213,0) 0%, rgb(213,213,213) 8%, rgb(213,213,213) 92%, rgba(213,213,213,0) 100%);
        z-index:1;
    }

    .timeline li {
        padding: 2em 0;
    }

    .timeline .hexa {
        width: 16px;
        height: 10px;
        position: absolute;
        background:var(--reduse);
        z-index: 1;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: -30px;
        margin-top: 0;
    }

        .timeline .hexa:before {
            border-bottom: 4px solid var(--reduse);
            border-left-width: 8px;
            border-right-width: 8px;
            top: -4px;
        }

        .timeline .hexa:after {
            border-left-width: 8px;
            border-right-width: 8px;
            border-top: 4px solid var(--reduse);
            bottom: -4px;
        }

.direction-l,
.direction-r {
    float: none;
    width: 100%;
    text-align: center;
}

.flag-wrapper {
    text-align: center;
    position: relative;
}

.flag {
    position: relative;
    display: inline;
    background: rgb(255,255,255);
    font-weight: 600;
    z-index: 1;
    padding: 6px 10px;
    text-align: left;
    border-radius: 5px;
}

.direction-l .flag:after,
.direction-r .flag:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -15px;
    height: 0;
    width: 0;
    margin-left: -8px;
    border: solid transparent;
    border-bottom-color: rgb(255,255,255);
    border-width: 8px;
    pointer-events: none;
}

.direction-l .flag {
    -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 1;
    line-height: 1em;
    vertical-align: middle;
    color: #fff;
}

.direction-l .time-wrapper {
    float: none;
}

.direction-r .time-wrapper {
    float: none;
}

.time {
    background:var(--reduse);
    display: inline-block;
    padding: 15px;
}

.desc {
    position: relative;
    margin: 1em 0 0 0;
    padding: 1em;
    background: rgb(254,254,254);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
    box-shadow: 0 0 1px rgba(0,0,0,0.20);
    z-index: 1;
}

.direction-l .desc,
.direction-r .desc {
    position: relative;
    margin: 1em 1em 0 1em;
    padding: 1em;
    z-index: 1;
}

@media(min-width: 768px) {
    .timeline {
        width: 660px;
        margin: 0 auto;
        margin-top: 20px;
    }

        .timeline li:after {
            content: "";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .timeline .hexa {
            left: -28px;
            right: auto;
            top: 8px;
        }

        .timeline .direction-l .hexa {
            left: auto;
            right: -28px;
        }

    .direction-l {
        position: relative;
        width: 310px;
        float: left;
        text-align: right;
    }

    .direction-r {
        position: relative;
        width: 310px;
        float: right;
        text-align: left;
    }

    .flag-wrapper {
        display: inline-block;
    }

    .flag {
        font-size: 18px;
    }

    .direction-l .flag:after {
        left: auto;
        right: -16px;
        top: 50%;
        margin-top: -8px;
        border: solid transparent;
        border-left-color: rgb(254,254,254);
        border-width: 8px;
    }

    .direction-r .flag:after {
        top: 50%;
        margin-top: -8px;
        border: solid transparent;
        border-right-color: rgb(254,254,254);
        border-width: 8px;
        left: -8px;
    }

    .time-wrapper {
        display: inline;
        vertical-align: middle;
        margin: 0;
    }

    .direction-l .time-wrapper {
        float: left;
    }

    .direction-r .time-wrapper {
        float: right;
    }

    .time {
        padding: 8px 24px;
    }

    .direction-r .desc {
        margin: 1em 0 0 0.75em;
    }
}

@media(min-width: 992px) {
    .timeline {
        width: 800px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .direction-l {
        position: relative;
        width: 380px;
        float: left;
        text-align: right;
    }

    .direction-r {
        position: relative;
        width: 380px;
        float: right;
        text-align: left;
    }
}
.img-timeline{
    margin-top:5px;
    height:300px;
    width:380px;
    object-fit:cover; 
}
/*------------------------end-----------------------------*/
.slider-area .hero__caption{
    margin-left:unset;
}
.banner-cover{
    background-position:center ;
  
}
#scrollUp {
    background:var(--reduse);
    height: 50px;
    width: 50px;
    right: 31px;
    bottom: 95px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    border: 2px solid transparent
}
.section-padding30 {
    padding-top: 70px;
    padding-bottom: 120px;
}
.footer-padding {
    padding-top: 56px;
    padding-bottom: 33px;
}
.market__container {
    margin-top: 3.7rem;
}
.market__container {
     padding-bottom: unset; 
}
.header-area{
    background:white;
}
.header-info-left >menuitem >li {
    color:black;
}
.infor-header_user{
    color:var(--reduse);
    font-weight:500;
}
.infor-header_user > i::before {
    color: var(--reduse);
}
#navigation > li > a {
    text-transform: uppercase;
}
    .header-area .header-top
{
    border-bottom: 1px solid #4444;
}
.hero-cap h2 {
    opacity: 0;
    animation: testshowl 2s forwards;
}
.hero-cap nav {
    opacity: 0;
    animation-delay:0.5s;
    animation: testshowup 2s forwards;
}
@keyframes testshowl{
    from {
        margin-left:30px;
        opacity:0;
    }

    to {
        margin-left: 0px;
        opacity: 1;
    }
}
@keyframes testshowup{
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.technical-text{
    font-size:24px;
    font-weight:500;

}
@media screen and (max-width:800px){
    #timeline {
        width: 100%;
        display: unset;
        background: unset;
    }
    .tl-item{
        width:100%;
    }
    .tl-item:hover{
        width:100% !important;
    }
    .tl-content{
        opacity:1;
    }
    .tl-item::before{
        opacity:1;
        background:rgba(0,0,0,0.4);
    }
}
.mt__8 {
    margin-top:0.8rem;
}
.slider-banner13{
    min-height:600px !important;
    height:600px !important;
}
.slider-banner14{
    min-height: 765px !important;
    height: 765px !important;
}
.three-line-paragraph {
    display: block;
    display: -webkit-box;
    font-size: 16px;
    line-height: 1.3;
    -webkit-line-clamp: 2; /* số dòng hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 55px;
}
.name-company{
    color:var(--reduse);
    font-size: 1.3rem;
    margin-left: 5px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 20px;
}
.big-logo {
    display: flex;
    align-items: center;
}
.name-company:hover {
    color: var(--reduse);
}
.infor-header_user:hover{
    color:var(--reduse);
}
.w__370 {
    width:370px!important;
}
.header-area .header-top .header-info-right .header-social li a {
    font-size:16px !important;
}
.flex__center{
    display:flex;
    justify-content:center;
    align-items:center;
}
.main-sidebar .sidebar-brand a {
    letter-spacing: unset !important;
}


.Next{
    width: 50px;
    margin-top: 80px;
    background: red;
    font-size: 80px;
}
.owl-prev, .owl-next
{
    position: absolute;
}
.owl-prev
{
    left: -60px;
    top: 40%;
    transform: translateY(-50%);
    font-size: 30px !important;
    background-color: transparent !important;
    outline: none !important;
    color:  #0d41b2;
}

.owl-next
{
    right: -60px;
    top: 40%;
    transform: translateY(-50%);
    font-size: 30px !important;
    background-color: transparent !important;
    outline: none !important;
}
.item-carosel__content {
    font-weight: 700;
    color: #0e132a;
    background-color: #00235b;
    color: #fff;
    padding: 0.3rem;
    
}
.item-carosel__content p {
    margin-top: 0 ;

    margin-left: 1rem;
    font-size: 21px ;
    text-align: left;
    
}
.owl-nav button span {
    color: #0005C6;
    font-size: 50px;
}
.item-carosel__content p:first-child {
    display: block;
    display: -webkit-box;
 
    font-family: "Barlow",sans-serif;
    line-height: 1.3;
    -webkit-line-clamp: 1;  /* số dòng hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top:10px;
}
.item-carosel__content p:last-child {
    display: block;
    display: -webkit-box;
    font-family: "Barlow",sans-serif;
    line-height: 1.3;
    -webkit-line-clamp: 2;  /* số dòng hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top:10px;
}

.item-carosel:hover .item-carosel__content p {
    
    transition: 0.3s ease all;
}
.item-carosel__img img {
    width: 370px;
    height: 250px;
    object-fit: cover;
}
.carosel___icon {
    color: #fff;
    font-size: 0.9rem;
    margin-right: 0.5rem;
}
.flex__partner {
    display:flex;
    gap: 0.625rem;
    flex-wrap:wrap ;

}
.support-company-area .support-wrapper .left-content .support-caption p {
    margin-bottom: 0;
}
.partner_img {
    object-fit:cover;
}
