/* Bat dau thong tin khai quat */
.item-ttcy {
    display: flex;
    flex-wrap: wrap;
}

.item-ttcy h5 {
    width: 25%;
}

.item-ttcy p {
    width: 75%;
    padding-left: 5%;
}

.info-content {
    box-shadow: 0px 0px 50px 0px rgba(157, 157, 157, 0.3);
    position: relative;
    background: #fff;
    padding: 60px 40px 60px 0px;
}

.info-content:after {
    content: "";
    /* box-shadow: -35.355px 35.355px 50px 0px rgba(157, 157, 157, 0.3); */
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 2;
    background: #fff;
    width: 70px;
    height: 100%;
}

@media (max-width:800px) {
    .info-content {
        padding: 80px 30px 80px 0;
    }

}

@media (max-width:991.98px) {
    .info-content:after {
        width: 50px;
    }

}

@media (max-width:575.98px) {
    .info-content:after {
        display: none;
    }

    .item-ttcy h5 {
        font-size: 14px;
        width: 100%;
    }

    .item-ttcy p {
        font-size: 14px;
        width: 100%;
    }

}

@media (max-width:991.98px) {
    .info-content {
        padding: 30px 30px 30px 0;
    }

}

@media (max-width:575.98px) {
    .info-content {
        padding: 15px;
    }

}

/* Tam nhin su menh */
.item-mission {
    display: flex;
    padding: 20px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    height: 100%;
}
.item-mission .img{
    flex: 0 0 50px;
    margin-right: 10px;
}

.item-mission p {
    margin-bottom: 0;
}

/* Gia tri cot loi */
.accordion__pageWrapper {
    height: calc(100vh - 120px);
    min-height: 880px
}

.accordion__pageWrapper--win {
    background-color: #fa6400
}

.accordion__pageWrapper--associates {
    background-color: #ffc220
}

.accordion__bg {
    height: 75%;
    min-height: 575px;
    width: auto;
    position: absolute;
    top: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.accordion__heading {
    padding-top: 70px;
    text-align: center;
    color: #fff;
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 35px
}

.accordion__wrapper {
    width: 100%;
}

.accordion__hidden {
    width: 80%;
    margin-left: 1%;
    box-sizing: border-box;
    float: left;
    margin-left: 10% !important;
    position: relative;
    display: none
}

@media screen and (max-width:1023px) {
    .accordion__hidden {
        width: 100%;
        float: none;
        margin-left: 0
    }

}

@media screen and (max-width:1023px) {
    .accordion__hidden {
        margin-left: 0 !important
    }

}

.accordion__hidden--win {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.accordion__hidden--associates {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

.accordion__close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 15px;
    cursor: pointer;
    z-index: 1
}

.accordion__close svg {
    width: 100%;
    height: auto
}

.accordion__close--white path {
    fill: #000 !important
}

.accordion__img {
    border-radius: 10px;
    width: 30%;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px
}

.accordion__copyWrapper {
    width: 70%;
    height: 202px;
    float: left;
    padding-left: 10px;
    position: relative
}

.accordion__copy {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.accordion__copy--win {
}

.accordion__copy--associates {
    color: #000
}

.accordion__copy h4 {
    font-size: 22px;
    margin-bottom: 10px
}

.accordion__copy p {
    font-size: 20px;
    font-style: italic;
    margin-bottom: 10px;
}

.accordion__nav {
    width: calc(20% - 10px);
    margin-left: 0;
    box-sizing: border-box;
    float: left;
    height: 100%;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    cursor: pointer;
    padding: 20px;
    background: #eeeeee;
}

@media screen and (max-width:1023px) {
    .accordion__nav {
        width: 100%;
        float: none;
        margin-left: 0
    }

}

.accordion__nav--yellow {
    background-color: #ffc220
}

.accordion__nav--green {
    background-color: #5fb446
}

.accordion__nav--blue {
    background-color: #0071ce
}

.accordion__nav--dBlue {
    background-color: #041e42
}

.accordion__nav--orange {
    background-color: #fa6400
}

.accordion__nav--maroon {
    background-color: #b7111d
}

.accordion__circle {
    border: 2px solid #ED1C24;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion__circle img {

    /* margin: 5px auto; */
}

.accordion__circle--blue {
    border: 5px solid #0071ce
}

.accordion__circle--dBlue {
    border: 5px solid #041e42
}

.accordion__circle--yellow {
    border: 5px solid #ffc220
}

.accordion__circle--red {
    border: 5px solid #de1c24
}

.accordion__circle--orange {
    border: 5px solid #fa6400
}

.accordion__circle--green {
    border: 5px solid #5fb446
}

.accordion__circle--white {
    border: 5px solid #fff
}

.accordion__directions {
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: bold;
    display: none;
}

.accordion__directions.active {
    display: block
}

@media only screen and (max-width:1023px) {
    .accordion__pageWrapper {
        height: auto
    }

    .accordion__nav {
        display: none
    }

    .accordion__directions.active {
        display: none
    }

    .accordion__wrapper {
        display: block
    }

    .accordion__hidden {
        display: block
    }

    .accordion__hidden::after {
        content: "";
        display: table;
        clear: both
    }

    .accordion__close {
        display: none
    }

}

@media only screen and (max-width:767px) and (orientation:portrait) {
    .accordion__heading {
        padding-top: 50px;
        margin-bottom: 20px
    }

    .accordion__bg {
        width: 100%;
        height: auto;
        padding: 0 20px
    }

    .accordion__hidden {
        border-bottom: none;
        padding-top: 20px;
        padding-bottom: 20px
    }

    .accordion__img {
        width: 100%;
        float: none;
        padding-top: 0
    }

    .accordion__copyWrapper {
        height: auto;
        width: 100%;
        float: none;
        padding-left: 0
    }

    .accordion__copy {
        position: static;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0)
    }

}

/* Chart */
.item-chart {
    display: flex;
    flex-wrap: wrap;
}

.chart-div {
    width: 40%;
}

.text-chart {
    width: 56%;
    padding-top: 50px;
}

.item-text-chart {
    display: flex;
    margin-bottom: 20px;
}

.item-text-chart p {
    line-height: 15px;
}

.mau1 {
    width: 15px;
    height: 15px;
    background: #ed1c24;
    flex: 0 0 15px;
    margin-right: 5px;
}

.mau2 {
    width: 15px;
    height: 15px;
    background: #bbbdc0;
    flex: 0 0 15px;
    margin-right: 5px;
}
#chartdiv {
    height: 250px;
}
#chartdiv1 {
    height: 250px;
}

#chartdiv2 {
    height: 250px;
}

#chartdiv3 {
    height: 250px;
}

.item-cophan{
    margin-top: 30px;
    text-align: center;
}
.item-cophan img{ 
    display: inline-block; 
    margin-bottom: 10px;
}
.item-cophan h3{
    color: var(--primary-color);
}
.item-cophan p{
    font-size: 18px;
}

/* Co cau co dong */
@media (max-width:1199px) {
    .chart-div {
        width: 100%;
    }

    .text-chart {
        width: 100%;
    }

}


/* Lich su hinh thanh */
.demo{ background-color: #d5d5d5; }
.main-timeline{
    font-family: 'Roboto', sans-serif;
    padding: 30px 0;
}
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline:before{
    content: '';
    background-color: #555;
    height: 100%;
    width: 5px;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
}
.main-timeline .timeline{
    width: 50%;
    padding: 0 100px 0 0;
    float: left;
    position: relative;
    z-index: 1;
    min-height: 192px;
}
.main-timeline .timeline:before{
    content: '';
    background-color: #fff;
    height: 5px;
    width: 80px;
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: -1;
}
.main-timeline .timeline-content{
    color: #000;
    background-color: #fff;
    border-radius: 20px;
    display: block;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-year{
    color: #000;
    background: var(--primary-color);
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    line-height: 100px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: absolute;
    right: -50px;
    top: 0;
    z-index: 1;
}
.main-timeline .timeline-year:before{
    content: '';
    background-color: #fff;
    height: 80%;
    width: 80%;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
}
.main-timeline .timeline-icon{

}
.main-timeline .timeline-icon img{
    margin: 0 auto;
    margin-bottom: 10px;
}
.main-timeline .title{
    color: #fff;
    background: linear-gradient(to right,#121365,#4546D0);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px;
    margin: 0 0 10px;
    border-radius: 20px 20px 0 0;
}
.main-timeline .description{
    list-style: disc;
    padding-left: 20px;
}
.main-timeline .description li{
    list-style: disc;
    padding-left: 0px;
}

.main-timeline .description1 li span{
    font-size: 18px;
    color: var(--primary-color);
    font-family: 'HelveticaNeue-Bold';
}
#details1{
    display: none;
    list-style: disc;
    padding-left: 20px;
}
#details2{
    display: none;
    list-style: disc;
    padding-left: 20px;
}

#details3{
    display: none;
    list-style: disc;
    padding-left: 20px;
}

#details4{
    display: none;
    list-style: disc;
    padding-left: 20px;
}

#details5{
    display: none;
}

#details6{
    display: none;
}

.details li{
    padding-left: 50px;
    position: relative;
}
.details li .year{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: var(--primary-color);
    font-family: 'HelveticaNeue-Bold';
    line-height: initial;;
}




.button {
  display: block;
  border-radius: 30px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 0px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  margin-top: 10px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

@media(max-width: 767px){
    .button{
        margin: 0 auto;
    }    
}

.main-timeline .timeline:nth-child(even){
    padding: 0 0 0 100px;
    margin: 0 0 20px 10px;
    float: right;
}
.main-timeline .timeline:nth-child(even):before{
    right: auto;
    left: 50px;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
    right: auto;
    left: -50px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    right: auto;
    left: 20px;
}
@media screen and (max-width:1024px){
    .main-timeline .timeline{
        height: auto;
    }
}
@media screen and (max-width:767px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        padding: 110px 0 0;
        margin: 0 0 20px;
        float: none;
    }
    .main-timeline .timeline:before{ display: none; }
    .main-timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year{
        left: 50%;
        transform: translateX(-50%);
    }
    .xemthem{text-align: center;}
}
@media screen and (max-width:567px){
    .main-timeline .title{ font-size: 18px; }
}



/* Mang luoi cong ty con */
.trends-in-two-lines{
    position: relative;
    height: 600px;
}
.trends-img-container {
    position: absolute;
    opacity: 1;
}

.trends-img{
    width: 100%;
    height: 100%;
}
.trends-overlay{
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    text-align: center;
    padding:10px;
    width: 75%;
    height: 75%;
    cursor: pointer;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-tron{
    background: #eee;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.trends-overlay div h3{
    font-size: 45px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 7px;
}
.trends-overlay div h4{
    font-size: 18px;
    color: #000;
    margin-top: 25px;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.trends-overlay div img{
    width: 40%;
    display: inline-block;
}
.trends-img-container:hover .trends-overlay{
    width: 100%;
    height: 100%;
    opacity: 1;
}
.trends-img-container-1{
    top: 42%;
    left: 2%;
    width: 25%;
}
.trends-overlay-1{
    background-color: #eee;
}
.trends-img-container-2{
    top: 8%;
    left: 20%;
    width: 23%;
}
.trends-overlay-2 {
    background-color: #eee;
}
.trends-img-container-3{
    top: 28%;
    right: 28%;
    width: 30%;
}
.trends-overlay-3 {
    background-color: #eee;
}
.trends-img-container-4{
    top: 1%;
    right: 5%;
    width: 23%;
}
.trends-overlay-4 {
    background-color: #eee;
}
.circle {
    transform: matrix(0.1, 0, 0, 0.1, 0, 0);
    opacity: 0;
}
.circle-entrance {
    animation: circleEntrance .5s ease-out forwards;
}
@keyframes circleEntrance {
    0% {
        opacity: 0;
        transform: matrix(0.1, 0, 0, 0.1, 0, 0);
    }
    50% {
        transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    }
    100% {
        opacity: 1;
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
}
#circle2 {
    animation-delay: 0.6s;
}
#circle3 {
    animation-delay: 1.2s;
}
#circle4 {
    animation-delay: 1.8s;
}
@media (max-width: 1024px){
    .trends-in-two-lines{
        height: 430px;
    }
    .trends-img-container-2{
        top: 2%;
    }
    .trends-overlay div h4{
        font-size: 16px;
    }
}
@media (max-width: 800px){
    .trends-in-two-lines{
        height: 600px;
    }
    .trends-img-container-1{
        width: 40%;
    }
    .trends-img-container-2{
        width: 35%;
        top: 3%;
        left: 20%;
    }
    .trends-img-container-3{
        width: 40%;
        top: 45%;
        right: 10%;
    }
    .trends-img-container-4{
        width: 35%;
        top: 5%;
    }
}
@media (max-width: 425px){
    .trends-in-two-lines{
        height: 1170px;
    }
    
    .trends-img-container-1 {
        width: 70%;
        top: 0%;
        left: 15%;
    }
    .trends-img-container-2 {
        width: 70%;
        left: 15%;
        top: 24%;
    }
    .trends-img-container-3{
        width: 70%;
        top: 48%;
        right: 15%;
    }
    .trends-img-container-4 {
        width: 70%;
        top: 72%;
        right: 15%;
    }
}

@media (max-width: 375px){
    .trends-img-container-1 {
        width: 80%;
        left: 10%;
    }
    .trends-img-container-2 {
        width: 80%;
        left: 10%;
    }
    .trends-img-container-3 {
        width: 80%;
        right: 10%;
    }
    .trends-img-container-4 {
        width: 80%;
        right: 10%;
    }
}
@media (max-width: 325px){
    .trends-in-two-lines{
        height: 1000px;
    }
    .trends-img-container-1 {
        width: 86%;
        left: 7%;
    }
    .trends-img-container-2 {
        width: 86%;
        left: 7%;
    }
    .trends-img-container-3 {
        width: 86%;
        right: 7%;
    }
    .trends-img-container-4 {
        width: 86%;
        right: 7%;
    }
}

.title-ctycon{
    background: var(--primary-color);
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'HelveticaNeue-Bold';
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 0px;
    padding: 10px 20px;

}
.content-ctycon{
    background: #ecedee;
    padding: 10px 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.content-ctycon li{
    display: flex;
    margin-bottom: 5px;
    flex-wrap: wrap; 
}
.content-ctycon li .name-ctycon{
    width: 30%;
    font-family: 'HelveticaNeue-Bold';
}
.content-ctycon li .text-ctycon{
    width: 70%;
}
@media (max-width: 500px){
    .content-ctycon li .name-ctycon{
        width: 100%;
    }
    .content-ctycon li .text-ctycon{
        width: 100%;
    }
    .item-ttcy p{
        padding-left: 0px;
    }
    .item-ttcy div{
        padding-left: 0px !important;
    }
}


/* Cau chuyen tong giam doc */
.story-ceo {
    position: relative;
}

.story-ceo figure {
    color: #fff;
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.story-ceo figure p {
    margin-bottom: 0px;
}


/* Owl Cau chuyen */

.testimonial-area {

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-area {
        padding-top: 90px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-area {
        padding-top: 0px
    }
}

@media (max-width: 767px) {
    .testimonial-area {
        padding-top: 0px
    }
}

.testimonial-area .testimonial-caption p {
    padding: 0 80px;
    margin-bottom: 37px;
    font-family: 'HelveticaNeue-Bold';
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-area .testimonial-caption p {
        font-size: 20px;
        padding: 0 0px;
        font-size: 17px
    }
}

@media (max-width: 767px) {
    .testimonial-area .testimonial-caption p {
        font-size: 19px;
        padding: 0 10px;
        font-size: 17px
    }
}

.testimonial-area .testimonial-ratting {
    margin-bottom: 21px
}

.testimonial-area .testimonial-ratting i {
    color: #FBBA42;
    display: inline-block
}

.testimonial-area .rattiong-caption h4 {
    color: var(--primary-color);
}
.testimonial-area .rattiong-caption p{
    font-family: 'Helvetica Neue';
    color: #404041;
    margin-bottom: 0px;
}

.testimonial-area .rattiong-caption span span {
    color: #767676;
    font-size: 16px;
    text-transform: capitalize
}
.single-testimonial{
    padding-top: 65px;
}
.testimonial-icon{
    margin-bottom: 25px;
}
.rattiong-caption{
    margin-bottom: 30px;
}
.h1-testimonial-active button.slick-arrow {
    position: absolute;
    top: 67%;
    left: -133px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    border: 0;
    padding: 0;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    height: 45px;
    width: 45px;
    line-height: 15px;
    border-radius: 50%;
    cursor: pointer;
    background: none;
    color: #96989a;
    font-size: 20px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .h1-testimonial-active button.slick-arrow {
        left: -45px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .h1-testimonial-active button.slick-arrow {
        left: -45px
    }
}

.h1-testimonial-active button.slick-next {
    left: auto;
    right: -133px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .h1-testimonial-active button.slick-next {
        right: -45px
    }
}

.h1-testimonial-active:hover button.slick-prev {
    left: -120px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .h1-testimonial-active:hover button.slick-prev {
        left: 0
    }
}

.h1-testimonial-active:hover button.slick-next {
    right: -120px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .h1-testimonial-active:hover button.slick-next {
        right: 0
    }
}

@media screen and (max-width: 576px) {
    .h1-testimonial-active button.slick-next{
        right: 0px;
        top: 17%;
    }
    .h1-testimonial-active button.slick-prev{
        left: 0px;
        top: 17%;
    }
    .h1-testimonial-active:hover button.slick-prev {
        left: 5px;
    }
    .h1-testimonial-active:hover button.slick-next {
        right: 5px;
    }
}

.h1-testimonial-active:hover button {
    background: var(--primary-color);
    color: #fff
}

.testimonial-icon img {
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto
}

.h1-testimonial-active .testimonial-icon img {
    border: 3px dashed transparent;
    border-radius: 50%
}

.h1-testimonial-active:hover .testimonial-icon .ani-btn {
    animation: 1.3s cubic-bezier(0.8, 0, 0, 1) 0s normal none infinite running pulse;
    box-shadow: 0 0 0 0 rgba(216, 10, 10, 0.302);
    -webkit-animation: 1.3s cubic-bezier(0.8, 0, 0, 1) 0s normal none infinite running pulse
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(226, 14, 14, 0)
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(237, 28, 36, 0)
    }
}







.item-achievement{
  padding:20px;
  text-align: center;
  background: #ecedee;
  height: 100%;
}
.item-achievement h3{
    font-size: 50px;
}
.item-achievement img{
  display: inline-block;
  margin-bottom: 10px;
}


@media (max-width: 767px){
    .text-chart{
        display: none;
    }
}