#section-texthead {
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
}

#section-texthead h2 {
    font-size: 75px;
    color: white;
    font-weight: 300;
    line-height: 84px;
    position: relative;
    z-index: 3;
}

#section-texthead:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #1f1f1f, rgb(15 44 73 / 25%));
}


#page-section {
    position: relative;
    background: #f5f5f5;
}

#page-section h2 {
    position: relative;
    color: #e65700;
    font-size: 48px;
    z-index: 1;
}

#page-section h3 {
    position: relative;
    color: #e65700;
    font-size: 24px;
    z-index: 1;
}

#page-section span {
    color: #242424;
    font-size: 18px;
}

#page-section .text-service h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 400;
}

#page-section .text-service p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
}

#page-section .detailpage p {
    color: #242424;
    font-size: 18px;
    font-weight: 300;
}

#page-section .detail h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 10px;
}

#page-section .text-port h4 {
    color: #e65700;
    font-size: 24px;
    font-weight: 400;
    line-height: 10px;
}

#page-section .text-port p {
    color: #242424;
    font-size: 16px;
    font-weight: 300;
}

#page-section .detail p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
}

#page-section .detail span {
    color: #e65700;
    font-size: 14px;
    font-weight: 300;
}

.typeport {
    position: relative;
    display: inline-block;
}

.typeport::before {
    content: '';
    position: absolute;
    min-width: 375px;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgb(209, 209, 209);
    background: linear-gradient(240deg, rgba(209, 209, 209, 1) 26%, rgba(230, 87, 0, 1)26%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    z-index: 0;
}

.col-policy {
    position: relative;
    margin-bottom: 30px;
}

.col-policy .img-policy {
    position: relative;
    overflow: hidden;
}

.col-policy .text-policy {
    position: relative;
    overflow: hidden;
    padding: 30px 30px;
}

.col-policy .text-policy {
    opacity: 0;
    position: absolute;
    left: 11px;
    bottom: 0px;
    right: 11px;
    top: 0px;
    color: #fff;
    transform: translateX(60px);
    background: rgba(78, 31, 0, 0.568);
    -webkit-transition: all .3s ease-in-out;
    -khtml-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.col-policy:hover .text-policy {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transition: all .3s ease-in-out;
    -khtml-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media(min-width:992px) {
    
    .col-service {
        position: relative;
    }

    .col-service .item-service {
        position: relative;
        overflow: hidden;
    }

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

    .col-service .text-service {
        position: relative;
        overflow: hidden;
        padding: 30px 30px;
    }

    .col-service .text-service {
        opacity: 0;
        position: absolute;
        left: 11px;
        bottom: 0px;
        right: 11px;
        top: 0px;
        transform: translateX(60px);
        background: rgba(78, 31, 0, 0.568);
        -webkit-transition: all .3s ease-in-out;
        -khtml-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .col-service:hover .text-service {
        opacity: 1;
        transform: translateX(0px);
        -webkit-transition: all .3s ease-in-out;
        -khtml-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .col-policy {
        position: relative;
    }

    .col-policy .img-policy {
        position: relative;
        overflow: hidden;
    }

    .col-policy .text-policy {
        position: relative;
        overflow: hidden;
        padding: 30px 30px;
    }

    .col-policy .text-policy {
        opacity: 0;
        position: absolute;
        left: 11px;
        bottom: 0px;
        right: 11px;
        top: 0px;
        color: #fff;
        transform: translateX(60px);
        background: rgba(78, 31, 0, 0.568);
        -webkit-transition: all .3s ease-in-out;
        -khtml-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .col-policy:hover .text-policy {
        opacity: 1;
        transform: translateX(0px);
        -webkit-transition: all .3s ease-in-out;
        -khtml-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .typeport {
        position: relative;
        display: inline-block;
    }

    .typeport::before {
        content: '';
        position: absolute;
        min-width: 375px;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background: rgb(209, 209, 209);
        background: linear-gradient(240deg, rgba(209, 209, 209, 1) 26%, rgba(230, 87, 0, 1)26%);
        clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
        z-index: 0;
    }

    .img-port {
        position: relative;
    }

    .img-port .img-port1 {
        position: relative;
        overflow: hidden;
        border: 1px solid #dddddd;
    }

    .img-port .img-port1 img {
        transform: scale(1);
        -webkit-transition: all .5s ease-in-out;
        -khtml-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .img-port:hover .img-port1 img {
        transform: scale(1.2);
        -webkit-transition: all .5s ease-in-out;
        -khtml-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
}




.col-service {
    position: relative;
    margin-bottom: 20px;
}

.col-service .item-service {
    position: relative;
    overflow: hidden;
}

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

.col-service .text-service {
    position: relative;
    overflow: hidden;
    padding: 30px 30px;
}

.col-service .text-service {
    opacity: 0;
    position: absolute;
    left: 11px;
    bottom: 0px;
    right: 11px;
    top: 0px;
    transform: translateX(60px);
    background: rgba(78, 31, 0, 0.568);
    -webkit-transition: all .3s ease-in-out;
    -khtml-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.col-service:hover .text-service {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transition: all .3s ease-in-out;
    -khtml-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.bg-navigator {
    font-size: 16px;
    color: #a8bbcf;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.bg-navigator a:nth-child(1) {
    padding-right: 10px;
    padding-left: 0px;
    color: #e65700;
    display: inline-block;
    font-weight: 500;
    border-right: 1px solid white;
    text-decoration: none;
    margin: 10px 0;
}

.bg-navigator a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: #242424;
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #e9ecef;
    --bs-pagination-border-radius: 0rem;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: #e49360;
    --bs-pagination-hover-border-color: #dee2e6;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #e9ecef;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25remrgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #e65700;
    --bs-pagination-active-border-color: #e65700;
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #dee2e6;
    display: flex;
    padding-left: 0;
    list-style: none;
}


#page-section .prev-next .prev-but{
    background: #242424;
    padding: 15px 25px;
    color: #e65700;
    font-size: 18px;
    font-weight: 400;
    border: 2px solid #e6580000;
}

#page-section .prev-next .prev-but:hover{
    background: #ffffff;
    padding: 15px 25px;
    color: #242424;
    font-size: 18px;
    font-weight: 400;
    border: 2px solid #e65700;
}

#page-section .prev-next .next-but{
    background: #242424;
    padding: 15px 25px;
    color: #e65700;
    font-size: 18px;
    font-weight: 400;
    border: 2px solid #00000000;
}

#page-section .prev-next .next-but:hover{
    background: #ffffff;
    padding: 15px 25px;
    color: #242424;
    font-size: 18px;
    font-weight: 400;
    border: 2px solid #e65700;
}

#page-section .prev-next .prev-but span{
    color: #e65700;
    font-weight: 300;
}

#page-section .prev-next .next-but span{
    color: #e65700;
    font-weight: 300;
}