/*
Custom CSS for TemplateMo 561 Purple Buzz

https://templatemo.com/tm-561-purple-buzz

*/
body {
    padding-top: 60px; /* Giá trị này bằng chiều cao của menu */
}

:root {
    --color_primary: #017ba4;
    --color_second: #64b74b;
}

.text-primary {
    color: var(--color_primary)!important;
}

.typo-space-line::after, .typo-space-line-center::after {
    border-bottom: 5px solid var(--color_primary)!important;
}

#section-value, #section-partner {
    background-color: #64b74b !important;
    background: linear-gradient(56deg, #64b74b 0%, #063322 38%, #017ba4 500%);
}

#list-industry {
    justify-content: center;
}

#list-industry .row {
    /* justify-content: center; */
    justify-content: space-around;
    display: flex;
}

#footer-bg {
    background-color: #64b74b !important;
    background: linear-gradient(56deg, #64b74b 0%, #41c693 38%, #017ba4 500%);
}
#copyright {
    background-color: #063322 !important;
}

.progress-bar {
    background-color: var(--color_primary)!important;
}
.about-image {
    text-align: right;
}
.about-image img{
    width: 100%;
}

.btn-outline-primary {
    border-color: var(--color_primary)!important;
    text-transform: uppercase;
}

.btn-outline-primary:hover {
    color: white!important;
    border-color: var(--color_primary)!important;
    background: linear-gradient(56deg, #64b74b 0%, #063322 38%, #017ba4 500%)!important
}
.bg-secondary {
    background-color: #64b74b !important;
    background: linear-gradient(56deg, #64b74b 0%, #063322 38%, #017ba4 500%)!important;
}

.text-secondary {
    color: var(--color_primary)!important;
}
.rounded {
    border: none!important;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: white; /* Hoặc màu nền của menu */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Tùy chọn: thêm hiệu ứng shadow */
}

.navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: white; /* Hoặc màu nền của menu */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Tùy chọn: thêm hiệu ứng shadow */
}
/* body {
    padding-top: 60px;
} */

#section-about {
    padding-top: 60px;
}

.team-member {
    display: flex;
    flex-direction: column;
    min-height: 250px;
}

.team-member-caption p {
    color: #063322;
    text-transform: uppercase;
}

section {
    scroll-margin-top: 60px; /* Giá trị này bằng chiều cao menu */
}

.logo-elb {
    width: 50px;
}

.contact-icon img {
    width: 100%;
}

.numbered-list {
    list-style-type: decimal; /* Thay đổi thành decimal để đánh số */
    padding-left: 20px; /* Thụt lề để số rõ ràng */
}

.creative-content .item-app{
    width: 40px;
}
.partner-wap-col img {
    width: 200px;
}

.partner-wap{
    filter: grayscale(0);
}

.partner-wap-col .card {
    border-top-left-radius: 80px 80px;
    align-items: center;
    border-bottom-right-radius: 80px 80px;
}

.right-content {
    text-align: right;
}
.left-content {
    text-align: left;
}
.mobile-layout {
    display: none;
}
.social-footer .creative-content {
    align-items: center;
}

.creative-content .icon-certificate {
    width: 120px;
}

.fill-white {
    fill: white;
    filter: invert(1);
}

.device-platform {
    align-items: center;
    max-width: 90%;
    margin: 0 auto;
}
.max-800-content {
    max-width: 1024px;
    margin: 0 auto;
}
.justify {
    text-align: justify;
}
.flex-auto {
    flex: auto;
}


.carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  
  .carousel-track {
    display: flex;
    width: 100%;
    animation: slide 20s linear infinite;
    will-change: transform;
  }
  
  .carousel-track .partner-item {
    width: 20%;
    flex-shrink: 0;
    margin: 0px 50px;
    background: white;
    padding: 20px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
  }

  .carousel-track .partner-item img {
    width: 100%;
  }
  
  @keyframes slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
/* 
.bg-device {
    background-image: url('./../img/bg-device.png');
    background-position: center center; background-size: contain;
    background-color: rgba(40, 117, 62, 0.3);
} */

@media only screen and (max-width: 768px) {
    .desktop-layout {
        display: none;
    }
    .mobile-layout {
        display: block;
    }
    .pb-5 {
        padding-bottom: .5rem!important
    }
    .py-5 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }
    .mb-4 {
        margin-bottom: .5rem !important;
    }
    .pt-4 {
        padding-top: .5rem !important;
    }
    #list-industry .row {
        /* justify-content: center; */
        justify-content: start;
        display: flex;
    }

    .carousel-track {
        display: flex;
        width: 100%;
        transition: transform 0.5s linear;
        will-change: transform;
      }

    .carousel-track .partner-item {
        width: 60%;
        flex-shrink: 0;
        margin: 0px 50px;
        background: white;
        padding: 20px;
        border-bottom-right-radius: 40px;
        border-top-left-radius: 40px;
    }
    .navbar-nav {
        text-align: right!important;
    }
    .h3 {
        font-size: 25px;
    }
    .h2 {
        font-size: 31px;
    }

    .team-member {
        display: flex;
        flex-direction: column;
        min-height: 225px;
    }
}
