body {
    user-select: none;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900');
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #59bf75;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif:
    -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,
    "Liberation Mono","Courier New",monospace;
    --y :0px;
    --black:#000;
    --ryu:#59bf75;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img
{
    width: 100%;
    object-fit: cover;
}
.row-ss5
{
    align-items: center;
}
body{
    font-size: 14px;
    font-family: "Roboto",sans-serif;
    line-height: 1.5;
    color: #2e2e2e;
    overflow-x: hidden;
    position: relative;
    min-height: 100vh;
}

a:hover{
    color: var(--ryu);
}
#main
{
    width: 100%;
    /* margin-bottom: 80px; */
}

.news-right .desc p {
    -webkit-line-clamp: 3;
    padding: unset;
    line-height: unset;
    margin:0px;
}


.header .n-header-nav li:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    top:100%;
    opacity: 999;
}


.header
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* color: #ffffff82; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0px 20px 0 20px;
    z-index: 9;
    cursor: pointer;
    transition: 0.2s;
}
.bgr-header
{
        background: rgb(64 52 244);
    box-shadow: 0 0 6px 0 rgb(170 142 96 / 50%);

}

.item-sli-5 {
    padding: 0 14px;
}

.ss5 .title{
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 23px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: left;
    text-transform: capitalize;
}

.n-header-nav
{
    float: right;
    width: 100%;
    margin-right: 20px;
    padding: 25px 12px 25px 25px;
    max-width: 1440px;
    height: 72px;
}
a{
    color: unset;
    text-decoration: none;
}
.nav{
    align-items: center;
   justify-content: space-around;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    margin-bottom: 10px;
    transform: scaleX(1);
    transform-origin: 100% 0%;
    transition: all 0.8s;
    opacity: 1;
    text-align: center;
    margin: 0
    ;
    text-transform: uppercase;
}
.wapper-item-conten {
    padding-top: 50px;
}
.nav li{
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-right: 20px;
    position: relative;
}
.header >a{
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    display: block;
}

ul li{
    display: inline-block;
}


.menu-header{
    font-size: 0;
    transition: 0.2s;
    border: none;
    background: unset;
    padding: 5px 5px;
    cursor: pointer;
}
.menu-header i
{
    display: block;
    height: 4px;
    width: 29px;
    background: #1a1852ff;
    margin: 5px 0;
    transition: all .2s ease-in-out;
}

.menu-header i:nth-child(1)
{
    transform: rotate(45deg) translate(2px, 0px);
}
.menu-header i:nth-child(2)
{
    display: none;
}
.menu-header i:nth-child(3)
{
    transform: rotate(-45deg) translate(6px, -5px);
}
.active-nav >ul
{
    transform: scaleX(0.2);
    opacity: 0;
}
.active-btn i:nth-child(1){
    transform: unset;
}
.active-btn i:nth-child(2)
{
    display: block;
}
.active-btn i:nth-child(3){
   transform: unset;
    }

.show-nav{
   transform-origin: 100% 0%;
opacity: 0;
}

#nav-close{
    display: none;
}

.slider {
    width: 100%;
    height: 100%;
}
.wapper-slider
{
    position: relative;
}

#log-sli
{
    position: absolute;
    top: 135px;
    left: 50%;
    color: var(--white);
    transform: translateX(-50%);
    /* height: 250.789px; */
    z-index: 1;
}

#log-sli::before
{
    position: absolute;
    content: '';
    width: 1px;
    background: var(--white);
    height: 100px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
}
#log-sli img{
    transition: all 1s ease-in-out;
}
.fixed{
    transform: translate(0px, 130px);
    opacity: 0;
}
.content-sli{
    position: absolute;
    bottom: 33%;
    right: 50%;
    color: var(--white);
    text-align: right;
    width: 50%;
    padding-right: 50px;
    animation: ani-sli 1s linear;
    display: none;
    z-index: 2;
    padding-left: 5%;
    text-align: left;
}
.item-content-sli{
    position: relative;
    top: 50%;
    
}
.item-content-sli h2, .item-content-sli p{
    width: 50%;
}
@keyframes ani-sli
{
    from{
        filter: blur(10px);
        transform: translateX(-30px);
        opacity: 0;
    }
    to{
        filter: blur(0px);
        opacity: 1;
        transform: translateX(0px);
    }
}

.slick-active .content-sli{
    display: block;
}

#log-header.idex-logo{
    display: none;
}

.idex-logo img,
.img-lg{
    max-width: 135px;
}


.content-sli>h2{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 5px;
    /* padding-left: 5%; */
}
.content-sli p{
    text-transform: uppercase;
    font-weight: 400;
}


.item-sli .slick-dots
{
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

}
.item-sli .slick-dots li button
{
    font-size: 0;
    font-size: 0;
    padding: 10px;
    columns: var(--white);
    border-radius: 50%;
    border: none;
    cursor: pointer;
}

.item-sli .slick-dots li 
{display: block;
margin: 10px;
}

.mouse{
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    color: var(--white);
}

.mouse-span{
    margin: auto;
    display: block;
    height: 52px;
    width: 32px;
    border-radius: 35px;
    border: solid 2px #fff;
    position: relative;
}

.mouse-span::before
{
    content: '';
    position: absolute;
    width: 1px;
    height: 217px;
    background-color: var(--white);
    bottom: 0;
    left: 47%;
    transform: translate(100%,100%);
    transition: all;
}


.mouse-span::after
{
content: '';
position: absolute;
left: 50%;
top:10%;
transform: translateX(-50%);
height: 10px;
width: 10px;
border-radius: 50%;
background-color: var(--white);
animation: ani 1.2s ease-out infinite;
}

@keyframes ani{
    0%{
        top:10%;
        opacity: 1;
    }
    100%{
        top:90%;
        opacity: 0;
    }
}
.mouse-p {
    color: #fff;
    font-size: 10px;
    font-style: italic;
    position: absolute;
    transform: rotate(270deg);
    transform-origin: 0 0;
    margin-top: 78px;
    margin-left: 3px;
    white-space: nowrap;
}
.item-sli-it{
    overflow: hidden;
    position: relative;
}

.item-sli-it::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
   
}
.item-sli .slick-active button{
background-color: var(--cyan);
}

.ss1{
    background-color: #fff;
    /* background-image: url(../images/bg-about.png); */
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding-top: 60px;
    padding-bottom: 10px;
    background-size: cover;
}

.contain-ss1{
    max-width: 960px;
    margin: 0 auto;

}


.img-contan-ss1{
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 50%;
    position: relative;

}
.img-contan-ss1::before{
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid var( --ryu);
    border-radius: 50%;
    z-index: 20;
    position: absolute;
}
.img-contan-ss1>img{
    background: var(--ryu);
    border-radius: 50%;
    transition: all 1.3s cubic-bezier(0.12, 0.54, 0.76, 0.79);
}


.about-us{
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}


.contain-ss1 .cap-ss1{
    position: absolute;
    color: #fff;
    text-align: center;
    background: var( --ryu);
    top: 16.65%;
    right: 16.65%;
    bottom: 16.65%;
    left: 16.65%;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 95px;
    z-index: 21;
}

.cap-ss1 h2{
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 34px;
    position: relative;
    margin-bottom: 35px;
    font-weight: bold;
}
.cap-ss1 h2::after
{
    content: '';
    display: block;
    margin: 7px auto 0 auto;
    height: 2px;
    width: 191px;
    max-width: 100%;
   background: linear-gradient(to right, rgba(170,142,96,0.1),#fff,rgba(170,142,96,0.1));
}

.cap-ss1 h2::before
{
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    background: #fff;
    bottom: 100%;
    margin-bottom: 8px;
    height: 404px;

}

.cap-ss1 p{
    margin-bottom: 35px;
    font-weight: 400;
}

.pagination{
    flex-wrap: wrap;
    row-gap: 7px;
    padding-top: 10px;
}

.ss2{
    display: none;
    background: #092620;
    background: #fff;
    background-image: url(../images/bg-business2.png);
    background-repeat: no-repeat;
    background-position: center top 100%;
    position: relative;
    z-index: 1;
    padding-top: 25px;
    border-top: 1px solid #1a185221;
    color: #fff;
}

.contain-ss2{
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    /* text-align: center; */
}

.contain-ss2 >h2{
    text-align: center;
    color: #1a1852ff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 34px;
    position: relative;
    margin-bottom: 30px;
}

.contain-ss2>h2::after
{
    content: '';
    display: block;
    margin: 7px auto 0 auto;
    height: 2px;
    width: 200px;
    max-width: 100%;
    background: #1a1852ff;
}

div.ifo-sli-2{
     margin: 30px 0 30px 0;
    align-items: center;
}

.col-ss2-h3
{text-align: center;margin: 0;font-size: 22px;padding: 0;font-weight: bold;color: #1a1852ff;padding: 0 36px;}

.col-ss2-p
{text-align: justify;margin: 0;line-height: 25px;padding: 0;line-height: 25px;padding-left: 45px;overflow: hidden;color: #1a1852ff;text-overflow: ellipsis;-webkit-line-clamp: 3;display: -webkit-box;-webkit-box-orient: vertical;}

.col-ss2-a
{
    padding: 0;
text-align: right;
}

.wapper-sli-2{
    position: relative;
}


.wapper-sli-2 button.slick-prev
{
  
    position: absolute;
    z-index: 1;
    left: 20px;
    top: 40%;

}

.wapper-sli-2 button.slick-next
{
    position: absolute;
    z-index: 1;
    top: 40%;
    right: 20px;
}
.banner-slide-about {
    height: 70vh;
}


.wapper-sli-2 .slick-arrow{
    border: none;
    background: transparent;
    color:var(--white);
    font-size: 60px;

}

.dots{
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    column-gap: 20px;
    overflow: overlay;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    padding-top: 20px;
}

.smooth{
    width: 205px;
    max-width: 100%;
    border: solid 1px #59bf75;
    height: 58px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 18px;
    color: #1a1852ff;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out;
}

.acv-smooth{
    background: var(--ryu);
}

.smooth::after
{
    content: '';
    position: absolute;
    top: -6px;
    left: 5px;
    right: 5px;
    bottom: -6px;
    border: solid 1px #59bf75;
}

.acv-smooth:after
{
    opacity:0;
}

.proj
{
    display: none;
    background: #fff;
    margin-top: 40px;
    padding-top: 47px;
    padding-bottom: 20px;
    border-top: 1px solid #1a185221;
    display: flex;
    justify-content: center;
}

.proj h2
{
    text-align: center;
    color: #1a1852ff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 34px;
    padding: 0px 0px;
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}

.proj h2::after
{
    content: '';
    display: block;
    margin: 7px auto 0 auto;
    height: 2px;
    width: 100%; 
   /*  padding: 1px 235px;*/
    background: #1a1852ff;
}

.ss3{
    background-image: url(../images/bg-project.jpg);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: var(--black);
    padding-top: 85px;
    padding-bottom: 28px;
}


.item-sli-3{
   margin-left: 10px;
   margin-right: 10px;
}
.item-sli-3 a
{
    display: block;
}
.item-sli-3 a:nth-child(1)
{
    margin-bottom: 20px;
}

.row-ss3{
    margin: 0;
    align-items:center;
}

.top-ss3 {
    color: #fff;
    margin-bottom: 44px;
}

.top-ss3 h2{
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    max-width: 100%;
    line-height: 1.3;
    margin-bottom: 10px;
}
.wapper-sli
{
    position: relative;
}

.title-detail{
    font-size: 32px;
    color: #092620;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
}
.title-sider-bar
{
    font-size: 32px;
    color: #092620;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
}
.wapper-sli-3 button
{
    position: absolute;
    top: 50%;
    z-index: 1;
    border: none;
    background: transparent;
    color: rgb(255,255,255);
    font-size: 30px;
}

.wapper-sli-3 button:nth-child(1)
{
    left: 0;
    transform: translate(-66%,-50%); 
}
.wapper-sli-3 button:nth-child(3)
{
    transform: translate(100%,-50%);
    right: 0px;

}


.right-ss3 {
    padding: 0 37px;
}
.img-ss3-left{
    position: relative;
    /* transform: translateY(64.6222px); */
    transition: all 1.1s cubic-bezier(0.12, 0.54, 0.76, 0.79);
    cursor: pointer;
}

.img-ss3-left::before{
    content: '';
    position: absolute;
    top: -10px;
    border: solid 1px #aa8e60;
    bottom: bot;
    bottom: 10px;
    left: -10px;
    right: 10px;
    }

.link-sli-3{
    position: relative;
}
/* .link-sli-3::after
{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #010101;
    border: solid 1px #aa8e60;
    opacity: 0;
} */

.link-sli-3 h3{
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    color: #fff;
    text-transform: uppercase;
    opacity: 0;
    transition: 0.3s;
    font-size: 14px;
    margin: 0;
    font-weight: bold;
    z-index: 1;
}
.link-sli-3:hover::after{
    opacity: 0.3;
}

.link-sli-3:hover h3{
opacity: 1;
}

.dea{
    text-align: center;
    color: #1b1754ff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 34px;
    position: relative;
    display: inline-block;
}
.ss4{
    background-color: #fff;
    /* background-image: url(../images/bg-partner.png); */
    background-position: left 4% top 25%;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    padding-top: 37px;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #1a185221;
}

.dea:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    background: #fff;
    bottom: 100%;
    margin-bottom: 8px;
    height: 85px;
}

.dea:after {
    content: '';
    display: block;
    margin: 7px auto 0 auto;
    height: 2px;
    width: 100%;
    max-width: 100%;
    background: #000;
}
.item-sli-4{
    transition: all .4s ease-in-out;
    display: inline-block;
    width: 120px;
    height: 120px;
    margin-right: 20px;
    margin-left: 10px
}

.img-sli-4{
    margin: 3px;
    display: block;
    position: relative;
    max-width: 125px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0px auto;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    overflow: hidden;
    border-radius: 100%;
    border: 3px solid #5ebf78ff;
}
.img-sli-4 img{
       
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        margin: auto;
        max-width: 88%;
        max-height: 60%;
        transition: all .4s ease-in-out;
}

.img-sli-4::before{
    content: '';
    display: block;
    padding-top: 100%;
}
.wapper-sli-4{
         position: relative;
         padding: 0 20px;
         /* overflow: auto; */
         white-space: nowrap;
         white-space: nowrap;
         text-align: center;
}
.top-ss3{
    display: none;
}

.top-ss3-act
{
    display: block;
}
.wapper-sli-4 .slick-list{
    padding: 15px 0;
}


.wapper-sli-4 button{
    position: absolute;
    top: 50%;
    border: none;
background: transparent;
font-size: 30px;
color: #fff;
}

.wapper-sli-4 button.slick-prev
{
    left: 0;
    transform: translate(0%,-50%);
    z-index: 1;
}
.wapper-sli-4 button.slick-next
{
    right: 0;
    transform: translate(0%,-50%);
    z-index: 1;
}

.img-sli-4:hover{
    transform: scale(1.2);

}
footer{
    background: #fff;
    color: #fff;
    font-size: 14px;
    padding: 10px 0 70px 0;
}
footer .row
{
    margin: 0;
    align-items: center;
}

footer .contain-ss2{
    margin-top: 0;
    margin-bottom: 43px;
    background: #eaeaea;
}

.col-right-2 {
    display: flex;
    align-items: center;
}

.col-right-2 ul {
    margin-left: 10px;
}

.dsk {
    padding: 0;
}
.dsk li{
    display: flex;
    line-height: 24px;
    margin-bottom: 2px;
    font-weight: 400;
    align-items: center;
    margin-bottom: 8px;
}

.dsk li img{
    max-width: 25px;
    height: 25px;
    width: auto;
    margin-right: 12px;
}
.dsk li i{
padding: 0 15px;
font-size: 15px;
}

.col-ft >h2{
    position: relative;
    padding-left: 40px;
    line-height: 24px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.img-ft {
    max-width: 170px;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 30px;
}

.col-right{
    font-size: 14px;

}
.col-right-1 h2{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 17px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.col-right-1 ul{
    padding: 0;
}

.der{
    border-right: 1px solid #cdcdcd;
}

.col-right-1 ul li{
    margin-bottom: 3px;
    margin-right: 5px;
    cursor: pointer;
    display: block;
    padding-left: 17px;
    position: relative;
}

.col-right-1 ul li::before
{
    position: absolute;
    left: 2px;
    top: 7px;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1a1852ff;
}




.col-right-1 .list-lk li::before{
    content: unset;
}


.col-right-1 .list-lk li{
    display: inline-block;
    padding: 0;
    padding-top: 5px;
}

.ss5 .time{
    margin-bottom: 7px;
}



.col-right-1 ul li i{
    font-size: 20px;
}
.col-top{
    margin-top: 30px;
    color: #1a1852ff;
    padding-right: 0px;
}

.proj h2::before,
.contain-ss2 >h2::before{
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    background: #fff;
    bottom: 100%;
    margin-bottom: 8px;
    height: 100px;
}

/* .ss1::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #fff;
    left: 50%;
    z-index: 1;
    pointer-events: none;
} */
.cap-bg
{
    border-radius: 108px;
    z-index: 4;
    background: var(--ryu);
}

.smooth:hover{
    background: var(--ryu);
}
.smooth:hover::after{
    opacity: 0;
}

.col-right-1 ul li:hover{
    color:var(--ryu) ;
}

.nav>li>a{
    display: inline-block;
    color: #1a1852ff;
    font-weight: 600;
    font-size: 16px;
}
.nav>li:hover >a{
  
}
.ss5{background: #5ebf78ff;color: #fff;padding: 5px 0;border-top: 2px solid #1b1754ff;border-bottom: solid 1px #fff;}
.slick-next:before{
    content: unset;
}
.item-sli-5{
    margin-bottom: 5px;
    text-align: center;
}
.my-container
{
padding: 0 10px;
}
.col-left-ss5{
    padding-left: 30px;
}


.col-left-ss5 h3{
    text-transform: uppercase;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    text-align: left;

    margin: 0;
    line-height: 42px;
    height: 100%;
}

.wapper-sli-5{
    padding: 0 20px;
}


.wapper-sli-5 button{
    position: absolute;
    border: none;
background: transparent;
font-size: 20px;
color: #fff;
top: 50%;
transform: translate(100%,-50%);
z-index: 20;
}


.wapper-sli-5 button.slick-prev{
left: -20px;
}

.wapper-sli-5 button.slick-next
{
    right: 20px;
}

.fixf{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
}

.ani
{
    visibility: hidden;

}

.active-ani
{
    animation: fadeInDown 0.5s linear;
    visibility: visible;
}

@keyframes fadeInDown
{
    0% {
        opacity: 0;
        transform: translateY(20px);
     }
     100% {
        opacity: 1;
        transform: translateX(0);
     }
}

.item-sli-2{
    display: none;
}
.acvt
{
   display: block;
}

.wapper-sli-5 .slick-next:before{
    content: unset;
    }

.wapper-sli-5 .slick-prev:before{
content: unset;
}

.wapper-sli-3 .slick-next:before{
    content: unset;
    }

.wapper-sli-3 .slick-prev:before{
content: unset;
}


ul.list-du-an {
    padding: 10px 10px 10px 20px;
    position: absolute;
    width: 202px;
    left: -10px;
    background: #00000061;
    bottom: -26px;
  
    border-radius: 5px;
    display: none;
    transition: all 0.2s ease-in-out;
    transform: translate(-50px , 100%);
}

li.item-duan {
    display: block;
    text-align: left;
    font-size: 17px;
    color: #ffffff;
    margin: 7px 0;
    padding-bottom: 10px;
    font-weight: 400;
    text-transform: none;
    border-bottom: 1px solid #ccc;
}

.duan{
    position: relative;
}

.duan::before
{
    content: '';
    position: absolute;
    width: 100px;
    height: 30px;
    bottom: 0;
    left: -10px;
   
    transform: translateY(100%);
  
    
}

.nav .item-duan a{
    display: block;
}


.toggge{
        float: right;
     
        line-height: 21px;
        PADDING-LEFT: 10PX;
        transition: all 0.3s linear;
}
.item-duan:hover a{
    text-decoration: none;
}
.silder-cht{
    position: relative;
    margin-bottom: 30px;
}

.anh-gt{
    position: absolute;
    bottom: 20px;
    left: 22px;
    font-size: 15px;
    font-style: italic;
    color: #fff;
}

.wpas-sl
{
    position: relative;
}



.wpas-sl>button
{
    position: absolute;
    bottom: 20px;
    right: 0;
    border: none;
    z-index: 1000;
    background: transparent;
    color: #fff;
    font-size: 18px;
}

.wpas-sl button.slick-next
{
    right: 15px;
}

.wpas-sl button.slick-prev
{
    right: 70px;
    margin-right: 20px;
}

.row-ct{
    padding-top: 2rem;
}
.div1{
    margin-top: 35px;
}

.tirl{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
    line-height: 1.35;
    color: #092620;
    margin-bottom: 20px;
}

.post{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.post .img-post{
    width: 160px;
    min-width: 160px;
    margin-right: 20px;
    display: block;
    position: relative;
}


.title-post-h3
{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.35;
    color: #092620;
    margin-bottom: 5px;
}

.title-if
{
    font-weight: bold;
    color: #092620;
    line-height: 1.39;
    margin-bottom: 40px;
    font-size: 24px;
    margin-bottom: 25px;
}

.line-if{
    font-size: 16px;
    color: #092620;
    margin-bottom: 16px;
    position: relative;
    min-height: 22px;
    padding-left: 145px
}

.line-if label{
    width: 130px;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.line-if label i{
    width: 25px;
    text-align: center;
    margin-right: 5px;
    color: var(--ryu);
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.title-div3{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: #092620;
    margin-bottom: 20px;
}
.div3{
    margin-top: 30px;
    padding: 15px 20px 5px 20px;
    background: #fff;
    border: solid 1px #cdcdcd;
}
.div3 .line-if
{
    margin-bottom: 10px;
    padding-left: 35px;
    position: relative;
    font-size: 15px;
    min-height: 24px;
    font-weight: 300;
}

.div3 .line-if i{
    font-size: 20px;
    color: var(--ryu);
    width: 22px;
    text-align: center;
    position: absolute;
    left: 0;
    margin-top: 1px;
}


.contet{
    line-height: 2;
    color: #092620;
    font-size: 15px;
}

.img-p img{
    max-width: 100%;
    height: auto !important;
    margin: 10px auto;
    object-fit: initial;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 427px;
    width:640px
}
.item-sli-ct{
    position: relative;
}
.item-sli-ct::before
{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
    max-height: 100%;

    background: linear-gradient(transparent,rgba(0,0,0,0.9));
}
.wpas-sl .slick-dots
{
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    text-align: center;
}

.wpas-sl .slick-dots li{
    margin: 10px 0px;
    display: block;
}

.wpas-sl .slick-dots button{
    font-size: 0;
    width: 10px;
    height: 10px;
    background-color: #d8dbd4;
    border: none;
    border-radius: 50%;
}

.wpas-sl .slick-dots .slick-active button
{
    background: #eda11d;
    width: 15px;
    height: 15px;
}




.contain-ss1 {
    display: none;
}

.aboutus-content {
    padding-bottom: 20px;
    animation: ani-sli 1s linear;
}

.aboutus-content .title-sectiom__small {
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 25px;
    font-size: 13px;
    text-transform: uppercase;
}

.aboutus-content .title-section__big {
    color: #1a1852ff;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #1a185240;
}

.desc p {
    font-weight: 300;
    color: #b3b3b3;
    line-height: 1.8;
     text-align: justify !important;
    padding-right: 40px;
    padding-bottom: 25px;

}

.btn-more--bg {
    border-radius: 5px;
    padding: 20px 30px;
    background: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 11px;
    font-weight: 700;
    display: none;
}
li.langw a img {
    width: 30px;
    height: 20px;
    display: block;
    margin-right: 10px;
}

.langw {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}










.news-box-sect {
    width: 100%;
}

.news-right {
    right: 20px;
    /* position: absolute; */
    /* box-shadow: 0 4px 8px rgba(18, 18, 18, .12); */
    background: #fff;
    padding: 10px 10px 10px 10px;
    width: 100% !important;
}

.news-left__calendar {
    position: absolute;
    top: 20px;
    left: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #fff;
    text-align: center;
    padding: 5px;
}

.news-left__calendar span:nth-child(1) {
    display: block;
    font-size: 22px;
    line-height: 1.2;
}

.news-left img {
    height: 300px;
    width: 100%;
    display: block;
}

.news-right.position-relative {}

.news__name {
    font-size: 1.6rem;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.desc {
    font-size: 16px;
    font-weight: 300;
    padding: 10px 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0;
    margin-bottom: 10px;
}

.projectRb-content .desc p {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: unset;
    overflow: hidden;
    padding: 0 !important;
    margin-bottom: 10px;
    color: #fff;
}

.news__link {
    text-align: center;
    text-transform: uppercase;
    color: #1b1754ff;
    font-size: 13px;
    line-height: 28px;
    border-radius: 5px 0px 5px 0px;
    padding: 5px 20px;
    border: 1px solid #292929;
    width: max-content;
    margin: 0 auto;
    font-weight: 600;
}

.news__category {
    position: absolute;
    top: -16px;
    background-color: #1b1754ff;
    color: white;
    font-size: 14px;
    padding: 4px 20px;
    font-weight: 500;
    margin: 0 auto;
    display: none !important;
}

.news__name:before {
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    height: 2px;
    width: 40%;
    background-color: #f08121;
    content: "";
}

.news__name {
    font-weight: 500;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.3;
}

.news-box {
    padding: 0px 20px;
}

.news-body {
    padding: 40px 0px;
}

.item-sli-5:hover a {
    color: #1a1852ff;
}

.ss-new {
    background: #fff;
    margin-top: 47px;
    padding-top: 55px;
    border-top: 1px solid #1a185221;
    text-align: center;
}

.news__name a {
    font-weight: 500;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 600;
    color: #1b1754ff;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.3;
    min-height: 44px;
}

.link-sli-3:hover img {
    transform: scale(1.1);
    transition:1s ease;
}

.link-sli-3 {
    overflow: hidden;
}










ul.people-news .pep-new-ig a {
    font-weight: 600;
    font-size: 13px;
}


.nav li:hover .people-news {
    display: block;
}
.people-news {
    text-align: left;
    display: none;
    width: max-content;
    position: absolute;
    background: #fff;
    color: #222;
    padding: 0px;
    border-radius: 5px;
top:35px;
}


.item-people-bigsed {
    position: relative;
}

.pep-new-ig {
    display: block !important;
    margin-right: 0px !important;
    padding: 10px 20px;
    font-size: 13px !important;
}



.pep-new-ig:hover {
    background: #2e2d2d52;
}


.col-ft {
    padding-left: 0px;
}


.container {
    width: 100%;
    max-width: 100%;
}


.news__link svg {
    fill: #1b1754ff;
}


.item-img-about img {
    border-radius: 75px 10px 75px 10px;
    height: 380px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.building-box-titlesection {
    font-size: 80px;
}
.building-box-titlesection {
    color: #f9984f;
    font-weight: 800 !important;
    font-size: 80px !important;
    text-transform: uppercase !important;
    padding: 50px 10px;
    text-align: left;
}

.content-sli {
    font-family: 'Lexend Deca', sans-serif;

}
.building-box-titlesection span {
    font-family: 'Lexend Deca', sans-serif;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(to right, #fff0, #fff0);
    -webkit-text-stroke: 1px rgb(255, 255, 255);
    text-stroke: 1px rgba(0, 0, 0, 0.8);
    display: block;
}
a.news__link img {
    height: 10px;
    margin-left: 5px;
    transition: .3s all;
    object-fit: cover;
    width: 10px;
    display: inline-block !important;
}


.news__link:hover img {
    transform: rotate(45deg);
    margin-left: 15px;
}


.langw a:not(:last-child) {
    border-right: 1px solid black;
}

li.langw a {
    padding: 0px 10px;
    font-size: 15px;
}

.langw .active {
    color: #5ebf78ff;
}




@keyframes zoom {
    0% {
    transform: scale(1);
}

100% {
    transform: scale(1.5);
}
}

.item-sli-it img{
    animation-name: zoom;
    animation-duration: 30s;
    animation-fill-mode: forwards;
}
h2.title-sectionRb {
    font-size: 54px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.4em;
    margin-bottom: 10px;
    color: #fff;
}

.projectRb-header span {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
    display: block;
}

.projectRb-header a {
    border: 1px solid white;
}

.web-btn-2 {
    margin-left: 5px;
    transition: .3s all;
}

.web-btn-2 {
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    line-height: 28px;
    border-radius: 5px 0px 5px 0px;
    padding: 5px 20px;
    display: inline-block !important;
}

.web-btn-2 img {
    height: 10px;
    margin-left: 5px;
    transition: .3s all;
    width: auto;
}

section.projectRb {
    background: #1a1852ff;
    padding: 50px 0px;
}


.projectRb-box {
    transition: all .6s;
    padding: 15px 15px 0px 15px;
    min-height: 70vh;
    display: flex;
    align-items: end;
    position: relative;
    flex: 1;
}

.projectRb__link {
    border: 1px solid white;
    top: 15px;
    right: 15px;
    position: absolute;
}

.projectRb-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.projectRb-content {
    color: #fff;
}

.projectRb-content h5 {
    margin: 10px 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.projectRb-content .desc {
    height: 40px;
}

a.item-img-tph {
    height: 100%;
    position: relative;
}

a.item-img-tph img {
    height: 30vh;
    width: 100%;
    transition: height 0.6s ease;
    display: block;
    margin-bottom: 1px;
}

a.item-img-tph figure {
    height: 100%;
    display: block;
    flex: 1;
}

.seemore {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #0c3163;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(9% 0, 100% 0, 100% 91%, 91% 100%, 0 100%, 0 9%);
    display: none;
}

.projectRb-box:not(:last-child) {
    border-right: 1px solid white;
    border-bottom: 0px;
}

.all-flex {align-items: end;display: flex;}

.projectRb-content a img {
    height: 30vh;
    width: 100%;
    transition: height 0.6s ease;
    display: block;
    margin-bottom: 1px;
}


.projectRb-box:hover a img {
    height: 55vh;
}
.projectRb-box:hover .seemore {
    display: flex;
}
.projectRb-content .seemore img {
    height: 16px !important;
    width: auto !important;
}

.projectRb-box:hover .projectRb__link, .projectRb-box:hover span {
    height: 0px;
    opacity: 0;
}
.projectRb-box:hover {
    flex: 2;
}


.projectRb-header {
    padding-bottom: 20px;
}












.ss4 .wapper-sli-4 .slick-list {
    overflow: unset;
}

.item-sli-4:before {
    content: "";
    position: absolute;
    width: 123px;
    height: 13px;
    background: #0000005c;
    bottom: -22px;
    left: 50%;
    transform: translate(-50%, 0px);
    border-radius: 100%;
    filter: blur(5px);
}

.item-sli-4 {
    position: relative;
}



span.before-h2-title:before {
    content: "";
    /* position: absolute;
    height: 1px;
    background: #1a1852ff;
    left: 9px;
    transform: rotate(46deg);
    bottom: -3px; */
}

span.before-h2-title:after {
    content: "";
   /* position: absolute;
    padding: 13px 1px;
    height: 2px;
    background: #1a1852ff;
    right: 7px;
    transform: rotate(315deg);
    bottom: -3px; */
}
.news-collection-wrap .news-collection-wrapbox:hover:before {
display : none !important;
}
.col-right .row {
    align-items: start;
}


.datb h2::after {
    content: '';
    display: block;
    margin: 7px auto 0 auto;
    height: 2px;
    background: #1a1852ff;
  /*  padding: 1px 180px !important; */
}

.proj.datb h2:before {
    content: "";
    background: none;
}
@media screen and (max-width: 1200){
   
 }


@media screen and (max-width: 991px){
    .banner-slide-about {
        height: max-content;
    }

    .title-sectionRb {
        font-size: 26px !important;
        font-weight: 300;
    }

    .projectRb-box {
        scroll-snap-align: start;
        border-right: 1px solid white !important;
        border-bottom: 0px solid white !important;
        padding-bottom: 0px;
    }
    
    .projectRb-body{
        width: calc(90vw*5);
        border-top: 1px solid white;
        overflow: auto;
    }
    
    .projectRb__link {
        display: none;
    }
    
    .projectRb-scroll-mobile {
        overflow: scroll;
        overflow-x: scroll;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scroll-snap-stop: always;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 15px;
        scrollbar-width: none;
        overflow-x: auto;
    }
    .projectRb-content a img {
        height: 420px;
        display: block;
    }

    .nav li:hover .people-news{
        
    }

    .people-news {
        display: none;
        position: unset;
        background: none;
        color: #fff;
    }
    .langw{
        justify-content: unset;
    }
}
@media screen and (max-width: 768px){

    .projectRb-content span {
        padding-top: 20px;
    }
    .all-flex{
        display: unset;
    }
    .projectRb__link{
        position: unset;
    }

    .ss1{
        z-index: 1;
        padding-top: 0px;
    }

    h2.building-box-titlesection {
        font-size: 30px !important;
        padding: 0px;
        text-align: center;
    }
    
    .desc p {
        padding-right: 0px;
    }
    
}
@media screen and (max-width: 576px){
    .box-slick-new-ss{
        display: block !important;
    }
    .news-box-sect{
        width: 100% !important;
    }
    .item-new-right {
        width: 100% !important;
    }
    .news-right{
        position: unset;
        width: 100% !important;
    }
    .news__category{
        position: unset;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 400px){}