:root {
    --primary: #282364;
    --secondary: #575757;
    --light: #f5f5f5;
    --dark: #343434;
}

#head-content {
    position: relative;
    padding: 50px 0;
}

#head-content .text-content {
    position: relative;
}

#head-content .text-content h1 {
    font-size: 45px;
    font-weight: 600;
}

#head-content .text-content h1 span {
    font-size: 60px;
    font-weight: 700;
}

.section-title {
    position: relative;
    margin-bottom: 40px;
}

.section-title .title {
    position: relative;
    margin-bottom: 40px;
}

.section-title .title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    position: relative;
    padding-left: 25px;
}

.section-title .title:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 5px solid #fff;
}

.section-title .title-primary {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--primary);
    position: relative;
    padding-left: 25px;
}

.section-title .title-primary:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 5px solid var(--primary);
}

.section-title .title span {
    font-size: 60px;
    font-weight: 700;
}

.border-head-white {
    border: 1px solid #fff;
    display: block;
    margin: auto;
    margin-bottom: 25px;
    margin-top: 25px;
    width: 150px;
}

.border-head-primary {
    border: 1px solid var(--primary);
    display: block;
    margin: auto;
    margin-bottom: 25px;
    margin-top: 25px;
    width: 150px;
}

/* company */

#company {
    position: relative;
}

/* #company::before {
    position: absolute;
    right: 0;
    top: 0;
    width: 55%;
    height: 100%;
    content: "";
    background: rgb(52 52 52 / 10%);
    -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
} */

#company .info-img {
    position: relative;
    z-index: 1;
}

#company .info-img::after {
    content: "";
    position: absolute;
    width: 370px;
    top: 50px;
    left: -20px;
    bottom: -20px;
    z-index: -1;
    border: 5px solid var(--dark);
}

#company .experience {
    position: absolute;
    bottom: 15px;
    right: -15px;
}

.experience p {
    background: var(--dark);
    color: #fff;
    width: 160px;
    height: auto;
    text-align: center;
    font-size: 18px;
    padding: 15px;
}

.experience p span {
    font-size: 30px;
    font-weight: 700;
}

.about-content .section-title .minititle {
    color: var(--dark);
    font-size: 16px;
    letter-spacing: 1px;
    position: relative;
    padding-left: 15px;
    display: inline-block;
}

.about-content .section-title .minititle:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    background: var(--primary);
    left: 0px;
    top: 0;
}

.about-content .section-title .htitle {
    font-size: 30px;
    margin: 20px 0;
    color: var(--primary);
}

.about-content p {
    font-size: 18px;
}

/* we-are */
#we-are {
    position: relative;
}

.weare-content {
    display: flex;
    align-items: center;
}

.allserv-box {
    position: relative;
}

.allserv-img {
    position: relative;
    box-shadow: 0px 0px 15px rgb(255 255 255 / 50%);
}

.allserv-text {
    position: relative;
    padding: 15px;
}

.allserv-text p {
    font-size: 18px;
    font-weight: 600;
}

#product {
    position: relative;
    margin-top: -7rem;
    padding-top: 40px;
}

#product .product-item {
    background-color: #fff;
    text-align: center;
    border: 1px solid color-mix(in srgb, #444444, transparent 85%);
    padding: 50px 20px;
    transition: all ease-in-out 0.3s;
}

#product .product-item:hover {
    background: var(--primary);
    border-color: var(--primary);
}

#product .product-item .icon {
    margin: 0 auto;
    width: 130px;
    height: 130px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.3s;
    transform-style: preserve-3d;
}

#product .product-item .icon img {
    width: 100px;
    transform: scale(1);
    transition: ease-in-out 0.3s;
}

#product .product-item:hover .icon img {
    width: 100px;
    transform: scale(0.8);
    transition: ease-in-out 0.3s;
}

#product .product-item h3 {
    font-weight: 700;
    margin: 10px 0 15px 0;
    font-size: 22px;
    color: var(--primary);
}

#product .product-item p {}

#product .product-item:hover h3, #product .product-item:hover p {
    color: #fff;
}

.overlay-9 {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(40 35 100 / 90%);
    top: 0;
    left: 0;
    z-index: -1;
}

.overlay-8 {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(40 35 100) 0%, rgb(87 87 87 / 50%) 70%);
    top: 0;
    left: 0;
    z-index: -1;
}

#breadcroumb-area {
    background-image: url(../images/bg/breadcroumb.png);
}

#breadcroumb-area {
    height: 300px;
    background-size: cover;
    background-position: center bottom;
    background-color: #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

#breadcroumb-area .breadcroumb-title .title {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 40px;
    position: relative;
    padding-left: 25px;
}

#breadcroumb-area .breadcroumb-title .title:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 5px solid #fff;
}

#breadcroumb-area .breadcroumb-title .menu-list {
    color: #fff;
    font-size: 18px;
    margin-top: 25px;
    font-weight: 400;
}

#breadcroumb-area .breadcroumb-title a {
    color: #fff;
    font-size: 18px;
    margin-top: 25px;
    font-weight: 700;
}

#logistics {
    position: relative;
    margin-top: -9rem;
    padding-top: 40px;
    padding-bottom: 0;
    background: rgb(52 52 52 / 10%);
}

.worker {
    position: relative;
}

.worker img {
    /* height: 400px; */

}

.logistics-box {
    position: relative;
    background-color: #fff;
    padding: 20px 20px;

}

.logis-img {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.3s;
}

.logis-img img {
    width: 150px;
}

.logistics-box .logis-img .hvr-backward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.logistics-box:hover .logis-img .hvr-backward,
.logistics-box:focus .logis-img .hvr-backward,
.logistics-box:active .logis-img .hvr-backward {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
}

.logis-text {
    position: relative;
}

.logis-text h3 {
    font-weight: 700;
    margin: 10px 0 15px 0;
    font-size: 22px;
}

.logis-text p {}

#contact {}

.contact-info {
    position: relative;
}

.contact-info .section-title .txt-title {
    color: var(--primary);
    font-size: 20px;
    position: relative;
    padding-left: 15px;
    display: inline-block;
}

.contact-info .section-title .txt-title:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    background: var(--primary);
    left: 0px;
    top: 0;
}

.contact-inner {
    margin-bottom: 30px;
}

.contact-info .icon {
    margin-left: 0;
    background: var(--primary);
    color: #fff;
    padding: 10px 20px;
    border-radius: 0;
    float: left;
    margin-right: 2px;
}

.contact-info .icon i {
    font-size: 20px;
}

.contact-inner h6 {
    font-size: 18px;
    font-weight: 400;
    padding-left: 80px;
}

.contact-inner p {
    font-size: 16px;
    padding-left: 80px;
}

.contact-social {
    position: relative;
}

.contact-social ul {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
}

.contact-social ul li {
    list-style: none;
}

.contact-social ul li a {
    width: 100px;
    height: 70px;
    background-color: #ffffff00;
    text-align: center;
    line-height: 75px;
    font-size: 40px;
    margin: 0px 0px 0 5px;
    display: block;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(40 35 100 / 70%);
    z-index: 1;
}

.contact-social ul li a .icon {
    position: relative;
    color: var(--primary);
    transition: .5s;
    z-index: 3;
}

.contact-social ul li a:hover .icon {
    color: #fff;
    transform: rotateY(360deg);
}

.contact-social ul li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: .5s;
    z-index: 2;
}

.contact-social ul li a:hover:before {
    top: 0;
}

.contact-social ul li:nth-child(1) a:before {
    background: #06c755;
}

.contact-social ul li:nth-child(2) a:before {
    background: #3b5999;
}

#service {
    position: relative;
}

.service-box {
    position: relative;
    background: rgb(52 52 52 / 10%);
}

.service-box .service-img {
    position: relative;
    overflow: hidden;
}

.service-box .service-img img {
    transform: scale(1);
    transition: ease-in-out 0.3s;
}

.service-box:hover .service-img img {
    transform: scale(1.2);
    transition: ease-in-out 0.3s;
}


.service-box .service-body {
    position: relative;
    padding: 20px;
}

.service-title {
    font-size: 18px;
}

#gallery {
    position: relative;
}

#vdo-company {
    position: relative;
    padding-bottom: 0;
    background: rgb(52 52 52 / 10%);
}

.choose-us-content {
    background: var(--primary);
    padding: 85px 30px;
    height: 650px;
    position: relative;
    z-index: 1;
    margin-bottom: -55px;
}

.section-title {
    position: relative;
    margin-bottom: 0px;
    color: #fff;
}

.pop-up-video a.video-play-btn {
    font-size: 25px;
    color: #fff;
    border: 2px solid #F35C27;
    padding: 15px;
    width: 80px;
    height: 80px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    background: #F35C27;
    cursor: pointer;
    z-index: 9;
}

.pop-up-video a::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border: 1px solid #FCD1C1;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

/* mobile  */
@media (max-width : 992px) {
    .weare-content {
        display: block;
        align-items: none;
    }

    #head-content .text-content h1, #head-content .text-content h1 span {
        font-size: 30px;
    }

    #product {
        margin-top: -5rem;
    }

    #product .product-item {
        padding: 20px 15px;
    }

    #logistics {
        margin-top: -6rem;
        padding-bottom: 50px;
    }

    .worker img {
        height: 400px;
        display: block;
        margin: auto;
    }

    #breadcroumb-area {
        height: 200px;
    }

    #breadcroumb-area .breadcroumb-title .title {
        font-size: 25px;
        font-weight: 600;
        margin-top: 0px;
    }

    #breadcroumb-area .breadcroumb-title a {
        color: #fff;
        font-size: 18px;
        margin-top: 25px;
        font-weight: 600;
    }

    #breadcroumb-area .breadcroumb-title .menu-list {
        color: #fff;
        font-size: 16px;
        margin-top: 25px;
        font-weight: 400;
    }

    .section-title .title-primary, .section-title .title {
        font-size: 25px;
    }

    .choose-us-content {
        padding: 40px 30px;
        height: auto;
        margin-bottom: 30px;
    }

    #vdo-company {
        padding-bottom: 30px;
    }
}

@media (max-width : 768px) {}

@media (max-width : 576px) {}

@media (max-width : 480px) {
    #head-content {
        padding: 30px 50px;
    }

    #head-content .text-content h1, #head-content .text-content h1 span {
        font-size: 25px;
    }

    #company .info-img::after {
        left: 20px;
        width: 200px;
    }

    #company .experience {
        bottom: -30px;
        right: 0;
    }

    .experience p {
        width: 230px;
        font-size: 16px;
        padding: 10px;
    }

    .experience p {
        width: 230px;
        font-size: 16px;
        padding: 10px;
    }

    .experience p span {
        font-size: 18px;
        font-weight: 700;
    }

    .about-content .section-title .htitle {
        font-size: 20px;
        margin: 20px 0 0 0;
    }

    .section-title .head-title {
        font-size: 20px;
    }

    .text-detail {
        font-size: 16px;
    }

    #product {
        margin-top: -3.7rem;
    }

    #product .product-item {
        padding: 15px 10px;
    }

    #product .product-item h3 {
        font-size: 18px;
    }

    #product .product-item .icon {
        width: 100px;
        height: 100px;
    }

    #product .product-item .icon img {
        width: 120px;
    }

    .worker img {
        height: 200px;
    }

    .service-title {
        font-size: 16px;
    }

    .service-box .service-body {
        padding: 10px;
    }

    .contact-social ul li a {
        width: 80px;
        height: 60px;
        line-height: 65px;
        font-size: 30px;
    }

    #breadcroumb-area .breadcroumb-title .title {
        font-size: 20px;
    }

    #breadcroumb-area .breadcroumb-title .menu-list {
        margin-top: 10px;
    }

    #breadcroumb-area {
        height: 150px;
    }

    #breadcroumb-area .breadcroumb-title .title:before {
        border-left: 3px solid #fff;
    }


    .section-title .title-primary, .section-title .title {
        font-size: 20px;
    }

    .choose-us-content {
        padding: 30px 15px;
    }

    .overlay-8 {
        background: linear-gradient(to right, rgb(40 35 100) 0%, rgb(87 87 87 / 70%) 100%);
    }
}

@media (max-width : 320px) {}