body {
    width: 100%;
}

[data-title*='Paragraph'] i,
[data-title*='hightlight-yellow'] i {
    font-style: normal !important;
    color: black;
    background: rgb(181 230 255) !important;
    color: #0f4b7d;
}

[data-title*='Paragraph'] i.fa-check-square {
    background: transparent !important;
    color: #16C60C;
}

[data-title*='Upage'] {
    padding-top: 45px !important;
    padding-bottom: 30px !important;
    background-color: #EAEDF2;
    background: radial-gradient(circle, #eaedf2 0, #eaedf2 4%, #eaedf2 50%, #d2d6de 73%, #cacbcd 100%), radial-gradient(circle, #898989 11%, hsla(0, 0%, 53.7%, .675508) 55%, rgba(75, 75, 75, .274947) 77%, rgba(63, 63, 63, 0) 100%);
}

@media(max-width: 500px) {
    [data-title*='Upage'] {
        background-color: #EAEDF2 !important;
        background: #EAEDF2 !important;
    }

    .border-top8 {
        border-top: 8px solid #dadada;
    }
}

[data-title*='Section'] {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

@media (min-width: 768px) {
    [data-title*='Upage'] {
        padding-top: 40px !important;
        padding-bottom: 80px !important;
    }

    [data-title*='Section'] {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
}

[data-title*='cf-vimeo-video'] {
    border: 0px !important;
    /*-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5) !important;*/
    /*-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5) !important;*/
    /*box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5) !important;*/
    /*border-radius: 5px;*/
}

#Work-Value,
#Fashion,
#Excellent,
#Detail-Guarantee {
    background-color: #f5f5f7;
}

/* #Logo-Area {
    background-color: #efefef;
} */

.brand-color {
    color: #0087CB;
}

@media(max-width:500px) {
    .elButton {
        font-weight: 400;
    }
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.elBulletList {
    padding: 0px;
    list-style-type: none;
}

.elBulletListNew li {
    padding-bottom: 6px;
    list-style-type: none;
    margin-bottom: 6px;
    padding-left: 1.4em;
}

.elBulletList li:before {
    left: 0px !important;
    position: absolute;
}

[data-title*='nicebullets'] li i {
    display: none;
}

[data-title*='nicebullets'] li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #c30000;
    border-radius: 50px;
    box-shadow: rgb(246 74 74 / 25%) 0 0 0 6px;
    margin-top: 14px;
}

@media (max-width:500px) {
    .elBulletList {
        padding-left: 6px;
    }

    .elBulletListNew li {
        margin-bottom: 15px;
    }

    .elBulletList li:before {
        left: 7px !important;
    }

    [data-title*='nicebullets'] li:before {
        margin-top: 7px;
    }
}

img#Layer-tool,
img#stethoscope,
img#money-fly  {
    width: 32px;
    height: auto;
    margin-right: 10px;
}

.concept-caused {
    display: flex;
    justify-content: space-around;
}

.concept-caused .card {
    display: flex;
    align-content: center;
    align-items: center;
}

.concept-caused .card .text {
    font-size: 26px;
    line-height: 1.3em;
    font-weight: 600;
    letter-spacing: -1px;
}

@media (max-width:500px) {
    img#Layer-tool,
    img#stethoscope,
    img#money-fly {
        width: 22px;
    }

    .concept-caused {
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }

    .concept-caused .card {
        flex-direction: row;
        justify-content: center;
    }

    .concept-caused .card .text {
        font-size: 18px;
        line-height: 1.1em;
    }
}

img#money-drain {
    display: inline-block;
    width: 50px;
    height: auto;
    margin-top: -10px;
}

@media (max-width:500px) {
    img#money-drain {
        width: 32px;
        margin-top: -4px;
        margin-left: 8px;
    }
}

img#warning-con {
    display: inline-block;
    width: 46px;
    height: auto;
    margin-top: -10px;
}

@media (max-width:500px) {
    img#warning-con {
        width: 32px;
        margin-top: -5px;
        margin-right: 8px;
    }
}

.self-intro {
    bottom: 0;
    font-size: 24px;
    line-height: 1.5;
    color: white;
    padding: 22px;
    width: 100%;
    right: 0;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 320px;
}

.padding-box-18 {
    padding: 18px;
}

.bradius_6 {
    border-radius: 6px;
}

/* CF - Vimeo */
.iframeBlocker,
.iframeUnmute {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.video-sound-overlay {
    width: 100%;
    height: 100%;
    background-image: url('../images/big play button.png');
    background-repeat: no-repeat;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: 16%;
    background-position: center;
}

.video-sound-overlay img {
    margin-top: 5px;
    margin-left: 10px;
    animation: pulse 2s infinite;
    animation-timing-function: ease-out;
}

.video-sound-overlay img {
    width: 18%;
    padding: 10px;
    position: absolute;
}

.video-sound-overlay .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
}

@media (max-width: 500px) {
    .square-video {
        padding-top: 100% !important;
    }
}

@media (max-width: 500px) {
    ::-webkit-scrollbar {
        width: 0px;
        background: transparent;
    }
}

.benefit-card {
    background: #ccf2da;
    padding: 20px;
    border-radius: 6px;
}

.icon-bottom {
    border: 1px solid #ffae19;
    border-radius: 35px;
    padding: 5px 0px;
}

/* Client Logos */
ul.Client-Logos {
    margin: 0px auto !important;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-top: 0px;
    padding-bottom: 0px;
}

ul.Client-Logos li {
    list-style: none;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    text-align: center;
    margin: 20px 0px;
}

ul.Client-Logos li figure {
    margin: 0px;
}

ul.Client-Logos img {
    display: block;
    width: 100%;
}

ul.Client-Logos li img {
    margin: 0px auto;
    width: 88%;
}

ul.Client-Logos li:nth-child(2) img {
    width: 75%;
}

ul.Client-Logos li:nth-child(3) img {
    width: 75%;
}

ul.Client-Logos li:nth-child(4) img {
    width: 70%;
}

ul.Client-Logos li:nth-child(5) img {
    width: 75%;
}

ul.Client-Logos li:nth-child(6) img {
    width: 85%;
}

ul.Client-Logos li:nth-child(7) img {
    width: 75%;
}

ul.Client-Logos li:nth-child(10) img {
    width: 80%;
}

ul.Client-Logos li:nth-child(11) img {
    width: 54%;
}

ul.Client-Logos li:nth-child(12) img {
    width: 70%;
}

@media (max-width:500px) {
    ul.Client-Logos {
        padding-top: 15px;
        padding-bottom: 0px;
    }

    ul.Client-Logos li {
        list-style: none;
        display: flex;
        flex: 0 0 33.33% !important;
        max-width: 33.33% !important;
        margin: 0px 0px 20px;
    }

    ul.Client-Logos li:nth-child(2) img {
        width: 75%;
    }

    ul.Client-Logos li:nth-child(3) img {
        width: 85%;
    }

    ul.Client-Logos li:nth-child(10),
    ul.Client-Logos li:nth-child(11),
    ul.Client-Logos li:nth-child(12) {
        margin-bottom: 0px;
    }
}

/* Desktop Table */
th {
    text-align: left
}

.Design-table table {
    border-bottom: 1px solid transparent;
    width: 100%;
    margin: 0 0 10px;
    border-collapse: collapse;
    /* border: 2px solid black; */
    max-width: 100%;
    background-color: transparent;
}

.Design-table table,
.Design-table td,
.Design-table th {
    /* border-color: #e5e5e5; */
}

.Design-table tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
    border: 1px solid #e5e5e5;
}

.Design-table tr:nth-child(odd) {
    background-color: #ffffff;
}

.Design-table tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

.Design-table thead tr:nth-child(1) {
    background-color: unset;
}

.Design-table thead tr:first-child th:first-child {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
}

.Design-table thead tr:nth-child(2) {
    /* background-color: #ffffff; */
    border: 1px solid #e5e5e5;
}

.Design-table thead tr:nth-child(2) th:first-child {
    border: 1px solid #e5e5e5;
}

.Design-table thead tr:nth-child(4) th:last-child,
.Design-table thead tr:nth-child(5) th:last-child,
.Design-table thead tr:nth-child(6) th:last-child,
.Design-table thead tr:nth-child(7) th:last-child {
    background-color: #f1f1f1;
    color: grey;
    font-size: 60px;
    line-height: 1.3em;
}

/*.Design-table thead tr:nth-child(4) th:last-child,*/
/*.Design-table thead tr:nth-child(5) th:last-child,*/
/*.Design-table thead tr:nth-child(6) th:last-child,*/
/*.Design-table thead tr:nth-child(7) th:last-child {*/
/*    color*/
/*}*/

.Design-table thead tr:nth-child(2) img,
.Design-table thead tr:nth-child(3) img,
.Design-table thead tr:nth-child(4) img,
.Design-table thead tr:nth-child(5) img,
.Design-table thead tr:nth-child(6) img,
.Design-table thead tr:nth-child(7) img {
    height: 313px;
}

.Design-table tr th:first-child {
    width: 26%;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    background-color: unset !important;
}

.Design-table tr th:nth-child(2),
.Design-table tr th:nth-child(3) {
    width: 37%;
    background-color: #ffffff;
    border-top: 1px solid #e5e5e5;
}

.Design-table tbody tr td:first-child {
    text-align: left;
    font-size: 18px;
}

.Design-table th {
    /* border: 2px solid #e5e5e5; */
}

.Design-table td,
.Design-table th {
    /* border-top: 1px solid transparent; */
    padding: 10px;
    border-right: 1px solid #e5e5e5;
}

.Design-table td {
    /* border: 2px solid #e5e5e5; */
    text-align: center;
    font-size: 18px;
}

.Design-table table tbody tr i.green {
    color: #35CD88;
}

@media (max-width:500px) {
    .Design-table {
        padding-right: 15px;
    }

    .Design-table table {
        /* table-layout: fixed; */
        margin: 0px 15px;
        padding-right: 15px;
    }

    .Design-table tr th:first-child {
        width: 30%;
    }

    .Design-table thead tr:nth-child(2) img {
        height: 200px;
    }
}

.m-table-Container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 0px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
}

.m-table-Container .card {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5e5e5;
    flex-direction: column;
}

.m-table-Container .card .steper-text {
    line-height: 16px;
    font-size: 14px;
    text-align: center;
    padding: 6px 0px;
}

.m-table-Container .card .Head-text {
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    text-align: center;
}

.m-table-Container .card img {
    display: block;
    width: 100%;
}

.m-table-Container .card .compare-title {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 4px 2px;
    display: block;
    width: 100%;
    background-color: #0053a1;
    color: white;
}

.m-table-Container .card .compare-step {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    padding: 4px 2px;
    display: block;
    width: 100%;
    background-color: #eceef2;
}

.m-table-Container .card .compare-desc {
    font-size: 14px;
    line-height: 18px;
    box-sizing: border-box;
    padding: 10px;
}

.m-table-Container .card:nth-child(1),
.m-table-Container .card:nth-child(2),
.m-table-Container .card:nth-child(5),
.m-table-Container .card:nth-child(6),
.m-table-Container .card:nth-child(8),
.m-table-Container .card:nth-child(9),
.m-table-Container .card:nth-child(11),
.m-table-Container .card:nth-child(12),
.m-table-Container .card:nth-child(14),
.m-table-Container .card:nth-child(15),
.m-table-Container .card:nth-child(17),
.m-table-Container .card:nth-child(18),
.m-table-Container .card:nth-child(20),
.m-table-Container .card:nth-child(21),
.m-table-Container .card:nth-child(23),
.m-table-Container .card:nth-child(24),
.m-table-Container .card:nth-child(26),
.m-table-Container .card:nth-child(27),
.m-table-Container .card:nth-child(29),
.m-table-Container .card:nth-child(30),
.m-table-Container .card:nth-child(32),
.m-table-Container .card:nth-child(33) { 
    grid-column: span 3;
    grid-row: span 1;
    background-color: white;
}

.m-table-Container .card:nth-child(3),
.m-table-Container .card:nth-child(4),
.m-table-Container .card:nth-child(7),
.m-table-Container .card:nth-child(10),
.m-table-Container .card:nth-child(13),
.m-table-Container .card:nth-child(16),
.m-table-Container .card:nth-child(19),
.m-table-Container .card:nth-child(22),
.m-table-Container .card:nth-child(25),
.m-table-Container .card:nth-child(28),
.m-table-Container .card:nth-child(31),
.m-table-Container .card:nth-child(34) {
    grid-column: span 6;
    grid-row: span 1;
    border: none;
}

.m-table-Container .card:nth-child(12),
.m-table-Container .card:nth-child(15),
.m-table-Container .card:nth-child(18),
.m-table-Container .card:nth-child(21) {
    background-color: #f5f5f7;
    color: grey;
    font-weight: bold;
    font-size: x-large;
}

/* Project Logos */
ul.Project-Logos {
    margin: 0px auto !important;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-top: 0px;
    padding-bottom: 0px;
}

ul.Project-Logos li {
    list-style: none;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    margin: 20px 0px;
}

ul.Project-Logos li figure {
    margin: 0px;
}

ul.Project-Logos img {
    display: block;
    width: 100%;
}

ul.Project-Logos li img {
    margin: 0px auto;
    width: 88%;
}

ul.Project-Logos li:nth-child(1) img {
    width: 65%;
}

ul.Project-Logos li:nth-child(2) img {
    width: 65%;
}

ul.Project-Logos li:nth-child(3) img {
    width: 75%;
}

ul.Project-Logos li:nth-child(4) img {
    width: 70%;
}

ul.Project-Logos li:nth-child(5) img {
    width: 65%;
}

ul.Project-Logos li:nth-child(6) img {
    width: 55%;
}

ul.Project-Logos li:nth-child(7) img {
    width: 65%;
}

ul.Project-Logos li:nth-child(8) img {
    width: 65%;
}

@media (max-width:500px) {
    ul.Project-Logos {
        padding-top: 15px;
        padding-bottom: 0px;
    }

    ul.Project-Logos li {
        list-style: none;
        display: flex;
        flex: 0 0 33.33% !important;
        max-width: 33.33% !important;
        margin: 0px 0px 20px;
    }

    ul.Project-Logos li:nth-child(2) img {
        width: 75%;
    }

    ul.Project-Logos li:nth-child(3) img {
        width: 85%;
    }
}

/* Show Project */
.ShowProject {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 25px;
    box-sizing: border-box;
}

.ShowProject .card {
    overflow: hidden;
    border-radius: 8px;
}

.ShowProject .card img {
    display: block;
    width: 100%;
}

.ShowProject .card:nth-child(1) {
    grid-column: span 4;
    grid-row: span 1;
}

.ShowProject .card:nth-child(2) {
    grid-column: span 4;
    grid-row: span 1;
}

.ShowProject .card:nth-child(3) {
    grid-column: span 4;
    grid-row: span 1;
}

.ShowProject .card:nth-child(4) {
    grid-column: span 4;
    grid-row: span 1;
}

.ShowProject .card:nth-child(5) {
    grid-column: span 4;
    grid-row: span 1;
}

.ShowProject .card:nth-child(6) {
    grid-column: span 4;
    grid-row: span 1;
}

.ShowProject .card:nth-child(7) {
    grid-column: span 4;
    grid-row: span 1;
}

.ShowProject .card:nth-child(8) {
    grid-column: span 4;
    grid-row: span 1;
}

.ShowProject .card:nth-child(9) {
    grid-column: span 4;
    grid-row: span 1;
}

.ShowProject .card:nth-child(10) {
    grid-column: span 4;
    grid-row: span 1;
}

.ShowProject .card:nth-child(11) {
    grid-column: span 4;
    grid-row: span 1;
}

.ShowProject .card:nth-child(12) {
    grid-column: span 4;
    grid-row: span 1;
}

.ShowProject .card:nth-child(13) {
    grid-column: span 4;
    grid-row: span 1;
}

.ShowProject .card:nth-child(14) {
    grid-column: span 4;
    grid-row: span 1;
}

.ShowProject .card:nth-child(15) {
    grid-column: span 4;
    grid-row: span 1;
}

.ShowProject .card:nth-child(16) {
    grid-column: span 4;
    grid-row: span 1;
}

@media (max-width: 500px) {
    .ShowProject {
        grid-gap: 20px;
    }

    .ShowProject .card {
        height: auto;
        overflow: hidden;
        border-radius: 3px;
    }

    .ShowProject .card:nth-child(odd),
    .ShowProject .card:nth-child(even) {
        grid-column: span 12;
        grid-row: span 1;
    }
}

.dstep-kuai {
    color: #0053A1;
    /*border: 5px dashed #DE3314;*/
    /*border-radius: 7px;*/
    padding: 7px 14px;
    display: inline-block;
}

@media(max-width:500px){
    .dstep-kuai {
        padding: 7px 14px 7px 6px;
    }
}

.number-tag {
    position: absolute;
    bottom: 0;
    height: 46px;
    top: 0;
    left: 0px;
    padding: 10px 12px;
    box-sizing: border-box;
    display: inline-block;
    background-color: #0053a1;
    color: white;
    font-weight: 700;
    border-radius: 0px 0px 7px 0px;
}

.calculation-area {
    background-color: #bee9ff;
    padding: 25px 20px 25px;
    border-radius: 10px;
}

.calculation-area-red {
    background-color: #ffc3c3;
    padding: 25px 20px 25px;
    border-radius: 10px;
}

@media (max-width: 500px) {
    .calculation-area,
    .calculation-area-red {
        border-radius: 0px;
    }
    
    .fluid-width-video-wrapper iframe {
        border-radius: 0px;
    }
}

@media(max-width:500px) {
    .mobilenav {
		display: flex;
		transform: translate3d(0, 0, 0);
		transition: transform .5s ease;
		background-color: white !important;
		border-bottom: 1px solid #e1e1e1;
        box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
	}
	
	.navbar-toggler {
        padding: 0.25rem 0.3rem;
        box-shadow: none;
        transition: unset;
	}
	
	.navbar-toggler:focus {
	    background: transparent;
	    box-shadow: none;
	}

	.mobilenav.active {
		display: flex;
	}
	
	.navbar-nav {
        padding-bottom: 10px;
	}
	
	.navbar-collapse li {
	    text-align: left;
	}
	
	.navbar-collapse li a {
	    color: #191919 !important;
	    padding: 0.5rem 0.3rem !important;
	}
	
	.navbar-nav .nav-item {
        border-top: 1px solid #e7e7e7;
    }
    
    .navbar-light .navbar-nav .active>.nav-link,
	.navbar-light .navbar-nav .nav-link.active,
	.navbar-light .navbar-nav .nav-link.show,
	.navbar-light .navbar-nav .show>.nav-link {
		color: #af8e56 !important;
	}
	
	html {
        scroll-padding-top: 40px;
    }
}