﻿.img-intro {
    width: 200px;
    height: 300px;
    border-radius:30%;
    margin-right:20px;
}
.title-intro-company {
    border: 1px solid #e8edeb;
    width: 184px;
    padding: 10px;
    border-radius: 20px;
    background: #e8edeb;
    color: #044735;
    font-weight: bold;
}
.content-info {
    font-size: 30px;
    font-weight: bold;
}
.item-bullet {
    font-weight: bold;
    color:#000;
}
.statistical {
    background:url("/TempImage/statistical_background.jpg");
    background-size: cover;
    color:#fff;
    margin-top:12px;
}
.statistical-row {
    padding:20px;
    text-align:center;
}
.statistical-item {
    padding:10px;
    display:inline;
}
.img-statistical {
    border-radius: 50%;
    margin-top:-44px;
}
.statistical-item-desc {
    display: inline-block;
    text-align: left;
    margin-left: 15px;
}
.counter {
    font-size: 44px;
    color: #f5c10a;
    font-weight:bold;
}
/*đội ngũ begin*/
.img-logo-employee {
    width:60px;
    height:60px;
}
.title-employee-item {
    margin-top:21px;
}
.title-employee-company {
    font-size: 20px;
    margin: 20px 0;
    font-weight: bold;
    border-radius: 20px;
    border: 1px solid #316828;
    padding: 9px;
    width: 170px;
    background: #316828;
    color: #fff;
    display: flex;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #094533;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    color: #fff;
    box-shadow: #094533 0px 5px 15px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.swiper-wrapper {
    transition-timing-function: linear !important;
}
.employee-info {
    height:200px;
}
.employee-name {
    padding-top:20px;
    font-weight:bold;
}
.employee-position {
    color:#ccc;
}
.employee-desc {
    padding: 0 20px;
    text-align: justify;
}
/*đội ngũ end*/
/*tại sao chọn chúng tôi begin*/
.why-choose {
    margin:20px;
}
.title-why, 
.title-visionMission {
    color: #094533;
}
.img-why {
    border-radius:20px;
}
.why-slogan {
    font-weight:bold;
    margin-bottom:42px;
}
.why-choose-count {
    margin-bottom:50px;
}
.why-choose-count-title {
    font-size: 40px;
    border: 1px solid #094533;
    border-radius: 50%;
    padding: 20px;
    background: #094533;
    color: #fff;
}
/*tại sao chọn chúng tôi end*/

/*dowload app begin*/
.dowload-app-section {
    background: #044735;
    color: #fff;
}
.dowload-app {
    padding:70px;
}
.dowload-app-col {
    margin:auto;
}
.icon-transport {
    width: 200px;
}
.dowload-img {
    text-align:center;
}
/*dowload app end*/
/*Policy begin*/
.section-policy {
    padding:40px;
}
.policy-col {
    padding: 0 165px;
}
.title-policy {
    color: #044735;
}
.desc-policy {
    text-align: justify;
    line-height: 3;
}
.section-vision {
    padding: 40px;
}
.img-vision {
    width: 300px;
    height: auto;
    border-radius: 20px;
}
.container-vision {
    max-width: 1320px !important;
}
.desc-vision {
    line-height:3;
    text-align:justify;
}
.vision-mission {
    padding: 40px 0;
    background: #f5f7fa;
}

.vm-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.vm-box {
    width: 360px;
    padding: 30px;
    color: white;
    border-radius: 6px;
    position: relative;
}

.vm-box h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.vm-box::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 60px;
    clip-path: polygon(0 0, 100% 20%, 80% 100%, 0 80%);
    opacity: 0.35;
}

.vm-green {
    background: #4CB54C;
}
.vm-green::after {
    background: #4CB54C;
}

.vm-blue {
    background: #0066CC;
}
.vm-blue::after {
    background: #0066CC;
}

@media (max-width: 768px) {
    .vm-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .vm-box {
        width: 90%;
    }
}
/*Policy end*/
@media screen and (max-width: 1023px) {
    .statistical-item {
        display: block;
    }
    .intro-col-img {
        margin-bottom: 20px;
    }
    .img-why-col {
        text-align:center;
    }
    .img-why {
        width: 297px;
    }
    .dowload-img img {
        width:200px;
    }
    .policy-col {
        padding:0;
    }
}
@media (min-width:1023px) and (max-width:1024px) {
    .img-why {
        width: 482px;
    }
    .policy-col {
        padding: 0;
    }
}
