@charset "utf-8";
@import url("fonts.css");

/*
* Saramnuri R&D Team
* Copyright 2021 SARAMNURI
* Written for - www.saramnuri.com
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "SCDream", sans-serif;
    color: #11101d;
}

a {
    color: #a594ff;
    text-decoration: none;
}

a:hover {
    color: #a594ff;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "SCDream", sans-serif;
}


/*--------------------------------------------------------------
# Company
--------------------------------------------------------------*/
.company .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.company-top {
    margin-top: 170px;
    border-bottom: 1px solid #d6dce2;
}

.company-title {
    text-align: left;
    display: flex;
    height: 420px;
    margin: 0 auto;
}

.company-title .text {
    padding: 60px 0px;
}

.company-title .text h1 {
    font-size: 50px;
    font-weight: 800;
    color: #3366ff;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 30px;
}

.company-title .text h1 sub {
    font-size: 24px;
    font-weight: 500;
    color: #bbb;
    bottom: 2px;
    letter-spacing: 0px;
    margin-left: 10px;
}

.company-title .text p {
    font-size: 36px;
    font-weight: 400;
    color: #11101d;
}

.company .greetings {
    padding: 0px;
}

.company .greetings h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #11101d;
    margin-top: 3px;
}

.company .greetings h3 strong {
    color: #3366ff;
}

.company .greetings h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #11101d;
    line-height: 1.8;
}

.company .greetings p {
    font-size: 18px;
    margin: 0px 0px 20px;
    font-weight: 400;
    color: #11101d;
    line-height: 1.8;
}

.company .greetings p.sign {
    text-align: right;
    font-size: 18px;
    padding: 80px 0px;
    font-weight: 400;
    color: #11101d;
    line-height: 1.8;
}

.company .greetings p.sign strong {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 6px;
}

.company .greetings p i {
    color: #3366ff;
    font-size: 32px;
}

.company .company-info {
    display: flex;
}

.company .company-info .table {
    width: 100%;
}

.company .company-info .table tr:first-child {
    border-top: 2px solid #11101d;
}

.company .company-info .table th,
.company .company-info .table td {
    border: 1px solid #d6dce2;
    color: #11101d;
    font-size: 16px;
    padding: 15px;
}

.company .company-info .table th {
    text-align: center;
    font-weight: 500;
    background: #f1f4fb;
}

.company .company-info .table td {
    text-align: left;
    font-weight: 300;
}

.company .company-item {
    margin: 40px 2px 0px;
    padding: 20px;
    background: url("../img/company/03_bg.jpg")no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.company .company-item .title {
    margin: 40px 0px;
    text-align: center;
    text-align: -webkit-center;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 6px;
}

.company .company-item .item-box {
    text-align: center;
    padding: 60px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 100%;
    width: 190px;
    height: 190px;
}

.company .company-item .item-box h4 {
    color: #3366ff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5
}

.company .company-item .item-box h4 sub {
    font-size: 24px;
    font-weight: 400;
    bottom: 1px;
}

.company .company-item .item-box .icon-w,
.company .company-item .item-box .icon-m {
    height: 45px;
    position: relative;
    right: 70px;
    top: 55px;
}

.company .company-item .item-box .icon-w {
    border-right: 1px solid #fff;
}

.company .company-item .item-box .icon-m {
    border-right: 1px solid #b6f5ff;
}

.company .company-item .item-box .icon-w i,
.company .company-item .item-box .icon-m i {
    position: relative;
    left: 75px;
    top: 28px;
    font-size: 10px;
}

.company .company-item .item-box .icon-w i {
    color: #fff;
}

.company .company-item .item-box .icon-m i {
    color: #b6f5ff;
}

.company .company-item .text-box {
    display: block;
    text-align: center;
    margin-top: 50px;
}

.company .company-item .text-box p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    max-width: 200px;
}

.company .content {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .company-title {
        height: auto;
    }

    .company-title .company-img {
        width: 90%;
        height: auto;
    }

    .company-title .text h1 {
        font-size: 40px;
    }

    .company-title .text h1 sub {
        font-size: 22px;
    }

    .company-title .text p {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .company-title {
        height: auto;
    }

    .company-title .company-img {
        width: 100%;
        height: auto;
    }

    .company-title .text {
        padding: 50px 0px;
    }

    .company-title .text h1 {
        font-size: 36px;
    }

    .company-title .text h1 sub {
        font-size: 22px;
        display: block;
        margin: 20px 0px;
    }

    .company-title .text p {
        font-size: 24px;
    }

    .company .greetings h3 {
        font-size: 24px;
    }

    .company .greetings p.sign {
        padding: 40px 0px;
    }

    .company .company-info .table th {
        padding: 15px 5px;
    }
}

@media (max-width: 540px) {
    .company-top {
        margin-top: 140px;
        border-bottom: none;
    }

    .company-title .company-img {
        width: 80%;
        height: auto;
    }

    .company-title .text {
        padding: 30px 15px;
        border-bottom: 1px solid #d6dce2;
    }

    .company-title .text h1 {
        font-size: 32px;
    }

    .company-title .text h1 sub {
        font-size: 20px;
    }

    .company-title .text p {
        font-size: 22px;
    }

    .company .greetings h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .company .greetings h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .company .greetings p {
        font-size: 14px;
    }

    .company .greetings p.sign {
        padding: 20px 0px;
        font-size: 16px;
    }

    .company .greetings p strong {
        font-size: 20px;
        margin-left: 3px;
    }

    .company .company-info .table {
        display: grid;
    }

    .company .company-info .table th,
    .company .company-info .table td {
        display: block;
    }

    .company .company-info .table th {
        border-bottom: none;
    }

    .company .company-info .table td {
        border-bottom: none;
    }

    .company .company-info .table tr:last-child td:last-child {
        border-bottom: 1px solid #d6dce2;
    }

    .company .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 414px) {
    .company-top {
        margin-top: 120px;
    }

    .company-title .company-img {
        width: 95%;
        height: auto;
    }

    .company-title .text h1 {
        font-size: 32px;
    }

    .company-title .text h1 sub {
        font-size: 20px;
    }

    .company-title .text p {
        font-size: 20px;
    }

    .company .greetings {
        margin: 20px 0px;
        padding: 0px;
    }

    .company .greetings h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .company .greetings h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .company .greetings p {
        font-size: 16px;
    }

    .company .greetings p.sign strong {
        font-size: 20px;
    }

    .company .greetings p strong {
        font-size: 16px;
        margin-right: 3px;
    }

    .company .company-info .table tr:first-child {
        border-top: 2px solid #11101d;
    }

    .company .company-info .table th,
    .company .company-info .table td {
        border: 1px solid #d6dce2;
        color: #11101d;
        font-size: 16px;
    }

    .company .company-info .table th {
        text-align: center;
        font-weight: 500;
        background: #f1f4fb;
    }

    .company .company-info .table td {
        text-align: left;
        font-weight: 300;
    }

    .company .company-info .table th {
        border-bottom: none;
    }

    .company .company-info .table td {
        border-bottom: none;
    }

    .company .company-info .table tr:last-child td:last-child {
        border-bottom: 1px solid #d6dce2;
    }

    .company .company-item {
        padding: 20px 66px;
    }

    .company .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 411px) {
    .company .company-item {
        padding: 20px 70px;
    }

    .company .company-item .title {
        font-size: 36px;
    }
}

@media (max-width: 375px) {
    .company-top {
        margin-top: 120px;
    }

    .company-title .company-img {
        width: 100%;
        height: auto;
    }

    .company-title .text h1 {
        font-size: 32px;
    }

    .company-title .text h1 sub {
        font-size: 20px;
    }

    .company-title .text p {
        font-size: 20px;
    }

    .company .greetings {
        margin: 20px 0px;
        padding: 0px;
    }

    .company .greetings h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .company .greetings h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .company .greetings p {
        font-size: 16px;
    }

    .company .greetings p.sign strong {
        font-size: 20px;
    }

    .company .greetings p strong {
        font-size: 16px;
        margin-right: 3px;
    }

    .company .company-info .table tr:first-child {
        border-top: 2px solid #11101d;
    }

    .company .company-info .table th,
    .company .company-info .table td {
        border: 1px solid #d6dce2;
        color: #11101d;
        font-size: 16px;
    }

    .company .company-info .table th {
        text-align: center;
        font-weight: 500;
        background: #f1f4fb;
    }

    .company .company-info .table td {
        text-align: left;
        font-weight: 300;
    }

    .company .company-info .table th {
        border-bottom: none;
    }

    .company .company-info .table td {
        border-bottom: none;
    }

    .company .company-info .table tr:last-child td:last-child {
        border-bottom: 1px solid #d6dce2;
    }

    .company .company-item {
        padding: 20px 60px;
    }

    .company .company-item .title {
        font-size: 32px
    }
}

@media (max-width: 320px) {
    .company-top {
        margin-top: 120px;
    }

    .company-title .company-img {
        width: 100%;
        height: auto;
    }

    .company-title .text h1 {
        font-size: 28px;
    }

    .company-title .text h1 sub {
        font-size: 18px;
    }

    .company-title .text p {
        font-size: 18px;
    }

    .company .greetings {
        margin: 20px 0px;
        padding: 0px;
    }

    .company .greetings h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .company .greetings h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .company .greetings p {
        font-size: 16px;
    }

    .company .greetings p.sign strong {
        font-size: 18px;
    }

    .company .greetings p strong {
        font-size: 16px;
        margin-right: 3px;
    }

    .company .company-info .table tr:first-child {
        border-top: 2px solid #11101d;
    }

    .company .company-info .table th,
    .company .company-info .table td {
        border: 1px solid #d6dce2;
        color: #11101d;
        font-size: 16px;
    }

    .company .company-info .table th {
        text-align: center;
        font-weight: 500;
        background: #f1f4fb;
    }

    .company .company-info .table td {
        text-align: left;
        font-weight: 300;
    }

    .company .company-info .table th {
        border-bottom: none;
    }

    .company .company-info .table td {
        border-bottom: none;
    }

    .company .company-info .table tr:last-child td:last-child {
        border-bottom: 1px solid #d6dce2;
    }

    .company .company-item {
        padding: 20px 35px;
    }

    .company .company-item .title {
        font-size: 32px
    }
}

/*--------------------------------------------------------------
# Inner Title
--------------------------------------------------------------*/
.inner-top {
    padding-top: 70px;
    background: #f1f4f8;
}

.inner-title {
    padding: 60px 0 60px;
    text-align: left;
    height: 310px;
}

.inner-title h1 {
    font-size: 60px;
    font-weight: 600;
    color: #11101d;
    margin-bottom: 30px;
    text-align: center;
    word-break: keep-all;
}

.inner-title h2 {
    font-size: 24px;
    line-height: 1.5;
    color: #11101d;
    text-align: center;
    word-break: keep-all;
}

.inner-title p {
    font-size: 18px;
    font-weight: 300;
    color: #11101d;
}

.inner-title-icon {
    text-align: center;
}

.subtit-box {
    width: 268px;
    height: 110px;
    animation: fadein 2s;
    z-index: 3;
    position: absolute;
    background: url(../img/subtit-box.png) no-repeat;
}

.subtit-box.hrm {
    bottom: 62px;
    left: 40%;
}

.subtit-box.pay {
    bottom: 62px;
    right: 22%;
}

.subtit-box.edu {
    bottom: 62px;
    right: 18%;
}

.subtit-box.tna {
    bottom: 62px;
    right: 16%;
}

.subtit-box.evl {
    bottom: 62px;
    right: 39%;
}

.subtit-box.contract {
    bottom: 62px;
    right: 45%;
}

.subtit-box.rhr {
    bottom: 62px;
    right: 18%;
    background: url(../img/subtit-box.png) no-repeat;
}

.subtit-box.prc {
    bottom: 62px;
    right: 7%;
    background: url(../img/subtit-box.png) no-repeat;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 1280px) {
    .subtit-box.hrm {
        left: 39%;
    }

    .subtit-box.pay {
        right: 19%;
    }

    .subtit-box.tna {
        right: 12%;
    }

    .subtit-box.evl {
        right: 38%;
    }

    .subtit-box.rhr {
        right: 14%;
    }
    
    .subtit-box.prc {
        right: 2%;
    }
    
    .subtit-box.edu {
        right: 14%;
    }
}


@media (max-width: 1024px) {
    .inner-top {
        padding: 10px 10px 0px;
        background: linear-gradient(180deg, #fff 30%, #f8fafb 70%);
    }

    .inner-title {
        padding: 100px 0 40px;
        height: auto;
    }

    .inner-title h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .inner-title p {
        font-size: 14px;
    }

    .subtit-box.rhr,
    .subtit-box.evl,
    .subtit-box.tna,
    .subtit-box.pay,
    .subtit-box.hrm,
    .subtit-box.prc,
    .subtit-box.edu,
    .subtit-box.contract {
        display: none;
    }

}

@media (max-width: 860px) {
    .inner-top {
        padding: 10px 10px 0px;
        background: linear-gradient(180deg, #fff 30%, #f8fafb 70%);
    }

    .inner-title {
        padding: 60px 0 40px;
        height: auto;
    }

    .inner-title h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .inner-title p {
        font-size: 14px;
    }

    .subtit-box.rhr,
    .subtit-box.evl,
    .subtit-box.tna,
    .subtit-box.pay,
    .subtit-box.hrm,
    .subtit-box.prc,
    .subtit-box.edu,
    .subtit-box.contract {
        display: none;
    }

}

@media (max-width: 820px) {
    .inner-top {
        padding: 10px 10px 0px;
        background: linear-gradient(180deg, #fff 30%, #f8fafb 70%);
    }

    .inner-title {
        padding: 60px 0 40px;
        height: auto;
    }

    .inner-title h1 {
        font-size: 40px;
        font-size: 40px;
        margin-bottom: 20px;
    }

    .inner-title p {
        font-size: 14px;
    }

    .subtit-box.rhr,
    .subtit-box.evl,
    .subtit-box.tna,
    .subtit-box.pay,
    .subtit-box.hrm,
    .subtit-box.prc,
    .subtit-box.edu,
    .subtit-box.contract {
        display: none;
    }

}

@media (max-width: 768px) {
    .inner-top {
        padding: 10px 10px 0px;
        background: linear-gradient(180deg, #fff 30%, #f8fafb 70%);
    }

    .inner-title {
        padding: 60px 0 40px;
        height: auto;
    }

    .inner-title h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .inner-title p {
        font-size: 14px;
    }

    .subtit-box.rhr,
    .subtit-box.evl,
    .subtit-box.tna,
    .subtit-box.pay,
    .subtit-box.hrm,
    .subtit-box.edu,
    .subtit-box.contract {
        display: none;
    }
}

@media (max-width: 540px) {
    .inner-top {
        padding: 10px 10px 0px;
        background: linear-gradient(180deg, #fff 30%, #f8fafb 70%);
    }

    .inner-title {
        padding: 60px 0 40px;
        height: auto;
    }

    .inner-title h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .inner-title p {
        font-size: 14px;
    }

    .subtit-box.rhr,
    .subtit-box.evl,
    .subtit-box.tna,
    .subtit-box.pay,
    .subtit-box.hrm.
    .subtit-box.edu,
    .subtit-box.contract {
        display: none;
    }
}


@media (max-width: 414px) {
    .inner-top {
        padding: 10px 10px 0px;
        background: linear-gradient(180deg, #fff 30%, #f8fafb 70%);
    }

    .inner-title {
        padding: 100px 0 40px;
    }

    .inner-title h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .inner-title h2 {
        font-size: 18px;
    }

    .inner-title p {
        font-size: 14px;
    }

    .subtit-box.rhr,
    .subtit-box.evl,
    .subtit-box.tna,
    .subtit-box.pay,
    .subtit-box.hrm,
    .subtit-box.edu,
    .subtit-box.contract {
        display: none;
    }
    
    
}

/*--------------------------------------------------------------
# Sub Title
--------------------------------------------------------------*/
.sub-title {
    text-align: center;
    padding: 0px 0px 40px;
    border-bottom: 1px solid #d6dce2;
}

.sub-title h1 {
    font-size: 40px;
    color: #11101d;
}

.sub-title h2 {
    font-size: 28px;
    color: #11101d;
}

@media (max-width: 414px) {
    .sub-title {
        padding: 40px 0px;
    }

    .sub-title h1 {
        font-size: 32px;
    }
    
    .sub-title h2 {
        font-size: 20px;
    }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .services-item {
    margin-bottom: 30px;
}

.services #services-flters {
    padding: 0;
    margin: 0 auto 40px auto;
    list-style: none;
    text-align: center;
}

.services #services-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #b2b8be;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    background: #e5ebf1;
    width: 200px;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #d6dce2;
}

.services #services-flters li:hover,
.services #services-flters li.filter-active {
    color: #fff;
    background: #4e2bf4;
    border: 1px solid #4e2bf4;
}

.services #services-flters li:last-child {
    margin-right: 0;
}

.services .services-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.services .services-wrap .services-info {
    display: block;
    text-align: center;
    z-index: 3;
    transition: all 0.5s ease 0s;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.services .services-wrap .services-info p {
    color: #11101d;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0;
    margin: 40px 0 20px;
}

@media screen and (max-width: 640px) {
    .services #services-flters li {
        width: 170px;
        font-size: 16px;
        padding: 16px;
    }
}

@media (max-width: 414px) {
    .services #services-flters li {
        width: 49%;
    }
}

@media (max-width: 360px) {
    .services #services-flters li {
        width: 100%;
    }
}


.mySlides {
    display: none;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #e5ebf1;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.fade {
    -webkit-animation-name: fadein;
    -webkit-animation-duration: 2s;
    animation-name: fadein;
    animation-duration: 2s;
}

@-webkit-keyframes fadein {
    from {
        opacity: .0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity: .0;
    }

    to {
        opacity: 1;
    }
}

.swiper-container {
    /* height:500px; */
    /* This solution causes gaps because the images are resized */
    height: auto;
}

.swiper-slide {
    height: auto;
}

.swiper-slide img {
    width: 100%;
}



/*--------------------------------------------------------------
# rootHR
--------------------------------------------------------------*/
.item-area {
    margin: 40px 2px 0px;
    padding: 20px;
}

.icon-box {
    text-align: left;
    padding: 20px;
    transition: all ease-in-out 0.3s;
    background: #5d6886;
    border-radius: 10px;
    width: 100%;
    height: 260px;
}

.icon-box .icon {
    width: 50px;
    height: 50px;
    display: flex;
    transition: ease-in-out 0.3s;
    position: relative;
    background-color: #fff;
    border-radius: 6px;
}

.icon-box .icon img {
    border-radius: 6px;
}

.icon-box h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin: 20px 0;

}

.icon-box p {
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 10px;
    color: #fff;
    font-weight: 300;
}

@media (max-width: 1024px) {
    .icon-box p {
        font-size: 14px;
    }
}

/*--------------------------------------------------------------
# UIUX
--------------------------------------------------------------*/
.uiux .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.text-area {
    text-align: center;
    padding: 60px 0;
}

.text-area h3 {
    font-size: 22px;
    color: #11101d;
    font-weight: 400;
    line-height: 1.5;
}

.text-area h3 strong {
    color: #3366ff;
}

.uiux .content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.content h2 {
    color: #3366ff;
    font-size: 20px;
    margin-bottom: 40px;
}


.content h3 {
    color: #11101d;
    font-size: 40px;
    margin-bottom: 20px;
}

@media (max-width: 414px) {
    .uiux .container {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .text-area {
        padding: 40px 0;
    }

    .text-area h3 {
        font-size: 16px;
        line-height: 1.8;
    }

    .content h2 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .content h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .content p {
        font-size: 13px;
    }
}

/*--------------------------------------------------------------
# Security
--------------------------------------------------------------*/
.security .item-area {
    margin: 0px 2px;
    padding: 20px;
}

.security .icon-box {
    text-align: center;
    padding: 20px;
    transition: all ease-in-out 0.3s;
    background: #f2f5f7;
    color: #11101d;
    border-radius: 10px;
    width: 100%;
    height: 300px;
}

.security .icon-box .icon {
    margin: 0 auto;
    width: 80px;
    height: 80px;
    display: flex;
    background: transparent;
    transition: ease-in-out 0.3s;
    position: relative;
}

.security .icon-box .icon img {
    border-radius: 6px;
}

.security .icon-box h4 {
    color: #11101d;
    font-size: 22px;
    font-weight: 500;
    margin: 20px 0;

}

.security .icon-box p {
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 10px;
    color: #11101d;
    font-weight: 300;
}

@media (max-width: 1024px) {
    .security .icon-box p {
        font-size: 14px;
    }
}


/*--------------------------------------------------------------
# Module
--------------------------------------------------------------*/
.module .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.module .module-flters {
    padding: 0;
    margin: 0px auto;
    list-style: none;
    text-align: center;
}

.module .module-flters li {
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    margin: 0px 20px;
    width: 100px;
    height: 36px;
}

.module .module-flters li a {
    color: #11101d;
    text-decoration: none;
}

.module .module-flters li:hover,
.module .module-flters li.filter-active {
    color: #6f52ed !important;
    font-weight: 600;
    border-bottom: 2px solid #6f52ed;
}

.module .module-flters li.filter-active a {
    color: #6f52ed !important;
    font-weight: 600;
}


.module .module-flters li:last-child {
    margin-right: 0;
}

.module .module-item {
    margin-bottom: 30px;
}

.module .module-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.module .module-wrap .module-info {
    display: block;
    text-align: center;
    z-index: 3;
    transition: all 0.5s ease 0s;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
}

.module .module-wrap .module-info img {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    border-radius: 10px;
}

.module .module-wrap .module-info h1 {
    color: #11101d;
    font-size: 36px;
    text-transform: uppercase;
    padding: 0;
    margin: 0px 0px 20px;
}

.module .module-wrap .module-info h2 {
    color: #b2b8be;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    line-height: 1.5;
    margin: 0px 0px 15px;
}

.module .module-wrap .module-info p {
    color: #11101d;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.5;
    padding: 0;
    margin: 0px 0px 40px;
    word-break: keep-all;
}

.module .content {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 800px) {
    .module .module-flters li {
        width: 150px;
        font-size: 16px;
    }
}

@media (max-width: 430px) {
    .module .module-wrap .module-info h1 {
        font-size: 28px;
    }

    .module .module-flters li {
        width: 100%;
        margin: 0px 4px;
        padding: 10px;
    }

    .module .module-flters li:last-child {
        margin-right: 20px;
    }

    .module .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 414px) {
    .module .module-wrap .module-info h1 {
        font-size: 28px;
    }

    .module .module-flters li {
        width: 100%;
        margin: 0px 4px;
        padding: 10px;
    }

    .module .module-flters li:last-child {
        margin-right: 20px;
    }

    .module .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}


/*--------------------------------------------------------------
# Recruit
--------------------------------------------------------------*/
.recruit .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.recruit .recruit-item {
    box-sizing: content-box;
    padding: 30px;
    margin: 20px 15px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border: 1px solid #d6dce2;*/
}

.recruit .recruit-info {
    box-sizing: content-box;
    text-align: left;
    display: flex;
    z-index: 3;
    transition: all 0.5s ease 0s;
    padding: 10px 0px 20px;
}

.recruit .recruit-info:first-child {
    margin-top: 20px;
}

.recruit .recruit-info:last-child {
    margin-bottom: 20px;
}

.recruit .recruit-info .th {
    width: 100px;
    padding: 0px 10px;
}

.recruit .recruit-info .th h1 {
    color: #11101d;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 3px 0;
}

.recruit .recruit-info .td {
    padding-right: 10px;
}

.recruit .recruit-info .td h2 {
    color: #11101d;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    line-height: 1.5;
}

.recruit .recruit-info .td h3 {
    color: #11101d;
    font-size: 18px;
    font-weight: 400;
    padding: 3px 10px;
    line-height: 1.8;
}

.recruit .recruit-info .td p {
    font-size: 18px;
    margin: 20px 40px 0px;
    font-weight: 400;
    color: #11101d;
    line-height: 1.8;
}

.recruit .recruit-info .td p i {
    color: #3366ff;
    font-size: 32px;
}

.recruit .recruit-info .td p strong {
    font-weight: 700;
    margin-right: 20px;
}

.recruit .recruit-info .text {
    padding-right: 10px;
}

.recruit .recruit-info .text h2 {
    color: #11101d;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    line-height: 1.8;
}

.recruit .recruit-info .text h3 {
    color: #11101d;
    font-size: 18px;
    font-weight: 400;
    padding: 3px 10px;
    line-height: 1.8;
}

.recruit .recruit-info .text p {
    font-size: 18px;
    margin: 20px 40px 0px;
    font-weight: 400;
    color: #11101d;
    line-height: 1.8;
}

.recruit .recruit-info .text p i {
    color: #3366ff;
    font-size: 32px;
}

.recruit .recruit-info .text p strong {
    font-weight: 700;
    margin-right: 20px;
}

.recruit .recruit-info .process {
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.recruit .recruit-info .process .step {
    padding-top: 60px;
    text-align: center;
    text-align: -webkit-center;
}

.recruit .recruit-info .process .icon-box {
    text-align: center;
    padding: 0px;
    transition: all ease-in-out 0.3s;
    background: #f4f6fa;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 100%;
    width: 190px;
    height: 190px;
    padding: 36px;
}

.recruit .recruit-info .process .icon-box .icon {
    width: 120px;
    height: 120px;
    display: flex;
    transition: ease-in-out 0.3s;
    position: relative;
    background-color: transparent;
}

.recruit .recruit-info .process h4 {
    color: #3366ff;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 0;

}

.recruit .recruit-info .process h5 {
    color: #11101d;
    font-size: 20px;
    font-weight: 500;
    margin-top: 5px;
}

.recruit .content {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .recruit .recruit-item {
        padding: 20px;
    }

    .recruit .recruit-item .recruit-img {
        width: 85%;
        height: auto;
    }

    .recruit .recruit-item h3 {
        margin-bottom: 10px;
    }

    .recruit .recruit-item h4 {
        padding-bottom: 20px;
    }

    .recruit .recruit-item p {
        margin: 20px 0px 0px;
    }

    .recruit .recruit-item p strong {
        font-size: 16px;
        margin-right: 3px;
    }
}

@media (max-width: 414px) {
    .recruit .recruit-item {
        margin: 20px 0px;
        padding: 15px;
    }

    .recruit .recruit-item .recruit-img {
        width: 90%;
        height: auto;
    }

    .recruit .recruit-item h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .recruit .recruit-item h4 {
        font-size: 14px;
        padding-bottom: 20px;
    }

    .recruit .recruit-item p {
        font-size: 14px;
        margin: 10px 0px 0px;
    }

    .recruit .recruit-item p strong {
        font-size: 16px;
        margin-right: 3px;
    }

    .recruit .recruit-info .th {
        width: 33%;
    }

    .recruit .recruit-info .td {
        width: 67%;
    }

    .recruit .recruit-info .th h1 {
        font-size: 16px;
    }

    .recruit .recruit-info .td h2 {
        font-size: 14px;
        font-weight: 400;
    }

    .recruit .recruit-info .process .step {
        padding-top: 60px;
        text-align: center;
        text-align: -webkit-center;
    }

    .recruit .recruit-info .process .step:first-child {
        padding-top: 0px;

    }

    .recruit .recruit-info .text p {
        font-size: 16px;
        margin: 10px 5px 0px;
    }

    .recruit .recruit-info .text h3 {
        font-size: 16px;
    }

    .recruit .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 320px) {
    .recruit .recruit-info .th {
        width: 30%;
    }

    .recruit .recruit-info .td {
        width: 70%;
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact .contact-info {
    box-sizing: content-box;
    text-align: left;
    display: flex;
    z-index: 3;
    transition: all 0.5s ease 0s;
}

.contact .contact-info:first-child {
    margin-top: 10px;
}

.contact .contact-info:last-child {
    margin-bottom: 10px;
}

.contact .contact-info .th {
    width: 30%;
    padding: 0px 10px;
}

.contact .contact-info .th h1 {
    color: #11101d;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.8;
}

.contact .contact-info .th i {
    color: #11101d;
    font-size: 18px;
    font-weight: 600;
    margin-right: 15px;
}

.contact .contact-info .td {
    width: 70%;
    padding-right: 10px;
}

.contact .contact-info .td h2 {
    color: #11101d;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    line-height: 1.8;
}

.contact .content {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 540px) {
    .contact .contact-info .th {
        width: 40%;
    }

    .contact .contact-info .td {
        width: 60%;
    }

    .contact .contact-info .th h1 {
        font-size: 16px;
    }

    .contact .contact-info .td h2 {
        font-size: 14px;
        font-weight: 400;
    }

    .contact .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 414px) {
    .contact .contact-info .th {
        width: 40%;
    }

    .contact .contact-info .td {
        width: 60%;
    }

    .contact .contact-info .th h1 {
        font-size: 16px;
    }

    .contact .contact-info .td h2 {
        font-size: 14px;
        font-weight: 400;
    }

    .contact .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 320px) {
    .contact .contact-info .th {
        width: 40%;
        padding: 0px 5px;
    }

    .contact .contact-info .th i {
        margin-right: 10px;
    }

    .contact .contact-info .td {
        width: 60%;
    }
}

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.map {
    width: 100%;
}

.map-wrap {
    position: relative;
    height: 360px;
}

.map-info {
    text-align: center;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #2487ce;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# About Video
--------------------------------------------------------------*/
.about-video .content {
    font-size: 15px;
}

.about-video .content h3 {
    font-weight: 700;
    font-size: 24px;
    color: #124265;
}

.about-video .content ul {
    list-style: none;
    padding: 0;
}

.about-video .content ul li {
    padding-bottom: 10px;
    padding-left: 28px;
    position: relative;
}

.about-video .content ul i {
    font-size: 24px;
    color: #2487ce;
    position: absolute;
    left: 0;
    top: -2px;
}

.about-video .content p:last-child {
    margin-bottom: 0;
}

.about-video .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#2487ce 50%, rgba(36, 135, 206, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

.about-video .play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about-video .play-btn::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(36, 135, 206, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.about-video .play-btn:hover::after {
    border-left: 15px solid #2487ce;
    transform: scale(20);
}

.about-video .play-btn:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}


/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
ol,
ul {
    padding-left: 0px !important;
}

.container {
    width: 1280px;
}

.module.container {
    padding: 140px 0px;
}

.content h3 {
    font-weight: 600;
    font-size: 40px;
    color: #1a1e29;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.5;
}

.content h3 strong {
    color: #603de3;
    font-weight: 600;
}

.content p {
    font-weight: 400;
    font-size: 18px;
    color: #1a1e29;    
    word-break: keep-all;
}

@media (max-width: 1024px) {
    .content {}

    .content h3 {
        font-size: 32px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .content p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .module.container {
        padding: 80px 20px;
    }

    .module.container .row {
        margin: 0 auto;
        justify-content: center;
    }
}

@media screen and (max-width: 640px) {
    .container {
        width: 100%;
    }

    .module.container {
        padding: 80px 20px;
    }

    .content h3 {
        font-size: 28px;
    }

    .content p {
        font-size: 16px;
    }
}

@media (max-width: 540px) {
    .module.container {
        padding: 50px 20px;
    }
}

.video-bg {
    width: 650px;
    height: 390px;
    position: relative;
    background: url(../img/roothr/video-bg.png) no-repeat;
    padding: 14px 9px 9px;
}

.video-bg video {
    max-width: 100% !important;
    height: auto !important;
}

.services-info .btn,
.cta-info .btn,
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 18px;
    padding: 15px 40px;
    border-radius: 15px 0px 15px 15px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 10px;
    min-width: 205px;
}

@media (max-width: 1024px) {
    #hero .container {
        padding: 0px;
    }

    .container .right {
        float: none !important;
    }

    .video-bg {
        background-size: contain;
        /*        margin: 0px auto;*/
        width: 560px;
    }

    .video-bg video {
        max-width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 992px) {
    .video-bg {
        background-size: contain;
    }

    .video-bg video {
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 860px) {
    .md-my-10px {
        margin: 10px 0px;
    }
}

@media screen and (max-width: 768px) {
    .module.container .right {
        float: none !important;
    }

    .video-bg video {
        width: 100% !important;
        height: auto !important;
    }

}

@media screen and (max-width: 640px) {
    .video-bg {
        background-size: contain;
        height: auto;
    }

    .video-bg video {
        width: 100% !important;
        height: auto !important;
    }

    .module.container .right {
        float: none !important;
    }

    .col-xs-12.col-lg-4 {
        padding: 0px;
    }

    .xs-background-size-cover {
        background-size: cover !important;
    }
}


@media (max-width: 540px) {
    .video-bg {
        background-size: contain;
    }

    .xs-display-none {
        display: none !important;
    }

}

@media (max-width: 414px) {
    .video-bg {
        background-size: contain;
    }
}

@media (max-width: 411px) {
    .video-bg {
        background-size: contain;
    }
}

@media (max-width: 375px) {
    .video-bg {
        background-size: contain;
    }
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}