/* .baner-cd{
    background-image: url(../images/about-banner-1.jpg);
} */

.contnet{
padding-bottom: 20px;
    background-image: url(../images/p-about-bg2.jpg);
}

.ul-ss1-bds{
    margin-top: 60px;
    margin-bottom: 41px;
    text-align: center;
    display: block;
    transition: all ;
    animation: fadeIn 1s ease-in-out;

}

.ul-ss1-bds>li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 10px;
}

.ul-ss1-bds>li a{
    display: block;
    min-width: 210px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #092620;
    position: relative;
    height: 46px;
    line-height: 44px;
    min-width: 145px;
    padding: 0 20px;
}

.active-ss1
{
    background: #aa8e60;
}

.ul-ss1-bds>li a:hover{
    background: #aa8e60;
}

.ul-ss1-bds>li a::before,
.ul-ss1-bds>li a::after
{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #aa8e60;
}

.ul-ss1-bds>li a::before{
    top: 5px;
    bottom: 5px;
}

.ul-ss1-bds>li a::after{
    left: 5px;
    right: 5px;
}

.heading{
    text-transform: uppercase;
    color: #092620;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
    font-family: inherit;

}
.heading::before
{
    content: '';
    display: block;
    height: 90px;
    width: 1px;
    margin: -30px auto 25px auto;
    background: #092620;
    position: relative;
    z-index: 1;

}

.heading::after{
    content: '';
    display: block;
    margin: 22px auto 0 auto;
    height: 2px;
    width: 175px;
    max-width: 100%;
    background: linear-gradient(to right, rgba(170,142,96,0.1),#fff,rgba(170,142,96,0.1))

}
.ss2-bds{

}

.heading>span
{
    display: block;
    height: 50px;
    width: 50px;
    margin: 0 auto 13px auto;
    text-align: center;
    line-height: 50px;
    position: relative;
}

.heading>span>img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
}

.text-hd{
    color: #09251f;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    text-align-last: center;
    margin-bottom: 70px;
}
.row{
    margin: 0;
}
.bor-line{
 position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: -15px;
    border: 1px solid #aa8e60;;
    transition: all 0.3s ;
}
.item-conten{
    align-items: center;
    /* margin-bottom: 70px; */
}

.ani-right,
.ani-left{
    position: relative;
    display: block;
    z-index: 1;
    background: #000;
    margin-top: 10px;
    visibility: hidden;

}

.item-conten>.col-lg-7>a:hover span{
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;

}


.item-conten>.col-lg-7>a:hover>img{
opacity: 0.76;
}

.item-right{
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 40px;
    min-height: 100%;
    background: none;
    color: #092620;
    padding-left: 45px;
    margin: 0;
    display: block;
    animation-name: fadeInLeft ;


}

.item-right>h1{
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    font-size: 30px;
    line-height: 1.35;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 30px;
}

.text-item-right{
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 30px;
    max-height: 150px;
    overflow: hidden;
    letter-spacing: 0.5px;

    overflow: hidden;
    text-overflow: ellipsis;

    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.item-right>h1::before
{
    content: '';
    position: absolute;
    left: -47px;
    margin-top: 22px;
    display: block;
    width: 40px;
    height: 2px;
    background: #aa8e60;
    margin-bottom: 5px;
}

.a-ct{
    font-style: normal;
    font-size: 18px;
    color: #aa8e60;
}

.item-conten:nth-child(2)
{
    flex-direction: row-reverse;
    text-align: right;
}

.item-conten:nth-child(2) .bor-line{
    inset: -10px 10px 10px -10px;
}

.item-conten:nth-child(2) .item-right > h1::before{
    right: -47px;
    left: auto;
}

h1.h1-item-right{
    margin-bottom: 0;
}

.item-right .h3-item-right{
    color: #aa8e60;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 30px;
}

.item-conten-right{
    text-align: right;
    flex-direction: row-reverse;
}



.h1-item-left
{
    margin-bottom: 0;
}

.item-right>.h1-item-left::before{
    right: -47px;
    left: auto;
}

.item-left >a >span{
    inset: -15px 15px 15px -15px;
}
.item-conten:last-child
{
    margin-bottom: 0;
}

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

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

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

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


 .ani-right.active-ani{
    animation: fadeInRight 1s linear;
    visibility: visible;
 }

 .ani-left.active-ani
 {
    animation-delay: 0.3s;
    animation: fadeInLeft 1s linear;
    visibility: visible;
    height: 260px;
 }

 .hinh-anh {
    display: none;
}

.hinh-anh.acv {
    display: flex;
}
.ani-left.active-ani p {
    height: 260px;
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
}


@media (max-width: 991px){
    .ani-left.active-ani {
        height: 200px;
    }
    .ani-left.active-ani p {
        height: 200px;
    }
    .gt.ani-left.ani.active-ani iframe {
        width: 100%;
        height: 100%;
    }
}