.seo-banner .content{display: flex;}
.banner-lbox {
    padding: 30px 0;
    color: #fff;
}
.banner-lbox .tit {
    letter-spacing: 2px;
    line-height: 60px;
    text-align: left;
    font-size: 38px;
}
.banner-lbox .stit {
    letter-spacing: 2px;
    line-height: 40px;
    text-align: left;
    font-size: 18px;
    margin: 0;
}
.banner-lbox .des {
    font-size: 15px;
    line-height: 30px;
}
.banner-lbox hr{
    width: 50px;
    height: 3px;
    background: #fff;
    border: 0;
    margin: 15px 0 25px;
    opacity: 1;
}
.banner-lbox h3 {
    font-size: 18px;
}
.banner-lbox p {
    font-size: 13px;
    margin-top: 15px;
}
.banner-content a {
    background-color: rgba(255,255,255,0.16);
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    border: 2px solid #fff;
    border-radius: 50px;
    display: block;
    text-align: center;
}
.banner-content a:hover{
    color: #3c78d8;
    background-color: #fff;
-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.seoTrilogy-tit {
    padding-top: 100px;
}

.seoTrilogy-tit h2 {
    color: #333;
    text-align: center;
    font-size: 32px;
    letter-spacing: 2px;
}
.seoTrilogy-tit p {
    color: #666;
    text-align: center;
    font-size: 16px;
    padding: 30px 0 50px;
    margin: 0;
}
.seoTrilogy-list{
    background-size: cover;
    padding-bottom: 100px;
    position: relative;
}
.seoTrilogy .seoitem {
    margin-bottom: 20px;
    text-align: center;
}
.seoitem-box {
    background-color: #fff;
}
.seoTrilogy .seoitem h3 {
    padding-top: 30px;
    font-size: 20px;
    color: #333;
}
.seoTrilogy .seoitem .videos {
    padding: 30px 15px 0;
}
.seoTrilogy .seoitem .videos video {
    max-width: 100%;
}
.seoTrilogy .seoitem ul {
    padding: 20px 20px 50px;
}
.seoTrilogy .seoitem ul li {
    letter-spacing: 0;
    line-height: 3em;
    text-align: left;
    font-size: 13px;
    margin-left: 20px;
    list-style: disc;
}
.seoService .tit {
    text-align: center;
    margin: 50px 0 20px;
    font-size: 40px;
}
.seoService .stit {
    text-align: center;
    font-size: 16px;
}
.seoService .package{margin-bottom: 50px;}
.seoService .table th{text-align: center;}
table.dataTable td p {
    font-size: 14px;
}
table.dataTable td p:last-of-type{margin-bottom:0;}

.custodyProcess-tit {
    padding-top: 100px;
}
.custodyProcess-tit span {
    color: #fff;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    padding-bottom: 15px;
    display: block;
}
.custodyProcess-tit h2 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    letter-spacing: 2px;
}
.custodyProcess-tit p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 30px 0 50px;
    margin: 0;
}
.custodyProcess-list{
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 50px;
    position: relative;
}
.custodyProcess-lst .custodyProcess-slide {
    padding: 0 15px;
}
.custodyProcess-box {
    text-align: center;
    margin-bottom: 50px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    border-radius: 10px;
    display: inline-block;
}
.custodyProcess-box img {
    max-width: 100%;
    background-color: #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.custodyProcess-box img:hover {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.custodyProcess-box h3 {
    letter-spacing: 1px;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.custodyProcess-box h3+div{
    height: 50px;
    margin: 0 10%;
    position: relative;
}
.custodyProcess-box h3+div::before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #f1f1f1;
    z-index: 1;
}
.custodyProcess-box .cir {
    left: 50%;
    top: 20px;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    font-size: 13px;
    color: #fff;
    position: absolute;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #3c78d8;
    opacity: 1;
    transition: all .1s;
}
.custodyProcess-box .cir::before {
    opacity: .35;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    box-shadow: 0 8px 18px 2px #3c78d8;
    border-radius: 50%;
}
.custodyProcess-box p {
    font-size: 14px;
    height: 60px;
    margin-bottom: 30px;
    color: #8a8a8a;
    line-height: 24px;
}
.custodyProcess-list .slick-dots .presentation {
    opacity: 1;
    width: 6%;
    border-radius: 0;
    height: 4px;
    background: #d8d8d8;
}
.custodyProcess-list .slick-dots .presentation:hover {
    background: #333;
}
.custodyProcess-list .slick-dots .presentation.slick-active {
    background: rgba(255,255,255,0.5);
}
.custodyProcess-list .abtn{
    background-color: rgba(255,255,255,0.2);
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    border: 2px solid #fff;
    border-radius: 50px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.custodyProcess-list .abtn:hover{
    color: #3c78d8;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}




@media (min-width: 768px){
    .banner-tit {
        letter-spacing: 2px;
        line-height: 60px;
    }
    .banner-des {
        font-size: 16px;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .banner-lbox {padding: 80px 0;}
    .banner-lbox:first-of-type{padding-right:30px;}
    .banner-lbox:last-of-type{padding-left: 30px;}
    .custodyProcess-list{padding-bottom: 100px;}
}
@media (max-width: 768px){
    .banner-tit {font-size: 38px;}
    #main-container .banner{background-position: center left !important;}
    .banner-lbox .banner-video {padding-bottom: 30px;}
    .seoService .block.block-rounded{overflow-x:scroll;}
    .seoService .table-responsive{width:1000px;}
}