﻿
.ui-design .ui-content-nav, .ui-design .ui-content-nav .container {
    padding: 0;
}

.Learn li {
    text-align: right;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #929292;
}

.Learn ol {
    padding: 10px 4%;
    float: right;
    width: 100%;
}

.ButtonCreate {
    background: #707dd6;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #e3f4fd;
}

.btn-circle {
    background: #002933;
    color: #fff;
    padding: 3px 6px;
    border-radius: 50%;
    box-shadow: 1px 2px 5px #dcdcdc;
}

.btn-circle svg {
    width: 1em !important;
    height: 1em !important;
}

.Learn ul {
    list-style: inside !important;
}

.Learn p {
    font-size: 15px;
    line-height: 32px;
}

.text-btn {
    vertical-align: middle;
    display: inline-block;
}

.Learn img {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0 2%;
}

.Learn h1 {
    margin-top: 60px;
    margin-bottom: 40px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.DivSeprate {
    text-align: center;
    box-shadow: 0px 0px 7px #e2e2e2;
    margin-top: 31px;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 4px;
    width: 100%;
    background: #fff;
    float: right;
}

.Learn h1:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 3px;
    right: 0;
    bottom: -15px;
    background-color: #3f4544;
}

.internal-page span, .internal-page p, .internal-page a, .internal-page li {
    text-align: right
}

@media (max-width: 768px) {
    .ContractSoft-page {
        padding-top: 75px;
    }

    .Learn li {
        text-align: justify
    }

    .DivSeprate {
        box-shadow: none;
        padding: 27px;
        text-align: center;
        margin: 0;
        float: right;
        width: 100%;
    }

    .internal-page span, .internal-page p, .internal-page a, .internal-page li {
        text-align: justify !important;
        line-height: 1.5;
    }

    .Learn h1 {
        margin: 40px auto;
        display: inline-block;
        text-align: center;
    }
}


/*Boxs*/

.boxs {
    float: right;
    width: 100%;
    background-color: #fff;
}

.boxs .black {
    /*width: calc(100% + 20px);*/
    /*margin: 0 -10px;*/
    color: #fff;
}

.two-item, .three-item {
    display: flex;
    width: calc(100% + 50px);
    margin: 0 -25px;

}

.four-item {
    display: flex;
    width: 100%;
    margin: 0 -15px;
}

.boxs .black p {
    color: #fdfdfd;
}

.two-item.black > div {
    /* margin: 10px 10px 0 10px; */
    color: #ffffff;
    padding: 45px;
    background: #333333;
}


.two-item.black > div:nth-child(1), .two-item.black > div:nth-child(4), .two-item.black > div:nth-child(5), .two-item.black > div:nth-child(8), .two-item.black > div:nth-child(9), .two-item.black > div:nth-child(12), .two-item.black > div:nth-child(13), .two-item.black > div:nth-child(16), .two-item.black > div:nth-child(17), .two-item.black > div:nth-child(20) {
    background: #444444;
}


.two-item.colored > div {
}

.two-item > div {
    width: 50%;
    display: inline-block;
}

.two-item.left-big > .item-box:first-child + div {
    width: 66%;
}

.two-item.left-big.colored > .item-box:first-child + div {
    padding: 50px;
}

.two-item.left-big > .item-box:first-child {
    width: 33%;
    margin: 0;
    display: grid;
    align-items: center

}

.three-item > div {
    width: 33%;
    display: inline-block;
}

.three-item.colored > div {
    width: calc(33% - 5px);
    display: inline-block;
    margin: 0 4px;
    background: #eeeeee;
    padding: 55px;
}

.three-item.colored > div:nth-child(2) {
    background: #dddddd
}

.three-item.colored > div:nth-child(3) {
    background: #cccccc;
}


.four-item.colored > div {
    /*width: calc(25% - 5px);*/
    display: inline-block;
    margin: 5px 0 10px 15px;
    padding: 55px;
    color: #fff;
}


.boxs .green {
    background-color: #74ad58;
}

.boxs .red {
    background-color: #dd6e6e
}

.boxs .yellow {
    background-color: #ffe64e;
}

.boxs .blue {
    background-color: #5da0c6;
}

.boxs .gray p {
    color: #636363;
}

.boxs .yellow.item-box p, .boxs .yellow.item-box h4 {
    color: #636363;
}

.boxs .green.item-box p, .boxs .red.item-box p, .boxs .blue.item-box p {
    color: #ffffff;
}

.boxs .colored {
    width: 100%;
    margin: 0;
}

.boxs .four-item.colored {
    width: calc(100% + 15px);
    margin: 0
}

.boxs .gray {
    margin: 0 -5px;
}

.item-box {
    float: right;
    width: 100%;
    padding: 25px;

    margin: 25px 0;
}

.item-box h4 {
    margin-top: 0;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.item-box p {
    line-height: 1.7;
    font-weight: 300;
    color: #949494;
    text-align: justify;
    font-size: 15px;
}

.cream {
    background-color: #F9F1D6;
}

.bg-img {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-img:after {
    position: absolute;
    content: "";
    background-color: rgba(20, 26, 25, 0.76);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.bg-img > * {
    color: #fff !important;
    position: relative;
    z-index: 2;
}

/*Boxs*/


@media (max-width: 992px) {
    .two-item, .three-item, .four-item {
        display: inline-block;
        width: 100%;
    }

    .three-item > div {
        padding: 15px 25px;
        width: 100%;
    }

    .three-item.colored > div {
        width: 100%;
        display: inline-block;
        margin: 5px 4px;
    }

    .two-item.black > div {
        width: 100%;
    }

    .two-item.left-big > .item-box:first-child {
        width: 100%;
    }

    .two-item.left-big > .item-box:first-child + div {
        width: 100%;
    }

    .two-item.colored > div {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .two-item > div, .two-item, .three-item, .three-item.colored > div, .four-item.colored > div, .boxs .gray, .three-item > div {
        margin: 0;
    }


    .boxs .four-item.colored, .two-item > div {
        display: inline;
        width: 100%;
    }

    .two-item.black > div, .three-item.colored > div, .four-item.colored > div, .two-item.left-big.colored > .item-box:first-child + div {
        padding: 35px 25px;
    }

    .head-article h3 {
        line-height: 1.5;
    }

    .tag-article {
        padding: 40px 25px !important;
    }

    .head-article h3 {
        background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
        background-size: 400% 400%;
        animation: gradient 10s ease infinite;
        -webkit-background-clip: text;
        font-weight: 800 !important;
        font-size: 25px !important;
        -webkit-text-fill-color: transparent;
        margin-bottom: 0;
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}